    * {
        outline: none;
    }
    
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
    }
    /************************************************************************************
RESET
*************************************************************************************/
    
    html,
    body,
    address,
    blockquote,
    div,
    dl,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ol,
    p,
    pre,
    table,
    ul,
    dd,
    dt,
    li,
    tbody,
    td,
    tfoot,
    th,
    thead,
    tr,
    button,
    del,
    ins,
    map,
    object,
    a,
    abbr,
    acronym,
    b,
    bdo,
    big,
    br,
    cite,
    code,
    dfn,
    em,
    i,
    img,
    kbd,
    q,
    samp,
    small,
    span,
    strong,
    sub,
    sup,
    tt,
    var,
    legend,
    fieldset {
        margin: 0;
        padding: 0;
    }
    
    img,
    fieldset {
        border: none;
    }
    /* set image max width to 100% */
    
    img {
        max-width: 100%;
        height: auto;
        /*width:auto\9;*/
        /* ie8 */
    }
    /* set html5 elements to block */
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    .pt-10 { padding-top: 10px; }
    .pt-20 { padding-top: 20px; }
    .pt-30 { padding-top: 30px; }
    .pt-40 { padding-top: 40px; }
    .pt-50 { padding-top: 50px; }
    .pt-60 { padding-top: 60px; }
    .pt-70 { padding-top: 70px; }
    .pt-80 { padding-top: 80px; }
    .pt-90 { padding-top: 90px; }
    .pt-100 { padding-top: 100px; }
    
    .pb-10 { padding-bottom: 10px; }
    .pb-20 { padding-bottom: 20px; }
    .pb-30 { padding-bottom: 30px; }
    .pb-40 { padding-bottom: 40px; }
    .pb-50 { padding-bottom: 50px; }
    .pb-60 { padding-bottom: 60px; }
    .pb-70 { padding-bottom: 70px; }
    .pb-80 { padding-bottom: 80px; }
    .pb-90 { padding-bottom: 90px; }
    .pb-100 { padding-bottom: 100px; }
    
    .mt-10 { margin-top: 10px; }
    .mt-20 { margin-top: 20px; }
    .mt-30 { margin-top: 30px; }
    .mt-40 { margin-top: 40px; }
    .mt-50 { margin-top: 50px; }
    .mt-60 { margin-top: 60px; }
    .mt-70 { margin-top: 70px; }
    .mt-80 { margin-top: 80px; }
    .mt-90 { margin-top: 90px; }
    .mt-100 { margin-top: 100px; }

    .mb-10 { margin-bottom: 10px; }
    .mb-20 { margin-bottom: 20px; }
    .mb-30 { margin-bottom: 30px; }
    .mb-40 { margin-bottom: 40px; }
    .mb-50 { margin-bottom: 50px; }
    .mb-60 { margin-bottom: 60px; }
    .mb-70 { margin-bottom: 70px; }
    .mb-80 { margin-bottom: 80px; }
    .mb-90 { margin-bottom: 90px; }
    .mb-100 { margin-bottom: 100px; }

    .pr { padding-right: 15px; }
    .pl { padding-left: 15px; }

    .section-padding { padding: 100px 0; }
    

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
    
    body {
        margin: 0;
        padding: 0;
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
    }
    
    a {
        text-decoration: none;
        color: #145DEB;
        outline: none;
        -webkit-transition: all 0.40s ease 0s;
        -moz-transition: all 0.40s ease 0s;
        transition: all 0.40s ease 0s;
    }
    
    a:hover {
        text-decoration: none;
        color:#333333;
    }
    
    p {
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 24px;
    }
    /* list */
    
    ul,
    ol {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    
    li {
        margin: 0;
        padding: 0;
    }
    /* headings */
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: normal;
        font-weight:600;
        margin: 20px 0 10px 0;
        color: #333333;
    }
    p { margin-bottom: 20px; }
    h1 {
        font-size: 50px;
    }
    
    h2 {
        font-size: 42px;
    }
    
    h3 {
        font-size: 32px;
    }
    
    h4 {
        font-size: 22px;
    }
    
    h5 {
        font-size: 20px;
    }
    
    h6 {
        font-size: 18px;
    }
    /* reset webkit search input styles */
    
    input[type=search] {
        -webkit-appearance: none;
        outline: none;
    }
    
    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button {
        display: none;
    }
    
    .clear-fix {
        height: 0;
        line-height: 0;
        content: ".";
        border: none;
        font-size: 0px;
        clear: both;
    }
    
    .f-left {
        float: left;
    }
    
    .f-right {
        float: right;
    }
    
    hr {
        clear: both;
        height: 1px;
        display: block;
        background-color: #CCC;
        color: #CCC;
        border: none;
    }

    .gray-bg { background-color: #F3F3F3; }
    .blue-bg { background-color: #145DEB; }

/************************************************************************************
STRUCTURE
*************************************************************************************/
.hero-main { display: block; background: url(../imgs/main-bg.jpg) center center no-repeat; background-size: cover; }
.collapse.navbar-collapse.navigation-bar { flex-grow:0; }
.call { font-size: 18px; font-weight: 600; margin-left: 30px; }
.navigation-bar .navbar-nav .nav-link { font-size: 18px; font-weight: 500; text-transform: uppercase; color: #ffffff; padding: 10px 20px; transition: all 0.4s; }
.navigation-bar .navbar-nav .nav-link:hover { color: #145DEB; }
svg.wd-logo path, svg.wd-logo rect { transition: all 0.4s; }
svg.wd-logo:hover path { fill: #145DEB; }
svg.wd-logo:hover rect { fill: #145DEB; }

.hero-content { display: flex; align-items: center; }
.hero-content .leaf { margin-right: 30px; }
.hero-caption h1 { color: #ffffff; line-height: 50px; }
.hero-caption p { color: #8EB4FF; }

.help-form { background: #051A4D; border: 1px solid #145DEB; padding: 30px; border-radius: 10px; }
.help-form h3 { color: #ffffff; font-size: 32px; margin: 0; margin-bottom: 20px; }
.help-form form { margin: 0; padding: 0; }
.help-form form input { width: 100%; background: #ffffff; color: #111111; border: none; margin-bottom: 15px; padding: 15px 18px; border-radius: 5px; }
.help-form form button { width: 100%; padding: 15px 18px; text-transform: uppercase; font-size: 18px; font-weight: 600; }

.main-heading { display: block; }
.main-heading h2 { line-height: 52px; }

.how-we-work-section {  }
.how-content-box { background: #ffffff; border-radius: 10px; padding: 50px; }


.guarantee-section {  }
.guarantee-content h2 { color: #ffffff; }
.guarantee-content p { color: #ffffff; }

.issues-section .main-heading h2 { color: #ffffff; }
.issues-section .main-heading p { color: #ffffff; }
.issues-box { margin-bottom: 30px; background: #ffffff; border-radius: 10px; padding:30px; display: flex; align-items: flex-start; }
.issues-box img { margin-right: 20px; }
.issues-content h4 { margin: 0; margin-bottom: 10px; }


.get-in-touch-form h3 { font-size: 24px; font-weight: 500; margin: 0; }
.get-in-touch-form h3 a { font-size: 32px; font-weight: 600; }
.get-in-touch-form form { margin-top: 30px; }
.get-in-touch-form form input { border: none; border-bottom: 1px solid #5A5A5D; width: 100%; padding: 10px 0; margin-bottom: 30px; }
.get-in-touch-form form textarea { border: none; border-bottom: 1px solid #5A5A5D; width: 100%; resize: none; margin-bottom: 20px; }
.get-in-touch-form form button { text-transform: uppercase; font-weight: 600; font-size: 18px; padding: 8px 30px; }



.why-us-img { height: 100%; display: flex; align-items:flex-end; }
.why-card { display:flex; box-shadow:0 0 20px 10px #00000012; min-height: 140px; align-items: center; border-radius: 10px; margin-top: 30px; overflow: hidden; padding: 20px; }
.why-card i {  }
.why-card i img {  }
.why-card p { width:100%; margin: 0; padding-left: 15px; }

.go-live-section { padding: 100px 0 0 0; }
.go-live-content { padding-bottom: 70px; }
.go-live-points { display: flex; align-items: center; justify-content: center; }
.go-live-points img { margin-right: 20px; }
.go-live-img { height: 100%; display: flex; align-items: flex-end; }

.loyalty-cards { text-align: center; }
.loyalty-cards img { background: #E4F6FF; border-radius: 100%; box-shadow: 0; transition: box-shadow 0.4s; }
.loyalty-cards img:hover { box-shadow: 0 5px 10px #145deb4a; }

.rewards-section {  }
.reward-card { display: flex; flex-wrap: wrap; align-content: space-between; justify-content: center; text-align: center; background-color: #ffffff; border-radius: 10px; min-height: 400px; padding: 30px; margin-bottom: 30px; box-shadow: 0; transition: box-shadow 0.4s; }
.reward-card:hover { box-shadow: 0 5px 10px #145deb4a; }
.reward-head { display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; }
.reward-head h2 {  line-height: 48px; }

.demo-section { }
/* .demo-main { position: relative; display: flex; align-items: center; }
.demo-img { position: relative; z-index: 10; }
.demo-form { width:100%; height: 100%; padding:50px 80px 90px 150px; margin-left: -130px; display: block; position: relative; background: rgb(0,149,255);
    background: -moz-linear-gradient(45deg, rgba(0,149,255,1) 0%, rgba(0,213,224,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,149,255,1) 0%, rgba(0,213,224,1) 100%);
    background: linear-gradient(45deg, rgba(0,149,255,1) 0%, rgba(0,213,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0095ff",endColorstr="#00d5e0",GradientType=1); border-radius: 10px; }
.demo-form h2 { color: #ffffff; }
.demo-form p { color: #ffffff; font-size: 18px; }
.demo-form form { margin: 0; padding: 0; }
.demo-form form input[type="text"], input[type="email"], input[type="tel"], textarea { background: none; border: none; border-bottom: 1px solid #ffffff; border-radius:0; border-color: #ffffff; box-shadow: none; padding: 10px 0; color: #ffffff; width: 100%; margin-bottom: 15px; }
.demo-form form textarea { resize: none; }
.demo-form form ::placeholder { color: #ffffff; }
.demo-form form :-ms-input-placeholder { color: #ffffff; }
.demo-form form ::-ms-input-placeholder { color: #ffffff; }
.demo-form form button { background-color: #ffffff; color: #145DEB; border: none; font-size: 18px; font-weight: 600; text-transform: uppercase; padding: 10px 30px;  } */

.faqs-home .accordion-button:focus { box-shadow: none; }
.faqs-home .accordion-header { margin: 0; }

footer { background-color: #333333; padding: 100px 0 0 0; }
.footer-logo { margin-bottom: 50px; display: inline-block; }
footer .footer-widget h6 { color: #ffffff; text-transform: uppercase; margin: 0; margin-bottom: 20px; }
footer .footer-widget p { color: #ffffff; font-size: 15px; }
footer .footer-widget p a { color: #ffffff; }
footer .footer-widget p a:hover { color: #145DEB; }
footer .social { display:inline-block; }
footer .social a { width: 40px; height: 40px; line-height: 48px; text-align: center; display:inline-block; background-color: #ffffff; color: #333333; border-radius: 100%; margin-right: 5px; }
footer .social a i { color: #333333; font-size: 24px; transition: all 0.4s; }
footer .social a:hover { background-color: #145DEB; }
footer .social a:hover i { color: #ffffff; }
.copyright { border-top: 1px solid #ffffff15; padding: 30px 0; margin-top: 30px; }
.copyright p { color: #ffffff; font-size: 15px; margin: 0; }

.help-form label.error {
    color: red;
    margin: 0;
    padding: 0;
}
.help-form .col-12 {
    margin-bottom: 10px;
}
.help-form form input{
margin-bottom: 0px;
}

.help-form .help-button {
    background: #0d6afd !important;
    color: #fff !important;
    border: 1px solid #0d6efd !important;
    transition: all 0.5s;
}

.help-form .help-button:hover {
    background: #fff !important;
    color: #0d6afd !important;
    border: 1px solid #fff !important;
}
.get-in-touch-form label.error {
    color: #f00;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.get-in-touch-form .row .col-md-6 {
    margin-bottom: 20px;
}
section.get-in-touch-section .get-in-touch-form form input{
    margin-bottom:0;
}
.get-in-touch-form input.btn.btn-primary.help-button:hover {
    background: transparent;
    color: #0d6efd;
    border: 1px solid #0d6efd;
}

.get-in-touch-form input.btn.btn-primary.help-button {
    border: 1px solid #eee;
    transition: all 0.5s;
}
.get-in-touch-form .btn-primary.help-button {
    width: unset;
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: 600;
}






