input[type=radio], input[type=checkbox] {
    transform: scale(2.1);
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -ms-transform: scale(2.1);
    -o-transform: scale(2.1);
    margin: 13px 10px 13px 10px !important;
}

input[type=email], input[type=text], input[type=url] {
    border: 1px solid grey;
    border-bottom: 1px solid;
    padding: 8px;
    font-size: 22px;
    width: 100%;
}

input[type="radio"] + * {
  display: inline-block;
  padding: 0.5rem 1rem;
}


textarea {
    border: 1px solid grey;
    border-bottom: 1px solid;
    padding: 8px;
    font-size: 22px;
    display: block;
    width: 100%;
    resize: none;
}

.contact-box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 50px !important;
    background-color: #fff;
}

a {
    color: red;
}
.thanksContainer a{
    color:black
}

#quizForm div.pl-9{
    padding-left:90px !important;
}
a.policyLink {
    text-decoration: underline;
}

.mt-9 {
    margin-top: 50px !important;
}

.thanksWrapper {
    display: none;
}
  
.thanksContainer {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.thanksContainer div {
    margin: 0 18px;
}
@media(max-width:768px){
    #quizForm{
        padding:5px !important;
    }
    #quizForm div.pl-9, #quizForm div.pl-7{
    padding-left:0px !important;
    font-size: 12px;
}
#quizForm .subheader{
   font-size: 14px !important;
    margin-top: 20px !important;
}
.quiz-box{
    padding: 10px !important
}
.quiz-box .text-h5{
    margin-left:0 !important;
}
}