html {
    font-size: 10px;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #26253e;
    color: #fff;
}

a {
    color: #ffa800;
}

p {
    font-size: 1.5rem;
    line-height: 1.7;
}

p.strong {
    font-weight: 700;
}

h1 {
    font-size: 4rem;
    line-height: 1.4;
}

h2 {
    font-size: 3.7rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.4rem;
}

h2.custom-h2 small {
    display: block;
    font-weight: 700;
    font-size: 2rem;
    color: #f82c5d;
    margin-bottom: 2rem;
}

h2.custom-h2 {
    color: #2f2b2c;
    font-size: 4.2rem;
    font-weight: 800;
    margin-bottom: 4rem;
}

@media (max-width: 1199px) {
    h2.custom-h2 small {
        font-size: 1.8rem;
        margin-bottom: 1.8rem;
    }

    h2.custom-h2 {
        font-size: 3.8rem;
        margin-bottom: 3.5rem;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

.special-color {
    color: #ffa800;
}

.special-color-2 {
    color: #462e69;
}

.special-color-3 {
    color: #462e69;
}

.black-color {
    color: #111 !important;
}

.underline {
    border-bottom: 0.6rem solid #F4B631;
}

.scale-hover-img {
    transition: all 0.5s;
}

.scale-hover-img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.center {
    text-align: center;
}

.font-orange {
    color: #FFCC33 !important;
}

.f-bold-900 {
    font-weight: 900 !important;
}

.mr-auto {
    margin: auto !important;
}

.w-100 {
    width: 100%;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.vertical-align {
    position: relative;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.custom-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #20409a;
    border: none;
    border-radius: 50px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all ease 300ms;
}

.custom-btn:hover,
.custom-btn:focus {
    color: #fff;
    text-decoration: none;
    transform: scale(1.04);
}

.row-equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-equal>[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.padding-0 {
    padding: 0rem !important;
}

.margin-0 {
    margin: 0rem !important;
}

.custom-btn {
    padding: 15px 30px;
}

.margin-0 {
    margin: 0px;
}

.red-font {
    color: red;
}

select[multiple] {
    height: 10rem !important;
    background-image: none !important;
}

/* base */

.cbtn {
    display: inline-block;
    padding: 1.8rem 4rem;
    box-shadow: none;
    background: #462e69;
    border-radius: 2rem;
    border: 0;
    font-size: 2.4rem;
    font-weight: 500;
    transition: all ease 300ms;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 20px -9px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 0px 0px 20px -9px rgba(0, 0, 0, 0.70);
    box-shadow: 0px 0px 20px -9px rgba(0, 0, 0, 0.70);
}

.cbtn:hover {
    text-decoration: none;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.cbtn.green,
.payment-widget .cbtn {
    background: #f82c5d;
    color: #fff;
}

.cbtn.green:hover {
    background: #f82c5f;
}

.cbtn.white {
    background: #fff;
    color: #000;
}

.cbtn.disabled {
    background: #999;
    color: #fff;
    cursor: not-allowed;
}

.cbtn.disabled:hover {
    background: #999;
    text-decoration: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.align-center {
    text-align: center;
}

.loan-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media(max-width:1199px) {
    .line-break {
        display: none;
    }
}

@media(max-width:991px) {
    .nav-tabs-container {
        text-align: center;
    }

    .nav-tabs-container .special-hr {
        margin: 1.5rem auto;
    }

    .nav-tabs-container .custom-btn {
        margin: 1.5rem 0 2.5rem 0;
    }

    .nav-tabs-container .tab-img {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .loan-info-container .heading,
    .custom-h2 {
        font-size: 4rem;
    }

    .loan-footer .img-responsive {
        display: none;
    }
}

@media(max-width:767px) {

    .loan-info-container .heading,
    .custom-h2 {
        font-size: 3.2rem;
    }

    .loan-info-container .sub-heading {
        font-size: 2.4rem;
    }

    .nav-tabs-container {
        padding: 4rem 0;
    }

    .step-container .custom-img {
        width: auto;
    }

    .loan-footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}



/* NORMAL PAGE */

.normal-page-wrap {
    padding: 0;
    padding-top: 30px;
}

.normal-page-wrap .inner-wrap {
    padding: 1rem 2.5rem;
}

.normal-page-wrap .normal-page-heading {
    margin: 2rem 0 3rem 0;
    font-weight: 800;
}

.normal-page-wrap h2,
.normal-page-wrap h3,
.normal-page-wrap h4,
.normal-page-wrap h5,
.normal-page-wrap h6 {
    margin: 1em 0 1em 0;
    font-weight: 800;
}

.normal-page-wrap p {
    margin: 0 0 2.5rem 0;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
}

.normal-page-wrap img {
    max-width: 100%;
    margin: 0 0 2.5rem 0;
}

.normal-page-wrap .featured-image {
    margin: 1.5rem 0 3rem 0;
}

.normal-page-wrap .spacer {
    height: 80px;
}

.normal-page-wrap ul {
    list-style: none;
    padding: 0 0 0 2rem;
}

.normal-page-wrap ul li {
    padding: 0 0 0 2rem;
    position: relative;
}

.normal-page-wrap ul li:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 1rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #f82c5f;
    border-radius: 50%;
}

.normal-page-wrap .loan-form-btn {
    margin: 1.5rem 0;
}

@media (max-width: 991px) {
    .normal-page-wrap .inner-wrap {
        padding: 2.5rem;
    }

    .normal-page-wrap .vertical-align-center {
        display: block;
    }

    .normal-page-wrap p {
        margin: 0 0 1.6rem 0;
        font-size: 1.8rem;
    }

    .normal-page-wrap img {
        margin: 0 0 2rem 0;
    }

    .normal-page-wrap .featured-image {
        margin: 1rem 0 2rem 0;
    }

    .normal-page-wrap .spacer {
        height: 20px;
    }
}

/* FOOTER */

.law-note {
    color: #bbbabf;
    font-size: smaller;
}

.support-wrap {
    text-align: center;
    margin-left: -150px;
}

.support-wrap * {
    margin-bottom: 30px;
}

hr {

    border: none;
    border-left: 2px solid #bbbabf;
    height: 10vh;
    width: 1px;
    margin: 0 15px 0 15px;
}

@media (max-width: 991px) {
    .support-wrap {
        margin-left: 0px;
    }

    hr {
        border-width: 0;
        color: #bbbabf;
        background-color: #bbbabf;
        height: 2px;
        width: 100%;
        margin: 15px 0 15px 0;
    }
}



/* COOKIE BAR START */

#cookieBarDiv {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    z-index: 99999;
}

#cookieBarDiv,
#cookieBarDiv a {
    color: #fff;
}

#cookieBarDiv a {
    text-decoration: underline;
}

#cookieBarDiv .cookieBarDivContainer {
    max-width: 1280px;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
}

#cookieBarDiv button {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 1.5rem;
    margin-top: 0.3rem;
    border-radius: 0.5rem;
    color: #111111;
    padding: 0.3rem 1rem;
    border: none;
}

/** cookie bar 2 */
.cookiebar2-modal {
    color: #333;
}

/* COOKIE BAR END */





/* HEADER START */


/* Header wrap */

.navbar-custom {
    margin: 2rem 0 .5rem 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}


/* Logo */

.navbar-custom .navbar-brand {
    color: black;
    padding: 0rem 0rem 0rem 0.5rem;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #5E5E5E;
}

.navbar-custom .navbar-brand img {
    max-height: 100%;
    scale: 1.2;
}


/* Link */

.navbar-custom .navbar-nav>li>a {
    padding: 0 3rem 0 0;
    line-height: 60px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2f2b2c;
    transition: color ease 300ms;
}

.navbar-custom .navbar-nav>li>a:hover,
.navbar-custom .navbar-nav>li>a:focus {
    color: #999;
}

.navbar-custom .navbar-nav>.open>a,
.navbar-custom .navbar-nav>.open>a:hover,
.navbar-custom .navbar-nav>.open>a:focus {
    color: #555;
    background: transparent;
    box-shadow: none;
}

.navbar-custom .nav li a.active {
    color: #f82c5f;
}

.navbar-custom .nav li a.active:hover {
    color: #ff83a2;
}


/* Mobile version */

.navbar-custom .navbar-toggle {
    margin: .5rem 0.5rem 0 0;
    border-color: transparent;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #111;
}

.navbar-custom .navbar-toggle:hover .icon-bar,
.navbar-custom .navbar-toggle:focus .icon-bar {
    background-color: #888;
}

.navbar-custom .navbar-nav .dropdown-menu {
    min-width: auto;
    top: 75%;
    box-shadow: none;
    border: none;
    text-align: right;
    background-color: #eee;
    border-radius: 10px;
}

.navbar-custom .navbar-nav .dropdown-menu>li>a {
    padding: 1rem 2.5rem;
    transition: all ease .3s;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #ddd;
    color: #444;
}

@media (max-width: 1200px) {
    .navbar-custom .navbar-nav>li>a {
        line-height: 5rem;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
        color: black;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
    }

    .navbar-custom .navbar-collapse,
    .navbar-default .navbar-form {
        text-align: center;
    }

    .navbar-custom .navbar-collapse {
        border-radius: 1.10rem;
        background: rgb(255, 255, 255, .9);
        margin: 0rem 1.10rem;
        text-shadow: none
    }

    .navbar-header {
        background: transparent;
    }

    .navbar-custom {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 0.1rem solid transparent;
        -webkit-box-shadow: inset 0 0.1rem 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 0.1rem 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 0.1rem;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-custom .navbar-nav>li>a {
        padding: 0;
    }

    .navbar-custom .navbar-nav .dropdown-menu {
        position: relative;
        margin: -1.5rem 0 0 0;
        float: none;
        right: auto;
        left: auto;
        text-align: center;
    }
}

.navbar-custom .nav li a span {
    font-weight: 600;
}

@media (max-width: 767px) {
    .navbar-custom {
        margin: 2rem 0 .5rem 0;
    }
}

/* HEADER END */



/*custom style text*/

.text-center {
    text-align: center;
}

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {

    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {

    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

/* TOOLTIPS */
.tooltip {
    top: 1.5rem !important;
    width: 100%;
}

.tooltip .tooltip-inner {
    padding: 1rem;
    max-width: 48rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, .2);
    box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, .2);
    background: #462e69;
    color: white;
    font-size: 1.2rem;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #462e69;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #462e69;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #462e69;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #462e69;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #462e69;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #462e69;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #462e69;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #462e69;
}

@media (max-width: 767px) {
    .tooltip {
        width: auto;
    }
}

/* CONTENT*/

.content {
    background: url('../images/background_img.png');
}

/* STEP 1 */
.ciclegraph-container {
    display: flex;
    justify-content: center;
}

.ciclegraph {
    position: relative;
    width: 625px;
    height: 625px;
    margin: calc(100px / 2 + 0px);
}


.ciclegraph:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    width: calc(100% - 2px * 2);
    height: calc(100% - 2px * 2);
    border-radius: 50%;
    margin: 0;
}

.ciclegraph .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: calc(-100px / 2);
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.3s all;
    text-decoration: none;
    color: white;
}

.ciclegraph .circle:hover {
    background: #ffa800;
    box-shadow: -5px -5px 20px 20px #ffaa001e;
    width: 100px;
    height: 100px;
    margin: calc(-120px / 2);
}

.ciclegraph .circle p {
    margin-top: 20px;
}

.ciclegraph .circle:hover p {
    color: #ffa800;
    margin-top: 20px;
}

.ciclegraph .circle .default-hide {
    display: none;
}

.ciclegraph .circle:hover .default-hide {
    display: block;
}

.ciclegraph .circle .default-show {
    display: block;
}

.ciclegraph .circle:hover .default-show {
    display: none;
}

.ciclegraph .circle img {
    margin-top: 55px;
}

.ciclegraph .circle:hover img {
    width: 70px;
}




.ciclegraph .constellations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ciclegraph .constellations .constellation {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: 0.4s ease all;
}

.ciclegraph .constellations .constellation.default {
    opacity: 1;
}

.ciclegraph .constellations .constellation.default h2 {
    color: white;
    text-shadow:
        0 0 7px rgba(255, 255, 255, 0.603),
        0 0 10px rgba(255, 255, 255, 0.795),
        0 0 21px rgba(255, 255, 255, 0.671),
        0 0 42px rgba(255, 255, 255, 0.227),
        0 0 82px #ffffff70,
        0 0 92px rgba(255, 255, 255, 0.549),
        0 0 102px #ffffff8c,
        0 0 151px #ffffff8c;
}

.ciclegraph .constellations .constellation img {
    position: absolute;
    scale: 1.2;
}

.ciclegraph .constellations .constellation h2 {
    position: absolute;
    color: #ffa800;
    text-shadow:
        0 0 7px #ffaa0088,
        0 0 10px #ffaa00d7,
        0 0 21px #ffaa003f,
        0 0 42px #ffaa003a,
        0 0 82px #ffaa0070,
        0 0 92px #ffaa008c,
        0 0 102px #ffaa008c,
        0 0 151px #ffaa008c;
}


@media (max-width: 991px) {
    .ciclegraph {
        width: 600px;
        height: 600px;
    }
}

@media (max-width: 767px) {
    .ciclegraph {
        width: 500px;
        height: 500px;
    }

    .ciclegraph .constellations .constellation h2 {
        font-size: 3rem;
    }
}

@media (max-width: 650px) {
    .ciclegraph-container {
        margin-top: 50px;
        ;
    }

    .ciclegraph {
        width: 300px;
        height: 300px;
        margin: 0px;
        margin-left: 50px;

    }

    .ciclegraph .constellations .constellation h2 {
        font-size: 2rem;
        margin-left: -50px;
        margin-top: -40px;
    }

    .ciclegraph .constellations .constellation img {
        scale: 0.7;
        margin-left: -50px;
        margin-top: -50px;
    }

    .ciclegraph .circle {
        width: 50px;
        height: 50px;
    }

    .ciclegraph .circle:hover {
        width: 60px;
        height: 60px;
        margin: calc(-110px / 2);
    }

    .ciclegraph .circle img {
        margin-top: 35px;
        width: 30px;
    }

    .ciclegraph .circle:hover img {
        margin-top: 40px;
        width: 35px;
    }

    .ciclegraph .circle p {
        margin-top: 10px;
        font-size: 1rem;
    }

    .ciclegraph .circle:hover p {
        margin-top: 13px;
    }
}

/* STEP 1 END */

/* STEP 2 */

.container-zodiac {
    width: 100%;
    margin: 70px 0 70px 0;
    background-color: #6a469249;
    border: 3px solid #5b4d73e0;
    border-radius: 25px;
    box-shadow: 0px 0px 20px -3px #6a69a9bf;
    padding: 40px 65px;
}



.container-zodiac .calendar-header {
    text-align: right;
}

.container-zodiac .calendar .month .month-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
}

.month-container .day {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid white;
    margin: 20px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
    text-decoration: none;
    color: white;
}

.month-container .day:hover {
    background-color: #ffa800;
    border: 1px solid #ffa800;
    box-shadow: 0px 0px 30px -3px #ffa800;
}


.container-zodiac .calendar .month h3 {
    text-shadow:
        0 0 7px rgba(255, 255, 255, 0.493),
        0 0 10px rgba(255, 255, 255, 0.795),
        0 0 82px #ffffffaf,
        0 0 92px rgba(255, 255, 255, 0.568),
        0 0 102px #ffffff77,
        0 0 151px #ffffff81;
}

.container-zodiac .calendar .month {
    padding-bottom: 30px;
}

.container-zodiac .calendar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}



@media (max-width: 991px) {
    .container-zodiac .calendar .month {
        padding-bottom: 5px;
    }

    .container-zodiac .calendar .month .month-container {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .container-zodiac .calendar-header img {
        scale: 0.8;
    }
}

@media (max-width: 767px) {
    .container-zodiac .calendar-header {
        text-align: center;
    }

    .month-container .day {
        margin: 10px 5px 10px 5px;
    }
}

@media (max-width: 500px) {
    .container-zodiac .calendar-header img {
        width: 90%;
    }
}


/* STEP 2 END */

/* STEP 3 */


.form-zodiac {
    padding: 0 0 0 40px;
}

.form-zodiac-header h2 {
    line-height: 4.7rem;
}


.zodiac-form-input {
    width: 100%;
    padding: 0.5rem 1.5rem;
    background-color: transparent;
    border: 2px #a076ce solid;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    margin: 20px 0;
}

.zodiac-form-input-select {
    width: 100%;
    padding: 0.5rem 1.5rem;
    background-color: transparent;
    border: 2px #a076ce solid;
    border-radius: 5px;
    font-weight: 400;
    margin: 20px 0;
    color: #cbc6d8;
}

.zodiac-form-input::placeholder {
    color: #cbc6d8;
}

.checkboxes-wrap {
    padding: 0;
    margin-top: 0.5rem;
    color: #cbc6d8;
    margin: 20px 0;
}

.check-all {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: end;
}

.form-checkbox-section {
    display: block;
    position: relative;
    text-align: left;
    grid-template-columns: 1em auto;
    gap: 30px;
    margin-bottom: 10px;
}

label.error {
    color: red;
    font-size: 1rem;
    position: relative;
}

.form-checkbox-section label.error {
    margin-left: 2.5rem;
}

.form-checkbox[type=checkbox] {
    position: absolute;
    width: 18px;
    height: 18px;
    color: #363839;
    border: 2px #a076ce solid;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    margin: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

.form-checkbox[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: -2px;
    left: 3px;
    width: 8px;
    height: 13px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.form-checkbox[type=checkbox]:checked {
    color: #fff;
    border-color: #ffa800;
    background: #ffa800;
}

.form-checkbox[type=checkbox]:checked::before {
    opacity: 1;
}

.form-checkbox[type=checkbox]:checked~label::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.form-checkbox[type="checkbox"]:focus {
    outline: max(0px, 0em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

.checkbox-label {
    font-weight: 400;
    text-align: left;
    line-height: 1.2rem;
    font-size: 10px;
    cursor: pointer;
    margin-left: 2.5rem;
    position: relative;
}

.checkbox-label-all {
    font-weight: 400;
    text-align: left;
    line-height: 1.2rem;
    font-size: 14px;
    cursor: pointer;
    margin-left: 2.5rem;
    position: relative;
}

label .form-checkbox-all {
    margin: 20px;
}

.zodiac-form-btn {
    margin: 10px 0;
    padding: 10px 50px;
    background-color: #ffa800;
    border-radius: 5rem;
    border: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    transition: all ease 300ms;
}

.zodiac-form-btn:hover {
    box-shadow: 0px 0px 30px -3px #ffa800;
    scale: 1.1;
}

.offer-zodiac {
    margin: 30px 0;
}

.zodiac-offer-btn {
    text-decoration: none;
    color: white;
    margin: 30px 0;
    padding: 5px 20px;
    background-color: #ffa800;
    border-radius: 5rem;
    border: 0;
    font-weight: 500;
    text-transform: capitalize;
    transition: all ease 300ms;
}

.zodiac-offer-btn:hover {
    text-decoration: none;
    color: white;
    box-shadow: 0px 0px 30px -3px #ffa800;
    scale: 1.5;
}

.offer-zodiac p {
    font-size: 16px;
    font-weight: 300;
    margin: 20px;
    color: rgb(201, 201, 201);
}

.offer-zodiac h3 {
    margin-top: 40px;
    font-size: 25px;
}

.offer-zodiac img {
    margin-top: 10px;
    max-width: 150px;
}

.filter-1 {
    filter: invert(94%) sepia(9%) saturate(1954%) hue-rotate(23deg) brightness(103%) contrast(99%);
}

.filter-2 {
    filter: invert(74%) sepia(28%) saturate(326%) hue-rotate(158deg) brightness(96%) contrast(89%);
}

.filter-3 {
    filter: invert(92%) sepia(71%) saturate(5391%) hue-rotate(288deg) brightness(99%) contrast(100%);
}

.filter-4 {
    filter: invert(36%) sepia(21%) saturate(6360%) hue-rotate(345deg) brightness(90%) contrast(84%);
}

.filter-5 {
    filter: invert(30%) sepia(73%) saturate(5399%) hue-rotate(144deg) brightness(96%) contrast(99%);
}

.filter-6 {
    filter: invert(71%) sepia(32%) saturate(4060%) hue-rotate(115deg) brightness(95%) contrast(95%);
}

.filter-7 {
    filter: invert(40%) sepia(92%) saturate(545%) hue-rotate(152deg) brightness(91%) contrast(90%);
}

.filter-8 {
    filter: invert(80%) sepia(55%) saturate(7178%) hue-rotate(325deg) brightness(106%) contrast(137%);
}

.container.proposal-loan-info-container hr {
    border-width: 0;
    color: #bbbabf;
    margin: 20px 0;
    background-color: #5b4d73e0;
    box-shadow: 0px 0px 10px 1px #6a69a9bf;
    height: 3px;
    width: 100%;
    margin: 15px 0 15px 0;
}

.menu {
    list-style: none;
    padding: 0;
    text-align: center;
    color: white;
}

.menu .item {
    margin: 1rem 1rem 2rem 1rem;
    color: white;
}

.menu .item a {
    color: white;
}

.menu .item a:hover {
    text-decoration: none;
    color: #ffa800;
}

.footer-link {
    color: white;
}

.footer-link:hover {
    text-decoration: none;
    color: #ffa800;
}

.clause-description {
    z-index: 2147483647;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 305px;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(187, 187, 187);
    border-radius: 5px;
    font-family: Ubuntu;
    font-size: 11px;
    color: rgb(85, 85, 85);
    text-align: center;
}

.clause-description {
    width: 100% !important;
    top: 0 !important;
}


#step2 {
    display: none;
}

#step3 {
    display: none;
}

#roller {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 70%);
    z-index: 9999;
}

.lds-roller {
    display: block;
    position: absolute;
    left: 48%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    scale: 6;
}

@media (max-width: 767px) {
    .lds-roller {
        scale: 4;
    }
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffa800;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .form-zodiac {
        padding: 0 0 0 0;
    }

    .container-zodiac {
        padding: 30px 50px;
        text-align: center;
        /* margin: 10px 0 10px 0; */
    }

}

@media (max-width: 767px) {
    .container-zodiac {
        margin: 20px 0 10px 0;
        padding: 10px 40px;
    }

    .zodiac-form-input {
        margin: 12px 0;
    }

    .zodiac-form-input-select {
        margin: 12px 0;
    }

}

/* STEP 3 END */