:root {
    --color-dark: #2c223f;
    --color-light: #4b376b;
    --color-orange: #FC7753;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2 !important;
}

h1, h2, b {
    font-weight: 700;
}

h3, h4, h5  {
    font-weight: 500;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.lh20 {
    line-height: 20px;
}

img {
    max-width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

u {
    text-decoration-thickness: from-font;
}

/* MARGIN */
.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.ml0 {
    margin-left: 0;
}

.mr0 {
    margin-right: 0;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}
/* /MARGIN */

/* PADDING */
.p20 {
    padding: 20px;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}
/* /PADDING */

.inline {
    display: inline-block !important;
}

.redtext {
    color: red;
}

.textlight {
    color: var(--color-light);
}

.textorange {
    color: var(--color-orange);
}

.textdark {
    color: var(--color-dark);
}

.textblack {
    color: #000000;
}

nav.navbar {
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
}

nav {
    padding: 10px 0;
    background-color: #ffffff;
}

a.nav-link {
    color: inherit !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

nav li > a:before {
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    background-color: var(--color-orange);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    transition: all .3s;
    margin-top: 3px;
    position: relative;
    bottom: -30px;
}

nav li:hover > a:before {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.navfix {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
}

.collapse.navbar-collapse {
    justify-content: flex-end;
}

.mtop {
    margin-top: 60px;    
}

.dropdown-item {
    font-weight: 500;
    font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-light) !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(92,40,110,0.7);
}

.aboutnew {
    padding: 60px 0 60px;
    background-color: var(--color-light);
    /*background-image: url('../images/main.jpg');*/
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    position: relative;
}

.aboutnew h1 {
    /*text-transform: uppercase;*/
    font-size: 40px;
    line-height: 54px !important;
}

.aboutnew h2 {
    color: #fff !important;
    font-size: 22px !important;
    line-height: 42px !important;
    background-image: url('../images/check.svg');
    background-size: 32px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 40px;
    font-weight: 500;
}

.heroeco4 {
    position: relative;
    background-image: url('../images/parents-bg.jpg');
    background-position: top center;
    background-size: cover;
    color: #ffffff;
    padding: 60px 0 200px;
}

.hero h1 {
    font-size: 52px;
}

.hero h5 {
    line-height: 1.7 !important;
}

.heroeco4 h5 {
    line-height: 1.7 !important;
}

.herocompare h1 {
    color: var(--color-light);
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
}

.herocompare h2 {
    line-height: 38px !important;
    font-size: 25px;
    font-weight: 600;
}

.herocompare h4 {
    font-size: 18px;
    font-weight: 600;
}

.herocompare .nobullets i {
    color: var(--color-orange);
}

.wave {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 160px;
    background-image: url('../images/wave.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

h2 {
    font-size: 46px;
}

section {
    padding: 60px 0;
}

.small-section {
    padding: 20px 0;
}

.greybg {
    background-color: #f5f5f5;
}

.darkbg {
    background-color: var(--color-dark) !important;
    color: #fff;
}

.lightbg {
    background-color: var(--color-light) !important;
    color: #fff;
}

form {
    padding: 20px;
}

.form-control {
    font-size: 14px;
    height: auto;
    padding: 12px;
}

select {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url('../images/droparrow.svg') no-repeat;
    background-position: right center;
    background-size: 17px;
}
select:hover{
    cursor: pointer;
}

.find-add {
    height: 40px;
    font-size: 12px;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 0 14px;
    transition: all .25s;
    width: 100%;
}

.find-add:hover {
    text-decoration: none;
}

.addresscontainer select {
    width: 100% !important;
    height: 40px;
    background-color: inherit;
    border-color: #ccc;
    margin-bottom: 10px;
    border-radius: 4px;
    color: inherit;
}

.sel-add {
    display: none !important;
}

.prev-btn-abs {
    position: absolute;
    top: 10px;
}

.prev-btn-rel {
    position: relative;
    top: 7px;
}

.back {
    background: #eee;
    border: none;
    border-radius: 4px;
    padding: 2px 8px;
}

.singlelabel {
    display: inline-block;
}

.singlelabel:first-of-type {
    margin-left: 0 !important;
}

.singlelabel .noradio {
    display:none;
}

.singlelabel .noradio + label {
    position: relative;
    display: inline-block !important;
    padding: 7px 20px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    transition: all .3s;
    border: 1px solid #dddddd;
    font-weight: inherit;
}

.singlelabel .noradio:hover + label {
    background-color: #f5f5f5;
}

.singlelabel .noradio:checked + label {
    background-color: #eee;
    color: inherit;
}

.singlelabel .radio-inline span {
    padding-left: 17px;
}

.singlelabel .radio-inline span:before {
    top: 8px;
    left: 10px;
    background-image: url('../images/circle.svg');
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    -webkit-transition: background-image 150ms ease-in-out;
    transition: background-image 150ms ease-in-out;
}

.singlelabel .noradio:checked + label span:before {
    background-image: url('../images/circle-filled.svg');
}

.broadband-form {
    padding: 0;
}

.broadband-form .find-add {
    max-width: 160px;
}

.broadband-form .singlelabel {
    margin: 5px;
}

.broadband-form .singlelabel .noradio + label {
    background-color: #f5f5f5;
    border: none;
    position: relative;
    display: table !important;
    padding: 20px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    transition: all .3s;
}

.broadband-form .singlelabel .noradio:hover + label {
    background-color: #e9ecef;
    box-shadow: 0px 0px 13px #ddd;
}

.broadband-form .singlelabel .noradio:checked + label {
    background-color:  #e9ecef;
    color: inherit;
}

.broadband-form .radio-inline img {
    max-height: 45px;
}

.broadband-form .singlelabel .radio-inline span {
    padding: 20px 29px;
    font-size: 25px;
}

.broadband-form .singlelabel .radio-inline span:before {
    display: none;
}

/* ----- singlelabel-full ----- */
.singlelabel-full {
    display: inline-block;
    width: 100%;
}

.singlelabel-full:first-of-type {
    margin-left: 0 !important;
}

.singlelabel-full .noradio {
    display:none;
}

.singlelabel-full .noradio + label {
    position: relative;
    display: inline-block !important;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: none;
    transition: all .3s;
    border: 2px solid #dddddd;
    margin-bottom: 0;
}

.singlelabel-full .noradio:hover + label {
    background-color: #f3f5f6;
}

.singlelabel-full .noradio:checked + label {
    border: 2px solid var(--color-light);
    background: var(--color-light);
    color: #fff;
}

.singlelabel-full .noradio:checked + label span {
    color: #fff;
}

.singlelabel-full .radio-inline span {
    padding-left: 35px;
    font-size: 15px;
}

.singlelabel-full .radio-inline span:before {
    display: inline-block;
    content: "";
    height: 20px;
    width: 20px;
    margin-right: 0.625rem;
    box-shadow: 0 0 0 2px var(--color-light);
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 15px;
    background: #fff;
}

.singlelabel-full .noradio:hover + label span:before {
    border: 4px solid #fff;
    background: var(--color-dark);
}

.singlelabel-full .noradio:checked + label span:before {
    background-color: rgba(0,0,0,.4);
    box-shadow: none;
    border: none;
    background-image: url('../images/radiocheck.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
}
/* ----- ----- */

/* ----- CIRCLE STEPS ----- */
.circlestep-number {
    color: #000000;
    background-color: #dddddd;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    transition: all .3s;
}

.circlestep-number-active {
    background-color: var(--color-orange);
    color: #ffffff;
}

.circlestep {
    display: inline-block;
    padding: 10px 20px;
}

hr.questionseparator {
    margin-top: 50px;
    margin-bottom: 50px;
}

hr.separatorsmall {
    width: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.small {
    font-weight: 500 !important;
}

.stepseparator {
    display: inline-block;
    width: 200px;
    height: 1px;
    background-color: #eee;
    position: relative;
    bottom: 28px;
}

.form-columns h2 {
    font-size: 25px;
}

.form-columns h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px !important;
}

.form-columns .form-control, .broadband-form .form-control {
    height: auto !important;
    padding: 10px 15px !important;
    font-size: 16px !important;
    border: 2px solid #dddddd !important;
    font-weight: 500;
}

.form-columns .form-group {
    margin-bottom: 10px;
}

.form-columns .find-add, .broadband-form .find-add {
    background-color: var(--color-light);
    color: #ffffff;
    border: none;
    padding: 10px 5px;
    font-size: 11px;
    border-radius: 5px;
    height: auto;
}

.form-columns .sel-add {
    display: none;
}

.form-columns .addresscontainer {
    width: 100%;
}

.form-columns .address_dropdown, .broadband-form  .address_dropdown {
    font-size: 16px !important;
    border: 2px solid #dddddd !important;
    height: auto !important;
    padding: 10px;
    margin-top: 10px;
}

.imgmain img {
    max-height: 340px;
}

.find-add {
    background-color: var(--color-light);
}

.find-add:hover {
    background-color: var(--color-dark);
    color: #fff;
}

.button {
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: 12px 24px;
    width: auto;
    border: none;
    transition: all .3s;
    font-weight: 600;
}

.btnwhite {
    border: 1px solid #fff;
    background-color: #fff;
    color: var(--color-light);
}

.btnwhite:hover {
    border: 1px solid var(--color-light) !important;
    background-color: var(--color-light) !important;
    color: #fff;
}

.btnorange {
    border: 1px solid var(--color-orange);
    background-color: var(--color-orange);
    color: #ffffff;
}

.btnlight {
    border: 1px solid var(--color-light);
    background-color: var(--color-light);
    color: #ffffff;
}

.btndark {
    border: 1px solid var(--color-dark);
    background-color: var(--color-dark);
    color: #ffffff;
}

.btn-plain {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.button-lg {
    padding: 20px 50px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.button-sm {
    padding: 7px 12px;
}

.button-xs {
    padding: 2px 12px;
    font-size: 14px;
}

.button-block {
    display: block;
    width: 100%;
    padding: 25px 50px;
    font-size: 23px;
    text-transform: uppercase;
}

.button:hover {
    color: #fff;
    text-decoration:none;
    background-color: var(--color-dark);
    border: 1px solid var(--color-dark);
}

.btn-full:focus {
    color: #fff;
    text-decoration: none;
}

.btn-plain:focus {
    color: var(--color-light);
    text-decoration: none;
}

.radio-img img {
    height: 20px;
}

.radio-img .noradio + label, .radio-img-round .noradio + label {
    background-color: var(--color-light);
    border: none;
}

.radio-img .noradio:hover + label, .radio-img-round .noradio:hover + label {
    background-color: var(--color-dark);
}

.radio-img .noradio:checked + label, .radio-img-round .noradio:checked + label {
    background-color: var(--color-dark);
}

.radio-img-round label {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 0px;
    border-radius: 50%;
}

.radio-img-round img {
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.onelinebtn {
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto !important;
}

.onelinebtn .noradio {
    display:none;
}

.onelinebtn .noradio + label {
    width: 100%;
    position: relative;
    display: inline-block !important;
    padding: 12px 20px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: var(--color-light);
    border-radius: 5px;
    box-shadow: none;
    transition: all .3s;
    border: none;
    color: #fff;
    font-weight: inherit;
}

.onelinebtn .noradio:hover + label {
    background-color: var(--color-dark);
}

.onelinebtn .noradio:checked + label {
    background-color: var(--color-dark);
    color: #fff;
}

.back {
    width: 90px !important;
    font-size: 15px !important;
    padding: 2px !important;
    background: rgba(255,255,255,0.5);
}

.circle-number {
    color: #ffffff;
    background-color: var(--color-light);
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    padding-top: 3px;
}

.accordion .card-header button.collapsed {
    background-image: url('../images/arrow-down.svg');
}

.accordion .card-header button {
    background-image: url('../images/arrow-up.svg');
    background-repeat: no-repeat;
    background-position: center right 10px;
    display: list-item;
    list-style: none;
    background-size: 16px;
}

.steps {
    padding:20px 0;
    background:var(--color-dark);
    color:#fff;
}

.steps .flex {
    justify-content:center;
}

.steps img {
    width:85px;
    padding-right:10px;
}

.steps h4 {
    font-size: 27px;
    font-weight: 700;
    color: #fff !important;
}

.steps h5 {
    color: #fff !important;
    font-size: 13px;
}

.step-img, .step-text {
    float: left;
}

.services h2 {
    font-size: 36px;
}

.services .col-12 p {
    line-height: 23px;
    font-size: 12px;
}

.service {
    padding: 20px 10px 10px;
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    min-height: 300px;
    transition: all .25s;
}

.service:hover {
    box-shadow: 0px 0px 13px #ddd;
}

.service .info {
    padding: 0 20px 10px 20px !important;
}

.service .info img {
    height: 50px;
}

.service h3 {
    color: var(--color-light);
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 16px 0 8px;
    font-weight: 700 !important;
}

.service p {
    font-size: 14px;
    line-height: 22px;
}

.card {
    background-color: var(--color-light) !important;
    border: none !important;
    border-radius: 0 !important;
    min-height: 550px;
    padding: 10px;
    box-shadow: 15px 15px 0px rgba(255,255,255,0.8);
}

#improvements .card {
    color: #fff;
}

#who {
    position: relative;
    background-image: url('../images/parents.jpg');
    background-position: top center;
    background-size: cover;
    color: #ffffff;
    padding: 40px 0;
}

.innerbox {
    border-radius: 6px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,1);
    background: rgba(92,40,110,0.7);
    padding: 40px 20px;
    color: #ffffff;
}

.innerbox p {
    margin: 0;
}

.imgboxed {
    display: inline-block;
    position: relative;
}

.greenbox {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 100%;
    height: 100%;
    background-color: var(--color-light);
    z-index: -1;
}

.lightgreenbox {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    background-color: var(--color-orange);
    z-index: -1;
}

.whitebox {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
}

.relative {
    position: relative;
}

/*.form-buttons button {
    width: 75%;
    padding: 10px;
    font-size: 20px;
}*/

#checks img {
    width: 24px;
}

.progress {
    height: 20px !important;
    border-radius: 20px !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) !important;
}

.progress-bar {
    border-radius: 20px;
    background-color: var(--color-orange) !important;
    font-weight: 600;
}

.bigbtn {
    background: #fff !important;
    color: #000 !important;
    border: 3px solid #dadada !important;
    border-radius: 10px !important;
}

.onelinebtn .noradio:hover + .bigbtn, .onelinebtn .noradio:checked + .bigbtn {
    background-color: #eeeeee !important;
}

.bigbtn img {
    width: 60px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.eco4form fieldset label {
    margin-bottom: 20px;
    font-size: 24px;
}

.nobullets {
    padding: 0;
    list-style: none;
    line-height: 36px;
    font-size: 15px;
    font-weight: 500;
}

.secured .nobullets {
    line-height: 24px;
}

.nobullets b {
    color: var(--color-dark);
}

.loanstop label {
    float: left;
    text-align: right;
    margin-right: 8px;
    line-height: 20px;
}

.input-icon {
    position: relative;
}

.input-icon > input {
    padding-left: 25px;
}

.input-icon > i {
    position: absolute;
    display: block;
    /* transform: translate(0, -50%); */
    pointer-events: none;
    width: 25px;
    top: 6px;
    left: 78px;
    color: #000;
}

.form-control-small {
    width: auto;
    float: left;
    max-width: 120px;
    margin-right: 8px;
    padding: 8px 12px;
}

#submitnewdata {
    font-size: 13px;
    padding: 9px 15px;
}

.loan {
    display: flex;
    width: 100%;
    align-items: center;
    background: #fff;
    border: 8px solid #fff;
    border-radius: 5px;
    margin-bottom: 16px;
}

.bridging-loan {
    width: 100%;
    background: #fff;
    border: 8px solid #fff;
    border-radius: 5px;
    margin-bottom: 16px;
    display: inline-block;
    color: #000000;
}

.bridging-line {
    display: flex;
    align-items: center;
    width: 100%;
}

.bridging-table {
    background: #fff;
    font-size: 13px;
}

.bridging-table td {
    border: none;
}

.company-logo {
    float: left;
    width: 10%;
    padding-right: 8px;
    /*width: 120px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);*/
}

.company-overview {
    float: left;
    width: 90%;
}

.table-item-information {
    display: flex;
    width: 100%;
    align-items: center;
}

.table-item-information-container {
    background: #e4edf0;
    min-height: 102px;
    padding: 8px;
    border-radius: 10px;
}

.table-item-information-bridging-container {
    background: #e4edf0;
    padding: 8px;
    border-radius: 10px;
}

.table-item-cell {
    float: left;
    border-right: 1px solid rgba(0,0,0,.12);
    padding: 8px;
    line-height: 22px;
}

.tic-small {
    width: 11%;
}

.tic-big {
    width: 17%;
}

.tic-bridging {
    width: 20%;
    text-align: center;
}

.table-item-cell-last {
    border-right: none;
}

.table-item-buttons {
    width: 16%;
    float: left;
}

.table-item-bridging-btn {
    width: 20%;
    float: left;
    padding-left: 10px;
}

.representative-example {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
}

.bridging-loans .representative-example {
    margin-top: 10px;
}

.bridging-loans .representative-example p {
    line-height: 15px;
}

select#bridgingsort {
    background: url('../images/sort.svg') no-repeat;
    background-color: #fff;
    background-size: 17px;
    max-width: 140px;
    float: right;
    padding: 5px;
    text-align: center;
    background-position: center left 20px;
    font-weight: 600;
    opacity: 0;
}

.selover {
    position: absolute;
    right: 15px;
    top: 0;
    background: #fff;
    width: 140px;
    color: #000;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
}

.selover i {
    transform: rotate(90deg);
    color: var(--color-orange);
}

.loansort {
    margin-bottom: -30px;
    z-index: 999;
}

.fieldinfo {
    font-size: 11px;
    line-height: 14px;
}

.form-control.inputamount {
    background-image: url('../images/pound.svg');
    background-repeat: no-repeat;
    background-position: 15px;
    background-size: 16px;
    padding-left: 40px !important;
}

.prodnum {
    max-width: 66.6%;
}

.btnspeak {
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    padding: 8px 5px;
    text-align: center;
}

.secured {
    background-image: url('../images/secured.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.purplebox {
    padding: 40px;
    color: #ffffff;
    /*background-color: rgba(75,55,107,0.95);*/
    background-color: var(--color-light);
}

.introform {
    background-color: var(--color-light);
    color: #ffffff;
    position: relative;
    padding-bottom: 120px;
}

.banner {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40%;
}

.secured-banner {
    background-image: url('../images/banner.jpg');
}

.bridging-banner {
    background-image: url('../images/bridging-banner.jpg');
}

.bannertop {
    background-image: url('../images/bannertop.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.slform {
    border: none;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    margin-top: -160px;
    padding: 40px;
}

.slform .form-control {
    border: 2px solid #dddddd !important;
}

.cost {
    font-size: 52px;
}

.brands img {
    max-height: 50px;
    max-width: 120px;
    margin: 0 30px 15px;
}

.formdiv {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 60px;
    background: #ffffff;
    /*padding: 20px;
    box-shadow: 0px 0px 10px #eee;*/
}

.formdiv h4 {
    margin: 20px 0 40px;
}

#formbox {
    margin-top: 40px;
}

#products {
    margin-bottom: 40px;
}

.product {
    border: 1px solid #f5f5f7;
    background: #F5F5F5;
    padding: 20px;
    border-radius: 10px;
}

.prod-logo {
    max-height: 40px;
    margin-bottom: 10px !important;
}

.deal {
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.eligibility-box {
    max-width: 480px;
    margin: 15px auto;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
}

.eligibility-box .btnspeak {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

.elgrow {
    border-bottom: 1px solid rgba(0,0,0,.12);
    justify-content: space-between;
    padding-bottom: 2px;
    margin-bottom: 3px;
    font-size: 13px;
}

.elgrow-last {
    border-bottom: none;
}

.elgrow img {
    height: 16px;
}

.callout {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}

.callout-icon {
    width: 5%;
    float: left;
}

.callout-text {
    float: left;
    width: 95%;
    padding-left: 10px;
    line-height: 22px;
    font-size: 14px;
}

.callout-text-full {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
}

.submit-text {
    line-height: 18px;
}

.newsletterOptin-input {
    display: none;
}

.newsletterOptin-text:hover {
    cursor: pointer;
}

.newsletterOptin-input:checked ~ span:before, .optout-input:checked ~ span:before {
    background-color: var(--color-light);
    border: 2px solid var(--color-light);
    background-image: url('../images/tick.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
}

.newsletterOptin-text:before, .optout-text:before {
    background-image: none;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    border: 2px solid var(--color-dark);
    border-radius: 5px;
}

.newsletterOptin-text {
    color: inherit;
    display: block;
    padding-left: 25px;
    position: relative;
}

.confirm {
    font-size: 12px;
    line-height: 15px;
}

#message {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px 15px;
}

.optout-row {
    margin-top: 60px;
    margin-bottom: 100px;
}

.optout {
    position: relative;
    display: inline-block !important;
}

.optout-input {
    display: none;
}

.optout-text {
    font-size: 13px;
    color: inherit;
    line-height: 22px;
    display: block;
    padding-left: 24px;
}

footer {
    font-size: 11px;
    padding: 60px 0;
    background-color: var(--color-dark);
    line-height: 20px;
    color: #fff;
}

footer a {
    color: inherit;
}

footer a:hover {
    text-decoration: underline;
}

footer a:hover {
    color: inherit;
}

.policy {
    font-size: 14px;
}

/* ----- ACCORDION ON CLICK ----- */
.bridging-accordionbox {
    width: 100%;
    float: left;
    margin-bottom: 0;
    border-radius: 0;
}

.bridging-accordionbtn {
    position: relative;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border: none;
    background: transparent;
    border-radius: 5px;
    font-weight: 700;
    padding: 0;
    text-align: center;
}

.bridging-accordionbtn span:after {
    font-family: 'Font Awesome\ 6 Free';
    content: "\f078";
    margin-left: 5px;
    font-size: 13px;
}

.bridging-accordionbtn.expansion.expactive span:after {
    font-family: 'Font Awesome\ 6 Free';
    content: "\f077";
}

.bridging-loan .accordionpanel {
    background: #e4edf0;
}

.accordionbox {
    margin-bottom: 20px;
    border-radius: 3px;
    border: 2px solid #e7e9f6;
}

.accordionbtn {
    position: relative;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border: none;
    background: transparent;
    border-radius: 5px;
    font-weight: 700;
}

.accordionbtn span {
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
}

.accordionpanel {
    padding: 0 18px;
    border-radius: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordionbtn:after {
    font-family: 'Font Awesome\ 6 Free';
    content: "\f078";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 17px;
}

.accordionbtn.expansion.expactive:after {
    font-family: 'Font Awesome\ 6 Free';
    content: "\f077";
}

/* ----- SCROLLING BRANDS DIV ----- */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    max-width: 130px;
    max-height: 50px;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Fake loading animation  */
#loading {
    position: fixed;
    z-index: 1040;
    color: #fff;
    background: rgba(0,0,0,0.9);
    text-align: center;
    padding: 10px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    transition: all .3s;
    border-radius: 0px;
}

.loadingbox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -150px;
    width: 300px;
    height: 80px;
}

/* Back to top button  */
#back-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    /* border-radius: 20px; */
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out 0s;
    z-index: 9999;
    /* background-color: rgba(0, 0, 0, 0.7) !important; */
    height: auto;
    width: auto;
}
#back-top a {
	width: auto;
	display: block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

#back-top span {
    background-color: #222222;
    background-image: url('../images/top.svg') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    transition: all 1s ease 0s;
    background-size: 60% auto;
}
#back-top a:hover span {
	background-color: #888;
}

/* ----- LOADING ANIMATION ----- */
.pleasewait {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -75px;
    text-align: center;
}
#loading {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

/* ----- RESPONSIVE ----- */
@media (max-width:480px) {
    .prev-btn-abs, .prev-btn-rel {
        position: relative;
        top: 7px;
    }
    .section-mobile {
        padding: 20px 0;
    }
    .hero {
        padding: 60px 0;
    }
    .heroeco4 {
        padding: 60px 0 100px;
    }
    form {
        margin-bottom: 20px;
    }
    .card {
        margin-bottom: 20px;
    }
    .imgboxed {
        max-width: 70%;
    }
    .aboutnew h1 {
        font-size: 32px;
    }
    .aboutnew h2 {
        font-size: 17px !important;
    }
    .introinfo img {
        width: 80%;
        margin-top: 50px;
    }
    .hero h1 {
        margin-top: 50px;
    }
    .hero h1, h2 {
        font-size: 32px;
    }
    .button-lg {
        padding: 15px 30px;
        font-size: 17px;
    }
    .card {
        min-height: unset;
        padding: 10px;
        box-shadow: 7px 7px 0px rgba(183,241,203,1);
    }
    .wave {
        bottom: -102px;
        background-size: contain;
    }
    .onelinebtn {
        width: 100%;
    }
    .bigbtn {
        line-height: 15px;
        min-height: 160px;
    }
    .stepseparator {
        width: 20px;
    }
    .circlestep {
        padding: 10px 10px;
    }
    .mmb10 {
        margin-bottom: 10px;
    }
    .container .copyright:first-child {
        margin-bottom: 20px;
    }
    nav li > a:before {
        background-color: transparent;
    }
    .banner {
        display: none;
    }
    .product {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (min-width:481px) {
    .flex {
        display: flex;
        align-items: center;
    }
    .form-bigger .form-control, .form-bigger label, .form-bigger .find-add {
        font-size: 120%;
    }
}

@media (min-width:481px) and (max-width:768px) {
    
}

@media (max-width:767px) {
    #submitnewdata {
        margin: 60px 90px 20px;
        display: block;
    }
    .company-logo {
        display: none;
    }
    .company-overview {
        width: 100%;
    }
    .company-logo-mobile {
        display: block !important;
        max-width: 100px;
    }
    .table-item-heading h5 {
        font-size: 17px;
        padding-left: 8px;
    }
    .table-item-information {
        display: block;
    }
    .table-item-information-container {
        min-height: 322px;
    }
    .table-item-cell {
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,.12);
    }
    .table-item-cell-heading, .table-item-cell-value {
        width: 50%;
        float: left;
    }
    .tic-big, .tic-small {
        width: 100%;
    }
    .table-item-buttons {
        width: 100%;
        margin-top: 10px;
    }
    .table-item-information-bridging-container {
        display: inline-block;
    }
    .tic-bridging {
        width: 100%;
    }
    .table-item-bridging-btn {
        width: 100%;
        padding-right: 10px;
        margin-top: 10px;
    }
    .bridging-accordionbox {
        margin-top: 10px;
    }
    .elgrow {
        display: flex;
    }
}

@media (max-width:991px) {

}
/* ----- RESPONSIVE ----- */