@media only screen and (min-width: 992px) {
    .nav-heaer-top.mobile-header {
        display: none !important;
    }

    .right-invoice-image {
        width: 100%;
        height: 100%;
        transform: rotate3d(2, 0, 1, -12deg);
        margin-left: 50px;
    }

    .invoices-imag.add {
        visibility: visible;
        opacity: 1;
        right: 0;
        transition: all 0.5s ease 0;
    }

    .login-button a:first-child {
        padding: 7px 10px;
        border-radius: 5px;
    }

    .login-button a:first-child:hover {
        background-color: #5f57e0;
        color: #fff;
        border-radius: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .menubtn {
        cursor: pointer;
        display: inline-block;
    }

    .line1,
    .line2,
    .line3 {
        width: 40px;
        height: 5px;
        padding: 0;
        margin: 6px 0;
        background-color: #5f57e0;
        transition: 0.4s;
    }

    .active .line1 {
        transform: translate(0, 11px) rotate(-45deg);
    }

    .active .line2 {
        opacity: 0;
    }

    .active .line3 {
        transform: translate(0, -11px) rotate(45deg);
    }

    .nav-heaer-top.desktop-header {
        display: none;
        position: relative;
    }

    .nav-heaer-top.mobile-header .menu-items {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: calc(100vh + 125px);
        background-color: #fff;
        z-index: 999 !important;
        transition: 0.5s;
    }

    .menu-items.mobile-menu-tems.change {
        left: 0;
        transition: 0.5s;
    }

    .nav-heaer-top.mobile-header .menu-items {
        flex-direction: column;
        justify-content: initial;
        padding-top: 25px;
    }

    .nav-heaer-top.mobile-header .menu-items li {
        text-align: left;
        width: 100%;
    }

    .nav-heaer-top.mobile-header .menu-items li:nth-child(2) {
        margin-top: 45px;
    }

    .nav-heaer-top.mobile-header .login-button {
        flex-direction: column;
        width: 100%;
        align-items: initial;
    }

    .nav-heaer-top.mobile-header .login-button a:first-child {
        padding-left: 15px;
    }

    .nav-heaer-top.mobile-header .login-button a {
        width: 100%;
    }

    .nav-heaer-top.mobile-header .login-button a:last-child {
        margin-left: 10px;
    }

    .nav-heaer-top.mobile-header .start-now-item {
        width: 100%;
    }

    .login-item {
        margin: 0;
        padding: 2px 10px;
    }

    .home-banner-content-b h2 {
        font-size: 2rem;
    }

    .home-banner-content-b p {
        font-size: 1rem;
    }

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

    .right-invoice-image {
        margin-left: 0;
    }

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

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

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

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

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

    .business-section .col-12 {
        margin-bottom: 40px;
    }

    .all-rightre {
        font-size: 1rem;
    }

    .terms-condition {
        font-size: 1rem;
    }

    .Professional-invoices {
        text-align: center;
    }

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

    header.topheader.set-header a.start-now-item {
        color: #fff;
    }

    .login-button a:hover {
        background-color: #1fbc75;
        opacity: 1;
        color: var(--text-color);
        border-radius: 5px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {



    h2 {
        font-size: 1.5rem;
    }

    .ramadan-image img:nth-child(2) {
        position: absolute;
        top: 7rem;
        right: 5rem;
        width: 100%;
        max-width: 18px;
    }

    .ramadan-image img:nth-child(1) {
        position: absolute;
        top: 25em;
        left: 4em;
        width: 100%;
        max-width: 18px;
    }

    .conplete-soft-content h2 {
        font-size: 2rem;
        line-height: 2.7rem;
    }

    .conplete-soft-content span {
        font-size: 1.5rem;
    }

    .basic-free-plan {
        padding: 50px 20px;
    }

    .formRight {
        min-height: 100%;
        display: block;
        background-color: #f7f7f7;
        padding: 38px 10px;
        border-radius: 5px;
    }

    .invllice-lines p::before,
    .invllice-lines p::after {
        width: 50px;
    }

    .menu-items li a {
        margin: 2px !important;
    }

    span#email_err {
        left: 16px;
        bottom: 0;
    }

    .video_bx video {
        height: auto;
    }

    button#saveAndSend {
        width: 110px;
    }

}



@media only screen and (max-width: 480px) {
    .invllice-lines p::before {
        right: 55px;
    }

    .invllice-lines p::after {
        left: 55px;
    }

    .payment-success-title {
        padding: 30px 10px;
        margin: 0;
        width: 100%;
    }

    .payment-success-title h3 {
        font-size: 16px !important;
    }

    button.resend-email {
        border: 2px solid orange;
        width: 100%;
        margin: 0;
        border-radius: 10px;
        padding: 1px 12px;
        font-size: 12px;
        color: orange;
        font-weight: 500;
        background: #fff;
    }

    .start-now-item.chage-btn {
        height: 42px;
        padding: 0;
        margin: 0;
        font-size: 11px;
        line-height: 35px;
        width: 40%;
        min-height: unset;
    }

    .new-letter-home input[type="email"] {
        padding: 0 10px;
        margin: 0;
        height: 41px;
        font-size: 15px;
        line-height: initial;
        width: 60%;
    }

    .sign-updiv.dfsdfsd a {
        position: static !important;
    }

    .footer-section {
        width: 100%;
        height: 100%;
        padding: 75px 0 0;
    }

    .faq-section+section.priceing-plan {
        margin-top: 30px !important;
    }

    .topheader+.priceing-plan {
        margin-top: 100px !important;
    }

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

    .formRight {
        min-height: 100%;
        display: block;
        background-color: #f7f7f7;
        padding: 0;
        border-radius: 5px;
    }

    #contactEnquiryForm {
        border: 1px solid #f0eded;
        padding: 20px 10px;
        background: var(--light-color);
    }

    .complete-software .mb-4,
    .my-4 {
        margin-bottom: 2.5rem !important;
    }

    .services-content p {
        font-size: 1rem;
        padding: 0;
        margin: 0;
        text-align: justify;
        word-spacing: 0px;
    }

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

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

    .business-section .row.justify-content-center+.row {
        margin-top: 0px !important;
    }

    .bbusiness-wners-con {
        margin-bottom: 0;
    }

    .rmb-75,
    .rmy-75 {
        margin-bottom: 0;
    }

    .rpt-150,
    .rpy-150 {
        padding-top: 100px;
    }

    .contact-us .col-12.col-md-8.col-lg-6 {
        padding: 15px !important;
    }
}