/* Document
   ========================================================================== */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Sections
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}

.background-light-blue {
    background-color: #009ace;
}

.is-hidden {
    display: none;
}

.color {
    color: #690;
}

/* ******* */

html,
body {
    min-width: 380px;
}

body {
    background-color: #fff;
}

b {
    font-weight: 600;
}

a {
    color: #009cde;
    text-decoration: none;
}

a:hover {
    color: #009cde;
    text-decoration: none;
    border-bottom: 1px solid #009cde;
}
a.video:hover {border:none;}

a.no-underline:hover {
    border-bottom: none;
}

.smaller {
    font-size: 12px !important;
    line-height: 16px !important;
}

footer p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.container-fluid {
    max-width: 1200px;
}

.icon-left,
.icon-right {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 32px;
    margin-top: 16px;
}

.icon-left .icon,
.icon-left .headline,
.icon-right .icon,
.icon-right .headline {
    height: 300px;
}

.icon-left .icon,
.icon-right .icon {
    width: 20%;
    background-color: #009ace;
}

.icon-left .headline,
.icon-right .headline {
    width: 25%;
    padding: 32px 16px 20px 32px;
    background-color: #fff;
}

.icon-left .headline h1,
.icon-right .headline h1 {
    font-weight: 400;
    font-size: 34px;
    line-height: 34px;
    color: #009ace;
    margin-bottom: 5px;
}

.icon-left .headline h1 span,
.icon-right .headline h1 span {
    font-size: 64px;
    line-height: 64px;
}

.icon-left .headline p,
.icon-right .headline p {
    font-size: 23px;
    line-height: 26px;
    color: #4c4c4e;
}

.icon-left .empty,
.icon-right .empty {
    width: 55%;
}

@media only screen and (max-width: 1200px) {
    .icon-left,
    .icon-right {
        padding-top: 12px;
        margin-top: 8px;
    }
    .icon-left .icon,
    .icon-left .headline,
    .icon-right .icon,
    .icon-right .headline {
        height: 240px;
    }
    .icon-left .headline,
    .icon-right .headline {
        padding: 2.667vw 1.333vw 1.667vw 2.667vw;
    }
    .icon-left .headline h1,
    .icon-right .headline h1 {
        font-size: 3vw;
        line-height: 3vw;
    }
    .icon-left .headline h1 span,
    .icon-right .headline h1 span {
        font-size: 5.5vw;
        line-height: 5.5vw;
    }
}

@media only screen and (max-width: 768px) {
    .icon-left .icon,
    .icon-left .headline,
    .icon-right .icon,
    .icon-right .headline {
        height: 180px;
    }
    .icon-left .icon,
    .icon-right .icon {
        width: 18%;
    }
    .icon-left .headline,
    .icon-right .headline {
        padding: 2.667vw 1.333vw 1.667vw 2.667vw;
        width: 40%;
    }
    .icon-left .headline h1,
    .icon-right .headline h1 {
        font-size: 4.6875vw;
        line-height: 4.6875vw;
    }
    .icon-left .headline h1 span,
    .icon-right .headline h1 span {
        font-size: 8.59375vw;
        line-height: 8.59375vw;
    }
    .icon-left .headline p,
    .icon-right .headline p {
        font-size: 14px;
        line-height: 18px;
    }
    .icon-left .empty,
    .icon-right .empty {
        width: 42%;
    }
    .video:after {
        background-size: 120px;
    }
}

@media only screen and (max-width: 380px) {
    .icon-left .icon,
    .icon-left .headline,
    .icon-right .icon,
    .icon-right .headline {
        height: 120px;
    }
    .icon-left .icon,
    .icon-right .icon {
        width: 15%;
    }
    .icon-left .headline,
    .icon-right .headline {
        width: 40%;
    }
    .icon-left .empty,
    .icon-right .empty {
        width: 45%;
    }
}

.icon-left .icon img {
    float: right;
}

.icon-right .icon img {
    float: left;
}

.icon-left-content,
.icon-right-content {
    background-color: #009ace;
    padding-top: 54px;
    padding-bottom: 80px;
}

.icon-left-content h1,
.icon-right-content h1 {
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #fff;
}

.icon-left-content p,
.icon-right-content p {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

.icon-left-content .icon-column,
.icon-right-content .icon-column {
    width: 20%;
}

.icon-left-content .content-column,
.icon-right-content .content-column {
    width: 80%;
}

.icon-left-content .column-content,
.icon-right-content .column-content {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .icon-left-content,
    .icon-right-content {
        padding-top: 42px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .icon-left-content,
    .icon-right-content {
        padding-top: 28px;
        padding-bottom: 40px;
        margin-top: -1px;
    }
    .icon-left-content h1,
    .icon-right-content h1 {
        font-size: 18px;
        line-height: 22px;
    }
    .icon-left-content p,
    .icon-right-content p {
        font-size: 16px;
        line-height: 20px;
    }
    .icon-left-content .icon-column,
    .icon-right-content .icon-column {
        width: 19%;
    }
    .icon-left-content .content-column,
    .icon-right-content .content-column {
        width: 81%;
    }
}

#capture-background {
    background-image: url("https://image.news.aligntech.com/lib/fe9b12747764057b74/m/1/667cee4c-e1de-4996-89f7-1e2747ad70fd.jpg");
}

#capture-background .icon img,
#plan-background .icon img,
#monitor-background .icon img {
    width: 121px;
    margin-top: 40px;
    margin-right: 11px;
}

@media only screen and (max-width: 1200px) {
    #capture-background .icon img,
    #plan-background .icon img,
    #monitor-background .icon img {
        width: 100px;
        margin-top: 30px;
        margin-right: 6px;
    }
}

@media only screen and (max-width: 768px) {
    #capture-background .icon img,
    #plan-background .icon img,
    #monitor-background .icon img {
        width: 65px;
        margin-top: 44px;
        margin-right: 3px;
    }
}

@media only screen and (max-width: 380px) {
    #capture-background .icon img,
    #plan-background .icon img,
    #monitor-background .icon img {
        width: 44px;
        margin-top: 43px;
        margin-right: 0px;
    }
}

#plan-background {
    background-image: url("https://image.news.aligntech.com/lib/fe9b12747764057b74/m/1/ca1e33cd-1c68-4e92-9278-eb96a6af90f9.jpg");
}

#plan-background .icon img {
    width: 133px;
    margin-top: 42px;
    margin-left: 16px;
}

@media only screen and (max-width: 1199px) {
    #plan-background .icon img {
        width: 110px;
        margin-top: 30px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    #plan-background .icon img {
        width: 65px;
        margin-top: 44px;
        margin-right: 3px;
    }
}

@media only screen and (max-width: 380px) {
    #plan-background .icon img {
        width: 40px;
        margin-top: 46px;
    }
}

@media only screen and (max-width: 768px) {
    #plan-content.icon-left-content {
        padding-top: 10px;
    }
}

#monitor-background {
    background-image: url("https://image.news.aligntech.com/lib/fe9b12747764057b74/m/1/bfc8c9a5-e6ae-4ce5-b150-0c97dd28bb33.jpg");
}

#monitor-background .icon img {
    width: 141px;
}

@media only screen and (max-width: 1199px) {
    #monitor-background .icon img {
        max-width: 114px;
    }
}

@media only screen and (max-width: 768px) {
    #monitor-background .icon img {
        width: 65px;
    }
}

@media only screen and (max-width: 380px) {
    #monitor-background .icon img {
        width: 40px;
        margin-right: 6px;
    }
}

@media only screen and (max-width: 768px) {
    #monitor-content.icon-left-content {
        padding-top: 10px;
    }
}

#scan-background {
    background-image: url("https://image.news.aligntech.com/lib/fe9b12747764057b74/m/1/8a95ee75-725e-4ac7-9b92-20ee42a4d6fc.jpg");
}

#scan-background .icon img,
#treat-background .icon img {
    width: 143px;
    margin-top: 37px;
    margin-left: 16px;
}

@media only screen and (max-width: 1200px) {
    #scan-background .icon img,
    #treat-background .icon img {
        width: 115px;
        margin-top: 30px;
        margin-left: 8px;
    }
}

@media only screen and (max-width: 768px) {
    #scan-background .icon img,
    #treat-background .icon img {
        width: 75px;
        margin-top: 44px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 380px) {
    #scan-background .icon img,
    #treat-background .icon img {
        width: 59px;
        margin-top: 22px;
        margin-left: -6px;
    }
}

#treat-background {
    background-image: url("https://image.news.aligntech.com/lib/fe9b12747764057b74/m/1/63443f90-7f86-4ae6-8e40-ae97e333e7d7.jpg");
}

@media only screen and (max-width: 767px) {
    #treat-background .headline {
        height: 140px;
    }
}

@media only screen and (max-width: 767px) {
    #treat-background .icon {
        height: 140px;
    }
}

#treat-background .icon img {
    width: 142px;
    margin-left: 0;
    margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
    #treat-background .icon img {
        width: 112px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    #treat-background .icon img {
        width: 65px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 380px) {
    #treat-background .icon img {
        width: 50px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 380px) {
    #treat-content {
        padding-top: 20px;
    }
}

#treat-content .dotted-line {
    width: 35%;
}

#treat-content .dotted-line>div {
    margin-right: 5px;
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
    #treat-content .dotted-line>div {
        margin-top: 12px;
        margin-right: 2px;
    }
}

#treat-content .dotted-line img {
    max-width: 310px;
}

@media only screen and (max-width: 1199px) {
    #treat-content .dotted-line img {
        max-width: 238px;
    }
}

#guideForm {
    margin-top: 16px;
}

@media only screen and (max-width: 767px) {
    #guideForm .content-column {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 768px) {
    #guideForm .content-column {
        width: 80%;
        max-width: 960px;
        margin-left: 20%;
    }
}

#guideForm .headline h4 {
    font-size: 24px;
}

@media only screen and (max-width: 768px) {
    #guideForm .headline h4 {
        font-size: 18px;
    }
}

/*#guideForm input[type="text"] {
    background-color: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-left: 0;
}

#guideForm input[type="text"]:focus {
    border-color: transparent;
    border-bottom: 1px solid #fff;
    outline: 0;
}

#guideForm input[type="text"].is-valid {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}

#guideForm input[type="text"].is-valid:focus {
    border-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}

#guideForm input:-webkit-autofill,
#guideForm input:-webkit-autofill:hover,
#guideForm input:-webkit-autofill:focus,
#guideForm input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff !important;
}*/



#guideForm .sc-button {
    background: #fff;
    color: #009ace;
    border-radius: 17px;
    border-color: #009ace;
    font-size: 18px;
    font-weight: 600;
}

#guideForm .btn.btn-primary span {
    display: inline-block;
    margin-right: 5px;
}

/*#guideForm .invalid-feedback {
    color: #222;
}*/

header {
    width: 100%;
    background-color: #009ace;
    padding: 20px 0;
}

@media only screen and (max-width: 768px) {
    header {
        padding: 5px 0;
    }
}

header img {
    max-width: 325px;
}

@media only screen and (max-width: 768px) {
    header img {
        max-width: 200px;
    }
}

.hero {
    padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .hero {
        padding-bottom: 0;
    }
}

.hero h1 {
    font-weight: 400;
    font-size: 55px;
}

@media only screen and (max-width: 768px) {
    .hero h1 {
        font-size: 38px;
        line-height: 1.2;
    }
}
.fancybox-content {
            height: 0;
            position: relative;
            padding-bottom: 45% !important;
        }
        .fancybox-iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
.hero h1 span {
    display: block;
    color: #009ace;
    font-weight: 700;
}

.hero p {
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .hero p {
        font-size: 16px;
    }
}

.hero .video {
    width: 100%;
    margin-top: 15%;
}

@media only screen and (max-width: 992px) {
    .hero .video {
        margin-top: 30px;
    }
}

.hero a.btn {
    background-color: #009ace;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 5px 24px;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .hero a.btn {
        padding: 2px 10px;
    }
}

.hero a.btn img {
    margin-left: 5px;
}

.isi {
    width: 100%;
}

footer {
    background-color: #009ace;
    width: 100%;
    padding: 60px 50px 35px;
    margin-top: 15px;
}

@media only screen and (max-width: 768px) {
    footer {
        padding: 25px 15px 35px;
    }
}

footer img {
    margin-left: 10px;
}

footer a:hover {
    border: 0;
}



.modal {
    width: 90%;
}

sup {
    font-size: 50%;
    top: -4px;
}

h1 sup {
    font-size: 40%;
    top: -9px
}

.container-fluid.step-content {
            position: relative;
        }
        .container-fluid.step-content:after {
            content: "";
            position: absolute;
            bottom: 14px;
            width: 60px;
            height: 18px;
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 62.3 18.1' style='enable-background:new 0 0 62.3 18.1;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' class='st0' d='M31.2,17.7L1.1,3.1C0.3,2.7,0,1.8,0.4,1.1c0.4-0.7,1.3-1.1,2-0.7l28.8,13.9L59.9,0.4c0.7-0.4,1.6,0,2,0.7 c0.4,0.7,0,1.6-0.7,2L31.2,17.7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-size: contain;
            left: 50%;
            transform: translateX(-50%);
        }
        .carousel-indicators {
            bottom: -30px;
            margin-bottom: 0;
        }
        .carousel-indicators li.active {
            background: #fff;
        }
        .carousel-indicators li {
            width: 10px;
            height: 10px;
            background-color: #009ace;
            border: 2px solid #009ace;
            opacity: 1;
            border-radius: 50%;
        }
        .carousel-item h2 {
            font-size: 30px;
            line-height: 1.3;
        }
        .carousel-item h1 {
            margin-top: 40px;
            margin-bottom: 20px;
        }
        .hero .video {
            margin-top: 40px;
        }

.video {
            position: relative;
        }
        .video:after {
            content: "";
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg id='Layer_1'%3E%3C/g%3E%3Cg id='Layer_1_copy'%3E%3Cg class='st0'%3E%3Cg%3E%3Cpath fill='%23ffffff' opacity='.6' d='M50,0.3C22.5,0.3,0.3,22.5,0.3,50c0,27.5,22.3,49.7,49.7,49.7c27.5,0,49.7-22.3,49.7-49.7 C99.7,22.5,77.5,0.3,50,0.3z M50,90.2c-22.2,0-40.2-18-40.2-40.2S27.8,9.8,50,9.8c22.2,0,40.2,18,40.2,40.2S72.2,90.2,50,90.2z' /%3E%3C/g%3E%3Cpath fill='%23ffffff' opacity='.6' d='M35.5,53c0-1.7,0-4.3,0-6V29.3c0-1.6,1.2-2.3,2.6-1.5l15.3,8.8c1.4,0.8,3.8,2.2,5.2,3l15.3,8.8 c1.4,0.8,1.4,2.2,0,3l-15.3,8.8c-1.4,0.8-3.8,2.2-5.2,3l-15.3,8.8c-1.4,0.8-2.6,0.2-2.6-1.5V53z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
            background-size: 180px;
            background-repeat: no-repeat;
            background-position: center;
        }

.carousel-control-next:hover,
    .carousel-control-prev:hover,
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        opacity: 0;
    }
    .carousel-control-next {
        position: absolute;
        left: auto;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
         margin-right: auto; 
         margin-left: auto; 
        list-style: none;
        width: 14px;
        height: 14px;
        bottom: -30px;
        top: auto;
        right: calc(50% - 17px);
        color: transparent;
        opacity: 0;
    }
    .carousel-control-prev {
        position: absolute;
        right: auto;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
         margin-right: auto; 
         margin-left: auto; 
        list-style: none;
        width: 14px;
        height: 14px;
        bottom: -30px;
        top: auto;
        left: calc(50% - 17px);
        color: transparent;
        opacity: 0;
    }

#scan-content {
    padding-bottom: 10px;
}

#guideForm [id*='smartcapture-block-'] input[type="text"],
#guideForm [id*='smartcapture-block-'] input[type="email"],
#guideForm [id*='smartcapture-block-'] input[type="number"] {
  height:auto !important; padding:6px 10px;border:none !important;
 }

 .fuelux .popover {
  display: none !important;
  }
#guideForm [id*='smartcapture-block-'] table {
    width: 50% !important;
    display: block;
    float: left;
    min-width: auto !important;
}
  #guideForm [id*='smartcapture-block-'] tbody,
  #guideForm [id*='smartcapture-block-'] tr, 
  #guideForm [id*='smartcapture-block-'] td {display:block;}
  #guideForm [id*='smartcapture-block-'] input {width: 97% !important;}
  @media (min-width) {
#guideForm [id*='smartcapture-block-'] input[type="text"],
#guideForm [id*='smartcapture-block-'] input[type="email"],
#guideForm [id*='smartcapture-block-'] input[type="number"] {
  width:48% !important;
 }
}
  @media (max-width:600px) {
  #guideForm [id*='smartcapture-block-'] table {
    width: 100% !important;
    display: block;
    float: none;
    min-width: auto !important;
}
  #guideForm [id*='smartcapture-block-'] tbody,
  #guideForm [id*='smartcapture-block-'] tr, 
  #guideForm [id*='smartcapture-block-'] td {display:block;}
  #guideForm [id*='smartcapture-block-'] input {width: 98% !important;}
  
  }

#guideForm [id*='smartcapture-block-'] input[type="checkbox"] {
width: 15px !important;
}
#guideForm [id*='smartcapture-block-'] .smartcapture-submit-button-wrapper {
clear: both;
margin-right: 2%;
}
#guideForm [id*='smartcapture-block-'] .sc-button {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 10px;
    border-style: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #009ace;
    font-family: "neue-haas-grotesk-display", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 10px;
    clear: both;
font-weight: 600;
    display: inline-block;
}
#guideForm [id*='smartcapture-block-'] > table:nth-child(6) {width:100% !important;}
#guideForm [id*='smartcapture-block-'] > table:nth-child(6) .sc-formfield-input-wrapper > div > label {font-size:12px;}
#guideForm [id*='smartcapture-block-'] .smartcapture-submit-button-wrapper {text-align: left;}