@media only screen and (max-width:1440px) {
    .hbanner-btn {
        /* right: 35.3%; */
    }

    .product-1 {
        margin-left: 100px;
    }

    .two-products {
        padding-top: 80px;
    }
}

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

@media only screen and (max-width:1280px) {
    .banner-discover {
        width: 383px;
        position: absolute;
        border-radius: 30px;
        padding: 20px 20px 20px 20px;
        border: 1px solid white;
        background: radial-gradient(84.45% 84.45% at 35.06% 16.88%, #81cfe585 0%, #1d84a7b5 100%);
        backdrop-filter: blur(5px);
        right: 5%;
        bottom: 20%;
        transform: translateX(20%);
    }

    .best-sellet-text h2 {
        font-size: 60px;
        color: black;
        padding: 0 0 36px 0;
    }


    button.btn.btn-default {
        position: inherit !important;
        margin: 19px auto;
        display: block;
    }

    .foo5 h2 {
        font-size: 25px !important;
        color: white;
    }

    .foo5 form input[type="text"] {
        height: 51px;
        width: 100%;
        border-radius: 100px;
        background: transparent;
        border: 1px solid white;
        padding-left: 30px;
        padding-right: 23px;
        color: white;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 20px;
    }

    .buy-text {
        position: absolute;
        top: 10%;
        left: 40%;
        color: black;
        font-size: 34px;
        font-family: 'NeueHaasDisplayMediu';
        background: white;
        border-radius: 100px;
        border: 1px solid black;
        padding: 31px 31px;
    }

    .pl-bottom h3 {
        color: black;
        font-size: 26px;
        font-family: 'NeueHaasDisplayMediu';
    }

    .testimonial-wrap .owl-nav .owl-prev {
        left: 16%;
    }

    .hbanner-btn {
        /* right: 35%; */
        /* left: 0; */
        /* top: 0; */
        /* bottom: 0; */
    }

    .testimonial-wrap .owl-nav .owl-next {
        right: 16%;
    }

    .home-banner {
        /* background: url(../images/home-banner.png); */
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        height: 100vh;
        padding: 120px 0px 107px 0px;
        z-index: 1;
    }

    .ban-top-text h2 {
        font-size: 90px;
    }

    .ban-top-text h1 {
        font-size: 64px;
    }

    .product-1 {
        margin-left: 0px;
    }

    .home-itinary-bag {
        overflow: hidden;
    }
}

.pin-spacer {
    background-color: #f9f9f9;
}

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

@media only screen and (max-width:1024px) {
    .home-journey {

        padding: 40px 0px 107px 0px;
    }

    .home-journey {

        /* height: 41vh; */

    }

    .bestseller-carousal {
        width: 300%;
    }

    .foo5 h2 {
        text-align: center;
        font-size: 19px;
    }

    .product-2 {
        margin-left: -90px;
    }
}

@media(min-width:768px){
    .br_{
        display:none;
    }
}

@media only screen and (max-width:991px) {
    .banner-discover{
        bottom: 26%;
}
.banner-bottom {
    left: 4%;
}
    .header-socials ul.social-media li a {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid white;
        border-radius: 50%;
        padding: 5px;
    }
    .footer-main ul.social-media li i {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .navbar-toggler[aria-expanded="true"] {
        background-size: auto;
    }

    .accordion-body {
        padding: 30px 0;
        position: relative;
        transition: .4s all;
        overflow: hidden;
    }

    .faq_img {
        position: absolute;
        top: -30px;
        right: -116%;
        width: 600px;
        height: 180px;
        object-fit: cover;
        transition: .4s all;
        z-index: -1;
    }

    .header-main {
        display: none;
    }

    .mobile-main {
        position: fixed;
        width: 100%;
        transform: translateY(-100%);
        z-index: 99;
        display: block;
        transition: 1s ease-in-out;
    }

    .navbar-toggler {
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="true"] {
        filter: brightness(30);
        z-index: 99;
    }

    .navbar-collapse {
        background: linear-gradient(180deg, #1D84A7 0%, #81CFE5 100%);
        position: absolute;
        top: 0px;
        height: 100vh;
        width: 110%;
        margin-left: -20px;
        overflow: scroll;
    }
    
    .form-control,
    .form-select {
        border-radius: 14px;
    }

    a.navbar-brand {
        z-index: 99;
    }

    ul.navbar-nav {
        margin-top: 110px;
        padding: 0 20px;
    }

    ul.navbar-nav li a {
        color: white;
        font-size: 36px;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 0;
    }

    a.navbar-brand.active {
        filter: brightness(30);
    }

    .header-socials ul.social-media {
        justify-content: center;
    }

    .header-socials p.header-developer {
        text-align: center;
        font-size: 16px;
        color: white;
        margin-top: 20px;
        font-family: 'NeueHaasDisplayMediu';
    }

    .header-socials {
        padding: 100px 20px 30px 20px;
        /* position: absolute; */
        width: 100%;
        bottom: 0;
    }

    .ban-top-text h2 {
        font-size: 80px;
    }

    .ban-top-text h1 {
        font-size: 60px;
    }

    .bestseller-carousal {
        width: 200%;
    }

    .navbar-toggler[aria-expanded="true"] {
        right: -855px;
    }
    .mini-cart-item h3 {
        font-size: 24px;
    }
    .mini-card .quantity-from {
      padding: 5px 10px;
    }
    .mini-card .product-box .product-detail .total_price {
      font-size: 18px;
    }
    .mini-card .product-box .product-detail .diss_price {
      font-size: 24px;
    }
    
}

@media only screen and (max-width:769px) {
    .navbar-toggler[aria-expanded="true"] {
        left: 85%;
    }
}

@media only screen and (max-width:768px) {
    .product-box{
        flex-wrap: wrap;
    }
    .hbanner-btn{
        display:flex;
        justify-content:center;
        position:unset;
    }
    .navbar-toggler[aria-expanded="true"] {
        left: 84%;
    }
    .ppx-70,
    .ppx-74,
    .ppx-77,
    .ppx-55,
    .ppx-50,
    .ppx-45,
    .ppx-40,
    .ppx-20 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ban-top-text h1 {
        font-size: 52px;
    }

    .ban-top-text h2 {
        font-size: 54px;
    }

    .borderw-icon {
        font-size: 21px;
    }

    .borderw-icon span {
        padding: 9px 13px;
    }

    ul.emb-feature h3 {
        font-size: 22px;
    }

    ul.emb-price h3 {
        font-size: 26px;
    }

    ul.emb-price h4 {
        font-size: 14px;
    }

    .banner-bottom {
        width: 288px;
        padding: 20px 20px 20px 20px;
        border-radius: 20px;
        left: 15px;
        /*bottom: -15px;*/
    }

    /*.banner-discover {*/
    /*    width: 290px;*/
    /*    right: 4%;*/
    /*    padding: 20px 10px 10px 10px;*/
    /*}*/
.banner-discover {
        width: 290px;
        right: 4%;
        padding: 20px 10px 10px 10px;
        bottom: 25%;
    }
    .bsocial {
        display: none;
    }

    .discover-text h3 {
        font-size: 14px;
    }

    .only-icon span {
        padding: 8px 12px;
    }

    a.only-icon svg {
        width: 10px;
    }

    .home-banner {
        height: 822px;
        padding: 90px 0px 107px 0px;
    }

    .hpb-top p {
        margin-top: 30px;
    }

    .hpb-top h2 {
        font-size: 32px;
    }

    .hpb-top p {
        font-size: 16px;
    }

    .prd-list-item .heading-cart h3 {
        font-size: 20px;
    }

    .prd-list-item .heading-cart .only-icon span {
        padding: 8px 13px;
    }

    .prd-list-item {
        margin: 15px 0;
    }

    .home-itinary-bag h2 {
        font-size: 36px;
    }

    .home-itinary-bag h3 {
        font-size: 36px;
    }

    .product-1 {
        margin-left: 0;
    }

    .pl-bottom h3 {
        font-size: 18px;
    }

    .pl-bottom h4 {
        font-size: 10px;
    }

    .save-tag span {
        font-size: 10px;
    }

    .save-tag {
        padding: 4px 8px 6px 8px;
        border-radius: 5px;
    }

    .buy-text {
        top: 10%;
        left: 65%;
        font-size: 16px;
        padding: 15px 15px;
    }

    .best-sellet-text h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .home-client-sec {
        background: transparent;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

    .home-client-sec {
        position: relative;
    }

    .home-client-sec .wave_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #clients-carousal .owl-item .cc-wrap {
        transform: none;
    }

    .test-heading h2 {
        font-size: 36px;
    }

    #clients-carousal .owl-item .cc-wrap {
        opacity: 1;
        filter: blur(0px);
        /* transform: scale(1); */
    }

    #clients-carousal .clients-top img {
        width: 205px !important;
    }

    .testimonial-wrap .owl-nav button {
        top: 23%;
        height: 5vw;
        width: 5vw;
        font-size: 15px !important;
    }

    .clients-middle h3 {
        font-size: 20px;
    }

    .clients-bottom p {
        font-size: 16px;
    }

    .faq-heading h2 {
        font-size: 36px;
        padding-left: 0;
    }

    .accordion-header .accordion-button {
        font-size: 24px;
    }

    .accordion-body p {
        font-size: 16px;
    }

    .accordion-item {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .accordion-button::after {
        width: 11px;
        height: 11px;
        background-size: 11px;
    }

    .accordion-button:not(.collapsed)::after {
        width: 11px;
        height: 11px;
    }

    .journey-top h2 {
        font-size: 36px;
    }

    .footer-main {
        padding: 95px 0 30px 0;
    }

    .foo-column h3 {
        font-size: 16px;
        margin-top: 40px;
    }

    .foo5 h2 {
        font-size: 24px;
        margin-top: 50px;
    }

    button.btn.btn-default {
        padding: 17px 30px;
    }

    ul.social-media li svg {
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 6px 10px;
    }

    .prd-on-hover ul.emb-feature p {
        font-size: 12px;
        width: 100%;
    }

    .prd-on-hover ul.emb-price h3 {
        font-size: 24px;
    }

    .prd-on-hover {
        width: 310px;
        padding: 20px 20px 20px 20px;
    }

    .hover-icon .prd-redirect svg {
        width: 15px;
        height: 15px;
    }

    .hover-icon .prd-redirect span {
        padding: 10px 12px;
    }

    .hover-icon {
        padding: 29px 7px;
        height: 50px;
        width: 50px;
    }

    .hover-icon .prd-redirect {
        padding: 25px 15px;
    }

    .one-icon-1.active .prd-on-hover {
        left: 130px;
    }

    .one-icon-2.active .prd-on-hover {
        top: 130px;
    }

    .two-icon-1.active .prd-on-hover {
        left: -140px;
    }

    .one-icon-3.active .prd-on-hover {
        top: -150px;
        left: -90px;
    }
    .mini-card .product-box{
        flex-wrap: nowrap;
      }
      .mini-card .product-box .product-img .product_img {
        max-width: 380px;
        height: 220px;
    }
}

@media only screen and (max-width:767px) {
    .pl-middle {
        padding: 20px;
    }

    .bestseller-carousal {
        width: 300%;
    }
}
@media only screen and (max-width:664px) {
    .mini-heading {
      font-size: 18px;
  }
  button.btn-close.text-reset {
    padding: 2px 2px;
    background-size: 5px;
  }
  .mini-card .product-box .product-img .product_img {
    max-width: 380px;
    height: 100px;
    border-radius: 8px;
    padding: 0px;
    object-fit: cover;
  }
  .mini-card .product-box .product-img .save_am {
    top: 4px;
    left: 4px;
    font-size: 7px;
    padding: 3px 5px;
  }
  .mini-cart-item h3 {
    font-size: 12px;
  }
  
  .mini-card .product-box .product-detail .total_price {
    font-size: 10px;
  }
  .mini-card .product-box .product-detail .diss_price {
    font-size: 12px;
  }
  .delet-item img {
    min-width: auto;
    width: 20px;
  }
  .mini-veration h3 {
    font-size: 12px;
  }
  .mini-veration {
    margin-top: 5px;
  }
  .mini-card .product-box .product-img .save_am img {
    width: 10px;
  }
  .mini-card .quantity-from {
    padding: 5px 20px 7px 20px;
    margin-top: 5px;
  }
  .mini-card  .quantity-from .value-button {
    width: 10px;
  }  
  .mini-card  .quantity-from input#number {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .mini-card  .quantity-from #decrease {
    font-size: 12px;
  }
  .mini-card  .quantity-from #increase {
    font-size: 12px;
  }
  .offcanvas.offcanvas-end.mini-card {
    width: 100%;
    padding: 20px 20px 20px 20px;
    border-radius: 0px;
  }
  .mini-card .checkout-detail .you_save {
    font-size: 12px;
  }
  .mini-card .apply-coupon .apply-coupon-btn {
    min-width: 90px;
    font-size: 12px;
    padding: 17px 10px;
  }
  .mini-card .apply-coupon input {
    padding: 15px;
    font-size: 14px;
  }
  .mini-card .total-box span {
    font-size: 12px;
  }
  .mini-card .checkout-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
  .mini-card .total-box.mt-5 {
    margin-top: 20px !important;
  }
  .mini-card .product-detail {
    width: 100%;
  }
  }
@media only screen and (max-width:600px) {
    .testimonial-wrap .owl-nav button {
        top: 23%;
        height: 50px;
        width: 50px;
    }

    .testimonial-wrap .owl-nav .owl-next {
        right: 10%;
    }

    .testimonial-wrap .owl-nav .owl-prev {
        left: 10%;
    }

    .home-client-sec {
        padding: 140px 15px;
    }

    .product-2 {
        margin-left: 0;
    }

    .foo5 form input[type="text"] {
        height: 52px;
        width: 100%;
        padding-left: 16px;
        padding-right: 75px;

    }


}

/* @media only screen and (max-width:575px) {} */

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

@media only screen and (max-width:500px) {
    .bestseller-carousal {
        width: 600%;
    }
    .ban-top-text h1{
        font-size:40px;    
    }
    .ban-top-text h2 {
        font-size: 40px;
    }
    .hbanner-btn {
        position: unset;
    }
}

@media only screen and (max-width:499px) {
    #mobile-none {
        display: block !important;
    }

    .mobile-block {
        display: none;
    }

    .hbanner-btn {
        margin-top: 0;
        bottom: 10px;
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }

    .hbanner-btn a.borderw-icon {
        padding: 15px 30px;
    }

    .hbanner-btn a.borderw-icon span {
        padding: 3px 9px;
    }

    .hbanner-btn a.borderw-icon span svg {
        width: 10px;
    }

    .borderw-icon {
        font-size: 18px;
    }

    .home-best-seller {
        background: #ffffff;
    }
    .banner-discover {
        width: 340px;
        padding: 12px 10px 10px 10px;
        border-radius: 20px;
        border: none;
        bottom: 35%;
    }
    /*.ban-top-text {*/
    /*    padding: 0 112px;*/
    /*}*/
    .ban-top-text h2 {
        font-size: 40px;
    }
    .ban-top-text h1 {
        font-size: 40px;
    }
    .hbanner-btn a.borderw-icon span {
        padding: 9.5px 10.5px;
    }
    .hbanner-btn a.borderw-icon span svg {
        width: 20px;
    }
    .hbanner-btn a.borderw-icon {
        padding: 13px 7px 13px 27px;
    }
    .borderw-icon span {
        margin-left: 7px;
    }
    .dis-img img {
        width: 82px;
    }
    .discover-text h3 {
        font-size: 12px;
    }
    .discover-text p {
        font-size: 12px;
    }
    a.only-icon svg {
        width: 14px;
    }
    .only-icon span {
        padding: 5.5px 7.5px;
    }
    .discover-text a.only-icon {
        top: 2px;
    }
    .banner-discover .col-lg-8.col-md-8.col-8 {
        padding-left: 0;
    }
    .banner-bottom {
        border: none;
    }
    .border-btn {
        padding: 10px 31px;
    }
}
@media only screen and (max-width:460px) {

}
@media only screen and (max-width:430px) {
    /*.ban-top-text {*/
    /*    padding: 0 90px;*/
    /*}*/
    .banner-discover {
        bottom: 28%;
    }
    .banner-bottom {
        bottom: 20px;
        }
}

@media only screen and (max-width:414px) {
    .banner-discover {
        bottom: 24%;
    }

    /*.ban-top-text {*/
    /*    padding: 0 80px;*/
    /*}*/
    .banner-discover {
        width: 300px;
        bottom: 31%;
    }

}
@media only screen and (max-width:412px) {
    .banner-discover {
        bottom: 30%;
    }

}
@media only screen and (max-width:390px) {
    /*.ban-top-text {*/
    /*    padding: 0 75px;*/
    /*}*/
    .banner-discover {
        bottom: 33%;
    }
}
@media only screen and (max-width:375px) {


    .testimonial-wrap .owl-nav .owl-prev {
        left: 0;
    }

    .testimonial-wrap .owl-nav .owl-next {
        right: 0;
    }

    ul.social-media {
        gap: 5px;
    }

    ul.social-media li svg {
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 6px 10px;
    }

    .product-2 {
        margin-left: -110px;
    }

    .prd-top {
        padding: 0px 0px;
    }

    .two-icon-1 {
        right: -8%;
        top: -40px;
    }

    .one-icon-1 {
        bottom: -7%;
        left: 0;
    }

    .prd-on-hover {
        width: 230px;
    }

    .prd-on-hover .border-btn {
        padding: 8px 18px;
        font-size: 12px;
    }

    .one-icon-1.active .prd-on-hover {
        left: 100px;
    }

    .hbanner-btn {
        right: 18.3%;
    }

    .viewport-wrapper #mobile-none {
        display: block !important;
    }

    .product-loop {
        width: 214px;
    }

    .foo-column img {
        width: 195px;
    }

    .prodouct-15 {
        width: 312px;
        transform: scale(1.5);
    }

    .banner-discover {
        bottom: 25%;
    }
    /*.ban-top-text {*/
    /*    padding: 0 60px;*/
    /*}*/
    .hbanner-btn a.borderw-icon span {
        padding: 9.5px 10.5px;
    }
    .hbanner-btn a.borderw-icon span svg {
        width: 20px;
    }
    .hbanner-btn a.borderw-icon {
        padding: 13px 7px 13px 27px;
    }
    .borderw-icon span {
        margin-left: 7px;
    }
    .banner-discover {
        width: 287px;
        right: 4%;
        bottom: 34%;
        padding: 20px 10px 10px 10px;
    }
    .dis-img img {
        width: 82px;
    }
    .discover-text h3 {
        font-size: 12px;
    }
    .discover-text p {
        font-size: 10px;
    }
    a.only-icon svg {
        width: 14px;
    }
    .only-icon span {
        padding: 5.5px 7.5px;
    }
    .banner-discover {
        width: 287px;
        padding: 12px 10px 10px 10px;
        border-radius: 20px;
        border: none;
    }
    .discover-text a.only-icon {
        top: 2px;
    }
    .banner-discover .col-lg-8.col-md-8.col-8 {
        padding-left: 0;
    }
    .banner-bottom {
        border: none;
    }
    .border-btn {
        padding: 10px 31px;
    }
    .home-banner {
        padding:90px 0px 107px 0px;
    }
    .banner-bottom {
        bottom: 3%;
    }
}
/*@media only screen and (max-width:344px) {*/
/*.ban-top-text {*/
/*    padding: 0 55px;*/
/*}*/
/*}*/
/*@media only screen and (max-width:339px) {*/
/*    .ban-top-text {*/
/*        padding: 0 50px;*/
/*    }*/
/*}*/
/*@media only screen and (max-width:331px) {*/
    /*.ban-top-text {*/
    /*    padding: 0 40px;*/
    /*}*/
/*}*/
/*@media only screen and (max-width:320px) {*/
/*    .ban-top-text {*/
/*        padding: 0 40px;*/
/*    }*/
/*}*/