body {
    background-color: #000000;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#mainContainer {
    margin: 0 auto;
    text-align: center;
    width: 1100px;
}

#header {
    border-radius: 10px;
    /* background-color: rgba(0,0,0,0.5); */
    max-height: 55px;
    min-height: 55px;
    font-size: 30px;
    color: black;
    line-height: 55px;
    position: relative;
    margin: 70px auto;
    z-index: 9999;
}

#header p {
    color: white;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

button:active {
    border: 0 solid #000000;
}

#containerBox {
    overflow: hidden;
    padding-bottom: 50px;
    z-index: 9999;
    position: absolute;
}

#formBox {
    margin: 0 auto;
    width: 993px;
    height: 549px;
    background: url("../../../img/landing/47/question_bg.png") center center no-repeat;
}

.btn {
    background: url("../../../img/landing/47/no_bg.png") center center no-repeat;
    width: 348px;
    height: 194px;
    display: inline-block;
    position: absolute;
    bottom: 140px;
    left: 10px;
    font-weight: bold;
    font-size: 42px;
    border: 0;
    color: black;
}

.btn:hover {
    cursor: pointer;
}

#freewall:hover {
    cursor: pointer;
}

.btn-rotate {
    background: url("../../../img/landing/47/yes_bg.png") center center no-repeat;
    left: 630px;
}

#step1 .btn {
    bottom: 60px;
    padding-top: 170px;
}

select {
    line-height: 32px;
    font-size: 32px;
    border-radius: 5px;
}

#form {
    min-height: 600px;
}

.step {
    min-height: 600px;
    position: relative;
    padding-top: 130px;
}

.question {
    /* font-size: 80px; */
    font-size: 70px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.hidden {
    display: none;
}

#footer {
    position: absolute;
    top: 750px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    width: 1100px;
}

#footer ul {
    padding: 0;
    margin: 10px auto;
    list-style: none;
    text-align: center;
}

#footer ul li {
    display: inline-block;
    margin: 5px 20px;
    font-weight: bold;
    font-size: 25px;
}

#step3 input,
#step4 input,
#step5 input,
#step6 input {
    line-height: 32px;
    font-size: 40px;
    border-radius: 5px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #000;
    padding: 0;
}

#freewall {
    position: absolute;
    z-index: 1;
    display: inline-block;
}

.orange-cl {
    color: #FF8C00;
}

.tooltip,
.tac-tooltip {
    display: none;
    font-size: 16px;
    color: red;
}

.timer {
    position: absolute;
    top: 430px;
    /* left: 395px; */
    left: 410px;
    font-size: 18px;
}

#time {
    font-size: 25px;
    color: #FF8C00;
}

.loginBox {
    position: relative;
    z-index: 9999;
    top: -50px;
    float: right;
}

.inline-block {
    display: inline-block;
}

.name {
    border-radius: 5px;
    background-color: #ccc;
    padding: 2px;
    font-size: 18px;
}

.float-right {
    float: right;
}

#login {
    background-color: #FF8C00;
    font-size: 20px;
    border: 2px solid #FF8C00;
    border-radius: 5px;
}

#linkForgotPassword {
    font-size: 12px;
    color: #ccc;
}

.logo {
    position: relative;
    float: left;
    display: inline-block;
    z-index: 999;
    top: -35px;
}

@media (min-width: 701px) and (max-width: 1099px) {
    #mainContainer {
        width: 700px;
    }
    #formBox {
        width: 680px;
        height: 380px;
        background: url("../../../img/landing/47/question_bgMD.png") center center no-repeat;
    }
    .question {
        font-size: 40px;
        font-weight: bold;
        color: white;
        text-align: center;
    }
    .step {
        margin: 0 auto;
        min-height: 380px;
        position: relative;
        padding-top: 120px;
    }
    .btn {
        background: url("../../../img/landing/47/no_bgMD.png") center center no-repeat;
        width: 230px;
        height: 130px;
        display: inline-block;
        position: absolute;
        bottom: 70px;
        left: 10px;
        font-weight: bold;
        font-size: 20px;
        border: 0;
        color: black;
    }
    #header {
        border-radius: 10px;
        /* background-color: rgba(0,0,0,0.5); */
        max-height: 55px;
        min-height: 55px;
        font-size: 20px;
        color: black;
        line-height: 55px;
        position: relative;
        margin: 70px auto;
        z-index: 999;
    }
    #step1 .btn {
        bottom: 20px;
        padding-top: 110px;
    }
    .btn-rotate {
        background: url("../../../img/landing/47/yes_bgMD.png") center center no-repeat;
        left: 440px;
    }
    select {
        line-height: 22px;
        font-size: 22px;
    }
    #step3 input,
    #step4 input,
    #step5 input,
    #step6 input {
        line-height: 22px;
        font-size: 22px;
    }
    #footer {
        top: 600px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        width: 700px;
    }
    #footer ul li {
        font-size: 18px;
    }
    .tooltip,
    .tac-tooltip {
        font-size: 14px;
    }
    .timer {
        top: 305px;
        left: 275px;
        font-size: 14px;
    }
    #time {
        font-size: 20px;
    }
    .logo {
        width: 160px;
        top: -25px;
    }
}

@media screen and (max-width: 700px) {
    body {
        background: url("../../../img/landing/48/backgroundSM.png") no-repeat;
        background-size: cover;
        overflow-y: scroll;
    }
    #mainHeader {
        background-color: rgba(0, 0, 0, 0.5);
    }
    #mainContainer {
        width: 320px;
    }
    #formBox {
        width: 320px;
        height: 177px;
        background: url("../../../img/landing/47/question_bgSM.png") center center no-repeat;
    }
    .question {
        font-size: 20px;
        font-weight: bold;
        color: white;
        text-align: center;
    }
    .question p {
        margin-bottom: 5px;
    }
    .step {
        margin: 0 auto;
        min-height: 177px;
        position: relative;
        padding-top: 50px;
    }
    .btn {
        background: url("../../../img/landing/47/no_bgSM.png") center center no-repeat;
        width: 110px;
        height: 62px;
        display: inline-block;
        position: absolute;
        bottom: 30px;
        left: 10px;
        font-weight: bold;
        font-size: 14px;
        border: 0;
        color: black;
    }
    #header {
        border-radius: 10px;
        /* background-color: rgba(0,0,0,0.5); */
        max-height: 55px;
        min-height: 55px;
        font-size: 10px;
        color: black;
        line-height: 55px;
        position: relative;
        margin: 90px auto;
        z-index: 999;
    }
    #step1 .btn {
        bottom: 10px;
        padding-top: 40px;
        font-size: 12px;
    }
    .btn-rotate {
        background: url("../../../img/landing/47/yes_bgSM.png") center center no-repeat;
        left: 180px;
    }
    select {
        line-height: 14px;
        font-size: 14px;
    }
    #step3 input,
    #step4 input,
    #step5 input,
    #step6 input {
        line-height: 14px;
        font-size: 14px;
    }
    #footer {
        background-color: rgba(0, 0, 0, 0.5);
        top: 400px;
        text-align: center;
        border-radius: 5px;
        width: 320px;
    }
    #footer ul li {
        font-size: 14px;
        margin: 5px 10px;
    }
    .tooltip,
    .tac-tooltip {
        display: none;
        font-size: 10px;
        color: red;
        margin-bottom: 0;
        margin-top: 0;
    }
    .hidden-sm {
        display: none;
    }
    .name {
        max-width: 90px;
        font-size: 12px;
    }
    #login {
        max-width: 50px;
        font-size: 12px;
    }
    #linkForgotPassword {
        font-size: 10px;
    }
    .logo {
        /* width: 160px;
        top: -40px; */
    }
    .loginBox {
        top: -70px;
        margin-right: 2px;
    }
    #freewall {
        display: none;
    }
}

.tt-query {
    /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu {
    /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    margin-top: 12px;
    width: 100%;
    padding: 8px 0;
    background-color: white;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    color: black;
    z-index: 9999;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 13px;
    line-height: 13px;
}

.tt-suggestion.tt-is-under-cursor {
    /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: black;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.hidden {
    display: none;
}

.dark_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 91050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 91040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #ff0000;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:after,
.clearfix:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
    content: " ";
    display: table;
}

.clearfix:after,
.modal-footer:after,
.modal-header:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.modal-body li,
.modal-body p {
    color: #333;
    text-shadow: none;
}

.modal-footer .btn {
    background: none;
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    font-weight: bold;
    font-size: 18px;
    border: 0;
    color: black;
}

.login_mob {
    display: none;
}

@media (max-width: 700px) {
    #login_form {
        display: none;
    }
    .logo {
        max-width: 100%;
        top: -40px;
    }
    /* .login_mob {
        position: absolute;
        right: 0;
        top: -91px;
        display: block;
    }
    #login_m {
        background-color: #FF8C00;
        font-size: 20px;
        border: 2px solid #FF8C00;
        border-radius: 5px;
        padding: 1px 3px;
        position: relative;
        z-index: 9999;
    } */
}

.pass-tooltip,
.tac-tooltip,
.email-tooltip {
    margin-bottom: -34px !important;
}

@media (max-width: 700px) {
    .pass-tooltip,
    .tac-tooltip,
    .email-tooltip {
        margin-bottom: -20px !important;
    }
    .help-block {
        font-size: 10px !important;
    }
    .custom-control-label {
        font-size: 9px !important;
        /* font-size: 6px !important; */
    }
}

#footer{
    left: 0;
    right: 0;
    width: unset;
}

@media (max-width: 700px) {
    span {
        font-size: 15px;
    }
}

.q_step6{
    margin-top: -20px;
}

