:root{
    --ff1: "DM Sans", sans-serif;
    --ff2: "Poppins", sans-serif;
    --theme: #0096d6;
    --bs-btn-bg: #0096d6 !important;
    --bs-primary-rgb: 0, 150, 214;
}
a{
    color: var(--theme);
}
h1,h2,h3,h4{
    font-family: var(--ff1);
}
h2{
    font-size: 40px;
}
body{
    font-family: var(--ff2);
}
.bg-theme{
    background-color: var(--theme);
}
.text-theme{
    color: var(--theme) !important;
}
.btn-primary{
    background-color: var(--theme) !important;
    border-color: var(--theme) !important;
}
.navbar-brand{
    display: flex;
    align-items: center;
    flex: 0 0 200px;
}
.navbar-brand img {
    max-height: 60px;
    margin-right: 10px;
    min-width: 70px;
    filter: grayscale(1) brightness(6.5);
}
.navbar-brand span {
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}
.hero_sec{
    background-image: url('../img/bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.hero_sec h1{
    font-size: 60px;
    line-height: 1;
    padding-bottom: 15px;
}
.hero_sec h1 span{
    /* -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
    letter-spacing: 1px; */
    text-transform: uppercase;
}
header ul li:not(:last-child) a {
    font-weight: 500;
    font-size: 18px;
}
header ul li a{
    color: #fff !important;
}
header ul li .nav-link.btn {
    background-color: var(--bs-btn-bg);
    color: #fff;
    border-color: var(--bs-btn-bg);
    padding: 10px 26px !important;
    border-radius: 40px !important;
    font-weight: bold;
    font-size: 18px;
}
header ul li:not(:last-child) {
    margin-right: 25px;
}
.printer_steps ul{
    padding-left: 18px;
}
.printer_steps ul li:not(:last-child){
    margin-bottom: 10px;
}
.printcontent h3 {
    color: var(--theme);
    font-size: 32px;
    padding-bottom: 10px;
}
footer p{
    font-size: 10px;
}


ul.mack li {
    font-weight: normal;
    position: relative;
    padding-left: 25px;
    list-style: none;
    font-size: 18px;
    margin-bottom: 5px; 
}
ul.mack li:before {
    --fa: "\f14a";
    --fa--fa: "\f14a\f14a";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    content: "\f14a";
    position: absolute;
    top: 0;
    /* color: var(--theme); */
    left: 0;
}
.hero_new h2{
    font-family: var(--ff2);
}
.cusbtns_row button i {
    font-size: 36px;
}
.cusbtns_row button {
    min-width: 280px;
    text-align: center;
    font-size: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.button_row a {
    background-color: var(--theme);
    border: 1px solid var(--theme);
    border-radius: 40px;
    padding: 15px 45px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    transition: all .4s ease;
    line-height: 1.3;
}
.or {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 70px;
    text-transform: uppercase;
    width: 100%;
    gap: 24px;
    align-self: center;
}
.or:before, .or:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #fff;
    display: inline-block;
    flex: 1;
    opacity: .4;
}
.tech_box {
    height: 100%;
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6;
    display: flex;
    gap: 15px;
    padding: 24px;
    border-radius: 10px;
    border-bottom: 2px solid #d3d3d3;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
}
.tech_box h4 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 22px;
    color: var(--theme);
}
.tech_box p{
    margin-bottom: 0;
}
.tech_box .iconbox {
    font-size: 30px;
    color: var(--theme);
}
.py-20{
    padding-top: 10px;
    padding-bottom: 10px;
}
.form_sec .form-group label {
    padding-bottom: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: .5;
}
.form_sec .form-control {
    height: 50px;
    padding: 10px 20px;
    appearance: auto !important;
}
.open-chat .gifimg {
    pointer-events: none;
}
.cusmodalnew .modal-dialog {
    max-width: 760px;
    margin: 0 auto;
}
.cusmodalnew button.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}
#printerForm button.btn:hover {
    background-color: transparent !important;
    border-color: var(--theme) !important;
    color: var(--theme) !important;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
        width: 90%;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 26px;
    }
    .cusmodalnew .modal-dialog {
        width: 95%;
    }
    div#setup>.p-4 {
        padding: 10px !important;
    }
    .cusmodalnew .newmodal_content h2 {
        font-size: 22px;
        text-align: center;
    }
    .cusmodalnew .newmodal_content button {
        font-size: 18px !important;
        width: 100% !important;
        min-width: unset !important;
    }
    .small-desc {
        font-size: 12px !important;
    }
    .cusmodalnew .modal-body {
        min-height: unset !important;
    }
    .iconsbtn a i {
        font-size: 50px !important;
    }
    .iconsbtn a span {
        font-size: 14px;
    }
    .iconsbtn a {
        border-radius: 8px;
        gap: 6px;
        flex: 1;
    }
    .printcontent h3 {
        font-size: 22px;
        margin-top: 15px;
    }
    .hero_new .col-sm-12 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .hero_new .row>.col-sm-12 {
        padding: 30px 20px !important;
    }
    .hero_new h2 {
        font-size: 30px !important;
        padding-bottom: 5px !important;
    }
    .hero_new h4 {
        font-size: 18px !important;
    }
    .hero_new .button_row {
        flex-wrap: wrap;
        position: relative;
        z-index: 9;
    }
    .hero_new .button_row .or {
        width: 100%;
        max-width: 70%;
        margin: 8px auto;
    }
    .button_row a {
        width: 100%;
        font-size: 16px !important;
        padding: 15px 10px !important;
    }
    .hero_new .row .col-sm-6 img {
        flex: 0 0 40%;
        margin: 0 auto !important;
        max-width: 40%;
        top: -10px !important;
    }
    .hero_new .row .textbox img {
        max-width: 100%;
    }
}