body {
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    /* background: url(../img/bg-02.jpg) no-repeat center center fixed; */
    background: var(--bg-image);
    padding: 100px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
}

.wrapper {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
}

* {
    box-sizing: border-box;
}

h1,
h2 {
    font-family: 'Montserrat';
    margin: 0px;
}

h1 {
    font-size: 100px;
}

h2 {
    font-size: 60px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
}

a,
a:hover {
    text-decoration: none;
}

p {
    margin: 0px;
}

.header-logo.logo,
.col-mg-top {
    margin-bottom: 40px;
}

.col-mg-top {
    font-weight: 600;
    margin-top: 0px;
}

.col-form-sec {
    margin-bottom: 15px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.volucher-vaild .col-form-sec .control-label {
    color: #5a5a5a;
    margin-bottom: 6px;
}

.col-form-sec input:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}


.col-form-sec .form-control,
.select-style .form-control,
.col-form-sec .form-control:focus,
.select-style .form-control:focus,
.col-form-sec .form-control:hover,
.select-style .form-control:hover {
    border: 1px solid #b4cdff;
    height: 45px;
}

.col-3-free h1 {
    margin-right: 10px;
}

.logo {
    margin-bottom: 80px;
}

.container {
    max-width: 1200px !important;
    margin: 0 auto;
    width: 100% !important;
}

.logo a img {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
}

.thanks-col p {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #1E1E1E !important;
    letter-spacing: 0.2px;
    font-weight: 600;
    width: 714px;
    max-width: 100%;
}

.logo a {
    width: auto;
}

.col-sec-3 {
    color: #fff;
}

.col-3-free p {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
}

.bottom-ft a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.col-sec-3 .form-control {
    background: #fff;
    border: 2px solid #fff;
    padding: 30px 20px;
    border-top: 0px;
    border-radius: 0px;
    border-right: 0px;
    box-shadow: none;
    color: #6691FF;
    font-weight: 600;
    font-size: 20px;
}

.col-3-free {
    display: inline-block;
    vertical-align: middle;
}

.col-sec-3 .form-group input::placeholder {
    color: #fff !important;
}

.col-sec-3 .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.col-sec-3 .form-group {
    margin-bottom: 60px;
    float: left;
    width: 72%;
    margin-right: 20px;
}

.col-term {
    margin: 60px 0px 20px;
}

.bottom-ft a {
    margin: 0 10px;
    color: #fff;
}

.col-sec-3 .btn.btn-link {
    float: left;
    width: 190px;
    max-width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 16px 30px;
    border: 2px solid #fff;
    border-top: 0px;
    border-right: 0px;
    text-decoration: none;
    margin-top: 0px;
}

.btn-link:hover,
.btn-link:focus {
    outline: none;
}

button.button-style.nextBtn,
button.button-style {
    border: 2px solid #000;
    border-right: 0px;
    border-top: 0px;
    background: transparent;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    padding: 12px 52px;
    text-transform: uppercase;
    margin-top: 30px;
}


/*-------------Start-Second-page-col-------------*/

.setup-content .control-label,
.volucher-vaild .control-label {
    font-size: 15px;
    color: #1b1d1f;
    letter-spacing: 0px;
    font-weight: 900;
    font-family: 'Conv_Roboto-Regular';
    line-height: 20px;
}

.stepwizard-step a {
    background: transparent !important;
    text-decoration: none;
}

.stepwizard-step {
    display: inline-block;
}

.form-group {
    margin-bottom: 15px;
}

.radio input[type="radio"] {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: auto;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.radio span {
    position: relative;
    padding-left: 48px;
    font-size: 15px;
    letter-spacing: 0px;
    font-family: 'Conv_Roboto-Regular';
    line-height: 20px;
}

.radio input[type="radio"]:checked+span:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    background: #000;
    left: 16px;
    top: 7px;
    border-radius: 100%;
    -ms-border-radius: 100%;
}



.radio span:after {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    position: absolute;
    left: 12px;
    top: 3px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.box {
    /* background: rgba(255, 255, 255, 0.7)none repeat scroll 0 0; */
    float: left;
    margin: 10px 0 30px 0;
    padding: 60px 76px;
    width: 100%;
}



table.table-responsive.table-condensed td {
    font-family: 'Conv_Roboto-Regular';
    font-weight: 600;
    font-size: 15px;
    padding: 12px 6px 5px;
    letter-spacing: 0px;
    line-height: 20px;
}

.stepwizard-step a {
    padding-right: 14px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
}

.stepwizard-step {
    position: relative;
    padding: 0px 25px;
    margin-bottom: 25px;
}

.stepwizard-step:after {
    content: "";
    position: absolute;
    color: #000;
    right: -22px;
    font-size: 20px;
    top: 13px;
    width: 40px;
    height: 3px;
    background: #A0A0A0;
}

.col-xs-12.pd-col {
    padding: 0px;
}

.stepwizard-step:last-child:after {
    content: unset;
}

.stepwizard-step a:hover {
    text-decoration: none;
}

.stepwizard-step .btn-default:hover {
    color: none;
}

.control-group textarea {
    width: 100%;
}

a.btn-default.btn-primary {
    color: #000;
}

.stepwizard {
    margin-top: 30px;
}

#error {
    color: red;
    float: left;
    margin-top: 5px;
}

.thank-text p {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

label.control-label {
    font-size: 26px;
    font-family: 'BrandonGrotesque-Black';
    margin-bottom: 0px;
}

td.td-col-section table {
    margin: 0 auto;
    width: 100%;
    max-width: 264px;
    float: none;
}

td.td-col-section tr td {
    float: left;
    width: auto;
    margin: 0 10px;
}

.emai-col {
    background: url(../img/bg-02.jpg);
    width: 100%;
    background-size: cover;
    margin: 0px;
    padding: 50px 0;
    float: none;
    text-align: center;
}

button.button-style.nextBtn:focus,
button.button-style:focus {
    outline: none;
}


/*-------------Start-28-06-2019---------------*/

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 5px 0px;
    padding-top: 0px;
    cursor: pointer;
    font-size: 17px;
    padding-left: 50px;
}

.form-group.control-group span {
    font-family: 'Conv_Roboto-Regular';
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #e6e6e6;
    border: 0px solid #000;
}

.control-radio .control_indicator {
    border-radius: undefined%;
}


/* .control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #cccccc;
} */

.control input:checked~.control_indicator {
    background: #000;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #0e6647d;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 4px;
    top: 0px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control_indicator {
    position: absolute;
    top: 3px;
    left: 16px;
    height: 16px;
    width: 16px;
    border: 2px solid #000;
    border-radius: 2px;
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #5a5a5a;
}

.footer {
    position: relative;
}

.header-logo.voucher_claim_logo h3 {
    position: relative;
    margin-top: 30px;
}

.radio,
.checkbox {
    margin-top: 9px;
    margin-bottom: 7px;
}


/*-------------End-28-06-2019---------------*/


/*-------------End-Second-page-col-------------*/

@media (min-width: 1200px) {
    .title-wrap {
        display: flex;
        text-align: left;
        margin-left: 100px;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 1599px) {
    .logo a img {
        max-width: 200px;
    }

    .title-wrap h1,
    .title-wrap h2 {
        font-size: 52px !important;
    }

    .col-3-free p {
        font-size: 20px;
    }

    table.table-responsive.table-condensed td {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .thanks-col p br {
        display: none;
    }

    .col-sec-3 .form-group {
        margin-right: 16px;
    }

    .thanks-col p {
        line-height: 20px;
        margin: 20px 0;
    }

    .col-sec-3 .form-control {
        padding: 12px 20px;
        font-size: 18px;
        height: auto;
    }

    .col-sec-3 .btn.btn-link {
        font-size: 18px;
        padding: 12px;
        margin-top: 6px;
    }

    button.button-style.nextBtn,
    button.button-style {
        font-size: 18px;
        margin-top: 0px;
        outline: none;
        padding: 10px 30px;
        margin-top: 0px;
    }

    .logo {
        margin-bottom: 30px;
    }

    .radio input[type="radio"]:checked+span:before {
        left: -21px;
    }

    .radio span:after {
        left: -25px;
    }

    body {
        padding: 50px 0;
    }

    .radio span {
        padding-left: 0px;
    }
    label.radio.inline {
        padding-left: 25px;
    }

    button.button-style.nextBtn,
    button.button-style {
        font-size: 18px;
        padding: 8px 30px;
        margin-top: 20px;
    }

    .stepwizard {
        margin-bottom: 8px;
    }

    .thank-text p {
        font-size: 14px;
    }

    .col-sec-3 .form-group {
        float: left;
        width: 72%;
        margin-right: 20px;
    }

    .col-sec-3 .btn.btn-link {
        float: left;
        width: auto;
        margin-top: 0px;
    }

    .col-3-free p {
        font-size: 16px;
    }

    .title-wrap h1,
    .title-wrap h2 {
        font-size: 26px !important;
    }

    .title-wrap h1 {
        line-height: 1.7;
    }

    .bottom-ft a {
        font-size: 16px !important;
    }
    .registered_wrap h4 {
        margin: 40px 0px 20px !important;
    }

  





}

@media only screen and (max-width: 576px) {
    .col-term p {
        font-size: 14px;
    }
}





@media only screen and (max-width: 479px) {
    .form-group {
        margin-bottom: 0px;
    }

    .logo a img {
        max-width: 120px !important;
    }

    h2 {
        font-size: 30px;
    }

    .stepwizard-step a {
        padding-right: 14px;
        font-size: 11px;
        letter-spacing: 0px;
    }

    .stepwizard {
        margin: 8px 0;
    }

    .box {
        margin: 20px 0;
    }

    h1 {
        font-size: 56px;
        vertical-align: middle;
        line-height: 63px;
    }

    .col-3-free p {
        font-size: 12px !important;
        letter-spacing: 1px;
    }

    .col-sec-3 .form-group {
        width: 65%;
        margin-right: 8px;
    }

    table.table-responsive.table-condensed td {
        padding: 6px;
        width: 25%;
        float: left;
        text-align: center;
        /* word-break: break-word; */
        font-size: 11px;
    }


    h4 {
        font-size: 16px !important;
    }

    .col-3-free h1 {
        margin-right: 0px;
    }
    
    .jn_pad label.radio.inline span{
        border:1px solid transparent!important;
    }
}

@media only screen and (max-width: 359px) {
    .col-sec-3 .form-group {
        width: 60%;
        margin-right: 10px;
    }

    h1 {
        font-size: 56px;
    }

    .col-3-free h1 {
        margin-right: 5px;
    }

    .col-3-free h2 {
        text-align: left;
        font-size: 40px;
    }

    .col-3-free p {
        font-size: 14px;
    }
  
}

.has-error.control-label {
    color: #ff0500;
}

.has-error .radio span {
    color: #000 !important;
}

.thank_text {
    font-weight: bold;
    font-size: 35px;
}




/**** changes according to new style on 22 feb 2023 ****/

.box center h4,
.box center h4 * {
    font-size: 20px !important;
    letter-spacing: 0px;
    font-weight: 500 !important;
    margin-bottom: 0px;
}

.ap_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.box center .ap_row h4 {
    padding: 0 10px;
}

.title-wrap {
    margin-left: 0;
}

.title-wrap h1,
.title-wrap h2 {
    font-size: 72px !important;
    color: #607a8d;
    font-weight: 700;
}

.col-3-free p {
    /* font-size: 27px; */
}



.col-sec-3 .form-control {
    background: #fff;
    border: 0;
    font-size: 20px;
    font-weight: 500;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.col-sec-3 .btn.btn-link {
    background: #6691FF;
    border: 0;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.col-term p,
.bottom-ft a,
a.btn-default.btn-primary,
.form-group.control-group>span {
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.2px;
    font-size: 18px;
}

.setup-content .control-label,
.volucher-vaild .control-label,
.radio span,
table.table-responsive.table-condensed td,
.stepwizard-step:after,
.has-error .radio span,
.control,
.thank-text,
.thank-text p,
.thank-text .form-group {
    color: #000 !important;
    font-weight: 700;
    font-size: 20px;
}

.radio span:after {
    border: 1px solid #A0A0A0;
    background: #fff;
}

.radio input[type="radio"]:checked+span:before {
    /* background-color: #fff; */
    z-index: 99;
}

table.table-responsive.table-condensed td,
.setup-content .control-label,
.volucher-vaild .control-label,
.radio span,
.control,
.form-group.control-group span,
label.control-label {
    font-family: 'Montserrat' !important;
    font-weight: 700;
}

.box {
    padding: 40px 76px;
    /* background: #fff; */
    border-radius: 20px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}


.box>center {
    margin-bottom: 30px;
}

button.button-style.nextBtn,
button.button-style {
    border: 0;
    color: #fff;
    background: #6691FF;
    border-radius: 12px;
    font-weight: 500;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.control_indicator {
    border: 1px solid #A0A0A0;
    background: #fff;
}

.control input:checked~.control_indicator {
    background: #fff;
}

.control-checkbox .control_indicator:after {
    border-color: #000;
}

textarea {
    outline: none;
    padding: 10px 15px;
}

.thankx {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
    padding: 80px 0px;
}

.thankx .thank-text .form-group {
    width: 560px;
    margin: 0 auto 15px;
    padding: 12px 15px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #6691ff 20%, #6691ff 70% , rgba(255, 255, 255, 0) 100%);
    max-width: 100%;
    color: #fff !important;
}
.box.text-center.thank-text p {
    color: #000 !important;
}

.thankx .thank-text .form-group label {
    font-size: 38px;
    font-weight: 800;
}

.thankx .thank-text .form-group+p {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
}



.box.text-center.thank-text {
    background: none;
    box-shadow: none;
}

.has-error .control-label {
    color: #a94442 !important;
}

a.btn-default.btn-primary {
    font-weight: 700;
}

@media only screen and (max-width: 1599px) {
    .logo a img {
        max-width: 200px;
    }

    .title-wrap h1,
    .title-wrap h2 {
        font-size: 52px !important;
    }

    .col-3-free p {
        font-size: 20px;
    }

    /* .setup-content .control-label,
    .volucher-vaild .control-label {
        font-size: 16px;
    } */
    /* .radio span {
        font-size: 15px;
    } */
}

@media screen and (max-width:767.99px) {

    .title-wrap h1,
    .title-wrap h2 {
        font-size: 42px !important;
        display: inline-block;
    }

    .bottom-ft {
        position: relative;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .bottom-ft a:last-child {
        flex-grow: 1;
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width:575.99px) {

    table.table-responsive.table-condensed td,
    .setup-content .control-label,
    .volucher-vaild .control-label,
    .radio span,
    .control,
    .form-group.control-group span,
    label.control-label {
        font-size: 14px;
    }

    table.table-responsive.table-condensed tr:first-child td {
        font-size: 10px;
    }

    .box>center>h4 {
        font-size: 14px !important;
    }

    .title-wrap h1,
    .title-wrap h2 {
        font-size: 28px !important;
    }

    .col-sec-3 .col-xs-12 .form-group {
        width: 100%;
    }

    .col-sec-3 .col-xs-12 button.button-style.btn.btn-link {
        float: unset;
    }

    .col-3-free.title-head .title-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .logo {
        margin-bottom: 15px;
    }

    .box {
        padding: 20px 20px !important;
    }

    .table-responsive {
        border: none !important;
        margin-top: 20px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .box center h4,
    .box center h4 * {
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    div#step-2>div>.form-group.control-group tr td {
        width: calc(100% / 3);
    }

    .thankx .thank-text .form-group label {
        font-size: 26px;
    }
}

/* New Design CSS 20240430 */
.thanks-col_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.thanks-col_wrap img {
    display: none;
}


.thanks-col h2 {
    font-size: 48px;
    text-align: left;
    color: #6691FF;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 15px;
    letter-spacing: 0.2px;
    margin-top: 50px;
}
.thanks-col h2 span:nth-child(3) {
    display: block;
}

.registered_wrap h4 {
    letter-spacing: 0.2px;
    text-align: left;
    font-size: 28px;
    color: #6691FF;
    font-weight: 700;
    margin: 60px 0px 20px;
}

.thank_figure {
    width: 250px;
    max-width: 100%;
}

#email::placeholder {
    color: #6691FF !important;
}

.footer_icons {
    width: 38px;
    max-width: 100%;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.box center h4 span {
    font-weight: 700 !important;
    color: #000 !important;
}

.stepwizard-step .btn-default {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.stepwizard-step .btn-default.btn-primary {
    color: #6691FF;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    column-gap: 10px;
}


.stepwizard .row_counting_1,
.stepwizard .row_counting_2,
.stepwizard .row_counting_3,
.stepwizard .row_counting_4,
.stepwizard .row_counting_5 {
    width: 30px;
    height: 30px;
    background: #A0A0A0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
}

.stepwizard-step a {
    padding: 0px;
}

.button-style.backBtn1 {
    background: #fff;
    border: 1px solid #6691FF;
    color: #6691FF;
    margin-right: 20px;
    text-transform: capitalize;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

div#location {
    margin-top: 36px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    max-width: 600px;
}

.stepwizard-step .btn-default.btn-primary span.row_counting_1,
.stepwizard-step .btn-default.btn-primary span.row_counting_2,
.stepwizard-step .btn-default.btn-primary span.row_counting_3,
.stepwizard-step .btn-default.btn-primary span.row_counting_4,
.stepwizard-step .btn-default.btn-primary span.row_counting_5 {
    background: #6691ff;
}

.radio span,   table.table-responsive.table-condensed td, .chkbox span {
    font-weight: normal !important;
}


@media (max-width: 991.98px) {
    .logo {
        margin-bottom: 50px;
    }
    .col-sec-3 .btn.btn-link {
        width: 130px;
    }

    .col-sec-3 .form-group {
        margin-bottom: 60px;

    }
    .col-term {
        margin: 40px 0px 0px;
    }
   
    .registered_wrap h4 {
        margin: 40px 0px 20px;
        font-size: 22px;
    }
    .thanks-col_wrap img {
        display: block;
    }
    .thanks-figure {
        display: none;
    }
   
    .col-term {
        margin: 45px 0px 20px;
    }
    .thank_figure {
        width: 180px;
    }
}


@media (max-width: 767.98px) {
 

    .stepwizard .row_counting_1,
    .stepwizard .row_counting_2,
    .stepwizard .row_counting_3,
    .stepwizard .row_counting_4,
    .stepwizard .row_counting_5 {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .stepwizard-step:after {
        display: none;
    }

    .table-responsive{
        border: none !important;
    }

    div#location {
        width: 100%;
    
    }

    .thanks-col h2 {
        font-size: 40px;
    }

    .thank_figure {
        width: 180px;
    }
    .registered_wrap h4 {
        font-size: 22px;
    }
    .col-sec-3 .form-group {
        margin-bottom: 40px;
    }
    .thanks-col p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .bottom-ft > a:not(:last-child) {
        order: 3;
    }
    .bottom-ft > a:last-child {
        margin-bottom: 5px;
    }
   

}



@media (max-width: 575.98px) {
    body {
        background: #b3cdfe!important;
        position: relative;
        padding: 80px 0 50px;
    }

    body::before{
        top: 0;
        background: url(../img/top-mobile-bg.png);
    }

    body::after{
        bottom: 0;
        background: url(../img/bottom-mobile-bg.png);
        background-position: bottom;
    }

    body::before,
    body::after{
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        height: 100%;
        pointer-events: none;
        background-size: 100%;
        background-repeat: no-repeat;
        z-index:9;
    }
    
    body .wrapper,
	body .container{
        z-index: 10;
		position:relative;
    }
    

    .stepwizard-step {
        display: inline-block;
        padding: 0px;
        margin-bottom: 15px;
    }

    .stepwizard-step:after {
        display: none;
    }
    .stepwizard-step .btn-default,
    .stepwizard-step .btn-default.btn-primary{
        font-size: 12px;
        gap: 8px;
    }

    .stepwizard .row_counting_1, .stepwizard .row_counting_2, .stepwizard .row_counting_3, .stepwizard .row_counting_4, .stepwizard .row_counting_5 {
        width: 20px;
        height: 20px;
        font-size: 13px;
    }


    .col-sec-3 .btn.btn-link {
        margin-bottom: 50px;
    }

    .col-sec-3 .form-group {
        margin-bottom: 20px !important;
    }
    .col-sec-3 .form-control{
        font-size: 18px;
    }
    .thanks-col h2 {
        font-size: 26px;
        margin: 0px;
        line-height: 1.3;
    }
    .thanks-col h2 span {
        display: block;
    }
    .thank_figure {
        width: 140px;
    }
    .registered_wrap h4 {
        font-size: 20px;
        text-align: center;
    }
    .stepwizard-row.setup-panel.text-center {
        display: block;
    }
    .thanks-col_wrap{
        align-items: flex-start;
    }
    .hideOnMobile{
        display: none;
    }
    .thanksColAP h2 {
        font-size: 34px;
        text-align: left;
        color: #6691FF;
        font-weight: 700;
        text-transform: none;
        letter-spacing: 0.5px;
        line-height: 1.3;
    }
    
    .thanksColAP {
        position: relative;
    }
    
    .thanksColAP img {
        position: absolute;
        top: 0;
        right: 20px;
        width: 140px;
    }
    .thanksColAP p {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        color: #1E1E1E;
        letter-spacing: 0.3px;
        font-weight: 500;
        width: 700px;
        max-width: 100%;
        margin-top: 20px;
    }
}

@media screen and (min-width:576px){
    .hideOnDesktop{
        display: none!important;
    }
    body::before,
    body::after{
        display: none;
    }
}

@media (max-width: 420px) {
    .thank_figure {
        width: 100px;
    }
    .thanks-col h2 {
        font-size: 20px;
    }

    .thanks-col p {
        font-size: 14px;
    }

    .registered_wrap h4 {
        width: 250px;
        margin: 40px auto 20px !important;
    }

    .col-term p{
        font-size: 10px;
        font-weight: 700;
    }

    .col-term {
        margin: 15px 0px 20px;
    }

    .thanks-col p {
        font-size: 12px;
        line-height: 1.3;
    }
    .thanksColAP h2 {
        font-size: 30px;
    }
    .thanksColAP img {
        width: 120px;
    }
    .thanksColAP p {
        font-size: 11px;
        line-height: 16px;
        margin-top: 14px;
    }

}


@media (max-width: 380px) {
    .thanksColAP h2 {
        font-size: 26px;
        line-height: 1.2;
    }
    .thanksColAP img {
        width: 90px;
    }
    .thanksColAP p {
        font-size: 12px;
        letter-spacing: 0;
    }
}
@media (min-width: 991.98px) {
	.control-group tbody tr:first-child td:nth-child(n+2) {
		width: 230px;
	}
}

