@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");

html {
    scroll-behavior: smooth;
}
section {
    width: 100%;
    float: left;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.logo-bar {
    background: #e76622;
}
.profil_img {
    height: 64px;
    width: auto;
}
.logo-bar .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    transition: 0.5s;
    padding: 0 20px;
}
.logo-bar .navbar-light .navbar-nav .nav-link:hover {
    /* font-weight: 700; */
    color: #fff;
}
.head-btn {
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 16px 32px;
    border: 1px solid #fff;
    border-radius: 30px;
    transition: 0.5s;
    background: #fff;
}
.head-btn span {
    transition: 0.5s;
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.head-btn:hover {
	background-color: #1e1e1e;
	border-color: #1e1e1e;
}
.head-btn:hover span {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ffffff 0%,
        #ffffff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.logo-bar .navbar {
    padding: 20px 0;
}
.text_white {
    color: #fff;
}
.text_gray {
    color: #333333;
}
.banner_subheading {
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
}
.banner_heading {
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 115%;
    letter-spacing: 0%;
    margin: 0;
}
.text_grad {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.para_color {
    color: #1e1e1e;
}
.banner_para {
	font-family: "Arimo", sans-serif;
	font-weight: 400;
	margin: 0;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
	opacity: 0.8;
}
.taglink {
    padding: 20px 42px;
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    border-radius: 60px;
    color: #fff;
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
}
.taglink img {
	filter: brightness(0) invert(1);
	height: 24px;
	width: auto !important;
}
.ban_btn {
    display: flex;
    align-items: self-start;
    gap: 10px;
    flex-direction: column;
    margin-top: 36px;
}
.taglink:hover {
    background: #333333;
    color: #fff;
}
.button_Span {
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    opacity: 0.8;
}
.banner_heading {
    margin: 10px 0 24px;
}
.seal_logo {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 36px;
}
.banner {
    padding: 150px 0;
}
.banner {
    background-image: url("../images/banner.jpg");
    background-position: top center;
    background-size: cover;
}
.subheading {
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
}
.heading {
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0%;
    margin: 0 0 24px;
}
.para {
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    margin: 0;
    opacity: 0.8;
}
.windowicon {
    margin-top: 24px;
}
.fullwidthimg img {
    width: 100%;
}
.windowicon_inner span {
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    color: #132547;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0%;
    transition: 0.5s;
}
.windowicon_inner img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    transition: 0.5s;
}
.windowicon_inner {
    display: flex;
    align-items: center;
    gap: 20px;
}
.windowicon_inner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 30px;
    border: 1px solid #132547;
    border-radius: 60px;
    transition: 0.5s;
    background: #fff;
}
.windowicon_block {
    display: flex;
    gap: 20px;
    margin-top: 24px;
}
.windowicon_inner:hover {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    border: 1px solid #fff;
}
.windowicon_inner:hover img {
    filter: brightness(0) invert(1);
}
.windowicon_inner:hover span {
    color: #fff;
}
.equal_space {
    padding: 100px 0;
}
.align-item-center {
    align-items: center;
}
.counterinn_block span {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    border-radius: 12px;
}
.counterinn_block span img {
    width: 32px;
    height: 32px;
}
.counterinn_block {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 8px;
}
.counterinn {
    box-shadow: 0px 38.52px 25.48px 0px #38383817;
    border: 2px solid #f15a294a;
    padding: 24px;
    border-radius: 20px;
}
.fullwidthimg {
    position: relative;
}
.wrapper.wrapper_maine {
    position: absolute;
    top: -80px;
    right: 0;
    background: #fff;
}
.sec1 .fullwidthimg {
    margin-top: 80px;
}
.sec2_listing li {
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1e1e1e;
    line-height: 150%;
    letter-spacing: 0%;
    display: flex;
    gap: 13px;
    align-items: center;
}
.sec2_listing {
	display: flex;
	gap: 8px;
	flex-direction: column;
	margin: 24px 0 0 0;
	padding: 0;
}
.sec2 .row {
    align-items: center;
    padding: 50px;
    border: 2px solid #f15a294a;
    box-shadow: 0px 38.52px 25.48px 0px #38383817;
    border-radius: 24px;
    /* background-image: url('../images/bg_back.jpg');
	background-position: right;
	background-size: cover; */
    background: #f4f4f4;
}
.taglink.taglink_new {
    border: 1px solid #e76622;
    padding: 19px 42px;
    background: transparent;
}
.taglink.taglink_new img {
    filter: inherit;
}
.taglink.taglink_new span {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ban_btn.dubleban_btn {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.sec-3-block-img {
    position: relative;
}
.sec-3-block-img img {
    width: 50px;
    height: 50px;
    transition: 0.5s;
    top: 0px;
    position: relative;
    right: 0px;
}
.sec-3-block-img {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-bottom: 18px;
}
.sec-3-block-img::after {
    content: "";
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    top: 0;
    right: 0;
    height: 100px;
    width: 100px;
    display: flex;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: 0.5s;
}
.sec-3-block-para_in {
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
}
.sec-3-block-head_in {
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1e1e1e;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
}
.sec-3-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px;
    border-radius: 20px;
    transition: 0.5s;
}
.sec-3-block:hover {
    box-shadow: 0px 0px 25.48px 0px #38383817;
}
.sec-3-block:hover .sec-3-block-img::after {
    height: 70px;
    width: 70px;
}
.sec-3-block:hover .sec-3-block-img img {
    width: 70px;
    height: 70px;
    filter: brightness(0);
    top: 12px;
    position: relative;
    right: 12px;
}
.sec1 .main_heading {
    padding-left: 36px;
}
.sec-4 {
    background: #1e1e1e;
    padding: 50px 0;
}
.sec-4 .para {
    opacity: 1;
}
.sec-5-block-in-heading {
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    color: #1e1e1e;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    text-align: left;
}
.sec-5-block-in {
    padding: 20px 45px;
}
.sec-5-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sec-5-block-in {
    padding: 20px 88px;
    border-top: 0.5px dotted #1e1e1e;
    border-right: 0.5px dotted #1e1e1e;
}
.sec-5-block-in:nth-child(2),
.sec-5-block-in:nth-child(5) {
    border-right: 0;
}
.sec-5-block-in:nth-child(1),
.sec-5-block-in:nth-child(2) {
    border-top: 0;
}
.sec-4 .ban_btn.dubleban_btn {
    margin: 0;
}
.sec-4 .row {
    align-items: center;
}
.dubleban_btn_colorchange .taglink img {
    filter: inherit;
}
.dubleban_btn_colorchange .taglink span {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.dubleban_btn_colorchange .taglink {
    background: #fff;
}
.dubleban_btn_colorchange .taglink.taglink_new {
    background: transparent;
    border-color: #fff;
}
.dubleban_btn_colorchange .taglink.taglink_new span {
    background: radial-gradient(50% 586.96% at 50% 50%, #fff 0%, #fff 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sec-6 .row {
    align-items: center;
}
.testimg img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50%;
}
.testicontent .sec-3-block-para_in.para {
    text-align: left;
}
.testicontent .sec-3-block-head_in {
    text-align: left;
}
.testi {
    display: flex;
    align-items: center;
    gap: 40px;
}
.row.testimonials-row {
    justify-content: center;
}
.testicontent .sec-3-block-head_in {
    text-align: left;
    margin-top: 20px;
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.testimonials {
    background-color: #ef922c08;
    background-image: url("../images/testibg.png");
    background-position: center;
    background-size: contain;
}
.testimg {
    position: relative;
}
.testimg .testi_img2 {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
}
.sec-4.sec-7 .ban_btn.dubleban_btn {
    flex-direction: column;
}
.sec-4.sec-7 {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
}
.sec-4.sec-7 .para.para_white {
    color: #fff;
}
.faq .card {
    padding: 30px;
}
.faq .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}
.faq .card-body {
    padding: 0;
}
.faq .card-header button {
    padding: 0;
}
.faq .card-header button {
    padding: 0;
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    color: #1e1e1e;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}
.faq .card {
    padding: 30px;
    background: #ef922c08;
    border: 1px solid #f15a294a !important;
    border-radius: 20px !important;
    margin-top: 20px;
}
.faq .card {
    padding: 30px;
    background: #ef922c08;
    border: 1px solid #f15a294a !important;
    border-radius: 20px !important;
}
.faq .card-body {
    padding: 10px 0 0 0;
}
.faq .card-header button:focus {
    border: 0;
    box-shadow: none;
}
.faq .card-header button:hover,
.faq .card-header button {
    text-decoration: none;
}
.faq .card-header button {
    position: relative;
}
.faq .card-header button::after {
    content: "";
    background-image: url("../images/down_arrow.png");
    background-size: contain;
    position: absolute;
    z-index: 9;
    right: 0;
    width: 12px;
    height: 6px;
    top: 10px;
    transform: rotate(180deg);
    transition: 0.5s;
}
.faq .card-header:focus-visible {
    border: 0;
    box-shadow: none;
    outline: none;
}
.faq .card-header button.collapsed::after {
    transform: rotate(0deg);
    transition: 0.5s;
}
.faq .row {
    align-items: center;
}
.footer {
    padding: 40px 0;
    background: #e76622;
    background-image: url("../images/footbg.png");
    background-position: top center;
    background-size: cover;
}
.foot_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    justify-content: center;
}
.footer a {
    color: #fff;
}
.foot2 a {
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}
.foot3 a {
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}
.foot4 a {
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: right;
}
.foot1,
.foot2,
.foot3,
.foot4 {
    display: flex;
    justify-content: center;
}
.foot_list {
    padding: 20px 0;
}
.foot3 {
    position: relative;
}
.foot3::before {
    content: "";
    background: linear-gradient(90deg, #00287c00 0%, #fff 50%, #00287c00 100%);
    width: 991px;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.foot3::after {
    content: "";
    background: linear-gradient(90deg, #00287c00 0%, #fff 50%, #00287c00 100%);
    width: 991px;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.foot4 .foot_list {
    padding-bottom: 0;
}
.low-footer1 {
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 125%;
    letter-spacing: 0%;
}
.low-footer {
    background: #1e1e1e;
    padding: 20px 0;
}
.lowfoot {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.low-footer2 {
    display: flex;
    gap: 24px;
    align-items: center;
}
.sec-4.sec-7 .ban_btn.dubleban_btn {
    flex-direction: column;
    align-items: initial;
    text-align: center;
}
.sec-4.sec-7 .dubleban_btn_colorchange .taglink {
    display: flex;
    justify-content: center;
}
.taglink.taglink_new:hover {
	background: #1e1e1e;
	border: 1px solid #1e1e1e;
}
.taglink.taglink_new:hover span {
    background: radial-gradient( 50% 586.96% at 50% 50%, #fff 0%, #fff 100% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.dubleban_btn_colorchange .taglink.taglink_new:hover {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
}
.foot3 .foot_list {
    gap: 40px;
}
.banner_image {
    display: none;
}
.banner_image img {
    width: 100%;
}
.logo-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.banner_up {
    margin-top: 98px;
}
.banner.banner_up.banner_product.banner_product_new {
	background-image: url("../images/productingban.jpg");
	background-position: top center;
	background-size: cover;
}
.banner_product_new .banner_image {
	display: block;
}
.banner_product.banner_product_new .row.banner_row {
	align-items: center;
}
@media (min-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
}
.foot_list li a img {
    filter: brightness(0) invert(1);
}
.foot2 a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.foot_list li span {
    color: #ffff;
}
.banner_product .row.banner_row {
    flex-direction: row-reverse;
}
.about_sec1_link h3 {
    font-family: Arimo;
    font-weight: 400;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin: 0;
    min-height: 44px;
    transition: 0.5s;
}

.about_sec1_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 24px 12px;
    border: 1px solid #1e1e1e;
    border-radius: 8px;
    text-align: center;
    transition: 0.5s;
    background: #fff;
}
.about_sec1_link img {
    transition: 0.5s;
}
.about_sec1_link:hover {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    border: 1px solid #fff;
}
.about_sec1_link:hover h3 {
    color: #fff;
}
.about_sec1_link:hover img {
    filter: brightness(0) invert(1);
}
.about_sec1_main {
    display: flex;
    justify-content: center;
}
.about_sec1_inner {
    flex: 0 0 15%;
    max-width: 15%;
}
.banner.banner_up.banner_product {
    background-image: url("../images/productbanner.jpg");
    background-position: top center;
    background-size: cover;
}
.about_sec1_main {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px 0 40px;
}
.ban_btn.ban_btn_center {
    justify-content: center;
    align-items: center;
}
.about_sec2 {
    background: #f4f4f4;
}
.about_sec2_in2 h3 {
    font-family: Arimo;
    font-weight: 700;
    color: #1e1e1e;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
}
.about_sec2_in3 p {
    font-family: Arimo;
    font-weight: 400;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    opacity: 0.8;
    margin: 0;
}
.about_sec2_in1 img {
    width: auto;
    height: 48px;
}
.about_sec2_block {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 24px;
    background: #fff;
    position: relative;
    transition: 0.5s;
}
.about_sec2_block:hover {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.03) 50%,
        rgba(0, 0, 0, 0) 100%
    );
}
.about_sec2_block::after {
    content: "";
    width: 100%;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.12) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    height: 1px;
    position: absolute;
    bottom: 0;
}
.about_sec2_in2 {
    flex: 0 0 25%;
    max-width: 25%;
}
.about_sec2_main {
    border-radius: 14px;
    overflow: hidden;
}
.about_sec2_in1 {
    flex: 0 0 10%;
    max-width: 10%;
}
.logo-bar .navbar-brand {
    padding: 0;
}
.about_sec2 {
    position: relative;
}
.about_sec2::after {
    content: "";
    width: 100%;
    background: url("../images/about_sec2img2.png");
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
.about_sec2 .container {
    position: relative;
    z-index: 1;
}
.banner.banner_up.about_sec3 {
    margin: 0;
    padding: 50px 0 0;
    background-image: url("../images/about_sec3_bg.jpg");
    background-position: top center;
    background-size: cover;
}
.sec2.about_sec4 .fullwidthimg {
    border-radius: 16px;
}
.sec2.about_sec4 .fullwidthimg img {
    border-radius: 16px;
    box-shadow: 0px 4px 52.8px 0px #00000040;
}
.banner_imageabout_sec3 img {
    width: 100%;
}
.banner_product .banner_subheading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.banner.banner_product {
    padding: 110px 0;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
    /* border: 0; */
}
.cart_banner .heading {
    margin: 0;
    text-align: center;
}
.cart_banner {
    padding-bottom: 40px !important;
}
.cart_left_block_headup {
    font-family: Arimo;
    font-weight: 400;
    color: #1e1e1e;
    font-size: 18px;
    opacity: 0.8;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 10px;
}
.cart_left_block_headmid {
    font-family: Arimo;
    font-weight: 700;
    color: #1e1e1e;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
}
.cart_left_block_para {
    font-family: Arimo;
    font-weight: 400;
    color: #1e1e1e;
    font-size: 18px;
    opacity: 0.8;
    line-height: 150%;
    letter-spacing: 0%;
    margin: 0;
}
.cart_left_block_para a {
    color: #1e1e1e;
}
.cart_left_block1 .cart_left_block_para {
    display: flex;
    gap: 10px;
}
.cart_left_block {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.cart_left_block3 {
    flex: 0 0 18%;
    max-width: 18%;
}
.cart_left_block1 {
    flex: 0 0 20%;
    max-width: 20%;
}
.cart_left_block:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}
.cart_rightin {
    padding-bottom: 16px;
    margin-bottom: 40px;
    border-bottom: 2px solid #1e1e1e2b;
}
.cart_rightin_btnin {
    font-family: Arimo;
    font-weight: 400;
    padding: 12px;
    font-size: 18px;
    border-radius: 60px;
    line-height: 150%;
    letter-spacing: 0%;
    border: 1px solid #1e1e1e;
    text-align: center;
    width: 100%;
    color: #1e1e1e;
    opacity: 0.8;
    transition: 0.5s;
}
.cart_rightin_btnin:hover {
    background: #1e1e1e;
    color: #fff;
}
.cart_rightin_btn {
    display: flex;
}
.cart_rightin_img {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.cart_rightin .cart_left_block_headmid {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.cart_right1 {
    border-radius: 12px;
    padding: 24px;
    border: 0.5px solid #cecece;
}
.cart_rightin:last-child {
    padding: 0;
    border: 0;
    margin: 0;
}
.cart_right1.cart_right2 .cart_left_block_para {
    margin-bottom: 20px;
}
.cart_right1.cart_right2 {
    margin-top: 20px;
}
.forming input {
    font-family: Arimo;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 18px 20px;
    height: auto;
    color: #1e1e1e;
}
.checkout_left .row.row_form {
    gap: 20px 0;
}
.forming input::placeholder {
    color: #656565;
    opacity: 0.75;
}
.forming_btn button {
    font-family: Arimo;
    font-weight: 600;
    padding: 20px 36px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    border: 0;
    border-radius: 60px;
    transition: 0.5s;
    color: #fff;
    box-shadow: 9px 14px 29.1px 0px #0000001a;
}
.forming_btn button:hover {
    background: #1e1e1e;
}
.forming_btn {
    display: flex;
    justify-content: center;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.forming input:focus:focus-visible {
    box-shadow: none;
    outline: none;
    border: 1px solid #e76622;
}
.forming select:focus:focus-visible {
    box-shadow: none;
    outline: none;
    border: 1px solid #e76622;
}
.checkout_left {
    padding: 24px;
    border: 1px solid #cecece;
    border-radius: 12px;
}
.cart_right.checkout_right .cart_rightin {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px solid #1e1e1e2b;
}
.cart_right.checkout_right .cart_left_block_headmid {
    margin-bottom: 8px;
}
.cart_right.checkout_right .cart_left_block3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
}
.cart_right.checkout_right .cart_rightin:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.cart_rightin.cart_rightin2 .cart_left_block_headmid {
    justify-content: center;
}
.cart_Sec2in {
    display: flex;
    gap: 60px;
    justify-content: center;
}
.cart_rightin.cart_rightin2 {
    border-top: 1px solid #d9d9d9;
    padding: 40px 0 0 0;
    margin-top: 40px;
}
.privacy_policy h3 {
    font-family: Arimo;
    font-weight: 700;
    margin: 32px 0 16px 0;
    font-size: 24px;
    color: #1e1e1e;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
}
.privacy_policy p {
    font-family: Arimo;
    font-weight: 400;
    color: #1e1e1e;
    font-size: 18px;
    opacity: 0.8;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 16px;
}
.privacy_policy p:last-child {
    margin: 0;
}
.privacy_policy h3:first-child {
    margin-top: 0;
}
.privacy_policy a {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.privacy_policy li {
    font-family: Arimo;
    font-weight: 400;
    color: #1e1e1e;
    font-size: 18px;
    opacity: 0.8;
    line-height: 150%;
    letter-spacing: 0%;
}
.privacy_policy ul {
    margin-bottom: 16px;
}
.text_sucess {
    color: #2bb700;
}
.tahnkucontent .para {
    margin-bottom: 10px;
}
.para.Activate_license {
    font-weight: 700 !important;
    opacity: 1 !important;
}
.thanku .row {
    justify-content: center;
    align-items: center;
}
.tahnkuimg img {
    width: 100%;
}
.tahnkucontent .dubleban_btn_colorchange .taglink.taglink_new {
    border: 1px solid #e76622;
}
.tahnkucontent .dubleban_btn_colorchange .taglink.taglink_new span {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.tahnkucontent
    .dubleban_btn_colorchange
    .taglink.taglink_new.taglink:hover
    span {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #fcfcfc 0%,
        #ffffff 100%
    );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.tahnkucontent .dubleban_btn_colorchange .taglink.taglink_new {
    border: 1px solid #e76622;
    padding: 12px 24px;
    font-weight: 500;
}
.cart_rightin.cart_rightin2.cart_rightin2_thanku {
    border: 0;
}
.cart_rightin.cart_rightin2.cart_rightin2_thanku {
    border: 1px solid #f15a294a;
    background: #ef922c08;
    padding: 30px;
    border-radius: 16px;
}
.faq.faq_thanku {
    background: #ef922c08;
}
.para.cart_para {
    padding: 8px 20px;
    border-radius: 8px;
    background: #ef922c1a;
    font-weight: 700;
    margin-top: 10px;
}
.cart_para_add {
    display: flex;
    justify-content: center;
    text-align: center;
}
.cart_left_block3 img {
    width: 100%;
}
.checkout_right .cart_left_block3 img {
    width: 158px;
    height: auto;
}
.para.para_bold {
    font-weight: 700;
    margin-bottom: 16px;
}
.ab_sec1 .main_heading {
    padding: 0;
}
.sec1.ab_sec1 .fullwidthimg {
    margin: 0;
}
.border-line {
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 1px;
    margin: 40px 0;
}
.sec2.ab_sec2 .row {
    align-items: center;
}
.sec1.ab_sec4 {
    margin: 0;
    background-image: url("../images/about_sec3_bg.jpg");
    background-position: top center;
    background-size: cover;
}
.sec1.ab_sec4 .windowicon_inner {
    background: transparent;
    border: 1px solid #fff;
}
.sec1.ab_sec4 .windowicon_inner:hover {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    border: 1px solid #fff;
}
.sec1.ab_sec4 .windowicon_inner span {
    color: #fff;
}
.abbanner .row {
    align-items: center;
}
.abbanner {
    background-image: url("../images/banner_aabout.jpg");
    background-position: top center;
    background-size: cover;
}

.sec-3.support_sec-3 {
    background: #fefbf8;
    z-index: -2;
    position: relative;
}
.errorpage .row {
    justify-content: center;
}
.errorpage img {
    width: 100%;
}
.fullwidthimg_contact.checkout_left .sec-3-block-head {
    margin-bottom: 16px;
}
.fullwidthimg_contact.checkout_left {
    padding: 40px;
    background: #fefcf8;
    border: 1px solid #f15a294a !important;
}
.fullwidthimg_contact.checkout_left textarea.form-control {
    height: 100px;
}
.fullwidthimg_contact.checkout_left .form-control {
    border: 1px solid #ced4da2b;
}
.forming_new p {
    color: #242424;
    margin: 0;
    text-align: center;
}
.forming_new p a {
    color: #e80000;
    text-decoration: underline;
}
.forming.forming_btn.forming_btn_btn button span {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.forming.forming_btn.forming_btn_btn button {
    border: 1px solid #e76622;
    background: transparent;
}
.cart_sec1.login_sec1 .checkout_left {
    background: #ef922c08;
    border: 1px solid #f15a294a;
    padding: 30px;
}
.cart_sec1.login_sec1 .checkout_left .forming input {
    border: 0.5px solid #f15a294a;
}
.cart_sec1.login_sec1 .row {
    justify-content: center;
}
.form-check.form-check_formiong .form-check-label {
    font-weight: 400;
    color: #1e1e1e;
    line-height: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.form-check.form-check_formiong .form-check-input {
    position: relative;
    margin: 0;
}
.form-check.form-check_formiong .form-check-label a {
    color: #e80000;
    text-decoration: underline;
}
.para.cart_para.register_para {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 400;
}
.para.cart_para.register_para span {
    color: #e80000;
}
.orderinner_boxshot img {
    width: 238px;
    height: auto;
}
.orderinner_boxshot1 span {
    font-family: Arimo;
    font-weight: 400;
    font-size: 20px;
    color: #1e1e1e;
    line-height: 150%;
    letter-spacing: 0%;
}
.orderinner_boxshot1 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 2px solid #d3d3d35c;
}
.orderinner_boxshot {
    margin-bottom: 28px;
    text-align: center;
}
.orderinner {
    background: #ef922c08;
    border: 1px solid #f15a294a;
    padding: 60px;
    border-radius: 16px;
}
.orderinner_boxshot1 img {
    width: 36px;
    height: auto;
}
.checkout_leftorder_head {
    font-family: Arimo;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}
.checkout_leftorder_head2 {
    font-family: Arimo;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}
.checkout_left.checkout_leftorder form {
    margin: 24px 0;
}
.checkout_leftorder_bottom li {
    font-family: Arimo;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1e1e1e;
}
.checkout_leftorder_bottom h3 {
    color: #1e1e1e;
}
.checkout_leftorder_bottom ul {
    margin: 0;
    padding-left: 20px;
}
.cart_sec1.login_sec1 .checkout_left.checkout_leftorder {
    background: transparent;
    padding: 30px;
    border: 0.5px solid #1e1e1e;
}
.checkout_left.checkout_leftorder.checkout_leftorder_bottom {
    margin-top: 32px;
}
.orderinner_boxshot1:last-child {
    border: 0;
    padding-bottom: 0;
}
.checkout_leftorder_order_now .checkout_leftorder_head {
    text-align: left;
}
.order_now_block {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}
.order_now_block_head {
    font-family: Arimo;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.order_now_block_head {
    margin: 0;
}
.order_now_block_inner1 .subheading {
    margin: 0;
}
.small_subheading {
    font-family: Arimo;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
}
.checkout_left.checkout_leftorder.checkout_leftorder_order_now form {
    margin: 0;
}
.order_now_block.order_now_block1 {
    margin-bottom: 30px;
}
.order_now_block.order_now_block2 {
    margin-bottom: 16px;
}
.order_now_block.order_now_block4 {
    padding: 16px 0;
    border-bottom: 1px solid #1e1e1e1c;
    border-top: 1px solid #1e1e1e1c;
    margin-top: 20px;
}
.order_now_block.order_now_block4 {
    justify-content: flex-start;
    padding: 10px 0 0;
    border: 0;
}
.order_now_block.order_now_block2 .form-check.form-check_formiong,
.order_now_block.order_now_block3 .form-check.form-check_formiong {
    padding: 0;
}
.order_now_block.order_now_block2
    .form-check.form-check_formiong
    .form-check-label,
.order_now_block.order_now_block3
    .form-check.form-check_formiong
    .form-check-label {
    font-family: Arimo;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    gap: 10px;
}
.cart_rightin.cart_rightin_ordernow {
    padding: 0;
    margin: 0;
    border: 0;
}
.cart_rightin.cart_rightin_ordernow .checkout_leftorder_head2 {
    margin: 10px 0;
}
.cart_rightin.cart_rightin_ordernow .cart_left_block_headmid {
    justify-content: center;
    margin: 0;
}
.checkout_left.checkout_leftorder.checkout_leftorder_order_now
    .forming.forming_btn {
    margin: 40px 0;
}
.cart_rightin_btn.cart_rightin_btn_order .cart_rightin_btnin {
    width: 300px;
    margin: auto;
}
.ban-right-inst img {
    width: auto;
    height: 350px;
}
.ban-right-inst {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.ins-sec-inner {
    margin-bottom: 40px;
}
.ins-sec-inner:last-child {
    margin-bottom: 0px;
}
.sec-3.uninstall-sec-3 .order_now_block_head {
    font-weight: 400;
    line-height: 130%;
}
.button_Span span {
    display: block;
}

/* start cookies notice css */
#cookieNotice.light {
    background-color: #fff;
    color: #393d4d;
}
#cookieNotice.display-right {
    left: 0;
    bottom: 0;
    max-width: 100%;
    transform: translate(0%, 0%);
    border-radius: 0;
    width: 85%;
    margin: 0 auto;
    right: 0;
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.49);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    background-image: url("../images/cookie-icon.png");
    padding-left: 50px;
    height: 40px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
#cookieNotice.light {
    color: #393d4d;
}
#cookieNotice {
    font-family: inherit;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
    color: #1e1e1e;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
.msg-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.msg-wrap p {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 400;
    color: #1e1e1e;
    opacity: 0.8;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow 0.3s;
    margin-bottom: 0;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

/* end cookies notice css */
.up-foot p {
    margin: 0;
}
.up-foot {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    background: #1e1e1e;
    padding: 10px 10px;
}
.button_Span_main {
    margin-top: 10px;
}
.sec-4.sec-7 .button_Span_main {
    text-align: center;
}
.sec2.about_sec4 .button_Span span {
    display: inline;
}
.about_sec1 .button_Span {
    text-align: center;
}
.product_banner_update1 .form-group select {
    font-family: Arimo;
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0%;
    padding: 15px 70px 15px 30px;
    height: auto;
    border: 1px solid #1e1e1e;
    background: transparent;
    border-radius: 12px;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../images/product_arrow.png");
    background-repeat: no-repeat;
    background-position-x: 92%;
    background-position-y: 22px;
}
.form-group2 .heading,
.form-group1 .heading {
    margin: 0;
}
.product_banner_update1 .form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    height: 21px;
    width: 21px;
    top: 5px;
    flex: 0 0 21px;
}
.product_banner_update1 .form-group .form-group1 label,
.product_banner_update1 .form-group .form-group2 label {
    display: flex;
    gap: 8px;
}
.form-group.form-group_main {
    display: flex;
    gap: 20px;
    background: #ffffff33;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 32px;
    margin-top: 24px;
}
.form-group2 {
    padding-left: 20px;
    border-left: 2px solid #1e1e1e10;
}
.form-group.form-group_main .form-group1,
.form-group.form-group_main .form-group2 {
    flex: 0 0 32%;
    max-width: 32%;
}
.product_banner_update1 .form-group select {
    margin-top: 20px;
}
.banner.banner_up.banner_product.banner_printer {
    background-image: url("../images/banner_printer.jpg");
    background-position: top center;
    background-size: cover;
    position: relative;
}
.banner.banner_up.banner_product.banner_printer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffc2;
    z-index: 2;
}
.banner.banner_up.banner_product.banner_printer .container {
    position: relative;
    z-index: 3;
}
.banner.banner_up.banner_product.banner_printer .row.banner_row {
    align-items: center;
}
.banner_printer .banner_content .heading {
    margin: 0;
}
.banner.banner_up.banner_product.banner_printer .printer_heading {
    font-family: Arimo;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
}
.banner_image_1 img {
    width: 100%;
    height: auto;
}
.banner.banner_up.banner_product.banner_printer .row.banner_row {
    justify-content: space-between;
}
.banner.banner_up.banner_product.banner_printer {
    padding: 40px 0;
}
.printer_catin p {
    font-family: Arimo;
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
}
.printer_catin {
    border: 1px solid #1e1e1e;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 36px 20px;
    flex: 0 0 18%;
    max-width: 18%;
    transition: 0.5s;
}
.printer_catin:hover {
    box-shadow: 0 0 10px 1px #0000005e;
}
.printer_cat {
    display: flex;
    gap: 20px;
    margin: 40px 0;
    justify-content: space-between;
}
.printsec1bg {
    background: #fcede4;
}
.printsec1 .row {
    flex-direction: row-reverse;
}
.printsec1bg.printsec1 .row {
    flex-direction: row;
}
.about_sec3_printer .row.banner_row {
    align-items: center;
}
.banner.banner_up.about_sec3.about_sec3_printer {
    padding: 50px 0;
}
.footerinner1 .foot_list {
	flex-direction: column;
	gap: 10px;
}
.footerinner1 .foot2 {
    justify-content: left;
}
.foot_head {
    font-family: Arimo;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 168%;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.foot_list1 li::marker {
    color: #fff;
}
.foot_list1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
}
.row.row_footing {
    justify-content: space-between;
}
.row.rowdatafoot p {
	text-align: center;
	margin: 20px 0 0 0;
	color: #fff;
	padding-top: 20px;
	position: relative;
	border-top: 1px solid #E4E4E4;
}
.row.rowdatafoot p::before {
    content: "";
    background: linear-gradient(90deg, #00287c00 0%, #fff 50%, #00287c00 100%);
    width: 991px;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}
.row.row_footing {
    justify-content: space-between;
    gap: 24px 0;
}
.logo-bar .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #fff;
}
.logo-bar .navbar-light .navbar-nav .nav-link {
    padding: 10px 20px;
}
.cart_img {
    width: 48px;
    height: auto;
    object-fit: contain;
    transition: 0.5s;
}
.cart_img:hover {
    box-shadow: 0 0 20px 1px #ffffff5e;
    border-radius: 50%;
}
.Login-Register {
    color: #fff;
    font-family: "Arimo", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    transition: 0.5s;
}
.Login-Register:hover {
    color: #fff;
}
.headerneww {
    display: flex;
    align-items: center;
    gap: 20px;
}
.headerneww.headernewwss {
    display: none;
}
.blog_spam_content {
    font-family: Arimo;
    font-weight: 400;
    color: #1e1e1e;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}
.blockcontentblog .sec-3-block-head_in,
.blockcontentblog .sec-3-block-para_in.para {
    text-align: left;
}
.blockcontentblog .sec-3-block-head_in {
    margin: 8px 0 12px;
}
.blockimgblog img {
    width: 100%;
    /* height: 350px; */
    border-radius: 16px;
    object-fit: cover;
}
.blockcontentblog {
    padding: 30px 0 0 0;
}
.sec-3.blogsec .row {
    gap: 40px 0;
}
.lesss_padding {
    padding: 0 0;
    overflow: hidden;
}
.sec-3.blogsec-2 {
    background: #fefbf8;
}
.blog_detail_date {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.blog_detail_img {
    margin: 32px 0;
}
.blog_detail_img img {
    width: 100%;
    height: auto;
}
.blogbox {
    background: #f7f7f7;
    padding: 32px;
    border-radius: 12px;
    margin: 32px 0 0 0;
}
.blog_detail_right_head1 {
    font-family: Arimo;
    font-weight: 700;
    margin: 0;
    font-size: 32px;
    color: #1e1e1e;
    line-height: 100%;
    letter-spacing: 0%;
}
.blog_detail_right_link {
    font-family: Arimo;
    font-weight: 400;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}
.blog_detail_right_link:hover {
    color: #1e1e1e;
}
.blog_detail_right_head {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.blog_detail_right_block_head {
    font-family: Arimo;
    font-weight: 700;
    font-size: 20px;
    color: #1e1e1e;
    line-height: 150%;
    letter-spacing: -1px;
    margin: 0;
}
.blog_detail_right_block_inner {
    padding: 32px 20px;
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
    transition: 0.5s;
    margin-top: 20px;
}
.blog_detail_right_block_inner:hover {
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    transition: 0.5s;
    border-radius: 12px;
    border: 0;
}
.blog_detail_right_block_inner:hover .blog_detail_right_block_head {
    color: #fff;
}
.blog_detail_right_block_inner:hover .blog_spam_content {
    color: #fff;
}
.blog_detail_right_block_inner:hover .text_grad {
    background: radial-gradient(50% 586.96% at 50% 50%, #fff 0%, #fff 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.blog_detail_right {
    position: sticky;
    top: 110px;
}
.blog_detail_date {
    flex-wrap: wrap;
}
.blockcontentblog .sec-3-block-para_in.para {
    color: #1e1e1e;
}
.foot_list1 li {
    position: relative;
    left: 0;
    transition: 0.5s;
}
.foot_list1 li:hover {
    position: relative;
    left: 15px;
}
.blogsecbanner .blockimgblog img {
    border-radius: 0;
}
.colpadremove {
    padding: 0;
}
.blogsecbanner {
    overflow: hidden;
}
.blogsecbanner .blockcontentblog {
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
}
.sec-3.blogsec.blogsecbanner {
    padding: 10px 5px 0;
    overflow: hidden;
}
.about_sec3_printer .seal_logo .seal_img {
    width: auto;
    height: 48px;
}
.support_sec-3 .sec-3-block-para_in.para {
    color: #1e1e1e;
    opacity: 0.7;
}
.forming select {
    font-family: Arimo;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 18px 20px;
    height: auto;
    color: #1e1e1e;
}
.forming.forming_btn.forming_btn_licence {
    justify-content: flex-start;
}
.data_lecence .form-group.forming label {
    font-size: 18px;
}
.data_lecence .heading,
.data_lecence .para {
    text-align: left;
}
.row.licence_row {
    justify-content: space-between;
    /* align-items: center; */
}
.banner.banner_up.banner_up_licence {
    background-image: url("../images/recoverbg.png");
    background-position: top center;
    background-size: cover;
    padding-bottom: 0;
}
.licence_right_img img {
    width: 100%;
}
.sec2_home .row {
    justify-content: space-between;
}
.sec2_home .row.sec2_home_rowmain .row {
    border: 1px solid #dedede;
    background: #fff;
    box-shadow: none;
}
.sec2_home .row.sec2_home_rowmain .row.sec2_home_row2 {
    margin-top: 40px;
}
.sec2_home .row.sec2_home_rowmain .row .heading {
    font-size: 36px;
}
textarea {
    resize: none;
}
.fullwidthimg_contact.checkout_left.levaevs .sec-3-block-head_in {
    text-align: left;
    margin-bottom: 16px;
}
.fullwidthimg_contact.checkout_left.levaevs {
    padding: 40px;
    background: #f7f7f7;
    border: 0 !important;
    border-radius: 12px !important;
    margin-top: 32px;
}
.fullwidthimg_contact.checkout_left.levaevs .forming.forming_btn {
    justify-content: start;
}
.commentsecadd_block_in2top {
    display: flex;
    gap: 5px 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.commentsecadd_block_in2top_gray {
    font-family: Arimo;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}
.commentsecadd_block_in2top_para {
    font-family: Arimo;
    font-weight: 400;
    color: #191d23;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    margin: 8px 0;
}
.commentsecadd_block_in2top.commentsecadd_block_in2bottom {
    gap: 5px 36px;
    justify-content: start;
    flex-wrap: wrap;
}
.commentsecadd_block_in2 {
    padding: 8px;
    background: #ffffff;
    border-radius: 8px;
}
.commentsecadd_block1 {
    display: flex;
    gap: 10px;
}
.commentsecadd_block_in1 img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.commentsecadd_block3 .dropdown-toggle {
    padding: 0;
    /* background: transparent; */
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border: 0;
    width: 100%;
    text-align: left;
    margin: 16px 0 0;
}
.commentsecadd_block1.commentsecadd_block1main {
    margin-bottom: 40px;
}
.commentsecadd_block3 .dropdown-toggle::after {
    display: none;
}
.commentsecadd_block3 .dropdown-toggle:focus {
    box-shadow: none !important;
}
.blog_detail_img {
    border-radius: 40px;
    overflow: hidden;
}
.commentsecadd_block3 .dropdown-menu {
    position: relative !important;
    top: 0 !important;
    transform: inherit !important;
    width: 100%;
    background: transparent !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: inherit !important;
}
.commentsecadd_block3 .dropdown-menu .commentsecadd {
    margin-top: 20px;
}

.fullwidthimg_contact_tess .forming span {
    height: 40px;
    width: 40px;
    background: radial-gradient(
        50% 586.96% at 50% 50%,
        #ef922c 0%,
        #e76622 100%
    );
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 6px;
}
.fullwidthimg_contact_tess textarea {
    border: 1px solid #d0d5dd !important;
    height: 40px !important;
    border-radius: 6px !important;
    background: transparent !important;
}
.fullwidthimg_contact_tess .forming {
    display: flex;
    gap: 8px;
}
.fullwidthimg_contact_tess {
    margin-bottom: 40px;
}
.commentsecadd_block1.commentsecadd_block1main {
    margin-bottom: 24px;
}
.commentsecadd_block_in1 {
    position: relative;
}
.commentsecadd_block_in1::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #d0d5dd;
}
.commentsecadd_block_in1::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #d0d5dd;
    top: 0;
    left: 15px;
    z-index: 0;
}
.commentsecadd_block_in1 img {
    position: relative;
    z-index: 1;
}
.commentsecadd_block3 .dropdown-menu .commentsecadd_block_in1::after {
    display: none;
}
.fullwidthimg_contact.checkout_left textarea.form-control:focus {
    box-shadow: none !important;
}
.commentsecadd_block2 {
    width: 93%;
}
.commentsecadd_block3 .forming button {
    border: 0;
    padding: 0;
}
.commentsecadd_block_in2 {
    margin-bottom: 10px;
}
.blog_detail_img {
    border-radius: 40px;
    overflow: hidden;
}
.forming .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
}
.cookies_close button.close-btn {
    height: 0;
}
.cookies_close {
    text-align: right;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 0;
}
.about_sec3_printer .row.banner_row {
    justify-content: center;
}
/* start responsive */
.product_banner_update1 {
    margin-bottom: 32px;
}

/* top to bottm btn */
.back-to-top svg {
    width: 50px;
    height: 50px;
    background: #000;
    padding: 10px;
    border-radius: 50%;
}
.back-to-top svg path {
    fill: #fff;
}
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
}
.sec-5 {
	background: #f4f4f4;
}
.foot2 .foot_list.foot_list_dtara a {
	font-weight: 400;
	font-size: 16px;
}
.foot2 .foot_list.foot_list_dtara a img {
	width: 18px;
	height: auto;
	object-fit: none;
}
.banner_home {
	overflow: hidden;
}
.item.banner.banner-first {
	background-image: url("../images/shield_home_banner_bg.png");
	background-position: bottom;
	background-size: cover;
}
.item.banner.banner-second {
	background-image: url("../images/shield_home_banner_bg2.png");
	background-position: bottom;
	background-size: cover;
}
.item.banner {
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 0;
}
.item.banner .banner_image {
	display: block;
}
.item.banner .banner_content {
	padding-bottom: 24px;
}
.item.banner {
	background-repeat: no-repeat;
}
.blockcontentblog .sec-3-block-head_in {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blockcontentblog .sec-3-block-para_in.para {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.about_sec2_main {
	padding-bottom: 50px;
}
.about_sec2 .row.about_sec2row {
	align-items: end;
}
.about_sec2_main .about_sec2_block:last-child {
	border-radius: 0 0 14px 14px;
}
.banner.banner_up.about_sec3 .row.banner_row {
	align-items: center;
}
.error {
	text-align: left;
	width: 100%;
}
.toogle_img {
	width: 20px;
	height: auto;
}

/* start 1600px */
@media (max-width: 1600px) {
    .logo-bar .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
	font-size: 16px;
}
    .sec-3.blogsec.blogsecbanner {
        padding: 5px 5px 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
        padding: 5px 16px;
    }
    .sec2_home .row.sec2_home_rowmain .row .heading {
        font-size: 32px;
    }
    .Login-Register {
        font-size: 16px;
    }
    .blog_detail_date {
        gap: 0 20px;
    }
    .blockimgblog img {
        width: 100%;
        height: 300px;
        border-radius: 16px;
        object-fit: cover;
    }
    .banner.banner_up.banner_product.banner_printer .printer_heading {
        font-size: 54px;
    }
    .head-btn {
        font-size: 16px;
    }
    .banner_subheading {
        font-size: 36px;
    }
    .banner_heading {
        font-size: 58px;
    }
    .banner_para {
        font-size: 20px;
    }
    .taglink {
        padding: 16px 32px;
        font-size: 18px;
    }
    .taglink img {
        height: 20px;
        width: 20px;
    }
    .seal_logo .seal_img {
        width: 130px;
        height: 50px;
        object-fit: contain;
    }
    .banner {
        padding: 120px 0;
    }
    .subheading {
        font-size: 22px;
    }
    .heading {
        font-size: 44px;
    }
    .count-title {
        font-size: 44px !important;
    }
    .para {
        font-size: 16px;
    }
    .windowicon_inner img {
        width: 28px;
        height: 28px;
    }
    .windowicon_inner span {
        font-size: 18px;
    }
    .sec2_listing li {
        font-size: 18px;
    }
    .sec2_listing {
        gap: 10px;
    }
    .taglink.taglink_new {
        padding: 15px 32px;
    }
    .sec-3-block-head_in {
        font-size: 22px;
    }
    .faq .card-header button {
        font-size: 22px;
    }
    .foot2 a {
        font-size: 18px;
    }
    .counterinn_block span img {
        width: 28px;
        height: 28px;
    }
    .wrapper_maine .counterinn .count-text {
        font-size: 18px !important;
    }
    .counterinn_block span {
        width: 54px;
        height: 54px;
        border-radius: 8px;
    }
    .counterinn_block {
        gap: 20px;
        margin-bottom: 0;
    }
    .counterinn {
        padding: 16px 20px;
    }
    .counter {
        border-radius: 0;
        padding: 0 !important;
    }
    .wrapper.wrapper_maine {
        top: -50px;
    }
    .sec1 .fullwidthimg {
        margin-top: 50px;
    }
    .windowicon_inner {
        padding: 15px 20px;
    }
    .windowicon_block {
        gap: 12px;
    }

    .profil_img {
        height: 48px;
        width: auto;
    }
    .banner_up {
        margin-top: 90px;
    }
}

/* start 1500px */
@media (max-width: 1500px) {
    .taglink {
        padding: 16px 24px;
        font-size: 16px;
    }
    .sec-5-block-in {
        padding: 20px 38px;
    }
    .banner.banner_up.about_sec3 {
        padding: 50px 0 50px;
    }
}

/* start 1455px */
@media (max-width: 1455px) {
    .logo-bar .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
    .cart_rightin_btnin {
        font-size: 14px;
    }
    .forming input {
        font-size: 16px;
        padding: 12px 16px;
    }
    .forming select {
        font-size: 16px;
        padding: 12px 16px;
    }
    .forming_btn button {
        padding: 14px 28px;
        font-size: 20px;
    }
    .cart_rightin_img img {
        width: auto;
        height: 30px;
    }
    .cart_left_block_headmid {
        font-size: 20px;
    }
    .cart_left_block_para {
        font-size: 16px;
    }
    .about_sec1_link h3 {
        font-size: 16px;
        min-height: 40px;
    }
    .about_sec2_in1 img {
        width: auto;
        height: 40px;
    }
    .about_sec2_in2 h3 {
        font-size: 20px;
    }
    .about_sec2_in3 p {
        font-size: 16px;
    }
    .about_sec2_block {
        padding: 16px;
    }

    .head-btn {
        font-size: 16px;
    }
    .foot4 a {
        font-size: 16px;
    }
    .banner_subheading {
        font-size: 32px;
    }
    .banner_heading {
        font-size: 52px;
    }
    .banner_para {
        font-size: 18px;
    }

    .taglink img {
        height: 20px;
        width: 20px;
    }
    .seal_logo .seal_img {
        width: 110px;
        height: 45px;
        object-fit: contain;
    }
    .banner {
        padding: 120px 0;
    }
    .subheading {
        font-size: 20px;
    }
    .banner.banner_up.banner_product.banner_printer .printer_heading {
        font-size: 48px;
    }
    .heading {
        font-size: 40px;
    }
    .count-title {
        font-size: 40px !important;
    }
    .para {
        font-size: 16px;
    }
    .windowicon_inner img {
        width: 28px;
        height: 28px;
    }
    .windowicon_inner span {
        font-size: 16px;
    }
    .sec2_listing li {
        font-size: 16px;
    }
    .sec2_listing {
        gap: 10px;
    }
    .taglink.taglink_new {
        padding: 15px 32px;
    }
    .sec-3-block-head_in {
        font-size: 20px;
    }
    .faq .card-header button {
        font-size: 20px;
    }
    .foot2 a {
        font-size: 16px;
    }
    .counterinn_block span img {
        width: 28px;
        height: 28px;
    }
    .wrapper_maine .counterinn .count-text {
        font-size: 16px !important;
    }
    .counterinn_block span {
        width: 54px;
        height: 54px;
        border-radius: 8px;
    }
    .counterinn_block {
        gap: 20px;
        margin-bottom: 0;
    }
    .counterinn {
        padding: 16px 20px;
    }
    .counter {
        border-radius: 0;
        padding: 0 !important;
    }
    .wrapper.wrapper_maine {
        top: -50px;
    }
    .sec1 .fullwidthimg {
        margin-top: 50px;
    }
    .equal_space {
        padding: 70px 0;
    }
}

/* start 1366px */
@media (max-width: 1366px) {
    .logo-bar .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
    .item.banner {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 0;
    }
    
    .blog_detail_right_head1 {
        font-size: 24px;
    }
    .sec2_home .row.sec2_home_rowmain .row .heading {
        font-size: 28px;
    }
    .blog_detail_right_block_inner {
        padding: 24px 16px;
    }
    .blog_detail_right_block_head {
        font-size: 18px;
    }
    .lesss_padding {
        padding: 0 15px;
        overflow: hidden;
    }
    .blockimgblog img {
        width: 100%;
        height: 280px;
        border-radius: 16px;
        object-fit: cover;
    }
    .row.rowdatafoot p::before {
        content: "";
        background: linear-gradient(
            90deg,
            #00287c00 0%,
            #fff 50%,
            #00287c00 100%
        );
        width: 767px;
        height: 1px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .printer_catin p {
        font-size: 18px;
    }
    .printer_catin {
        padding: 24px 16px;
    }
    .button_Span {
        font-size: 16px;
    }
    .banner.banner_up.banner_product {
        padding: 100px 0;
    }
    .banner.banner_up.about_sec3 {
        padding: 50px 0 0px;
    }
    .counter_number .counter {
        flex: 0 0 22% !important;
        max-width: 22% !important;
    }
    .counter_number .wrapper {
        gap: 20px !important;
    }
    .head-btn {
        font-size: 16px;
    }
    .foot4 a {
        font-size: 16px;
    }
    .banner_subheading {
        font-size: 28px;
    }
    .banner_heading {
        font-size: 44px;
    }
    .banner_para {
        font-size: 18px;
    }

    .taglink img {
        height: 20px;
        width: 20px;
    }
    .seal_logo .seal_img {
        width: 110px;
        height: 45px;
        object-fit: contain;
    }
    .banner {
        padding: 100px 0;
    }
    .subheading {
        font-size: 18px;
    }
    .heading {
        font-size: 36px;
    }
    .banner.banner_up.banner_product.banner_printer .printer_heading {
        font-size: 42px;
    }
    .count-title {
        font-size: 36px !important;
    }
    .para {
        font-size: 16px;
    }
    .windowicon_inner img {
        width: 28px;
        height: 28px;
    }
    .windowicon_inner span {
        font-size: 16px;
    }
    .sec2_listing li {
        font-size: 16px;
    }
    .sec2_listing {
        gap: 10px;
    }
    .taglink.taglink_new {
        padding: 15px 32px;
    }
    .sec-3-block-head_in {
        font-size: 20px;
    }
    .faq .card-header button {
        font-size: 20px;
    }
    .foot2 a {
        font-size: 16px;
    }
    .counterinn_block span img {
        width: 28px;
        height: 28px;
    }
    .wrapper_maine .counterinn .count-text {
        font-size: 16px !important;
    }
    .counterinn_block span {
        width: 54px;
        height: 54px;
        border-radius: 8px;
    }
    .counterinn_block {
        gap: 20px;
        margin-bottom: 0;
    }
    .counterinn {
        padding: 16px 20px;
    }
    .counter {
        border-radius: 0;
        padding: 0 !important;
    }
    .wrapper.wrapper_maine {
        top: -50px;
    }
    .sec1 .fullwidthimg {
        margin-top: 50px;
    }
    .equal_space {
        padding: 70px 0;
    }
    .sec-3-block-img {
        width: 80px;
        height: 80px;
    }
    .sec-3-block-img::after {
        height: 80px;
        width: 80px;
    }
    .sec-3-block-img img {
        width: 40px;
        height: 40px;
    }
    .sec-3-block:hover .sec-3-block-img img {
        width: 60px;
        height: 60px;
    }
    .heading {
        margin: 0px 0 16px;
    }
    .sec-5-block-in-heading {
        font-size: 16px;
        line-height: 140%;
    }
    .sec-5-block-in {
        padding: 16px 64px;
    }
    .sec-5-block-in-heading img {
        width: 24px;
        height: auto;
    }
    .testimg img {
        width: 120px !important;
        height: 120px !important;
        border-radius: 50%;
    }
    .testimg .testi_img2 {
        width: 30px !important;
        height: 30px !important;
    }
    .foot3 a {
        font-size: 16px;
    }
}

/* start 1200px */
@media (max-width: 1200px) {
    .windowicon_block {
        flex-wrap: wrap;
    }
    .profil_img {
        height: 36px;
        width: auto;
    }
    .logo-bar .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        padding: 10px 12px;
    }
    .head-btn {
        padding: 10px 20px;
    }
    .cart_img {
        width: 40px;
    }
    .sec-3.blogsec.blogsecbanner {
        padding: 3px 5px 0;
    }
    .cart_left_block_headmid {
        font-size: 18px;
    }
    .banner.banner_up.banner_product {
        padding: 80px 0;
    }
    .banner_up {
        margin-top: 82px;
    }
    .about_sec1_inner {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .about_sec2_in1 img {
        width: auto;
        height: 32px;
    }
    .about_sec2_in2 h3 {
        font-size: 16px;
    }
    .about_sec2_in3 p {
        font-size: 15px;
        line-height: 120%;
    }
    .about_sec2_left {
        height: 100%;
        display: flex;
        align-items: end;
    }
    .about_sec2_main {
        margin-bottom: 40px;
    }
    .sec1 .main_heading {
        padding-left: 0;
    }
    .sec-4 .dubleban_btn_colorchange {
        flex-wrap: wrap;
        justify-content: end;
    }
    .windowicon_inner img {
        width: 20px;
        height: 20px;
    }
    .windowicon_inner {
        padding: 15px 20px;
        gap: 10px;
    }
    .sec-5-block-in:nth-child(4) {
        border-right: 0;
    }
    .sec-4 {
        padding: 30px 0;
    }
    .counterinn_block span {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }
    .counterinn_block span img {
        width: 20px;
        height: 20px;
    }
    .count-title {
        font-size: 28px !important;
        line-height: 150% !important;
    }
    .counterinn {
        padding: 10px 16px;
    }
    .counterinn_block {
        gap: 10px;
        margin-bottom: 0;
    }
    .wrapper_maine .counterinn .count-text {
        font-size: 14px !important;
    }
    .wrapper.wrapper_maine {
        top: -24px;
    }
    .sec1 .fullwidthimg {
        margin-top: 24px;
    }
    .sec2 .row {
        padding: 24px;
    }
    .heading {
        font-size: 32px;
    }
    .banner.banner_up.banner_product.banner_printer .printer_heading {
        font-size: 36px;
    }
    .banner_subheading {
        font-size: 24px;
    }
    .banner_heading {
        font-size: 40px;
    }
}

/* start 1099px */
@media (max-width: 1099px) {
    .banner {
        padding: 80px 0;
    }
    .profil_img {
        height: 36px;
        width: auto;
    }
    .head-btn {
        padding: 12px 24px;
    }
    .foot3::before {
        content: "";
        background: linear-gradient(
            90deg,
            #00287c00 0%,
            #fff 50%,
            #00287c00 100%
        );
        width: 576px;
        height: 1px;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .foot3::after {
        content: "";
        background: linear-gradient(
            90deg,
            #00287c00 0%,
            #fff 50%,
            #00287c00 100%
        );
        width: 576px;
        height: 1px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}
@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	box-shadow: 0 0 5px 1px #0000002e;
	border: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
	padding: 5px 16px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
	background: #e76622;
	color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	top: 34px;
}

.dropdown-menu {
	min-width: 15rem !important;
}
}
/* start 991px */
@media (max-width: 991px) {
    .blog_detail_img {
        border-radius: 16px;
        overflow: hidden;
    }
    .footerinner1 .para {
	text-align: left;
}
    .banner.banner_up.banner_product.banner_product_new {
        background-image: url("../images/new_product_banner_mobile1.jpg");
        background-position: top center;
        background-size: cover;
    }
    .banner_product_new .sec2_listing li {  
        text-align: left;
    }
    .item.banner {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }
    .item.banner .row {
        flex-direction: column-reverse;
    }
    .item.banner .banner_content {
        padding-bottom: 0px;
        text-align: center;
    }
    .item.banner .banner_content {
        max-width:100%;
    }
    .item.banner .ban_btn {
        align-items: center
    }
    .banner {
        padding: 60px 0;
    }
    .Login-Register {
        color: #1e1e1e;
    }
    .blog_detail_img {
        border-radius: 16px;
        overflow: hidden;
    }
    .sec2_home .row.sec2_home_rowmain .row.sec2_home_row2 {
        flex-direction: column;
    }
    .fullwidthimg_contact.checkout_left.levaevs .sec-3-block-head_in {
        text-align: center;
    }
    .fullwidthimg_contact.checkout_left.levaevs {
        padding: 20px;
        margin-top: 24px;
    }
    .sec2_home .row.sec2_home_rowmain .row .heading {
        font-size: 24px;
    }
    .sec2_home .row.sec2_home_rowmain .row .fullwidthimg {
        width: 50%;
        margin: auto;
    }
    .sec2_home .row.sec2_home_rowmain .row.sec2_home_row2 {
        margin-top: 24px;
    }
    .row.licence_row {
        justify-content: space-between;
        gap: 32px;
    }
    .data_lecence .form-group.forming label {
        font-size: 16px;
    }
    .blogsecbanner .blockcontentblog {
        padding: 12px;
    }
    .blog_detail .row {
        gap: 32px;
    }
    .sec-3.blogsec.blogsecbanner {
        padding: 5px 5px 0;
    }
    .blogbox {
        padding: 16px;
        margin: 24px 0 0 0;
    }
    .blog_detail_img {
        margin: 24px 0;
    }
    .product_banner_update1 .form-group select {
        margin: 20px auto;
        font-size: 16px;
    }

.logo-bar .navbar-light .navbar-nav .nav-link.active {
	color: #e76722;
}
.headerneww.headernewwss {
	margin-top: 10px;
}
    .cart_img {
        width: 48px;
        height: auto;
        object-fit: contain;
        border: 1px solid #e76622;
        border-radius: 50%;
    }
    .headerneww.headernewwss .head-btn {
        color: #1e1e1e;
        font-weight: 400;
        padding: 0;
        border: 0;
        background: transparent;
    }
    .foot_head {
        font-size: 18px;
    }
    .row.rowdatafoot p::before {
        content: "";
        background: linear-gradient(
            90deg,
            #00287c00 0%,
            #fff 50%,
            #00287c00 100%
        );
        width: 100%;
        height: 1px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .printer_catin {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .printer_cat {
        margin: 28px 0;
        justify-content: center;
        flex-wrap: wrap;
    }
    .form-group.form-group_main .para {
        text-align: left;
    }
    .form-group.form-group_main .heading {
        text-align: left;
    }
    .form-group.form-group_main .form-group1,
    .form-group.form-group_main .form-group2 {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .banner {
        padding: 60px 0;
    }
    .Login-Register {
        color: #1e1e1e;
    }
    .blog_detail_img {
        border-radius: 16px;
        overflow: hidden;
    }
    .sec2_home .row.sec2_home_rowmain .row.sec2_home_row2 {
        flex-direction: column;
    }
    .fullwidthimg_contact.checkout_left.levaevs .sec-3-block-head_in {
        text-align: center;
    }
    .fullwidthimg_contact.checkout_left.levaevs {
        padding: 20px;
        margin-top: 24px;
    }
    .sec2_home .row.sec2_home_rowmain .row .heading {
        font-size: 24px;
    }
    .sec2_home .row.sec2_home_rowmain .row .fullwidthimg {
        width: 50%;
        margin: auto;
    }
    .sec2_home .row.sec2_home_rowmain .row.sec2_home_row2 {
        margin-top: 24px;
    }
    .row.licence_row {
        justify-content: space-between;
        gap: 32px;
    }
    .data_lecence .form-group.forming label {
        font-size: 16px;
    }
    .blogsecbanner .blockcontentblog {
        padding: 12px;
    }
    .blog_detail .row {
        gap: 32px;
    }
    .sec-3.blogsec.blogsecbanner {
        padding: 5px 5px 0;
    }
    .blogbox {
        padding: 16px;
        margin: 24px 0 0 0;
    }
    .blog_detail_img {
        margin: 24px 0;
    }
    .product_banner_update1 .form-group select {
        margin: 20px auto;
        font-size: 16px;
    }
    .cart_img {
        width: 48px;
        height: auto;
        object-fit: contain;
        border: 1px solid #e76622;
        border-radius: 50%;
    }
    .headerneww.headernewwss .head-btn {
        color: #1e1e1e;
        font-weight: 400;
        padding: 0;
        border: 0;
        background: transparent;
    }
    .foot_head {
        font-size: 18px;
    }
    .row.rowdatafoot p::before {
        content: "";
        background: linear-gradient(
            90deg,
            #00287c00 0%,
            #fff 50%,
            #00287c00 100%
        );
        width: 100%;
        height: 1px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .printer_catin {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .printer_cat {
        margin: 28px 0;
        justify-content: center;
        flex-wrap: wrap;
    }
    .form-group.form-group_main .para {
        text-align: left;
    }
    .form-group.form-group_main .heading {
        text-align: left;
    }
    .form-group.form-group_main .form-group1,
    .form-group.form-group_main .form-group2 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .product_banner_update1 .form-group select {
        background-size: 16px;
    }
    .banner_product .banner_subheading {
    text-align: left;
}
.banner_product .order_now_block.order_now_block2
    .form-check.form-check_formiong
    .form-check-label, .banner_product .order_now_block.order_now_block3
    .form-check.form-check_formiong
    .form-check-label {
    text-align: left;
}
    .button_Span span {
        display: inline;
    }
    .cart_sec1 .row {
        gap: 40px;
    }
    .order_now_block_head {
        font-size: 24px;
    }
    .checkout_left.checkout_leftorder.checkout_leftorder_order_now
        .forming.forming_btn {
        margin: 24px 0;
    }
    .orderinner_boxshot1 span {
        font-size: 16px;
    }
    .orderinner_boxshot1 img {
        width: 24px;
        height: auto;
    }
    .orderinner {
        padding: 24px;
    }
    .cart_sec1.login_sec1 .checkout_left.checkout_leftorder {
        padding: 20px;
    }
    .cart_sec1.login_sec1 .checkout_left {
        padding: 16px;
    }
    .abbanner .row {
        flex-direction: column-reverse;
        gap: 24px;
        text-align: center;
    }
    .abbanner .ban_btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .abbanner {
        padding-top: 40px;
    }
    .cart_rightin.cart_rightin2 {
        margin-top: 0;
    }
    .banner.banner_up.banner_product .banner_image {
        display: block;
    }
    .banner.banner_up.banner_product {
        padding: 60px 0 0;
    }
    .banner.banner_up.banner_product {
        background-image: url("../images/product_mobile_bannerbg.jpg");
        background-position: top center;
        background-size: cover;
    }
    .banner_product .sec2_listing {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .counter_number .counter {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }
    .about_sec1_inner {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .wrapper {
        flex-wrap: wrap;
    }
    .banner_up {
        margin-top: 80px;
    }
    .banner_product .banner_content {
        max-width: 100%;
        text-align: center;
    }
    .banner_product .ban_btn {
        align-items: center;
    }
    .sec2 .row {
        flex-direction: column-reverse;
    }
    .banner_content {
        max-width: 70%;
    }
    .align-item-center {
        align-items: center;
        gap: 30px;
    }
    .sec2 .row {
        padding: 24px;
        gap: 30px;
    }
    .equal_space {
        padding: 50px 0;
    }
    .sec-4 .row {
        align-items: center;
        gap: 30px;
    }
    .sec-4 .dubleban_btn_colorchange {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec-5-block-in {
        padding: 10px 14px;
    }
    .sec-5-block-in:nth-child(2) {
        border-top: 0.5px dotted #1e1e1e;
    }
    .sec-5-block-in:nth-child(2) {
        border-right: 0.5px dotted #1e1e1e;
    }
    .sec-5-block-in:nth-child(3) {
        border-right: 0;
    }
    .sec-5-block-in:nth-child(1) {
        border-right: 0;
    }
    .sec-6 {
        padding-top: 30px;
    }
    .para {
        font-size: 16px;
        text-align: center;
    }
    .ban_btn.dubleban_btn {
        justify-content: center;
    }
    .heading {
        font-size: 28px;
        text-align: center;
        margin: 0px 0 10px;
    }
    .banner.banner_up.banner_product.banner_printer .printer_heading {
        font-size: 32px;
    }
    .testimg img {
        width: 120px !important;
        height: 120px !important;
        border-radius: 50%;
    }
    .sec-4.sec-7 .ban_btn.dubleban_btn {
        flex-direction: revert;
        align-items: initial;
        text-align: center;
    }
    .wrapper.wrapper_maine {
        top: 40px;
        right: 160px;
    }
    .sec1 .fullwidthimg {
        margin-top: 0;
    }
    .subheading {
        font-size: 18px;
        text-align: center;
    }
    .windowicon_block {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec2_listing {
        margin: 24px 0 0 0;
    }
    .seal_logo {
        gap: 10px;
        margin-top: 24px;
        flex-wrap: wrap;
    }
    .banner_heading {
        font-size: 32px;
    }
    .banner_subheading {
        font-size: 20px;
    }
    .banner_para {
        font-size: 16px;
    }
    .ban_btn {
        margin-top: 24px;
    }
    .banner_heading {
        margin: 10px 0 10px;
    }
    .faq .row {
        align-items: center;
        gap: 24px;
    }
    .logo-bar .navbar-toggler-icon {
        display: inline-block;
        width: 40px;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: 50%/100% 100% no-repeat;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 4px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .headerneww {
        display: none;
    }
    .cart_img {
        width: 36px;
    }
    .headerneww.headernewwss {
        display: block;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 16px;
    }
    .logo-bar .navbar-collapse {
        padding: 20px;
        background: #fff;
        border-radius: 0 0 16px 16px;
        position: absolute;
        width: 100%;
        top: 80px;
        z-index: 1;
        box-shadow: 0 0 20px 1px #ee8e2b36;
    }
    .blog_detail_img {
        border-radius: 16px;
        overflow: hidden;
    }
    .banner {
        padding: 60px 0;
    }
    .Login-Register {
        color: #1e1e1e;
    }
    .sec2_home .row.sec2_home_rowmain .row.sec2_home_row2 {
        flex-direction: column;
    }
    .fullwidthimg_contact.checkout_left.levaevs .sec-3-block-head_in {
        text-align: center;
    }
    .fullwidthimg_contact.checkout_left.levaevs {
        padding: 20px;
        margin-top: 24px;
    }
    .sec2_home .row.sec2_home_rowmain .row .heading {
        font-size: 24px;
    }
    .sec2_home .row.sec2_home_rowmain .row .fullwidthimg {
        width: 50%;
        margin: auto;
    }
    .sec2_home .row.sec2_home_rowmain .row.sec2_home_row2 {
        margin-top: 24px;
    }
    .row.licence_row {
        justify-content: space-between;
        gap: 32px;
    }
    .data_lecence .form-group.forming label {
        font-size: 16px;
    }
    .blogsecbanner .blockcontentblog {
        padding: 12px;
    }
    .blog_detail .row {
        gap: 32px;
    }
    .sec-3.blogsec.blogsecbanner {
        padding: 5px 5px 0;
    }
    .blogbox {
        padding: 16px;
        margin: 24px 0 0 0;
    }
    .blog_detail_img {
        margin: 24px 0;
    }
    .product_banner_update1 .form-group select {
        margin: 20px auto;
        font-size: 16px;
    }
    .cart_img {
        width: 48px;
        height: auto;
        object-fit: contain;
        border: 1px solid #e76622;
        border-radius: 50%;
    }
    .headerneww.headernewwss .head-btn {
        color: #1e1e1e;
        font-weight: 400;
        padding: 0;
        border: 0;
        background: transparent;
    }
    .foot_head {
        font-size: 18px;
    }
    .row.rowdatafoot p::before {
        content: "";
        background: linear-gradient(
            90deg,
            #00287c00 0%,
            #fff 50%,
            #00287c00 100%
        );
        width: 100%;
        height: 1px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .printer_catin {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .printer_cat {
        margin: 28px 0;
        justify-content: center;
        flex-wrap: wrap;
    }
    .form-group.form-group_main .para {
        text-align: left;
    }
    .form-group.form-group_main .heading {
        text-align: left;
    }
    .form-group.form-group_main .form-group1,
    .form-group.form-group_main .form-group2 {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .logo-bar .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        color: #1e1e1e;
    }
    .logo-bar .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        color: #1e1e1e;
        text-align: left;
        padding: 10px 0;
    }
    .logo-bar .navbar-light .navbar-nav .nav-link:hover {
        color: #e76722;
    }
    .foot_list {
        flex-wrap: wrap;
    }
    .footer {
        padding: 30px 0;
    }
    .low-footer {
        padding: 10px 0;
    }
    .low-footer2 {
        gap: 16px;
    }
    .low-footer2 a img {
        width: auto;
        height: 16px;
    }
    .faq .card {
        padding: 16px;
        border-radius: 16px !important;
    }
    .faq .card-header button {
        font-size: 18px;
        padding-right: 16px;
    }
    .foot_list {
        padding: 16px 0;
    }
    .about_sec2 .row.about_sec2row {
        flex-direction: column-reverse;
    }
    .about_sec2::after {
        content: "";
        width: 100%;
        background: url("../images/about_sec2img2.png");
        height: 100%;
        position: absolute;
        top: inherit;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
        bottom: 0;
        background-position: bottom;
    }
    .banner.banner_up.about_sec3 .banner_content {
        max-width: 100%;
        text-align: center;
    }
    .banner.banner_up.about_sec3 .seal_logo {
        justify-content: center;
    }
    .banner.banner_up.about_sec3 .row.banner_row {
        gap: 30px;
    }
    .tahnkuimg img {
        width: 214px;
        height: auto;
    }
    .tahnkuimg {
        text-align: center;
    }
    .thanku .row {
        gap: 30px;
    }
    .privacy_policy h3 {
        margin: 0 0 16px 0;
        font-size: 20px;
    }
    .privacy_policy p {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .privacy_policy li {
        font-size: 16px;
    }
    .privacy_policy ul {
        margin-bottom: 16px;
    }
    .banner_product_new .banner_subheading {
	text-align: center;
}
}

/* start 767px */
@media (max-width: 767px) {
    .banner_content {
        max-width: 100%;
    }
    .commentsecadd_block_in2top_gray {
        font-size: 14px;
    }
    .commentsecadd_block_in2top_para {
        font-size: 14px;
        line-height: 20px;
    }
    .commentsecadd_block3 .dropdown-toggle {
        font-size: 14px;
    }
    .fullwidthimg_contact_tess textarea {
        border: 1px solid #d0d5dd !important;
        height: 32px !important;
        background: transparent !important;
        font-size: 14px;
        padding: 4px 10px;
    }
    .fullwidthimg_contact_tess .forming span {
        height: 32px;
        width: 32px;
    }
    .fullwidthimg_contact_tess {
        margin-bottom: 24px;
    }
    .blockcontentblog {
        padding: 20px 0 0 0;
    }
    .sec2.sec2_home .row {
        justify-content: space-between;
        padding: 16px;
    }
    .sec-3.blogsec .row {
        gap: 32px 0;
    }
    .printer_catin {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .button_Span_main {
        text-align: center;
    }
    .ban-right-inst img {
        width: 300px;
        height: auto;
    }
    .printer_catin p {
        font-size: 16px;
    }
    .fullwidthimg_contact.checkout_left {
        padding: 24px 16px;
    }
    .forming_btn button {
        font-size: 16px;
    }
    .banner.banner_up.banner_product {
        padding: 40px 0 0;
    }
    .banner_up {
        margin-top: 60px;
    }
    .counter_number .counter {
        flex: 0 0 45% !important;
        max-width: 45% !important;
    }
    .about_sec1_inner {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .banner_content {
        max-width: 100%;
        text-align: center;
    }
    .ban_btn {
        align-items: center;
    }
    .button_Span {
        font-size: 16px;
    }
    .sec2 .row {
        padding: 24px 0;
    }

    .seal_logo {
        justify-content: center;
    }
    .wrapper.wrapper_maine {
        top: 0px;
        right: 75px;
    }
    .sec-5-block-in:nth-child(2) {
        border-right: 0;
    }
    .heading {
        font-size: 24px;
    }
    .banner.banner_up.banner_product.banner_printer .printer_heading {
        font-size: 28px;
    }
    .sec-3-block-head_in {
        font-size: 18px;
    }
    .testi {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }
    .testicontent .sec-3-block-para_in.para {
        text-align: center;
    }
    .testicontent .sec-3-block-head_in {
        text-align: center;
        margin-top: 10px;
    }
    .testi {
        margin-top: 16px;
    }
    .foot3::before,
    .foot3::after {
        width: 100%;
    }
    .foot3 .foot_list {
        gap: 10px 24px;
    }
    .banner_image {
        display: block;
    }
    .banner .row {
        gap: 30px;
    }
    .banner {
        padding: 40px 0 0;
    }
    .banner {
        background-image: url("../images/mobilebgbanner.jpg");
        background-position: top right;
        background-size: cover;
    }
    .logo-bar .navbar {
        padding: 10px 0;
    }
    .logo-bar .navbar-collapse {
        padding: 20px;
        background: #fff;
        border-radius: 0 0 16px 16px;
        position: absolute;
        width: 100%;
        top: 60px;
        z-index: 1;
        box-shadow: 0 0 20px 1px #ee8e2b36;
    }
}

/* start 576px */
@media (max-width: 576px) {
    .wrapper.wrapper_maine {
        top: 0px;
        right: 0;
        position: relative;
        margin: 30px 0 0 0;
    }
    .about_sec2_in1 img {
	width: auto;
	height: 24px;
}
    .footerinner1 .para {
	text-align: center;
}
    .sec2_home .row.sec2_home_rowmain .row .fullwidthimg {
        width: 100%;
        margin: auto;
    }
    .footerinner1 {
        text-align: center;
    }
    .footerinner1 .foot2 {
        justify-content: center;
        text-align: center;
    }
    .footerinner1 .foot_list {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    .low-footer2 {
        justify-content: center;
    }
    .foot_head {
        text-align: center;
    }
    .foot_list1 li {
        text-align: center;
    }
    .foot_list1 li {
        text-align: center;
        display: flex;
        justify-content: center;
        list-style: none;
    }
    .foot_list1 {
        padding-left: 0;
    }
    .printer_catin {
        flex: 0 0 45%;
        max-width: 45%;
        padding: 20px 10px;
    }
    .printer_cat {
        gap: 10px;
    }
    .printer_catin img {
        width: auto;
        height: 50px;
    }
    .form-group.form-group_main .form-group1,
    .form-group.form-group_main .form-group2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .form-group.form-group_main {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .form-group2 {
        padding-left: 0;
        border-top: 2px solid #1e1e1e10;
        padding-top: 20px;
        border-left: 0;
    }
    .msg-wrap {
        flex-wrap: wrap;
    }
    .cart_rightin_btn.cart_rightin_btn_order .cart_rightin_btnin {
        width: 100%;
        margin: auto;
    }
    .cart_sec1.login_sec1.login_sec1order .row {
        gap: 24px;
    }
    .orderinner_boxshot img {
        width: 200px;
        height: auto;
    }
    .orderinner_boxshot {
        margin-bottom: 10px;
        text-align: center;
    }
    .orderinner {
        padding: 16px;
    }
    .cart_sec1.login_sec1 .checkout_left.checkout_leftorder {
        padding: 16px;
    }
    .checkout_left.checkout_leftorder.checkout_leftorder_bottom {
        margin-top: 20px;
    }
    .cart_left_block {
        align-items: start;
        gap: 24px;
        flex-direction: column;
    }
    .cart_left_block1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cart_left_block3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cart_right1 {
        padding: 16px;
    }
    .cart_Sec2in {
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .banner_product .sec2_listing {
        align-items: start;
    }
    .counter_number .wrapper {
        gap: 10px !important;
    }
    .counter_number .wrapper p {
        margin: 0;
        line-height: 120%;
        min-height: 40px;
        margin-top: 5px;
    }
    .about_sec1_main {
        gap: 10px;
    }
    .about_sec1_inner {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .equal_space {
        padding: 40px 0;
    }
    .windowicon_inner {
        padding: 10px 10px;
        gap: 5px;
    }
    .windowicon_inner img {
        width: 16px;
        height: 16px;
    }
    .windowicon_inner span {
        font-size: 14px;
    }
    .sec2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .foot2 a,
    .foot4 a {
        font-weight: 400;
    }
    .low-footer1 {
        font-size: 14px;
    }
    .lowfoot {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .ban_btn.dubleban_btn {
        flex-wrap: wrap;
    }
    .sec-3-block {
        gap: 6px;
        padding: 10px;
        border-radius: 12px;
        background: #ef922c08;
        border: 1px solid #f15a294a !important;
        height: 100%;
    }
    .sec-3-block-img {
        width: 60px;
        height: 60px;
    }
    .sec-3-block-img::after {
        height: 60px;
        width: 60px;
    }
    .sec-3-block-img img {
        width: 28px;
        height: 28px;
    }
    .sec-3-block:hover .sec-3-block-img img {
        width: 40px;
        height: 40px;
    }
    .sec-3-block:hover .sec-3-block-img::after {
        height: 50px;
        width: 50px;
    }
    .sec-3 .row {
        gap: 16px 0;
        margin-top: 24px;
    }
    .sec-3 .row .col-6:nth-child(odd) {
        padding-right: 7px;
    }
    .sec-3 .row .col-6:nth-child(even) {
        padding-left: 7px;
    }
    .sec-3-block-para_in.para {
        font-size: 15px;
    }
    .wrapper.wrapper_maine {
        display: none;
    }
    .taglink {
        width: 100%;
        justify-content: center;
    }
    .foot_list {
        gap: 10px 14px;
    }
    .sec-3.uninstall-sec-3 .order_now_block_head {
        font-size: 20px;
    }
    .ban-right-inst {
        margin-top: 16px;
    }
    .ins-sec-inner {
        margin-bottom: 24px;
    }

.about_sec2_in2 {
	flex: 0 0 80%;
	max-width: 80%;
}
.about_sec2_in3 {
	flex: 0 0 100%;
	max-width: 100%;
}
.about_sec2_main .about_sec2_block {
	flex-wrap: wrap;
}
}

/* start 400px */
@media (max-width: 400px) {
    .ban-right-inst img {
        width: 100%;
        height: auto;
    }
}
