::selection {
    background: #666690;
    color: #fff
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:focus-within,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:focus-within,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:focus-within,
textarea:-webkit-autofill:hover {
    box-shadow: 0 0 0 1000px #f8f8f8 inset !important
}

.btn:focus,
.form-control:focus {
    box-shadow: none
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f8f8f8;
    background-clip: padding-box;
    border: 1px solid #000 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

textarea.form-control {
    text-transform: uinitialfont-size:14px;
    border-radius: 0
}

.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn:focus,
.btn:hover {
    text-decoration: none;
    color: #ddd
}

button {
    outline: 0 !important
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f8f8f8
}

.ace-topbar-container {
    background: #181c2e;
    padding: 0
}

.ace-topbar-heading {
    line-height: 1.2em;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase
}

.ace-topbar-link {
    line-height: 1em;
    padding: 5px 5px
}

.ace-secondary-button {
    color: #fff;
    text-transform: uppercase
}

.ace-icon {
    color: #fff;
    padding: 0
}

.ace-icon-border {
    border-left: 1px solid transparent;
    padding-left: 10px
}

.container-fluid.ace-form-container>.row {
    justify-content: center
}

@media (min-width:780px) {
    .ace-topbar-container {
        border-bottom: 1px solid #181c2e
    }
    .ace-topbar-heading {
        text-align: left
    }
    .ace-topbar-link {
        text-align: right
    }
    .col-lg-6.col-7.ace-navbar-heading {
        text-align: center
    }
}

@media (max-width:780px) {
    .ace-topbar-heading {
        text-align: center;
        border-bottom: 1px solid transparent
    }
    .ace-topbar-link {
        text-align: center;
        border-bottom: 1px solid transparent
    }
    .col-lg-6.col-7.ace-navbar-heading {
        text-align: left
    }
}

.ace-navbar-container {
    padding: 0
}

.ace-navbar-heading,
.ace-navbar-logo {
    padding: 5px 15px
}

.ace-navbar-heading {
    text-align: left
}

.ace-navbar-logo {
    text-align: right
}

.ace-small-text {
    font-size: 18px;
    display: block;
    margin-bottom: -2px
}

.ace-bold-text {
    display: block;
    font-weight: 800;
    line-height: 1.2em;
    font-size: 20px
}

.ace-mainbar-container {
    background: linear-gradient(119.54deg, #f26c13 0, #f26c13 100%);
    padding: 5px 8px;
}

.navbar-toggler {
    font-size: 1.8rem;
    padding: 0
}

@media (min-width:780px) {
    .navbar-toggler {
        display: block
    }
    .navbar-expand-lg .navbar-collapse {
        justify-content: center
    }
    li.nav-item {
        border-left: 1px solid transparent;
        padding: 0 2px
    }
    li.nav-item:last-child {
        border-right: 1px solid transparent
    }
    li.nav-item.active,
    li.nav-item:hover {
        background: #1f1f1f !important
    }
    a.nav-link.active {
        background-color: #1f1f1f !important
    }
    .col-lg-2.col-3.ace-navbar-heading {
        max-width: 12%;
        padding-right: 0
    }
    .col-lg-4.col-7.ace-navbar-heading {
        padding-left: 0;
        margin-left: -45px
    }
}

@media (min-width:992px) {
    .navbar-toggler {
        display: none
    }
}

.navbar-toggler-icon {
    width: unset;
    height: unset;
    vertical-align: unset;
    color: #000
}

@media (max-width:780px) {
    .ace-navbar-logo img {
        display: none
    }
    .col-lg-2.col-3.ace-navbar-heading {
        padding-right: 0
    }
    ul.navbar-nav {
        padding: 15px
    }
    ol.carousel-indicators {
        display: none
    }
    .col-lg-6.col-7.ace-navbar-heading {
        text-align: left
    }
    .ace-small-text {
        font-size: 14px
    }
    .ace-bold-text {
        font-size: 22px
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff
}

.ace-marquee-container {
    background: #28a745;
    padding: 0;
    display: flex
}

.ace-marquee-container marquee {
    font-size: 14px;
    color: #f5e8df;
    font-weight: 700;
    padding-top: 6px;
    text-transform: uppercase
}

.ace-marquee-container span {
    padding: 5px;
    color: #fff !important
}

.ace-light-bg {
    background: #2767dc;
    color: #fff;
    line-height: 1.2em;
    padding: 15px;
    text-transform: uinitial;
    font-size:14px;
}

.ace-dark-bg {
    background: #69932b;
    color: #fff;
    line-height: 1.2em;
    padding: 15px;
    text-transform: uinitialfont-size:14px
}

.ace-padding-container {
    padding: 30px
}

@media (max-width:780px) {
    .ace-padding-container .row div:nth-child(4) {
        background: #2767dc
    }
    .ace-padding-container .row div:nth-child(5) {
        background: #69932b
    }
}

.container-fluid.ace-padding-container {
    background: #eee
}

.ace-bold-text-white {
    display: block;
    font-weight: 800;
    line-height: 1.2em;
    font-size: 20px;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

div#nav-tab {
    margin: 30px;
    justify-content: center
}

.nav-tabs {
    border-bottom: 0
}

.nav-tabs .nav-link {
    border-radius: 0;
    text-transform: uinitialcolor:#fff;
    font-size: 14px;
    background: #69932b
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #69932b;
    color: #fff;
    border-color: #69932b
}

.nav-tabs .nav-link.active {
    background-color: #666690;
    color: #fff;
    border-color: #666690
}

@media (max-width:780px) {
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #000
    }
}

@media (max-width:780px) {
    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link:hover.navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
        color: #000 !important
    }
}

@media (max-width:780px) {
    .navbar-dark .navbar-nav .active>.nav-link {
        color: #000 !important
    }
}

.tab-content.ace-padding-container {
    background: #eee;
    padding: 0 60px 40px 60px
}

.card {
    border: 0;
    border-radius: 0
}

#nav-tabContent div .row {
    justify-content: center
}

h5.card-title {
    font-size: 20px;
    text-transform: uinitialtext-align:center;
    font-weight: 700;
    color: #69932b
}

p.card-text {
    font-size: 14px;
    text-transform: uinitialline-height:1.2em
}

.card-pricing {
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uinitialcolor:#fff;
    background: url(assets/img/bg.png)
}

.card-pricing span:nth-child(1) {
    font-size: 18px;
    font-weight: 500
}

.card-pricing span:nth-child(3) {
    font-size: 32px;
    font-weight: 700
}

.card-pricing span:nth-child(3) i {
    font-size: 22px
}

.card-pricing span:nth-child(5) {
    font-size: 12px
}

.ace-card-link,
.ace-card-link:hover {
    padding: 0;
    font-size: 14px;
    text-transform: uinitialcolor:#2767dc;
    display: block;
    margin-top: 30px;
    bottom: 0;
    position: absolute;
    margin-bottom: 20px;
    font-weight: 600
}

@media (max-width:780px) {
    .card {
        margin-bottom: 30px
    }
    .card:last-child {
        margin-bottom: 0
    }
    .w-100 {
        display: none
    }
    .card.col-lg-3.col-12 {
        background: #fff !important
    }
}

.dropdown-menu.show {
    margin: 0;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    text-transform: uinitialbackground:#567c1e;
    padding: 0
}

.dropdown-menu.show a {
    color: #fff;
    font-weight: 400;
    padding: 5px 11px
}

.dropdown-menu.show a:focus,
.dropdown-menu.show a:hover {
    background: #69932b;
    outline: 0 !important
}

.dropdown-item.active,
.dropdown-item:active {
    background: #69932b
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    right: 0
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    color: #fff;
    font-size: 20px
}

.icon-bar a:nth-child(even) {
    background: #181c2e
}

@media (min-width:780px) {
    .icon-bar a:nth-child(odd) {
        background: #000046
    }
    .row .card:nth-child(even) {
        background: #f8f8f8
    }
}

@media (max-width:780px) {
    .icon-bar a:nth-child(odd) {
        background: #2767dc
    }
    .card.col-lg-4.col-12 {
        background: #fff !important
    }
}

.ace-blue-container {
    background: #2767dc
}

div#nav-iso .row .card:last-child {
    background: #fff
}

.ace-help {
    text-align: center;
    justify-content: center
}

.top-help {
    padding: 5px;
    background: #666690;
    margin-top: 5px;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px
}

.ace-stat-container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
    justify-content: space-evenly
}

.ace-user-icon {
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    background: url(assets/img/bg.png);
    color: #fff;
    font-size: 22px
}

.ace-stat-container span:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
    text-transform: uinitialcolor:#69932b
}

.ace-stat-container span:nth-child(3) {
    font-size: 14px;
    text-transform: uinitialline-height:1.2em;
    white-space: nowrap
}

@media (max-width:780px) {
    .ace-stat-container>div {
        margin-bottom: 5px
    }
}

.cd-top,
.cd-top:hover {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 5px 10px;
    color: #fff;
    z-index: 9;
    background: #000
}

.cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.container-fluid.ace-padding-container.bg-green {
    padding: 0
}

.bg-green {
    background: #0f7451 !important
}

.whats-new-title {
    background: rgba(0, 0, 0, 0) url(assets/img/whats-new-arrow.png) no-repeat scroll right center;
    color: #fff;
    padding: 20px;
    line-height: 1.2em
}

@media (max-width:780px) {
    .ace-new-second {
        padding: 15px 30px 15px 15px !important;
        line-height: 1.2em
    }
    .whats-new-subtitle {
        font-size: 14px !important
    }
    div#nav-tabContent .row.ace-help {
        margin-top: 30px
    }
}

.whats-new-title span {
    font-size: 18px;
    text-transform: uinitialfont-weight:700
}

.whats-new-subtitle {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.whats-new-subtitle>a {
    color: #fff;
    text-decoration: underline
}

.ace-new-second {
    padding: 20px;
    line-height: 1.2em
}

.row {
    align-items: unset
}

.bg-grey {
    background: #f8f8f8;
    padding: 15px
}

.ace-center {
    text-align: center !important;
    background: url(assets/img/bg.png) !important
}

.container-fluid.ace-footer {
    background: #fff
}

.table .thead-dark th {
    color: #fff;
    background-color: #666690;
    border-color: #666690
}

.container-fluid.bg-yellow {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    text-transform: uinitialcolor:#666690
}

.bg-yellow {
    background: #fcf1ca
}

.container-fluid.ace-footer>.col-lg-11.col-11 {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #69932b;
    justify-content: center;
    margin: auto
}

.container-fluid.ace-footer>div>a {
    color: #fff
}

.container-fluid.ace-footer>.col-lg-11.col-11>a:last-child {
    border-right: 0
}

.container-fluid.ace-footer>.col-lg-11.col-11>a {
    color: #fff;
    border-right: 1px solid #69932b
}

.ace-center-footer {
    justify-content: center;
    padding: 15px 0;
    text-transform: uppercase
}

.ace-center-footer>div>span {
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.ace-form-container .col-12.col-lg-5 {
    padding: 0;
    margin: 15px 0
}

.row.ace-center-footer>div>span:nth-child(4)>span {
    margin-left: 5px
}

span {
    font-size: inherit !important
}

.bg-orange {
    background: #666690 !important
}

.ace-form-container {
    padding: 15px
}

form {
    background: #fffcfa;
    padding: 15px;
    border: 1px solid #000046;
    height: 100%
}

.form-instructions .form-group {
    margin-bottom: 0
}

.form-instructions {
    background: #fffcfa;
    padding: 15px;
    border: 1px solid #000046;
    height: 100%
}

label.ace-text-dark {
    color: #000
}

label {
    font-size: 12px !important
}

.h2,
h2 {
    font-size: 12px !important;
    margin: 5px !important
}

.ace-bold-text-dark {
    display: block;
    font-weight: 800;
    line-height: 1.2em;
    font-size: 20px;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

label {
    margin-bottom: 0;
    text-transform: uinitialfont-size:14px
}

.txt {
    font-weight: 700
}

input,
select {
    text-transform: uinitialborder-radius:0 !important;
    font-size: 14px !important
}

.required {
    color: red
}

.ace-submit-button,
.ace-submit-button:active,
.ace-submit-button:focus,
.ace-submit-button:hover {
    background: linear-gradient(119.54deg, #f26c13 0, #f26c13 100%);
    border: 0;
    border-radius: 0;
    font-size: 14px;
    text-transform: uinitialcolor:#fff
}

.edit-submit {
    background: #545b62
}

.modal-content {
    border-radius: 0;
    border: 0;
    overflow: hidden !important;
    padding-right: 0 !important
}

@media (max-width:780px) {
    .ace-mt-30 {
        margin-top: 30px
    }
}

input[type=file] {
    background: 0 0 !important;
    border: 0;
    margin: 0;
    padding: 0;
    height: unset
}

.progress {
    display: none;
    border-radius: 0;
    width: 300px;
    margin-top: 5px
}

@media (max-width:780px) {
    .progress {
        width: 100%
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1
}

input.razorpay-payment-button {
    background: #666690;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    text-transform: uinitialcolor:#fff;
    padding: 5px 10px;
    outline: 0 !important
}

.plain-design-link,
.plain-design-link:hover {
    color: #000;
    text-decoration: none
}

.alert-info {
    color: #b71c1c;
    background-color: #ffcdd2 !important;
    border-color: #ffcdd2 !important
}

.formdetails {
    padding: 5px;
    text-align: center !important;
    background: linear-gradient(119.54deg, #f26c13 0, #f26c13 100%);
    color: #fff;
    text-transform: uinitialfont-size:16px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.blog_links {
    font-size: 16px
}

@media(max-width:500px) {
    .head_menu a {
        font-size: .8rem !important
    }
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
}

.required {
    color: red
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important
}

.btns {
    padding: 10px !important
}

.footer {
    background: #28a745;

}

.link {
    color: #fff !important
}

.footer-copyright {
    background: #f26c13;
    padding: 10px
}

hr {
    background-color: #fff !important
}

@media only screen and (max-width: 600px)
.ace-navbar-container .ace-navbar-heading {
    text-align: center;
}
.error{color: red;margin-bottom: 0px}
.border-red{border-color: red !important;}
.refresh-icon{padding-top: 7px;padding-left: 15px;position: absolute;cursor: pointer;}
.client-popup {
    display: none;
    position: absolute;
    width: 25%;
    left: 85%;
    top: 70%;
    transform: translate(-45%, 5%);
    z-index: 9;
    background-color: #f5f7fa;
    border: 2px solid #000046;
}
.client-popup.container{max-width: 366px;}
@media only screen and (max-device-width: 767px){
    .client-popup {
        display: none !important;
    }
}