@media screen and (min-width: 991.98px) {
    .product_sec_cat_itm:hover > .product_sec_sub {
        /* display: block !important; */
    }
    .product_sec_cat_itm {
        position: relative;
    }
    .product_sec_cat_itm.showCatMenu .product_sec_sub{
        opacity: 1;
        max-height: 150px;
        /* height: 100%; */
    }
    .product_sec_sub {
        display: block;
        /* opacity: 0; */
        max-height: 0;
        /* position: absolute;
        top: 0;
        right: 0; */
        left: 100%;
        min-height: inherit;
        background-color: #fff;
        box-shadow: 0 0 10px #ddd;
        z-index: 2;
        /* border-radius: 10px; */
        width: 100%;
        /* padding: 0 15px; */
        /* max-height: 100%; */
        overflow: hidden auto;
        transition: ease-in-out .3s;
    }

}
@media screen and (min-width: 420px) and (max-width: 575.98px) {
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 1199.98px) {
    .category_d_cls .form-check .form-check-input {
        height: 20px;
        width: 20px;
    }
    .form-check label.form-check-label {
        font-size: 13px;
        margin-left: 7px;
    }
    .product_sec_sub {
        width: calc(890px - 250px);
    }
    .nav-item a {
        font-size: 14px;
        padding: 5px 10px !important;
    }
    .process_box {
        padding: 10px;
    }
    .icon-pro {
        height: 60px;
        width: 60px;
        padding: 15px;
    }
    .process-cont h3 {
        font-size: 16px;
        margin-bottom: 10px !important;
    }
    .process-cont p {
        font-size: 13px;
    }
    .bg_cls {
        height: 35px;
        width: 35px;
        font-size: 14px;
    }
    .bg_cls:after {
        bottom: 13%;
    }
    .title_wrap h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .contact_box {
        padding: 10px;
    }
    .contact_box p {
        font-size: 12px;
    }
    .contact_box a {
        font-size: 12px;
    }
    .contact-left {
        padding: 30px;
    }
    .product_sec_cat_itm.active .product_sec_sub {
        display: block !important;
        padding: 15px;
        transition: all 0.5s
    }
    .product_sec_in_filter {
        display: block;
    }
    .bottom-header {
        padding-top: 0
    }
    .howitwork-cont {
        padding-right: 0;
    }

    .timeline_inner {
        max-width: 100%;
    }

    .timeline_box h3 {
        font-size: 20px;
    }

    .timeline_box p {
        font-size: 14px;
    }

    .timeline_box {
        padding: 15px;
    }

    .timeline_box.bg-none p {
        font-size: 15px !important;
        padding-top: 20px;
    }
    .product_sec_right {
        padding-left: 0 !important;
    }
    .product_sec_cat .remove_bg {
        position: absolute;
        right: 15px;
        top: 3px;
    }
    .product_sec_cat .remove_bg img {
        filter: invert(1);
    }
    .product_sec_cat_head {
        border-radius: 0;
    }
    .product_sec_sub {
        width: 100%;
        left: unset !important;
        right: unset !important;
        top: unset;
        border-radius: 0;
    }
    .product_sec_cat {
        position: fixed;
        top: 0;
        background: #fff;
        height: 100vh;
        box-shadow: 0 0 10px #b1b1b1;
        right: -100%;
        transition: all .5s;
        width: 100%;
        overflow: auto;
        max-width: 320px;
        z-index: 11
    }
    .prd_filter_bg {
        display: flex;
        justify-content: space-between;
        background: #0156d5;
        padding: 10px;
        border-radius: 10px;
        align-items: center;
    }
    .prd_filter_bg h3 {
        margin-bottom: 0;
        color: #fff;
        font-size: 17px;
    }
    .category_row {
        flex-wrap: wrap !important;
    }
    .category_left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product_sec_right.category_right {
        width: 100%;
        margin-top: 15px;
        padding-left: 0;
    }
     body.open_nav::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.6);
        position: fixed;
        z-index: 1;
    }
    body.open_filter {
        overflow: hidden;
    }
    body.open_filter::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.6);
        position: fixed;
        z-index: 1;
    }
    .open_filter .product_sec_cat {
        right: 0;
        transition: all .5s;
    }
    body.open_nav {
        overflow: hidden;
    }
    .collapse:not(.show) {
        display: block;
    }
    .btn_cross{
        display: block;
    }
    .open_nav #navbarSupportedContent {
        right: 0;
        transition: all .5s;
    }
    #navbarSupportedContent {
        position: fixed;
        top: 0;
        background: #fff;
        height: 100vh;
        box-shadow: 0 0 10px #b1b1b1;
        right: -100%;
        transition: all .5s;
        width: 100%;
        overflow: auto;
        max-width: 400px;
        z-index: 111
    }
    .remove_bg {
        display: block;
    }
    .remove_bg  button.btn_cross {
        background: transparent;
        border: 0;
        padding: 10px;
        max-width: 35px;
    }

    .navbar-nav li {
        border-bottom: solid 1px #ddd;
        padding: 10px 0;
    }
    .navbar-nav li .nav-link {
        padding: 0 10px !important;
    }
    .btn {
        height: 35px !important;
    }
    .navbar-toggler img {
        max-width: 20px;
    }
    .navbar-toggler {
        padding: 0;
        box-shadow: none !important;
        outline: 0 !important;
    }
    .footer_top {
        padding: 35px 0;
    }
    .space-inner-cls {
        background-size: cover;
        padding: 35px 0;
    }
    .category_d_cls .form-check .form-check-input {
        height: 20px;
        width: 20px;
    }
    .form-check label.form-check-label {
        font-size: 13px;
        margin-left: 7px;
    }
    .category_d_cls .form-check {
        margin: 0px 15px 10px 0;
    }

    .select-sub-category {
        margin-top: 20px;
        padding-top: 20px;
    }

    .susb_form .form-select {
        font-size: 13px;
    }

    .susb_form .form-control {
        font-size: 13px;
    }
    .subs_cont .row {
        margin: 0 -5px;
    }
    .subs_cont .row [class*="col-"] {
        padding: 0 5px;
    }
    .subs_bg {
        padding: 20px;
        border-radius: 15px;
    }
    .alert.displaynone {
        display: none;
    }
    .subs_img {
        text-align: center;
        margin-bottom: 20px;
    }

    .product_sec_sub {
        width: 100%;
    }
    .prd_itm_card_con {
        padding-top: 10px;
    }
    .prd_itm_cards_mt {
        padding: 10px;
    }
    .prd_heading {
        font-size: 14px;
    }
    .prd_prc {
        font-size: 14px;
    }
    .prd_gift {
        font-size: 12px;
    }
    .btn {
        padding: 0 10px;
        font-size: 14px;
    }
    .prd_itm_heading h3 {
        font-size: 18px;
    }
    .more_btn {
        font-size: 14px;
    }
    .footer-cont p {
        max-width: 80%;
    }
    .form-control {
        min-height: 35px;
    }
    .header_search .form-group {
        margin-right: 0;
    }
    .queue_cls {
        flex: 0 0 130px;
    }
    .searc_icon {
        top: 5px;
    }
    .heading_type_h1 {
        font-size: 52px;
    }
    .inner_cont {
        max-width: 100%;
    }
    .inner_cont p {
        font-size: 20px;
    }
    .dropshiping-sec {
        min-height: 100%;
        padding: 70px 0;
    }
    .business-cont {
        padding-right: 0;
    }
    .heading_type_h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .business-cont p {
        font-size: 14px;
    }
    .business-cont h3 {
        font-size: 18px;
        margin: 11px 0;
    }
    .simple-step-sec [class*="col-"] {
        padding: 0 7px;
    }
    .simple-step-sec .row {
        margin: 0 -7px;
    }
    .step_icon span {
        height: 60px;
        width: 60px;
        font-size: 22px;
    }
    .step_icon {
        margin-top: -50px;
    }
    .simple-step-sec .step_box {
        margin-top: 30px;
    }
    .step-cont h3 {
        font-size: 16px;
        margin: 15px 0;
    }
    .step_box {
        padding: 15px;
    }
    .step-cont p {
        font-size: 13px;
    }
}
@media screen and (max-width: 767.98px) {
    .container-fluid {
        padding: 0 15px;
    }
    .contact_row {
        flex-wrap: wrap;
    }

    .contact-left {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }

    .contact-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact_box{
        margin-bottom: 10px;
        height: auto
    }
    .howitwork-cont{
        text-align: center;
        margin-bottom: 15px
    }
    .simple-step-sec .step_box {
        margin-top: 50px;
    }
    .business-cont {
        text-align: center;
        margin-bottom: 15px;
    }
    .provide_cont ul li span {
        font-size: 13px;
        display: block;
    }
    .provide_cont ul li .check_ic {
        margin-top: 2px;
    }
    .whatweprovide-sec:after {
        background-size: 260px;
    }
    .owl-nav {
        width: 100%;
        justify-content: space-between;
        top: calc(50% - 15px);
        right: 0 !important;
    }
    .recommended-carousel {
        position: relative;
    }
    button.owl-next {
        right: 0 !important;
        margin: 0 !important;
    }

    button.owl-prev {
        left: 0 !important;
        margin: 0 !important;
    }

    .item-bg img {
        max-width: 130px;
    }
    .work_process [class*="col-"]:last-child .process_box {
        margin-bottom: 0;
    }
    .prd_itm {
        border-radius: 10px;
    }
    .prd_itm_head {
        padding: 15px 10px;
    }
    .prd_itm_heading h3 {
        font-size: 16px;
    }
    .prd_itm_heading img {
        max-width: 25px;
    }
    .product_sec_sub_in .product_sec_sub_itm {
        padding: 0;
    }
    .subs_title h2 {
        text-align: center;
        margin-bottom: 10px;
    }
    .select-sub-category h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer-cont p {
        max-width: 100%;
    }
    .subs_bg {
        padding: 15px;
    }
    .bg_cls:after {

        display: none;
    }
    .process_box {
        margin-bottom: 20px;
    }
    .title_wrap h2 {
        font-size: 16px;
    }
    .owl-nav button {
        height: 30px;
        width: 30px;
    }
    .item-bg {
        padding: 10px;
        height: 70px;
    }
    .owl-nav button span {
        font-size: 24px;
    }
    .process_box {
        margin-bottom: 20px;
    }
    .title_wrap h2 {
        font-size: 16px;
    }
    .owl-nav button {
        height: 30px;
        width: 30px;
    }
    .item-bg {
        padding: 10px;
        height: 70px;
    }
    .owl-nav button span {
        font-size: 24px;
    }

    .prd_itm_card {
        margin-bottom: 0;
    }

    .prd_itm_banner {
        margin-bottom: 10px;
    }

    .prd_itm_cards {
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 575.98px) {
    .cartCount i.fa {
        font-size: 12px !important;
        width: 15px;
    }
    
    .cartCount .btn {
        font-size: 12px;
    }
    
    .badge {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .prd_itm_heading img {
        max-width: 18px;
    }
    
    .prd_itm_cards span {
        font-size: 12px;
    }
    .timeline_box h3 {
        padding: 10px 0;
        margin-bottom: 0;
    }
    .timeline-container .vertical-scrollable-timeline li::after, .timeline-container .vertical-scrollable-timeline li::before {
        left: 12px;
        top: 25px;
    }
    .timeline-container .vertical-scrollable-timeline li .icon-holder {
        width: 30px;
        height: 30px;
    }
    .timeline_center_col {
        position: absolute;
        left: 15px;
        height: 100%;
    }
    .timeline_col {
        flex: 0 0  100%;
        max-width: 100%;
        padding-left: 60px;
    }
    .time_row {
        flex-wrap: wrap;
        position: relative;
    }

    .timeline_box:after {
        left: -10px;
        right: 0;
        transform: rotate(55deg);
    }
    .timeline_box.bg-none {
        position: absolute;
        top: 0;
        z-index: 111;
        background: #0156d5;
        border-radius: 10px 10px 10px 10px;
        padding: 6px 20px;
        margin: 10px 10px 0px;
    }

    .timeline_box {
        padding-top: 50px;
        border-radius: 10px;
    }

    .timeline_box.bg-none p {
        padding-top: 0;
    }

    .timeline_box.bg-none p {
        color: #fff;
    }

    .timeline_border:after {
        height: 24px;
        width: 24px;
        left: -15px;
    }
    .ads-img {
        margin-top: 15px;
    }
    .heading_type_h1 {
        font-size: 28px;
    }
    .provide_cont {
        margin-top: 30px;
    }

    .provide_cont h3 {
        text-align: center;
        margin-bottom: 0;
    }
    .heading_type_2 {
        font-size: 22px
    }
    .footer_social ul li img {
        max-width: 30px;
    }
    .footer_social ul li {
        padding: 0 5px;
    }
    .footer-cont {
        padding: 10px 0 15px;
    }
    .footer-cont p {
        font-size: 14px;
    }
}
@media screen and (max-width: 420px) {
    .prd_itm_heading h3 {
        font-size: 14px;
    }
    .more_btn {
        font-size: 12px;
    }
    .prd_itm_card_img {
        padding: unset;
    }
    .prd_itm_card_img img {
        position: unset;
        transform: unset !important;
    }
}
