    .question_slide ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    
    .question_slide .ans-slide ul {
       padding-left: 0!important;
       margin: 0;
    }
       form#que_ans_form {
       margin: 0;
    }
    
    .question_slide {
        width: 100%;
    }
    
    .question_shortcode_wrapper ul li {
        width: 22%;
        list-style: none;
        margin: 0 1.5% 15px;
    }
    
    .answer_box {
        position: relative;
        color: #fff;
        background: #018ebb;
        border-radius: 5px;
        padding: 6px;
        -webkit-background-clip: padding-box;
    }
    .answer_icon {
        height: 150px;
        max-width: 150px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .que-progress-bar {
        background-color: #018EBB;
    }
    
    .answer-text {
        height: 50px;
        line-height: 22px;
        border-top: rgba(0, 0, 0, .1) solid 1px;
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
        text-align: center;
        font-size: 18px;
        vertical-align: middle;
        display: table-cell;
    }
    .answer_box label input[type=checkbox],
    .answer_box label input[type=radio] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    .owl-carousel .owl-nav button.owl-prev svg {
       width: 30px;
       height: 30px;
    }
    .question_shortcode_wrapper .owl-next,
    .question_shortcode_wrapper .owl-prev span {
        display: none;
    }
    .question_shortcode_wrapper i.fas.fa-arrow-left {
        font-size: 22px!important;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
    }
    .question_shortcode_wrapper button.owl-prev {
        width: 3%;
    }
    /*.question_shortcode_wrapper button.owl-prev span {
        font-size: 30px!important;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
    }*/
    span.back_front_slider,
    button.owl-prev {
       
        background-size: 30px!important;
        background-repeat: no-repeat!important;
        height: 30px;
    }
    button.owl-prev:focus {
        outline: none!important;
    }
    
    .question_shortcode_wrapper .owl-prev {
        position: absolute;
        top: 0;
    }
    .temp-slider-loader.owl-carousel {
      height: 370px;
      overflow: hidden;
    }
    .question_title {
        padding-left: 30px;
        text-align: center;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    
    .contact_form_wrapper input[type=text],
    .contact_form_wrapper textarea,
    .contact_form_wrapper input[type=email] {
        width: 100%;
        padding: 12px;
        border-radius: 4px;
        box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, 0.08) inset;
        background-color: rgb(242, 242, 242);
        border: none;
    }
    
    .contact_form_wrapper input[type=submit] {
        font-weight: 300;
        font-style: normal;
        text-transform: none;
        letter-spacing: 0em;
        border-radius: 0.3em;
        padding: 0.8em 1.8em;
        background: #018EBB;
        border-color: transparent;
        color: #ffffff!important;
    }
    
    .que-progressbar_total {
        height: 7px;
        //width: calc(100% - 80px);
        margin: auto;
        /*right: 0;
        left: 0;
        position: absolute;*/
        -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
    }
    
    .que-progress-bar {
        height: 100%;
        text-align: center;
        transition: all 600ms ease-in-out;
    }
    
    .que-progress-percentage {
        background: #018ebb;
        top: 20px;
        padding: 2px 4px 4px;
        border-radius: 3px;
        min-width: 56px;
        display: inline-block;
        font-weight: bolder;
        font-size: 14px;
        line-height: 14px;
        text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
        transition: all 600ms ease-in-out;
        box-sizing: border-box;
    }
    
    span.que-progress-percentage {
        top: 20px;
        padding: 2px 4px 4px;
        border-radius: 3px;
        min-width: 56px;
        display: inline-block;
        position: relative;
        font-weight: bolder;
        font-size: 14px;
        background: #018ebb;
        line-height: 14px;
        text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }
    
    span.progress_triangle {
        border-color: transparent transparent #018ebb transparent;
        position: absolute;
        width: 0;
        height: 0;
        top: -6px;
        right: 0;
        left: 0;
        margin: auto;
        border-style: solid;
        border-width: 0 5px 6px 5px;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }
    
    .progress_number {
        color: #fff;
    }
    
    .que-progressbar_wrapper {
        bottom: 0;
        width: 100%;
        height: 68px;
        position: relative;
    }
    
    .que-progress-step {
        color: #018ebb;
        position: absolute;
        right: 0;
        font-size: 14px;
        line-height: 24px;
        /*text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);*/
    }
    
    .question_slide button.owl-prev.disabled {
        display: none;
    }
    
    .form_submit_button input {
        padding: 10px 24px;
        background: #018ebb;
        border: none;
        color: #fff;
        font-size: 17px;
        border-radius: 6px;
        cursor: pointer;
    }
    
    .ans-slide {
        text-align: center;
    }
    
    .submit_title {
        margin-bottom: 27px;
    }
    
    .ans-slide ul li label:hover {
        cursor: pointer!important;
    }
    
    .contact_form_wrapper {
        text-align: left!important;
    }
    
    div#form-append-fields input {
        height: 0;
        width: 0;
        visibility: hidden;
    }
    
    .contact_form_wrapper div.wpcf7-response-output {
        margin: 0!important;
    }
    
    .contact_form_wrapper input.wpcf7-form-control.wpcf7-submit {
        margin-bottom: 5px;
    }
    
    .contact_form_field input[type=text],
    .contact_form_field input[type=email],
    .contact_form_field input[type=tel],
    .contact_form_field textarea {
        display: block;
        width: 100%;
        margin-bottom: 20px!important;
        padding: 10px;
        border-color: #ddd;
        border-radius: 7px;
        background: #f4f4f4;
        font-size: 14px;
        margin-top: 0;
    }
    
    .contact_form_field input[type=text]:focus,
    .contact_form_field input[type=email]:focus,
    .contact_form_field textarea:focus {
        border-color: #ddd;
    }
    
    .contact_form_field {
        text-align: left;
        width: 98%;
        margin: auto;
    }
    
    .submit_button_wrapper {
        margin-top: 10px;
    }
    
    .submit_button_wrapper input {
        background: #018ebb;
        color: #fff;
        border: navajowhite;
        padding: 15px;
        border-radius: 50px;
        font-size: 18px;
        width: 100%;
    }
    
    .contact_form_message {
        padding-top: 15px;
        padding-bottom: 35px;
    }
    
    .form_success_message {
        align-items: center;
    }
    
    .form_success_message {
        color: #4F8A10;
        padding: 4px;
    }
    
    .contact_form_message i {
        padding: 0 10px;
    }
    
    .contact_submit_button:hover {
        cursor: pointer;
    }
    
    .contact_form_message {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 99;
        display: none;
    }
    
    .form_success_message {
        color: #4F8A10;
        padding: 25px;
    }
    
    .form_success_message {
        width: 25%;
        margin: auto;
        height: auto;
        background: #fff!important;
        position: relative;
        margin-top: 20%;
        border-radius: 5px;
    }
    
    .form_success_box {
        width: 100%;
        position: relative;
    }
    
    .form_success_check {
        height: 70px;
        width: 70px;
        background: #71C53F;
        margin: auto;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        margin-top: -60px;
        color: #fff;
    }
    input[type=radio].slide-answers:checked + span.answer_check,
    input[type=checkbox].slide-answers:checked + span.answer_check {
        background-image: url(../images/checked.png);
        background-size: 30px;
        height: 40px;
        background-position: right;
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        right: 10px;
       /* top: 5px;*/
        visibility: visible;
        transition-delay: 0.5s;
    }
    span.answer_check {
        visibility: hidden;
    }
    .form_success_text {
        text-align: center;
        padding-top: 15px;
    }
    
    .form_success_text a {
        width: 100%;
        display: block;
        background: #71C53F;
        color: #fff;
        padding: 6px;
        font-size: 15px;
        margin-top: 15px;
    }
    
    .success_message_word {
        font-size: 30px;
        color: #000;
        padding-bottom: 15px;
        margin: 0;
    }
    
    .form_success_text p {
        color: #000;
        line-height: 23px;
    }
    
    .success_message_word {
        line-height: 1.3em;
    }
    
    .form_success_text a {
        border-radius: 5px;
    }
    
    .form_input_field {
        width: 49%;
    }
    
    .contact_field_wrapper {
        display: flex;
        justify-content: space-between;
    }
    
    .contact_form_field label {
        font-weight: 600;
        margin-bottom: 5px;
        display: inline-block;
    }
    
    label.terms_label {
        font-weight: normal;
    }
    
    .answer_icon svg,
    .answer_icon img {
        max-width: 100px!important;
        width: 100%;
        max-height: 100px;
    }
    
    .contact_text {
        margin: 0;
    }
    .question_slide.owl-carousel .owl-item {
        overflow: hidden;
    }
    div#dashboard_line_chart {
        width: 100%;
    }
    button.continue-button {
        background-color: #018ebb;
        border: 0;
        box-shadow: none;
        color: #fff;
        padding: 8px 25px;
        font-size: 15px;
        border-radius: 6px;
        cursor: pointer;
    }
     span.multiple_text {
        color: #333;
        font-size: 14px;
    }
    button.continue-button span {
        margin-right: 8px;
    }
    .question_title h2 {
        padding-bottom: 0;
        margin-bottom: 3px;
    }
    #que_ans_form .continue-button .svg-inline--fa {
        width: .625em!important;
        height: auto!important;
    }
    .answer-text-wrapper {
        display: table;
        width: 100%;
    }
    /*===================== Start Abandon Popup =================*/
    .main-content {
        background: #fff;
        padding: 10px 20px;
    }
    .abandoning-action {
        padding: 25px;
        background: #f4f4f4;
    }
    .abandoning-popup-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.6);
        z-index: 999999;
        display: none;
    }
    .abandoning-popup-content {
        position: absolute;
        max-width: 500px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        line-height: 25px;
        background-size: 100%;
        background-position: center;
        top: 25%;
        position: relative;
        background-repeat: no-repeat
    }
    span.popup-close {
        position: absolute;
        right: 0;
        z-index: 999999;
        top: 0;
        text-transform: uppercase;
        font-family: monospace;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        cursor: pointer;
        background-color: #000;
        color: #fff;
        width: 20px;
        
    }
    .abandoning-inner-content p {
        margin: 0;
        line-height: 30px;
        font-family: monospace;
        font-size: 20px;
        padding: 0;
    }
    .abandoning-inner-content {
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .abandoning-leaving, .abandoning-shopping {
        color: #fff;
        background-color: rgb(17, 112, 143);
        font-size: 16px;
        padding: 8px 15px;
        line-height: 23px;
        position: relative;
    }
    .abandoning-leaving {
        background-color: rgb(150, 150, 150);
    }
    .abandoning-leaving:visited, .abandoning-shopping:visited,
    .abandoning-leaving:hover, .abandoning-shopping:hover {
        color: #fff;
    }
    /*===================== End Abandon Popup =================*/
    /*===================== Front Form Start ==================*/
    .lr-form-field-item {
        padding-left: 8px;
        padding-right: 8px;
    }
    .lr-form-field-item.lr-form-field-two-column {
        width: 50%;
        display: inline-block;
        float: left;
    }
    .lr-form-field-item.lr-form-field-one-column {
        float: left;
        width: 100%;
    }
    .question_slide .ans-slide .front-radio-group {
        display: inline-block;
    }
    .question_slide .ans-slide .front-radio-group li {
        display: inline-block;
    }
    .label-required-star {
        color: red;
    }
    .answer_box {
        width: 100%;
    }
    /*===================== Front Form End ==================*/
    @media only screen and (max-width: 1280px) {
        .form_success_message {
            width: 35%;
        }
    }
    
    @media only screen and (max-width: 1266px) {
        .question_shortcode_wrapper ul li {
            width: 19%;
        }
        .email-field {
            /*width: 49%!important;*/
            display: inline-block!important;
            margin-left: 0px!important;
        }
        .name-field {
            margin-right: 15px!important;
        }
    }
    
    @media only screen and (max-width: 1140px) {
        .question_shortcode_wrapper ul li {
            width: 20%;
        }
        .answer_icon {
            height: 120px;
            width: 120px;
        }
        .answer-text {
            font-size: 16px;
        }
    }
    
    @media only screen and (min-width: 1024px) {
        .contact_form_wrapper {
            padding: 15px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width:991px) {
        .question_shortcode_wrapper ul li {
            width: 45%;
        }
        .name-field {
            width: 100%!important;
            margin-left: 0!important;
        }
        .email-field {
            width: 100%!important;
            margin-left: 0!important;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .ans-slide ul {
            margin-left: 0;
        }
        .name-field {
            width: 100%!important;
            margin-left: 0!important;
        }
        .email-field {
            width: 100%!important;
            margin-left: 0!important;
        }
        .question_slide ul {
            padding-left: 0!important;
            display: block;
            width: 100%;
            height: 100%!important;
        }
        .question_shortcode_wrapper ul li {
            width: 45%;
            display: inline-block;
            margin: 0;
            margin-bottom: 2px;
            margin-right: 2px;
        }
        .answer_box label input[type=radio] {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            cursor: pointer;
        }
        .answer_box:hover {
            border: none!important;
        }
        .answer_icon {
            height: 68px!important  ;
            width: 68px;
        }
        .owl-carousel .owl-nav button.owl-prev svg {
            width: 15px;
            height: 15px;
        }
        .question_title{
            padding: 0;
        }
        input[type=radio].slide-answers:checked + span.answer_check,
        input[type=checkbox].slide-answers:checked + span.answer_check{
            background-size: 20px;
        }
        .answer_icon svg,
        .answer_icon img {
            height: 50px;
        }
        .question_title{
            padding-bottom: 4px;
        }
        button.continue-button{
            margin-top: 5px;
            font-size:10px;
        }
        .answer-text {
            height: 50px!important;
            border: none;
            box-shadow: none;
            font-size: 15px;
            line-height: 25 px;
        }
        .answer_box label {
            display: block;
            position: relative;
        }
        .ans-slide .answer_box {
            padding: 10px 15px;
            border: 1px solid #ddd!important;
        }
        .que-progress-step {
            text-align: right;
        }
        .question_title {
            padding-left: 0;
        }
        .question_title h2 {
            font-size: 16px;
            padding: 0;
        }
        .ans-slide .selected-answer {
            background: #f4f4f4;
            box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
        }
        .answer_box.selected-answer label input:checked~.custom-checkbox {
            background-color: #018ebb;
        }
        span.custom-checkbox {
            position: absolute;
            height: 22px;
            width: 22px;
            background-color: #eee;
            border-radius: 50%;
            right: 0;
        }
        .answer_box.selected-answer label input:checked~.custom-checkbox:after {
            display: block;
        }
        .answer_box label .custom-checkbox:after {
            top: 6px;
            left: 6px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: white;
            content: "";
            position: absolute;
            display: none;
        }
        .que-progress-step {
            font-size: 11px;
        }
        .que-progressbar_total {
            width: 100%;
        }
        span.custom-checkbox {
            display: none;
        }
        .form_success_message {
            width: 90%;
            margin-top: 34%;
        }
        .question_shortcode_wrapper .slide-layout-1 ul li {
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }
        .question_shortcode_wrapper .slide-layout-1 ul li .answer_icon {
            height: 35px !important;
            width: 35px;
            display: inline-block;
            vertical-align: middle;
            line-height: 35px;
        }
        .question_shortcode_wrapper .slide-layout-1 ul li .answer_icon img {
            height: auto;
            line-height: 35px;
            vertical-align: middle;
        }
        .question_shortcode_wrapper .slide-layout-1 .answer-text-wrapper {
            display: inline-block;
            width: 80%;
            margin-left: 5%;
            vertical-align: middle;
        }
        .question_shortcode_wrapper .slide-layout-1 .answer-text-wrapper .answer-text {
            padding: 0;
            height: auto!important;
        }
        .question_shortcode_wrapper .slide-layout-1  .answer_icon svg, .question_shortcode_wrapper .slide-layout-1 .answer_icon img {
            height: 100%;
        }
    }
@media only screen and (max-width: 1700px) {
    .abandoning-action {
        padding: 25px 15px;
    }
}
@media only screen and (max-width: 1600px) {
    .form_success_message {
         width: 27%;
    }
}
@media only screen and (max-width: 1500px) {
    .form_success_message {
         width: 29%;
    }
    
}
@media only screen and (max-width: 1400px) {
    .form_success_message {
         width: 31%;
    }
}
@media only screen and (max-width: 1300px) {
    .form_success_message {
        width: 33%;
    }

}

@media only screen and (max-width: 1100px) {
    .form_success_message {
         width: 38%;
        margin-top: 25%;
    }
    .abandoning-inner-content p{
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    .form_success_message {
         width: 43%;
         margin-top: 28%;
    }
}

@media only screen and (max-width: 480px) {
    .form_success_message {
        width: 90%;
         margin-top: 53%;
    }
    .abandoning-popup-content {
        max-width: 90%!important;
    }
    .abandoning-leaving, .abandoning-shopping{
        font-size: 13px;
        padding: 8px 8px;
    }
}
@media only screen and (max-width: 480px) {
    .abandoning-action {
        padding: 25px 10px;
    }
    .abandoning-leaving, .abandoning-shopping {
        font-size: 11px;
    }
    .abandoning-inner-content p {
        font-size: 16px;
    }
}
