:root{
    --font1: "Open Sans", sans-serif;
    --font2: "Inter", sans-serif;
    --font3: "Poppins", sans-serif;
    --theme: #1e3b5f;
	--themedark: #091456;
    --canon: #CC0000;
	--canondark: #a00606;
	--hp: #10A6E6;
	--hpdark: #0a7dad;
    --bglight: #f8f9fa;
}
h1, h2, h3, h4, h5, h6 {
    color: #1e3b5f;
}
body{
    color: #222;
    font-family: var(--font2);
}
.text-theme {
    color: var(--theme);
}
.bg-theme{
    background-color: var(--theme);
}
.bg-hp{
    background-color: var(--hp);
}
.bglight{
    background-color: var(--bglight);
}

.logo_img img{
    height: 60px;
}
.btn-menu .btn {
    background-color: var(--theme);
    color: #fff;
    border-color: var(--theme);
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px !important;
    border-radius: 40px;
}
.cusheader ul li:not(:last-child){
    margin-right: 20px;
}
.cusheader li a{
    text-transform: uppercase;
    font-weight: 500;
}
footer{
    color: #fff;
}
footer a{
    color: inherit;
}
.disclaimer_text{
    font-size: 5px;
}
.copyright_text{
    font-size: 14px;
}
.openModal{
    position: relative;
    background: linear-gradient(135deg, #e0f7ff, #fff);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3), -5px -5px 5px #fff;
    transition: all .5s ease;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    cursor: pointer;
}
.openModal .et_pb_blurb_content{
    height: 100%;
}
.openModal .icon {
    height: 65px;
    object-fit: contain;
    animation: floatIcon 3s ease-in-out infinite;
    transition: transform .4s ease;
    margin-bottom: 15px;
}
.openModal .icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: block;
}
@keyframes floatIcon {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }
}
.openModal:hover {
    transform: translateY(-10px) scale(1.05);
    background: linear-gradient(135deg, #dbefff, #f7fcff);
}
.openModal h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
    padding-top: 8px;
}
.hero_content h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 44px;
}
.hero_content h4 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0 20px;
}
.hero_content .btn_rows {
    padding-top: 10px;
    gap: 10px;
}
.hero_content .btn_rows .or {
    text-transform: uppercase;
    font-weight: bold;
}
.btn_rows .btn {
    border-radius: 50px;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 42px;
    letter-spacing: .5px;
    transition: all .4s ease;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .4);
    color: var(--theme);
    text-transform: uppercase;
}
.btn_rows .btn i, .btn_rows .btn svg {
    margin-right: 6px;
}
.btn_rows .btn:hover {
    background-color: var(--themedark) !important;
    color: #fff;
    border-color: var(--themedark) !important;
    transform: scale(1.051);
}
.hero_sec .carousel-inner img {
    height: 340px;
    object-fit: contain;
}
.content_col h2 {
    color: var(--theme);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    padding-bottom: 3px;
}
.content_col ol {
    padding-left: 25px;
}
.content_col h4 {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}


.printer_drivers .steps {
    display: none;
    transition: all .4s ease;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.printer_drivers .steps.active{
	display: flex;
}
.printer_drivers .steps ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.4em;
	margin-top: 10px;
}
.printer_drivers .steps ul li {
    padding: 14px 18px;
    background-color: #eff8fd;
    border-radius: 8px;
    border: 1px solid #10a6e624;
    margin-bottom: 13px;
}
.printer_drivers .steps ul li h4 {
    padding: 0;
    line-height: 1;
    font-weight: bold;
    color: #000;
    padding-top: 3px;
    margin: 0;
    font-size: 18px;
}
.printer_drivers .steps ul li p {
    font-size: 14px;
    font-weight: 500;
    opacity: .5;
    margin-bottom: 4px;
    line-height: normal;
}
.notice {
    background-color: #fefce8;
    color: #713f12;
    font-size: 13px;
    line-height: 1.4;
    padding: 11px .75rem;
    border-radius: 11px;
    margin-bottom: 15px;
    margin-top: 7px;
    font-weight: 600;
    border-left: 4px solid #eab30a;
}
.text-muted-foreground {
    color: #65758b;
    font-weight: 600;
}
.steps .progressbar {
    position: relative;
    height: 16px;
    width: 100%;
    display: block;
    border-radius: 40px;
    background-color: #f1f5f9;
    margin-bottom: 8px;
    overflow: hidden;
}
.steps .progressbar .progressbar_innerr {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    width: 0%;
    height: 100%;
    background-color: var(--theme);
}
.progress_text {
    font-weight: 500;
}


.cusmodal .modal-content {
    max-width: 760px;
    margin: 0 auto;
    border-radius: 12px;
    border: none;
}
.cusmodal button.btn-close {
    position: absolute !important;
    right: 0;
    top: 0;
    font-size: 12px;
}
.cusmodal .modal-body {
    padding: 35px 36px 36px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}
.printer_drivers {
    display: flex;
    flex-direction: column;
}
.steps h2 {
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
    color: var(--theme);
}

.cusform_new .form-group {
    margin-bottom: 15px;
}
label.ep-none {
    display: none;
}
.cusform_new .form-group input {
    width: 100%;
    display: block;
    padding: 15px 16px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #555 !important;
    box-shadow: none !important;
    outline: none !important;
}
.cusform_new {
    padding-top: 15px;
}
.steps button.btn {
    background-color: var(--theme);
    border: 1px solid var(--theme);
    color: #fff;
    text-transform: uppercase;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    padding: 11px 40px;
    cursor: pointer;
    transition: all .4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
}
.steps button.btn:hover {
    background-color: var(--themedark);
    border-color: var(--themedark);
}
.steps h2.text-danger {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.steps h2.text-primary {
    color: var(--theme) !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-32 {
    font-size: 32px !important;
}
.policy_text h4 {
    font-weight: 600;
}
.policy_text ol, .policy_text ul {
    padding-left: 22px;
}
.policy_text li:not(:last-child) {
    margin-bottom: 3px;
}
.policy_text .space {
    height: 20px;
}
.hero_content pre {
    font-family: inherit !important;
    font-size: inherit ! IMPORTANT;
    font-weight: inherit !important;
    line-height: inherit !important;
    overflow: unset !important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
        width: 88%;
    }
}