html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(226, 226, 226, 1);
}

:root {
    --white-color: #ffffff;
    --black-color: #000000;
}


/*--- css-start ---*/

header {
    background-color: #ff0000;
    color: var(--white-color);
    padding: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.blue-container {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 15px;
}

.logo {
    margin: 40px 0 20px;
}

.logo img {
    margin-top: 20px;
    width: 100px;
    margin: 0px auto;
    display: block;
}

.programerbox-inner-box {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    margin: 0 15px;
    padding: 10px 10px 60px 10px;
    border: 4px solid var(--black-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: var(--white-color);
}

.programerbox-inner-box .programerbox-inner-box-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3px;
}

.programerbox-inner-box .programerbox-inner-box-logo img {
    max-height: 42px;
    height: auto;
}

.programerbox-inner-box .programerbox-inner-box-space {
    padding: 20px;
    margin-bottom: 20px;
}

.programerbox-inner-box .programerbox-inner-box-space h1 {
    font-size: 32px;
    line-height: normal;
    font-weight: 800;
    text-align: center;
    color: #c0392b;
    margin-top: 30px;
}

.programerbox-inner-box .programerbox-inner-box-space h2 {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    text-align: center;
    color: var(--black-color);
    margin-top: 30px;
}

.programerbox-inner-box .programerbox-inner-box-space h3 {
    font-size: 24px;
    line-height: normal;
    text-align: center;
    color: var(--black-color);
    margin-top: 30px;
}

.programerbox-inner-box .programerbox-inner-box-space h3 span {
    font-weight: 700;
}

.programerbox-inner-box .programerbox-inner-box-space p {
    color: #e74c3c;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.programerbox-inner-box .programerbox-inner-box-space .starimg {
    color: var(--black-color);
    margin-bottom: 10px;
}

.programerbox-inner-box .programerbox-inner-box-space .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.programerbox-inner-box .programerbox-inner-box-space .social-icon img {
    max-width: 100%;
    height: auto;
    width: 100px;
}

.programerbox-inner-box .startpage-btn {
    background-color: rgba(59, 173, 76, 1);
    color: var(--white-color);
    padding: 10px 20px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 1px 2px 2px 0px rgba(4, 22, 56, 0.15);
    text-decoration: none;
    font-weight: 700;
    width: 100% !important;
    display: block;
    border: 3px solid #3bad4c;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    white-space: normal;
    border: none;
    transition: all 0.2s cubic-bezier(.39, .575, .565, 1);
    -webkit-transition: all 0.2s cubic-bezier(.39, .575, .565, 1);
    -moz-transition: all 0.2s cubic-bezier(.39, .575, .565, 1);
    -ms-transition: all 0.2s cubic-bezier(.39, .575, .565, 1);
    -o-transition: all 0.2s cubic-bezier(.39, .575, .565, 1);
}

.programerbox-inner-box .startpage-btn:hover {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
    border: 6px solid rgba(59, 173, 76, 1);
}

.programerbox-inner-box .startpage-btn .lds-hourglass {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.programerbox-inner-box .startpage-btn .loader {
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    position: relative;
}

.programerbox-inner-box .startpage-btn .loader::after {
    content: '';
    position: absolute;
    margin: 0 auto;
    border: 8px solid #3e5569;
    border-color: #ccc transparent #3e5569 transparent;
    animation: lds-hourglass 1.2s infinite;
    -webkit-animation: lds-hourglass 1.2s infinite;
    width: 16px;
    height: 16px;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: rotate(900deg);
        -moz-transform: rotate(900deg);
        -ms-transform: rotate(900deg);
        -o-transform: rotate(900deg);
    }
    100% {
        transform: rotate(1800deg);
        -webkit-transform: rotate(1800deg);
        -moz-transform: rotate(1800deg);
        -ms-transform: rotate(1800deg);
        -o-transform: rotate(1800deg);
    }
}

.hidden,
[hidden] {
    display: none !important;
}

.footer-section .footer-inner-section {
    margin-top: 40px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 14px;
    color: #555;
}

.footer-section .footer-inner-section .powered-by img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.footer-section .footer-inner-section a {
    color: blue;
    text-decoration: none;
    margin: 0 5px;
}

.btn-disabled {
    opacity: .5;
    cursor: initial;
}

.progress-bar {
    width: 94%;
    height: 20px;
    background: #eee;
    overflow: hidden;
    margin: 30px 10px 0 30px;
    display: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.progress-bar-inner {
    height: 100%;
    width: 0;
    background-color: #4caf50;
    transition: width 0.4s ease;
}

.programerbox-inner-box.question-container h1,
.programerbox-inner-box.question-container p,
.programerbox-inner-box.home-container h1,
.programerbox-inner-box.fantastic-container h1,
.programerbox-inner-box.fantastic-container h3,
.programerbox-inner-box.email-container h1,
.programerbox-inner-box.phone-container h1,
.programerbox-inner-box.credit-container h1 {
    margin-top: 0;
    color: var(--black-color);
}

.programerbox-inner-box.phone-container h2,
.programerbox-inner-box.address-container h2,
.programerbox-inner-box.thanks-container h2 {
    font-size: 30px;
    color: #c0392b;
    line-height: normal;
    text-align: center;
    font-weight: 800;
    margin-top: 0;
}

.programerbox-inner-box.thanks-container h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.programerbox-inner-box.question-container h4,
.programerbox-inner-box.home-container h3 {
    color: #c0392b;
    font-size: 19px;
    line-height: normal;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}

.programerbox-inner-box.email-container p,
.programerbox-inner-box.phone-container p,
.programerbox-inner-box.credit-container p {
    margin-bottom: 1rem;
    color: var(--black-color);
}

.programerbox-inner-box.address-container h1 {
    margin: 1rem 0;
    color: var(--black-color);
}

.programerbox-inner-box.thanks-container h2,
.programerbox-inner-box.thanks-container h3 {
    color: var(--black-color);
}

.programerbox-inner-box.phone-container h6 {
    font-size: 12px;
    line-height: normal;
    color: #999999;
}

.programerbox-inner-box.fantastic-container h3 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.question-content {
    margin: 40px 0 20px;
}

.pure-form input[type=color],
.pure-form input[type=date],
.pure-form input[type=datetime-local],
.pure-form input[type=datetime],
.pure-form input[type=email],
.pure-form input[type=month],
.pure-form input[type=number],
.pure-form input[type=password],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=text],
.pure-form input[type=time],
.pure-form input[type=url],
.pure-form input[type=week],
.pure-form select,
.pure-form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
}

.pure-form input[type=color]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=text]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=week]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    border-color: #129fea;
}

.form-control {
    background-color: rgba(255, 255, 255, 1) !important;
    color: #161c2d !important;
    border-width: 3px !important;
    border-style: solid !important;
    border-color: #abc1df !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 20px !important;
    line-height: 1.3px !important;
    box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0) !important;
    border-top-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    height: auto !important;
}

.form-control:focus {
    border-width: 3px !important;
    border-style: solid !important;
    border-color: #0d2cb7 !important;
}

input:focus,
input:hover {
    border: 3px solid blue !important;
}

input::placeholder {
    color: #999;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
}

.form-control-container .pure-form-message {
    margin-top: 4px;
    text-align: center;
    display: block;
    color: #666;
    font-size: .875em;
}

.question-answer-container {
    display: grid;
}

.question-content {
    margin-bottom: 20px;
}

.pure-g {
    letter-spacing: -.31em;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.question-answers-groups {
    justify-content: center;
}

.question-answer-container {
    margin-bottom: 1rem;
}

.pure-u-md-1-4,
.pure-u-md-6-24 {
    width: 25%;
}

.question-answer-outer {
    margin: 0 .5rem;
}

.question-answer,
.question-answer-input {
    background-color: rgba(255, 255, 255, 1);
    color: #000000 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #000000 !important;
    width: 100% !important;
    display: block;
    width: 6px;
    box-shadow: 3px 3px 15px 2px rgba(0, 0, 0, 0.56);
    text-align: center;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    margin-top: 0px;
    font-size: 30px;
    box-sizing: border-box;
    padding: 1rem;
    cursor: pointer;
    background: #fff;
    height: 100%;
    transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.question-answer-layout-answer-layout-2 {
    display: flex !important;
    flex-direction: row !important;
}

.question-answer label,
.question-answer-input label {
    margin: 0;
    cursor: pointer;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.question-answer .question-checkbox,
.question-answer .question-radio,
.question-answer-input .question-checkbox,
.question-answer-input .question-radio {
    display: none;
}

.question-answer:hover,
.question-answer-input:hover {
    border-width: 0px !important;
    border-style: none !important;
    background-color: rgba(59, 173, 76, 1);
    border-color: rgba(137, 137, 137, 1) !important;
    color: #ffffff !important;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0);
}

.fantastic-container .field-container {
    margin-bottom: 1rem;
}

.pure-form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0;
}

.form-spam-policy-container {
    margin-top: 1rem;
    margin-bottom: 0;
}

.form-spam-policy-container h5 {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 700;
    text-align: center;
    margin-top: 1rem;
}

.programerbox-inner-box.thanks-container ul {
    margin: 20px 0 0 40px;
    padding: 0;
    list-style: disc;
}

.programerbox-inner-box.thanks-container ul li {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
}

::marker {
    color: #869ab8;
    font-size: 16px;
}

.programerbox-inner-box.thanks-container .thanks-img {
    padding-top: 120px;
}

.programerbox-inner-box.thanks-container .thanks-img img {
    width: 300px;
    height: auto;
    max-width: 300px;
    display: block;
    margin: 0px auto;
}

@media only screen and (max-width:768px) {
    .blue-container {
        max-width: 100%;
    }
    header {
        padding: 8px;
        font-size: 16px;
    }
    .logo {
        margin: 30px 0 15px;
    }
    .programerbox-inner-box .programerbox-inner-box-space {
        padding: 15px;
        margin-bottom: 15px;
    }
    .programerbox-inner-box .programerbox-inner-box-logo img {
        max-height: 35px;
        height: auto;
    }
    .programerbox-inner-box .programerbox-inner-box-space h1 {
        font-size: 28px;
        margin-top: 20px;
    }
    .programerbox-inner-box .programerbox-inner-box-space h2 {
        font-size: 20px;
        margin-top: 20px;
    }
    .programerbox-inner-box .programerbox-inner-box-space h3 {
        font-size: 18px;
        margin-top: 20px;
    }
    .programerbox-inner-box .programerbox-inner-box-space p {
        font-size: 13px;
        margin-top: 8px;
    }
    .programerbox-inner-box .programerbox-inner-box-space .starimg {
        margin-bottom: 8px;
    }
    .programerbox-inner-box .programerbox-inner-box-space .social-icon img {
        width: 80px;
    }
    .programerbox-inner-box .startpage-btn {
        padding: 8px 16px;
        font-size: 18px;
    }
    .programerbox-inner-box {
        padding: 10px 10px 40px 10px;
    }
    .footer-section .footer-inner-section {
        margin-top: 30px;
        padding: 15px;
        font-size: 12px;
    }
    .programerbox-inner-box {
        margin: 0;
    }
    .programerbox-inner-box.question-container h4,
    .programerbox-inner-box.home-container h3 {
        margin-top: 8px;
        font-size: 16px;
    }
    .form-control {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
        font-size: 18px !important;
    }
    .question-content {
        margin: 30px 0 10px;
    }
    .question-content {
        margin-bottom: 10px;
    }
    .programerbox-inner-box .startpage-btn .loader::after {
        width: 12px;
        height: 12px;
    }
    .programerbox-inner-box .startpage-btn .loader {
        width: 10px;
        height: 10px;
    }
    .progress-bar {
        margin: 30px 10px 0 20px;
    }
    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 33.33%;
    }
    .question-answer,
    .question-answer-input {
        font-size: 25px;
        min-height: auto !important;
    }
    .programerbox-inner-box.email-container img,
    .programerbox-inner-box.phone-container img {
        width: 100%;
        height: auto;
    }
    .programerbox-inner-box.thanks-container ul {
        margin: 15px 0 0 20px;
    }
    .programerbox-inner-box.thanks-container ul li {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .programerbox-inner-box.thanks-container .thanks-img {
        padding-top: 80px;
    }
    .programerbox-inner-box.thanks-container .thanks-img img {
        width: 100%;
        height: auto;
        max-width: 200px;
    }
}

@media only screen and (max-width:575px) {
    .footer-section .footer-inner-section {
        flex-wrap: wrap;
    }
    .progress-bar {
        margin: 20px 10px 0 10px;
        height: 16px;
    }
    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 50%;
    }
    .question-answer,
    .question-answer-input {
        font-size: 20px;
        min-height: auto !important;
    }
    .form-control {
        font-size: 16px !important;
    }
    .programerbox-inner-box.thanks-container ul li {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .programerbox-inner-box.thanks-container .thanks-img {
        padding-top: 30px;
    }
    .programerbox-inner-box.thanks-container .thanks-img img {
        width: 100%;
        max-width: 150px;
    }
    .programerbox-inner-box.thanks-container ul li {
        font-size: 16px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width:480px) {
    header {
        padding: 8px;
        font-size: 14px;
    }
    .programerbox-inner-box .programerbox-inner-box-space {
        padding: 10px;
        margin-bottom: 10px;
    }
    .logo {
        margin: 20px 0 15px;
    }
    .programerbox-inner-box .programerbox-inner-box-logo img {
        max-height: 30px;
    }
    .programerbox-inner-box .programerbox-inner-box-space h1 {
        font-size: 20px;
        margin-top: 15px;
    }
    .programerbox-inner-box {
        padding: 8px 8px 30px 8px;
    }
    .programerbox-inner-box .programerbox-inner-box-space h2 {
        font-size: 16px;
        margin-top: 15px;
    }
    .programerbox-inner-box .programerbox-inner-box-space h3 {
        font-size: 15px;
        margin-top: 15px;
    }
    .programerbox-inner-box .programerbox-inner-box-space p {
        font-size: 12px;
    }
    .programerbox-inner-box .programerbox-inner-box-space .social-icon img {
        width: 75px;
    }
    .programerbox-inner-box .programerbox-inner-box-space .social-icon {
        margin-bottom: 10px;
    }
    .programerbox-inner-box .startpage-btn {
        font-size: 14px;
    }
    .footer-section .footer-inner-section {
        margin-top: 20px;
        padding: 12px;
        font-size: 12px;
        line-height: 15px;
    }
    .footer-section .footer-inner-section p {
        padding-bottom: 8px;
        text-align: center;
    }
    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 100%;
    }
    .question-answer,
    .question-answer-input {
        font-size: 18px;
        min-height: auto !important;
    }
    .form-control {
        font-size: 14px !important;
    }
    .programerbox-inner-box.thanks-container ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .programerbox-inner-box.thanks-container .thanks-img img {
        max-width: 130px;
    }
}