@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ktgdjs");
  src: url("../fonts/icomoon.eot?ktgdjs#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ktgdjs") format("truetype"), url("../fonts/icomoon.woff?ktgdjs") format("woff"), url("../fonts/icomoon.svg?ktgdjs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }


  .icon-rates:before {
    content: "\e90b";
  }
  .icon-download:before {
    content: "\e907";
  }
  .icon-right:before {
    content: "\e90e";
  }
  .icon-arrow:before {
    content: "\e902";
  }
  .icon-accounts:before {
    content: "\e901";
  }
  .icon-build:before {
    content: "\e903";
  }
  .icon-email:before {
    content: "\e904";
  }
  .icon-location:before {
    content: "\e905";
  }
  .icon-lock:before {
    content: "\e906";
  }
  .icon-phone:before {
    content: "\e908";
  }
  .icon-search:before {
    content: "\e909";
  }
  .icon-team:before {
    content: "\e90a";
  }
  .icon-youtube:before {
    content: "\e90c";
  }
  .icon-locations:before {
    content: "\e910";
  }
  .icon-accounts1:before {
    content: "\e911";
  }
  .icon-wholesaleloans:before {
    content: "\e912";
  }
  .icon-iras:before {
    content: "\e913";
  }
  .icon-commercialloans:before {
    content: "\e914";
  }
  .icon-faqs:before {
    content: "\e915";
  }
  .icon-residentialloans:before {
    content: "\e916";
  }
  .icon-cds:before {
    content: "\e917";
  }
  .icon-mortgages:before {
    content: "\e919";
  }
  .icon-about:before {
    content: "\e91a";
  }
  .icon-news:before {
    content: "\e918";
  }
  .icon-plus:before {
    content: "\e90f";
  }
  .icon-twitter:before {
    content: "\e900";
  }
  .icon-linkedin:before {
    content: "\eac9";
  }
  .icon-arrow-right2:before {
    content: "\ea3c";
  }
  .icon-facebook:before {
    content: "\e90d";
  }
  .icon-instagram:before {
    content: "\e91b";
  }

/* Slick slider styles */
.hero-slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.hero-slick-slider .slick-track,
.hero-slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* custom select styles */
.jcf-select {
  display: block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
  cursor: pointer; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
  cursor: pointer; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 22px;
  line-height: 26px;
  margin: 0 35px 0 0;
  color: #555;
  cursor: pointer; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:before {
    transition: transform .3s ease-in-out;
    content: '\e902';
    position: absolute;
    font-family: 'icomoon';
    transform: rotate(180deg);
    color: #009c82;
    font-size: 16px;
    right: 0px;
    bottom: 4px; }
  .jcf-select .jcf-select-opener:hover:before {
    color: #7fd1c4; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #009c82; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 9px;
  color: #555;
  height: 1%;
  font-weight: 500;
  cursor: pointer; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #009c82;
  color: #fff; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-drop-active .jcf-select-opener:before {
  transform: rotate(0deg); }

.main-navigation, .main-navigation ul, .second-navigation, .second-navigation .second-navigation-item ul, ul:not([class]):not([id]), .tab-nav .tabset, .tab-content, .tab-accordion, .tabset-category, .jobs-card.location-card .schedule-list, .jobs-card .info-list, .header-card .schedule-list, .slick-dots, .list-rates, .footer-navbar .footer-nav, .social-networks, .partner-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .deposits-section .content-block:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

/* navbar styles */
.navbar {
  padding: 1.25rem 3.4375rem 1.25rem 0.9375rem;
  border-bottom: 1px solid #e5e5e5;
  z-index: 99999; }
  @media (min-width: 992px) {
    .navbar {
      padding: 0; } }
  .navbar .navbar-top {
    padding: 1.25rem 0.9375rem;
    width: 100%;
    order: 3;
    background-color: #009c82; }
    @media (min-width: 992px) {
      .navbar .navbar-top {
        padding: 0;
        width: calc(100% - 280px);
        order: 0; } }
  .navbar .navbar-bottom {
    padding: 1.25rem 0.9375rem;
    width: 100%;
    order: 2; }
    @media (min-width: 992px) {
      .navbar .navbar-bottom {
        order: 0;
        background-color: #fff; } }
    @media (min-width: 1440px) {
      .navbar .navbar-bottom {
        padding: 1.25rem 2.5rem; } }

/* main navigation styles */
.main-navigation {
  font-weight: 500;
  font-size: 1.3125rem; }
  @media (min-width: 992px) {
    .main-navigation {
      float: right;
      padding: 0 0.9375rem 0 5rem;
      font-size: 1.0625rem; } }
  @media (min-width: 1440px) {
    .main-navigation {
      padding-left: 7.5rem; } }
  .main-navigation .main-navigation-item {
    padding-left: 0.9375rem; }
    @media (min-width: 992px) {
      .main-navigation .main-navigation-item {
        position: relative;
        display: inline-block; } }
    @media (min-width: 1200px) {
      .main-navigation .main-navigation-item {
        padding: 0 1rem; } }
    @media (min-width: 992px) {
      .main-navigation .main-navigation-item:before {
        position: absolute;
        bottom: -0.9375rem;
        height: 1.25rem;
        width: 100%;
        left: 0;
        background-color: transparent;
        content: ""; } }
    .main-navigation .main-navigation-item:hover a:after {
      background-color: #fff; }
    @media (min-width: 992px) {
      .main-navigation .main-navigation-item:hover ul {
        opacity: 1;
        visibility: visible; } }
  .main-navigation a {
    color: #fff;
    position: relative; }
    .main-navigation a:before {
      position: absolute;
      font-family: 'icomoon';
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 1;
      content: "\e90f";
      color: #fff;
      left: -0.9375rem;
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 992px) {
        .main-navigation a:before {
          display: none; } }
    .main-navigation a:only-child:before {
      display: none; }
    .main-navigation a:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 2px;
      left: 0;
      background-color: transparent;
      bottom: 0; }
    .main-navigation a:hover {
      text-decoration: none; }
  .main-navigation ul {
    padding-left: 0.625rem;
    font-size: 1rem; }
    @media (min-width: 992px) {
      .main-navigation ul {
        transition: opacity 0.3s linear, visibility 0.3s linear;
        position: absolute;
        top: 130%;
        background-color: #009c82;
        padding: 0.9375rem;
        left: 50%;
        transform: translateX(-50%);
        min-width: 12.5rem;
        width: 100%;
        z-index: 99;
        border-top: 5px solid #fff;
        border-radius: 4px;
        box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.75);
        display: block !important;
        opacity: 0;
        visibility: hidden; } }
    @media (min-width: 992px) {
      .main-navigation ul:before {
        content: "";
        width: 0.4375rem;
        height: 0.4375rem;
        background-color: #fff;
        position: absolute;
        top: -0.5625rem;
        left: 50%;
        transform: translateX(-50%) rotate(45deg); } }
    .main-navigation ul li:hover a {
      opacity: 0.8; }
    .main-navigation ul a:after {
      display: none; }

/* second navigation styles */
.second-navigation {
  font-size: 1.3125rem;
  font-weight: 500; }
  @media (min-width: 992px) {
    .second-navigation {
      display: flex;
      flex-wrap: wrap;
      font-size: 1.125rem;
      justify-content: flex-end;
      padding-left: 9.375rem;
      margin: 0 -0.5rem;
      font-weight: 700; } }
  @media (min-width: 1200px) {
    .second-navigation {
      padding-left: 13.125rem;
      margin: 0 -1.25rem; } }
  @media (min-width: 1440px) {
    .second-navigation {
      font-size: 1.25rem; } }
  .second-navigation .second-navigation-item {
    padding-left: 0.9375rem; }
    @media (min-width: 992px) {
      .second-navigation .second-navigation-item {
        padding: 0 0.5rem;
        position: relative;
        z-index: 11; } }
    @media (min-width: 1200px) {
      .second-navigation .second-navigation-item {
        padding: 0 1.25rem; } }
    .second-navigation .second-navigation-item:hover a:after {
      background-color: #a0e2ba; }
    @media (min-width: 992px) {
      .second-navigation .second-navigation-item:hover ul {
        opacity: 1;
        visibility: visible; } }
    .second-navigation .second-navigation-item:hover ul a {
      color: #555555; }
    @media (min-width: 992px) {
      .second-navigation .second-navigation-item:last-child ul {
        left: auto;
        right: 0.9375rem;
        transform: none; } }
    @media (min-width: 992px) {
      .second-navigation .second-navigation-item:before {
        position: absolute;
        bottom: -1.125rem;
        height: 1.875rem;
        width: 100%;
        left: 0;
        background-color: transparent;
        content: ""; } }
    .second-navigation .second-navigation-item a {
      position: relative; }
      .second-navigation .second-navigation-item a:before {
        position: absolute;
        font-family: 'icomoon';
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1;
        content: "\e90f";
        color: #a0e2ba;
        left: -0.9375rem;
        top: 50%;
        transform: translateY(-50%); }
        @media (min-width: 992px) {
          .second-navigation .second-navigation-item a:before {
            display: none; } }
      .second-navigation .second-navigation-item a:only-child:before {
        display: none; }
      .second-navigation .second-navigation-item a:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0.125rem;
        left: 0;
        background-color: transparent;
        bottom: -0.25rem; }
      .second-navigation .second-navigation-item a:hover {
        text-decoration: none !important; }
    .second-navigation .second-navigation-item ul {
      padding-left: 0.625rem;
      font-size: 1.0625rem;
      font-weight: 500; }
      @media (min-width: 992px) {
        .second-navigation .second-navigation-item ul {
          transition: opacity 0.3s linear, visibility 0.3s linear;
          position: absolute;
          top: 150%;
          background-color: #fff;
          padding: 1rem 1.875rem;
          left: 50%;
          min-width: 16.25rem;
          width: 100%;
          transform: translateX(-50%);
          border-top: 5px solid #009c82;
          border-radius: 4px;
          box-shadow: 0 4px 22px -9px rgba(0, 0, 0, 0.75);
          display: block !important;
          opacity: 0;
          visibility: hidden; } }
      @media (min-width: 992px) {
        .second-navigation .second-navigation-item ul:before {
          content: "";
          width: 0.4375rem;
          height: 0.4375rem;
          background-color: #009c82;
          position: absolute;
          top: -0.5625rem;
          left: 50%;
          transform: translateX(-50%) rotate(45deg); } }
      .second-navigation .second-navigation-item ul li:hover a {
        color: #009c82; }
      .second-navigation .second-navigation-item ul a {
        color: #555555; }
        .second-navigation .second-navigation-item ul a:after {
          display: none; }

/* drop holder styles */
.drop-holder {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 2; }
  @media (min-width: 992px) {
    .drop-holder {
      position: static;
      display: flex !important;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      align-items: center;
      background-color: #009c82; } }

/* form search styles */
.form-search {
  padding: 0.625rem 0.9375rem 0.9375rem;
  background-color: #009c82;
  width: 100%;
  order: 1; }
  @media (min-width: 992px) {
    .form-search {
      order: 0;
      width: 16.875rem; } }
  @media (min-width: 1440px) {
    .form-search {
      padding-right: 2.5rem; } }
  .form-search .form-group {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 0; }
  .form-search input[type='search'] {
    font-weight: 500;
    height: 1.6875rem;
    font-size: 1.0625rem;
    line-height: 1.2;
    color: #fff;
    border-bottom-color: #fff !important; }
    .form-search input[type='search']::-webkit-input-placeholder {
      color: #fff; }
    .form-search input[type='search']::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .form-search input[type='search']:-moz-placeholder {
      color: #fff; }
    .form-search input[type='search']:-ms-input-placeholder {
      color: #fff; }
    .form-search input[type='search'].placeholder {
      color: #fff; }

.btn-search {
  position: absolute;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  left: 0;
  line-height: 1;
  top: 0.1875rem;
  outline: none;
  cursor: pointer; }
  .btn-search:focus {
    outline: none; }
  .btn-search:hover {
    opacity: 0.8; }

/* navbar toggler styles */
.navbar-toggler {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1rem;
  background-color: transparent !important; }
  @media (min-width: 992px) {
    .navbar-toggler {
      display: none; } }
  .navbar-toggler span {
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #555555;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .navbar-toggler span:before, .navbar-toggler span:after {
      content: "";
      position: absolute;
      background-color: #555555;
      height: 0.125rem;
      top: -0.375rem;
      left: 0;
      right: 0; }
    .navbar-toggler span:after {
      top: auto;
      bottom: -0.375rem; }

/* login styles */
.login {
  font-size: 1.125rem;
  font-weight: 500;
  color: #009c82; }
  @media (min-width: 992px) {
    .login {
      position: absolute;
      color: #fff;
      top: 0.9375rem;
      left: 0.9375rem;
      z-index: 99; } }
  @media (min-width: 1440px) {
    .login {
      left: 2.5rem; } }
  @media (min-width: 992px) {
    .login a {
      color: #fff; } }
  .login .icon-lock {
    padding-right: 0.3125rem; }
    @media (min-width: 992px) {
      .login .icon-lock {
        font-size: 1.375rem; } }

/* logo styles */
.logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 992px) {
    .logo {
      bottom: 10%;
      left: 0.9375rem;
      z-index: 99;
      transform: none; } }
  @media (min-width: 1200px) {
    .logo {
      bottom: 6%; } }
  @media (min-width: 1440px) {
    .logo {
      left: 2.5rem; } }
  @media (min-width: 1200px) {
    .logo img {
      width: 10.625rem !important; } }
  .logo a {
    display: inline-block;
    width: 100%; }

.resize-active * {
  transition: none !important; }

@media (min-width: 768px) {
  body {
    font-size: 1.5rem; } }

#wrapper {
  position: relative;
  overflow: hidden; }

.container {
  position: relative; }

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

h1, .h1 {
  text-transform: uppercase;
  line-height: 1.09375;
  font-weight: 700; }
  @media (min-width: 576px) {
    h1, .h1 {
      font-size: 2.8125rem; } }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 4rem; } }

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.125rem; } }

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.875rem; } }

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.25rem; } }

a {
  transition: color 0.3s linear, background-color 0.3s linear; }
  a:hover, a:focus, a:active {
    outline: none; }

ul:not([class]):not([id]) li {
  position: relative;
  padding-left: 1.25rem; }
  @media (min-width: 576px) {
    ul:not([class]):not([id]) li {
      font-size: 1.25rem;
      padding-left: 1.5625rem; } }
  @media (min-width: 768px) {
    ul:not([class]):not([id]) li {
      font-size: 1.375rem; } }
  ul:not([class]):not([id]) li:before {
    content: '';
    position: absolute;
    width: 0.4375rem;
    height: 0.4375rem;
    left: 0.375rem;
    top: 0.75rem;
    border-radius: 50%;
    background: #009c82; }
    @media (min-width: 576px) {
      ul:not([class]):not([id]) li:before {
        top: 0.9375rem; } }
    @media (min-width: 768px) {
      ul:not([class]):not([id]) li:before {
        top: 1rem; } }
@media (min-width: 768px) {
  ul:not([class]):not([id]):last-child {
    padding-left: 0.875rem;
    padding-right: 0; } }

/* button's styles*/
.btn {
  white-space: normal;
  font-size: 0.8125rem;
  min-width: 11.875rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.4375rem 0.75rem 0.3125rem 0.75rem; }
  @media (min-width: 768px) {
    .btn {
      font-size: 1rem; } }
  .btn:focus, .btn:active, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled):active:focus {
    outline: none;
    box-shadow: none; }
  .btn.btn-outline-light {
    border: 2px solid #fff;
    margin: 0 auto;
    min-height: 3.125rem;
    line-height: 2.1875rem;
    min-width: 13.125rem;
    font-weight: 500; }
    .btn.btn-outline-light:hover, .btn.btn-outline-light:active {
      color: #009c82; }
  .btn.btn-primary {
    min-height: 3rem;
    color: #fff;
    background: #46c8f0;
    border: 2px solid #46c8f0;
    line-height: 2.125rem;
    min-width: 13.0625rem; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:not(:disabled):not(.disabled):active {
      color: #46c8f0;
      background: #fff;
      border-color: #46c8f0; }

button,
input[type='submit'] {
  outline: none; }

/* forms styles */
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea, input[type='number'], .jcf-select, select {
  border: none;
  border-bottom: 1px solid #009f81;
  background-color: transparent;
  width: 100%;
  padding: 0.1875rem 0.3125rem;
  height: 2.1875rem;
  font-size: 1.25rem;
  font-weight: 500;
  appearance: none;
  border-radius: 0 !important; }

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus, input[type='number']:focus,
.jcf-select:focus, select:focus {
  outline: none;
  border-bottom-color: #a0e2ba; }

.form-group {
  margin-bottom: 1.125rem; }
  .form-group label {
    color: #009c82;
    font-weight: 500;
    margin-bottom: 0.75rem;
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .form-group label {
        font-size: 1.375rem; } }
  .form-group input {
    padding-left: 0;
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .form-group input {
        font-size: 1.375rem; } }
  .form-group input[type="submit"] {
    font-size: 1rem;
    padding-left: 0.75rem; }
  .form-group select {
    color: #999;
    padding-left: 0;
    font-size: 1.375rem; }
  .form-group.btn-box {
    padding-top: 0.625rem; }
    @media (min-width: 768px) {
      .form-group.btn-box {
        padding-top: 1.9375rem; } }

.jcf-select {
  padding-left: 0;
  cursor: pointer; }

.jcf-list-content ul {
  margin: 0 !important;
  padding: 0 !important; }
  .jcf-list-content ul li {
    padding-left: 0 !important; }
    .jcf-list-content ul li:before {
      display: none; }

/* open close style */
.open-close {
  color: #fff;
  margin-top: -0.5625rem; }
  .open-close.active .opener:before {
    transform: translateY(-47%) rotate(-180deg); }
  .open-close .opener {
    font-size: 1.375rem;
    color: #fff;
    position: relative;
    padding-left: 1.5625rem;
    margin-bottom: 0.8125rem;
    display: inline-block; }
    .open-close .opener:hover {
      text-decoration: none; }
    .open-close .opener:before {
      transition: transform 0.3s linear;
      content: '\e902';
      position: absolute;
      font-family: 'icomoon';
      font-size: 0.9375rem;
      color: #fff;
      left: 0;
      top: 50%;
      transform: translateY(-42%); }
    .open-close .opener:after {
      content: '';
      position: absolute;
      bottom: 0.375rem;
      left: 1.5625rem;
      width: calc(100% - 25px);
      height: 0.0625rem;
      background: #fff; }
  .open-close .slide {
    font-size: 1rem; }

/* FAQ section tabs */
.tab-nav {
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .tab-nav {
      width: 25%;
      display: inline-block;
      vertical-align: top;
      padding-top: 1rem;
      margin-bottom: 0; } }
  .tab-nav h4 {
    color: #009c82;
    font-weight: 700;
    font-size: 1.625rem;
    margin-bottom: 0.9375rem; }
  .tab-nav .tabset li {
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0.25rem; }
  .tab-nav .tabset .tab-name {
    font-size: 1.25rem;
    color: #555555;
    text-transform: capitalize;
    text-decoration: none; }
    .tab-nav .tabset .tab-name.active, .tab-nav .tabset .tab-name:hover {
      color: #009c82;
      text-decoration: none; }

@media (min-width: 768px) {
  .tab-content {
    width: 74%;
    display: inline-block;
    vertical-align: top;
    margin-left: -0.25rem;
    padding-left: 0.375rem;
    padding-top: 1rem; } }
.tab-content h4 {
  color: #555555;
  font-weight: 700;
  font-size: 1.625rem;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .tab-content h4 {
      margin-bottom: 0.8125rem; } }
.tab-content .opener {
  font-size: 1.5rem;
  color: #009c82; }
  @media (min-width: 768px) {
    .tab-content .opener {
      font-size: 1.75rem; } }
  @media (min-width: 992px) {
    .tab-content .opener {
      font-size: 1.875rem; } }
  .tab-content .opener:hover {
    text-decoration: none; }

/* accordion's styles */
.tab-accordion .opener {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1.2;
  padding: 0.9375rem 0 0.9375rem 1.875rem; }
  @media (min-width: 768px) {
    .tab-accordion .opener {
      padding: 1.25rem 0 1.25rem 2.3125rem; } }
  @media (min-width: 992px) {
    .tab-accordion .opener {
      padding: 1.5625rem 0 2.1875rem 2.3125rem; } }
  .tab-accordion .opener:before {
    transition: transform 0.3s linear;
    content: '\e902';
    position: absolute;
    font-family: 'icomoon';
    font-size: 1.125rem;
    color: #a0e2ba;
    left: 0;
    top: 1.25rem; }
    @media (min-width: 768px) {
      .tab-accordion .opener:before {
        top: 1.5rem;
        font-size: 1.375rem; } }
    @media (min-width: 992px) {
      .tab-accordion .opener:before {
        top: 1.875rem; } }
.tab-accordion li.active .opener:before {
  transform: rotate(180deg); }
.tab-accordion li {
  border-bottom: 1px solid #e6e6e6; }
.tab-accordion .slide {
  padding: 0 0 0 1.875rem;
  font-size: 1.25rem;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .tab-accordion .slide {
      position: relative;
      top: -1.4375rem;
      padding: 0 0 0 2.25rem; } }
  @media (min-width: 768px) {
    .tab-accordion .slide p {
      margin-bottom: 0.1875rem; } }

/* category tabs */
.tabset-category {
  text-align: center; }
  @media (min-width: 576px) {
    .tabset-category {
      text-align: left; } }
  @media (min-width: 576px) {
    .tabset-category {
      margin: 0 -0.9375rem; } }
  .tabset-category li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    width: 100%;
    height: 2.8125rem; }
    @media (min-width: 576px) {
      .tabset-category li {
        width: 50%;
        margin-right: -0.375rem;
        padding: 0 0.9375rem; } }
    @media (min-width: 992px) {
      .tabset-category li {
        width: 25%; } }
    @media (min-width: 1200px) {
      .tabset-category li {
        width: 25%;
        margin-right: -0.375rem; } }
    .tabset-category li:last-child {
      margin-right: 0; }
    .tabset-category li .tab-name {
      color: #009c82;
      padding: 0.625rem;
      display: block;
      border: 2px solid #009c82;
      border-radius: 0.375rem; }
      .tabset-category li .tab-name:hover {
        text-decoration: none; }
      .tabset-category li .tab-name.active, .tabset-category li .tab-name:hover {
        background: #009c82;
        color: #fff; }

/* card's styles */
.categories-card {
  width: 100% !important;
  height: 100%;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding-top: 0.5625rem;
  padding-bottom: 0.9375rem; }
  .categories-card .btn-outline-light:hover, .categories-card .btn-outline-light:focus, .categories-card .btn-outline-light:not(:disabled):not(.disabled):active {
    color: #9d87e3;
    background: #fff; }
  .categories-card.contact-card {
    padding: 0; }
    .categories-card.contact-card h3 {
      margin-bottom: 1.25rem; }
    .categories-card.contact-card .icon {
      padding: 0.625rem;
      border-radius: 50%;
      background: #fff;
      color: #9d87e3;
      display: inline-block;
      margin: 0 auto;
      margin-bottom: 0.625rem; }
      .categories-card.contact-card .icon.icon-phone {
        font-size: 2.1875rem; }
    .categories-card.contact-card .card-body {
      padding: 1.3125rem 1.3125rem 1.5625rem; }
  .categories-card.blue-bg .btn-outline-light:hover, .categories-card.blue-bg .btn-outline-light:focus {
    color: #46c8f0; }
  .categories-card.green-bg .btn-outline-light:hover, .categories-card.green-bg .btn-outline-light:focus {
    color: #009c82; }
  .categories-card .card-title {
    font-size: 1.625rem;
    margin-bottom: 0;
    font-weight: 700; }
    @media (min-width: 768px) {
      .categories-card .card-title {
        font-size: 1.875rem; } }
  .categories-card p {
    margin-bottom: 0.6875rem; }
  .categories-card .number-block {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
    line-height: 1.2;
    justify-content: center;
    margin-bottom: -1rem; }
    .categories-card .number-block .percent {
      font-size: 2.6875rem; }
      @media (min-width: 1200px) {
        .categories-card .number-block .percent {
          font-size: 3.5rem; } }
    .categories-card .number-block .note {
      margin-top: -0.9375rem;
      display: inline-block;
      vertical-align: top; }
  .categories-card .number {
    font-size: 4.75rem;
    font-weight: 500;
    white-space: nowrap; }
    @media (min-width: 1200px) {
      .categories-card .number {
        font-size: 6rem; } }
  .categories-card .details {
    display: flex;
    flex-direction: column; }

.details-card {
  padding: 0;
  height: auto; }
  .details-card .card-body {
    padding: 1.5rem 0 1.8125rem; }
  .details-card .card-title {
    margin-bottom: 0.8125rem; }
  .details-card .details-table {
    width: 100%;
    margin-bottom: 1.625rem; }
  .details-card th, .details-card td {
    width: 50%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1.2;
    font-size: 1.25rem; }
    @media (min-width: 1200px) {
      .details-card th, .details-card td {
        font-size: 1.5rem; } }
    .details-card th sup, .details-card td sup {
      font-weight: 500;
      font-size: 24px;
      top: 0rem; }
    @media (min-width: 768px) {
      .details-card th, .details-card td {
        text-align: left; } }
    @media (min-width: 1200px) {
      .details-card th, .details-card td {
        padding: 0 1.25rem 0 1.3125rem; } }
    .details-card th:last-child, .details-card td:last-child {
      border-right: none; }
      @media (min-width: 1200px) {
        .details-card th:last-child, .details-card td:last-child {
          padding-left: 1.25rem; } }
  .details-card th {
    background: #ac99e7;
    font-weight: 500;
    padding: 0.3125rem 0.9375rem; }
    @media (min-width: 1200px) {
      .details-card th {
        padding: 0.5rem 1.25rem 0.5rem 1.3125rem; } }
  .details-card td {
    font-weight: 700;
    padding: 0.125rem 0.9375rem; }
    @media (min-width: 1200px) {
      .details-card td {
        padding: 0.375rem 1.25rem 0.375rem 1.3125rem; } }
  .details-card.blue-bg th {
    background: #62d0f2; }
  .details-card.green-bg th {
    background: #26ab95; }

.jobs-card {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.2);
  border-top: 7px solid #009c82;
  height: 100%; }
  @media (min-width: 768px) {
    .jobs-card .card-body {
      padding-top: 1.5625rem;
      padding-bottom: 1.5rem; } }
  .jobs-card .card-body .card-title {
    min-height: 0; }
  .jobs-card.product-card {
    font-size: 1.375rem;
    line-height: 1.45454545; }
    .jobs-card.product-card .card-title {
      margin-bottom: 1.1875rem; }
    .jobs-card.product-card .subheading {
      font-size: 1.0625rem;
      color: #555555;
      font-weight: 600; }
    .jobs-card.product-card h3 {
      color: #009c82; }
      .jobs-card.product-card h3 a {
        text-decoration: none; }
        .jobs-card.product-card h3 a:hover {
          color: #a0e2ba; }
    .jobs-card.product-card p {
      margin-bottom: 1.3125rem; }
    .jobs-card.product-card .icon {
      font-size: 1.625rem;
      color: #7fd1c4;
      padding-left: 0.3125rem;
      display: inline-block; }
    .jobs-card.product-card .btn-holder {
      padding-top: 0; }
      .jobs-card.product-card .btn-holder .btn-primary {
        width: 14.375rem; }
    .jobs-card.product-card img {
      max-height: 13.9375rem;
      display: inline-block; }
  .jobs-card.list-card .card-title {
    margin-bottom: 0.8125rem; }
  @media (min-width: 768px) {
    .jobs-card.list-card .card-body {
      padding-bottom: 3.625rem; } }
  .jobs-card.location-card {
    position: relative; }
    .jobs-card.location-card .card-title {
      padding-bottom: 1.0625rem;
      margin-bottom: 0.875rem; }
    .jobs-card.location-card .card-body {
      padding-top: 0.5rem;
      padding-bottom: 1.875rem; }
    .jobs-card.location-card .subheading {
      font-size: 1rem; }
    .jobs-card.location-card address {
      position: relative;
      padding-left: 1.8125rem;
      display: inline-block;
      margin-bottom: 0.8125rem; }
      .jobs-card.location-card address strong {
        font-weight: normal; }
      .jobs-card.location-card address:before {
        content: '\e905';
        position: absolute;
        font-family: 'icomoon';
        font-size: 1.375rem;
        left: 0;
        color: #009c82; }
    .jobs-card.location-card .position {
      font-weight: normal;
      font-size: 1.25rem;
      display: block;
      margin-bottom: 0.9375rem; }
    .jobs-card.location-card .info-list {
      margin-bottom: 0.5rem; }
      .jobs-card.location-card .info-list li {
        margin-bottom: 0.5625rem; }
        .jobs-card.location-card .info-list li:hover a, .jobs-card.location-card .info-list li:hover .icon {
          color: #a0e2ba; }
        .jobs-card.location-card .info-list li:hover a:after {
          background: #a0e2ba; }
      .jobs-card.location-card .info-list a {
        position: relative;
        font-weight: 500;
        font-size: 1.375rem; }
        .jobs-card.location-card .info-list a.link-mail {
          font-size: 1.25rem; }
        .jobs-card.location-card .info-list a:after {
          transition: background 0.3s linear;
          content: '';
          position: absolute;
          width: 100%;
          height: 0.0625rem;
          left: 0;
          bottom: 0.25rem;
          background: #009c82; }
      .jobs-card.location-card .info-list .icon {
        transition: color 0.3s linear;
        color: #009c82;
        padding-right: 0.3125rem;
        font-size: 1.375rem; }
        .jobs-card.location-card .info-list .icon.icon-email {
          font-size: 1.0625rem; }
    .jobs-card.location-card .schedule-list {
      padding-left: 1.8125rem; }
    .jobs-card.location-card .img-holder {
      width: 11.875rem;
      height: 11.875rem;
      border-radius: 50%;
      border: 2px solid #fff;
      box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.1);
      overflow: hidden;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .jobs-card.location-card .img-holder {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: -6.25rem; } }
    .jobs-card.location-card.img-card {
      padding-top: 0.625rem; }
      @media (min-width: 768px) {
        .jobs-card.location-card.img-card {
          padding-top: 5.625rem; } }
      .jobs-card.location-card.img-card .card-title {
        padding-bottom: 0.875rem;
        margin-bottom: 1.125rem; }
      .jobs-card.location-card.img-card .card-body {
        padding-bottom: 1.875rem; }
  .jobs-card .card-title {
    font-size: 1.625rem;
    color: #009c82;
    padding-bottom: 0.625rem;
    text-transform: capitalize;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.5625rem; }
    @media (min-width: 768px) {
      .jobs-card .card-title {
        font-size: 1.875rem;
        padding-bottom: 1.375rem; } }
  .jobs-card .heading,
  .jobs-card .information {
    display: flex;
    flex-wrap: wrap; }
    .jobs-card .heading span,
    .jobs-card .information span {
      display: inline-block;
      vertical-align: top;
      width: 54%;
      line-height: 1.28; }
      .jobs-card .heading span:last-child,
      .jobs-card .information span:last-child {
        width: 46%; }
  .jobs-card .heading {
    color: #009c82;
    font-size: 1.25rem;
    line-height: 1.6; }
  .jobs-card .information {
    font-size: 1.625rem;
    line-height: 1.230769; }
  .jobs-card .btn-holder {
    padding-top: 2rem;
    text-align: center; }
  .jobs-card .subheading {
    color: #555555;
    font-size: 1.375rem;
    position: relative; }
    .jobs-card .subheading .icon {
      padding-right: 0.3125rem;
      font-size: 1.1875rem; }
  .jobs-card .info-list {
    margin-bottom: 1.375rem; }
    .jobs-card .info-list:last-child {
      margin-bottom: 0; }
    .jobs-card .info-list li {
      line-height: 1.6;
      font-size: 1.25rem; }
      .jobs-card .info-list li a:hover {
        text-decoration: none;
        color: #a0e2ba; }

.header-card {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  flex: 1;
  flex-direction: row;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  .header-card .card-title {
    padding-bottom: 0 !important;
    font-size: 3.75rem;
    margin-bottom: 0.5rem !important;
    padding-bottom: 0 !important;
    text-transform: none; }
  .header-card .card-body {
    padding-top: 0.5rem;
    padding-bottom: 1.875rem; }
  .header-card .subheading {
    font-size: 1rem; }
  .header-card address {
    position: relative;
    padding-left: 1.8125rem;
    display: inline-block;
    margin-bottom: 0.8125rem; }
    .header-card address:before {
      content: '\e905';
      position: absolute;
      font-family: 'icomoon';
      font-size: 1.375rem;
      left: 0;
      color: #009c82; }
  .header-card .position {
    font-weight: bold;
    font-size: 1.625rem;
    display: block;
    margin-bottom: 0.9375rem;
    line-height: 1.3; }
  .header-card .info-list {
    margin-bottom: 0.5rem;
    list-style: none;
    margin-left: -2.5rem; }
    .header-card .info-list li {
      margin-bottom: 0.5625rem;
      display: inline-block;
      margin-right: 1.875rem; }
      .header-card .info-list li:hover a, .header-card .info-list li:hover .icon {
        color: #a0e2ba; }
      .header-card .info-list li:hover a:after {
        background: #a0e2ba; }
    .header-card .info-list a {
      position: relative;
      font-weight: 500;
      font-size: 1.25rem; }
      .header-card .info-list a.link-mail {
        font-size: 1.25rem; }
      .header-card .info-list a:after {
        transition: background 0.3s linear;
        content: '';
        position: absolute;
        width: 100%;
        height: 0.0625rem;
        left: 0;
        bottom: 0.25rem;
        background: #009c82; }
    .header-card .info-list .icon {
      transition: color 0.3s linear;
      color: #009c82;
      padding-right: 0.875rem;
      font-size: 1.375rem; }
      .header-card .info-list .icon.icon-email {
        font-size: 1.0625rem; }
  .header-card .schedule-list {
    padding-left: 1.8125rem; }
  .header-card .img-holder {
    width: 12.125rem;
    height: 12.125rem;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    float: left; }
  .header-card.img-card .card-title {
    padding-bottom: 0.875rem;
    margin-bottom: 1.125rem; }
  .header-card.img-card .card-body {
    padding-bottom: 0.5rem; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

/* Slick slider navigation styles */
.slick-arrow {
  transition: background-color 0.3s linear;
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  outline: none;
  right: 8%;
  bottom: 15%;
  z-index: 10;
  cursor: pointer;
  padding: 0; }
  @media (min-width: 768px) {
    .slick-arrow {
      width: 3.125rem;
      height: 3.125rem;
      right: 3.125rem;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%); } }
  .slick-arrow:before {
    transition: color 0.3s linear;
    content: "\e90e";
    font-family: 'icomoon';
    font-size: 0.625rem;
    line-height: 1;
    color: #009c82;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .slick-arrow:before {
        font-size: 1.125rem; } }
  .slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus {
    outline: none;
    background-color: #009c82; }
    .slick-arrow:hover:before, .slick-arrow:active:before, .slick-arrow:focus:before {
      color: #fff; }

.slick-prev {
  left: 3%;
  right: auto; }
  @media (min-width: 768px) {
    .slick-prev {
      left: 3.125rem; } }
  .slick-prev:before {
    left: 47%;
    transform: translate(-50%, -50%) rotate(180deg); }

.slick-dots {
  font-size: 0;
  position: absolute;
  bottom: 13.625rem;
  left: 2%; }
  @media (min-width: 768px) {
    .slick-dots {
      bottom: 1.25rem;
      left: 3.125rem; } }
  .slick-dots li {
    display: inline-block;
    margin: 0 0.3125rem; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background-color: #009c82; }
  .slick-dots button {
    transition: background-color 0.3s linear;
    width: 0.625rem;
    height: 0.625rem;
    padding: 0;
    border-radius: 50%;
    background-color: #a0e2ba;
    border: none;
    cursor: pointer;
    outline: none; }
    @media (min-width: 768px) {
      .slick-dots button {
        width: 0.875rem;
        height: 0.875rem; } }

.gradient-bg {
  background: linear-gradient(to right, #88c9ad 0%, #80c3a8 15%, #6eb39e 29%, #4d968b 46%, #277576 66%, #19686e 80%, #19686e 90%, #14646b 100%) !important;
  color: #fff; }

.blue-bg {
  background: #46c8f0; }

.green-bg {
  background: #009c82; }

.gray-bg {
  background: #f7f7f7; }

.purple-bg {
  background: #9d87e3; }

.blue-border {
  border-color: #46c8f0 !important; }

.green-border {
  border-color: #009c82 !important; }

.subheading {
  font-size: 1.625rem;
  color: #009c82;
  letter-spacing: 0.4px; }

.bg-stretch {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .bg-stretch:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
    z-index: 0;
    background: linear-gradient(to right, #88c9ad 0%, #80c3a8 15%, #6eb39e 29%, #4d968b 46%, #277576 66%, #19686e 80%, #19686e 90%, #14646b 100%) !important; }

/* section heading styles */
.section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%; }
  @media (min-width: 768px) {
    .section-heading {
      align-items: normal; } }
  .section-heading h2 {
    padding-bottom: 0.5rem;
    padding-top: 0.625rem;
    margin-left: 0.9375rem;
    position: relative;
    align-self: center; }
    @media (min-width: 576px) {
      .section-heading h2 {
        margin-left: 1.875rem;
        padding-top: 1.25rem; } }
    @media (min-width: 768px) {
      .section-heading h2 {
        padding-top: 1.75rem; } }
    .section-heading h2:after {
      content: '';
      position: absolute;
      bottom: -0.3125rem;
      left: 0;
      width: 3.5rem;
      height: 0.25rem;
      background: #a0e2ba; }
      @media (min-width: 768px) {
        .section-heading h2:after {
          bottom: -0.4375rem; } }
  .section-heading.right {
    flex-direction: row-reverse;
    right: 0.9375rem !important;
    text-align: right; }
    .section-heading.right h2 {
      padding-bottom: 0.5rem;
      margin-right: 0.9375rem;
      margin-left: 0; }
      .section-heading.right h2:after {
        left: auto;
        right: 0; }
      @media (min-width: 576px) {
        .section-heading.right h2 {
          margin-right: 1.875rem; } }
  .section-heading.white h2 {
    color: #fff; }
  .section-heading .heading-icon {
    font-size: 2.0625rem;
    color: #fff;
    padding: 0.9375rem;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    background: #009f81;
    align-self: baseline; }
    @media (min-width: 768px) {
      .section-heading .heading-icon {
        font-size: 3.375rem;
        padding: 1.875rem 1.25rem 1.4375rem; } }
    @media (min-width: 768px) {
      .section-heading .heading-icon.icon-accounts {
        font-size: 3.5625rem; } }

/* hero sections styles */
.hero-section {
  min-height: 0rem;
  padding: 1.25rem 0;
  position: relative; }
  @media (min-width: 576px) {
    .hero-section {
      padding: 2.1875rem 0 1.25rem; } }
  @media (min-width: 992px) {
    .hero-section {
      min-height: 25rem; } }
  .hero-section .container {
    max-width: 85rem; }
  .hero-section h1 {
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .hero-section h1 {
        margin-bottom: 1.875rem; } }
  .hero-section .text-holder {
    line-height: 1.5;
    margin-bottom: 1.25rem;
    padding-top: 0.5rem; }
    @media (min-width: 768px) {
      .hero-section .text-holder {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .hero-section .text-holder {
        padding-left: 4rem; } }
  .hero-section .img-holder {
    align-self: center;
    text-align: center; }
    @media (min-width: 768px) {
      .hero-section .img-holder {
        text-align: left; } }
    .hero-section .img-holder img {
      max-width: 100%; }
      @media (min-width: 992px) {
        .hero-section .img-holder img {
          padding-left: 3.125rem; } }

/* todays-rates sections styles */
.section-todays-rates .container {
  padding-bottom: 2.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .section-todays-rates .container {
      padding-bottom: 0; } }
.section-todays-rates .bg-stretch {
  position: static;
  width: 50%;
  height: 210px;
  background: 100% 50% / contain no-repeat;
  margin: 0 auto; }
  .section-todays-rates .bg-stretch:before {
    display: none; }
  @media (min-width: 768px) {
    .section-todays-rates .bg-stretch {
      position: absolute;
      z-index: 9;
      right: 0;
      bottom: 0;
      width: 95%;
      height: 100%; } }
.section-todays-rates .content {
  padding: 1.875rem 0; }
  @media (min-width: 768px) {
    .section-todays-rates .content {
      width: 68%;
      margin-left: auto;
      padding: 0 0 4.5625rem; } }
.section-todays-rates .categories-card {
  overflow: hidden;
  box-shadow: 0 0 21px -9px rgba(0, 0, 0, 0.75);
  border-radius: 0.25rem; }
  @media (min-width: 375px) {
    .section-todays-rates .categories-card {
      flex-direction: row;
      width: 70%; } }
  .section-todays-rates .categories-card .card-body {
    padding: 0;
    font-size: 1.375rem; }
    @media (min-width: 375px) {
      .section-todays-rates .categories-card .card-body {
        width: 70%; } }
    @media (min-width: 768px) {
      .section-todays-rates .categories-card .card-body {
        font-size: 1.625rem;
        width: 75%; } }
  .section-todays-rates .categories-card .card-header {
    border: none;
    line-height: 1;
    padding: 0.75rem 0.9375rem;
    font-weight: 500;
    background-color: transparent; }
    @media (min-width: 375px) {
      .section-todays-rates .categories-card .card-header {
        width: 30%;
        text-align: right;
        border-right: 1px solid rgba(255, 255, 255, 0.2); } }
    @media (min-width: 768px) {
      .section-todays-rates .categories-card .card-header {
        width: 25%;
        font-size: 1.75rem; } }
    @media (min-width: 1200px) {
      .section-todays-rates .categories-card .card-header {
        padding: 0.75rem 1.75rem 0.75rem 0.9375rem;
        display: flex;
        justify-content: center;
        flex-direction: column; } }
    .section-todays-rates .categories-card .card-header span {
      font-size: 3.625rem; }
      @media (min-width: 1200px) {
        .section-todays-rates .categories-card .card-header span {
          font-size: 5rem; } }
    .section-todays-rates .categories-card .card-header p {
      margin-bottom: 0; }
  .section-todays-rates .categories-card .details-table {
    margin-bottom: 0;
    height: 100%; }
    .section-todays-rates .categories-card .details-table thead {
      font-size: 1.375rem; }
    .section-todays-rates .categories-card .details-table tr:last-child td {
      border-bottom: none; }
    .section-todays-rates .categories-card .details-table td {
      width: 33.33%;
      padding: 0.3125rem 0.625rem; }
      @media (min-width: 768px) {
        .section-todays-rates .categories-card .details-table td {
          padding: 0.3125rem 1.5625rem; } }
    .section-todays-rates .categories-card .details-table th {
      width: 33.33%;
      padding: 0.4375rem 0.625rem; }
      @media (min-width: 768px) {
        .section-todays-rates .categories-card .details-table th {
          padding: 0.75rem 1.875rem; } }
    .section-todays-rates .categories-card .details-table sup {
      top: 0;
      font-size: 24px; }
.section-todays-rates .explanation {
  display: block;
  text-align: right;
  font-size: 1rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .section-todays-rates .explanation {
      font-size: 1.375rem; } }

.list-rates {
  margin-bottom: 0.625rem; }
  @media (min-width: 768px) {
    .list-rates {
      margin-bottom: 1.25rem; } }
  .list-rates li {
    margin-bottom: 1.5rem; }
    .list-rates li:last-child {
      margin-bottom: 0; }

@media (min-width: 768px) {
  .bg-decore-container {
    bottom: 1.875rem;
    left: 0;
    position: absolute;
    width: 32%;
    height: 70%; } }
.bg-decore-container .discount-learn-more {
  width: 9.375rem;
  height: 9.375rem;
  bottom: 6.875rem;
  left: -0.625rem;
  position: absolute;
  z-index: 10; }
  @media (min-width: 576px) {
    .bg-decore-container .discount-learn-more {
      left: 20%; } }
  @media (min-width: 768px) {
    .bg-decore-container .discount-learn-more {
      width: 8.125rem;
      height: 8.125rem;
      bottom: 35%;
      left: -0.625rem; } }
  @media (min-width: 992px) {
    .bg-decore-container .discount-learn-more {
      width: 9.375rem;
      height: 9.375rem;
      bottom: 30%; } }
  @media (min-width: 1200px) {
    .bg-decore-container .discount-learn-more {
      width: 12.5rem;
      height: 12.5rem;
      bottom: 27%; } }
  @media (min-width: 1400px) {
    .bg-decore-container .discount-learn-more {
      left: -1.875rem; } }

.discount-learn-more {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  background-color: #9d87e3;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  line-height: 1;
  padding: 1.875rem;
  text-align: center; }
  @media (min-width: 1200px) {
    .discount-learn-more {
      width: 12rem;
      height: 12rem; } }
  .discount-learn-more span {
    font-size: 1.625rem;
    font-weight: 700;
    display: inline-block; }
    @media (min-width: 768px) {
      .discount-learn-more span {
        font-size: 1.25rem; } }
    @media (min-width: 1200px) {
      .discount-learn-more span {
        font-size: 2.25rem; } }
  .discount-learn-more .more {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 900;
    cursor: pointer;
    position: relative; }
    @media (min-width: 992px) {
      .discount-learn-more .more {
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      .discount-learn-more .more {
        font-size: 1.0625rem; } }
    .discount-learn-more .more:hover {
      color: #fff;
      text-decoration: none; }
      .discount-learn-more .more:hover:before {
        opacity: 0; }
    .discount-learn-more .more:before {
      transition: opacity 0.3s linear;
      content: "";
      position: absolute;
      bottom: -3px;
      width: 100%;
      left: 0;
      height: 2px;
      background-color: rgba(255, 255, 255, 0.3); }

.home-page .hero-section {
  padding: 0; }
  @media (min-width: 1200px) {
    .home-page .hero-section .text-holder {
      padding-left: 3.125rem; } }

/* hero-slick-slider sections styles */
.hero-slick-slider .slick-track {
  padding-bottom: 12.8125rem; }
  @media (min-width: 768px) {
    .hero-slick-slider .slick-track {
      padding-bottom: 4.0625rem; } }
.hero-slick-slider .slide-item {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0 0.625rem; }
  @media (min-width: 768px) {
    .hero-slick-slider .slide-item {
      display: flex;
      min-height: 34.375rem;
      padding: 2.5rem 0 0; } }
  @media (min-width: 1200px) {
    .hero-slick-slider .slide-item {
      min-height: 43.75rem;
      padding-top: 5rem; } }
  .hero-slick-slider .slide-item .slide-bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    right: 50%;
    height: 16.25rem;
    transform: translateX(50%);
    bottom: 15px;
    overflow: hidden; }
    @media (min-width: 376px) {
      .hero-slick-slider .slide-item .slide-bg {
        width: 80%; } }
    @media (min-width: 576px) {
      .hero-slick-slider .slide-item .slide-bg {
        width: 65%;
        height: 18.125rem; } }
    @media (min-width: 768px) {
      .hero-slick-slider .slide-item .slide-bg {
        width: 70%;
        top: 50%;
        right: 0;
        bottom: 0;
        height: 100%;
        transform: translateY(-50%); } }
    @media (min-width: 1200px) {
      .hero-slick-slider .slide-item .slide-bg {
        top: 0;
        width: 60%;
        transform: none; } }
    .hero-slick-slider .slide-item .slide-bg img {
      width: 100%; }
      @media (min-width: 768px) {
        .hero-slick-slider .slide-item .slide-bg img {
          width: auto; } }
      @media (min-width: 1440px) {
        .hero-slick-slider .slide-item .slide-bg img {
          width: 100%;
          height: auto;
          max-height:100%;
          } }
  @media (min-width: 768px) {
    .hero-slick-slider .slide-item .text-holder {
      padding-bottom: 19.6875rem; } }
  @media (min-width: 1440px) {
    .hero-slick-slider .slide-item .text-holder {
      padding-right: 2.5rem; } }
  .hero-slick-slider .slide-item .img-holder {
    display: flex;
    justify-content: center;
    padding-left: 6.875rem; }
    @media (min-width: 576px) {
      .hero-slick-slider .slide-item .img-holder {
        padding-left: 0.9375rem; } }
    @media (min-width: 768px) {
      .hero-slick-slider .slide-item .img-holder {
        position: absolute;
        bottom: 0;
        right: 0; } }
    .hero-slick-slider .slide-item .img-holder img {
      height: 14.375rem; }
      @media (min-width: 768px) {
        .hero-slick-slider .slide-item .img-holder img {
          height: 25rem; } }
      @media (min-width: 992px) {
        .hero-slick-slider .slide-item .img-holder img {
          height: 30rem; } }

.todays-rate-block {
  position: absolute;
  z-index: 2;
  background-color: #009c82;
  color: #fff;
  padding: 0.9375rem;
  width: 95%;
  left: 0;
  bottom: 1.25rem;
  border-radius: 0 0.375rem 0.375rem 0;
  text-align: center;
  line-height: 1; }
  @media (min-width: 768px) {
    .todays-rate-block {
      bottom: 10.875rem;
      width: 60%;
      text-align: left;
      padding: 1.5625rem 1.5625rem 1.5625rem 6.25rem; } }
  @media (min-width: 890px) {
    .todays-rate-block {
      bottom: 138px; } }
  @media (min-width: 992px) {
    .todays-rate-block {
      width: 31.75rem;
      padding: 1.875rem 1.5625rem 1.875rem 6.875rem;
      bottom: 7.9375rem; } }
  @media (min-width: 1200px) {
    .todays-rate-block {
      bottom: 8.5625rem; } }
  .todays-rate-block p {
    margin-bottom: 0.5rem; }
  .todays-rate-block .btn-outline-light {
    min-height: 0; }
  .todays-rate-block .number-block {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    margin-bottom: 0.375rem;
    padding-bottom: 2px; }
    @media (min-width: 768px) {
      .todays-rate-block .number-block {
        justify-content: flex-start; } }
    .todays-rate-block .number-block .percent {
      font-size: 2.6875rem; }
      @media (min-width: 1200px) {
        .todays-rate-block .number-block .percent {
          font-size: 3.5rem; } }
    .todays-rate-block .number-block .note {
      margin-top: -0.7rem;
      display: inline-block;
      vertical-align: top; }
  .todays-rate-block .number {
    font-size: 4.3125rem;
    font-weight: normal;
    white-space: nowrap;
    line-height: 1; }
    @media (min-width: 768px) {
      .todays-rate-block .number {
        font-size: 4.75rem;
        letter-spacing: -.3rem;
        } }
    @media (min-width: 1200px) {
      .todays-rate-block .number {
        font-size: 6rem;
        letter-spacing: -.3rem;
        } }
  .todays-rate-block .details {
    display: flex;
    flex-direction: column; }

/* deposits sections styles */
.section-deposits .container {
  padding: 0 0.9375rem 1.25rem; }
.section-deposits .container-fluid {
  position: relative; }
  .section-deposits .container-fluid .container {
    position: static;
    padding: 0 0.9375rem; }
.section-deposits .slider-nav-container {
  padding: 0;
  max-width: 100%; }
  @media (min-width: 768px) {
    .section-deposits .slider-nav-container {
      padding: 0 0.9375rem; } }

.deposits-slider-for {
  margin-bottom: 1.25rem; }
  @media (min-width: 992px) {
    .deposits-slider-for {
      margin-bottom: 2.5rem; } }
  .deposits-slider-for .slick-arrow {
    top: auto;
    bottom: 0.3125rem;
    transform: none; }
  .deposits-slider-for .slick-prev {
    left: 0.9375rem; }
    @media (min-width: 1200px) {
      .deposits-slider-for .slick-prev {
        left: 1.875rem; } }
  .deposits-slider-for .slick-next {
    right: 0.9375rem; }
    @media (min-width: 1200px) {
      .deposits-slider-for .slick-next {
        right: 1.875rem; } }
  .deposits-slider-for .slide-for-item {
    text-align: center;
    color: #009c82;
    font-size: 1.875rem;
    line-height: 1.17; }
    @media (min-width: 992px) {
      .deposits-slider-for .slide-for-item {
        font-size: 3.625rem; } }
    .deposits-slider-for .slide-for-item p {
      margin-bottom: 0; }

.deposits-slider-nav {
  padding-bottom: 2.1875rem; }
  @media (min-width: 768px) {
    .deposits-slider-nav {
      padding-bottom: 4.0625rem; } }
  .deposits-slider-nav .slick-track {
    display: flex; }
  .deposits-slider-nav .slick-slide {
    transition: transform 0.3s linear;
    margin: 0 0.9375rem;
    float: none; }
    @media (min-width: 768px) {
      .deposits-slider-nav .slick-slide {
        margin: 0 1.25rem; } }
    @media (min-width: 992px) {
      .deposits-slider-nav .slick-slide {
        margin: 0 1.875rem; } }
    .deposits-slider-nav .slick-slide.slick-center {
      transform: scale(1.08); }
      .deposits-slider-nav .slick-slide.slick-center .discount-learn-more {
        opacity: 1;
        visibility: visible; }
        .deposits-slider-nav .slick-slide:last-child .discount-learn-more {
          right:-1rem; }
      .deposits-slider-nav .slick-slide.slick-center .card-accounts {
        z-index: 9999; }
      .deposits-slider-nav .slick-slide.slick-center .card-image {
        transform: scale(1.4); }
      .deposits-slider-nav .slick-slide.slick-center .card-bg {
        transform: opacity(1); }
        @media (min-width: 768px) {
          .deposits-slider-nav .slick-slide.slick-center .card-image {
            transform: scale(1.5); } }
        @media (min-width: 1200px) {
          .deposits-slider-nav .slick-slide.slick-center .card-image {
            transform: scale(1.45); } }
      .deposits-slider-nav .slick-slide.slick-center .scale-xs .card-image {
        transform: scale(1.2); }
  .deposits-slider-nav .slick-list {
    padding: 1.875rem !important; }
    @media (min-width: 375px) {
      .deposits-slider-nav .slick-list {
        padding: 1.875rem 3.125rem !important; } }
    @media (min-width: 576px) {
      .deposits-slider-nav .slick-list {
        padding: 30px 20% !important; } }
    @media (min-width: 768px) {
      .deposits-slider-nav .slick-list {
        padding: 1.875rem 0 !important; } }
    @media (min-width: 1200px) {
      .deposits-slider-nav .slick-list {
        margin: 0 auto;
        max-width: 69.375rem; } }
  .deposits-slider-nav .slick-dots {
    bottom: 0.9375rem;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .deposits-slider-nav .slick-dots {
        display: none !important; } }

.card-accounts {
  transition: transform 0.3s linear;
  height: 21.875rem !important;
  max-width: 18.125rem !important;
  margin: 0 auto;
  justify-content: center;
  border: none;
  border-top: 5px solid #9d87e3;
  align-items: center;
  padding: 1.25rem 1.875rem;
  box-shadow: 0 1px 21px -10px rgba(0, 0, 0, 0.75);
  z-index: -1; }
  @media (min-width: 992px) {
    .card-accounts {
      margin: 0;
      max-width: 100% !important;
      height: 26.875rem !important; } }
  .card-accounts .discount-learn-more {
    transition: opacity 0.3s linear, visibility 0.3s linear;
    position: absolute;
    z-index: 2;
    right: -1.5625rem;
    top: 2.1875rem;
    opacity: 0;
    visibility: hidden;
    z-index: 9; }
    @media (min-width: 992px) {
      .card-accounts .discount-learn-more {
        right: -3.125rem; } }
  .card-accounts .card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .card-accounts .card-image img {
      width: 100%;
      height: auto;
      display: block; }
    .card-accounts .card-image picture {
      width: 100%;
      display: block; }

/* subscription sections styles */
.section-subscription {
  background-color: #f1f1f1; }
  @media (min-width: 992px) {
    .section-subscription .container {
      display: flex; } }
  .section-subscription .btn-outline-light {
    min-width: 6.25rem;
    line-height: 1.5;
    min-height: 2.25rem;
    padding: 0.375rem 0.75rem; }
    @media (min-width: 768px) {
      .section-subscription .btn-outline-light {
        min-width: 11.875rem;
        min-height: 3.1875rem;
        line-height: 2.1875rem; } }
  .section-subscription .col-left {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 1.875rem 0 2.1875rem;
    line-height: 1.3; }
    @media (min-width: 992px) {
      .section-subscription .col-left {
        padding: 5.625rem 5.625rem 6.25rem 0.9375rem; } }
    .section-subscription .col-left:before {
      position: absolute;
      content: "";
      top: 0;
      right: -9.375rem;
      bottom: 0;
      width: 200%;
      z-index: -1;
      background: linear-gradient(to right, #88c9ad 23%, #88c9ad 23%, #88c9ad 23%, #88c9ad 23%, #88c9ad 23%, #88c9ad 23%, #88c9ad 23%, #88c9ad 23%, #275961 89%, #275961 100%, #275961 100%); }
      @media (min-width: 768px) {
        .section-subscription .col-left:before {
          background: linear-gradient(to right, #88c9ad 50%, #275961 100%, #275961 100%, #275961 100%); } }
      @media (min-width: 992px) {
        .section-subscription .col-left:before {
          right: 0; } }
    .section-subscription .col-left p {
      margin-bottom: 0.9375rem; }
      @media (min-width: 768px) {
        .section-subscription .col-left p {
          margin-bottom: 1.5625rem; } }
  .section-subscription .col-right {
    padding: 1.875rem 0 2.1875rem;
    line-height: 1.4; }
    @media (min-width: 992px) {
      .section-subscription .col-right {
        padding: 5.625rem 0.9375rem 5.625rem 1.875rem; } }
    .section-subscription .col-right p {
      margin-bottom: 6px; }
  .section-subscription .form-subscription .form-control {
    margin-bottom: 0.9375rem;
    color: #555555;
    font-size: 1.125rem;
    border-bottom: 2px solid #009c82; }
    .section-subscription .form-subscription .form-control::-webkit-input-placeholder {
      color: #555555;
      font-weight: 900; }
    .section-subscription .form-subscription .form-control::-moz-placeholder {
      opacity: 1;
      color: #555555;
      font-weight: 900; }
    .section-subscription .form-subscription .form-control:-moz-placeholder {
      color: #555555;
      font-weight: 900; }
    .section-subscription .form-subscription .form-control:-ms-input-placeholder {
      color: #555555;
      font-weight: 900; }
    .section-subscription .form-subscription .form-control.placeholder {
      color: #555555;
      font-weight: 900; }
    @media (min-width: 768px) {
      .section-subscription .form-subscription .form-control {
        font-size: 1.375rem; } }
    .section-subscription .form-subscription .form-control:focus {
      border-color: #a0e2ba; }

/* calculator sections styles */
.section-calculator {
  background-color: #f1f1f1; }
  .section-calculator .content-block {
    padding: 1.5625rem 0.9375rem 4.375rem; }
  .section-calculator .placeholder img {
    width: 100%; }

/* latest-promotion sections styles */
.latest-promotion .content-block {
  padding: 3.125rem 0.9375rem 1.875rem; }
  @media (min-width: 768px) {
    .latest-promotion .content-block {
      padding: 3.875rem 0.9375rem 4.0625rem; } }
.latest-promotion .row {
  justify-content: center; }
  .latest-promotion .row .card-box {
    padding-bottom: 1.25rem; }

/* deposits sections styles */
.deposits-section .content-block {
  padding: 2.0625rem 0.9375rem; }
  @media (min-width: 768px) {
    .deposits-section .content-block {
      padding: 2.0625rem 0.9375rem 4.125rem; } }
@media (min-width: 768px) {
  .deposits-section ul:not([class]):not([id]) {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20;
    margin-left: -0.25rem;
    padding-right: 0; } }
.deposits-section ul:not([class]):not([id]) li {
  padding-bottom: 0.375rem; }

/* bg-section styles */
.bg-section {
  padding: 3.125rem 0;
  position: relative; }
  @media (min-width: 576px) {
    .bg-section {
      padding: 3.75rem 0; } }
  @media (min-width: 768px) {
    .bg-section {
      padding: 6.25rem 0 6.9375rem; } }
  .bg-section.bg-image {
    color: #fff; }
  .bg-section.gray-bg h3 {
    color: #009c82; }
  .bg-section h3 {
    margin-bottom: 0.25rem; }
  .bg-section .text-holder {
    max-width: 995px; }
    .bg-section .text-holder h3 {
      font-weight: 600; }

/* about-section styles */
.about-section {
  padding: 2.5rem 0; }
  @media (min-width: 768px) {
    .about-section {
      padding: 4.375rem 0 2.625rem; } }
  .about-section .row {
    justify-content: flex-start; }
    .about-section .row [class*="col"] {
      padding-bottom: 1.25rem; }
      @media (min-width: 768px) {
        .about-section .row [class*="col"] {
          padding-bottom: 2.375rem; } }

/* faq-section styles */
.faq-section .content-block {
  padding: 1rem 0.9375rem 1.875rem; }
  @media (min-width: 768px) {
    .faq-section .content-block {
      padding: 1rem 0.9375rem 3.9375rem; } }

/* products-section styles */
.products-section .categories-tabs {
  padding: 2.5rem 0 2.5rem;
  background: #f6f6f6; }
  @media (min-width: 768px) {
    .products-section .categories-tabs {
      padding: 4.6875rem 0 4.6875rem; } }
  @media (min-width: 992px) {
    .products-section .categories-tabs {
      padding: 7.375rem 0 6.1875rem; } }
  .products-section .categories-tabs h3 {
    color: #009c82;
    font-weight: 700;
    margin-bottom: 1.625rem; }
.products-section .row {
  justify-content: flex-start; }
.products-section .products-content {
  padding: 1.875rem 0; }
  @media (min-width: 768px) {
    .products-section .products-content {
      padding: 4.4375rem 0 3.5rem; } }
  .products-section .products-content .row [class*="col"] {
    padding-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .products-section .products-content .row [class*="col"] {
        padding-bottom: 2.375rem; } }
  .products-section .products-content .card-box .product-card .card-body {
    padding-top: 0.9375rem; }
    @media (min-width: 768px) {
      .products-section .products-content .card-box .product-card .card-body {
        padding-bottom: 2.25rem; } }
  .products-section .products-content .card-box h3 {
    line-height: 1.2;
    font-size: 1.5rem; }
    @media (min-width: 576px) {
      .products-section .products-content .card-box h3 {
        font-size: 1.625rem; } }
    @media (min-width: 992px) {
      .products-section .products-content .card-box h3 {
        font-size: 1.875rem; } }

/* form-section, location-section styles */
.form-section,
.location-section,
.profile-section {
  line-height: 1.454545; }
  @media (min-width: 768px) {
    .form-section,
    .location-section,
    .profile-section {
      font-size: 1.375rem; } }
  .form-section .content-block,
  .location-section .content-block,
  .profile-section .content-block {
    padding: 1.875rem 0.9375rem; }
    @media (min-width: 768px) {
      .form-section .content-block,
      .location-section .content-block,
      .profile-section .content-block {
        padding: 1.875rem 0.9375rem 7.625rem; } }

/* team-block-section styles */
.team-block .card-holder {
  justify-content: center;
  padding-top: 1.875rem; }
  @media (min-width: 768px) {
    .team-block .card-holder {
      padding-top: 8.6875rem; } }
  .team-block .card-holder [class*="col"] {
    padding-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .team-block .card-holder [class*="col"] {
        padding-bottom: 6.875rem; } }
    .team-block .card-holder [class*="col"]:last-child .img-card {
      margin-bottom: 1.25rem; }

/* contact-section styles */
.contact-section {
  padding: 3.125rem 0 1.875rem; }
  @media (min-width: 768px) {
    .contact-section {
      padding: 4.375rem 0 3.875rem; } }
  .contact-section .row [class*="col"] {
    padding-bottom: 1.25rem; }

/* location-section styles */
.location-section article h1 {
  text-transform: capitalize; }
.location-section p {
  margin-bottom: 1.25rem; }
.location-section .content-block {
  padding: 0.9375rem; }
  @media (min-width: 768px) {
    .location-section .content-block {
      padding: 2.0625rem 0.9375rem; } }
.location-section .map-block,
.location-section .location-block {
  background: #f9f9f9;
  padding: 1.875rem 0; }
  @media (min-width: 768px) {
    .location-section .map-block,
    .location-section .location-block {
      padding: 4.25rem 0 5.625rem; } }
  .location-section .map-block .row,
  .location-section .location-block .row {
    justify-content: flex-start; }
    .location-section .map-block .row [class*="col"],
    .location-section .location-block .row [class*="col"] {
      padding-bottom: 1.25rem; }
.location-section .map-block {
  background: #fff; }
  .location-section .map-block .card.location-card .card-body {
    padding: 0; }
.location-section .header-card .img-holder {
  border-radius: 0; }

.profile-section p {
  margin-bottom: 1.25rem; }
.profile-section .content-block {
  padding: 0.9375rem; }
  @media (min-width: 768px) {
    .profile-section .content-block {
      padding: 2.0625rem 0.9375rem; } }
.profile-section .location-block {
  background: inherit;
  padding: 1.875rem 0; }
  @media (min-width: 768px) {
    .profile-section .location-block {
      padding: 4.25rem 0 5.625rem; } }
  .profile-section .location-block .row {
    justify-content: center; }
    .profile-section .location-block .row [class*="col"] {
      padding-bottom: 1.25rem; }

.map-card .card-body {
  padding: 0; }

.map-block {
  background-color: #e9e9e9; }
  .map-block img {
    width: 100%; }
  .map-block .marker {
    display: none; }

.jcf-select-drop .jcf-option-hideme {
  display: none !important; }

.list-col-3 {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }

.content-block > .section-heading {
  margin-bottom: 50px; }

.sitemap-section h3 {
  color: #009c82; }

.sitemap-section h3:before {
  content: "\002B";
  position: absolute;
  left: -5px;
  width: 30px; }

.sitemap-section ul.dashed {
  list-style-type: none; }

.sitemap-section ul.dashed > li {
  text-indent: -5px; }

.sitemap-section ul.dashed > li:before {
  color: #009c82;
  content: "-";
  text-indent: -5px; }

/* footer styles */
.footer-top {
  border-top: 1px solid #e5e5e5;
  padding: 2.5rem 0;
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    .footer-top {
      font-size: 1.25rem; } }
  @media (min-width: 992px) {
    .footer-top {
      padding: 3.75rem 0 6.25rem; } }

.footer-bottom {
  font-size: 1rem;
  padding: 0.9375rem 0;
  background-color: #009c82;
  color: #fff;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .footer-bottom {
      font-size: 1.25rem;
      padding: 1.625rem 0; } }
  .footer-bottom .container {
    display: flex;
    align-items: center; }
  .footer-bottom .footer-logo {
    display: inline-block;
    margin-right: 0.9375rem; }
  .footer-bottom .copyright {
    display: inline-block;
    position: relative; }
    .footer-bottom .copyright:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.3); }
    .footer-bottom .copyright a {
      color: #fff; }
      .footer-bottom .copyright a:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.4); }

.footer-navbar {
  color: #009c82;
  line-height: 1; }
  .footer-navbar h5 {
    color: #009c82;
    margin-bottom: 0.625rem; }
    @media (min-width: 768px) {
      .footer-navbar h5 {
        margin-bottom: 1.25rem; } }
  .footer-navbar .footer-item {
    margin-bottom: 1.25rem; }
    .footer-navbar .footer-item.order-1 {
      order: 1; }
      @media (min-width: 768px) {
        .footer-navbar .footer-item.order-1 {
          order: unset; } }
    .footer-navbar .footer-item.order-2 {
      order: 2; }
      @media (min-width: 768px) {
        .footer-navbar .footer-item.order-2 {
          order: unset; } }
    .footer-navbar .footer-item.order-3 {
      order: 3; }
      @media (min-width: 768px) {
        .footer-navbar .footer-item.order-3 {
          order: unset; } }
    .footer-navbar .footer-item.order-4 {
      order: 4; }
      @media (min-width: 768px) {
        .footer-navbar .footer-item.order-4 {
          order: unset; } }
  .footer-navbar .footer-nav li {
    margin-bottom: 0.9375rem; }

/* social networks styles */
.social-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.625rem !important;
  font-size: 1.875rem; }
  @media (min-width: 768px) {
    .social-networks {
      font-size: 1.125rem; } }
  @media (min-width: 1200px) {
    .social-networks {
      margin: 0 -0.75rem !important;
      font-size: 2rem; } }
  .social-networks li {
    margin: 0.3125rem 0.625rem; }
    @media (min-width: 1200px) {
      .social-networks li {
        margin: 0.3125rem 0.75rem; } }
  .social-networks a:hover {
    text-decoration: none;
    color: rgba(0, 156, 130, 0.7); }
  .social-networks .icon-twitter {
    font-size: 2rem; }
    @media (min-width: 768px) {
      .social-networks .icon-twitter {
        font-size: 1.5rem; } }
    @media (min-width: 1200px) {
      .social-networks .icon-twitter {
        font-size: 2.5rem; } }

.partner-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -0.4375rem; }
  .partner-list li {
    margin: 0.3125rem 0.4375rem; }

/*! roundSlider v1.3.2 | (c) 2015-2018, Soundar | MIT license | http://roundsliderui.com/licence.html */
.rs-ie, .rs-edge {
  -ms-touch-action: none;
  touch-action: none; }

.rs-control {
  position: relative;
  outline: 0 none; }

.rs-container {
  position: relative; }

.rs-control *, .rs-control *:before, .rs-control *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.rs-animation .rs-transition {
  -webkit-transition: all .5s linear 0s;
  -moz-transition: all .5s linear 0s;
  -o-transition: all .5s linear 0s;
  transition: all .5s linear 0s; }

.rs-bar {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.rs-control .rs-split .rs-path, .rs-control .rs-overlay1, .rs-control .rs-overlay2 {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.rs-control .rs-overlay {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.rs-rounded .rs-seperator, .rs-split .rs-path {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.rs-control.rs-error {
  border: 1px dotted;
  text-align: center; }

.rs-readonly {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 100; }

.rs-disabled {
  opacity: .35; }

.rs-inner-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }

.quarter div.rs-block {
  height: 200%;
  width: 200%; }

.half.top div.rs-block, .half.bottom div.rs-block {
  height: 200%;
  width: 100%; }

.half.left div.rs-block, .half.right div.rs-block {
  height: 100%;
  width: 200%; }

.bottom > .rs-inner-container > .rs-block {
  top: auto;
  bottom: 0; }

.right .rs-inner-container > .rs-block {
  right: 0; }

div.rs-block {
  -webkit-border-radius: 1000px;
  border-radius: 1000px; }

.rs-block {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 3; }

.rs-block .rs-inner {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  display: block;
  height: 100%;
  width: 100%;
  position: relative; }

.rs-overlay {
  width: 50%; }

.rs-overlay1, .rs-overlay2 {
  width: 100%; }

.rs-overlay, .rs-overlay1, .rs-overlay2 {
  position: absolute;
  background-color: #fff;
  z-index: 3;
  top: 0;
  height: 50%; }

.rs-bar {
  display: block;
  position: absolute;
  height: 0;
  z-index: 10; }

.rs-bar.rs-rounded {
  z-index: 5; }

.rs-bar .rs-seperator {
  height: 0;
  display: block;
  float: left; }

.rs-bar:not(.rs-rounded) .rs-seperator {
  border-left: none;
  border-right: none; }

.rs-bar.rs-start .rs-seperator {
  border-top: none; }

.rs-bar.rs-end .rs-seperator {
  border-bottom: none; }

.rs-bar.rs-start.rs-rounded .rs-seperator {
  border-radius: 0 0 1000px 1000px; }

.rs-bar.rs-end.rs-rounded .rs-seperator {
  border-radius: 1000px 1000px 0 0; }

.full .rs-bar, .half .rs-bar {
  width: 50%; }

.half.left .rs-bar, .half.right .rs-bar, .quarter .rs-bar {
  width: 100%; }

.full .rs-bar, .half.left .rs-bar, .half.right .rs-bar {
  top: 50%; }

.bottom .rs-bar {
  top: 0; }

.half.right .rs-bar, .quarter.right .rs-bar {
  right: 100%; }

.rs-handle.rs-move {
  cursor: move; }

.rs-readonly .rs-handle.rs-move {
  cursor: default; }

.rs-path {
  display: block;
  height: 100%;
  width: 100%; }

.rs-split .rs-path {
  -webkit-border-radius: 1000px 1000px 0 0;
  border-radius: 1000px 1000px 0 0;
  overflow: hidden;
  height: 50%;
  position: absolute;
  top: 0;
  z-index: 2; }

.rs-tooltip {
  position: absolute;
  cursor: default;
  border: 1px solid transparent;
  z-index: 10; }

.full .rs-tooltip {
  top: 50%;
  left: 50%; }

.bottom .rs-tooltip {
  top: 0; }

.top .rs-tooltip {
  bottom: 0; }

.right .rs-tooltip {
  left: 0; }

.left .rs-tooltip {
  right: 0; }

.half.top .rs-tooltip, .half.bottom .rs-tooltip {
  left: 50%; }

.half.left .rs-tooltip, .half.right .rs-tooltip {
  top: 50%; }

.rs-tooltip .rs-input {
  outline: 0 none;
  border: none;
  background: transparent; }

.rs-tooltip-text {
  font-family: verdana;
  font-size: 13px;
  border-radius: 7px;
  text-align: center; }

.rs-tooltip.edit, .rs-tooltip .rs-input {
  padding: 5px 8px; }

.rs-tooltip.hover, .rs-tooltip.edit:hover {
  border: 1px solid #aaa;
  cursor: pointer; }

.rs-readonly .rs-tooltip.edit:hover {
  border-color: transparent;
  cursor: default; }

.rs-handle {
  border-radius: 1000px;
  outline: 0 none;
  float: left; }

.rs-handle.rs-handle-square {
  border-radius: 0; }

.rs-handle-dot {
  border: 1px solid #aaa;
  padding: 6px; }

.rs-handle-dot:after {
  display: block;
  content: "";
  border: 1px solid #aaa;
  height: 100%;
  width: 100%;
  border-radius: 1000px; }

.rs-seperator {
  border: 1px solid #aaa; }

.rs-border {
  border: 1px solid #aaa; }

.rs-path-color {
  background-color: #fff; }

.rs-range-color {
  background-color: #54bbe0; }

.rs-bg-color {
  background-color: #fff; }

.rs-handle {
  background-color: #838383; }

.rs-handle-dot {
  background-color: #fff; }

.rs-handle-dot:after {
  background-color: #838383; }

#slider-top .rs-bg-color,
#slider-bottom .rs-bg-color {
  background-color: #f1f1f1; }
#slider-top .rs-border,
#slider-bottom .rs-border {
  border: none; }

#slider-top {
  margin-bottom: 30px; }
  #slider-top .rs-range-color {
    background-color: #9d87e3; }
  #slider-top .rs-path-color {
    background-color: #e5e5e5; }
  #slider-top .rs-handle:after {
    background-color: #ae9de5; }
  #slider-top .rs-handle-dot {
    border: none;
    background-color: rgba(176, 159, 230, 0.33); }
    #slider-top .rs-handle-dot:after {
      border: none; }

#slider-bottom .rs-range-color {
  background-color: #54bbe0; }
#slider-bottom .rs-path-color {
  background-color: #46c8f0; }
#slider-bottom .rs-handle:after {
  background-color: #6cd3f3; }
#slider-bottom .rs-handle-dot {
  border: none;
  background-color: rgba(107, 211, 243, 0.33); }
  #slider-bottom .rs-handle-dot:after {
    border: none; }

body {
  min-width: 320px; }

#loginModalCenter.modal{
  z-index:9999999;

}
#loginModalCenter.modal .close,
#loginModalCenter.modal .close:hover{
    color: #fff;
    text-shadow: none;
    opacity: 1;
    padding:30px;
    font-size: 3rem;
    font-weight: 100;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus{
  color: #fff;
}

#loginModalCenter.modal .form-text,
#loginModalCenter.modal .form-text a,
#loginModalCenter.modal label{
  color: #a0e2ba;
}

#loginModalCenter .modal-header{
  justify-content: center;
}
#loginModalCenter .modal-header img{margin-right: 15px;}
#loginModalCenter .modal-footer a{
  color:#fff;
  padding:0;
  font-size: 1rem;
  line-height:  1;
}
#loginModalCenter .modal-footer a:first-child{
  border-right:1px solid #a0e2ba;
  padding-right: 16px;
  margin-right: 16px;
}

#loginModalCenter.modal .modal-footer{
  align-items: center;
  justify-content: center;
}

#loginModalCenter.modal .form-control{
    color:#fff;
    border-bottom-color: #a0e2ba;
  }
#loginModalCenter.modal ::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}
#loginModalCenter .modal-content,#loginModalCenter .modal-footer,.modal-header {
  border:none;
  background-color: #009c82;
  color:#fff;
}
#loginModalCenter .modal-backdrop.show{
  z-index:9999998;
  opacity: 1;

}
.modal-backdrop {
  background-color: #009c82;
}

.btn-purple{
  background-color: #9d87e3;
  color: #fff;
}

.btn-green{
  background-color: #a0e2ba;
  color: #009c82;
}

.btn-optional{
    min-height: 3rem;
    color: #46c8f0;
    border-color: #46c8f0;
    border: 2px solid #46c8f0;
    line-height: 2.125rem;
    min-width: 13.0625rem;
        width: 14.375rem;
        margin-top: 1rem;
}

.btn-optional:hover{
  color: #46c8f0;
}

.cta-section .categories-tabs {
    padding: 7.375rem 0 6.1875rem;
        background: #f6f6f6;
}

.cta-section .categories-tabs h3 {
    color: #009c82;
    font-weight: 700;
    margin-bottom: 1.625rem;
}

.deposits-slider-nav .slick-slide:hover {
    transform: scale(1.08);
}
.deposits-slider-nav .slick-slide:hover .discount-learn-more {
    opacity: 1;
    visibility: visible;
}

.hero-section .static-holder .slide-overlay img{
  position:absolute;
}

.deposits-slider-nav .slick-slide .card-bg {
  position:absolute;
  display:block;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/offer-bg.png);
  opacity:0;
  transition: transform 0.3s linear;
}
.deposits-slider-nav .slick-slide.slick-center  .card-bg ,
.deposits-slider-nav .slick-slide:hover .card-bg {
  opacity:1;
  transition: transform 0.3s linear;
}

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