/*css style*/
/*@import 'https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i';
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&amp;display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html, body{
    /*font-family: 'ubuntu', sans-serif !important;*/
    font-family: 'Arimo', sans-serif !important;
    text-decoration: none;
    overflow-x: hidden;
}
header.wrapper{background: #fff;color:#000;border-bottom: 0px solid #eee;box-shadow: 0px 1px 10px rgba(0,0,0,0.5);}
header.wrapper img{vertical-align: middle;margin-top: 19px;}


.wrapper .right-cont{list-style-type: none;margin-top: 15px;}
.wrapper .right-cont li{/*display: inline-block;*/vertical-align: middle;text-align: end;/*font-size: 16px;padding: 2px 0px;*/ /*float:left;*/}

.wrapper .right-cont li i{color:#1b81c2;/*padding:0px 7px;*/font-size: 18px;}
.wrapper .right-cont li span.consult{line-height: 34px;padding-left: 0;font-weight: 600;letter-spacing: 1px;}
.wrapper .right-cont li span.mark-s{padding: 0px 3px;}
.wrapper .right-cont li span.mark-s::before{position: absolute;content: '';width:1px;height: 24px;background: #eee;left: 167px;}
.wrapper .right-cont li a{color:#000;text-decoration: none;font-weight: 600;}
.wrapper .right-cont li span a{font-size: 18px;font-weight:700;color:#1b81c2;text-decoration: none;}
.wrapper .right-cont .fa-mobile-alt{font-size: 35px;color:#1b81c2;}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.wrapper.f-header {
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: white;
    border-bottom: 1px solid #e5e5e5;
}
.first-section{
    padding: 0px 0px;
}
.content-s h2{
    font-size: 27px;
    font-weight: 600;
}

img.new-add-logo {
    width: 80%;
}

ul.right-cont i.fas.fa-comment {
    margin: 0px 5px 0 10px;
}

.content-s p{font-size: 16px;line-height: 26px;}

.col-sm-2.col-md-2.col-lg-2.col-xs-12.lg-hp-ph {
    text-align: end;
}

/*menu bar Icons*/
.headerMenuBar{
  float: left;
  width: 60px;
}
.phoneEmail{ background: #383838; padding: 10px 0;}
.phoneEmail ul li a{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 15px;
}
.phoneEmail ul li a i{margin-right: 5px;color: #26ade1;font-size: 20px;}
.phoneEmail ul li a:hover{color:#26ade1;}

.overlay {
    width: 303px;
    position: absolute;
    z-index: 99999;
    top: 0;
    left:0px;
    background-color: #127bbe;
    overflow-x: hidden;
    transition: 0.5s;
    /*box-shadow: 0 4px 6px #ccc;*/
  }
  /*.overlay::before{
    position: absolute;
    content:'';
    top:-10px;
    left:0px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #007bff;

  }*/
  .img_logo{margin: 0;}
  .overlay-content li{
    width: 100%;
    float: left;
  }
  /*.overlay-content li a{}*/
  .overlay-content li a:hover{color:#000; transition: 0.5s ease-in-out;}
  .overlay-content li a i{    float: left;
    margin: 4px 8px 0px 2px;
    width: 26px;
    /* font-size: 22px; */
    color: #fff;}
  .overlay-content li a img{float: left;margin: 0 10px 0 0;width: 26px;}

  .overlay-content li.lastLI{
    /*padding: 10px 15px;*/
    border-top: 1px solid #0d69a3;
    margin-top: 10px;
  }
  .overlay-content li.lastLI:last-child{margin-top:0px;border:none}

  .overlay-content li.lastLI ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .overlay-content li.lastLI ul li{
    margin: -16px 0px 12px;
    padding: 0px 34px;
    font-size: 10px;
}
  .overlay-content li.lastLI img{
    float: left;
    margin: 5px 7px 0 0;
  }
  .overlay-content li.lastLI:last-child .fa-phone-alt{
    float: left;
    margin: -12px 7px 0 0;
    color:#fff;
  }
  .overlay-content li.lastLI h3{
    margin: 7px 0 0 0px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
  }
  .overlay-content li.lastLI:last-child h3{
    margin: -12px 0 0 0px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
  }
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }

  .overlay a {
    padding: 11px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }

  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
    text-decoration: none;
  }

  .overlay .closebtn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 60px;
    color: #fff;
    padding: 0;
    font-weight: 100;
  }
  .overlay .closebtn:hover{ text-decoration: none;}
  .headNav .dropdown-toggle::after{ display: none !important;}
  .headNav .nav-link{ padding: 3px 0 9px;}
    /* #myNav{ display: none;} */
.logoHeader{ float: left;}
.headerMenuBar li.firstLI{padding: 28px 10px 19px;}


  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
    
    img.hp-logo-hp {
    display: none;
}


#modal-subscribe .modal-body .phoneChat a.blackBG {
    margin-bottom: 10px;
}


  }
/*End menu bar Icons*/

/*Start Social Media*/
.hitter{
  width:100%;
  height:500px;
  border:1px solid #ee0000;
  display:none;
 }
.float-sm{
    position: fixed;
    top:45%;
    right: 0%;
    transform: translate(-45%);
    z-index: 9;
}
.fl-fl {
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 5px 0px 3px 11px;
    width: 206px;
    position: fixed;
    right: -151px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }

  .fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
  }

  .fl-fl:hover {
    right: 0;
  }

  a.fl-fl {
    color: #fff !important;
    text-decoration: none !important;
    /*text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;*/
    font-size: 18px;
    font-weight: 500;
  }
  .fl-fl i{padding-left: 10px;}
  .float-fb{
    background: #0184ff;
    /*top: 160px;*/
    color: #fff !important;
    font-size: 21px;
    line-height: 44px;
    border-radius: 5px 0px 0px 5px;
  }

  .float-tw {
    background: #1ea1f2;
    top: 56px;
    color: #fff !important;
    font-size: 21px;
    line-height: 44px;
    border-radius: 5px 0px 0px 5px;
}
.float-fb span, .float-tw span{padding-left:10px;}

  .float-gp {
    top: 270px;
  }

/*End Social Media*/

/*contactus page*/

.contactus{
    padding: 50px 0px;
}
.contactus h5{text-align: center;color:#ccc;font-size: 1.3em;font-weight: 600;}
.contactus h2{text-align: center;margin-bottom: 50px;font-size: 2.2em;font-weight: 300;color:#00163f;}
.contactus h4{font-size: 1.2em; line-height: 1.5;}
.contactus p{font-size: 1.1rem;color:#313131;}
.contactform{padding: 50px 0px;}
.contactform .btng{background:#00163f;color:#fff;padding:10px 30px;}

.form-control {
    height: 55px;
   /* border: 2px solid #e7ebef;
    background-color: transparent;*/
    padding: 0 20px;
    /*border-radius: 2px;*/
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:#111;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}
.form-control-s {
    padding: 10px 20px !important;
    height: 45px !important;
    background: #fff !important;
    border-radius: 0px !important;
    color:#111 !important;
}
.form-control-a {
    height: 55px !important;
    /* border-radius: 2px; */
    padding: 12px 20px !important;
    border: 1px solid #c2c2c2 !important;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);*/
}
textarea.form-control-a{height: 110px !important;}
.form-control-a:focus {
    color: #495057 !important;
    background-color: #fff !important;
    /*border-color:#111;*/
    border-color: #111 !important;
    outline: 0 !important;
    box-shadow: 3px 5px 7px rgb(0 0 0 / 50%) !important;
}

.input-group-text {
    background: #2185c5 !important;
    border: 1px solid #2185c5 !important;
    color: #fff !important;
    cursor: pointer;
    border-radius: 0px !important;
    margin-right:80px !important;
    font-weight: 600 !important;
}


/* Modal Content */
#modal-subscribe .modal-dialog {
    top: 50%;
    margin: 0 auto;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}

#modal-subscribe .modal-content {
    border: 5px solid #00a4e4;
    border-radius: 10px;
}
#modal-subscribe .modal-body {
    padding: 0 30px 30px;
    text-align: center;
}
#modal-subscribe .modal-body img {
    border: none;
    width: auto;
    margin: 0px 0 15px;
}
#modal-subscribe .modal-body h2 {
    margin: 5px 0 0;
    font-size: 29px;
    font-weight: 500;
}
#modal-subscribe p {
    font-size: 19px;
    color: #000;
    font-weight: 500;
    margin: 20px 25px 50px;
}
#modal-subscribe .modal-body .phoneChat {
    margin: 30px 0 15px;
}
#modal-subscribe .modal-body .phoneChat a.blackBG {
    background: #000;
}
#modal-subscribe .modal-body .phoneChat a {
    display: inline-block;
    background: #00a4e4;
    color: #fff;
    padding: 8px 15px;
    font-size: 18px;
    border-radius: 3px;
    margin-right: 5px;
    text-decoration: none;
}
#modal-subscribe .modal-body .phoneChat a.blueBG {
    background: #00a4e4;
}



 /*footer section*/
 footer{
    border-top:1px solid #777;
    background: #5a5a5a;
    color: #fff !important;
    padding: 17px 0px 0px;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
footer .about-s{padding-right:50px;}
footer .about-s h2, footer .contact-s h2, footer .helpc-s h2{font-size: 1.2rem;line-height: 1.6rem;padding: 2px 0px;font-weight: 600;}
.helpc-s h2 a{color:#fff;text-decoration: none;}
.helpc-s p a{color:#fff;font-weight: 500; text-decoration: underline;}
.about-s h2.f-left{margin-top:26px;}
.hp-smart{margin-top:26px;}
footer .about-s p{font-size: 1.1rem;line-height: 1.6rem;}
footer .contact-s ul, footer .helpc-s ul{list-style: none;padding:0px;}
footer .contact-s ul li, footer .helpc-s ul li{font-size: 1rem;line-height:1.6rem;padding-top:9px;}
footer .contact-s ul li a, footer .helpc-s ul li a{font-size: 1rem;color:#fff;text-decoration: none;}
footer .contact-s ul li a:hover, footer .helpc-s ul li a:hover{color:#000;font-weight: 600;}

.footer-s .minus-s{bottom: 0px;}
.footer-s .minus-s p{font-size: 0.8rem;margin-top: 10px;}
.footer-s .minus-s p a{color: #fff;text-decoration: underline;}
.footer-s .minus-s{font-size: 1rem;list-style-type: none;text-align: center;margin:0px;}
.footer-s .minus-s li{display: inline-block;padding: 0px 8px;border-right: 1px solid #fff;}
.footer-s .minus-s li:last-child{border: none;}

.footer-s .minus-s li a{text-decoration: none;color:#fff;font-weight: 600;}

/*Banners*/
.banner_part{
    display: flex;justify-content: center;align-items: center;
    background: url(../images/banner-contact.jpg) no-repeat;
    background-size:cover;
    height: 40vh;
    background-position: center;
    flex-direction: column;
}
.banner_part h2{font-size: 2.8rem;line-height: 1.6rem;font-weight:700;color:#fff;}
.banner_part p{font-size: 1.0rem;line-height: 2.6rem;font-weight:400;color:#fff;}


.banner_part_color{
    display: flex;justify-content: center;align-items: center;
    background: #2185c5;
    height: 30vh;
    background-position: center;
    flex-direction: column;
}

input[type="tel"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}

.term_condition, .privacy-p, .disclaimer{padding:20px 0px;}
.term_condition h2, .privacy-p h2, .disclaimer h2{font-size: 1.6rem;line-height: 1.6rem;font-weight: 700;margin:40px 0px 10px;}
.term_condition ul, .privacy-p ul, .disclaimer ul{font-size: 1rem;line-height: 1.6rem;margin: 0px 16px 10px;}

.term_condition h2.hor_center, .privacy-p h2.hor_center, .disclaimer h2.hor_center{text-align: center;}
.term_condition h3, .privacy-p h3, .disclaimer h3{font-size: 1.4rem;line-height: 1.6rem;font-weight: 500;margin:40px 0px 10px;color:#1b81c2;}
.term_condition p, .privacy-p p, .disclaimer p{font-size: 1rem;line-height: 1.6rem;font-weight: 400;color:#000;}
.banner_part_color h2{font-size: 2.8rem;line-height: 2.8rem;font-weight:700;color:#fff;}
.banner_part_color p{font-size: 1.0rem;line-height: 2.6rem;font-weight:400;color:#fff;}

/*contact-us page*/
.contacts{padding:50px 0px;}

.cont-info{margin: 10px 0 40px !important;font-size: 16px !important;color: #353535;display: inline-block;}
.cont-info h2{margin-bottom: 50px;font-weight: 700;font-size: 1.8rem;color: #303030;}
.cont-info p{font-size: 1.1rem;margin-bottom: 40px;margin-left:-11px;color: #000;}
.cont-info a{font-size: 1.0rem;font-weight: 500;color:#111;text-decoration: none;}
.cont-info strong{display: block;font-size: 1.5rem;font-weight: 600;color: #000;margin: 0 -11px 5px;text-transform: uppercase;}
.cont-info a.click-s{color:#2185c5;}
.cont-info .fa-shopping-cart, .cont-info .fa-question-circle{color: #2185c5;font-size: 46px;}
.cont-info ul{list-style: none;padding: 10px 12px;margin-left: -11px;}
.cont-info ul li{position: relative;top: 0px;left: -10px;font-size: 1.1rem;line-height: 2.4rem;color: #1b81c2;}
.cont-info ul li a{line-height: 2.0rem;text-decoration: none;margin-left: 10px;}

.contact-form .btng{background: #2185c5 !important;border: 0 !important;color: #fff;height: 50px;padding: 0 44px;font-size: 17px !important;display: inline-block;margin-top: 10px;border-radius: 0.25rem;font-weight: 500;}

.contact-form h2{margin-bottom: 15px;font-weight: 700;font-size: 1.8rem;color: #303030;}

.contact-form p{font-size: 1rem;margin-bottom: 40px;color: #111;}


  .recaptcha-notice {
     font-size: 0.8rem;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
    padding-bottom:15px;
    }

    .recaptcha-notice a {
      color: #fff;
      text-decoration: underline;
      margin: 0 3px;
      font-weight: bolder;
    }

    .recaptcha-notice a:hover {
      text-decoration: underline;
      color: #fff;
    }
    
    
    
    

/* Ipad */
@media only screen and (max-width: 1023px){
  .headerMenuBar {
    margin: 0px 3px 0 2px;
  }
  header.wrapper img {
    vertical-align: middle;
    margin-top: 0px;
    width: 146px;
    margin-left: 20px;
}
.overlay{ top: 100px;margin-top:0px;}
}
/* Ipad pro */
@media only screen and (max-width: 1140px){

  .headerMenuBar {
    margin: 30px 3px 0 2px;
  }
  header.wrapper img {
    margin-top: -120px;
    margin-left: 103px;
  }
}

/* mobile */
@media only screen and (max-width: 479px) {
.navbar-brand{margin: 0px auto !important;}
.headerMenuBar {margin: 0;}
.navbar-light .navbar-nav .nav-link {color: rgba(0,0,0,.5) !important;display: block !important;}
.navbar-light .navbar-nav .nav-link {color: rgba(0,0,0,.5) !important;}
header.wrapper img {vertical-align: middle;margin-top: 0;margin-left: 0;width:200px;}
.logoHeader{ float: right;}
.headerMenuBar li.firstLI {padding: 15px 0 0px;}
.overlay{ top: 60px;}

img.hp-logo-hp {
    display: none;
}

#modal-subscribe .modal-body .phoneChat a.blackBG {
    margin-bottom: 10px;
}



}

/* -------------------------------------------- */
/* 
.container {
    max-width: 1660px;
    width: 100%;
} */




.mpfal .container-fluid {
    padding: 0;
}
.mpfal .banner {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
/*      min-height: 600px;*/
    }


    .left a {
    text-decoration: none !important;
    font-size: 58px;
    margin: 0px 0 20px;
    font-weight: 500;
    padding: 0px 100px;
    color: #000;
    display: inline-block;
}

 .left a:hover {
     color: #000;
 }

  .mpfal .left {
    flex: 1;
    background: #40DEF9;
    color: #000;
        padding: 0px 0px 0;
    box-sizing: border-box;
}

 .mpfal .left h1 {
    font-size: 58px;
    margin: 0px 0 30px;
    font-weight: 500;
    padding: 0px 30px;
}
    /*.mpfal .left p {
      font-size: 18px;
      margin-bottom: 20px;
      line-height: 1.5;
    }*/

   .mpfal .logo {
    padding: 0px 15px 0 0px;
}

p.fir-perfect {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    background: #66E5FA;
    padding: 40px 100px;
    margin: 0;
}

p.sec-perfect{
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  padding: 30px 100px 30px;
  background: #8CEBFC;
  margin: 0;
}

section.hp-bnr .container-fluid {
    padding: 0;
}

    .mpfal .right {
      flex: 2;
      position: relative;
      background-image: url('../images/laptops-tablets-hero-1.jpg'); /* Replace with your actual image */
      background-size: cover;
      background-position: top;
    }

 .mpfal .cta-box {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 20px 50px;
    border-radius: 0px;
    font-size: 30px;
    width: 100%;
    font-weight: 500;
}

    .mpfal .cta-box a {
    background:#0098D7;
    color: white;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 0px;
    margin-left:20px;
    font-weight: 500;
    display: inline-block;
    font-size: 24px;
}

    /*.mpfal .cta-box a:hover {*/
    /*  background: #0078D5;*/
    /*}*/

    @media (max-width: 768px) {
      .mpfal .banner {
        flex-direction: column;
      }
      .mpfal .right {
        min-height: 300px;
      }
    }



    .printer-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 30px 0px;
      background: #fff;
    }

    .printer-section .image-container {
      flex: 1;
      text-align: center;
      padding: 0px;
    }

    .printer-section .image-container img {
      max-width: 100%;
      height: auto;
    }

    .printer-section .content {
      flex: 1;
      padding: 20px 40px;
    }

    .printer-section .content h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

   .printer-section .content p {
    font-size: 20px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 30px;
}
    .printer-section .content .cta-btn {
    background-color: #000;
    color: #fff;
    padding: 8px 24px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 0px;
    display: inline-block;
    transition: background 0.3s ease;
}

    .printer-section .content .cta-btn:hover {
      background-color: #000;
    }

    @media (max-width: 768px) {
      .printer-section {
        flex-direction: column;
      }

      .printer-section .content {
        padding: 20px;
        text-align: center;
      }
    }





    .hp-printer-banner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      background-color: #eeeeee;
      padding:0px 0px;
          margin-bottom: 50px;
    }

    .hp-printer-banner .text-section {
    flex: 1;
    padding: 20px 20px 20px 140px;
   
}

.hp-printer-banner .text-section-new {
    flex: 1;
    padding: 20px 140px 20px 80px;
}

    .hp-printer-banner h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #000;
}

  .hp-printer-banner h3 {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #000;
}

    .hp-printer-banner p {
      font-size: 20px;
      color: #000;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    section.hp-ul-print .buttons {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      padding: 0px 0px;
    }

 .buttons a {
    padding: 8px 40px;
    text-decoration: none !important;
    font-weight: 400;
    border-radius: 0px;
    font-size: 22px;
    display: inline-block;
}

.buttons a:hover{
    color:#fff;
}
    .shop-btn {
      background-color: #000;
      color: #fff;
    }

   .expert-btn {
    background-color: #0078D5;
    color: #fff;
}

    .hp-printer-banner .image-section {
      flex: 1;
      text-align: center;
      min-width: 300px;
    }

    .hp-printer-banner .image-section img {
      max-width: 100%;
      height: auto;
      width: 100%;
    }

    @media (max-width: 768px) {
      .hp-printer-banner {
        flex-direction: column;
        text-align: center;
      }

      .hp-printer-banner .text-section {
        padding: 20px;
      }

      .buttons {
        justify-content: center;
      }
    }


    .hp-help-banner {
      background-image: url(../images/printer-help-banner.png);
    background-size: cover;
    background-position: top;
      color: #fff;
      padding: 40px 50px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      min-height: 150px;
      position: relative;
    }

   

    .hp-help-content {
      position: relative;
      z-index: 2;
      max-width: 600px;
    }

    .hp-help-content h2 {
      font-size: 40px;
      margin: 0 0 0px;
      font-weight: bold;
    }

    .hp-help-content p {
      font-size: 32px;
      margin-bottom: 20px;
    }

    .hp-help-content a {
    background-color: #1a73e8;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 0px;
    display: inline-block;
    font-size: 22px;
}

.hp-help-content a:hover {
    text-decoration: none;
    color: #fff;
}


    @media (max-width: 600px) {
      .hp-help-banner {
        text-align: center;
        justify-content: center;
        padding: 30px 15px;
      }

      .hp-help-content h2 {
        font-size: 20px;
      }

      .hp-help-content p {
        font-size: 15px;
      }
    }



section.dj-duj-hp {
    margin-bottom: 60px;
}

h2.headlinesss {
    background: #5A99F4;
    margin: 0;
    padding: 5px 20px;
    border-bottom: 1px solid #000;
    font-size: 48px;
      font-weight: 600;
}

h1.headline {
    background: #5A99F4;
    padding: 0px 20px;
    border-bottom: 1px solid #000;
}

h3.headlinesssvb {
    background: #5A99F4;
    padding: 5px 20px;
    border-bottom: 1px solid #000;
    font-size: 48px;
      font-weight: 600;
          margin: 0;
}

     .secure-print-container {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
    }

    .left-panel {
      background-color: #eef5fd;
      padding:0px 0px;
      flex: 1;
      min-width: 300px;
    }
.section-header {
    color: #000000;
    font-size: 18px;
    margin-bottom: 0px;
    background: #5A99F4;
    padding: 5px 20px 0;
    font-weight: 500;
}

    .headline {
      font-size: 48px;
      font-weight: 600;
      line-height: 1.2;
      margin: 0;
      color: #000;
    }

    .sub-headline {
    font-size: 20px;
    margin: 0 0;
    font-weight: 500;
    background: #BCD6FB;
    padding: 10px 20px;
}

    .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 0px 20px;
}

   .feature-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

    .feature-item img {
      width: 40px;
      height: 40px;
      margin-right: 10px;
    }

    .secure-print-container .buttons {
      display: flex;
      gap: 10px;
          padding: 0px 20px;
    }

   .printer-section .buttons a {
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 0px;
    font-size: 18px;
    margin: 0 15px 0 0;
    /* background: #5C8BE3; */
}


.printer-section h4 {
    margin-bottom: 20px;
    /* margin: 0; */
}


    .btn-chat {
    background-color: #5C8BE3;
    color: #000000;
    font-weight: 400;
}

    .btn-call {
      background-color: #000;
      color: #fff;
    }

    .right-panel {
      flex: 1;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 300px;
    }

    .right-panel img {
      width: 100%;
      max-width: 500px;
      height: auto;
    }

    @media (max-width: 768px) {
      .headline {
        font-size: 36px;
      }

      .features-grid {
        grid-template-columns: 1fr;
      }

      .right-panel {
        padding: 20px;
      }
    }





   .explo-re-new h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 600;
}


section.explo-re-new {
    margin-top: 80px;
    margin-bottom: 80px;
}
    .printer-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 24px;
      margin: 0 auto;
    }

    .printer-card {
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      border-radius:0px;
      overflow: hidden;
      background-color: #f8f9fa;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }

    .printer-card img {
      width: 100%;
      height: auto;
          padding: 30px 20px;
      background-color: #E8E8E8;
    }

    .printer-card .info {
      background-color: #1976d2;
      color: white;
      padding: 30px 20px;
      flex-grow: 1;
    }

    .info h3 {
      margin: 0 0 10px;
      font-size: 24px;
    }

    .info p {
      font-size: 17px;
      margin-bottom: 16px;
      height: 80px;
    }

    .info a {
      display: inline-block;
      padding: 8px 16px;
      background-color: #fff;
      color: #000;
      font-weight: bold;
      text-decoration: none;
      border-radius: 0px;
      font-size: 14px;
    }

    

    .info a:hover {
    background-color: #ffffff;
    text-decoration: none;
}

    @media (max-width: 600px) {
      .info h3 {
        font-size: 16px;
      }

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




    .hp-service-banner {
      background: url('../images/hp-service.png') no-repeat center center;
      background-size: cover;
       background-position: top;
      color: white;
      display: flex;
      align-items: center;
      padding: 100px;
      box-sizing: border-box;
      position: relative;
    }

.hp-service-banner.ndhy-sy-sy{
  background: url(../images/hp-der.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    display: fle;
    align-items: center;
    padding: 175px 100px;
    box-sizing: border-box;
    position: relative;
}
   

   
    .hp-service-content {
      position: relative;
      max-width: 600px;
      z-index: 1;
    }

   .hp-service-content h5 {
    margin: 0;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
    .hp-service-content h1 {
      margin: 10px 0;
      font-size: 50px;
      font-weight: bold;
    }

    .hp-service-content p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 50px;
    margin-top: 20px;
}

    .hp-service-content .highlight {
      font-weight: bold;
    }

    .hp-service-content .btn {
      display: inline-block;
      padding: 10px 20px;
      background: white;
      color: black;
      border: none;
      border-radius: 0px;
      text-decoration: none;
      font-weight: bold;
      cursor: pointer;
      font-size: 24px;
    }

    .dfdi-srt .btn:hover {
          background: #ffffff;
    color: #000;
    }

    @media (max-width: 768px) {
      .hp-service-banner {
        padding: 40px 20px;
        height: auto;
        background-position: center top;
      }

      .hp-service-content h1 {
        font-size: 28px;
      }
    }





/* Laptop css start from here */
   .pc-help-banner {
      display: flex;
      width: 100%;
      margin: 30px auto 0;
      box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

    .pc-help-text {
      background-color: #2c2c2c;
      color: white;
      padding: 40px 30px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .pc-help-text h2 {
      margin: 0 0 0px;
      font-size: 40px;
    }

    .pc-help-text p {
      margin: 0 0 20px;
      font-size: 30px;
    }

    .pc-help-text .btn {
    display: inline-block;
    background-color: #0078D5;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 0px;
    font-weight: bold;
    max-width: fit-content;
}

.pc-help-text .btn:hover{
  background-color: #0078D5;
}

    .pc-help-image {
      flex: 1;
    }

    .pc-help-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    @media (max-width: 768px) {
      .pc-help-banner {
        flex-direction: column;
      }

      .pc-help-image img {
        height: auto;
      }
    }



.why-hp-section {
      background-image: url('../images/why-hp.jpg');
      background-size: cover;
      background-position: bottom;
      color: white;
      padding:100px 30px;
      text-align: center;
      position: relative;
    }

    .why-hp-section h1 {
    font-size: 80px;
    margin-bottom: 40px;
    text-align: left;
    padding: 0 90px;
}

    .hp-features {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      font-size: 22px;
    }

    .hp-features span {
    position: relative;
    padding: 30px 90px;
    font-size: 50px;
    font-weight: 400;
}

    .hp-features span:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 135px;
      border-right: 1px solid #7b99f4;
    }

    .hp-buttons {
      margin-top: 90px;
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .hp-buttons a {
      padding: 12px 40px;
      font-weight: bold;
      text-decoration: none !important;
      border-radius: 0px;
      font-size: 16px;
      border: 1px solid white;
      color: white;
      background-color: transparent;
      transition: 0.3s;
    }

a.chat-now:hover {
    color: #000000;
    background: #ffffff;
}

    .hp-buttons a.call-now {
      background-color: white;
      color: black;
      border: none;
    }

    .hp-buttons a:hover {
      opacity: 0.9;
    }

    @media (max-width: 768px) {
      .hp-features {
        flex-direction: column;
        gap: 20px;
      }

      .hp-features span::after {
        display: none;
      }
    }



    .hp-section {
      display: flex;
      flex-wrap: wrap;
      background-color: #ececec;
    }

    .hp-left {
      background-color: #5c4eff;
      color: white;
      flex: .5 1 400px;
      padding: 60px 100px;
    }

    .hp-left {
    display: flex;
    position: relative;
}


/*.hp-left::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: #ffffff;*/
/*    height: 1px;*/
/*    width: 1096px;*/
/*    bottom: 198px;*/
/*    left: 0;*/
/*}*/


    .hp-left h2 {
      font-size: 56px;
      margin-bottom: 20px;
    }

    .hp-left p {
      font-size: 28px;
      line-height: 1.6;
    }

    .hp-right {
      flex: 1 1 600px;
      background-image: url('../images/laptops-tablets-hero.png');
      background-size: cover;
      background-position: center;
      position: relative;
      min-height: 320px;
    }

    .hp-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px 50px;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
}

    .hp-overlay span {
      font-size: 30px;
    }

    .hp-overlay a {
      background: #0098D7;
    color: white;
    text-decoration: none !important;
    padding: 8px 16px;
    border-radius: 0px;
    margin-left:20px;
    font-weight: 500;
    display: inline-block;
    font-size: 24px;
    }

    .hp-overlay a:hover{
      color: white;
    }

    .printer-section .buttons a:hover {
    color: #fff;
}

a.btn:hover {
    color: #fff;
}



    @media (max-width: 768px) {
      .hp-left, .hp-right {
        flex: 1 1 100%;
      }

      .hp-left h2 {
        font-size: 28px;
      }

      .hp-left p {
        font-size: 16px;
      }
    }




/* Laptop css end here */










/* ---------- Desktop (Default) ---------- */
/* No media query needed for desktop. It is the default layout. */

/* ---------- Tablet (768px to 1023px) ---------- */

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


@media screen and (max-width: 1023px) and (min-width: 768px) {
  
}

/* ---------- Mobile (max 767px) ---------- */
@media screen and (max-width: 767px) {

  .hp-printer-banner .text-section-new {
    flex: 1;
    padding: 15px;
  }

  p.fir-perfect {
    font-size: 28px;
    padding: 10px 30px;
}

.boxx-dbh a {
    background: #0098D7;
    color: white;
    text-decoration: none !important;
    padding: 8px 16px;
    border-radius: 0px;
    margin-left: 0;
    font-weight: 500;
    display: block !important;
    font-size: 22px !important;
    margin: 5px 0px !important;
    width: 100% !important;
}

.hp-service-content .btn {
    display: inline-block;
    padding: 10px 20px;
    background: white;
    color: black;
    border: none;
    border-radius: 0px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 24px;
    width: 100%;
    margin: 5px 0px;
}


p.fir-perfect br {
    display: none;
}

p.sec-perfect {
    font-size: 25px;
    padding: 10px 30px 10px;
}


p.sec-perfect br {
    display: none;
}



.mpfal .cta-box {
    text-align: center;
}

.mpfal .cta-box a {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-left: 0;
            margin-top: 10px;
}

br{
  display: none;
}

.printer-section .content h2 {
    font-size: 30px;
}

.hp-printer-banner h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 0px;
    color: #000;
}

section.hp-ul-print .buttons {
    gap: 10px;
    flex-wrap: inherit;
}


.buttons a {
    padding: 8px 20px;
    font-size: 20px;
}


.hp-printer-banner h3 {
    font-size: 24px;
}

section.dj-duj-hp {
    margin-bottom: 18px;
}


    .hp-help-content h2 {
        font-size: 28px;
    }

    .hp-help-content p {
        font-size: 19px;
    }


.hp-printer-banner {
    margin-bottom: 15px;
}


section.explo-re-new {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .info h3 {
        font-size: 28px;
    }


    .info p {
        font-size: 18px;
        height: auto;
    }


.section-header {
    padding: 5px 20px 11px;
}


h1.headline {
    padding: 0px 20px 15px;
}


.info a {
    font-weight: 500;
    font-size: 18px;
}

.hp-service-content h5 {
    margin-bottom: 0;
}

.hp-service-content p {
    margin-bottom: 20px;
    margin-top: 20px;
}


.hp-features span {
    padding: 10px 10px;
        font-size: 22px;
}

.hp-left {
    background-color: #5c4eff;
    color: white;
    flex:1 1 400px;
    padding: 15px 15px;
}


.hp-overlay {
            padding: 15px 15px;
        text-align: center;
        display: block;
  
}



.hp-overlay a {
          background: #0098D7;
        color: white;
        text-decoration: none;
        padding: 8px 15px;
        font-size: 24px;
        display: block;
        margin: 10px 0px
}

.printer-section .buttons {
    display: flex;
}



.printer-section .buttons a {
    padding: 10px 10px;
    font-size: 18px;


}


.printer-section {
  
    padding:15px 0px 0;

}



.pc-help-text h2 {
    font-size: 30px;
}

.pc-help-text p {
    margin: 0 0 20px;
    font-size: 24px;
}

.why-hp-section {
    padding: 20px 20px;
}

.why-hp-section h1 {
            font-size: 40px;
        padding: 0 15px;
            margin-bottom: 10px;
}



.hp-features {
        flex-direction: row;
        gap: 0;
    }


.hp-buttons {
    margin-top: 30px;
    gap: 20px;
}


.hp-service-banner.ndhy-sy-sy {
    padding: 20px;
}





  
}







section.prin-er-issuees {
    padding: 40px 0px 60px;
}

section.prin-er-issuees h2 {
    padding: 0px 0px 0px;
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 600;
}


.issues-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin: 0 auto;
    }

    .issue-card {
      background: #fff;
      border-radius: 10px;
      padding: 40px 20px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s ease;
    }

    .issue-card:hover {
      transform: translateY(-5px);
    }

    .issue-card img {
      width: 50px;
      height: 50px;
      margin-bottom: 15px;
    }

    .issue-card h3 {
      font-size: 16px;
      font-weight: 600;
      color: #222;
    }



#modal-subscribe{
    display:none;
}

.boxx-dbh a {
    background: #0098D7;
    color: white;
    text-decoration: none !important;
    padding: 8px 16px;
    border-radius: 0px;
    margin-left: 0;
    font-weight: 500;
    display: inline-block;
    font-size: 24px;
margin: 0 10px;
}

.boxx-dbh a:hover{
    color:#fff;
}

section.new-skio-kd {
    text-align: center;
    margin-bottom: 50px;
    padding: 20px;
    width: fit-content;
    margin: -20px auto 20px;
}

/*.hp-service-content .btn-chat {*/
/*    background-color: #1a73e8;*/
/*    color: #fff;*/
/*    padding: 8px 20px;*/
/*    text-decoration: none;*/
/*    font-weight: 400;*/
/*    border-radius: 0px;*/
/*    display: inline-block;*/
/*    font-size: 22px;*/
/*    height: 57px;*/
/*}*/