input#btnSendOTP:hover {
    background: #fdb220;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fdb220;
}

span#lblmsg {
    z-index: 99;
    position: absolute;
    margin: 0 auto;
    color: #ff0000;
    text-align: center;
    right: 40px;
    margin: -28px 0 0 0;
    font-size: 16px;
}

select#ddlCat:focus {
    outline: none;
}

.ibs-form-left .error3 {
    font-size: 12px;
    color: #ff0000;
    position: absolute;
    left: 10%;
    margin: 34px 0 0 0;
    z-index: 99;
}

div#show_hide_password .error3 {
    left: 4px;
}



a#btnSubmit {
    width: 100%;
    font-size: 17px;
    color: #fff;
    padding: 7px 0;
    border-radius: 4px;
    background: #70c14c;
    margin: 14px 0 10px 0;
    cursor: pointer;
    outline: none;
    display: block;
    text-align: center;
}

a#CPH1_btnSubmit {
    width: 100%;
    font-size: 17px;
    color: #fff;
    padding: 7px 0;
    border-radius: 4px;
    background: #70c14c;
    margin: 14px 0 10px 0;
    cursor: pointer;
    outline: none;
    display: block;
    text-align: center;
}

a#btnSubmit:hover {
    background: #fdb220;
}

a#CPH1_btnSubmit:hover {
    background: #fdb220;
}

input #btnSendOTP {
    width: 100%;
    height: 38px;
    background: none;
    border: 1px solid #bbb;
    border-radius: 4px;
}
input#CPH1_btnSendOTP {
    width: 100%;
    height: 38px;
    background: none;
    border: 1px solid #bbb;
    border-radius: 4px;
}
span#CPH1_lblmsg {
    z-index: 99;
    position: absolute;
    margin: 0 auto;
    color: #ff0000;
    text-align: center;
    right: 40px;
    margin: -28px 0 0 0;
    font-size: 16px;
}

.modal-dialog.new .error3 {
    color: #ff0000;
    font-size: 12px;
    position: absolute;
    /* top: 10px; */
    /* left: 0; */
    margin: 28px 0 0 0;
}

.modal-dialog.new .alert-p .error3 {
    left: 9%;
    margin: 20px 0 0 0;
    font-size: 11px;
}

p.thankYoumsg {
    font-size: 18px;
    padding-top: 50%;
    color: #000;
}

a.close.confirms {
    font-size: 16px;
    position: relative;
    background: #70c14c;
    width: 147px;
    padding: 10px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    right: 28%;
    opacity: 1;
}

a.theme-btn {
    color: #fff !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multiselect {
    width: 100%;
    font-size: 14px;
    padding-bottom: 7px 10px;
    border-radius: 4px;
    border: 1px solid #bbb;
    transition: 0.2s;
    outline: none;
    height: 38px;
    margin-bottom: 25px;
}

.tooltip {
    z-index: 99;
}

.multiselect:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

select.form-controls {
    width: 100%;
    border-bottom: 1px solid #9c9898;
    font-size: 15px;
    color: #9c9898;
    margin-bottom: 20px;
    height: 30px;
    margin-left: 50px;
}

.popup-box.aswp i {
    width: 50px;
    padding: 8px 0 4px 0;
    border-bottom: 1px solid #9c9898;
}

.multiselect.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.multiselect > .title {
    cursor: pointer;
    height: 38px;
    padding: 6px 10px;
}

i.fas.fa-chevron-down.sel-right {
    float: right;
    margin: 7px 0 0 0;
}

.multiselect > .title > .text {
    max-width: 100%;
    max-height: 38px;
    display: block;
    float: left;
    color: #000;
}

.multiselect > .title > .expand-icon,
.multiselect > .title > .close-icon {
    float: right;
    border-radius: 50%;
    padding: 0 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    transition: 0.2s;
    display: none;
}

.multiselect.selection > .title > .expand-icon {
    display: none;
}

.multiselect > .title > .expand-icon,
.multiselect.selection > .title > .close-icon {
    display: block;
}

.multiselect > .title > .close-icon:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgb(203, 32, 32);
    color: #fff;
}

.multiselect > .contain {
    max-height: 200px;
    overflow: auto;
    margin-top: 0px;
    margin-left: -1px;
    width: 100%;
    transition: 0.2s;
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0px;
    border: none;
}

.multiselect.active > .contain {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 0;
}

.multiselect:hover > .contain {
    border-top-color: rgba(0, 0, 0, 0.3);
}

.multiselect.active:hover > .contain {
    border-color: rgba(0, 0, 0, 0.3);
}

.multiselect > .contain > option {
    display: none;
    padding: 5px;
    cursor: pointer;
    transition: 0.2s;
    border-top: 1px solid transparent;
}

    .multiselect > .contain > option.selected {
        background: rgb(112 193 76);
        border-top: 1px solid #fff;
        color: #fff;
    }

    .multiselect > .contain > option:hover {
        background: rgba(0, 0, 0, 0.1);
        color: #000;
    }

.multiselect.active > .contain > option {
    display: block;
}


em.invalid {
    position: absolute;
    font-size: 11px;
    color: red;
    left: 9%;
    margin-top: 32px;
    z-index: 99;
}

.modal-content.new {
    background: none;
    border: none;
}

input.valid {
    border: 1px solid #70c14c;
}

div#show_hide_password em.invalid {
    left: 0;
}

input.form-controler.valid {
    border: 1px solid #70c14c !important;
}

input.form-controls {
    width: 100%;
    border-bottom: 1px solid #9c9898;
    font-size: 14px;
    color: #9c9898;
    padding: 5px 0 0 53px;
    margin-bottom: 20px;
    height: 30px;
}

a#btnSeller {
    color: #fff;
}


label.contains.state-error em.invalid {
    margin-top: 18px;
    left: 0;
}

.popup-box i {
    font-size: 17px;
    position: absolute;
    width: 45px;
    color: #9c9898;
    text-align: center;
    padding: 8px 0 0 0;
}

.popup-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.col-lg-12.after-gst-verify {
    padding: 0;
}

.contains {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #807d7d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.i-agree-to {
    margin: 5%;
}

.contains input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

    .contains input:checked ~ .checkmarks {
        background-color: #70c14c;
    }

        .contains input:checked ~ .checkmarks:after {
            display: block;
        }

.contains .checkmarks:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmarks {
    position: absolute;
    top: 5px;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #9c9898;
    border-radius: 4px;
}

input.form-controls::placeholder {
    color: #9c9898;
}

.checkmarks:after {
    content: "";
    position: absolute;
    display: none;
}

h2.sign-up {
    font-size: 25px;
    color: #70c14c;
    font-weight: 400;
    margin-bottom: 20px;
}

    h2.sign-up span {
        font-weight: 600;
        color: #000;
    }

a.sign-up-me:hover {
    background: #fdb220;
}

a.sign-up-me {
    display: block;
    padding: 8px;
    color: #fff;
    background: #70c14c;
    text-transform: uppercase;
    border-radius: 30px;
    margin: 10px 20px 0 20px;
}

.modal-content.new {
    background: none;
    border: none;
}

.right-form {
    background: #fff;
    padding: 4% 5% 2% 5%;
    text-align: center;
}

.left-form {
    background: none;
    padding: 1% 0;
    text-align: center;
}

button.close:hover {
    color: #fdb220;
}

button.close {
    font-size: 30px;
    position: absolute;
    right: 0;
    z-index: 99;
    color: #70c14c;
}

.form-controls.lastr {
    margin-bottom: 10px;
}

.col-lg-5.left-form img {
    width: 100%;
}

.ibs-form-left {
    flex: 1 1 auto;
    flex-wrap: wrap;
    height: auto;
    background-color: rgb(255, 255, 255);
    padding: 20px 30px 10px 30px;
    border-radius: 5px;
    box-shadow: rgb(34 34 34 / 10%) 0px 3px 5px -1px, rgb(34 34 34 / 10%) 0px 6px 10px 0px, rgb(34 34 34 / 10%) 0px 1px 18px 0px;
}

.banner-secton {
    padding: 7% 0 0 0;
}

body {
    background: #eef2f5;
}

.ibs-form-left h3 {
    font-size: 1.5em;
    margin-bottom: 0;
    line-height: .8;
}

i.fas.fa-info-circle.others-docs {
    font-size: 15px;
    position: absolute;
    right: -5%;
    color: #70c14c;
    margin: -18px 20px 0 0;
    cursor: pointer;
    z-index: 99;
}


i.fas.fa-info-circle.made-in-india {
    font-size: 15px;
    position: absolute;
    right: -5%;
    color: #70c14c;
    margin: -18px 20px 0 0;
    cursor: pointer;
}

.ibs-form-left p {
    font-size: 13px;
    margin: 0 0 4% 0;
}

button.sent-o {
    width: 100%;
    height: 38px;
    background: none;
    border: 1px solid #bbb;
    border-radius: 4px;
}

.input-form {
    width: 73%
}

.sent-btm {
    width: 25%
}

.form-creat {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

input.form-controler::placeholder {
    color: #ccc;
}

select.form-controler::placeholder {
    color: #ccc;
}

.input-form.second {
    width: 100%;
}

i.fas.fa-upload.upload.snd {
    left: 9%;
}

input.form-controler {
    font-size: 15px;
    padding: 9px 15px;
    background: none;
    border: 1px solid #bbb;
    height: 38px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 27px;
}

select.form-controler {
    font-size: 15px;
    padding: 9px 10px;
    background: none;
    border: 1px solid #bbb;
    height: 38px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 27px;
}

.container-fluid.banner-secton.for-bank {
    padding-bottom: 5%;
}

textarea.form-controler {
    font-size: 15px;
    padding: 10px 13px;
    background: none;
    border: 1px solid #bbb;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
}

.text-info h3 {
    font-size: 1.3em;
    margin-bottom: 4px;
}

.text-info2 h3 {
    font-size: 1.3em;
    margin-bottom: 4px;
}


.text-info {
    background: #fff;
    margin: 7%;
    padding: 5%;
    position: absolute;
    top: 20%;
    z-index: 9;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 2px #ccc;
}

i.fas.fa-upload.upload {
    position: absolute;
    left: 5px;
    margin: 11px 2px 0 5px;
    color: #bbb;
}

.text-info2 {
    background: #fff;
    margin: 7%;
    padding: 5%;
    position: absolute;
    top: 20%;
    z-index: 9;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 2px #ccc;
}

.list-of-docs li a {
    color: #70c14c;
}



.firsts {
    display: none;
}

.seconds {
    display: none;
}

p.do-have {
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0 0 0;
}

ul.hav-gsts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    font-size: 15px;
    color: #000;
    list-style: none;
    padding: 4px 0 15px 0px;
}

    ul.hav-gsts li {
        padding: 8px 0 0 0;
        margin: 0 30px 20px 0;
    }

.padding {
    padding: 0px;
}

.thirds {
    display: none;
}

.actions.clearfix {
    margin-top: -22px;
    padding-right: 3%;
}

.input-form label {
    font-size: 13px;
    margin: -15px 0 0px 10px;
    position: absolute;
    background: #fff;
    padding: 0 5px;
    z-index: 9;
}

label.hider {
    font-size: 13px;
    margin: -15px 0 0px 10px;
    position: absolute;
    background: #fff;
    padding: 0 5px;
}

input.form-controler.nrt {
    width: 73%;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

button.sent-o:hover {
    background: #fdb220;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fdb220;
}

.input-group-addon {
    width: 27%;
    background: #fff;
    height: 38px;
    border-radius: 0 4px 4px 0;
    border: 1px solid #bbb;
    border-left: none;
    text-align: center;
    padding-top: 6px;
    font-size: 16px;
}

i.fa.fa-eye-slash {
    color: #70c14c;
}

.grow-your h3 {
    font-size: 18px;
    color: #6f6d6d;
    margin: 18px 0 0 0;
}

.grow-your {
    padding: 1% 6%;
}

.grow-your {
    padding: 4% 5% 0 7%;
}

img.img-house {
    width: 50px;
    height: auto;
    margin: 0 14px 0 0;
}

img.loge-serl {
    margin: -27px 0 0 -35px;
}

ul.list-detail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    ul.list-detail li {
        width: 50%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 33px;
        text-align: left;
    }

.img-reviw img {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
}

.hesdr h3 {
    font-size: 17px;
    margin: 4px 0 0 0;
}

.form-controler:focus, .style-three .price-circle:after {
    border-color: #fdb220;
}

.form-controler:focus {
    box-shadow: none;
}

.hesdr p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

p.secure {
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px 0;
    color: #696666;
    background: #eef2f5;
    padding: 2px 0px 2px 8px;
    border-radius: 4px;
}

    p.secure i {
        color: #70c14c;
    }

button.crt-acont:hover {
    background: #fdb220;
}

button.crt-acont {
    width: 100%;
    font-size: 17px;
    color: #fff;
    padding: 7px 0;
    border-radius: 4px;
    background: #70c14c;
    margin: 8px 0 2px 0;
    cursor: pointer;
    outline: none;
}

p.error {
    position: absolute;
    font-size: 11px;
    color: red;
    z-index: 99;
    display: inline;
    left: 10%;
    margin: 33px 0 0 0;
}

p.error2 {
    position: absolute;
    font-size: 11px;
    color: red;
    z-index: 99;
    display: inline;
    left: 1%;
    margin: 33px 0 0 0;
}

p.error {
    display: none;
}

p.error2 {
    display: none;
}

.footer {
    z-index: 2;
    padding: 10px 0 4px 0;
    background: #ffe6b4;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

    .footer p {
        margin-bottom: 0;
    }

.top-mc {
    border-top: 10px solid #fdb220;
}

.ibs-form-left.completed-steps {
    padding: 0 0 10px 0;
}

p.complete {
    background: #eef2f5;
    padding: 8px 13px;
    border-radius: 4px 4px 0 0;
    margin-bottom: 5px;
}




/* wizard start */

.register-section {
    position: relative;
    background: url(./assets/images/banner/registration-banner.jpg);
    background-size: cover;
    background-position: center;
}

    .register-section h2 {
        color: #fff;
    }

.wizard ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.wizard > .actions > ul > li,
.wizard > .steps > ul > li {
    float: left;
}

.wizard > .steps > ul > li {
    width: 25%;
}

.wizard > .steps .current a,
.wizard > .steps .current a:active,
.wizard > .steps .current a:hover {
    background-color: #fdb220;
    color: #fff;
    line-height: 1.9;
}

.wizard > .steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard > .steps .number {
    font-size: 16px;
    padding: 5px 0 0 5px;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 38px;
    height: 38px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    margin-right: 10px;
    background-color: rgba(59, 93, 231, 0.25);
}

.wizard > .content {
    background-color: transparent;
    margin: 0 5px;
    border-radius: 0;
    min-height: 150px;
}

    .wizard > .content > .title {
        position: absolute;
        left: -999em;
    }

.wizard > .steps .current a,
.wizard > .steps .current a:active,
.wizard > .steps .current a:hover {
    /* background-color: #fdb220; */
    color: #6e6c6c;
    font-size: 12px;
    border-bottom: 2px solid #fcb120;
    border-radius: 0;
    background: none;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:active,
.wizard > .steps .disabled a:hover,
.wizard > .steps .done a,
.wizard > .steps .done a:active,
.wizard > .steps .done a:hover {
    /* background-color: #70c14c; */
    color: #6e6c6c;
    font-size: 11px;
    line-height: 1.1;
    padding: 5px 0px;
    border-bottom: 2px solid #70c14c;
    border-radius: 0;
    background: none;
}

.wizard > .steps a,
.wizard > .steps a:active,
.wizard > .steps a:hover {
    margin: 3px;
    padding: 0px;
    display: block;
    width: auto;
    border-radius: 5px;
}

.row.full-steprs {
    padding: 4% 7%;
}

.wizard > .content {
    background-color: transparent;
    margin: 0 5px;
    border-radius: 0;
    min-height: 150px;
}

img.tax-payer {
    width: 25px;
    height: auto;
    margin: 0 0 6px 0;
}

.main-content .content {
    padding: 0 15px 10px 15px;
    margin-top: 70px;
}

.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

    .wizard > .actions > ul {
        display: inline-block;
        text-align: right;
    }

        .wizard > .actions > ul > li {
            display: block;
            margin: 0 0.5em;
        }

        .wizard > .actions > ul > li,
        .wizard > .steps > ul > li {
            text-align: center;
        }

    .wizard > .actions a,
    .wizard > .actions a:active,
    .wizard > .actions a:hover {
        background-color: #fdb220;
        border-radius: 4px;
        padding: 8px 15px;
        color: #fff;
    }

        .wizard > .actions a,
        .wizard > .actions a:active,
        .wizard > .actions a:hover {
            background-color: #fdb220;
            border-radius: 4px;
            padding: 8px 15px;
            color: #fff;
        }

    .wizard > .actions .disabled a,
    .wizard > .actions .disabled a:active,
    .wizard > .actions .disabled a:hover {
        opacity: 0.65;
        background-color: #fdb220;
        color: #fff;
        cursor: not-allowed;
    }

.main-content.detls-seler {
    background: #fff6f6;
    padding: 0 0 30px 0;
    margin: 7% 0;
}

span.number {
    display: none !important;
}

.more-than-supplier {
    display: flex;
    flex-direction: row;
}

img.loge-ser {
    width: 70px;
    margin: -10px 0 0 0;
}

.col-lg-12.ask-question h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #383636;
}

.ask-qust h6, p {
    color: #787878;
}

    p.para {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 0;
    }

.col-lg-12.ask-question {
    padding: 0;
    margin-top: 5%;
    border-top: 1px solid #bbb;
}





.accordion-item {
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

    .accordion-item .accordion-title {
        cursor: pointer;
        padding: 8px;
        transition: all 0.4s;
        border-radius: 5px 5px 0 0;
    }

        .accordion-item .accordion-title.active-title h2 {
            color: #fff;
        }

        .accordion-item .accordion-title.active-title {
            background-color: #70c14c;
            color: #fff;
        }

        .accordion-item .accordion-title h2 {
            margin: 0;
            font-size: 18px;
            font-weight: 400;
            display: flex;
            justify-content: space-between;
        }

        .accordion-item .accordion-title i.fa-chevron-down {
            transform: rotate(0);
            transition: 0.4s;
        }

            .accordion-item .accordion-title i.fa-chevron-down.chevron-top {
                transform: rotate(-180deg);
            }

    .accordion-item .accordion-content {
        display: none;
        line-height: 1.7;
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 0 0 5px 5px;
    }

        .accordion-item .accordion-content.active {
            display: block;
        }

        .accordion-item .accordion-content p {
            margin: 0;
        }


label.contain a {
    color: #fdb220;
}

.contain {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 13px;
    color: #495057;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .contain input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #d2d2d2;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contain:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contain input:checked ~ .checkmark {
    background-color: #6abf45;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.contain input:checked ~ .checkmark:after {
    display: block;
}

.contain .checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}




.tooltip {
    position: absolute;
    display: inline-block;
    opacity: 1;
    right: 1%;
    margin-top: -3%;
}

i.fas.fa-info-circle.info-icon {
    font-size: 17px;
    color: #70c14c;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #70c14c;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    z-index: 9;
    top: -5px;
    right: 110%;
}

    .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 20%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #70c14c;
    }

.tooltip:hover .tooltiptext {
    visibility: visible;
}


.loader {
    position: absolute;
    z-index: 999;
    margin: 35%;
}

.loader {
    border: 16px solid #672d2d;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#overlay {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}




@media (min-width: 576px) {
    .modal-dialog.new {
        max-width: 52%;
    }
}

@media (max-width: 767px) {

    .modal-dialog.new {
        margin: 25px !important;
    }

    ul.hav-gsts li {
        padding: 0px 0 0 0;
        margin: 0 0px 15px 0;
    }

    .ibs-form-left {
        padding: 20px 10px;
    }

    .sent-btm {
        font-size: 12px;
    }

    ul.list-detail li {
        width: 100%;
    }

    img.loge-serl {
        margin: 0px 0 0 -35px;
    }

    ul.hav-gsts li {
        width: 33%;
    }

    .wizard ul li {
        width: 50% !important;
    }

    .wizard > .actions > ul > li {
        display: block;
        margin: 0;
    }

    .wizard > .content {
        margin-top: 20px;
    }

    p.complete {
        line-height: 1.3;
        font-size: 13px;
    }

    .banner-secton {
        padding: 25% 0 17% 0 !important;
    }

    input.form-controls {
        margin-bottom: 10px;
    }

    select.form-controls {
        margin-bottom: 10px;
    }

    .wizard ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 5%;
    }

    ul.hav-gsts {
        margin-top: 5px;
        margin-bottom: 20px;
    }

        ul.hav-gsts li {
            margin-bottom: 5px;
        }

    .grow-your {
        padding: 16% 0% 25% 0%;
    }

    img.img-house {
        height: 100%;
    }

    label.contains {
        font-size: 12px;
    }

    h2.sign-up {
        font-size: 22px;
        margin: 14px 0 20px 0;
    }
}

@media (max-width: 991px) {
    .left-form {
        display: none;
    }

    p.thankYoumsg {
        padding-top: 13%;
    }

    .modal-dialog.new {
        margin: 7% auto;
    }

    .header-inner {
        height: 70px;
    }

    .grow-your {
        padding: 6% 0% 4% 0%;
    }

    .banner-secton {
        padding: 13% 0 0 0;
    }
}



.file-upload {
    display: block;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

    .file-upload .file-select {
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        position: relative;
        border-radius: 4px;
        margin-bottom: 25px;
    }

        .file-upload .file-select .file-select-button {
            background: none;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px 0 1px;
        }

        .file-upload .file-select:hover {
            border-color: #fdb220;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: none;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload.active .file-select {
        /* border-color: #fdb220; */
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

img.uplod-img {
    width: 15px;
    margin: -3px 0 0 0;
}

.file-upload.active .file-select .file-select-button {
    background: none;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

    .file-upload .file-select.file-select-disabled:hover {
        cursor: default;
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        margin-top: 5px;
        text-align: left;
        border-radius: 4px;
        background: #FFFFFF;
        position: relative;
    }

        .file-upload .file-select.file-select-disabled:hover .file-select-button {
            background: #dce4ec;
            color: #666666;
            padding: 0 10px;
            display: inline-block;
            height: 38px;
            line-height: 40px;
        }

        .file-upload .file-select.file-select-disabled:hover .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

/* second */


.file-upload2 {
    display: block;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

    .file-upload2 .file-select {
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        position: relative;
        border-radius: 4px;
        margin-bottom: 25px;
    }

        .file-upload2 .file-select .file-select-button {
            background: none;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload2 .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px 0 1px;
        }

        .file-upload2 .file-select:hover {
            border-color: #fdb220;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload2 .file-select:hover .file-select-button {
                background: none;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload2.active .file-select {
        /* border-color: #fdb220; */
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

img.uplod-img {
    width: 15px;
    margin: -3px 0 0 0;
}

.file-upload2.active .file-select .file-select-button {
    background: none;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload2 .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload2 .file-select.file-select-disabled {
    opacity: 0.65;
}

    .file-upload2 .file-select.file-select-disabled:hover {
        cursor: default;
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        margin-top: 5px;
        text-align: left;
        border-radius: 4px;
        background: #FFFFFF;
        position: relative;
    }

        .file-upload2 .file-select.file-select-disabled:hover .file-select-button {
            background: #dce4ec;
            color: #666666;
            padding: 0 10px;
            display: inline-block;
            height: 38px;
            line-height: 40px;
        }

        .file-upload2 .file-select.file-select-disabled:hover .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }


/* third */



.file-upload3 {
    display: block;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

    .file-upload3 .file-select {
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        position: relative;
        border-radius: 4px;
        margin-bottom: 27px;
    }

        .file-upload3 .file-select .file-select-button {
            background: none;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload3 .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px 0 1px;
        }

        .file-upload3 .file-select:hover {
            border-color: #fdb220;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload3 .file-select:hover .file-select-button {
                background: none;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload3.active .file-select {
        /* border-color: #fdb220; */
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

img.uplod-img {
    width: 15px;
    margin: -3px 0 0 0;
}

.file-upload3.active .file-select .file-select-button {
    background: none;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload3 .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload3 .file-select.file-select-disabled {
    opacity: 0.65;
}

    .file-upload3 .file-select.file-select-disabled:hover {
        cursor: default;
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        margin-top: 5px;
        text-align: left;
        border-radius: 4px;
        background: #FFFFFF;
        position: relative;
    }

        .file-upload3 .file-select.file-select-disabled:hover .file-select-button {
            background: #dce4ec;
            color: #666666;
            padding: 0 10px;
            display: inline-block;
            height: 38px;
            line-height: 40px;
        }

        .file-upload3 .file-select.file-select-disabled:hover .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

/* four */


.file-upload4 {
    display: block;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

    .file-upload4 .file-select {
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        position: relative;
        border-radius: 4px;
        margin-bottom: 25px;
    }

        .file-upload4 .file-select .file-select-button {
            background: none;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload4 .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px 0 1px;
        }

        .file-upload4 .file-select:hover {
            border-color: #fdb220;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload4 .file-select:hover .file-select-button {
                background: none;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload4.active .file-select {
        /* border-color: #fdb220; */
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

img.uplod-img {
    width: 15px;
    margin: -3px 0 0 0;
}

.file-upload4.active .file-select .file-select-button {
    background: none;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload4 .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload4 .file-select.file-select-disabled {
    opacity: 0.65;
}

    .file-upload4 .file-select.file-select-disabled:hover {
        cursor: default;
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        margin-top: 5px;
        text-align: left;
        border-radius: 4px;
        background: #FFFFFF;
        position: relative;
    }

        .file-upload4 .file-select.file-select-disabled:hover .file-select-button {
            background: #dce4ec;
            color: #666666;
            padding: 0 10px;
            display: inline-block;
            height: 38px;
            line-height: 40px;
        }

        .file-upload4 .file-select.file-select-disabled:hover .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }


/* five */


.file-upload5 {
    display: block;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

    .file-upload5 .file-select {
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        position: relative;
        border-radius: 4px;
        margin-bottom: 25px;
    }

        .file-upload5 .file-select .file-select-button {
            background: none;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload5 .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px 0 1px;
        }

        .file-upload5 .file-select:hover {
            border-color: #fdb220;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload5 .file-select:hover .file-select-button {
                background: none;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload5.active .file-select {
        /* border-color: #fdb220; */
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

img.uplod-img {
    width: 15px;
    margin: -3px 0 0 0;
}

.file-upload5.active .file-select .file-select-button {
    background: none;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload5 .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload5 .file-select.file-select-disabled {
    opacity: 0.65;
}

    .file-upload5 .file-select.file-select-disabled:hover {
        cursor: default;
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        margin-top: 5px;
        text-align: left;
        border-radius: 4px;
        background: #FFFFFF;
        position: relative;
    }

        .file-upload5 .file-select.file-select-disabled:hover .file-select-button {
            background: #dce4ec;
            color: #666666;
            padding: 0 10px;
            display: inline-block;
            height: 38px;
            line-height: 40px;
        }

        .file-upload5 .file-select.file-select-disabled:hover .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }




.file-upload6 {
    display: block;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

    .file-upload6 .file-select {
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        position: relative;
        border-radius: 4px;
        margin-bottom: 25px;
    }

        .file-upload6 .file-select .file-select-button {
            background: none;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload6 .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px 0 1px;
        }

        .file-upload6 .file-select:hover {
            border-color: #fdb220;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload6 .file-select:hover .file-select-button {
                background: none;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload6.active .file-select {
        /* border-color: #fdb220; */
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

img.uplod-img {
    width: 15px;
    margin: -3px 0 0 0;
}

.file-upload6.active .file-select .file-select-button {
    background: none;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload6 .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload6 .file-select.file-select-disabled {
    opacity: 0.65;
}

    .file-upload6 .file-select.file-select-disabled:hover {
        cursor: default;
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        margin-top: 5px;
        text-align: left;
        border-radius: 4px;
        background: #FFFFFF;
        position: relative;
    }

        .file-upload6 .file-select.file-select-disabled:hover .file-select-button {
            background: #dce4ec;
            color: #666666;
            padding: 0 10px;
            display: inline-block;
            height: 38px;
            line-height: 40px;
        }

        .file-upload6 .file-select.file-select-disabled:hover .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }




.file-upload7 {
    display: block;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

    .file-upload7 .file-select {
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        position: relative;
        border-radius: 4px;
        margin-bottom: 25px;
    }

        .file-upload7 .file-select .file-select-button {
            background: none;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload7 .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px 0 1px;
        }

        .file-upload7 .file-select:hover {
            border-color: #fdb220;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload7 .file-select:hover .file-select-button {
                background: none;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload7.active .file-select {
        /* border-color: #fdb220; */
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

img.uplod-img {
    width: 18px;
    margin: 0;
}

.file-upload7.active .file-select .file-select-button {
    background: none;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload7 .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload7 .file-select.file-select-disabled {
    opacity: 0.65;
}

    .file-upload7 .file-select.file-select-disabled:hover {
        cursor: default;
        display: block;
        border: 1px solid #bbb;
        color: #34495e;
        cursor: pointer;
        height: 38px;
        line-height: 40px;
        margin-top: 5px;
        text-align: left;
        border-radius: 4px;
        background: #FFFFFF;
        position: relative;
    }

        .file-upload7 .file-select.file-select-disabled:hover .file-select-button {
            background: #dce4ec;
            color: #666666;
            padding: 0 10px;
            display: inline-block;
            height: 38px;
            line-height: 40px;
        }

        .file-upload7 .file-select.file-select-disabled:hover .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

/*.error {
    position: absolute;*/
/*left: 3px; */
/*font-size: 12px;
    color: red;
    margin: 26px 0 0 0;
}
span#Custom1 {
    float: left;
    position: absolute;
    left: 9%;
    margin: 18px 0 0 0;
}*/
/* login page start */

.ibs-form-left.new-login {
    padding: 30px 20px 30px 30px;
}

.existing-user {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -12px 0 6px 0px;
}

.existing-user {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -12px 0 6px 0px;
}

a.new-user:hover {
    color: #fdb220;
}

a.new-user {
    cursor: pointer;
    color: #70c14c;
    z-index: 99;
}

a.forgot-pass:hover {
    color: #fdb220;
}

a.forgot-pass {
    cursor: pointer;
    color: #70c14c;
    z-index: 99;
}

.banner-thankyou {
    position: relative;
    background-image: url(../../images/banner/backgrond.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.container.indiborn-thank {
    padding: 10% 8%;
    text-align: center;
}

.message {
    background: #ffffffde;
    padding: 5% 10%;
    border-radius: 20px;
}

img.logo-thank {
    /* width: 180px; */
    margin-bottom: 47px;
}

.message h2 {
    font-size: 33px;
    color: #38383A;
    margin-bottom: 20px;
}

.message p {
    font-size: 18px;
    /* color: #383838; */
}

a.thank-u {
    display: block;
    background: #70c14c;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    width: 200px;
    margin: 6px auto;
}
