a, a:focus, a:hover {
    text-decoration: none
}

*, body, img {
    margin: 0;
    padding: 0
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

a {
    outline: 0;
    border: none;
}

    a:focus {
        outline: 0;
        border: none;
    }

    a:hover {
        outline: 0;
        border: none;
    }

button {
    outline: 0;
    border: none;
}

    button:hover {
        outline: 0;
        border: none;
    }

    button:focus {
        outline: 0;
        border: none;
    }

.spacer {
    clear: both;
    line-height: 0;
    font-size: 0
}

img {
    border: 0;
    height: auto;
    max-width: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

h1, h2 {
    font-weight: 300;
    color: #000;
    font-size: 26px;
    line-height: 36px;
}

    h1 strong, h2 strong {
        font-weight: 700;
        color: #3F72AF;
    }
/*h2 strong {
	color:#000;
}*/
h3 {
    font-size: 21px;
    color: #3F72AF;
    font-weight: 700;
}

h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

    h6 strong {
        font-weight: 700;
        color: #3F72AF;
    }

p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
    line-height: 26px;
    font-weight: 300;
    color: #5D5D5D;
}

    p strong {
        font-weight: 700;
    }

    p.bigtext {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }

    p.smalltext {
        font-size: 15px;
        line-height: 18px;
    }

.top-outer {
    width: 100%;
}

.mt-12 {
    margin-top: 12px !important;
}

.login {
    border-style: solid;
    border-width: 2px 2px 2px 2px !important;
    border-radius: 7px 7px 7px 7px !important;
    padding: 10px 25px 10px 25px !important;
}

.signUp {
    background-color: #9ECC19 !important;
    color: white !important;
    border: 2px solid #9ECC19 !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-radius: 7px 7px 7px 7px !important;
    padding: 10px 25px 10px 25px !important;
}

.navbar {
    padding: 0
}

.navbar-brand {
    width: 170px;
    margin: 0;
    padding: 15px 0 15px
}

.navbar-nav li {
    font-weight: 700;
    text-transform: uppercase;
}

    .navbar-nav li a {
        color: #000000;
        display: block;
        font-size: 15px;
        padding: 6px 0
    }

    .navbar-nav li:last-child a {
        padding-bottom: 15px
    }

    .navbar-nav li:hover a {
        background: none;
        color: #3B71B3
    }

    .navbar-nav li.active a {
        background: none;
        color: #3B71B3
    }

.navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 30px;
    outline: 0
}

    .navbar-toggler span {
        width: 100%;
        height: 2px;
        display: block;
        border-radius: 0;
        margin-top: 7px;
        background: #3F72AF;
    }

        .navbar-toggler span:first-child {
            margin-top: 0;
        }

        .navbar-toggler span:nth-child(2) {
            width: 20px;
        }

    .navbar-toggler:focus {
        border: none;
        outline: 0
    }

.redbar {
    padding: 20px 0;
    background: #3F72AF;
}

    .redbar .d-flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.redbox {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    text-align: center;
}

    .redbox img {
        height: 34px;
    }

    .redbox strong {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
        margin-top: 12px;
    }

.section {
    padding: 30px 0;
}

.rowgap {
    margin-top: 25px;
}

.herosec { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-9 */
}

.buttonouter {
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn-default {
    background: #9ECC19;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    padding: 16px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

    .btn-default span {
        display: inline-block;
        vertical-align: middle;
    }

    .btn-default img {
        display: inline-block;
        vertical-align: middle;
        width: 17px;
        margin-left: 10px;
    }

    .btn-default:hover {
        color: #fff;
        background: #3F72AF;
    }

.ratingsec i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    font-size: 18px;
    color: #FFC225;
}

.ratingsec span {
    display: inline-block;
    vertical-align: middle;
    color: #5D5D5D;
    font-weight: 300;
    margin-left: 4px;
    text-transform: uppercase;
    font-size: 14px;
}

    .ratingsec span strong {
        font-weight: 900;
        color: #3F72AF;
    }

.topreview p.bigtext {
    color: #000;
}

.topreview p.smalltext {
    font-weight: 300;
    margin-top: 3px;
    line-height: 20px;
}

.authorsec {
    margin-top: 15px;
}

.authorimg {
    width: 38px;
    height: 38px;
    background: #2B3240;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.authortext {
    font-size: 13px;
    text-align: left;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    color: #5D5D5D;
}

.verify span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #5D5D5D;
    font-weight: 300;
}

.verify img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.commatop {
    position: absolute;
    left: 0;
    top: -3px;
    width: 32px;
}

.commabot {
    position: absolute;
    right: 30px;
    bottom: 40px;
    width: 32px;
}

.brandsec {
    padding: 30px 0;
    text-align: center;
}

    .brandsec .rowgap {
        margin-top: 30px;
    }

.pcbrandimg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .pcbrandimg img {
        height: 66px;
    }

.subscriptionsec { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+100 */
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}

.brandlogoscroll .item {
    padding: 0 20px;
}

    .brandlogoscroll .item img {
        height: 114px;
    }
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 9999;
    background: url(../images/sl-arrowleft.png) left top no-repeat;
    background-size: 35px 35px;
}

.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 9999;
    background: url(../images/sl-arrowright.png) left top no-repeat;
    background-size: 35px 35px;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: none;
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 12px;
            height: 12px;
            padding: 5px;
            background: #000;
            cursor: pointer;
            color: transparent;
            border-radius: 100%;
            border: 0;
            outline: none;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

        .slick-dots li.slick-active button {
            background: red;
        }

.greenbtn {
    background: none;
    border: 2px solid #9ECC19;
    color: #9ECC19;
    padding: 12px 30px;
}

    .greenbtn:hover, .greenbtn:focus {
        border: 2px solid transparent;
        background: #3F72AF !important;
        color: #fff !important;
    }

        .greenbtn:hover img, .greenbtn:focus img {
            filter: brightness(0) invert(1);
        }

.vSignsbtn {
    background: none;
    border: 2px solid #056381;
    color: #056381;
    padding: 12px 30px;
}

    .vSignsbtn :hover, .vSignsbtn :focus {
        border: 2px solid transparent;
        background: #3F72AF !important;
        color: #fff !important;
    }

        .vSignsbtn :hover img, .vSignsbtn :focus img {
            filter: brightness(0) invert(1);
        }

.processsec, .stepsec, .accountsec, .blogsec, .faqsec { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+100 */
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}

.iconbox {
    margin: 20px 0;
}

    .iconbox img {
        height: 72px;
    }

.redbanner {
    background: #3F72AF;
}

    .redbanner h2 {
        color: #fff;
    }

        .redbanner h2 strong {
            color: #fff;
        }

    .redbanner p {
        font-weight: 300;
        color: #fff;
    }

        .redbanner p.bigtext {
            font-size: 19px;
        }

.redbannerimg {
    text-align: center;
}

    .redbannerimg img {
        width: 250px;
    }

.stepsec h2 strong {
    color: #3B71B3
}

.stepbox {
    margin: 15px 0;
    text-align: center;
}

.stepno {
    border-radius: 100%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    background: #9ECC19;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
}

.stepbox h6 {
    margin-top: 50px;
    font-weight: 700;
    color: #3F72AF;
    text-transform: uppercase;
}

.featuressec {
    background: #3F72AF;
}

    .featuressec h2, .featuressec h2 strong, .featuressec p {
        color: #fff;
    }

        .featuressec p.bigtext {
            font-weight: 300;
        }

    .featuressec ul {
        margin-top: 25px;
    }

        .featuressec ul li {
            color: #fff;
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            margin-top: 15px;
            background: url(../images/whitetick.png) left 3px no-repeat;
            background-size: 18px 18px;
            padding-left: 36px;
        }

            .featuressec ul li strong {
                font-weight: 700;
            }


.semiheading ul li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 15px;
    background: url(../images/bluetick.png) left 3px no-repeat;
    background-size: auto;
    background-size: 18px 18px;
    padding-left: 36px;
}


.garunteesec h3 {
    margin: 25px 0 15px;
}

.accountsec h2 strong {
    color: #3F72AF;
}

.accounticon {
    margin: 0 0 25px;
}

    .accounticon img {
        height: 75px;
        display: block;
        margin: 0 auto;
    }

.accountsec p strong {
    color: #000;
}

.reviewsec {
    background: #3F72AF;
}

    .reviewsec h2, .reviewsec h2 strong {
        color: #fff;
    }

    .reviewsec .ratingsec span {
        color: #fff;
        text-transform: none;
        font-size: 20px;
        line-height: 26px;
    }

        .reviewsec .ratingsec span strong {
            color: #fff;
            font-weight: 700;
        }

.blogsec h2 strong {
    color: #3F72AF;
}

.blogbox h4 {
    margin: 20px 0;
    color: #3F72AF;
    font-weight: 700;
    font-size: 20px;
}

.blogbox p a {
    color: #9ECC19;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

    .blogbox p a:hover, .blogbox p a:focus {
        color: #3F72AF;
    }

.blogbox {
    margin: 15px 0;
}

.blogsec .btn-default {
    font-size: 13px;
}

.faqsec h2 strong {
    color: #3F72AF;
}

.faqsec p.bigtext {
    font-weight: 300;
}

.phonenumber {
    margin-top: 15px;
}

    .phonenumber img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.phonenumbertext {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 300;
    color: #5D5D5D;
}

    .phonenumbertext a {
        color: #3F72AF;
        font-size: 18px;
        font-weight: 300;
    }

        .phonenumbertext a:hover, .phonenumbertext a:focus {
            font-weight: 500;
        }

.drawer {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0 0;
    padding-top: 20px;
}

    .drawer:first-child {
        margin: 0;
        padding: 0;
        border: none;
    }

.accordion-item-active .accordion-header {
    transition: .25s
}

.accordion-item-active .accordion-header-icon {
    color: #3B71B3
}

.accordion-item-active .accordion-header h6 {
    color: #3B71B3
}

.accordion-header {
    cursor: pointer;
    display: flex;
    overflow: hidden;
    transition: .25s
}

    .accordion-header h6 {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        width: 90%;
        margin-left: 10px;
        line-height: 24px;
        color: #5D5D5D
    }

.accordion-content {
    display: none;
}

    .accordion-content p {
        color: #5D5D5D;
        font-size: 15px;
        line-height: 21px;
        margin-top: 15px;
    }

.accordion-header-icon {
    font-size: 0;
    background: url(../images/plus.png) right center no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

    .accordion-header-icon.accordion-header-icon-active {
        background: url(../images/minus.png) right center no-repeat;
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
        font-size: 0
    }

.pricesec {
    background: #3F72AF;
}

    .pricesec h2, .pricesec p, .pricesec h2 strong {
        color: #fff;
    }

.pricelogo {
    width: 250px;
    margin: 20px auto 0;
}

.pricebox {
    background: #fff;
    border-radius: 15px;
    padding: 50px 40px;
    text-align: center;
    margin: 15px 0;
}

    .pricebox h3 {
        color: #000;
        font-size: 26px;
        line-height: 20px;
    }

.priceamount {
    margin: 25px 0 20px;
    font-size: 20px;
    font-weight: 300;
}

    .priceamount strong {
        font-weight: 700;
        display: block;
    }

.pricesec .pricebox p {
    font-size: 16px;
    line-height: 20px;
    color: #5D5D5D;
    font-weight: 400;
}

    .pricesec .pricebox p strong {
        font-weight: 700;
    }

.populartag {
    width: 200px;
    height: 37px;
    border-radius: 50px;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: #632CDA;
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    margin: auto;
}

.popularbox {
    border: 4px solid #632CDA;
}

.bestvaluetag {
    width: 172px;
    height: 37px;
    border-radius: 50px;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    margin: auto;
}

.pricelisttext ul {
    margin: 0;
    padding: 0;
}

    .pricelisttext ul li {
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 400;
        margin: 10px 0;
        background: url(../images/whitetick.png) left center no-repeat;
        background-size: 15px auto;
        padding-left: 28px;
        width: 100%;
    }

.footer {
    padding: 35px 0 80px;
}

.phonefoot {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 15px 0;
}

    .phonefoot strong {
        font-weight: 700;
        color: #201616;
        text-transform: uppercase;
    }

    .phonefoot a {
        color: #201616;
    }

        .phonefoot a:hover, .phonefoot a:focus {
            color: #3F72AF;
        }

.applogo, .socialouter {
    margin: 15px 0;
}

.copyright {
    margin-top: 25px;
}

.socialicon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.copyright {
    color: #201616;
    font-size: 14px;
}

.footlink ul {
    margin: 0;
    padding: 0;
}

    .footlink ul li {
        display: inline-block;
        margin: 8px;
        vertical-align: middle;
        font-size: 14px;
        text-transform: capitalize;
    }

        .footlink ul li a {
            color: #201616;
        }

            .footlink ul li a:hover, .footlink ul li a:focus {
                color: #3F72AF;
            }

.modal-content {
    border-radius: 0;
    padding: 20px 14px
}

.modal-body {
    padding: 0
}

.modal-backdrop.show {
    opacity: .8
}

.close {
    font-size: 45px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 99999
}

.modal {
    z-index: 99999
}

.modal-backdrop {
    z-index: 9999
}

.contactmodal h3 {
    color: #000;
    margin: 15px 0;
    font-size: 25px;
}

.contactmodal h6 {
    font-weight: 700;
    margin: 15px 0;
    font-size: 21px;
    text-transform: uppercase;
}

.contactmodal p {
    font-size: 16px;
    line-height: 25px;
}

.floating-btn {
    position: fixed;
    width: 100%;
    left: 0;
    border-radius: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
    top: auto;
    bottom: 0;
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container * {
        box-sizing: border-box
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        font-size: 0;
        height: 100%;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

        .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button:focus {
            outline: 0
        }

        .fancybox-button.fancybox-focus {
            outline: 1px dotted
        }

        .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
            outline: 0
        }

        .fancybox-button div {
            height: 100%
        }

        .fancybox-button svg {
            display: block;
            height: 100%;
            overflow: visible;
            position: relative;
            width: 100%
        }

            .fancybox-button svg path {
                fill: currentColor;
                stroke-width: 0
            }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

    .fancybox-close-small:hover {
        color: #fff;
        opacity: 1
    }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

    .fancybox-navigation .fancybox-button div {
        padding: 7px
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    /*left:env(safe-area-inset-left);*/
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0; /*right:env(safe-area-inset-right)*/
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        /*padding:75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))*/
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

    .fancybox-caption a:hover {
        color: #fff;
        text-decoration: underline
    }

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            /*padding-left:max(12px, env(safe-area-inset-left));
padding-right:max(12px, env(safe-area-inset-right))*/
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

    .fancybox-thumbs__list a:before {
        border: 6px solid #ff5268;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .2s cubic-bezier(.25, .46, .45, .94);
        z-index: 99991
    }

    .fancybox-thumbs__list a:focus:before {
        opacity: .5
    }

    .fancybox-thumbs__list a.fancybox-thumbs-active:before {
        opacity: 1
    }
/**************************************Sales*****************************************************/


.bannerlistitem {
    margin-top: 20px;
}

    .bannerlistitem ul {
        margin: 0 0 30px;
        padding: 0;
    }

        .bannerlistitem ul li {
            background: url(../images/redtick.png) left 3px no-repeat;
            background-size: 18px auto;
            padding-left: 25px;
            font-size: 20px;
            margin-top: 12px;
            color: #5D5D5D;
        }

            .bannerlistitem ul li:first-child {
                margin-top: 0;
            }

.salesnav .navbar-nav li {
    font-weight: 400;
}

.footersales {
    padding: 30px 0 85px;
}

.sl-copyright {
    font-size: 15px;
    font-weight: 400;
    color: #5D5D5D;
}

.sl-footlink {
    margin: 15px 0;
}

    .sl-footlink a {
        font-size: 15px;
        color: #5D5D5D;
        margin: 0 10px;
        display: inline-block;
        vertical-align: middle;
    }

        .sl-footlink a:hover, .sl-footlink a:focus {
            color: #3F72AF;
        }

.stepformoutrer, .thankyououter { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+50,f5f5f5+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f5f5f5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-9 */
}

.formouter .row {
    margin: 0 -7px;
}

.formcol {
    padding: 0 7px;
}

.formouter label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
}

.form-control {
    height: 58px;
    border: 1px solid #D1D2D1;
    padding: 0 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
}

    .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #5D5D5D;
        opacity: 0.4;
    }

    .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #5D5D5D;
        opacity: 0.4;
    }

    .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #5D5D5D;
        opacity: 0.4;
    }

    .form-control:-moz-placeholder { /* Firefox 18- */
        color: #5D5D5D;
        opacity: 0.4;
    }

    .form-control:hover, .form-control:focus {
        box-shadow: none;
        border: 1px solid #D1D2D1;
    }

.form-group {
    margin-bottom: 14px;
}

select.form-control {
    background: #fff url(../images/selectarrow.png) right 15px center no-repeat;
    background-size: 14px 9px;
}

select.placeholder-shown {
    color: #bec1d5;
}

select.placeholder-hidden {
    color: black;
}

.password span {
    position: absolute;
    right: 15px;
    top: 29px;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.iti__arrow {
    display: none;
}

.formouter .checkboxouter {
    display: block;
    margin-top: 10px;
}

    .formouter .checkboxouter input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .formouter .checkboxouter label {
        position: relative;
        cursor: pointer;
        font-size: 14px;
        margin: 0;
        line-height: 25px;
        font-weight: 400;
    }

        .formouter .checkboxouter label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #CDCDCD;
            margin-top: -3px;
            padding: 8px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 10px;
        }

    .formouter .checkboxouter input:checked + label::after {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: 7px;
        width: 6px;
        height: 10px;
        border: solid #CDCDCD;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.formlink {
    font-weight: 300;
    font-size: 15px;
    color: #000;
    margin-top: 3px;
}

    .formlink a {
        font-weight: 300;
        font-size: 15px;
        text-decoration: underline;
        color: #000;
    }

.fa-eye {
    background: url(../images/eye.png) no-repeat;
    background-size: 15px 11px;
    width: 15px;
    height: 11px;
}

.fa-eye-slash {
    background: url(../images/eyeslash.png) no-repeat;
    background-size: 15px 11px;
    width: 15px;
    height: 11px;
}

.gradientbox {
    padding: 25px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3B71B3+0,ba1430+50,5b101d+100 */
    background: #3B71B3; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #3B71B3 0%, #ba1430 50%, #5b101d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #3B71B3 0%, #ba1430 50%, #5b101d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3B71B3 0%, #ba1430 50%, #5b101d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B71B3', endColorstr='#5b101d', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    .gradientbox h6 {
        color: #fff;
        text-transform: uppercase;
    }

    .gradientbox ul {
        margin: 10px 0 0;
        padding: 0;
    }

        .gradientbox ul li {
            font-size: 16px;
            line-height: 26px;
            margin-top: 8px;
            color: #fff;
            background: url(../images/formcheck.png) left 4px no-repeat;
            background-size: 16px 16px;
            padding-left: 25px;
        }

            .gradientbox ul li:first-child {
                margin-top: 0;
            }

.formreviewimg {
    margin-top: 25px;
}

.awardtext {
    text-align: center;
}

.formawardimg {
    width: 218px;
    margin: 0 auto;
}

.formawardtext {
    font-size: 20px;
    color: #000000;
    margin-top: 15px;
    font-weight: 300;
}

    .formawardtext strong {
        font-weight: 700;
        color: #3F72AF;
    }

.toptitlesec p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
}

.flotingclose {
    font-size: 0;
    top: 15px;
    right: 15px;
}

#ouibounce-modal .modal-content {
    border-radius: 20px;
}

#ouibounce-modal .btn-default {
    width: 100%;
}

.parsley-required, .parsley-type, .parsley-minlength, .parsley-samenames {
    color: red;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

.formbuttonouter .btn-default {
    width: 100%;
}

.formfooter {
    padding-bottom: 30px;
}

.powerby span {
    font-size: 15px;
    color: #5D5D5D;
    font-weight: 400;
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
}

.striplogo {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.formbuttonouter .cardicon {
    width: 298px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
}

.contactmodal p a {
    display: block;
    color: #000;
}

    .contactmodal p a:hover, .contactmodal p a:focus {
        color: #3F72AF;
    }

.subscriptiontext p.smalltext {
    line-height: 23px;
    font-size: 14px;
}

.thankbox {
    margin: 15px 0;
}

.thankyououter h1 strong {
    color: #000;
}

.thankyououter p a {
    color: #3F72AF;
    font-weight: 700;
}

    .thankyououter p a:hover {
        color: #000;
    }

.number {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 30px;
    margin: 20px auto;
    border-radius: 100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3B71B3+0,ba1430+50,5b101d+100 */
    background: #3B71B3; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #3B71B3 0%, #ba1430 50%, #5b101d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #3B71B3 0%, #ba1430 50%, #5b101d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3B71B3 0%, #ba1430 50%, #5b101d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B71B3', endColorstr='#5b101d', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.thankbox p a {
    color: #9ECC19;
    font-weight: 700;
}

.stepsubmitbtnouter .btn-default:disabled {
    opacity: 0.7;
}

    .stepsubmitbtnouter .btn-default:disabled:hover {
        opacity: 0.7;
        background: #9ECC19;
    }

.iti {
    width: 100%;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type="text"], .iti--allow-dropdown input[type="tel"], .iti--separate-dial-code input, .iti--separate-dial-code input[type="text"], .iti--separate-dial-code input[type="tel"] {
    padding-left: 15px !important;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    left: auto;
    right: 8px;
}

.iti__selected-dial-code {
    display: none;
}

.iti--separate-dial-code .iti__selected-flag {
    background: none;
}

@media only screen and (min-width :400px) {
    h1, h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 25px;
    }
}

@media only screen and (min-width :480px) {
    h1, h2 {
        font-size: 32px;
        line-height: 42px;
    }

    h3 {
        font-size: 28px;
    }

    .pricebox h3 {
        line-height: 16px;
    }
}

@media only screen and (min-width :576px) {
}

@media only screen and (min-width :768px) {
    .container {
        max-width: 750px
    }

    .top-outer {
        padding: 30px 0
    }

    .navbar-brand {
        padding: 0
    }

    .navbar-nav li {
        margin: 0 15px 0 15px
    }

        .navbar-nav li a {
            padding: 0
        }

        .navbar-nav li:last-child a {
            padding-bottom: 0
        }

    .btn-default {
        font-size: 15px;
    }

    .blogsec .btn-default {
        font-size: 15px;
    }

    .redbox {
        padding: 0 13px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
        display: flex;
        align-items: center;
        text-align: left;
        max-width: inherit
    }

        .redbox strong {
            padding: 0 0 0 15px;
            font-size: 16px;
            margin: 0;
        }

    .section {
        padding: 40px 0;
    }

    .rowgap {
        margin-top: 30px;
    }

    .ratingsec {
        display: inline-block;
        vertical-align: middle;
        /*margin-left:15px;*/
    }

    .herosec .ratingsec {
        max-width: 359px;
        margin-top: 8px;
        text-align: center;
    }

    .topreview {
        padding-left: 43px;
        width: 635px;
    }

    .commabot {
        bottom: 50px;
    }

    .bannerimage {
        position: absolute;
        right: 0;
        width: 280px;
        top: 0;
        z-index: 999;
    }

    p.semiheading {
        width: 450px;
    }

    .accounticon {
        margin: 0;
    }

        .accounticon img {
            margin: 0;
        }

    .pricelogo {
        margin: 0;
        width: auto;
    }

    .pricelisttext ul {
        column-count: 2;
    }

    .modal-dialog {
        max-width: 690px
    }

    .modal-content {
        padding: 50px 60px
    }

    .ipadimage {
        top: 100px;
        width: 260px;
    }

    .awardtext {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .formawardimg {
        margin: 0;
    }

    .formawardtext {
        margin-left: 20px;
        margin-top: 0;
    }

    #ouibounce-modal .modal-dialog {
        max-width: 730px;
    }

    #ouibounce-modal .btn-default {
        width: auto;
    }

    .thankyououter .container {
        max-width: 700px;
    }

    .thankyououter h6 {
        font-size: 30px;
        margin-top: 10px;
    }

    .thankyououter .thankbox h6 {
        font-size: 25px;
        margin: 0;
        font-weight: 600;
    }

    .thankbox {
        margin: 0;
    }
}

@media only screen and (min-width :992px) {
    h1, h2 {
        font-size: 38px;
        line-height: 48px;
    }

    h3 {
        font-size: 30px;
    }

    h6 {
        font-size: 23px;
        line-height: 33px;
    }

    .container {
        max-width: 970px
    }

    .navbar-nav li {
        margin: 0 20px;
    }

    p.semiheading {
        width: 510px;
    }

    .redbox {
        padding: 0 30px;
    }

        .redbox strong {
            font-size: 18px;
        }

    .bannerimage {
        width: 380px;
    }

    .pcbrandimg img {
        height: 83px;
    }

    .subscriptionsec p {
        padding: 0 5px;
    }
    /*.featureright p {
max-width:445px;
}*/
    .blogbox h4 {
        font-size: 22px;
    }

    .pricebox h3 {
        line-height: 18px;
    }

    .pricelisttext ul {
        column-count: 2;
    }

    .modal-dialog {
        max-width: 800px
    }

    /***************************Sales Page **********************************************************************************************/

    .salesnav .navbar-nav li {
        margin: 0 0 0 20px;
    }

    .footersales .container {
        max-width: 950px;
    }

    .formlink {
        padding-left: 30px;
    }

    .gradientbox {
        padding: 25px 30px;
    }

    .formawardtext {
        font-size: 23px;
    }

    .formbuttonouter .btn-default {
        width: auto;
    }

    .powerby {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
    }

    .formbuttonouter .cardicon {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width :1200px) {
    h1, h2 {
        font-size: 44px;
        line-height: 54px;
    }

    h2 {
        line-height: 48px;
    }

    h3 {
        font-size: 33px;
    }

    h6 {
        font-size: 25px;
        line-height: 35px;
    }

    .btn-default {
        font-size: 18px;
    }

    .blogsec .btn-default {
        font-size: 18px;
    }

    .herosec .ratingsec {
        min-width: 413px;
    }

    .container {
        max-width: 1170px
    }

    .redbox {
        padding: 0 40px;
    }

    .section {
        padding: 50px 0;
    }

    .rowgap {
        margin-top: 40px;
    }

    .herosec p.bigtext {
        padding-right: 0;
    }

    .buttonouter {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .bannerimage {
        width: 614px;
        top: -51px;
        right: -40px;
    }

    p.semiheading {
        width: 100%;
    }

    .brandsec {
        padding: 40px 0;
    }

        .brandsec .rowgap {
            margin-top: 40px;
        }

    .pcbrandimg img {
        height: 90px;
    }

    .subscriptionsec p {
        padding: 0 14px;
    }

    .redbanner h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .redbannerimg {
        position: absolute;
        right: 0;
        width: 310px;
        top: -90px;
    }

        .redbannerimg img {
            width: 100%;
        }

    .redbanner h2 {
        width: 840px;
    }

    .garunteesec .container {
        max-width: 1170px;
    }

    .accountsec p {
        width: 450px;
    }

    .blogbox h4 {
        font-size: 25px;
    }

    .pricelisttext ul li {
        font-size: 17px;
    }

    .footer {
        padding: 35px 0;
    }

    .phonefoot {
        display: inline-block;
        vertical-align: top;
    }

    .mailfoot {
        margin-left: 50px;
    }

    .applogo {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
    }

    .socialicon {
        margin: 0 0 0 12px;
    }

    .copyrightrow {
        margin-top: 30px;
    }

    .phonefoot {
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
    }

    .applogo, .socialouter, .copyright {
        margin-top: 0;
        margin-bottom: 0;
    }

    .footlink ul li {
        margin: 0 0 0 10px;
    }

        .footlink ul li:first-child {
            margin: 0;
        }

    /***************************Sales Page **********************************************************************************************/

    .salesnav .navbar-nav li {
        margin: 0 0 0 25px;
    }

    .footersales {
        padding: 30px 0;
    }

    .sl-footlink {
        margin: 0;
    }

        .sl-footlink a {
            margin: 0 0 0 25px;
        }

    .formouterarea {
        max-width: 1050px;
        margin: 0 auto;
    }

    .formright {
        padding-left: 30px;
    }

    .gradientbox {
        padding: 25px 35px;
    }

    .formawardtext {
        font-size: 25px;
    }

    .toptitlesec h6 {
        font-size: 20px;
    }
}

@media only screen and (min-width :1280px) {
    h1, h2 {
        font-size: 47px;
        line-height: 57px;
    }

    h2 {
        line-height: 51px;
    }

    h3 {
        font-size: 35px;
    }

    .container {
        max-width: 1250px
    }

    .bannerimage {
        width: 599px;
        right: 0;
    }

    .pcbrandimg img {
        height: 100px;
    }

    .subscriptionsec p {
        padding: 0 30px;
    }

    .redbannerimg {
        width: 330px;
        top: -100px;
    }
    /*.featuressec ul li {
margin-top:25px;
}*/
    .faqsec .container, .pricesec .container {
        max-width: 1240px;
    }

    .pricebox h3 {
        font-size: 38px;
        line-height: 26px;
    }

    .footer .container {
        max-width: 1210px;
    }

    /***************************Sales Page **********************************************************************************************/

    .salesnav .navbar-nav li {
        margin: 0 0 0 30px;
    }

    .toptitlesec h6 {
        font-size: 22px;
    }

    .toptitlesec p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media only screen and (min-width :1366px) {
    h1, h2 {
        font-size: 50px;
        line-height: 60px;
    }

    h2 {
        line-height: 54px;
    }

    .container {
        max-width: 1336px;
    }

    .section {
        padding: 60px 0;
    }

    .rowgap {
        margin-top: 50px;
    }

    .bannerimage {
        width: 628px;
        /*top: -61px;*/
    }

    .pcbrandimg img {
        height: 120px;
    }

    .subscriptionsec p {
        padding: 0 53px;
    }

    .redbannerimg {
        width: 350px;
        top: -110px;
        right: 50px;
    }

    .redbanner h2 {
        width: 920px;
    }

    .toptitlesec h6 {
        font-size: 24px;
    }

    .toptitlesec p {
        font-size: 16px;
        line-height: 26px;
    }

    .formreviewimg {
        width: 393px;
    }
}


.original ::before {
    border-bottom: 4px solid #3F72AF;
    content: '';
    display: inline-block;
    position: absolute;
    width: 130px;
    bottom: 20px;
    transform: rotate( -20deg);
}
