html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@font-face {
    font-family: 'GreenixFontReg';
    src: url(../font/Brandon_reg.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    html {
        font-size: 16px;
    }

    .portfolio img {
        max-width: 240px;
        max-height: 240px;
    }

    form {
        width: 350px;
    }
    img {
        max-width: 100%;
        width: 350px;
        height: auto !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    html {
        font-size: 16px;
    }

    .portfolio img {
        max-width: 240px;
        max-height: 240px;
    }

    form {
        width: 550px;
    }

    img {
        max-width: 100%;
        width: 550px;
        height: auto !important;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .portfolio img {
        max-width: 240px;
        max-height: 240px;
    }

    form {
        width: 720px;
    }

    img {
        max-width: 100%;
        width: 720px;
        height: auto !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .portfolio img {
        max-width: 314px;
        max-height: 314px;
    }

    form {
        width: 920px;
    }

    img {
        max-width: 100%;
        width: 920px;
        height: auto !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .portfolio img {
        max-width: 380px;
        max-height: 380px;
    }

    form {
        width: 920px;
    }

    img {
        max-width: 100%;
        width: 920px;
        height: auto !important;
    }
}

/*@media (max-width:767px) {
    .portfolio img {
        max-width: 100%;
        max-height: 100%;
    }
    form {
        width: 550px;
    }
}*/

/*@media (min-width:992px) {
   
}

@media (min-width:1200px) {
   
}*/

/*ul.no-bullets {
    list-style-type: none;*/ /* Remove bullets */
/*padding: 0;*/ /* Remove padding */
/*margin: 0;*/ /* Remove margins */
/*}*/

ul {
    list-style-type: none; /* Remove bullets */
    padding: 5px;
    /*padding: 0;*/ /* Remove padding */
    /*margin: 0;*/ /* Remove margins */
}

#li-bullets {
    list-style-type: 
}

body {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    /*background: #ececec;*/
    background: #334041;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Brandon_reg.otf';
}


/* Style the form */
#regForm {
    /*background-color: #14ce70;*/
    background-color: #ffffff;
    /*margin-left: auto;*/
    /*    margin-right: auto;*/
    /*    margin-top: 5%;*/
    margin: 10px auto 15px auto;
    padding: 5px;
    /*    width: 90%;
    min-width: 350px;*/
}

/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    /*font-family: Raleway;*/
    border: 1px solid #aaaaaa;
}

    /* Mark input boxes that gets an error on validation: */
    input.invalid {
        background-color: #ffdddd;
    }

/* Hide all steps by default: */
.tab {
    display: none;
    /*    background-color: #c3cb5;*/
    padding: 10px;
}

.tab-fix {
    overflow: auto;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    /* Mark the active step: */
    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #14ce70;
    }

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');*/

*, *::before, *::after {
    padding: 0;
    font-family: 'Brandon_reg.otf', sans-serif;
    box-sizing: border-box;
    /*margin-right: 5px;*/
}

.flex-row {
    display: flex;
}

.wrapper {
    border: 1px solid #4b00ff;
    border-right: 0;
    width: 100%;
    height: 100%;
}

canvas#signature-pad {
    background: #fff;
    width: 100%;
    height: 100%;
    cursor: crosshair;
}

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 2px;
    padding: 5px;
}

    .signature-pad::before, .signature-pad::after {
        position: absolute;
        z-index: -1;
        content: "";
        width: 40%;
        height: 10px;
        bottom: 10px;
        background: transparent;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    }

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

    .signature-pad--body
    canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

.greenix-container {
    max-height: 600px;
    /*    width:auto;
    max-width:1000px;
    padding-left:10%;
    padding-right:10%;*/
}

    .greenix-container img {
        max-height: 100%;
        max-width: 100%;
    }

.greenix-btn-success {
    color: #fff;
    background-color: #77c266;
    border-color: #198754;
    border-radius: 30px;
    /*    font: GreenixFontReg;*/
}

.greenix-btn-secondary {
    color: #fff;
    background-color: #77c266;
    border-color: #198754;
    /*    font: GreenixFontReg;*/
}

.greenix-btn-info {
    color: #fff;
    background-color: #dbd671;
    border-color: #198754;
    border-radius: 30px;
    /*    font: GreenixFontReg;*/
}

.greenix-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border-radius: 5px;
    border: 2px solid #609;
    /*    font: GreenixFontReg;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

}

.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .form-switch i {
        position: relative;
        display: inline-block;
        margin-right: .5rem;
        width: 46px;
        height: 26px;
        background-color: #e6e6e6;
        border-radius: 23px;
        vertical-align: text-bottom;
        transition: all 0.3s linear;
    }

        .form-switch i::before {
            content: "";
            position: absolute;
            left: 0;
            width: 42px;
            height: 22px;
            background-color: #fff;
            border-radius: 11px;
            transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
            transition: all 0.25s linear;
        }

        .form-switch i::after {
            content: "";
            position: absolute;
            left: 0;
            width: 22px;
            height: 22px;
            background-color: #fff;
            border-radius: 11px;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
            transform: translate3d(2px, 2px, 0);
            transition: all 0.2s ease-in-out;
        }

    .form-switch:active i::after {
        width: 28px;
        transform: translate3d(2px, 2px, 0);
    }

    .form-switch:active input:checked + i::after {
        transform: translate3d(16px, 2px, 0);
    }

    .form-switch input {
        display: none;
    }

        .form-switch input:checked + i {
            background-color: #14ce70;
        }

            .form-switch input:checked + i::before {
                transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
            }

            .form-switch input:checked + i::after {
                transform: translate3d(22px, 2px, 0);
            }

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
    background-color: #14ce70 !important;
}

.btn-info, .btn-info:hover, .btn-info:active, .btn-info:visited {
    background-color: #f3cb18 !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 3em;*/
    /* width: 75%;*/
}

.rotate {
    animation: rotation 8s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
    /*div#clear {*/
    /*    height: 100%;*/
    /*    background: #4b00ff;*/
    /*    border: 1px solid transparent;*/
    /*    color: #fff;*/
    /*    font-weight: 600;*/
    /*    cursor: pointer;*/
    /*}*/
    /*button#clear span {*/
    /*    transform: rotate(90deg);*/
    /*    display: block;*/
    /*}*/
}

.progress-bar {
    position: relative;
    width: 100px;
    height: 100px;
}

.circle {
    height: 100%;
    right: 0px;
    position: absolute;
    border: solid 5px #a9a9a9;
    border-top-color: #a9d161;
    border-radius: 50%;
}

.border {
    width: 100%;
    transform: rotate(135deg);
    animation: spin 1.3s steps(2) .2s infinite;
    -webkit-animation: spin 1.3s linear infinite;
}


@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.bg-greenix-green {
    --bs-bg-opacity: 1;
    background-color: #48a76a !important;
}

.bg-greenix-secondary-grey {
    --bs-bg-opacity: 1;
    background-color: #bebebe !important;
}

.bg-greenix-grey {
    --bs-bg-opacity: 1;
    background-color: #334041 !important;
}

.text-greenix-green {
    --bs-text-opacity: 1;
    color: #48a76a !important;
}

.text-greenix-secondary-grey {
    --bs-text-opacity: 1;
    color: #bebebe !important;
}

.text-greenix-grey {
    --bs-text-opacity: 1;
    color: #334041 !important;
}


