body{
    padding:0px;
    margin:0px !important;
    font-family: 'Sora', sans-serif;
}

.container{
    width:100%;
    max-width:425px;
    margin:0px auto;
    background-none:#1A2732;
}
.home-bottom {
    margin-top: -13px;
}
label {
  opacity: 1;
}
.oneof {
    position: absolute;
    margin-left: 40px;
    padding: 3px 15px;
    background-color: #8bd8fc;
    font-size: 14px;
    font-weight: 600;
}
sup{
	vertical-align: text-top !important;
	line-height: 20px;
}
.rightanswer {
    border-radius: 15px;
    background: #00c79d;
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin: 5px auto 0px;
    padding: 4px 15px;
    clear: both;
    max-width: 80px;
        z-index: 9999999999;
    position: relative;
}
.actuallyanswer {
    border-radius: 15px;
    background: #8f9093;
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin: 5px auto 0px;
    padding: 4px 15px;
    clear: both;
    max-width: 100px;
        z-index: 9999999999;
    position: relative;
}


.screen-copy p{
    max-width: 340px;
}

.home-next {
    max-width: 100px;
    margin-top: -70px;
}



.forward-button{
        height: auto;
    background: transparent !important;
    margin-top: -60px;
    width: 100%;
    text-align: center;
}
.home-copy{
    font-size:35px;
    color:#ffffff;
    padding:30px;
    text-align:center;
}
.beat-top-two {
    color: #0B76F0;
    padding: 30px 30px 0px 30px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    background-color: #ffffff;
}
.beat-top {
    color: #0B76F0;
    padding: 40px 30px 40px 30px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    background-color: #ffffff;
}

.submitbutton {
    background: #3cffdf;
    border: 0px;
    padding: 5px 10px;
    font-size: 18px;
    text-transform: uppercase;
}


.home .footer {
    background: #0B76F0;
    padding: 0px 100px 30px 100px;
}
.footer-logo{
    padding-bottom:30px;
}
.inside-container {
    width: 100%;
    max-width: 425px;
    margin: 0px auto;
    backgroundno: #F0F0F0;
    color: #1A2732;
    font-size: 1.3em;
}
.answer-content {
    padding: 30px 60px !important;
    font-size: 1.1em;
    font-weight: 500;
}

.answer-content p{
   
    font-weight: 400 !important;
}
.question p {
    font-size: 1.1em;
    font-weight: 400;
}

.home-top{
    text-align:center;
    padding:30px;
}
img{
    max-width:100%;
}

.home-bottom img {
    max-width: 30%;
}

.home-bottom {
    background: #F4A9A7;
    padding: 30px;
    text-align: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

h1, h2, h3, div, p, span, li{
    
        font-family: 'Sora', sans-serif;

}

.bottom-photo{
    padding: 0px !important;
    margin: 0px !important;
    line-height: 0px;
}

.answer-content p {
    font-weight: 300;
    padding: 0px !important;
    margin: 0px 0px 20px;
}
.answer-content h3 {
    color: #9a9b9c;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 30px;
}
h1 {
    background-color: #f4a9a7;
    font-weight: 600;
    font-size: 20px;
    padding: 5px 10px;
    display: inline-block;
}



/* The container */
.radiocontainer {
    display: block;
    position: relative;
    padding-left: 55px;
    padding-top: 3px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400 !important;
}

/* Hide the browser's default radio button */
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #9CDCFF;
    border-radius: 50%;
    border: 5px solid;
}

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

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .checkmark {
    background-color: #000000;
    content: "";
    border: #00CDA6 solid 5px;
}
form br{
    display:none !important;
}
.large {
    font-size: 2em;
    line-height: .9em;
    text-transform: uppercase;
    padding-top: 5px;
    display: inline-block;
}

.forward-button {
    margin-bottom: -50px !important;
}
.forward-button img{
    margin-top: 25px !important;

}

.cat-divider {
    margin-top: -8px;
}
.footer {
    margin-top: -52px !important;
}
.screen-copy {
    font-size: 1.7em;
    padding: 0px 10px;
    font-weight: 300;
    line-height: 1.3em;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}



.pets{
    max-width:50%;
}
/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
    top: 8.5px;
    left: 8.5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #00CDA6;
}
.cat-divider{
    background:#ffffff;
}
.source{
    font-size:8px;
}
label{
    min-height:40px !important;
}
.answer-one{
    min-height:500px;
    
}
.successnew h2{
    line-height: 20px;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    padding: 0px;
    padding-bottom:20px;
    line-height: 24px;
}

.successnew .question {
    padding: 30px 50px !important;
    background-color: #31353d;
}
.footer {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.radiocontainer {
    display: block;
    position: relative;
    padding-left: 55px;
    padding-top: 3px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 900;
}

.question {
    padding: 20px 40px 25px !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    color: #ffffff;
    background-color: #0B76F0;
    padding: 30px 30px;
    min-height:425px;
}

.next-button {
    max-width: 80px !important;
    margin: 0px auto -15px;
    display: block;
    float: none;
}
body{
 background-color:#31353D;   
}
}