/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * 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 size in all browsers.
 */
small {
    font-size: 80%;
}

    small a {
        color: orange;
    }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

    /**
 * 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;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type='search']::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm,
    .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*='col-'] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:valid:focus,
    .form-control.is-valid:focus {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip,
    .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip,
    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before,
    .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #28a745;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated
.custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated
.custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated
.custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus,
    .form-control.is-invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip,
    .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip,
    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
    .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #dc3545;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated
.custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated
.custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated
.custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

/* START MAIN */
:target {
    display: block;
    position: relative;
    top: -62px;
    visibility: hidden;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1.2em;
    background: #f9f9f9;
}

.noScroll {
    overflow: hidden;
}

.spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.DISPLAY-NONE {
    display: none;
}

p.smallTxt {
    font-size: 0.6em;
}

sub {
    font-size: 0.4em;
    line-height: 1.4em;
}

@media (min-width: 600px) {
    sub {
        font-size: 0.7em;
    }
}

ul {
    list-style: none;
    /* margin-top: 10px; */
    margin-left: 0;
    padding-left: 0;
    width: auto;
    font-size: 0.9em;
    color: #fff;
}

    ul li {
        position: relative;
        width: auto;
    }

        ul li i {
            display: table-cell;
            padding-right: 10px;
            color: orange;
        }

        ul li .list-item {
            display: table-cell;
            width: auto;
        }

a.btn {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.75em;
    color: #fff;
    border-radius: 40px;
    border: 1px solid #333;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    vertical-align: middle;
}

    a.btn.btn-standard {
        /*	padding: 10px 40px;
	background-color: #d9750b;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(10%, #f90),
		to(#e76a00)
	);
	background-image: linear-gradient(#f90 10%, #e76a00 100%);
	border: 1px solid #995309;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset,
		0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset,
		0 1px 3px rgba(0, 0, 0, 0.2);*/
        display: flex;
        background-color: #ff8109;
        padding: 10px;
        margin: 15px;
        flex: 1 1 auto;
        width: 90%;
        justify-content: center;
        border-radius: 5px;
        color: white;
        font-size: 1.25rem;
        text-transform: uppercase;
        font-weight: 500;
        border: none;
        text-shadow: none;
        cursor: pointer !important;
        border-radius:50px;
    }

  /*      a.btn.btn-standard:hover {
            background-image: -webkit-gradient( linear, left top, left bottom, color-stop(10%, #e78c04), to(#c95f02) );
            background-image: linear-gradient(#e78c04 10%, #c95f02 100%);
        }*/

/*    a.btn.btn-accent {
        padding: 6px 40px;
        background-color: #3b91da;
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(10%, #57b8fb), to(#3b91da) );
        background-image: linear-gradient(#57b8fb 10%, #3b91da 100%);
        border: 1px solid #117cc9;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
    }*/

    a.btn.btn-accent {
        padding: 6px 40px;
    background-color:#f5f7ff;
    border: 1px solid #0027E6;
    color: #0027E6;
        cursor:pointer !important;
        font-weight:600 !important;
        margin-bottom:20px;
        text-transform:uppercase;
        text-shadow:none;

    }

/*        a.btn.btn-accent:hover {
            color: #fff !important;
            background-image: -webkit-gradient( linear, left top, left bottom, color-stop(10%, #40a7f0), to(#2e7ec5) );
            background-image: linear-gradient(#40a7f0 10%, #2e7ec5 100%);
        }*/

    a.btn.btn-full {
        width: 100%;
        max-width: 560px;
        font-size: 0.8em;
        font-weight: 700;
    }

@media (min-width: 550px) {
    a.btn.btn-full {
        font-size: 1.1em;
    }
}

a.btn.btn-margin {
    margin-top: 15px;
    margin-bottom: 15px;
}

.hideTeeny {
    display: none;
}

@media (min-width: 413px) {
    .hideTeeny {
        display: inline-block;
    }
}

.form-control:focus {
    border-color: #f90;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.25);
}

/* HTML5BP STYLES (WITHIN MAIN.SCSS) */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
        white-space: inherit;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

@media (max-width: 700px) {
    .integrates {
        max-width: 100% !important;
    }

    .hbspt-form {
        padding: 20px 0px 20px 0px !important;
    }

    span.mobile-stack {
        display: block;
    }
}

@media (max-width: 1225px) {
    section.freeTrial .container .valueParent {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    section.freeTrial .container .formParent {
        margin: 0 auto;
    }

    section.freeTrial .container .valueParent .valueBox {
        margin: 0 auto;
    }
}

#pnlEmail small a {
    color: #f90;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /* a,
	a:visited {
		text-decoration: underline;
	} */

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.box .overlay i {
    font-size: 1.3em;
    font-weight: 700;
}

/* END MAIN */
/* START LAYOUT */
.box {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

    .box img {
        max-width: 100%;
    }

    .box.imgBox {
        padding: 0;
    }

        .box.imgBox img {
            display: block;
        }

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1340px;
    height: 100%;
}

/*parents*/
.box-full {
    width: 100%;
}

.box-content {
    width: 75%;
}

.box-side {
    width: 25%;
}

/*children*/
.box-side-child {
    width: 100%;
}

.box-full-child {
    width: 100%;
}

.box-half-child {
    width: 100%;
}

@media (min-width: 900px) {
    .box-half-child {
        width: 50%;
    }
}

.box-third-child {
    width: 100%;
}

@media (min-width: 480px) {
    .box-third-child {
        width: 33.333%;
    }
}

.box-two-thirds-child {
    width: 100%;
}

@media (min-width: 480px) {
    .box-two-thirds-child {
        width: 66.666%;
    }
}

.box-fourth-child {
    width: 100%;
}

@media (min-width: 480px) {
    .box-fourth-child {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .box-fourth-child {
        width: 25%;
    }
}

.box-three-fourths-child {
    width: 100%;
}

@media (min-width: 480px) {
    .box-three-fourths-child {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .box-three-fourths-child {
        width: 75%;
    }
}

.box-fifth-child {
    width: 20%;
}

.box-three-fifths-child {
    width: 60%;
}

.box-four-fifths-child {
    width: 80%;
}

.box-55-child {
    width: 100%;
}

@media (min-width: 480px) {
    .box-55-child {
        width: 55%;
    }
}

.box-45-child {
    width: 100%;
}

@media (min-width: 480px) {
    .box-45-child {
        width: 45%;
    }
}

/*/children*/
/* END LAYOUT */
a#top {
    display: block;
    margin-top: -50px;
}

section.sectionHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/bg-texture-blank.png);
}

    section.sectionHeading h1 {
        font-size: 3em;
        font-weight: 800;
    }

    section.sectionHeading h2,
    section.sectionHeading h3 {
        margin-top: 20px;
        font-size: 1.2em;
        color: black;
        text-align: center;
            font-weight: 900;
    }

    section.sectionHeading p {
        text-align: center;
        margin: 10px;
    }


@media (min-width: 600px) {
    section.sectionHeading h2,
    section.sectionHeading h3 {
        font-size: 1.8em;
    }
}

@media (min-width: 800px) {
    section.sectionHeading h2,
    section.sectionHeading h3 {
        margin-top: 0;
        font-size: 2.3em;
    }
}

section.featuresBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* height: 300px; */
}

@media (min-width: 600px) {
    section.featuresBox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 1340px) {
    section.featuresBox {
        height: 350px;
    }
}

@media (min-width: 1600px) {
    section.featuresBox {
        background-size: 1600px;
    }
}

section.featuresBox .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 150px;
}

@media (min-width: 600px) {
    section.featuresBox .left {
        height: auto;
    }
}

section.featuresBox .left .leftInsert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: conter;
    -ms-flex-align: conter;
    align-items: conter;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

@media (min-width: 800px) {
    section.featuresBox .left .leftInsert {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1340px) {
    section.featuresBox .left .leftInsert {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1600px) {
    section.featuresBox .left .leftInsert {
        max-width: 800px;
    }
}

section.featuresBox .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /* min-height: 150px; */
}

@media (min-width: 600px) {
    section.featuresBox .right {
        height: auto;
    }
}

section.featuresBox .right .rightInsert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: conter;
    -ms-flex-align: conter;
    align-items: conter;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

@media (min-width: 800px) {
    section.featuresBox .right .rightInsert {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1340px) {
    section.featuresBox .right .rightInsert {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1600px) {
    section.featuresBox .right .rightInsert {
        max-width: 800px;
    }
}

section.featuresBox h1 {
    margin-bottom: 0;
    font-size: 0.9em;
    font-weight: 700;
}

@media (min-width: 600px) {
    section.featuresBox h1 {
        font-size: 1.2em;
    }
}

@media (min-width: 1100px) {
    section.featuresBox h1 {
        font-size: 1.3em;
    }
}

@media (min-width: 1340px) {
    section.featuresBox h1 {
        font-size: 1.6em;
    }
}

section.featuresBox p {
    font-size: 0.6em;
    font-weight: 400;
    line-height: 1.4em;
}

@media (min-width: 600px) {
    section.featuresBox p {
        font-size: 0.8em;
    }
}

@media (min-width: 1100px) {
    section.featuresBox p {
        font-size: 0.9em;
    }
}

@media (min-width: 1340px) {
    section.featuresBox p {
        font-size: 1em;
    }
}

section {
    position: relative;
}

header.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    border: thin dotted transparent !important;
    z-index: 200;
}

section.freeTrial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1px;
    min-height: 540px;
    background-color: #2f3135;
    background-image: url(../img/bg-texture-blank.png), url(../img/bgHero-sm.jpg);
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-size: 100px, cover;
}

@media (min-width: 550px) {
    section.freeTrial {
        height: 719px;
        background-image: url(../img/bg-texture-blank.png), url(../img/bgHero.jpg);
        background-repeat: repeat, no-repeat;
        background-position: top left, center center;
        background-size: 100px, cover;
    }
}

section.freeTrial .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1210px) {
    section.freeTrial .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

section.freeTrial .container > .box {
    color: white;
}

section.freeTrial .container .valueParent {
    display: none;
}

@media (min-width: 1210px) {
    section.freeTrial .container .valueParent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 375px) {
    section.freeTrial .container .valueParent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 3rem;
    }
}

section.freeTrial .container .valueParent .valueBox {
    padding: 0 20px;
    width: 90%;
    height: 30%;
}

    section.freeTrial .container .valueParent .valueBox h1,
    section.freeTrial .container .valueParent .valueBox h3 {
        margin-bottom: 0px;
        font-size: 3em;
    }

        section.freeTrial .container .valueParent .valueBox h1 span,
        section.freeTrial .container .valueParent .valueBox h3 span {
            color: #f90;
        }

    section.freeTrial .container .valueParent .valueBox h2 {
        margin-top: 0;
    }

        section.freeTrial .container .valueParent .valueBox h2 span {
            color: #f90;
        }

section.freeTrial .container .formParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    section.freeTrial .container .formParent .formBox {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 20px 20px;
        width: 90%;
        max-width: 600px;
        height: 90%;
        border-radius: 6px;
        border: 1px solid rgba(255, 165, 0, 0.5);
        background: rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    }

@media (min-width: 600px) {
    section.freeTrial .container .formParent .formBox {
        padding: 40px 20px;
    }
}

section.freeTrial .container .formParent .formBox label {
    font-size: 0.7em;
    color: #fcbe61;
}

@media (min-width: 600px) {
    section.freeTrial .container .formParent .formBox label {
        font-size: 1em;
    }
}

section.freeTrial .container .formParent .formBox sup {
    color: #f00;
}

section.freeTrial .container .formParent .formBox h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.3em;
    color: #f90;
}

section.freeTrial .container .formParent .formBox h2 {
    margin-top: 0;
    margin-bottom: 0;
}

    section.freeTrial .container .formParent .formBox h2 span i {
        color: #f90;
    }

section.freeTrial .container .formParent .formBox h6 {
    margin: 0 0 15px 0;
    font-weight: 700;
    color: #f90;
}

section.freeTrial .container .formParent .formBox p {
    margin-top: 0;
    font-size: 0.8em;
    color: #fff;
    text-align: center;
}

    section.freeTrial .container .formParent .formBox p span {
        color: orange;
    }

section.freeTrial .container .formParent .formBox .half {
    display: inline-block;
    width: 100%;
}

@media (min-width: 650px) {
    section.freeTrial .container .formParent .formBox .half {
        width: 48%;
    }
}

section.freeTrial .container .formParent .formBox .half.mRight {
    margin-right: 15px;
}

section.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 46px;
    margin-bottom: 0;
    height: 75vh;
    background-color: #2f3135;
    background-image: url(../img/bg-texture-blank.png), url(../img/bgHero-sm.jpg);
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-size: 100px, cover;
    transition: 0.2s;
}

@media (min-width: 550px) {
    section.hero {
        /* height: 400px; */
        background-image: url(../img/bg-texture-blank.png), url(../img/bgHero.jpg);
        background-repeat: repeat, no-repeat;
        background-position: top left, center center;
        background-size: 100px, cover;
    }
}

@media (min-width: 960px) {
    section.hero {
        margin-top: 60px;
        height: 700px;
    }
}

@media (min-width: 1340px) {
    section.hero {
        height: 500px;
    }
}

@media (min-width: 1800px) {
    section.hero {
        height: 600px;
    }
}

section.hero .container.valueParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: auto;
    border-radius: 6px;
}

@media (min-width: 1100px) {
    section.hero .container.valueParent {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 70%;
    }
}

section.hero .container.valueParent .valueBox {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
}

    section.hero .container.valueParent .valueBox.box-half-child {
        width: 100%;
    }

@media (min-width: 1100px) {
    section.hero .container.valueParent .valueBox.box-half-child {
        width: 50%;
    }
}

@media (min-width: 1100px) {
    section.hero .container.valueParent .valueBox:first-child {
        padding-right: 20px;
    }
}

section.hero .container.valueParent .valueBox:nth-child(2) {
    border-left: none;
}

@media (min-width: 1100px) {
    section.hero .container.valueParent .valueBox:nth-child(2) {
        padding-left: 20px;
        border-left: 2px dotted #f90;
    }
}

section.hero .container.valueParent .valueBox .arrowRight {
    opacity: 0.7;
    display: none;
    position: absolute;
    bottom: calc(50% - 7px);
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 15px solid #f90;
    font-size: 0;
    line-height: 0;
}

@media (min-width: 1100px) {
    section.hero .container.valueParent .valueBox .arrowRight {
        display: block;
    }
}

section.hero .container.valueParent .valueBox .arrowRight2 {
    opacity: 0.7;
    position: absolute;
    margin: auto;
    bottom: 145px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #f90;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    font-size: 0;
    line-height: 0;
}

section.hero .container.valueParent .valueBox h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.3em;
}

@media (min-width: 413px) {
    section.hero .container.valueParent .valueBox h1 {
        font-size: 1.5em;
    }
}

@media (min-width: 550px) {
    section.hero .container.valueParent .valueBox h1 {
        font-size: 2em;
    }
}

@media (min-width: 1300px) {
    section.hero .container.valueParent .valueBox h1 {
        margin-bottom: 30px;
        font-size: 3em;
    }
}

section.hero .container.valueParent .valueBox h1 span {
    color: #f90;
}

section.hero .container.valueParent .valueBox h2 {
    margin-top: 0;
    font-size: 1em;
}

@media (min-width: 413px) {
    section.hero .container.valueParent .valueBox h2 {
        font-size: 1.1em;
    }
}

@media (min-width: 550px) {
    section.hero .container.valueParent .valueBox h2 {
        font-size: 1.4em;
    }
}

@media (min-width: 1300px) {
    section.hero .container.valueParent .valueBox h2 {
        font-size: 2em;
    }
}

section.hero .container.valueParent .valueBox h2 span {
    color: #f90;
}

section.hero .container.valueParent .valueBox h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 0.8em;
    font-weight: 400;
    color: #f90;
}

@media (min-width: 413px) {
    section.hero .container.valueParent .valueBox h3 {
        font-size: 0.9em;
    }
}

@media (min-width: 550px) {
    section.hero .container.valueParent .valueBox h3 {
        font-size: 1.2em;
    }
}

@media (min-width: 1300px) {
    section.hero .container.valueParent .valueBox h3 {
        font-size: 2em;
    }
}

section.hero .container.valueParent .valueBox h3 span {
    color: #fff;
}

section.hero .container.valueParent .valueBox p {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 0.8em;
    color: #fff;
    text-align: center;
}

    section.hero .container.valueParent .valueBox p span {
        color: orange;
    }

    section.hero .container.valueParent .valueBox p.smallTxt {
        font-size: 0.6em;
    }

@media (min-width: 1300px) {
    section.hero .container.valueParent .valueBox p.smallTxt {
        font-size: 0.8em;
    }
}

section.hero .container.valueParent .valueBox hr {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-top: none;
    border-bottom: 1px dotted #f90;
}

    section.hero .container.valueParent .valueBox hr.hrSm {
        display: block;
    }

@media (min-width: 1100px) {
    section.hero .container.valueParent .valueBox hr.hrSm {
        display: none;
    }
}

section.hero .container.valueParent .valueBox hr.hrLg {
    display: none;
}

@media (min-width: 1100px) {
    section.hero .container.valueParent .valueBox hr.hrLg {
        display: block;
    }
}

section.hero .container.valueParent .valueBox .bulletContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

    section.hero .container.valueParent .valueBox .bulletContainer .bulletPoints {
        padding: 0 20px 0 30px;
        color: #fff;
    }

        section.hero
        .container.valueParent
        .valueBox
        .bulletContainer
        .bulletPoints:last-child {
            padding-left: 20px;
        }

        section.hero .container.valueParent .valueBox .bulletContainer .bulletPoints p {
            text-align: left;
        }

        section.hero
        .container.valueParent
        .valueBox
        .bulletContainer
        .bulletPoints
        ul {
            margin-top: 0;
            text-align: left;
        }

            section.hero
            .container.valueParent
            .valueBox
            .bulletContainer
            .bulletPoints
            ul
            li {
                margin-bottom: 15px;
            }

                section.hero
                .container.valueParent
                .valueBox
                .bulletContainer
                .bulletPoints
                ul
                li
                i.fa {
                    display: table-cell;
                    font-size: 1.6em;
                    font-weight: bold;
                }

                section.hero
                .container.valueParent
                .valueBox
                .bulletContainer
                .bulletPoints
                ul
                li
                span {
                    display: table-cell;
                    width: auto;
                    font-size: 1.05em;
                    font-weight: 400;
                }

section.why {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    section.why .box {
        position: relative;
        width: 33.3%;
        height: 190px;
        border: 0.5px solid #e5e5e5;
        overflow: hidden;
    }

        section.why .box:hover .overlay h3 i {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

@media (max-width: 625px) {
    section.why .box {
        width: 100%;
        height: 190px;
    }
}

@media (min-width: 800px) {
    section.why .box {
        /* width: 25%; */
        height: 190px;
    }
}

@media (min-width: 1340px) {
    section.why .box {
        height: 230px;
    }
}

@media (min-width: 1800px) {
    section.why .box {
        height: 260px;
    }
}

section.why .box .overlay {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    bottom: -130px;
    background-color: rgba(0, 0, 0, 0.6);
    border-top: thin solid black;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

@media (min-width: 1340px) {
    section.why .box .overlay {
        bottom: -180px;
    }
}

@media (min-width: 1800px) {
    section.why .box .overlay {
        bottom: -212px;
    }
}

section.why .box .overlay h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
    padding: 10px 10px 0 10px;
    font-size: 0.7em;
    font-weight: 700;
    color: #f90;
}

@media (min-width: 1340px) {
    section.why .box .overlay h3 {
        padding: 10px 20px;
        font-size: 1em;
        background-color: rgba(0, 0, 0, 0.1);
    }
}

section.why .box .overlay h3 i {
    display: inline-block;
    margin-left: 10px;
}

section.why .box .overlay p {
    opacity: 0;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.6em;
    color: #fff;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

@media (min-width: 1340px) {
    section.why .box .overlay p {
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 0.8em;
    }
}

@media (min-width: 1800px) {
    section.why .box .overlay p {
        font-size: 0.9em;
    }
}

section.why .box .boxInner {
    width: 100%;
    height: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.why .box:hover .overlay {
    bottom: -50px;
}

@media (min-width: 1800px) {
    section.why .box:hover .overlay {
        bottom: -50px;
    }
}

section.why .box:hover .overlay p {
    opacity: 1;
}

section.why .box:hover .boxInner {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

section.why .box:first-of-type {
    border-left: none;
}

    section.why .box:first-of-type .boxInner {
        background: url(../img/about-setup.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

section.why .box:nth-of-type(2) .boxInner {
    width: 100%;
    height: 100%;
    background: url(../img/about-support.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

section.why .box:nth-of-type(3) .boxInner {
    width: 100%;
    height: 100%;
    background: url(../img/about-customization.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

section.why .box:last-of-type {
    border-right: none;
}

    section.why .box:last-of-type .boxInner {
        width: 100%;
        height: 100%;
        background: url(../img/about-carfax.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

section.why .sectionHeader {
    display: none;
    position: absolute;
    vertical-align: top;
    top: 1px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 40px;
    width: 500px;
    font-size: 1.5em;
    color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid rgba(255, 165, 0, 0.5);
    border-top: none;
    background: rgba(29, 30, 32, 0.85);
    text-align: center;
    z-index: 101;
}

    section.why .sectionHeader span {
        color: #f90;
    }

section.features1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1px;
    min-height: 500px;
    background: #e5e5e5;
    background-image: url(../img/bg-texture-blank.png), url(../img/bg-texture-blank.png);
    background-repeat: repeat, no-repeat;
    background-position: top left, left center;
    background-size: 100px, 1100px;
}

@media (min-width: 900px) {
    section.features1 {
        height: 580px;
        background-image: url(../img/bg-texture-blank.png), url(../img/features-img-resp-first.png);
    }
}

@media (min-width: 1340px) {
    section.features1 {
        background-position: top left, center center;
        background-size: 100px, 1800px;
    }
}

section.features1 .left {
    display: none;
}

@media (min-width: 900px) {
    section.features1 .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        section.features1 .left.box-half-child {
            width: 50%;
        }
}

section.features1 .left .leftInsert {
    padding-left: 30px;
    padding-right: 100px;
    max-width: 800px;
}

    section.features1 .left .leftInsert h1 {
        font-weight: 700;
        color: #000;
    }

section.features1 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 900px) {
    section.features1 .right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0px;
        padding-right: 20px;
    }
}

@media (min-width: 1340px) {
    section.features1 .right {
        padding-left: 100px;
        padding-right: 50px;
    }
}

@media (min-width: 600px) {
    section.features3 {
        background: rgba(0, 0, 0, 0.15);
        background-image: url(../img/bg-texture-blank.png), url(../img/features-img-busman-w-tire.jpg);
        background-repeat: repeat, no-repeat;
        background-position: top left, center center;
        /* background-size: 100px, 1100px; */
    }
}

@media (min-width: 1100px) {
    section.features3 {
        /* background-size: 100px, 1600px; */
    }
}

section.features3 .left {
    background: rgba(0, 0, 0, 0.15);
    background-image: url(../img/bg-texture-blank.png), url(../img/features-img-busman-w-tire-sm.jpg);
    background-repeat: repeat, no-repeat;
    background-position: top left, left center;
    /* background-size: 100px, 600px; */
}

@media (min-width: 600px) {
    section.features3 .left {
        background: none;
    }
}

section.features3 .left .leftInsert h1 {
    color: #fff;
}

section.features3 .right {
    background: #f9f9f9;
}

@media (min-width: 600px) {
    section.features3 .right {
        background: none;
    }
}

section.features3 .right .rightInsert {
    background: #394045;
}

@media (min-width: 600px) {
    section.features3 .right .rightInsert {
        background: rgba(0, 0, 0, 0.25);
    }
}

section.features3 .right .rightInsert h1 {
    color: #fff;
}

section.features3 .right .rightInsert p {
    color: #fff;
}

@media (min-width: 600px) {
    section.features4 {
        background: #e5e5e5;
        background-image: url(../img/bg-texture-blank.png), url(../img/features-img-lady-on-phone.jpg);
        background-repeat: repeat, no-repeat;
        background-position: top left, center center;
        /* background-size: 100px, 1100px; */
    }
}

@media (min-width: 1100px) {
    section.features4 {
        /* background-size: 100px, 1600px; */
    }
}

section.features4 .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: #e5e5e5;
}

@media (min-width: 600px) {
    section.features4 .left {
        background: rgba(255, 255, 255, 0.5);
    }
}

section.features4 .left .leftInsert h1 {
    color: #000;
}

section.features4 .right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: #e5e5e5;
    background-image: url(../img/bg-texture-blank.png), url(../img/features-img-lady-on-phone-sm.jpg);
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    /* background-size: 100px, 600px; */
}

@media (min-width: 600px) {
    section.features4 .right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background: none;
    }
}

section.features4 .right .rightInsert h1 {
    color: #000;
}

@media (min-width: 600px) {
    section.features5 {
        background: rgba(0, 0, 0, 0.1);
        background-image: url(../img/bg-texture-blank.png), url(../img/features-img-resp.jpg);
        background-repeat: repeat, no-repeat;
        background-position: top left, center center;
        /* background-size: 100px, 1100px; */
    }
}

@media (min-width: 1100px) {
    section.features5 {
        /* background-size: 100px, 1600px; */
    }
}

section.features5 .left {
    background: rgba(0, 0, 0, 0.1);
    background-image: url(../img/bg-texture-blank.png), url(../img/features-img-resp-sm.jpg);
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    /* background-size: 100px, 600px; */
}

@media (min-width: 600px) {
    section.features5 .left {
        background: none;
    }
}

@media (max-width: 600px) {
    section.features3 .right,
    section.features4 .left,
    section.features5 .right,
    section.features6 .left {
        min-height: 200px;
    }
}

section.features5 .left .leftInsert h1 {
    color: #fff;
}

section.features5 .right .rightInsert {
    background: #333;
}

@media (min-width: 600px) {
    section.features5 .right .rightInsert {
        background: rgba(0, 0, 0, 0.3);
    }
}

section.features5 .right .rightInsert h1 {
    color: #fff;
}

section.features5 .right .rightInsert p {
    color: #fff;
}

@media (min-width: 600px) {
    section.features6 {
        background: #fff;
        background-image: url(../img/bg-texture-blank.png), url(../img/features-img-int.jpg);
        background-repeat: repeat, no-repeat;
        background-position: top left, center center;
        /* background-size: 100px, 1100px; */
    }
}

@media (min-width: 1100px) {
    section.features6 {
        /* background-size: 100px, 1600px; */
    }
}

section.features6 .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width: 600px) {
    section.features6 .left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

section.features6 .left .leftInsert {
    background: #e3f3fc;
}

@media (min-width: 600px) {
    section.features6 .left .leftInsert {
        background: rgba(255, 255, 255, 0.7);
    }
}

section.features6 .left .leftInsert h3 {
    margin-bottom: 0;
    color: #000;
}

section.features6 .left .leftInsert p {
    color: #000;
}

section.features6 .left .leftInsert sub {
    display: inline-block;
    margin-bottom: 15px;
}

section.features6 .right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: #fff;
    background-image: url(../img/bg-texture-blank.png), url(../img/features-img-int-sm.jpg);
    background-repeat: repeat, no-repeat;
    background-position: top left, right center;
    background-size: 100px, 800px;
}

@media (min-width: 600px) {
    section.features6 .right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background: none;
    }
}

section.pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

    section.pricing .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 75%;
    }

        section.pricing .container .pricingBox {
            margin-bottom: 0px;
            /*padding: 10px 20px 20px 20px;*/
            border-bottom: 1px dotted #7a7a7a;
            border-right: none;
            margin: 10px;
            border: solid 1px #d3d3d3;
            background-color: white !important;
            border-radius: 10px;
        }

            section.pricing .container .pricingBox:nth-child(2) {
                background: #efefef;
            }

            section.pricing .container .pricingBox:last-child {
                background: #efefef;
            }

@media (min-width: 480px) {
    section.pricing .container .pricingBox {
        margin-bottom: 20px;
    }

        section.pricing .container .pricingBox:nth-child(2) {
            background: none;
            border-right: none;
        }

        section.pricing .container .pricingBox:last-child {
            background: none;
        }
}

@media (min-width: 768px) {
    section.pricing .container .pricingBox {
        border-right: 1px dotted #7a7a7a;
        /*	border-bottom: none;*/
    }

        section.pricing .container .pricingBox:nth-child(2) {
            border-right: 1px dotted #7a7a7a;
        }
}

section.pricing .container .pricingBox:last-child {
    /*	border-right: none;*/
}

section.pricing .container .pricingBox h1.heading {
    margin: 0;
    padding-bottom: 16px;
    font-size: 1.5em;
    text-align: center;
}

@media (min-width: 1200px) {
    section.pricing .container .pricingBox h1.heading {
        font-size: 2.2em;
    }
}

section.pricing .container .pricingBox div.price {
    text-align: center;
}

    section.pricing .container .pricingBox div.price span {
        display: inline-block;
    }

        section.pricing .container .pricingBox div.price span.buck {
            vertical-align: top;
            padding-top: 22px;
            font-size: 1.1em;
            font-weight: 700;
        }

        section.pricing .container .pricingBox div.price span.amount {
            font-size: 2.5em;
            font-weight: 700;
        }

@media (min-width: 1200px) {
    section.pricing .container .pricingBox div.price span.amount {
        font-size: 4em;
    }
}

section.pricing .container .pricingBox div.price span.mo {
    vertical-align: bottom;
    padding-bottom: 22px;
    font-size: 0.9em;
    font-weight: 700;
}

section.pricing .container .pricingBox hr {
    margin: 0 30px;
    border-top: none;
    /*	border-bottom: 2px dotted #f90;*/
    border-bottom: solid 1px #d3d3d3;
}

section.pricing .container .pricingBox p {
    margin-top: -10px;
    padding: 0;
    font-size: 0.8em;
    font-weight: 700;
    text-align: center;
}

    section.pricing .container .pricingBox p.upper {
        color: black;
        font-weight:600;
        text-transform: uppercase;
    }

    section.pricing .container .pricingBox p.mt {
        margin-top: 20px;
    }

    section.pricing .container .pricingBox p strong {
        font-size: 1.1em;
    }

section.pricing .sectionHeader {
    position: absolute;
    vertical-align: top;
    top: 1px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 40px;
    width: 500px;
    font-size: 1.5em;
    color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid rgba(255, 165, 0, 0.5);
    border-top: none;
    background: rgba(29, 30, 32, 0.85);
    text-align: center;
    z-index: 101;
}

    section.pricing .sectionHeader span {
        color: #f90;
    }

section.pricing .sectionHeaderSub {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    padding: 10px 20px;
    width: 200px;
    color: #353535;
    font-size: 0.9em;
    font-weight: 700;
    border: thin dotted #353535;
    border-radius: 40px;
    background: #f9f9f9;
    text-align: center;
    z-index: 2;
}

    section.pricing .sectionHeaderSub span i {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.4em;
        color: #f90;
    }

section.testimonials {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 800px;
}

    section.testimonials .quote {
        text-align: center;
    }

        section.testimonials .quote h4 {
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 1em;
            color: #7a7a7a;
        }

@media (min-width: 700px) {
    section.testimonials .quote h4 {
        font-size: 1.5em;
    }
}

section.testimonials .quote p {
    font-size: 0.8em;
    font-weight: 700;
    color: #f90;
}

@media (min-width: 700px) {
    section.testimonials .quote p {
        font-size: 1.1em;
    }
}

section.testimonials .quote span {
    display: inline-block;
    margin: 0;
    padding: 4px 4px 10px 4px;
    font-size: 2em;
    line-height: 0;
    color: #f90;
    vertical-align: bottom;
}

@media (min-width: 700px) {
    section.testimonials .quote span {
        padding: 0 4px 15px 4px;
        font-size: 2em;
    }
}

section.testimonials .slick-dots {
    bottom: -12;
    left: 0;
    right: 0;
    border: thin dashed black;
}

section.freeTrialBtnOnly {
    padding: 20px;
    text-align: center;
}

section.integration {
    height: 100px;
}

section.footer {
    height: 380px;
    background: #353535;
}

.section-footer {
    padding: 20px;
    color: #fff;
    background: #171E2A;
    text-align: center;
}

    .section-footer h1,
    .section-footer h3 {
        margin: 0 0 25px 0;
        padding: 0;
        color: #FF8109 !important;
    }

    .section-footer h3 {
        font-size: 2em;
    }

    .section-footer h2 {
        margin: 0 0 10px 0;
        padding: 0;
        color: #fff !important;
    }

.social-buttons a {
}

.footerLinks a {
    font-size: 0.8em !important;
    color: dodgerblue !important;
}

.hbspt-form {
    padding: 20px 20px 20px;
    background: #eee;
    text-align: center;
}
@media (min-width: 1281px) {
    img.base-img {
        padding: 0 25%;
    }
}

.integrates {
    max-width: 80%;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

#backdrop {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: calc(100vh + 200px);
    background: rgba(0, 0, 0, 0.7);
    z-index: 1049;
}

    #backdrop .flexMe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
    }

#modal-custom {
    display: none;
    width: 700px;
    height: 400px;
    background: white;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    z-index: 1050;
}

    #modal-custom .flexMeModal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

        #modal-custom .flexMeModal .modal-custom-header {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 20px;
            height: 80px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            background-image: -webkit-gradient( linear, right bottom, left top, color-stop(10%, #f90), to(#e76a00) );
            background-image: linear-gradient(to top left, #f90 10%, #e76a00 100%);
            -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
        }

            #modal-custom .flexMeModal .modal-custom-header h4 {
                margin: 0;
                padding: 0;
                font-size: 1.6em;
                font-weight: 400;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
            }

        #modal-custom .flexMeModal .modal-custom-body {
            padding: 20px;
            height: 260px;
            background: #f9f9f9;
        }

        #modal-custom .flexMeModal .modal-custom-footer {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            padding: 4px 20px;
            height: 60px;
            background: #e5e5e5;
            text-align: right;
        }

#accordion {
    margin-top: -0px;
    width: 100%;
    max-width: 600px;
}

.rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rotate-reset {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 2px;
    padding: 7px 10px 7px 5px;
    text-decoration: none;
    border-radius: 3px;
    background: #394045;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.09);
}

    a.toggle i {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 1em;
        font-weight: 400;
        color: #f90;
    }

    a.toggle span {
        -webkit-box-flex: 18;
        -ms-flex: 18;
        flex: 18;
        font-size: 0.8em;
        font-weight: 400;
        color: #fff;
    }

@media (min-width: 1100px) {
    a.toggle span {
        font-size: 0.9em;
    }
}

.inner {
    display: none;
    margin-bottom: 3px;
    padding: 10px 22px;
    background: #fff;
    border-radius: 3px;
}

    .inner p {
        margin: 0;
        padding: 0 11px;
        font-size: 0.7em;
        font-weight: 400;
    }

@media (min-width: 600px) {
    .inner p {
        font-size: 0.8em;
    }
}

@media (min-width: 1100px) {
    .inner p {
        font-size: 0.9em;
    }
}

/* START NAV */
a {
    text-decoration: none;
}

.logo-reverse {
    position: absolute;
    top: 10px !important;
    left: 10px;
    width: 220px;
}

    .logo-reverse img {
        max-width: 100%;
    }

@media (min-width: 960px) {
    .logo-reverse {
        display: none;
    }
}

.main-nav {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 46px;
    /*	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);*/
    display: flex;
    align-items: center;
}

@media (min-width: 960px) {
    .main-nav {
        padding-right: 20px;
        height: 75px;
    }
}

.main-nav .mobile-icon-container {
    position: relative;
    padding-left: 0;
    width: 100%;
    height: 46px;
}

@media (min-width: 960px) {
    .main-nav .mobile-icon-container {
        display: none;
    }
}

.main-nav .mobile-icon-container a i.fa {
    display: inline-block;
    padding: 10px 20px !important;
    font-size: 1.4em !important;
    color: #f90 !important;
}

.main-nav #topMenu {
    position: relative;
    display: none;
    width: 100%;
}

@media (min-width: 960px) {
    .main-nav #topMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px;
    }
}

.main-nav #topMenu .logo-site {
    display: none;
    max-width: 180px;
    padding: 0 0 0 0;
}

@media (min-width: 960px) {
    .main-nav #topMenu .logo-site {
        display: inline-block;
    }
}

@media (min-width: 1290px) {
    .main-nav #topMenu .logo-site {
        max-width: 230px;
    }
}

.main-nav #topMenu .logo-site img {
    width: 100%;
    height: 75px;
    padding: 10px 0;
}

.main-nav #topMenu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (min-width: 960px) {
    .main-nav #topMenu ul {
        width: auto;
    }
}

.main-nav #topMenu ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (min-width: 960px) {
    .main-nav #topMenu ul li {
        display: inline-flex;
        vertical-align: middle;
        width: auto;
        border-bottom: none;
    }
}

.main-nav #topMenu ul li.active a {
    color: #f90;
}

.main-nav #topMenu ul li a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.8em;
    color: #fff;
}

@media (min-width: 960px) {
    .main-nav #topMenu ul li a {
        padding: 10px 4px;
        color: #4b4d51;
    }
}

@media (max-width: 960px) {
    .main-nav #topMenu ul li a {
        padding: 10px 4px;
        background-color: blue;
    }

    .main-nav #topMenu {

        width: 100%;
        top: 50px;
        position: absolute;
        background-color:#0027E6;

    }
}

@media (max-width: 960px) {
    .main-nav #topMenu ul li a {
        padding: 15px 20px;
        background-color: transparent;
    }
}


    .main-nav #topMenu ul li a {

        display:flex;
            align-items: center;
    }

@media (min-width: 1290px) {
    .main-nav #topMenu ul li a {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: .92em;
        color: #4b4d51;
        cursor: pointer !important;

    }
}

.main-nav #topMenu ul li a.freeTrial-btn {
    margin: 20px;
    width: 150px;
    border-radius: 6px;
}

@media (min-width: 960px) {
    .main-nav #topMenu ul li a.freeTrial-btn {
        margin: 10px;
        padding: 4px 20px;
        width: auto;
        border-radius: 40px;
    }
}

@media (min-width: 1290px) {
    .main-nav #topMenu ul li a.freeTrial-btn {
        padding: 6px 40px;
    }
}

.main-nav #topMenu ul li a.logIn-btn {
    margin: 20px;
    width: 150px;
    border-radius: 6px;
}

@media (min-width: 960px) {
    .main-nav #topMenu ul li a.logIn-btn {
        margin: 10px;
        padding: 4px 20px;
        width: auto;
        border-radius: 40px;
    }
}

@media (min-width: 1290px) {
    .main-nav #topMenu ul li a.logIn-btn {
        padding: 6px 40px;
    }
}

/* END NAV */
/****modified styles from original****/
section.pricing .container .pricingBox p,
.additional-details {
    margin-top: -10px;
    padding: 0;
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
}

    /* .box-fourth-child {
	has been replaced inside html with box-third-child. Original styling still in tact.
} */

    /****end modified styles from original****/
    /****new classes****/
    section.pricing .container .pricingBox p.mt.nb {
        margin-bottom: 0px;
        margin-top: 16px;
    }

.additional-details {
    font-weight: normal;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.mixed-case {
    text-transform: none;
}

.voice-reminders {
    color: #7a7a7a;
    font-size: 1em;
    font-weight: 900;
    text-align: center;
}

.annual-plans-only {
    font-weight: normal;
    font-size: 0.8em;
    text-align: center;
    margin-top: 10.5px;
}

section.pricing .container .pricingBox .voice-reminders hr {
    border-bottom: solid 1px #d3d3d3;
}

section.pricing .container .pricingBox .voice-reminders p {
    font-size: 0.9em;
    font-weight:800;
   color: #2239ac;
}

    section.pricing
    .container
    .pricingBox
    .voice-reminders
    p.voice-reminder-description {
        font-size: 0.75em;
        font-weight: normal;
    }

.fa {
    font-size: 1.2em;
}

.fa-times {
    color: #833c4f;
}

.fa-check {
    color: #3c763d;
}

.fa + .mobile-show {
    padding: 2px;
}

/****end new classes****/

.box-third-child {
    width: 100%;
}

.mobile-hide {
    display: none;
}

.mobile-show {
    display: inline-block;
}

@media (min-width: 480px) {
    /*mobile styles*/
    .box-third-child {
        width: 46%;
    }
}

@media (min-width: 768px) {
    .mobile-hide {
        display: inline-block;
    }

    .box-third-child {
        width: 30%;
    }

    .mobile-show {
        display: none;
    }

    section.pricing .container .pricingBox p.count {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.inactive {
    display: none;
}

.heading {
    text-align: center;
    background-color: #0027E6;
    color: white;
    margin-top: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    border-bottom: solid 2px #2196F3;
}

.plans {
    margin: 2.75rem 0 !important;
    margin: 3.75rem 0 !important;
}

@media (max-width: 1200px) {
    .plans {
        margin: 1.5rem 0 !important;
    }
}

/*# sourceMappingURL=styles.css.map */

.notReady {
    color: #333;
}

/* slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: '';
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: #f90;
}

input:focus + .slider {
    box-shadow: 0 0 1px #f90;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.buyNowBtn {
    max-width: 200px;
}

/* .offersButtons {
	width: 100%;
	display: flex;
	flex-direction: column;
} */

.hero {
    padding-top: 100px;
    min-height: 600px;
}

    .hero img {
        width: 450px;
    }

.buyNowButton a {
    min-width: 40%;
}

.freeTrialButton a {
    min-width: 25%;
    margin-bottom: 0 !important;
    margin-top: 50px !important;
}

@media (max-width: 1100px) {
    .hero img {
        width: 500px;
    }

    .offersButtons {
        flex-direction: row;
        justify-content: space-around;
    }
}

@media (max-width: 650px) {
    .hero {
        padding-top: 0;
        min-height: 100vh;
    }

        .hero img {
            width: 350px;
        }

    h2 {
        font-size: 1em !important;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 350px) {
    .hero img {
        padding-top: 50px;
        width: 250px;
    }

    h2 {
        font-size: 1em !important;
        padding: 0;
        margin: 0;
    }
}

/* simple solutions purged CSS */
.simple-solutions {
    width: 100%;
    height: 650px;
    background: url('../../../../assets/img/eznet-scheduler-solutions-BG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

h3.simple-solutions {
    font-size: 2.75rem;
}

.simple-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.left,
.right {
    width: 50%;
}

.simple-solutions img {
    height: 125%;
    margin: 0 auto;
}

.simple-solutions p {
    text-align: center;
    font-size: 1.75rem;
}

@media (max-width: 768px) {
    .simple-content {
        flex-direction: column-reverse;
    }

    .left {
        width: 100%;
        padding: 0 25%;
        margin-top: 7rem;
        /* display: none; */
    }

    .right {
        width: 100%;
        font-size: 2rem;
        padding: 5%;
        margin-top: 10rem;
        margin-bottom: -10rem;
    }
}

@media (max-width: 425px) {
    .left {
        margin: 0 auto;
        width: 75%;
        padding: 0;
    }

    .right {
        margin-top: 0;
        font-size: 1.5rem;
        line-height: 3rem;
    }

    .simple-content h3 {
        font-size: 2.5rem;
        line-height: 2.25rem;
    }

    .simple-content p {
        font-size: 1.5rem;
        line-height: 1.25rem;
    }
}

@media (max-width: 415px) {
    .left {
        margin: 0 auto;
        width: 75%;
        margin-top: 150px;
    }

    .right {
        margin-top: 150px;
    }

    .simple-content h3 {
        line-height: 2.5rem;
    }

    .simple-content p {
        line-height: 2rem;
    }
}

/* tailwinds support */

.content-center {
    align-content: center;
}

.justify-items-center {
    justify-items: center;
}

.justify-items-stretch {
    justify-items: stretch;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.flex-1 {
    flex: 1 1 0%;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.h-5 {
    height: 1.25rem;
}

.h-full {
    height: 100%;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-md {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.text-6xl {
    font-size: 2.875rem;
    line-height: 2.5rem;
}

.m-auto {
    margin: auto;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
}

.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
}

.mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
}

.mt-0 {
    margin-top: 0px;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-15 {
    margin-top: 7rem;
}

.mt-20 {
    margin-top: 10rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-10 {
    margin-bottom: 5rem;
}

.mb-15 {
    margin-bottom: 7rem;
}

.mb-20 {
    margin-bottom: 10rem;
}

.mt-12 {
    margin-top: 3rem;
}

.max-w-0 {
    max-width: 0rem;
}

.max-w-none {
    max-width: none;
}

.max-w-xs {
    max-width: 20rem;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-xl {
    max-width: 36rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-6xl {
    max-width: 72rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-full {
    max-width: 100%;
}

.max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
}

.max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.max-w-screen-sm {
    max-width: 640px;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-center {
    -o-object-position: center;
    object-position: center;
}

.overflow-hidden {
    overflow: hidden;
}

.p-1 {
    padding: 0.25rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pt-14 {
    padding-top: 3.5rem;
}

.pb-14 {
    padding-bottom: 3.5rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.login-btn {
    background-color: #0027E6;
    color: white;
    padding: 8px 50px !important;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: .875em;
    margin: 0 5px;
    border: none;
    color: white !important;
}
@media (max-width: 960px) {

    .login-btn {
    color: white !important;
    padding: 15px 20px !important;
    margin: 0 !important;
    color:#f90!important;
}
}

/* NEW AUTO STYLES */

section#new-pricing-table {
    display: flex;
    position: relative;
    z-index: 5;
}


.pricing-block {
    display: flex;
    width: 100%;
}

    .pricing-block ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%;
        color:#1E1E1E;
    }

    .pricing-block li {
        display: flex;
        flex-flow: column nowrap;
        flex: 0 0 18.5%;
/*        flex: 0 0 24%;*/
        border: solid 1px #d3d3d3;
        border-radius: 5px;
        background-color: white;
        margin-bottom: 20px;
    }

        .pricing-block li h3 {
            font-weight: 700;
            padding: 0;
            margin: 15px 0 0;
            line-height: 1.25;
            text-transform: uppercase;
            font-size: 1.35rem;
            text-align: center;
        }

.color-bar {
    background-color: #ff8109;
    min-height: 45px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .color-bar span {
        font-weight: 800;
        font-size: 1rem;
        color: white;
    }

    .color-bar.green {
        background-color: #0FBB00;
    }

    .color-bar.blue {
        background-color: #00B2FF;
    }

    .color-bar.pink {
        background-color: #FF04A5;
    }

    .color-bar.purple {
        background-color: #6E00DC;
    }

.monthly-div {
    display: none;
    justify-content: center;
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 15px;
}

    .monthly-div.active {
        display: flex;
    }

    .monthly-div h4 {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
    }

    .monthly-div h6 {
        font-size: 1rem;
        font-weight: 700;
            margin: 0;
    }


.annual-div {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 15px;
    display: none;
}

    .annual-div.active {
        display: flex;
    }

    .annual-div h4 {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 1.2;
          margin: 0;
    }

    .annual-div h6 {
        font-size: 1rem;
        font-weight: 700;
             margin: 0;
    }

        .annual-div h6 span {
            color: red;
        }

.spacer-gap {
    border: solid 1px #d3d3d3;
    width: 90%;
    margin: 0 auto;
}

    .spacer-gap span {
        font-size: 1rem;
    }

.price-div {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
}

.includes {
}

    .includes ul {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        padding: 15px 15px !important;
        margin: 0 !important;
            justify-content: flex-start;
    }

        .includes ul:first-of-type {
            min-height:130px;
        }

    .includes li {
        border: none;
        text-align: center;
        padding: 6px 0;
        display: flex;
        flex-flow: row nowrap !important;
        align-items: center;
        width: 100%;
        justify-content: flex-start;
        font-weight: 500;
        line-height: 1.35;
       font-size: .875rem;
        text-align: left;
        margin-bottom: 0;
        color:#1e1e1e;
            background-color: transparent;
    }

        .includes li a {
            text-decoration: underline;
            color:blue;
        }

        .includes li span {
            font-size: .77rem;
            font-weight: 400;
        }




.color-box {
    background-color: #ff810969;
    border-radius: 25px;
    margin: 5px;
    border: solid 10px white;
        min-height: 370px;
}


.color-box-green {
    background-color:#0fbb0052;
        border-radius: 25px;
    margin: 5px;
    border: solid 10px white;
        min-height: 370px;
}

.color-box-green li {
      color:#34383c;
}


.color-box-blue {
    background-color: #00b2ff4f;
        border-radius: 25px;
    margin: 5px;
    border: solid 10px white;
        min-height: 370px;
}

.color-box-blue li {
    color:#34383c;
}

.color-box-pink {
/*    background-color:#FF04A5;*/
     background-color: #ff04a533;
        border-radius: 25px;
    margin: 5px;
    border: solid 10px white;
        min-height: 370px;
}

.color-box-pink li {
   color:#34383c;
}


.orange-text span {
    color:#ff8109;
    font-weight:700 !important;
}
li.green-text {
        color:#0FBB00;
    font-weight:700 !important;
}

li.blue-text {
    color:#00B2FF;
    font-weight:700 !important;
}

li.pink-text {
     color:#FF04A5;
    font-weight:700 !important;
}


.plus-this {
    display: flex;
    align-items: center;
    font-weight: 400;
    width: 100%;
    justify-content: center;
    font-size: 12px;
    padding: 0 15px;
}

.color-pick {
    width:10px;
    height:10px;
    border-radius:50px;
    background-color:#FF8109;
    margin:0 3px;
}
.color-pick-blue {
    width:10px;
    height:10px;
    border-radius:50px;
    background-color:#00B2FF;
    margin:0 3px;
}

.color-pick-green {
    width:10px;
    height:10px;
    border-radius:50px;
    background-color:#0FBB00;
    margin:0 3px;
}
.color-pick-pink {
    width:10px;
    height:10px;
    border-radius:50px;
    background-color:#FF04A5;
    margin:0 3px;
}



.free-line {
    margin-right: 10px;
    width: 100%;
}

.free-line-alt {
    margin-right: 10px;
    width: 100%;
    color:#34383c;
}

.includes li.headline {
    font-weight: 800;
}

.grow-div {
    display: flex;
    flex: 1 1 auto;
    align-items: self-end;
}

.buy-now-btn {
    display: flex;
    background-color: #ff8109;
    padding: 10px;
    margin: 15px;
    flex: 1 1 auto;
    width: 90%;
    justify-content: center;
    border-radius: 5px;
    color: white;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
        cursor: pointer !important;
}

    .buy-now-btn.green {
        background-color: #0FBB00;
    }

    .buy-now-btn.blue {
        background-color: #00B2FF;
    }

    .buy-now-btn.pink {
        background-color: #FF04A5;
    }

    .buy-now-btn.purple {
        background-color: #6E00DC;
    }

    .tooltip {
    position: relative;
    display: inline-block;
        cursor: pointer !important;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 340px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

button.tooltip-trigger {
    border: none;
    width: 20px;
    height: 20px;
    pointer-events: none;
    background-color: transparent;
}

    button.tooltip-trigger img {
       height: 15px;
    margin-left: -4px;
    cursor: pointer;
    margin-top: -5px;
}

.toggle-content {
    display: none;
}


div#new-price-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
}

#toggleContainer {
    width: 70px;
    height: 40px;
        background-color: #0027E6;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    cursor: pointer !important;
}

.tagline {
    color: #1E1E1E;
    margin: 0 10px;
    font-size: 1.15rem;
    font-weight: 700;
}

    .tagline.active {
        text-decoration: underline;
        font-weight: 700;
    }

#toggleSlider {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    border: solid 2px #0027E6;
    position: absolute;
    left: 0;
    transition: left 0.1s ease-in-out;
    cursor: pointer !important;

}

#toggleText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*LAPTOP*/

@media (max-width: 1370px) {

    .top-div {
        padding: 0 8vw;
    }

    .pricing-block li {
        flex: 0 0 18%;
    }

    .pricing-block ul {
        margin: 0 15px;
    }

    .includes ul {
        padding: 15px 15px;
    }
}


/*TABLET LANDSCAPE*/

@media (max-width: 1024px) {

    .pricing-block li {
        flex: 0 0 30.5%;
    }

    .left-div h2 {
        font-size: 4rem;
    }
}
/*Tablet Portrait*/
@media (max-width: 820px) {

    .top-inner.pink-100 {
        flex-flow: column nowrap;
    }

    .top-div {
        flex-flow: column nowrap;
    }

    .pricing-block li {
        flex: 0 0 48%;
    }
}


/*Phone Landscaep*/
@media (max-width: 760px) {

    h1.hero-title-cal {
        margin-left: 50px;
    }

    .mobile-menu {
        max-height: 390px;
        overflow-y: auto;
    }
}


/* LARGE PHONES LANDSCAPE */
@media only screen and (min-width: 770px) and (max-width: 932px) and (orientation: landscape) {
    .top-inner.pink-100 {
        flex-flow: column nowrap;
    }

    .top-div {
        flex-flow: column nowrap;
    }

    .mobile-menu {
        max-height: 430px;
        overflow-y: auto;
    }
}


/*Phone Portrait*/
@media (max-width: 420px) {

    h1.hero-title-cal.mt-0.mb-5.h2 {
        font-size: 2.25rem !important;
    }

    h1.hero-title-cal {
        margin-left: 20px;
    }

    .pricing-block li {
        flex: 0 0 100%;
    }

    .left-div h2 {
        font-size: 3rem;
    }

    #hero-cal {
        min-height: 550px;
    }

    .thirty-days h3 {
        font-size: 1.75rem;
        text-align: center;
    }

    .top-left h2 {
        font-size: 3rem;
    }

    .tooltip .tooltiptext {
        width: 200px;
        margin-left: -175px;
    }


    .mobile-menu {
        max-height: 100%;
    }
}

