/*-- global css here-- */

@font-face {
  font-family: "Santoshi";
  src: url("../font/Satoshi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Santoshi";
  src: url("../fonts/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Santoshi";
  src: url("../fonts/Satoshi-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Santoshi";
  src: url("../fonts/Satoshi-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Santoshi";
  src: url("../fonts/Satoshi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Santoshi", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  display: inline-block;
}

li {
  list-style: none;
}

p {
  margin: 0px;
}

.f_20 {
  font-size: 20px;
  color: #535353;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

h2 {
  font-size: 46px;
  text-align: center;
}

h6 {
  font-size: 20px;
}

.h6_22 {
  font-size: 22px;
  font-weight: 500;
}

ul {
  margin: 0px;
}

a:hover {
  text-decoration: none;
}

.p_100 {
  padding: 100px 0px;
}

.p_120 {
  padding: 100px 0px;
}

.size_14 {
  font-size: 14px;
}

.size_18 {
  font-size: 18px;
}

.text-black {
  color: #000;
}

h3 {
  font-weight: 700;
  font-size: 34px;
}

.mt-10 {
  margin-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

.txt-gry {
  color: #535353;
}

.w-100 {
  width: 100%;
}

.pt-70 {
  padding-top: 70px;
}

.blue_cta {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  padding: 16px 40px;
  background: #001f3f;
  border: 0px;
  border-radius: 100px;
  display: inline-block;
}

.red_cta {
  background-color: #b42525;
  color: #fff;
  font-size: 16px;
  padding: 10px;
}

.cta_blue_brder {
  background-color: #fff;
  border: 1px solid #001f3f;
  color: #001f3f;
  font-size: 18px;
  padding: 15px 51px;
  border-radius: 280px;
}

.cta_blue_brder:hover {
  background-color: #001f3f;
  color: #fff;
}

.cta:hover,
.hero_wrapper .cta:hover,
.news_letter button:hover {
  border: 1px solid #b42525;
  color: #fff;
  background-color: #b42525;
}

.blue_cta:hover {
  background-color: #b42525;
  color: #fff !important;
}

.blog_btn:hover {
  background: #001f3f;
  color: #fff;
}

.footer_logo_icon img {
  width: 200px;
}

ul.socilas_icos_footer li:hover a {
  background: #ffffff42;
  border: 0.8px solid #001f3f;
}

li.nav-item:hover a {
  color: #001f3f !important;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #001f3f;
  outline: 0;
  box-shadow: none;
}

/*--- top hedaer css here-- */
.class_mobile_logo {
  display: none;
}

.search_box button {
  padding: 0px;
  border: 0px;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 4px;
}

.search_box form {
  position: relative;
}

.search_box form input {
  border-radius: 100px;
  border: 1px solid #001f3f14;
  padding: 16px 22px;
  font-size: 14px;
  font-weight: 400;
  color: #000000 !important;
}

.search_box input::placeholder {
  color: #000;
  font-size: 14px;
}

.printer_lady img {
  width: 100%;
}

.profile_icons a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding-left: 36px;
}

.setting_icon img {
  padding-right: 10px;
}

.contact_icon img {
  padding-right: 10px;
}

.contact_icon {
  margin-right: 10px;
}

/* ----nav bar---- */
.navbar.navbar-expand-lg.navbar-light {
  background: #b42525 !important;
  color: #fff !important;
  padding: 0px;
}

.navbar-nav li a {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500;
}

.nav_timing p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.nav_timing a {
  background: #001f3f;
  color: #fff;
  border: 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  padding: 9px 27px;
  margin-top: 10px;
}

.nav_timing a:hover {
  background: #0a3460;
}

.top_header .btn-outline-success:hover {
  color: #fff;
  background-color: #19875400;
  border-color: #19875400;
}

.top_header .btn-outline-success:active {
  color: #fff;
  background-color: #19875400;
  border-color: #19875400;
}

.top_header .btn-outline-success:focus {
  color: #fff;
  background-color: #19875400;
  border-color: #19875400;
  box-shadow: none;
}

.top_header .container-fluid {
  padding: 0 60px;
}

.navbar-nav {
  gap: 30px;
}

/* --top slider css-- */
.slider_inner_cnty {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  padding: 14px;
}

.slider_inner_cnty p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 6px;
}

.slider_inner_cnty p span {
  color: #001f3f;
  font-weight: 500;
}

.hero_top_slider {
  position: relative;
}

.hero_top_slider .custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 5;
}

/* Position Prev button on left */
.hero_top_slider .custom-prev {
  left: 50px;
}

/* Position Next button on right */
.hero_top_slider .custom-next {
  right: 50px;
}

/* -----Hero sect css--- */
.hero_wrapper {
  padding: 30px 66px;
}

.printer_image {
  position: relative;
  top: -30px;
}

section.hero_wrapper img {
  padding-bottom: 20px;
  padding-top: 100px;
}

section.hero_wrapper img {
  width: 100%;
}

.printer_image_sec {
  text-align: right;
  display: flex;
  align-items: end;
  height: 100%;
  width: 100%;
}

.hero_inner_cont p {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  top: -22px;
  position: relative;
  background: #022344;
  display: inline-block;
  padding-right: 15px;
  padding-left: 13px;
}

.hero_inner_cont {
  text-align: center;
}

.hero_inner_cont h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 8px;
  margin-bottom: 30px;
}

.hero_inner_cont h1 {
  color: #fff;
  font-size: 110px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
}

.hero_inner_cont span {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 60px;
  background: #b42525;
  display: inline-block;
  border-radius: 7px;
  position: relative;
  margin-bottom: -26px;
  display: block;
}

.hero_wrapper .cta {
  padding: 16px 38px;
  color: #000;
  border-radius: 100px;
  border: 1px solid transparent;
  text-transform: capitalize;
  font-weight: 500;
  background-color: #efefef;
}

.hero_wrapper .cta_btn {
  text-align: center;
  margin-top: 52px;
}

.hero_wrapper .col-md-6 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.border_div_iner {
  border: 7px solid #fff;
  border-radius: 15px;
  /* height: 92%; */
  padding: 0px 53px;
}

.hero_inner_cont span::after {
  position: absolute;
  content: "";
  background: #fff;
  height: 11px;
  width: 11px;
  border-radius: 100%;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hero_inner_cont span::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 11px;
  width: 11px;
  border-radius: 100%;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.printer_image_sec {
  text-align: right;
}

/* ----view all collection css--- */
.collection_slider {
  padding: 135px 0px;
}

.title_justbrowser h5 {
  font-size: 28px;
  color: #535353;
  font-weight: 400;
}

.title_justbrowser h5 b {
  font-size: 36px;

  font-weight: 700;
  color: #000;
  text-transform: capitalize;
}

.btn_allcollection {
  text-align: right;
}

.all_collection {
  padding: 0px;
  border: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  position: relative;
  background-color: transparent;
}

.all_collection::before {
  position: absolute;
  content: "";
  background: #000;
  height: 1px;
  width: 44px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -54px;
}

/* ---progrssbar slider css--- */
.outer_div_main {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 46px;
  margin-bottom: 65px;
}

.collection_slider .slick-list.draggable .slick-track {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0px;
}

.collection_slider .progress {
  display: flex;
  height: 6px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #00000012;
  border-radius: 100px;
}

.collection_slider .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #b42525;
  transition: width 0.6s ease;
  border-radius: 100px;
}

.collection_img {
  border-radius: 15px;
  border: 1px solid #001f3f1f;
  height: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 35px;
}

.collection_img img {
  width: 160px;
  height: 133px;
  object-fit: contain;
}

.collection_caption p {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 12px;
}

.collection_slider .info-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.collection_slider .btn-container button {
  border: none;
  background: transparent;
  cursor: pointer;
}

.collection_slider .btn-container img {
  width: 63px;
}

.collection_slider .btn-container img {
  height: auto;
}

/* ----- */
.collection_slider .btn-container img {
  width: 63px;
}

.collection_slider .info-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 32px;
}

.collection_slider .btn-container button {
  border: none;
  background: transparent;
  cursor: pointer;
}

.collection_slider .btn-container img {
  height: auto;
}

.collection_slider .slider-counter {
  font-size: 16px;
  color: #333;
}

.collection_slider.btn-container button:hover img {
  filter: brightness(0) invert(13%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(105%);
}

.collection_slider.btn-container img:active {
  filter: brightness(0) invert(13%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(105%);
}

.collection_slider .slider-counter .current-page {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  transition: all 0.3s ease;
}

button.customs-next {
  background: transparent !important;
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #001f3f1a !important;
}

button.customs-prev {
  background: transparent !important;
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #001f3f1a !important;
}

button.customs-next img {
  width: 27px !important;
  filter: contrast(0.5);
}

button.customs-prev img {
  width: 27px !important;
  filter: contrast(0.5);
  transform: rotate(180deg);
}

button.customs-next:hover {
  background: #001f3f !important;
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #001f3f !important;
}

button.customs-prev:hover {
  background: #001f3f !important;
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #001f3f !important;
}

button.customs-next:hover img {
  width: 27px !important;
  filter: none;
}

button.customs-prev:hover img {
  width: 27px !important;
  filter: none;
}

.btn-container {
  display: flex;
  gap: 20px;
}

.slider-counter span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

span.current-page {
  font-size: 29px !important;
  font-weight: 500 !important;
}

.collection_img:hover {
  box-shadow: 30px 24px 74px 0px #001f3f1f;
}

/* -------uk printing css---- */
section.uk_printer_sec {
  padding: 70px 0px;
  background: #001f3f0f;
  text-align: center;
}

.uk_printer_cont h2 {
  font-size: 46px;
  font-weight: 700;
  color: #000;
  margin-bottom: 7px;
}

.uk_printer_cont p {
  font-size: 20px;
  font-weight: 400;
  color: #535353;
}

.uk_printer_cont {
  max-width: 70%;
  margin: auto;
}

/* -----latest print----- */
section.latest_print_sect {
  padding: 110px 0px;
}

.title_latest_print {
  text-align: center;
}

.title_latest_print span {
  color: #b42525;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 13px 31px;
  background: #b425250a;
  border: 1px solid #b425251a;
  border-radius: 100px;
  display: inline-block;
}

.title_latest_print h2 {
  font-size: 46px;
  font-weight: 700;
  color: #000;
  margin-bottom: 44px;
  margin-top: 12px;
}

.lasepbg {
  background: url("../images/fire_overlay.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lasepbg2 {
  background: url("../images/fire_blueoverlay.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lasepbg3 {
  background: url("../images/fire_redoverlay.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.laser_printer h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 12px;
  margin-top: 10px;
  text-align: left;
}

.laser_printer p {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
}

.laser_printer {
  padding: 42px 47px 50px;
  border-radius: 15px;
}

.printer_img_latest {
  text-align: center;
  margin-top: 47px;
}

.laser_printer {
  flex: 1;
}

section.latest_print_sect .col-md-4 {
  display: flex;
  flex-direction: column;
}

.border_ra_55 {
  width: 166px;
  height: 166px;
  background: #b4252514;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: auto;
}

.title_latest_print.current_pro_inner h2 {
  margin-bottom: 6px;
}

.title_latest_print.current_pro_inner p {
  color: #001f3f;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 45px;
}

.multibox_tag p {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-top: 21px;
}

.current_pro {
  padding: 0px 0px 110px 0px;
}

.multibox_tag {
  margin: 0px 60px;
}

/* ----company logos---- */
.company_logos_sect {
  padding: 55px 60px;
  padding-top: 0px;
}

.company_logos_sect .container {
  border-top: 1px solid #001f3f2e;
  padding-top: 60px;
}

.com_titler h3 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
}

.com_titler {
  position: relative;
}

.com_titler::after {
  position: absolute;
  content: "";
  background: #001f3f5e;
  width: 1px;
  height: 129px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.com_logos_here {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 59px;
}

/* ---full width section---- */
.printer_image_full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.printer_image_full {
  display: flex;
  align-items: center;
  height: 100%;
}

.blacK_box_cont {
  background: #000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 100px 165px;
}

.blacK_box_cont h2 {
  color: #fff;
  font-size: 46px;
  text-align: center;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}

.blacK_box_cont p {
  color: #535353;
  font-size: 20px;
  text-align: center;
  margin-bottom: 43px;
}

.full_width_printer .col-md-6 {
  padding: 0px;
}

/* ---popular printer card--- */
.popular_printer_sect {
  padding: 120px 0px 80px 0px;
}

.inner_span_btn span {
  font-size: 12px;
  text-align: center;
  background: #b4252514;
  padding: 4px 10px;
  border-radius: 4px;
  color: #000;
  border-left: 3px solid #b42525;
}

.inner_span_btn span:nth-child(2) {
  border: 1px solid #b42525;
}

.product_image_here {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #001f3f1f;
  padding-bottom: 23px;
}

.popular_printer_card {
  border: 1px solid #001f3f1f;
  padding: 16px;
  border-radius: 15px;
  text-align: center;
}

.about_printer h4 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

.about_printer p {
  font-size: 15px;
  font-weight: 400;
  color: #535353;
  margin-bottom: 8px;
}

.star_yellow p {
  font-size: 13px;
  font-weight: 400;
  margin: 0px;
}

.blue_check_main {
  padding: 18px;
  border: 1px solid #001f3f1a;
  border-radius: 10px;
  margin-bottom: 16px;
  margin-top: 20px;
  text-align: left;
}

.blue_check {
  align-items: baseline;
}

.blue_check p {
  color: #535353;
  font-size: 12px;
  font-weight: 400;
}

.blue_check img {
  margin-top: 3px;
}

.vat_main p:nth-child(1) {
  color: #b42525;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.vat_main p:nth-child(2) {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.vat_main p:nth-child(2) b {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.vat_main p:nth-child(1) b {
  color: #b42525;
  font-size: 16px;
  font-weight: 700;
}

.vat_main {
  padding-left: 15px;
  margin-bottom: 25px;
}

.popular_printer_card .blue_cta {
  padding: 15px 70px;
  margin-bottom: 21px;
  margin-top: 32px;
}

.shipping_truck p {
  font-size: 14px;
  font-weight: 400;
  color: #535353;
}

form.checkbox_input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

form.checkbox_input label {
  color: #535353;
  font-size: 14px;
  font-weight: 400;
}

.popular_printer_title {
  margin-bottom: 40px;
}

.product_image_here {
  min-height: 240px;
}

.popular_printer_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.blue_check {
  gap: 3px !important;
  align-items: center;
}

.popular_printer_sect .col-md-3 {
  margin-bottom: 24px;
}

/* ------blog post css---- */
.blog_inner_cont h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 17px;
}

.blog_inner_cont p {
  color: #535353;
  font-size: 15px;
  margin-bottom: 25px;
}

.blog_btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 20px;
  border: 1px solid #001f3f;
  border-radius: 100px;
  margin-top: auto;
  color: #000;
}

.blog_image {
  margin-top: 40px;
}

.blog_image img {
  width: 100%;
  border-radius: 25px;
}

.blog_items {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  height: 100%;
}

.collection_slider_mian {
  flex: 1;
}

section.blog_sect {
  padding: 0px 0px 120px 0px;
}

.buy_card_main {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.buy_card_main img {
  width: 29%;
}

.buy_card_box {
  flex: 1;
}

.center_tall_box {
  flex: 1.3;
}

section.why_buy_from {
  background: #b4252512;
  padding: 110px 0px;
}

.buy_card_box {
  background: #fff;
  border-radius: 30px;
  padding: 70px 100px 70px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.buy_card_main h5 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
  margin-top: 22px;
}

.buy_card_box p {
  font-size: 14px;
  text-align: center;
  color: #535353;
}

.center_tall_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  padding: 50px 60px;
  position: relative;
  z-index: 1;
}

.center_tall_box span {
  color: #535353;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
}

.center_tall_box p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.center_tall_box h4 {
  font-size: 24px;
  margin: 24px 0px;
  font-weight: 700;
  color: #000;
}

.buy_card_box {
  margin-right: -30px;
}

.buy_card_box.buy_box3 {
  margin-right: 0px;
  margin-left: -30px;
}

.buy_card_hover:hover {
  box-shadow: 0px 82px 64px 0px #b425251a;
  transition: 0.3s all ease;
}

/* ----------newsletter  form----- */
.news_letter input[type="text"],
.news_letter input[type="email"] {
  width: 100%;
  padding: 24px 26px;
  margin: 0px;
  border: 1px solid #001f3f1f;
  border-radius: 10px;
  color: #535353;
  font-size: 16px;
  font-weight: 400;
}

.news_letter button {
  width: 100%;
  padding: 23px 50px;
  background-color: #001f3f;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid transparent;
}

.news_letter button {
  flex: 1;
}

.news_letter form {
  display: flex;
  align-items: center;
  gap: 20px;
}

section.newsletter {
  padding: 130px 0px;
  text-align: center;
}

.news_letter h2 {
  margin-bottom: 12px;
  margin-top: 32px;
}

.news_letter p {
  color: #535353;
  font-size: 20px;
  margin-bottom: 36px;
}

.news_letter input[type="text"]:focus-visible {
  outline: navajowhite;
  border: 1px solid #001f3f94;
}

.news_letter input[type="email"]:focus-visible {
  outline: navajowhite;
  border: 1px solid #001f3f94;
}

/* --------footer--------- */
.global_footer {
  padding: 96px 60px;
  background: #000;
}

.footer_menu h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 22px;
}

.footer_menu ul li a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 40px;
}

.footer_menu.footer_logo {
  text-align: right;
}

.footer_menu.footer_logo img:nth-child(1) {
  margin-bottom: 30px;
}

.footer_menu.footer_logo ul img {
  height: 17px;
  width: 17px;
  object-fit: contain;
}

.footer_menu.footer_logo ul li img {
  margin: 0px !important;
}

.footer_menu.footer_logo ul li img {
  margin: 0px !important;
}

.footer_menu.footer_logo .socilas_icos_footer li a:hover {
  text-decoration: none !important;
}

.footer_menu.footer_logo .socilas_icos_footer li a {
  padding: 14px 16px;
  border: 0.8px solid #313131;
  border-radius: 100px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_menu.footer_logo ul {
  margin-bottom: 34px;
}

.copyright_text p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2px;
  padding-top: 80px;
}

a.payment_img img {
  width: 100%;
}

.footer_logo_for_mobile {
  display: none;
}

/* printers css here */
.breadscrumbs_sect {
  padding: 38px 40px;
  background: #001f3f0f;
}

.breadscrumbs_sect .breadcrumbs_menu ul li a {
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
}

.breadscrumbs_sect .breadcrumbs_menu .active {
  color: #b42525;
}

.breadscrumbs_sect .breadcrumbs_menu ul li {
  padding: 0px 10px;
  border-right: 1px solid #0000001a;
}

.breadscrumbs_sect .breadcrumbs_menu ul li:last-child {
  border-right: 0px solid #0000001a;
}

/* ----filter catagory---- */
.filter_catagory h3 {
  font-size: 37px;
  color: #000;
  font-weight: 500;
  margin-bottom: 19px;
}

.category-block h5 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}

.dropdown-content label {
  color: #535353;
  font-size: 16px;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.category-block {
  margin-bottom: 40px;
}

.brand_name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.brand_name img {
  width: 80px;
  height: 50px;
  object-fit: contain;
  padding: 15px 11px;
  border: 1px solid #001f3f1a;
  border-radius: 4px;
}

.titlee_cata_printer {
  width: 65%;
  margin: auto;
  margin-bottom: 48px;
}

.titlee_cata_printer p {
  color: #535353;
  font-size: 20px;
  text-align: center;
}

.showing_no p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #000;
}

.short_by_cont p {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.2px;
  margin-top: 5px;
}

.short_by_catagory {
  display: flex;
  justify-content: space-between;
}

.short_by_cont {
  display: flex;
  gap: 8px;
}

.category-block.shory_by_block {
  margin: 0px;
}

.category-block.shory_by_block p {
  color: #535353;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin: 0px;
}

.category-block.shory_by_block {
  padding: 7px 11px;
  background: #001f3f14;
  border-radius: 4px;
}

.category-block.shory_by_block img {
  filter: brightness(0) saturate(0) opacity(0.7);
  width: 9px;
  margin-left: 30px;
}

.filter_product_card {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.printer_filter_by .popular_printer_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.filter_card_details {
  flex: 31%;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}

.page-item {
  color: #535353;
  font-size: 13px;
  font-weight: 400;
  border-radius: 100px !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #001f3f36;
}

.page-link {
  color: #535353;
  font-size: 13px;
  font-weight: 400;
  border-radius: 100px !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #001f3f36;
}

.page-link:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #b42525;
  outline: 0;
  box-shadow: none;
}

.page-link:focus img {
  filter: brightness(0) invert(1);
}

a.page-link.pagi_next img {
  transform: rotate(180deg);
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #b42525;
  border-color: #b42525;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.printer_filter_by {
  padding: 110px 40px;
}

/* ----faq-------- */

section.choose_printer_faq {
  padding: 90px 40px;
  background: #001f3f;
}

.category-block.shory_by_block.faq_title:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.category-block.shory_by_block.faq_title img {
  width: 12px;
}

.printer_faq_title h2 {
  color: #fff;
}

.dropdown-content.faq_inner_cont {
  margin: 0px !important;
}

.printer_faq_title p {
  color: #fff;
  margin-top: 6px;
  text-align: center;
}

.faq_div_printer {
  padding: 40px;
  border-radius: 15px;
  background: #fff;
}

.category-block.shory_by_block.faq_title p {
  text-align: left;
  font-size: 26px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-block.shory_by_block.faq_title {
  background: transparent;
}

.dropdown-content.faq_inner_cont p {
  display: block !important;
  color: #414042 !important;
  font-size: 16px !important;
  padding-top: 15px;
}

.inner_second_cont h6 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 30px;
}

.category-block.shory_by_block.faq_title {
  padding-bottom: 22px;
  border-bottom: 1px solid #001f3f1f;
  border-radius: 0px;
  margin-bottom: 17px;
}

.category-block.shory_by_block.faq_title img {
  filter: none;
}

.faq_div_printer {
  width: 90%;
  margin: auto;
  margin-top: 40px;
}

.title_star h6 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

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

.review_1_block p {
  font-size: 18px;
  color: #535353;
  margin-top: 16px;
  margin-bottom: 32px;
}

.review_1_block span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-top: auto;
}

.testimonias_sect {
  padding: 110px 40px;
}

.review_1_block {
  padding: 40px 50px;
  border-radius: 15px;
  border: 2px solid #001f3f0f;
}

section.testimonias_sect .col-md-6 {
  display: flex;
  flex-direction: column;
}

.review_1_block {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.test_btn {
  text-align: center;
  margin-top: 80px;
}

.title_testi {
  margin-bottom: 26px;
}

/* --------------------------about page css---------------------------- */
.choose_fax_box .buy_card_hover:hover {
  box-shadow: 30px 24px 74px 0 #001f3f1f;
}

.choose_fax_box .buy_card_box {
  margin-right: 0px;
}

.choose_fax_box {
  text-align: center;
  border: 1px solid #001f3f1f;
  border-radius: 15px;
}

.choose_fax_box .buy_card_box {
  background: #fff;
  border-radius: 30px;
  padding: 40px 50px 40px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.choose_fax_box h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 23px;
  color: #000;
}

.choose_fax_box p {
  font-size: 16px;
}

.choose_fax_box {
  margin-top: 24px;
}

.title_choosefax {
  margin-bottom: 13px;
}

.choose_afax {
  padding: 90px 40px;
}

.title_about_with_cont h2 {
  text-align: left;
}

.trusted_custemer h2 {
  text-align: left;
}

.title_about_with_cont h3 {
  color: #000;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 5px;
}

.title_about_with_cont p {
  color: #535353;
  font-size: 20px;
  margin-bottom: 30px;
}

section.about_sect_here {
  padding: 40px 40px 100px 40px;
}

.trusted_custemer p {
  margin-bottom: 10px;
  margin-top: 7px;
  font-size: 20px;
  color: #535353;
}

.red_check li {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 20px;
  color: #535353;
}

.red_check li img {
  margin-top: 10px;
  width: 20px;
}

.printer_lady {
  margin-top: 20px;
  margin-bottom: 40px;
}

.choose_afax .col-md-4 {
  display: flex;
  flex-direction: column;
}

.choose_fax_box {
  flex: 1;
}

.track_record h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

form.track_order_form label {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

form.track_order_form input {
  width: 70%;
  padding: 15px 20px;
  border: 1px solid #001f3f1f;
  border-radius: 5px;
  color: #535353;
  font-size: 14px;
  font-weight: 400;
}

.input_field_track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.submit_button .blue_cta {
  width: 70%;
}

.submit_button {
  text-align: right;
}

.email_box_here {
  padding: 35px 50px;
  text-align: center;
  border: 1px solid #001f3f1f;
  border-radius: 15px;
}

.email_box_here p {
  color: #535353;
  font-size: 14px;
  margin-bottom: 11px;
}

.email_box_here p:last-child {
  margin-bottom: 0px;
}

.email_box_here a {
  color: #000;
  text-decoration: underline;
}

section.track_order_sect {
  padding: 90px 40px;
}

.input_field_track input:focus-visible {
  box-shadow: none;
  outline: none;
  border: 1px solid #001f3f75;
}

section.track_order_sect .row {
  gap: 40px;
}

section.track_order_sect .col-md-6 {
  width: 47%;
}

/* custom css here */

.navbar-slider {
  border: 1px solid #001f3f2b;
}

.contact-box {
  border: 1px solid #001f3f1f;
  padding: 40px;
  border-radius: 15px;
  height: 100%;
  text-align: center;
}

.assistance-txt p {
  font-size: 18px;
}

.assistance-txt {
  padding-left: 15px;
}

.assistance-img {
  padding-right: 15px;
}

.contact-sec h2 {
  margin-bottom: 37px;
}

.contact-box h5 {
  font-weight: 600;
  font-size: 22px;
  margin: 22px 0 5px;
}

.contact-box p {
  font-weight: 400;
  font-size: 16px;
  color: #535353;
}

.contact-box span {
  font-weight: 500;
  font-size: 18px;
  color: #b42525;
  display: block;
  margin: 10px 0;
}

.contact-box span:last-child {
  margin-bottom: 0;
}

.contact-box:hover {
  box-shadow: 30px 24px 74px 0px #001f3f1f;
}

.contact-box a.blue_cta {
  margin-top: 22px;
  padding: 13px 35px;
}

.contact-post {
  max-width: 656px;
}

.contact-post-sec h6 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 10px;
}

.contact-bg {
  background: #001f3f0a;
  padding: 30px 50px;
  border-radius: 12px;
}

.contact-bg li {
  font-size: 18px;
  color: #535353;
}

.contact-post-sec p {
  font-size: 18px;
}

.honest-content p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  color: #535353;
}

.honest-content h3 {
  margin-bottom: 10px;
}

.assistance-txt h3 {
  margin-bottom: 5px;
}

.honest-content {
  max-width: 788px;
  margin: auto;
}

.login-form input {
  border: 1px solid #001f3f1f;
  padding: 18px 19px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #535353;
}

.login-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.login-form .form-group img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.login-form button.blue_cta {
  width: 100%;
}

.login-form h3 {
  margin-bottom: 20px;
}

.login-form p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #535353;
  text-align: center;
}

.login-form p a {
  text-decoration: underline;
  color: #535353;
}

.slick-track {
  display: flex !important;
}

/* css today */
.printer-types {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  text-align: center;
  margin-bottom: 80px;
}

.print-wrap {
  border: 1px solid #001f3f1f;
  border-radius: 15px;
  padding: 45px 24px;
  display: flex;
  flex-direction: column;
}

.print-wrap .view-btn {
  margin-top: auto;
}

.strt-sve {
  border: 3px solid #b42525;
  border-radius: 15px;
  overflow: hidden;
  max-width: 184px;
  margin: auto;

  margin-bottom: 30px;
}

.strt-sve p {
  font-size: 16px;
  color: #535353;
  line-height: 1.2;
}

.strt-sve-hd {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.print-wrap h6 {
  margin-bottom: 20px;
  height: 40px;
}

.print-wrap .blue_cta {
  padding: 12px 46px;
}

.print-wrap:hover {
  box-shadow: 30px 24px 74px 0px #001f3f1f;
  border: 1px solid transparent;
}

.low-run-hd p {
  font-size: 20px;
  color: #535353;
}

.low-run-hd {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 50px;
}

.prnt-reviews {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.review-box {
  border: 2px solid #001f3f0f;
  padding: 37px 50px;
  border-radius: 15px;
}

.hd-txt {
  font-size: 22px;
  font-weight: 500;
}

.review-bio {
  font-size: 20px;
  font-weight: 500;
}

.review-cntnt p {
  margin-top: 13px;
  margin-bottom: 22px;
  color: #535353;
}

.hdr-top-bar {
  padding: 25px 0;
}

.paymnt-list {
  justify-content: end;
  gap: 10px;
}

.paymnt-list img {
  width: 40px !important;
  height: 30px !important;
}

.acccount-list li {
  color: #535353;
  font-size: 16px;
  border: 1px dashed #001f3f1f;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 15px;
  padding-left: 60px;
}

.list-before li {
  position: relative;
}

.list-before li::before {
  content: "";
  position: absolute;
  background-image: url("/images/blue-tick.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 35px;
  width: 35px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.suprt-row {
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}

.brdr-line {
  border: 1px solid #001f3f1f;
  border-radius: 15px;
  padding: 23px 30px;
}

.cntct-hdng {
  font-weight: 700;
  display: block;
}

.spprt-cntnt {
  font-size: 18px;
  line-height: 1.5;
}

.cntct-field p {
  line-height: 1.9;
}

/* css - date - 10/07/2025 */

.spprt_faq .faq_div_printer .faq_title .faq_inner_cont .body_dropdown p:first-child {
  font-size: 20px !important;
  line-height: 100%;
  color: #000 !important;
}

.spprt_faq .faq_div_printer .faq_title .faq_inner_cont .body_dropdown p:last-child {
  font-weight: 400;
  line-height: 28px;
}

.spprt_faq h2 {
  max-width: 620px;
  margin: auto;
}

.child_spprt_manu {
  border: 1px solid #001f3f1f;
  border-radius: 15px;
  padding: 20px;
}

.child_spprt_manu .img_sppt {
  background-color: #001f3f08;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child_spprt_manu p {
  text-align: center;
}

.child_spprt_manu p a {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #000;
}

.manuf_Sup_p {
  display: grid;
  margin-top: 57px;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 30px;
}

.child_spprt_manu:hover {
  box-shadow: 30px 24px 74px 0px #001f3f1f;
}

.track_order h3 {
  margin-bottom: 20px;
}

.track_order_1 {
  padding-right: 20px;
}

.track_order_2 {
  padding-left: 20px;
}

.track_order_1 .filde_track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.track_order_1 .filde_track p {
  font-weight: 700;
  line-height: 100%;
}

.filde_track input {
  flex: 0 0 420px;
  border: 1px solid #001f3f1f;
  padding: 12px 20px;
  border-radius: 5px;
}

.filde_track input::placeholder {
  font-size: 14px;
  line-height: normal;
}

.track_order_1 .btn-holder {
  max-width: 420px;
  margin-left: auto;
}

.track_order_1 .btn-holder a {
  width: 100%;
  text-align: center;
}

.track_order_2 .track_info_2 {
  border: 1px solid #001f3f1f;
  border-radius: 15px;
  padding: 39.5px 10px;
  text-align: center;
}

.track_order_2 .track_info_2 p {
  font-size: 14px;
  line-height: 100%;
  color: #535353;
  margin-bottom: 0px;
}

.track_order_2 .track_info_2 p span {
  color: #000;
  text-decoration: underline;
}

.track_order_2 .track_info_2 p:first-child {
  margin-bottom: 11px;
}

.your_account_1 .filde_track input {
  width: 100%;
  margin-bottom: 20px;
}

.your_account h3 {
  margin-bottom: 20px;
}

.your_account_1 .filde_track input:last-child {
  margin-bottom: 12px;
}

.acount_2_input label {
  display: block;
  position: relative;
  border: 2px dotted #001f3f1f;
  padding: 28.5px 0px;
  padding-left: 70px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.acount_2_input label p {
  font-size: 16px;
  line-height: 100%;
  color: #535353;
}

.acount_2_input label input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.acount_2_input input+p+.custom-checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background-image: url("../images/right-2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.acount_2_input input:checked+p+.custom-checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background-image: url("../images/right_3.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #001f3f;
  border-radius: 50%;
}

.your_account_1 .details_logs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.your_account_1 .btn-holdr a {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.log_red {
  max-width: 130px;
  width: 100%;
}

.log_red input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #001f3f1f;
  position: relative;
}

.log_red input[type="checkbox"]:checked:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background-image: url("../images/right-5.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
}

.your_account_1>p {
  font-size: 12px;
  line-height: 100%;
  text-align: center;
}

.your_account_1 {
  padding-right: 50px;
}

.your_account_2 {
  padding-left: 50px;
}

.your_account_2 .btn-holder {
  text-align: end;
  margin-top: 10px;
}

.your_account_2 .btn-holder a {
  background-color: transparent;
  color: #001f3f;
  border: 1px solid #001f3f;
}

.your_account_2 .btn-holder a:hover {
  background-color: #001f3f;
}

.details_logs p {
  color: #535353;
}

.brdr-line h6 {
  margin-bottom: 20px;
  font-weight: 500;
}

/* 11july2025 start */

.faq_inner_cont h6 {
  padding-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

.cntct-field .cnt_ins {
  font-size: 14px;
  font-weight: 400;
}

.inside_blogbox .blog_faxhd h2 {
  text-align: left;
}

.inside_blogbox .cont_faxbog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.inside_blogbox .cont_faxbog .bolg_bx {
  border-radius: 15px;
  width: 48%;
  border: 1px solid #001f3f1f;
  background-color: #fff;
  transition: 0.2s all ease;
}

.inside_blogbox .cont_faxbog .bolg_bx:hover {
  box-shadow: 30px 24px 74px 0px #001f3f1f;
}

.inside_blogbox .cont_faxbog .bolg_bx .img_blgfax img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  max-width: 447px;
}

.inside_blogbox .cont_faxbog .bolg_bx .cont_fxblog {
  padding: 23px 24px;
}

.inside_blogbox .cont_faxbog .bolg_bx .cont_fxblog h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

.inside_blogbox .cont_faxbog .bolg_bx .cont_fxblog p {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #535353;
  margin-top: 5px;
}

.inside_blogbox .navig_blog .box_navin {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #001f3f1f;
  border-radius: 50px;
  color: #535353;
}

.inside_blogbox .navig_blog {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.inside_blogbox .box_navin.nm_arw {
  color: #001f3f;
  background-color: #001f3f1f;
}

.inside_blogbox .box_navin.active {
  color: #ffff;
  background-color: #001f3f;
}

.supprt-hd h2 {
  margin-bottom: 40px;
}

.inside_blogbox .box_navin:hover {
  color: #ffff;
  background-color: #001f3f;
}

.blog_faxhd h2 {
  text-align: left;
  margin-bottom: 40px;
}

/* srch  */
.post_src {
  border: 1px solid #001f3f1f;
  border-radius: 15px;
  padding: 24px 30px;
  max-width: 430px;
  width: 100%;
  margin-left: auto;
}

.srch_blogin .search-posts-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.srch_blogin h2 {
  text-align: left;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 12px;
}

.srch_blogin .underline {
  height: 3px;
  background: linear-gradient(to right, #001f3f 80px, #001f3f1f 80px);
  border: none;
  width: 100%;
}

.isde_cont input {
  padding: 14px 20px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #535353;
  border: 1px solid #001f3f1f;
  border-radius: 5px;
  outline: none;
}

.isde_cont .rcnt_post {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #001f3f1f;
}

.isde_cont .img_rcnt img {
  border-radius: 5px;
  width: 100%;
}

.srch_blogin {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.isde_cont .rcnt_post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.ctagr_box {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #001f3f1f;
  color: #535353;
}

.ctagr_box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cont_blg h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.cont_blg p {
  font-weight: 400;
  font-size: 16px;
  color: #535353;
  padding-top: 5px;
}

.imgotrblg img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 34px;
}

.upr_dtlimg h2 {
  text-align: left;
  font-size: 40px;
  margin-bottom: 8px;
}

.cont_dtlblg p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #535353;
  margin-bottom: 24px;
}

.cont_dtlblg h3 {
  font-size: 34px;
  line-height: 100%;
  margin-bottom: 12px;
}

.shar_boxotr .socl_box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.shar_boxotr .socl_box .ic_soclotr ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.shar_boxotr .socl_box .ic_soclotr ul a {
  width: 40px;
  height: 40px;
  background-color: #001f3f;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.otr_sclhd h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
}

.comt_socl {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #535353;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  padding: 26px 0;
}

.commt_sec h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
}

.img_rcnt {
  max-width: 90px;
  max-height: 90px;
  height: 100%;
  width: 100%;
}

.commt_sec {
  padding: 45px 50px;
  border: 1px solid #001f3f1f;
  border-radius: 15px;
  margin-bottom: 60px;
}

.commt_sec .comment_ardtl {
  padding: 26px 0 30px 0;
}

.commt_sec .comment_ardtl input {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #535353;
  padding: 23px;
  width: 100%;
  border: 1px solid #001f3f1f;
  border-radius: 15px;
  height: 100px;
}

.commt_ctabtn .blue_cta {
  padding: 8px 42px;
}

.navg_lftrgt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #001f3f1f;
  border-bottom: 1px solid #001f3f1f;
}

.lftnvg ul {
  color: #535353;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.lftnvg ul:hover {
  color: #001f3f;
}

/* add to cart start   */
.quantity-selector {
  display: inline-flex;
  align-items: center;
  background-color: #001f3f0f;
  border-radius: 9999px;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 500;
  gap: 16px;
  user-select: none;
  color: #535353;
}

.qty-btn {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
  padding: 0 6px;
}

/* add to cart end   */

.continu_shop a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #535353;
  margin-bottom: 24px;
}

.add_cartbox {
  padding: 34px 0;
  border-top: 1px solid #001f3f1f;
  border-bottom: 1px solid #001f3f1f;
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 820px;
  width: 100%;
}

.summary-section .add_cartbox .img_crtadd {
  margin: 0;

}

.summary-section .add_cartbox {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.contnt_crtadd {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}

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

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

.plus_addbox .hd_cart h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
}

.plus_addbox .hd_cart p {
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
  color: #535353;
}

.dlt_crtadd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25%;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}

.img_crtadd {
  border: 1px solid #001f3f1f;
  border-radius: 15px;
  padding: 13px;
  margin-bottom: 30px;
}

.hd_cart {
  width: 40%;
}

.cart_adtn {
  width: 35%;
  text-align: center;
}

.lft_dlvry {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #535353;
}

.rgtdlvry .cart_color {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  border: 1px solid #001F3F1F;
  padding: 4px 13px;
  border-radius: 50px;
}

.rgtdlvry .cart_color img {
  height: 16px;
  margin-right: 6px;
}

.rgtdlvry {
  display: flex;
  gap: 10px;
}

.dlt_crtadd img {
  width: 15px;
  height: 17px;
}

.discnt_apply {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.discnt_apply .apply_boxcrt .blue_cta {
  padding: 13px 60px;
}

.discnt_apply .discont {
  max-width: 320px;
  width: 100%;
}

.discnt_apply .discont input {
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
  padding: 11px 20px;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #001F3F1F;
  outline: none;
}

.imgotrblg {
  max-width: 936px;
  width: 100%;
}

.order_summrybox .hding_summry h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 12px;
}

.inside_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #535353;
}

.totl_smmry {
  padding: 20px 0;
  border-top: 1px solid #001F3F1F;
  border-bottom: 1px solid #001F3F1F;
}

.order_summrybox {
  margin-left: 40px;
}


/* 11july2025 end  */

/* 14july start  */

.cart_secotr .hding_h2 h2 {
  font-weight: 600;
  margin-bottom: 20px;
}

.grnd_totlsmmry .inside_box p {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}

.proced_checkbox .prc_check a {
  padding: 15px;
  background-color: #001F3F;
  color: #ffff;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

.proced_checkbox .prc_check button.btn {
  padding: 15px;
  background-color: #001F3F;
  color: #ffff;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

.proced_checkbox .prc_check button.btn:hover {
  background-color: #b42525;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  box-shadow: unset !important;
}

.proced_checkbox .prc_check a:hover {
  background-color: #b42525;

}

.proced_checkbox .paypl_check a:hover {
  background-color: #b42525;

}

.proced_checkbox .paypl_check a {
  padding: 15px;
  background-color: #0070BA;
  color: #ffff;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

.proced_checkbox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 14px;
}

.securt_box {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
}

.securt_box img {
  max-width: 12px;
  width: 100%;
  max-height: 14px;
  height: 100%;
}

.inside_bxescont .first_itemcont {
  width: 20%;
}

.img_upritm img {
  width: 100%;
  max-width: 200px;
}

.inside_bxescont .secnd_itmcontn {
  width: 80%;
}

.inside_bxescont {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  border: 1px solid #001F3F1F;
  border-radius: 15px;
  margin-bottom: 20px;
}

.otr_prchse .hd_prchse h3 {
  font-weight: 600;
}

.otr_prchse .hd_prchse p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #535353;
}

.img_contndwn .itemfrst_add .itm_ulcont {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.img_contndwn .itemfrst_add .itm_ulcont li img {
  max-width: 18px;
  max-height: 15px;
  width: 100%;
  height: 100%;
}

.contn_box {
  margin-top: 40px;
}

.inside_bxescont .first_itemcont .img_contndwn {
  margin-top: 12px;
  max-width: 190px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inside_bxescont .first_itemcont .img_contndwn .itemfrst_add {
  padding: 7px 15px 7px 15px;
  border-radius: 5px;
  background-color: #001F3F0A;
  position: relative;
}

.inside_bxescont .first_itemcont .img_contndwn .itemfrst_add::after {
  content: "";
  position: absolute;
  background-color: #001F3F1A;
  top: 0;
  left: 0;
  height: 100%;
  width: 9px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.img_contndwn .itemfrst_add .itm_ulcont li span {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
}



/* 14july end  */

/* ------------------------------- */

.inside_bxescont h4 {
  font-weight: 600;
  font-size: 22px;
}

.cart-button a.blue_cta {
  width: 180px;
  display: inline-block;
  text-align: center;
}

.inside_bxescont:hover {
  box-shadow: 30px 24px 74px 0px #001F3F1F;
  border-color: #fff;
}

.cart-button {
  margin-right: 34px;
}

.cartridge_txt {
  display: flex;
  gap: 37px;
}

.price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.cartridge_price:first-child h6 {
  color: #B42525;
}

.cartridge_price:first-child p {
  color: #B42525;
}

.cartridge_txt h6 {
  font-weight: 600;
  font-size: 22px;
}

.step-nav {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  gap: 30px;
  background: #fff;
}

.step-nav button {
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  z-index: 9;
  width: 100%;
  max-width: 146px;
  background-color: #fff;
  border: 1px solid #001F3F1F;
  font-size: 18px;
  color: #535353;
}

.step-nav .active {
  background: #001F3F;
  color: white;
}


.checkout-section .left {
  width: 50%;
  padding-right: 70px;
  padding-top: 30px;
}

.checkout-section .right {
  width: 50%;
  position: absolute;
  right: 0;
  background: #001F3F0A;
  padding: 100px;
  height: 100%;
  top: 0;
}

.form-section {
  display: none;
  position: relative;
}

.form-section.active {
  display: block;
}

.checkout-section input,
select {
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 20px;
  border: 1px solid #001F3F1F;
  height: 100%;
  border-radius: 5px;
  background-color: transparent;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #535353;
}

.form-section h3 {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 14px;
}

.enter-txt p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}

button.btn-next:hover {
  background-color: #b42525;
}

.enter-txt p a {
  color: #001F3F;
}

.checkbox label {
  display: flex;
  gap: 10px;
  cursor: pointer;
  align-items: center;
}

.checkbox label input[type="checkbox"] {
  height: 20px;
  width: 20px;
  margin: 0px;
}

.form-row button {
  width: 50%;
  padding: 16px 20px;
  margin-bottom: 20px;
  border: 1px solid #001F3F1F;
  border-radius: 5px;
  background-color: transparent;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #535353;
  text-align: left;
}

.form-section select {
  width: 48.3%;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  background-position: right 20px center;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-row input {
  flex: 1;
}

.checkbox {
  margin-bottom: 20px;
}

.btn-next {
  display: block;
  width: 100%;
  padding: 18px;
  background: #001b3d;
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
}

.basket-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.checkout-section .summary {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
}

.checkout-section {
  position: relative;
  overflow: hidden;
}

.checkout-section:before {
  content: "";
  position: absolute;
  background-color: #001F3F2B;
  top: 50px;
  height: 1px;
  width: 100%;
}

.form-section h2 {
  text-align: left;
}

.special-offer-txt {
  max-width: 1116px;
  margin: auto;
  text-align: center;
  padding-bottom: 40px;
}

.special-offer-txt h2 {
  text-align: center;
  margin-bottom: 5px;
}

.special-offer-txt p {
  font-size: 20px;
  line-height: 32px;
  color: #535353;
}

.border-line p {
  border: 1px solid #001F3F1F;
  padding: 16px 30px;
  border-radius: 5px;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
}

.border-line p small {
  display: flex;
  gap: 10px;
}

.border-line a {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

.border-line {
  margin-bottom: 34px;
}

.basket-item-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #001F3F1F;
  padding-bottom: 15px;
}

.basket-item-right a {
  font-weight: normal;
  font-size: 20px;
  text-decoration: underline;
  color: #535353a6;
}

.basket-txt {
  display: flex;
  align-items: center;
  gap: 14px;
}

.basket-item .image {
  border: 1px solid #001F3F1F;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.basket-item {
  padding-top: 20px;
  align-items: center;
}

.basket-txt-price h6 {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
}

.basket-txt-price p {
  color: #535353;
  margin-top: 6px;
}

.quty p {
  font-size: 15px;
  line-height: 29px;
  color: #535353;
}

.checkout-section .summary P {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}

.checkout-section .summary strong {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  border-top: 1px solid #001F3F1F;
  border-bottom: 1px solid #001F3F1F;
  padding: 12px 0;
}

.payment-section [type="radio"]:checked,
.payment-section [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.payment-section [type="radio"]:checked+label,
.payment-section [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 47px;
  cursor: pointer;
  color: #000;
  line-height: 30px;
  font-weight: 500;
  font-size: 18px;
}

.payment-section [type="radio"]:checked+label:before,
.payment-section [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #001F3F1F;
  border-radius: 100%;
  background: #fff;
}

.payment-section [type="radio"]:checked+label:after,
.payment-section [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #001F3F;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.payment-section [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.payment-section [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.payment-section .form-sections p {
  margin-bottom: 15px;
}

.input-icon {
  position: relative;
}

.input-icon img {
  position: absolute;
  right: 20px;
  z-index: 9999;
  top: 22px;
}


/* 14july eve start  */

.place_ordr {
  padding: 18px 10px;
  background-color: #001f3f;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  max-width: 448px;
  width: 100%;
  text-align: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
  font-size: 18px;
}

.place_ordr span {
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 14%;
  right: 10px;
}


.checkbox_plce .form-group {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}

.checkbox_plce .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox_plce .form-group label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #535353;
}

.checkbox_plce .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #001F3F1F;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 4px;
}

.form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 9px;
  width: 5px;
  height: 14px;
  border: solid #001f3f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.form-section button.btn-next {
  margin-top: 60px;
}

button.place_ordr.btn-next {
  margin-top: 0 !important;
}


.placeordr {
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: left;
  gap: 26px;
  max-width: 480px;
  margin: auto 0 0 auto;
  padding-top: 30px;
}

.checkbox_plce .form-group label a {
  color: #001F3F;
  text-decoration: underline;
}

.edt_box a {
  padding: 14px 60px;
  border: 1px solid #001F3F1F;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #000;
  text-transform: capitalize;
}

.bil_book_pyt .hd_bipybk h5 {
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.inisde_bilpyt {
  padding: 35px;
  border: 1px solid #001F3F1F;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inisde_bilpyt h6 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 10px;
}

.inisde_bilpyt .addres_bilpyt {
  max-width: 184px;
  width: 100%;
  line-height: 28px;
}

.inisde_bilpyt p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 12px;
}

.inisde_bilpyt .edt_box {
  text-align: end;
  margin-top: 16px;
}

.edt_box a:hover {
  background-color: #b42525;
  color: #fff;
}

.edt_box a:hover img {
  filter: invert(1);
}

.bil_book_pyt {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.dwn_blpyt .placeordr {
  max-width: 100%;
  width: 100%;
}

.dwn_blpyt .otrPlce {
  display: flex;
  justify-content: end;
}

.place_ordr:hover {
  background-color: #b42525;
  color: #fff;
}

.checkbox_plce .form-group label a:hover {
  color: #b42525;
}

.summary-section {
  display: flex;
  justify-content: space-between;
  padding-top: 34px;
}

.summary-section .summary {
  width: 100%;
  max-width: 500px;
  margin: 0;
  border-top: 1px solid #001F3F1F;
  padding-left: 30px;
  padding-top: 20px;
  border-bottom: 1px solid #001F3F1F;
  ;
}

.summary-section .summary p,
span,
strong {
  color: #000000;
  font-weight: 500 !important;
  font-size: 18px;
}

.summary-section .dlt_crtadd h6 {
  font-weight: 500;
}

.summary-section .dlt_crtadd p {
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
  color: #535353;
}

.summary-section .add_cartbox:first-child {
  border-bottom: 0;
}

.b-wrapper {
  width: 100%;
  max-width: 100%;
  border-right: 1px solid #001f3f1f;
}

.summary-section .dlt_crtadd {
  justify-content: end;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}

.summary-edit {
  display: flex;
  align-items: center;
  gap: 40px;
}

.summary-edit a {
  font-weight: 400;
  font-size: 20px;
  position: relative;
  color: #000;
}

.summary-edit a:after {
  content: "";
  position: absolute;
  background-color: #000;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}

nav.breadcrumb-section {
  background: #001F3F0F;
  padding: 38px 0;
}

.reviews-head h6 {
  padding: 0;
}

nav.breadcrumb-section ol.breadcrumb {
  margin: 0;
}

nav.breadcrumb-section ol.breadcrumb a,
li {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #000;
}

nav.breadcrumb-section ol.breadcrumb li {
  color: #B42525;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "|" !important;
  color: #B425251A;
}

.control-box {
  padding: 50px 23px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #001F3F1F;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.control-box h6 {
  font-size: 19px;
}

.control-box:hover {
  box-shadow: 30px 24px 74px 0px #001F3F1F;
}

.View-btn a {
  padding: 13px 45px;
}

.cost-txts {
  margin: 38px 0;
}

.red-boxs {
  margin-top: auto;
}

.dum-style {
  border: 3px solid #B42525;
  margin: 45px auto 35px auto;
  max-width: 184px;
  border-radius: 15px;
  overflow: hidden;
  /* margin-top: auto; */
}

.reviews-btn {
  text-align: center;
}

.reviews-box {
  border: 2px solid #001F3F0F;
  padding: 40px 50px;
  border-radius: 15px;
  height: 100%;
}

.Reviews-section {
  padding-bottom: 60px;
}

.reviews-box .reviews-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.reviews-box p {
  font-size: 18px;
  line-height: 28px;
}

.reviews-box h6 {
  padding-top: 36px;
  margin-top: auto;
}

.red-box {
  margin-top: auto;
}

.red-box span {
  background: #B42525;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  padding: 10px;
}

.cost-txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #535353;
  padding: 15px 21px;
}

.cost-txt p:last-child {
  padding-top: 0 !important;
}

.privacy-policy-section {
  padding-top: 60px;
}

.policy-heading h2 {
  text-align: left;
  margin-bottom: 20px;
}

.privacy-policy-section .container {
  max-width: 1300px !important;
}

.policy-heading h6 {
  font-weight: 500;
  margin-bottom: 20px;
}

.privacy-policy-section p {
  font-size: 20px;
  color: #535353;
}

.policy-content {
  margin-top: 30px;
}

.policy-content h6 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 600;
}


.policy-content p,
a {
  color: #535353;
}

.policy-content li {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #535353;
  margin-top: 22px;
  list-style: disc;
}

.policy-content b {
  font-weight: 500;
  color: #000;
}

.policy-content ul {
  padding-left: 23px;
}

.policy-content li::marker {
  color: #000;
}

.policy-info li {
  margin-top: 0;
  margin-bottom: 10px;
}

.policy-info p {
  margin-bottom: 8px;
}

.policy-updates p:last-child {
  margin-top: 33px;
}

.contact-policy p {
  margin-bottom: 15px;
}

.modal-dialog {
  max-width: 1224px;
  margin-right: 70px;
}

.modal-content {
  padding: 90px;
  padding-top: 40px;
  border-radius: 60px;
}

.modal-header {
  padding: 0;
  border: 0;
}

.modal-body {
  padding: 0;
  margin: 0;
}

button.btn-close {
  box-sizing: content-box;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #001F3F;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em auto;
  opacity: 1;
  color: #fff;
  padding: 0 !important;
}

.modal-header {
  display: block;
  max-width: 963px;
  margin: auto;
  text-align: center;
}

.cables-box {
  border: 1px solid #001F3F1F;
  padding: 30px;
  border-radius: 15px;
}

.cables-box a.blue_cta {
  width: fit-content;
  padding: 16px 46px;
  margin-top: 17px;
}

button.btn-close {
  position: absolute;
  right: 60px;
  top: 40px;
}

.modal-header h5 {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 22px;
}

.modal-header p {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
}

.modal-body {
  padding-top: 50px;
}

.modal-btn {
  text-align: center;
}

.cables-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 30px;
  justify-content: space-between;
}

.cables-am h6 {
  color: #B42525;
  margin-bottom: 8px;
  font-size: 22px;
}

.cables-am span {
  color: #B42525;
  font-size: 14px;
}

.cables-am h6:last-child {
  color: #000;
}

.cables-am span:last-child {
  color: #000;
}

.cables-box h5 {
  text-align: center;
  font-size: 24px;
}

.taxt-cabnm p {
  text-align: center;
  color: #535353;
  font-weight: 400;
  font-size: 16px;
  margin-top: 9px;
}

.check-data {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 17px;
}

.modal-body .row {
  gap: 30px 0;
}

.slider-image-nav img {
  border: 1px solid #001F3F1F;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider-image-for img {
  border: 1px solid #001F3F1F;
  border-radius: 15px;
  width: 100%;
  object-fit: contain;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 60px;
}

.slider-image-for {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: auto !important;
}

.slider-image-nav {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: auto !important;
  width: 100% !important;
}

.slider-image-nav {
  margin: 0px 10px;
  overflow: visible;
  padding-bottom: 10px;
}

.slider.slider-nav .slick-list.draggable {
  margin: 0px -10px;
  margin-top: 20px;
}

.slick-track {
  display: flex !important;
}

.slider.slider-for .slick-list.draggable {
  overflow: visible;
}

.printer-section {
  overflow: hidden;
}

.xerox-logo img {
  border: 1px solid #001F3F1F;
  padding: 12px 24px;
  border-radius: 4px;
}

.xerox-content {
  padding-left: 30px;
}

.xerox-content h2 {
  text-align: left;
  margin-top: 10px;
}

.star-image {
  margin-top: 6px;
}

.star-image {
  display: flex;
  align-items: center;
  gap: 1px;
}

.xerox-content .cartridge_price h6 {
  font-size: 24px;
}

.xerox-content .cartridge_txt {
  padding-top: 10px;
}

.xerox-content .cartridge_price p {
  font-size: 12px;
  text-align: center;
}

.star-image p {
  margin-left: 8px;
}

.bg-box {
  background: #B4252514;
  display: flex;
  margin-bottom: 15px;
  padding: 15px 22px;
  justify-content: space-between;
  align-items: center;
  /* border-left: 1px solid #B42525; */
  border-radius: 4px;
  position: relative;
}

.xerox-content .cartridge_txt {
  margin-bottom: 30px;
}

.main {
  overflow: hidden;
}

.bg-box p {
  font-size: 18px;
  color: #535353;
}

.bg-box span {
  color: #B42525;
  text-decoration: underline;
}

.details-box {
  background: #001F3F0A;
  border: 1px solid #001F3F1A;
  padding: 20px;
  border-radius: 10px;
}

.details-box ul {
  padding-top: 15px;
}

.details-box ul li {
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #535353;
}

.details-box a {
  font-size: 16px;
  line-height: 100%;
  text-decoration: underline;
  color: #001F3F;
  margin-top: 30px;
}

.video-button {
  padding: 13px 28px;
  background-color: white;
  color: #001f3f;
  border-radius: 250px;
  transition: 0.3s ease;
  border: 1px solid #001F3F1A;
  font-weight: 500;
  font-size: 18px;
}

.bg-box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #B42525;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  left: 0;
}

.video-button:hover {
  background-color: #001f3f;
  color: white;
}

.xerox-content .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal iframe {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}

.xerox-content .close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  background-color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

video#videoPlayer {
  display: flex;
  justify-content: center;
}

.xerox-button {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.delivery-content {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 22px;
}

.delivery-content p {
  color: #535353;
}

.delivery-content b {
  font-weight: 600;
}

.purchase-section h3 {
  margin-bottom: 11px;
}

.purchase-section b {
  font-weight: 500;
}

.purchase-section li {
  font-size: 12px;
}

.custom-box {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 30px 24px;
  text-align: center;
}

.package-section h2 {
  margin-bottom: 30px;
}

.custom-box .icon-img {
  background: #B4252514;
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50%;
}

.txt-Reduce p {
  color: #000;
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  padding-top: 14px;
}

.review-box {
  display: flex;
  flex-direction: column;
}

.review-heading h2 {
  text-align: left;
}

.customer-reviews .prnt-reviews {
  padding-top: 40px;
}

p.review-bio {
  margin-top: auto;
}

.review-button {
  text-align: right;
}

.review-heading p {
  margin: 10px 0;
}

.pac-txt p {
  font-size: 20px;
  color: #535353;
  text-align: center;
  max-width: 1024px;
  margin: auto;
  padding-top: 40px;
}

.customer-question .faq_div_printer {
  padding: 30px;
}

.customer-question .category-block.shory_by_block.faq_title {
  padding: 0;
}

.customer-question .category-block.shory_by_block.faq_title p {
  font-size: 22px;
}

.customer-question .dropdown-content.faq_inner_cont p {
  font-size: 18px !important;
  max-width: 960px;
}

.customer-question .faq_div_printer {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto;
}

section.red-section {
  padding: 60px 0;
}

section.red-section .imgd {
  background: #FFFFFF;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
}

.red-box {
  text-align: center;
}

.red-box p {
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  margin-top: 32px !important;
  max-width: 283px;
  margin: auto;
}

@media only screen and (max-width: 991px) {
  .manuf_Sup_p {
    grid-template-columns: repeat(auto-fit, minmax(219px, 1fr));
  }

  .filde_track input {
    flex: 0 0 400px;
  }

  .track_order_1 .btn-holder {
    max-width: 400px;
  }

  .track_order_1 {
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .track_order_2 {
    padding-left: 0px;
  }

  .your_account_2 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .manuf_Sup_p {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .child_spprt_manu {
    width: 80%;
    margin: auto;
  }

  .filde_track input {
    flex: 0 0 340px;
  }

  .track_order_1 .btn-holder {
    max-width: 340px;
  }

  .acount_2_input label {
    padding: 24px 0px;
    padding-left: 75px;
  }

  .your_account_1 .details_logs {
    margin-bottom: 20px;
  }

  .your_account_2 .btn-holder {
    text-align: left;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .child_spprt_manu p a {
    font-size: 15px;
  }

  .child_spprt_manu .img_sppt {
    margin-bottom: 15px;
  }

  .child_spprt_manu {
    padding: 15px;
  }

  .track_order_1 .filde_track {
    flex-direction: column;
    align-items: baseline;
  }

  .filde_track input {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 10px;
  }

  .acount_2_input input+p+.custom-checkmark::after {
    width: 25px;
    height: 25px;
  }

  .acount_2_input label {
    padding: 15px;
    padding-left: 55px;
  }

  .acount_2_input input:checked+p+.custom-checkmark::after {
    width: 25px;
    height: 25px;
  }

  .details_logs p {
    font-size: 13px;
  }

  .log_red {
    max-width: 110px;
  }

  .your_account h3 {
    margin-bottom: 10px;
  }

  .supprt-hd h2 {
    margin-bottom: 20px !important;
  }
}

/****** 13-08-2025 start *******/

.plc_hldr{
  padding-bottom: 34px;
  display:none;
}
/****** 13-08-2025 end *******/