:root {
    --color-dark: #073B4C;
    --color-light: #1B9AAA;
    --color-third: #922D50;
    --color-grey: #eeeeee;
    /*--color-third: #F71735;*/
}

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

.playpen {
    font-family: "Caveat", cursive;
    font-size: 44px;
}

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

h1, h2, h3, h4, h5, h6, b {
    font-weight: 700;
}

img {
    max-width: 100%;
}

/* 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 */
.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 */

.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;
}

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

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

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

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

.textthird {
    color: var(--color-third);
}

.redtext {
    color: red;
}

.noborder {
    border: none !important;
}

.mtop {
    margin-top: 50px;    
}

.topnav {
    flex-direction: row;
    float: right;
}

.topnav .nav-link {
    font-size: 12px !important;
    padding: 5px 20px;
}

.linebot {
    border-bottom: 10px solid var(--color-light);
}

nav {
    padding: 10px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
}

nav a.nav-link {
    color: var(--color-dark) !important;
    font-size: 14px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-weight: 600;
}

nav a.nav-link:hover {
    background: rgba(0,0,0,0.05);
    /*border-radius: 20px;*/
}

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

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

.hero {
    padding: 80px 0 0;
}

.hero h1 {
    font-size: 30px;
    line-height: 47px !important;
}

.hero h5 {
    font-weight: 500;
    line-height: 36px !important;
}

.mainwe h1 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mainwe h2 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mainwe h5 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.introinfo {
    padding-bottom: 120px;
}

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;
}

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

.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;
}

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

.btngrey {
    border: 1px solid var(--color-grey);
    background-color: var(--color-grey);
    color: #000000;
}

.btn-plain {
    border: 2px solid var(--color-light);
    background-color: transparent;
    color: var(--color-light);
}

.button-lg {
    padding: 15px 50px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

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

.button-block {
    display: block;
    width: 100%;
    padding: 25px 50px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.btn-plain:hover {
    color: #fff !important;
}

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

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

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

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.nobulletstick {
    padding: 0;
    list-style: none;
}

.nobulletstick li {
    padding: 5px 0;
}

#services .card {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}

#services .card-img, #services .card-img-top {
    border-radius: 0px !important;
}

form {
    border: none;
    border-radius: 0px;
    background-color: #ffffff;
    color: #000;
    padding: 20px 40px;
}

.we-form {
    padding: 40px;
    border-radius: 20px; 
    /*background-color: #073B4C;
    color: #fff;*/
}

.we-form .singlelabel-full .noradio + label {
    font-size: 18px;
    box-shadow: inset #f2f2f2 0px -4px 0px 0px;
}

.we-form .singlelabel-full .noradio:checked + label {
    box-shadow: inset rgba(0,0,0,.4) 0px -4px 0px 0px;
}

.we-form .singlelabel-full .radio-inline span:before {
    top: 14px;
}

fieldset.row {
    min-height: 220px;
}

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;
}

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

.progress-bar {
    background-color: var(--color-third);
    border-radius: 20px;
}

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

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

.form-control {
    border-width: 2px !important;
    border-color: #ced4da;
    font-size: 14px;
    height: auto;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 0 !important;
}

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

.uppercase {
    text-transform: uppercase;
}

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

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

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

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

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

.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 5px !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;
}

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

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

label {
    margin: 0;
}

label.labfull {
    display: block;
}

.field-error {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: red;
    margin: 0;    
}

.error-active {
    border-color: red !important;
}

.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;
    border-radius: 5px;
    box-shadow: none;
    transition: all .3s;
    border: 2px solid #ced4da;
}

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

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

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

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

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

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

/* ----- 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: 0;
    box-shadow: none;
    transition: all .3s;
    border: 2px solid #ced4da;
}

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

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

.singlelabel-full .radio-inline span {
    padding-left: 35px;
    display: block;
}

.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-dark);
    border-radius: 50%;
    position: absolute;
    top: 10px;
    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/tick.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
}

.singlelabel-full.nocircle .noradio + label {
text-align: center;
}
.singlelabel-full.nocircle .radio-inline span:before {
    display: none !important;
}
.singlelabel-full.nocircle .radio-inline span {
    padding-left: 0;
}
/* ----- ----- */

/* ----- singlelabel-slimg ----- */
.singlelabel.slimg {
    width: 150px;
    min-height: 180px;
    display: inline-flex;
}

.singlelabel.slimg .noradio + label {
    border: none;
    background: none;
}

.singlelabel.slimg .radio-inline span:before {
    background-image: none !important;
    display: none;
}

.singlelabel.slimg .radio-inline span {
    padding: 0;
    font-size: 18px;
}

.singlelabel.slimg .noradio:hover + label img {
    background-color: var(--color-light);
    transition: all .25s;
    transform: scale(1.05);
}

.singlelabel.slimg .noradio:checked + label img {
    background-color: var(--color-light);
    color: inherit;
}

.slimg img {
    height: 100px;
    margin-bottom: 20px;
    border: 2px solid var(--color-dark);
    border-radius: 50%;
    padding: 20px;
    width: 100px;
    background: var(--color-light-opacity);
}

.slimg img:hover {
    transition: all .25s;
}
/* ----- ----- */

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

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

.circlestep-number img {
    width: 13px;
    padding-top: 5px;
}

.circlestep {
    display: inline-block;
    padding: 10px;
    font-weight: 500;
}

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

.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::after {
    content: "";
    background-image: url('../images/arrow-up.svg');
    transform: rotate(180deg);
    transition: all .25s;
}

.accordion .card-header button::after {
    content: "";
    background-image: url('../images/arrow-up.svg');
    position: absolute;
    right: 33px;
    top: 23px;
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    transition: all .25s;
}

#faq button {
    font-weight: 600;
}

.step-img img {
    height: 30px;
}

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

.imgsub-right {
    border-radius: 20px;
    box-shadow: 12px 12px 0px var(--color-third);
}

/*.imgshadow-right {
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    border-radius: 20px;
    background: var(--color-light);
}*/

.imgsub-left {
    border-radius: 20px;
    box-shadow: -12px 12px 0px var(--color-third);
}

/*.imgshadow-left {
    box-shadow: -3px 3px 5px rgba(0,0,0,0.5);
    border-radius: 20px;
    background: var(--color-light);
}*/

.rowhite {
    background-color: #ffffff;
    padding: 40px;
}

.getstartedbox {
    padding: 60px;
    background-color: rgba(72,185,136,0.125);
    border-radius: 20px;
    max-height: 360px;
    overflow: hidden;
}

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

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

.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;
}

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

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

.addresscontainer select {
    width: 100% !important;
    background-color: inherit;
    border: 2px solid #ced4da;
    border-radius: 0;
    color: inherit;
    padding: 8px 12px;
    margin-top: 5px;
}

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

.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 {
    font-size: 13px;
    color: inherit;
    line-height: 15px;
    display: block;
    padding-left: 25px;
    position: relative;
}

.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: 15px;
    display: block;
    padding-left: 24px;
}

.maxwidth {
    width: 100%;
}

#benefits img {
    width: 53px;
    margin-right: 11px;
    display: inline-block;
}

footer {
    font-size: 12px;
    padding: 60px 0;
    background-color: var(--color-dark);
    color: #ffffff;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.phone {
    max-width: 260px;
}

.arrow {
    position: absolute;
    top: 45px;
    right: -102px;
    width: 180px;
    transform: rotate(365deg);
}

.rowsection {
    padding: 40px 0;
}

.greyboxsmall {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 20px;
    min-height: 120px;
    margin-bottom: 20px;
}

.whiteboxsmall {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    min-height: 120px;
    margin-bottom: 20px;
}

.whiteboxsmall i, .greyboxsmall i {
    color: var(--color-third);
    font-size: 27px;
    margin-bottom: 10px;
    background: rgba(146, 45, 80, 0.125);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.whitebox {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
}

.whitebox ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.whitebox ul li {
    margin-bottom: 7px;
}

.whitebox ul li i {
    color: var(--color-third);
}

.whitebox .row > div {
    padding: 20px 40px;
}

.brline {
    border-right: 1px solid #eee;
}

.policy {
    font-size: 14px;
}

#why img {
    max-height: 60px;
}

#sorry p, #welcome p {
    font-size: 17px;
}

.partner {
    display: inline-block;
    width: 100%;
}

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

#faq .card {
    border: none !important;
    margin-bottom: 10px;
    border-radius: 0;
}

#faq .card-header {
    border: none;
}

.carouselcontainer {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f5f5;
}

.carousel.slide {
    background: #fff;
    box-shadow: 0 0 24px rgb(0 0 0 / 30%);
    border-radius: 20px;
    /*overflow: hidden;*/
}

.carousel-indicators {
    bottom: -55px !important;
}

.carousel-indicators li {
    height: 5px !important;
    background-color: var(--color-light) !important;
}

.carobox {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-5%, -50%);
}

.itemIntroduction p {
    font-size: 20px;
}

.carousel-item {
    overflow: hidden;
    border-radius: 20px;
}

.prefooter ul {
    padding-left: 0;
    list-style: none;
}

.companies img {
    max-height: 70px;
    max-width: 160px;
    margin: 10px;
}

.rangemin {
    text-align: left;
    display: block;
    width: 100px;
    float: left;
}

.rangemax {
    text-align: right;
    display: block;
    width: 100px;
    float: right;
}

.slidedbox {
    position: absolute;
    width: calc(100% - 30px);
    height: 25px;
    border-radius: 50px;
    top: 10px;
    z-index: 0;
}

.slided {
    background: var(--color-light);
    width: 100%;
    height: 25px;
    border-radius: 50px;
}



.incomeform .singlelabel .noradio:checked + label {
    color: #fff;
}

.incomeform hr.questionseparator {
    margin-top: 20px;
}

.select2-selection {
    border: 2px solid #ced4da !important;
    border-radius: 0 !important;
    height: auto !important;
    padding: 6px 15px 7px !important;
    background: url("../images/droparrow.svg") no-repeat;
    background-position: right center;
    background-size: 17px;
}
.select2-selection__arrow {
    display: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

/* ----- INPUT RANGE ----- */
input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    border-radius: 10px;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 25px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #FFFFFF;
    border-radius: 25px;
    border: 2px solid #ced4da;
  }
  input[type=range]::-webkit-slider-thumb {
    position: relative;
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #000000;
    height: 39px;
    width: 39px;
    border-radius: 50px;
    background: var(--color-light);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #FFFFFF;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #FFFFFF;
    border-radius: 25px;
    border: 2px solid #ced4da;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #000000;
    height: 39px;
    width: 39px;
    border-radius: 50px;
    background: var(--color-light);
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 25px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-fill-upper {
    background: #FFFFFF;
    border: 2px solid #ced4da;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #000000;
    height: 39px;
    width: 39px;
    border-radius: 50px;
    background: var(--color-light);
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #FFFFFF;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #FFFFFF;
  }
  .repay {
    background-color: var(--color-dark);
    color: #ffffff;
    margin: 40px auto 60px;
    padding: 20px 0;
    width: 50%;
    border-radius: 10px;
  }
  .spanbig {
    font-size: 24px;
  }

/* ----- ACCORDION ON CLICK ----- */
.accordionbox {
    margin-bottom: 20px;
    border-radius: 3px;
    border: 2px solid #e7e9f6;
}

.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;
}

.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;
}

.form-check-input {
    width: 19px;
    height: 19px !important;
    margin: 0 5px 0 0 !important;
}

.accordionpanel .form-check-input {
    display: none;
}

.accordionpanel .form-check-input:hover + label, .accordionpanel .form-check-input:checked + label {
    border-color: var(--color-third);
    cursor: pointer;
}

.form-check-label {
    margin: 0 !important;
    font-size: 12px;
    border: 2px solid #e7e9f6;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
}

.form-check-label img {
    max-height: 27px;
}

.form-check-input:hover {
    cursor: pointer;
}

.btop {
    border-top: 1px solid #e7e9f6;
}

.accordionbtn:after {
    font-family: 'Font Awesome\ 6 Free';
    content: "\2b";
    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: "\f068";
}

/* 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;
}

/* ----- RESPONSIVE ----- */
@media (max-width:480px) {
    .prev-btn-abs, .prev-btn-rel {
        position: relative;
        top: 7px;
    }
    .section-mobile {
        padding: 20px 0;
    }
    .hero {
        padding: 60px 0;
    }
    form {
        margin-bottom: 20px;
    }
    .accordion .card-header button::after {
        right: 15px;
    }
    #faq .card-header {
        padding-right: 40px;
    }
    .copyright {
        margin-bottom: 20px;
    }
    .copyright .copy, .copyright .copy-links {
        text-align: center !important;
    }
}

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

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

@media (max-width:575px) {
    .singlelabel-full.nocircle {
        margin-bottom: 10px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    
}

@media (max-width:767px) {
    .imgsub-left, .imgsub-right {
        margin-bottom: 20px;
    }
    .card {
        margin-bottom: 20px;
    }
    #faq .card {
        margin-bottom: 0;
    }
    .main .button-sm {
        padding: 14px;
        margin: 10px auto;
        display: block;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #getstarted .button {
        padding: 15px 25px;
    }
}

@media (max-width:991px) {
    .getstartedbox {
        padding: 40px;
    }
    .arrow {
        display:none;
    }
}
/* ----- RESPONSIVE ----- */