﻿.text-danger {
    margin: 15px 0px;
    font-size: .7em;
    display: block;
}
}
.select2-container{
    width:100% !important;

    }
.form-heading {
    font-family: var(--font);
    font-weight: 600;
    color: #000;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.postcode-box {
    border-radius: 4px !important;
}
.form-steps {
    display: block;
    width: 100%;
    position: relative;
    margin: 40px 0;
}

    .form-steps:after {
        content: "";
        display: table;
        clear: both;
    }

.form-steps__item {
    padding: 0;
    position: relative;
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}

.form-steps__item-content {
    display: inline-block;
}

.form-steps__item-icon {
    background: #e4e5e5;
    color: #8191ab;
    display: block;
    border-radius: 100%;
    border: 1px solid;
    border-color: rgb(129, 145, 171) !important;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto 10px auto;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    z-index: 2;
}

.form-steps__item-text {
    font-size: 13px;
    color: #8191ab;
    font-weight: 500;
}

.form-steps__item-line {
    display: inline-block;
    height: 3px;
    width: 100%;
    background: #cfd8dc;
    position: absolute;
    left: -50%;
    top: 12px;
    z-index: 1;
}

.form-steps__item--active .form-steps__item-icon {
    background: #00aeef;
    color: #ffffff;
}

.form-steps__item--active .form-steps__item-line {
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.form-steps__item--active .form-steps__item-icon {
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.form-steps__item--completed .form-steps__item-text {
    color: #4f5e77;
}

.form-steps__item--active .form-steps__item-text {
    color: #4f5e77;
}

.form-steps__item--active .form-steps__item-line {
    background: #00aeef;
}

.form-steps__item--completed .form-steps__item-icon {
    background: #00aeef;
    color: #fff;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.form-steps__item--completed .form-steps__item-line {
    background: #00aeef;
}

.container-q {
    /*border: 1px solid #dddddd;
   background: #fff; */ 
    border-radius: 4px;
    /* width: 70%; */
    min-height: 20vh;
    margin: auto;
    /* padding: 30px 40px; */
    position: relative;
    /* box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.17);*/
}

/*input[type="text"] {
    z-index: 1;
    font-size: 0.8em;
    margin-top: 10px;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.2em;
    padding: 0.5em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    input[type="text"]:focus {
        border-color: #85b7d9;
        background: #fff;
        color: rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: none;
        box-shadow: none;
    }*/




input[type="button"], .btcd-f-wrp button[type="button"], .upload-btns button[type="button"] {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    font-size: 1rem;
    cursor: pointer;
    min-height: 1em;
    outline: 0;
    border: none;
    margin: 0 0.25em 0 0;
    padding: 0.588em 1.3em 0.588em;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    border-radius: 0.285rem;
    -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}
.btn-color {
    background-color: #2185d0;
    color: #fff;
    text-shadow: none;
    background-image: none;
    border:none;
}
input.error, select.error,input[type="text"].error:focus {
    background-color: #fff6f6;
    border-color: #e0b4b4;
    color: #9f3a38;
}

textarea.error, select.error, input[type="text"].error:focus {
    background-color: #fff6f6;
    border-color: #e0b4b4;
    color: #9f3a38;
}


.question-container > p.error-text {
    /* position: absolute;
    bottom: -23px;
    left: 24px;*/
    color: red !important;
    font-size: 0.6em;
    text-align: center;
    line-height: normal;
}

#raq_next {
    background-color: var(--button);
    border: 2px solid var(--buttonBorder);
    color: var(--buttonTextColor);
    text-shadow: none; height:50px;
    background-image: none;
    cursor: pointer; font-size:var(--button-font-size); border-radius:var(--button-border-radius);
}

    #raq_next.submit {
     /*   background-color: #198754;*/
    }

#raq_back.disabled {
    color: #bbbbbb;
    cursor: unset;
}

.question-container {
    display: none;
}

.active_panel {
    display: block;
}

.question-container {
   /* position: relative;
    font-weight: 500;*/
    font-size: 1.5rem;
    color: #434343;
    line-height: inherit;
    margin-bottom:20px;
}

.button-bar {
  /*  position: absolute;
    bottom: 25px;*/
}

.tick {
    position: absolute;
    top: 5px;
    left: 50px;
    box-shadow: inset 3px -3px 0 green;
    height: 8px;
    transform: rotate(-50deg);
    width: 20px;
    margin: 50px auto;
    transition: all 1s;
}

.question-title {
    font-weight: 700;
    font-size: 2rem;
    color: #2785d0;
    line-height: 30px;
    margin-bottom: 20px;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

/****************************
	Thank You Box
*****************************/
.thankyou {
    margin: auto;
    width: 260px;
    height: 160px;
    margin-top: 190px;
    background: #fff;
    padding: 15px 20px;
    line-height: 25px;
    border-radius: 4px;
    text-align: center;
    box-shadow: -1px 5px 32px 7px rgba(0, 0, 0, 0.5);
}

    .thankyou input {
        margin-top: 40px;
    }

    .thankyou h3 {
        font-size: 3em;
        font-weight: 700;
        color: #21ba45;
        line-height: 50px;
    }


    /*Main landing page style */

.form-banner {
    padding: 25px;
    background-color: #fff;
    position: relative;
    border-radius: 15px;
    border: 5px solid var(--header-bg);
    margin-bottom: 30px; color:#000 !important;
}

/* override your custom rule */
.form-control,
.form-select {
   flex-direction:unset;
    min-height: 50px; /* keep the same feel if you want a minimum */
}


section {
   /* padding: 80px 0px;*/
}

ul.banner {
    padding: 0px;
}

    ul.banner li {
        list-style: none;
        font-size: 15px;
    }

        ul.banner li::before {
            font-family: 'Font Awesome 5 Free';
            content: '\f00c'; /* Example Unicode for a LineIcon (change as needed) */
            font-weight: 900;
            margin-right: 5px;
            color: var(--header-bg);
        }


/*.container-q button::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f111';*/ /* Example Unicode for a LineIcon (change as needed) */
    /*font-weight: 600;
    margin-right: 7px;
    font-size: 0.7rem;
}*/


.container-q button.active::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c'; /* Example Unicode for a LineIcon (change as needed) */
    font-weight: 900;
    margin-right: 10px;
    font-size:1rem;
}


.wrapper {
    width: 100%;
    height: 100%;
}

input[type=checkbox] {
    display: none;
}

.container {
    max-width: 960px;
    margin: 0 auto;
}

.faq-row {
    margin-bottom: 24px;
    position: relative;
}

.label-toggle {
    width: 100%;
    display: block;
    padding: 15px 53px 15px 20px;
    box-shadow: 0 2px 4px rgba(0, 86, 145, 0.12);
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    background-color: #fefefe;
    color: #000;
    transition: all 0.25s ease-in-out;
}

    .label-toggle:after {
        content: "+";
        /* transform: translate(-50%, -50%); */
        width: 28px;
        height: 28px;
        text-align: center;
        background-color: rgba(0, 86, 145, 0.16);
        padding-bottom: 5px;
        border-radius: 8px;
        position: absolute;
        /* top: 50%; */
        right: 20px;
        transition: all 0.25s ease-in-out;
    }

@media (max-width: 768px) {
    .wrapper {
       /* padding: 10vh 24px;*/
        overflow: hidden;
    }

    .label-toggle:after {
        top: 15px;
        right: 15px;
    }

    .toggle:checked + .label-toggle {
        border-radius: 8px 8px 0 0;
        background-color: #109379;
        color: #fefefe;
        text-align: left;
        padding-right: 50px;
    }


}

.collapsible-content .content-inner {
    background-color: #f3f3f3;
    padding: 16px;
    border-radius: 0 0 8px 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
}

.toggle:checked + .label-toggle + .collapsible-content {
    max-height: 400px;
}

.toggle:checked + .label-toggle {
    border-radius: 8px 8px 0 0;
    background-color: #109379;
    color: #fefefe;
}

    .toggle:checked + .label-toggle:after {
        content: "-";
        background-color: rgba(255, 255, 255, 0.16);
    }


.form-input label {
    font-size:13px; margin-left:5px;
}
    /*.form-input {*/
    /* max-width: 20rem; */
    /*max-width: 100%;*/
    /* margin: 0 auto; */
    /*text-align: start;
    position: relative;
    margin-top: 20px;
}

    .form-input label {
        position: absolute;
        left: 5px;
        bottom: 12px;
        color: #777;
        font-size: 16px;
        font-weight: normal;
        transition: all 0.2s ease-out;
        padding: 0 5px;
        transform-origin: left bottom;
        pointer-events: none;
    }

        .form-input label.float {
            bottom:98%;
            transform: scale(0.8);
        }

    .form-input input[type=text],
    .form-input input[type=password],*/
    /*    .form-input input[type=email] {
        display: inline-block;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #aaa;
        padding: 5px;
        padding-top: 0;
        background-color: transparent;
        font-size: 16px;
    }*/
    /*.form-input input[type=text]:focus,
        .form-input input[type=password]:focus,
        .form-input input[type=email]:focus {
            outline: 0;
        }*/
    /* .form-input select {
        display: inline-block;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #aaa;
        padding: 5px;
        padding-top: 0;
        background-color: transparent;
        font-size: 16px;
    }*/
    /*.form-input.select-label label {
        opacity: 0;
    }

        .form-input.select-label label.float {
            opacity: 1;
        }

    .form-input.select-label select:focus {
        outline: 0;
    }*/


.loader {
    width: 60px;
    position: absolute;
    z-index: 1000;
    left: 46%;
    top: 15%;
}
div.loader_wrap{
    display:none;
}

div.loader_wrap::after {
    width: 100%;
    content: '';
    height: 100%;
    background-color: rgb(0 0 0 / 81%);
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 999;
    display: flex;
    /* align-items: center; */
    /* justify-content: center;*/
    }


.loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #fff;
    border-radius: 52%;
    height: 50px;
    margin-bottom: 9px;
    width: 50px;
    margin-left: 18px;
}

.loader-text {
    color: #fff;
    font-family: arial, sans-serif;
}

    .loader-text:after {
        content: 'Processing';
        animation: load 2s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        content: 'Processing';
    }

    33% {
        content: 'Processing.';
    }

    67% {
        content: 'Processing..';
    }

    100% {
        content: 'Processing...';
    }
}

/*div.loader::after  {
    background: linear-gradient( rgba(0, 0, 255, 0.25), rgba(0, 0, 255, 0.25) ), url("https://placeimg.com/640/480/arch");
    background-position: center center;
    background-size: cover;
     url("https://placeimg.com/640/480/arch") center center / cover;
}*/

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px #198754;
    }

    100% {
        box-shadow: 0 0 0px 15px rgba(0, 112, 244, 0);
    }
}
.pulse {
    margin: 25% auto 0 auto;
    
  
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #0070F4;
    border-radius: 50px;
    animation: shadow-pulse 1.5s infinite;
}
.pulse_green {
    margin: 25% auto 0 auto;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: forestgreen;
    border-radius: 50px;
    animation: shadow-pulse 1.5s infinite;
}


div.Black h4 {
    font-size: 1.2rem;
    font-family: var(--font);
    color: #fff;
    font-weight: 600;
}

h4 {
    font-size: 1.2rem;
    font-family: var(--font);
    color: #000;
    font-weight: 600;
}

.address-box {
    background-color: #f8f9fa; /* light grey */
    border: 1px solid #d0d7de; /* subtle border */
    border-radius: 8px; /* rounded corners */
    padding: 12px 16px;
    margin-top: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

.address-line + .address-line {
    margin-top: 4px; /* small gap between lines */
}

@media (max-width: 768px) {
    .form-banner {
        /*border: none !important;*/
    }
}

.question-para ul li {
    font-size:15px; color:#000; line-height:normal;
}


.container label{
    font-size:0.75em;
}

.faq-group  label.label-toggle {
    font-size: 18px !important;
}

.person-row {
    margin-bottom: 1rem;
}
.mySelect + .select2-container {
    width: 100% !important;
}