@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
@font-face {
    font-family: 'icomoon';
    src: url('/stylesheets/2016/smiley-fonts/icomoon.eot');
    src: url('/stylesheets/2016/smiley-fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url('/stylesheets/2016/smiley-fonts/icomoon.ttf') format('truetype'),
    url('/stylesheets/2016/smiley-fonts/icomoon.woff') format('woff'),
    url('/stylesheets/2016/smiley-fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.disable-user-select {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
ul,
li,
ol,
dl,
dd,
dt {
    list-style: none;
}
#homeBannerCarousel .carousel-indicators {
    bottom: 0;
    font-size: 0;
    margin-bottom: 16px;
    z-index: 3;
}
#homeBannerCarousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 1px solid #505F82;
    margin: 0 8px 0 0;
}
#homeBannerCarousel .carousel-indicators li:last-child {
    margin: 0;
}
#homeBannerCarousel .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    background: #1B87E6;
    border: 1px solid transparent;
}
.home-banner {
    width: 100%;
    height: auto;
    background: #1B87E6;
    text-align: center;
}
.home-banner.v1,
.home-banner.v6 {
    width: 100%;
    height: 271px;
    background: #ffffff;
    text-align: center;
    background-image: url(/userimages/site_media/homepage-ab-test-background-small.jpg);
    background-position: 72% center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
}
.home-banner.v1 .content-wrapper > h2{
    font-weight: 300;
}

@media only screen and (min-width: 600px) {
    .home-banner.v1,
    .home-banner.v6 {
        background-position: center center;
    }
}
@media only screen and (min-width: 768px) {
    .home-banner.v1,
    .home-banner.v6 {
        height: 276px;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner.v1,
    .home-banner.v6 {
        height: 344px;
    }
    .home-banner.v1 .content-wrapper > h2{
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .home-banner.v1,
    .home-banner.v6 {
        height: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .home-banner.v6 {
        height: auto;
        min-height: 428px;
    }
}
@media only screen and (min-width: 1680px) {
    .home-banner.v6 {
        min-height: 468px;
    }
}
@media only screen and (min-width: 1920px) {
    .home-banner.v6 {
        min-height: 524px;
    }
}
@media only screen and (min-width: 2560px) {
    .home-banner.v6 {
        min-height: 704px;
    }
}
@media only screen and (min-width: 1680px) {
    .home-banner.v1 .content-wrapper,
    .home-banner.v6 .content-wrapper {
        padding-bottom: 112px;
        padding-top: 117px;
    }
}
@media only screen and (min-width: 1920px) {
    .home-banner.v1 .content-wrapper,
    .home-banner.v6 .content-wrapper {
        padding-bottom: 140px;
        padding-top: 145px;
    }
}
@media only screen and (min-width: 2560px) {
    .home-banner.v1,
    .home-banner.v6 {
        background-image: url(/userimages/site_media/homepage-ab-test-background.jpg);
    }
    .home-banner.v1 .content-wrapper,
    .home-banner.v6 .content-wrapper {
        padding-bottom: 230px;
        padding-top: 235px;
    }
}
.home-banner .content-wrapper {
    padding-bottom: 60px;
    padding-top: 60px;
}
@media only screen and (min-width: 768px) {
    .home-banner .content-wrapper {
        padding-bottom: 52px;
        padding-top: 57px;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner .content-wrapper {
        padding-bottom: 72px;
        padding-top: 77px;
    }
}
@media only screen and (min-width: 1200px) {
    .home-banner .content-wrapper {
        padding-bottom: 92px;
        padding-top: 97px;
    }
}
.home-banner .content-wrapper > h1 {
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: 500;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .home-banner .content-wrapper > h1 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner .content-wrapper > h1 {
        font-size: 42px;
    }
}
@media only screen and (min-width: 1200px) {
    .home-banner .content-wrapper > h1 {
        font-size: 52px;
        line-height: 67px;
    }
}
.home-banner .content-wrapper > h1 > span {
    width: 100%;
    display: block;
    position: relative;
}
.home-banner.v6 .content-wrapper > h1 {
    width: 271px;
    margin: 0;
}
@media only screen and (min-width: 600px) {
    .home-banner.v6 .content-wrapper > h1 {
        width: auto;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner.v6 .content-wrapper > h1 {
        font-size: 40px;
        line-height: 1.25;
    }
}
@media only screen and (min-width: 1200px) {
    .home-banner.v6 .content-wrapper > h1 {
        font-size: 48px;
    }
}
.home-banner.v6 .content-wrapper > h1 > span {
    display: initial;
}
@media only screen and (min-width: 600px) {
    .home-banner.v6 .content-wrapper > h1 > span {
        display: block;
    }
}
.home-banner .content-wrapper > h2 {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 10px auto 16px;
}
@media only screen and (min-width: 768px) {
    .home-banner .content-wrapper > h2 {
        font-size: 15px;
        margin: 12px auto 18px;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner .content-wrapper > h2 {
        font-size: 17px;
        margin: 14px auto 20px;
    }
}
.home-banner.v6 .content-wrapper > h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.home-banner .content-wrapper > .signup-btn {
    background: #ff9f00;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding: 10px 36px;
    text-transform: uppercase;
    vertical-align: top;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 768px) {
    .home-banner .content-wrapper > .signup-btn {
        font-size: 17px;
        padding: 11px 38px;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner .content-wrapper > .signup-btn {
        font-size: 18px;
        padding: 12px 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .home-banner .content-wrapper > .signup-btn {
        font-size: 20px;
        padding: 13px 42px;
    }
}
.home-banner .content-wrapper > .signup-btn:hover {
    background: #ffbb33;
    text-decoration: none;
}
.home-banner .content-wrapper.targeted {
    padding-top: 60px;
    padding-bottom: 50px;
    padding-right: 30px;
}
@media only screen and (min-width: 1024px) {
    .home-banner .content-wrapper.targeted {
        padding-right: 15px;
    }
}
.home-banner .welcome-sec {
    width: 100%;
    color: #fff;
    display: inline-block;
    text-align: initial;
}
@media only screen and (min-width: 992px) {
    .home-banner .welcome-sec {
        display: flex;
    }
}
.home-banner .welcome-sec .welcome-sec-left {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
}
@media only screen and (min-width: 768px) {
    .home-banner .welcome-sec .welcome-sec-left {
        width: 675px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .home-banner .welcome-sec .welcome-sec-left {
        width: 850px;
    }
}
.home-banner .welcome-sec .welcome-sec-left span {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 40px;
}
.home-banner .welcome-sec .welcome-sec-left .welcome-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
    .home-banner .welcome-sec .welcome-sec-left .welcome-title {
        font-size: 24px;
    }
}
.home-banner .welcome-sec .welcome-sec-left  h1,
.content-wrapper.targeted h1 span {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}
.home-banner .welcome-sec .welcome-sec-left span.h-title {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .home-banner .welcome-sec .welcome-sec-left  h1,
    .content-wrapper.targeted h1 span {
        font-size: 18px;
    }
}
.home-banner .welcome-sec .welcome-sec-left p .fa {
    font-size: 14px;
    vertical-align: middle;
}
.home-banner .welcome-sec .welcome-sec-left a {
    color: #fff;
}
.home-banner .welcome-sec .welcome-sec-left a:hover {
    text-decoration: underline;
}
.home-banner .welcome-sec .welcome-sec-right {
    width: 320px;
    margin: 20px auto auto;
    text-align: center;
    display: none;
}
@media only screen and (min-width: 992px) {
    .home-banner .welcome-sec .welcome-sec-right {
        width: 320px;
        display: block;
    }
}
.home-banner .welcome-sec .welcome-sec-right .welcome-sec-title {
    background-color: #fff;
    -webkit-border-radius: 25px ;
    -moz-border-radius: 25px ;
    border-radius: 25px ;
    border: 2px solid #1b3380;
    color: #1b3380;
    font-size: 32px;
    font-style: italic;
    line-height: normal;
    padding: 25px;
    position: relative;
}
.home-banner .welcome-sec .welcome-sec-right .welcome-sec-title:before {
    width: 0;
    height: 0;
    border: solid transparent;
    border-right-color: #1b3380;
    border-top-color: #1b3380;
    border-width: 17px;
    content: '';
    left: 50px;
    margin-left: -17px;
    position: absolute;
    pointer-events: none;
    top: 100%;
}
.home-banner .welcome-sec .welcome-sec-right .welcome-sec-title:after {
    width: 0;
    height: 0;
    border: solid transparent;
    border-right-color: #fff;
    border-top-color: #fff;
    border-width: 15px;
    content: '';
    left: 50px;
    margin-left: -15px;
    position: absolute;
    pointer-events: none;
    top: 100%;
}
.home-banner .welcome-sec .welcome-sec-right .qpman-sec img {
    max-width: 130px;
    margin-top: -10px;
    position: relative;
    z-index: 2;
}
.client-scroller {
    background: #eee;
    margin-bottom: 38px;
}
.client-scroller.v10 {
    background: transparent;
}
@media only screen and (min-width: 768px) {
    .client-scroller {
        margin-bottom: 58px;
    }
}
@media only screen and (min-width: 1024px) {
    .client-scroller {
        margin-bottom: 68px;
    }
}
@media only screen and (min-width: 1200px) {
    .client-scroller {
        margin-bottom: 78px;
    }
}
.client-scroller .content-wrapper {
    padding-bottom: 15px;
    padding-top: 15px;
}
@media only screen and (min-width: 768px) {
    .client-scroller .content-wrapper {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .client-scroller .content-wrapper {
        aligin-items: center;
        display: flex;
        justify-content: space-between;
    }
}
.client-scroller .content-wrapper > p {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) {
    .client-scroller .content-wrapper > p {
        width: auto;
        display: inline-block;
        font-size: 14px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .client-scroller .content-wrapper > p {
        font-size: 17px;
    }
}
.client-scroller .content-wrapper > p > span {
    display: inline-block;
    color: #505F82;
}
@media only screen and (min-width: 768px) {
    .client-scroller .content-wrapper > p > span {
        display: block;
    }
}
.client-scroller .content-wrapper > .scroll-list {
    width: 100%;
    font-size: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
@media only screen and (min-width: 768px) {
    .client-scroller .content-wrapper > .scroll-list {
        width: calc(100% - 135px);
        float: right;
    }
}
@media only screen and (min-width: 1024px) {
    .client-scroller .content-wrapper > .scroll-list {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 1200px) {
    .client-scroller .content-wrapper > .scroll-list {
        width: calc(100% - 164px);
    }
}
.client-scroller .content-wrapper > .scroll-list > li {
    width: 20%;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
}
@media only screen and (min-width: 480px) {
    .client-scroller .content-wrapper > .scroll-list > li {
        width: 25%;
    }
}
@media only screen and (min-width: 500px) {
    .client-scroller .content-wrapper > .scroll-list > li {
        width: 20%;
    }
}
@media only screen and (min-width: 768px) {
    .client-scroller .content-wrapper > .scroll-list > li {
        width: 20%;
    }
}
@media only screen and (min-width: 1024px) {
    .client-scroller .content-wrapper > .scroll-list > li {
        width: auto;
        padding: 0;
    }
}
.client-scroller .content-wrapper > .scroll-list > li > img {
    display: inline-block;
    max-width: 100%;
}
.client-scroller.sprite .content-wrapper > .scroll-list > li {
    width: 33%;
    height: 36px;
    background-image: url('/images/outside/qphome/client-sprite.png');
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
}
@media only screen and (min-width: 500px) {
    .client-scroller.sprite .content-wrapper > .scroll-list > li {
        width: 25%;
    }
}
@media only screen and (min-width: 1200px) {
    .client-scroller.sprite .content-wrapper > .scroll-list > li {
        width: 16.66%;
    }
}
.client-scroller.sprite .content-wrapper > .scroll-list > li.toyota {
    background-position: -30px 0;
}
@media only screen and (min-width: 768px) {
    .client-scroller.sprite .content-wrapper > .scroll-list > li.toyota {
        background-position: 0 0;
    }
}
.client-scroller.sprite .content-wrapper > .scroll-list > li.samsung {
    background-position: -30px -36px;
}
@media only screen and (min-width: 768px) {
    .client-scroller.sprite .content-wrapper > .scroll-list > li.samsung {
        background-position: 0 -36px;
    }
}
.client-scroller.sprite .content-wrapper > .scroll-list > li.united-states {
    background-position: -30px -72px;
}
@media only screen and (min-width: 768px) {
    .client-scroller.sprite .content-wrapper > .scroll-list > li.united-states {
        background-position: 0 -72px;
    }
}
.client-scroller.sprite .content-wrapper > .scroll-list > li.hyatt {
    display: none;
}
@media only screen and (min-width: 500px) {
    .client-scroller.sprite .content-wrapper > .scroll-list > li.hyatt {
        background-position: -30px -108px;
        display: inline-block;
    }
}
@media only screen and (min-width: 768px) {
    .client-scroller.sprite .content-wrapper > .scroll-list > li.hyatt {
        background-position: 0 -108px;
    }
}
.client-scroller.sprite .content-wrapper > .scroll-list > li.siemens {
    display: none;
}
@media only screen and (min-width: 1024px) {
    .client-scroller.sprite .content-wrapper > .scroll-list > li.siemens {
        display: inline-block;
        background-position: 0 -144px;
    }
}
.client-scroller.sprite .content-wrapper > .scroll-list > li.stan-university {
    display: none;
}
@media only screen and (min-width: 1200px) {
    .client-scroller.sprite .content-wrapper > .scroll-list > li.stan-university {
        display: inline-block;
        background-position: 0 -180px;
    }
}
.client-scroller.text-and-images .content-wrapper {
    display: block;
    padding-bottom: 40px;
    padding-top: 25px;
}
@media only screen and (min-width: 768px) {
    .client-scroller.text-and-images .content-wrapper {
        padding-bottom: 75px;
        padding-top: 40px;
    }
}
.client-scroller.text-and-images .content-wrapper span {
    color: #505050;
    display: block;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}
.client-scroller.text-and-images .content-wrapper .scroller-text-wrap {
    margin-bottom: 30px;
}
.client-scroller.text-and-images .content-wrapper img {
    width: 100%;
}
.company-quote {
    margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
    .company-quote {
        margin-bottom: 23px;
    }
}
@media only screen and (min-width: 1024px) {
    .company-quote {
        margin-bottom: 28px;
    }
}
@media only screen and (min-width: 1200px) {
    .company-quote {
        margin-bottom: 33px;
    }
}
.company-quote .content-wrapper > h2 {
    color: #1B87E6;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin: 0;
    padding-bottom: 38px;
    padding-top: 38px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .company-quote .content-wrapper > h2 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 58px;
        padding-top: 58px;
    }
}
@media only screen and (min-width: 1024px) {
    .company-quote .content-wrapper > h2 {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 68px;
        padding-top: 68px;
    }
}
@media only screen and (min-width: 1200px) {
    .company-quote .content-wrapper > h2 {
        font-size: 36px;
        line-height: 44px;
        padding-bottom: 78px;
        padding-top: 78px;
    }
}
.company-quote .content-wrapper > h2 > span {
    font-weight: 500;
}
.company-quote .content-wrapper > h2 > span > span {
    font-weight: 300;
}
.company-quote .typed-cursor {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-webkit-keyframes blink {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    50% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
    100% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
}
@-moz-keyframes blink {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    50% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
    100% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
}
@-ms-keyframes blink {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    50% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
    100% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
}
@-o-keyframes blink {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    50% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
    100% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
}
@keyframes blink {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    50% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
    100% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
}
.survey-step-wrapper {
    text-align: center;
}
.survey-step-wrapper .content-wrapper {
    display: flex;
    margin-bottom: 60px;
    overflow: unset;
    text-align: left;
    justify-content: space-between;
}
.survey-step-wrapper .content-wrapper.reverse {
    flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper .content-wrapper {
        margin-bottom: 80px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-step-wrapper .content-wrapper {
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-step-wrapper .content-wrapper {
        margin-bottom: 128px;
    }
}
.survey-step-wrapper .image-ss-wrapper {
    display: none;
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper .image-ss-wrapper {
        width: 300px;
        display: block;
        max-height: 305px;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 60px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-step-wrapper .image-ss-wrapper {
        width: 450px;
        max-height: 455px;
        top: 74px;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-step-wrapper .image-ss-wrapper {
        width: 508px;
        max-height: 510px;
        top: 100px;
    }
}
.survey-step-wrapper .image-ss-wrapper > img {
    display: inline-block;
    max-width: 100%;
    text-align: center;
}
.survey-step-wrapper .content-ss-wrapper {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper .content-ss-wrapper {
        width: 350px;
        margin: 0 20px 0 10px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-step-wrapper .content-ss-wrapper {
        width: 374px;
        margin: 0 23px 0 12px;
    }
}
.survey-step-wrapper .feature-count {
    width: 44px;
    height: 44px;
    background: #1B3380;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 44px;
    margin-bottom: 22px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper .feature-count {
        width: 54px;
        height: 54px;
        font-size: 38px;
        line-height: 54px;
        margin-bottom: 27px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-step-wrapper .feature-count {
        width: 64px;
        height: 64px;
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 32px;
    }
}
.survey-step-wrapper .feature-title {
    color: #1B87E6;
    font-size: 36px;
    font-weight: 300;
    line-height: 47px;
    margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper .feature-title {
        font-size: 46px;
        line-height: 57px;
        margin-bottom: 27px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-step-wrapper .feature-title {
        font-size: 56px;
        line-height: 67px;
        margin-bottom: 32px;
    }
}
.survey-step-wrapper.v6-content-wrapper .content-ss-wrapper .feature-title {
    font-size: 24px;
    line-height: 1.5;
}
@media only screen and (min-width: 1200px) {
    .survey-step-wrapper.v6-content-wrapper .content-ss-wrapper .feature-title {
        font-size: 32px;
        line-height: 1.25;
    }
}
.survey-step-wrapper .feature-wrapper {
    margin-bottom: 28px;
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper .feature-wrapper {
        margin-bottom: 38px;
        padding-left: 10px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-step-wrapper .feature-wrapper {
        margin-bottom: 48px;
    }
}
.survey-step-wrapper .feature-wrapper:last-child {
    margin-bottom: 0;
}
.survey-step-wrapper .feature-icons {
    width: 42px;
    height: 42px;
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper .feature-icons {
        width: 48px;
        height: 48px;
    }
}
.survey-step-wrapper .feature-name {
    color: #505F82;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 10px 0;
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper .feature-name {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-step-wrapper .feature-name {
        font-size: 18px;
        line-height: 22px;
        margin: 12px 0;
    }
}
.survey-step-wrapper .feature-description {
    color: #707070;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper .feature-description {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-step-wrapper .feature-description {
        font-size: 16px;
    }
}
.survey-step-wrapper > .cta-text {
    width: 100%;
    color: #1B87E6;
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper > .cta-text {
        font-size: 34px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-step-wrapper > .cta-text {
        font-size: 38px;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-step-wrapper > .cta-text {
        font-size: 42px;
    }
}
.survey-step-wrapper.v6-content-wrapper > .cta-text {
    color: #505f82;
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 22px;
}
@media only screen and (min-width: 1200px) {
    .survey-step-wrapper.v6-content-wrapper > .cta-text {
        font-size: 32px;
        line-height: 1.25;
    }
}
.survey-step-wrapper > .signup-btn {
    background: #ff9f00;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding: 10px 36px;
    text-transform: uppercase;
    vertical-align: top;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper > .signup-btn {
        font-size: 17px;
        padding: 11px 38px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-step-wrapper > .signup-btn {
        font-size: 18px;
        padding: 12px 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-step-wrapper > .signup-btn {
        font-size: 20px;
        padding: 13px 42px;
    }
}
.survey-step-wrapper > .signup-btn:hover {
    background: #ffbb33;
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper > .signup-btn {
        margin-bottom: 80px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-step-wrapper > .signup-btn {
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-step-wrapper > .signup-btn {
        margin-bottom: 128px;
    }
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper.v6-content-wrapper .content-ss-wrapper {
        padding: 40px 0 0;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-step-wrapper.v6-content-wrapper .content-ss-wrapper {
        width: 450px;
        padding: 90px 0 0;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-step-wrapper.v6-content-wrapper .content-ss-wrapper {
        width: 508px;
    }
}
.survey-step-wrapper.v6-content-wrapper .content-ss-wrapper .feature-title {
    color: #1B87E6;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .survey-step-wrapper.v6-content-wrapper .content-ss-wrapper .feature-wrapper {
        padding-left: 0;
    }
}
.survey-step-wrapper.v6-content-wrapper .content-ss-wrapper .feature-wrapper .btn-signup {
    background: #1B87E6;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    min-width: 116px;
    padding: 7px 15px 5px;
    text-align: center;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.survey-step-wrapper.v6-content-wrapper .content-ss-wrapper .feature-wrapper .btn-signup:hover {
    background: #00beff;
}
.survey-step-wrapper.v6-content-wrapper .content-ss-wrapper .feature-wrapper .learn-more,
.survey-step-wrapper.v6-content-wrapper .content-ss-wrapper .feature-wrapper .req-demo {
    color: #505F82;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.survey-step-wrapper.v6-content-wrapper .content-ss-wrapper .feature-wrapper .learn-more:hover,
.survey-step-wrapper.v6-content-wrapper .content-ss-wrapper .feature-wrapper .req-demo:hover {
    color: #505F82;
    text-decoration: underline;
}
.survey-step-wrapper.v6-content-wrapper .content-ss-wrapper .feature-wrapper .req-demo i {
    font-size: 20px;
    margin-top: -2px;
    vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
    .survey-step-wrapper.v6-content-wrapper .content-ss-wrapper .feature-wrapper .req-demo i {
        margin-top: -3px;
    }
}
.survey-step-wrapper.v6-content-wrapper .content-ss-wrapper .feature-description {
    margin-bottom: 30px;
    padding-left: 0;
}
.tabination-wrapper {
    background: #F9F9F9;
}
.tabination-wrapper .content-wrapper {
    padding-bottom: 70px;
    padding-top: 40px;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper {
        padding-bottom: 90px;
        padding-top: 60px;
    }
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper {
        padding-bottom: 110px;
        padding-top: 70px;
    }
}
@media only screen and (min-width: 1200px) {
    .tabination-wrapper .content-wrapper {
        padding-bottom: 128px;
        padding-top: 80px;
    }
}
.tabination-wrapper .content-wrapper > h3 {
    color: #1B87E6;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 31px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper > h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper > h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 39px;
    }
}
@media only screen and (min-width: 1200px) {
    .tabination-wrapper .content-wrapper > h3 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 43px;
    }
}
.tabination-wrapper .content-wrapper > h3 > span {
    display: block;
}
.tabination-wrapper .content-wrapper > .nav.nav-tabs {
    position: relative;
}
.tabination-wrapper .content-wrapper > .nav.nav-tabs.nav-desktop {
    border-bottom: 3px solid #1B87E6;
    display: none;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper > .nav.nav-tabs.nav-desktop {
        display: flex;
    }
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper > .nav.nav-tabs.nav-desktop {
        border-bottom-width: 4px;
    }
}
.tabination-wrapper .content-wrapper > .nav.nav-tabs.nav-desktop > .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tabination-wrapper .content-wrapper > .nav.nav-tabs.nav-mobile {
    border: none;
    font-size: 0;
    padding: 32px 0;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper > .nav.nav-tabs.nav-mobile {
        display: none;
    }
}
.tabination-wrapper .content-wrapper > .nav.nav-tabs.nav-mobile > .nav-item {
    width: 50%;
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}
@media only screen and (min-width: 500px) {
    .tabination-wrapper .content-wrapper > .nav.nav-tabs.nav-mobile > .nav-item {
        width: 33.333333%;
    }
}
.tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item.active {
    background: none;
}
.tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item.active .nav-link svg .cls-1 {
    stroke: #1B87E6;
}
.tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item.active .nav-link .tab-heading {
    color: #1B87E6;
}
.tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item .nav-link {
    background: none;
    border: none;
    padding: 0 10px 20px;
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item .nav-link {
        padding: 0 15px 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item .nav-link {
        padding-bottom: 28px;
    }
}
.tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item .nav-link svg {
    width: 54px;
    height: 54px;
    display: inline-block;
    margin-bottom: 14px;
    position: relative;
    vertical-align: top;
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item .nav-link svg {
        width: 58px;
        height: 58px;
        margin-bottom: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item .nav-link svg {
        width: 62px;
        height: 62px;
        margin-bottom: 18px;
    }
}
.tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item .nav-link svg .cls-1,
.tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item .nav-link svg .cls-2 {
    fill: none;
    stroke: none;
}
.tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item .nav-link svg .cls-1 {
    stroke: #505F82;
    stroke-miterlimit: 10;
}
.tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item .nav-link .tab-heading {
    width: 100%;
    color: #505F82;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    vertical-align: top;
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item .nav-link .tab-heading {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .tabination-wrapper .content-wrapper > .nav.nav-tabs .nav-item .nav-link .tab-heading {
        font-size: 18px;
        line-height: 22px;
    }
}
.tabination-wrapper .content-wrapper > .tab-content {
    display: none;
    font-size: 0;
    padding: 32px 0;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper > .tab-content {
        display: block;
    }
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper > .tab-content {
        padding: 40px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .tabination-wrapper .content-wrapper > .tab-content {
        padding: 48px 0;
    }
}
.tabination-wrapper .content-wrapper > .tab-content .tab-pan-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper > .tab-content .tab-pan-wrapper {
        width: 364px;
    }
}
.tabination-wrapper .content-wrapper > .tab-content .tab-pan-wrapper > h4 {
    color: #1B87E6;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 14px;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper > .tab-content .tab-pan-wrapper > h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper > .tab-content .tab-pan-wrapper > h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
    }
}
.tabination-wrapper .content-wrapper > .tab-content .tab-pan-wrapper > p {
    color: #404040;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper > .tab-content .tab-pan-wrapper > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper > .tab-content .tab-pan-wrapper > p {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 21px;
    }
}
.tabination-wrapper .content-wrapper > .tab-content .tab-pan-wrapper > a {
    border: 2px solid #505F82;
    color: #505F82;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-top: 27px;
    min-width: 172px;
    padding: 7px 10px 6px;
    text-align: center;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    vertical-align: top;
}
.tabination-wrapper .content-wrapper > .tab-content .tab-pan-wrapper > a:hover {
    background: #505F82;
    color: #fff;
    text-decoration: none;
}
.tabination-wrapper .content-wrapper > .tab-content .product-image-wrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 30px;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper > .tab-content .product-image-wrapper {
        width: calc(100% - 364px);
    }
}
.tabination-wrapper .content-wrapper > .tab-content .product-image-wrapper img {
    width: 100%;
    max-width: 100%;
}
.tabination-wrapper .content-wrapper .nav-arrow {
    width: 30px;
    bottom: -2px;
    display: inline-block;
    position: absolute;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    z-index: 4;
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper .nav-arrow {
        bottom: -3px;
    }
}
.tabination-wrapper .content-wrapper .nav-arrow:after,
.tabination-wrapper .content-wrapper .nav-arrow:before {
    width: 0;
    height: 0;
    border: solid transparent;
    bottom: 100%;
    content: " ";
    left: 50%;
    position: absolute;
    pointer-events: none;
}
.tabination-wrapper .content-wrapper .nav-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f7f7f7;
    border-width: 12px;
    margin-left: -12px;
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper .nav-arrow:after {
        border-width: 15px;
        margin-left: -15px;
    }
}
.tabination-wrapper .content-wrapper .nav-arrow:before {
    border-color: rgba(27, 135, 230, 0);
    border-bottom-color: #1B87E6;
    border-width: 16px;
    margin-left: -16px;
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper .nav-arrow:before {
        border-width: 21px;
        margin-left: -21px;
    }
}
.tabination-wrapper .content-wrapper .demo-form-wrapper > h3 {
    color: #505F82;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper .demo-form-wrapper > h3 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper .demo-form-wrapper > h3 {
        font-size: 24px;
        line-height: 28px;
    }
}
.tabination-wrapper .content-wrapper .demo-form-wrapper > form {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper .demo-form-wrapper > form {
        align-items: end;
        display: flex;
        justify-content: space-between;
    }
}
.tabination-wrapper .content-wrapper .demo-form-wrapper > form > input {
    display: none;
}
.tabination-wrapper .content-wrapper .demo-form-wrapper .form-group {
    display: inline-block;
    margin: 14px 0 30px;
    padding: 0;
    position: relative;
    vertical-align: top;
    z-index: 0;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper .demo-form-wrapper .form-group {
        margin: 10px 0 0;
    }
    .tabination-wrapper .content-wrapper .demo-form-wrapper .form-group:last-child {
        margin-top: 0;
    }
}
.tabination-wrapper .content-wrapper .demo-form-wrapper .form-group.full-name {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper .demo-form-wrapper .form-group.full-name {
        width: 32%;
    }
}
.tabination-wrapper .content-wrapper .demo-form-wrapper .form-group.email-phone {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper .demo-form-wrapper .form-group.email-phone {
        width: 23.4%;
    }
}
.tabination-wrapper .content-wrapper .demo-form-wrapper .form-control {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, #1B87E6 2px, rgba(27, 135, 230, 0) 0), linear-gradient(0deg, #505F82 1px, transparent 0);
    background-position: 50% 100%, 50% calc(-1px + 100%);
    background-repeat: no-repeat;
    background-size: 0 100%,100% 100%;
    border: none;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 2px 0 4px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.tabination-wrapper .content-wrapper .demo-form-wrapper .form-control.is-filled,
.tabination-wrapper .content-wrapper .demo-form-wrapper .form-control:focus {
    background-size: 100% 100%,100% 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tabination-wrapper .content-wrapper .demo-form-wrapper .form-control.is-filled ~ .label-floating,
.tabination-wrapper .content-wrapper .demo-form-wrapper .form-control:focus ~ .label-floating {
    bottom: 27px;
}
.tabination-wrapper .content-wrapper .demo-form-wrapper .form-control.error ~ .invalid-feedback {
    display: block;
}
.tabination-wrapper .content-wrapper .demo-form-wrapper .label-floating {
    bottom: 6px;
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: absolute;
    margin: 0;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    z-index: -1;
}
.tabination-wrapper .content-wrapper .demo-form-wrapper .invalid-feedback {
    width: 100%;
    color: #B50000;
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-top: 0.25rem;
    position: absolute;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper .demo-form-wrapper .invalid-feedback {
        font-size: 16px;
    }
}
.tabination-wrapper .content-wrapper .demo-form-wrapper .invalid-feedback .errorIcon {
    font-size: 11px;
    position: relative;
    padding-right: 5px;
    top: -3px;
    vertical-align: top;
}
.tabination-wrapper .content-wrapper .demo-form-wrapper .invalid-feedback .errorIcon:after {
    content: '\2731';
    position: relative;
}
.tabination-wrapper .content-wrapper .demo-form-wrapper .btn-submit {
    background: #1B87E6;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    min-width: 116px;
    padding: 7px 10px;
    text-align: center;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.tabination-wrapper .content-wrapper .demo-form-wrapper .btn-submit:hover {
    background: #00beff;

}
.tabination-wrapper .content-wrapper .form-confirmation-message {
    display: flex;
    flex-flow: column nowrap;
    min-height: 321px;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper .form-confirmation-message {
        min-height: 79px;
    }
}
.tabination-wrapper .content-wrapper .form-confirmation-message > p {
    color: #707070;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .tabination-wrapper .content-wrapper .form-confirmation-message > p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1024px) {
    .tabination-wrapper .content-wrapper .form-confirmation-message > p {
        font-size: 18px;
    }
}
/* Survey Solution Tabination Styling Start */
@media only screen and (min-width: 1200px) {
    .userlite-form-wrapper .product-interest .qp-col-container.two {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .userlite-form-wrapper .product-interest .qp-col-container.two .qp-col-wrapper {
        width: 50%;
        padding-right: 10px;
    }
}

.survey-page-link-switch .nav.nav-tabs {
    width: 100%;
    border-bottom: 0;
    display: inline-block;
    margin-bottom: 40px;
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .survey-page-link-switch .nav.nav-tabs {
        margin-bottom: 64px;
    }
}
.survey-page-link-switch .nav.nav-tabs > li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    margin-right: 15px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .survey-page-link-switch .nav.nav-tabs > li {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-page-link-switch .nav.nav-tabs > li {
        margin-right: 24px;
    }
}
.survey-page-link-switch .nav.nav-tabs > li:last-child {
    margin-right: 0;
}
.survey-page-link-switch .nav.nav-tabs > li > a {
    border: 0;
    color: #505050;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 0 7px;
}
@media only screen and (min-width: 1024px) {
    .survey-page-link-switch .nav.nav-tabs > li > a {
        font-size: 16px;
    }
}
.survey-page-link-switch .nav.nav-tabs > li > a:hover {
    background: transparent;
    color: #505050;
}
.survey-page-link-switch .nav.nav-tabs > li > a:focus {
    background: transparent;
}
.survey-page-link-switch .nav.nav-tabs > li.active > a {
    border: 0;
    color: #1B87E6;
    font-weight: 500;
    position: relative;
}
.survey-page-link-switch .nav.nav-tabs > li.active > a:hover {
    color: #1B87E6;
}
.survey-page-link-switch .nav.nav-tabs > li.active > a:focus {
    border: 0;
}
.survey-page-link-switch .nav.nav-tabs > li.active > a:after {
    width: 100%;
    height: 2px;
    background: #1B87E6;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
}
@media only screen and (min-width: 1024px) {
    .survey-page-link-switch .nav.nav-tabs > li.active > a:after {
        bottom: 1px;
    }
}

.qp-survey-solution-sec {
    padding: 0 0 40px;
}
@media only screen and (min-width: 1024px) {
    .qp-survey-solution-sec {
        padding: 0 0 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .qp-survey-solution-sec {
        padding: 0 0 90px;
    }
}
@media only screen and (min-width: 768px) {
    .qp-survey-solution-sec .tab-content .tab-data-wrapper {
        display: flex;
        justify-content: space-between;
    }
}
.qp-survey-solution-sec .plan-left-wrapper {
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .qp-survey-solution-sec .plan-left-wrapper {
        width: 270px;
    }
}
@media only screen and (min-width: 1024px) {
    .qp-survey-solution-sec .plan-left-wrapper {
        width: 312px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .qp-survey-solution-sec .plan-left-wrapper {
        width: 360px;
        position: relative;
        padding-bottom: 270px;
    }
}
@media only screen and (min-width: 1200px) {
    .qp-survey-solution-sec .plan-left-wrapper .pricing-plan {
        padding-right: 40px;
    }
}
.qp-survey-solution-sec .plan-left-wrapper .plan-title {
    color: #1B87E6;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 24px;
    vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
    .qp-survey-solution-sec .plan-left-wrapper .plan-title {
        font-size: 24px;
    }
}
.qp-survey-solution-sec .plan-left-wrapper .psub-title {
    color: #505F82;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 24px;
}
.qp-survey-solution-sec .plan-left-wrapper .light-desc,
.qp-survey-solution-sec .plan-left-wrapper .medium-desc {
    color: #505F82;
    line-height: 1.5;
    margin-bottom: 24px;
}
.qp-survey-solution-sec .plan-left-wrapper .light-desc {
    font-weight: 300;
    font-size: 14px;
}
@media only screen and (min-width: 1024px) {
    .qp-survey-solution-sec .plan-left-wrapper .light-desc {
        font-size: 16px;
    }
}
.qp-survey-solution-sec .plan-left-wrapper .medium-desc {
    font-weight: 500;
}
.qp-survey-solution-sec .plan-left-wrapper .learn-more-link {
    color: #505F82;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
    .qp-survey-solution-sec .plan-left-wrapper .learn-more-link {
        font-size: 16px;
    }
}
.qp-survey-solution-sec .plan-left-wrapper .learn-more-link:hover {
    color: #505F82;
    text-decoration: underline;
}
.qp-survey-solution-sec .plan-left-wrapper .plan-data-list {
    padding: 0 0 0 10px;
    margin: 0 0 24px;
}
@media only screen and (min-width: 1024px) {
    .qp-survey-solution-sec .plan-left-wrapper .plan-data-list {
        padding: 0 0 0 16px;
    }
}
.qp-survey-solution-sec .plan-left-wrapper .plan-data-list li {
    color: #505F82;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 17px;
    position: relative;
}
.qp-survey-solution-sec .plan-left-wrapper .plan-data-list li:last-child {
    margin-bottom: 0;
}
.qp-survey-solution-sec .plan-left-wrapper .plan-data-list li:before {
    width: 5px;
    height: 5px;
    background: #1b87e6;
    -webkit-border-radius: 30px ;
    -moz-border-radius: 30px ;
    border-radius: 30px ;
    content: '';
    left: 0;
    position: absolute;
    top: 7px;
}
.qp-survey-solution-sec .plan-left-wrapper .plan-img {
    display: block;
    max-width: 100%;
    margin: 32px auto 0;
}
@media only screen and (min-width: 768px) {
    .qp-survey-solution-sec .plan-left-wrapper .plan-img {
        width: 100%;
        max-width: unset;
    }
}
@media only screen and (min-width: 1024px) {
    .qp-survey-solution-sec .plan-left-wrapper .plan-img {
        margin: 40px 0 0;
    }
}
@media only screen and (min-width: 1200px) {
    .qp-survey-solution-sec .plan-left-wrapper .plan-img {
        bottom: 0;
        position: absolute;
    }
}
.qp-survey-solution-sec .plan-left-wrapper .price-section {
    margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
    .qp-survey-solution-sec .plan-left-wrapper .price-section {
        margin-bottom: 20px;
    }
}
.qp-survey-solution-sec .plan-left-wrapper .price-section span {
    color: #505F82;
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
}
.qp-survey-solution-sec .plan-left-wrapper .price-section span.ptext,
.qp-survey-solution-sec .plan-left-wrapper .price-section span.pdoller,
.qp-survey-solution-sec .plan-left-wrapper .price-section span.pmonth {
    font-size: 15px;
    margin-top: 1px;
}
@media only screen and (min-width: 768px) {
    .qp-survey-solution-sec .plan-left-wrapper .price-section span.ptext,
    .qp-survey-solution-sec .plan-left-wrapper .price-section span.pdoller,
    .qp-survey-solution-sec .plan-left-wrapper .price-section span.pmonth {
        font-size: 20px;
    }
}
.qp-survey-solution-sec .plan-left-wrapper .price-section span.pdoller,
.qp-survey-solution-sec .plan-left-wrapper .price-section span.pmonth {
    font-weight: 300;
}
.qp-survey-solution-sec .plan-left-wrapper .price-section span.pdoller,
.qp-survey-solution-sec .plan-left-wrapper .price-section span.pamount {
    margin-right: 4px;
}
@media only screen and (min-width: 1200px) {
    .qp-survey-solution-sec .plan-left-wrapper .price-section span.pdoller,
    .qp-survey-solution-sec .plan-left-wrapper .price-section span.pamount {
        margin-right: 8px;
    }
}
.qp-survey-solution-sec .plan-left-wrapper .price-section span.ptext {
    font-weight: 500;
    margin-right: 8px;
}
@media only screen and (min-width: 1200px) {
    .qp-survey-solution-sec .plan-left-wrapper .price-section span.ptext {
        margin-right: 16px;
    }
}
.qp-survey-solution-sec .plan-left-wrapper .price-section span.pamount {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
}
@media only screen and (min-width: 768px) {
    .qp-survey-solution-sec .plan-left-wrapper .price-section span.pamount {
        font-size: 40px;
    }
}
.qp-survey-solution-sec .plan-left-wrapper .schedule-demo-btn {
    width: 100%;
    border: 2px solid #505f82;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #505f82;
    padding: 10px;
}
@media only screen and (min-width: 768px) {
    .qp-survey-solution-sec .plan-left-wrapper .schedule-demo-btn {
        display: none;
    }
}
.qp-survey-solution-sec .plan-left-wrapper .schedule-demo-btn:hover {
    border: 2px solid #1B87E6;
    color: #1B87E6;
}
.qp-survey-solution-sec .plan-left-wrapper .plan-img {
    display: block;
    max-width: 100%;
    margin: 32px auto 0;
}
@media only screen and (min-width: 1024px) {
    .qp-survey-solution-sec .plan-left-wrapper .plan-img {
        margin: 40px 0 0;
    }
}
.qp-survey-solution-sec .plan-right-wrapper {
    display: none;
}
@media only screen and (min-width: 768px) {
    .qp-survey-solution-sec .plan-right-wrapper {
        width: calc((100% - 270px) - 40px);
        display: block;
        margin-left: 40px;
    }
}
@media only screen and (min-width: 1024px) {
    .qp-survey-solution-sec .plan-right-wrapper {
        width: calc((100% - 312px) - 40px);
    }
}
@media only screen and (min-width: 1200px) {
    .qp-survey-solution-sec .plan-right-wrapper {
        width: calc((100% - 360px) - 78px);
        margin-left: 78px;
    }
}
.qp-survey-solution-sec .plan-right-wrapper .userlite-form-wrapper {
    border: 1px solid #1B87E6;
}
@media only screen and (min-width: 768px) {
    .qp-survey-solution-sec .plan-right-wrapper form.userlite {
        padding: 32px 48px;
    }
}
.qp-survey-solution-sec .plan-right-wrapper form.userlite .form-header {
    color: #505F82;
}
.qp-survey-solution-sec .content-wrapper > h4 {
    color: #1B87E6;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .qp-survey-solution-sec .content-wrapper > h4 {
        font-size: 32px;
        line-height: 1.25;
        margin: 0 0 40px;
    }
}

form.userlite.feedback-form-custom .form-input-wrapper .form-action-panel {
    text-align: right;
}
form.userlite.feedback-form-custom .form-input-wrapper .form-action-panel .userlite-btn {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 16px;
    padding: 12px 15px;
}
@media only screen and (min-width: 768px) {
    form.userlite.feedback-form-custom .form-input-wrapper .form-action-panel .userlite-btn {
        margin-right: 0;
        padding: 9px 20px 9px;
    }
}
form.userlite.feedback-form-custom .form-input-wrapper .form-action-panel .userlite-btn:hover {
    background: #00beff;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/* Survey Solution Tabination Styling End */

.client-showcase {
    background-image: url('/userimages/site_media/image-masked.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
@media only screen and (min-width: 768px) {
    .client-showcase {
        height: 300px;
        display: block;
    }
}
@media only screen and (min-width: 1024px) {
    .client-showcase {
        height: 320px;
    }
}
@media only screen and (min-width: 1200px) {
    .client-showcase {
        height: 340px;
    }
}
.client-showcase:after {
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.9);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.client-showcase .content-wrapper {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.client-showcase .cs-quote {
    display: flex;
}
@media only screen and (min-width: 768px) {
    .client-showcase .cs-quote {
        width: 224px;
    }
}
@media only screen and (min-width: 1024px) {
    .client-showcase .cs-quote {
        width: 267px;
    }
}
@media only screen and (min-width: 1200px) {
    .client-showcase .cs-quote {
        width: 310px;
    }
}
.client-showcase .cs-quote > ul {
    margin: 0;
    padding: 0;
}
.client-showcase .cs-quote > ul > li:first-child,
.client-showcase .cs-quote > ul > li:last-child {
    color: #545E6B;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .client-showcase .cs-quote > ul > li:first-child,
    .client-showcase .cs-quote > ul > li:last-child {
        font-size: 28px;
        line-height: 36px;
    }
}
@media only screen and (min-width: 1024px) {
    .client-showcase .cs-quote > ul > li:first-child,
    .client-showcase .cs-quote > ul > li:last-child {
        font-size: 32px;
        line-height: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .client-showcase .cs-quote > ul > li:first-child,
    .client-showcase .cs-quote > ul > li:last-child {
        font-size: 36px;
        line-height: 44px;
    }
}
.client-showcase .cs-quote > ul > li:nth-child(2) {
    color: #1B87E6;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .client-showcase .cs-quote > ul > li:nth-child(2) {
        font-size: 52px;
        line-height: 45px;
    }
}
@media only screen and (min-width: 1024px) {
    .client-showcase .cs-quote > ul > li:nth-child(2) {
        font-size: 62px;
        line-height: 55px;
    }
}
@media only screen and (min-width: 1200px) {
    .client-showcase .cs-quote > ul > li:nth-child(2) {
        font-size: 72px;
        line-height: 65px;
    }
}
.client-showcase .cs-clients {
    display: flex;
    padding-left: 50px;
}
@media only screen and (min-width: 768px) {
    .client-showcase .cs-clients {
        width: calc(100% - 224px);
    }
}
@media only screen and (min-width: 1024px) {
    .client-showcase .cs-clients {
        width: calc(100% - 267px);
    }
}
@media only screen and (min-width: 1200px) {
    .client-showcase .cs-clients {
        width: calc(100% - 310px);
    }
}
.client-showcase .cs-clients.sprite{
    display: inline-block;
}
.client-showcase .cs-clients.sprite  img{
    width: 100%;
}
@media only screen and (min-width: 951px) {
    .client-showcase .cs-clients.sprite{
        display: flex;
    }
}
.client-showcase .cs-clients > ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.client-showcase .cs-clients > ul > li {
    width: calc(100% / 3);
    display: inline-block;
    padding: 10px 0 10px 25px;
}
.client-showcase .cs-clients > ul > li > img {
    max-width: 100%;
}
.blocks-info-wrapper .content-wrapper {
    padding-bottom: 37px;
    padding-top: 50px;
}
@media only screen and (min-width: 768px) {
    .blocks-info-wrapper .content-wrapper {
        padding-bottom: 47px;
        padding-top: 60px;
    }
}
@media only screen and (min-width: 1024px) {
    .blocks-info-wrapper .content-wrapper {
        padding-bottom: 57px;
        padding-top: 70px;
    }
}
@media only screen and (min-width: 1200px) {
    .blocks-info-wrapper .content-wrapper {
        padding-bottom: 62px;
        padding-top: 80px;
    }
}
.blocks-info-wrapper .content-wrapper > h3 {
    color: #1B87E6;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 13px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .blocks-info-wrapper .content-wrapper > h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 14px;
    }
}
@media only screen and (min-width: 1024px) {
    .blocks-info-wrapper .content-wrapper > h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .blocks-info-wrapper .content-wrapper > h3 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 16px;
    }
}
.blocks-info-wrapper .content-wrapper > span {
    color: #505F82;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .blocks-info-wrapper .content-wrapper > span {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 24px;
    }
}
@media only screen and (min-width: 1024px) {
    .blocks-info-wrapper .content-wrapper > span {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 26px;
    }
}
@media only screen and (min-width: 1200px) {
    .blocks-info-wrapper .content-wrapper > span {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 36px;
    }
}
.blocks-info-wrapper .content-wrapper .parent-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.blocks-info-wrapper .content-wrapper .parent-block > .child-block {
    width: 100%;
    border: 2px solid #ddd;
    margin-bottom: 15px;
    padding: 0 15px 15px;
}
@media only screen and (min-width: 480px) {
    .blocks-info-wrapper .content-wrapper .parent-block > .child-block {
        width: 49%;
    }
}
@media only screen and (min-width: 768px) {
    .blocks-info-wrapper .content-wrapper .parent-block > .child-block {
        padding: 0 21px 16px;
    }
}
@media only screen and (min-width: 1024px) {
    .blocks-info-wrapper .content-wrapper .parent-block > .child-block {
        width: 31.88%;
        height: 400px;
        margin-bottom: 20px;
    }
}
.blocks-info-wrapper .content-wrapper .parent-block > .child-block.is-hide {
    display: none;
}
.blocks-info-wrapper .content-wrapper .parent-block > .child-block svg {
    width: 48px;
    height: 48px;
    display: block;
    margin: 40px auto 20px;
}
@media only screen and (min-width: 768px) {
    .blocks-info-wrapper .content-wrapper .parent-block > .child-block svg {
        width: 52px;
        height: 52px;
        margin-bottom: 23px;
        margin-top: 44px;
    }
}
@media only screen and (min-width: 1024px) {
    .blocks-info-wrapper .content-wrapper .parent-block > .child-block svg {
        width: 56px;
        height: 56px;
        margin-bottom: 27px;
        margin-top: 48px;
    }
}
@media only screen and (min-width: 1200px) {
    .blocks-info-wrapper .content-wrapper .parent-block > .child-block svg {
        width: 60px;
        height: 60px;
        margin-bottom: 31px;
        margin-top: 52px;
    }
}
.blocks-info-wrapper .content-wrapper .parent-block > .child-block h4 {
    color: #1B87E6;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 11px;
    padding-bottom: 4px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .blocks-info-wrapper .content-wrapper .parent-block > .child-block h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 13px;
        padding-bottom: 5px;
    }
}
@media only screen and (min-width: 1024px) {
    .blocks-info-wrapper .content-wrapper .parent-block > .child-block h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
        padding-bottom: 6px;
    }
}
.blocks-info-wrapper .content-wrapper .parent-block > .child-block p {
    color: #404040;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 auto;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .blocks-info-wrapper .content-wrapper .parent-block > .child-block p {
        font-size: 14px;
        line-height: 18px;
    }
}
@media only screen and (min-width: 1024px) {
    .blocks-info-wrapper .content-wrapper .parent-block > .child-block p {
        font-size: 16px;
        line-height: 21px;
    }
}
.blocks-info-wrapper .content-wrapper .load-more-block {
    border: none;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    color: #1B87E6;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 15px;
    position: relative;
    vertical-align: middle;
    z-index: 0;
    width: 100%;
    display: inline-block;
    padding: 6px;
    text-align: center;
}
.blocks-info-wrapper .content-wrapper .load-more-block:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.blocks-info-wrapper .content-wrapper .load-more-block:hover {
    color: #1B3380;
    text-decoration: none;
}
.blocks-info-wrapper .content-wrapper .load-more-block:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
@media only screen and (min-width: 768px) {
    .blocks-info-wrapper .content-wrapper .load-more-block {
        display: none;
    }
}
.signup-container {
    background: #1B3380;
}
.signup-container .content-wrapper {
    padding-bottom: 36px;
    padding-top: 36px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .signup-container .content-wrapper {
        padding-bottom: 46px;
        padding-top: 46px;
    }
}
@media only screen and (min-width: 1024px) {
    .signup-container .content-wrapper {
        padding-bottom: 56px;
        padding-top: 56px;
    }
}
@media only screen and (min-width: 1200px) {
    .signup-container .content-wrapper {
        padding-bottom: 66px;
        padding-top: 66px;
    }
}
.signup-container .content-wrapper > h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .signup-container .content-wrapper > h2 {
        font-size: 34px;
        line-height: 40px;
    }
}
@media only screen and (min-width: 1024px) {
    .signup-container .content-wrapper > h2 {
        font-size: 38px;
        line-height: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .signup-container .content-wrapper > h2 {
        font-size: 42px;
        line-height: 50px;
    }
}
.signup-container .content-wrapper > h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 12px;
}
@media only screen and (min-width: 768px) {
    .signup-container .content-wrapper > h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
        margin-top: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .signup-container .content-wrapper > h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 28px;
        margin-top: 18px;
    }
}
.signup-container .content-wrapper > .signup-btn {
    -webkit-border-radius: 50px ;
    -moz-border-radius: 50px ;
    border-radius: 50px ;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding: 10px 36px;
    text-transform: uppercase;
    vertical-align: top;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    background: #1B87E6;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .signup-container .content-wrapper > .signup-btn {
        font-size: 17px;
        padding: 11px 38px;
    }
}
@media only screen and (min-width: 1024px) {
    .signup-container .content-wrapper > .signup-btn {
        font-size: 18px;
        padding: 12px 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .signup-container .content-wrapper > .signup-btn {
        font-size: 20px;
        padding: 13px 42px;
    }
}
.signup-container .content-wrapper > .signup-btn:hover {
    background: #00beff;
    color: #fff;
    text-decoration: none;
}
.testimonial-container .content-wrapper {
    overflow: hidden;
    padding-bottom: 33px;
    padding-top: 40px;
}
@media only screen and (min-width: 768px) {
    .testimonial-container .content-wrapper {
        padding-bottom: 53px;
        padding-top: 60px;
    }
}
@media only screen and (min-width: 1024px) {
    .testimonial-container .content-wrapper {
        padding-bottom: 73px;
        padding-top: 80px;
    }
}
@media only screen and (min-width: 1200px) {
    .testimonial-container .content-wrapper {
        padding-bottom: 93px;
        padding-top: 100px;
    }
}
.testimonial-container .content-wrapper svg {
    width: 44px;
    height: 35px;
    display: block;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .testimonial-container .content-wrapper svg {
        width: 54px;
        height: 45px;
    }
}
@media only screen and (min-width: 1024px) {
    .testimonial-container .content-wrapper svg {
        width: 64px;
        height: 55px;
    }
}
.testimonial-container .content-wrapper svg .heart {
    fill: #1b87e6;
    stroke: #1b3380;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.testimonial-container .content-wrapper .client-testimonial {
    color: #505F82;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 18px auto 21px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .testimonial-container .content-wrapper .client-testimonial {
        width: 60%;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 25px;
        margin-top: 23px;
    }
}
@media only screen and (min-width: 1024px) {
    .testimonial-container .content-wrapper .client-testimonial {
        width: 59%;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 29px;
        margin-top: 28px;
    }
}
@media only screen and (min-width: 1200px) {
    .testimonial-container .content-wrapper .client-testimonial {
        width: 60%;
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 34px;
        margin-top: 32px;
    }
}
.testimonial-container .content-wrapper .client-testimonial > span {
    color: #1B87E6;
}
.testimonial-container .content-wrapper .client-name {
    color: #505F82;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .testimonial-container .content-wrapper .client-name {
        font-size: 16px;
        line-height: 20;
    }
}
@media only screen and (min-width: 1024px) {
    .testimonial-container .content-wrapper .client-name {
        font-size: 18px;
        line-height: 22px;
    }
}
.testimonial-container .content-wrapper .client-logo {
    width: 160px;
    display: block;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .testimonial-container .content-wrapper .client-logo {
        width: 190px;
    }
}
.demo-link{
    display: block;
    position: relative;
    padding-top: 64px;
    margin-top: -64px;
}
.tab-pan-wrapper a {
    color: #1B87E6;
}

.home-banner.v8 {
    background: url(/images/outsidepages/homepage-ab-test-background-small-v8.jpg) 72% center no-repeat #fff;
    background-size: cover;
    text-align: left
}

@media only screen and (min-width: 2560px) {
    .home-banner.v8 {
        background-image: url(/images/outsidepages/homepage-ab-test-background-v8.jpg)
    }
}

.home-banner.v8 .content-wrapper > h1, .home-banner.v8 .content-wrapper > h2 {
    color: #505F82;
}

.home-banner.v8 .content-wrapper > h2 {
    font-weight: 500;
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .home-banner.v8 .content-wrapper > h2 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1024px) {
    .home-banner.v8 .content-wrapper > h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .home-banner.v8 .content-wrapper > h2 {
        font-size: 22px;
    }
}

/*V9,v10 & v11 Styles*/
.home-banner.v9,
.home-banner.v10,
.home-banner.v11 {
    width: 100%;
    background: none;
    background-size: cover;
    text-align: left;
}
.home-banner.v9,
.home-banner.v10 {
    height: 271px;
}
.home-banner.v11 {
    height: 320px;
}
@media only screen and (min-width: 600px) {
    .home-banner.v9,
    .home-banner.v10 {
        background-position: center center;
    }
}
@media only screen and (min-width: 768px) {
    .home-banner.v9,
    .home-banner.v10 {
        height: 276px;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner.v9,
    .home-banner.v10,
    .home-banner.v11 {
        height: 344px;
    }
}
@media only screen and (min-width: 1200px) {
    .home-banner.v9,
    .home-banner.v10,
    .home-banner.v11 {
        height: 428px;
    }
}
@media only screen and (min-width: 1680px) {
    .home-banner.v9,
    .home-banner.v10,
    .home-banner.v11 {
        height: 468px;
    }
}
@media only screen and (min-width: 1920px) {
    .home-banner.v9,
    .home-banner.v10,
    .home-banner.v11 {
        height: 524px;
    }
}
@media only screen and (min-width: 2560px) {
    .home-banner.v9,
    .home-banner.v10,
    .home-banner.v11 {
        height: 704px;
    }
}
.home-banner.v11.slide-1 {
    background-image: url('/userimages/site_media/v11-A-mobile.jpg');
    background-position: 50% center;
}
@media only screen and (min-width: 768px) {
    .home-banner.v11.slide-1 {
        background-position: center center;
    }
    .home-banner.v11.slide-1 .banner-link {
        margin-top: 12px;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner.v11.slide-1 {
        background-image: url('/userimages/site_media/v11-A-desktop.jpg');
        background-position: 70% center;
    }
}
.home-banner.v11.slide-2 {
    background-image: url('/userimages/site_media/v11-B-mobile.jpg');
    background-position: 60% center;
}
@media only screen and (min-width: 1024px) {
    .home-banner.v11.slide-2 {
        background-image: url('/userimages/site_media/v11-B-desktop.jpg');
        background-position: 55% center;
    }
}
.home-banner.v11.slide-3 {
    background-image: url('/userimages/site_media/v11-C-desktop.jpg');
    background-position: 35% center;
}
@media only screen and (min-width: 768px) {
    .home-banner.v11.slide-3 {
        background-position: 55% center;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner.v11.slide-3 {
        background-position: 85% center;
    }
}
.home-banner.v9 .content-wrapper > h1,
.home-banner.v10 .content-wrapper > h1,
.home-banner.v11.slide-1 .content-wrapper > h1,
.home-banner.v11.slide-1 .content-wrapper > h2 {
    width: 271px;
}
@media only screen and (min-width: 600px) {
    .home-banner.v9 .content-wrapper > h1,
    .home-banner.v10 .content-wrapper > h1,
    .home-banner.v11.slide-1 .content-wrapper > h1,
    .home-banner.v11.slide-1 .content-wrapper > h2 {
        width: auto;
    }
}
.home-banner.v11.slide-3.new .content-wrapper .signup-btn {
    background: #1B87E6;
    border-radius: 0;
    padding: 7px 18px;
}
.home-banner.v11.slide-3.new .content-wrapper .signup-btn:hover {
    background: #00beff;
}
@media only screen and (min-width: 1200px) {
    .home-banner.v11.slide-3.new .content-wrapper .signup-btn {
        padding: 7px 33px;
    }
}
@media only screen and (min-width: 350px) {
    .home-banner.v11.slide-1.new .content-wrapper > h1,
    .home-banner.v11.slide-1.new .content-wrapper > h2 {
        width: 320px;
    }
}
@media only screen and (min-width: 600px) {
    .home-banner.v11.slide-1.new .content-wrapper > h1,
    .home-banner.v11.slide-1.new .content-wrapper > h2 {
        width: auto;
    }
}
.home-banner.v9 .content-wrapper > h1,
.home-banner.v10 .content-wrapper > h1 {
    color: #505F82;
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 16px;
}
.home-banner.v11.slide-1 .content-wrapper > h1,
.home-banner.v11.slide-2 .content-wrapper > h2,
.home-banner.v11.slide-3 .content-wrapper > h2 {
    color: #505F82;
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 8px;
}
@media only screen and (min-width: 1200px) {
    .home-banner.v11.slide-1 .content-wrapper > h1,
    .home-banner.v11.slide-2 .content-wrapper > h2,
    .home-banner.v11.slide-3 .content-wrapper > h2  {
        font-size: 40px;
        margin: 0 0 16px;
    }
}
.home-banner.v11.slide-2 .content-wrapper > h2,
.home-banner.v11.slide-3 .content-wrapper > h2 {
    font-weight: 500;
}
@media only screen and (min-width: 1024px) {
    .home-banner.v9 .content-wrapper > h1,
    .home-banner.v10 .content-wrapper > h1 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .home-banner.v9 .content-wrapper > h1,
    .home-banner.v10 .content-wrapper > h1 {
        font-size: 48px;
    }
}
.home-banner.v11.slide-1 .content-wrapper > h2,
.home-banner.v11.slide-2 .content-wrapper > h3,
.home-banner.v11.slide-3 .content-wrapper > h3 {
    color: #505F82;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 16px;
}
@media only screen and (min-width: 1200px) {
    .home-banner.v11.slide-1 .content-wrapper > h2,
    .home-banner.v11.slide-2 .content-wrapper > h3,
    .home-banner.v11.slide-3 .content-wrapper > h3 {
        font-size: 16px;
        margin: 0 0 24px;
    }
}
.home-banner.v11.slide-2 .content-wrapper > h2 {
    margin-bottom: 16px;
}
@media only screen and (min-width: 1200px) {
    .home-banner.v11.slide-2 .content-wrapper > h2 {
        margin-bottom: 24px;
    }
}
.home-banner.v11.slide-2 .livepolls-img {
    max-width: 100%;
    margin-bottom: 8px;
}
@media only screen and (min-width: 1024px) {
    .home-banner.v11.slide-2 .livepolls-img {
        margin-bottom: 16px;
    }
}
.home-banner.v9 .content-wrapper > h2,
.home-banner.v10 .content-wrapper > h2 {
    color: #505F82;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
    .home-banner.v9 .content-wrapper > h2,
    .home-banner.v10 .content-wrapper > h2 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner.v9 .content-wrapper > h2,
    .home-banner.v10 .content-wrapper > h2 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .home-banner.v9 .content-wrapper > h2,
    .home-banner.v10 .content-wrapper > h2 {
        font-size: 22px;
    }
}
.home-banner.v9 .content-wrapper,
.home-banner.v10 .content-wrapper,
.home-banner.v11 .content-wrapper {
    left: 50%;
    padding-bottom: 15px;
    padding-top: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.home-banner.v9 .content-wrapper > .signup-btn,
.home-banner.v10 .content-wrapper > .signup-btn {
    box-shadow: none;
}
.home-banner.v9:nth-child(1) {
    background-image: url('/userimages/site_media/landing-image-mobile.jpg');
    background-position: 70% center;
}
@media only screen and (min-width: 768px) {
    .home-banner.v9:nth-child(1) {
        background-image: url('/images/outsidepages/homepage-ab-test-background-small-v8.jpg');
        background-position: center center;
    }
}
.home-banner.v10:nth-child(1) {
    background-image: url('/userimages/site_media/hero-desktop-march2020.jpg');
    background-position: 55% center;
}
@media only screen and (min-width: 768px) {
    .home-banner.v10:nth-child(1) {
        background-position: center center;
    }
}
.home-banner.v9:nth-child(1) .content-wrapper > h1,
.home-banner.v9:nth-child(1) .content-wrapper > h2,
.home-banner.v10:nth-child(1) .content-wrapper > h1,
.home-banner.v10:nth-child(1) .content-wrapper > h2 {
    width: 271px;
}
@media only screen and (min-width: 600px) {
    .home-banner.v9:nth-child(1) .content-wrapper > h1,
    .home-banner.v9:nth-child(1) .content-wrapper > h2,
    .home-banner.v10:nth-child(1) .content-wrapper > h1,
    .home-banner.v10:nth-child(1) .content-wrapper > h2 {
        width: auto;
    }
}
.home-banner.v9:nth-child(2),
.home-banner.v10:nth-child(2) {
    background-image: url('/userimages/site_media/landing-image-2-desktop.jpg');
    background-position: 35% center;
}
@media only screen and (min-width: 768px) {
    .home-banner.v9:nth-child(2),
    .home-banner.v10:nth-child(2) {
        background-image: url('/userimages/site_media/slide02-experience2x.jpg');
        background-position: 55% center;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner.v9:nth-child(2),
    .home-banner.v10:nth-child(2) {
        background-position: 85% center;
    }
}
.home-banner.v9:nth-child(2) .content-wrapper > h1,
.home-banner.v9:nth-child(2) .content-wrapper > h2,
.home-banner.v10:nth-child(2) .content-wrapper > h1,
.home-banner.v10:nth-child(2) .content-wrapper > h2,
.home-banner.v11.slide-2 .content-wrapper > h2,
.home-banner.v11.slide-2 .content-wrapper > h3,
.home-banner.v11.slide-3 .content-wrapper > h2,
.home-banner.v11.slide-3 .content-wrapper > h3 {
    width: 271px;
}

@media only screen and (min-width: 400px) {
    .home-banner.v9:nth-child(2) .content-wrapper > h1,
    .home-banner.v9:nth-child(2) .content-wrapper > h2,
    .home-banner.v10:nth-child(2) .content-wrapper > h1,
    .home-banner.v10:nth-child(2) .content-wrapper > h2,
    .home-banner.v11.slide-2 .content-wrapper > h2,
    .home-banner.v11.slide-2 .content-wrapper > h3,
    .home-banner.v11.slide-3 .content-wrapper > h2,
    .home-banner.v11.slide-3 .content-wrapper > h3 {
        width: 313px;
    }
}
@media only screen and (min-width: 768px) {
    .home-banner.v9:nth-child(2) .content-wrapper > h1,
    .home-banner.v9:nth-child(2) .content-wrapper > h2,
    .home-banner.v10:nth-child(2) .content-wrapper > h1,
    .home-banner.v10:nth-child(2) .content-wrapper > h2,
    .home-banner.v11.slide-2 .content-wrapper > h2,
    .home-banner.v11.slide-2 .content-wrapper > h3,
    .home-banner.v11.slide-3 .content-wrapper > h2,
    .home-banner.v11.slide-3 .content-wrapper > h3 {
        width: 380px;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner.v9:nth-child(2) .content-wrapper > h1,
    .home-banner.v9:nth-child(2) .content-wrapper > h2,
    .home-banner.v10:nth-child(2) .content-wrapper > h1,
    .home-banner.v10:nth-child(2) .content-wrapper > h2,
    .home-banner.v11.slide-2 .content-wrapper > h2,
    .home-banner.v11.slide-2 .content-wrapper > h3,
    .home-banner.v11.slide-3 .content-wrapper > h2,
    .home-banner.v11.slide-3 .content-wrapper > h3 {
        width: 490px;
    }
}
@media only screen and (min-width: 1200px) {
    .home-banner.v9:nth-child(2) .content-wrapper > h1,
    .home-banner.v9:nth-child(2) .content-wrapper > h2,
    .home-banner.v10:nth-child(2) .content-wrapper > h1,
    .home-banner.v10:nth-child(2) .content-wrapper > h2,
    .home-banner.v11.slide-2 .content-wrapper > h2,
    .home-banner.v11.slide-2 .content-wrapper > h3,
    .home-banner.v11.slide-3 .content-wrapper > h2,
    .home-banner.v11.slide-3 .content-wrapper > h3 {
        width: 556px;
        padding-right: 35px;
    }
}
@media only screen and (min-width: 1680px) {
    .home-banner.v9:nth-child(2) .content-wrapper > h1,
    .home-banner.v9:nth-child(2) .content-wrapper > h2,
    .home-banner.v10:nth-child(2) .content-wrapper > h1,
    .home-banner.v10:nth-child(2) .content-wrapper > h2,
    .home-banner.v11.slide-2 .content-wrapper > h2,
    .home-banner.v11.slide-2 .content-wrapper > h3,
    .home-banner.v11.slide-3 .content-wrapper > h2,
    .home-banner.v11.slide-3 .content-wrapper > h3  {
        width: 630px;
    }
}
.home-banner.v11 .banner-link {
    color: #505F82;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
    .home-banner.v11 .banner-link {
        font-size: 16px;
    }
}
.home-banner.v11 .banner-link:hover {
    color: #505F82;
    text-decoration: underline;
}
.home-banner.v11 .banner-link:after {
    width: 1px;
    height: 55%;
    background: #909090;
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translate(0, -50%);
}
.home-banner.v11.slide-1 .banner-link {
    margin-top: 8px;
}
.home-banner.v11 .banner-link:last-child:after {
    display: none;
}
@media only screen and (min-width: 396px) {
    .home-banner.v11.slide-3 .banner-link-wrapper {
        width: 313px;
    }
}
@media only screen and (min-width: 720px) {
    .home-banner.v11.slide-3 .banner-link-wrapper {
        width: 440px;
    }
}
@media only screen and (min-width: 768px) {
    .home-banner.v11.slide-3 .banner-link-wrapper {
        width: 360px;
    }
}
@media only screen and (min-width: 960px) {
    .home-banner.v11.slide-3 .banner-link-wrapper {
        width: 450px;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner.v11.slide-3 .banner-link-wrapper {
        width: 470px;
    }
}
@media only screen and (min-width: 1400px) {
    .home-banner.v11.slide-3 .banner-link-wrapper {
        width: 540px;
    }
}
@media only screen and (min-width: 1920px) {
    .home-banner.v11.slide-3 .banner-link-wrapper {
        width: 580px;
    }
}
.home-banner.v11.slide-3.covid-slide {
    background-image: url('/userimages/site_media/covid-banner-mob.jpg');
    background-position: 65% center;
}
@media only screen and (min-width: 400px) {
    .home-banner.v11.slide-3.covid-slide {
        background-position: 58% center;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner.v11.slide-3.covid-slide {
        background-image: url('/userimages/site_media/covid-banner-desktop.jpg');
        background-position: 65% center;
    }
}
.home-banner.v11.slide-3.covid-slide .content-wrapper > h2 {
    width: 285px;
}
@media only screen and (min-width: 400px) {
    .home-banner.v11.slide-3.covid-slide .content-wrapper > h2 {
        width: 313px;
    }
}
@media only screen and (min-width: 768px) {
    .home-banner.v11.slide-3.covid-slide .content-wrapper > h2 {
        width: 380px;
    }
}
.home-banner.v11.slide-3.covid-slide .content-wrapper > h3 {
    width: 245px;
}
@media only screen and (min-width: 400px) {
    .home-banner.v11.slide-3.covid-slide .content-wrapper > h3 {
        width: 313px;
    }
}
@media only screen and (min-width: 768px) {
    .home-banner.v11.slide-3.covid-slide .content-wrapper > h3 {
        width: 450px;
    }
}
@media only screen and (min-width: 1024px) {
    .home-banner.v11.slide-3.covid-slide .content-wrapper > h2,
    .home-banner.v11.slide-3.covid-slide .content-wrapper > h3 {
        width: 490px;
    }
}
@media only screen and (min-width: 1200px) {
    .home-banner.v11.slide-3.covid-slide .content-wrapper > h2,
    .home-banner.v11.slide-3.covid-slide .content-wrapper > h3 {
        width: 556px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1680px) {
    .home-banner.v11.slide-3.covid-slide .content-wrapper > h2,
    .home-banner.v11.slide-3.covid-slide .content-wrapper > h3 {
        width: 630px;
    }
}
@media only screen and (min-width: 1200px) {
    .home-banner.v11.slide-1 .banner-link {
        font-size: 20px;
        margin-top: 12px;
    }
}
.home-banner.v11.slide-2 .banner-link,
.home-banner.v11.slide-3 .banner-link {
    margin-left: 14px;
    margin-top: 8px;
}
@media only screen and (min-width: 1200px) {
    .home-banner.v11.slide-2 .banner-link,
    .home-banner.v11.slide-3 .banner-link {
        font-size: 20px;
    }
}
.home-banner.v11 .content-wrapper .signup-btn {
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px 10px 0;
}
@media only screen and (min-width: 1200px) {
    .home-banner.v11 .content-wrapper .signup-btn {
        font-size: 20px;
    }
}
.home-banner.v11.slide-1 .signup-btn {
    margin: 0 16px 10px 0;
}
@media only screen and (min-width: 1200px) {
    .home-banner.v11.slide-1 .signup-btn {
        margin: 0 24px 10px 0;
    }
}
.home-banner.v9:nth-child(2) .content-wrapper .signup-btn,
.home-banner.v10:nth-child(2) .content-wrapper .signup-btn,
.home-banner.v11.slide-2 .content-wrapper .signup-btn,
.home-banner.v11.slide-3 .content-wrapper .signup-btn {
    background: #1B87E6;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    color: #fff;
    cursor: pointer;
    padding: 11px 33px;
    text-align: center;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.home-banner.v9:nth-child(2) .content-wrapper .signup-btn:hover,
.home-banner.v10:nth-child(2) .content-wrapper .signup-btn:hover,
.home-banner.v11.slide-2 .content-wrapper .signup-btn:hover,
.home-banner.v11.slide-3 .content-wrapper .signup-btn:hover {
    background: #00beff;
}
.home-banner.v11.slide-1 .content-wrapper .signup-btn {
    padding: 7px 20px;
}
@media only screen and (min-width: 1200px) {
    .home-banner.v11.slide-1 .content-wrapper .signup-btn {
        padding: 11px 32px;
    }
}
.home-banner.v11.slide-2 .content-wrapper .signup-btn,
.home-banner.v11.slide-3 .content-wrapper .signup-btn {
    padding: 7px 18px;
}
@media only screen and (min-width: 1200px) {
    .home-banner.v11.slide-2 .content-wrapper .signup-btn,
    .home-banner.v11.slide-3 .content-wrapper .signup-btn {
        padding: 7px 33px;
    }
}
.userlite-form-wrapper .custom-form-group.has-controller .label-name {
    color: #545E6B;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    vertical-align: middle;
}
.userlite-form-wrapper .label-left.custom-form-group.has-controller .label-name {
    width: 20%;
    text-align: right;
}
.userlite-form-wrapper .custom-form-group.has-controller .qp-control-label {
    width: auto;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 20px;
    position: relative;
}
.userlite-form-wrapper .label-left.custom-form-group.has-controller .qp-control-label {
    width: 100%;
    justify-content: flex-start;
}
.userlite-form-wrapper .custom-form-group.has-controller .custom-form-toggle {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    z-index: -1;
}
.userlite-form-wrapper .custom-form-group.has-controller .qp-control-label {
    padding-left: 25px;
}
.userlite-form-wrapper .custom-form-group.has-controller .custom-form-toggle:checked ~ .circle-flow:before {
    color: #fff;
    display: block;
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10;
}
.userlite-form-wrapper .custom-form-group.has-controller .circle-flow {
    border: 1px solid blue;
    display: inline-block;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
}
.userlite-form-wrapper .custom-form-group.has-controller .circle-flow:after {
    width: 0;
    height: 0;
    background: #1B87E6;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
}
.userlite-form-wrapper .custom-form-group.has-controller input[type="checkbox"] ~ .circle-flow {
    border: 1px solid #1B87E6;
    width: 16px;
    height: 16px;
}
.userlite-form-wrapper .custom-form-group.has-controller input[type="checkbox"] ~ .circle-flow:before {
    content: '\e125';
    display: none;
    font-family: 'icomoon' !important;
}
.userlite-form-wrapper .custom-form-group.has-controller input[type="checkbox"] ~ .circle-flow:after {
    background: #1B87E6;
}
.userlite-form-wrapper .custom-form-group.has-controller input[type="checkbox"]:checked ~ .circle-flow {
    border: none;
}
.userlite-form-wrapper .custom-form-group.has-controller input[type="checkbox"]:checked ~ .circle-flow:before {
    content: '\e125';
}
.userlite-form-wrapper .custom-form-group.has-controller input[type="checkbox"]:checked ~ .circle-flow:after {
    width: 16px;
    height: 16px;
    background: #1B87E6;
}
.userlite-form-wrapper .product-interest .product-question {
    color: #909090;
    margin-bottom: 20px;
    font-weight: 400;
}