body {
    background-color: #FFF5E2;
    font-family: "Roboto", sans-serif
}

.survey-page {
    font-size: 1rem;
    color: #333;
    background-image: url(../images/img-left-footer.jpg), url(../images/img-right-footer.jpg);
    background-position: bottom left, bottom right;
    background-repeat: no-repeat;
    background-size: 280px auto;
    padding-bottom: 150px;
    text-align: justify;
}

.survey-page .banner {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    height: 480px;
    overflow-y: hidden;
    font-weight: 600;
}

.survey-page .banner img {
    max-width: 100%;
}

.survey-page .banner h4 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    font-weight: 600;
}

.survey-page .main-survey {
    border: 1px solid #AE8048;
    margin: 50px 225px 0rem 225px;
    padding: 50px 95px;
}

.survey-page .main-survey ol {
    margin-left: 5px;
}

.survey-page .main-survey p.thanks {
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
}

.main-survey .list-check {
    list-style: decimal;
}

.main-survey .list-check li {
    margin-top: 2rem
}

.main-survey h5 {
    font-size: 1rem;
    font-weight: bold;
}

.main-survey .form-group label {
    color: #000;
    font-size: 1rem;
    margin-left: 0.5rem;
}

/* Customize the label (the container) */
.survey-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.survey-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.survey-check:hover input ~ .checkmark {
    background-color: #ddd;
}

/* When the checkbox is checked, add a blue background */
.survey-check input:checked ~ .checkmark {
    background-color: #AE8048;
    border: 1px solid #AE8048;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.survey-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.survey-check .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.survey-check .checkmark-radio {
    border-radius: 50%;
}

/*.survey-page .main-survey textarea{width:calc(100% - 15px);}*/
.survey-page .main-survey button {
    text-transform: uppercase;
    background-color: #AE8048;
    color: #fff;
    border: 0px;
    padding: 0.3rem 1rem;
    font-weight: bold;
}

.survey-page .dropdown {
    position: absolute;
    top: 15px;
    right: 10px;
}

.survey-page .dropdown .btn {
    background-color: rgba(255, 255, 255, 0.5);
    min-width: 50px;
    padding: .175rem .75rem;
}

.survey-page .dropdown-menu {
    min-width: 7rem;
    top: 45px;
    right: 10px;
}

.survey-page .dropdown-menu .dropdown-item {
    font-size: 0.875rem;
}

/*footer{
  margin:0 -15px;
}*/
footer .container {
    padding: 30px 0;
    width: 980px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

footer .container p {
    margin-bottom: 0px;
}

footer .container .f1 {
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
}

footer .container h4.f2 {
    font-weight: bold;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
    margin-bottom: 30px;
}

footer .container h4.f3 {
    font-size: 16px;
}

footer .container .ul01 {
    list-style: none;
    padding-left: 0;
}

footer .container .ul01 li {
    display: inline-block;
    text-align: left;
    padding: 0 10px;
    vertical-align: top;
    font-size: 0.8125rem;
}

footer .container .ul01 li h5 {
    font-weight: bold;
    font-size: 0.8125rem;
    text-transform: uppercase;
}

footer .container .ul01 li img {
    max-width: 35px;
    margin-left: 10px;
}

footer .container .ul01 li:nth-child(1) {
    width: 25%
}

footer .container .ul01 li:nth-child(4) {
    width: 20%
}

footer .container .ul01 li:nth-child(2), footer .container .ul01 li:nth-child(3) {
    width: 26%
}

.registration-form {
    width: 960px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 50px 15px 150px 15px;
    border: 1px solid #ccc;
    margin-top: 15px;
}

.registration-form .logo {
    width: 230px;
    display: inline-block;
}

.registration-form .logo img {
    width: 230px;
    display: inline-block;
}

.registration-form h4 {
    color: #A96B11;
    text-transform: uppercase;
    margin-top: 30px;
    /*margin-bottom: 80px;*/
}

.registration-form h5 {
    color: #A96B11;
    margin-top: 30px;
    margin-bottom: 30px;
}
.registration-form .report-card-list{
    text-align: left;
}
.registration-form .report-card-list .card{
    margin-bottom: 14px;
}
.registration-form .report-card-list .card-title{
    color: #A96B11;
    font-size: 20px;
    line-height: 1.5;
    min-height: 60px;
}

.require-text {
    color: red;
}

.registration-form .form-control {
    margin-bottom: 1.5rem;
    line-height: 38px;
    font-size: 1rem;
    padding: 0rem .75rem;
}

.registration-form .label {
    text-align: left;
    font-weight: bold;
    line-height: 38px;
    font-size: 1rem;
    text-indent: 15px;
}

.modal .label {
    text-align: left;
    font-weight: bold;
    line-height: 38px;
    font-size: 1rem;
}

.label-available {
    position: relative;
}

.label-available option label {
    background-color: #DCDCDC;
    border-radius: 15px;
    padding: 0 15px;
    color: red;
}

.registration-form button {
    background-color: #EAC769;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    border: 0;
    border-radius: 15px;
    padding: 5px 50px;
    margin-top: 15px;
}

.registration-form button:hover {
    background-color: #DCB75F;
}

.form-control.select-2 {
    padding: 0rem 0rem 0rem 0rem;
    text-indent: .2rem;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .survey-page {
        font-size: 1rem;
        padding-bottom: 15px;
    }

    .survey-page .banner {
        height: auto;
    }

    .survey-page .banner h4 {
        font-size: 1rem;
        left: 0px;
        top: 45%;
        transform: none;
        text-align: center;
        width: 100%;
        z-index: 999;
    }

    .survey-page .main-survey {
        margin: 15px 0;
        padding: 15px;
    }

    .survey-page .main-survey ol {
        padding-left: 10px;
    }

    .main-survey h5, .main-survey label {
        font-size: 1rem;
    }

    footer .container .ul01 li:nth-child(1) {
        display: none;
    }

    footer .container {
        width: calc(100% - 30px);
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 2;
    }

    footer .container .ul01 li:nth-child(2),
    footer .container .ul01 li:nth-child(3),
    footer .container .ul01 li:nth-child(4) {
        width: calc(100% - 30px);
        text-align: center;
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .survey-page {
        background-size: 30% auto;
        padding-bottom: 60px;
    }

    footer .container h4.f2 {
        font-size: 1rem;
    }

    .registration-form {
        width: 100%;
        padding: 30px 15px 80px 15px;
        margin-top: 15px;
    }

    .registration-form .label {
        text-indent: 0;
        font-size: 0.875rem
    }

    .registration-form h4 {
        font-size: 1.4rem;
        margin-bottom: 40px;
    }

    .registration-form h5 {
        font-size: 1.125rem
    }

    .registration-form .logo img {
        width: 180px;
    }

    .registration-form .form-control {
        font-size: 0.875rem
    }
}

.registration-form .modal-select2 .select2-container--default .select2-selection .select2-selection__rendered {
    text-align: left !important;
}

.registration-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 3px !important;
}

.registration-form .modal-select2 .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 28px !important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-top: 10px !important;
}

.modal-excel .modal-content {
    background-color: #F2C167;
    color: #000;
}