                @import url("record-restoration.css");
            @import url("audio-eqt.css");
            @import url("user-dashboard.css");
            /* head  start*/
            
            @font-face {
                font-family: 'Verdana';
                src: url('fonts/verdana.ttf');
            }
            
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            .section_head{
                padding: 5px;
                margin: 0px auto;
                display: block;
                width: 98%;
            }
            .section_head h1{
                background: #136e73;
                padding: 8px;
                color: #fff;
                font-size: 25px !important;
                text-transform: uppercase;
            }
            .no-padding-margin{
                padding:0px;
                margin: 0px;
            }
            .csttophead {
	display: block;
	text-align: center;
	background-color: #333;
	color: #fff;
	padding: 6px 0;
}
            .home-place-bid-input{
                
                    width: 40%;
                    padding: 0px;
                    margin: 0px;

            }
            .home-bid-btn{
                padding: 8px !important;
            }
            body {
                font-family: Verdana;
            }
            
            .head {
                margin-left: 100px;
                margin-top: 5px;
            }
            
            .main_button a {
                background: #136D72;
                color: #ffffff;
                border-radius: 5px;
                font-weight: bold;
                padding: 12px 16px;
                box-shadow: none;
            }
            /* head end */
            /* home menu start */
            
            .list_item_home {
                width: 80%;
                margin: 0px auto;
                margin-top: 20px;
                font-weight: 500;
            }
            
            .list_item_home li {
                display: inline-block;
                margin-left: 10px;
            }
            
            .list_item_home a {
                color: #333;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 14px;
                cursor: pointer;
                transition: all 0.3s;
            }
            
            .list_item_home a:hover {
                color: #136D72;
                font-weight: 900;
            }
            
            .break_line_home {
                background: #136D72;
                height: 10px;
                margin: 0px;
                width: auto;
            }
            /* home menu end */
            /* Categories List start*/
            
            .Cate_h1 {
                margin-top: 15px;
            }
            
            .categories_list_item {
                background: #136E73;
                margin-top: 10px;
            }
            
            .categories_list_item li {
                list-style: none;
                margin: 0px;
            }
            
            .categories_list_item a {
                color: #ffffff;
                font-weight: bold;
                padding: 12px 8px;
                margin: 0px;
                display: block;
                text-decoration: none;
            }
            
            .categories_list_item hr {
                background: #ffffff;
                font-weight: bolder;
                height: 1px;
                padding: 0px;
                margin: 0px;
            }
            
            .categories_list_item ul {
                margin-left: 25px;
            }
            
            .categories_list_item ul li:before {
                content: "+";
                color: #fff;
                font-size: 15px;
                position: absolute;
                /* top: 50%; */
                transform: translate(-90%, 55%);
            }
            
            .browse_list_item {
                background: #146D73;
                margin-top: 20px;
            }
            
            .browse_list_item li {
                list-style: none;
                padding: 0px;
                margin: 0px;
            }
            
            .browse_list_item a {
                color: #ffffff;
                font-weight: bold;
                padding: 5px;
                display: block;
                text-decoration: none;
            }
            
            .browse_list_item p {
                color: #ffffff;
                font-weight: 200;
                padding: 0px;
                margin: 0px;
                text-align: center;
            }
            
            .browse_list_item hr {
                background: #ffffff;
                font-weight: bolder;
                height: 1px;
                padding: 0px;
                margin: 0px;
            }
            
            .browse_list_item img {
                width: 14%;
                margin-right: 18px;
                margin-top: 2px;
            }
            /* Categories List end*/
            /* Search Bar start */
            /* .bg_color {
    background: #E8E8E8;
} */
            
            .post_item {
                padding: 0px;
                margin: 0px;
            }
            
            .post_item h1 {
                font-size: 33px;
                margin-top: 24px;
            }
            
            .post_item button {
                color: #fff;
                background-color: #136E73;
                border-color: #136E73;
                font-weight: 600;
                margin-bottom: 6px;
            }
            
            .search_bar {
                border-radius: 4px;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
            }
            
            .search_bar select {
                width: 90px;
                height: 40px;
                border: 1px solid #ced4da;
            }
            
            .auc_type {
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
            }
            
            .search_icon {
                display: inline-block;
                width: 67%;
            }
            /* search bar end */
            /* Bid Post Search bar and post Start*/
            
            .search_bid {
                border: solid 1px #3737373b;
                margin-top: 10px;
                padding: 5px;
                box-shadow: 0px 0px 6px 2px #ececec;
            }
            
            .img_watch img {
                display: block;
                width: 100%;
                height: 100%;
                padding: 0px;
                margin: 0px;
                object-fit: none;
                object-position: center;
            }
            
            .para_bar a {
                font-size: 25px;
                color: #0D6D75;
                font-weight: 900;
                margin-left: 12px;
            }
            
            .para_bar p {
                color: #373737;
            }
            
            .para_bar button {
                background: #0D6D75;
                color: #ffffff;
                font-weight: 900;
            }
            
            .time_table {
                background-color: #0D6D75;
                width: 45px;
                height: 40px;
                color: white;
                text-align: center;
                line-height: 40px;
                float: left;
            }
            
            .sec,
            .hou,
            .min {
                line-height: 40px;
                margin-left: 53px;
                color: #181818;
            }
            /* Bid Post Search bar and post End*/
            /* pagination start */
            
            .page_navi {
                margin: 10px auto;
                display: block;
                max-width: 300px;
            }
            
            .page_navi li {
                display: inline-block;
                margin-left: 5px;
            }
            
            .page_navi a {
                background: #136D73 !important;
                color: #ffffff;
                border-radius: 50%;
                width: 40px;
                height: 40px;
                display: block;
                line-height: 40px;
                text-align: center;
            }
            /* pagination end */
            /* footer start */
            
            .footer_bg_color {
                background: #136D72;
            }
            
            .footer_h4 h4 {
                color: #ffffff;
                font-weight: 300;
                margin-top: 40px;
                font-size: 14px;
                text-align: left;
            }
            
            .footer_h4 .col-md-4 {
                text-align: center;
            }
            
            .footer_h4 a {
                color: white;
            }
            
            .footer_h4 i {
                font-size: 25px;
                padding: 5px;
                margin-top: 32px;
            }
            
            .footer_bg_color hr {
                color: white !important;
                font-size: 14px;
                font-weight: normal;
            }
            
            .footer_list a {
                text-decoration: none;
                color: #FFFFFF;
                font-weight: bolder;
            }
            
            .footer_list p {
                color: #fff;
                font-weight: normal;
                font-size: 15px;
                width: 80%;
            }
            
            .footer_list input[type="text"],
            .footer_list input[type="email"] {
                margin-bottom: 10px;
                width: 80%;
            }
            
            .footer_list {
                color: #cfff;
            }
            
            .footer_list input[type="submit"] {
                display: block;
                padding: 5px 10px;
                border: none;
                color: #126D71;
                outline: none;
                text-transform: capitalize;
            }
            
            .footer_list li {
                list-style: none;
                margin-bottom: 5px;
                font-size: 14px
            }
            
            .footer_list h4 {
                color: #FFFFFF;
                font-weight: 600;
                text-decoration: underline;
                font-size: 20px
            }
            
            .copy_right p {
                text-align: center;
                color: #FFFFFF;
                font-weight: 500;
                margin-top: 50px;
                font-size: 12px;
            }
            
            .product-info-div {
                font-size: 14px;
                padding: 0px;
                margin: 0px;
                display: inline-block;
            }
            /* footer end */
            
            .btn-site {
                background: #136D72;
                color: #ffffff;
                border-radius: 5px;
                font-weight: bold;
            }
            
            .icon-site {
                color: #0D6D75;
            }
            
            .text-site {
                color: #0D6D75;
            }
            
            .md-form label {
                color: #136D72 !important;
            }
            
            .md-form input {
                border-color: #0D6D75 !important;
            }
            
            .bg-site {
                background: #0D6D75;
                color: #fff;
            }
            
            .btn:hover {
                color: #ffffff !important;
            }
            
            .mobile-listing {
                display: none;
            }
            
            .pagination .page-item.active .page-link {
                background: #0D6D75;
            }
            
            .pagination {
                margin-top: 20px;
            }
            
            @media screen and (max-width: 1200px) {
                .mobile-listing {
                    display: block;
                }
                .post_item {
                    display: none;
                }
                #all_cats {
                    display: none;
                }
                .listing_items {
                    max-width: 100%;
                    flex: 1;
                }
                .mobile-listing .para_bar {
                    overflow: hidden;
                }
            }
            
            @media screen and (max-width: 991px) {
                .main_button a {
                    width: 46%;
                }
            }
            
            @media screen and (max-width: 375px) {
                .main_button a {
                    width: 41%;
                    padding: 10px;
                }
                
                
