@media only screen and (max-width:1650px){
    .header-wrapper ul a {
        font-size: 16px;
    }
    .btn {
        font-size: 16px;
        padding: 8px 20px;
    }
    h1, .h1 {
        font-size: 42px;
        
    }
    .hm__hero-banner h1 {
        margin: 0 auto 40px !important;
        max-width: 50%;
    }
    .hm__hero-banner .btn {
        font-size: 20px;
        padding: 14px 36px;
    }
}
@media only screen  and (max-width: 1399.98px){
    .hm__vendor-info .hm__desc {
        top: 53%;
    }
    .hm__customsupport-block {
        height: 330px;
    }
    
}
@media only screen and (max-width:991.98px){
    .hm__hero-banner h1 {
        max-width: 100%;
    }
    h1, .h1 {
        font-size: 40px;
    }
    .hm__hero-banner .btn {
        font-size: 18px;
        padding: 12px 28px;
    }
    .hm__vendorinfo-sec {
        padding: 40px 0 0;
    }
    .hm__service-sec {
        padding: 40px 0;
    }
    .hm__sell-product {
        padding: 40px 0;
    }
    .hm__sell-right {
        padding-left: 12px;
        padding-top: 28px;
    }
    .hm__sellshop-sec {
        padding: 40px 0 0;
    }
    .hm__dash-sec {
        padding: 40px 0;
        margin: 40px 0 0;
    }
    .hm__dash-sec .hm__title-wrap {
        margin: 0 0 36px;
    }
    .hm__dash-wrap {
        padding: 30px 30px 0;
        border-radius: 20px;
        margin: 30px 0 0;
    }
    .hm__ecommerce-inner {
        max-width: 100%;
    }
    .hm__ecommerce-sec {
        padding: 40px 0;
    }
    .hm__custsupport-sec {
        margin: 40px 0;
    }
    .hm__hero-sec {
        padding: 22% 0;
    }
    .hm__vendor-info .hm__desc {
        top: 53%;
    }
    h2, .h2, h1, .h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .hm__sell-product .choose-card p {
        font-size: 16px;
    }
    .hm__sellshop-inner {
        padding: 24px;
        border-radius: 20px;
    }
    .hm__sell-img {
        text-align: left;
        margin: 16px 0 0;
    }
    .hm__sellshop-inner img {
        max-width: 100%;
    }
    .hm__sell-desc {
        padding-right: 0;
    }
    .hm__martwel-block {
        padding-right: 0;
    }
    .navbar-toggler {
        display: block;
    }
    .menu-wrapper li {
        width: 100%;
        display: inline-block;
        padding: 12px 0;
        border-bottom: 1px solid #dddddd;
        padding: 16px 40px;
    }
    .menu-wrapper {
        background-color: #fff;
        border: 1px solid #e9ebec;
        border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: 0 8px 10px rgba(2, 32, 71, .1), 0 0 1px rgba(2, 32, 71, .08);
        left: 0;
        position: fixed;
        right: 0;
        top: 75px;
        transition: .5s ease-in-out;
        width: 100%;
        z-index: 9999;
        padding: 20px 0;
        height: calc(100vh - 75px);
        overflow-y: auto;
        transform: translateX(-100%); 
        visibility: hidden; 
        display: block;
         opacity: 0;
        list-style: none;
        gap: 52px;
        display: block !important;
        padding: 0px !important;
    }
    .hm__menu-open .menu-wrapper {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        transition: .5s ease-in-out;
    }
    .hm__menu-open .line:first-child {
        -moz-transform: rotate(45deg) translate(2px, 7px);
        -ms-transform: rotate(45deg) translate(2px, 7px);
        -webkit-transform: rotate(45deg) translate(2px, 7px);
        transform: rotate(45deg) translate(2px, 7px);
    }
    .hm__menu-open .line:nth-child(2) {
        opacity: 0;
    }
    .hm__menu-open .line:last-child {
        -moz-transform: rotate(-45deg) translate(4px, -10px);
        -ms-transform: rotate(-45deg) translate(4px, -10px);
        -webkit-transform: rotate(-45deg) translate(4px, -10px);
        transform: rotate(-45deg) translate(4px, -10px);
    }
    .hm__left-header {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .container{
        max-width: 100%;
        padding: 0 40px;
    }
    body.hm__menu-open {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .header-wrapper ul a:hover, .header-wrapper ul a.active {
        color: var(--secondary-color);
    }
    .header-wrapper .site-logo img {
        height: 46px;
    }
   
}
@media (max-width: 767px){
    .hm__ecommerce-inner > div {
        font-size: 16px;
    }
    .hm__hero-banner .btn {
        font-size: 14px;
        padding: 4px 20px;
    }
    .hm__service-sec .hm__service-icn p {
        font-size: 16px;
    }
    .hm__service-sec .hm__service-icn .icon {
        width: 80px;
        height: 80px;
    }
    .hm__service-sec .hm__service-icn .icon img {
        max-width: 46px;
    }
    .hm__sell-product .choose-content .choose-card {
        margin: 15px 0;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 8px !important;
    }
    .hm__title-wrap p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .hm__sellshop-inner p {
        font-size: 16px;
    }
    .hm__dash-sec a {
        margin: 16px 0 0;
    }
    .btn {
        font-size: 16px;
        padding: 6px 24px;
    }
    .hm__dash-block ul li {
        font-size: 16px;
        line-height: 27px;
        margin: 0 0 8px;
    }
    .hm__dash-block {
        padding: 4px 0 0 16px;
    }
    .container{
        padding:0 20px;
    }
    .hm__input-block input[type="text"] {
        width: 100%;
        border-radius: 8px;
        padding: 16px;
        border: 1px solid #ffffff;
        background-color: transparent;
        color: #ffffff;
    }
    .hm__input-block {
        flex-wrap: wrap;
        width: 100%;
    }
    .hm__input-block input[type="button"] {
        margin: 16px 0 0;
    }
    .hm__copywrite-sec {
        margin: 30px 0 0;
    }
    .menu-wrapper li {
        padding: 16px 20px;
    }
    .hm__btn-txt{
        display: none;
    }
    .hm__mobile-icn{
        display: block;
    }
    .hm__mobile-icn  svg,
    .hm__right-header .btn img{
        width: 18px;
        height: 18px;
    }
    .hm__right-header .btn {
        width: 35px;
        height: 35px;
        line-height: 31px;
        padding: 0;
    }
    .hm__right-header {
        gap: 10px !important;
    }
    .header-wrapper .site-logo img {
        height: 35px;
    }
    .menu-wrapper {
        top: 55px;
        height: calc(100vh - 55px);
    }
    .hm__hero-sec {
        margin: 55px 0 0;
    }
    .hm__customsupport-block p {
        font-size: 16px;
    }
    .hm__customsupport-block {
        height: 280px;
    }
    .hm__input-group{
        width: 100%;
    }
    .hm__contact-banner {
        margin: 85px 30px 0;
    }
    .hm__service-product-sec {
        margin-top: 120px;
    }
    .hm__cat-list-search-section{
        display: block;
        width: 100%;
        font-size: 16px;
        margin-top: 55px;
    }
    .search-bar-container {
        margin-top: 31px;
        display: inline-block;
        width: 96%;
        position: relative;
    }
    button.search-btn {
        position: absolute;
        right: 10px;
        top: 10px;
    }

}