BODY,
HTML {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background: #000;
}

#LPPILOT_Maincontainer {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    transition: background 0.5s linear;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.LPPILOT_Top_Container {
    width: 100%;
    box-sizing: border-box;
    padding: 70px 0 0 0;
}

.LPPILOT_Heading_1 {
    font-size: 39px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: -1px;
}

.middleImageCommon {
    width: 100%;
    min-height: 1103px;
    position: absolute;
}

.final_list {
    margin-top: 10px;
}

.middleImage1 {
    background: url("../img/maincontainerPicture1.jpg") no-repeat center 0;
}

.middleImage2 {
    background: url("../img/maincontainerPicture2.jpg") no-repeat center 0;
}

.middleImage3 {
    background: url("../img/maincontainerPicture3.jpg") no-repeat center 0;
}

.LPPILOT_Heading_1 SPAN {
    color: #0EF;
}

#st1 {
    display: block;
}

.answer_clicked {
    max-width: 311px;
}

.MaincontainerPicture {
    min-height: 1100px
}

.LPPILOT_Heading_2 {
    font-size: 25px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
}

.LPPILOT_Heading_2 SPAN {
    color: #0dba00;
}

.LPPILOT_GenericText1 {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}

.LPPILOT_GenericText {
    font-size: 24px;
    font-weight: 400;
    color: #14E0DC;
}

.LPPILOT_Question_Container {
    width: 100%;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.42)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b000000', endColorstr='#00000000', GradientType=0);
}

.LPPILOT_Question_Numbering_Table {
    margin: 0 auto;
    padding: 4px 0 7px 0;
    display: table;
    width: 400px;
}

.LPPILOT_Question_Numbering_Cell {
    color: #fff;
}

.LPPILOT_Question_Number_Container {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 27px;
    font-weight: 900;
    line-height: 43px;
    background-color: rgba(265, 0, 0, 0.2);
    border: rgba(265, 265, 265, 0.2) 3px solid;
    color: rgba(265, 265, 265, 0.2);
}

.active {
    background-color: #0EF;
    border: #FFF 3px solid;
    color: #333;
}

.LPPILOT_Question_Heading {
    font-size: 40px;
    font-weight: 900;
    color: #FFF;
}

p {
    color: #fff;
}

.LPPILOT_Answer_Option_Button {
    width: 190px;
    height: 190px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    background-color: #F00;
    border: 2px solid #FFF;
    background-size: 110%;
    cursor: pointer;
}

label {
    color: #fff;
}

.col-sm-12 ul {
    margin-left: 20px;
    font-size: 1.5em;
}

.question_wrapper {
    display: none;
    padding-bottom: 50px;
    position: relative;
    max-width: 1170px;
}

.no_spam_logo {
    width: 60px;
    height: 60px;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.answer_changed.form-control {
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #FFF;
    height: 50px;
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    width: 100% !important;
}

input[type=checkbox].answer_changed {
    background-color: transparent;
    border: none;
    height: auto;
    font-size: inherit;
    width: auto !important;
}

.help-block {
    color: red;
}

.next_question_button {
    font-family: 'Roboto', sans-serif;
    height: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #0b6804;
    background-color: #0dba00;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.previous_question_button {
    font-family: 'Roboto', sans-serif;
    height: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #999;
    background-color: #ccc;
    font-size: 14px;
    color: #333;
    padding: 0 30px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

p.mv {
    font-size: 1.4em;
    font-weight: bold;
}

.alert-info {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.TAL {
    text-align: left;
}

.Question_Margin_Bottom {
    margin: 0 0 20px 0;
}

.Question_Margin_Top {
    margin: 20px 0 0 0;
}

.img-circle:hover {
    border: 5px solid #f00;
}

.container.question_wrapper {
    padding-top: 15px;
}

.mailboxprovider {
    display: none;
    color: white;
    background-color: #0dba00;
    margin: 10px 0px;
    height: 50px;
    line-height: 2.5;
    width: 50%;
}

.yellow {
    color: #FFB930;
}

@media (max-width: 1200px) {
    h1.LPPILOT_Heading_1 {
        font-size: 44px;
        margin: 0px;
        text-transform: uppercase;
    }
}

@media (max-width: 769px) {

    h1,
    h2 {
        margin-top: 5px;
    }

    h2 {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    h1.LPPILOT_Heading_1,
    .col-sm-10 h1 {
        font-size: 22px;
        line-height: 24px;
    }

    h2.LPPILOT_Heading_2 {
        font-size: 15px;
        font-weight: normal;
    }
}

@media (max-width: 480px) {

    h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h1.LPPILOT_Heading_1,
    h1.LPPILOT_Question_Heading {
        font-size: 26px;
        line-height: 24px;
    }

    h2.LPPILOT_Heading_2 {
        font-size: 16px;
        font-weight: 700;
    }

    .mailboxprovider {
        width: 100%;
    }

    p.LPPILOT_GenericText1,
    ul.LPPILOT_GenericText1 {
        font-size: 12px;
        margin-top: 10px;
    }

    .LPPILOT_GenericText {
        font-size: 16px;
        font-weight: 400;
        color: #14E0DC;
    }

    .next_question_button.btn-block.email {
        margin-left: -15px;
        width: 104%;
    }
}

.final {
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    background: #00a2ff;
    color: #fff;
    text-decoration: none;
    padding: 20px 54px;
    display: inline-block;
    margin-top: 20px;
}

.final_list {
    display: block;
    color: #fff;
    font: normal 17px/1.5 'Roboto', verdana;
}

.final_list li {
    padding: 0 5px;
}

@media screen and (max-width: 360px) {
    .final_list {
        font-size: 14px;
    }
}

.button-container {
  display: flex;
  justify-content: center; /* Horizontally center */
}