﻿

.top-menu,
.popup-heading,
.bottom-fix,
.filter-btn,
.vendor_tabs_menu,
.m-collapse-btn {
    display: none
}

#filterbox,
#m-collapse {
    display: initial;
}




@media screen and (max-width: 991px) {

    .allpro-video iframe {
        width: 100%;
        height: 200px;
    }


    ::-webkit-scrollbar {
        display: none !important;
    }
    .container{
        padding:0px;
    }
 .m-w-100{
        width:100% !important;
        display:block;
        margin-bottom:10px;
           
    }
    .business-profile {
        display: block;
        border: none !important;
    }

        .business-profile .nav-tabs {
            position: fixed;
            top: 43px;
            right: 0;
            left: 0;
            display: flex;
            z-index: 1001;
            overflow: scroll;
            scrollbar-width: none;
        }

        .business-profile .tab-content > .active {
            position: fixed;
            top: 80px;
            right: 0;
            left: 0;
            overflow: scroll;
            scrollbar-width: none;
            bottom: 0px;
            z-index: 100001;
            background:white
        }


        .business-profile .paddingrf-15 {
            padding: 15px
        }

    .business-profile .selected-category {
        display: block;
    }
    .pro-edit-profile .use-credit-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10001;
        display: block;
        border-radius: 0;
        margin: 0px !important;
    }

    .pro-edit-profile .edit-textbox {
        padding: 44px 10px;
    }

    .m-collapse-btn {
        display: block;
    }

    #moveup {
        display: none !important
    }
    body {
        padding-top: 40px;
        padding-bottom: 54px;
        background: none;
        background: white !important
    }
  
    .body-content {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        scrollbar-width: none;
        overflow: scroll;
        position: absolute;
        left: 0;
        bottom: 54px;
        top: 40px;
        right: 0;
        background: white !important;
        min-height: initial;
    }

   



/*--------------------top heading---------------------------*/

    .top-menu {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        padding: 7px 15px 5px 15px;
        background: var(--theme-color);
        display: block;
        height:42px;
    }

    .title-heading {
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 500;
        color: var(--f-theme);
    }

    .top-menu a {
        color: white;
    }

    /*---------------------------------------------*/

    footer {
        display: none !important;
    }
    .bottom-fix {
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        z-index: 1000;
        display:block;
    }
    .bottom-fix2 {
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        z-index: 1001;
        display: block;
        height:69px;
    }

    .sub-bottom-fix {
        position: fixed !important;
        bottom: 54px !important;
        right: 0px;
        left: 0px;
        z-index: 100;

    }
/*--------------------------sub bottom fixed--------------------------------*/
    .sub-header-fixed {
        position: fixed;
        top: 42px;
        right: 0px;
        left: 0px;
        z-index: 1000;
        background: white;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    }

    .sub-section {
        margin-top: 40px;
    }
/*-----------------------------------*/

    .filter-btn{
        display:inline-block;
        float:right;
        margin:0px 5px
    }

        .filter-btn img {
       width:22px;
          
        }

    #filterbox {
        background: white;
        min-height: inherit;
        max-height: inherit;
        bottom: 0;
        position: fixed;
        z-index: 10001;
        top: 40px;
        left: 0;
        right: 0;
        padding: 11px;
        transition: 0s !important;
    }


    .pac-container {
        z-index: 100001 !important
    }
    /*----------------------------------*/
    .progress {
        margin-bottom: 0px;
    }

    .back-btn {
        float: right;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('../Images_mobile/back-btn.png');
        width: 35px;
        height: 28px;
        background-position: right;
        cursor:pointer;
    }

        .back-btn img {
            width: 25px;
        }
/*---------------------------------------*/
    .footer-links {
        padding: 5px 0px;
        font-size: 10px;
        font-weight: 600;
        background: white;
        display: flex;
        justify-content: space-around;
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }


        .footer-links a,
        .footer-links #buyer,
        .footer-links #seller {
            color: var(--d-grey);
            position: relative;
            width: 16.6%;
            text-align: center;
            font-weight: 400;
            font-size: 9px;
        }

        .footer-links img {
            height: 28px;
            display: block;
            margin: 0 auto;
        }



    .mobile_bids::before {
        margin: 8px -1px;
    }



    .pro-p-image img {
        min-height: 54px;
        object-fit: cover;
        object-position: center;
        width: 100%;
        margin: 3px 6px 3px 3px;
        max-height: 91px;
    }




    .h-notify {
        position: fixed;
        float: right;
        z-index: 100;
        margin: 0px;
        right: 30px;
        top: 10px;
    }
        .h-notify .n-badge {
            color: var(--white);
            font-size: 10px;
            position: relative;
            top: -13px;
            left: -15px;
            background: black;
            border-radius: 100%;
            padding: 1px 4px;
            min-width: 17px;
            height: 18px;
            display: inline-block;
            font-weight: 600;
        }

        .h-notify img{
            width:27px;
        }

        .h-notify .wallet {
            background: var(--theme-color) !important;
            margin: 6px 0px 0px 15px;
            color: var(--f-theme) !important;
            padding: 1px 5px;
            font-weight: var(--s-bold) !important;
            display: inline-block;
            border-radius: 4px;
            position: absolute;
            top: -2px;
            right: 64px;
        }

        .h-notify .dropdown-toggle {
            padding: 0px !important
        }

        .h-notify .dropdown-menu {
            width: 250px !important;
            top: 29px;
            right: 0;
            margin-top: 4px !important;
        }

    .pagenotify .dropdown .page-heading{
        display:none;
    }
    .pagenotify .dropdown-menu {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
        scrollbar-width: none;
        bottom: 0;
        max-height: initial;
    }
    .pagenotify  .arrow_right {
        right: 0px;
    }
    .pagenotify .page-date {
        font-size: 11px;
        float: initial !important;
        margin-top: 0px !important;
        display: block;
     
    }

    .claim-banner {
        background: none;
    }

    .q-bg2-popup {
        padding: 2%;
    }

        .q-bg2-popup .container {
            width: 100%;
        }


    .review-banner {
        position: relative;
        background-image: none;
        background-repeat: no-repeat;
        background-size: 422px;
        height: initial;
        background-position: right;
        margin: 0px 20px;
        margin-top: 50px;
    }



    .navbar-default .arrow_right {
        display: block;
        width: 100%;
        border: none;
        box-shadow: none;
        right: 0;
        margin: 0 !important;
        padding: 0;
    }

    .arrow_right::after, .arrow_right::before {
        display: none !important;
    }


    .mobile-icons .col-xs-2 {
        width: 20%;
    }

    .top-header {
        display: none;
    }


    /*.top-header .pull-right {
        float: left !important
    }*/

    .t-icons img {
        height: 25px;
        vertical-align: text-bottom;
        margin: 5px;
    }

    .t-icons {
        padding: 5px 5px;
        text-align: center !important
    }

    .top-header a {
        display: block;
    }


    #demo {
        position: fixed;
        top: 0px !important;
        z-index: 1000;
        width: 100%;
        background: rgba(0, 0, 0, 0.82);
        padding: 9px;
        bottom: 0;
        min-height: initial;
        max-height: initial;
        left: 0;
        right: 0
    }


    .h-search-icon.collapsed {
        background-image: url('../Images/searchbar-icon.png');
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    .h-search-icon {
        background-image: url('../Images/close.png');
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    .top-header .pull-right li {
        float: initial !important;
    }

    .sub-header .dropdown-menu > li > a {
        display: inline-block;
        width: 80%;
    }

    .sub-header .dropdown-menu > li > span > i {
        margin-right: 10px;
    }

    .t-icons .dropdown-menu {
        left: 0px;
    }

    .m-btn .btn {
        padding: 12px 12px;
        margin-top: 0;
        display: inline-block;
        border-radius: 8px !important;
        border: none !important;
        width: 41px;
    }

    .profile-thumbnails {
        background: white;
        border-radius: 7px;
        margin: 5px;
        box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.2);
        padding:0px;
    }


        .profile-thumbnails .wishlist_unsubscribe, .profile-thumbnails .wishlist_subscribe {
            padding: 10px 12px;
            color: var(--grey) !important;
            font-size: 18px;
            margin-right: 6px;
            position: absolute;
            z-index: 1000;
            bottom: 6px;
            right: 2px;
            border-radius: 9px;
            top:initial;
        }
        .profile-thumbnails .btn {
            width: 46px;
            border-radius: 10px !important;
            margin-top: 0;
            float: right;
            margin-right: 5px;
            height: 38px;
        }
        .profile-thumbnails .description {
            margin-left: -31%;
            margin-top: 12px;
            width: 82%;
            float: left;
        }
        .profile-thumbnails .pro-skills {
            font-size: 12px;
            margin-bottom: 20px;
        }

        .profile-thumbnails .pro-distance {
            font-size: 12px;
        }

        .wishlist_unsubscribe,
        .wishlist_subscribe {
            border-radius: 8px;
        }
    .profile-thumbnails .pro-p-rating {
        font-size: 13px;
        width: 24%;
        text-align: center;
        font-weight: 500;
        position: absolute;
        right: 0;
        top: 8px;
    }
    .profile-thumbnails .btn {
        width: 46px;
        border-radius: 10px !important;
        margin-top: -35px;
        float: right;
        margin-right: 55px;
        height: 38px;
        margin-bottom: 5px;
    }

    .image-bg img {
        height: auto;
    }

    .t-icons img {
        height: 25px;
        vertical-align: text-bottom;
        margin: 5px;
    }

    .t-icons {
        padding: 5px 5px;
        text-align: center !important
    }

    .top-header a {
        display: block;
        padding: 9px 10px 15px;
    }




    .top-header .pdropdown-menu li {
        float: initial !important;
    }

    .sub-header .dropdown-menu > li > a {
        display: inline-block;
        width: 80%;
    }

    .sub-header .dropdown-menu > li > span > i {
        margin-right: 10px;
    }

    .t-icons .dropdown-menu {
        left: -80px;
    }

    .btn-lg {
        padding: 6px 9px;
    }



    .main-header {
        padding: 0px;
        position: relative;
        width: 100%;
        z-index: 1000;
        height:0px;
    }

        .main-header .logo {
            height: 40px;
            display: none;
            padding: 5px;
        }

            .main-header .logo img {
                padding: 15px 0px;
                margin-top: 0px;
                max-height: 65px;
            }

        .main-header .navbar-toggle {
            padding: 0px;
            float: initial;
        }

            .main-header .navbar-toggle i,
            .main-header .navbar-toggle span {
                margin: 6px 10px;
                color: var(--f-theme);
            }


    .searchform {
        /*background: var(--theme-color);*/
        border: 1px solid transparent;
        border-radius: 0px;
        padding: 0px;
        position:relative;
    }

        .searchform input,
        .searchform select {
            background: #fefefe;
            border: none;
            margin-right: 0px;
            padding: 10px 7px;
            width: 100%;
            border-radius: 8px;
            color: black;
            height: 38px;
        }


        .searchform img {
            width: 22px;
        }

        .searchform a {
            /*width: 25%;*/
            float: right;
        }

        .searchform hr{
            display:none;
        }

        .searchform .required {
            position: relative;
            top: -12px;
        }


        .searchform .search-line {
            display: none;
        }

        .searchform .input-group {
            border: solid 1px #eee;
            margin-bottom: 10px;
            background: white;
            border-radius:8px
        }

        .searchform .input-group-addon {
            padding: 6px 5px !important;
        }

        .searchform input[type="button"] {
            border: solid 1px #fff !important;
        }

        .searchform .category-box {
            width: 100%;
            border-right: none;
            float: initial
        }

        .searchform .address-box {
            width: 100%;
            border-right: none;
            float: initial
        }

        .searchform .number-box {
            width: 40%;
            border-right: none;
            float: left
        }

            .searchform .number-box .input-group{
                border-radius:8px 0px 0px 8px
            }

            .searchform .mile-box {
                width: 60%;
                float: left;
                border-right: none;
            }

                .searchform .mile-box .input-group {
                    border-radius: 0px 8px 8px 0px
                }

        .searchform .btn-box {
            width: 100%;
            padding:10px;
        }

      

        .searchform .rating-box {
            width: 100%;
            border-right: none;
            float: initial
        }

        .searchform .status-box {
            width: 100%;
            border-right: none;
            float: initial
        }

        /*.searchform .collapse {
            height: auto !important;
            display: block !important;
        }*/


    .searchform-box {
        padding:0px !important;
    }

        .searchform-box .searchform .btn-box {
            position: fixed;
bottom: 0;
left: 0;
right: 0;

        }
        /*.searchform-box .searchform .collapse {
            display: block !important;
        }*/




    .toplinks {
        display: block !important;
    }

        .toplinks li {
            padding: 10px 10px 0px 10px;
            display: block;
        }

        .toplinks a {
            color: black;
        }

        .toplinks i {
            display: inline-block !important
        }

        .toplinks .goog-te-gadget-simple .goog-te-menu-value {
            padding: 10px;
        }

    .overimage img {
        max-width: 91%;
        height: 190px;
        margin-top: -87px;
    }

    .img-margin1 {
        margin: 15px 15px 0px 15px;
    }

    .img-margin {
        margin: 96px 15px 96px 15px;
    }

    .img-margin3 {
        margin: 0px 15px 15px 15px;
    }

    .swiper-button-next {
        right: 0px !important
    }


    .swiper-button-prev {
        left: 0px !important
    }

    .marketplace_category {
        background: var(--white);
        border: none;
    }



    .marketplace_subcategory {
        background: var(--white);
        border: none;
        padding: 11px 0px 0px 15px;
    }
        .marketplace_subcategory .heading {
            color: black;
            font-size: 18px;
            padding: 10px 0px;
            font-weight: 500;
        }


    .default .subcategory-block {
        width: 100%;
    }

        .default .subcategory-block img {
            height: 91px;
            width: 100%;
            border-radius: 9px 8px 0px 0px;
        }

    .marketplace_subcategory .default .swiper-button-next,
    .marketplace_subcategory .default .swiper-button-prev,
    .marketplace_subcategory .swiper-pagination {
        display:  none !important
    }

    .default .subcategory-block {
        border: 1px solid rgba(0, 0, 0, 0.04);
        margin-bottom: 25px;
        background: #fff;
        color: #000000 !important;
        padding: 1px;
        text-align: center;
        box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }
        .default .subcategory-block .h5 {
            height: 45px;
            line-height: 13px;
            font-size: 11px;
            padding: 8px;
            font-weight: 500;
            text-align: left;
        }

    .marketplace_subcategory .swiper-container {
        width: 100% !important;
        height: 170px !important;
        padding-bottom: 0px !important;
    }

    .marketplace_services {
        background: var(--white);
        border: none;
        padding: 11px 15px 0px 15px;
    }

        .marketplace_services .heading {
            color: black;
            font-size: 18px;
            font-weight: 500;
        }
        .marketplace_services .row {
            width: 100%;
            float: left;
            list-style: none;
            margin: 0;
            padding: 0;
            white-space: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }

            .marketplace_services .row .col-md-3 {
                display: inline-block;
                border: 1px solid rgba(0, 0, 0, 0.07);
                background: #fff;
                color: #000000 !important;
                box-shadow: -1px 0px 6px -2px rgba(0, 0, 0, 0.1);
                border-radius: 8px;
                margin: 15px 0px 25px 0px;
                padding: 10px !important;
                width: 225px;
            }

        .marketplace_services .h-155 img {
            width: 123px;
            object-fit: cover;
            object-position: top;
            height: 120px;
            border-radius: 100%;
            border: 1px solid #ccc;
        }

        .marketplace_services  .h-40{
            height:initial !important
        }

/*-------------------------Jobs--------------------------------*/
    .homepage-jobs {
        background: var(--white);
        border: none;
        padding: 11px 0px 0px 15px;
    }


 .homepage-jobs .heading {
        color: black;
        font-size: 18px;
        font-weight: 500;
    }

        .homepage-jobs .joblist {
            display: grid;
            overflow: scroll;
            width: 100%;
            height: 226px;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            display: inline-grid;
            grid-template-rows: repeat(3, 1fr);
            grid-auto-flow: column;
            max-width: 100%;
            width: auto;
        }
        .homepage-jobs .col-md-4 {
            width: 300px;
            display: block;
            float: left;
        }
        .homepage-jobs .job-data {
            background: #fff;
            border: solid 1px rgba(0, 0, 0, 0.1);
            box-shadow: -1px 0px 6px -2px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            padding: 10px !important;
        }





        .q-bg2-page .page-detail {
            width: 100%;
        }


    .popup {
        margin: 0px auto;
        padding: 10px;
        background: #fff;
        border-radius: 5px;
        width: 100%;
        position: relative;
        transition: all 5s ease-in-out;
    }

    .m-cat-h {
        height: initial;
        overflow: auto;
        position: fixed;
        bottom: 67px;
        top: 43px;
        scrollbar-width: none;
        z-index: 10000;
        background: white;
    }

    .all-cat-main {
        display: none
    }
    .all-cat-main:target {
        display: block;
    }

    .all-cat .col-md-2 {
        width: 100%;
        padding: 0px;
        border-bottom: solid 1px #ccc
    }

    .all-sub-cat {
        position: fixed;
        top: 44px;
        left: 0;
        right: 0;
        bottom: 66px;
        overflow: auto;
    }

    .all-cat .category-block .h5 {
        display: inline-block;
        float: left;
        color: var(--black);
        font-size:18px
    }

    .all-cat .category-block {
        padding: 5px 2px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 56px;
    }
        .all-cat .category-block img {
            width: 30px;
            float: left;
            margin-top: 0px;
            margin-bottom: 8px;
            margin-right: 9px;
            margin-left: 10px;
        }
    .all-cat .subcategory-block {
        width: 100%;
        border-top: 1px solid #e7e7e7;
        margin-bottom: 0;
        box-shadow: none;
        background: #fff;
        color: #000000 !important;
        padding: 1px;
        text-align: left;
        display: inline-block;
        width: 100%;
        padding: 10px 15px;
    }

    .all-cat .col-md-3 {
        width: 100%;
    }

    .default .category-block {
        text-align: center;
        border: none;
        display: block;
        color: #000000;
        padding: 0px;
        margin-bottom: 0px;
        background: white;
    }

        .default .category-block img {
            height: 40px;
            margin: 2px;
        }

        .default .category-block .h5 {
            height: 40px;
            line-height: 14px;
            font-size: 12px;
            font-weight: 400;
        }



    .h-c-banner {
        display: none;
    }


    .how-to::before {
        display: none;
    }

    .c-product {
        height: auto;
        overflow: initial;
    }

    .p-status {
        height: auto;
        overflow: initial;
    }

    .category {
        width: 100%;
        background: var(--theme-color);
        color: var(--f-theme);
    }

    .homepage .dropdown-menu {
        width: 100%;
        display: block !important;
    }

    .mega-dropdown {
        min-width: 0px;
        min-height: 0px;
        box-shadow: none;
        border-radius: 0px;
        border: none;
        position: initial;
        background: white;
        left: 0px;
        padding: 5px 20px;
        top: 0px;
    }

    .d-hover-content {
        display: block;
    }

    .profile_image {
        max-width: 100px;
        max-height: 77px;
        margin-bottom: 10px;
        margin-left: -35px;
        margin-top: -4px;
    }

    .body-content {
        padding-top: 0px;
    }

    .home-banner {
        padding-top: 0%;
        border: none;
        background: var(--theme-color) !important;
    }
        .home-banner .text {
            margin-top: 0;
            padding: 58px 10px;
            /*width: 55%;*/
        }

        .home-banner h1 {
            font-size: 32px;
            margin: 8px 0px 12px 7px;
            word-spacing: 0px;
            letter-spacing: 0px;
            text-align: left;
            line-height: 40px;
            color: white !important;
            
        }
        .home-banner .swiper-containercos {
            width: 100%;
            height: 260px;
     
        }

        .home-banner .swiper-slidecos{
            background:none;
        }
        .home-banner .swiper-slidecos img {
            max-Width: 100% !important;
            Height: 260px !important;
            background: var(--theme-color) !important;
        }

        
            .dropdown-toggle {
        padding: 10px 20px !important;
    }

    .main-header .col-md-3 {
        position: initial !important
    }

    .cart img {
        height: 25px;
        max-width: 100%;
    }

    .m-block {
        display: initial;
    }

    .m-none {
        display: none !important;
    }

    .slider {
        padding-left: 0px !important;
        padding: 0px;
    }

        .slider img {
            width: 100%;
            height: 150px;
        }

    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .side-collapse {
        top: 0px;
        bottom: 0;
        left: 0;
        width: 100%;
        position: fixed;
        overflow-y: auto;
        transition: width .4s;
        box-shadow: 4px 4px 5px rgba(77, 77, 77, 0.2) !important;
        -webkit-box-shadow: 4px 4px 5px rgba(77, 77, 77, 0.2) !important;
        -moz-box-shadow: 4px 4px 5px rgba(77, 77, 77, 0.2) !important;
        background: #fff;
        z-index: 10003;
    }

        /*.sub-header {
        position: fixed;
        width: 100%;
        z-index: 1;
    }*/

        .side-collapse.in {
            width: 0;
        }

    .navbar {
        min-height: auto !important;
    }

    .m-deals {
        border-color: var(--d-grey);
        position: fixed;
        background: var(--d-grey);
        width: 100%;
        padding: 10px;
        overflow: hidden;
        top: 114px;
    }

    .collapse {
        display: none !important;
    }


 

    .textbox-2 .form-group {
        width: 100%;
    }

    .all-cat .subcategory-block img {
        height: 0px;
        width: 100%;
        display:none;
    }

    .all-cat .subcategory-block .h5 {
        line-height: 20px;
        padding: 5px;
        height: initial;
        text-align: left;
        font-size: 15px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0px;
    }

    .modal-dialog {
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 22%;
    }


    .all-cat {
        margin-bottom: 0px;
        padding:0px;
    }

    .q-bg {
        background-position: left;
        padding: 0px;
        background:none;
    }

        .q-bg h3 {
            font-size: 15px;
            margin: 0;
        }

        .q-bg h5 {
            font-size: 11px;
            font-weight: 500 !important;
            line-height: 16px !important;
        }

        .q-bg hr {
            margin: 5px 0px;
        }

    .getstarted {
        padding: 0px;
    }

    .getstarted-box {
        background: var(--white);
        color:black;
        padding:15px;
    }
        .getstarted-box h3 small {
            color: var(--black);
        }

    .getstarted ol {
        line-height: 18px;
        list-style: none;
        margin: 0px;
        padding: 19px;
        background: var(--l-grey);
        border-radius: 8px;
    }
        .getstarted ol li {
            list-style: none;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-bottom: 17px;
        }
        .getstarted ol li .l-number {
            font-weight: 400;
            background: black;
            border-radius: 7px;
            display: inline-block;
            color: var(--white);
            text-align: center;
            height: 29px;
            line-height: 28px;
            margin-right: 26px;
            font-size: 14px;
            padding: 0px 12px;
            width: 32px;
        }

    .getstarted-box .post_btn {
        border: solid 1px var(--theme-color) !important;
        color: var(--f-theme);
        background: var(--theme-color);
        margin: 10px 0px;
        width: 100%;
        border-radius: 8px;
    }

    .que_height {
        max-height: 250px;
        overflow: auto;
        scrollbar-width: none;
        background: var(--l-grey);
        padding:10px;
        border-radius:4px;
    }

    .page-detail h4 {
        font-weight: 400 !important;
        line-height: 21px;
    }

    .big-star .large {
        display: block;
        margin-top: 14px;
    }

    .navbar-default .navbar-nav > li > a,
    .dropdown-menu > li > a {
        color: #000;
        padding: 10px 16px;
        font-size: 13px;
    }
    .home-video iframe {
        max-width: 100%;
        max-height: 250px
    }
    .no-review {
       
        background: #fff;

    }


    /*--------------------user menu---------------------------*/
    .accounts_links {
        background: white;
        border: 0px;
        margin-top: 0%;
        border-radius: 0px;
        box-shadow: none;
        transition: 0s;
    }
        .accounts_links .heading {
            font-size: 17px;
        }

    .form-box {
        border: none;
        background: var(--white);
        border-radius: 4px;
        box-shadow: none;
    }
    .q-bg-img {
        display: none
    }

    .wrapper-3hgZT{
        display:none !important
    }

    /*.sections {
        margin-top: 35px;
    }*/
    .details_tabs_box {
        display: inherit;
        position: fixed;
        top: 40px;
        width: 100%;
        z-index: 100001;
    }
    .details_tabs_links nav {
        font-size: 10px;
        font-weight: 600;
        background: white;
        display: block;
        justify-content: space-around;
        width: 100% !important;
        margin: 0 auto !important;
        float: left;
        list-style: none;
        padding: 0;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        position: fixed;
        top: 40px;
    }
        .details_tabs_links nav a {
      
            position: relative;
            text-align: center;
            font-weight: 500;
            font-size: 9px;
            padding: 10px;
            border-bottom: solid 1px #fff;
            display: inline-block;
            background: #fff;
            color: #000000 !important;
            padding: 10px !important;
            
        }


    .apply-div{
        background:white;
        width:100%

    }

    .apply-div a{
        width:100%;
        margin:0px !important;
    }
    .detail_heading .row {
        margin-top: 10px;
        line-height: initial !important;
    }
    .detail_heading .col-md-4 {
        line-height: 15px !important;
        font-size: 12px !important;
        color: #999999;
    }
    .alert{
        border:none !important
    }
    .modal{
        background:white;
    }
    .modal-dialog {
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        padding: 0px;
        bottom: 0px;
        position: fixed;
        top: 0;
        background: white;
    }
    .modal-content{
        box-shadow:none;
        border:none;
        padding:0px !important;
    }
    .model-heading {
        margin: 0px;
        background: red;
        color: white !important;
        padding: 13px 14px;
        font-size: 16px;
    }

    .img-bulk-pre-box {
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    #dvPreview img {
        max-height: 100px !important;
        max-width: 100px !important;
        padding: 5px;
    }

    .mobile-box {
        background: white;
        border-radius: 7px;
        margin: 5px;
        box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.2);
    }

    .confirmation {
        padding:15px;
    }
    .confirmation h2 {
        margin: 0px;
        font-size:18px;
    }
    .confirmation p{
       padding:10px 0px !important

    }

    .vendor_tabs_menu {
        position: fixed;
        top: 0;
        right: 80px;
        z-index: 1;
        padding: 10px 15px 7px 15px;
        background: var(--theme-color);
        display: block;
    }

    .vendor_tabs_menu img{
        width:25px;
    }

    .m_vendor_tabs {
        position: fixed;
        top: 48px;
        bottom: 0;
        left: 0;
        right: 0;
        transition: opacity 500ms;
        visibility: hidden;
        opacity: 0;
        z-index: 10;
        background: white;
        display: block;
    }

        .m_vendor_tabs:target {
            visibility: visible;
            opacity: 1;
        }

    .vendor_tabs{
        display:block;
    }
        .vendor_tabs a {
            padding: 10px 6px;
            color: var(--theme-color);
            font-weight: 300;
            font-size: 13px;
            width: 100%;
            display: block;
            border-bottom: solid 1px #ccc !important;
        }
    /*---------------------------------------------------------table---------------------------------------------------------------------------------*/
    .mobiletable > table,
    .mobiletable > table > tbody > tr > td {
        border: none !important;
    }


        .mobiletable > table > tbody > tr > td {
            display: inline-block;
            line-height: 16px;
        }
        .mobiletable .t-block {
            display: block;
      
        }
           
    .mobiletable hr {
        border-color: black;
        margin: 10px 0px;
    }

    .mobiletable > table > tbody > tr > td {
        vertical-align: top;
    }

        .mobiletable > table > tbody > tr > td:last-child {
            background: var(--l-grey)
        }
    .mobiletable > table > tbody > tr {
        border-bottom: solid 1px var(--l-grey) !important
    }
        /*---------------------------------------------------------table design 2---------------------------------------------------------------------------------*/
        .sep-table > table > tbody > tr {
            border-bottom: solid var(--grey) 1px;
        }
     
        .sep-table > table > tbody > tr > td {
            padding: 10px 15px; 
            display: block;
        }

    .sep-table hr {
        border-color: black;
        margin: 10px 0px;
    }
    /*---------------------------------------------------------table design 3 alternate color---------------------------------------------------------------------------------*/

    .table-alternate > table:nth-of-type(2n+1) {
        background: var(--l-grey)
    }

    .table-alternate > table > tbody > tr {
        border-bottom: solid var(--grey) 1px;
    }

        .table-alternate > table > tbody > tr > td {
            padding: 10px 15px;
            display: block;
        }

    .table-alternate hr {
        border-color: black;
        margin: 10px 0px;
    }

    /*-----------------------------------------mobile list popup-------------------------------------*/

    .detail_popup {
        position: fixed;
        top: 43px;
        bottom: 0;
        left: 0;
        right: 0;
        transition: opacity 500ms;
        visibility: hidden;
        opacity: 0;
        z-index: 1000;
        background: white;
        display: block;
    }
    .detail_popup:target {
        visibility: visible;
        opacity: 1;
    }

    .plan-border {
        padding: 10px 10px;
    }

    .plan-border .icon{
        float:right;
        margin:20px;
    }


    .check-label > table > tbody > tr > td {
        display: block;
    }

    .sections section {
        scroll-margin-top: 35px;
    }
        .sections section:target{
            box-shadow:none
        }
        .post_request_dd .dropdown-toggle {
            display: none
        }
    .post_request_dd .dropdown-menu {
        display:block;
        min-width: 100%;
        padding: 0px;
        border: solid 1px var(--l-grey) !important;
        max-height: inherit;
        overflow: inherit;
        box-shadow: none;
        margin: 0px;
    }

 

    .search-close {
        padding: 6px 9px;
        z-index: 10000;
        position: fixed;
        right: 34px;
        font-size: 15px;
    }

    .m-search-btn.collapsed {
        float: right;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('../Images/searchbar-icon.png');
        width: 37px;
        height: 30px;
        background-position: right;
        cursor: pointer;
    }

    .top-search-box .search_opacity {
        display: none !important;
        top: 106px;
    }
    .top-search-box {
        margin: 0px !important;
        background: white;
        visibility: visible !important;
    }

    .loginmenu{
        display:none;
    }
    .show_menu .loginmenu {
        background: none;
        bottom: 0px;
        display:block;
    }
        .show_menu .loginmenu .accounts_links {
            width: 100% !important;
            top: 42px;
            bottom: 0px;
            z-index: 100000;
            scrollbar-width: none;
            overflow: scroll;
        }

        .show_menu .loginmenu .accounts_links .top-menu
     {
            display: block;
        }

    .show_menu .m-search-btn{
        display:none
    }

    .show_menu .footer-links{
        display:none;
    }

    .ui-menu {
        width: inherit !important;
        right: 0 !important;
        left: 9px !important;
        top: 100.6px !important;
    }
        .ui-menu li {
            font-size: 12px !important;
            padding:5px;
        }

    .pro-detail-box {

        margin: 0px 0px !important;
        border-radius: 0px;

    }

    .pro-detail-heading {
        font-size: 16px;
    }

    .pro-btn a {
        margin: 3px 0px;
    }
/*---------------------service collapse-----------------------------*/


    .service-list {

        position: relative;
    }

        .service-list .checkright {
            margin: -1px 13px -31px 0px;
            position: absolute;
            right: 0;
            top: 12px;
        }

        .service-list .panel-title img {
            width: 50px;
            height: 50px;
        }
        .service-list .panel-title a {
            padding: 10px 15px;
        }

    .servicebox {
        height: initial;
        overflow: initial;
        border:  none
    }
    .service-list .panel-title a {

        width: 77%;

    }

    .service-list .panel-title h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .pro-edit-profile .pro-edit-box {
        position: relative;
        border: none !important;
        margin: 0px 0px 30px 0px;
        border-radius: 0px;
        padding-bottom: 30px;
        min-height:initial;
    }
    .pro-popup .popup-title {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        padding: 7px 15px 5px 15px !important;
        background: var(--theme-color) !important;
        display: block;
        height: 42px;
        border-bottom: none;
        border-radius: 0px;
        color: var(--f-theme) !important
    }

    .pro-popup .close {
        float: right;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('../Images_mobile/back-btn.png') !important;
        width: 27px;
        height: 31px;
        background-position: right;
        cursor: pointer;
        margin: 7px -14px;
    }


    .mobile-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        transition: opacity 500ms;
        z-index: 100000;
        visibility: hidden;
        opacity: 0;
        overflow: auto;
        padding-top: 42px;
    }



        .mobile-overlay:target {
            visibility: visible;
            opacity: 1;
        }



    .pro-edit-profile .servicebox .service-list h4 .small {
        margin-top: 0px;
    }



    .pro-edit-service {
        display: grid;
        overflow: auto;
        width: 100%;
        display: inline-grid;
        grid-auto-flow: column;
        max-width: 100%;
        width: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .category_search_bar {
        width: 100%;
        float: initial;
    }

    #ui-id-2 {
        width: 100% !important;
        left: 1px !important;
        top: 76.6px !important;
    }

    #serviceads .row-box {
        scrollbar-width: none;
    }
    #serviceads .col-md-4 {
        width: 240px;

    }

    .info-icons h5{
        margin:10px;
    }
    .pro-edit-profile .pro-edit-description{
        margin:0px
    }

    .pro-edit-profile .servicebox{
        overflow:scroll !important
    }


    .pro-edit-box .boost-btn {

        margin:6px;
    }
    .subcategory-block .total-user{
        right:9px;
    }




    .marketplace_category .category-block .total {
        
        top: 22px;
       
    }

    }










@media only screen and (max-width: 868px) {

    .navbar-default .navbar-nav > li > a {
        color: #000;
        padding: 15px 8px;
        font-size: 13px;
    }

}


@media only screen and (max-width: 650px) {
    .home-banner .swiper-containercos {
        width: 100%;
        height: 215px;
    }

    .home-banner .swiper-slidecos {
        background: none;
    }

        .home-banner .swiper-slidecos img {
            max-Width: 100% !important;
            Height: 215px !important;
            background: var(--theme-color) !important;
            object-fit: contain;
            object-position: bottom;
        }
    .home-banner h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .home-banner .text {
        margin-top: 0;
        padding: 44px 10px;
    }
    }

@media only screen and (max-width: 570px) {
    .home-banner .swiper-containercos {
        width: 100%;
        height: 215px;
    }

    .home-banner .swiper-slidecos {
        background: none;
    }

        .home-banner .swiper-slidecos img {
            max-Width: 100% !important;
            Height: 215px !important;
            background: var(--theme-color) !important;
            object-fit: contain;
            object-position: bottom;
        }

    .home-banner h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .home-banner .text {
        margin-top: 0;
        padding: 25px 10px;
    }
}
@media only screen and (max-width: 421px) {
    .home-banner .swiper-containercos {
        width: 100%;
        height: 163px;
    }

    .home-banner .swiper-slidecos {
        background: none;
    }

        .home-banner .swiper-slidecos img {
            max-Width: 100% !important;
            Height: 163px !important;
            background: var(--theme-color) !important;
            object-fit: contain;
            object-position: bottom;
        }
    .home-banner h1 {
        font-size: 5.5vw;
        line-height: 28px;
    }
    .home-banner .text {
        margin-top: 0;
        padding: 30px 10px 0px 10px;
      
    }



    .pro-category {
        margin: 0px !important;
        padding:0px !important
    }

        .pro-category h3 {
            margin: 0px;
            background: #fffefe;
            color: white !important;
            padding: 13px 14px;
            font-size: 16px;
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
        }
    .select-counter {
        background: whitesmoke;
        border-radius: 50px;
        padding: 4px 11px;
        font-size: 10px;
        border: solid 1px #ccc;
        margin-top: -8px;
        color:black
    }
    .pro-category .service-list {
        padding: 0px;
        border-radius: 0px;
        display: block;
    }
    .pro-category .close {
        top: 13px;
        right: 15px;
    }
        .pro-category .service-list h4 {
            font-size: 14px;
            width: 100%;
            color: black;
            text-align: left;
            line-height: 21px;
            padding: 15px 15px;
            margin: 0;
        }
    .pro-category .second-level-ul {
        border-left: none;
        width: 100%;
        padding: 5px;
    }
        .pro-category .second-level-ul > a {
            display: flex;
            float: left;
            justify-content: flex-start;
            align-items: center;
            font-weight: 400;
            height: 34px;
            cursor: pointer;
            border: solid 1px #ccc;
            background: white;
            margin: 2px;
            border-radius: 32px;
            font-size: 11px;
            padding-right: 9px;
        }
            .pro-category .second-level-ul > a img {
                width: 17px;
                margin: 0px 3px 0px 8px;
            }
    .selected-category{
        display:none;
    }

    #dvusercategoryselection {
        position: fixed;
        top: 32px;
        left: 0;
        right: 0;
        bottom: 30px;
        overflow: scroll;
    }

    #dvunlockmessage .popup {
        margin: 15px;
        width: 90%;
        padding: 30px;
    }
    #dvunlockmessage .popup .close{
        background:none !important
    }

    .overlay-div{
        background:none
    }

    #dvunlockmessage {
        background: rgba(0, 0, 0, 0.7)
    }



    
    .pro-category .con-btn {
        position: fixed;
        bottom: 0;
        z-index: 1000;
        margin: 0;
        border-radius: 0px;
        float: initial;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 13px;
        padding: 11px;
    }

    .profile-thumbnails .video-btn {
        padding: 7px 12px;
        color: var(--grey) !important;
        font-size: 18px;
        margin-right: 6px;
        position: absolute;
        z-index: 1000;
        bottom: 6px;
        right: 97px;
        border-radius: 9px;
        top: initial;
    }

    }