@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html {
    scroll-behavior: smooth !important;
}

:root {
    scroll-behavior: auto;
    --base-color: #000;
    --text-black: #000;
    --heading-color: #1c2041;
    --primary-color: #fffff;
    --light-color: #f8f7fc;
    --yellow-color: #5f57e0;
    --border-color: #edebfd;
    --text-color: #fff;
}


@font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/ProximaNova-Regular.eot');
    src: url('/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/fonts/ProximaNova-Regular.woff') format('woff'),
        url('/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/ProximaNova-Regular_1.eot');
    src: url('/fonts/ProximaNova-Regular_1.eot?#iefix') format('embedded-opentype'),
        url('/fonts/ProximaNova-Regular_1.woff2') format('woff2'),
        url('/fonts/ProximaNova-Regular_1.woff') format('woff'),
        url('/fonts/ProximaNova-Regular_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    color: var(--base-color);
    background-color: #f3faff;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    font-family: 'ProximaNova';
}

a {
    color: var(--base-color);
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

p {
    font-size: 1.3rem;
    color: var(--base-color);
    line-height: 1.5em;
    font-weight: 500;
}

.ContentTitle p {
    color: #000;
    font-size: 1rem;
    text-align: justify;
}

.ContentTitle h1 {
    font-size: 1.5rem;
}

.ContentTitle h2 {
    font-size: 22px;
}

.ContentTitle h3 {
    font-size: 18px;
}

.ContentTitle ul li {
    list-style: disc !important;
    margin-left: 30px !important;
}

a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: var(--heading-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--heading-color);
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 42px;
    line-height: 1.25;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
    line-height: 1.6;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

input,
textarea,
select {
    width: 100%;
    height: 60px;
    padding: 0 25px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

textarea {
    height: 170px;
    display: inherit;
    padding-top: 20px;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

::-ms-input-placeholder {
    opacity: 1;
}

::placeholder {
    opacity: 1;
}

input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    height: auto;
    width: auto;
}

.page-wrapper-Home {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

header.topheader.set-header {
    transition: 0.5s;
    background-color: #a8c2f7;
    z-index: 1;
    padding: 5px 0;
    box-shadow: 0 -15px 14px 0;
}

header.topheader.set-header a.start-now-item {
    border: 1px solid #5f57e0;
    color: var(--text-color);
}

header.topheader.set-header .desktop-header ul li a:hover {
    background-color: #f3faff;
    color: #1b222a;
}

.topheader {
    width: 100%;
    height: auto;
    padding: 25px 0;
    margin: 0;
    transition: 0.5s;
    position: fixed;
    top: 0;
    z-index: 2 !important;
    background: #bcd0fb;
}

.nav-heaer-top {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-log {
    width: 25%;
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    padding: 0;
    margin: 0;
}

.img-log img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-items {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.login-button {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 25%;
}

.menu-items li a {
    padding: 2px 9px;
    margin: 0 2px;
}

.menu-items li a.active {
    background-color: #5f57e0;
    color: #fff;
    border-radius: 5px;
}

.menu-items li a:hover {
    background-color: #5f57e0;
    opacity: 1;
    color: var(--text-color);
    border-radius: 5px;
}

header.topheader.set-header .menu-items li a.active {
    background-color: var(--yellow-color);
    color: var(--text-color);
    border-radius: 5px;
    background-color: #7c39de;
    color: #fff;
}

.start-now-item {
    /* border: 1px solid; */
    display: inline-block;
    width: 100%;
    max-width: 180px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    background-color: #5f57e0;
    color: var(--text-color);
    border-radius: 5px;
    transition: 0.5s;
}

.start-now-item.chage-btn {
    background-color: #5f57e0;
}

.start-now-item.chage-btn:hover {
    background-color: #7c39de;
    border-color: #7c39de;
}

.start-now-item:hover {
    background-color: #7c39de;
    color: #fff;
    border-color: #7c39de;
    transition: 0.5;
}

.login-item {
    margin-right: 10px;
}

.hide-icon {
    font-size: 14px;
    padding-left: 0;
    display: none;
    transition: 0.5s;
}

.start-now-item:hover>.hide-icon {
    display: inline-block;
    transition: 0.5s;
    padding-left: 5px;
}

.home-banner-a {
    width: 100%;
    height: 100%;
    padding-bottom: 15px 0;
    padding-top: 150px;
    margin: 0;
    position: relative;
    background: #adc6fa;
    background: linear-gradient(180deg, rgba(173, 198, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.ramadan-image img:nth-child(1) {
    z-index: -1;
    left: 3%;
    bottom: 30%;
    position: absolute;
    animation: shapeAnimationOne 20s infinite linear;
}

@keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 0px) rotate(270deg);
        transform: translate(150px, 0px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

.ramadan-image img:nth-child(2) {
    z-index: -1;
    right: 8%;
    top: 8%;
    bottom: 30%;
    position: absolute;
    animation: shapeAnimationTwo 20s infinite linear;
}

@keyframes shapeAnimationTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 0px) rotate(270deg);
        transform: translate(150px, 0px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

.ramadan-image img:nth-child(3) {
    z-index: -1;
    left: 6%;
    top: 30%;
    position: absolute;
    animation: slideUpDown 20s infinite linear;
}

.home-banner-content-b {
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.home-banner-content-b h2 {
    margin-bottom: 30px;
    display: block;
}

.home-banner-content-b p {
    margin-bottom: 35px;
    font-size: 16px;
    color: var(--base-color);
    line-height: 1.5em;
    font-weight: 500;
}

.new-letter-home {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
    position: relative;
}

.new-letter-home form {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0;
    margin-bottom: 30px;
}

.start-now-item.chage-btn {
    min-height: 60px;
    margin-left: 2px;
}

.trial-free,
.average-title {
    font-size: 1rem !important;
}

.star-box {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 2.5rem;
}

.star-box ul {
    display: flex;
    justify-content: space-evenly;
    background: #fff;
    width: 100%;
    max-width: 200px;
    margin: auto;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
}

h3.trust-by {
    font-weight: 500;
}

.inner-brand-logo img {
    width: 100%;
    height: auto;
}

.inner-brand-logo {
    width: 100%;
    max-width: 15%;
    text-align: center;
}

.inner-brand-logo p {
    padding: 0;
    margin: 0;
    display: block;
    line-height: inherit;
}

.img-logo-brand {
    display: flex;
}

.dolor-sign.dfgdfg::after {
    height: 16px;
}

.slider.slider-one {
    margin-top: 75px;
    margin-bottom: 40px;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider-two .slide-track {
    -webkit-animation: scroll2 40s linear infinite;
    animation: scroll2 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

@-webkit-keyframes scroll2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 10));
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 10));
    }
}

.slider {
    background: transparent;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right,
            #ffffff73 0%,
            rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 78px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide {
    height: 100px;
    width: 250px;
}

.slide img {
    height: auto;
    object-fit: contain;
}

.slide {
    text-align: center;
}

.slide p {
    line-height: inherit;
    margin: 0;
    font-size: 1rem;
}

.invoice-images {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
}

.innerImages {
    width: 100px;
    display: block;
}

.invoice-im-01,
.invoice-im-02,
.invoice-im-03 {
    width: 100%;
    max-width: 560px;
    max-height: 700px;
    padding: 0;
    margin: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.invoice-im-01 img,
.invoice-im-02 img,
.invoice-im-03 img {
    width: 100%;
    height: 100%;
}

.invoice-im-02 {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.invoice-im-03 {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.free-invoice {
    color: #7c39de;
}

.new-latter input {
    /* border: 2px solid #5f57e0; */
    border-radius: 5px;
}

.complete-software {
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 0;
    position: relative;
}

.conplete-soft-content {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
}

.conplete-soft-content h2 {
    font-size: 1.8rem;
    line-height: 3.7rem;
    letter-spacing: -0.025em;
    font-weight: 600;
    margin-bottom: 25px;
}

.conplete-soft-content span {
    font-weight: 400;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    width: 100%;
}

.conplete-soft-content .title-subheir {
    position: relative;
    margin-top: 20px;
}

.ivoce0ttilasd::after {
    background-image: linear-gradient(180deg, transparent 60%, #9aefe6 0);
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 90%;
    height: 35px;
    z-index: -2;
    content: "";
}

.conplete-soft-content p {
    margin-top: 15px;
}

.services-content {
    text-align: center;
}

.services-content img {
    margin-bottom: 15px;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.services-content h3 {
    color: var(--text-black);
    margin-bottom: 10px;
    opacity: 0.8;
    margin-top: 10px;
}

.services-content p {
    font-size: 1rem;
    padding: 0;
    margin: 0;
}

.complete-image img:nth-child(1) {
    z-index: 1;
    left: 3%;
    bottom: 30%;
    position: absolute;
    animation: shapeAnimationOne 20s infinite linear;
}

.complete-image img:nth-child(2) {
    z-index: 1;
    right: 3%;
    bottom: 30%;
    position: absolute;
    animation: shapeAnimationOne 20s infinite linear;
}

.Professional-invoices {
    padding: 75px 0;
    margin: 0;
    width: 100%;
    display: block;
}

.invoice-xos h3 {
    color: var(--primary-color);
    opacity: 0.8;
    margin-bottom: 30px;
    padding-top: 30px;
    position: relative;
}

.invoice-xos h3::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
}

.invoice-xos h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
}

.change-content {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.change-content img {
    margin-bottom: 30px;
}

.change-content h4 {
    color: var(--primary-color);
    font-weight: 500;
    opacity: 0.8;
}

.change-content p {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.right-invoice-image {
    width: 100%;
    height: 100%;
}

.right-invoice-image img {
    width: 100%;
    height: 100%;
}

.priceing-plan {
    padding: 150px 0 25px 0;
    width: 100%;
    display: block;
    background: #adc6fa;
    background: linear-gradient(180deg, rgba(173, 198, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    margin-top: 0 !important;
}

.conplete-soft-content h2 {
    margin-top: 0px;
}

.dolor-sign {
    position: relative;
}

.dolor-sign::after {
    background-image: linear-gradient(180deg, transparent 60%, #fff 0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    z-index: -2;
    content: "";
}

.pricing-title {
    background-color: #5f57e0;
    color: var(--text-color);
    width: 100%;
    max-width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin: auto;

}

.basic-free-plan {
    padding: 20px;
    margin: 0;
    width: 100%;
    display: block;
    background-color: var(--text-color);
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 1px 50px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    min-height: 480px;
    position: relative;
}

.profesinal-plan {
    box-shadow: 0 0 5px 3px #7c39de;
}

.most-popular {
    position: absolute;
    left: 0;
    top: -39px;
    width: 100%;
    margin: auto;
    z-index: -1;
}

.most-popular div {
    width: 80%;
    margin: auto;
    border: 1px solid #fdba74;
    border-radius: 5px;
    color: var(--text-color);
    text-transform: capitalize;
    background: #fdba74;
    background: linear-gradient(90deg,
            rgba(253, 186, 116, 1) 0%,
            rgba(244, 113, 48, 1) 35%,
            rgba(249, 115, 22, 1) 100%);
    height: 40px;
    line-height: 40px;
}

.basic-free-plan h3 {
    text-transform: capitalize;
    margin-bottom: 0;
}

.basic-free-plan p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.dolor-price {
    margin: 10px;
    display: inline-block;
}

.dolor-price span:nth-child(1) {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-black);
}

.dolor-price span:nth-child(2) {
    font-size: 12px;
}

.sign-updiv a {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: calc(100% - 30px);
    margin: 0 15px;
    /* border: 2px solid #524e4e; */
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 1rem;
}

.sign-updiv a .fas {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}

.sign-updiv a:hover>.fas {
    transition: 0.4s;
    padding-left: 5px;
    visibility: visible;
    opacity: 1;
}

.primary-btn {
    background-color: var(--primary-color);
    color: var(--yellow-color);
    border-color: var(--primary-color) !important;
}

.primary-btn:hover,
.primary-btn:hover>.fas {
    color: var(--text-color);
    background-color: #7c39de;
    border-color: #7c39de !important;
}

.priceing-fetures {
    width: 100%;
    padding: 0;
    margin: 0;
}

.priceing-fetures p,
.priceing-fetures .right-features {
    font-size: 12px;
}

.priceing-fetures ul li span.fa {
    color: #5f57e0;
}

.priceing-fetures p {
    padding: 0;
    margin: 0;
}

.priceing-fetures ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.priceing-fetures ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.priceing-fetures ul li:last-child {
    margin-bottom: 20px;
}

.business-section {
    padding: 35px 0;
    margin: 0;
    width: 100%;
    height: 100%;
    clear: both;
    background-color: var(--text-color);
}

.bbusiness-wners-con {
    font-size: 1.8rem;
    opacity: 1;
    color: var(--text-black);
    line-height: 3rem;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}

.esay-conent {
    padding: 15px;
    margin: 0;
    text-align: left;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.title-sdy {
    display: inline-block;
    font-size: 15px;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.esay-conent strong {
    display: block;
    font-size: 1rem;
    text-transform: capitalize;
}

.esay-conent .username p {
    font-size: 1rem;
    padding: 0;
    margin: 0;
}

.first-div,
.second-div {
    margin-bottom: 80px;
}

.average-conent {
    display: block;
    width: 100%;
    text-align: center;
}

.average-conent img {
    width: 50%;
    height: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.average-conent .star-name p {
    font-size: 1.1rem;
    margin-top: 15px;
    margin-bottom: 0;
}

.number-counter strong {
    font-size: 2.5rem;
    display: block;
    text-align: center;
    color: var(--text-black);
    margin-bottom: 20px;
    font-weight: 700;
}

.invllice-lines p {
    display: block;
    text-align: center;
    position: relative;
    margin: 0;
    font-size: 16px;
}

.invllice-lines p::before {
    content: "";
    width: 110px;
    height: 1px;
    background-color: #000000a6;
    position: absolute;
    top: 50%;
    right: 110px;
}

.invllice-lines p::after {
    content: "";
    width: 110px;
    height: 1px;
    background-color: #000000a6;
    position: absolute;
    top: 50%;
    left: 110px;
}

.created-every-month p {
    font-size: 17px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.box-colum-02 {
    position: relative;
    left: 80px;
}

.box-colum-06 {
    position: relative;
    right: 80px;
}

.box-colum-04 {
    position: relative;
    top: -100px;
}

.box-colum-05 {
    position: relative;
    top: -50px;
}

section.terms-and-condition {
    padding: 150px 0 50px 0;
    background: #adc6fa;
    background: linear-gradient(180deg, rgba(173, 198, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.bottomcontent_section {
    background-color: var(--text-color);
}

.contertduv {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.contertduv span {
    color: #5f57e0;
}

.contertduv h1 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.listul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    display: none;
}

.listul li:nth-child(2) {
    margin: 0 10px;
}

.bottomcontent_section {
    padding: 75px 0;
    margin: 0;
    width: 100%;
}

.bottomcontent_section .policy-published {
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 70px;
    display: inline-block;
    border-bottom: 3px solid #7c39de;
}

.bottomcontent_section .title {
    margin-bottom: 20px;
    font-weight: 500;
}

.maincontent p {
    margin: 15px 0 30px;
    font-size: 1rem;
}

.bottomcontent_section .innerList {
    padding-left: 30px;
    margin-bottom: 30px;
}

.bottomcontent_section .innerList li {
    margin-bottom: 10px;
    list-style: circle;
}

.bottomcontent_section .maincontent .mb--20 {
    margin-bottom: 20px;
}

.formRight {
    min-height: 100vh;
    display: block;
    padding: 50px 0;
    border-radius: 5px;
}

h2.form-heading {
    width: 100%;
    display: block;
    font-family: sans-serif;
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 43px;
}

.formRight input.form-control {
    display: block;
    width: 100%;
    background: 0 0;
    font-family: sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.2;
    height: 55px;
    padding: 0 26px;
    background-color: var(--text-color);
}

.formRight input.form-control:focus,
.formRight textarea:focus {
    outline: unset;
    border-color: #ffc800 !important;
    box-shadow: unset;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #5f57e0;
    transition: 0.5s;
    font-family: sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: 0;
}

.login100-form-btn:hover {
    transition: 0.5s;
    background-color: #7c39de;
}

.contact-us {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    background-color: var(--text-color);
}

.form-control.textarea {
    resize: none;
    background-color: #fff;
}

.footer-section {
    width: 100%;
    height: 100%;
    padding-top: 35px;
    margin: 0;
    display: block;
    position: relative;
    background: #adc6fa;
    background: linear-gradient(180deg, rgba(173, 198, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.footer-content img {
    width: 100%;
    max-width: 220px;
    height: auto;
    padding: 0;
    position: relative;
    left: -19px;
}

.footer-content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
}

.footer-content p {
    font-size: 20px;
    margin-bottom: 30px;
}

.nvidia p {
    font-size: 20px;
}

.sign-updiv.dfsdfsd {
    width: 100%;
    max-width: 280px;
    display: block;
    text-align: center;
    margin-bottom: 0;
}

.footer-content p:nth-child(5) {
    font-size: 0.8rem;
}

.all-rightre {
    text-align: left;
    display: block;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
}

.terms-condition {
    text-align: right;
    display: block;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
}

.footer-row {
    /* border: 1px solid #ffffff91; */
    padding: 15px 0;
    margin-bottom: 0px;
}

.footer-image img:nth-child(1) {
    z-index: 1;
    right: 3%;
    bottom: 30%;
    position: absolute;
    animation: shapeAnimationOne 20s infinite linear;
}

.footer-image img:nth-child(2) {
    z-index: 1;
    left: 3%;
    bottom: 30%;
    position: absolute;
    animation: shapeAnimationOne 20s infinite linear;
}

.footer-image img:nth-child(3) {
    z-index: -1;
    left: 6%;
    top: 30%;
    position: absolute;
    animation: slideUpDown 20s infinite linear;
}

a.top-scroll-bar {
    width: 50px;
    border: 1px solid #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    position: fixed;
    bottom: 2rem;
    z-index: 9999;
    background-color: #5f57e0;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    right: -2rem;
}

.top-scroll-bar.showBtn {
    transition: 0.5s;
    visibility: visible;
    opacity: 1;
    right: 2rem;
}

.faq-section {
    padding-top: 5px;
    padding-bottom: 35px;
    width: 100%;
    display: block;
    background-color: var(--text-color);
}

.hero-content-three h1 {
    margin-bottom: 30px;
}

.alert-danger {
    font-size: 16px !important;
}

a.sign-up-button.primary-btn {
    position: static !important;
    margin-left: 0 !important;
}

.col-6.quick-link {
    display: inline-block;
    text-align: right;
}

a.terms-condition {
    display: inline-block;
}

.complete-software .row.justify-content-center+.row .mb-4:nth-child(1),
.complete-software .row.justify-content-center+.row .mb-4:nth-child(2),
.complete-software .row.justify-content-center+.row .mb-4:nth-child(3) {
    margin-bottom: 30px !important;
}

.complete-software .row.justify-content-center+.row .mb-4:nth-child(4),
.complete-software .row.justify-content-center+.row .mb-4:nth-child(5),
.complete-software .row.justify-content-center+.row .mb-4:nth-child(6) {
    margin-bottom: 30px !important;
}

.services-content .fas,
.change-content .fas {
    font-size: 40px;
    color: #7c39de;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    margin: auto;
}

.topheader+.priceing-plan .row.justify-content-center+.row {
    margin-top: 25px !important;
}

.priceing-plan .row.justify-content-center+.row {
    margin-top: 25px !important;
}

.complete-image {
    height: 0px;
}

.complete-software h2 {
    line-height: inherit;
}

.conplete-soft-content h1 {
    font-size: 2.5rem;
    line-height: 3.7rem;
    letter-spacing: -0.025em;
    font-weight: 600;
    margin-bottom: 25px;
}

.snip1404 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.snip1404 .plan {
    margin: 0 0px 20px 0;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #fbfbfb;
}

.snip1404 .plan:hover i,
.snip1404 .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.snip1404 .plan:first-of-type {
    border-radius: 8px 0 0 8px;
}

.snip1404 .plan:last-of-type {
    border-radius: 8px;
}

.snip1404 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.snip1404 header {
    background-color: rgba(245, 156, 77);
    color: #ffffff;
}

.snip1404 .plan-title {
    background-color: rgba(124, 47, 222, 10);
    position: relative;
    margin: 0;
    padding: 20px 5px 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 15px;
    color: #fff;
}

.snip1404 .plan-title:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 300px 0 0;
    border-color: rgba(124, 47, 222, 10) transparent transparent;
}

.snip1404 .plan-cost {
    padding: 40px 20px 10px;
    text-align: right;
}

.snip1404 .plan-price {
    font-weight: 600;
    font-size: 3em;
}

.snip1404 .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
    margin: 0;
}

.snip1404 .plan-features {
    margin: 0;
    list-style: outside none none;
    min-height: 310px;
}

.snip1404 .plan-features li {
    padding: 0px 5%;
}

.snip1404 .plan-features i {
    margin-right: 8px;
    color: rgba(0, 0, 0, 0.5);
}

.snip1404 .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.snip1404 .plan-select a {
    background-color: #5f57e0;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 20px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 9px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
}

.snip1404 .plan-select a:hover {
    background-color: #7c39de;
}

.snip1404 .plan:hover {
    margin-top: -10px;
    border-color: #331926;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 8px;
    cursor: pointer;
    z-index: 0;
}

.snip1404 .plan .plan-select {
    padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
    .wraper_sign {
        margin-bottom: 10px;
    }

    .powerdby h2 {
        margin: 0 !important;
        text-align: center !important;
        color: #535353;
        font-weight: 600;
    }

    .logo_bottom img {
        width: 80px;
        margin-right: 0 !important;
        left: 0;
    }

    .popup_bx {
        width: 90%;
        left: 0;
        margin: 20px;
    }

    select#invoiceCurrencyType+span {
        width: 100% !important;
    }

    .snip1404 .plan {
        width: 100%;
    }

    .snip1404 .plan-title,
    .snip1404 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .snip1404 .plan-select,
    .snip1404 .featured .plan-select {
        padding: 20px;
    }

    .snip1404 .featured {
        margin-top: 0;
    }
}

@media only screen and (max-width: 440px) {
    .snip1404 .plan {
        width: 100%;
    }
}

.upcoming div.plan {
    opacity: 0.5;
}

.upcoming div.basic-free-plan {
    min-height: auto;
}

.upcoming div.plan-features {
    margin: 0;
    list-style: outside none none;
    min-height: auto;
}

.upcoming_heading h2 {
    margin-bottom: 0;
}

.upcoming div.plan-select {
    margin-top: 40px;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    .removeFocus {
        margin-bottom: 10px;
    }

    .menu-items li a {
        font-size: 11px;
    }

    .snip1404 .plan-select a {
        font-size: 10px;
    }

    .priceing-fetures p {
        text-align: left;
        font-size: 9px;
    }

    .priceing-fetures p,
    .priceing-fetures .right-features {
        font-size: 9px;
    }
}

@media screen and (min-width: 768px) (max-width: 992px) {
    .removeFocus {
        margin-bottom: 10px;
    }

    .image.image-circle.image-lg-small.profile-img img {
        width: 90px;
        height: 100px;
        object-fit: contain !important;
    }
}

.video_bx video {
    width: 100%;
    height: 400px;
    object-position: top;
}

span#email_err {
    position: absolute;
    bottom: -36px;
    left: 0;
}

i.toggle-password.fa.fa-fw.fa-eye-slash {
    position: absolute;
    right: 10px;
    top: 15px;
}

i.toggle-password.fa.fa-fw.fa-eye {
    position: absolute;
    right: 10px;
    top: 15px;
}

.userLnks a.nav-link {
    display: inline;
}

div#customers-testimonials {
    z-index: 0;
}

/*invoice*/

/*------------------------------------------------------------------
[Main Stylesheet]

Project:    DISEE
Version:    1.1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
    *. Invoice 1 / .invoice-1
    *. Invoice 2 / .invoice-2
    *. Invoice 3 / .invoice-3
    *. Invoice 4 / .invoice-2
    *. Invoice 5 / .invoice-5
    *. Invoice 6 / .invoice-7
    *. Invoice 5 / .invoice-7
    *. Invoice 6 / .invoice-8

-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/

.table {
    color: #535353;
}

.invoice-content {
    font-family: "Poppins", sans-serif;
    color: #535353;
    font-size: 14px;
}

.invoice-content a {
    text-decoration: none;
}

.invoice-content .img-fluid {
    max-width: 100% !important;
    height: auto;
}

.invoice-content .form-control:focus {
    box-shadow: none;
}

.invoice-content h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif;
    color: #535353;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

/* .container {
    max-width: 1000px;
    margin: 0 auto;
} */

/** BTN LG **/
.btn-lg {
    font-size: 14px;
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    margin: 0 3px 3px;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.btn-lg:hover {
    color: #ffffff;
}

.btn-lg:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.9s linear, transform 0.4s linear;
}

.btn-lg:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.9s linear, transform 0.4s linear;
    z-index: -1;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-print {
    background-image: linear-gradient(to bottom, #54544d, #1a1918);
}

.btn-print:after {
    background-image: linear-gradient(to bottom, #1a1918, #54544d);
}

.invoice-content .f-w-600 {
    font-weight: 500 !important;
}

.invoice-content .text-14 {
    font-size: 14px;
}

.invoice-content .invoice-table th:first-child,
.invoice-content .invoice-table td:first-child {
    text-align: left;
}

.invoice-content .color-white {
    color: #fff !important;
}

.invoice-content .inv-header-1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

.invoice-content .inv-header-2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.invoice-content .inv-title-1 {
    font-weight: 500;
    font-size: 16px;
}

.invoice-content .invo-addr-1 {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 23px;
}

.invoice-content .item-desc-1 {
    text-align: left;
    line-height: 20px;
}

.invoice-content .item-desc-1 span {
    display: block;
}

.invoice-content .item-desc-1 small {
    display: block;
}

.invoice-content .important-notes-list-1 {
    font-size: 14px !important;
    padding-left: 15px;
    margin-bottom: 15px;
}

.invoice-content .important-notes-list-1 li {
    margin-bottom: 5px;
}

.invoice-content .bank-transfer-list-1 {
    font-size: 13px !important;
    padding-left: 0px;
}

.invoice-content .important-notes {
    font-size: 12px !important;
}

.invoice-content .invoice-btn-section {
    text-align: center;
    margin-top: 27px;
}

table th {
    font-weight: 400;
}

.btn-download {
    background: #3965e3;
}

.btn-download:after {
    background: #325cd5;
}

.btn-print {
    background: #3a3939;
}

.btn-print:after {
    background: #1d1c1c;
}

/** Invoice 4 start **/
.invoice-4 {
    padding: 30px 0;
    background: #fff6f6;
}

.invoice-4 .mb-30 {
    margin-bottom: 30px;
}

.invoice-4 h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #535353;
}

.invoice-4 .invoice-inner {
    background: #f8f8f8;
}

.invoice-4 .item-desc-1 span {
    font-size: 14px;
    font-weight: 500;
    color: #535353;
}

.invoice-4 .invoice-titel {
    padding: 20px 50px 15px;
    position: relative;
    z-index: 0;
}

.invoice-4 .invoice-titel:before {
    content: "";
    width: 350px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 30px 30px 0;
    background: #7c39de;
}

.invoice-4 .invoice-titel:after {
    content: "";
    width: 350px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 30px 0 0 30px;
    background: #7c39de;
}

.invoice-4 .bank-transfer-list-1 li strong {
    font-weight: 500;
}

.invoice-4 .fw-bold {
    font-weight: 500 !important;
}

.invoice-4 .item-desc-1 small {
    font-size: 13px;
    color: #535353;
}

.invoice-4 .invoice-top .logo img {
    height: 25px;
}

.invoice-4 .invoice-top {
    padding: 30px 50px 30px;
}

.invoice-4 .invoice-top .invoice h1 {
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 28px;
    color: #262525;
}

.invoice-4 .inv-title-1 {
    color: #262525;
}

.invoice-4 .invoice-info {
    padding: 30px 50px 10px;
}

.invoice-4 .invoice-info p {
    margin-bottom: 0;
}

.invoice-4 .invoice-titel h3 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.invoice-4 .order-summary {
    padding: 0 50px 50px;
}

.invoice-4 .order-summary .table {
    margin-bottom: 0;
    border: 1px solid #e6e2e2;
}

.invoice-4 .table td,
.invoice-4 .table th {
    padding: 6px 10px;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    text-align: center;
}

.invoice-4 .table> :not(caption)>*>* {
    box-shadow: none;
}

.invoice-4 .table tr,
.invoice-4 .table tr strong {
    font-size: 15px;
    text-transform: initial !important;
}

.invoice-4 .table>thead {
    vertical-align: bottom;
    font-weight: 500;
}

.invoice-4 .invoice-informeshon {
    padding: 0 50px 20px;
}

.invoice-4 .text-muted {
    color: #535353 !important;
}

.invoice-4 .invoice-informeshon p {
    font-size: 14px;
}

.invoice-4 .inv-title-1 {
    margin-bottom: 7px;
}

.invoice-4 thead th {
    font-weight: 500;
}

.invoice-4 .invoice-contact {
    padding: 5px 50px;
    z-index: -1;
    background: #7c39de;
}

.invoice-4 .bank-transfer-list-1 {
    list-style: none;
    padding: 0;
    font-size: 14px !important;
}

.invoice-4 .invoice-contact a {
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
}

.invoice-4 .mr-0 {
    margin-right: 0;
}

@media (max-width: 992px) {
    .invoice-4 {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
    .invoice-4 .invoice-top {
        padding: 30px 30px 25px;
    }

    .invoice-4 .order-summary {
        padding: 0 30px 30px;
    }

    .invoice-4 .invoice-informeshon {
        padding: 0 30px;
    }

    .invoice-4 .invoice-contact {
        padding: 20px 30px;
    }

    .invoice-4 .invoice-top .logo img {
        height: 20px;
        margin-bottom: 5px;
    }

    .invoice-4 .invoice-top .invoice h1 {
        font-size: 24px;
    }

    .invoice-4 .invoice-titel {
        background: #e9e9e9;
        padding: 20px 30px 15px;
    }

    .invoice-4 .invoice-titel:before {
        display: none;
    }

    .invoice-4 .invoice-titel:after {
        display: none;
    }

    .invoice-4 .invoice-titel h3 {
        font-size: 16px;
    }

    .invoice-4 .invoice-info {
        padding: 30px 30px 0;
    }
}

@media (max-width: 580px) {
    .invoice-4 .invoice-top .invoice {
        float: left;
    }

    .invoice-4 .invoice-content .important-notes-list-1 {
        margin-bottom: 25px;
    }

    .invoice-4 .text-end {
        text-align: left !important;
    }

    .invoice-4 .invoice-name {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .invoice-4 .d-none-580 {
        display: none !important;
    }
}

/** Invoice 4 end **/

@media (max-width: 768px) {
    .btn-lg {
        font-size: 13px;
        height: 40px;
        padding: 0 20px;
        line-height: 40px;
        border-radius: 3px;
    }
}

/** Print **/
@media print {
    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .text-end {
        text-align: right !important;
    }

    .invoice-1 {
        padding: 0;
        background: #fff;
    }

    .invoice-1 .invoice-inner {
        background: #f8f8f8;
    }

    .invoice-1 .container {
        padding: 0px;
    }

    .invoice-1 .invoice-info {
        box-shadow: none;
        margin: 0px;
    }

    .invoice-2 {
        padding: 0px;
        background: transparent;
    }

    .invoice-2 .container {
        padding: 0px;
    }

    .invoice-1 .invoice-headar {
        background: #f3f3f3;
    }

    .invoice-1 .inv-title-1 {
        color: #535353;
    }

    .invoice-content .color-white {
        color: #262525 !important;
    }

    .invoice-1 .bg-active {
        background: #f3f3f3 !important;
        color: #262525 !important;
    }

    .invoice-1 .contact-info {
        background: #f3f3f3;
    }

    .invoice-1 .active-color {
        color: #262525 !important;
    }

    .invoice-2 .invoice-contact {
        background: #f3f3f3;
    }

    .invoice-2 .contact-info a {
        color: #535353;
    }

    .invoice-2 .contact-info a i {
        color: #535353;
    }

    .invoice-2 p {
        color: #535353 !important;
    }

    .invoice-2 .inv-header-1 {
        color: #262525;
    }

    .invoice-2 .invoice-headar {
        background: #f3f3f3;
    }

    .invoice-2 .inv-title-1 {
        color: #262525;
    }

    .invoice-2 .active-color {
        color: #535353 !important;
    }

    .invoice-5 .invoice-info:before {
        display: none;
    }

    .invoice-5 .invoice-info:after {
        display: none;
    }

    .invoice-7 .inv-title-1 {
        color: #262525;
    }

    .invoice-7 .invoice-contact a i {
        color: #535353;
    }

    .invoice-7 .invoice-top .invoice h1 {
        color: #262525;
    }

    .invoice-7 .inv-title-1 {
        color: #535353;
    }

    .invoice-7 .default-table thead th {
        color: #262525;
    }

    .invoice-7 .invoice-inner:before {
        display: none;
    }

    .invoice-7 .invoice-inner:after {
        display: none;
    }

    .invoice-5 .inv-title-1 {
        color: #262525;
    }

    .invoice-6 .inv-title-1 {
        color: #535353;
    }

    .invoice-6 .default-table thead th {
        color: #262525;
    }

    .invoice-8 .invoice-info {
        background: #fff;
    }

    .invoice-8 .invoice-info:after {
        display: none;
    }
}

.invoice-date h3 {
    text-align: right;
}

.invoice-number.text-end {
    text-align: right;
}

.text-end {
    text-align: right;
}

.contact-info {
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
}

.invoice-generate-main {
    padding: 0 !important;
}

.poppup_wraper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
}

.popup_bx {
    position: absolute;
    width: 500px;
    top: 20%;
    left: 50%;
    margin: 0 0 0 -300px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;

}

.popup_bx h1 {
    font-size: 23px;
    margin-bottom: 15px;
}

.popup_bx ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.popup_bx ul li {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

.popup_bx ul li p {
    width: 150px;
    font-size: 16px;
}

.popup_bx ul li input {
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.popup_bx ul li p span {
    color: #ff0000;
}

.popup_bx ul li textarea.message_bx {
    height: 80px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.popup_bx ul button {
    float: right;
}

.popup_bx h1 span {
    float: right;
    cursor: pointer;
}

.username_bx {
    display: flex;
    flex-wrap: nowrap;
    position-relative;
}

.username_bx span {
    border-radius: 5px 0px 0px 5px !important;
    padding: 18px;
    height: 41px;
}

.username_bx input {
    border: 1px solid #ccc;
    border-left: 0;
    height: 41px !important;
    border-radius: 0px 5px 5px 0px !important;
}

.invoice-generate-inner .username_bx .form-control:focus {
    border: 1px solid #ccc;
    border-left: 0px;
}

span#invoice_id-error {
    position: absolute;
    bottom: -17px;
    left: -10px;
}

span.input-error {
    /* position: absolute; */
    bottom: -17px;
    left: -10px;
    color: #ff0000;
    font-size: 13px;
    width: 100%;
}

span.inputinvoiceeror {
    position: absolute;
    bottom: 12px;
    left: -10px;
    color: #ff0000;
    font-size: 13px;
    width: 100%;
}

.username_bx {
    margin-top: 33px;
}

.imga-upload input {
    border: 0;
    padding: 0 0 0 14px !important;
}

.imga-upload {
    height: 40px !important;
    border: 0px !important;
}

td.text-end {
    text-align: right !important;
}

.popup_bx ul li {
    position: relative;
    margin-bottom: 30px;
}

.popup_bx label.error {
    position: absolute;
    left: 193px;
    bottom: -38px;
    font-size: 12px;
    color: #ff0000;
}

/* .popup_bx ul li.meesage label.error {
    position: absolute;
    left: 193px;
    top: 37px;
    font-size: 12px;
    color: #ff0000;
} */

.previewEdit a {
    display: inline-block;
    padding: 5px 20px;
    background: #5f57e0;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

span.delete-button {
    width: 40px;
    display: inline-block !important;
    height: 38px;
    line-height: 11px;
    vertical-align: middle;
    /* display: flex; */
    padding: 0px 13px;
    border: 1px solid #f00;
    background: #f00;
    color: #fff;
}

img.preview-image {
    height: 38px;
    object-fit: contain;
    /* width: 70px; */
}

.preview-container {
    max-width: none !important;
    margin-right: 25px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 0;
}

.editimg img {
    height: 38px;
    object-fit: contain;
}



.poppup_wraper_download,
.poppup_wraper_send_invoice {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
}

.popup_bxdown {
    position: absolute;
    width: 390px;
    top: 30%;
    left: 50%;
    margin: 0 0 0 -200px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;

}

span#hideSubscribe {

    cursor: pointer;
    border: 1px solid #000;
    padding: 6px 8px;
    border-radius: 100%;
    position: absolute;
    right: 19px;
    top: 11px;
}

span#downloadClose,
span#sendInvoiceClose {
    cursor: pointer;
    border: 1px solid #000;
    padding: 6px 8px;
    border-radius: 100%;
    position: absolute;
    right: 19px;
    top: 11px;
}

.subscribeMsg {
    text-align: center;
}

.downloadOptions {
    text-align: center;
}

.downloadOptions p {
    font-size: 16px;
}

.subscribeMsg p {
    text-align: center;
    font-size: 16px;
}

.subscribeMsg img {
    width: 200px;
}

span.or {
    display: inline-block;
    width: 100%;
    margin-top: -10px;
}

.downloadOptions img {
    width: 200px;
}

.downloadOptions a.btn.btn-primary {
    width: 260px;

}

.invoice-btn-section a:last-child {
    margin-bottom: 0 !important;
}

.wraper_sign {
    display: flex;
    justify-content: space-between;
}

.powerdby {
    display: inline-block;
}

.logo_bottom {
    display: flex;
}

.logo_bottom img {
    width: 80px;
    margin-right: 10px;
}

.powerdby h2 {
    font-size: 18px;
    text-align: left;
    margin-left: 10px;
    margin: 0 0 0 10px;
}

.tryfreebutton {
    background-color: #5f57e0;
    border: none;
    color: #fff;
}

.tryfreebutton:hover {
    color: #fff;
    background-color: #7c39de;
    border: none;
}


/* component */

.star-rating {

    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;

}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
    font-size: 60px;
    margin-right: 10px;
}

.star-rating :checked~label {
    color: #5f57e0;
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #5f57e0;
}

.star_wraper {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* explanation */


:root {
    --star-size: 60px;
    --star-color: #4f2889;
    --star-background: #fc0;
}

.Stars_box {
    --percent: calc(var(--rating) / 5 * 100%);

    display: inline-block;
    font-size: var(--star-size);
    font-family: Times; // make sure ★ appears correctly
    line-height: 1;


}

.Stars_box::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, #5f57e0 var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div#cookieNotice {
    background: rgb(124 57 222) !important;
}

div#cookieNotice a {
    background: rgb(164 159 251) !important;
    border-radius: 5px;
}

.btn-outline-success {
    background-color: #5f57e0;
    border-color: #5f57e0;
    color: #fff !important;
}

.btn-outline-success:hover {

    background-color: #5f57e0;
    border-color: #5f57e0;
    color: #fff !important;
}


.homeplan {
    padding-top: 40px;
}

.Stars_box.star_testi {
    font-size: 24px;
}

.testimonial-name:hover {
    background: #7c39de;
}

.alert-success {
    color: #f5fbf7 !important;
    background-color: #5f57e0 !important;
    border-color: #c3e6cb;
}

.hero-content-three.rpt-15.rmb-75.main-contetn p {
    padding-bottom: 20px;
}

.footer-content img {
    width: 100%;
    max-width: 220px;
    height: auto;
    padding: 0;
    position: relative;
    left: 0;
}

.navbar {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #333 !important;
    transition: color 0.2s ease;
}


.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 180px;
    z-index: 1000;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item:hover {
    background-color: #fffbf5;
    color: #fff !important;
}

.dropdown-menu.show a {
    margin: 0;
}

.menu-items {
    width: 50%;
    justify-content: right;
}

.nvidia img {
    width: 300px;
    margin-bottom: 10px;
}

@media only screen and (max-width:992px) {
    #mobile-toggle img {
        min-width: 180px !important;
    }

    .img-log img {
        min-width: 250px;
    }

    .footer-content img {
        max-width: 250px;
    }
}


.userLnks ul li a {
    font-size: 1.3rem;
}

.addess-info li a {
    font-size: 1.3rem;
}
