Instructions:
Step 1. Copy the code below by clicking on the copy button and paste in 2 sections
Step 2. Paste the code into the Survey Styles Custom CSS Section
Step 3. Paste the code into the Funnel Custom CSS as well
Step 4. Add HTML Code In Survey HTML/JS field
Enjoy!

HTML Code Start Here

 

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous">

 

:root {
    --primary-color: #44c3e4;
    --secondary-colors: #44c3e4;
    --hover-color: #32adcc;
    --main-bg-color: linear-gradient(0deg, rgba(27, 27, 27, 1) 0%, rgba(83, 83, 83, 1) 100%) !important;
    --primary-font: "Roboto", sans-serif;
}

.hl-app #form-builder {
    width: 100%;
    max-width: 950px !important;
    -webkit-box-shadow: 0 0 60px #30303025 !important;
    box-shadow: 0 0 60px #30303025 !important;
    position: relative !important;
    font-family: var(--primary-font);
}

.hl_wrapper--inner {
    padding: 0 !important;
    margin: 0 auto !important;
}

section.hl_form-builder--main {
    padding: 0 !important;
    margin: 0 auto !important;
}

#form-builder section div.ghl-form-wrap {
    width: 100% !important;
    max-width: 100% !important;
}

#form-builder form.ghl-survey-form {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    border: none !important;
    padding: 1rem !important;
    background: rgb(27, 27, 27) !important;
    background: var(--main-bg-color) !important;
}

.ghl-survey-form div.ghl-footer-preview.ghl-footer,
.hl-app .ghl-footer,
form.ghl-survey-form div.ghl-footer {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: var(--primary-color) !important;
}

.hl-app .ghl-button,
.hl-app .ghl-file-field input[type="button"],
.hl-app .ghl-next-button {
    background-color: var(--primary-color) !important;
}

form div.ghl-button-bar {
    display: flex !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
    direction: rtl !important;
    text-align: center !important;
    width: 100% !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 0 !important;
}

.ghl-survey-form button.ghl-mobile-back.ghl-back-button.ghl-button {
    float: none !important;
    margin: 0 auto !important;
    min-height: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
    text-indent: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: var(--primary-color) !important;
    color: #fff !important;
}

.ghl-survey-form button.ghl-mobile-next.ghl-next-button.ghl-button {
    float: none !important;
    margin: 0 auto !important;
    min-height: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
    text-indent: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: var(--primary-color) !important;
    color: #fff !important;
}

.hl-app .ghl-footer .ghl-btn-align {
    float: none !important;
    top: 0 !important;
}

.ghl-survey-form span.right-pointing-triangle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: flex-end !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    direction: ltr !important;
    height: 60px !important;
}

.ghl-survey-form span.left-pointing-triangle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    direction: ltr !important;
    height: 60px !important;
}

.ghl-survey-form button.ghl-mobile-next.ghl-next-button span::after {
    content: "\f101" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-size: 20px !important;
    margin-left: 5px !important;
    font-weight: 900 !important;
    margin-top: 2px !important;
    -webkit-animation: shake-horizontal 15s infinite both;
    animation: shake-horizontal 15s infinite both;
}

.ghl-survey-form button.ghl-mobile-next.ghl-next-button span::before {
    content: "Next" !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

.ghl-survey-form button.ghl-mobile-back.ghl-back-button span::after {
    content: "Previous" !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

.ghl-survey-form button.ghl-mobile-back.ghl-back-button span::before {
    content: "\f100" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-size: 20px !important;
    margin-right: 5px !important;
    font-weight: 900 !important;
    margin-top: 2px !important;
}

.ghl-survey-form div.ghl-btn-submit div {
    position: absolute !important;
    right: 15px !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
}

form.ghl-survey-form div.ghl-ques-wrap-less.ghl-question-set {
    margin: 0 auto !important;
    overflow: hidden !important;
    zoom: 0 !important;
    z-index: 10 !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    zoom: 0 !important;
    z-index: 10 !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    padding: 0 !important;
}

.ghl-survey-form input#nextButton.ghl-next-button.ghl-button {
    float: none !important;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-weight: 500 !important;
    background: var(--primary-color) !important;
    font-size: 18px;
}

.hl-app .ghl-progress-bar {
    position: absolute !important;
    width: 30% !important;
    left: 50% !important;
    margin: 0 !important;
    clear: both !important;
    height: 15px !important;
    zoom: 1 !important;
    line-height: 15px !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    z-index: 99 !important;
}

.vdpFloating .vdpInnerWrap {
    max-width: 100% !important;
}

.vdpOuterWrap.vdpFloating {
    position: relative !important;
    padding: 0 !important;
    z-index: 220;
}

.multiselect__content-wrapper {
    position: relative !important;
}

#_builder-form label {
    font-size: 20px !important;
    line-height: 1.5em !important;
}

#_builder-form label:first-child {
    color: #000 !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 1.5em !important;
}

.hl-app .ghl-progress-bar-text {
    border: none !important;
    color: #0e8df1 !important;
    background-color: #fff !important;
    font-size: 18px !important;
    width: 25% !important;
    border-radius: 10px 0 0 10px;
    height: 15px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 0 !important;
}

.hl-app .ghl-progress-bar-background {
    width: 75% !important;
    background-color: #dedede !important;
    border-left: 1px solid #fff;
    float: left;
    border-radius: 0 10px 10px 0 !important;
    border: none !important;
}

.hl-app .ghl-progress-bar-inner {
    background-color: #fff !important;
    height: 15px !important;
    border-radius: 0;
    -webkit-transition: ease-in-out 0.5s !important;
    transition: ease-in-out 0.5s !important;
}

.hl-app .option label:after {
    border: 1px solid #0e8df1 !important;
    background-color: #0e8df1 !important;
}

.hl-app .option-radio label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #e6edf2;
    background: #fff;
    position: absolute;
    top: 50% !important;
    left: 0;
    box-sizing: border-box;
    transform: translate(0, -50%) !important;
}

.hl-app .option-radio label:after {
    content: "";
    top: 50% !important;
    left: 0;
    transform: translate(0, -50%) !important;
    border: 1px solid var(--primary-color) !important;
    background-color: var(--primary-color) !important;
}

.hl-app .option-radio {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    min-height: 55px !important;
    align-items: center !important;
}

.hl-app .option-radio:hover {
    padding: 0 1rem !important;
    background: var(--hover-color) !important;
    transition: all 0.5s ease !important;
}

.hl-app .option-radio:hover label:before {
    left: 1% !important;
    transition: all 0.5s ease !important;
}

.hl-app .option-radio:hover label:after {
    left: 1% !important;
    transition: all 0.5s ease !important;
}

.hl-app input[type="email"],
.hl-app input[type="number"],
.hl-app input[type="password"],
.hl-app input[type="text"],
.hl-app textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #fff !important;
    border-radius: 0 !important;
    padding: 0.5rem 0.75rem;
    border: 2px solid #dcdcdc !important;
    max-width: 100% !important;
}

.form-builder--item-input .multi_select_form input.multiselect__input {
    width: 0;
    border: 0 !important;
    border-radius: 0 !important;
    position: absolute;
    padding: 0;
}

.multiselect__tags-wrap {
    display: block !important;
}

div.multi_select_form.multiselect {
    background: #fff !important;
    border-radius: 0 !important;
    border: 2px solid #dcdcdc !important;
    overflow: hidden !important;
    min-height: 48px !important;
}

.multiselect__tags {
    border-radius: 0 !important;
    border: 0 !important;
    background: #fff !important;
}

div.date-picker-custom-style.vdpComponent input {
    border: 0 !important;
}

div.vdpWithInput.date-picker-custom-style.date-picker-field-survey {
    border: 2px solid #dcdcdc !important;
    padding: 5px !important;
    border-radius: 0 !important;
    background: #fff !important;
}

.multiOption {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.hl-app .option {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    position: relative !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 300px !important;
    flex: 1 0 300px !important;
    margin: 5px !important;
    border: 2px solid #dcdcdc !important;
    background: #f7f7f7 !important;
}

.hl-app .option label:before {
    border-radius: 0 !important;
    border: 2px solid var(--primary-color) !important;
    top: 7px !important;
    left: 5px !important;
}

.hl-app .option label::after {
    border-radius: 0 !important;
    border: 2px solid var(--primary-color) !important;
    top: 7px !important;
    left: 5px !important;
}

.hl-app .multi_select_form .multiselect__select {
    top: 8px !important;
    z-index: 9 !important;
}

.multiselect__tag {
    color: #fff !important;
    background: var(--primary-color) !important;
    line-height: 30px !important;
}

.multiselect__tag-icon:after {
    content: "\D7" !important;
    color: #fff !important;
    font-size: 20px !important;
}

.multiselect__tag-icon:hover {
    content: "\D7" !important;
    color: #fff !important;
    font-size: 20px !important;
    background: var(--primary-color) !important;
}

.selectable .vdpCellContent {
    color: var(--primary-color);
    width: 38px !important;
    height: 38px !important;
}

.vdpCell.selected .vdpCellContent {
    color: #fff !important;
    background: var(--primary-color) !important;
}

.ghl-survey-form div.ghl-next-prev.ghl-btn-align:nth-child(1) {
    width: 50% !important;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    background: var(--primary-color);
    padding: 0 20px;
}

.ghl-survey-form div.ghl-next-prev.ghl-btn-align:nth-child(2) {
    width: 50% !important;
    height: 60px !important;
    background: var(--primary-color);
    padding: 0 20px;
}

.hl-app .ghl-footer-wrap {
    width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
    margin: 0 !important;
}

.hl-app .container-group-image .img-opt-title {
    background: var(--primary-color) !important;
}

.hl-app .ghl-question-set .ghl-question {
    padding: 1rem !important;
    background: #fff !important;
}

.ghl-survey-form div.ghl-next-prev.ghl-btn-align:hover:nth-child(1) {
    background: var(--primary-color) !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}

.ghl-survey-form div.ghl-next-prev.ghl-btn-align:hover:nth-child(2) {
    background: var(--primary-color) !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}

form.ghl-survey-form div.ghl-btn-submit.ghl-btn-align {
    padding: 0 20px !important;
}

.progressbar {
    margin: 0 auto;
    padding: 2em 0 3em;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.progressbar-step {
    text-align: center;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.progressbar-step:after,
.progressbar-step:before {
    content: "";
    height: 0.1em;
    background-color: #9f9fa3;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: -50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.progressbar-step:first-child:after,
.progressbar-step:first-child:before {
    display: none;
}

.progressbar-step:after {
    background-color: #00637c;
    width: 0%;
}

.progressbar-step.is-complete+.progressbar-step.is-complete:after,
.progressbar-step.is-complete+.progressbar-step.is-current:after {
    width: 100%;
}

.progressbar-icon {
    width: 0.1em;
    height: 0.1em;
    background-color: #9f9fa3;
    fill: #9f9fa3;
    border-radius: 50%;
    padding: 0.4em;
    max-width: 100%;
    z-index: 10;
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.is-current .progressbar-icon,
.progressbar li:first-child .progressbar-icon {
    fill: #006eee;
    background-color: #006eee;
    padding: 5px;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    border: 1px solid #fff;
}

.progressbar-wrapper {
    font-size: 12px;
    margin: 0 auto;
}

.progressbar li:first-child .progressbar-icon,
.progressbar-step.is-current>svg {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
}

.hl-app .ghl-page-rotateSlideOutNext {
    display: none !important;
}

.hl-app .ghl-page-rotateSlideInNext {
    -webkit-animation: rotateSlideInNextCustom 1s ease both !important;
    animation: rotateSlideInNextCustom 1s ease both !important;
}

.hl-app .ghl-page-rotateSlideOutPrev {
    display: none !important;
}

.hl-app .ghl-page-rotateSlideInPrev {
    -webkit-animation: rotateSlideInPrevCustom 1s ease-out !important;
    animation: rotateSlideInPrevCustom 1s ease-out !important;
}

.hl-app .col-md-12 {
    padding: 0 1rem !important;
}

.hl-app .h3,
.hl-app h3 {
    font-size: 1.75rem !important;
    text-align: center !important;
    background: #fff !important;
    height: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 1rem !important;
    line-height: 1.6em !important;
    min-height: 150px !important;
}

.ghl-footer .ghl-footer-preview {
    display: flex !important;
}

@media only screen and (max-width: 765px) {
    .hl-app .ghl-progress-bar {
        display: none !important;
    }
}