/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*==================*/
#logo {
  height: 80px;
  width: 80px; }

#mainNav .nav-link {
  font-size: 1.2em;
  color: white;
  transition: ease-in 20ms; }
  #mainNav .nav-link:hover, #mainNav .nav-link:focus {
    border-bottom: 2px solid #01C8C8; }

#mainNav .nav-link.active {
  border-bottom: 2px solid #01C8C8; }

.scrolled {
  background-color: white !important;
  transition: background-color 200ms linear; }
  .scrolled .nav-link {
    color: #000 !important; }
  .scrolled .nav-link:hover {
    color: #0165C8 !important; }

#hero {
  height: 90vh;
  width: 100%;
  background-image: url("../img/10862d.jpg");
  background-size: cover;
  background-position: center center; }

.hero__overlay {
  background-color: #262626;
  height: 90vh;
  width: 100%;
  position: absolute;
  z-index: 0;
  opacity: 0.40; }

#hero__content--wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  bottom: 40%; }
  #hero__content--wrapper .headline {
    font-weight: 200 !important; }
  #hero__content--wrapper .hero__content {
    padding: 5px; }
  @media only screen and (min-width: 320px) and (max-width: 520px) {
    #hero__content--wrapper {
      bottom: 10%; } }

.modal-xxl{
  max-width:70%;
}
@media (max-width: 762px) {
  .modal-xxl{
    max-width:95%;
  }
}

.eligible{
  background-image: linear-gradient(to right, rgba(1, 200, 200, 0.9), rgba(1, 101, 200, 0.9)), url('../img/man-sit.jpg');
  background-size: cover;
  padding: 50px 0;

}
#eligibility-hero {

  width: 100%;
  background-image: url("../img/looking-up-woman.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
  #eligibility-hero .section-heading {
    font-size: 1.5em; }
  @media only screen and (min-width: 320px) and (max-width: 520px) {
    #eligibility-hero .step-trigger {
      font-size: .6em; }
    #eligibility-hero .section-heading {
      font-size: 1.5em; } }

.eligibility-hero__overlay {
  background-color: #262626;
  height: auto;
  width: 100%;
  position: absolute;
  z-index: 0;
  opacity: 0.40; }

#eligibility-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10; }
  #eligibility-form-wrapper .headline {
    font-weight: 200 !important; }
  #eligibility-form-wrapper .hero__content {
    padding: 5px; }
  @media only screen and (min-width: 320px) and (max-width: 520px) {
    #eligibility-form-wrapper {
      position: relative;
      top: 60px;
      text-align: center; } }

.btn{
  box-shadow: 0 5px 15px #01C8C85c;
}
.finlo-btn {
  background-color: #01C8C8 !important;
  border-radius: 50px !important;
  color: #fff !important;
  margin-left: 10px;
  font-size: 1.2rem !important;
  padding: 8px 30px !important; }

.finlo-big-btn {
  padding: 15px 35px !important; }

.finlo-btn:hover {
  background-color: #0165C8 !important;
  border-radius: 50px;
  color: #fff !important; }

  .finlo-btnx {
    background-color: #fff!important;
    border-radius: 50px !important;
    color: #0165C8 !important;
  
    margin-left: 10px;
    font-size: 1.5rem !important;
    padding: 10px 30px !important; }
  
  .finlo-big-btn {
    padding: 15px 35px !important; }
  
  .finlo-btnx:hover {
    background-color: #0165C8 !important;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.steps-wrapper {
  padding-top: 70px;
  justify-content: space-around;
  align-items: baseline;
  counter-reset: step;
  border-radius: 10px; }
  .steps-wrapper .step-item {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .steps-wrapper .step-item-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%; }
    .steps-wrapper .step-item-number img {
      width: 300px;
       }
  .steps-wrapper .step-item:last-child .step-item-number::after {
    display: none; }
  .steps-wrapper .icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .steps-wrapper .step-item-number::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 50px;
    font-weight: bold;
    color: #01C8C8;
    counter-increment: step;
    content: "\f0a9";
    height: 20px;
    position: absolute;
    left: 100%; }
  @media only screen and (min-width: 320px) and (max-width: 520px) {
    .steps-wrapper .step-item-number::after {
      display: none; } }
  .steps-wrapper .step-item-heading-wrapper {
    min-height: 110px; }
  .steps-wrapper .step-item-heading {
    margin: 25px;
    font-weight: 400;
    color: #0165C8; }

#features-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin: auto;
  width: 100%;
  background-image: url("/assets/img/bg-asset.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
  #features-wrapper .feature-picto-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto; }
    #features-wrapper .feature-picto-wrapper span {
      width: 40px;
      height: 40px; }
  #features-wrapper .img-leave {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 0px 0px 0px 157px;
    position: absolute;
    top: 10%;
    left: 40%; }
  @media only screen and (min-width: 320px) and (max-width: 520px) {
    #features-wrapper #features-wrapper {
      background-position: right !important;
      width: 100%; }
    #features-wrapper .leave-asset {
      height: 300px;
      position: absolute; }
    #features-wrapper .feature-item {
      margin: 0px;
      margin-bottom: 10px; }
    #features-wrapper .feature-items-wrapper {
      width: 100%;
      position: relative;
      bottom: -145px; }
    #features-wrapper .img-leave {
      left: 10%; } }

.feature-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  border-radius: 0 80px;
  background: #fff;
}

.feature-itemx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  border-radius: 0 80px;
  background: #01c8c8;
}

.feature-item .feature-picto {
    color: #01C8C8;
    margin: 20px 20px 0px;
  }
.feature-item .feature-item-heading-wrapper {
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.feature-item .feature-item-heading-wrapper .feature-item-heading {
      margin: 15px;
      font-weight: 400;
      color: #0165C8;
}

.feature-itemx .feature-picto {
  color: #fff;
  margin: 20px 20px 0px;
}
.feature-itemx .feature-item-heading-wrapper {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-itemx .feature-item-heading-wrapper .feature-item-heading {
  margin: 15px;
  font-weight: 400;
  color: #fff;
}
.feature-itemx p {
  color: #fff;
}

.doclist-tip {
  position: absolute;
  top: 95%;
  right: 50px;
  text-align: center;
  background-color: #BCDBEA;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 32px;
  cursor: default; }

.doclist-tip:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f15c";
  font-weight: bold;
  color: #fff; }

.doclist-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out; }

.doclist-tip p {
  /* The tooltip */
  display: none;
  text-align: left;
  background-color: #fff;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #000;
  font-size: 13px;
  line-height: 1.4; }

.doclist-tip p:before {
  /* The pointer of the tooltip */
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1E2021;
  right: 10px;
  top: -12px; }

.doclist-tip p:after {
  /* Prevents the tooltip from being hidden */
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0; }

/* CSS animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6); }
  100% {
    opacity: 100%;
    transform: scale(1); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }

#contact-us .img-leave-two {
  width: 300px;
  height: 415px;
  border-radius: 0px 170px 0px 170px;
  object-fit: cover; }

#contact-us .help-item {
  margin-bottom: 15px;
  padding: 10px;
  padding-bottom: 15px; }

  .help-item .help-item-phone {
    font-size: 1.6em;
  color: white; }

   .help-item .help-item-phone i {
      margin: 10px;
      color: #fff; }

@media only screen and (min-width: 320px) and (max-width: 520px) {
  #contact-us .img-leave-two {
    width: 290px;
    height: 450px;
    border-radius: 0px 170px 0px 170px;
    object-fit: cover; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #contact-us .img-leave-two {
    width: 280px;
    height: 300px;
    border-radius: 0px 170px 0px 170px;
    object-fit: cover; } }

#contacts-wrapperx {
  display: flex;
  justify-content: center;flex-wrap: wrap-reverse;}
  #contacts-wrapperx .contact-links {
    display: flex;
    list-style: none;
    align-items: center;
  }
    #contacts-wrapperx .contact-links a {
      color: #01C8C8 !important; }
    #contacts-wrapperx .contact-links i {
      color: rgb(255, 255, 255); }
    #contacts-wrapperx .contact-links .contact-social-link {
      margin: 5px; }
    #contacts-wrapperx .contact-links .contact-mail-link a {
      font-size: 1.5em;
      text-decoration: none;
    }

#contacts-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    align-items: center; }
#contacts-wrapper .contact-links {
    display: flex;
    list-style: none;
    align-items: center;
    margin-top: 25px; }
#contacts-wrapper .contact-links a {
    color: #01C8C8 !important; }
#contacts-wrapper .contact-links i {
    color: #0165C8; }
#contacts-wrapper .contact-links .contact-social-link {
    margin: 5px; }
#contacts-wrapper .contact-links .contact-mail-link a {
    font-size: 1.5em;
    text-decoration: none;
}
#contacts-wrapper #footer-logo {
    width: 100px;
    height: 100px; }
body {
  font-family: "Roboto","Helvetica Neue"; }

p {
  font-size: 16px; }

* {
  box-sizing: border-box; }

section {
  padding: 50px 0px;
  margin-bottom: 50px; }

#the-finlo-way {
  position: relative;
  border-color: yellowgreen; }

.badge-finlo{
    border-radius: 30px !important;
    background-color: #005cbf;
    color: white;
}
.section-heading {
  color: #01C8C8;
  font-size: 2.5em;
  font-weight: 200; }

#what-we-offer {
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #what-we-offer {
      border: 0px solid #efefef66; } }
  @media only screen and (min-width: 320px) and (max-width: 520px) {
    #what-we-offer {
      border: 0px solid #efefef66; } }

@media only screen and (min-width: 320px) and (max-width: 520px) {
  #more-help {
    border: 0px solid #efefef66;
    position: relative; } }
