progress {
    display: none;
 }

 #gooptin-form {
    max-width: 840px;
    margin: 0px auto 0px auto;
    padding: 25px;
    background-color: #fff;
    position: relative;
 }

 #gooptin-form>h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    max-width: 600px;
    margin: auto;
    margin-bottom: 20px;
 }

 #gooptin-form .gooptin-btn {
    padding: 5px 15px;
    margin-top: 20px;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    border: 0;
 }

 #gooptin-form .btn-primary {
    color: #fff;
    background-color: #28b7c9;
    border-color: #28b7c9;
    text-transform: uppercase;
    margin: auto;
    display: block;
    margin-top: 30px;
    max-width: 250px;
 }

 #gooptin-form .btn-primary {
    padding: 10px 40px;
    font-size: 24px;
 }

 #gooptin-form *,
 #gooptin-form *::before,
 #gooptin-form *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 }
 #gooptin-form .sub-quest div label:empty{
    display:none
 }
 #gooptin-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

 }

 #gooptin-form #submit[name="quizz_form_send"] {
    display: none;
 }

 #gooptin-form .sub-quest {
    background-color: #f3f3f3;
    text-align: center;
    padding: 35px 15px;
    min-height: 325px;
    display: none;

 }

 #gooptin-form .sub-quest label {
    display: block;
    font-size: 20px;
    text-align: center;
    display: block;
    color: #000;
    padding-bottom: 15px;
    cursor: pointer;
 }

 #gooptin-form .sub-quest> label{
     font-weight: 600;
     text-align: left;
 }

 #gooptin-form .sub-quest .radios-quest,
 #gooptin-form .sub-quest .checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
 }

 #gooptin-form .sub-quest .radios-quest .radio,
 #gooptin-form .sub-quest .checkbox-wrapper>.checkbox {
    margin: 5px 5px;
    width: 28%;
    position: relative;
    display: block;
    min-width: 115px
 }

 #gooptin-form .sub-quest.type-radio .radios-quest,
 #gooptin-form .sub-quest.type-radio .checkbox-wrapper{
    flex-direction:column;
 }
 #gooptin-form .sub-quest.type-radio .radios-quest>.radio,
 #gooptin-form .sub-quest.type-radio .checkbox-wrapper>.checkbox{
     width:100%
 }
 #gooptin-form .sub-quest.type-radio .radio>label:not(.form-error) span{
     text-align:left;
     position:relative;
     padding-left:24px;
     font-size:16px
 }
 #gooptin-form .sub-quest.type-radio .radio>label:not(.form-error){
     background-color:transparent;
     border-color:transparent;
 }

 #gooptin-form .sub-quest.type-radio .radio>label:not(.form-error) span::before{
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    border:solid 4px #28b7c9;
    border-radius:50px;
    margin-right:15px;
    vertical-align: middle;
    box-shadow:inset 0 0 0 3px #ffffff, inset 0 0 0 7px #ffffff;
    position:absolute;
    left:0;
 }
 #gooptin-form .sub-quest.type-radio .radio>label:not(.form-error):hover span::before{
    box-shadow:inset 0 0 0 3px #ffffff, inset 0 0 0 7px #28b7c9;

 }

 #gooptin-form .sub-quest .radio>label:not(.form-error),
 #gooptin-form .sub-quest .checkbox label:not(.form-error) {
    line-height: 22px;
    width: 100%;
    text-align: left;
    padding: 12px 10px;
    border: 1px solid #d4d0d6;
    background-color: #f9f9f9;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;

 }

 

 #gooptin-form .sub-quest .radios-quest .radio label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
 }

 #gooptin-form .sub-quest .radio>label img {
    max-width: 100%;
    height: auto;
    position: relative;
 }

 #gooptin-form .checkbox-wrapper>.checkbox label:not(.form-error) img {
    max-width: 100%;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    max-width: 100%;
    height: auto;
    display: block;
 }

 #gooptin-form .sub-quest .checkbox-wrapper>.checkbox label:not(.form-error):hover {
    /* border: 1px solid rgba(1, 98, 172, 0.15);
    background-color: rgba(1, 98, 172, 0.15); */
 }


 #gooptin-form .sub-quest .checkbox-wrapper>.checkbox label:not(.form-error) {
   /*  border: 1px solid #d4d0d6;
    background-color: #f9f9f9;
    padding: 0;
    margin: auto;
    position: relative;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center */
 }

 #gooptin-form .sub-quest div label {
    line-height: 20px;
    font-size: 14px
 }

 #gooptin-form .sub-quest .checkbox-wrapper>.checkbox input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
 }

 #gooptin-form .sub-quest .checkbox-wrapper>.checkbox label:not(.form-error):before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #5ca974;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
 }

 #gooptin-form .sub-quest .checkbox-wrapper>.checkbox input:checked+label:not(.form-error)::before {
   content: '';
   background-color: rgb(92, 169, 116);
   -webkit-transform: scale(1);
   transform: scale(1);
   background-image: url('../img/check.png');
   background-size: 13px;
   background-repeat: no-repeat;
   background-position: center;
 }

 #gooptin-form .sub-quest.coregspo_1 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
 }

 #gooptin-form .sub-quest.coregspo_1 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
 }


 #gooptin-form .sub-quest.coregspo_1 .coregspo-img {
    padding: 0;
    display: block
 }

 #gooptin-form .sub-quest.coregspo_1 .coregspo-img-mobile {
    display: none
 }

 #gooptin-form .sub-quest.coregspo_1 .radio.coregspo label:not(.form-error) {
    min-height: auto;
    font-weight: 400;
    border: none;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 20px;
 }

 #gooptin-form .sub-quest.coregspo_1 .radio.coregspo label:not(.form-error):hover {
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);

 }

 #gooptin-form #quest-1.sub-quest {

    max-width: 500px;
    margin: auto;
    padding-top: 0;
 }

 #gooptin-form #quest-1.sub-quest .form-group {
    margin-top: 25px;
 }

 #gooptin-form #quest-1.sub-quest .form-control {
    background-color: #fdfdfd;
    border-color: #ececec;
 }

 #gooptin-form #quest-1.sub-quest h3 {
    font-size: 18px;
    text-align: left;
    padding-top: 20px
 }

 #gooptin-form .sub-quest.coregspo_1 .radios-quest {
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
 }

 #gooptin-form .sub-quest.coregspo_1 .radio.coregspo {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
 }

 #gooptin-form .sub-quest.coregspo_1 .radio.coregspo:first-child {
    margin-right: 2px
 }

 #gooptin-form .sub-quest.coregspo_1 .radio.coregspo:nth-child(2) {
    margin-left: 2px
 }

 #gooptin-form label h4 {
    font-size: 15px;
 }

 #gooptin-form .coregspo-gdpr {
    font-size: 10px;
    text-align: justify;
 }

 #gooptin-form label.error {
    /* text-align: left; */
    color: #ec5a5a;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border-top: solid 3px;
    margin-top: 3px;
 }

 #quest-1 label.error {
    text-align: left;
    border: none;
    width: 100%;
   /*  margin-top: 5px;
    border-left: solid; */
    font-size: 14px;
    background-color: transparent;
    padding-left: 0;
 }

 #quest-1 .form-group.checkbox-optin input.error+label .checkmark {
    border-color: #ec5a5a
 }

 #quest-1 .form-group.civility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
 }

 #quest-1 .form-group.civility input {
    visibility: hidden;
    position: absolute;
 }

 #quest-1 .form-group.civility label:not(.error) {
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
 }

 #quest-1 .form-group.civility div input+label {
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center top;
    border: solid 1px #ececec;
    background-color: #fff;
    max-width: 100%;
 }

 #quest-1 .form-group.civility div input:checked+label {
    border: solid 1px #969696;

 }

 #quest-1 .form-group.civility label[for="civil-f"] {
    background-image: url('../img/women.png');
 }

 #quest-1 .form-group.civility label[for="civil-h"] {
    background-image: url('../img/man.png');
 }

 #quest-1 .form-group.civility>div {
    max-width: 50%
 }
 #quest-1 .form-control.error{
    border:solid 2px #ec5a5a;
    border-color:#ec5a5a!important;
 }
 .quest-verification{
    max-width:400px;
    margin:auto;
    margin-bottom:15px;
 }
 /* .sub-quest svg path{
    fill:#000;
    stroke:none;
 } */
 svg .filled-white{
    fill:#fff
 }