
.survey-step{
    font-family: 'Arial';
}
.survey-container{
    margin: 0 auto;
}
.step-title{
    font-size: 30px;
    font-weight: 900;
    line-height: 1.125em;
    color: #2143a7;
}
.step-title span{
    color: #2143a7;
    display: block;
    font-size: 16px;
}
[data-slug="introduction"]{
    text-align: center;
}
[data-slug="introduction"] p{
    color: #231f20;

}
[data-slug="introduction"] .step-title, [data-slug="result"] .step-title{
    color: #2143a7;
    text-transform: uppercase;
}
[data-slug="result"] .step-title{
    letter-spacing: 2px;
    margin: 0 0 20px;

}
.step-subtitle {
    font-size: 18px;
    line-height: 1.375em;
    font-family: 'Arial';
    color: #fff;
}
[data-slug="introduction"] .survey-text-content{
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
}
[data-slug="result"] .survey-text-content{
    max-width: 50%;
    padding-right: 40px;
}
.survey-button{
    border-radius: 5px !important;
    display: inline-block !important;
    padding: 0.75em 30px !important;
    cursor: pointer !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    transition: 0.2s ease all !important;
    border: 1px solid #006662 !important;
    color: #fff !important;
    font-family: 'Arial' !important;
    border: 1px solid #006662 !important;
    text-decoration: none !important;
    background: #006662 !important;
    box-shadow: inset 0px 0px 40px 0 rgb(0 0 0 / 20%) !important;
}
.survey-button:hover {
    background:none !important;
    color: #2143a7 !important;
}
.survey-wrapper-2{
    padding-bottom: 0;
    padding-top: 0;
}
.multiple-options .option {
    padding-left: 0;
    position: relative;
    font-size: 15px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.multiple-options .option label{
    padding-left: 30px;
    /* transition: 0.3s ease all; */
    cursor: pointer;
    color: #232542;
    display: inline-block;
        font-family: 'Arial';
}
.multiple-options .option input{
    display: none;
}

.multiple-options .option svg{
        position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    border-radius: 50%;
    margin-top: -10px;
    left: 0;
    pointer-events: none;
    cursor: pointer;
    border: 2px solid #2143a7;
}
.survey-text-content{
    width: 50%;
    padding: 40px 15px 40px 80px;
    font-size: 16px;
}

.multiple-options .option svg path{
    stroke: #2143a7;
    stroke-width: 15px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    /* stroke-dasharray: 0, 586.364; */
    opacity: 0;
}
.survey-quiz{
    margin-bottom: 40px;
}
.survey-quiz h2{
    color: #2143a7;
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 25px;
}
.multiple-options .option input:checked ~ svg path{
    opacity: 1;
        stroke-dasharray: 586.364, 586.364;
    stroke-dashoffset: 0;
    transition: stroke-dasharray 0.8s ease-in 0s;
}
.multiple-options .option .explanatory-text {
    font-size: 0.8em;
    font-style: italic;
}
.prev-button{
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #2143a7;
    display: inline-block;
    margin-left: 15px;
}
.survey-button-container{
    margin-top: 20px;
}
.small-text {
    color: #2143a7;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}
.field-input {
    padding-left: 0;
    position: relative;
}
.radio-input {
    padding-left: 25px;
    position: relative;
    line-height: 2em;
    display: inline-block;
    margin-right: 20px;
}
.radio-input label{
    color: #232542;
    display: inline-block;
        font-family: 'Arial';
    display: inline-block;
    font-size: 15px;
    line-height: 1.375;
    padding-left: 30px;
    margin-left: -30px;
    cursor: pointer;
}

.radio-input input{
    display: none;
}
.radio-input svg {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -10px;
    left: 0;
    pointer-events: none;
    cursor: pointer;
    border: 2px solid #2143a7;
    border-radius: 50%;
}
.radio-input svg path{
        stroke: #2143a7;
    stroke-width: 17px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
        stroke-dasharray: 0, 586.364;
    opacity: 0;
}
.radio-input input:checked ~ svg path{
    opacity: 1;
        stroke-dasharray: 586.364, 586.364;
    stroke-dashoffset: 0;
    /* transition: stroke-dasharray 0.8s ease-in 0s; */
}
.survey-container{
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.survey-img{
    width: 50%;
    /* height: 100%; */
}
.survey-img img{
    width: 100%;
    height: 100%;
}
.step-title em{
    color: #2143a7;
    font-style: normal;
}
.survey-step{
    display: none;
}
.survey-step.active{
    display: block;
}
.recommended-speed {
    margin-top: 1em;
    margin-bottom: 2em;
    background: #fff;
    color: #2143a7;

}
.small-text{
    display: block;
    color: #2143a7;
}
.speed-title .small-text{
    font-size: 20px;
}

.speed-title .speed-value{
    font-size: 35px;
}
.speed-title {
    font-size: 40px;
    color: #2143a7;
    display: block;
    margin: 0;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    background: #efefef;
    box-shadow: inset 0px 0px 40px 0 rgb(0 0 0 / 20%);
}
.full-button{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #2143a7 !important;
    border-radius: 5px !important;
    display: inline-block !important;
    padding: 0.75em 30px !important;
    cursor: pointer !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    transition: 0.2s ease all !important;
    border: 1px solid #006662 !important;
    color: #fff !important;
    font-family: 'Arial' !important;
    border: 1px solid #006662 !important;
    text-decoration: none !important;
    background: #006662 !important;
    box-shadow: inset 0px 0px 40px 0 rgb(0 0 0 / 20%) !important;
}
.full-button:hover {
    background:none !important;
    color: #2143a7 !important;
}
.back-to-start {
    color: #2143a7;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    margin-left: 10px;
    text-decoration: underline;
    margin-top: 25px;
    display: inline-block;
}
[data-slug="result"]{
    text-align: center;
}
[data-slug="result"] p{
    font-size: 20px;
    font-weight: 700;
    color: #2143a7;
}
[data-slug="result"] p .call{
    color: #2143a7;
}
[data-slug="result"] p .call a{
    color: inherit;
    text-decoration: none;
}
[data-slug="result"] p .call a:hover{
    text-decoration: underline;
}
.quiz-list{
    margin-top: 0;
    padding-left: 20px;
    list-style-type: disc;
    font-size: 16px;
}
.quiz-list li{
    margin-bottom: 7px;
}
.banner{
    height: 350px;
    background-size: cover;
    background-position: center;
}
.header-bg{
    background: #2143a7;
    padding: 30px 40px;
}
.header-bg img{
    vertical-align: middle;
    max-width: 100%;
}
.logo-cointainer {
    max-width: 500px;
}
.error-message{
    display: none;
    padding: 20 px 0;
    color: #f33f3f;
}
.radiobtn {
    position: absolute;
    top: 5px;
    left: -3px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
input:checked ~ .radiobtn{
  background-color: #6d6b6b;
}

 input:checked ~ .radiobtn:after {
    display: block;
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}
.option .radiobtn {
  top: 0px;
}
.page-id-871 .wrapper.section_wrapper {
    width: 100%;
}
/* .survey-container{
    max-width: 1170px;
} */
@media (max-width: 1920px) {
    .speed-title{
        font-size: 3.2vw;
    }
}

@media (max-width: 1040px) {
    .speed-title{
        font-size: 6.4vw;
    }
    [data-slug="result"] .survey-text-content,.survey-text-content {
        max-width: 780px;
        width: 100%;
        margin-right: 0;
        padding: 30px 15px;
    }
    .survey-container{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
      .survey-step:not([data-role="introduction"]) img{
  display: none;
    }
    .survey-img{

        width: 100%;
    }
    .survey-quiz h2{
        font-size: 24px;
        line-height: 30px;
    }
    .step-title,
    [data-slug="result"] p,
    .full-button {
        font-size: 20px;
    }
    .recommended-speed{
        margin: 0px 0px 1em;
    }
}
@media (min-width: 768px) {
    .quiz-list{
        column-count: 2;
        display: inline-block;
    }

}
@media (max-width: 768px) {
     .survey-step:not([data-role="introduction"]) img{
  display: none;
    }
}
@media (max-width: 480px) {
    [data-slug="result"] .survey-text-content, .survey-text-content{
        width: 100%;
        max-width: 100%;
    }
}