* {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3 {
    font-family: "Montserrat", sans-serif;
}

.pricing-top-banner h1 {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 0;
}

.pricing-top-banner p {
    font-weight: 300;
    font-size: 44px;
}

.primary-bg {
    background-color: #2287C6;
}

:root .btn-primary {
    background-color: #ED7600;
    border-color: #ED7600;
}

header a.nav-link {
    color: #000000;
}

.navbar-brand img {
    max-width: 280px;
    height: auto;
}

.product-section h2 {
    font-size: 44px;
    font-weight: 700;
    color: #2287C6;
    margin-bottom: 15px;
}

.product-section h2 img {
    margin-right: 10px;
}

.product-section h6 {
    font-size: 28px;
    font-weight: normal;
}

.product-section h6:after {
    background-color: #D9D9D9;
    width: 150px;
    height: 5px;
    content: " ";
    display: block;
    margin: 10px auto;
}

span.text-price {
    font-size: 60px;
    font-weight: 700;
    display: block;
    line-height: 60px;
    margin-bottom: 5px;
}

.product-section h5 {
    font-size: 34px;
    font-weight: 400;
}

.text-ideal {
    font-size: 22px;
}

.product-section .btn-primary {
    font-size: 20px;
    font-weight: 400;
    display: block;
    max-width: 80%;
}

.plan-info {
    padding-top: 20px;
}

.plan-info ul {
    margin-bottom: 0;
}

.plan-info h5 {
    font-size: 24px;
    margin-bottom: 10px;
}

.plan-info ul {
    list-style: none;
    padding: 0;

}

.plan-info ul li {
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative;
}

.plan-info ul li:before {
    content: " ";
    width: 16px;
    height: 16px;
    background: url(../images/li-check.svg) no-repeat;
    background-size: 16px;
    position: absolute;
    display: block;
    left: 0;
    top: 4px;
}

.plan-info ul li:last-child {
    margin-bottom: 0;
}

.card.c-card {
    box-shadow: 0 30px 44px 0 rgba(0, 0, 0, .2);
}

.full-w-text h3 {
    font-size: 32px;
    font-weight: 600
}

.full-w-text p {
    font-size: 22px;
    max-width: 960px;
}

.add-on-prod-top p {
    font-size: 22px;
    max-width: 720px;
}

.add-on-prod-section h3 {
    font-size: 34px;
    font-weight: 600;

}

.add-on-prod-content ul {
    padding: 0;
    list-style: none;
}

.add-on-prod-content ul h4 {
    color: #2287C6;
    font-size: 24px;

}

.add-on-prod-content ul h4 small {
    display: block;
    font-weight: 400;
    font-size: 24px;
}

.add-on-prod-content ul p {
    font-size: 18px;
}

.faq-wrapper .container {
    max-width: 960px;
}

.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #000;
}

.faq-accordion .accordion-button {
    background: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 2rem;
    /* space for icon */
    font-weight: 500;
    position: relative;
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-accordion .accordion-button::before {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
}

.faq-accordion .accordion-button:not(.collapsed)::before {
    content: "−";
}

.faq-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.faq-wrapper h2 {
    font-size: 48px;
    font-weight: 600;
}

:root .accordion-button:not(.collapsed) {
    color: #000;
}

footer.main-footer {
    background: rgba(6, 121, 191, 0.11) !important;
}

footer.main-footer img {
    max-width: 280px;
    width: auto;
    height: auto;
}

.main-footer nav li a {
    color: #000;
    font-weight: 500;
}

.main-footer .footer-left p {
    color: #000;
    font-size: 14px;
}

.footer-copyright {
    border-top: 1px solid rgba(10, 10, 10, 0.15);
}

.footer-copyright p {
    font-size: 14px;
}

.faq-wrapper .accordion-item:last-of-type {
    border-radius: 0 !important;
}

.right-column {
    position: relative;
}

.btn-primary.btn:active {
    background: #b55a00 !important;
    border-color: #b55a00 !important;
}

.right-column:before {
    width: 1px;
    background: #ababab;
    content: " ";
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
}

.error-agreement {
    color: #ba1010 !important;
}

section.login-link-main-wrapper img {
    height: 150px;
    width: auto;
    margin-bottom: 15px;
}

.login-link-main-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

.login-info-left,
.registration-info-right {

    padding: 25px;
    border-radius: 10px;
    border: 1px solid;
}

.login-info-left {
    background: #fff;
    border-color: #ddd;
    box-shadow: 0 30px 44px 0 rgba(0, 0, 0, .2);
}

.registration-info-right {
    background: #dddddd45;
    border-color: #ddd;
}

.registration-info-right .btn-secondary {
    background: #2287c6;
    border-color: #2287c6;
}

section.login-link-main-wrapper .container {
    max-width: 1100px;
}

:root .btn.rounded,
.rounded-max {
    border-radius: 25px !important;
}

span.mandatory {
    color: red;
    margin-left: 3px;
}

.login-link-main-wrapper h4,
.global-forms-wrapper h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.signup-top-banner p {
    font-size: 20px;
    max-width: 850px;
    margin: 0 auto;
}

.global-forms-wrapper {
    background: #fff;
    border-color: #ddd;
    box-shadow: 0 10px 44px 0 rgba(0, 0, 0, .2);
    padding: 25px;
    border-radius: 10px;
    max-width: 1100px;
}

.global-forms-wrapper input:not([type="checkbox"]),
.payment-forms-wrapper input:not([type="checkbox"]) {
    border-radius: 5px;
    height: 44px;
    padding: 0 15px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #4e4e4e;
}

.global-forms-wrapper textarea,
.payment-forms-wrapper textarea {
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #bbb;
    resize: none;
    color: #4e4e4e;
}

.col-md-6.company-details-col {
    border-right: 1px solid #ddd;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    box-shadow: 0 0px 1px rgba(0, 0, 0, .8);
}

:root .form-control:focus {
    box-shadow: none;
    border: 1px solid #2d3940;
}

.signup-top-banner h1,
h2.page-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.serachbar-input {
    max-width: 220px;
}

/*======Payment======*/
.card-input-item {
    margin-bottom: 15px;
}

.payment-main-wrapper .page-subtitle {
    color: #6c757d;
    font-size: 0.95rem;
}

.payment-main-wrapper .payment-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(2, 118, 190, .1);
    padding: 25px;
    border: 1px solid #0276be;
}

.payment-main-wrapper .nav-tabs .nav-link {
    font-weight: 500;
    color: #495057;
}

.payment-main-wrapper .nav-tabs .nav-link.active {
    border-bottom: 3px solid #0d6efd;
    color: #0d6efd;
    background: transparent;
}

.payment-main-wrapper .form-control {
    border-radius: 8px;
}

.payment-main-wrapper .summary-table thead {
    background-color: #2c90c9;
    color: #fff;
}

.payment-main-wrapper .summary-table th {
    font-weight: 500;
}

.payment-main-wrapper .total-row {
    font-weight: 600;
}

.payment-main-wrapper .authorization-text {
    font-size: 0.85rem;
    color: #555;
}

/*=========Dashboard=========*/
.dashboard-main-wrapper h1,
.dashboard-main-wrapper h2,
.dashboard-main-wrapper h3,
.dashboard-main-wrapper h4,
.dashboard-main-wrapper h5,
.dashboard-main-wrapper h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

:root .c-link {
    color: #2287C6;
}

.reg-form-item {
    margin-bottom: 15px;
}

.sidebar {
    min-height: 100vh;
    background: #212529;
}

.sidebar .nav-link {
    color: #adb5bd;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
    color: #fff;
    background-color: #343a40;
}

.order-details-row {
    display: none;
}

.dashboard-main-wrapper .sidebar {
    min-height: 100vh;
    border-right: 1px solid #e9ecef;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0276be+0,abe7ff+100&0.8+0,0.8+100 */
    background: linear-gradient(45deg, rgba(2, 118, 190, 0.8) 0%, rgba(171, 231, 255, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

hr {
    border-color: #0276be;
}

.dashboard-top-nav {
    border-bottom: 1px solid #dee2e6;
}

.dashboard-top-nav .nav-pills .nav-link.active {
    background: #fff;
    border-bottom: 2px solid #0276be;
    color: #0276be;
}

.dashboard-top-nav .nav-pills .nav-link {
    font-weight: 600;
    border-radius: 0;
    font-size: 18px;
    color: #6c757d;
    cursor: pointer;
}

.dashboard-main-wrapper .sidebar .nav-link {
    color: #333;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 5px;
    transition: all 0.2s ease;
}

.dashboard-main-wrapper .sidebar .nav-link:hover {
    background-color: #f1f3f5;
    color: #212529;
}

.dashboard-main-wrapper .sidebar .nav-link.active {
    background-color: #e7f1ff;
    color: #0276be;
    font-weight: 500;
}

.dashboard-main-wrapper .card {
    border: none;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.dashboard-main-wrapper .table,
.payment-main-wrapper .table {
    background: #0276be;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    ;
}

.dashboard-main-wrapper .table-active td,
.payment-main-wrapper .table-active td {
    background-color: #daf1ff;
}

.dashboard-main-wrapper #ordersTable tbody td:first-child {
    cursor: pointer;
    color: #0276be;
}

.dashboard-main-wrapper .table thead th,
.payment-main-wrapper .table thead th {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    background-color: #0276be;
    border: 0;
    color: #fff;
    border-bottom: 1px solid #e9ecef;
}

.dashboard-main-wrapper .table-hover tbody tr:hover,
.payment-main-wrapper .table-hover tbody tr:hover {
    background-color: #f1f5ff;
    cursor: pointer;
}

.dashboard-main-wrapper .table-active,
.payment-main-wrapper .table-active {
    background-color: #e7f1ff !important;
}

.dashboard-main-wrapper .table-responsive,
.payment-main-wrapper .table-responsive {
    max-height: 400px;
    overflow-y: auto;
}

.dashboard-main-wrapper .table-responsive thead th,
.payment-main-wrapper .table-responsive thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.dashboard-main-wrapper .sortable i {
    font-size: 12px;
    color: #adb5bd;
}

.dashboard-main-wrapper .btn {
    font-weight: 500;
}

.dashboard-main-wrapper .pagination .page-link {
    border: none;
    margin: 0 3px;
    color: #495057;
}

.dashboard-main-wrapper .pagination .page-item.active .page-link {
    background-color: #0276be;
    color: #fff;
}

.dashboard-main-wrapper .nav-tabs .nav-link,
.payment-main-wrapper .nav-tabs .nav-link {
    border: none;
    color: #6c757d;
    font-weight: 500;
}

.col-bill-info p,
.col-payment-info p {
    margin-bottom: 10px;
}

.dashboard-main-wrapper .nav-tabs .nav-link.active,
.payment-main-wrapper .nav-tabs .nav-link.active {
    color: #0276be;
    border-bottom: 2px solid #0276be;
    background: transparent;
}

div#orderDetailsTab th {
    padding: 10px 15px 7px;
}

div#orderDetailsTab td {
    padding: 5px 15px;
}

.dashboard-main-wrapper .search-bar input {
    border-radius: 8px;
}

.dashboard-main-wrapper .search-bar .btn {
    border-radius: 8px;
}

.round-max {
    border-radius: 30px;
}

.dashboard-main-wrapper .confirmation-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.dashboard-main-wrapper .section-title {
    color: #e67e22;
    margin-bottom: 15px;
}

.dashboard-main-wrapper .order-table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.dashboard-main-wrapper .summary-row {
    font-weight: 600;
}

.dashboard-main-wrapper .paid-text {
    color: #198754;
    font-weight: 600;
}

.dashboard-main-wrapper .sub-text {
    font-size: 0.9rem;
    color: #6c757d;
}

/*======Digital Sign=======*/
.error-box {
    background: #fbdede !important;
    border: 1px solid #ba1010;
    color: #ba1010 !important;
}

.lightblue-box {
    background: #d1ecfb;
    border-radius: 5px;
    padding: 16px 30px;
    color: #e8802b;
    font-weight: bold;
    width: 30%;
    float: left;
}

.pen-img {
    width: 46px;
    float: left;
    padding-right: 60px;
}

.white-box {
    background: #fff;
    border: 1px solid #bad2df;
    border-radius: 5px;
    padding: 18px 30px;
    color: #4c4c4e;
    font-weight: bold;
    float: right;
    width: 70%;
    font-size: 16px;
    min-height: 81px;
}

.payment-error {
    color: #da251a;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    background: #fbdcdc;
    border: solid 1px #ecb5b5;
    margin-top: 10px;
    border-radius: 4px;
    padding: 4px;
}

.modal-900 {
    max-width: 900px !important;
}

:root .btn-success {
    background: #3db720;
    border-color: #3db720;
}

.account-info-section .account-card .label-text {
    font-weight: 600;
}

.account-info-section .account-card {
    background: #0276be1c;
    padding: 15px 15px 0;
    border-radius: 5px;
    border: 1px solid #0276be;
    margin-top: 25px;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, .2);
    font-size: 16px;
}

.account-info-item {
    margin-bottom: 15px;
}

/* 
.payment-cards-radios {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(2, 118, 190, .1);
    padding: 25px;
} */
.cards-radio-wrapper {
    gap: 15px;
}

/*Loader...*/

/* Make clicks pass-through */
#loading-bar {
    display: none;
}

#loading-bar,
#loading-bar-spinner {
    -webkit-transition: 10ms linear all;
    -moz-transition: 10ms linear all;
    -o-transition: 10ms linear all;
    transition: 10ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
    opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
    opacity: 1;
}

#loading-bar .bar {
    -webkit-transition: width 350ms;
    -moz-transition: width 350ms;
    -o-transition: width 350ms;
    transition: width 350ms;
    background: #29d;
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
    position: absolute;
    width: 70px;
    right: 0;
    top: 0;
    height: 2px;
    opacity: .45;
    -moz-box-shadow: #29d 1px 0 6px 1px;
    -ms-box-shadow: #29d 1px 0 6px 1px;
    -webkit-box-shadow: #29d 1px 0 6px 1px;
    box-shadow: #29d 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#loading-bar-spinner {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 13px 10px;
    width: 100%;
    height: 100%;
    padding: 19px;
    z-index: 100000000;
    background-color: rgba(0, 0, 0, 0.17);
}

#loading-bar-spinner .spinner-icon {
    width: 30px;
    height: 30px;
    border: solid 3px transparent;
    border-top-color: #e8802b;
    border-left-color: #e8802b;
    border-radius: 50%;
    -webkit-animation: loading-bar-spinner 800ms linear infinite;
    -moz-animation: loading-bar-spinner 800ms linear infinite;
    -ms-animation: loading-bar-spinner 800ms linear infinite;
    -o-animation: loading-bar-spinner 800ms linear infinite;
    animation: loading-bar-spinner 800ms linear infinite;
}

#card-element {
    padding: 10px;
    border: 1px solid #e3e6f0;
    border-radius: 5px;
}

@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes loading-bar-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loading-bar-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes loading-bar-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loading-bar-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

@media (max-width: 767px) {

    .pricing-top-banner h1,
    .pricing-top-banner p,
    .signup-top-banner h1 {
        font-size: 34px;
    }

    .product-section h2 {
        font-size: 38px;
    }

    .product-section h6 {
        font-size: 24px;
    }

    .mtop-30 {
        margin-top: 30px;
    }

    .login-info-left {
        margin-bottom: 30px;
    }

    section.login-link-main-wrapper .container {
        max-width: 480px;
    }

    .dashboard-top-nav .nav-pills .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    .payment-actions {
        flex-direction: column;
        gap: 10px;
    }
}