.__unstyled{
    display: none;
}
.LiveField__error{
    border-radius: 30px;
    width: 60%;
    align-self: center;
    bottom: 50px;
    margin: 0 auto;
}
.LiveField__header{
    display: none;
}
.LiveField__answer{
    width: 100%;
    display: flex;
    justify-content: center;
}
figure{
    margin: 0 !important;
}
.editor.editor--live.Paperform__Container{
    padding: 0 !important;
}
.editor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > *{
    max-width: 100% !important;
}
textarea.LiveField__input[rows]{
    padding: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(230,230,230,.8);
}
textarea.LiveField__input[rows]:hover{
    background: transparent;
}
textarea.LiveField__input[rows]:focus{
    box-shadow: none !important;
}
form.LiveFieldSection,
.LiveField{
    width: 100% !important;
    padding-bottom: 20px !important;
}
.LiveField .LiveField__container {
    padding: 0 0 20px 0;
    display: flex;
    justify-content: center;
}
.LiveField__answer span{
    width:100%;
}
.Paperform__Question--3j7bh .ChoicesQuestion{
    max-width:1250px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
 .LiveField__answer .Choices{
     justify-content: center !important;
 }
.steps-one, .steps-two, .steps-three{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.steps-one ul, .steps-two ul, .steps-three ul{
    list-style: none !important;
    display: flex;
    justify-content: space-between;
    margin:0 !important;
    padding:0 !important;
    width:60%;
}
.steps-one ul li, .steps-two ul li, .steps-three ul li{
    padding: 0 20px;
    width: 100%;
    position: relative;
    height: 55px;
    display:flex;
    align-items:center;
}

.steps-one ul li span, .steps-two ul li span, .steps-three ul li span{
    font-size: 25px;
    font-weight: 700;
    color: #fff !important;
    z-index: 15 !important;
    text-align: center !important;
    padding-left: 5px;
}
.steps-one ul li:before, .steps-two ul li:before, .steps-three ul li:before{
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background:#8B97C1;
    border:solid 10px #E9EEFF;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:-1 !important;
}
.steps-one ul li:after, .steps-two ul li:after, .steps-three ul li:after{
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background:url('https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2023/09/mjd-from-arrow.svg') no-repeat center center;
    background-size:100% auto;
    width: calc(100% - 110px);
    height: 18px;
    left: 85px;
}
.steps-one ul li:last-child, .steps-two ul li:last-child, .steps-three ul li:last-child{
    width:55px;
}
.steps-one ul li:last-child::after, .steps-one two li:last-child::after, .steps-three ul li:last-child::after{
    display: none!important;
}
.steps-one ul li:first-child::before{
    background:#2122B4;
}
.steps-two ul li:nth-child(2):before{
    background:#2122B4;
}
.steps-two ul li:nth-child(1):before{
    background:#1F19DD;
}
.steps-three ul li:before{
    background:#1F19DD;
}
.mjd-form__title{
    text-align:center;
    font-size:30px !important;
    font-weight: 700 !importnat;
    color:#03045E;
    display:flex;
    justify-content:center;
    padding-top: 10px;
}
.Choices__choice{
    background: #fff;
    display: flex;
    flex-direction: column-reverse;
    width: 237px;
    height: 230px;
    margin:0 7px 15px 7px;
    padding:20px 30px;
    text-align: left;
    border-radius: 20px !important;
    border: 1px solid #2122b4;
    justify-content: center;
    align-items: flex-start;
}
.ChoicesQuestion.Choices .Choices__choice .material-icons{
    display:none !important;
    margin-top: -2px !important;
}
.Choices__choice.btn-default{
    background:#fff !important;
}
.btn-raised.btn-primary, .Rank__option--selected{
    /*background: #2122B4 !important;*/
}
.Choices__label{
    font-size: 20px !important;
    padding: 10px 0;
    font-weight: 500;
    line-height: 1.4;
    
}
.Paperform__Question--62i6u .Choices__choice:nth-child(1)[aria-checked="true"] .Choices__imagebox img {
    content: url("https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2023/09/law-firm-seo-icon-white.svg");
}
.Paperform__Question--62i6u .Choices__choice:nth-child(2)[aria-checked="true"] .Choices__imagebox img {
    content: url("https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2023/09/website-web-browser-imange-design-white.svg");
}
.Paperform__Question--62i6u .Choices__choice:nth-child(3)[aria-checked="true"] .Choices__imagebox img {
    content: url("https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2023/09/digi-ad-icon-white.svg");
}
.Paperform__Question--62i6u .Choices__choice:nth-child(4)[aria-checked="true"] .Choices__imagebox img {
    content: url("https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2023/09/local-seo-white.svg");
}
.Paperform__Question--62i6u .Choices__choice:nth-child(5)[aria-checked="true"] .Choices__imagebox img {
    content: url("https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2023/09/social-media-iocn-white.svg");
}
.Paperform__Question--9pbv2{
    text-align:center;
}
.Paperform__Question--9pbv2 .Choices__choice, .Paperform__Question--9pbv2 .LiveField__answer div{
    width:100% !important;
    height:auto;
    border:none;
    box-shadow:none;
    border-radius:0 !important;
    padding:0 !important;
    color: #03045E;
    background-color: #fff;
}
.Paperform__Question--9pbv2 .LiveField__answer div{
    display:flex;
    flex-direction: row;
}
.Paperform__Question--9pbv2 .ChoicesQuestion.Choices .Choices__choice .material-icons {
    display: block !important;
    margin-right: 15px;
}
.Paperform__Question--9pbv2 .ChoicesQuestion.Choices .Choices__choice .material-icons svg {
    display: block !important;
    width: 25px;
    height: 25px;
}
.Paperform__Question--9pbv2 .Choices__choice .btn-raised .btn-primary{
    background: #fff;
}
/*-----------step two icons-----------*/
.Choices__choice--2:nth-child(1)[aria-checked="true"] .Choices__imagebox img {
    content: url("https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2024/01/p-injury-icon.svg");
}
.Choices__choice--2:nth-child(2)[aria-checked="true"] .Choices__imagebox img {
    content: url("https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2024/01/worker-comp-icon.svg");
}
.Choices__choice--2:nth-child(3)[aria-checked="true"] .Choices__imagebox img {
    content: url("https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2024/01/crimal-defence-icon.svg");
}
.Choices__choice--2:nth-child(4)[aria-checked="true"] .Choices__imagebox img {
    content: url("https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2024/01/family-law.svg");
}
.Choices__choice--2:nth-child(5)[aria-checked="true"] .Choices__imagebox img {
    content: url("https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2024/01/immigration-law.svg");
}
.Choices__choice--2:nth-child(6)[aria-checked="true"] .Choices__imagebox img {
    content: url("https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2024/01/employment-law-icon.svg");
}
.Choices__choice--2:nth-child(7)[aria-checked="true"] .Choices__imagebox img {
    content: url("https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2024/01/mediacl-malpractice-icon.svg");
}
.Choices__choice--2:nth-child(8)[aria-checked="true"] .Choices__imagebox img {
    content: url("https://marketjdwebsite.kinsta.cloud/wp-content/uploads/2024/01/other-icon.svg");
}
.editor.editor--live .submit{
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    display: flex;
}
.submit  .btn-raised.btn-primary{
    padding: 15px 45px;
    margin-bottom: 90px;
    width: auto;
}
.Choices__choice:last-child{
    margin-bottom: 50px !important;
}
.Paperform__Question--9pbv2 .LiveField__answer div {
    height: 50px !important;
}
.Pagination--progress{
    bottom: 50px !important;
}

@media(max-width: 668px){
    .Choices__choice:last-child{
    margin-bottom: 50px !important;
}
.editor.editor--live .submit{
    justify-content: center;
}
   .mjd-form__title{
        padding-top: 0px;
    }
}
@media (max-width: 480px){
    .steps-one ul li, .steps-two ul li, .steps-three ul li{
        margin: 30px 0 30px 0 !important;
    }
    .steps-title{
        font-size:30px !important;
    }
    .steps-one ul, .steps-two ul, .steps-three ul{
        width:90% !important;
   }
   .LiveField .LiveField__container{
       padding: 0 0 10px 0!important;
   }
   .Choices__choice{
       width: 100%;
       height: 50px !important;
       align-items: center;
       margin:10px 0 10px 0 !important;
       box-sizing: border-box !important;
       border-radius: 10px;
   }
   .Choices__label{
       min-height: 0px !important;
       padding-bottom: 33px;
       font-size: 15px !important;
       
   }
   .Choices__imagebox img{
       display: none !important;
   }
}
.Choices__choice.btn-default{
    padding: 20 30px;
}
.Choices__choice--2[aria-checked="true"]{
    padding: 20px 30px;
}


.Pagination__btn.btn-raised{
    padding: 0 30px;
}
.Pagination__btn.Pagination__btn--next:before {
    content: "Next";
    color: white;
    vertical-align: top;
    position: relative;
    right: 17px;
}
.Pagination__btn.Pagination__btn--previous{
    display: none !important;
}
.Pagination__btn.Pagination__btn--previous:before {
    content: "Previous";
    color: white;
    vertical-align: top;
    position: relative;
    left: 5px;
    top: 0px;
    margin-top: 20px;
    transform: translateX(-50%);
}
.Pagination__btn--next .MaterialIcon.material-icons{
    right: 10px !important;
}
.Pagination__btn--previous .MaterialIcon.material-icons{
    left: 10px !important;
    top: 0px;
    margin-top: 20px;
    transform: translateY(-50%);
}
.MaterialIcon.material-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-top: 4px;
    width: 20px;
}
.Pagination .btn-raised.btn-primary{
    width: 120px;
    border-radius: 30px !important;
}
:first-child.Pagination__btn.btn-raised:last-child:before{
    right: 0;
}
:first-child.Pagination__btn.btn-raised:last-child{
    width: 140px;
}
:first-child.Pagination__btn.btn-raised:last-child:before{
    left: 0;
}