@media (max-width: 1440px) {
  .container-main {
    padding: 0px 40px;
  }

  .top-bar-main {
    padding: 4px 40px;
  }

  .main-header {
    padding: 2px 40px;
  }

  .header-links ul {
    gap: 20px;
  }

  /*.home-content-right {*/
  /*  height: 520px;*/
  /*}*/
  
  .add-item::before{
    left: 60px;
  }
  
  .add-item a{
    padding-left: 45px;
  }
  
}

@media (max-width: 1280px) {
  .header-logo {
    max-width: 130px;
  }

  .header-links ul {
    gap: 15px;
  }

  .header-right {
    gap: 13px;
  }

  .home-banner-content h1 {
    font-size: 50px;
  }

  .home-banner-content h6 {
    font-size: 26px;
  }

  .acc-btn a {
    padding: 17px 25px;
  }

  .search-box img,
  .cart-box img {
    width: 20px;
    height: 20px;
  }

  .phone-content p a {
    font-size: 24px;
  }

  .phone-content h5 {
    font-size: 18px;
  }

  /*.home-content-right {*/
  /*  height: 500px;*/
  /*}*/

  .brand-block {
    width: 33.33%;
  }
  
    .add-item::before{
    left: 55px;
  }
  
  .add-item a{
    padding-left: 50px;
  }
 
}

@media (max-width: 1200px) {
  .why-lappyx h2,
  .top-selling-item h2,
  .home-publications-right h2,
  .home-publications-left h5,
  .home-about-right h2,
  .home-cta-left h5,
  .faq h3,
  .brands h2,
  .customers h2,
  .form-heading h3,
  .our-client-left h2,
  .refurbished-laptops-content h2,
  .google-reviews h2,
  .home-blog h2,
  .home-stats h2 {
    font-size: 36px;
    line-height: 1.3;
  }

  .why-lappyx-block-inner {
    padding: 60px 30px;
  }

  .home-publications-left h5,
  .home-cta-left h5 {
    font-size: 32px;
  }

  .blog-bg {
    height: 220px;
  }

  .home-stats-block {
    width: 20%;
  }
  .blog-main-image img {
    height: 400px;
  }
      .add-item::before {
        left: 47px;
    }
}

@media (max-width: 1150px) {
  .main-header {
    padding: 2px 20px;
  }

  .top-bar-main {
    padding: 4px 20px;
  }

  .header-links ul,
  .header-right {
    gap: 10px;
  }

  .acc-btn a {
    padding: 15px 20px;
  }

  .header-logo {
    max-width: 115px;
  }
  
  .home-content-left,
  .home-content-right{
      width:50%;
  }

}

@media (max-width: 1160px) {
  .header-links ul li {
    font-size: 14px;
  }

  .header-logo {
    max-width: 100px;
  }
}

@media (max-width: 1100px) {
  .footer-block p {
    max-width: 270px;
  }

  .about-block {
    height: 400px;
  }

  .home-stats-block {
    width: 25%;
  }
  .home-contact-us-left-text h3 {
    font-size: 35px;
  }
  /* .services-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
  .services-card{
    max-width: 500px;
  } */
    .quality-products-flex.products-page .top-selling-item-block{
      width:33.33%;
  }
      .add-item a {
        padding-left: 37px;
    }
        .add-item::before {
        left: 70px;
    }
}

@media (max-width: 1050px){
    .add-item a {
        padding-left: 50px;
    }
    .add-item::before {
        left: 65px;
    }
    .thumb{
        height:100px;
    }
}

@media (max-width: 991px) {
  .main-header {
    display: none;
  }

  .top-bar-main {
    padding: 6px 20px;
  }

  .mob-header {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 34px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  }

  .mob-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 12;
  }

  .mob-header .navbar {
    background-color: #fff;
    padding: 7px 0px;
  }

  .mob-header .navbar > .container-fluid {
    padding: 0px 20px;
  }

  .mob-header .navbar-brand img {
    max-width: 150px;
  }

  .mob-header .navbar-brand {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 12;
  }

  .mob-header .navbar-toggler {
    padding: 0;
    border: unset;
  }

  .mob-header .navbar-toggler-icon {
    background-image: url(../images/menu-icon.webp);
    background-repeat: no-repeat;
    width: 30px;
    height: 28px;
  }

  body.menu-open .mob-header .navbar-toggler-icon {
    background-image: url(../images/close-icon.webp);
    height: 30px;
    margin-right: 7px;
  }

  body.menu-open {
    overflow: hidden;
    height: 100vh;
  }

  .mob-header .navbar-collapse {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0px 20px;
    z-index: 10;
  }

  .mob-header .navbar-nav {
    padding-bottom: 600px;
    padding-top: 140px;
  }

  .mob-header .nav-link {
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: #181717;
    text-transform: uppercase;
    padding: 10px 0px;
  }

  .dropdown-menu {
    border: unset;
    background-color: unset;
    color: #20252d;
  }

  .dropdown-item {
    color: #20252d;
  }

  .dropdown-item:hover {
    background-color: unset;
    color: #20252d;
  }

  .navbar-nav .dropdown-menu {
    margin: 10px 0px;
  }

  .dropdown-toggle::after {
    background-image: url(../images/down_arrow.webp);
    border: unset;
    filter: invert(1);
    width: 16px;
    height: 11px;
    top: 14px;
    position: absolute;
    content: "";
    right: 0;
  }

  .navbar-toggler:focus {
    box-shadow: unset;
  }

  .header-right.mob {
    margin-top: 20px;
  }

  .home-banner-main {
    padding-top: 105px;
  }

  /*.home-content-left {*/
  /*  width: 100%;*/
  /*}*/

  .why-lappyx-block-inner {
    padding: 45px 25px;
  }

  .block-icon {
    width: 80px;
    height: 80px;
  }

  .why-lappyx-block img {
    width: 40px;
    height: 40px;
  }

  .home-publications-left h5,
  .home-cta-left h5 {
    font-size: 28px;
  }

  .about-block {
    height: 370px;
  }

  .footer-block {
    width: 50%;
    padding: 20px 0px;
  }

  .footer-flex {
    flex-wrap: wrap;
    margin: -20px 0px;
  }

  /* meet 25/6/25 */

  .contact-us-page {
    padding-top: 200px;
  }
  .contact-us-page-left,
  .contact-us-page-right {
    width: 100%;
  }
  .contact-us-page-left {
    margin-bottom: 10px;
  }

  /* meet 26/6/25 */
  .blog-detail-main,.about-page-main {
    padding-top: 200px;
  }
  .blog-detail-left,
  .blog-detail-right {
    width: 100%;
  }
  .blog-detail-left {
    padding-right: 0px;
    margin-bottom: 40px;
  }

  .latest-blog-left {
    width: 30%;
  }
  .latest-blog-heading a h4 {
    font-size: 17px;
    font-weight: 700;
    color: #181717;
  }
  .assurance-services-heading h1 {
    font-size: 28px;
}
.assurance-services-info p {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 500;
}
/*.assurance-points li{*/
/*  font-size: 14px;*/
/*}*/
/*.assurance-points i{*/
/*  font-size: 14px;*/
/*}*/
.assurance-services-left {
  padding: 0 20px;
}
.services-grid {
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
.services-card{
  max-width: 500px;
}

    .add-item::before {
        left: 60px;
    }
    .top-selling-item-main.products-page {
        padding-top: 180px;
    }
    .product-detail-main {
        padding-top: 200px;
    }
    .page-template-policy-template .contact-us-page {
        padding-top: 170px !important;
    }
}

@media (max-width: 950px){
    .add-item::before {
        left: 50px;
    }
}

@media (max-width: 850px) {
  /*.home-content-right {*/
  /*  display: none;*/
  /*}*/
  
  .home-content-flex{
      flex-flow:column-reverse;
  }
  
  .home-content-right img {
        object-fit: scale-down;
    }
    .home-banner-bg {
        height: unset;
        display: none;
    }
    .home-banner-info {
        position: unset;
    }
  
      .home-content-left, .home-content-right {
        width: 100%;
    }
    
    .home-banner-main{
        padding-bottom: 65px;
    }
    
    .home-content-right {
        height: 270px;
    }

  /*.home-banner-bg::before {*/
  /*  opacity: 0.4;*/
  /*}*/

  .btn-flex {
    gap: 15px;
  }

  .home-banner-content p {
    margin-bottom: 25px;
  }

  .home-banner-content h1 {
    font-size: 48px;
    margin-bottom: 13px;
  }

  .phone-icon {
    width: 60px;
    height: 60px;
  }

  .phone-content p {
    margin-bottom: 0 !important;
  }

  .home-banner-content a,
  .form-btn input,
  .home-cta-right a {
    padding: 17px 25px;
  }

  .why-lappyx h2,
  .top-selling-item h2,
  .home-publications-right h2,
  .home-publications-left h5,
  .home-about-right h2,
  .home-cta-left h5,
  .faq h3,
  .brands h2,
  .customers h2,
  .form-heading h3,
  .our-client-left h2,
  .refurbished-laptops-content h2,
  .google-reviews h2,
  .home-blog h2,
  .home-stats h2,
  .home-contact-us-left-text h3 {
    font-size: 30px;
  }

  .why-lappyx-block,
  .our-blog-block {
    width: 50%;
  }

  .why-lappyx-block-inner {
    padding: 55px 25px;
  }

  .home-publications-left,
  .home-publications-right,
  .home-about-left,
  .home-about-right {
    width: 100%;
  }

  .home-publications-left,
  .home-about-left {
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .about-block {
    height: 500px;
  }

  .home-cta-flex {
    justify-content: center;
    flex-flow: column;
  }

  .home-cta-left {
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .home-cta-left h5,
  .home-cta-left p {
    text-align: center;
  }

  .refurbished-laptops-content {
    flex: 1 1 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .sidebar {
    flex: 1 1 100%;
  }

  .refurbished-laptops-flex {
    flex-wrap: wrap;
  }

  .our-client-left,
  .our-client-right {
    width: 100%;
  }

  .our-client-left {
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .home-stats h2 {
    max-width: 320px;
  }

  /* meet 25/6/25 */
  .contact-us-page {
    padding-top: 200px;
  }

  .blog-main-image img {
    height: 400px;
  }
  .blog-heading h2 {
    font-size: 25px;
  }
  .about-page-main {
    padding-top: 200px;
  }
  .services-grid {
    /* grid-template-columns: repeat(1, 1fr); */
    justify-items: center;
  }
  .services-card{
    max-width: 400px;
  }
    .add-item::before {
        left: 33px;
    }  
    .product-detail-left,
    .product-detail-right{
        width: 100%;
    }
    
    .product-detail-right{
        padding-left:0;
        padding-top:40px;
    }
    .thumb {
        height: 150px;
    }
}


@media (max-width: 768px) {
  .home-banner-bg {
    height: 520px;
  }

  .footer-block {
    width: 100%;
  }

  .footer-block p {
    max-width: unset;
  }

  .home-stats-block {
    width: 33.33%;
  }

  /* meet 25/6/25 */
  .contact-us-page {
    padding-top: 200px;
  }
  .about-page-main {
    padding-top: 200px;
  }
  .assurance-services-heading h1 {
    font-size: 26px;
    margin-bottom: 30px;
}
.assurance-services-info p {
  font-size: 14px;
  margin-bottom: 20px;
}
.assurance-points li {
  font-size: 14px;
}
.assurance-points i {
  font-size: 14px;
}
.services-card {
  max-width: 350px;
}
.blog-detail-main {
  padding-top: 150px;
}
    .quality-products-flex.products-page .top-selling-item-block {
        width: 50%;
    }
        .add-item::before {
        left: 80px;
    }

}

@media (max-width: 740px){
        .add-item::before {
        left: 70px;
    }
}

@media (max-width: 600px) {
  .container-main {
    padding: 0px 20px;
  }

  .top-bar-right {
    display: none;
  }

  .top-bar-left {
    width: 100%;
  }

  .top-bar-left ul {
    justify-content: space-between;
  }

  .top-bar-left ul li {
    padding-left: 0;
  }

  .top-bar-left ul li::before,
  .top-bar-right ul li::before {
    content: unset;
  }

  .top-bar-left ul li,
  .top-bar-right ul li {
    font-size: 14px;
  }

  .header-right,
  .mob-header-right {
    gap: 13px;
  }

  .mob-header .navbar-toggler-icon {
    width: 25px;
    height: 23px;
  }

  .home-banner-content h6 {
    font-size: 18px;
  }

  .home-banner-content h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .home-banner-content p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .phone-content p a {
    font-size: 20px;
  }

  .phone-content p {
    font-size: 14px;
  }

  .btn-flex {
    gap: 10px;
  }

  .home-banner-bg {
    height: 450px;
  }

  .learn-btn img {
    width: 23px !important;
    height: 23px;
  }

  .learn-btn {
    gap: 7px;
  }

  .home-banner-content a {
    padding: 13px 15px;
    font-size:14px;
    height: 100%;
  }

  .why-lappyx-main,
  .top-selling-item-main,
  .home-publications,
  .home-about-main,
  .home-faq-main,
  .brands-main,
  .our-client-main,
  .refurbished-laptops-main,
  .customers-main,
  .home-blog-main,
  .services-about-main,
  .related-products-main{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-stats,
  .home-cta-main,
  .google-reviews-main {
    padding-bottom: 50px;
  }

  .why-lappyx h2,
  .top-selling-item h2,
  .home-publications-right h2,
  .home-publications-left h5,
  .home-about-right h2,
  .home-cta-left h5,
  .faq h3,
  .brands h2,
  .customers h2,
  .form-heading h3,
  .our-client-left h2,
  .refurbished-laptops-content h2,
  .google-reviews h2,
  .home-blog h2,
  .home-stats h2,
  .home-contact-us-left-text h3,
  .related-products h2{
    font-size: 26px;
  }

  .why-lappyx p,
  .home-publications-left p,
  .home-about-right p,
  .stats-info p,
  .home-cta-left p,
  .form-heading p,
  .review-box p,
  .profile-right span,
  .refurbished-laptops-content p,
  .top-selling-item p,
  .google-reviews p,
  .customers p,
  .faq p,
  .home-blog p,
  .form-inner p,
  .home-contact-us-left p,
  .services-content p,
  .detail-accordion .accordion-body ul li,
  .description-tab .tab-content ul li,
  .description-tab .tab-content p{
    font-size: 15px;
    line-height: 1.5;
  }

  .home-publications-left h5,
  .home-cta-left h5 {
    font-size: 24px;
  }

  .why-lappyx-block,
  .our-blog-block {
    width: 100%;
    padding: 10px 0px;
  }

  .why-lappyx-flex,
  .home-blog-flex {
    margin: -10px 0px;
    padding-top: 30px;
  }

  .top-selling-slider,
  .premium-products-slider,
  .quality-products-slider,
  .google-review-slider {
    margin-top: 30px;
  }

  .home-btn-flex {
    display: none;
  }

  .form-inner {
    padding: 30px 20px;
  }

  .form-field.radio {
    gap: 0px;
    flex-flow: column;
    align-items: unset;
  }

  .form-field.radio h5 {
    font-size: 15px;
  }

  .about-block {
    height: 300px;
  }

  .home-publications-left,
  .home-about-left {
    padding-bottom: 20px;
  }

  .home-cta {
    padding: 30px 20px;
  }

  .home-cta-right {
    flex-flow: column;
  }

  .home-cta-right a {
    width: 100%;
  }

  .filter-box ul li img {
    width: 70px;
  }

  .filter-box ul {
    gap: 15px;
  }

  .add-item::before {
    left: 75px;
  }

  .google-bg img {
    width: 160px;
  }

  .brand-block {
    width: 50%;
  }

  .right-form-inner {
    padding: 30px 20px;
  }

  .form-heading h5 {
    font-size: 18px;
  }

  .brand-slider,
  .customers-slider {
    margin-top: 30px;
  }

  .faq-accordion button.accordion-button {
    font-size: 18px;
    padding: 15px 15px;
    align-items: flex-start;
  }

  .faq-accordion .accordion-body {
    padding: 15px;
  }

  .faq-accordion .accordion-button::after {
    background-size: 16px;
    margin-right: -7px;
    margin-top: 5px;
  }

  .faq-accordion {
    margin-top: 30px;
  }

  .blog-content h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .blog-content ul li {
    font-size: 14px;
  }

  .blog-bg {
    height: 200px;
  }

  .footer-block {
    padding: 10px 0px;
  }

  .footer-flex {
    margin: -10px 0px;
  }

  .footer-block ul li {
    padding-top: 11px;
    font-size: 15px;
  }

  .footer-copyright p {
    max-width: 245px;
    margin: 0 auto;
  }

  .home-stats-block {
    width: 50%;
    height: 180px;
    padding: 10px;
  }

  .home-stats-flex {
    margin: -10px;
    padding-top: 30px;
  }

  .home-stats-block img {
    padding: 10px;
  }

  .home-stats h2 {
    max-width: 250px;
  }

  .why-lappyx-block-inner {
    padding: 25px 25px;
    display: flex;
    align-items: center;
  }

  .why-lappyx-block h4 {
    margin-top: 0;
    text-align: unset;
    margin-left: 13px;
    font-size: 18px;
    line-height: 26px;
  }

  .block-icon {
    width: 65px;
    height: 65px;
  }

  /* meet 25/6/25 */

  .blogs-page {
    padding-top: 150px;
  }
  .contact-us-page {
    padding-top: 160px;
    padding-bottom: 40px;
  }
  .home-contact-us-info-block-information h2 {
    font-size: 18px;
  }
  .home-contact-us-info-block-information h3 {
    font-size: 16px;
  }

  .blog-main-image img {
    height: 250px;
  }
  .blog-heading h2 {
    font-size: 20px;
  }
  .tips-heading {
    font-size: 18px;
  }
  .blog-date {
    font-size: 12px;
  }
  .latest-blog-heading a h4 {
    font-size: 15px;
  }
  .latest-blog-left {
    width: 40%;
  }
  .latest-blog-date {
    font-size: 12px;
}
.blog-detail-content p{
    font-size: 14px;
}
.tips-list{
    font-size: 14px;

}
.blog-detail-right-heading h2{
    font-size: 22px;
    height: 45px;
}
.about-page-main {
  padding-top: 160px;
}
.services-grid {
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}
.services-card{
  max-width: 100%;
}
    .assurance-services-left {
        padding: 0;
    }
    .top-selling-item-main.products-page {
        padding-top: 160px;
    }
    .quality-products-flex.products-page .top-selling-item-block {
        width: 100%;
        padding: 10px 0px;
    }
    .quality-products-flex.products-page{
        margin:-10px 0px;
    }
    .add-item::before {
        left: 100px;
    }
    .product-detail-main {
        padding-top: 170px;
        padding-bottom: 30px;
    }
    .thumb {
        height: 100px;
    }
    .product-detail-right h3{
        font-size: 24px;
    }
    .description-tab ul{        
        display: -webkit-box;
        overflow: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    .description-tab ul::-webkit-scrollbar{
        display:none;
    }
    .description-tab-main {
        padding-bottom: 40px;
    }
    .related-products .quality-products-flex.products-page.related-products {
        padding-top: 20px !important;
    }
    .blog-detail-main {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .blog-detail-page{
        padding:0;
    }
    .blog-detail-content h3{
        font-size: 22px;
    line-height: 28px;
    }
    .latest-blog-block{
        padding:15px 0px;
    }
}

@media(max-width:385px){
        .add-item::before {
        left: 90px;
    }
}
