@media screen and (min-width:1200px) {
    .banner_section {
        margin-top: -88px;
    }
    .rounded_xl_start{
        border-radius: 6px 0px 0px 6px !important;
    }
    
}

@media screen and (max-width:1199px) {
    .banner_section {
        padding: 150px 0px;
        margin-top: -90px;
    }
}

@media screen and (min-width:992px) {
    .header_section .dropdown-menu {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
        box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        display: block !important;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        border: none !important;
        border-radius: 0px !important;
        font-size: 14px;
    }

    .header_section .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        top: 100%;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }

    .category_megamenu .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        padding: 20px 10px;
        border-radius: 0;
        top: 100%;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        max-height: 500px;
        overflow-x: auto;
    }

    .category_megamenu .dropdown-menu {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
        box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
        /* -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0; */
        display: block !important;
        background: #ffffff;
        opacity: 0;
        visibility: hidden;
    }

    .category_megamenu .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        /* filter: alpha(opacity=100);
        -webkit-transform: rotateX(0); */
        transform: rotateX(0);
    }



    .mobile-image-content img {
        position: absolute;
        top: 23px;
    }



}

@media screen and (max-width:991px) {
    .banner_section {
        padding: 90px 0px;
        margin-top: 0;
    }

    .header_section {
        padding: 12px 0px;
    }

    .desktop_nav .nav-link {
        margin: 0px 3px;
    }

    .navbar-brand img {
        width: 185px;
        margin-left: 72px;
    }

    .mobile_nav_bar li {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        padding: 0px 6px;
        font-size: 13px;
        text-align: center;
    }

    .mobile_nav_bar .btn-primary {
        height: 39px;
        line-height: 19px;
    }

    .menu_offcanvas .nav-link {
        color: var(--bs-black) !important;
    }

    .menu_offcanvas .btn-close {
        opacity: 1;
        outline: none !important;
        box-shadow: none !important;
        background: #3f51b51a;
        border-radius: 50px;
        width: 20px;
        height: 20px;
        font-size: 17px;
        font-weight: bold;
    }

    .header_section .form-control {
        margin-left: 0 !important;
    }

    .menu_offcanvas.offcanvas {
        width: 320px !important;
        border: none !important;
        box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
        background: #fafafa;
    }

    .menu_offcanvas .nav-link {
        padding: 12px 0px !important;
    }

    .menu_offcanvas .accordion-button {
        outline: none !important;
        box-shadow: none !important;
        font-size: 14px;
        font-weight: 600;
        color: var(--bs-black);
        background: transparent !important;
        padding: 11px 0px;
    }

    .menu_offcanvas .accordion-header i {
        vertical-align: middle;
        color: var(--bs-primary);
        margin-right: 3px;
    }

    .menu_offcanvas .offcanvas-body {
        padding: 10px 12px;
        background: #f8f8f8;
        height: 769px;
        overflow: auto;
    }

    .menu_offcanvas .accordion-item {
        background: transparent !important;
    }

    .menu_offcanvas .category_list {
        max-height: 650px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .menu_offcanvas .category_list ul li a {
        display: block;
        padding: 5px 10px;
        font-size: 14px;
        font-family: 'Baloo 2', sans-serif;
        font-weight: 500;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        text-transform: lowercase;
    }

    .menu_offcanvas .category_list ul li a:hover {
        color: var(--bs-primary);
    }

    .menu_offcanvas .accordion-button::after {
        content: "\f107";
        background-image: none;
        font-family: 'Line Awesome Free';
    }

    .menu_offcanvas .accordion-button:not(.collapsed)::after {
        background-image: none;
        content: "\f106";
        transform: none;
    }

    .chat_box .border-right {
        border-right: 0px solid #efeeee;
        border-bottom: 1px solid #efeeee;
    }

    .banner_article h3 {
        font-size: 30px;
    }

    .locatiom_modal .form-check-label {
        padding: 3px 0px;
        font-size: 14px;
    }



}

@media screen and (min-width:768px) {
    .rounded_xl_end{
        border-radius: 0px 6px 6px 0px !important;
    }
}

@media screen and (max-width:767px) {
    .rounded_xl_end{
        border-radius: 0px 0px 6px 6px !important;
    }
    .rounded_xl_start{
        border-radius: 6px 6px 0px 0px !important;
    }
    .banner_heading h3 {
        font-size: 35px;
    }

    .chat_seller_btn {
        position: inherit;
        margin-left: 80px;
        margin-top: 9px;
        top: 0;
    }

    .banner_section {
        padding: 50px 0px;
    }

    .header_section .navbar-brand img {
        width: 139px;
    }



    .desktop_nav .nav-link {
        font-size: 0px;
    }

    .header_section .btn-primary i {
        font-size: 22px;
        text-align: center;
    }

    .header_section .btn-primary {
        font-size: 0px;
        width: 39px;
        height: 34px;
        padding: 6px 0px;
    }

    .header_section .nav-link span,
    #countWishlist {
        font-size: 13px !important;
    }

    .header_section .navbar-toggler {
        top: 7px;
    }

    .banner_article h3 {
        font-size: 27px;
        line-height: 42px;
    }
}

@media screen and (max-width:575px) {
    .banner_heading h3 {
        font-size: 28px;
    }

    .filter_form {
        margin: 0 auto;
        max-width: 280px;
    }

    .signin_form {
        padding: 15px;
    }

    .single_ad_right .ad_header h2 {
        font-size: 17px;
    }

    .desktop_nav .nav-link {
        margin: 0px 5px !important;
    }

    .product_featured_check .osp-text {
        width: 100%;
    }

    .product_featured_check .osp-select {
        width: 100% !important;
        padding-left: 60px;
        padding-right: 12px;
        padding-top: 0;
        clear: both;
        margin-bottom: 9px;
    }
    .banner_article h3 {
        font-size: 19px;
        line-height: 29px;
    }

}


 

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

    .seller_dashboard {
        padding: 10px 6px;
    }

    .header_section .navbar-toggler {
        top: 7px;
    }

    .pagination_nav .page-link {
        width: 34px;
        height: 34px;
        margin: 0px 7px;
        line-height: 24px;
        font-size: 15px;
    }

    .section_heading h2 {
        font-size: 18px;
    }
}

@media screen and (max-width:500px) {
    .header_section .navbar-brand {
        margin: 0;
        width: 100%;
        display: block;
        text-align: center;
        padding-bottom: 14px !important;
    }

    .header_section .navbar-toggler {
        position: inherit;
    }

    .navbar-brand img {
        margin: 0 !important;
    }

    .header_section {
        padding-bottom: 10px;
    }

    .mobile_nav_bar li {
        padding: 0px 4px;
        font-size: 12px;
    }
}

@media screen and (max-width:450px) {
    .header_section .btn-primary {
        width: 42px;
        height: 34px;
        padding: 5px 0px;
    }

    .header_section .btn-primary i {
        font-size: 24px;
    }

    .user_dashboard img {
        width: 40px;
    }

    .header_section .navbar-toggler {
        width: 42px;
        height: 34px;
        padding: 6px 0px;
        font-size: 22px;
    }

    .navbar-brand img {
        width: 146px;
    }

    .desktop_nav .nav-link {
        margin: 0px 4px;
    }
}


@media screen and (max-width:400px) {

    /* .banner_section .btn-primary {
        padding: 0px 16px;
        font-size: 16px;
    } */

    .section-footer p {
        font-size: 18px;
        line-height: 28px;
        text-align: justify;
    }

    .section-footer .btn-primary {
        margin-bottom: 5px;
        ;
        padding: 8px;
        font-size: 14px;
        height: 36px;
        border-radius: 7px;
    }



    .related-post__header {
        display: block;
        text-align: center !important;
    }

    .slider-btn {
        text-align: center;
        margin-top: 13px;
    }

    .category_icon .icon {
        font-size: 23px;
    }

    .category_info h3 {
        font-size: 14px;
    }

    .category_info span {
        font-size: 13px;
    }

    .seller_dashboard_shop .nav-item {
        display: block;
        width: 100%;
    }


}

@media screen and (max-width:380px) {
    .loggedin_user .navbar-brand {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .banner_article h3 {
        font-size: 15px;
        line-height: 22px;
    }

    .loggedin_user .mobile_nav_bar {
        text-align: center;
        margin: 0 auto;
    }

    .product_showing_number {
        margin-bottom: 13px;
    }

    .product_header .d-flex {
        display: block !important;
        text-align: center;
    }
}