/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  -webkit-background-clip: padding-box;
  color: #000000;
  font-size: 14px; }

button {
  outline: none;
  border: none;
  user-select: none; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    display: block;
    list-style: none; }

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none; }

input:focus {
  outline: none; }

label {
  display: block;
  text-align: left; }

strong {
  font-weight: bold; }

p {
  margin: 0px; }

.c-white {
  color: #FFFFFF; }

.c-blue {
  color: #1C384A; }

.c-grey {
  color: #4A4A4A; }

.c-green {
  color: #63CC2F; }

a {
  color: #fff;
  box-shadow: none; }
  a:hover {
    color: #fff; }

.text.md {
  font-size: 18px;
  line-height: 27px; }

.text.lg {
  font-size: 24px;
  line-height: 35px; }

.title {
  font-size: 38px;
  line-height: 57px; }
  @media (max-width: 992px) {
    .title {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .title {
      font-size: 28px;
      line-height: 42px;
      padding: 0 20px; } }
  .title.image {
    position: relative;
    z-index: 5; }
    .title.image:after {
      background-image: url("../img/title.svg");
      position: absolute;
      content: '';
      width: 65px;
      height: 66px;
      background-repeat: no-repeat;
      left: 0px;
      right: 0px;
      margin: auto;
      z-index: -1; }

.subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  padding: 0 20px; }
  @media (max-width: 992px) {
    .subtitle {
      font-size: 20px;
      line-height: 28px; } }
  @media (max-width: 767px) {
    .subtitle {
      font-size: 18px;
      padding: 0 20px; } }

.menu-li {
  font-size: 18px;
  line-height: 27px; }

.center {
  text-align: center; }

.bold {
  font-weight: bold; }

.medium {
  font-weight: 500; }

body.open {
  overflow: hidden; }

.button-main {
  font-size: 14px;
  font-weight: bold;
  text-align: center; }
  .button-main:hover {
    color: #fff; }
  .button-main.header {
    border-radius: 100px;
    background-color: #55A72F;
    box-shadow: -10px 0 15px 0 rgba(100, 203, 49, 0.5);
    padding: 20px 60px;
    transition: .3s; }
    @media (max-width: 767px) {
      .button-main.header {
        display: none; } }
    .button-main.header:hover {
      background: #56bf25;
      transition: .3s; }
  .button-main.transparent {
    border: 1px solid #63CC2F;
    color: #63CC2F;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 26px;
    text-align: center;
    border-radius: 50px;
    transition: .3s; }
    .button-main.transparent:hover {
      box-shadow: 0 2px 7px 0 rgba(100, 203, 49, 0.3);
      transition: .3s; }
  .button-main.green {
    border: 1px solid #63CC2F;
    background-color: #63CC2F;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 26px;
    text-align: center;
    border-radius: 50px;
    transition: .3s; }
    .button-main.green:hover {
      box-shadow: 0 2px 15px 0 rgba(100, 203, 49, 0.5);
      transition: .3s; }

header .header-wrap {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0 0; }

header .left-side, header .right-side {
  display: flex;
  align-items: center; }

@media (max-width: 767px) {
  header .left-side img {
    width: 130px; } }

@media (max-width: 992px) {
  header .container {
    max-width: calc(100% - 62px); } }

@media (max-width: 767px) {
  header .container {
    max-width: 100%; } }

header .mobile-menu {
  color: #FFFFFF;
  font-family: "Gochi Hand";
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-left: 30px;
  cursor: pointer;
  display: none; }
  @media (max-width: 992px) {
    header .mobile-menu {
      display: block; } }
  header .mobile-menu img {
    margin-left: 10px; }

header ul {
  display: inline-flex;
  border-right: 4px solid #ffff;
  opacity: 1;
  padding-right: 20px;
  margin-right: 60px; }
  @media (max-width: 992px) {
    header ul {
      display: none; } }
  header ul li {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 27px;
    margin: 0 40px;
    transition: .3s; }
    header ul li a:hover {
      color: #1C384A;
      transition: .3s; }

.mobile-menu-cover {
  background: rgba(28, 56, 74, 0.97);
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 99999;
  display: none; }
  @media (min-width: 992px) {
    .mobile-menu-cover {
      display: none !important; } }
  .mobile-menu-cover .logo {
    padding-top: 40px;
    text-align: center; }
    @media (max-width: 767px) {
      .mobile-menu-cover .logo {
        padding-top: 47px;
        width: 100%;
        text-align: left;
        padding-left: 40px; }
        .mobile-menu-cover .logo img {
          width: 150px; } }
  .mobile-menu-cover ul {
    margin-top: 114px; }
    .mobile-menu-cover ul li {
      font-size: 24px;
      line-height: 40px;
      text-align: center;
      margin-bottom: 40px; }
  .mobile-menu-cover .button-main {
    box-shadow: none !important;
    text-transform: uppercase;
    display: flex !important;
    justify-content: center;
    max-width: 160px;
    margin: 0 auto;
    text-align: center; }
  .mobile-menu-cover .close {
    opacity: 1;
    color: #fff;
    color: #FFFFFF;
    font-family: "Gochi Hand";
    font-size: 32px;
    line-height: 29px;
    text-shadow: none;
    position: absolute;
    top: 49px;
    right: 40px;
    margin: auto;
    text-align: center; }

.customers-section {
  background-color: #EFFCE9;
  padding: 0 0 170px;
  position: relative; }
  @media (max-width: 992px) {
    .customers-section {
      padding: 0 0 120px; } }
  .customers-section:before {
    background-image: url("../img/arrow_down.svg");
    content: '';
    position: absolute;
    width: 85px;
    height: 85px;
    background-repeat: no-repeat;
    top: -60px;
    z-index: 20;
    left: 0;
    right: 0;
    margin: auto; }
    @media (max-width: 767px) {
      .customers-section:before {
        display: none; } }
  .customers-section:after {
    background-image: url("../img/afterbg.svg");
    position: absolute;
    content: '';
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -15px;
    width: 100%;
    height: 115px; }
    @media (max-width: 767px) {
      .customers-section:after {
        height: 60px; } }
  @media (max-width: 992px) {
    .customers-section .container {
      max-width: calc(100% - 62px); } }
  @media (max-width: 767px) {
    .customers-section .container {
      max-width: 100%; } }
  .customers-section .card-wrap {
    text-align: center; }
  .customers-section .right-side {
    display: inline-flex;
    align-items: center; }
  .customers-section .section-title {
    color: #1C384A;
    font-size: 20px;
    line-height: 35px;
    padding: 31px 0 9px; }
  .customers-section .section-subtitle {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 26px; }
  .customers-section .title {
    padding: 60px 0 14px; }
    @media (max-width: 767px) {
      .customers-section .title {
        padding: 40px 20px 15px; }
        .customers-section .title:after {
          top: 48px; } }
  .customers-section .card-wrap {
    padding: 81px 0 0; }
    @media (max-width: 992px) {
      .customers-section .card-wrap {
        padding: 40px 0 0; } }
  .customers-section .input-wrapper {
    background-image: url("../img/input-bg.svg");
    height: 211px;
    width: 100%;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 7px;
    position: relative;
    margin: 117px 0 97px; }
    @media (max-width: 992px) {
      .customers-section .input-wrapper {
        margin: 60px 0 50px; } }
    .customers-section .input-wrapper .icon {
      position: absolute;
      top: -46px;
      left: 0;
      right: 0;
      margin: auto; }
      @media (max-width: 992px) {
        .customers-section .input-wrapper .icon {
          width: 60px;
          top: -30px; } }
    .customers-section .input-wrapper .button-main {
      padding: 20px 25px;
      color: #FFFFFF;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px;
      border-radius: 100px;
      background-color: #64CB31;
      box-shadow: 0 2px 15px 0 rgba(100, 203, 49, 0.5);
      position: absolute;
      bottom: -29px;
      left: 50%;
      transform: translate(-50%, 0px);
      margin: auto; }
      @media (max-width: 767px) {
        .customers-section .input-wrapper .button-main {
          width: 200px; } }
  .customers-section .input-container {
    display: inline-flex;
    width: 100%;
    align-items: center;
    height: 100%;
    box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.15);
    justify-content: center; }
    @media (max-width: 767px) {
      .customers-section .input-container {
        flex-direction: column; } }
    .customers-section .input-container input {
      width: 118px;
      border: none;
      border-bottom: solid 2px #64CB31;
      box-shadow: none;
      padding: 4px 5px;
      text-align: center;
      color: #64CB31;
      font-size: 32px;
      font-weight: bold;
      line-height: 48px;
      text-align: center; }
      @media (max-width: 992px) {
        .customers-section .input-container input {
          width: 80px; } }
      .customers-section .input-container input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #64CB31; }
      .customers-section .input-container input::-moz-placeholder {
        /* Firefox 19+ */
        color: #64CB31; }
      .customers-section .input-container input:-ms-input-placeholder {
        /* IE 10+ */
        color: #64CB31; }
      .customers-section .input-container input:-moz-placeholder {
        /* Firefox 18- */
        color: #64CB31; }
    .customers-section .input-container .counter {
      color: #1C384A;
      font-size: 32px;
      font-weight: bold;
      line-height: 48px;
      text-align: center;
      margin: 0 40px 0 10px; }
      @media (max-width: 992px) {
        .customers-section .input-container .counter {
          font-size: 28px; } }
    .customers-section .input-container .text {
      color: #1C384A;
      font-size: 32px;
      line-height: 48px; }
      @media (max-width: 992px) {
        .customers-section .input-container .text {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .customers-section .input-container .text {
          font-size: 16px;
          line-height: 28px;
          text-align: center;
          font-weight: 600;
          margin-top: 15px; } }
  .customers-section .item img {
    width: 130px;
    height: 130px;
    margin: 0 auto; }
  .customers-section .item .name {
    color: #1C384A;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    padding: 20px 0 5px; }
  .customers-section .item .location {
    color: #64CB31;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center; }
  .customers-section .item .slider-text {
    color: #1C384A;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding: 17px 0 0; }
  .customers-section .owl-carousel {
    margin: 78px 0 0; }
    @media (max-width: 992px) {
      .customers-section .owl-carousel {
        margin: 50px 0 0; } }
  .customers-section .owl-nav {
    display: inline-flex;
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .customers-section .owl-nav {
        justify-content: center;
        margin: 20px 0 20px; } }
  .customers-section .owl-prev {
    position: absolute;
    top: -160px;
    left: -200px; }
    @media (max-width: 767px) {
      .customers-section .owl-prev {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 30px; } }
  .customers-section .owl-next {
    position: absolute;
    top: -160px;
    right: -200px; }
    @media (max-width: 767px) {
      .customers-section .owl-next {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 30px; } }

.hero-section {
  background-image: url("../img/shape.svg");
  height: 960px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  @media (max-width: 992px) {
    .hero-section {
      height: 860px; } }
  @media (max-width: 767px) {
    .hero-section {
      height: 740px; } }
  .hero-section:after {
    position: absolute;
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    content: '';
    bottom: -4px;
    z-index: 10;
    background-image: url("../img/shape_down.svg"); }
  .hero-section .item-wrapper {
    background-size: 100% 100%;
    width: 100%;
    height: 500px;
    background-position: center; }
  .hero-section .hero-title {
    padding: 54px 0 24px; }
    @media (max-width: 767px) {
      .hero-section .hero-title {
        font-size: 46px;
        line-height: 55px;
        padding: 54px 20px 24px; } }
  .hero-section .hero-subtitle {
    padding: 0 20px 34px; }
    @media (max-width: 767px) {
      .hero-section .hero-subtitle {
        font-size: 16px;
        line-height: 24px;
        padding: 0 20px 34px; } }
  .hero-section .custom-title {
    position: relative;
    display: inline-block; }
    @media (max-width: 767px) {
      .hero-section .custom-title {
        font-size: 32px;
        max-width: 225px;
        line-height: 36px; } }
    .hero-section .custom-title:after {
      position: absolute;
      content: '';
      background-image: url("../img/arrow.svg");
      height: 63px;
      width: 32px;
      background-repeat: no-repeat;
      right: -40px;
      top: 0px; }
  .hero-section .slider-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
    bottom: calc(-100% + 380px); }
    @media (max-width: 992px) {
      .hero-section .slider-wrapper {
        bottom: calc(-100% + 330px); } }
    @media (max-width: 767px) {
      .hero-section .slider-wrapper {
        bottom: calc(-100% + 300px); } }

.hero-input-row {
  height: 58px;
  width: 606px;
  border-radius: 100px;
  background-color: #FFFFFF;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 25px;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .hero-input-row {
      width: calc(100% - 40px); } }
  .hero-input-row input {
    border: none;
    background: transparent;
    height: 100%;
    width: 100%;
    padding: 0 35px;
    z-index: 100; }
    .hero-input-row input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #1C384A; }
    .hero-input-row input::-moz-placeholder {
      /* Firefox 19+ */
      color: #1C384A; }
    .hero-input-row input:-ms-input-placeholder {
      /* IE 10+ */
      color: #1C384A; }
    .hero-input-row input:-moz-placeholder {
      /* Firefox 18- */
      color: #1C384A; }
  .hero-input-row .button-main {
    box-shadow: 0 0 15px 0 rgba(28, 56, 74, 0.2);
    background-color: #1C384A;
    border-radius: 100px;
    height: 100%;
    line-height: 39px;
    font-size: 14px;
    padding: 0 36px;
    text-transform: uppercase;
    color: #fff;
    min-width: 165px;
    transition: .3s; }
    .hero-input-row .button-main:hover {
      background: #112e41;
      transition: .3s; }

.hero-title {
  font-size: 60px;
  line-height: 90px; }

.hero-subtitle {
  font-size: 26px;
  line-height: 39px;
  text-align: center; }
  @media (max-width: 1199px) {
    .hero-subtitle {
      font-size: 20px;
      line-height: 32px; } }

.custom-title {
  font-family: 'Gochi Hand', cursive;
  font-size: 42px;
  letter-spacing: 1px;
  line-height: 49px; }

.blog-hero {
  background: linear-gradient(225deg, #85E043 0%, #55A72F 100%);
  min-height: 800px;
  position: relative; }
  @media (max-width: 767px) {
    .blog-hero {
      min-height: auto;
      padding-bottom: 200px; } }
  .blog-hero .blog-hero-title {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 76px;
    text-align: center;
    padding: 150px 20px 0; }
    @media (max-width: 992px) {
      .blog-hero .blog-hero-title {
        font-size: 42px;
        line-height: 68px; } }
    @media (max-width: 767px) {
      .blog-hero .blog-hero-title {
        font-size: 26px;
        line-height: 43px;
        padding-top: 80px; } }
  .blog-hero .user-image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 50px;
    margin: 0 auto;
    position: relative; }
  .blog-hero .fill {
    background-color: rgba(28, 56, 74, 0.3);
    width: 93px;
    height: 93px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px; }
  .blog-hero .user-name {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    margin: 5px 0 0; }
  .blog-hero .user-labels {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    color: #fff;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 0; }
    .blog-hero .user-labels .label {
      margin: 0 25px;
      display: flex;
      align-items: center; }
      .blog-hero .user-labels .label img {
        margin-right: 13px; }
  .blog-hero .blog-row {
    box-shadow: 0 4px 12px 0 rgba(28, 56, 74, 0.4);
    background-color: #1C384A;
    height: 110px;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 200px;
    position: absolute;
    bottom: -60px;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 0px); }
    @media (max-width: 992px) {
      .blog-hero .blog-row {
        width: calc(100% - 40px);
        justify-content: space-between; } }
    @media (max-width: 767px) {
      .blog-hero .blog-row {
        flex-direction: column;
        height: auto;
        padding: 20px;
        width: 100%;
        border-radius: 5px; } }
    .blog-hero .blog-row .hero-input-row {
      width: 366px;
      margin: 0px; }
      @media (max-width: 767px) {
        .blog-hero .blog-row .hero-input-row {
          width: 100%;
          margin-top: 20px; } }
      @media (max-width: 767px) {
        .blog-hero .blog-row .hero-input-row {
          margin: 0px; } }
      .blog-hero .blog-row .hero-input-row .button-main {
        box-shadow: 0 2px 15px 0 rgba(100, 203, 49, 0.5);
        background-color: #64CB31; }
  .blog-hero .left {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .blog-hero .left {
        display: none; } }
    .blog-hero .left img {
      margin-right: 10px; }
  .blog-hero .center {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 50px; }
    @media (max-width: 992px) {
      .blog-hero .center {
        padding: 0 20px 0 20px; } }
    @media (max-width: 767px) {
      .blog-hero .center {
        display: none; } }
    .blog-hero .center .center-col {
      padding: 0 35px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 65px;
      position: relative;
      cursor: pointer; }
      .blog-hero .center .center-col.share:hover .share-row {
        display: inline-flex; }
      .blog-hero .center .center-col .share-row {
        display: inline-flex;
        position: absolute;
        background: #fff;
        border-radius: 50px;
        top: -60px;
        left: -127px;
        align-items: center;
        display: none; }
        .blog-hero .center .center-col .share-row:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 15px 6px 0 6px;
          border-color: #fff transparent transparent transparent;
          left: 0px;
          right: 0px;
          margin: auto;
          bottom: -10px; }
        .blog-hero .center .center-col .share-row img {
          padding: 15px; }
      .blog-hero .center .center-col .bold {
        font-size: 24px; }
      .blog-hero .center .center-col p {
        margin-top: 10px; }

@media (max-width: 992px) {
  .enterprice-row.mobile {
    flex-direction: column !important; }
    .enterprice-row.mobile .owl-carousel {
      padding: 0 0 30px; } }

@media (max-width: 992px) {
  .enterprice-row {
    flex-direction: column-reverse;
    align-items: center; } }

@media (max-width: 767px) {
  .enterprice-row {
    padding-bottom: 70px; } }

.enterprice {
  padding: 0 0 50px;
  position: relative; }
  .enterprice:before {
    position: absolute;
    content: '';
    background-image: url("../img/oval1.svg");
    width: 313px;
    height: 631px;
    z-index: -1;
    left: 0px;
    right: 100px;
    background-size: cover;
    bottom: 78px; }
    @media (max-width: 992px) {
      .enterprice:before {
        bottom: 400px; } }
    @media (max-width: 767px) {
      .enterprice:before {
        display: none; } }
  .enterprice:after {
    position: absolute;
    content: '';
    background-image: url("../img/oval2.svg");
    width: 313px;
    height: 631px;
    z-index: -1;
    right: 0px;
    background-size: cover;
    bottom: 185px; }
    @media (max-width: 992px) {
      .enterprice:after {
        bottom: auto;
        top: 240px; } }
    @media (max-width: 767px) {
      .enterprice:after {
        display: none; } }
  @media (max-width: 992px) {
    .enterprice .container {
      max-width: calc(100% - 62px); }
      .enterprice .container .col-md-6 {
        width: 100%;
        max-width: 100%; }
        .enterprice .container .col-md-6 .right {
          padding: 0 0 30px;
          padding-left: 0px !important; } }
  @media (max-width: 767px) {
    .enterprice .container {
      max-width: 100%; } }
  .enterprice .image {
    width: 100%; }
    .enterprice .image img {
      width: 100%; }
  .enterprice .side.right {
    padding-left: 70px; }
  .enterprice .side-header {
    display: inline-flex;
    align-items: center; }
    .enterprice .side-header .step {
      width: 16px;
      height: 16px;
      border: solid 1px #63CC2F;
      border-radius: 20px;
      margin-right: 13px; }
      .enterprice .side-header .step.active {
        position: relative; }
        .enterprice .side-header .step.active:after {
          content: '';
          position: absolute;
          width: 10px;
          height: 10px;
          background: #63CC2F;
          border-radius: 10px;
          top: 2px;
          left: 2px; }
    .enterprice .side-header p {
      color: #63CC2F;
      font-family: 'Gochi Hand', cursive;
      font-size: 36px;
      letter-spacing: 1px;
      line-height: 43px;
      margin-left: 20px; }
  .enterprice .text {
    color: #1C384A;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-top: 10px; }
  .enterprice .title {
    margin: 100px 0 60px; }
    @media (max-width: 767px) {
      .enterprice .title {
        margin: 50px 0 50px;
        padding: 0 20px; }
        .enterprice .title:after {
          top: 10px; } }
  .enterprice .icon {
    width: 50px !important;
    margin: 30px 0 0; }
  .enterprice .section-title {
    color: #1C384A;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    margin: 22px 0 0; }
  .enterprice .owl-dots {
    justify-content: flex-start;
    margin-top: 25px; }
    .enterprice .owl-dots .owl-dot:first-child {
      margin-left: 0px !important; }
  .enterprice .button-main {
    display: block;
    max-width: 300px; }
    .enterprice .button-main:first-child {
      margin-right: 20px; }
  .enterprice .button-row {
    display: inline-flex;
    align-items: center;
    margin-top: 15px; }
    @media (max-width: 767px) {
      .enterprice .button-row {
        flex-direction: column;
        width: 100%; }
        .enterprice .button-row .button-main {
          width: 100%;
          margin: 0px;
          font-size: 12px; }
          .enterprice .button-row .button-main.green {
            margin-top: 15px !important; } }
    .enterprice .button-row.end {
      justify-content: flex-end;
      width: 100%; }
      .enterprice .button-row.end .button-main {
        margin: 0px; }

.blog {
  padding: 80px 0 100px; }
  @media (max-width: 767px) {
    .blog .title:after {
      top: -8px; } }
  @media (max-width: 992px) {
    .blog .container {
      max-width: calc(100% - 64px); } }
  @media (max-width: 767px) {
    .blog .container {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .blog .col-md-3 {
      margin-bottom: 30px; } }
  .blog .card {
    min-height: 200px;
    border-radius: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #E0DEDE;
    cursor: pointer;
    transition: .3s; }
    .blog .card:hover .card-hover {
      opacity: .5;
      transition: .3s; }
    .blog .card:hover .card-text {
      opacity: 1;
      transition: .3s; }
  .blog .card-hover {
    background: linear-gradient(180deg, #B4EC51 0%, #429321 100%);
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0px;
    opacity: 0;
    transition: .3s; }
  .blog .card-text {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 27px;
    opacity: 0;
    transition: .3s; }
    .blog .card-text img {
      margin-left: 10px; }
  .blog .section-title {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 15px 0 10px; }
  .blog .section-text {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 22px; }
  .blog .card-footer-main {
    color: #6B686C;
    display: inline-flex;
    width: 100%;
    font-size: 12px;
    padding-top: 10px; }
  .blog .col-main {
    margin-right: 20px;
    display: flex;
    align-items: center; }
    .blog .col-main img {
      margin-right: 10px; }
  .blog .button-main {
    max-width: 220px;
    display: block;
    margin: 0 auto;
    margin-top: 30px; }
  .blog .title {
    margin-bottom: 47px; }

.blog-text {
  padding: 135px 0; }
  .blog-text p {
    color: #1C384A;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    padding-top: 30px; }
  .blog-text img {
    width: 100%;
    margin-top: 30px; }
  .blog-text .button-main {
    display: inline-block;
    margin-right: 30px;
    min-width: 180px;
    line-height: 20px; }
    .blog-text .button-main img {
      max-width: 15px;
      max-height: 17px;
      margin: 0px;
      margin-right: 10px; }
  .blog-text .share-row {
    border-left: solid 4px #63CC2F;
    padding: 0 0 0 56px; }
    @media (max-width: 767px) {
      .blog-text .share-row {
        padding: 0 0 0 10px; }
        .blog-text .share-row .text-title {
          font-size: 18px;
          line-height: 28px; }
        .blog-text .share-row .button-main {
          margin: 0px;
          width: 100%; }
          .blog-text .share-row .button-main:first-child {
            margin-bottom: 15px; } }
    .blog-text .share-row p {
      color: #4A4A4A;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 2px;
      line-height: 35px;
      margin-bottom: 30px;
      padding-top: 0px;
      margin-top: 30px; }

footer {
  height: 140px;
  background-color: #1C384A;
  color: #fff;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    footer {
      height: 300px; } }
  @media (max-width: 992px) {
    footer .container {
      max-width: calc(100% - 64px); } }
  @media (max-width: 767px) {
    footer .container {
      max-width: 100%; } }
  footer p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    text-align: center; }
    @media (max-width: 767px) {
      footer p {
        margin: 30px 0; } }
  footer .wrap {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      footer .wrap {
        justify-content: center; } }
    footer .wrap.center {
      justify-content: center; }
  footer ul {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%; }
    @media (max-width: 767px) {
      footer ul {
        justify-content: center; } }
    footer ul li {
      height: 58px;
      width: 58px;
      background-color: rgba(255, 255, 255, 0.1);
      display: flex;
      align-items: center;
      justify-content: center; }
      footer ul li.red {
        border-bottom: solid 4px #CD212C; }
      footer ul li.yellow {
        border-bottom: solid 4px #F5A623; }
      footer ul li.blue {
        border-bottom: solid 4px #145ACB; }
      footer ul li.light-blue {
        border-bottom: solid 4px #4DA1FF; }
      footer ul li:first-child {
        border-radius: 4px 0 0 4px; }
      footer ul li:last-child {
        border-radius: 0px 4px 4px 0; }

.form {
  background-image: url("../img/bg10.svg");
  height: 394px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .form .title {
    color: #FFFFFF;
    font-size: 50px;
    line-height: 49px;
    text-align: center;
    position: relative; }
    @media (max-width: 767px) {
      .form .title {
        font-size: 32px;
        line-height: 40px; } }
    .form .title:after {
      position: absolute;
      content: '';
      width: 40px;
      height: 3px;
      background: #fff;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -25px; }
  .form .subtitle {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
    line-height: 49px;
    text-align: center;
    margin-top: 34px; }
  .form .hero-input-row {
    margin-top: 50px; }

.investory {
  background-color: #EFEFEF;
  position: relative;
  margin-top: 100px;
  padding-bottom: 80px; }
  .investory:before {
    background-image: url("../img/after2.svg");
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    top: -100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 992px) {
      .investory:before {
        height: 110px; } }
  @media (max-width: 992px) {
    .investory .container {
      max-width: calc(100% - 64px); }
      .investory .container .col-md-6 {
        max-width: 100%;
        margin: 0px;
        width: 100%;
        flex: 0 0 100%; } }
  @media (max-width: 767px) {
    .investory .container {
      max-width: 100%; } }
  .investory .subtitle {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px; }
    @media (max-width: 992px) {
      .investory .subtitle {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px; } }
  .investory img {
    width: 100%;
    margin-top: 40px; }
  .investory .button-main {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    margin-top: 15px; }
  @media (max-width: 767px) {
    .investory .title:after {
      top: -8px; } }

.owl-dots {
  display: inline-flex;
  justify-content: center;
  width: 100%; }
  .owl-dots .owl-dot {
    border: 1px solid #63CC2F;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    margin: 0 10px; }
    .owl-dots .owl-dot.active {
      background: #63CC2F; }

.price {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 117px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .price {
      padding-top: 50px; } }
  .price:before {
    content: '';
    position: absolute;
    background-image: url("../img/after6.svg");
    background-size: cover;
    height: 600px;
    width: 600px;
    transform: rotate(-90deg);
    top: 0px;
    right: 0px;
    z-index: -1; }
  .price:after {
    content: '';
    position: absolute;
    background-image: url("../img/after7.svg");
    height: 600px;
    width: 600px;
    bottom: -300px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-size: cover;
    z-index: -1; }
    @media (max-width: 767px) {
      .price:after {
        display: none; } }
  @media (max-width: 992px) {
    .price .container {
      max-width: calc(100% - 62px); } }
  @media (max-width: 767px) {
    .price .container {
      max-width: 100%; } }
  .price .title {
    margin-bottom: 40px; }
    @media (max-width: 992px) {
      .price .title {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .price .title:after {
        top: 10px; } }
  .price .subtitle {
    margin-bottom: 40px; }
  .price .price-container {
    box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border: 1px solid #63CC2F;
    max-width: 450px;
    padding: 0 30px 41px;
    position: relative;
    background: #fff; }
    @media (max-width: 767px) {
      .price .price-container {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 30px;
        max-width: 100%; } }
    .price .price-container.left {
      float: right;
      margin-right: 10px; }
    .price .price-container.right {
      margin-left: 10px; }
      .price .price-container.right .button-main {
        font-weight: bold !important; }
    .price .price-container .badge-main {
      color: #1C384A;
      font-family: 'Gochi Hand', cursive;
      font-size: 18px;
      line-height: 21px;
      height: 138px;
      position: absolute;
      width: 141px;
      right: 0px;
      top: 0px;
      padding: 20px 0 0 25px; }
    .price .price-container .price-title {
      color: #1C384A;
      font-size: 36px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 55px;
      text-align: center;
      padding: 30px 0 0; }
    .price .price-container .price-text {
      color: #1C384A;
      font-size: 18px;
      line-height: 27px;
      text-align: center;
      padding: 10px 0 0; }
    .price .price-container .price-header {
      border-radius: 4px;
      background-color: #1C384A;
      color: #FFFFFF;
      font-family: Poppins;
      font-size: 18px;
      line-height: 27px;
      text-align: center;
      height: 74px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 21px; }
    .price .price-container ul {
      margin-bottom: 40px;
      margin-top: 30px; }
      .price .price-container ul li {
        color: #1C384A;
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
        position: relative;
        margin-left: 45px; }
        .price .price-container ul li:after {
          background-image: url("../img/check.svg");
          content: '';
          position: absolute;
          width: 25px;
          height: 25px;
          background-repeat: no-repeat;
          left: -45px;
          top: 0px; }
  .price .button-main {
    display: block;
    max-width: 260px;
    margin: 0 auto;
    font-weight: 400;
    max-height: 64px;
    line-height: 30px;
    font-size: 18px; }
    .price .button-main span {
      font-weight: bold;
      font-size: 32px; }
  .price .badge-main {
    background-image: url("../img/image4.svg"); }
  .price .footer-title {
    color: #1C384A;
    font-family: "Gochi Hand";
    font-size: 61px;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .price .footer-title {
        font-size: 40px;
        padding: 0 20px 20px;
        line-height: 56px; } }

.main-form {
  background-image: url("../img/shape.svg");
  min-height: 100vh;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 130px;
  position: relative; }
  .main-form.register .button {
    margin-top: 30px; }
  .main-form.register .new-account {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px; }
    .main-form.register .new-account:hover {
      text-decoration: underline; }
  .main-form.forgot-password .new-account {
    border-top: solid 1px #D8D8D8;
    padding-top: 30px; }
  @media (max-width: 767px) {
    .main-form {
      padding: 0px;
      background: none; } }
  @media (max-width: 767px) {
    .main-form .container {
      max-width: 100%;
      padding: 0px; } }
  @media (max-width: 1024px) {
    .main-form .col-6 {
      max-width: 70%;
      width: 70%;
      margin-left: 15%;
      flex: 0 0 70%; } }
  @media (max-width: 767px) {
    .main-form .col-6 {
      max-width: 100%;
      width: 100%;
      flex: 0 0 100%;
      margin: 0px; } }
  @media (max-width: 767px) {
    .main-form .col-10 {
      max-width: 100%;
      width: 100%;
      flex: 0 0 100%;
      margin: 0px; } }
  .main-form .f-card {
    background: #fff;
    padding: 40px 50px 26px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .main-form .f-card {
        box-shadow: none;
        border: none;
        border-radius: 0px;
        margin-top: 0px; } }
    .main-form .f-card .title {
      color: #1C384A;
      font-size: 24px;
      line-height: 38px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase; }
    .main-form .f-card .subtitle {
      color: #1C384A;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
      margin: 10px 0 50px; }
  .main-form .logo {
    text-align: center;
    width: 100%; }
    .main-form .logo img {
      width: 320px; }
    @media (max-width: 767px) {
      .main-form .logo {
        background: linear-gradient(43.87deg, #8ED35C 0%, #55A72F 100%);
        height: 72px;
        background-size: cover;
        background-position: center center;
        display: flex;
        align-items: center;
        justify-content: center; }
        .main-form .logo img {
          width: 210px; } }
  .main-form .forgot {
    color: #021C3F;
    font-size: 12px;
    margin-top: 10px;
    border-bottom: solid 1px #D8D8D8;
    padding-bottom: 20px; }
    .main-form .forgot a {
      color: #021C3F;
      text-decoration: underline; }
  .main-form .new-account {
    color: #1C384A;
    font-size: 14px;
    margin: 30px 0 20px;
    display: block;
    text-align: center; }
  .main-form .button {
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    display: block;
    height: 58px;
    line-height: 58px;
    text-align: center; }
    .main-form .button:hover {
      color: #fff; }
    .main-form .button.green {
      background-color: #63CC2F;
      transition: .3s; }
      .main-form .button.green:hover {
        box-shadow: 0 2px 15px 0 rgba(100, 203, 49, 0.5);
        transition: .3s; }
    .main-form .button.dark {
      background-color: #021C3F;
      transition: .3s; }
      .main-form .button.dark:hover {
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
        transition: .3s; }

.f-container {
  margin-bottom: 20px; }
  .f-container label {
    color: #021C3F;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px; }
  .f-container svg {
    color: #9B9B9B;
    font-size: 20px;
    position: absolute;
    top: 18px;
    left: 17px; }
  .f-container .f-text {
    color: #9B9B9B;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px; }
  .f-container .f-row {
    position: relative; }
    .f-container .f-row input {
      box-shadow: none;
      margin: 0px;
      border: 1px solid #ADACAC;
      border-radius: 4px;
      width: 100%;
      height: 58px;
      padding: 0 20px 0 48px;
      font-size: 18px; }
      .f-container .f-row input::placeholder {
        color: #D3D3D3; }
      .f-container .f-row input:focus {
        outline: none;
        border: solid 1px #63CC2F; }
        .f-container .f-row input:focus + svg {
          color: #63CC2F; }

/* The container */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  color: #021C3F;
  font-size: 18px;
  margin: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(133, 194, 66, 0.2);
  border-radius: 2px; }

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: rgba(133, 194, 66, 0.2); }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 13px;
  border: solid #85C242;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px; }

.check {
  margin-bottom: 20px; }
  .check .check-text {
    color: #9B9B9B;
    font-size: 12px;
    padding: 7px 0 0 34px; }

.copyright {
  color: #021C3F;
  font-size: 18px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center; }
  @media (max-width: 767px) {
    .copyright {
      position: relative;
      margin-top: 20px; } }
  .copyright span {
    font-weight: bold; }

.inline-row {
  display: inline-flex;
  width: 100%;
  justify-content: space-between; }
  .inline-row .card-secondary {
    width: 100%;
    display: inline-flex; }
  @media (max-width: 1024px) {
    .inline-row {
      flex-direction: column; }
      .inline-row .f-container {
        width: 100% !important; } }
  .inline-row.cards-n {
    justify-content: flex-start; }
  .inline-row .f-container {
    width: calc(50% - 12px); }
    .inline-row .f-container.card-n {
      min-width: calc(50% - 12px);
      margin-right: 24px; }
    .inline-row .f-container.date {
      max-width: 90px;
      margin-right: 20px; }
      .inline-row .f-container.date input {
        padding: 0px;
        text-align: center;
        max-width: 90px; }

.under-register-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  color: #fff;
  margin: 120px 0 84px;
  position: relative; }
  @media (max-width: 992px) {
    .under-register-title {
      font-size: 32px; } }
  .under-register-title:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 4px;
    border-radius: 2px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: #ffff;
    bottom: -30px; }

.under-register-img img {
  width: 100%;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.32); }

.alert-block {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  color: #fff;
  padding: 40px 50px;
  position: relative;
  margin-top: 40px; }
  .alert-block .alert-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 15px; }
  .alert-block .alert-text {
    line-height: 26px;
    font-size: 18px; }
  .alert-block .alert-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }

@media (max-width: 767px) {
  .under-register-box {
    display: none; } }

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