@media only screen and (max-width: 1500px) {
    h1, .h1 {
        font-size: 40px;
        line-height: 60px;
    }
    h2, .h2 {
        font-size: 32px;
        line-height: 40px;
    }
    /* header-css-start */
    .menu_link {
        font-size: 14px;
    } 
    
    /* header-css-end */
    .client_img img {
        max-width: 55px;
        height: 55px;
    }
    .pahia_welcome_img img {
    width: 100%;
    height: 350px;
}

@media only screen and (max-width: 1200px) {
    h1, .h1 {
        font-size: 40px;
        line-height: 60px;
    }
    h2, .h2 {
        font-size: 32px;
        line-height: 40px;
    }
    /* header-css-start */
    .menu_link {
        font-size: 14px;
    } 
    
    /* header-css-end */
    .client_img img {
        max-width: 55px;
        height: 55px;
    }
    .pahia_welcome_img img {
    width: 100%;
    height: 295px;
}

}
@media only screen and (max-width: 991px) {
    .client_img {
        width: 10%;
    }
      .client_data {
        width: 90%;
    }
    .header_section .navbar-toggler:focus {
        border: none !important;
        box-shadow: none !important;
    }
    .header_section .navbar-toggler {
        border: none;
    }
    h1, .h1 {
        font-size: 34px;
        line-height: 42px;
    }
    h2, .h2 {
        font-size: 30px;
        line-height: 38px;
    }
    h3, .h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .pahia_welcome_wrap p {
        font-size: 15px;
        padding-top: 12px;
    } 
    .categori_product_1 p {
        font-size: 16px;
        line-height: 24px;
    }
    .menu_link {
        padding-left: 0;
    }
    .header_section .navbar-nav li {
        margin-top: 8px;
    }
    .navbar-nav {
        margin-top: 15px;
    }
    .mySwiper_2 {
        padding: 0 40px;
    }
    .pahia_welcome_img img {
    width: 100%;
    height: 230px;
}
  
}


@media only screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 26px;
        line-height: 35px;
    }
    h3, .h3 {
        font-size: 17px;
        line-height: 24px;
    }
    .pahia_welcome_wrap p {
        padding-top: 10px;
    }
    .client_data {
        width: 85%;
    }
    .client_img {
        width: 15%;
    }
}

@media only screen and (max-width: 575px) {
    h2, .h2 {
        font-size: 24px;
        line-height: 30px;
    }
    h3, .h3 {
        font-size: 15px;
        line-height: 20px;
    }
    
    p {
        font-size: 14px;
        line-height: 20px;
    }
    .pahia_welcome_img img {
    width: 100%;
    height: 140px;
}
    .product_details_section {
        padding: 60px 0 40px;
    }
    .menu_items_section {
        padding-bottom: 60px;
    }
    
    .footer {
        padding: 60px 0 20px;
    }
    .client_data p {
        padding-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }
    .see_all_wrap {
        font-size: 16px;
        line-height: 20px;
        color: #2c2c2c;
        font-weight: 600;
    }
    .near_inner_1 {
        gap: 12px;
    }
    .client_km img {
        max-width: 28px;
    }
    .client_km p {
        font-size: 13px;
        padding-top: 4px;
    }
    .categories_slider {
        margin: 20px 0 20px 0;
    }
    .product_links_wrap {
        gap: 8px;
    }
    .link_inner_wrap a {
        padding: 8px 15px;
        font-size: 14px;
    }
    .product_back_btn a {
        padding: 8px 20px;
        font-size: 14px;
    }
    .product_client_details p {
        font-size: 14px;
        line-height: 22px;
    }
    #searchQueryInput {
        padding: 12px 10px 12px 46px;
        font-size: 14px;
    }

    .pahia_welcome_wrap {
        width: 100%;
    }
    .pahia_welcome_img {
        width: 100%;
    }
    .footer .footer_menu ul a {
        font-size: 14px;
    }    
    .fourth-section {
        padding-bottom: 60px;
    }
    .categori_product_1 p {
        font-size: 14px;
        line-height: 20px;
    }
    .mySwiper_2 {
        padding: 0 25px;
    }
    .categories_items_inner_wrp {
        margin-bottom: 40px;
    }
    .mySwiper_2 .swiper-button-prev:after {
        font-size: 10px;
        width: 20px;
        height: 20px;
        padding: 12px;
    }
    .mySwiper_2 .swiper-button-next:after {
        font-size: 10px;
        width: 20px;
        height: 20px;
        padding: 12px;
    }
    #searchQuerySubmit {
        height: 45px;
        
    }
    
    .near_by_wrap {
        padding: 15px 10px;
    }
   
    .client_img img {
        max-width: 50px;
        height: 50px;
    }
    .search_section {
      margin: 20px;
    }
}


@media only screen and (max-width: 490px) {
 .client_img {
        width: 20%;
    }
    .client_data {
        width: 80%;
    }

}
@media only screen and (max-width: 360px) {
 .client_img {
        width: 25%;
    }
    .client_data {
        width: 75%;
    }

}