

*{

    margin: 0px;

    padding: 0px;

}


.support-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  max-width: 1000px;
  margin: 20px auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  gap: 20px;
}

.support-box {
  flex: 1 1 22%; /* 4 items per row on large screens */
  padding: 10px;
  border-right: 1px solid #eee;
}

.support-box:last-child {
  border-right: none;
}

.support-box img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  opacity: 0.5;
}
.btn-sing a {
    background: #008FCE !important;
    border: 1px solid #008FCE !important;
        padding: 6px 19px 6px 20px !important;
}
.support-box a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}

.support-box a:hover {
  color: #000;
}

/* Responsive: 2 items per row on tablets */
@media (max-width: 768px) {
  .support-box {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .support-box:nth-child(2n) {
    border-right: none;
  }
}

/* Responsive: 1 item per row on mobile */
@media (max-width: 480px) {
  .support-box {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
}


.main_content_get {
    color: #000;
}
/* hp_banner css */
.hp_banner {
    background-size: cover !important;
    color: white;
    padding: 90px 0;
    background-repeat: no-repeat !important;
}
section.hp_banner_main {
    padding: 60px 0;
    /* background-image: linear-gradient(42deg, rgba(89, 199, 181, 0.49) 19%, rgba(0, 149, 212, 0.49) 83%); */
}
 .hp_banner h3{
   font-size: 35px;
 }

.hp_banner .list_items {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}


.hp_banner .btn {
  background-color: #00AEEF;
  border: none;
  color: white;
  padding: 12px 25px;
  margin-top: 20px;
  font-size: 1.2rem;
  border-radius: 30px;
  cursor: pointer;
 
}
.main_img_canon img {
    width: 100%;
    max-width: 310px;
}
.main_img_canon {
text-align: end;
}
.brother_banner {
    background: #00497c;
}
.canon_banner {
    background: #b60808;
}
.main_img_hp {
    text-align: end;
}
/*----------home.php----*/  
    b.tvd {
    color: white;
}
ul.mack li {
    font-size: 15px;
    font-weight: 100;
    }

    button.my-btn.navbar-btn {

    background: #0095ed;

    border: none;

    border-radius: 7px;

    padding: 10px 20px ;

    color: white;

}

        #myform{

        border:0px solid ;

      }



      #myform input {

        margin: 5px;

            padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857143;

    color: #555;

    background-color: #fff;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 4px;

      }



 #myform button{

  margin: 10px;

  padding: 6px 30px 6px 30px;

    border: 0px;

    background-color: #0096d6;

    color: #fff;

 }





 #my-bnt{

      padding: 6px 30px 6px 30px;

    border: 0px;

    background-color: #0096d6;

    color: #fff;

    margin-top: 15px;

 }

  

.loading {

    font-size: 18px;

    text-align: left;

}

a.nav-link {
color:white;
    font-size: 18px !important;

}



.spinner {

    display: inline-block;

    width: 12px;

    height: 12px;

    margin-left: 4px;

    border: 2px solid #333;

    border-top: 2px solid transparent;

    border-radius: 50%;

    animation: spin 1s infinite linear;

}

.hp_footer {

    background: black;

}
.main_other_banner img {
    width: 100%;
    max-width: 320px !important;
}
.banner-img img {
    margin-bottom: 8px;
}
.canon_icon_colors h4 {
    color: #D6131A !important;
}
.canon_icon_colors:hover {
    border: 1px solid #D6131A !important;
}
.epson_printer_color:hover {
    border: 1px solid #0059a6!important;
}
.epson_printer_color h4 {
    color: #0059a6 !important;
}
.other_printer_epson h4 {
    color: #1B22FB !important;
}
.other_printer_epson:hover {
    border: 1px solid #1B22FB !important;
}
@keyframes spin {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}



.dropdown-content li.nav-item a.nav-link {

    color: #000 !important;

}



  /*//navbar new*/



nav.navbar .dropbtn {

    background-color: transparent;

    color: #fff;

    padding: 20px !important;

    font-size: 18px !important;

    border: none;

    cursor: pointer;

}

  

  nav.navbar .dropdown {

    position: relative;

    display: inline-block;

  }

  

  nav.navbar .dropdown-content {

    display: none;

    position: absolute;

    background-color: #f9f9f9;

    min-width: 160px;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

    z-index: 1;

  }

  

  nav.navbar .dropdown-content a {

    color: black;

    padding: 12px 16px;

    text-decoration: none;

    display: block;

  }

  

  nav.navbar .dropdown-content a:hover {background-color: #f1f1f1}

  

  nav.navbar .dropdown:hover .dropdown-content {

    display: block;

  }



.banner-img img {

    width: 340px;

    max-width: 100%;

}

.text-box {

    text-align: center;

    color: #fff;

}

.text-box h1 {

    font-size: 56px;

}

.text-box p {

    font-size: 17px;

}

.print-box {

    display: flex;

    justify-content: center;

    gap: 13px;

    align-items: center;

}

/* .icon-box {

    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;

    text-align: center;

    padding: 18px;

    margin: 10px;

    border-radius: 10px;

    background: white;

    transition: 0.3s;

} */

.icon-box {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    text-align: center;
     padding: 7px;
    margin: 10px 0;
    border-radius: 10px;
    background: white;
    transition: transform 0.3s ease-in-out;
}

/* Zoom effect on hover */
.icon-box:hover {
    transform: scale(1.05);
}

/* .icon-box {

    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;

    text-align: center;

    padding: 7px;

    margin: 10px 0;

    border-radius: 10px;

    background: white;

    transition: 0.3s;

}



.icon-box:hover {

    transform: translateY(-10px);

    transition: 0.3s;

    background: #c7faff;

    color: white;

    border: 1px solid #002bff;

    cursor: pointer;

} */

section.printer-issues {

    padding: 70px 0;

    background: #c5faff;

}

.icon-box h4 {

    font-size: 16px;

    color: #3673c3;

    padding-top: 15px;

}



.dropdown-content li a {

    color: #000 !important;

}

footer a:hover {

    text-decoration: underline;

  }

  

  footer .fa {

    font-size: 1.5rem;

    transition: color 0.3s ease;

  }

  

  footer .fa:hover {

    color: #f39c12; /* Example hover color */

  }
.sing-box {
    display: flex;
    gap: 15px;
    padding: 21px 0;
    align-items: center;
}



.btn-sing a {

    background: #165dba;

    padding: 8px 20px 8px 20px;

    color: white;

    font-weight: 700;

    text-decoration: none;

    font-size: 18px;

    border-radius: 6px;

}



.text-box h4 {

    font-size: 15px;

    color: #165dba;

}

.icon-box.ripy img {

    width: 67px;

}



.new {

    position: absolute;

    right: 0% !important; 

    bottom: 75px;

    left: 15%;

    padding-top: 1.25rem;

    padding-bottom: 1.25rem;

    color: #fff;

    text-align: start !important;

}

section.slider {

    padding: 70px 0;

}



.carousel-item img {

    width: 100%;

}



.main_message_bot {

    display: flex;

    gap: 13px;

}

a:hover {

    color: unset !important;

    text-decoration: none !important;

}

section.message_bot_main {

    padding: 60px 0 0 0;

}

.main_chat_process ul li {

    list-style: none;

}

.main_chat_process ol, ul {

    padding-left: 0;

}

.content_chat p {

    background: #e8e8e8;

    padding: 10px;

    margin-bottom: 6px;

}

.content_chat span {

    padding: 10px 0;

    margin-bottom: -2px;

    display: flex;

}

.tab_message_sender .nav {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    padding-left: 0;

    margin-bottom: 0;

    list-style: none;

    flex-direction: column;

}

.tab_message_sender {

    background: #e8e8e8;

    max-width: 660px;

    padding: 25px;

    border-radius: 6px;

}



.img_popup img {

    width: 100%;

}

.form_substain {

    border: 1px solid #00000012;

    border-radius: 7px;

    padding: 22px 15px;

    box-shadow: 0 0 3px #00000012;

}

.main_modal_sec .modal-dialog {

    max-width: 800px !important;

}

.main_modal_sec .modal-body {

    padding: 2rem !important;

}

.main_modal_sec button.btn.btn-primary {

    text-align: center;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

}

.heading_popup_form {

    text-align: center;

}



/*----*/

 .newsletter-box {

    margin-top: 20px;

    position: relative;

  }

  .newsletter-box input {

    width: 100%;

    padding: 8px 40px 8px 10px;

    border: 1px solid #0000001c;

    color: #000000;

    background: transparent;

    position: relative;

    border-radius: 0px;

}

   .newsletter-box input::-moz-placeholder {

    color: #000;

  }

   .newsletter-box input::-webkit-input-placeholder {

    color: #000;

  }

   .newsletter-box input::-moz-placeholder {

    color: #000;

  }

   .newsletter-box input:-ms-input-placeholder {

    color: #000;

  }

  .newsletter-box button {

    position: absolute;

    right: 15px;

    background: transparent;

    border: none;

    color: #000000bd;

    padding: 12px 5px;

    top: 0;

}

  

/*---header alll*-----------------*/

 /* img.img-icons {
    height: 50px;
    width: 90px;
} */

.navbar-light{
    /* background: #008FCE !important; */
    color: white;
}
.navbar-lighti{
    background: #008FCE !important;
    color: white;
}
header.hp_printer  .navbar-nav .nav-link {
    font-size: 18px !important;
    color: #fff !important;
    padding:20px !important;

}

header.hp_printer .navbar-light .navbar-nav .active>.nav-link,  .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {

    color: #fff;

}

header.hp_printer a.navbar-brand {

    color: #fff !important;

}

nav a.navbar-brand{
    background: white;
    border-radius: 42px;
    height: 62px;
    width: 64px;
    padding: 6px;
}


header.hp_printer .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

    font-size: 18px !important;
    color: #fff!important;
    padding: 20px !important;

}

section.hp_printer_issues {

    background: #008fce6e !important;

}

section.hp_printer_issues .icon-box:hover {

    transform: translateY(-10px);

    transition: 0.3s;

    background: #008FCE;

    color: white;

    border: 1px solid #fff;

}

section.hp_printer_issues .icon-box:hover img {

    filter: brightness(0) invert(1);

}

section.hp_printer_issues  .print-i img{

    filter: brightness(0) invert(1);

}

section.hp_printer_issues .icon-box:hover h4 {

    color: #fff;

}

section.hp_printer_issues  .print-box {

    color: #fff;

}

section.hp_banner_main {

    padding: 60px 0;

}

.print-i h2 {

    margin-bottom: 18px;

}



/* //submit btn */

button.printer_btn {

    color: #0278AB;

    background-color: #ffffff;

    border: 1px solid #0278AB;

    border-radius: 4px;

    padding: 5px;

    width: 98%;

    margin: 3px 10px;

}



/* button.printer_btn:hover {

    background: #0278AB;

    color: #fff;

    border: 1px solid #fff;

} */



/* //new styling button */

/* //d */

/* button.d {

    color: #0278AB;

    background-color: #ffffff;

    border: 1px solid #0278AB;

    border-radius: 4px;

    padding: 5px;

    width: 98%;

    margin: 3px 10px;

} */



button.printer_btn.d:hover {

    background: #0278AB!important;

    color: #fff!important;

    border: 1px solid #fff!important;

}



/* //p */



button.printer_btn.p:hover {
    background: #DD5253!important;
    color: #fff!important;
    border: 1px solid #fff!important;
}

/* //e */

button.printer_btn.e:hover {
    background: #6EA1CC!important;
    color: #fff!important;
    border: 1px solid #fff!important;
}

/* //l */

button.printer_btn.l:hover {
    background: #6EA1CC!important;
    color: #fff!important;
    border: 1px solid #fff!important;
}



/* .tab_message_sender .nav-pills .nav-link.active, .nav-pills .show>.nav-link {

    color: #007bff;

    background-color: #ffffff;

    border: 1px solid #007bff;

}

.tab_message_sender button.nav-link.active:hover {

    background: #007bff;

    color: #fff;

    border: 1px solid #fff;

} */

/*----*/

header.brother_printer {
    background: #0059a6 !important;
}

section.brother_printer_issues {
    background:#0059a691 !important;
}

section.brother_printer_issues .icon-box:hover {
    transform: translateY(-10px);
    transition: 0.3s;
    background: #0059a6;
    color: white;
    border: 1px solid #fff;
}

section.brother_printer_issues .icon-box:hover img {
    filter: brightness(0) invert(1);
}

section.brother_printer_issues  .print-i img{
    filter: brightness(0) invert(1);
}

section.brother_printer_issues .icon-box:hover h4 {
    color: #fff;
}

section.brother_printer_issues  .print-box {
    color: #fff;
}

/*-----*/

header.canon_printer {
    background: rgb(214 19 26) !important;
}

section.canon_printer_issues {
    background:#cd0001ad !important;
}

section.canon_printer_issues .icon-box:hover {
    transform: translateY(-10px);
    transition: 0.3s;
    background: #cd0001;
    color: white;
    border: 1px solid #fff;
}

section.canon_printer_issues .icon-box:hover img {
    filter: brightness(0) invert(1);
}

section.canon_printer_issues  .print-i img{
    filter: brightness(0) invert(1);
}

section.canon_printer_issues .icon-box:hover h4 {
    color: #fff;
}

section.canon_printer_issues  .print-box {
    color: #fff;
}

/*----*/

header.other_printer {
    /* background: #ff0037 !important; */
    /*background: #c7faff !important;*/
    background: #61d9e5 !important;
    color: black!important;
}

section.other_printer_issues {
    background:#ff003780 !important;
}

section.other_printer_issues .icon-box:hover {
    transform: translateY(-10px);
    transition: 0.3s;
    background: #ff0037;
    color: white;
    border: 1px solid #fff;
}

section.other_printer_issues .icon-box:hover img {
    filter: brightness(0) invert(1);
}

section.other_printer_issues  .print-i img{
    filter: brightness(0) invert(1);
}

section.other_printer_issues .icon-box:hover h4 {
    color: #fff;
}

section.other_printer_issues  .print-box {
    color: #fff;
}

.n-code select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    max-width: 90px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.n-code input#phone {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.n-code {
    display: flex;
}

.feedback_over {
    display: flex;
    gap: 10px;
    text-decoration: underline;
    color: #2196F3;
}

/* //for reply */

.img_message_botSSS img {
    max-width: 20px;
}

.main_end {
    justify-content: end;
}

/* //for reply ends */

li.position_set {
    display: flex;
    justify-content: end;
}

.ahead {
    position: relative;
    margin-right: 16px;
}

.img_message_botSSS {
    position: absolute;
    top: 0;
    right: -24px;
}

/*--------new--------*/

form.form-inline {
    display: flex;
    align-items: center;
    gap: 27px;
    padding: 20px;
}

.width_printer {
    width: 170px;
}

.printer_box {
    justify-content: space-around;
}

    .hp_print_setuppp:hover {
    background-color: #0096d6 !important;
    color: #fff !important;
}

    /* .hp_print_setup {
    border: 9px solid #e6e6e6 !important;
} */

a {
    text-decoration: none;
}

.hp_print_setup:hover h2 {
    color: #fff !important;
}

.hp_print_setup:hover {
    background-color: #ff1313;
    transition: 0.9s;
    box-shadow: 0px 14px 13px 0px #0000007a;
    color: #fff !important;
}

.hp_print_setup:hover a h2 {
    color: #fff ;
}

    /* .hp_print_setup {
    transition: 0.9s;
    border: 1px solid #00000040;
    padding: 60px 0;
    box-shadow: 0 0 5px #000000bf;
} */

.hp_print_setup {
    transition: 0.9s;
    /* border: 1px solid #00000040; */
    padding: 60px 0;
    box-shadow: 0 0 7px #000000bf;
    border-radius: 10px;
}

.hp_print_setup a {
    text-decoration: none;
}

.hp_print_setup h2 {
    font-size: 30px;
}

.main_printmodel_1 .hp_print_setup h2 {
    font-size: 21px !important;
}



        #target {
            width: 100%;
            height: 200px;
            overflow-y: auto;
            overflow-x: auto;
            resize: both;
            position: relative;
            z-index: 2;
        }

        #frame {
            width: 100%;
            height: 100%;
            border: none;
        }

        #jk {
            background-color: #fff;
            width: 100%;
            border: 0px solid #c1c1c1;
        }

        #jk img {
            width: 100%;
            border: 9px solid #e6e6e6;
        }

        #jk img:hover {
            box-shadow: 0px 14px 13px 0px #0000007a;
        }

        #chatimg {
            border-radius: 50px;
            cursor: pointer;
            border: 8px solid #fff;
            box-shadow: 16px 17px 20px 0px #d1d1d1;
        }

        #chatimg:hover {
            border-radius: 50px;
            cursor: pointer;
            border: 8px solid #fff;
            box-shadow: 16px 17px 20px 0px #bebdbd;
        }

        #howts {
            border-radius: 50px;
            cursor: pointer;
            border: 8px solid #fff;
        }
        /* Extra small devices (phones, 600px and down) */

        @media only screen and (max-width: 600px) {
        
            #chatimg {
                width: 100%;
            }
            #howts {
                width: 100%;
            }
        }

        /* Small devices (portrait tablets and large phones, 600px and up) */
        @media only screen and (min-width: 600px) {

            #howts {
                width: 100%;
            }

            #chatimg {
                width: 100%;
            }
        }

        @media only screen and (max-width: 768px) {

            form.form-inline {
                display: block !important;
                align-items: center;
                gap: 27px;
                padding: 20px;
            }
            .hp_print_setup {
    margin: 15px 0;
    }
        }

        /* Medium devices (landscape tablets, 768px and up) */

        @media only screen and (min-width: 768px) {

            #chatimg {
                width: 100%;
            }
            .hp_print_setup {
    margin: 15px 0px;
    }

            #findmodelimg {
                width: 100%;
            }

            #howts {
                width: 100%;
            }
        }

        /* Large devices (laptops/desktops, 992px and up) */

        @media only screen and (min-width: 992px) {

            /* #chatimg {
                width: 30%;
            } */
        }
            
        /* Large devices (laptops/desktops, 1024px and up) */

        @media only screen and (min-width: 1024px) {

            /* #chatimg {
                width: 30%;
            } */
        }
        /* Extra large devices (large laptops and desktops, 1200px and up) */

        @media only screen and (min-width: 1200px) {

            /* #chatimg {
                width: 30%;
            } */

            #howts {
                width: 60%;
            }
        }

        .box {
            display: none;
            margin-top: 20px;
        }

        .red {}
        .green {}
       .blue {}

        label {}

        .my-btn {
            background: #0095ed;
    border: none;
    border-radius: 7px;
    padding: 10px 20px;
    color: white;
        }

       .find {



            width: 135px !important;



        }



       .my-btn:hover {
            background: rgb(0 0 0);
            color: #fff !important;
        }

   .success {
            color: green;
            font-weight: 700;
            padding: 5px;
            text-align: center;
        }



        .failed {
            color: red;
            font-weight: 700;
            padding: 5px;
            text-align: center;
        }

        form.form-inline {
            display: flex;
            align-items: center;
            gap: 27px;
            padding: 20px;
        }

        .panel-heading {
            padding: 0 0 0 18px;
        }

        .spac_tb {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        a.num {
            color: white !important;            ;
        }

        label {
            display: inline-block;
        }

        .panel-body.text-justify {
            padding: 20px;
        }

        h1.smart {
            font-size: 20px;
        }

        section.printing_solution.mt-5.last {
            padding-bottom: 50px;
        }

        .img_c img {
            border-radius: 6px;
        }


        .card_c {
            padding: 15px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
            height: 100%;
            border-radius: 5px;
        }

        .card_text {
            margin-top: 15px;
        }

        .list_s ul li {
            line-height: 2;
        }

        .spac_lr {
            margin-left: 10px;
            margin-right: 10px;
        }

  

/*------end new------*/

@media only screen and (max-width: 768px) {

    .text-box h1 {

        font-size: 40px;

    }

    section.banner {

        padding: 40px 0;

    }

    section.slider {

        padding: 31px 0;

    }

    .new {

        position: absolute;

        right: 0% !important;

        bottom: 5px;

        left: 15%;

        padding-top: 1.25rem;

        padding-bottom: 1.25rem;

        color: #fff;

        text-align: start !important;

    }

    .carousel-item img {

        width: unset;

    }

    .btn-sing a {

        font-weight: 400;

        font-size: 14px;

       

    }

  }



  /* //for first page buttons*/

  .col-lg-3.col-md-3.col-sm-6.col-6.fst_btn:hover {

    cursor:pointer;

  }

  

  .modal_1 {

    color: #000 ;

}

.modal_1text {

    color: #000;

    text-align: center;

}



.modal_1text #chatimg {

    width: 70%;

}



button.btn.text-white.modal_foot1{

    padding: 0px;

}

a.my-btn.Virtual_chat:hover {
    color: #fff !important;
}

.modalheader_1 {
    background-color: #000 !important;
}
h5#exampleModalLabel {
    color: #fff;
    font-size: 30px;
}
.modal-body.modal_contact_1 {
    padding-top: 35px;
}
h4.footer_h:hover {
    color: #0d6efd !important;
}

h4.footer_h {
    color: #000;
    font-size: 20px;
    margin-top: 10px;
}
h2.canon_erer {
    color: rgb(214 19 26);
}
.hp_print_setup.hp_print_setuppp.width_printer.canon_erer:hover {
    background-color: rgb(214 19 26)!important;
}
h2.epson_home {
    color: rgb(0 100 168);
}
.hp_print_setup.hp_print_setuppp.width_printer.epson_home:hover {
    background-color: rgb(0 100 168) !important;
}
h2.brother_home {
    color: rgb(15 81 149);
}
.hp_print_setup.hp_print_setuppp.width_printer.brother_home:hover {
    background-color: rgb(15 81 149) !important;
}
h2.other_home {
    color: #000;
}
.hp_print_setup.hp_print_setuppp.width_printer.other_home:hover {
    background-color: #808080d4 !important;
}
h1.chat_home_print {
    margin-bottom: 40px;
}
#chatimg {
    width: 100%;
    max-width: 500px;
}
h3.panel-title {
    padding: 20px 0px !important;
}
button.head_hp {
    margin-top: 20px;
}
