@media (max-width: 600px){
#lead_button    {font-size: 16px;
margin: 0px 0px 60px 0px;
    
}
}

#lead_button {
    margin: 0px 0px 40px 0px;
    background: #8cde3a !important;

}

.upbutton1 a{
background: url(./img/whatsapp.png) no-repeat !important;
background-position: 10px center !important;
  background-size: 24px Auto !important;
  padding-left: 35px;
}
.upbutton1{
   position: absolute !important;
    bottom:0;
}

.header-phone-form
{
 display: block !important;
}
.input-group
{
 display: block !important;
}
.lead_button
{
 display: block !important;
}
.justify-content-start {
   display: none !important;
}

#quiz-info{
    background: #f7f7f7;
}

.modal-body {
    height: calc(100vh - 100px);
    max-height: 650px;
    overflow-y: auto;
}

#row-modal {
    height: calc(100vh - 100px);
    max-height: 650px;
    overflow-y: auto;
}

span.un_dashed{
    display: inline-block;
    border-bottom: 2px dashed #000;
}

.form-check:hover{
    cursor: pointer;
    background-color: #1526491c;
}

.form-check{
    padding: 15px;
    padding-left: 45px;
    border: 1px solid  #1526491c;
    border-radius: 5px;
    font-size: 16px;
    color:#434343;
    position: relative;
    z-index: 20;
}

.off{
    background: url('./img/radio-button.png') no-repeat;
    background-position: 10px center;
}

.off:hover{
    cursor: pointer;
    background-color: #1526491c;
    transition: .3s;
}

.checked{
    background: url('./img/radio-button-on.png') #152649 no-repeat;
    background-position: 10px center;
    background-color: #1526491c;
    border: 1px solid #152649;
    color: #152649;
    transition: .3s;
}

.quiz-footer{
border-top: solid 1px var(--color-bg-2,#f3f3f3);
padding: 21px 0px;
padding-top: 21px;
padding-left: 20px;
padding-right: 20px;
position: absolute;
bottom: 0;
width: 100%;
background-color: #fff;
left: 0px;
}

#content-quiz{
    margin-bottom: 120px;
    position: relative;
    overflow: auto;
}

/* MEDIA */

@media (min-width: 500px) {
    #content-quiz{
        margin-bottom: 30px;
        position: relative;
        overflow: auto;
    }
}
.quiz-title{
    margin-bottom: 30px;
    margin-top: 30px;
}

#close{
    position: absolute;
    right: -30px;
    top: -17px;
}

#quiz-sl{
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.form-check-label{
    position: relative;
    z-index: 10;
}

.quiz_phone_button{
    background: url('./img/phone.png') no-repeat #152649cd !important; 
    background-position: 10px center  !important;
    background-size: 24px Auto  !important;
    padding: 7px;
    padding-left: 25px;
    border: 1px solid #1526491c;
    width: 190px !important;
    color: #fff;
    margin-right: 15px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
}
.quiz_phone_button:hover{
    color: #fff;
    opacity: .6;
    transition: all 0.5s;
}


.quiz_watsapp_button{
    background: url('./img/whatsapp.png') no-repeat #8cde3a !important; 
    background-position: 10px center  !important;
    background-size: 24px Auto  !important;
    padding: 7px;
    padding-left: 25px;
    border: 1px solid #4a8015;
    min-width: 190px !important;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #152649c6;
    transition: all 0.5s;
}

.quiz_watsapp_button:hover{
    color: #152649c6;
    opacity: .6;
    transition: all 0.5s;
}


#quiz_button {
    padding: 15px 25px;
    background: #8cde3a;
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    overflow-x: hidden; 
    border-radius: 0 !important;
    border: none !important;
}

#quiz_button  .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg); 
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 2.5s infinite linear; 
}


#addon{
    background: url('./img/phone-black.png') no-repeat !important;
    background-size: 20px Auto  !important;
    background-position: center center  !important;
    width: 35px;
}

.quiz_phone{
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    height: 50px;
    background: url('./img/phone-black.png') no-repeat !important;
    background-size: 20px Auto  !important;
    background-position: 15px center  !important;
    border-color: #152649cd;
}
span.phone-desc{
    font-size: 22px;
    line-height: 24px;
}

#lead_button {
    padding: 13px 18px;
    background: #152649cd;
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    overflow-x: hidden; 
    border-radius: 0 !important;
    border: none !important;
    width: 100%;
    max-width: 400px;
}

#lead_button  .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg); 
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 2.5s infinite linear; 
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

.b-quiz{
    margin-top: 15px;
    padding: 7px;
    padding: 20px 15px;
    font-weight: 500;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #2e2e54;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(255,221,111,.36);
    box-shadow: 0 3px 10px 0 rgba(255,221,111,.36);
    background-color: #ffdd6f;
    border: 1px solid #fdcd32;
}

.bonus-quiz{
    margin-top: 15px;
    padding: 7px;
    padding: 20px 15px;
    font-weight: 500;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #515151;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(145, 145, 145, 0.36);
    box-shadow: 0 3px 10px 0 rgba(122, 122, 122, 0.36);
    background-color: #c3c3c3;
    border: 1px solid #8e8e8e;
}
#modal_prev{
    margin-right: 10px;
}