html {
    position: relative;
    min-height: 100%
}

.footer {
    background: #322f31;
    color: #fff
}

.disclosure {
    margin-top: 30px;
    padding: 15px
}

body > .container {
    padding: 100px 15px 0
}

code {
    font-size: 80%
}

.navbar {
    min-height: 80px
}

.navbar-brand img {
    max-width: 200px
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(22,85,122, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.custom-toggler.navbar-toggler {
    border-color: #16557a
}

.navbar-light .navbar-nav .nav-link {
    color: #00838f
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #00838f
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #00838f
    }

.boxshadow {
    box-shadow: 1px 2px 3px rgba(0,0,0,.35);
    padding: 10px;
    background: 0 0
}

body, html {
    overflow-x: hidden
}

body {
    padding-top: 80px
}

a {
    color: #00838f;
    text-decoration: none;
    background-color: transparent
}

.btn-primary {
    color: #fff;
    background-color: #00838f;
    border-color: #00838f
}

    .btn-primary:hover {
        color: #fff;
        background-color: #016a74;
        border-color: #016a74
    }

.btn-outline-primary {
    color: #00838f;
    border-color: #00838f;
    line-height: 1.1;
    text-align: center;
    padding: 10px
}

    .btn-outline-primary:hover {
        color: #fff;
        border-color: #016a74;
        background-color: #016a74
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #00838f;
        border-color: #00838f
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(158,35,126,.5)
        }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(158,35,126,.5)
    }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(158,35,126,.25)
}

.jumbotron {
    border-radius: 0;
    color: #000
}

    .jumbotron p {
        margin-top: 30px
    }

.bg-cover {
    background-image: linear-gradient(to bottom,rgba(255,255,255,.4) 45%,rgba(255,255,255,.5) 100%),url(../img/home-header04.jpg);
    background-position: 0 33%;
    background-repeat: no-repeat;
    background-size: cover
}

.display-4 {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1.2
}

.section-header {
    text-align: center
}

.products {
    margin: 50px 0
}

nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #00838f;
    border-radius: 0
}

nav > div a.nav-item.nav-link {
    border: none;
    padding: 18px 25px 0 25px;
    color: #fff;
    background: #333;
    border-radius: 0
}

    nav > div a.nav-item.nav-link.active {
        border: none;
        color: #fff;
        background: #00838f;
        border-radius: 0
    }

        nav > div a.nav-item.nav-link.active:after {
            content: "";
            position: relative;
            bottom: -42px;
            border: 15px solid transparent;
            border-top-color: #00838f
        }

.tab-content {
    background: #fff;
    line-height: 25px;
    border: 2px solid #00838f;
    border-top: 5px solid #00838f;
    border-bottom: 5px solid #00838f;
    padding: 30px 25px
}

nav > div a.nav-item.nav-link:focus, nav > div a.nav-item.nav-link:hover {
    border: none;
    background: #00838f;
    color: #fff;
    border-radius: 0;
    transition: background .2s linear
}

.d-sm-block {
    display: block !important
}

.tab-pane h2 {
    color: #00838f
}

.tab-pane {
    padding: 20px
}

img.prod-image {
    width: 200px;
    margin-top: -50px;
    float: right;
    margin-left: 25px
}

.d-block {
    display: block !important
}

#pricing {
    background: #e4e4e4;
    padding: 50px 0
}

    #pricing .section-header h1 {
        color: #333;
        margin-bottom: 50px
    }

    #pricing .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem
    }

    #pricing .card {
        border: 0;
        border-radius: 0;
        box-shadow: 0 3px 0 0 rgba(65,62,102,.08);
        transition: all .3s ease-in-out;
        padding: 36px 0;
        position: relative;
        margin-bottom: 20px
    }

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

#pricing .card:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 20px 35px 0 rgba(0,0,0,.08)
}

#pricing .card .card-header {
    background-color: #fff;
    border-bottom: 0;
    -moz-text-align-last: center;
    text-align-last: center
}

#pricing .card h3 {
    font-size: 64px;
    margin-bottom: 0;
    color: #00838f
}

    #pricing .card h3 .currency {
        font-size: 30px;
        position: relative;
        font-weight: 400;
        top: -30px;
        letter-spacing: 0
    }

    #pricing .card h3 .period {
        font-size: 16px;
        color: #00838f;
        letter-spacing: 0
    }

#pricing .card .card-block {
    padding-top: 0;
    text-align: center
}

#pricing .card .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    display: inline-block;
    background: #00838f;
    color: #fff
}

    #pricing .card .btn:hover {
        background: #016a74
    }

#howToUse {
    background: #000
}

    #howToUse h2 {
        color: #fff
    }

    #howToUse .card {
        background-color: #00838f;
        color: #fff;
        border-radius: 50%;
        border-width: 8px;
        padding: 20px;
        height: 240px;
        width: 240px;
        margin: 20px auto
    }

.choose {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    float: left
}

.img-bg, .img-user {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative
}

.choose .half {
    width: 50%;
    display: inline-block;
    background: #00838f
}

.features-wrap {
    padding: 4em
}

.qbootstrap-heading {
    margin-bottom: 2.5em
}

.features h4 {
    color: #fff;
    margin-bottom: 1em
}

h4 i {
    min-width: 60px
}

h4 .far, h4 .fas {
    margin-right: .5em
}

.features-wrap h2, .features-wrap h3, .features-wrap p {
    color: #fff !important
}

#contact {
    margin: 30px;
    background: #fff
}

#faq #faq-list {
    padding: 0;
    list-style: none
}

    #faq #faq-list li {
        border-bottom: 1px solid #ebebeb
    }

    #faq #faq-list a {
        padding: 22px 0;
        display: block;
        position: relative;
        font-family: Montserrat,sans-serif;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 400;
        padding-right: 20px;
        color: #00838f
    }

    #faq #faq-list p a {
        padding: 0
    }

    #faq #faq-list a.collapsed {
        color: #00838f
    }

        #faq #faq-list a.collapsed:hover {
            color: #00838f;
            text-decoration: none
        }

    #faq #faq-list i {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 20px
    }

.ion-android-remove:before {
    content: "\f2f4";
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#faq #faq-list a.collapsed i::before {
    content: "\f2c7" !important
}

#Locations {
    margin-bottom: 30px
}

    #Locations .section-header h2 {
        margin-bottom: 50px;
        color: #333
    }

    #Locations .panel {
        background: #f3f3f3;
        padding: 15px;
        margin-bottom: 15px
    }

        #Locations .panel iframe {
            border: 1px solid #e4e4e4
        }

    #Locations .panel-heading {
        color: #00838f
    }

.panel-body i {
    color: #00838f
}

.text-muted {
    color: #ddd !important
}

.disclosure a {
    color: #ddd;
    text-decoration: underline
}

    .disclosure a:hover {
        color: #fff
    }

.sideBar {
    padding: 20px;
    background: #00838f;
    color: #fff;
    text-align: center;
    margin-bottom: 30px
}

    .sideBar span {
        font-size: 36px;
        margin: 0;
        line-height: 1
    }

    .sideBar hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(255,255,255,.5)
    }

.PRODUCT {
    font-family: Arial,Helvetica,sans-serif !important;
    line-height: 19px
}

    .PRODUCT img {
        float: right !important;
        width: 200px;
        margin-top: -35px !important;
        margin-left: 25px
    }

    .PRODUCT h2 {
        display: none
    }

    .PRODUCT td {
        vertical-align: middle !important
    }

    .PRODUCT th {
        vertical-align: bottom !important;
        background: #434345 !important;
        color: #fff !important
    }

.avg-savings, .avg-savings-num {
    background: #434345;
    color: #fff;
    font-weight: 700
}

.POS table {
    width: 100% !important
}

.ATNA img, .POS img {
    margin-top: -30px
}

.MTMD td {
    width: 33% !important
}

.CMAL table {
    max-width: 500px !important;
    width: 100% !important
}

.avg-savings {
    border-right: 0 !important
}

.CMAL td, .CRNT td, .HMIP-COLUMNS th {
    width: 33% !important
}

.CMAL td, .CRNT td {
    font-weight: 400 !important;
    vertical-align: top !important;
    border-left: 0 !important
}

.LAPN-PRICING {
    max-width: 400px !important
}

.TDOC .video-table td:first-child, .TVIP .video-table td:first-child {
    border-right: 1px solid #fff !important
}

.TDOC td, .TDOC th, .TVIP td, .TVIP th {
    padding: 0 !important;
    border: 0 !important
}

.TDOC .video-table, .TVIP .video-table {
    text-align: center
}

.LCA td, .LCA th {
    text-align: center !important
}

.VSPS td:nth-child(1), .VSPS th:nth-child(1) {
    width: 35% !important;
    text-align: right !important
}

.VSPS td:nth-child(2), .VSPS th:nth-child(2) {
    width: 65% !important
}

.TWOCOLUMN td:nth-child(2), .TWOCOLUMN td:nth-child(3), .TWOCOLUMN th:nth-child(2), .TWOCOLUMN th:nth-child(3) {
    width: 50%
}

.THREECOLUMN td:nth-child(2), .THREECOLUMN td:nth-child(3), .THREECOLUMN th:nth-child(2), .THREECOLUMN th:nth-child(3) {
    text-align: center
}

.FOURCOLUMN td:nth-child(2), .FOURCOLUMN td:nth-child(3), .FOURCOLUMN td:nth-child(4), .FOURCOLUMN th:nth-child(2), .FOURCOLUMN th:nth-child(3), .FOURCOLUMN th:nth-child(4) {
    text-align: center;
    width: 22%
}

.FIVECOLUMN td:nth-child(4), .FIVECOLUMN td:nth-child(5), .FIVECOLUMN th:nth-child(4), .FIVECOLUMN th:nth-child(5) {
    font-weight: 700 !important
}

.FIVECOLUMN td:nth-child(2), .FIVECOLUMN td:nth-child(3), .FIVECOLUMN td:nth-child(4), .FIVECOLUMN td:nth-child(5), .FIVECOLUMN th:nth-child(2), .FIVECOLUMN th:nth-child(3), .FIVECOLUMN th:nth-child(4), .FIVECOLUMN th:nth-child(5) {
    text-align: center;
    width: 17%
}

.SIXCOLUMN th:nth-child(2), .SIXCOLUMN ttd:nth-child(2) {
    text-align: left
}

.SIXCOLUMN td:nth-child(2), .SIXCOLUMN td:nth-child(3), .SIXCOLUMN td:nth-child(4), .SIXCOLUMN td:nth-child(5), .SIXCOLUMN td:nth-child(6), .SIXCOLUMN th:nth-child(2), .SIXCOLUMN th:nth-child(3), .SIXCOLUMN th:nth-child(4), .SIXCOLUMN th:nth-child(5), .SIXCOLUMN th:nth-child(6) {
    text-align: center;
    width: 16%
}

.SEVENCOLUMN td:nth-child(2), .SEVENCOLUMN td:nth-child(3), .SEVENCOLUMN td:nth-child(4), .SEVENCOLUMN td:nth-child(5), .SEVENCOLUMN td:nth-child(6), .SEVENCOLUMN td:nth-child(7), .SEVENCOLUMN th:nth-child(2), .SEVENCOLUMN th:nth-child(3), .SEVENCOLUMN th:nth-child(4), .SEVENCOLUMN th:nth-child(5), .SEVENCOLUMN th:nth-child(6), .SEVENCOLUMN th:nth-child(7) {
    text-align: center;
    width: 12%
}

@media (max-width:576px) {
    nav > div a.nav-item.nav-link {
        border: none;
        padding: 18px 10px 0 10px;
        color: #fff;
        background: #00838f;
        border-radius: 0
    }

    img.prod-image {
        width: 125px;
        margin-top: -40px;
        float: right;
        margin-left: 25px
    }

    .table td, .table th {
        padding: .5rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    body {
        padding-top: 100px
    }
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto
    }

    .jumbotron {
        padding: 7rem 2rem
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width:768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        line-height: 1.1;
        text-align: center
    }
}

@media (max-width:767.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 119px;
        bottom: 0;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        background-color: #00838f;
        color: #fff;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

        .offcanvas-collapse.open {
            -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem)
        }

    .navbar-light .navbar-nav .nav-link {
        color: #ccc
    }

        .navbar-light .navbar-nav .nav-link:hover {
            color: #fff
        }

        .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
            color: #fff
        }

    .btn-outline-primary {
        color: #fff;
        border-color: #fff
    }

    .bg-cover {
        background-image: linear-gradient(to bottom,rgba(255,255,255,.4) 45%,rgba(255,255,255,.5) 100%),url(../img/home-header04.jpg);
        background-position: 100% 10%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .navbar-collapse .nav-link {
        text-align: center;
        border-bottom: 1px solid #999;
        padding: 20px;
        font-size: 1.5em
    }

    .navbar-collapse li:last-child {
        margin-top: 20px
    }

    .navbar-collapse li a.btn {
        display: block;
        text-align: center;
        margin: 20px auto 20px auto;
        font-size: 1.5em;
        width: 30%
    }

    .choose .half {
        width: 100%;
        display: inline-block;
        background: #00838f
    }
}

@media (max-width:992px) {
    #pricing .card {
        margin-bottom: 30px
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden
}

    .nav-scroller .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255,255,255,.75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #00838f
}

    .nav-underline .nav-link:hover {
        color: #fff
    }

.nav-underline .active {
    font-weight: 500;
    color: #00838f
}

.text-white-50 {
    color: rgba(255,255,255,.5)
}

.bg-purple {
    background-color: #00838f
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.05)
}

.lh-100 {
    line-height: 1
}

.lh-125 {
    line-height: 1.25
}

.lh-150 {
    line-height: 1.5
}

.fa-chevron-up:before {
    content: "\f077"
}

.back-to-top {
    position: fixed;
    display: none;
    background: #ddd;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1;
    font-size: 36px;
    border-radius: 50%;
    right: 25px;
    bottom: 25px;
    transition: background .5s;
    z-index: 11
}

    .back-to-top:hover {
        background-color: #ddd;
        color: #fff
    }

    .back-to-top i {
        padding-top: 12px;
        color: #00838f
    }

        .back-to-top i:hover {
            padding-top: 12px;
            color: #016a74
        }
