@media (max-width: 1440px) {
    .hero_area.ecommerce-main {
        /* height: 95vh; */
    }
    .slider_img-box div {
        height: 350px;
    }
    .about-business ul li {
        margin: 0px 30px 20px 0;
    }
    /* ul.about-social_links li {
        margin: 10px 8px 0;
    } */
}
@media (max-width: 1280px) {
    .slider_section .carousel-control-prev {
        left: 1%;
    }
    .slider_section .carousel-control-next {
        right: 1%;
    }

    .client_section .carousel-control-prev {
        left: 1%;
    }
    .client_section .carousel-control-next {
        right: 1%;
    }
    .client_section .detail_box {
        margin-left: 25px;
    }
    .client_section .detail_box .img_box {
        width: 110px;
        height: 90px;
    }
}

@media (max-width: 1200px) {
    .topbar .topbar-search .search-bar {
        margin-right: 32%;
    }
    .hero_area.ecommerce-main {
        /* height: 90vh; */
    }
    .slider_img-box div {
        height: 340px;
    }
    .slider_img-box {
        width: 90%;
    }
    .hero_area.ecommerce-main .slider_section {
        padding: 7% 0 7%;
    }
    .banner-bottom-bar .banner-bottom-list ul li a {
        font-size: 13px;
        padding: 15px 4px;
    }
    .newsletter-inner form .btn-block {
        padding: 10px 10px;
        font-size: 13px;
    }
}

@media (max-width: 1120px) {
    .hero_area {
        height: auto;
    }

    .slider_section {
        padding: 50px 0;
    }
}

@media (max-width: 992px) {
    /* ---- Header ---- */
    span.profile-name {
        display: none;
    }
    .topbar .topbar-links li .dropdown.user-dropdown {
        width: 180px;
        right: 0px;
        left: auto;
    }
    .topbar .topbar-search .search-bar {
        width: 40%;
    }
    .search-icon span img {
        /* width: 22px;
        margin-right: 10px; */
    }

    /* ---- Header ---- */
    .inner-header {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        top: 100%;
        z-index: 1;
        background: rgb(0, 0, 0);
        width: 100%;
    }
    .hero_area.ecommerce-main .slider_section {
        padding: 7% 0 15%;
    }
    .custom_nav-container .nav_search-btn {
        background-position: center;
    }

    .service_section .card-deck {
        flex-direction: column;
    }

    .service_section .card-deck .card {
        margin-bottom: 25px;
    }
    .slider-btn2 {
        padding: 10px 25px;
    }

    .slider_section .carousel-control-prev,
    .slider_section .carousel-control-next {
        top: 100%;
        transform: translate(0%, 50%);
    }
    .slider_section .carousel-control-prev {
        left: 41%;
    }
    .slider_section .carousel-control-next {
        right: 41%;
    }
    .info_items {
        width: 100%;
    }
    .info_items .item {
        width: 165px;
    }
    .quote-outer {
        padding: 0px 15px !important;
    }
    .quote-left_s h5 {
        font-size: 17px;
    }
    .quote-img {
        height: 210px;
    }

    /* --- View  All Categories Start --- */
    .banner-bottom-bar .banner-bottom-list ul {
        justify-content: center;
    }
    .banner-bottom-bar .banner-bottom-list ul li:nth-child(1) a::before,
    .banner-bottom-bar .banner-bottom-list ul li:nth-child(4) a::before {
        display: none;
    }
    .banner-bottom-bar {
        height: 100%;
    }
    .banner-bottom-bar .banner-bottom-list ul li {
        width: 26%;
        margin-top: 15px;
    }
    .banner-bottom-bar .banner-bottom-list ul li a {
        justify-content: center;
        font-size: 15px;
        padding: 15px 30px;
    }
    .banner-bottom-bar .banner-bottom-list ul li.view-all {
        width: 100%;
        text-align: center;
    }
    .banner-bottom-bar .banner-bottom-list ul li.view-all a::before {
        display: none;
    }

    .banner-bottom-bar .banner-bottom-list ul li.view-all a img {
        margin-left: 10px;
        width: 8px;
    }
    /* --- // View  All Categories End // --- */
    .product-carousel .product-detail p {
        font-size: 14px;
    }
    .product-carousel p.product-price {
        font-size: 30px;
    }
    .topbar .dot-dropdown .dropdown-menu.show .drop-menu_inner {
        width: 400px;
    }
    .client_section .carousel-control-prev {
        left: -3%;
    }
    .client_section .carousel-control-next {
        right: -3%;
    }
}

@media (max-width: 768px) {
    .topbar .container {
        max-width: 100%;
    }
    .topbar .topbar-search .search-bar {
        margin: 0px 31% 0px auto;
        width: 50%;
    }
    .topbar .topbar-search .search-bar::before {
        display: none;
    }
    .hero_area.ecommerce-main {
        height: auto;
    }
    .slider_img-box div {
        height: auto;
    }
    .slider_img-box {
        width: 85%;
        margin: 65px auto;
    }

    .slider_section .custom_carousel-control {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 105px;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: space-between;
    }

    .slider_img-box {
        margin: 30px 0px;
    }

    .slider_section .custom_carousel-control {
        top: 100%;
        left: 13%;
    }

    .slider_section {
        padding: 50px 0 105px 0;
    }

    .slider_section .carousel-control-prev {
        left: 0;
    }

    .slider_section .carousel-control-next {
        right: -10%;
    }

    .contact_section {
        background-size: 105px;
    }

    .contact_section input {
        background-color: transparent;
    }

    .info_section .col-md-3 {
        text-align: center;
    }

    .info_section .col-md-3:not(:nth-last-child(1)) {
        margin-bottom: 35px;
    }

    .tasty_section h2 {
        font-size: 80px;
    }

    .contact_section {
        background-size: cover;
    }
    .layout_padding {
        padding: 45px 0;
    }
    .info_items {
        flex-direction: column;
        align-items: center;
    }

    .info_items .item {
        margin: 0px 0px 20px 0;
        width: 100%;
    }

    .info_items::before {
        display: none;
    }
    .topbar .topbar-search .search-bar .form-control {
        width: 180px;
    }

    /* --- Product Review Css Start--- */
    .review-box {
        padding: 15px;
    }
    .review-box .review-img {
        width: 55px;
        height: 55px;
    }
    .review-profile a {
        font-size: 18px;
    }
    .review-date {
        right: 10px;
        font-size: 12px;
    }
    .review-profile .rating-stars i {
        font-size: 18px;
    }
    /* --- Product Review Css End--- */
    /* ---- Header ---- */
    .topbar .topbar-links li .dropdown.user-dropdown {
        width: 160px;
        right: 0px;
        left: auto;
    }
    span.profile-name {
        display: none;
    }
    /* ---- Header ---- */

    /* --- Our Products Start --- */
    .productImg-outer {
        height: 100%;
    }
    /* --- // Our Products End // --- */

    /* -- Why choose Us -- */

    .why_section .row {
        padding: 0px;
    }
    /* -- // Why choose Us // -- */

    .client_section.layout_padding-bottom {
        padding-bottom: 0px;
    }

    .banner-bottom-bar .banner-bottom-list ul li a {
        font-size: 14px;
        padding: 15px 8px;
    }
    .our-products {
        padding: 40px 0;
    }
    .slider_item-detail h1 {
        font-size: 38px;
    }
    .reportForm-vector img {
        display: none;
    }
    .feedback-inner {
        padding: 30px 40px 50px 30px;
    }
    .client_section .carousel-control-prev {
        left: -6%;
    }
    .client_section .carousel-control-next {
        right: -6%;
    }
    .quote-right_s .next-btn {
        width: 60%;
    }
}

@media (max-width: 576px) {
    .dot-dropdown.notification .dropdown-menu {
        right: unset;
        top: 40px !important;
        /* left: 50% !important; */
        transform: translate(-50%, 0%) !important;
    }
    .slider-btn1,
    .slider-btn2 {
        padding: 10px 25px;
    }
    .search-icon span img {
        width: 30px;
        margin-right: 10px;
    }
    .dot-dropdown svg {
        width: 38px;
        height: 40px;
    }
    .user-dropdown.dropdownArrow::before {
        right: 3%;
        left: unset;
    }
    .dropdownArrow:before {
        left: 28%;
    }
    .notification .dropdownArrow:before {
        left: 52%;
    }
    .topbar .dot-dropdown.notification .dropdown-menu.show .drop-menu_inner {
        width: 310px;
        height: 350px;
    }
    .topbar .dot-dropdown .dropdown-menu.show .drop-menu_inner {
        width: 310px;
    }
    .topbar .topbar-search .search-bar {
        width: 100%;
    }
    .topbar .topbar-links li a.header-icon {
        font-size: 32px;
    }
    .topbar .topbar-search {
        justify-content: center;
    }
    .topbar .login-section {
        justify-content: center;
    }
    .home-icon_logo {
        font-size: 30px !important;
        margin-left: 10px;
    }
    .hero_area.ecommerce-main .slider_section {
        padding: 7% 0 20%;
    }
    .slider_item-container .slider_item-detail {
        text-align: center;
    }
    .slider_section .custom_carousel-control {
        left: 50%;
    }
    .slider_item-container .slider_item-detail .d-flex {
        justify-content: center;
    }

    .why_section .row .col-md-6 {
        flex-direction: column;
        text-align: center;
    }

    .why_section .img_box {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .client_section .detail_box{
        display: block;
        margin: 0;
    }
    .client_section .detail_box .img_box{
        margin: 0px;
        margin-bottom: 10px;
    }
    .client_section .detail_box .name_box{
        margin-left: 0px;
    }
    .client_section .carousel-control-prev,
    .client_section .carousel-control-next {
        display: none;
    }
    .topbar .topbar-search .search-bar .form-control {
        width: 160px;
    }
    .topbar .topbar-links li a img.user-img {
        max-width: 40px;
        height: 40px;
    }
    .topbar .topbar-links li a {
        font-size: 14px;
    }
    .topbar .login-section .add-business-btn {
        font-size: 12px;
    }
    .slider_img-box {
        margin: 30px auto;
    }
    /* --- Product Review Css Start--- */
    .review-box {
        display: block;
    }
    .review-box .review-img {
        margin-bottom: 15px;
        width: 75px;
        height: 75px;
    }
    .review-date {
        right: 15px;
        top: 30px;
    }
    /* --- Product Review Css End--- */

    /* Feedback Page Css Start*/
    .feedback-msg {
        font-size: 16px;
        padding: 15px 20px 20px;
    }
    .feedback-content .feedback-title {
        font-size: 25px;
        padding: 15px;
    }
    /* Feedback Page Css End*/

    /* --- View  All Categories Start --- */
    .banner-bottom-bar .banner-bottom-list ul li a img {
        max-width: 50px;
        width: 100%;
        height: 50px;
        margin: 15px auto;
        display: block;
        float: none;
    }
    .banner-bottom-bar .banner-bottom-list ul li a {
        border: 0;
        font-size: 14px;
        display: block;
        text-align: center;
    }
    .banner-bottom-bar .banner-bottom-list ul li {
        width: 50%;
    }
    .banner-bottom-bar .banner-bottom-list ul li a::before {
        display: none;
    }
    .banner-bottom-bar .banner-bottom-list ul li.view-all a {
        display: flex;
        justify-content: center;
    }
    .banner-bottom-bar .banner-bottom-list ul li.view-all a img {
        height: 10px;
        margin: 0px 0 0 10px;
    }
    /* --- // View  All Categories End // --- */
    .contact_section input,
    .contact_section textarea {
        padding-top: 30px;
    }
    .feedback-inner .form-group ul {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .topbar .topbar-search .search-bar .btn-search {
        width: 80px;
    }
}

@media (max-width: 420px) {
    .hero_area.ecommerce-main .slider_section {
        padding: 7% 0 23%;
    }
    .client_section .row .col-12 {
        flex-direction: column;
    }
    .topbar .topbar-search .search-bar .form-control {
        width: 120px;
    }
}

@media (max-width: 360px) {
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
