﻿/*New Font*/
@font-face {
  font-family: 'QanelasSoft-Regular';
  src: url('../fonts/qanelas/qanelassoft-regular.ttf') format('truetype'), url('../fonts/qanelas/QanelasSoft-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'QanelasSoft-Medium';
  src: url('../fonts/qanelas/qanelassoft-medium.ttf') format('truetype'), url('../fonts/qanelas/QanelasSoft-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'QanelasSoft-Bold';
  src: url('../fonts/qanelas/qanelassoft-bold.ttf') format('truetype'), url('../fonts/qanelas/QanelasSoft-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'QanelasSoft-ExtraBold';
  src: url('../fonts/qanelas/qanelassoft-extrabold.ttf') format('truetype'), url('../fonts/qanelas/QanelasSoft-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'QanelasSoft-SemiBold';
  src: url('../fonts/qanelas/qanelassoft-semibold.ttf') format('truetype'), url('../fonts/qanelas/QanelasSoft-SemiBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

.navbar {
  position: relative;
}

  .navbar.nav-trans {
    position: absolute;
  }

.sidebar-brand {
  background: #3C3C3C;
  color: #FFF;
}

.mailMessage {
  top: 5px !important;
  margin-left: 4% !important;
  margin-right: 4% !important;
}

.brand {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  display: block;
}

body {
  overflow-x: hidden;
}


#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

  #wrapper.toggled {
    padding-left: 250px;
  }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #464646;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding-left: 0px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}


.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

  .sidebar-nav li {
    text-indent: 20px;
    line-height: 60px;
    border-bottom: 1px solid #3C3C3C;
  }

    .sidebar-nav li a i {
      padding-right: 16px;
    }

    .sidebar-nav li a {
      text-align: left;
      display: block;
      text-decoration: none;
      color: #FFF;
      font-size: 22px;
      font-family: 'QanelasSoft-SemiBold';
      line-height: 60px;
      font-size: 15px;
    }


    .sidebar-nav li ul.collapse.in {
      background-color: #3C3C3C;
      -webkit-padding-start: 0px;
    }

    .sidebar-nav li ul li a {
      font-size: 12px;
      line-height: 40px;
      text-indent: 40px;
      /*border-top: 1px solid rgba(255,255,255,0.1);*/
      border-top: 1px solid #3C3C3C;
      border-left: 5px solid #3C3C3C;
    }

    .sidebar-nav li.active a, .sidebar-nav li ul li.active a, .sidebar-option-active {
      border-left: 5px solid #FE5F5A !important;
      border-bottom: none;
      color: #FFF;
      background: #4D4D4D;
      padding-bottom: 0px;
    }

    .sidebar-nav li a:hover {
      text-decoration: none !important;
      color: #FFF;
      background: #4D4D4D;
      border-color: #3C3C3C;
    }

    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
      text-decoration: none;
    }

  .sidebar-nav > .sidebar-brand {
    height: 66px;
    font-size: 18px;
    line-height: 60px;
  }

    .sidebar-nav > .sidebar-brand a {
      color: #999999;
    }

      .sidebar-nav > .sidebar-brand a:hover {
        color: #fff;
        background: none;
      }

  .sidebar-nav ul {
    background-color: #3C3C3C;
    -webkit-padding-start: 0px;
  }

@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }

    #wrapper.toggled {
      padding-left: 250px;
    }

  #sidebar-wrapper {
    width: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }

  #page-content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

@media(max-width:767px) {
  #wrapper {
    padding-left: 0px;
  }

  .h-center-mob {
    text-align: center;
  }


  .pull-right {
    float: none;
  }

  #wrapper.toggled {
    padding-left: 250px;
  }

  #sidebar-wrapper {
    width: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
    margin-left: -250px;
    left: 250px;
    text-align: center;
  }

  #page-content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0;
  }

  .toggled .navbar-brand {
    transform: translateX(0%);
    left: 50%;
    position: absolute;
  }
}

@media( max-width:1000px ) {
  .navbar-brand {
    transform: translateX(-50%);
    left: 50% !important;
    position: absolute !important;
  }

  .container-fluid {
    margin: 0px !important;
  }

  .row {
    margin: 0px !important;
  }

  .dropdown-toggle span {
    display: none;
  }
}

.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}


.navbar-header {
  position: static;
}

.navbar-brand {
  padding: 0px;
}

  .navbar-brand > img {
    height: 100%;
    width: auto;
    padding: 1px 14px;
  }


/* SF Style */


html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: 'QanelasSoft-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif
}

.btn-circle.btn-help {
  width: 80px;
  height: 80px;
  padding: 5px 0px;
  border-radius: 100px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  -moz-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
}

.btn-circle.btn-tour {
  width: 80px;
  height: 80px;
  padding: 5px 0px;
  border-radius: 100px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  -moz-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
}

  .btn-circle.btn-tour:before {
    background: url('../img/signpost-icon.svg') center center no-repeat;
    background-size: 50px 50px;
    display: inline-block;
    width: 70px;
    height: 70px;
    content: "";
  }

.btn-circle.btn-help:before {
  background: url('../img/question-icon.svg') center center no-repeat;
  background-size: 50px 50px;
  display: inline-block;
  width: 70px;
  height: 70px;
  content: "";
}

.mega-content.span3 {
  width: 270px;
}

.mega-content .list-unstyled {
  padding-left: 20px;
}

.modal {
  overflow: auto;
}

a:active,
a:focus,
button:focus,
button:active {
  outline: none;
}

li.active a {
  padding-bottom: 8px;
  border-bottom: 4px solid #FFF;
}

#accordion h5 {
  text-align: left;
}

#accordion a {
  color: #464646;
}

  #accordion a:hover,
  #accordion a:focus {
    color: #464646;
    text-decoration: none;
  }

li i {
  padding-right: 6px;
}
/* Default custom select styles */

.form-group label {
  padding-top: 30px;
  font-size: 14px;
  line-height: 26px;
}






/* Change the white to any color ;) */

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Placeholder and selected option */
/* Options */
/* Optgroup and optgroup label */

@media all and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .btn-circle.btn-help {
    width: 50px;
    height: 50px;
    right: -10px !important;
    bottom: -5px !important;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7);
  }

  .btn-circle.btn-tour {
    width: 50px;
    height: 50px;
    left: 10px;
  }

    .btn-circle.btn-tour:before {
      background-size: 30px 30px;
      width: 40px;
      height: 40px;
    }

  .btn-circle.btn-help:before {
    background-size: 30px 30px;
    width: 40px;
    height: 40px;
    right: 10px;
  }

  .modal-title.text-left {
    text-align: left;
  }

  .btn.btn-trans {
    background: transparent;
    color: #4a4a4a;
    padding-left: inherit;
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    font-weight: normal;
    text-decoration: underline;
    font-size: 14px;
  }
}

html,
body,
section,
div {
  position: relative
}

a.color-black {
  color: #464646;
}

a {
  color: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  text-decoration: underline;
}

  a:hover,
  a:focus {
    color: #4a4a4a;
    text-decoration: underline;
    opacity: 1
  }

  .bg-green.color-white a,
  .color-white a,
  a.color-white {
    color: #FFF;
    /*text-decoration: underline;*/
    cursor: pointer;
    outline: 0
  }

    .color-white a:hover,
    a.color-white:hover,
    .color-white a:focus,
    a.color-white:focus {
      color: unset;
      text-decoration: none;
    }

img {
  max-width: 100%
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.3;
  font-family: "QanelasSoft-Bold";
}

h1 {
  font-size: 55px;
  line-height: 61px;
}

#honest,
#wallet,
#clock,
#safe,
#faq {
  height: 50px;
  max-width: 100%;
}

#honest_US_Br,
#wallet_US_Br,
#clock_US_Br,
#safe_US_Br,
#faq_US {
  height: 50px;
  max-width: 100%;
}

h2 {
  font-size: 42px;
  line-height: 48px;
}

h3 {
  font-size: 32px;
  line-height: 38px;
}

h4 {
  font-size: 26px;
  line-height: 32px;
}

h5 {
  font-size: 24px;
  line-height: 30px;
}

h6 {
  font-size: 22px;
  line-height: 28px;
  font-family: 'QanelasSoft-SemiBold'
}

.text-xl {
  font-size: 32px
}

.text-lrg {
  font-size: 26px
}


.text-md {
  font-size: 18px;
}
.text-mdMobile {
  font-size: 16px;
  min-width:500px;
}
.text-mdMobileHeading {
  font-size: 1px;
}
.text-md1 {
  font-size: 19px;
}
.text-md-us1 {
  font-size: 18px;
  text-align: justify;
}
.text-md-left {
  font-size: 16px;
  text-align: justify;
}
.text-md-us-italic {
  font-size: 16px;
  font-style: italic;
  text-align: justify;
}
.text-md-us {
  font-size: 18px;
  color: darkblue;
 
}
.text-md-us2 {
  font-size: 18px;
  color: darkblue;
  text-align: justify;
}
.text-md-usTesting {
min-width:500px;
}
.text-md-usTesting2 {
  min-width: 500px;
  margin-left:-150px;
}
.us-headingsColor {
  color: darkblue;
  
}
.us-headingsColor2 {
  color: darkblue;
  margin-top: 40px;
}

.us-headingsColor3 {
  text-align: left;
}
.us-btn { 
  margin-left: -80px;
}

.text-sm {
  font-size: 14px;
  line-height: 22px;
}

.text-xs {
  font-size: 12px;
}

@media only screen and (max-width: 486px) {
  .text-sm {
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  #sign_in_nav {
    /*border: 2px solid white;
    color: white;
    background-color: transparent;
    display: contents;*/
    visibility: visible !important;
  }
}

@media all and (max-width: 767px) {
  .table-wrap td {
    display: block;
    white-space: inherit;
    border-top: none;
  }

  

  .modal-sign-in .btn-group.pull-right {
    text-align: center;
    float: none;
    margin-top: 10px;
  }

  li,
  p {
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    font-size: 28px
  }

  h2 {
    font-size: 24px
  }

  h3 {
    font-size: 24px
  }

  h4 {
    font-size: 18px
  }

  h5 {
    font-size: 16px;
    font-weight: 400
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
  text-align: -webkit-left;
}

.text-right {
  text-align: right;
  text-align: -webkit-right;
}

.uppercase {
  text-transform: uppercase
}

.hero-subtitle,
.hero-title {
  font-family: 'QanelasSoft-Bold';
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 2px
}

.hero-title {
  font-size: 18px;
  line-height: 1.5
}

.font-sofia_pro_regular {
  font-family: 'sofia_pro_regular'
}

.letter-spacing-2 {
  letter-spacing: 2px;
  margin-left: -2px
}

.letter-spacing-3 {
  letter-spacing: 3px;
  margin-left: -3px
}

body {
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#nav-icon1 {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    margin-top: 4px;
    width: 100%;
    background: #FFF;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

    #nav-icon1 span:nth-child(1) {
      top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
      top: 7px;
    }

    #nav-icon1 span:nth-child(3) {
      top: 14px;
    }

  #nav-icon1.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  #nav-icon1.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }


.bg-white #nav-icon1 span {
  background: #FE5F5A;
}

.bg-trans #nav-icon1 span {
  background: #FFF;
}

.navbar {
  position: relative;
  border-radius: 0;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background-color: unset;
  background-image: unset;
  border: none;
  box-shadow: none;
  font-size: 12px;
  margin-bottom: 0;
  border-color: unset;
  z-index: 99;
  padding: 10px 0;
  transition: none;
}

.navbar-right {
  padding: 0 0 0 32px;
}

.navbar .navbar-collapse {
  border-color: #FE5F5A;
}
/*#google-recaptcha > div > div > iframe > html > body > div.rc-anchor, #google-recaptcha > div > div > iframe > html > body > div.rc-anchor-normal, #google-recaptcha > div > div > iframe > html > body > div.rc-anchor-light {
    width: 99%;
    }*/

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.navbar a {
  font-weight: 600;
  letter-spacing: 1px;
}

.navbar-collapse .navbar-nav > li > a {
  text-align: left;
  color: #fff;
}

.navbar .navbar-toggle {
  border-color: #464646;
  font-size: 26px;
  padding: 5px 8px;
}

  .navbar .navbar-toggle:hover {
    color: #fff;
  }

  .navbar .navbar-toggle:focus,
  .navbar .navbar-toggle:hover {
    background-color: unset;
  }

.navbar-toggle {
  background-color: unset;
  border: unset;
}

.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
  color: initial;
  background-color: unset;
}

.navbar .navbar-nav > li > a:hover {
  color: #fff;
  background-color: unset;
}

.navbar.has-scrolled a.navbar-toggle.collapsed.icon.ion-navicon > collapse-icon {
  color: #1B1A1A;
}

.navbar.nav-light {
  border-bottom: 1px solid transparent
}

  .navbar.nav-light .navbar-nav > li > a {
    color: #464646;
    opacity: .8;
    font-weight: 600;
  }

    .navbar.nav-light .navbar-nav > li > a:hover {
      color: #464646;
      opacity: 1;
      font-weight: 600;
    }

@media (max-width: 768px) {
  .navbar-nav {
    margin: 2.5px -15px;
  }

  .navbar .caret {
    color: #FE5F5A;
    margin-top: -15px;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }

  .navbar a .icon {
    font-size: 22px;
    color: #FE5F5A;
  }

  .nav > li a {
    padding-left: 0px;
  }

  .mega-content li a .icon {
    font-size: 14px;
    color: #FFF;
  }

  .navbar .uname {
    display: none;
  }
}

.navbar-right {
  padding: 0px;
}

.navbar.nav-light .navbar-toggle {
  border-color: #1D1B1B;
  color: #191818;
}

.navbar .navbar-nav > li > a:hover,
.navbar.nav-light .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
  color: #464646;
  background-color: unset;
  float: right;
}

.navbar .navbar-brand.logo-sticky {
  display: none;
}

.shadow-z2 {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.shadow-z3 {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.navbar-header {
  position: relative;
  z-index: 1;
}

.navbar .navbar-brand {
  padding: 6px;
}

.nav-collapse-icon {
  font-size: 26px;
}

@media (max-width: 767px) {
  .nav > li a {
    padding-left: 32px;
  }
}
/*!
 * navbar!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/navbar3
 * 
 * @geedmo - Licensed under the MIT license
 */

.navbar .nav,
.navbar .collapse,
.navbar .dropdown {
  color: #FFF;
  position: relative;
  text-decoration: none;
  display: table-cell;
  float: right;
}

.navbar .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  background-color: #fff;
  color: #464646;
  border-radius: 0;
  position: absolute;
}

.navbar .mega-content {
  padding-top: 5px;
}

  .navbar .mega-content li {
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    color: #fff;
    padding: 6px 5px;
  }

.mega-content li a {
  color: #464646;
}

.navbar .mega-content li:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  #accordion .text-md {
    font-size: 16px;
  }

  .navbar .mega-content {
    padding: 0;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.image-row{
  height: 100px;
  padding-top:10px;
  padding-bottom:10px;
}

.chime-logo{

  width: 115px;
  margin-left: 224px;
  margin-top: 30px
}

.chime-logo-mobile {
  width: 115px;
  margin-left: 25%;
  margin-top: 30px
}

.table-padding {
  padding: 40px;
}

.padding-md {
  padding: 40px;
}

.padding-lrg {
  padding: 60px;
}

.padding-xs {
  padding: 7px;
}



.padding-sm {
  padding: 15px;
}


.padd-top-xs {
  padding-top: 26px;
}

.padd-top-sm {
  padding-top: 35px;
}

.padd-paragraph-top-xs{
  padding-top:30px;
}

.padd-top-xxs{
  padding-top: 10px;
}

.padd-bottom-sm {
  padding-bottom: 35px;
}



.padd-top-md {
  padding-top: 48px;
}

.padd-bottom-md {
  padding-bottom: 48px;
}

.padd-top-lg {
  padding-top: 68px;
}

.padd-top-huge {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .mobi-center {
    margin: 0 auto;
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .btn-inline-spacer {
    margin-left: 0px;
  }

  .padd-top-xxs {
    padding-top: 10px;
  }

  .padd-top-xs {
    padding-top: 16px;
  }

  .padd-top-sm {
    padding-top: 20px;
  }

  .padd-bottom-sm {
    padding-bottom: 20px;
  }

  .table-padding {
    padding: 10px;
  }

  .padd-top-md {
    padding-top: 32px;
  }

  .padd-bottom-md {
    padding-bottom: 32px;
  }

  .padd-top-lg {
    padding-top: 41px;
  }
}

.no-padding {
  padding: 0;
}

.margin-top-md {
  margin-top: 20px;
}

.full-height {
  height: 100%;
}

.height-vh100 {
  height: 100vh;
}

@media only screen and (max-width: 959px) {
  .tablet-center {
    margin: 0 auto;
    text-align: center;
  }
}

.v-align {
  position: relative;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
}

.v-align-adjusted {
  position: relative;
  top: 80px;
  right: 0;
  height: 100%;
  bottom: 0;
  left: -15px;
  display: table;
  width: 100%;
}

.v-align-adjusted-alt {
  position: relative;
  top: 30px;
  right: -10px;
  height: 100%;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
}

  .v-align > .h-align {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

.v-middle {
  vertical-align: middle;
}

.v-align-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.h-align {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.h-center {
  text-align: center;
  margin: 0 auto;
}

.v-align > .h-align.h-left {
  text-align: left;
}

.h-left {
  text-align: left;
}

.h-right {
  text-align: right;
}

@media all and (max-width: 990px) {
  .v-align-flex {
    display: block;
  }
}





.btn.btn-trans:hover {
  text-decoration: underline;
  color: #4a4a4a;
}

.btn-primary {
  color: #FFF;
  background-color: #FE5F5A;
  border: 2px solid #FE5F5A;
  text-decoration: none;
  text-shadow: none;
}

  .btn-primary[disabled] {
    background-color: #FE5F5A;
    border: 2px solid #FE5F5A;
  }


  .btn-primary:hover,
  a .btn-primary:hover {
    background: #FE5F5A;
    color: #fff;
  }

.btn-primary-light {
  color: #FFF;
  background-color: #FE5F5A;
  border: 2px solid #FE5F5A;
  text-decoration: none;
  text-shadow: none;
}

  .btn-primary-light:hover,
  a .btn-primary-light:hover {
    background: #E64845;
    border: 2px solid #E64845;
    color: #fff;
  }

.btn-secondary-light {
  color: #FE5F5A;
  background-color: #FFF;
  border: 2px solid #FE5F5A;
  text-decoration: none;
  text-shadow: none;
}

  .btn-secondary-light:hover,
  a .btn-secondary-light:hover {
    background: #FE5F5A;
    border: 2px solid #FE5F5A;
    color: #fff;
  }

.btn-uikit.btn-green {
  background-color: #00BE96;
  border-color: #00BE96;
  color: white;
}

.btn-green:hover,
a .btn-green:hover {
  background-color: #149249;
  border: 2px solid #149249;
  color: white;
}

.btn-blue {
  color: #FFF !important;
  background-color: #18326E;
  border: 2px solid #18326E;
  text-decoration: none !important;
}

  .btn-blue:hover,
  a .btn-blue:hover {
    background-color: #18329E;
    border: 2px solid #18329E;
    color: #fff !important;
  }

.btn-rad {
  border-radius: 10px;
  font-size: 20px;
  padding: 7px 27px;
  margin-right: 2px;
}

  .btn-rad.active {
    box-shadow: none;
    background: #00BE96;
    color: #FFF;
  }


  .btn-rad.btn-rad-number {
    border-radius: 5px;
    font-size: 14px;
    padding: 7px 17px;
    margin-bottom: 10px;
    font-weight: bold;
  }

.btn-black-trans {
  background: rgba(0,0,0,0.3);
  color: #FFF;
}

  .btn-black-trans:hover,
  .btn-black-trans:focus {
    background: rgba(0,0,0,0.4);
    color: #FFF;
  }

.btn-primary-border {
  border: 2px solid #FE5F5A;
  color: #FE5F5A;
  background-color: transparent;
  text-decoration: none;
  text-shadow: none;
}

  .btn-primary-border:hover {
    color: #FFF;
    background-color: #FE5F5A;
  }

.btn-primary-medium-border {
  border: 2px solid #99A8C9;
  color: #99A8C9;
  background-color: transparent;
}

  .btn-primary-medium-border:hover {
    color: #FFF;
    background-color: #99A8C9;
    border-color: #99A8C9;
  }

.btn-green-border {
  border: 2px solid #00BE96;
  color: #00BE96;
  background-color: transparent;
}

  .btn-green-border:hover {
    color: #FFF;
    background-color: #00BE96;
  }



.btn-prusia {
  border: 2px solid #444a4e;
  color: #FFF;
  background-color: #444a4e;
}

  .btn-prusia:hover,
  .btn-prusia:focus,
  a .btn-prusia:hover {
    background: transparent;
    border: 2px solid #444a4e;
    color: #444a4e
  }

.btn-white {
  border: 2px solid #FFF;
  color: #FE5F5A;
  background: #FFF;
  text-decoration: none;
}

  .btn-white:hover {
    background-color: transparent;
    border: 2px solid #FFF;
    color: #FFF
  }

.btn-white-border {
  border: 2px solid #FFF;
  color: #FFF;
  text-decoration: none;
  background-color: transparent;
}

  .btn-white-border:hover {
    background-color: #FFF;
    color: #000
  }
/* Checkbox */
/* Toggle */

.panel {
  margin-bottom: 0px;
}

.panel-green > .panel-heading {
  background: #00BE96;
  color: #FFF;
}

.panel-prusia > .panel-heading {
  background: #444a4e;
  color: #FFF;
}

  .panel-prusia > .panel-heading.hero-title {
    font-size: 12px;
  }

.panel-prusia > .panel-body,
.panel-green > .panel-body {
  background: #FFF;
  color: #444a4e;
}

.panel-green {
  border: none;
}

  .panel-green > .panel-footer {
    background: #00BE96;
    color: #FFF;
  }

.bg-img {
  background-size: cover;
  background-position: center
}

.hr {
  background-color: rgba(162, 153, 153, 0.68)
}

/*COLORS*/
.bg-primary {
    background-color: #FE5F5A;
    color: white;
}

.bg-secondary {
  background-color: #18326E;
  color: white;
}

.bg-med-secondary {
  background-color: #99A8C9;
  color: white;
}
.bg-med-secondary-us {
  background-color: #ACCDFC;
  color: white;
}
.bg-med-secondary-us1 {
  background-color: #699cf8;
  color: white;
}
.bg-light-secondary {
  background-color: #CCD3E4;
}

.bg-med-primary {
  background-color: #FE9F9C;
  color: white;
}

.bg-light-primary {
  background-color: #FFCFCE;
}

.bg-dark-primary {
  background-color: #E64845;
  color: white;
}


/*End of brand colors*/

.bg-white {
  background-color: #fff;
  color: #464646;
}


.bg-dark-grey {
  background-color: #F0F0F0;
  color: #464646
}


.bg-light-red {
  background-color: #F2DEDE;
  color: #464646
}

.bg-light-green {
  background-color: #E2F2DA;
  color: #464646;
}

.bg-dark-green {
  background-color: #0B733F;
  color: #FFF;
}

.bg-dark-red {
  background-color: #A94442;
  color: #FFF
}

.bg-dark-grey {
  background-color: #7F7F7F;
  color: #FFF;
}

.bg-med-grey {
  background-color: #D9D9D9;
  color: #464646;
}

.bg-grey {
  background-color: #F0F0F0;
  color: #464646;
}

  .bg-grey .color-primary {
    color: #737373
  }

.bg-light-grey {
  background-color: #f8f8f8;
  color: #464646;
}

.bg-true-black {
  background-color: #212223;
  color: white;
}

.bg-black {
  background-color: #464646;
  color: #FFF;
}

.bg-green {
  background-color: #00BE96;
  color: #FFF;
}

.btn.btn-white-border:hover {
  color: #FE5F5A;
}

.color-true-black {
  color: #212223;
}

.color-blue {
  color: #18326E
}

.color-primary {
  color: #7F7F7F
}

.color-white {
  color: #fff
}

.color-red {
  color: #F44930;
}

.color-green {
  color: #00BE96;
}

.parallax-content {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

div[data-stellar-background-ratio] {
  background-attachment: fixed
}

::-moz-selection {
  background-color: #FE5F5A;
  color: #fff
}

::selection {
  background-color: #18326E;
  color: #fff
}

.b-all {
  border: 1px solid
}

.b-bottom {
  border-bottom: 1px solid
}

.b-bottom-light {
  border-bottom: 1px solid #EEE;
}

.b-top-light {
  border-top: 1px solid #EEE;
}

.b-bottom.b-thick.border-green {
  border-bottom: 4px solid #CCC;
  display: inline;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}

.b-top {
  border-top: 1px solid
}

.border-grey {
  border-color: #D8D8D8
}

.border-green {
  border-color: #00BE96
}

.border-red {
  border-color: #F44930;
}

.alert {
  border-radius: 0
}

.alert-block.alert-success {
  border: none;
  background: #00BE96;
  color: #FFF;
}

.alert-success {
  color: #4A4A4A;
  background-color: #eafffd;
  border-left: 4px solid #00BE96;
}

  .alert-success a {
    color: #4A4A4A;
  }

.alert-block.alert-danger a, .alert-block.alert-success a {
  color: #FFF;
  font-weight: 900;
}

.alert-block.alert-danger {
  border: none;
  background: #F44930;
  color: #FFF;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 300px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  opacity: 1;
}

.modal-content {
  box-shadow: none;
  border-radius: 0;
}
.modal-content-US {
  border: 2px solid white;
  border-radius: 15px;
  width: 390px;  
  height: 480px;
  margin: 10px auto;
 padding:45px;
  
}
.modal-content-USMobile {
  border: 2px solid white;
  border-radius: 15px;
  width: 350px;
  height: 450px;
  margin: -20px auto;
  
  padding: 20px;
}

  .modal-content .bg-green {
    background: #FFF;
    color: #4A4A4A;
    border: none;
  }

.bg-red {
  background-color: #CE0000;
  color: #FFF
}



.icon-bg img {
  vertical-align: middle;
  position: absolute;
  right: -110px;
  opacity: 0.3;
}


.modal-header {
  padding-top: 0px;
  padding-left: 0px;
}

  .modal-header .modal-title {
    letter-spacing: 0px;
    font-size: 16px;
  }

.modal-footer {
  border-top: none;
}

.modal-sticky-footer.modal-content {
  border: none;
}

.modal-dialog {
}

.modal-body {
  /*height: 100%;*/
  overflow-y: auto;
}

.unu {
  margin-top: 20px;
}

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

::selection {
  background: #18326E;
  /* WebKit/Blink Browsers */
  color: #FFF;
}

::-moz-selection {
  background: #FE5F5A;
  /* Gecko Browsers */
  color: #FFF;
}

.bg-red ::selection, .alert-danger ::selection, .alert-danger.alert-link ::selection {
  background: rgba(0,0,0,0.4);
  /* WebKit/Blink Browsers */
  color: #FFF;
}

.bg-red ::-moz-selection, .alert-danger ::-moz-selection {
  background: rgba(0,0,0,0.4);
  /* Gecko Browsers */
  color: #FFF;
}

.btn-circle.btn-help {
  width: 80px;
  height: 80px;
  padding: 5px 0px;
  border-radius: 100px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  -moz-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.3);
}


.btn-circle.btn-tour {
  width: 80px;
  height: 80px;
  padding: 5px 0px;
  border-radius: 100px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  -moz-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.3);
}


  .btn-circle.btn-tour:before {
    background: url('../img/signpost-icon.svg') center center no-repeat;
    background-size: 50px 50px;
    display: inline-block;
    width: 70px;
    height: 70px;
    content: "";
  }


.btn-circle.btn-help:before {
  background: url('../img/question-icon.svg') center center no-repeat;
  background-size: 50px 50px;
  display: inline-block;
  width: 70px;
  height: 70px;
  content: "";
}

.password-complete {
  background-size: 50px 50px;
  display: inline-block;
  height: 70px;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


div#step-0 {
  top: inherit;
  left: inherit;
  right: 120px;
  bottom: 0px;
  position: fixed;
  z-index: 1101;
}


div#step-6 {
  top: inherit;
  right: inherit;
  left: 120px;
  bottom: 0px;
  position: fixed;
  z-index: 1101;
}

.tour-tour-0-element.btn-circle.btn-help, .tour-tour-6-element.btn-circle.btn-tour {
  z-index: 1102;
}


div#step-0 .btn.disabled {
  cursor: not-allowed;
  opacity: 0.3;
  background: #D8D8D8;
  border: #D8D8D8;
  color: #C0C0C0;
}

.sidebar-tour-fix {
  position: absolute;
  z-index: initial;
}

  .sidebar-tour-fix .tour-tour-5-element {
    border-left: 5px solid #00BE96;
    background: rgba(255,255,255,0.2);
  }


div#step-6 .popover-navigation {
  display: none;
}

.tour-step-background {
  display: none;
}

.popover {
  max-width: 600px; /* Max Width of the popover (depending on the container!) */
}

.table-borderless {
  border-top: 1px solid #FFF;
}

.table tr td.alert {
  padding: 15px;
  margin-bottom: 20px;
}

.table tr.alert.alert-success, .table tr.alert.alert-success {
  color: #000;
  background-color: #E2F2DA;
  border-left: 5px solid #00BE96;
}

  .table tr.alert.alert-success td:first-child, .table tr.alert.alert-success td:first-child {
    padding-left: 20px;
  }

.table-hover > tbody > tr:hover > td, .table-striped > tbody > .alert.alert-success:nth-child(odd) > td, .table-striped > tbody > .alert.alert-success:nth-child(odd) > th {
  color: #000;
  background-color: #E2F2DA;
}

.table > tbody > .alert.alert-success > td {
  border-top: 1px solid #FFF;
}

.img-rounded {
  border-radius: 3px;
}

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #ededf0;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  padding: 2px;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}

  .timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
  }

  .timeline-centered:after {
    clear: both;
  }

  .timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
  }

  .timeline-centered:after {
    clear: both;
  }

  .timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    left: 50%;
    top: 20px;
    bottom: 20px;
    margin-left: -4px;
  }

  .timeline-centered .timeline-entry {
    position: relative;
    width: 50%;
    float: right;
    margin-bottom: 70px;
    clear: both;
  }

    .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
      content: " ";
      display: table;
    }

    .timeline-centered .timeline-entry:after {
      clear: both;
    }

    .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
      content: " ";
      display: table;
    }

    .timeline-centered .timeline-entry:after {
      clear: both;
    }

    .timeline-centered .timeline-entry.begin {
      margin-bottom: 0;
    }

    .timeline-centered .timeline-entry.left-aligned {
      float: left;
    }

      .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
        margin-left: 0;
        margin-right: -18px;
      }

        .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
          left: auto;
          right: -100px;
          text-align: left;
        }

        .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
          float: right;
        }

        .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
          margin-left: 0;
          margin-right: 70px;
        }

          .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
            left: auto;
            right: 0;
            margin-left: 0;
            margin-right: -9px;
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
          }

    .timeline-centered .timeline-entry .timeline-entry-inner {
      position: relative;
      margin-left: -22px;
    }

      .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
        content: " ";
        display: table;
      }

      .timeline-centered .timeline-entry .timeline-entry-inner:after {
        clear: both;
      }

      .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
        content: " ";
        display: table;
      }

      .timeline-centered .timeline-entry .timeline-entry-inner:after {
        clear: both;
      }

      .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
        position: absolute;
        left: -100px;
        text-align: right;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
          display: block;
        }

          .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
            font-size: 15px;
            font-weight: bold;
          }

          .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
            font-size: 12px;
          }

      .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
        background: #fff;
        color: #737881;
        display: block;
        width: 40px;
        height: 40px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        text-align: center;
        -moz-box-shadow: 0 0 0 5px #f5f5f6;
        -webkit-box-shadow: 0 0 0 5px #f5f5f6;
        box-shadow: 0 0 0 5px #f5f5f6;
        line-height: 40px;
        font-size: 15px;
        float: left;
      }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
          background-color: #303641;
          color: #fff;
        }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
          background-color: #ee4749;
          color: #fff;
        }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
          background-color: #00a651;
          color: #fff;
        }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
          background-color: #21a9e1;
          color: #fff;
        }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
          background-color: #fad839;
          color: #fff;
        }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
          background-color: #cc2424;
          color: #fff;
        }

      .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
        position: relative;
        background: #f5f5f6;
        padding: 1.7em;
        margin-left: 70px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
      }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 9px 9px 0;
          border-color: transparent #f5f5f6 transparent transparent;
          left: 0;
          top: 10px;
          margin-left: -9px;
        }


        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
          margin-top: 15px;
        }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
          font-size: 16px;
          margin-bottom: 10px;
        }

          .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
            color: #303641;
          }

          .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
            -webkit-opacity: .6;
            -moz-opacity: .6;
            opacity: .6;
            -ms-filter: alpha(opacity=60);
            filter: alpha(opacity=60);
          }

/* Circles */

.circles {
  margin-bottom: -10px;
}

.circle {
  width: 120px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

  .circle canvas {
    vertical-align: top;
  }


  .circle span {
    position: absolute;
    top: 15px;
    display: block;
    color: #444a4e;
    margin-top: 12px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
  }

.arrears.circle span {
  color: #FFF;
}

.circle span i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

#accordion i {
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}

#accordion a[aria-expanded="false"] i {
  transition: 0.30s;
  -webkit-transition: 0.30s;
  -moz-transition: 0.30s;
  -ms-transition: 0.30s;
  -o-transition: 0.30s;
}

#accordion a[aria-expanded="true"] i {
  transition: 0.30s;
  -webkit-transition: 0.30s;
  -moz-transition: 0.30s;
  -ms-transition: 0.30s;
  -o-transition: 0.30s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.stepsBar {
  width: 360px;
  margin: 0 auto;
  font-family: 'QanelasSoft-Medium';
  display: flex;
  -webkit-display: flex;
  align-items: stretch;
  z-index: 4;
}

  .stepsBar.rtl {
    direction: ltr;
  }

  .stepsBar li {
    font-family: 'QanelasSoft-Medium';
    list-style-type: none;
    display: flex;
    flex: 1;
    text-align: center;
    position: relative;
    counter-increment: step;
  }

    .stepsBar li.active ~ li a:before, .stepsBar li.active a:before {
      cursor: not-allowed;
      font-family: 'QanelasSoft-Medium';
      content: counter(step);
      background: #FFF;
      color: #9C9C9C;
      border: 1px solid #9C9C9C;
    }

    .stepsBar li.active ~ li:after, .stepsBar li.active:after {
      border: 1px solid #9C9C9C;
    }

    .stepsBar li > a {
      z-index: 4;
      margin: 0 auto;
      border: none;
      text-decoration: none;
    }

    .stepsBar li a:hover:before {
      background: #FE5F5A;
      color: #FFF;
    }

    .stepsBar li a:before {
      content: "\f121";
      font-family: Ionicons;
      display: inline-block;
      margin: 0 auto;
      width: 28px;
      height: 28px;
      line-height: 25px;
      border: 1px solid #FE5F5A;
      font-size: 15px;
      border-radius: 24px;
      background: #FFF;
      color: #FE5F5A;
    }

    .stepsBar li:after {
      content: "";
      border: 1px solid #FE5F5A;
      width: 100%;
      position: absolute;
      top: 40%;
      right: 50%;
      z-index: 0;
    }

  .stepsBar.rtl li:after {
    right: auto;
    left: 50%;
  }

  .stepsBar li:last-child:after {
    content: none;
  }

  .stepsBar li > a > span {
    position: absolute;
    bottom: 100%;
    display: block;
  }

  .stepsBar li.active a:before {
    cursor: default;
    border: 1px solid #FE5F5A;
    background: #FE5F5A;
    color: #FFF;
  }

@media( max-width : 585px ) {

  .btn-secondary-light {
     padding-left: 20px !important;
     padding-right: 20px !important;
  }

  .navbar-brand {
    left: 60px;
  }

  .btn-rad {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    padding: 7px 0px;
  }


    .btn-rad.btn-rad-number {
      border-radius: 5px;
      font-size: 14px;
      padding: 7px 17px;
      margin-bottom: 10px;
      font-weight: bold;
    }

  .h-right {
    text-align: center;
  }

  .timeline-centered .timeline-entry.left-aligned {
    float: none;
  }
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.sf-hero {
  background-image: url('../img/bg.jpg');
}

.sf-hero-rebrand {
  background-image: url('../img/borrow-bg-min.jpg');
}
.sf-hero-rebrand-us {
  background-image: url('../img/borrow-us-bg.jpg');
  background-size: 100% 100%;
}

.sf-nhs-hero {
  background-image: url('../img/nhs-hero.jpg');
}


.footer {
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes pulse {
  50% {
    background: #464646;
  }
}

@keyframes pulse {
  50% {
    background: #464646;
  }
}

html, body {
  height: 100%;
  min-width: inherit;
}

.loading-green {
  border-top-color: #00BE96;
}

.loading + .icon {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.loading {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 5rem solid rgba(74, 74, 74, 0.3);
  border-top-color: #464646;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}



.loading--double {
  margin: 0 auto;
  border-style: double;
  border-width: .5rem;
}

.loading-pulse {
  position: relative;
  width: 6px;
  height: 24px;
  background: rgba(74, 74, 74, 0.3);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

  .loading-pulse:before, .loading-pulse:after {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 6px;
    background: rgba(74, 74, 74, 0.3);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite;
  }

  .loading-pulse:before {
    left: -12px;
  }

  .loading-pulse:after {
    left: 12px;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
  }



/* FORMS */


@keyframes float-labels {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 0em;
  }

  20% {
    font-size: 0em;
    opacity: 0;
  }

  30% {
    top: -1.3em;
  }

  50% {
    opacity: 0;
    font-size: 0.85em;
  }

  100% {
    top: -4.5em;
    opacity: 1;
  }
}

@-webkit-keyframes float-labels {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 0em;
  }

  20% {
    font-size: 0em;
    opacity: 0;
  }

  30% {
    top: -1.3em;
  }

  50% {
    opacity: 0;
    font-size: 0.85em;
  }

  100% {
    top: -4.5em;
    opacity: 1;
  }
}

.input-icon {
  position: absolute;
  right: 0px;
  height: 20px;
  width: 20px;
}


.select-icon {
  right: 0px;
  height: 20px;
  margin-top: 15px;
}


  .input-icon i, .select-icon i {
    font-size: 16px;
    color: #9C9C9C;
  }


input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

  input[placeholder] {
    text-overflow: ellipsis;
  }

  input::-moz-placeholder {
    text-overflow: ellipsis;
  }

  input:-moz-placeholder {
    text-overflow: ellipsis;
  }

  input:-ms-input-placeholder {
    text-overflow: ellipsis;
  }



  input.replaced-select-field[readonly] {
    cursor: pointer;
    background-color: #FFF;
    opacity: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    padding-right: 30px;
    text-overflow: ellipsis;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }


.select-label-control ul.select-dropdown {
  width: 100%;
  max-height: 250px;
  overflow: auto;
}

  .select-label-control ul.select-dropdown.show {
    display: block;
  }

  .select-label-control ul.select-dropdown li a {
    padding: 20px;
  }

    .select-label-control ul.select-dropdown li a:hover {
      background: #FE5F5A;
      color: #FFF;
    }

  .select-label-control ul.select-dropdown.dropdown-menu li {
    font-size: 16px;
  }

  .select-label-control ul.select-dropdown.dropdown-menu {
    background: #FFF;
    font-size: 16px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3)
  }


.border-left-red {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    border-left: 4px solid #FF9669;
}

.checkbox {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #eafffd;
  border-left: 4px solid #00BE96;
}

.checkbox-primary {
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
}

  .checkbox.grey {
    background-color: #f1f1f1;
    border-left: 4px solid #dbdbdb;
  }

  .checkbox-warning {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    background-color: #fff5f0;
    border-left: 4px solid #FF9669;
  }

  .checkbox p {
    font-size: 15px;
    padding-left: 10px;
    text-transform: none;
    letter-spacing: 0px;
  }

  .checkbox label {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-left: 15px;
  }

    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      /*margin-top: 7px;*/
      width: 25px;
      height: 25px;
      left: 0;
      margin-left: -20px;
      border: 2px solid #00BE96;
      border-radius: 3px;
      background-color: transparent;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

.checkbox-primary label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  margin-left: -20px;
  background: #FFFFFF;
  border: 2px solid #CCE0FF;
  box-sizing: border-box;
  border-radius: 4px;
}

    .checkbox.grey label::before {
      border: 2px solid #dbdbdb;
    }

    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 24px;
      height: 24px;
      left: 1px;
      top: 2px;
      margin-left: -17px;
      padding-left: 2px;
      padding-top: 0px;
      font-size: 11px;
      color: #555555;
    }

  .checkbox input[type="checkbox"] {
    opacity: 0;
  }


    .checkbox input[type="checkbox"]:focus + label::before {
      outline: 0;
    }

    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'Ionicons';
      content: "\f122";
      outline: none;
      color: #00BE96;
      font-size: 17px;
    }

    .checkbox.grey input[type="checkbox"]:checked + label::after {
      color: #808080;
    }

    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65;
    }

      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed;
      }

  .checkbox.checkbox-circle label::before {
    border-radius: 2px;
  }

  .checkbox.checkbox-inline {
    margin-top: 0;
  }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #2C82FF;
  border-color: #2C82FF;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.pay-buffer {
  background-color: #eafffd;
  border: 1px solid #00BE96;
  color: #4A4A4A;
  padding: 12px 19px;
  margin: 20px 0px;
}

.error-message {
  color: #F44930;
  font-size: 15px;
  padding-top: 5px;
}

.lrg-label {
  font-size: 18px;
  font-family: 'QanelasSoft-SemiBold';
  line-height: 24px;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0px;
}

.lrg-control {
  border-bottom: 2px solid #E0DEDE;
  margin-top: 4px;
  font-size: 17px;
}

.lrg-description {
  font-size: 17px;
  line-height: 23px;
}

span.underline-orange {
  display: inline-block;
  border-bottom: 5px solid #ff9669;
  padding-bottom: 5px;
}

/* RK >> Added as part of US_borrow development (All new)*/
.btn-next {
}

.btn-back {
  font-size: 16px;
  text-decoration: underline;
}

.btn-signin-redirect {
font-size: 16px;
text-decoration: none !important;
text-underline-offset: auto;
}

.image-float-left {
  float: left;
  max-height: 30px;
  padding-top: 5px;
}

.image-float-right {
  float: right;
  max-height: 30px;
  padding-top: 5px;
}

.padd-modal {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

  .btn-back > span {
    font-size: 16px;
  }

/* Common between both products */
.nav-group-center > div {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* UIKit create another div under nav-group row.*/
.nav-group > div {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

/* site-wide ComboDropDown styling */
.ComboDropDown {
  position: absolute;
  max-height: 400px;
  background-color: #ffffff;
  border: 1px solid #E0E2E2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: none;
  z-index: 1020;
  overflow-y: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-top-style: none;
}

  .ComboDropDown table {
    border-spacing: 0px;
  }

  .ComboDropDown tr, .ComboDropDown div div {
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5px;
    cursor: pointer;
  }

  .ComboDropDown td {
    border-left: 1px solid #ccc;
    padding: 2px 4px 2px 4px;
  }

  .ComboDropDown th {
    padding: 2px;
    cursor: pointer;
    background: linear-gradient(to bottom, #666 0%, #444 100%);
    color: #fff;
    font-size: 0.9em;
  }

  .ComboDropDown .ComboChild {
    padding-left: 5px;
  }

  .ComboDropDown .ComboGroup, .ComboDropDown .ComboGroup:hover {
    background: #eee;
    font-weight: 600;
    cursor: default;
    padding: 5px;
  }

  .ComboDropDown tr:hover, .ComboDropDown div div:hover {
    text-decoration: none;
    background-color: #f2f2f2;
  }

    .ComboDropDown div div:hover + div {
      border-top-color: transparent;
    }

  .ComboDropDown div div.Selected {
    border-top-color: #18326E;
    background-color: #18326E;
    color: #fff;
  }
.bold-text {
  font-weight: bold !important;
}

.LoanAgreementValidationText {
  margin-left: 15px !important;
}

#learn-more div#clock {
  background: url('../../../img/clock.svg') center center no-repeat;
}

#learn-more div#honest {
  background: url('../../../img/honest.svg') center center no-repeat;
}

#learn-more div#safe {
  background: url('../../../img/safe.svg') center center no-repeat;
}

#learn-more div#wallet {
  background: url('../../../img/wallet.svg') center center no-repeat;
}

/*for USA*/
#learn-more div#clock_US_Br {
  /*//Frame 238*/
    background: url('../img/Clock_US_Br.png') center center no-repeat;
  width: 100%;
  height: 130px;
}
#learn-more div#clock_US_Br_Mobile {
  background: url('../img/Frame 238.png') center center no-repeat;
  width: 100%;
  height: 150px;
  margin-top:-100px;
  margin-bottom:-50px;
}

#learn-more div#honest_US_Br {
  background: url('../img/Honest_US_Br.png') center center no-repeat;
  width: 100%;
  height: 130px;
}
#learn-more div#honest_US_Br_Mobile {
  background: url('../img/Frame 240.png') center center no-repeat;
  width: 100%;
  height: 130px;
  margin-top: -90px;
  margin-bottom: -40px;
}

#learn-more div#safe_US_Br {
  background: url('../img/Safe_US.png') center center no-repeat;
  width: 100%;
  height: 130px;
}
#learn-more div#safe_US_Br_Mobile {
  background: url('../img/Frame 239.png') center center no-repeat;
  width: 100%;
  height: 130px;
  margin-top: -90px;
  margin-bottom: -40px;
}

#learn-more div#wallet_US_Br {
  background: url('../img/Wallet_US_Br.png') center center no-repeat;
  width: 100%;
  height: 130px;
}
#learn-more div#wallet_US_Br_Mobile {
  background: url('../img/Frame 241.png') center center no-repeat;
  width: 100%;
  height: 130px;
  margin-top: -90px;
  margin-bottom: -40px;
}

.noRightPadding{
  padding-right: 0px
}

.hidden-div {
    display: none 
}

.ErrorControlMsg {
    font-weight: normal;

}

.simple-center {
  text-align: center;
}


.LearnMoreButton {
  color: black;
  background-color: #FFF;
  border: 2px solid #FFF;
  text-decoration: none;
  text-shadow: none;
}

/* IE9, IE10, IE11 */
@media screen and (min-width:0\0) {
  strong, b {
    font-family: QanelasSoft-Bold;
  }

  .label-uikit {
    font-family: QanelasSoft-Bold;
  }
  .label-uikit-us {
    font-family: QanelasSoft-Bold;
    color:white;
  }
}

.btn-rad-img-div {
  min-height: 120px;
  border: none !important;
}

.btn-rad-img-label-div {
  height: 50px;
  line-height: 50px;
}

.btn-rad-img-label {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.btn-rad-img {
  display: block;
  width: 50px;
  margin: 0 auto;
}

.btn-rad-img-div:hover {
  border: none;
}

@media(min-width:768px) {
  ul.rad-img-list li {
    float: left;
    width: 25%
  }

    ul.rad-img-list li:nth-child(4n+5) {
      clear: left;
      float: left;
    }
}

@media(max-width:767px) {
  ul.rad-img-list li {
    float: left;
    width: 33.3333%
  }

    ul.rad-img-list li:nth-child(3n+4) {
      clear: left;
      float: left;
    }

  .btn-rad-img-div {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.auto-height {
  height: auto !important;
}