.elementor-20863 .elementor-element.elementor-element-655942d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--border-radius:0px 0px 0px 0px;--padding-top:50px;--padding-bottom:25px;--padding-left:50px;--padding-right:50px;}.elementor-20863 .elementor-element.elementor-element-5d7ff52{--display:flex;--gap:5px 5px;--background-transition:0.3s;}.elementor-20863 .elementor-element.elementor-element-82afe5d{text-align:center;}.elementor-20863 .elementor-element.elementor-element-82afe5d .elementor-heading-title{color:#20317A;font-family:"Roboto", Sans-serif;font-size:26px;font-weight:700;line-height:36px;}.elementor-20863 .elementor-element.elementor-element-82afe5d.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-20863 .elementor-element.elementor-element-3453aa9{text-align:center;}.elementor-20863 .elementor-element.elementor-element-3453aa9 .elementor-heading-title{color:#20317A;font-family:"Roboto", Sans-serif;font-size:20px;font-weight:400;line-height:24px;}.elementor-20863 .elementor-element.elementor-element-82b2f60 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-20863 .dialog-message{width:750px;height:auto;}#elementor-popup-modal-20863{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-20863 .dialog-close-button{display:flex;}#elementor-popup-modal-20863 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-20863 .elementor-element.elementor-element-82afe5d .elementor-heading-title{font-size:30px;line-height:40px;}.elementor-20863 .elementor-element.elementor-element-3453aa9 .elementor-heading-title{font-size:30px;line-height:40px;}}/* Start custom CSS for shortcode, class: .elementor-element-82b2f60 */.cf7-quiz-box {
  max-width: 600px;
  margin: 0 auto;
  padding: 0px;
  border-radius: 10px;
}
.cf7-quiz-box h3 {
  font-size: 18px;
  color: #002f6c;
  margin-bottom: 20px;
}
.wpcf7-radio {
  margin-bottom: 15px;
}
input[type="radio"] {
  margin-right: 5px;
}

.wpcf7-response-output{
    display: none;
}
.submit-btn{
    width: 100%;
    text-align: center;
}

input[type="submit"]{
    margin-top: 30px;
    background-color: #E76064;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 14em;
    border: 1px solid #E76064;
}
.cf7-quiz-box p:last-child {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.wpcf7-spinner{
    margin-top: 10px;
    width: 25px !important;
}
.wpcf7-spinner:first-of-type{
    display: none;
}
#recommendation-message{
    font-weight: bold;
    margin-top: 15px;
    padding: 10px;
    border: 2px solid #E76064;
    color: #20317A;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    text-align: center;
    justify-content: center;
}


/*----------------*/

.cf7-quiz-box  {
    margin-top: 20px;
    color: #20317A;
    .field-cover{
        background-color: #F1F9FF !important;
        margin: 0px;
        padding: 20px 30px 20px;
        border-radius: 8px;
    }
    label{
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 8px
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        border-radius: 8px;
        font-size: 16px;
        font-family: "Roboto";
        border: 1px solid #1F2F7F;
        color: #1F2F7F;
    }
    p{
        font-size: 18px;
        font-weight: 400;
       align-items: start !important;
        span{
            width: 100%;
        }
        .wpcf7-radio{
            display: inline-flex;
        }
        
    }
    ol{
        padding: 25px 10px 0px 30px;
    }
}
.cf7-quiz-box > :last-child{
    align-items: center !important;
}/* End custom CSS */