body {
    font-family: 'Poppins', sans-serif;
    position: relative;
}
.reverse-logo {
    max-width: 180px; width: 90%;
}
.wfbluebg {
    background: #46586A;
}
.wflightbluebg {
    background: #EBEBEB;
    background-image: linear-gradient(to right top, #ebebeb, #e4e4e4, #dedede, #d7d7d7, #d1d1d1, #cbcbcb, #c6c6c6, #c0c0c0, #bababa, #b3b3b3, #adadad, #a7a7a7);
    color: #46586A;
}
.wfbrightblue {
    background: #EBEBEB;
    background-image: linear-gradient(to right top, #ebebeb, #e4e4e4, #dedede, #d7d7d7, #d1d1d1, #cbcbcb, #c6c6c6, #c0c0c0, #bababa, #b3b3b3, #adadad, #a7a7a7);
}

.bg-grey {
    background: #f5f5f5;
}

.pink {
    color: #ED6D45 !important;
}

.floating {
    box-shadow: 2px 2px 8px #ddd;
    border-color: #eee !important;
}
.card h2 {
    font-size: 50px;
    font-weight: 600;
}
.card p {
    line-height: 2rem;
    font-size: 16px;
    font-weight: 300;
}
.card.rounded {
    border-radius: 12px !important;
}

.d-grid {
    display: grid;
}
a {
    color:  #46586A;
    transition: all .2s;
    text-decoration: none;
}

a:hover {
    color: #46586A;
}
.proposal_upload{
    border: 1px solid #ED6D45;
    border-radius: 5px;
}

.btn.btn-sm-primary {
    background: #ED6D45;
    border-color: #ED6D45;
    color: #fff !important;
    border: none !important;
    padding: 2px 9px;
    font-size: 14px;
}

.btn.btn-primary {
    background: #ED6D45;
    border-color: #ED6D45;
    height: 54px !important;
    line-height: 42px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 30px !important;
    color: #fff !important;
    border: none !important;
}
.btn.btn-primary:hover,
.btn.btn-sm-primary:hover,
 {
    background: #f61175;
    border-color: #f61175;
}

h1, h2, h3, h4, h5, h6 {
    color: #ED6D45;
}
i.fas {
    color: #ED6D45;
}
/* Header */
header a {
    text-decoration: none;
}
.logo {max-width: 250px; height:  auto; width:  100%;}

@media (max-width: 767px) {
    .logo {
        max-width: 150px;
    }
    .top-header {
        justify-content: space-between;
    }
}
header ul.nav {
    width: 100%;
 display: flex;
 justify-content: space-around;
}

header ul.nav li {

    font-size:  20px;
}
header ul.nav li a {
    color: #fff;
}

.main-header-bar i {
    font-size: 25px;
    line-height:45px;
}

.mini-login-section > *{
    line-height: 25px ;
    display: flex;
    align-items: center;
}
.fs-7  {
    font-size: 0.9rem !important;
}

.top-header-bar a {
    font-size: 12px;
    text-decoration: none;
    color:  #fff;
    display: inline-block;
    float: right;
    padding: 10px 50px;

}

.top-header-bar a:hover {
    color: #115;
}

.main-header-bar {
    background: #30343f;
    color:  #fff;
    border-bottom:  2px solid #ED6D45;
    position:relative;
}

.dropdown__title {
  background-color: transparent;
  border: none;
  font-family: inherit;
  padding-bottom: 25px;
  cursor: pointer;
}

nav {
  padding: 0 1rem;
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
}
nav > ul {
  grid-auto-flow: column;
}
nav > ul > li {
  margin: 0 0.5rem;
}
nav > ul > li a,
nav > ul > li .dropdown__title {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
}
nav > ul > li a:focus,
nav > ul > li .dropdown__title:focus {
  outline: none;
}
nav > ul > li > a,
nav > ul > li .dropdown__title {
  padding: 1rem 0.5rem;
  border-top: 3px solid transparent;
  transition: 280ms all 120ms ease-out;
}
nav > ul > li > a:hover, nav > ul > li > a:focus,
nav > ul > li .dropdown__title:hover,
nav > ul > li .dropdown__title:focus {
 /* border-top-color: pink;
  color: pink;*/
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
nav ul li {
  padding: 0;
}
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0 0 0 10px;
  z-index: 100;
}
.menu svg {
    width: 45px;
    height: 45px;
}
.menu:focus-visible {
    border: none;
    outline: none;
}

.main-header-bar .fa-user-circle {
    position: relative;
/*    top: 1px;*/
}
.line {
  fill: none;
  stroke: #ED6D45;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.navigation-mobile  {
    display: none;
    position: absolute;
    top: 0px;
    z-index:10;
    height: 100%;
    width: 100%;
    background: rgba(48,52,63,0.9);
    justify-content: center;

}
.navigation-mobile-container  {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.navigation-mobile.opened  {
    display: flex;
}

.navigation-mobile ul {
    list-style: none;
    padding: 0px;
}

.navigation-mobile ul li a, .navigation-mobile ul li button {
    font-size: 2rem !important;
    color: #fff;
    padding: 0px !important;
}

.dropdown {
  position: static;
}
.dropdown .dropdown__title {
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding-bottom: 40px;
}
.dropdown .dropdown__title:after {
/*  content: "";
  border: 0.35rem solid transparent;
  border-top-color: rgba(255, 255, 255, 0.45);
  margin-left: 0.25em;
  transform: translateY(0.15em);*/
;
}
.dropdown .dropdown__menu {
  position: absolute;
  z-index:10;
  min-width: 100%;
  left: 50%;
/*  top: calc(100% - 0.25rem);*/
  top: calc(100% + 2px);
  transition: 280ms all 120ms ease-out;
  transform: rotateX(-90deg) translateX(-50%);
  transform-origin: top center;
  visibility: hidden;
  opacity: 0.3;
  padding: 0.5em 0;
  background-color: #20233d;
  box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to right top, #313141, #3a3a4a, #444454, #4d4d5d, #575767, #5e5e6e, #656575, #6c6c7c, #727282, #787888, #7f7f8f, #858595);
}

.dropdown .dropdown__menu a {
/*  color: #47246b;*/
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  opacity: 0;
  transition: 280ms all 120ms ease-out;
  cursor: pointer;
}

.dropdown .dropdown__menu a.cars:hover {
    background: #ffbe27;
}
.dropdown .dropdown__menu a.vans:hover {
    background: #ED6D45;
}

.dropdown .dropdown__menu a:hover > *{
    transform: scale(1.02)
}

.dropdown .dropdown__menu a:focus {
  outline: none;
}
.dropdown:after {
    content: "";
    border: 0.5rem solid transparent;
    border-bottom-color: #ED6D45;
    position: relative;
    top: calc(100% - 38px);
    left: -48%;
    transform: translateX(0px);
    transition: 280ms all 120ms ease-out;
    opacity: 0;
    will-change: opacity;
}

.dropdown:hover .dropdown__title, .dropdown:focus-within .dropdown__title {
  border-top-color: pink;
}
.dropdown:hover .dropdown__menu, .dropdown:focus-within .dropdown__menu {
  opacity: 1;
  transform: rotateX(0) translateX(-50%);
  visibility: visible;
}
.dropdown:hover .dropdown__menu a, .dropdown:focus-within .dropdown__menu a {
  opacity: 1;
}
.dropdown:hover:after, .dropdown:focus-within:after {
  opacity: 1;
}

.border-right-white {
    border-right: 3px solid #fff;
}
.border-pink {
    border-color: #ED6D45 !important;
}
.border-bottom {
    border-top: none;
    border-left:none;
    border-right:none;
    border-bottom:  1px solid #fff;
}
.contact-header h2 a , .contact-footer h2 a {
    color:  #fff !important;
    font-weight: normal;
    font-size: 1.8rem;
    line-height:1.6rem;
}
.contact-footer h2 a {
    color: #000 !important;
}
.contact-header, .contact-footer {
    text-align: center;
}
.contact-header p {
    font-size:18px;
    line-height:10px;
    font-weight:300;
}
.contact-footer p {
    font-size:16px;
    line-height:14px;
    font-weight:300;
}
/*helpers*/

.hero-list {
    margin: 0px;
    list-style: none;
    height: 100%;
    width: 100%;
    padding: 0px;
}
.hero-list li {
    background: #cbcbcb;
    border: 3px solid #cbcbcb;
    border-radius: 50px 0px 0px 50px;
    padding: 0px;margin: 10px 0px;
    transition: all 0.2s;
}
.hero-list li a {
    color: #000;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 25px 10px 25px 25px;
}
.hero-list li:hover {
    background: #fff;
}
.cars-colour li:hover {
    border-color: #ffbe27;
}
.vans-colour li:hover {
    border-color: #ED6D45;
}


.build-list {
    margin: 0px;
    list-style: none;
    height: 100%;
    width: 100%;
    padding: 0px;
}
.build-list li {
   /* background: #cbcbcb;
    border: 3px solid #cbcbcb;
    border-radius: 50px 0px 0px 50px;*/
    padding: 0px;margin: 10px 0px;
    transition: all 0.2s;
}
.build-list li a {
   /* color: #000;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 25px 10px 25px 25px;*/
}
.build-list li:hover {
    background: #fff;
}
.build-list select.form-select{
    background: #cbcbcb;
    border-radius: 35px  0px 0px 35px  !important;
     padding: 25px 25px 25px 25px !important;
    border: 3px solid #cbcbcb !important;
    cursor:pointer;
}
.build-list select.form-select:focus{
    box-shadow: none;
}
.build-list select.form-select:hover, .build-list select.form-select:valid{
    background: #fff;
}
.build-list.van select.form-select:hover, .build-list.van select.form-select:valid{
    border-color: #ef0064 !important;
}
.build-list.car select.form-select:hover,.build-list.car select.form-select:valid{
    border-color: #ffbe27 !important;
}

.notification-area .card.rounded {
    border: 3px solid #fff !important;
    transition: all 0.2s;
}
.notification-area .card.rounded:hover {
    border-color: #000 !important;
}
.view-notification-button {
    background: #cbcbcb;
/*    border: 3px solid #cbcbcb;*/

    padding: 4px 25px 4px 40px;
    margin: 10px 0px;
    transition: all 0.2s;
     border-radius: 0 25px 25px 0px;
     position: absolute;
     left: -3px;
     bottom: 30px;
     font-size: 20px;
     font-weight: 700;
     color: #000;
}
.notification-area .card.rounded:hover .view-notification-button {
    color: #fff;
    background: #000;
}

.home-hero.active, .home-features .active, .home-hero-section .active {
    background-color: #D9D9D9;
}

.notification-area .notification-circle {
    float: right;
}
.notification-area .card {
    cursor: pointer;
}
.notification-area .card a {
    display: block;
    width: 100%;
    height: 100%;

}
.notification-circle {
    border-radius: 50%;
    border: 3px solid #ffbe27;

    max-height: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    line-height: 45px;
    position:relative;
}


@media (min-width: 992px) and (max-width: 1200px) {
    .notification-circle {
        height: 80px;
        width: 80px;
    }
}
.notification-circle .new-notification {
    position:absolute;
    bottom: -5px;
    right: 10px;
    background: #ED6D45;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;

}


/* Home Page */

.home-hero {
    height:  65vw;
    color: #fff;
    transition: all 0.4s;
    overflow: hidden;
}


@media (min-width: 768px) and (max-width: 1199px) {

    .home-hero {
        height:  30vw;
    }

}

@media (min-width: 1200px) {

    .home-hero {
        height:  25vw;
    }

}
.overlay {
    background: rgba(0,0,0,0.2);
    transition: all 0.4s;

}
.home-hero:hover {
    cursor: pointer;
}
.home-hero:hover .overlay {
    background: rgba(255,255,255,0.2);
}

.hero-button.active {
    border: 1px solid #fff;
    border-top:  2px solid #fff;
    border-bottom:  2px solid #D9D9D9;
}
.hero-button {
    border: 1px solid #46586A;
    border-top:  2px solid #46586A;
    border-bottom:  2px solid #D9D9D9;
}
.hero-button:first-of-type { border-left:  0px;}
.hero-button:last-of-type { border-right:  0px;}

.hero-car {
    background-image: url('../img/car-hero-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-van {
    background-image: url('../img/home-hero-van.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-feature.active {
    border: 1px solid #fff;
    border-top:  2px solid #fff;
    border-bottom:  2px solid #D9D9D9;
}

.home-feature {
    border: 1px solid #46586A;
    border-top:  2px solid #46586A;
    border-bottom:  2px solid #D9D9D9;
}
.home-feature a {
    font-size:  1.6rem;
}
.home-feature:first-of-type { border-left:  0px;}
.home-feature:last-of-type { border-right:  0px;}

/*footer */
footer {
    background: #fff;
    color: #46586A;
}
footer a {
    color: #46586A;
}
footer h2 a {
    color:  #E60064 !important;
    font-weight: bold;
}

.footer-top .inner {
    border-bottom:  1px solid #ED6D45;
}
footer p {
    line-height: 18px;
}
footer small {
    font-weight: 300;
    font-size: 12px;
}
.footer-logos small {
    font-weight: 300;
    font-size: 10px;
}
.footer-logos p {
    line-height: 12px;
}

footer ul.nav  {
    width: 100%;
}
footer ul.nav li {
    display: inline-block;
    padding-right: 30px;
}

footer ul.nav.small li {
    font-size:  10px;
    font-weight: 300;
}

/* Filters */
.nav-pills .nav-item .nav-link {

}
.nav-pills li.nav-item a.nav-link {
    border-radius: 0 !important;
    color: #30343f;
    padding:  15px 20px;
}
.nav-pills li.nav-item a.nav-link {
   border: 1px solid #46586A;
}
.wflightbluebg .nav-pills li.nav-item a.nav-link {
    border: 1px solid #ED6D45;;
}


.nav-pills li.nav-item a.nav-link:hover {
/*    background: #ffbe27;*/
    background-image: linear-gradient(to right top, #313141, #3a3a4a, #444454, #4d4d5d, #575767, #5e5e6e, #656575, #6c6c7c, #727282, #787888, #7f7f8f, #858595);
    color: #fff;
}
.nav-pills li.nav-item a.nav-link.active{
    background: #ED6D45;
    color: #fff;
    font-weight: 700;
}
.nav-pills li.nav-item:not(:first-of-type)  a.nav-link{
    border-left: 0px;
}
.nav-pills li.nav-item a.nav-link.active {

}
#pills-tab li:first-of-type a{
    border-radius: 50px 0px 0px 50px !important;
}
#pills-tab li:last-of-type a{
    border-radius: 0px 50px 50px 0px !important;
}

.filter-nav {
    background: #30343f;
}
.filter-nav a{
    color: #fff !important;
    border: 1px solid #303f4f !important;
}
.filter-nav:hover a {
    color: #30343f !important;
    background: #fff;
}

.badge { border-radius:2px; border:1px solid #cdcdcd; font-weight: 300; font-size: 11px;}
.badge.bg-stock {
    background: #ffbe27;
    border:1px solid #ffbe27;
}
.badge.bg-special {
    background: #ED6D45;
    border:1px solid #ED6D45;

}
.badge.bg-delivery {
    background: #008bd2;
    border:1px solid #008bd2;

}
.badge.bg-type {
    background: #fff;
    border: 1px solid #008bd2;

    color: #36a9e1;
}

.card {
    border:  1px solid #D9D9D9;
    border-radius: 0px;
}
.card .card-text {
    color: #46586A;
}
.card-header,.card-footer {
    background: #fff;
    color:  #46586A;
}
.card-header {
    border-bottom:  0px;
}
.card-header .header-description {
    min-height: 100px;
}
.card-footer {
    border-top:  1px solid #D9D9D9;
    font-size: 18px;
    padding:  0px;
    font-weight: 500;
}
.card-footer h6 {
    font-weight: 500;
}
.card-footer .price {
    font-size:  22px;
    margin-bottom:  0px;
}
.card-footer .col-6 {
    padding: 15px;
}
.card-footer .col-6:first-of-type {
    border-right: 1px solid #D9D9D9;
}


/* Form Elements */
input.form-control,select.form-select {
    border:  1px solid #46586A !important;
    border-radius: 0 !important;
    color:  #46586A !important;
}
select.form-select {
    padding: 15px;
    color:  #46586A;
/*    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2#46586A'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;*/

}

.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder { /* Edge */
   color:  #46586A !important;
}

.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:  #46586A !important;
}

.form-control::placeholder .form-select::placeholder {
   color:  #46586A !important;
}
/*.btn.btn-primary {
    background: #3FA2F7 !important;
    color:  #fff !important;
    border:  1px solid #46586A !important;
    padding: 15px;
    border-radius: 0 !important;
}*/
/*.wflightbluebg .btn.btn-primary {
    background: #D9D9D9 !important;
    color: #46586A !important;
}*/
.accordion-body {
    background: #D9D9D9;
}
.accordion-item, .accordion-header, .accordion-header button {
    color: #46586A !important;

}
.accordion-header button::after {
    color: #46586A;
}
.accordion-button:focus {
    box-shadow:none;
}
.accordion-button:not(.collapsed) {
 background-color:#20233d;
 color: #fff !important;
}
.accordion-button:not(.collapsed)::after {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}
.accordion-body ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.accordion-body ul li{
    background-color: #fff;
    margin:  5px 0px;
    padding:  10px;
    font-size: 14px;
    line-height: 30px;
}
.accordion-body ul li.active{ border: 3px solid #ED6D45;}

.card.price-summary {
     background: #20233d;
     color:  #fff;
}
.card.price-summary th, .card.price-summary td {
    font-size: 14px;
}
.card.price-summary th {
    font-weight: 700;
}
.card.price-summary td {
    font-weight: 300;
}
.price-summary-totals {
    border-top: 2px solid #fff;

}


.half, .half .container > .row {
  height: 100%;
  min-height: 100vh; }

@media (max-width: 991.98px) {
  .half .bg {
    height: 200px; } }

.half .contents, .full .contents{
  background: #f6f7fc;
}
.full .contents {
    width: 100%;
}
.half .contents, .half .bg {
  width: 50%; }
  @media (max-width: 1199.98px) {
    .half .contents, .half .bg {
      width: 100%; } }
  .half .contents .form-control, .half .bg .form-control {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 54px !important;
    background: #fff; }
    .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
      outline: none;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

.half .bg {
  background-size: cover;
  background-position: center; }

.half a {
  color: #888;
  text-decoration: underline; }

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
}

.footer-menu-mini {
    padding-left: 0px;
    list-style:none;

}
.footer-menu-mini li {
    display:inline-block;
}
.footer-menu-mini a {
    color: #777;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 30px 0px 0px;
}

.footer-menu-mini a.active {
    color: #ED6D45;
}


/*vehicle options configurator*/
#optionsFlush input[type=radio],#optionsFlush input[type=checkbox] {
        display:none;
    }

#optionsFlush input[type=radio] + label,#optionsFlush input[type=checkbox] + label {
        display:inline-block;
        margin:-2px;
        padding: 4px 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        text-align: center;

        vertical-align: middle;
        cursor: pointer;
        background-color: #20233d;
      /*  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
        background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
        background-image: -o-linear-gradient(top,#fff,#e6e6e6);
        background-image: linear-gradient(to bottom,#fff,#e6e6e6);
        background-repeat: repeat-x;*/
        border: 2px solid #10122e;
        border-radius: 15px;


    }

    #optionsFlush input[type=radio]:checked + label,#optionsFlush input[type=checkbox]:checked + label{

        border: 2px solid #ED6D45;
          color: #fff;

    }

    @media print{
        .noprint{
            display:none;
        }
     }

     .confirm-area{
        text-align: left;
     }

     .onboarding p,.onboarding a {
    font-size: 0.9rem;
    color: #1b2021;
}
.onboarding span.caption {
    font-weight: normal;
    font-size: 0.8rem;
}
.onboarding, .onboarding .container > .row {
  height: 100%;
  min-height: 100%; }

@media (max-width: 991.98px) {
  .onboarding .bg {
    height: 200px; }
}

.onboarding h1,.onboarding h2,.onboarding h3,.onboarding h4,.onboarding h5,.onboarding h6 {
    font-weight: bold;
    color: #1b2021;
}
.onboarding a {
    font-weight: bold;
}
.onboarding a.accent {
    color: #ED6D45 !important;
    font-weight: bold;
}
label {
    font-weight: bold;
    padding-bottom: 10px;
}

.onboarding  .container, .full  .container{
  background: #f6f7fc;
}


  @media (max-width: 1600px) {
  
    .onboarding h2 {
        font-size: 1.5rem;
    }
    .onboarding p, .onboarding a {
        font-size: 0.9rem;
    }
  }
    
    

/*.onboarding .bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
*/
.onboarding a {
  color: #1b2021;
  text-decoration: underline; }

.onboarding .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
}