* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat";
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header {
    padding: 20px 0px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-nav {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

.header-menu .navbar-nav {
    display: block;
    background-color: white;
}

#menu {
    display: none;
}

#menu.show {
    display: block;
    background-color: white;
}

.navbar-navs {
    text-align: center;
}

.header-menu .nav-item {
    text-align: center;
}

.nav-item {
    padding: 5px 20px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.nav-item a {
    font-size: 14px;
    color: #563D7C;
    font-weight: 500;
}

.nav-item a:hover {
    color: rgba(0, 0, 0, .7);
}

.navbar-brand img {
    width: 100%;
    padding-left: 30px;
}

.past-main {
    padding: 20px 5px;
    background-color: rgba(255, 255, 255, 0.99) !important;
    -webkit-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
    box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
}

.navbar.effect-main {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-toggler-icon svg {
    height: 30px !important;
    width: 30px !important;
}

.navbar-toggler {
    background-color: transparent;
    border: 0;
}

#menu {
    display: none;
}

.header-menu {
    transition: all 0.5s;
}

.navbar-toggler {
    display: none;
}

/* hero section */
.hero-inner {
    margin-top: 50px;
}

.features {
    padding: 80px 0 75px 0;
}

.intro-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-3 {
    background: #FFF;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

.home-3 .hero-inner img {
    transform: translateX(120px);
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}

.home-3 h4 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 500;
    color: #b2bcc1;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.home-3 h1 {
    font-size: 34px;
    font-weight: 300;
    color: #364655;
    line-height: 1.2;
    letter-spacing: 0;
}

.home-3 p {
    font-size: 14px;
    font-weight: 300;
    color: #627382;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-top: 20px;
}

.btn-text {
    margin-right: 30px;
    font-size: 12px !important;
}

.intro-block {
    text-align: left;
}

.btn-action {
    padding: 20px 80px;
    font-size: 20px !important;
    background: #6c63ff;
    border: 2px solid;
    border-color: #6c63ff;
    border-radius: 10px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin: 25px 10px 0px 0px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;

}

.btn {
    display: inline-block;
}

.btn-action:hover {
    color: #FFFFFF;
    border-color: #6c63ff;
    background: #6c63ff;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* f box section */
.f-box {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #eef2f5;
    background-size: cover;
    background-attachment: fixed;
}

.f-box-single {
    background: #FFFFFF;
    padding: 32px 16px 32px 16px;
    margin: 16px 16px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .05);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

.f-box-image img {
    width: 60px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.f-box-content h3 {
    font-size: 18px;
    letter-spacing: 0;
    color: #364655;
    font-weight: 500;
    margin: 10px 0px 0px 0px;
}

.f-box-content p {
    font-size: 14px;
    color: #616771;
    line-height: 1.8;
    padding: 1.2em;
    margin: 0;
}

.f-box-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* features content */
.features .feature-content h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

.features .feature-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #898989;
}

.feature-contents {
    display: flex;
    align-items: center;
}

.feature-content {
    margin: 0px 50px;
}

/* service section  */

.lbl-services {
    background: #eef2f5;
    padding: 120px 0 100px 0;
}

.service-intro {
    padding: 0 0 50px 0;
    text-align: center;
    max-width: 68%;
    margin: 0 auto;
}

.service-intro h1 {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.2;
}

.service-intro h6 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 20px;
}

.lbl-service-card {
    text-align: center;
    margin: 0px 15px;
}

.card-icon {
    padding: 20px 0 5px 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-text {
    padding: 14px;
}

.card-text h1 {
    font-size: 21px;
    font-weight: 600;
    color: #49555f;
}

.card-text p {
    font-size: 14px;
    color: #70808D;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 15px;
}

.allcards {
    display: flex;
    align-items: center;
}

/* pdf section */
.allmanual {
    padding: 120px 0 75px 0;
    position: relative;
}

.manuallistAll {
    display: flex;
    flex-wrap: wrap;
}

.categoryCard {
    width: 236px;
    text-align: center;
    height: 166px;
    padding: 14px 20px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    transition: all .3s ease-in-out;
    margin: 20px;
}

.categoryCard:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.20) 0px 1px 3px, rgba(0, 0, 0, 0.35) 0px 1px 2px;
}

.categoryCard img {
    width: 70px;
    padding: 10px 0;
    fill: red;
}

.categoryCard p {
    font-size: 15px;
    text-transform: capitalize !important;
}

/* pagination */
#addnumer,
#addnumer1,
#addnumer2 {
    text-align: center;
    margin: 30px 30px 20px;
    user-select: none;
}

#addnumer li,
#addnumer1 li,
#addnumer2 li {
    display: inline-block;
    margin: 5px;
    background-color: transparent !important;
    border-radius: 50px !important;
    cursor: pointer;
}

.previous-page,
.next-page,
.next_page,
.next_page1 {
    width: 80px;
    border-radius: 45px;
    cursor: pointer;
    transition: 0.3s ease;
}

#addnumer li a.page-link,
#addnumer1 li a.page-link,
#addnumer2 li a.page-link {
    color: #0d6efd;
}

#addnumer li a,
#addnumer1 li a,
#addnumer2 li a {
    border-radius: 50px !important;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 30px;
    padding: 8px 16px;
    border: 1px solid #d9d9d9;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-link {
    display: inline !important;
}

/* .current-page,
.dots {
    background: #ccc;
    width: 40px;
    cursor: pointer;
} */

#addnumer .active a {
    background-color: #0a0f22;
    color: white;
    border: 1px solid #d9d9d9;
}

#addnumer1 .active a {
    background-color: #0a0f22;
    color: white;
    border: 1px solid #d9d9d9;
}

/* modal header  */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
    transition: all 0.5s;
}

.modal-header .btn {
    background-color: transparent;
    border: 0;
    width: 60px;
    cursor: pointer;
}

.modal-header i {
    font-size: 26px;
}

#manualNameHeading,
#manualNameHeading2 {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    margin-right: 50px;
    text-align: center !important;
    text-transform: capitalize;
}

.nb-spinner {
    width: 75px;
    height: 75px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #0a0f22;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.manualCard {
    padding: 6px 16px;
}

.detailCard {
    padding: 30px 50px;
}

.card1 {
    cursor: pointer;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    transition: all .2s ease-in-out;
    width: 100%;
}

.card1 img {
    width: 100%;
    height: auto;
}

.flex-loader {
    display: flex;
    justify-content: center;
}

@-webkit-keyframes spin {
    -webkit-from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    -webkit-to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* footer */
.footer {
    padding: 50px 0 50px 0;
    background: #2d2d86;
}

.footerDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer h2 {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer p {
    font-size: 13px;
    font-weight: 400;
    color: #364655;
    color: #FFF;
    letter-spacing: 0;
    line-height: 1.4;
    max-width: 320px;
    margin-bottom: 10px;
}

.footer .footer-sub {
    list-style-type: none;
    margin: 5px 0 10px 0;
    display: flex;
}

.social {
    display: flex;
}

.footer .footer-sub li {
    display: inline-block;
    margin-right: 10px;
    padding-top: 0;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 300;
    color: #D8D8D8;
}

.footer .footer-sub li a {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 300;
    color: #D8D8D8;
}

.footer-nav {
    display: flex;
}

.footer .footer-nav li {
    display: inline-block;
    margin-left: 10px;
    padding-top: 6px;
}

.footer .footer-nav li a {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #D8D8D8;
    letter-spacing: 0;
    text-transform: capitalize;
}

.footer .f-mail {
    margin: 5px 5px 0 0;
    font-family: 'Montserrat';
    font-size: 13px;
    letter-spacing: 0;
    color: #D8D8D8;
    line-height: 1.6;
    float: inline-end;
}

.footer .footer-nav {
    list-style-type: none;
    padding: 5px 0 5px 0;
}

/* modal search btn */
.modalSearchForm {
    position: relative;
    padding: 1px;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.modalSearchInput {
    border-radius: 3px;
    padding: 10px 18px;
    font-size: 14px;
    width: 100%;
}

.modalSuggetion li:hover {
    background-color: #d6d8db !important;
}

#inputloader {
    position: absolute;
    top: 200%;
    left: 50%;
    transform: translate(-100%, -50%);
    width: 30px;
    z-index: 999999999;
    height: 30px;
    transition: all .2s ease-in-out;
}

#inputloader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    margin: 8px;
    border: 4px solid #121212;
    border-radius: 50%;
    animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #121212 transparent transparent transparent;
}

#inputloader div:nth-child(1) {
    animation-delay: -0.45s;
}

#inputloader div:nth-child(2) {
    animation-delay: -0.3s;
}


@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modalSearchForm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 45px;
    z-index: 99999;
    width: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.modalSearchBtn {
    position: absolute;
    border-radius: 0px 3px 3px 0px;
    top: 0;
    right: 0px;
    border: none;
    transition: all .4s ease-in-out;
    color: white;
    background-color: black;
    padding: 13px 13px;
    cursor: pointer;
}

.viewmanual-text h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
}

.modal-header div {
    width: 50px;
}

/* autosuggest */
.modalAutocomplete {
    display: flex;
    align-items: center;
}

.modalSearchForm ul {
    list-style: none;
    padding: 0;
    /* height: 450px; */
    margin: 0;
    position: absolute;
    top: 45px;
    z-index: 99999;
    width: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.modalSearchForm ul li {
    height: 45px;
    padding: 10px;
    cursor: pointer;
}

.modalSearchForm ul li img {
    margin-right: 15px;
}

.modalSuggetion .selected {
    background: #d6d8db;
}

.print {
    float: inline-end !important;
    width: 4% !important;
    display: none;
    cursor: pointer;
}

/* view manual model */
#main-box {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0px auto 0px auto;
    width: 850px;
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    color: #363636;
    text-align: center;
    border: 1px solid lightgray;
    box-shadow: 3px 3px 5px 3px #8b8b8b;
}

.edgeBrowser {
    display: flex;
    align-items: center;
    height: 100vh;

}

.logo {
    position: absolute;
    left: 15px;
    top: 15px;
}

#main-box h1 {
    margin: 0;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: bold !important;
    font-size: 40px;
    color: #333 !important;
    margin-left: -56px;
}

#main-box p {
    font-size: 17px;
    margin-bottom: 35px;
}

#main-box a {
    color: #444;
}

#main-box a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.dots {
    padding-left: 36px
}

.dots li {
    list-style: circle;
    text-align: left;
    width: 383px;
    margin: 0px auto 25px auto;
}

ul.dots li {
    margin-bottom: 10px;
}

.step-flex {
    width: 100%;
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.step {
    width: 33.33%;
    text-align: center;
    margin-bottom: 35px;
    margin-right: 14px;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #488afb;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 50px;
}

.step-text {
    padding: 6px 0px;
}

.step-text strong {
    color: #488afb;
    display: inline-block;
}

#continue {
    font-size: 30px;
    margin-bottom: 15px;
    background: #3c7ce6;
    padding: 28px 70px;
    border: none;
    transition: all 0.3s;
    color: white;
    border-radius: 5px;
    width: 60%;
    cursor: pointer;
}

#continue:hover {
    background-color: #3472d4;
    transform: scale(1.1);
    cursor: pointer;
}

/* resposive ......................... */
@media screen and (max-width: 1200px) and (min-width:992px) {
    .hero-inner .container {
        max-width: 960px;
    }

    .intro-block {
        width: 40%;
    }

    .home-3 .hero-inner img {
        width: 100%;
    }

    .f-box .container {
        width: 960px;
    }

    .container {
        max-width: 960px;
    }

    .feature-content {
        margin: 0px;
    }

    .categoryCard {
        width: 270px;
    }

    .btn-action {
        padding: 20px 74px;
    }

    #main-box {
        width: 750px;
    }

}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .hero-inner .container {
        max-width: 720px;
    }

    .container {
        width: 720px;
    }

    .intro-block {
        width: 50%;
    }

    .home-3 .hero-inner img {
        width: 80%;
    }

    .home-3 h4 {
        font-size: 14px;
    }

    .home-3 h1 {
        font-size: 28px;
    }

    .nav-item {
        padding: 5px 14px;
    }

    .f-box-single {
        margin: 16px 10px;
    }

    .feature-content {
        width: 50%;
        margin: 0;
    }

    .feature-img {
        width: 100%;
    }

    .feature-img img {
        width: 100%;
        padding: 0px 20px;
    }

    .features .feature-content p {
        font-size: 14px;
    }

    .categoryCard {
        width: 304px;
    }

    .btn-action {
        padding: 16px 38px;
        font-size: 18px !important;
    }

    .step {
        width: 30%;
    }

    #main-box {
        width: 750px;
    }
}

@media screen and (max-width:767px) {
    .navbar-collapse {
        display: none;
    }

    .main-header {
        padding: 15px 5px;
    }

    .navbar-toggler {
        display: block;
    }

    .container {
        max-width: 540px;
    }

    .home-3 h4 {
        font-size: 14px;
    }

    .home-3 h1 {
        font-size: 26px;
    }

    .home-3 .hero-inner img {
        transform: translateX(80px);
        box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
        margin-top: 0;
        max-width: 92%;
    }

    .intro-block {
        width: 72%;
    }

    .navbar-nav {
        text-align: center;
        margin-top: 15px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

    .f-box-flex {
        flex-wrap: wrap;
    }

    .feature-contents {
        flex-wrap: wrap;
    }

    .feature-img {
        width: 100%;
    }

    .feature-contents img {
        width: 100%;
    }

    .feature-content {
        margin: 20px 20px;
    }

    .service-intro {
        max-width: 100%;
    }

    .allcards {
        flex-wrap: wrap;
    }

    .categoryCard {
        width: 214px;
    }

    .columns {
        flex-direction: column-reverse;
    }

    .feturesDiv {
        padding: 40px 0 0px 0;
    }

    .btn-action {
        padding: 16px 18px;
        font-size: 16px !important;
    }

    #main-box {
        width: 650px;
    }

    #main-box .container {
        width: 600px;
    }

}

@media (max-width: 700px) {
    .home-3 .hero-inner img {
        transform: translateX(0);
        max-width: 100%;
        margin-top: 50px;
    }

    .intro-block {
        text-align: center;
        padding: 0px 10px;
    }

    .hero-img {
        padding: 0px 10px
    }

    .intro-block {
        width: 100%;
    }

    #main-box {
        width: 550px;
    }

    #main-box .container {
        width: 450px;
    }

    #continue {
        padding: 22px 30px;
        width: 80%;
    }

    #main-box p {
        font-size: 16px;
    }

    .dots {
        padding-left: 46px;
    }
}

@media (max-width: 576px) {
    .home-3 .hero-inner img {
        transform: translateX(0);
        max-width: 100%;
        margin-top: 50px;
    }

    .intro-content {
        flex-wrap: wrap;
        padding: 0px;
    }

    .hero-img {
        padding: 0px;
    }

    .footer {
        padding: 50px 20px 50px 20px;
    }

    .footer-sub {
        flex-wrap: wrap;
    }

    .footer .footer-sub li {
        margin-top: 5px;
    }

    .btn-action {
        padding: 20px 60px;
        font-size: 16px !important;
    }

    #main-box {
        width: 450px;
    }

    #main-box .container {
        width: 300px;
    }

    .step-flex {
        display: flex;
        align-items: baseline;
    }

    #continue {
        padding: 27px 30px;
        font-size: 24px;
        padding: 22px 30px;
        width: 90%;
    }

    .logo {
        width: 140px !important;
    }
}

@media screen and (max-width: 540px) and (min-width: 425px) {
    .categoryCard {
        margin: 16px auto;
        width: 180px;
    }
}

@media screen and (max-width: 510px) {
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 38px;
    }

    .step-text {
        font-size: 14px;
    }

    #main-box p {
        font-size: 14px;
    }

    .dots li {
        font-size: 14px;
    }

    #main-box {
        width: 90%;
        overflow: hidden;
    }

    #main-box .container {
        width: 300px;
    }
}


@media screen and (max-width: 425px) and (min-width: 280px) {
    .navbar-brand img {
        width: 80%;
    }

    .navbar-toggler-icon svg {
        height: 24px !important;
        width: 24px !important;
    }

    .main-header {
        padding: 16px 5px;
    }

    .nav-item a {
        font-size: 12px;
    }

    .nav-item {
        padding: 14px 20px;
    }

    .header-menu ul {
        padding: 0;
    }

    .service-intro h1 {
        font-size: 26px;
    }

    .service-intro h6 {
        font-size: 14px;
        padding: 0px 10px;
    }

    .categoryCard {
        width: 100%;
    }

    .btn-action {
        padding: 16px 50px;
        font-size: 16px !important;
    }

    .btn-text {
        margin-right: 0px;
    }

    .modalSearchForm {
        width: 100%;
    }

    .viewmanual-text h1 {
        font-size: 24px;
    }

    #main-box h1 {
        margin: 0;
        line-height: 1.3;
        margin-bottom: 20px;
        font-weight: bold !important;
        font-size: 30px;
        color: #333 !important;
        margin-left: -23px;
    }

    #continue {
        padding: 22px 37px;
        font-size: 18px;
        width: 90%;
    }

    .dots {
        padding-left: 20px;
    }

    #main-box {
        padding: 20px;
    }


}

@media (max-width: 375px) {
    .dots {
        padding-left: 20px;
    }

    #main-box {
        width: 90%;
        padding: 30px 10px;
    }
}

@media (max-width: 320px) {
    .categoryCard img {
        width: 50px;
        padding: 18px 0;
    }

    .features .feature-content h2 {
        font-size: 22px;
    }

    .features .feature-content p {
        font-size: 14px;
    }

    #addnumer li a,
    #addnumer1 li a,
    #addnumer2 li a {
        font-size: 14px;
        padding: 2px 10px;
    }

    #manualNameHeading {
        font-size: 18px;
    }

    .viewmanual-text h1 {
        font-size: 20px;
    }

    .dots li {
        width: 100%;
    }

    .step-flex {
        flex-direction: column;
        align-items: center;
    }

    .step {
        width: 100%;
    }

    #main-box h1 {
        font-size: 22px;
    }

    #continue {
        padding: 16px 32px;
        font-size: 16px;
    }
}

@media print {
    body {
        zoom: 35%;
    }

    @page {
        margin: 0;
    }
}


.data-error {
    font-size: 18px;
    display: none;
}

.data-error h1 {
    text-align: center;
    margin-left: 8px
}

.tb-popup-template * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tb-popup-template span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 0 0;
    gap: 8px;
}

.tb-popup-template span img {
    margin-top: 4px;
}

.tb-popup-template {
    position: fixed;
    display: none;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.tb-popup-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    animation: fade .2s linear forwards;
}

.tb-popup {
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100px;
    margin: auto;
}

.tb-popup h2 {
    letter-spacing: .15px;
    color: #324148;
    font-weight: 700;
    font-size: 27px;
}

.tb-popup h2 .color-txt {
    color: #1a73e8;
}

.tb-popup div#wave {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 4px;
    background-color: #1a73e8;
    max-width: 401px;
    margin-top: 65px;
    padding: 40px;
}

.tb-popup div#wave .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 17px;
    background: #fff;
    animation: wave 1.3s linear infinite;
}

.tb-popup div#wave .dot:nth-child(2) {
    animation-delay: -1.1s;
}

.tb-popup div#wave .dot:nth-child(3) {
    animation-delay: -.9s;
}

.tb-popup div#wave .dot:nth-child(4) {
    animation-delay: -.5s;
}

.tb-popup div#wave .dot:nth-child(5) {
    animation-delay: -.3s;
}

@keyframes wave {

    0%,
    100%,
    60% {
        transform: initial
    }

    30% {
        transform: translateY(-15px)
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#splashscreen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: white;
}

.splash-text {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.splash-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading {
    position: fixed;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.confirm {
    font-family: 'Raleway', sans-serif;
}

.confirm {
    position: fixed;
    width: 500px;
    height: 200px;
    background: #fff;
    z-index: 100000;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -250px;
    border: solid 2px #ccc;
    display: none;
}

.confirm p {
    font-size: 23px;
    color: #010101;
    font-weight: normal;
    line-height: 29px;
    margin: 20px 0 0 20px;
    text-align: left;
}

.confirm .actions {
    text-align: right;
    margin: 50px 20px 0 0;
}

.confirm .actions .btn {
    background: #f3f2f2;
    border: 1px solid #acacac !important;
    font-size: 24px;
    margin-left: 20px;
    color: #000 !important;
    font-weight: normal;
    border-radius: 5px;
    padding: 6px 35px;
}

.confirm .actions .btn.blue {
    border: solid 1.7px rgba(24, 73, 198, 0.55) !important;
    background: #498cfe;
    color: #fff !important;
}

#install-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99998;
    background: black;
    position: fixed;
    opacity: .7;
    pointer-events: none;
    display: none;
}