@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');
body{
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}
p{
	color: #222;
}
/*===COMMON CSS===*/
button,
button:focus {
    outline: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}


li {
    display: inline-block;
    list-style: none;
}


a,
a:hover,
a:focus {
    color: #222;
    text-decoration: none;
    outline-offset: 0;
    outline:0;
    transition: 0.35s ease-in-out;
    text-align: left;
}

button,
button:focus {
    text-decoration: none;
    background: transparent;
    border: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
}

img {
    max-width: 100%;
    height: 100%;
}

.mrt-30 {
    margin-top: 30px;
}

.capitalize {
    text-transform: capitalize;
}

.allcaps {
    text-transform: uppercase;
}

p {
    margin: 0;
    padding: 0;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Maven Pro', sans-serif;
}

.tooltip-inner {
    min-width: 80px;
    padding: 10px 0;
    margin-right: 5px;
    border-radius: 0;
}
.anchor{
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.section-padding {
    padding: 40px 0;
}

.section-tpadding {
    padding-top: 60px;
}

.section-bpadding {
    padding-bottom: 60px;
}

.pb30 {
    padding-bottom: 30px
}

.pb20 {
    padding-bottom: 20px
}

.mb20 {
    margin-bottom: 20px;
    display: block;
}

.form-control.is-invalid {
    border: 1px solid #e74c3c !important;
}

.invalid-feedback {
    color: #e74c3c;
}

.form-control {
    border-radius: 0;
    border: 1px solid transparent;
    box-shadow: 0 0;
    transition: 0.35s ease-in-out;
}

.contact-form input {
    height: 40px !important;
}

.form-control:focus {
    border: 1px solid #D66B0D;
    box-shadow: 0 0;
    outline: 0;
}
.lg-hide{
    display:none;
}
/*==================================
    HEADER TOP CSS START
===================================*/
.header-top {
    background: #fff;
}

.header-top-right {
    text-align: left;
    padding: 34px 0;
    transition: 0.5s all;
}

.header-top-left ul {
    padding: 36px 12px;
    transition: 0.5s all;
    display: inline-block;
}
.live-chat li img {
    margin-top: 26px;
    height: 50px;
}
.header-top-left ul li {
	margin-right: 16px;
}
.header-top-left ul li a {
	color: #fff;
}
.header-top-right ul li {
    margin-left: 16px;
    position: relative;
}
.header-top-right a.anchor {
    color: #fff;
}
.header-top-right ul li .submenu {
    position: absolute;
    right: 0;
    text-align: left;
    background: #fff;
    width: 162px;
    overflow: hidden;
    z-index: 9;
    padding: 14px 9px;
    border-radius: 5px;
    top: 35px;
    opacity: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
}
.live-chat {
	text-align: right;
	display:none;
}
.header-top-right ul li:hover .submenu{
    top: 28px;
    transform: translateY(1);
    opacity: 1;
    visibility: visible;
}
.header-top-right ul li ul.submenu li{
    display: block;
}
.header-top-right ul li ul.submenu li a{
    display: inline-block;
    color:#888;
    font-weight: 500;
    padding: 4px 0;
}
.header-top-right ul li ul.submenu li a:hover{
    color:#D04551;
}
.header-post-ads {
	margin: 36px 0;
	text-align: right;
}
.postsection{
    display:none;
}
.home-page-modal {
	padding: 0 20px;
}
.all-ads a {
	background: #008A87;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 17px;
	font-weight: 600;
	margin: 0 4px;
	border-radius: 5px;
}
.post-ads a {
    background: #D66B0D;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 17px;
    font-weight: 600;
    border-radius: 5px;
}

.main-menu ul li a {
    color: #504e70;
    font-size: 16px;
    font-weight: 500;
}
.hcategory {
    color: #504e70 !important;
    cursor: pointer;
    padding: 37px 0;
}

.main-menu ul li a.active {
    color: #D66B0D;
}
.main-menu ul li a:hover {
    color: #D66B0D;
}
.header-top-right ul li a i {
	margin-right: 6px;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
}
.section-title {
	text-align: center;
	margin-bottom: 30px;
}
.section-title h2 {
	text-transform: capitalize;
	font-size: 20px;
	color: #222;
}
.section-title p {
	font-weight: 600;
	color: #444;
	text-transform: capitalize;
}
.publish-ad a {
    background: #013968;
    color: #fff !important;
    padding: 13px 22px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px !important;
    border-radius: 50px;
}
.account-title {
    background: #D66B0D;
    color: #fff !important;
    padding: 8px 12px;
    border-radius: 50px;
}
.cat-submenu {
    position: absolute;
    top: 58px;
    width: 250px;
    height: auto;
    left: -50%;
    background: #fff !important;
    padding: 10px;
    border-top: 2px solid #D66B0D;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease;
    z-index: 999 !important;
}
.default-theme .codehim-nav {
    left: -500px;
}
.cat-submenu li {
    width: 100%;
    float: left;
    text-align: left;
}
.cat-submenu li a {
    padding: 5px 0 !important;
    display: inline-block;
}
.main-menu ul li:hover .cat-submenu {
    visibility: visible;
    opacity: 1;
}
#myModal .modal-header {
	border-bottom: 0;
	padding: 0;
}
#myModal .modal-header .close {
	position: absolute;
	top: 0;
	right: 10px;
	background: linear-gradient(to left, #003967 0%, #028789 74%);
	opacity: 1;
	height: 50px;
	width: 50px;
	padding: 0;
	border-radius: 50%;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #003967;
	z-index:999;
}
.location-filter button {
	display: block;
	width: 100%;
	text-align: left;
}
#myModal .modal-content {
	background: rgba(255,255,255,0.9);
	border: 2px solid #003967;
}
#myModal .modal-body h3 {
	line-height: 1.7;
}
#myModal .modal-body input {
	display: block;
	width: 100%;
	height: 45px;
	border: 1px solid #999;
}
#myModal .modal-body p {
	text-align: left;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 8px;
}
#myModal .modal-body label {
	text-align: left;
	width: 100%;
	font-weight: 800;
	font-size: 16px;
	margin-top: 15px;
}
.header-top {
	border-bottom: 1px solid #ebebeb;
	background: #F8F9F9;
	padding: 8px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	top:0;
}
.mobile-margin-top {
	margin-top: 108px;
}
.header-top-left ul {
    text-align: left;
}
#myModal .modal-body form {
	text-align: left;
}
#myModal .modal-body button {
	background: linear-gradient(to left, #ef3636 0%, #000 74%);
	color: #fff;
	padding: 10px 31px;
	cursor: pointer;
}
#myModal .modal-body {
	padding: 15px 35px;
}
#myModal .modal-dialog {
	margin: 10.00rem auto;
}
/*==================================
   MAIN HEADER CSS START
===================================*/

.main-header {
    padding: 15px 0;
}
.main-logo {
	text-align: left;
	float: left;
	transition: 0.5s all;
	margin-right: 8px;
	margin-top: 14px;
}
.mobile-menu {
    display: none;
}
.main-logo img {
	margin-right: 8px;
}
.tgoogle-ads img{
    height: 90px;
}
.menu-content {
    padding: 18px 0;
}

.mobile-logo {
    display: none;
}
.main-menu ul li a {
    color: #504e70;
    font-size: 16px;
}
/*==================================
   BANNER CSS START
===================================*/
.home-banner-section {
    border-top: 1px solid #ddd;
}
.mobile-logo{
    display:none;
}
.mobile-banner{
    display:none;
}
.home-banner {
    height: 350px;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    background-attachment: fixed !important;
}
.home-search {
    background: #E7EDEE;
    padding: 30px 0;
}
.hsearch-box .list {
    width: 100% !important;
}
.banner-content {
    text-align: center;
    padding-top: 100px;
    width: 600px;
    margin: 0 auto;
}
.hsearch-box {
    background: #fff !important;
    padding: 30px 30px;
    border-radius: 5px;
}
.hsearch-box .nice-select {
    width: 100%;
    float: left;
    border-radius: 0;
}
.nice-select.search-select.open {
    border:1px solid #ddd;
}
.nice-select.open .list {
    height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin;
}
.search-keyword,.search-keyword:focus {
    width: 100%;
    height: 42px;
    padding: 0 14px;
    float: left;
    border: 1px solid #ddd;
    margin-top: 10px;
}
.search-submit {
    width: 100%;
    float: left;
    height: 42px;
    background: #D66B0D;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
}
.banner-content h3 {
    color: #fff;
}
.banner-content p {
    color: #fff;
    margin-bottom: 18px;
}
.hsearch-box .list .option {
    display: block;
}
.home-top-ads {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -8px;
}
/*==================================
   CATEGORY CSS START
===================================*/
.category-inner .modal-dialog{
    margin-top: 100px;
}
.category-inner .modal-dialog, .category-inner .modal-body {
    width: 600px !important;
}
.category-section {
    padding-top: 30px;
}
.single-category ul li p {
    text-align: center;
    margin-top: -4px;
}
.location-icon {
	height: 22px;
}
.price-tag {
	height: 23px;
	width: 23px;
}
.catad {
    text-align: right;
    margin-bottom: 15px;
    height: 400px;
}
.single-category ul li img {
	height: 45px;
	width: 45px;
	object-fit: contain;
}
.single-category {
    text-align: center;
    background: #E7EDEE;
    margin-bottom: 30px;
    border-radius: 5px;
}
.single-category ul {
    padding: 8px 10px;
}
.single-category ul li {
    display: block;
    text-align: center;
}
.single-category ul li i.icon {
    background: #28A691;
    color: #fff;
    height: 65px;
    line-height: 65px;
    width: 65px;
    border-radius: 50px;
    font-size: 30px;
    transition: 0.35s all;
}

.single-category:hover.single-category ul li i.icon {
    background: #D66B0D;
}
.single-category ul li a {
    text-transform: capitalize;
    font-weight: 600;
    color: #666;
    padding: 10px 0;
    display: inline-block;
}
.single-category ul li.plus i {
    color: #D66B0D;
    border: 1px solid #D66B0D;
    padding: 2px 5px;
    border-radius: 50px;
    font-weight: 500;
}
.single-category ul li.plus a{
    cursor: pointer;
}
.categorym .modal-header {
    background: #28A691;
}
.categorym .modal-header a{
    color: #fff;
    text-transform: capitalize;
}
.categorym .modal-header button {
    color: #fff;
    opacity: 1;
}
.categorym .modal-footer button {
    border: 1px solid #D66B0D;
    color: #fff;
    background: #D66B0D;
}
.categorym ul li {
    display: block;
    width: 50%;
    float: left;
    text-align: left;
}
.categorym ul li a:hover {
    color: #504e70 ;
}
.browse-all{
    text-align: center;
    margin-bottom: 30px;
}
.browse-all a {
    background: #D66B0D;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
}
.browse-all a:hover {
    border-radius: 5px;
}
/*==================================
   ADVERTISMENT CSS START
===================================*/
.advertisment {
    background: #F4F4F4;
    padding: 15px 0;
}
.ads-section {
    background: #F4F4F4;
    text-align: center;
    padding-top: 15px;
}
.single-ads {
    margin: 15px 0;
    border: 2px solid #ddd;
    border-radius: 5px;
}
.single-ads .ads-image {
    height: 200px;
    overflow: hidden;
    background: #fff;
}
.single-ads .ads-image img {
    width: 100%;
    transition: 0.50s all;
    object-fit: contain;
}

.ads-content {
    background: #fff;
    padding: 18px 12px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.ads-content ul li{
    width: 50%;
    float: left;
}
.similerad .single-ads {
    border: 1px solid #ddd;
    border-radius: 5px;
    border-radius: 0;
}
.ads-content .catandloc .cat {
    text-align: left;
}
.ads-content .catandloc a {
    text-transform: capitalize;
}
.single-ads:hover .ads-content .title a {
    color: #555;
}
.ads-content .catandloc .loc {
    text-align: right;
}
.ads-content .catandloc i {
    margin-right: 5px;
}
.ads-content .title a {
    font-size: 16px;
    color: #D66B0D;
    height: 55px;
    display: inline-block;
    text-transform: capitalize;
}
.ads-content ul.price-wishlist li.price {
    width: 65%;
    float: left;
    font-weight: 600;
    color: #C13154;
    margin-top: 6px;
}
.wishlist a.ads-content ul.price-wishlist li.price {
    width: 65%;
    float: left;
    font-weight: 600;
    color: #C13154;
    margin-top: 6px;
} 
.zadu{
    border: 1px solid #CB3F52;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 600;
}
.ads-content ul.price-wishlist li.wishlist {
    width: 35%;
    float: left;
    text-align: right;
    padding-right: 12px;
}
.advertisment .mads {
	margin: 15px 0;
	height: 400px;
}
.locationad-inner.home {
    background: #F4F4F4;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.subcategory ul li {
    display: block;
}
.locationad-inner button {
    color: #BC336B;
    font-weight: 600;
    margin-top: 10px;
}
.location-ads {
    height: 300px;
    width: 100%;
    overflow: hidden;
    transition: 0.5s all;
}
.new-height{
    height: auto;
    transition: 0.5s all;
}
.removeDiv{
    display: none;
}
#location-ads ul li {
    display: block;
    padding: 6px 0;
}
.subcategory ul li {
    padding: 6px 0;
}
#location-ads ul li:last-child {
    border-color:transparent;
}
#location-ads ul li a {
    color: #222;
}
#location-ads ul li a:hover {
    color: #222;
}
/*==================================
   POST YOUR ADD BUTTON CSS START
===================================*/
.all-ads-button {
    text-align: center;
    background: #008A87;
}
.all-ads-button a {
	color: #fff;
	font-weight: 600;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.post-ads-button {
    text-align: center;
    background: #D66B0D;
}
.post-ads-button a {
    color: #fff;
    padding: 15px 0px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.postsection {
    padding: 60px 0;
}
.icon-input-field .icon {
	width: 10%;
	float: left;
	margin-top: 0;
	text-align: center;
	border: 1px solid #ddd;
	height: 42px;
	line-height: 37px;
	border-right: transparent;
}
.icon-input-field .input-field {
	width: 90%;
	float: left;
}
/*==================================
   FOOTER CSS START
===================================*/
.footer {
    background: #2E3748;
    margin-top: 25px;
}
.single-footer-content {
    width: 18%;
    float: left;
    margin-right: 2%;
}
.single-footer-content ul li {
    display: block;
}
.single-footer-content ul li a {
    color: #fff;
    padding: 5px 0;
    display: block;
}
.single-footer-content .title {
    color: #fff !important;
    font-weight: 500;
    text-transform: capitalize;
}
.footer-top{
    padding: 30px 0px;
}
.payment img {
	margin-top: 10px;
	float: right;
}
.payment strong {
	margin-top: 30px;
    display: inline-block;
	border-right: 1px solid #222;
	padding: 0 12px;
}
.footer-about img {
	margin-bottom: 16px;
}
.footer-about a.flikepage {
    color: #504e70 ;
    font-weight: 600;
    font-size: 16px;
}
.flink .title {
    font-weight: 600;
    font-size: 16px;
    color: #504e70 ;
    margin-bottom: 20px;
}
.flink ul li {
    display: block;
    padding: 4px 0px;
}
.flink ul li a {
    color: #555;
    font-weight: 600;
}

.flink ul li a:hover {
    color: #CB3F52;
}
.footer-bottom{
border-top: 1px solid #ddd;
}
.footer-bottom {
    padding-bottom: 20px;
}
.copyright {
    padding-top: 30px;
    text-align: center;
}
.payment {
    text-align: right;
    width: 120px;
    float: right;
}
.payment img {
	margin-top: 10px;
}
.copyright p {
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
.scrolltop {
    display:none;
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:20px;
    right:10px; 
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 65px;
    background: rgba(203,63,82,0.3);
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    height: 45px;
    width: 50px;
    text-align: center;
}
.scroll:hover {
    background:rgba(203,63,82,1);      
}
.scroll i{
    color: #fff;
    font-size:25px;
    line-height: 45px;
}
/*==================================
   CATEGORY PAGE CSS START
===================================*/
.advertisment .container {
    background: #fff;
}
.custom-bread-inner {
    background: #E7E7E7;
    margin-bottom: 20px;
    padding: 25px 25px;
}
.custom-bread-left h5 {
    text-transform: capitalize;
    color: #666;
}
.custom-bread-right {
    text-align: right;
}
.custom-bread-right ul li a {
    color: #555;
    text-transform: capitalize;
}
.location-filter {
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 5px 12px;
}
.filter-and-search {
    margin-top: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.location-filter button {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
.location-filter button i {
    color: #D66B0D;
    font-size: 18px;
    margin-right: 4px;
}
.cat-search form {
    border: 1px solid #D66B0D;
    overflow: hidden;
    height: 40px;
    border-radius: 5px;
}
.cat-search form button {
    float: right;
    width: 15%;
    height: 40px;
    background: #D66B0D;
    color: #fff;
}
.cat-search form input {
    width: 85%;
    float: left;
    height: 40px;
    padding: 10px 15px;
}
.location-modal .nav-pills .nav-link.active {
    background: transparent !important;
    color: #777;
}
.location-modal .nav-pills .nav-link i {
    text-align: right;
}
.modal-dialog.modal-lg.location-modal .modal-content {
    height: 500px;
    overflow-y: scroll;
}
.collapse-area  {
    padding-left: 20px;
}
.collapse-area ul li a {
    color: #666;
}
.collapse-area .custom-tree {
    margin: 0 !important;
}
.all-area {
    margin-top: 15px;
    display: inline-block;
    color: #6161ff;
}
.tree-menu .closed > a, .tree-menu .opened > a {
    background-position: 8px 14px !important;
}
.tree-menu .closed > a, .tree-menu .opened > a {
    padding: 10px 35px !important;
    margin: 2px 0 !important;
}
.collapse-area .custom-tree {
    margin-top: 15px !important;
}
.collapse-area ul li ul li a {
    padding: 8px 35px;
}

.location-modal .nav-pills .nav-link {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    float: none;
    height: auto;
    padding: 0 0;
    line-height: 18px;
    margin-top: 18px;
}
.location-modal .nav-pills .nav-link span {
    width: 90%;
    float: left;
}
.location-modal .nav-pills .nav-link i {
    width: 10%;
    float: right;
}
.modal-second-menu li {
    display: block;
}
.modal-second-menu li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 17px 0;
}
 .category-mmenu a {
    line-height: 0 !important;
    padding: 10px !important;
    padding-bottom: 18px !important;
}
.category-mmenu .nav-link i {
    margin-top: -8px;
}
/*==================================
   LOGIN REGISTER PAGE CSS START
===================================*/
.breadcrumb-area {
    height: 200px;
    background-size: cover !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    /* background-attachment: fixed !important; */
}
.breadcrumb-area::after {
    background: rgba(1, 57, 104,.85);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}
.breadcrumb-content {
    text-align: center;
    padding-top: 66px;
}
.breadcrumb-content h3 {
    color: #fff;
}
.breadcrumb-content ul li a {
    color: #fff !important;
    font-size: 14px;
    margin: 0 2px;
}
.commonpanel {
    background: #F6F7FB;
}
.commonpanelform form {
    text-align: left;
    padding: 30px;
}
.commonpanelform {
    background: #fff;
    border-radius: 5px;
}
.forgate-pass a {
    font-weight: 600;
    color: #555;
}
.forgate-pass {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.haveaccount {
    padding: 35px 0;
    text-align: center;
}
.haveaccount a {
    background: #ddd;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 600;
    color: #555;
    border-radius: 5px;
    margin-top: 6px;
}
.commonpanelform form label {
    font-weight: 600;
    color:#222;
}
.customer-body .table-bordered thead td, .customer-body .table-bordered thead th {
    color: #222;
}
.ads-new {
    text-align: left;
}
.commonpanelform form span {
    color: #E91E63;
}
.customer-info .name p {
    text-align: center;
}
.commonpanelform .title {
    text-transform: capitalize;
    font-size: 18px;
    color: #555;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 18px 30px;
    font-weight: 600;
}
.adsmakepremium a {
    background: #4267B2;
    color: #fff;
    display: inline-block;
    margin-top: 7px;
    padding: 4px 11px;
    border-radius: 5px;
}
.commonpanelform form input, .commonpanelform form input:focus {
    border: 1px solid #ddd;
    outline: 0;
    box-shadow: 0 0;
}
.commonpanelform form button {
    background: #013968;
    width: 100%;
    color: #fff;
    padding: 10px 3px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s all;
    margin-top: 10px;
}
.nomembership {
    text-align: center;
    border: 1px solid #ddd;
    padding: 38px 16px;
    margin-bottom: 15px;
}
.nomembership h6 {
    margin-top: 15px;
    display: inline-block;
}
.ls-search {
    background: #fff;
    padding: 20px;
    margin-top: 15px;
    overflow: hidden;
}
.ls-cat-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
    text-align: left;
}
.ls-cat-title h4 {
    text-transform: capitalize;
    font-size: 18px;
    color: #666;
}
.cat-chechbox p {
    text-transform: capitalize;
    color: #555;
}
.category.adsection .single-advertisment .image {
    height: 200px;
}   
.ls-search .select2 {
    width: 70% !important;
    float: left;
}
.ls-search .select2-selection__arrow b {
    display: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    display: block;
}
.ls-search .select2 .select2-selection {
    height: 38px;
    border-radius: 0;
    border: 1px solid #ddd;
}
.select2-selection__rendered {
    line-height: 38px !important;
}
.ls-search .searchicon {
    width: 30%;
    float: left;
    text-align: center;
    background: #0F7AD5;
    color: #fff;
    height: 38px;
}
.ls-search i{
    line-height: 38px;
}

.cat-chechbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cat-chechbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #ddd;
}
/* On mouse-over, add a grey background color */

/* When the checkbox is checked, add a blue background */
.cat-chechbox input:checked ~ .checkmark {
  background-color: #D66B0D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cat-chechbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cat-chechbox .checkmark::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.category-checkbox {
    padding: 20px;
    background: #fff;
    margin: 25px 0;
}
.ls-cat-count {
    text-align: right;
}
.commonpanelform .ls-checkbox.auth {
    float: left;
}
.commonpanelform .forgatepassowre{
    text-align: right;
}
.commonpanelform .forgatepassowre a {
    display: inline-block;
    color: #D66B0D;
    text-transform: capitalize;
}

.newaccount p {
    margin: 4px 0;
    display: inline-block;
}
.newaccount p a {
    font-weight: 600;
}
.ls-checkbox.auth label a {
    color: #D66B0D;
}


/*==================================
   CATEGORY PAGE CSS START
===================================*/
.list-ad-image {
    height: 150px;
    width: 100%;
    padding: 5px;
}
.list-ad-image img {
    object-fit: contain;
    background: #ddd;
}
.list-product.big-ads {
    height: 230px;
}
.list-product.big-ads .list-ad-image {
    height: 230px;
}
/*.list-product.big-ads .list-ad-info {*/
/*    padding: 60px 0;*/
/*}*/
.membertag {
    width: 14px;
    margin-top: -4px;
    height: 15px;
}
.ad-filter {
    padding: 14px 12px;
    background: #fff;
}
.sort-form {
    display: block;
}
.nice-select .list, .nice-select .list .option {
    width: 100%;
    display: block;
}
.nice-select {
    width: 100%;
}
.sort-form p {
    display: block;
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
}
.ads-type ul li a {
    margin-left: 5px;
    padding: 4px 0;
    display: inline-block;
}
.ads-type ul li {
    display: block;
}
.sidebar .title {
    margin-bottom: 10px;
    margin-top: 10px;
}
.sidebar .sort-form .nice-select {
    margin-bottom: 20px;
}
.sidebar .title p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    font-weight: 600;
}
.ads-type p {
    display: block;
    color: #555;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}
.ads-breadcrumb ul {
    margin-bottom: 8px;
    display: block;
}
.ads-breadcrumb ul li a {
    font-weight: 600;
}
#sortTab 
{
    text-align: right;
    float: right;
    border-color: transparent;
}
.sort-form form{
    width: 100%;
}
.sort-form select {
    border: 1px solid #888;
    height: 38px;
    border-radius: 5px;
    width: 100%;
}
.grid-list {
    width: 30%;
    display: inline-block;
    margin-top: 8px;
}

.list-product {
    background: #fff;
    border-top: 1px solid #ddd;
    transition: 0.35s all;
}
.ads-type label {
    font-size: 14px;
}
.list-product:hover {
    box-shadow: 0px 0px 9px 1px #ece9e9;
    border-radius: 5px;
}
.list-anchor {
	padding: 35px 0;
	display: inline-block;
}
.list-ad-info p {
    margin-bottom: 5px;
}

.list-ad-info h5 a {
    font-size: 18px;
    color: #555;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}
.list-ad-info strong {
    color: #504e70;
    font-weight: 500;
}
.list-ad-info h5  a:hover{
    color: #555;
}
.list-ad-info a.wishlist {
    display: inline-block;
    color: #CB3F52;
    margin-top: 5px;
    border: 1px solid;
    font-weight: 600;
    margin-left: 5px;
    padding: 3px 11px;
    border-radius: 5px;
}
.view-details {
    text-align: center;
}
.view-details a {
    background: #CB3F52;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    margin-top: 110px;
    text-transform: capitalize;
    font-weight: 600;
}
.view-details a:hover{
    border-radius:  5px;
}
.custom-tree {
    margin-bottom: 15px;
}
.custom-tree ul li {
    display: block;
}

.sidebar {
    background: #fff;
    padding: 20px;
    border-right: 1px solid #ddd;
}
.sidebar .title {
    margin-bottom: 10px;
}
.cpaginate ul li a{
    border: 1px solid #504e70 ;
    padding: 4px 13px;
    border-radius: 5px;
}
.cpaginate ul li a:hover,.cpaginate ul li.active a{
    background: #CB3F52;
    border-color: #CB3F52;
    color: #fff;
}
.cpaginate ul li:last-child a{
    background: #888;
    border-color: #fff;
    color: #fff;
}
.cpaginate {
    margin-top: 15px;

}


/*==================================
   DETAILS PAGE CSS START
===================================*/
.commondesign {
    background: #E7EDEE;
    padding: 30px 0;
}
.advertisment-details {
    background: #fff;
    padding: 20px 20px;
}
.advertisment-details-header h5 {
    text-transform: capitalize;
}
.advertisment-details-header p a {
    font-weight: 600;
    color: #D66B0D;
}
.csidebar {
    background: #fff;
    padding-bottom: 30px;
}

.csidebar .mads {
    text-align: center;
    height: 600px;
    margin-bottom: 45px;
}
.csidebar .mads img {
    margin: 25px 0;
}
.dslider {
    margin-top: 20px;
}
.dslider {
    position: relative;
}
.advertisment-details-body {
    height: 325px !important;
    margin-bottom: 25px;
}
.product-basic ul {
	overflow: hidden;
}
.product-basic ul li {
    width: 50% !important;
    float: left !important;
    margin: 5px 0 !important;
}
.dslider-item {
    height: 315px;
    background: #ddd;
}
.share-btn {
	margin-top: 0;
	margin-bottom: 5px;
}
.share-btn p {
    margin-bottom: 6px;
}
 .share-btn.desktop{
        display: block;
    }
    .share-btn.mobile{
        display: none;
    }
    .mobile-chat-phon{
        display: none;
    }
.dslider-item img {
    object-fit: contain;
}
.dslider .owl-nav button.owl-prev {
    background: rgba(0,165,145,0.5);
    left: 0%;
    position: absolute;
    height: 65px !important;
    width: 50px !important;
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    border-radius: 0px 35px 35px 0;
}
.ads-description {
    margin-top: 18px;
}
.ads-feature {
    margin-top: 10px;
}
.dslider .owl-nav button.owl-prev:hover {
    background: #D66B0D;
}

.dslider .owl-nav button.owl-next {
    background: rgba(0,165,145,0.5);
    right:  0%;
    position: absolute;
    height: 65px !important;
    width: 50px !important;
    border-radius: 35px 0px 0px 35px;
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}

.dslider .owl-nav button.owl-next:hover {
    background: #D66B0D;
}

.dslider .owl-nav button i {
    font-size: 28px !important;
    color: #fff;
}
.dslider .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-10px);
}

.dslider button.owl-dot {
    background: rgba(0,165,145,0.3);
    border-radius: 50%;
    color: inherit;
    font: inherit;
    height: 14px;
    margin: 10px 2px;
    padding: 0 !important;
    width: 14px;
    display: inline-block;
    border: 1px solid #f7f7f7;
}

.dslider button.owl-dot.active {
    background: #1abba3;
}
.cphone a {
    background: #D04551;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    color: #fff !important;
    padding: 15px 22px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.cphone a::after {
    position: absolute;
    right: -37px;
    top: 0;
    height: 100%;
    content: "";
    width: 50px;
    border-top: 26px solid #D04551;
    border-bottom: 28px solid #D04551;
    border-right: 29px solid transparent;
    border-left: 29px solid #D04551;

}
.dprice h5 {
    padding: 8px 0;
    border-top: 1px solid #ddd;
    margin: 15px 0;
    border-bottom: 1px solid #ddd;
}
.advertisment-details-body .content ul li {
    display: block;
    padding: 5px 0;
}
.contact-topublisher {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 0 25px;
    margin-bottom: 20px;
}
.contact-topublisher h5 {
    font-weight: 600;
    color: #555;
}
.contact-topublisher strong {
    display: block;
    padding: 5px 2px;
}
.contact-topublisher form input,.contact-topublisher form input:focus {
    border: 1px solid #ddd;
}
.contact-topublisher form{
    margin-top: 15px;
}
.contact-topublisher textarea {
    padding: 4px 8px;
    border: 1px solid #ddd;
}
.contact-topublisher button {
    background: #D66B0D;
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
    padding: 6px 14px;
    border-radius: 5px;
}
.similerad {
    margin-top: 30px;
}
.similer-ad {
    background: #fff;
    padding: 30px;
}
.similer-ad .ads-content .title a {
    height: auto;
}
.common-snav .owl-nav {
    position: absolute;
    right: 10px;
    top: -60px;
}
.common-snav .owl-nav .owl-prev, .common-snav .owl-nav .owl-next {
    background: #D66B0D !important;
    width: 40px;
    height: 35px;
    color: #fff !important;
    border-radius: 5px;
    margin: 0 2px;
    transition: 0.35s all;
}
.common-snav .owl-nav i {
    font-size: 22px;
}
.common-snav .owl-nav .owl-prev:hover ,.common-snav .owl-nav .owl-next:hover{
    background: #CB3F52 !important;
}
.usefull-info h5 {
    background: #D66B0D;
    color: #fff;
    padding: 10px 18px;
}
.usefull-info p {
    padding: 8px 0;
    font-weight: 600;
    color: #666;
}
.customer-phone {
    border: 1px solid #ddd;
    margin-top: 20px;
}
.customer-phone li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 18px;
}
.customer-phone li:last-child {
    border-bottom: 0;
}
.customer-phone li i {
    color: #D66B0D;
    font-size: 20px;
    margin-right: 10px;
}
.customer-phone li a {
    font-weight: 600;
    color: #555;
}
.customer-phone li a span {
    font-weight: 400;
    font-size: 12px;
    display: block;
    margin-left: 26px;
    margin-top: 5px;
}
/*
==================================
   CUSTOMER PANEL PAGE CSS START
===================================*/

.cbmain-content .nice-select {
    width: 100%;
    border: 1px solid #ddd;
    line-height: 20px;
    height: 38px;
}
.cbmain-content form .list,.cbmain-content form .list .option {
    display: block !important;
    width: 100% !important;
}

.customer-body .alert-danger {
    margin: 15px 10px;
    margin-bottom: 0;
}
.ads-count {
    padding: 15px 15px;
}
.box-inner {
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}
.box-bg-1{
 background: #0500ae;
}
.box-bg-3 {
    background: #d92d2d;
}
.box-bg-2 {
    background: #26aa22;
}
.box-bg-4 {
    background: #6c15a8;
}
.box-inner p {
    color: #fff;
    font-size: 16px;
}
.box-inner i {
    font-size: 25px;
}
.ifverifybutton, .ifverifybutton:hover {
    background: #295498;
    padding: 5px 13px;
    color: #fff;
    margin-left: 8px;
}
.customer-sidebar{
    background:#fff;
    border:1px solid #ddd;
}
.customer-bg {
    background: #F6F7FB;
}
.customer-info .title {
    font-size: 18px;
    text-transform: capitalize;
    padding: 18px 12px;
    font-weight: 600;
    color: #555;
    border-bottom: 1px solid #ddd;

}
.customer-info .image {
    width: 90px;
    margin: 0 auto;
    padding-top: 20px;
    height:90px;
}
.customer-info .name {
    padding: 0 20px;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 20px;
}
.customer-info .name p {
    font-weight: 600;
    color: #555;
}
.customer-menu ul li {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: block;
}
.customer-menu ul li a {
    display: block;
    padding: 10px 20px;
    color:#555;
}
.customer-menu ul li.active a{
    background:#F9FAFF;
    color:#D66B0D;
    border-right: 2px solid #D66B0D;
}

.customer-menu ul li.active a i{
    color:#D66B0D;
}

.customer-menu ul li a i {
    color: #555;
    font-size: 18px;
    margin-right: 4px;
}
.customer-body {
    background: #fff;
    border: 1px solid #ddd;
}
.customer-body .title {
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
}
.customer-body .title p {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}
.customer-menu ul li a:hover,.customer-menu ul li a:hover i{
    color: #D66B0D;
}
.cbmain-content {
    padding: 30px;
}
.customer-edit-profile input,.customer-edit-profile input:focus {
    border-color: #ddd;
    height: 40px;
    border-radius: 5px;
    outline: 0;
}
.customer-edit-profile textarea,.customer-edit-profile textarea:focus {
    border-color: #ddd;
    border-radius: 5px;
    outline: 0;
}
.customer-edit-profile label {
    font-weight: 600;
    color: #555;
}
.customer-edit-profile .select2-container {
    width: 100% !important;
    height: 38px !important;
    line-height: 40px !important;
}
.customer-edit-profile .select2-selection--single{
    border: 1px solid #ddd;
    height: 38px !important;
}
.custom-file-label {
    margin-top: 31px;
}
.cbutton, .cbutton:focus {
    background: #D66B0D;
    color: #fff;
    padding: 13px 30px;
    text-transform: capitalize;
    border-radius: 5px;
    transition: 0.35s all;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.cbutton:hover{
    background: #CB3F52;
}
.smallImage {
    width: 50px;
    margin-top: 12px;
}
.needs-validation.customer-edit-profile label span {
    color: red;
}
.customer-info .image img {
    border-radius: 50px;
}
.ads-table .ads-new a {
    background: #D66B0D;
    color: #fff;
    padding: 6px 9px;
    margin-bottom: 26px;
    margin-top: -10px;
    display: inline-block;
    font-weight: 600;
}

.cbmain-content input ,.cbmain-content select,.cbmain-content textarea {
    margin-bottom: 30px;
    color: #222;
}
.cbmain-content form .btn-success:focus{
    background: #218838;
}
.edit-btn a {
    background: #D66B0D;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
}
.delete-btn a {
    background: #D04551;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
}
.cbmain-content textarea,.cbmain-content textarea:focus{
    border: 1px solid #ddd;
}
.smallimage {
    width: 70px;
    border-radius: 50%;
    height: 70px;
}
.action_btn {
    width: 150px;
}
.editimage{
    width: 150px;
}
.editimage {
    width: 30%;
    height: 50px;
    margin-right: 10px;
    margin-top: 20px;
}
.cbmain-content form input ,.cbmain-content form input:focus,.cbmain-content form select:focus {
    border: 1px solid #ddd;
}
.cbmain-content form select {
    border: 1px solid #ddd;
}
.common-content {
    padding: 30px;
}

/*=====contact page =======*/
.contact-area {
    background: #fff;
    padding: 30px;
}
.contact-form input, .contact-form textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.contact-form button {
    background: #013968;
    color: #fff;
    padding: 12px 22px;
    border-radius: 5px;
}

.premium {
	position: absolute;
	right: 17px;
	top: 0;
	background: #013968;
	color: #fff;
	padding: 2px 5px;
}
.reportsubbtn:focus {
    background: #007bff;
}

.report-btn button {
	text-align: center;
	display: inline-block;
	background: #008a87;
	float: right;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
}

.log-btn {
	text-align: center;
	padding: 20px;
}
.log-btn a {
	background: #004443;
	border: none;
}
.log-btn a:focus {
   background: #004443;
   color:#fff;
}

