/*theme.css*/
.product-description-text strike {
    float: left;
    padding-right: 20px;
    color: #242424;
    font-size:18px;
    font-family:'Quicksand', sans-serif;
    font-weight:400;
}
.product-description {
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #f5f5f5;
}
.product-description-icons {
    position:relative;
    overflow:hidden;
    margin-bottom:10px; 
}
.product-description-icons .on-product-custom-stars i {
    color:#cacaca;  
}
.product-description .product-category {
    font-size:12px;
    font-weight:400;
    color:#a9a9a9;
    line-height: 20px;  
}
.product-description .product-description-icons ul.on-product-custom-stars li {
    line-height:20px;
    float:left;
    margin-right:10px;
    color:#cacaca;  
}
.product-description .product-description-icons ul.on-product-custom-stars li:last-child {
    margin-right:0; 
}

.product-description .product-description-icons .on-product-custom-stars i.colored {
    color: #ffa903;
}
.product-description .product-description-heading {
    margin-bottom:10px;
}
.product-description .product-description-heading h3 {
    font-size: 16px;
    font-weight: 500;
    margin:0;
    line-height:1.4em;
}
.product-description .product-description-heading h3 a {
    color: #242424;
}
.product-description .product-description-heading h3 a:hover {
    color: #ffa903;
}
.product-description .product-description-text {
    position:relative;
    overflow:hidden;
    line-height: 24px;  
}
.product-description .product-description-text p {
    font-weight: 500;
    font-size: 24px;
    color: #ffa903;
    margin-bottom:0;
    float:left;
    margin-right:10px;
    line-height:24px;
    font-family:'Quicksand', sans-serif;
    
}
.shop-overlay-box .shop-icon {
    background-color:#f58936;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.shop-overlay-box .shop-icon a {
    color:#FFF;
    padding:5px 20px;
    display:block;
}
.shop-overlay-box .shop-icon a:hover {
    color:#FFF; 
}
.shop-overlay-box {
    position: absolute;
    opacity:0;
    bottom:0;
    width:100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-description-about:hover .shop-overlay-box {
    opacity:1;
}
.product-description-about .shop-box {
    position: relative;
    text-align:center;
}
.product-description-about .on-sale {
    position:absolute;
    top:0;  
}
.product-description-about .on-sale span {
    color: #FFF;
    font-size: 16px;
}
.product-description-about .on-sale::before {
    border-right: 10px solid #a31a20;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 100%;
    position: absolute;
    top: 0;
    width: 7px;
}
.product-description-about .on-sale {
    background-color: #cc2129;
    position: absolute;
    margin: -16px 0 0 14px;
    padding: 8px 20px;
    line-height:1.2em;
}
.description-icons-series {
    float: left;
}

.description-spacing .description-icons-series .star-rating {
    float: left;
    position: relative;
    height: 1.5em;
    line-height: 2em;
    overflow: hidden;

}
.description-number form.cart span.quantity
{
    width:100%; 
}
.description-number form.cart span.quantity div.quantity
{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.description-number form.cart span.quantity div.quantity input
{
    margin: 0;
}
.description-spacing .description-icons-series .woocommerce-review-link {
    color:#cacaca;
    text-transform:capitalize;  
}
.description-right-area .description-icons-series i {
    color: #ffb600;
}
.description-right-area .description-icons-series {
    margin-right: 16px;
}
.description-right-area .description-span-text {
}
.description-span-text p {
    font-size: 14px;
}
.description-prices {
    margin-bottom: 10px
}
.description-right-area .description-prices strike {
    font-size: 20px;
    padding-right: 15px;
}
.description-right-area .description-new-prices {
    font-size: 20px;
    color: #f58936;
    font-weight:600;
}
.description-right-area .description-overview {
    margin-bottom:30px;
}
.description-right-area .description-overview h3 {
    font-size: 16px;
    color: #242424;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-weight:500;
}
.description-right-area .description-overview p {
    color: #acacac;
    font-size: 16px;
    line-height: 30px;
}
.description-right-area .description-right-area-button .btn-primary {
    padding: 10px 26px;
    border-radius: 27px;
    background-color: #f58936;
    border-color: #f58936;
    text-transform: capitalize;
}
.description-right-area .description-right-area-button {
    margin-top: 20px;
}
.description-product {
    padding-top: 80px;
}
.description-right-area .description-number input {
    padding: 10px 0px 9px 43px;
    width: 20%;
}
.description-right-area .description-number {
    margin-top: 20px;
    margin-bottom: 20px;
}
.description-right-area .description-number ul {
    margin-bottom:20px;
    position:relative;
    overflow:hidden;    
}
.description-right-area .description-number ul li {
    width:50%;
    float:left; 
}

.description-right-area .description-number ul li label {
    margin:10px 0;  
}
.description-right-area .description-number ul li label a {
    font-size:20px;
    font-weight:600;
    display:block;  
}
.description-right-area .description-number ul li label .woocommerce-Price-amount {
    font-size:16px;
    color:#242424;  
}
.description-right-area .description-spacing {
    position:relative;
    overflow:hidden;
    margin-bottom:20px;
}
.description-right-area .description-number h2 {
    float: left;
    font-size: 16px;
    padding-right: 30px;
    padding-top: 10px;
}
.description-right-area .usefull-info1 {
    position:relative;
    overflow:hidden;
    margin-bottom:30px; 
}
.description-right-area .usefull-info1 li {
    padding-bottom:15px;
    border-bottom:none;
    color:#777;
}

.description-right-area .usefull-info1 li.availablity span {
    color:#242424;
    margin-left:10px;
	font-weight:600;
}
.description-right-area .usefull-info1 li.availablity span a {
    color:#242424 !important;
	font-weight:600;	
}
.description-right-area .point-of-action .btn  {
	padding: 20px 30px;
}
.tab-description .card {
    box-shadow: none;
    margin-bottom: 0;
}
.description-right-area .usefull-info1 li span {
    color:#858585;  
}
.tab-description .card .tab-content {
    padding: 20px;
    background-color:#F5f5f5;
}
.tab-description .card .tab-pane {
    padding: 0;
}
.tab-description .card .nav-tabs {
    border:none;
}
.tab-description .card .nav-tabs li.active {
    background-color:#F5f5f5;   
}
.tab-description .card .nav-tabs > li.active > a::after, .tab-description .card .nav-tabs > li:hover > a::after {
    transform:none;
    background:none;
}
.card .nav-tabs > li > a::after {
    background: #000 ;  
}
.tab-description .card .nav-tabs > li > a {
    color:#242424;
    font-size:16px;
    font-weight:500;    
}
.tab-description #reviews #comments ol.commentlist li img.avatar, .tab-description #reviews #comments ol.commentlist li img.avatar {
    border-radius: 50px;
}
.tab-description #reviews #comments ol.commentlist li .comment-text {
    border:none;
    background-color:#FFF;
    padding:20px;
    margin:0 0 0 80px !important;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.04);   
}
.tab-description  #reviews #comments ol.commentlist li .comment-text, .tab-description #reviews #comments ol.commentlist li .comment-text {
    position:relative   
}
.tab-description #reviews #comments ol.commentlist li .comment-text:before {
    position: absolute;
    content: '';
    top: 25px;
    left: -10px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 10px solid #FFF;
    z-index: 1; 
}
.tab-description #reviews #comments ol.commentlist li .comment-text p.meta strong {
    color:#242424;
    font-size:16px;
    font-weight:500;    
}
.tab-description #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size:14px; 
}
.tab-description #reviews #comments ol.commentlist li .comment-text p:last-child {
    margin-bottom:0;    
}
.tab-description #reviews .comment-reply-title {
    font-size:18px;
    font-weight:500;
    color:#242424;
}
.tab-description #reviews .select2-container {
    margin-bottom:20px; 
}
.tab-description #reviews label {
    color:#242424 !important;
    font-weight:600;    
}
.tab-description #respond input#submit:hover, .tab-description a.button:hover, .tab-description button.button:hover, .tab-description input.button:hover {
    color: #ffffff;
    background-color: #dc7b30;
    border-color: #f6944a;
}
.tab-description table.shop_attributes {
    margin-bottom:0;
    border:none;    
}

.ui-slider .ui-slider-range {
    background: none repeat scroll 0 0 #f58936; 
}
.price_slider_wrapper .ui-widget-content {
    background:#f5f5f5; 
}


.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #ffffff;
    background-color: #dc7b30;
    border-color: #f6944a;
}

.sidebar .widget .widget-content .input-group-addon {
    border-radius:0;    
}
.related-product .related-product-text {
    text-align: center;
    margin-bottom: 60px;
}
.related-product .related-product-text h3 {
    text-transform: capitalize;
    font-size: 24px;
    color: #242424;
}
.related-product .related-product-text h3::before {
    background-color: #242424;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 99px;
}
.related-product .related-product-text h3::after {
    background-color: #242424;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 59px;
}
.related-product .related-product-text .related-jobs {
    color: #f58936;
}
.related-product {
    padding-bottom: 65px;
}
.related-product-animate .shop-overlay-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    bottom: -245px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.description-main-product .description-box img {
    border-radius: 50px;
    width: 41%;
    margin: 0 auto;
}
.description-main-product .description-heading-product h2 {
    font-size: 18px;
    color: #232323;
}
.description-main-product {
    padding: 35px 8px 35px 8px;
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: 22px;
    position:relative;
}
.description-animated-section {
    background-color: #f0f0f0;
    padding: 65px 0px;
}
.paralell-box-description {
    display: table;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 10px;
}
.paralell-box-description .product-icon-description-icons {
    float: left;
    margin-right: 10px;
}
.paralell-box-description .description-short-text {
    float: left;
}
.description-main-product .product-icon-description-icons i {
    font-size: 12px;
}
.description-main-product .description-social-media-icons i
{
    margin-right:3px;
}
.description-main-product .description-social-media-icons .fa-facebook {
    background-color: #2b4a8b;
    color: #FFFFFF;
    border: 1px solid #2b4a8b;
    padding: 7px 10px 7px 12px;
    border-radius: 28px;
}
.description-main-product .description-social-media-icons .fa-twitter {
    color: #FFFFFF;
    background-color: #1f94d9;
    border: 1px solid #1f94d9;
    padding: 7px;
    border-radius: 28px;
}
.description-main-product .description-social-media-icons .fa-linkedin {
    background-color: #10598c;
    color: #FFFFFF;
    border: 1px solid #1f94d9;
    padding: 7px;
    border-radius: 28px;
}
.description-main-product .description-social-media-icons .fa-google {
    background-color: #d83936;
    color: #FFFFFF;
    border: 1px solid #d83936;
    padding: 7px;
    border-radius: 28px;
}
.description-main-product .product-icon-description-icons i {
    color: #ffa903;
}
.description-main-product .description-heading-product {
    margin-top: 5px;
    margin-bottom: 2px;
}
.shops-review-box .shops-review-image img {
    width: 100px;
    border-radius: 60px;
}
.shops-review-box .shops-review-image {
    float: left;
    margin-right: 20px;
}
.shops-review-box .shops-review-box-time span {
}
.shops-review-box .shops-review-box-icons {
    float: left;
    border-right: 1px solid;
    padding-right: 10px;
    line-height: 20px;
}
.shops-review-box .shops-review-box-time {
    padding-left: 10px;
    overflow: hidden;
    line-height: 20px;
}
.shops-review-box .shops-review-box-text {
    overflow: hidden;
    margin-top: 9px;
}
.shops-review-box .shops-review-box-icons i {
    color: #ffc000;
}
.shops-review-box {
    margin-bottom: 40px;
}
.seller-public-profile-items .seller-public-profile-icons {
	position: absolute;
	right: 3%;
	top: 10%;	
}
.seller-public-profile-items .seller-public-profile-image {
    float: left;
    margin-right: 20px;
}
.seller-public-profile .seller-public-product-link {
	display:inline-block;
	margin-right:10px;
}
.seller-public-profile-items .seller-public-profile-icons .fa-facebook {
    background-color: #2b4a8b;
    color: #FFFFFF;
    border: 1px solid #2b4a8b;
    padding: 4px 7px 4px 8px;
    border-radius: 28px;
    margin-bottom: 8px;
}
.seller-public-profile-items .seller-public-profile-icons .fa-twitter {
    color: #FFFFFF;
    background-color: #1f94d9;
    border: 1px solid #1f94d9;
    padding: 5px;
    border-radius: 28px;
    margin-bottom: 8px;
}
.seller-public-profile-items .seller-public-profile-icons .fa-linkedin {
    background-color: #10598c;
    color: #FFFFFF;
    border: 1px solid #1f94d9;
    padding: 5px;
    border-radius: 28px;
    margin-bottom: 8px;
}
.seller-public-profile-items .seller-public-profile-icons .fa-google {
    background-color: #d83936;
    color: #FFFFFF;
    border: 1px solid #d83936;
    padding: 4px;
    border-radius: 28px;
    margin-bottom: 8px;
}

.seller-public-profile-items .seller-public-profile-icons .fa-instagram {
    background-color: #fd1d1d;
    color: #FFFFFF;
    border: 1px solid #fd1d1d;
    padding: 4px;
    border-radius: 28px;
    margin-bottom: 8px;
}
.seller-public-profile .counter-seller {
	padding:20px;
	background-color:#FFF;
	position:realtive;
	overflow:hidden;
	border-radius: 4px;
	border-bottom: 1px solid #e1e1e1;
}
.counter-seller .seller-contact {
	position:relative;
	margin-top: 20px;
}
.counter-seller .seller-contact p{
	margin-bottom:0;
	display:inline-block;
}
.counter-seller .seller-contact p a {
	color:#242424;
}
.counter-seller .seller-contact p i {
	margin-right:10px;
}
.counter-seller .seller-contact span {
	float:right;
}
.counter-seller .seller-contact span i {
	color:#075E54;
	font-size:26px;
}
.seller-description {
	position:relative;
	overflow:hidden;
	background-color:#FFF;
	padding:30px;
	margin-top: 30px;
	border-radius: 4px;	
}
.seller-public-profile { padding-bottom: 65px; background-color: #f5f5f5; padding-top: 100px;}
.seller-public-profile-details { overflow: hidden;}
.seller-public-profile-details p { margin: 0; display:inline-block;}
.seller-public-profile-details h2 { font-size:20px; font-weight:600; margin-bottom:5px; width:fit-content}
.seller-public-profile-details h2 a { color: #242424; text-transform: capitalize;}
.seller-public-profile .seller-public-profile-buttons { margin-top: 10px;}
.seller-public-profile .seller-public-profile-buttons .my-btn { background-color: #8ac249; color: #FFFFFF; padding: 3px 6px; border-radius: 6px;}
.seller-public-profile .seller-public-profile-buttons .my-btn-updated { color: #FFFFFF; padding: 3px 6px; border-radius: 6px;}
.seller-public-profile .seller-public-profile-star-icons i { color: #ffa903; font-size: 12px;}
.seller-public-profile .seller-public-profile-star-icons { margin-top: 5px;}
.seller-public-profile .seller-public-profile-items { background-color: #FFFFFF; padding: 20px; position: relative;}
.seller-public-profile .seller-public-profile-image img { border-radius: 10px; width: 130px;}
.seller-public-profile .seller-public-profile-text-area { background: #3498db; text-align: center; padding: 10px 0px;}
.seller-public-profile .seller-public-profile-text-area-left-side { background: #1abc9c; text-align: center; padding: 5px 0px;}
.seller-public-profile .seller-public-profile-text-area-left-side h2 { color: #FFFFFF;}
.seller-public-profile .seller-public-profile-text-area-left-side .text-details { color: #FFFFFF;}
.seller-public-profile .seller-public-profile-text-area h2 { color: #FFFFFF;}
.seller-public-profile .seller-public-profile-text-area .text-details { color: #FFFFFF;}
.seller-public-profile .seller-profile-headings h3 { text-transform: capitalize;}
.seller-public-profile .seller-profile-headings { margin-top: 40px; margin-bottom: 35px;}
.seller-public-profile .sellers-button-group { margin-top: 5px; float: right;}
.seller-public-profile .sellers-button-group .btn-primary { border: none;}
.seller-public-profile .seller-public-profile-left-section { background-color: #FFFFFF; padding: 30px 20px; border-radius: 0 0 4px 4px; position:relative;  overflow: hidden;}
.seller-public-profile .seller-product-area-texts p { line-height:1.8}
.seller-public-profile .seller-product-area-texts { line-height:1.8}
.seller-public-profile .seller-description-area { background-color: #FFFFFF;}
.seller-description-reviews-heading .heading-panel { margin-bottom: 0px;}
.seller-public-profile .seller-description-area .heading-panel { margin-bottom: 0;}
.seller-public-profile .grid-card { box-shadow: none; padding: 30px 0; overflow: visible; padding-top:0;}
.seller-profile-contains { background-color: #FFFFFF; margin-top: 40px;  padding: 0;}
.seller-profile-contains { margin-top: 0;}
.seller-profile-contains .comment-info { background-color: #f5f5f5; border: 1px solid #f5f5f5; border-radius: 4px; position: relative; overflow: hidden; padding: 20px; }
.seller-profile-contains .comment-info p { margin:0;}
.seller-profile-contains .comment-info img { border-radius:4px;}
.seller-profile-contains .rating { float: left; margin-right: 10px; border-right: 1px solid #242424; padding-right: 10px;}
.seller-profile-contains .comment-info .author-title { margin-bottom: 5px;}
.author-title strong { display: block; margin-bottom: 10px;}
.listing-jobs-area { background-color: #FFFFFF;}
.listing-jobs-area .seller-public-profile { background-color: #FFFFFF;}
.public-link-provider .public-link-provider-1{ margin-bottom:20px;}
.description-product .flexslider { margin-bottom:20px; }
.description-product .flexslider .slide-thumbnail { margin-top:0; }
.seller-description h3.main-title {
	font-size:20px;
	font-weight:600;
	margin-bottom:30px;
	color:#242424;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .product-description-about .shop-box img {width: 100%;}
    .seller-public-profile .seller-public-profile-left-section {margin-top: 30px;}
    .seller-public-profile .seller-public-profile-text-area-left-side { margin-bottom: 26px; }
}
@media (min-width: 320px) and (max-width: 767px) {    
    .product-description .product-description-text p {font-size: 20px;}
    .product-description-text strike{font-size: 18px;}
    .tab-description .card .tab-content {padding:10px;   }
    .tab-description  .star-rating {width: 100%;display: block;}   
    .seller-public-profile section-padding .comment-info{padding:15px 15px 0;}
    listing-jobs-area {padding: 30px;}
    .seller-profile-contains {padding: 30px;}
    .seller-profile-contains .rating {padding-bottom: 6px;border-right: none;}
    .rating-container .rating-stars {padding-bottom: 7px;}
    .seller-public-profile .seller-public-profile-text-area-left-side {margin-bottom: 20px;}
    .seller-public-profile-items .seller-public-profile-image {float: none;margin-right: 0;}
    .seller-public-profile-details {overflow: hidden;margin-top: 30px;}
    .seller-public-profile .seller-public-profile-items {padding: 0 15px;}
    .seller-public-profile .seller-description-area {padding: 20px;}
    .seller-public-profile .seller-public-profile-left-section {margin-top: 30px;}
    .description-main-product .description-box img {border-radius: 61px;}
    .description-right-area {margin-top: 35px;}
    .description-right-area .description-text h2 {font-size: 18px;}
    .description-right-area .description-new-prices {font-size: 18px;}
    .description-right-area .description-number input {width: 50%;}
    .shops-review-box .shops-review-image {margin-right: 11px;}
    .shops-review-box .shops-review-image img {width: 66px;}
    .shops-review-box .shops-review-box-icons {border-right: none;}
    .product-description-about .shop-box img {width: 100%;}
    .related-product-animate .shop-overlay-box {bottom: -284px;}
}
.sidebar .widget ul.product_list_widget li::before, .sidebar .widget-content ul li::before{content:"" !important;  }
.description-heading-product h2 a{font-size: 18px; color: #232323; font-weight:500;}

@media (min-width:1200px){
    .clear-custom .col-md-1:nth-child(12n+1),.clear-custom .col-md-2:nth-child(6n+1),.clear-custom .col-md-3:nth-child(4n+1),.clear-custom .col-md-4:nth-child(3n+1),.clear-custom .col-md-6:nth-child(2n+1){clear: both;}
    .clear-custom .col-lg-1:nth-child(12n+1),.clear-custom .col-lg-2:nth-child(6n+1),.clear-custom .col-lg-3:nth-child(4n+1),.clear-custom .col-lg-4:nth-child(3n+1),.clear-custom .col-lg-6:nth-child(2n+1){clear: left;}
}
@media (min-width:992px) and (max-width:1199px){
    .clear-custom .col-md-1:nth-child(12n+1),.clear-custom .col-md-2:nth-child(6n+1),.clear-custom .col-md-3:nth-child(4n+1),.clear-custom .col-md-4:nth-child(3n+1),.clear-custom .col-md-6:nth-child(2n+1){clear: both;}
    .clear-custom .col-lg-1:nth-child(12n+1),.clear-custom .col-lg-2:nth-child(6n+1),.clear-custom .col-lg-3:nth-child(4n+1),.clear-custom .col-lg-4:nth-child(3n+1),.clear-custom .col-lg-6:nth-child(2n+1){clear: left;}
}
@media (min-width:768px) and (max-width:991px){
.clear-custom .col-md-1:nth-child(12n+1),.clear-custom .col-md-2:nth-child(6n+1),.clear-custom .col-md-3:nth-child(4n+1),.clear-custom .col-md-4:nth-child(3n+1),.clear-custom .col-md-6:nth-child(2n+1){clear: both;}
.clear-custom .col-lg-1:nth-child(12n+1),.clear-custom .col-lg-2:nth-child(6n+1),.clear-custom .col-lg-3:nth-child(4n+1),.clear-custom .col-lg-4:nth-child(3n+1),.clear-custom .col-lg-6:nth-child(2n+1){clear: left;}
}

@media (max-width:767px){.clear-custom .col-xs-1:nth-child(12n+1){clear:left;}.clear-custom .col-xs-2:nth-child(6n+1){clear:left;}.clear-custom .col-xs-3:nth-child(4n+1){clear:left;}.clear-custom .col-xs-4:nth-child(3n+1){clear:left;}.clear-custom .col-xs-6:nth-child(odd){clear:left;}}
.modal{z-index:999999 !important;}
.modal{z-index:999999 !important;}
.theme-input-colors .color-picker {  font-size: 0; }
.theme-input-colors .color-picker__item {  display: inline-block; }
.theme-input-colors .color-picker__item  {  margin-right: 10px; }
.theme-input-colors .color-picker__item:hover {  cursor: pointer; }
.theme-input-colors .color-picker__input {  display: none; }
.theme-input-colors .color-picker__input:checked + .color-picker__color:after {  content: "";}
.theme-input-colors .color-picker__input:disabled + .color-picker__color {  opacity: 0.5; }
.theme-input-colors .color-picker__input:disabled + .color-picker__color:hover {  cursor: not-allowed; }
.theme-input-colors .color-picker__color {  position: relative;  display: block;  width: 32px;  height: 32px; margin:0 !important; }
.theme-input-colors .color-picker__color.more{  position: relative;  display: block;  width: 25px;  height: 25px; }
.theme-input-colors .color-picker__color:hover {  cursor: pointer; }
.theme-input-colors .color-picker__color:after {pointer-events: none;  position: absolute;  top: -2px;  left: -2px;  width: calc(100% + 3px);height: calc(100% + 3px);  border-radius: 50%; border: 2px solid black;  content: none; } 
.theme-input-colors .color-picker__item{box-shadow: 0 0 7px 4px rgba(0,0,0,0.05); border-radius: 50%;  }
.theme-input-colors .color-picker__item label{margin-bottom: 0px; border-radius: 50%; }

.custom-date-min-max input{ background: #fff !important;}
.custom-date-min-max .btn-theme{line-height:27px !important;}
.custom-date-min-max div.form-group:first-child{position: relative; overflow: hidden;}
div.tagsinput{border-radius:4px; border: 1px solid #e1e1e1;}
.jqte{border-radius:4px !important; border: 1px solid #e1e1e1 !important;box-shadow:none !important; }

.custom-checkboxes, .custom-radioboxes 
{
    background-color: #fff;
    padding:15px;
    border-radius:5px;
    margin-bottom:20px;
    position:relative;
    overflow:hidden;
}
.custom-checkboxes ul li{ 
    width:25%;
    float:left;
}
.custom-radioboxes ul li{ 
    width:25%;
    float:left;
}

/*blog.css*/
@charset "utf-8";
.land-bootsrap-models .btn-primary {
    background: #fff;
    padding: 0;
    border: 1px solid #f58936;
    border-radius: 50%;
    color: #f58936;
    font-size: 20px;
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    -webkit-transition: .5s linear;
}
.land-bootsrap-models .btn-primary {
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
}
/*circle wave*/
@-webkit-keyframes ripple {0% {-webkit-box-shadow: 0 0 0 0 rgba(255, 196, 32, 0.2), 0 0 0 20px rgba(255, 196, 32, 0.2), 0 0 0 40px rgba(255, 196, 32, 0.2);box-shadow: 0 0 0 0 rgba(255, 196, 32, 0.2), 0 0 0 20px rgba(255, 196, 32, 0.2), 0 0 0 40px rgba(255, 196, 32, 0.2)}100% {-webkit-box-shadow: 0 0 0 20px rgba(255, 196, 32, 0.2), 0 0 0 40px rgba(255, 196, 32, 0.2), 0 0 0 60px rgba(255, 196, 32, 0.2);box-shadow: 0 0 0 20px rgba(255, 196, 32, 0.2), 0 0 0 40px rgba(255, 196, 32, 0.2), 0 0 0 60px rgba(255, 196, 32, 0.2))}}
@keyframes ripple {0% {-webkit-box-shadow: 0 0 0 0 rgba(255, 196, 32, 0.2), 0 0 0 20px rgba(255, 196, 32, 0.2), 0 0 0 40px rgba(255, 196, 32, 0.2);box-shadow: 0 0 0 0 rgba(255, 196, 32, 0.2), 0 0 0 20px rgba(255, 196, 32, 0.2), 0 0 0 40px rgba(255, 196, 32, 0.2)}100% {-webkit-box-shadow: 0 0 0 20px rgba(255, 196, 32, 0.2), 0 0 0 40px rgba(255, 196, 32, 0.2), 0 0 0 60px rgba(255, 196, 32, 0.2);box-shadow: 0 0 0 20px rgba(255, 196, 32, 0.2), 0 0 0 40px rgba(255, 196, 32, 0.2), 0 0 0 60px rgba(255, 196, 32, 0.2)}}
@-webkit-keyframes ripple-white {0% {-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1)}100% {-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0)}}
@keyframes ripple-white {0% {-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1)}100% {-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0)}}
.land-bootsrap-models .btn-primary i {
    font-size: 30px;
    text-align: center;
    padding-left: 10px;
    line-height: 77px;
}
.feature-description .new-feature-text {
    margin-left: 0;
    padding: 15px;
}
.land-apps-screenshot .center {
    margin-top: 0;
}
.land-mobile-image {
    display: none;
}
.land-apps-screenshot .app-shots-carousal.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.land-apps-screenshot .app-shots-carousal.owl-carousel .owl-item {
    opacity: .3;
    transform: none;
}
.land-apps-screenshot .app-shots-carousal.owl-carousel .owl-item.active {
    opacity: 1;
    position: relative;
}
.new-menu-list {
    position: relative;
}
.new-header-style .header {
    padding: 30px 0 2px 0;
}
/*new-hero-section Carousal*/
.new-hero-section .carousel-control.right {
    background-image: none;
}
.new-hero-section .carousel-control.left {
    background-image: none;
}
.hero-cars-details-section {
    position: relative;
}
.new-side-menu {}
.image-wrapped {
    position: relative;
}
.image-wrapped::before {content: "";top: 0;bottom: 0;left: 0;right: 0;position: absolute;background: rgba(0, 0, 0, 0.7);}
.image-wrapped img {
    width: 100%;
}
.carousal-text-section {
    position: absolute;
    bottom: 10px;
    left: -100px;
}
.hero-wrapped-section {
    position: relative;
    float: left;
}
.hero-image-section .carousel-indicators {
    display: none;
}
.cars-featured h2 {
    color: #f58936;
    font-weight: 600;
    font-size: 30px;
}
.cars-featured h2 span {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
}
.cars-featured h3 {
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 19px;
}
.hero-wrapped-section .type-r li {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
}
.hero-image-section .featured-ribbon {
    right: 0;
}
.design-hero-section {
    padding: 32px 0 0 0;
}
.right-bar .panel-body {
    padding: 8px 25px;
}
.advertisement-section {
    padding: 10px 0;
}
.new-all-categories .icons-categorie {
    float: left;
    padding-right: 20px;
    color: #FFFFFF;
}
.new-all-categories .icons-categorie i {
    font-size: 17px;
    line-height: 30px;
}
.new-all-categories .categories-text-section h2 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
}
.new-all-categories {
    background-color: #f58936;
    padding: 10px 20px;
}
categories-text-section {
    position: relative;
    overflow: hidden;
}
.other-categories {
    background-color: #f0f0f0;
    padding: 10px;
}
.other-categories h2 {
    font-size: 16px;
    color: #020202;
    text-align: center;
    font-weight: 500;
}
.new-side-menu .panel {
    border: none;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}
.new-side-menu .panel .category-grid-box .short-description {
    border: none;
}
.new-side-menu .panel .panel-body.recent-ads {
    border: none;
    padding: 0;
}
.new-side-menu .panel .panel-body.recent-ads .category-grid-box {
    border: none;
}
.sidebar .side-menu nav .nav > li a img {
    float: left;
    max-width: 20px;
    margin-right: 10px;
    margin-top: 5px
}
.feature-shops .new-feature-products-maker {
    position: absolute;
    left: 15px;
    bottom: 10px;
}
.new-advertisement-section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.advertised-text-section h2 {
    color: #f58936;
    font-size: 22px;
    font-weight: 500;
}
.advertised-text-section h2 span {
    color: #020202;
}
.advertised-text-section h2::before {
    background-color: #020202;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}
.advertised-text-section h2::after {
    background-color: #242424;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}
.advertised-text-section {
    margin-bottom: 40px;
    position: relative;
    margin-top: 20px;
}
.design-icons-section {
    width: 56px;
    margin: 0 auto;
    display: table;
}
.categories-box-section {
    position: relative;
}
.browse-new-text-section {
    text-align: center;
    margin-top: 5px;
}
.browse-new-text-section h5 {
    color: #020202;
    font-size: 18px;
    font-weight: 500;
}
.advertise-browse-icons-section .default-elements li {
    width: 20%;
    float: left;
    padding: 25px;
    background-color: #F9F9F9;
}
.advertise-browse-icons-section .default-elements li:nth-child(2n + 2) {
    background-color: #FFFFFF;
}
.advertise-browse-icons-section {
    position: relative;
    overflow: hidden;
}
.browse-categories-button .btn-theme {
    padding: 10px 40px;
    background: #f58936;
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    font-size: 15px;
}
.adverised-main-content-area {
    position: relative;
    overflow: hidden;
}
.browse-categories-button {
    position: absolute;
    top: 100px;
    right: 14px;
}
.latest-text-section h2 {
    color: #232323;
    font-weight: 600;
    font-size: 25px;
}
.latest-text-section h2 span {
    color: #f58936;
}
.latest-text-section h2::before {
    background-color: #020202;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}
.latest-text-section h2::after {
    background-color: #242424;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}
.latest-text-section {
    margin-top: 17px;
    margin-bottom: 35px;
}
.latest-categories .btn-theme {
    padding: 10px 40px;
    background: #f58936;
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    font-size: 15px;
}
.latest-categories {
    position: absolute;
    top: 0;
    right: 14px;
}
.latest-trending-ads {
    position: relative;
}
.ad-text-area h2 {
    color: #232323;
    font-weight: 500;
}
.ad-text-area h2 span {
    color: #f58936;
}
.right-bar .panel-title > a {
    padding: 15px 20px;
}
.ad-text-area h2::before {
    background-color: #020202;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}
.ad-text-area h2::after {
    background-color: #242424;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}
.ad-text-area {
    position: relative;
    margin-bottom: 35px;
}
.location-theme-section {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.location-new-text {
    float: left;
    position: relative;
    overflow: hidden;
    color: #020202;
    padding-left: 20px;
}
.location-new-images-section {
    position: relative;
    overflow: hidden;
    float: right;
    padding-right: 20px;
}
.location-main-section {
    position: relative;
    margin-bottom: 30px;
}
.location-main-section::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 60%, rgba(255, 255, 255, 1) 80%);
}
.location-new-text h5 {
    font-weight: 500;
    font-size: 20px;
}
.location-new-text span {
    color: #020202;
    font-weight: 500;
}
.location-new-categories .btn-theme {
    padding: 10px 40px;
    background: #f58936;
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    font-size: 15px;
}
.location-new-categories {
    position: absolute;
    right: 15px;
    top: 0;
}
.weekly-newsletter-section .btn-theme {
    width: 100%;
    padding: 15px 0;
    background-color: #f58936;
    border: none;
    border-radius: 0;
    font-size: 15px
}
.weekly-newsletter-section {
    background: #f9f9f9;
    padding: 45px 20px 25px;
    margin-bottom: 20px;
}
.news-letter-content-area h2 {
    font-size: 22px;
    color: #232323;
    font-weight: 500;
}
.news-letter-content-area {
    margin-bottom: 10px;
}
.new-letter-details {
    margin-bottom: 20px;
}
.new-letter-details {
    margin-bottom: 20px;
}
.new-letter-details p {
    color: #232323;
}
.weekly-newsletter-section .form-control {
    border: none;
}
.weekly-newsletter-section .form-group {
    margin-bottom: 25px;
}
.operating-system-section {
    margin-top: 25px;
    margin: 0 auto;
    display: table;
}
.android-version {
    margin-bottom: 20px;
}
.new-clients-section {
    border: 1px solid #CCCCCC;
    margin-top: 25px;
    padding: 20px;
    margin-bottom: 25px;
}
.adforest-banner {
    margin-bottom: 25px;
}
/*ad location section*/
.ad-footer {
    position: relative;
}
.new-our-services-section {
    margin-bottom: 15px;
}
.new-our-services-section h3 {
    color: #232323;
    font-weight: 500;
}
.footer-main-content .new-content-area-section li a {
    color: #232323;
    line-height: 35px;
}
.footer-main-content .new-content-area-section li a:hover {
    color: #f6944a;
}
.right-bar .bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: none;
    background: #fff;
    border: none;
    box-shadow: none;
}
.right-bar .bx-wrapper {
    margin-bottom: 0;
}
.bx-controls {
    position: absolute;
    top: -29px;
    right: 27px;
}
.bx-wrapper .bx-controls-direction a {
    transform: rotate(90deg);
    background: none;
}
.bx-wrapper .bx-controls-direction .bx-prev {
    left: 0;
}
.bx-wrapper .bx-controls-direction .bx-next {
    right: -32px;
    top: 10px !important;
}
.design-hero-section .right-bar .bx-wrapper {
    margin-bottom: 0;
}
.right-bar .panel-heading {
    background-color: #F9F9F9 !important;
}
.featured-new-description {
    margin-top: 25px;
}
/*ad-pets-setion*/
.new-sunmit-form .form-listing {
    margin: 0;
}
.ad-pets-section {
    padding: 170px 0 80px;
    position: relative;
    background-repeat: no-repeat;
}
.new-sunmit-form .button-blocks .btn-theme {
    background: #f58936;
    border: none;
}
.text-indent-fields {
    position: relative;
    margin-bottom: 20px;
}
.text-indent-fields h3 {
    color: #000000;
    font-weight: 500;
    font-size: 24px;
}
.new-sunmit-form {
    position: relative;
    box-shadow: 2px 3px 15px 0px #ccc;
    border-radius: 15px;
}
.pets-images-section {
    top: 118px;
    position: absolute;
    right: 0;
}
.ad-pets-section {
    position: relative;
    box-shadow: 2px 2px 7px 0px #ccc;
}
.ad-pets-section .form-join {
    background-color: #FFF;
    ;
}
/*ad-pets-setion*/
/*new-categories-explore-section*/
.explore-new-categories {
    text-align: center;
}
.explore-new-categories h2 {
    color: #232323;
    font-weight: 500;
}
.explore-new-categories h2 span {
    color: #f58936;
}
.explore-new-categories h2::before {
    background-color: #f58936;
    bottom: -13px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 99px;
}
.explore-new-categories h2::after {
    background-color: #f58936;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 59px;
}
.wpb-browse-categories .heading-panel {
    overflow: visible;
}
.wpb-browse-categories .category_gridz {
    overflow: visible;
}
.wpb-browse-categories .heading-panel h1 {
    margin-bottom: 40px;
}
/*browse categories*/
.browse-content-area {
    position: relative;
    padding: 5px 10px;
    background: #FFFFFF;
}
.new-product-section {
    background-color: #F9F9F9;
    padding: 60px 0 60px 0 !important;
    height: auto;
    background-position: center;
}
.new-product-section .heading-panel {
    margin-bottom: 50px;
    overflow: hidden;
}
.wpb-browse-categories .custom-padding {
    padding: 56px 0 50px 0;
}
.browse-select-categories {
    text-align: center;
    margin-top: 25px;
}
.browse-select-categories .btn-theme {
    background-color: #f58936;
    border: none;
    padding: 12px 28px;
}
.browse-select-categories .btn-theme {
    padding: 10px 40px;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    background-color: #f58936;
}
/*call to action section*/
.call-heading-section h4 {
    font-size: 32px;
    font-weight: 600;
    color: #232323;
    line-height: 42px;
}
.call-text-section p {
    color: #777;
    font-size: 18px;
}
.call-heading-section {
    margin-bottom: 15px;
}
.text-format {
    margin-bottom: 30px;
}
.call-post-categories {
    float: left;
    margin-right: 20px;
}
.call-post-categories .btn-primary {
    border: 1px solid #f58936;
    border-radius: 30px;
    padding: 10px 35px;
    font-size: 16px;
    box-shadow: 0px 4px 10px 1px #ccc;
    background-color: #f58936;
    color: #FFFFFF;
}
.call-read-categories .btn-primary {
    background-color: transparent;
    border: 1px solid #f58936;
    color: #232323 !important;
    border-radius: 30px;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 4px 10px 1px #ccc;
}
.call-read-categories .btn-primary:hover {
    background-color: #f58936;
    color: #FFFFFF;
}
.call-all-categories {
    position: relative;
    margin-top: 35px;
}
.call-to-action {
    padding: 60px 0;
}
.call-images-section {
    margin-top: 20px;
}
.call-post-categories .btn {
    border-radius: 30px;
    padding: 12px 28px;
}
.call-read-categories .btn {
    padding: 12px 34px;
    background-color: transparent;
    color: #232323;
    border-radius: 30px;
}
/*shop great products*/
.shop-products {
    background-color: #F9F9F9;
    text-align: center;
}
.shop-old-price {
    float: left;
    margin-right: 10px;
}
.shop-text-section {
    padding: 15px 20px;
    background-color: #FFF;
}
.shop-main-section {
    border: 1px solid #f7f7f7;
    box-shadow: 0px 2px 6px 0px #cccc;
    margin-bottom: 25px;
    position: relative;
}
.shop-categories h5 a {
    font-size: 18px;
    color: #232323;
    font-weight: 500;
}
.shop-lates-products a {
    font-size: 14px;
    color: #777;
}
.shop-new-price span {
    font-weight: 600;
    color: #232323;
    font-size: 18px;
}
.shop-lates-products p {
    margin: 0;
}
.shop-old-price strike {
    color: #232323;
    font-size: 14px;
}
.shop-new-price p {
    color: #232323;
    font-weight: 500;
}
.shops-cart a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: #f58936;
    color: #fff;
    border-radius: 20px;
    padding: 4px 10px;
    display: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.shop-main-section:hover .shops-cart a {
    display: block;
    color: #FFFFFF;
}
.shop-new-product-area {
    background: url("../images/4x.png");
    height: 60px;
    background-repeat: no-repeat;
    padding: 0 2px;
}
.shop-main-title-area span {
    color: #FFFFFF;
    transform: rotate(-45deg);
    display: inline-block;
    float: left;
    padding: 4px;
}
.shop-main-title-area {
    position: absolute;
    top: -4px;
    width: 100%;
    left: -4px;
}
.pets-new-section {
    position: absolute;
    right: -34px;
    top: -8px;
    z-index: 9;
}
.happy-new-client-area {
    position: relative;
}
.happy-new-client-area .happy-clients-area {
    padding: 50px 0;
}
.pets-footer-text-section {
    margin-top: 20px;
}
.pets-footer-text-section p {
    font-size: 16px;
}
.pets-footer-section {
    position: relative;
    padding: 60px 0 15px;
    background: #F9F9F9;
}
.pets-footer-main-section {
    padding: 0 30px;
}
.pets-new-categories {
    margin-bottom: 10px;
}
.pets-new-categories .footer-title {
    color: #232323;
    font-weight: 500;
    font-size: 22px;
    font-family: 'Quicksand', sans-serif;
    line-height: 1.6em;
}
.pets-all-categories .animals-top-categories li a {
    color: #777;
    font-size: 17px;
}
.pets-all-categories .animals-top-categories li {
    line-height: 38px;
}
.pets-other-categories {
    margin-top: 45px;
}
.submit-form-section {
    float: left;
}
.submit-form-section .form-group .form-control {
    border: none;
    width: 240px;
    height: 52px;
}
.submit-categories .btn-primary {
    padding: 15px 30px;
    border-radius: 0;
    background: #9e9e9e;
    border: none;
}
.pets-footer-text-section-1 {
    margin-bottom: 25px;
    margin-top: 15px;
}
.footer-deails-section {
    text-align: center;
    border-top: 1px solid #ddd;
}
.footer-deails-section p {
    margin-top: 20px;
    font-size: 16px;
}
.footer-content-area {
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.footer-deails-section span {
    color: #f58936;
}
.pets-latest-categories {
    position: absolute;
    bottom: 0;
    left: -100px;
    max-width: 360px;
}
/*techno-main-section*/
.tech-main-section {
    width: 100%;
    height: 700px;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    background-position: top;
}
.tech-post-ads {
    float: left;
    margin-right: 25px;
}
.tech-short-text p {
    color: #232323;
    font-size: 18px;
    font-style: italic;
}
.tech-mac-book h1 {
    font-size: 40px;
    font-weight: 500;
    color: #232323;
    line-height: 43px;
}
.tech-mac-book h1 span {
    color: #f15264;
    font-size: 70px;
    font-weight: 600;
}
.tech-mac-book h1 .color-scheme {
    font-size: 34px;
    color: #232323;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    margin-bottom: 20px;
}
.tech-description-area {
    margin-top: 7px;
    margin-bottom: 30px;
}
.tech-post-ads .btn-theme {
    border: none;
    border-radius: 30px;
    color: #FFFFFF;
    padding: 12px 25px;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
}
.tech-opinion .btn-theme {
    background-color: transparent;
    color: #232323;
    padding: 12px 25px;
    border-radius: 30px;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
}
.tech-opinion .btn-theme:hover {
    color: #FFF;
}
.tech-text-section {
    margin-top: 180px;
}
.tech-main-images-section {
    position: absolute;
    right: 0;
}
.tech-main-images-section img {
    max-width: 850px;
}
.tech-description-area p {
    color: #232323;
    font-size: 20px;
}
.tech-new-great-product {
    padding: 50px 0;
    position: relative;
}
.tech-prices-section {
    position: absolute;
    bottom: 5px;
    left: 15px;
}
.tech-prices-section p {
    color: #FFFFFF;
    font-size: 16px;
}
.tech-prices-section p span {
    color: #f15264;
    font-weight: 600;
    font-size: 20px;
}
.tech-latest-products {
    position: relative;
}
.tech-latest-products::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
}
.tech-main-great-product {
    box-shadow: 0px 1px 4px 1px #cccc;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}
.tech-main-products {
    padding: 15px 10px;
}
.tech-main-products h5 {
    color: #232323;
    text-shadow: 0px 0px 2px;
    font-size: 18px;
}
.tech-product-location {
    border-top: 1px solid #cccc;
}
.tech-content-area {
    padding: 10px 10px;
}
.tech-content-area p {
    margin: 0;
    font-size: 15px;
}
.tech-location-area {
    margin-right: 10px;
    color: #f15264;
}
.tech-icons-section {
    position: absolute;
    right: 20px;
    bottom: 15px;
    background-color: #fff;
    border-radius: 20px;
    padding: 4px 10px;
}
.tech-icons-section i {
    color: #777777;
}
.new-featured-ribbons .featured-ribbon {
    top: 0;
}
.tech-new-great-product .new-all-categories {
    background-color: #F15264;
}
.tech-main-title {
    margin-bottom: 40px;
}
.tech-main-title h3 {
    font-size: 24px;
    color: #232323;
    font-weight: 600;
}
.tech-main-title h3 span {
    color: #f15264;
}
.tech-main-title h3::before {
    background-color: #232323;
    bottom: -4px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}
.tech-main-title h3::after {
    background-color: #242424;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}
.tech-call-to-action {
    width: 100%;
    height: auto;
    position: relative;
    background-position: right;
    padding: 60px 0;
}
.tech-view-section h2 {
    font-size: 35px;
    color: #232323;
    font-weight: 600;
    line-height: 40px;
}
.tech-view-section h2 span {
    color: #f15264;
    font-size: 26px;
    font-weight: 500;
}
.tech-view-section {
    margin-bottom: 12px;
}
.tech-details-section p {
    color: #232323;
    line-height: 28px;
    margin-bottom: 15px;
}
.tech-search-button {
    margin-top: 22px;
    float: left;
    margin-right: 20px;
}
.tech-new-select-categories .btn-theme {
    padding: 11px 24px;
    border-radius: 30px;
    background-color: transparent;
    color: #232323;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
}
.tech-new-select-categories {
    margin-top: 24px;
}
.tech-search-button .btn-theme {
    border: none;
    border-radius: 30px;
    color: #FFFFFF;
    padding: 12px 28px;
    font-weight: 500;
}
.tech-action-latest-products {
    position: absolute;
    right: 70px;
    bottom: 0;
}
.tech-details-section {
    padding-right: 30px;
}
.tech-action-latest-products-1 {
    position: absolute;
    top: 50px;
    left: 80px;
}
.tech-action-latest-products-1 img {
    max-width: 450px;
}
.tech-st-text-section {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 70px 20px;
}
.tech-basics-icons i {
    color: #FFFFFF;
    font-size: 30px;
}
.tech-brand-section h5 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}
.tech-brand-section p {
    color: #FFFFFF;
}
.tech-latest-categories {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.tech-new-explore-categories {
    position: relative;
    padding: 60px 0 30px;
}
.tech-latest-primary-section {
    text-align: center;
    margin-bottom: 60px;
}
.tech-latest-primary-section h3 {
    color: #232323;
    font-size: 24px;
    font-weight: 600;
}
.tech-latest-primary-section h3 .explore-style {
    color: #f15264;
    font-size: 28px;
}
.tech-latest-primary-section h3::before {
    background-color: #000;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
    margin: 0 auto;
}
.tech-latest-primary-section h3::after {
    background-color: #000;
    bottom: -19px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
    margin: 0 auto;
}
.tech-categories-bg {
    height: 100px;
    background-repeat: no-repeat;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-position: top right;
}
.col-lg-3:nth-child(8n + 1) .tech-latest-categories .tech-categories-bg {background-image: url("../images/icons-bg/01.png");}
.col-lg-3:nth-child(8n + 2) .tech-latest-categories .tech-categories-bg {background-image: url("../images/icons-bg/02.png");}
.col-lg-3:nth-child(8n + 3) .tech-latest-categories .tech-categories-bg {background-image: url("../images/icons-bg/03.png");}
.col-lg-3:nth-child(8n + 4) .tech-latest-categories .tech-categories-bg {background-image: url("../images/icons-bg/04.png");}
.col-lg-3:nth-child(8n + 5) .tech-latest-categories .tech-categories-bg {background-image: url("../images/icons-bg/05.png");}
.col-lg-3:nth-child(8n + 6) .tech-latest-categories .tech-categories-bg {background-image: url("../images/icons-bg/06.png");}
.col-lg-3:nth-child(8n + 7) .tech-latest-categories .tech-categories-bg {background-image: url("../images/icons-bg/07.png");}
.col-lg-3:nth-child(8n + 8) .tech-latest-categories .tech-categories-bg {background-image: url("../images/icons-bg/08.png");}
.tech-new-arrivals-products {
    margin: 0 auto;
    display: table;
}
.tech-new-prices strike {
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
    color: #f15264;
}
.tech-products-details {
    text-align: center;
    margin-top: 5px;
}
.tech-great-products {
    position: relative;
    box-shadow: 0px 0px 10px 0px #cccc;
    margin-bottom: 30px;
    padding: 0px 0 30px;
}
.tech-products-categories h4 {
    color: #f15264;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.tech-products-details .tech-products-categories h4 a {
    font-size: 14px;
    color: #777;
}
.tech-products-details .tech-different-categories h3 a {
    color: #232323;
    font-weight: 500;
}
.tech-different-categories h3 {
    font-size: 18px;
    color: #232323;
}
.tech-new-prices p {
    font-size: 18px;
    font-weight: 600;
    color: #232323;
}
.tech-arrival-tech-categories {
    text-align: center;
    position: relative;
}
.tech-arrival-tech-categories .btn-theme {
    border-radius: 20px;
    padding: 10px 22px;
    border: none;
}
.tech-great-products:hover {
    background-color: #F9F9F9;
}
.our-client-section-3 {
    padding: 0 0 40px 0 !important;
}
.pets-footer-section-2 .pets-latest-categories {
    display: none;
}
.mat-gender-selection {
    margin-bottom: 15px;
}
.mat-gender-selection [type="radio"] + img {
    border: 1px solid #fff;
    border-radius: 40px;
}
.mat-gender-selection [type="radio"]:checked + img {
    outline: none;
    border: 3px solid #f58936;
}
.mat-gender-selection [type="radio"]:checked + img + span {
    color: #f58936;
}
.mat-gender-selection label {
    margin-right: 50px;
}
.mat-gender-selection span {
    color: #FFFFFF;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}
.mat-form-group .form-join .form-group label {
    color: #FFFFFF;
}
.mat-form-group .form-control {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFF;
}
.mat-hero-section .mat-form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFF;
}
.mat-form-group .form-control::placeholder {
    color: #FFFFFF;
}
.mat-form-group .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}
.mat-form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #232323;
}
.mat-form-group .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #232323;
}
.mat-form-group .form-join {
    background-color: rgba(255, 255, 255, 0.3);
}
.mat-form-group .form-join {
    padding: 30px;
}
.mat-select-categories {
    margin-top: 40px;
}
.mat-select-categories .btn {
    padding: 12px;
}
.mat-hero-section .form-join > h4 {
    color: #FFFFFF;
    font-size: 24px;
}
.mat-hero-section {
    background-image: url("../images/wedding.png");
    height: 900px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.mat-hero-section::before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}
.mat-new-post-ads {
    float: left;
    margin-right: 20px;
}
.mat-new-post-ads .btn-theme {
    border-radius: 30px;
    padding: 12px 30px;
}
.mat-hero-read-ads .btn-theme {
    border-radius: 30px;
    padding: 12px 36px;
    background-color: #FFFFFF;
    color: #232323;
}
.mat-hero-details-section {
    margin-top: 280px;
}
.mat-hero-new-section span {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
}
.mat-hero-text-section h1 {
    color: #fff;
    font-size: 56px;
    line-height: 64px;
    font-weight: 500;
}
.mat-hero-text-section h1 span {
    color: #f58936;
}
.mat-hero-text-section h1 .font-style {
    font-size: 52px;
    color: #FFFFFF;
}
.mat-hero-new-section {
    margin-bottom: 6px;
}
.mat-ad-details-section p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}
.mat-ad-details-section {
    margin-bottom: 25px;
}
.mat-new-post-ads .btn-primary {
    border-radius: 25px;
    padding: 14px 30px;
    border: none;
    background-color: #f58936;
}
.mat-hero-read-ads .btn-primary {
    border-radius: 25px;
    color: #232323 !important;
    padding: 14px 40px;
    border: none;
    background-color: #FFFFFF;
}
.mat-hero-text-section {
    margin-bottom: 8px;
}
.mat-main-section h3 {
    font-size: 28px;
    color: #232323;
    font-weight: 500;
}
.mat-new-image {
    position: relative;
    margin-top: 30px;
}
.mat-candidates-title-section {
    text-align: right;
}
.mat-main-section h3::before {
    background-color: #f58936;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}
.mat-main-section h3::after {
    background-color: #f58936;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}
.mat-main-section h3 span {
    color: #f58936;
}
.mat-main-section {
    margin-bottom: 60px;
}
.mat-candidate-name h5 {
    color: #232323;
    font-size: 22px;
    font-weight: 500;
}
.mat-new-candidates-categories p {
    color: #f58936;
}
.mat-candidates-full-details-m2 {
    margin-top: 14px;
}
.mat-candidates-full-details-m2 p {
    color: #232323;
}
.mat-success-stories {
    padding: 60px 0;
    background-color: #f9f9f9;
}
.mat-socials-icons i {
    color: #232323;
    margin-right: 20px;
}
.mat-socials-icons {
    margin-top: 14px;
}
.mat-socials-icons i:hover {
    color: #f58936;
}
.mat-success-stories .owl-theme .owl-dots .owl-dot {
    display: none;
}
.mat-success-stories .owl-nav {
    position: absolute;
    right: 0;
    top: -100px;
}
.mat-success-stories .owl-prev {
    color: #232323;
    font-size: 22px;
    background: #fff;
    border-radius: 1px;
}
.mat-success-stories .owl-theme .owl-controls .owl-nav div {
    color: #232323;
    font-size: 22px;
    background: #fff;
    border-radius: 1px;
}
.mat-new-ads-categories .tech-main-title {
    text-align: center;
}
.mat-new-ads-categories .tech-main-title h3::before {
    margin: auto;
}
.mat-new-ads-categories .tech-main-title h3::after {
    margin: auto;
}
.mat-new-ads-categories {
    padding: 60px 0;
}
.mat-liabraries {
    text-align: center;
    margin-top: 10px;
}
.mat-liabraries .btn-theme {
    padding: 10px 32px;
    color: #FFFFFF;
}
.mat-liabraries .btn-primary {
    padding: 10px 40px;
    border-radius: 1px;
    background: #f58936;
    border: none;
}
.mat-liabraries .btn-primary:hover {
    box-shadow: 0px 3px 5px 3px #CCCCCC;
}
.mat-call-to-action-2 {
    background: #F9F9F9;
}
.mat-action-text-area h3 {
    color: #232323;
    font-weight: 500;
    font-size: 30px;
}
.mat-action-text-area h4 {
    font-size: 30px;
    color: #232323;
    font-weight: 500;
}
.mat-action-text-area {
    margin-bottom: 5px;
}
.mat-candidates-details .btn-primary {
    border: none;
    padding: 12px 26px;
    border-radius: 25px;
    box-shadow: 0px 4px 6px 3px #cccc;
    background: #f58936;
}
.mat-candidates-details {
    margin-top: 25px;
}
.mat-candidates-details .btn-theme {
    padding: 12px 28px;
    border-radius: 30px;
}
.mat-top-content-area {
    margin-top: 20px;
}
.mat-act-main-section {
    margin-top: 60px;
}
.mat-wedding-section {
    padding: 35px 0;
}
.mat-shop-great-products {
    padding: 60px 0 0;
}
.mat-heading-panel {
    margin-bottom: 40px !important;
}
.mat-form-group {
    margin-top: 190px;
}
/*land-hero-section*/
.land-bootsrap-models {
    position: absolute;
    left: 50%;
    bottom: 15%;
}
.land-hero-section {
    background-image: url("../images/slider-5.png");
    height: auto;
    position: relative;
    background-position: top center;
    background-size: cover;
}
.land-hero-text-section {
    margin-top: 170px;
}
.land-hero-classified-ads {
    margin-bottom: 10px;
}
.land-hero-classified-ads span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-size: 24px;
}
.land-hero-operating-system h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    line-height: 60px
}
.land-hero-details-section {
    margin-top: 12px;
}
.land-hero-details-section p {
    color: #232323;
    font-size: 21px;
}
.land-hero-operating-system h1 span {
    color: #232323;
}
.land-hero-operating-system h1 .hero-color-combination {
    color: #232323;
    font-size: 46px;
}
.land-hero-mobiles-section {
    margin-top: 120px;
    float: right;
}
.land-hero-section .tech-main-post-area {
    margin-top: 30px;
}
.land-hero-section .tech-main-post-area a {
    box-shadow: none;
}
.land-hero-section .tech-main-post-area .tech-post-ads a {
    background-color: #000;
}
.land-hero-section .tech-main-post-area .tech-opinion a {
    background-color: #fff;
    border: none;
}
/*land-classified-apps*/
.land-classified-operating-system {
    margin-top: 30px;
}
.land-apps-android-text-area {
    position: relative;
    overflow: hidden;
}
.land-apps-android-text-area p {
    margin: 0;
    font-size: 15px;
    color: #232323;
    font-weight: 500;
    line-height: 20px;
}
.land-apps-style {
    font-weight: 500;
    color: #232323;
    font-size: 16px;
}
.land-android-logos {
    float: left;
    margin-top: 6px;
    position: relative;
    margin-right: 12px;
    overflow: hidden;
}
.land-classified-android-apps {
    border: 1px solid #cccc;
    padding: 5px 30px;
    box-shadow: 0px 5px 10px 1px #f6f6f6;
    border-radius: 50px;
}
.land-classified-apps {
    padding: 20px 0 60px;
}
.land-classified-heading h3 {
    color: #232323;
    font-size: 27px;
    font-weight: 500;
}
.land-classified-heading h3 span {
    color: #f58936;
}
.land-classified-heading {
    margin-bottom: 35px;
}
.land-classified-heading h3::before {
    background-color: #000;
    bottom: -11px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}
.land-classified-heading h3::after {
    background-color: #000;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}
.land-classified-details-section p {
    font-weight: 200;
    margin-bottom: 20px;
}
.land-classified-text-section .list-inline li i {
    margin-right: 10px;
    color: #f58936;
}
.land-classified-text-section .list-inline li {
    margin-right: 20px;
}
.land-classified-text-section .list-inline li span {
    color: #232323;
}
.land-classified-main-section {
    margin-top: 20px;
}
/*land-apps-screenshot*/
.land-shot-slider {
    position: relative;
}
.apps-shots-search-area {
    text-align: center;
}
.apps-shots-search-area i {
    position: absolute;
    bottom: 270px;
    display: none;
    left: 160px;
    color: #FFFFFF;
    font-size: 40px;
}
.land-shot-slider:hover .apps-shots-search-area i {
    display: block;
}
.land-apps-screenshot .owl-nav {
    display: none;
}
.land-apps-screenshot .owl-controls .owl-dots {
    display: none;
}
.land-apps-screenshot .owl-theme .owl-controls .owl-nav div {
    background-color: transparent;
}
.land-apps-screenshot .owl-prev i {
    position: absolute;
    left: -30px;
    top: 180px;
    color: #f58936;
    font-size: 50px;
}
.land-apps-screenshot .owl-next i {
    position: absolute;
    right: -30px;
    top: 177px;
    color: #f58936;
    font-size: 50px;
}
.land-apps-images {
    margin-top: 25px;
    margin-left: 4px;
}
.land-shot-text-section {
    text-align: center;
    margin-bottom: 45px;
}
.land-shots-heading {
    margin-bottom: 26px;
}
.land-shots-heading h3 {
    color: #232323;
    font-size: 22px;
    font-weight: 600;
}
.land-shots-heading h3 span {
    color: #f58936;
}
.land-shots-heading h3::before {
    margin: 0 auto;
    background-color: #f58936;
    bottom: -11px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 30px;
}
.land-shots-heading h3::after {
    background-color: #f58936;
    margin: 0 auto;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}
.land-shots-details-section p {
    font-weight: 300;
    color: #232323;
}
.land-apps-screenshot {
    background-image: url("../images/appscreen.png");
    padding: 60px 0 0;
    position: relative;
}
/*land-latest-featured*/
.land-latest-featured {
    padding: 60px 0;
}
.land-featured-box {
    background: #f9f9f9;
    padding: 20px 40px;
    margin-bottom: 25px;
    transition: 0.5s;
}
.land-featured-icons {
    margin: 0 auto;
    display: table;
    border: 1px solid #cccc;
    padding: 10px;
    border-radius: 30px;
}
.land-featured-text-section {
    text-align: center;
    margin-top: 10px;
}
.land-featured-text-section span {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 5px;
}
.land-featured-text-section p {
    color: #777;
    font-weight: 300;
}
.land-new-featured-ads {
    margin-bottom: 40px;
}
.land-featured-box:hover {
    box-shadow: 0px 3px 10px 0px #cccc;
    background: #FFFFFF;
    margin-top: -1px;
}
/*how it work 7 start*/
.how-it-work-7 .how-it-work-repeat {
    padding: 60px 0;
}
.land-fa-qs {
    position: relative;
}
.land-qs-heading-section {
    margin-bottom: 27px;
}
.land-qs-heading-section h3 {
    font-size: 28px;
    font-weight: 500;
    color: #232323;
}
.land-qs-heading-section h3 span {
    color: #f58936;
}
.land-qs-heading-section h3::before {
    background-color: #000;
    bottom: -11px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}
.land-qs-heading-section h3::after {
    background-color: #000;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}
.land-qs-text-section p {
    font-weight: 300;
    font-size: 16px;
}
.land-fa-qs .panel-title > a {
    background-color: #F9F9F9;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
.panel-group .panel .panel-collapse{
    position: relative;
    z-index: 5;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}
.panel-title {
    font-size: 16px;
}
.panel-title span {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.panel-title a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.more-less {
    float: right;
    color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
.land-qs-text-section {
    margin-bottom: 18px;
}
.land-body-panel {
    margin-bottom: 20px;
}
.land-fa-qs .more-less {
    color: #f58936;
}
.land-fa-qs-image {
    position: relative;
}
.land-fa-qs .panel-title > a {
    padding: 15px 20px;
}
.land-one-rating {
    text-align: center;
}
.land-new-text {
    text-align: center;
}
.land-item-profile {
    margin: 0 auto;
    display: table;
}
.land-one-h2 {
    text-align: center;
    margin-top: 8px;
}
.land-one-h2 h5 {
    color: #232323;
    font-size: 18px;
    font-weight: 600;
}
.land-new-text {
    margin-top: 2px;
}
.land-one-rating i {
    color: #f58936;
}
.land-new-text p {
    font-weight: 300;
    color: #232323;
    font-size: 17px;
    width: 70%;
    margin: 0 auto;
}
.land-one-items {
    padding: 60px 0;
    background: #F9F9F9;
}
.land-one-items .owl-nav {
    display: none;
}
.land-footer-icons-section {
    float: right;
}
.land-footer-copy-right p {
    font-size: 18px;
    font-weight: 300;
    color: #232323;
}
.land-footer-copy-right p span {
    color: #f58936;
    font-weight: 500;
}
.land-text-section {
    padding: 10px 0;
    background: #F6F6F6;
}
.land-footer-icons-section .land-footer-content-area li .fa-facebook {
    display: inline-block;
    height: 28px;
    padding: 7px;
    color: #FFFFFF;
    text-align: center;
    width: 28px;
    border-radius: 30px;
    background-color: #2b4a8b;
}
.land-footer-icons-section .land-footer-content-area li .fa-twitter {
    background-color: #1f94d9;
    display: inline-block;
    height: 28px;
    padding: 7px;
    color: #FFFFFF;
    text-align: center;
    width: 28px;
    border-radius: 30px;
}
.land-footer-icons-section .land-footer-content-area li .fa-linkedin {
    background-color: #10598c;
    display: inline-block;
    height: 28px;
    padding: 7px;
    color: #FFFFFF;
    text-align: center;
    width: 28px;
    border-radius: 30px;
}
.land-footer-icons-section .land-footer-content-area li .fa-google {
    background-color: #d83936;
    display: inline-block;
    height: 28px;
    padding: 7px;
    color: #FFFFFF;
    text-align: center;
    width: 28px;
    border-radius: 30px;
}
/*land-footer-section start*/
.how-it-work-7 .how-it-repeat-section {
    background-image: url("../images/gta.png");
    background-position: top;
}




/*---adforest-Elementor-customize--css--start---*/

.elementor .tech-main-images-section img{
	max-width: 850px;
}


.elementor .tech-action-latest-products-1 img {
    max-width: 450px;
}


/*---adforest-Elementor-customize--css--close---*/

@media (min-width: 1280px) and (max-width: 1599px) {
    .pets-latest-categories {position: absolute;bottom: 0;left: -100px;}
    .pets-new-section {position: absolute;right: -100px;top: 32px;z-index: 9;max-width: 300px; }
}
@media (min-width: 320px) and (max-width: 767px) {
    .land-shot-slider {position: relative;margin-left: 20px;}
    .land-bootsrap-models {position: absolute;left: 42%;bottom: 3%;}
    .land-classified-apps {padding: 0 0 60px;}
    .land-text-section {padding: 20px 0;}
    .land-one-items {padding: 40px 0;}
    .land-footer-copy-right p {font-size: 16px;}
    .land-footer-icons-section {float: none;}
    .land-one-h2 h5 {font-size: 20px;}
    .land-fa-qs .panel-title > a {padding: 10px 15px;}
    .land-latest-featured {padding: 60px 0 0;}
    .land-qs-text-section p {font-size: 15px;}
    .land-qs-heading-section h3 {font-size: 20px;}
    .land-classified-heading {margin-bottom: 30px;}
    .land-classified-heading h3 {font-size: 20px;}
    .land-hero-mobiles-section {float: right;margin-top: 15px;}
    .land-hero-details-section p {font-size: 16px;}
    .land-hero-operating-system h1 .hero-color-combination {font-size: 28px;}
    .land-hero-operating-system h1 {font-size: 34px;line-height: 43px;}
    .land-hero-classified-ads span {font-size: 18px;}
    .tech-post-ads .btn-theme {width: 100%;}
    .tech-opinion .btn-theme {width: 100%;}
    .mat-new-post-ads .btn-theme {width: 100%;}
    .mat-hero-read-ads .btn-theme {width: 100%;}
    .call-post-categories .btn { width: 100%; }
    .call-read-categories .btn { width: 100%; }
    .mat-gender-selection label { margin-right: 8px; }
    .mat-ad-details-section p { font-size: 18px }
    .mat-candidates-title-section { text-align: left; }
    .mat-hero-details-section { margin-top: 120px; }
    .mat-hero-section { padding: 60px 0; height: auto; }
    .mat-form-group { margin-top: 40px; }
    .mat-form-group .form-join { padding: 20px; }
    .shop-products img {  width: 100%; }
    .mat-hero-text-section h1 { font-size: 46px; line-height: 52px; }
    .mat-hero-text-section h1 .font-style { font-size: 36px }
    .mat-new-post-ads { float: none; margin-right: 0; margin-bottom: 20px; }
    .mat-new-post-ads .btn-primary { width: 100%; }
    .mat-hero-read-ads .btn-primary { width: 100%; }
    .mat-new-image { display: none; }
    .tech-new-explore-categories { padding: 0; }
    .tech-call-to-action { display: none;  }
    .tech-action-latest-products { display: none; }
    .tech-action-latest-products-1 { display: none; }
    .tech-latest-categories img { width: 100%; }
    .tech-latest-products img { width: 100%; }
    .tech-mac-book h1 span { font-size: 45px; }
    .tech-mac-book h1 { line-height: 40px; }
    .tech-description-area p { font-size: 16px; }
    .tech-post-ads .btn-primary { width: 100%; }
    .tech-post-ads { margin-bottom: 28px; }
    .tech-opinion .btn-primary { width: 100%; }
    .tech-main-section { height: 640px; }
    .tech-main-images-section { display: none; }
    .tech-post-ads { float: none; margin-right: 0; }
    .pets-new-section { display: none; }
    .footer-deails-section {padding: 0 10px;}
    .pets-other-categories {margin-top: 0;}
    .pets-footer-main-section {padding: 0;}
    .pets-latest-categories {position: relative;left: 0;bottom: 0; }
    .submit-form-section { float: none; }
    .submit-form-section .form-group .form-control { width: 100%; }
    .submit-categories .btn-primary {width: 100%; }
    .call-images-section { margin-top: 30px; }
    .call-read-categories .btn-primary { width: 100%; }
    .call-post-categories .btn-primary { width: 100%; }
    .call-post-categories { float: none; margin-right: 0px; margin-bottom: 20px; }
    .ad-pets-section .form-listing {margin-bottom: 0;}
    .ad-pets-section .form-join {padding: 30px 20px;}
    .ad-pets-section {height: auto;}
    .pets-images-section { margin-top: 30px; margin-right: 0; position: relative; top: 66px; display: none; }
    .browse-featured-images img { width: 100%; }
    .location-images img {  width: 100%; }
    .weekly-newsletter-section { margin-bottom: 20px }
    .operating-system-section { margin: 0 auto; display: table; }
    .thumbnails .select2-container--default .select2-selection--single, .search-2 .form-control, .search-2 .noUi-horizontal {margin-bottom: 0 !important; }
    .new-styles .btn-orange { margin-bottom: 25px; }
    .carousal-text-section { position: relative; bottom: 0; left: 0; }
    .sidebar {margin-top: 0 !important;}
    .cars-featured h3 {font-size: 15px;}
    .hero-wrapped-section {float: none;}
    .cars-featured h2 {font-size: 20px;}
    .new-clients-section {margin-bottom: 0;margin: 0 auto;display: table;margin-top: 20px;}
    .new-banner {margin-bottom: 20px;}
    .latest-categories {position: relative;top: 0;right: 14px;text-align: center;margin-bottom: 40px;}
    .location-new-categories {position: relative;right: 0;top: 0;text-align: center;margin-bottom: 20px;}
    .browse-categories-button {position: relative;top: 0;right: 0;text-align: center;}
    .advertise-browse-icons-section .default-elements li {width: 100%;}
}
@media (min-width: 768px) and (max-width: 1023px) {
    .land-hero-mobiles-section {display: none;}
    .land-hero-operating-system h1 .hero-color-combination {font-size: 36px;}
    .land-hero-text-section {margin-top: 120px;}
    .land-hero-section {height: 550px;}
    .land-hero-operating-system h1 {font-size: 55px;line-height: 50px;}
    .land-hero-details-section p {font-size: 16px;}
    .mat-act-main-section {margin-top: 35px;}
    .mat-gender-selection label {margin-right: 8px;}
    .mat-hero-section {height: auto;}
    .mat-form-group .form-join > h4 {font-size: 22px;}
    .mat-hero-text-section h1 .font-style {font-size: 35px;}
    .mat-hero-text-section h1 {font-size: 40px;line-height: 42px;}
    .mat-new-post-ads {margin-right: 10px;}
    .tech-main-section {height: 600px;}
    .tech-main-images-section {right: -65px;top: 150px;}
    .tech-main-images-section img {max-width: 550px;}
    .tech-opinion .btn-primary {padding: 10px 20px;}
    .tech-post-ads .btn-primary {padding: 10px 20px;}
    .tech-description-area p {font-size: 16px;}
    .tech-mac-book h1 .color-scheme {font-size: 30px;}
    .tech-mac-book h1 span {font-size: 50px;}
    .tech-action-latest-products-1 {top: 90px;right: 0;left: auto;}
    .tech-action-latest-products {display: none;}
    .tech-call-to-action {background-repeat: no-repeat;}
    .tech-latest-products img {width: 100%;}
    .tech-st-text-section {padding: 30px 20px;}
    .pets-images-section {position: relative;top: 20px;}
    .submit-categories .btn-primary {width: 100%;}
    .submit-form-section .form-group .form-control {width: 220px;}
    .pets-latest-categories {position: relative;margin: 0 auto;display: table;left: auto;bottom: 0;}
    .pets-footer-main-section {padding: 0;}
    .pets-new-section {display: none;}
    .browse-featured-images img {width: 100%;}
    .ad-pets-section .form-listing {margin-top: 135px;}
    .ad-pets-section {height: auto;box-shadow: none;}
    .weekly-newsletter-section {margin-bottom: 25px;}
    .latest-categories {right: 0;}
    .advertise-browse-icons-section .default-elements li {width: 100%;float: none;}
    .browse-categories-button {top: 60px;}
    .carousal-text-section {left: -60px;}
    .right-bar {margin-top: 0;}
    .sidebar {margin-top: 0 !important;}
    .new-all-categories .categories-text-section h2 {font-size: 16px;}
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .land-hero-operating-system h1 .hero-color-combination {font-size: 40px;}
    .land-hero-details-section p {font-size: 16px;}
    .land-hero-operating-system h1 {font-size: 40px;}
    .land-hero-operating-system h1 {font-size: 55px;line-height: 53px;}
    .land-hero-classified-ads span {font-size: 18px;}
    .mat-gender-selection label {margin-right: 20px;}
    .mat-new-image {display: none;}
    .mat-hero-section {height: auto;}
    .mat-hero-text-section h1 {font-size: 50px;}
    .mat-hero-text-section h1 .font-style {font-size: 45px;}
    .tech-description-area p {font-size: 16px;}
    .tech-mac-book h1 span {font-size: 50px;}
    .tech-mac-book h1 .color-scheme {font-size: 30px;}
    .tech-main-images-section {right: -40px;top: 100px;}
    .tech-main-images-section img {max-width: 700px;}
    .tech-action-latest-products {display: none;}
    .tech-action-latest-products-1 {right: 60px;top: 80px;left: auto;}
    .tech-st-text-section {padding: 50px 20px;}
    .tech-categories-bg {top: 0;}
    .pets-images-section {top: 370px;}
    .ad-pets-section {height: auto;}
    .pets-new-section {display: none;}
    .submit-categories .btn-primary {width: 100%;}
    .submit-form-section .form-group .form-control {width: 295px;}
    .pets-latest-categories {bottom: -75px;left: -125px;}
    .pets-footer-section {overflow: hidden;}
    .pets-footer-main-section {padding: 0;}
    .call-images-section {margin-top: 40px;}
    .ad-pets-section .form-listing {margin-top: 110px;margin-bottom: 50px;}
    .sidebar {margin-top: 0 !important;}
    .right-bar {margin-top: 0;}
    .advertise-browse-icons-section .default-elements li {width: 100%;padding: 25px;}
    .browse-icons-section img {width: 50px;}
    .browse-categories-button {top: 80px;}
}
@media (min-width: 1280px) and (max-width: 2800px) {
    .big-container .container { width: 1370px; }
}
.our-product-categories .btn-theme {
    padding: 10px 32px;
}
.our-product-categories {
    text-align: center;
    margin-bottom: 30px;
}
section.tech-new-great-product .sidebar .side-menu nav .nav > li > a::after {
    content: '';
}
.land-great-products .btn-theme {
    border-radius: 20px;
    padding: 10px 22px;
    border: none;
}
section.mat-hero-section form.form-join .mat-gender-selection input[type=radio] {
    opacity: 0;
}
.how-it-work-repeat .how-it-work-content {
    margin-bottom: 40px;
}
.rtl .new-all-categories .icons-categorie {
    float: right;
    padding-left: 20px;
    padding-right: 0;
}
.rtl .shop-new-product-area p {
    text-align: left;
}
.rtl .browse-categories-button {
    right: auto;
    left: 15px;
}
.rtl .latest-categories {
    right: auto;
    left: 15px;
}
.rtl .advertise-browse-icons-section .default-elements li {
    float: right;
}
.rtl .right-bar .recent-ads .recent-ads-list-image {
    padding-left: 10px;
}
.rtl .sidebar .side-menu nav .nav > li > a .icon {
    margin-right: 20px;
    margin-left: 20px;
}
.rtl .location-new-categories {
    right: auto;
    left: 15px;
}
.rtl .sidebar .side-menu nav .nav > li > .mega-menu-left {
    left: auto;
}
.rtl .header-top-left p {
    float: right;
}
.rtl .header-top-left p i {
    margin-left: 10px;
}
.rtl .feature-text {
    padding-right: 10px;
}
.rtl .mega-menu .drop-down li a::before {
    float: right;
}
.rtl .footer-top .widget.socail-icons ul li a {
    margin-left: 8px;
    margin-right: auto;
}
.rtl .submit-form-section {
    float: right;
}
.rtl .pets-latest-categories {
    position: absolute;
    bottom: 0;
    left: -130px;
}
.rtl .shop-old-price {
    float: right;
    margin-right: auto;
    margin-left: 10px;
}
.rtl .call-post-categories {
    float: right;
    margin-right: auto;
    margin-left: 20px;
}
.rtl .ad-pets-section .form-group label {
    font-weight: 500;
    font-size: 15px;
}
.rtl .new-sunmit-form .button-blocks .btn-theme {
    padding: 12px;
    border-radius: 1px;
}
.rtl .pets-main-section .form-group .form-control {
    height: 53px;
}
.rtl .tech-main-images-section {
    right: auto;
    left: 0;
}
.rtl .tech-post-ads {
    float: right;
    margin-right: auto;
    margin-left: 25px;
}
.rtl .shop-main-title-area span {
    float: left;
    font-size: 10px;
}
.rtl .shops-cart a {
    right: auto;
    left: 20px;
}
.rtl .mat-new-post-ads {
    float: right;
    margin-left: 20px;
    margin-right: auto;
}
.rtl .mat-success-stories .owl-nav {
    right: auto;
    left: 0;
}
.rtl .mat-gender-selection label {
    marginn-left: 20px;
    margin-right: auto;
    padding-left: 30px;
}
.rtl .land-hero-mobiles-section {
    float: left;
}
.rtl .land-classified-text-section .list-inline li i {
    margin-right: auto;
    margin-left: 10px;
}
.rtl .land-footer-icons-section {
    float: left;
}
.rtl .more-less {
    float: left;
}
.rtl .land-android-logos {
    float: right;
    margin-right: auto;
    margin-left: 10px;
}
.rtl .tech-details-section {
    padding-right: 0px !important;
}
@media (min-width: 1024px) and (max-width: 1366px) {
    .tech-action-latest-products-1 img {
        max-width: 350px;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .rtl .mat-gender-selection span {  margin-left: auto; margin-right: 10px; }
    .rtl .mat-gender-selection label {margin-right: auto;margin-left: 20px;}
    .rtl .tech-text-section {margin-top: 220px;}
    .rtl .tech-action-latest-products-1 {left: 0;right: auto;}
    .rtl .pets-latest-categories {display: none;}
    .rtl .main-menu .mega-menu .menu-links {margin-top: auto;margin-bottom: auto;}
    .rtl .advertise-browse-icons-section .default-elements li {width: 100%;}
    .rtl .ad-pets-section .form-listing {margin-top: 160px;}
}
@media (min-width: 320px) and (max-width: 767px) {
    .rtl .land-footer-icons-section {float: right;}
    .rtl .mat-gender-selection label {margin-left: 5px !important;}
    .rtl .mat-gender-selection label {margin-right: auto;margin-left: 20px;}
    .rtl .mat-new-post-ads {float: none;margin-left: 0;}
    .rtl .tech-post-ads {float: none;margin-right: 0;margin-left: 0;}
    .rtl .call-post-categories {margin-right: 0;margin-left: 0;}
    .rtl .header-top-left p + p {margin-left: 0;}
    .rtl .header-top-left p i {margin-right: 10px;margin-left: 10px;}
    .rtl .pets-latest-categories {position: relative;left: 0;bottom: 0;}
    .rtl .call-post-categories .btn-primary {width: 100%;}
    .rtl .call-post-categories {float: none;}
}
@media (min-width: 768px) and (max-width: 1023px) {
    .rtl .mat-new-post-ads { margin-left: 10px;}
    .rtl .tech-main-images-section img { max-width: 600px;}
    .rtl .tech-main-images-section { top: 100px; right: auto; left: -120px; }
    .rtl .tech-action-latest-products-1 { right: auto; left: 0; }
    .rtl .pets-latest-categories { display: none; }
}
/** post-ad.css*/
@charset "utf-8";
    /* CSS Document */
.adf-post-ad .submit-form .row {
    margin-top: 0;
    margin-bottom: 0;
}
.adf-post-ad #dynamic-fields .row {
    margin-top: 15px;
}
.adf-menu .mega-menu.menu-2 {
    position: relative;
    top: 0;
}
.adf-information-box .form-group {
    position: relative;
}
.adf-categories .form-group {
    margin-bottom: 15px;
    position: relative;
}
.adf-search-bar {
    margin-bottom: 15px;
}
.adf-information-text {
    margin-bottom: 20px;
}
.adf-information-text h4 {
    font-size: 20px;
    color: #242424;
    font-weight: 500;
}
.adf-st-information-box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.adf-post-ad .adf-st-information-box label {
    font-size: 16px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 10px;
    font-family: "Quicksand",sans-serif;
}
.adf-post-ad {
    background: #fbfbfb;
    padding-top: 50px;
}
.adf-categories {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.adf-categories .adf-information-box-1 {
    margin-bottom: 20px;
}
.adf-categories .adf-information-box-2 {
    margin-bottom: 20px;
}
.adf-categories .adf-information-text {
    margin-bottom: 20px;
}
.adf-information-box-2 input {
    height: 50px;
    width: 100%;
    padding: 0 10px;
}
.adf-submit-form .btn-theme {
    width: 100%;
    padding: 12px 0;
}
.adf-content span {
    margin-left: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #232323;
    vertical-align: middle;
    font-family: 'Quicksand', sans-serif;
}
.adf-content p {
    margin: 0;
    font-size: 16px;
}
.adf-content {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
    position: relative;
    margin-bottom: 30px;
}
.adf-content .remning-ads {
    position: absolute;
    margin: 0;
    top: 20%;
    right: 45%;
    font-size: 14px;
}
@media (max-width: 575.98px) {
    .adf-content .remning-ads {
    display: none;
}
 .adf-content p {
    font-size: 14px;
}
}
/** style6.css*/
.sale-div {
    position: relative;
}
.sale-div img {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 2;
    right: 0px;
}
.sale-div .sale-text {
    position: absolute;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    z-index: 3;
    right: 6px;
    top: 22px;
    font-weight: bold;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.sb-modern-sale {
    position: relative;
}
.sb-modern-sale img {
    width: 108px;
    height: 45px;
    position: absolute;
    z-index: 2;
    right: 0px;
}
.sb-modern-sale .sale-text {
    position: absolute;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    z-index: 3;
    right: 27px;
    top: 4px;
    font-weight: bold;
}
.sb-price-wrap {
    height: 140px !important;
}
.sb-price-wrap .sale-value {
    display: block;
    font-size: 20px;
}
.sale-value del {
    font-size: 24px;
    display: block;
}
.style-3 .sale-value del {
    font-size: 24px;
    display: block;
    margin-top: 15px;
    line-height: 30px;
}
.pricing-item .sale-value del {
    font-size: 25px !important;
    display: block !important;
    margin-top: 30px !important;
    line-height: 30px !important;
}
/*sale price for product fancy page close*/
.des-bar ul li {
    float: left;
    margin-right: 35px;
    font-size: 14px;
}
.ad-pric-detail .list-style {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.ad-des-details ol {
    margin-top: 10px;
    counter-reset: item;
    padding-left: 0;
}
.ad-des-details ol li::before {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 50%;
    color: #232323;
    content: counter(item,decimal) "";
    counter-increment: item;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    opacity: .7;
    text-align: center;
    width: 25px;
    margin-right: 10px;
}
.ad-des-details ol li, .ad-des-details ul {
    list-style: none;
    line-height: 40px;
    font-size: 15px;
}
.ad-des-details ul {
    list-style-type: disc;
    padding-left: 20px;
}
.btn-bid-2 {
    height: 52px;
}
.btn-bid-2.btn-theme {
    padding: 10px 30px;
}
.des-bar ul li: last-child {
    margin-right: 0;
}
.des-bar ul li a {
    color: #999;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
.des-bar ul li i {
    font-size: 14px;
    margin-right: 8px;
    color: #999;
}
.des-bar {
    background-color: #fff;
    padding: 15px 22px;
    overflow: hidden;
}
/*des-bar*/
/*des-hero-section*/
.des-hero {
    background: url("../images/var.png");
    height: auto;
    padding-top: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.des-hero::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(140, 124, 124, 0.5), #242424);
}
.des-hero-main-content {
    position: relative;
}
.des-hero .des-hero-details ul li {
    float: left;
}
.des-hero .des-hero-details ul li:first-child a {
    padding-left: 0;
}
.des-hero .des-hero-details ul li a {
    color: #777;
    font-size: 15px;
    font-weight: 500;
    line-height: 12px;
    padding: 0 15px;
    border-right: 2px solid #f5f5f5;
    display: inline-block;
}
.des-hero .des-hero-details ul li: last-child a {
    border: none;
}
.des-price ul li {
    float: left;
    margin-right: 10px;
}
.des-price {
    position: absolute;
    right: 6px;
    bottom: 14px;
}
.des-price ul li span {
    font-size: 24px;
    font-weight: 600;
}
.des-price ul li .badge {
    background-color: #6bc047;
    color: #fff;
    border-radius: 3px;
    margin: 0;
}
.des-hero .des-hero-details ul li a {
    color: #fff;
    font-size: 15px;
}
.des-hero-details {
    position: relative;
    overflow: hidden;
}
.des-featured ul li {
    float: left;
    margin-right: 10px;
}
.des-featured ul li span {
    background-color: #e22c28;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 13px;
    margin-top: 12px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
.des-hero .des-featured {
    overflow: hidden;
    position: relative;
    width: 75%;
}
.des-hero .des-featured ul li h1 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}
.des-hero-adres p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
.des-hero-adres p i {
    font-size: 13px;
    margin-right: 10px;
}
.des-hero-adres {
    margin-top: 6px;
}
.des-hero-main-content .btn-style {
    position: absolute;
    right: 0;
    bottom: -5px;
    text-transform: capitalize;
    padding: 12px 30px;
}
.des-hero-main-content .btn-style i {
    font-size: 22px;
    margin-right: 5px;
    line-height: 15px;
    vertical-align: middle;
}
.des-us-details {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    padding: 15px 0;
}
.des-us-details ul li {
    float: left;
    margin-right: 30px;
    font-size: 13px;
    font-weight: 600;
}
.des-us-details ul li span {
    color: #fff;
    margin-left: 0px;
}
/*des-hero-section*/
/*des-gallery-section*/
.ad-detils ul li span {
    float: inherit;
    font-weight: 500;
    font-size: 14px;
    color: #242424;
    word-wrap: anywhere;
}
.ad-detils ul li {
    border-bottom: 1px solid #f5f5f5;
    padding: 7px 0;
    color: #777;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}
.ad-style-6 .slider-style .lSSlideOuter li {
    position: relative;
}
.ad-gallery.ad-style-6 {
    background-color: #f9f9f9;
    padding-bottom: 90px;
}
.ad-gallery .style-6-slider-area {
    background-color: #FFF;
    padding: 25px 10px;
    position: relative;
    overflow: hidden;
}
.ad-sidebar-profile img {
    border-radius: 50px;
    float: left;
    margin-right: 10px;
    width: 70px;
    height: 70px;
}
.ad-sidebar-profile .ad-prof-raing i {
    font-size: 12px;
    color: #f58936;
}
.ad-sidebar-profile .ad-prof-raing {
    position: relative;
    overflow: hidden;
}
.ad-sidebar-profile .ad-prof-raing a p {
    color: #242424;
}
.ad-sidebar-profile .ad-prof-raing a p.label {
    color: #FFF;
    font-weight: 500;
    font-size: 13px;
    margin-left: 3px;
}
.ad-prof-raing img {
    position: absolute;
    right: 22%;
    bottom: 35%;
}
.ad-prof-raing {
    position: relative;
}
.ad-sidebar-profile .ad-prof-raing h2 {
    color: #2424242;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 2px;
}
.ad-sidebar-profile .ad-prof-raing .ad-poster-6 {
    color: #242424;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 2px;
    display: block;
}
.ad-sidebar-profile .ad-prof-raing p {
    font-size: 14px;
    color: #f58936;
    margin-bottom: 0;
}
.ad-sidebar-profile .ad-prof-raing span {
    color: #f58936;
    font-size: 14px;
}
.ad-sidebar-profile {
    padding: 25px 20px;
    border-bottom: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.ad-sidebar-form h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 45px;
}
.ad-sidebar-form .ad-6-message {
    font-size: 18px;
    color: #242424;
    font-weight: 500;
    margin-bottom: 45px;
    font-family: 'Quicksand', sans-serif;
    display: block;
    position: relative;
}
.ad-sidebar-form .ad-6-message::before {
    background-color: #f58936;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 60px;
    display: block;
}
.ad-sidebar-form h2::before {
    background-color: #f58936;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 60px;
}
.ad-sidebar-form .btn-theme {
    width: 100%;
    margin-top: 15px;
    text-transform: capitalize;
}
.ad-sidebar-form {
    padding: 25px;
    background: #fff;
}
.ad-sidebar-form .whatsapp-message {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: #FFF;
}
.ad-sidebar-content {
    margin-top: -170px;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.no-padding-2 {
    padding-left: 0;
}
.slider-style img {
    width: 100%;
}
.lSAction > a {
    background: url("../images/controls.png");
}
.lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
}
.ad-detail-6-title {
    font-size: 20px;
    color: #242424;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}
.ad-style-6 .heading-panel {
    margin-bottom: 20px;
}
.ad-bids-rating .ad-detail-desc-title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 20px;
}
.ad-des-details p {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 24px;
    color: #777;
}
.ad-des-details {
    margin-top: 20px;
    padding: 25px;
    background-color: #fff;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.ad-des-iconsbar {
    border-top: 1px solid #cccc;
}
.ad-sidebar-style {
    padding: 12px 20px;
    margin-top: 30px;
    position: relative;
}
.ad-sidebar-style img {
    width: 15%;
    position: absolute;
    right: 0;
    opacity: .3;
}
.ad-sidebar-style i {
    color: #fff;
    font-size: 26px;
    margin-right: 12px;
    vertical-align: middle;
    transform: rotate(-30deg);
}
.ad-sidebar-style span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.ad-sidebar-categories {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.ad-sidebar-categories ul li img {
    float: left;
    margin-right: 15px;
    width: 7%;
}
.ad-sidebar-categories ul li p {
    margin: 0;
    font-weight: 500;
    color: #242424;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
}
.ad-sidebar-categories ul li span {
    position: absolute;
    right: 5%;
    top: 20%;
    font-size: 15px;
    color: #a1a1a1;
}
.ad-sidebar-categories {
    background-color: #fff;
}
.ad-sidebar-categories ul li h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.ad-sidebar-categories ul li .ad-6-cat-title {
    font-size: 18px;
    color: #242424;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}
.ad-sidebar-categories ul li {
    border-bottom: 1px solid #eee;
    padding: 13px 22px;
    position: relative;
    border-left: 3px solid red;
}
.ad-sidebar-categories ul li:nth-child(2n+1) {
    border-left: none;
}
.ad-sidebar-categories ul li:nth-child(2n+2) {
    border-left: 3px solid blue;
}
.ad-sidebar-categories ul li:nth-child(2n+3) {
    border-left: 3px solid green;
}
.ad-sidebar-categories ul li:nth-child(2n+4) {
    border-left: 3px solid black;
}
.ad-sidebar-categories ul li:nth-child(2n+5) {
    border-left: 3px solid orange;
}
.ad-sidebar-categories ul li:nth-child(2n+6) {
    border-left: 3px solid pink;
}
.ad-sidebar-categories ul li:nth-child(2n+7) {
    border-left: 3px solid purple;
}
.ad-sidebar-categories ul li:nth-child(2n+8) {
    border-left: 3px solid silver;
}
.ad-sidebar-categories ul li:nth-child(2n+9) {
    border-left: 3px solid gray;
}
.ad-sidebar-categories ul li:nth-child(2n+10) {
    border-left: 3px solid cyan;
}
.ad-sidebar-categories ul li: last-child {
    border-bottom: none;
}
.ad-map-integration {
    margin-top: 30px;
    margin-bottom: 30px;
}
.card.bid-state-2 {
    box-shadow: none;
}
.card.bid-state-2 .nav-tabs > li {
    width: 50%;
    text-align: center;
}
.card.bid-state-2 .nav-tabs > li.active > a, .card.bid-state-2 .nav-tabs > li > a:hover {
    color: #242424 !important;
}
.card.bid-state-2 .nav-tabs > li.active > a:after, .card.bid-state-2 .nav-tabs > li > a:hover:after, .card.bid-state-2 .nav-tabs > li > a::after {
    background: none !important;
}
.card.bid-state-2 .nav-tabs > li > a {
    padding: 15px;
    background-color: #e1e1e1;
    margin: 0;
}
.card.bid-state-2 .nav-tabs {
    border-bottom: none;
}
.ad-sidebar-featured {
    background: #fff;
    padding: 25px 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.ad-sidebar-featured h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.ad-fetured-profile {
    position: absolute;
    right: -3%;
    top: 4%;
}
.ad-fetured-profile img {
    border-radius: 30px;
    width: 60%;
}
.ad-sidebar-featured .owl-theme .owl-controls .owl-nav .owl-prev {
    background-color: #f58936;
    padding: 0px 8px;
    -webkit-border-radius: 0;
}
.ad-sidebar-featured .owl-theme .owl-controls .owl-nav .owl-next {
    background-color: #f58936;
    padding: 0px 8px;
    -webkit-border-radius: 0;
}
.ad-sidebar-featured .owl-dots {
    display: none !important;
}
.ad-sidebar-featured .owl-controls .owl-nav {
    position: absolute;
    top: -13%;
    right: 0;
}
.sidebar-ad-details-contnt h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}
.sidebar-ad-details-contnt span {
    font-size: 12px;
    color: #a0a0a0;
    font-weight: 600;
}
.sidebar-ad-details-contnt p {
    color: #f58936;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
}
.sidebar-ad-details-contnt {
    border: 1px solid #cccc;
}
.sidebar-ad-details-contnt .sidebar-box {
    padding: 12px 15px;
}
.ad-inner p {
    color: #a0a0a0;
    font-size: 13px;
}
.ad-inner i {
    margin-right: 8px;
    font-size: 12px;
}
.ad-inner {
    border-top: 1px solid #cccc;
    padding: 7px 10px;
}
.ad-des-info ul li {
    float: left;
    margin-right: 20px;
}
.ad-des-info ul li a {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.ad-des-info ul li i {
    vertical-align: middle;
    font-size: 14px;
    color: #000;
}
.ad-des-info {
    border-top: 1px solid #cccc;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 8px 25px;
}
.ad-des-social-icons {
    float: right;
    position: absolute;
    right: 30px;
    bottom: 8px;
}
.ad-des-social-icons i {
    margin-right: 6px;
}
.ad-video {
    margin-top: 30px;
}
.ad-allbids h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
}
.ad-allbids .ad-bidn-img img {
    border-radius: 50px;
    width: 60px;
    height: 60px;
}
.ad-allbids .ad-bidn-img {
    float: left;
    margin-right: 15px;
}
.ad-allbids .ad-bid-meta {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
}
.ad-allbids .ad-bids-details {
    overflow: hidden;
    position: relative;
    border-bottom: none;
}
.ad-allbids .ad-bids-ndetail h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.ad-allbids .ad-bids-ndetail span {
    font-size: 12px;
}
.ad-6-bidder-title {
    color: #242424;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    ;
}
.ad-bid-pricetg span {
    display: inline-block;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 46px;
    line-height: 46px;
    padding: 0 22px;
    color: #fff;
    background-color: #f58936;
    text-shadow: 1px 1px 1px #921313;
    font-weight: bold;
    font-size: 24px;
    text-indent: -6px;
    position: relative;
    -moz-transform-origin: 88% 10%;
    -ms-transform-origin: 88% 10%;
    -webkit-transform-origin: 88% 10%;
    transform-origin: 88% 10%;
    font-size: 18px;
    border-radius: 3px;
}
.ad-bid-pricetg span::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 20px solid #f58936;
}
.ad-allbids .ad-bid-pricetg {
    position: absolute;
    right: 1%;
    top: 10%;
}
.ad-allbids {
    background: #fff;
    overflow-y: scroll;
    position: relative;
    padding: 25px;
    max-height: 450px;
}
.ad-allbids .ad-bids-contnt {
    margin-top: 20px;
}
.ad-allbids .ad-bids-contnt p {
    font-size: 14px;
    margin-bottom: 0;
}
.ad-gallery .form-group .btn-theme {
    width: 100%;
    padding: 15px 0;
    text-transform: capitalize;
}
.bd-style {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 25px;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.ad-gallery em {
    font-size: 13px;
}
.ad-gallery .form-group input {
    margin-bottom: 3px;
    border-right: none;
}
.ad-bids-rating {
    padding: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.ad-bids-rating .ads-bids-client-area img {
    border-radius: 5px;
}
.ad-bids-rating .ads-bids-client-area span {
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.ad-bids-rating h2 {
    margin-bottom: 25px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.ads-bids-client-area {
    float: left;
    margin-right: 20px;
}
.ad-bids-rating .ads-bids-nrating {
    overflow: hidden;
    position: relative;
}
.ads-bids-client-area {
    float: left;
    margin-right: 20px;
    max-width: 85px;
}
.ad-bids-rating .ads-bids-nrating i.fa-star, .ad-bids-rating .ads-bids-nrating i.fa-star-o {
    font-size: 12px;
    color: #ffc513;
}
.ad-bids-rating .ads-bids-nrating .ads-reviewer-name {
    font-family: 'Quicksand', sans-serif;
    color: #242424;
    font-weight: 500;
    font-size: 18px;
    display: block;
}
.ad-bids-rating .ads-bids-nrating .sb-new-comment p.meta img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}
.ad-bids-rating .sb-new-comment {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
}
.ad-bids-rating .sb-new-comment a {
    font-family: 'Quicksand', sans-serif;
    color: #242424;
    font-weight: 600;
}
.ad-review-wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}
.ad-review-wrap: last-child {
    border: none;
    padding-bottom: 0;
}
.ads-bids-rply .btn-theme i {
    margin-right: 8px;
    font-size: 13px;
}
.ads-bids-rply .btn-theme {
    padding: 8px 22px;
    border-radius: 4px;
    text-transform: capitalize;
}
.ads-bids-rply {
    position: absolute;
    top: 0;
    right: 0;
}
.ad-bids-details .ad-bids-ndetail {
    overflow: hidden;
}
.ad-bids-rating .form-group textarea {
    margin-bottom: 20px;
}
.ad-bids-rating form a {
    margin-bottom: 20px;
}
.ad-des-barlist ul li {
    float: left;
    margin-right: 8px;
}
.ad-des-barlist ul li:first-child {
    border: none;
}
.ad-des-socialicon ul li {
    float: left;
    margin-right: 10px;
}
.ad-des-socialicon ul li a .fa-facebook {
    background-color: #2b4a8b;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
}
.ad-des-socialicon ul li a .fa-linkedin {
    background-color: #10598c;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
}
.ad-des-socialicon ul li a .fa-twitter {
    background-color: #1f94d9;
    color: #fff;
    padding: 5px 6px;
    border-radius: 4px;
}
.ad-des-bar {
    overflow: hidden;
    border-top: 1px solid #cccc;
    padding: 12px 25px;
    padding-left: 0;
}
.ad-des-barlist ul {
    list-style: none;
    position: relative;
    overflow: hidden;
    padding-left: 0;
}
.ad-des-barlist ul li {
    line-height: normal;
}
.ad-des-barlist ul li: last-child {
    border: none;
}
.ad-des-barlist ul li i {
    vertical-align: middle;
    color: #777;
}
.ad-des-barlist ul li a {
    color: #777;
    font-size: 15px;
    font-weight: 500;
    line-height: 8px;
    padding: 0 10px;
    border-right: 2px solid #ccc;
    height: 12px;
    display: inline-block;
}
.ad-des-barlist ul li: last-child a {
    border-right: none;
}
.ad-des-barlist {
    overflow: hidden;
    float: left;
}
.ad-des-bar .ad-des-socialicon {
    float: right;
}
.ads-grid-container .ads-grid-content ul li {
    float: left;
    margin-right: 15px;
}
.ads-grid-container .ads-grid-content ul li a {
    font-size: 12px;
    color: #242424;
}
.ads-grid-container .ads-grid-content a:nth-child(2n+3) {
    border: none;
}
.ads-grid-container .ads-grid-content h3 {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 7px;
    overflow: hidden;
    width: 100%;
}
.ads-grid-container .ads-grid-content p {
    margin-bottom: 0;
    font-size: 13px;
    color: #a0a0a0;
}
.ads-grid-container .ads-grid-content p i {
    margin-right: 10px;
    color: #f58936;
    font-size: 13px;
}
.ads-grid-container {
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.ad-grid-slider.owl-theme .owl-nav {
    position: absolute;
    top: -90px;
    right: 10px;
}
.posts-masonry .ads-grid-container {
    margin-bottom: 30px;
}
.prop-newest-section .ads-grid-container {
    margin-bottom: 30px;
}
.featured-slider-1 .ads-grid-container {
    margin-bottom: 30px;
}
.ads-grid-container .ads-grid-content {
    padding: 15px;
    overflow: hidden;
    width: 100%;
}
.ads-grid-container .ads-grid-style::after {
    background: url("../images/grid-top.png");
    height: 11%;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    background-repeat: no-repeat;
    background-size: cover;
}
.ads-grid-container .ads-grid-price {
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-right: none;
    border-left: none;
}
.ads-grid-container .ads-grid-panel span {
    font-size: 16px;
    font-weight: 600;
    color: #f58936;
}
.ads-grid-container .ads-grid-panel {
    float: left;
    padding: 10px 15px;
    width: 70%;
    font-family: 'Quicksand', sans-serif;
}
.ads-grid-container .ads-grid-vc {
    float: right;
}
.ads-grid-container .ads-grid-vc i {
    padding: 13px 5px;
    line-height: 20px;
    color: #ccc;
}
.ads-grid-container .ads-grid-vc i: last-child {
    border: none;
}
.ads-grid-container .ads-grid-views ul li img {
    border-radius: 50px;
    width: 30px;
    margin-right: 7px;
    display: inline-block;
}
.ads-grid-container .ads-grid-views ul li span {
    color: #242424;
    font-family: 'Quicksand', sans-serif;
}
.ads-grid-container .ads-grid-views ul li {
    float: left;
}
.ads-grid-container .ads-grid-views ul li:last-child{
    float: right;
}
.ads-grid-container .ads-grid-views ul li:last-child p{
    margin-top: 2px;
}
.ads-grid-container .ads-grid-views ul li: last-child {
    float: right;
}
.ads-grid-container .ads-grid-views {
    position: relative;
    overflow: hidden;
    padding: 15px;
}
.ads-grid-container .ads-grid-views a {
    color: #242424;
}
.ad-main-content {
    margin-bottom: 30px;
}
.ads-grid-container .ads-grid-views ul li p {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
    color: #a0a0a0;
    margin-bottom: 0;
}
.ads-grid-container .ads-grid-style {
    position: relative;
}
.ads-grid-container .ads-grid-style img {
    width: 100%;
}
.ads-grid-container .ads-grid-style::before {
    content: "";
    top: 0;
    bottom: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
}
.custom-style {
    margin-top: 30px;
}
.ad-tabs-panel .nav-tabs {
    border: none;
}
.ad-grid-10 .ad-grid-slider .owl-nav .owl-prev {
    position: relative;
}
.ad-grid-10 .owl-dots {
    display: none !important;
}
.ad-grid-10 .ad-grid-slider .owl-nav .owl-next {
    position: relative;
}
.tabs-list-content .listing-bidding {
    position: relative !important;
}
.tabs-bidding h4 {
    float: left;
    color: #31708f;
    font-size: 15px;
    font-weight: 600;
}
.tabs-bidding span {
    float: right;
    color: #00a651;
    font-size: 16px;
    font-weight: 600;
}
.tabs-bidding {
    position: relative;
    border: 1px solid #cccc;
    overflow: hidden;
    padding: 10px 20px;
    margin-top: 20px;
}
.tabs-list-content {
    padding: 30px 20px 40px 20px;
    background-color: #fff;
}
.ad-gallery .nav > li > a {
    padding: 10px 30px;
    color: #000;
}
.ads-grid-style .featured-ribbon {
    top: 0;
}
.ads-grid-style .listing-bidding {
    position: absolute;
    bottom: -12px;
    z-index: 999;
    width: 100%;
    text-align: center;
}
.ads-grid-style .listing-bidding .clock .bidding_timer {
    font-size: 20px;
    height: 30px;
    width: 40px;
    color: #232323;
    line-height: 38px;
    background: #FFF;
}
.ads-grid-style .listing-bidding .clock .column-time {
    width: 18%;
    background: #FFF;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.15);
    border-radius: 5px;
    color: #232323;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
}
.ads-grid-style .listing-bidding .clock .column-time .text {
    background-color: #f5f5f5;
    text-transform: uppercase;
    color: #242424;
    font-size: 12px;
}
.col-lg-3 .ads-grid-style .listing-bidding .clock .column-time {
    width: 20%;
    background: #FFF;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.15);
    border-radius: 5px;
    color: #232323;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
}
/*Pricing Table*/
.ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box span {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}
.ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box h5 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    margin-top: 4px;
}
.ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box h5::before {
    background-color: #f58936;
    top: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 50px;
    margin: 0 auto;
}
.ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box h5 span {
    font-size: 18px;
    padding-left: 8px;
    font-weight: 600;
}
.ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box {
    text-align: center;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
    width: 60%;
    margin: 0 auto;
    margin-top: 75px;
    background-color: #fff;
    position: relative;
    padding: 15px 5px 6px 5px;
    border-radius: 12px;
}
.ad-price-tble .ad-pric-content {
    box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
    position: relative;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 30px;
}
.ad-price-tble .ad-pric-content .price-bg {
    background: url("../images/xddd.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 130px;
    background-size: 100%;
}
.ad-price-tble .ad-pric-content .ad-pic-style {
    background: #c21500;
    background: -webkit-linear-gradient(to right, #ffc500, #c21500);
    background: linear-gradient(to right, #ffc500, #c21500);
    position: relative;
    overflow: hidden;
}
.ad-price-tble .ad-pric-content .ad-pric-detail {
    margin: 0 auto;
    display: table;
    padding: 30px 0;
}
.ad-price-tble .ad-pric-content .ad-pric-detail a {
    margin-top: 27px;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 4px;
}
.ad-price-tble .ad-pric-content .ad-pric-detail .prod-fancy-btn {
    text-align: center;
}
.ad-price-tble .ad-pric-content .ad-pric-detail ul li i {
    margin-right: 12px;
    font-size: 15px;
    border-right: 1px solid #a0a0a0;
    padding-right: 15px;
    line-height: 10px;
    color: #a0a0a0;
}
.ad-price-tble .ad-pric-content .ad-pric-detail ul li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #000;
}
.ad-price-tble .ad-pric-content .ad-pric-detail ul li.price-category {
    margin-bottom: 0;
}
.ad-price-tble .ad-pric-content .ad-pric-detail ul li span {
    padding-left: 8px;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
}
.ad-price-tble .ad-pric-content .ad-pic-style img {
    width: 100%;
}
.ad-6-video {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 25px;
    margin-bottom: 30px;
}
.ad-sidebar-categories ul li:first-child {
    background-color: #f5f5f5;
    border: 1px solid #eeeeee;
}
/*Pricing Table*/
@media (min-width: 320px) and (max-width: 767px) {
    .btn-bid-2.btn-theme {
    margin-top: 15px;
    width: 100%;
}
 .sb-form-wrap input {
    margin-bottom: 15px;
}
 .ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box h5 {
    font-size: 30px;
}
 .ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box span {
    font-size: 16px;
}
 .ad-price-tble .ad-pric-content {
    margin-bottom: 30px;
}
 .ad-price-tble .ad-pric-content .ad-pric-detail ul li {
    font-size: 14px;
}
 .ad-price-tble .ad-pric-content .ad-pric-detail ul li i {
    font-size: 14px;
}
 .ad-price-tble .ad-pric-content .ad-pric-detail ul li span {
    font-size: 14px;
}
 .ad-des-barlist ul li a {
    font-size: 14px;
}
 .ad-allbids .ad-bids-contnt {
    padding: 15px 10px;
}
 .ad-grid-10 .ad-grid-slider .owl-nav .owl-prev {
    left: 2%;
}
 .ad-grid-10 .ad-grid-slider .owl-nav .owl-next {
    right: 2%;
}
 .ad-prof-raing img {
    display: none;
}
 .ad-sidebar-categories ul li p {
    font-size: 14px;
}
 .ad-gallery .form-group input {
    margin-bottom: 25px;
}
 .ad-sidebar-content {
    margin-top: 0;
}
 .ad-des-details p {
    padding: 0;
}
 .ad-des-details h2 {
    margin-bottom: 5px;
}
 .ad-des-details p {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
}
 .ad-gallery .form-group input {
    border: 1px solid #ccc;
}
 .ad-allbids {
    padding: 30px 15px;
}
 .ad-prof-raing img {
    right: 15%;
}
 .ad-bids-rating .ads-bids-nrating p {
    width: 100%;
}
 .ads-bids-client-area {
    float: none;
    margin-right: 0;
}
 .ad-bids-rating h2 {
    font-size: 18px;
}
 .ad-allbids .ad-bid-pricetg {
    position: absolute;
    right: 5%;
    bottom: 33%;
}
 .des-hero .des-hero-details ul li a {
    font-size: 13px;
}
 .ad-des-barlist {
    float: none;
}
 .ad-des-bar .ad-des-socialicon {
    overflow: hidden;
    margin-top: 10px;
}
 .no-padding-2 {
    padding-left: 0;
    padding-right: 0;
}
 .ad-des-bar {
    padding: 10px 0px;
}
 .des-hero-main-content .btn-style {
    padding: 7px 30px;
    margin-bottom: 25px;
    position: relative;
    margin-bottom: 25px;
    top: 0;
}
 .des-price {
    position: relative;
    right: auto;
    bottom: auto;
}
 .des-bar ul li {
    margin-right: 25px;
}
.ad-style-6 .des-bar ul li {
    margin-right: 0px;
    width: 50%;
}
 .ad-des-details {
    background: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 16px 0px;
    padding-bottom: 0;
    margin: 0;
}
 .ad-des-details p {
    padding-left: 0;
}
 .ad-des-details h2 {
    padding-left: 0;
}
 .des-hero {
    padding: 20px 0;
}
 .des-hero {
    padding-top: 173px;
}
 .ad-des-details .ad-detail-desc-title {
    font-size: 18px;
}
}
@media (min-width: 320px) and (max-width: 575px) {
    .ad-allbids .ad-bid-pricetg {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 20px;
}
.ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box {
    width: 66%;
    margin-top: 50px;
}
.ad-price-tble .ad-pric-content .price-bg {
    height: 110px;
}
}
@media (min-width: 600px) and (max-width: 960px) {
    .ad-sidebar-categories ul li img {
    width: 5%;
}
 .ad-grid-10 .ad-grid-slider .owl-nav .owl-prev {
    position: relative;
    margin-top: 20px;
}
 .ad-grid-10 .ad-grid-slider .owl-nav .owl-next {
    position: relative;
    margin-top: 20px;
}
 .ads-grid-container .ads-grid-content h3 {
    font-size: 16px;
    line-height: 24px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
    .ad-price-tble .ad-pric-content .ad-pric-detail a {
    padding: 8px 20px;
    font-size: 13px;
}
 .ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box { width: 100%;}
 .ad-price-tble .ad-pric-content .ad-pric-detail ul li span { font-size: 14px;}
 .ad-price-tble .ad-pric-content .ad-pric-detail ul li i { font-size: 14px;}
 .ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box span { font-size: 16px;}
 .ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box h5 { font-size: 30px;}
 .ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box { width: 66%; margin-top: 38px;}
.ad-price-tble .ad-pric-content .price-bg { height: 100px;}
 .ad-price-tble .ad-pric-content .ad-pric-detail ul li { font-size: 14px;}
 .ad-gallery .form-group input { margin-bottom: 20px;}
 .ad-des-details h2 { font-size: 18px;}
 .ad-des-details p { font-size: 14px; line-height: 22px;}
 .ad-des-barlist ul li a { font-size: 13px; padding: 0 5px;}
 .ad-sidebar-categories ul li p { font-size: 14px;}
 .ad-allbids .ad-bid-pricetg { position: absolute; right: 5%; bottom: 33%;}
 .ad-allbids .ad-bids-contnt p { font-size: 13px;}
 .ad-bids-rating .ads-bids-nrating p { width: 100%;}
 .ad-gallery .nav > li > a { padding: 8px 20px; font-size: 13px;}
 .ads-grid-container .ads-grid-content h3 { font-size: 16px;}
 .ads-grid-container .ads-grid-views ul li p { font-size: 13px;}
 .ad-allbids {padding: 30px 20px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box {
    width: 66%;
    margin-top: 50px;
}
.ad-price-tble .ad-pric-content .price-bg {
    height: 125px;
}
.ad-sidebar-content {
    margin-top: 0px;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .ad-sidebar-content {
    margin-top: -158px;
}
 .ad-sidebar-profile {
    background-color: #fff !important;
}
 .ad-gallery .nav > li > a {
    padding: 8px 20px;
}
 .ad-sidebar-categories ul li p {
    font-size: 14px;
}
 .ad-sidebar-categories ul li h2 {
    font-size: 16px;
}
 .ad-des-details p {
    font-size: 14px;
    line-height: 22px;
}
 .ad-des-barlist ul li a {
    font-size: 14px;
}
 .ad-prof-raing img {
    right: -5%;
}
 .ads-grid-container .ads-grid-content h3 {
    font-size: 16px;
    line-height: 22px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .ad-price-tble .ad-pric-content .ad-pic-style .ad-pric-box {
    width: 66%;
    margin-top: 50px;
}
.ad-price-tble .ad-pric-content .price-bg {
    height: 111px;
}
.ad-sidebar-content {
    margin-top: -120px;
}
}
.ad-style-6 .country-locations {
    border: none;
    margin-bottom: 10px;
    background-color: #FFF;
    margin-top: 30px;
    color: #242424;
}
/** custom-modern.css*/
iframe {width: 100%; }
.aligncenter {
    clear: both;
    display: block;
    margin: 6px auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-bottom: 6px !important;
    margin-left: 0;
    margin-right: 24px;
    margin-top: 6px;
}
.alignright {
    float: right;
    margin-bottom: 6px !important;
    margin-left: 24px;
    margin-right: 0;
    margin-top: 6px;
}
.wp-caption-text, .wp-caption-dd {
    color: #444;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 17px;
    margin: 6px 0 26px;
    text-align: left;
}
.blog-detial .blog-post .post-excerpt .tags-share {
    margin-top: 20px;
}
.blog-detial .blog-post .post-excerpt .tags-share .tags ul {
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 15px;
}
.blog-detial .blog-post .post-excerpt .col-md-12.add-pages {
    padding-left: 0px;
}
.post-desc ul {
    list-style: circle;
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 25px;
    font-size: 16px;
}
.post-desc ol {
    font-size: 16px;
}
.single-blog.blog-detial .blog-post .post-title {
    font-size: 26px;
}
.single-blog.blog-detial .blog-post .post-excerpt.post-desc ul li ul {
    margin-top: 0;
}
.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info p {
    margin-bottom: 20px;
}
.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info .author-desc ul {
    margin-top: 0px;
}
.single-blog.blog-detial .blog-post .post-excerpt h1, .single-blog.blog-detial .blog-post .post-excerpt h2, .single-blog.blog-detial .blog-post .post-excerpt h3, .single-blog.blog-detial .blog-post .post-excerpt h4, .single-blog.blog-detial .blog-post .post-excerpt h5, .single-blog.blog-detial .blog-post .post-excerpt h6 {
    color: #232323;
}
.static-page .blog-detial .blog-post table tr th {
    color: #232323;
}
.static-page .blog-detial .blog-post table tr td a {
    color: #232323;
    font-weight: 600;
}
.static-page .single-blog.blog-detial.blog-detial .blog-section .comment-respond .comment-form p.logged-in-as {
    margin-left: 0;
}
.static-page .single-blog.blog-detial.blog-detial .blog-section .blog-heading h2 {
    margin-top: 0;
}
.static-page .single-blog.blog-detial.blog-detial .blog-section .comment-respond .comment-form div.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
.static-page .single-blog.blog-detial .blog-post {
    margin-bottom: 0;
}
.single-blog.blog-detial .blog-post .post-excerpt table tr th, .single-blog.blog-detial .blog-post .post-excerpt dl dt {
    color: #232323;
}
.single-blog.blog-detial .blog-post .post-excerpt dl {
    margin-top: 10px;
}
.single-blog.blog-detial .blog-post .post-excerpt dl dt, .single-blog.blog-detial .blog-post .post-excerpt dl dd {
    margin-bottom: 10px;
}
.single-blog.blog-detial .blog-post .post-excerpt p strong, .single-blog.blog-detial .blog-post .post-excerpt p em strong , .single-blog.blog-detial .blog-post .post-excerpt ul li em strong {
    color: #232323;
}
.about-us-content p {
    margin-bottom: 15px;
}
.single-blog.blog-detial .blog-post .post-excerpt .blog-section ol.comment-list .comment li {
    border-right: medium none;
}
.single-blog.blog-detial .blog-post .post-excerpt .blog-section .comment-respond .form-submit {
    margin-left: 15px;
}
.blog-sidebar .widget.widget-content .textwidget p strong {
    color: #232323;
}
.blog-sidebar .widget.widget-content a.rsswidget {
    display: inline-block;
}
.blog-sidebar .widget .sub-menu ul.children {
    margin-left: 5px !important;
}
.blog-sidebar .widget .sub-menu {
    padding: 10px 5px !important;
}
.blog-sidebar .widget {
    padding: 20px 25px;
}
.blog-sidebar .widget .widget-heading h4.panel-title {
    margin-bottom: 10px;
}
.blog-sidebar .widget .widget-heading h4 span {
    padding: 0;
}
.blog-sidebar .widget select {
    margin-top: 15px;
}
.blog-sidebar .widget.widget-content ul li.cat-item ul.children {
    padding: 0;
    margin-left: 10px !important;
}
/* WordPress Gallery */
.blog-post .gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}
.blog-post .gallery:after {
    display: table;
    content: "";
    clear: both;
}
.blog-post .gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}
.blog-post .gallery-item img {width: 100%;}
.gallery-columns-1 .gallery-item {width: 100%;float: none;}
.gallery-columns-2 .gallery-item {width: 50% }
.gallery-columns-3 .gallery-item {width: 33.3333% }
.gallery-columns-4 .gallery-item {width: 25% }
.gallery-columns-5 .gallery-item {width: 20% }
.gallery-columns-6 .gallery-item {width: 16.6667% }
.gallery-columns-7 .gallery-item {width: 14.2857% }
.gallery-columns-8 .gallery-item {width: 12.5% }
.gallery-columns-9 .gallery-item {width: 11.1111% }
.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}
.single-ad_post .post-desc img, .post-desc figure {
    max-width: 100% !important;
}
.post-desc table, .post-desc td, .post-desc th {
    border: 1px solid #ddd;
    text-align: left;
}
.post-desc table {
    border-collapse: collapse;
    width: 100%;
}
.post-desc th, .post-desc td {
    padding: 15px;
}
/* Comment CSS */
.children {
    padding-left: 0px !important;
    margin-left: 25px !important;
}
.media .children li {
    margin-bottom: 0 !important;
}
.comment_form {
    margin-top: 0 !important;
}
.commentform .form-submit {
    padding-left: 15px;
}
.comment-reply-title {
    margin-top: 0 !important;
}
.comment-reply-title a {
    color: #f58936;
}
#cancel-comment-reply-link {
    font-size: 13px !important;
    color: #000;
}
.sb_margin_top {
    margin-top: 40px;
}
.sb_margin_bottom {
    margin-bottom: 40px;
}
/* Calender Widget */
.widget_calendar {
    float: left;
}
#wp-calendar {
    width: 100%;
    border-collapse: separate;
}
#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    padding-left: 16px;
    color: #232323;
    font-size: 14px;
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}
#today {
    background-color: #f58936;
    color: #fff !important;
}
#today a {
    background-color: #f58936;
    color: #fff !important;
}
#today td:hover {
    background-color: #f58936 !important;
}
#wp-calendar caption {
    display: none;
}
#wp-calendar tfoot {
    display: none;
}
/* widgets customization */
.screen-reader-text {
    display: none;
}
.widget select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.widget select {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    outline: 0;
}
.textwidget img {
    width: 300px;
    height: auto;
}
#sb_message_response {
    display: none;
}
.blog-sidebar .widget .sub-menu ul.children {
    margin-left: 5px !important;
}
.blog-sidebar .widget.widget-content ul.children {
    padding-top: 2px;
    margin-top: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
}
/*Ads*/
.sb_ads_top {
    padding-bottom: 8px;
}
.sb_ads_bottom {
    padding-bottom: 28px;
}
/* Sticky Posts */
.sticky, .tag-sticky-2 {
    background: none;
    border: 3px solid #E6E6E6;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.sticky , .tag-sticky-2 {
    background-color: #ededed;
    border: 1 px solid #f5f5f5;
    color: #272727;
    padding: 5px;
}
.sticky:before , .tag-sticky-2:before {
    content: "\f08d";
    color: #999;
    padding: 10px;
    font-family: FontAwesome;
    display: inline-block;
    right: 24px;
    font-size: 30px;
    position: absolute;
    text-transform: uppercase;
}
.blog-post .sticky , .blog-post .tag-sticky-2 {
    background: #fff;
}
.btn:focus, a:focus {
    outline: none !important;
    text-decoration: none !important;
}
.logged-in-as a {
    color: #000 !important;
}
.section-padding-page {
    padding: 40px 0;
}
.bg-gray {
    background-color: #f0f0f0 !important;
}
.bg-white {
    background-color: #fff !important;
}
.link-more {
    font-size: 13px;
}
.shop-grid .woocommerce-placeholder {
    height: 344px !important;
}
.custom_holder_single {
    width: 293px !important;
    height: 223px !important;
}
.custom_holder_grid {
    height: 269px !important;
    width: 358px !important;
}
.custom_holder_list {
    height: 196px !important;
    width: 261px !important;
}
.no-custom-padding {
    padding: 0 !important;
}
.orderby {
    height: 40px;
    width: 250px;
}
.tab-content .product-tabs-content {
    padding: 25px;
}
#reviews #comments h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: auto auto 15px;
    padding: 0;
    text-transform: uppercase;
    color: #242424;
}
.fun-facts-icons {
    font-size: 45px;
    margin-bottom: 10px;
}
.why-icon {
    font-size: 50px !important;
    line-height: 70px !important;
    margin-left: 20px !important;
}
.woocommerce-product-search {
    background-color: transparent !important;
}
#white_bar {
    display: none;
}
html {
    margin-top: 0px !important;
}
.clr_white {
    color: #FFFFFF;
}
.white-social {
    color: #fff !important;
}
.input-group-addon button {
    border: 0px;
    background-color: #eee;
}
.tags ul li {
    margin-left: 5px;
}
.tagcloud a {
    font-size: 14px !important;
}
.parsley-custom-error-message {
    color: #C31619 !important;
    font-size: 13px !important;
}
.features .features-text h3 a {
    color: #232323 !important;
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
}
/* Ajax Preloader */
/* Absolute Center Spinner */
.loading {
    display: none;
    position: fixed;
    z-index: 1070;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/* Transparent Overlay */
 .loading:before {
     content: '';
     display: block;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,0.3);
}
/* :not(:required) hides these rules from IE9 and below */
 .loading:not(:required) {
     font: 0/0 a;
     color: transparent;
     text-shadow: none;
     background-color: transparent;
     border: 0;
}
 .loading:not(:required):after {
     content: '';
     display: block;
     font-size: 10px;
     width: 1em;
     height: 1em;
     margin-top: -0.5em;
     -webkit-animation: spinner 1500ms infinite linear;
     -moz-animation: spinner 1500ms infinite linear;
     -ms-animation: spinner 1500ms infinite linear;
     -o-animation: spinner 1500ms infinite linear;
     animation: spinner 1500ms infinite linear;
     border-radius: 0.5em;
     -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;}
/* Animation */
 @-webkit-keyframes spinner {0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}}
 @-moz-keyframes spinner {0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}}
 @-o-keyframes spinner {0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}}
 @keyframes spinner {0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}}

.cats-ld {
    display: none;
}
#ad_posting {
    display: none;
}
.select-package hr {
    margin-top: 0px !important;
}
.cke_combo_button,.cke_button__outdent_icon,.cke_button__indent_icon,.cke_button__numberedlist_icon,.cke_button__about, #cke_18,#cke_15,#cke_16,#cke_13,.cke_toolbar_separator {
    display: none !important;
}
.ad-price small {
    font-size: 10px;
    color: #000;
    margin-right: 5px;
}
.status_active {
    background: #4caf50;
    color: #fff;
}
.status_expired {
    background: #d9534f;
    color: #fff;
}
.status_sold {
    background: #3498db;
    color: #fff;
}
.ad_status {
    padding: 5px 12px !important;
}
.category-grid-box-1 .message-box .message span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 20px;
    text-transform: capitalize;
    background-color: #f58936 !important;
}
.category-grid-box-1 .message-box {
    bottom: 3px;
    position: absolute;
    right: 0;
}
.category-grid-box-1 .message-box:hover {
    cursor: pointer;
}
.message-text {
    width: 100% !important;
}
.message-history-active {
    background-color: #f8f8f8;
}
.return-to-shop {
    display: none}
.popover-title {
    color: #000 !important;
}
.popover-content .btn-group a.btn-primary {
    color: #FFF !important;
}
.popover-title {
    font-size: 14px !important;
}
.singlepost-content .featured-border {
    border-top: 4px solid #b63339;
    position: realtive;
    width: 100%;
}
.ad-listing .adf-content .additional-info li a:hover {
    background-color: #f58936 !important;
}
.padding-left {
    padding-left: 10px !important;
}
.jqte_editor ul {
    margin-left: 39px !important }
.ad-listing-meta ul {
    list-style: none !important;
}
.search-block .text-box {
    position: relative;
    background: #f3f3f3;
}
.icon-search {
    position: absolute;
    top: 10px;
    left: 14px;
    font-size: 34px;
    color: #ccc;
}
.search-modal .modal-body {
    position: relative;
    padding-top: 0;
}
.search-modal .modal-header {
    background: #202020 none repeat scroll 0 0;
}
.search-modal .modal-header h3 {
    color: #fff;
    width: 96%;
}
.search-modal .form-control {
    background-color: transparent !important;
    border: none !important;
    padding-left: 40px;
}
.search-modal .search-block .popular-search {
    padding-top: 15px;
}
.search-modal .search-block .popular-search label {
    font-size: 16px;
}
.search-modal .search-block .popular-search ul li a {
    color: #232323;
}
.search-modal .form-control:focus {
    box-shadow: none;
}
.search-modal .close {
    color: #fff !important;
}
.search-modal .close:hover, .search-modal .close:focus {
    color: #fff !important;
}
.descs-box .desc-points {
    margin-bottom: 0px !important;
}
.descs-box .desc-points p b {
    color: #232323 !important;
}
.descs-box .tags-share {
    border-bottom: 0px solid #d7d7d7 !important;
    padding: 0 !important;
}
.contactEmail a {
    color: #000 !important;
}
span.profile_tabs {
    cursor: pointer !important;
}
.blog-sidebar .widget .widget-content {
    background-color: #fff;
    border-top-color: #eeeeee;
    overflow: hidden;
    padding: 20px 25px;
}
.widget-content ol {
    padding-left: 15px;
}
.f_custom {
    display: block;
}
.wpcf7-form .form-control {
    display: inline-block;
}
span .wpcf7-not-valid {
    border: 1px solid #ff0000;
}
span.wpcf7-not-valid-tip {
    display: none;
}
div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000;
    color: #C10000;
}
div.wpcf7-response-output {
    margin: 2em 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    width: 100%;
}
div.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-spam-blocked {
    background: #e2e2e2;
    border: 1px solid #bcbcbc !important;
    color: #383838;
}
.wpcf7-mail-sent-ng {
    background: #fcf8e3;
    border: 1px solid #ac9163 !important;
    color: #8a6d3b;
}
.wpcf7-mail-sent-ok {
    background: #dff0d8;
    border: 1px solid #3c763d !important;
    color: #3c763d;
}
.blog-sidebar .widget.widget-content .tagcloud a:hover {
    color: #fff;
}
.single-blog.blog-detial .blog-post .post-excerpt blockquote p cite {
    color: #232323;
    font-weight: 600;
}
.static-page .blog-post {
    border: medium none;
}
.mid-container.list-group .item.list-group-items .category-grid-box-1 .short-description-1 {
    position: inherit;
}
.mid-container.list-group .item.list-group-items .category-grid-box-1 .image .price-tag {
    top: auto;
    bottom: 0;
}
.colored-header .mega-menu ul.drop-down-multilevel li ul.drop-down-multilevel {
    top: 0;
}
.widget .search-form input.search-submit {
    display: none !important;
}
.post-desc h1 {
    font-size: 48px;
    margin: 33px 0 0;
}
.post-desc h2 {
    font-size: 30px;
    margin: 25px 0;
}
.post-desc h3 {
    font-size: 22px;
    margin: 22px 0;
}
.post-desc h4 {
    font-size: 20px;
    margin: 25px 0;
}
.post-desc h5 {
    font-size: 18px;
    margin: 30px 0;
}
.post-desc h6 {
    font-size: 16px;
    margin: 36px 0;
}
.post-desc img, .post-desc img[height], .post-desc img[class*="align"], .post-desc img[class*="wp-image-"], .post-desc img[class*="attachment-"] {
    height: auto;
}
.comment-list .comment .comment-content p {
    font-size: 18px;
    margin: 0 0 24px;
}
.gallery-caption, .bypostauthor {
}
.blog-sidebar .widget .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.sb-top-bar_notification {
    background-color: #fcf8e3;
    text-align: center;
    padding: 0.6em;
    color: black;
    font-size: smaller;
    font-weight: 800;
    display: none;
}
.sb-top-bar_notification span {
    text-decoration: none;
    color: #8a6d3b;
}
.user-img {
    width: 50px !important;
}
.header-top .header-right ul.listnone li.dropdown ul.dropdown-menu {
    left: auto;
    right: 0;
    z-index: 999999;
}
.item-date p.description {
    margin: 0 0 0px !important;
    font-size: 12px !important }
.woocommerce-Price-currencySymbol {
    display: inline-block !important;
}
strong .woocommerce-Price-currencySymbol {
    display: inherit !important;
}
.ad-listing .content-area h3, .category-grid-box .short-description h2, .white.category-grid-box-1 h2, .category-grid-box-1 h2, .ad .content-zone .short-description-1 h2, .descs-box h1, .page-header-area h1 {
    text-transform: none !important;
}
.negotiable {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 24px;
}
.ad-listing .content-area .negotiable {
	display: block;
}
.post-title {
    text-transform: none !important;
}
.padding-left-20 {
    padding-left: 20px;
}
#sortable li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 90px;
    height: 90px;
    font-size: 4em;
    text-align: center;
    cursor: move;
}
.my_panel {
    margin-bottom: 0px !important;
}
.sticky-post-button-hidden {
    display: none;
}
.sticky-post-button-visible {
    display: block;
}
.sticky-post-button-fadeout {
    opacity: .5;
}
.small_text {
    font-size: 11px !important;
}
.ph-verified {
    background-color: #016719 !important;
}
.ph-not-verified {
    background-color: #9C0407 !important;
}
.ad_gallery_container .ad-expired img {
    left: 0;
    position: absolute;
    top: 170px;
    z-index: 999;
}
.ad_gallery_container .ad-closed img {
    left: 42px;
    position: absolute;
    top: 188px;
    z-index: 99;
}
.bid-close-msg {
    font-size: 15px;
    margin-bottom: 15px;
}
.no-over-flow {
    overflow: hidden !important;
}
#ad_post_form .dropzone {
    border: 3px dotted #e1e1e1;
}
.count-clr {
    color: #706a6 !important;
    font-size: 14px;
}
.color-white {
    color: #fff !important;
}
.feature-text i.no-padding {
    padding: 0px !important;
}
.new-feature-text h4 {
    font-size: 12px;
}
.mobile-apps-text {
    padding-top: 30px;
}
.calendar-div i.fa-calendar {
    position: absolute;
    right: 30px;
    top: 50px;
}
.sb-small {
    font-size: 10px;
}
.typeahead.dropdown-menu {
    padding: 0 0;
    z-index: 999;
}
.search-container .typeahead.dropdown-menu {
    position: relative;
    top: 0px !important;
}
.rtl .typeahead.dropdown-menu {
    right: auto !important;
    left: unset !important;
}
.typeahead.dropdown-menu li {
    border-bottom: 1px solid #f1f1f1;
}
.typeahead.dropdown-menu > li > a {
    padding: 10px 20px;
    white-space: normal;
}
.price-quote {
    z-index: 99999;
}
.report-quote, .share-ad {
    z-index: 99999 !important;
}
.select2-container--open {
    z-index: 99999;
}
.ad-style-6 .sidebar .widget {
    margin-top: 30px;
}
/** active.css*/
/*prop-hero-map start*/
.prop-map-hero .container-fluid {
    padding-left: 0;
}
.prop-hero-map-images {
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.prop-hero-text-section {
    margin-left: 20px;
}
.prop-hero-text-section h3 {
    font-size: 20px;
    color: #232323;
    font-weight: 500;
    text-transform: capitalize;
}
.prop-estate-image-section {
    float: left;
    padding-right: 15px;
}
.prop-estate-image-section img {
    border-radius: 2px;
    width: 169px;
}
.prop-real-estates {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 7px 0px #ccc;
    margin-bottom: 20px;
    background: #fff;
}
.scrolable-ads {
    position: relative;
    height: 691px;
    padding: 20px;
}
.prop-estate-text-section h2 {
    font-size: 17px;
    color: #232323;
    font-weight: 500;
}
.prop-estate-text-section .ads-title {
    font-size: 17px;
    color: #232323;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}
.prop-estate-text-section p {
    color: #999;
    margin-bottom: 3px;
    font-size: 14px;
}
.prop-estate-text-section span {
    font-size: 16px;
    color: #232323;
    font-weight: 500;
}
.prop-estate-text-section p i {
    color: #ff0000;
    margin-right: 5px;
}
.prop-estate-table .prop-content-area li {
    font-size: 15px;
}
.prop-estate-table .prop-content-area li: last-child {
    margin: 0;
}
.prop-estate-table .prop-content-area li i {
    font-size: 12px;
    color: #999;
}
.prop-estate-table {
    border-top: 1px solid #f5f5f5;
    margin-top: 6px;
}
.prop-real-estate-box {
    padding: 8px 0 5px;
}
/*prop-hero-map start*/
/*prop-search-box*/
.prop-search-bar .form-control {
    height: 55px;
}
.prop-search-contents {
    position: relative;
    background: #f9f9f9;
    padding: 25px;
}
.prop-search-categories {
    margin-top: 29px;
}
.prop-search-categories .btn-theme {
    padding: 15px 24px;
    border-radius: 5px;
}
.prop-search-box {
    position: relative;
}
.prop-search-categories .btn-theme i {
    font-size: 22px;
}
.prop-search-box .form-join {
    box-shadow: none;
    padding: 0;
    margin-top: 20px;
}
/*prop-search-box*/
/*prop-how-it-work*/
.prop-it-work-section {
    text-align: center;
    margin-bottom: 45px;
}
.prop-it-work-section h3 {
    color: #232323;
    font-size: 24px;
    font-weight: 600;
}
.prop-it-work-section h3 span {
    color: #ff0000;
}
.prop-it-work-section h3::before {
    background-color: #ff0000;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 99px;
}
.prop-it-work-section h3::after {
    background-color: #ff0000;
    bottom: -15px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 59px;
}
.prop-it-work-sell-section {
    padding: 20px 25px;
    transition: .7s;
    margin-bottom: 20px;
}
.prop-it-work-sell-section:hover {
    box-shadow: 0px 0px 9px -1px #ccc;
}
.prop-it-work-sell-section:hover .prop-it-sell-text-section span {
    color: #ff0000;
}
.prop-it-sell-text-section span {
    color: #232323;
    transition: .5s;
    font-size: 18px;
    font-weight: 600;
}
.prop-it-work-image {
    margin: 0 auto;
    display: table;
}
.prop-it-sell-text-section {
    text-align: center;
    margin-top: 4px;
}
.prop-it-sell-text-section p {
    color: #999;
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 26px;
    font-size: 16px;
}
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 1px solid #ddd;
    margin-right: 0;
    color: #777;
    padding: 10px 30px;
    border-radius: 0;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    position: relative;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
/* Below tabs mode */
.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
}
.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    padding-bottom: 15px;
}
.prop-newest-section .nav-tabs {
    position: absolute;
    right: 15px;
    top: 0;
}
/* Below tabs mode */
/*prop-newest-section*/
.prop-estate-links img {
    border-radius: 40px;
    border: 1px solid #fff;
    width: 97% !important;
    height: 36px;
}
.prop-main-contents {
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.prop-main-contents .prop-real-estate-box {
    background: #fff;
}
.prop-newest-main-section {
    margin-bottom: 30px;
    border-radius: 20px;
}
.prop-newest-main-section .prop-estate-table {
    padding: 5px 15px;
}
.prop-estate-advertisement {
    padding: 10px 15px;
}
.prop-newset-heading h2 {
    color: #232323;
    font-size: 26px;
    font-weight: 500;
    text-align: left;
}
.prop-newset-heading {
    margin-bottom: 50px;
    position: relative;
}
.prop-newset-heading h2::before {
    background-color: #232323;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}
.prop-newset-heading h2::after {
    background-color: #232323;
    bottom: -15px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}
.prop-newset-heading a.btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 30px;
}
.prop-estate-rent {
    position: relative;
}
.prop-estate-rent .btn-theme {
    border-radius: 8px;
    padding: 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.prop-newest-image {
    position: relative;
    margin-bottom: 5px;
    background-color: #FFF;
    border-radius: 12px;
    overflow: hidden;
}
.prop-newest-main-section .prop-newest-image img {
    border-radius: 12px;
}
.prop-estate-links {
    position: absolute;
    top: 5%;
    left: 15%;
    height: 40px;
    width: 40px;
}
.ad-grid-slider .prop-estate-links {
    left: 20%;
}
.prop-estate-links img {
    border-radius: 30px !important;
    width: auto;
}
.prop-estate-icons {
    position: absolute;
    top: 5%;
    left: 4%;
}
.prop-estate-icons i {
    color: #fff;
    background: #cccc;
    padding: 11px;
    border-radius: 20px;
}
.prop-estate-select-categories {
    text-align: center;
    margin-top: 18px;
}
.prop-estate-select-categories .btn-theme {
    padding: 10px 30px;
}
.prop-newest-section {
    position: relative;
}
.newest .prop-estate-links, .featured-slider-1 .prop-estate-links, .posts-masonry .prop-estate-links {
    left: 20%;
}
/*prop-newest-section*/
/*prop-call-to-action*/
.prop-map-hero .ad-map {
    height: 640px;
}
.prop-call-to-action {
    height: auto;
    padding: 60px 0 80px;
}
.prop-content-to-action {
    text-align: center;
}
.prop-action-text-area h4 {
    font-size: 26px;
    line-height: 26px;
    color: #232323;
    font-weight: 500;
}
.prop-action-text-area h3 {
    font-size: 37px;
    font-weight: 600;
    color: #232323;
}
.prop-action-submit-area .prop-list li a {
    padding: 10px 22px;
}
.prop-action-submit-area {
    margin-top: 21px;
}
.prop-action-submit-area .prop-list .prop-action-preview a {
    padding: 10px 22px;
    background-color: #ff0000;
}
/*prop-call-to-action*/
/*prop-ad-location*/
.ad-location-main-area {
    margin-bottom: 25px;
}
.prop-location-city {
    position: absolute;
    top: 10%;
    color: #FFF;
    left: 8%;
}
.prop-location-city span {
    font-size: 22px;
    font-weight: 600;
}
.prop-ad-location-images {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.prop-ad-location-images.ad-img-cus {
    margin-bottom: 30px;
}
.prop-ad-location-images::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}
.prop-location-details {
    position: absolute;
    bottom: 10%;
    right: 10%;
}
.prop-location-details .btn-theme {
    color: #FFF;
    background: transparent;
    font-size: 14px;
}
.prop-location-details .btn-theme:hover, .prop-location-details .btn-theme:focus {
    background-color: transparent;
    color: #FFF;
}
.prop-ad-location-section {
    position: relative;
    margin-bottom: 25px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.prop-ad-location-section::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
}
.ad-location-main-area {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.ad-location-main-area::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}
.dec-location-cotent .owl-carousel .owl-nav button.owl-next, .dec-location-cotent .owl-carousel .owl-nav button.owl-prev {
    background-color: #FFF !important;
    padding: 20px 10px !important;
}
.dec-location-cotent .owl-carousel .owl-nav button.owl-next i, .dec-location-cotent .owl-carousel .owl-nav button.owl-prev i {
    color: #232323;
}
/*prop-ad-location*/
/*Meet Our Agents*/
.prop-agent-box {
    position: relative;
    margin-bottom: 30px;
}
.prop-agent-text-section {
    box-shadow: 0px 1px 8px -1px #ccc;
    padding: 10px 15px;
    background: #fff;
}
.prop-agent-text-section h5 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
}
.prop-agent-text-section p {
    margin-bottom: 0px;
    color: #999;
}
.prop-agent-text-section span {
    color: #232323;
    font-size: 15px;
}
.prop-agent-text-section p i {
    color: #ff0000;
    margin-right: 6px;
}
.prop-agent-icons {
    overflow: hidden;
    position: absolute;
    top: 45%;
    left: 20%;
    display: none;
    transition: .6s;
}
.prop-agent-box:hover .prop-agent-icons {
    display: block;
}
.prop-agent-box:hover .prop-agent-image::before {
    display: block;
    transition: .6s;
}
.prop-agent-image {
    position: relative;
}
.prop-agent-image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}
/*Meet Our Agents*/
.prop-footer-section {
    height: auto;
    padding: 40px 0;
}
.prop-footer-section .prop-footer-content li {
    margin-right: 14px;
}
.prop-footer-section .prop-footer-content li a {
    color: #232323;
}
.prop-footer-categories {
    float: right;
    margin-top: 7px;
}
.prop-footer-content-area {
    border-bottom: 1px solid #cccc;
    margin-top: 15px;
    margin-bottom: 20px;
}
.prop-footer-cr p {
    color: #232323;
}
.prop-footer-cr p span a {
    color: #ff0000;
}
/*prop-footer-section*/
@media (min-width: 1024px) and (max-width: 1279px) {
    .prop-latest-selections {
    display: none;
}
 .prop-latest-textfields .prop-sumit-form .btn-theme {
    width: 100%;
}
 .prop-latest-textfields .select2-container .select2-selection--single {
    width: 75%;
}
 .prop-latest-content-area {
    padding-top: 70px !important;
}
 .prop-ad-location-section img {
    width: 100%;
}
 .prop-ad-location-images img {
    width: 100%;
}
 .prop-newest-section .prop-newest-image img {
    width: 100%;
}
 .prop-map-hero .no-padding {
    padding: inherit;
}
 .prop-estate-table {
    padding: 0 10px;
}
 .adf-header {
    margin-top: 0;
    margin-right: 0;
}
 .adf-header .form-control {
    width: 100%;
}
 .adf-header .btn-theme i {
    margin: 0 auto;
    display: table;
}
 .adf-header {
    margin-bottom: 20px;
}
 .prop-agent-box {
    margin-bottom: 25px;
}
 .prop-agent-box img {
    width: 100%;
}
 .prop-ad-location-section {
    margin-bottom: 25px;
}
 .prop-ad-location-images {
    margin-bottom: 25px;
}
 .prop-action-text-area h4 {
    font-size: 22px;
}
 .prop-action-text-area h3 {
    font-size: 26px;
}
 .prop-action-submit-area .prop-list li a {
    padding: 8px 16px;
}
 .prop-action-submit-area .prop-list .prop-action-preview a {
    padding: 8px 16px;
}
 .prop-search-categories .btn-theme {
    width: 100%;
}
 .prop-search-categories {
    margin-top: 15px;
}
 .prop-estate-table .prop-content-area li {
    margin-right: 0;
}
 .prop-footer-cr p {
    font-size: 15px;
}
 .prop-footer-section .prop-footer-content li a {
    font-size: 15px;
}
 .prop-map-hero .col-xs-12 {
    padding-right: 0 !important;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
    .prop-latest-content-area {
    padding-top: 120px !important;
}
 .scrollbar-wrap {
    margin-bottom: 30px;
}
 .prop-latest-textfields .prop-sumit-form {
    right: 0% !important;
    top: 52% !important;
}
 .prop-estate-image-section img {
    width: 100%;
}
 .prop-real-estates {
    padding: 20px;
}
 .scrolable-ads {
    height: 400px;
}
 .prop-latest-selections {
    display: none;
}
 .prop-agent-image img {
    width: 100%;
}
 .prop-agent-box {
    margin-bottom: 25px;
}
 .prop-it-sell-text-section p {
    font-size: 14px;
}
}
.prop-location-city.prop-loc {
    left: 4%;
}
.prop-location-details.prop-detail {
    right: 5%;
}
.new-social-icons .list-inline li .fa-pinterest {
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    padding: 7px;
    color: #FFFFFF;
    text-align: center;
    width: 28px;
    background-color: #cd201f;
}
.new-social-icons .list-inline li .fa-youtube-play {
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    padding: 7px;
    color: #FFFFFF;
    text-align: center;
    width: 28px;
    background-color: #cd201f;
}
.new-social-icons .list-inline li .fa-instagram {
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    padding: 7px;
    color: #FFFFFF;
    text-align: center;
    width: 28px;
    background-color: #3f729b;
}
.new-social-icons .list-inline li .fa-flickr {
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    padding: 7px;
    color: #232323;
    text-align: center;
    width: 28px;
    background-color: #3f729b;
    color: #fff;
}
.new-social-icons .list-inline li .fa-tumblr {
    background: #425E79;
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    padding: 7px;
    color: #232323;
    text-align: center;
    width: 28px;
    color: #fff;
}
.new-social-icons .list-inline li .fa-vimeo {
    background-color: rgb(26, 46, 59);
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    padding: 7px;
    color: #fff;
    text-align: center;
    width: 28px;
}
.new-social-icons .list-inline li .fa-reddit {
    background: rgb(255, 69, 0);
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    padding: 7px;
    color: #fff;
    text-align: center;
    width: 28px;
}
/*real estate new hero section*/
.prop-latest-content-area .prop-latest-text h1 {
    font-size: 28px;
    color: #fff;
    line-height: 36px;
    font-weight: 500;
}
.prop-latest-content-area .prop-latest-text p {
    color: #fff;
    font-size: 18px;
    margin-top: 22px;
}
.prop-latest-content-area .prop-latest-textfields {
    margin-top: 20px;
    position: relative;
}
.prop-hero-latest::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
}
.prop-hero-latest {
    position: relative;
}
.prop-latest-content-area .prop-latest-text h1::before {
    background-color: #fff;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}
.prop-latest-content-area {
    padding-top: 190px;
}
.prop-latest-textfields .select2-container .select2-selection--single {
    width: 75%;
    border-radius: 30px;
    height: 48px;
    padding: 0 15px;
    position: relative;
}
.prop-latest-textfields .form-control {
    border-radius: 30px;
    height: 47px;
    margin-bottom: 22px;
    padding: 0 20px;
}
.prop-latest-selections {
    margin-top: 60px;
}
.prop-latest-textfields .prop-sumit-form {
    position: absolute;
    right: 0%;
    top: 60%;
}
.prop-latest-textfields .prop-sumit-form .btn-theme {
    padding: 12px 35px;
    border-radius: 30px;
}
.prop-main-wrapped {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
}
/*real estate new hero section*/
@media (min-width: 1280px) and (max-width: 1599px) {
    .prop-latest-selections {
    margin-top: 137px;
}
 .prop-estate-image-section {
    padding-right: 10px;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .prop-latest-textfields .prop-sumit-form {
    top: 51%;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
    .scrollbar-wrap {
    margin-bottom: 30px;
}
 .prop-latest-content-area {
    padding-top: 90px;
}
 .prop-latest-content-area .prop-latest-text h1 {
    font-size: 32px;
    line-height: 42px;
}
 .prop-latest-textfields .prop-sumit-form {
    right: 12%;
    top: 54%;
}
 .prop-estate-image-section {
    float: none;
    padding-right: 0;
    text-align: center;
    margin: 0 auto;
    display: table;
}
 .prop-real-estate-box {
    padding: 15px;
    text-align: center;
}
 .prop-newest-section .nav-tabs {
    position: relative;
    margin-bottom: 10px;
}
}
@media (min-width: 320px) and (max-width: 767px) {
    .prop-latest-selections {
    display: none;
}
 .prop-latest-content-area {
    padding-top: 60px;
    padding-bottom: 30px;
}
 .prop-latest-textfields .prop-sumit-form {
    position: relative;
}
 .prop-latest-textfields .select2-container .select2-selection--single {
    width: 100%;
}
 .prop-latest-textfields .prop-sumit-form .btn-theme {
    width: 100%;
}
 .prop-newset-heading a.btn {
    display: none;
}
 .prop-estate-image-section {
    float: none;
    padding-right: 0;
    text-align: center;
    margin: 0 auto;
    display: table;
}
 .prop-real-estate-box {
    padding: 15px;
    text-align: center;
}
 .prop-newest-section .nav-tabs {
    position: relative;
    margin-bottom: 10px;
}
 .prop-ad-location-images {
    margin-bottom: 10px;
}
 .prop-agent-image img {
    position: relative;
    width: 100%;
}
 .prop-search-categories {
    margin-top: 0;
}
 .prop-search-categories .btn-theme {
    width: 100%;
    border: none;
    margin-bottom: 20px;
}
}
.prop-newest-main-section .prop-newest-image .listing-bidding {
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
}
.prop-ad-location-section img, .prop-ad-location-images img {
    width: 100%;
}
/** mobile-forest.css*/
@charset "utf-8";
    /* CSS Document */
.no-extra {
    padding: 30px 0;
}
/*mobile-hero-section start*/
.mob-hero-text-section h3 {
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 5px;
}
.mob-hero-text-section p {
    color: #fff;
    font-weight: 300;
    position: relative;
    font-size: 22px;
    width: 70%;
    margin: 0 auto;
    font-family: 'Quicksand', sans-serif;
}
.mob-hero-text-section {
    text-align: center;
    margin-top: 70px;
    min-height: 480px;
}
.mob-hero-section .owl-controls {
    display: none;
}
.mob-hero-slider-section img {
    position: absolute;
    top: 0;
}
/*mobile-hero-section end*/
/*mob-brands start*/
.mob-brands {
    background: #f9f9f9;
}
.mobile-brand-text {
    margin-bottom: 35px;
}
.mobile-brand-text h3 {
    color: #232323;
    font-weight: 500;
    font-size: 22px;
}
.mobile-brand-text h3::before {
    background-color: #232323;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}
.mobile-brand-text h3::after {
    background-color: #232323;
    bottom: -11px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}
.mob-brands-logo {
    border: 1px solid #f5f5f5;
    margin-bottom: 12px;
    transition: .5s;
}
.mob-brands-logo:hover {
    background: #F9F9F9;
}
.mob-brands-main-content-area {
    background: #fff;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
}
.mob-brands-main-content-area ul li {
    width: 22.2%;
    margin-right: 25px;
    padding: 0;
    margin-bottom: 15px;
    float: left;
}
.mob-brands-main-content-area ul li:nth-child(4n+4) {
    margin-right: 0;
}
.mob-brand-banner {
    margin-bottom: 25px;
}
.mob-brand-categories {
    position: absolute;
    top: 5%;
    right: 4%;
}
.mob-brand-categories a {
    padding: 8px 36px;
}
.mob-brand-content-area {
    position: relative;
}
.mob-featured-ad h4 {
    color: #232323;
    font-weight: 500;
    font-size: 18px;
}
.mob-featured-ad {
    padding: 12px 20px;
    border-bottom: 1px solid #f5f5f5;
    background-color: #FFF;
}
.mob-brands-section {
    background: #fff;
    position: relative;
}
.mob-brand-image {
    float: left;
    margin-right: 20px;
}
.mob-brand-box {
    position: relative;
    margin-bottom: 20px;
}
.mob-brand-box: last-child {
    margin-bottom: 0;
}
.mob-brand-text-area {
    position: relative;
    padding: 12px 0;
    overflow: hidden;
}
.mob-brand-text-area p {
    margin: 0;
    font-size: 14px;
    color: #999;
}
.mob-brand-text-area p i {
    color: #ff0000;
    margin-right: 10px;
    font-size: 12px;
}
.mob-brand-text-area h5 a {
    color: #232323;
    font-weight: 500;
    font-size: 16px;
}
.mob-brand-text-area span {
    font-weight: 600;
    color: #232323;
}
.mob-theme-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 4px;
}
.mob-brand-feature-ad {
    position: relative;
    overflow: hidden;
    padding: 20px;
}
.mob-brand-more-ads .btn-theme {
    width: 100%;
}
.mob-brand-more-ads {
    margin-top: 10px;
}
/*mob-brands end*/
/*mob-newest-ads*/
.mob-newest-ads {
    position: relative;
}
.mob-newest-ads .owl-theme .owl-controls {
    display: none;
}
.mob-newest-ads .mob-brand-categories {
    top: -22%;
    right: 0;
}
.mob-newest-ads .prop-estate-table .prop-content-area li: last-child {
    margin: 0;
}
.mob-newest-ads .mob-slider-content {
    position: relative;
}
/*mob-newest-ads*/
/*mob-samsung-categories*/
.mob-samsung-categories {
    position: relative;
}
.mob-samsung-latest-product {
    margin: 0 auto;
    display: table;
}
.mob-samsung-products {
    background: #FFFFFF;
}
.mob-samsung-text h4 {
    color: #232323;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}
.mob-samsung-text h4 a {
    color: #232323;
}
.mob-samsung-text {
    padding: 10px;
    text-align: center;
}
.mob-samsung-text span {
    color: #999;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
}
.mob-samsung-categories .owl-theme .owl-controls .owl-nav div {
    background: #fff;
    padding: 0px 10px;
    border-radius: 0;
    transition: .5s;
}
.mob-samsung-categories .owl-theme .owl-controls .owl-nav div:hover {
    background: #eb2a28;
}
.mob-samsung-categories .owl-theme .owl-controls .owl-nav i:hover {
    color: #FFFFFF;
}
.mob-samsung-categories .owl-theme .owl-controls .owl-nav i {
    font-size: 22px;
    color: #232323;
}
.mob-samsung-categories .owl-nav {
    position: absolute;
    right: 0;
    top: -40%;
    margin-top: 0;
}
.mob-samsung-categories .owl-dots {
}
.mob-sa-contents {
    margin-bottom: 20px;
    background-color: #FFF;
    padding: 20px 30px;
}
.mob-new-ads {
    margin-bottom: 20px;
}
.mob-details-lg-2 {
    position: relative;
    text-align: left;
}
.mob-all-categories .mob-latest-categories li img {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}
.mob-details-lg {
    text-align: left;
}
.mob-all-categories {
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.mob-details-lg h6 {
    font-size: 16px;
    font-weight: 500;
    color: #232323;
}
.mob-details-lg p {
    color: #999999;
    margin: 0;
}
.mob-all-categories .mob-latest-categories li {
    padding: 10px 20px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.mob-all-categories .mob-latest-categories li i {
    position: absolute;
    right: 20px;
    top: 35%;
    opacity: .4;
    font-size: 20px;
    color: #999;
}
.mob-latest-contents {
    text-align: left;
}
.mob-latest-contents h5 {
    font-size: 18px;
    color: #232323;
    font-weight: 500;
}
.mob-brand-feature-ad-2 {
    background: #FFFFFF;
}
.mob-blog {
    position: relative;
}
.mob-blog .mob-brand-categories {
    top: 15%;
}
.mob-brand-feature-ad-2 .mob-brand-text-area {
    position: relative;
}
.mob-brand-feature-ad-2 .mob-brand-text-area h5 {
    font-size: 16px;
    font-weight: 500;
    color: #232323;
}
.mob-samsung-categories .mob-app-widget {
    margin-bottom: 20px;
}
.mob-samsung-categories .mob-app-widget: last-child {
    margin-bottom: 0;
}
/*mob-samsung-categories*/
/*mob-call-to-action*/
.mob-call-to-action {
    border-bottom: 1px solid #f5f5f5;
}
.mob-call-text-section h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
}
.mob-call-text-section p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.mob-logo-img {
    float: left;
    position: relative;
    margin-right: 20px;
}
.mob-details-section {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.mob-details-section p {
    margin: 0;
    font-size: 14px;
    color: #232323;
    font-family: 'Quicksand', sans-serif;
}
.mob-details-section span {
    color: #232323;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    word-wrap: break-word;
}
.mob-call-to-action .mob-contact-section li {
    margin-right: 20px;
}
/*mob-call-to-action*/
.owl-carousel {
}
.mob-hero-section .owl-carousel .owl-item {
    background: none;
    background: #FFFFFF;
    opacity: .3;
    transition: .5s;
}
.mob-hero-section .owl-carousel .active {
    background: none;
    background: #FFFFFF;
    opacity: 1;
}
.mob-blog-post .custom-padding {
    padding-top: 30px}
/*footer*/
.footer-widget-title h2 {
    font-size: 20px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 20px;
}
.widget.widget_nav_menu .menu li a {
    color: #232323 !important;
    display: inline-flex;
}
.mob-hero-section .owl-carousel .owl-item.center {
    opacity: 1;
}
.mob-hero-section .owl-carousel .owl-item {
    opacity: .5;
}
/*footer*/
@media (min-width: 768px) and (max-width: 1023px) {
    .mob-brand-feature-ad-2 .mob-brand-text-area {
    text-align: center;
    padding: 10px;
}
 .mob-hero-text-section p {
    display: none;
}
 .mob-call-text-section {
    margin-bottom: 25px;
}
 .mob-brand-text-area h5 {
    font-size: 14px;
}
 .mob-brand-image {
    float: none !important;
    margin-right: 0 !important;
}
 .mob-brand-image img {
    width: 100%;
}
 .mob-brand-text-area {
    text-align: center;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .mob-brand-text-area h5 {
    font-size: 14px !important;
}
 .mob-hero-text-section {
    left: 2% !important;
}
}
@media (min-width: 320px) and (max-width: 767px) {
    .mob-hero-text-section p {
    display: none;
}
 .mob-new-ads {
    margin-top: 20px;
}
 .mob-new-ads img {
    width: 100%;
}
 .mob-bar-content {
    text-align: center;
}
 .mob-brands .list-inline li {
    float: left;
}
 .mob-brands-main-content-area {
    padding: 15px;
    overflow: hidden;
}
 .mob-logo-img {
    margin: 0 auto;
    display: table;
}
 .mob-details-section {
    text-align: center;
}
 .mob-brand-categories {
    top: 5% !important;
}
 .mob-hero-text-section h3 {
    font-size: 20px;
}
 .mob-hero-text-section h3 {
    padding: 0;
}
 .mob-call-text-section {
    margin-bottom: 20px;
}
 .mob-logo-img {
    float: none;
}
 .mob-details-section {
    margin-top: 20px;
    margin-bottom: 20px;
}
 .mob-brand-banner {
    margin-top: 20px;
}
 .mob-hero-text-section {
    margin-top: 10px;
    min-height: 150px;
}
 .mob-brands-main-content-area ul li {
    width: 47.1%;
    margin-right: 15px;
    margin-bottom: 10px;
}
 .mob-brands-main-content-area ul li:nth-child(2n+2) {
    margin-right: 0;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
    .mob-hero-text-section {
    min-height: 154px;
    margin-top: 15px;
}
 .mob-hero-text-section h3 {
    font-size: 18px;
}
 .mob-brands-main-content-area ul li:nth-child(2n+2) {
    margin-right: 0;
}
 .mob-brand-categories {
    position: absolute;
    top: 34px;
    right: 7%;
}
 .mob-brands-main-content-area ul li {
    width: 48%;
    margin-right: 15px;
    margin-bottom: 15px;
}
 .mob-brands-main-content-area ul li .mob-brands-logo img {
    margin: 0 auto;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .adf-header .form-control {
    width: 180px;
}
 .mob-hero-text-section {
    min-height: 270px;
    margin-top: 20px;
}
 .mob-hero-text-section p {
    font-size: 16px;
}
 .mob-hero-text-section h3 {
    font-size: 30px;
}
 .mob-brands-main-content-area ul li {
    width: 21.7%;
}
}
/** service.css*/
.services-top-bar .mob-top-bar {
    background: #232323;
}
.srvs-search-bars .prop-search-contents {
    position: relative;
    background: #f9f9f9;
    padding: 25px;
    margin-top: -100px;
    float: left;
    width: 100%;
}
.srvs-hero-section {
    height: 680px;
    position: relative;
    padding-top: 200px;
}
.srvs-hero-section::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}
.srvs-hero-content-area {
    text-align: center;
}
.srvs-hero-text-section h1 {
    font-size: 44px;
    color: #fff;
    font-weight: 600;
}
.srvs-hero-details p {
    font-size: 20px;
    margin: 0 auto;
    color: #fff;
    width: 65%;
}
.srvs-hero-img {
    margin: 0 auto;
    display: table;
}
.srvs-hero-details {
    margin-top: 12px;
}
.srvs-hero-workers {
    margin: 0 auto;
    display: table;
    padding-top: 58px;
}
/*srvs-hero-section*/
.srvs-search-bars input.form-control {
    border-radius: 4px;
}
.srvs-search-bars .select2-container--default .select2-selection--single {
    border-radius: 4px;
}
.prop-search-bar .form-group {
    position: relative;
}
.prop-search-bar .form-group .adforest-search-spinner {
    position: absolute;
    right: 30px;
    top: 45px;
}
/*srvs-explore-section*/
.srvs-explore-img {
    margin: 0 auto;
    display: table;
}
.srvs-explore-details {
    text-align: center;
    margin-top: 8px;
}
.srvs-explore-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 10px;
}
.srvs-explore-details h4 {
    font-size: 18px;
    color: #232323;
    font-weight: 500;
}
.srvs-explore-details p {
    margin: 0;
    color: #999;
}
.srvs-explore-section .srvs-ex {
    color: #ffbe00;
}
.srvs-explore-section .heading-panel h1::before {
    background-color: #232323;
}
.srvs-explore-section .heading-panel h1::after {
    background-color: #232323;
}
.srvs-search-bars .prop-search-categories .btn-theme {
    border: none;
}
/*srvs-explore-section*/
/*srvs-provider-section*/
.srvs-prov-text h3 {
    font-size: 34px;
    color: #232323;
    font-weight: 600;
    line-height: 40px;
}
.srvs-prov-text h4 {
    color: #ffbe00;
    font-size: 28px;
    font-weight: 600;
}
.srvs-prov-text p {
    margin-top: 25px;
    line-height: 28px;
    color: #999;
}
.srvs-prov-text h4::before {
    background-color: #232323;
    bottom: -6px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}
.srvs-prov-text h4::after {
    background-color: #232323;
    bottom: -11px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}
.srvs-prov-more {
    margin-top: 25px;
    margin-bottom: 20px;
}
.srvs-prov-more p {
    line-height: 28px;
    color: #999;
}
.srvs-prov-details .srvs-prov-contents li a {
    padding: 10px 30px;
    border-radius: 20px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.srvs-prov-details .srvs-prov-contents li: last-child a {
    background-color: #FFF;
    color: #242424;
}
.srvs-prov-contents {
    margin-bottom: 30px;
}
/*srvs-provider-section*/
/*srvs-featured-ads*/
.srvs-featured-ads-2 .btn-theme {
    border: none;
    padding: 8px 30px;
    color: #FFFFFF;
}
.srvs-featured-ads-2 {
    text-align: center;
}
.srvs-featured-ads .srvs-ex {
    color: #ffbe00;
}
/*srvs-featured-ads*/
/*srvs-great-products*/
.srvs-products-details {
    text-align: center;
}
.srvs-products-details h4 {
    color: #232323;
    font-weight: 500;
    font-size: 14px;
}
.srvs-products-details span {
    color: #999;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}
.srvs-contents {
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
    padding: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #fff;
}
/*srvs-great-products*/
/*srvs-apps*/
.srvs-apps-section .mobile-apps-text {
    padding-top: 0;
}
.srvs-apps-section .mobile-images-h6 {
    margin: 0;
}
.animals-top-categories {
    columns: 2;
    list-style: disc;
    padding-left: 15px;
}
/*srvs-apps*/
@media (min-width: 768px) and (max-width: 1023px) {
    .srvs-prov-text h3 {
    font-size: 32px;
    line-height: 38px;
}
 .srvs-prov-text h4 {
    font-size: 26px;
}
 .srvs-featured-ads .prop-estate-table .prop-content-area li {
    margin-right: 5px;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .srvs-hero-workers {
    padding-top: 75px;
}
 .srvs-prov-text h3 {
    font-size: 32px;
    line-height: 38px;
}
 .srvs-prov-text h4 {
    font-size: 26px;
}
}
@media (min-width: 320px) and (max-width: 767px) {
    .prop-newest-image img {
    width: 100%;
}
 .srvs-prov-text h3 {
    font-size: 32px;
    line-height: 30px;
}
 .srvs-prov-text h4 {
    font-size: 26px }
 .srvs-hero-section {
    height: auto;
}
 .srvs-hero-workers {
    display: none;
}
 .srvs-hero-text-section {
    margin-bottom: 12px;
}
 .srvs-hero-text-section h1 {
    font-size: 38px;
    line-height: 44px;
}
 .srvs-new-products {
    margin: 0 auto;
    display: table;
}
 .srvs-providers {
    margin-top: 30px;
}
 .srvs-hero-details {
    margin-top: 12px;
    padding: 0;
}
}
.srvs-colored-header .top-header-3 .mega-menu.menu-2 {
    background-color: #fff;
    position: relative !important;
}
.srvs-colored-header .top-header-3 {
    position: relative;
}
.srvs-colored-header .top-header .mega-menu.desktopTopFixed .menu-list-items {
    background-color: #fff;
}
/** toy.css*/
@charset "utf-8";
    /* CSS Document */
/*toys-hero-section*/
.toys-hero-section {
    position: relative;
}
.toys-hero-section .mob-latest-contents h5 {
    color: #FFFFFF;
}
.toys-hero-text h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 53px;
    font-weight: 600;
    line-height: 56px;
}
.toys-hero-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.toys-hero-shop .btn-theme {
    background: #fff;
    color: #232323;
    padding: 8px 28px;
    font-weight: 600;
}
.toys-hero-content {
    position: relative;
    overflow: hidden;
}
.toys-hero-shop {
    margin-top: 25px;
}
.toys-hero-accesories {
    padding: 70px 20px;
}
.toys-new-accessories .toys-hero-content .toys-hero-accesories .toys-hero-logo {
    max-width: 200px;
}
.toys-new-accessories .toys-hero-content .toys-hero-img {
    margin-top: 30px;
}
.toys-hero-section .owl-nav {
    display: none;
}
.toys-hero-section .owl-theme .owl-dots .owl-dot span {
    background: #FFFFFF;
    margin: 0;
}
.toys-new-accessories.owl-carousel .owl-dots {
    position: relative;
    margin-top: -40px;
    padding: 0;
}
.toys-new-accessories.owl-carousel .owl-dots button.owl-dot {
    background-color: transparent !important;
}
.toys-new-accessories.owl-carousel .owl-dots button.owl-dot.active span {
    background-color: #232323;
}
/*toys-hero-section*/
/*toys-biggest-section*/
.toys-es-text {
    position: absolute;
    top: 10%;
    left: 6%;
}
.toys-es-text h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
.toys-ex-categories {
    position: absolute;
    bottom: 0;
    right: 3%;
}
.toys-ex-shops .btn-theme {
    background: transparent;
    border: none;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}
.toys-ex-shops .btn-theme:hover, .toys-ex-shops .btn-theme:focus {
    background-color: transparent;
}
.toys-ex-shops {
    position: absolute;
    bottom: 7%;
    left: 6%;
}
.toys-es-sale .toys-es-text {
    position: absolute;
    top: 10%;
    left: 10%;
}
.toys-es-sale .toys-es-text h4 {
    font-size: 18px;
    line-height: 27px;
}
.toys-es-sale-2 {
    position: relative;
}
.toys-es-sale-2::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgb(39, 63, 152);
    opacity: 0.5;
}
.toys-es-sale-2 .toys-es-text {
    text-align: center;
}
.toys-es-sale-2 .toys-es-text h4 {
    font-size: 17px;
    line-height: 25px;
}
.toys-es-sale-2 .toys-es-text {
    left: 20%;
    top: 32%;
}
.toys-ex-icons {
    position: absolute;
    top: 10%;
    left: 43%;
}
.toys-ex-icons i {
    font-size: 33px;
    color: #fff;
}
.toys-es-sale-2 .toys-ex-shops {
    position: absolute;
    bottom: 18%;
    left: 26%;
}
.toys-great-products .srvs-ex {
    color: #ff0000;
}
.toys-great-products .heading-panel h1::before {
    background-color: #FF0000;
}
.toys-great-products .heading-panel h1::after {
    background-color: #FF0000;
}
.toys-great-products .srvs-featured-ads-2 .btn-theme {
    background-color: #FF0000;
}
.toys-great-products {
    background: #fcfcfe;
}
.widget.widget_nav_menu ul li {
    display: block;
}
.toys-call-to-action {
    height: 330px;
    position: relative;
}
.toys-action-text h3 {
    color: #fff;
    line-height: 50px;
    font-size: 40px;
    font-weight: 500;
}
.toys-action-text span {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}
.toys-action-text p {
    color: #fff;
    line-height: 26px;
    margin-top: 10px;
}
.toys-action-img {
    margin-top: -80px;
}
.toys-action-shop {
    margin-top: 20px;
}
.toys-action-shop .btn-theme {
    background: #fff;
    color: #232323;
    padding: 8px 28px;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
}
.toys-action-main-content {
    padding: 5px 80px;
}
.toys-latest-products {
    position: absolute;
    bottom: -65px;
    left: 0px;
}
.toys-latest-products img {
    width: 60%;
}
/*toys-call-to-action*/
.toys-shops .mob-samsung-text {
    text-align: center;
}
.toys-shops-2 .mob-samsung-categories {
    text-align: left;
}
.toys-shops-2 .mob-new-ads {
    margin-top: 25px;
}
.toys-blog-post {
    background: #f9f9f9;
}
.toys-blog-post .mob-blog .mob-brand-categories {
    top: 9%;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .toys-es-sale .toys-es-text h4 {
    font-size: 14px;
    line-height: 23px;
}
 .toys-hero-accesories {
    padding: 25px;
}
 .toys-es-text h4 {
    line-height: 28px;
    font-size: 20px;
}
 .toys-hero-text p {
    font-size: 14px;
}
 .toys-hero-text h3 {
    font-size: 32px;
    line-height: 40px;
}
 .toys-action-text h3 {
    line-height: 50px;
    font-size: 36px;
    font-weight: 500;
}
 .toys-action-text span {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}
 .toys-action-main-content {
    padding: 0;
}
 .toys-latest-products {
    display: none;
}
 .toys-action-img {
    margin-top: -50px;
}
 .toys-hero-shop .btn-theme {
    padding: 6px 20px;
}
 .toys-es-sale {
    margin-bottom: 20px;
    position: relative;
}
 .toys-es-sale img {
    width: 100%;
}
 .toys-ex-categories {
    right: 0;
}
 .toys-ex-categories img {
    width: 90%;
}
 .toys-es-text {
    top: 20%;
}
 .toys-ex-shops {
    bottom: 10%;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .toys-es-sale .toys-es-text h4 {
    font-size: 14px;
    line-height: 22px;
}
 .toys-ex-shops .btn-theme {
    font-size: 12px;
}
 .toys-hero-accesories {
    padding: 30px;
}
 .toys-hero-text h3 {
    line-height: 48px;
    font-size: 42px;
}
 .toys-ex-categories {
    right: -3%;
}
 .toys-ex-categories img {
    width: 85%;
}
 .toys-latest-products {
    display: none;
}
 .toys-action-img {
    margin-top: -60px;
}
 .toys-action-main-content {
    padding: 10px 30px;
}
 .toys-es-sale-2 .toys-ex-shops {
    bottom: 6%;
}
 .toys-es-sale-2 .toys-es-text h4 {
    font-size: 16px;
    line-height: 24px;
}
 .toys-es-sale-2 .toys-es-text {
    top: 36%;
}
}
@media (min-width: 320px) and (max-width: 767px) {
    .toys-es-sale-2 .toys-ex-shops {
    left: 32%;
}
 .toys-es-sale-2 .toys-es-text {
    left: 26%;
}
 .toys-es-sale-2 .toys-es-text h4 {
    font-size: 17px;
    line-height: 27px;
}
 .toys-es-text h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
 .toys-es-sale-2 img {
    width: 100%;
}
 .toys-es-sale {
    margin-bottom: 25px;
}
 .toys-es-sale .toys-es-text h4 {
    font-size: 24px;
    line-height: 34px;
}
 .toys-es-sale img {
    width: 100%;
}
 .toys-ex-shops {
    bottom: 20%;
    left: auto;
    right: 10%;
}
 .toys-es-img {
    margin-bottom: 25px;
}
 .toys-ex-categories img {
    display: none;
}
 .toys-hero-section .owl-dots {
    display: none !important;
}
 .toys-hero-text p {
    font-size: 16px;
}
 .toys-hero-text h3 {
    font-size: 42px;
    line-height: 48px;
}
 .toys-action-main-content {
    padding: 0;
}
 .toys-latest-products {
    display: none;
}
 .toys-call-to-action {
    height: auto;
}
 .toys-action-img {
    margin-top: 0;
}
 .toys-action-text h3 {
    line-height: 60px;
    font-size: 34px;
}
 .toys-action-text span {
    font-size: 34px;
}
 .toys-es-text.grid {
    width: 100%;
}
 /*slider new upted images */
 .toys-hero-accesories {
    padding: 15px 0px 0px 0px;
}
 .toys-new-accessories .toys-hero-content .toys-hero-accesories .toys-hero-logo {
    max-width: 50px;
    float: left;
}
 .toys-hero-text {
    float: left;
    width: 200px;
    margin-left: 15px;
}
 .toys-hero-text h3 {
    font-size: 21px;
    line-height: 20px;
}
 .toys-hero-shop {
    margin-top: 0px;
    text-align: center;
}
 .toys-new-accessories .toys-hero-content .toys-hero-img {
    margin-top: 0px;
    max-width: 160px;
    margin: 0 auto;
}
}
.toys-es-text.grid {
    width: 60%;
}
.toys-es-text.wide {
    width: 50%;
}
.toys-es-img, .toys-es-sale, .toys-es-sale {
    position: relative;
    ;
}
/** sports.css*/
/*sprt-hero-section*/
.sprt-hero-text {
    padding-top: 180px;
    padding-bottom: 130px;
}
.sprt-hero-cric h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    line-height: 26px;
}
.sprt-hero-cric h1 {
    font-size: 68px;
    color: #fff;
    font-weight: 600;
}
.sprt-hero-cric p {
    color: #fff;
    width: 70%;
    font-size: 20px;
}
.sprt-hero-st {
    margin-top: 25px;
}
.sprt-hero-st .btn-theme {
    padding: 8px 26px;
}
.sprt-hero-section {
    height: auto;
    background-size: cover;
    position: relative;
}
.sprt-hero-section::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(5, 3, 29, 0.8);
}
.sprt-explore-section .srvs-explore-section .srvs-ex {
    color: #03a9f4;
}
.sprt-explore-box { position: relative; }
.sprt-ex-ads {
    position: absolute;
    left: 39%;
    bottom: -10%;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.col-lg-2 .srvs-explore-box .sprt-ex-ads {
    left: 31%;
}
.sprt-ex-ads .btn-theme {
    padding: 2px 15px;
    border-radius: 20px;
}
.sprt-explore-box:hover .sprt-ex-ads {
    opacity: 1;
}
.sprt-featured-ads .dec-featured-ads .heading-panel .srvs-ex {
    color: #03a9f4 !important;
}
.sprt-int {
    text-align: center;
}
.sprt-int .btn-theme {
    padding: 8px 28px;
}
.sprt-ad-location .dec-location-section::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(5, 3, 29, 0.7);
}
.sprt-ad-location .dec-location-section {
    background-size: cover;
}
.sprt-mc .dec-brnd-text h4 {
    color: #03a9f4;
}
.sprt-mc .dec-brnd-text h4::before {
    background-color: #03a9f4;
}
.sprt-mc .dec-brnd-text h4::after {
    background-color: #03a9f4;
}
.sprt-mc .dec-brnd-text h2 {
    font-size: 38px;
    line-height: 26px;
}
.sprt-mc .dec-brnd-text h4 {
    font-weight: 500;
    line-height: 55px;
}
/*sprt-action*/
@media (min-width: 320px) and (max-width: 767px) {
    .sprt-hero-cric h1 {
    line-height: 50px;
    font-size: 35px;
}
.sprt-hero-cric h3 {
    font-size: 22px;
    line-height: 26px;
}
.sprt-hero-cric p {
    font-size: 16px;
}
.sprt-hero-text {
    padding-top: 200px;
    padding-bottom: 70px;
}
.sprt-hero-st .btn-theme {
    padding: 6px 22px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1024px) and (max-width: 1279px) {
}
/** decoration.css*/
@charset "utf-8";
    /* CSS Document */
.dec-latest-products .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: 35%;
    border-radius: 50px !important;
    padding: 2px 15px !important;
    background-color: #FFF !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dec-latest-products .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: 35%;
    border-radius: 50px !important;
    padding: 2px 15px !important;
    background-color: #FFF !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dec-latest-products .owl-carousel button.owl-prev i, .dec-latest-products .owl-carousel button.owl-next i {
    line-height: 30px;
    color: #232323;
}
.dec-latest-products .owl-carousel button.owl-prev:hover i, .dec-latest-products .owl-carousel button.owl-next:hover i {
    color: #FFF;
}
/*dec-hero-section*/
.dec-hero-section {
    height: 600px;
    background-size: cover;
}
.dec-dropdown.dropdown-menu {
    right: 0;
    left: auto;
}
.dec-dropdown.dropdown-menu li a .badge {
    margin-left: 5px;
}
.dec-hero-text-section h5 {
    color: #fff;
    font-size: 35px;
    line-height: 26px;
}
.dec-hero-text-section h1 {
    font-size: 54px;
    color: #fff;
    font-weight: 600;
}
.dec-hero-text-section p {
    color: #fff;
    font-size: 18px;
    width: 70%;
}
.dec-hero-content {
    padding-top: 160px;
    padding-bottom: 100px;
}
.dec-hero-text-section {
    position: relative;
}
.dec-hero-search {
    width: 70%;
    position: relative;
    margin-top: 30px;
}
.dec-hero-search input {
    border-radius: 30px;
    padding: 15px 20px;
}
.dec-hero-submit {
    position: absolute;
    right: -5%;
    top: 0;
}
.dec-hero-submit .btn-theme {
    border: none;
    padding: 12px 44px;
    border-radius: 30px;
    font-size: 20px;
}
/*dec-hero-section*/
/*dec-latest-products*/
.dec-product-categories {
    margin: 0 auto;
    display: table;
}
.dec-products-text {
    text-align: center;
    margin-top: 5px;
}
.dec-products-text h5 {
    color: #232323;
    font-weight: 500;
    font-size: 16px;
}
.dec-product-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.dec-latest-products {
    position: relative;
}
.dec-latest-products .owl-controls .owl-nav .owl-next {
    background-color: #bf0000;
    font-size: 18px;
    padding: 2px 12px;
    position: absolute;
    right: -45px;
    top: 70px;
}
.dec-latest-products .owl-controls .owl-nav .owl-prev {
    background-color: #bf0000;
    font-size: 18px;
    padding: 2px 12px;
    position: absolute;
    left: -45px;
    top: 70px;
}
.dec-latest-products .owl-dots {
    display: none !important;
}
.dec-products-ads .btn-theme {
    border: none;
    padding: 3px 12px;
    border-radius: 20px;
}
.dec-products-ads {
    text-align: center;
    margin-top: 5px;
}
/*dec-latest-products*/
/*dec-featured-ads*/
.dec-featured-ads .heading-panel .srvs-ex {
    color: #bf0000 !important;
}
.dec-featured-ads .heading-panel .heading-color {
    color: #232323;
}
.dec-featured-box {
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}
.dec-featured-details-section {
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
}
.dec-featured-details-section h2 {
    color: #232323;
    font-weight: 500;
    font-size: 16px;
}
.dec-featured-details-section p {
    margin-bottom: 3px;
    font-size: 14px;
    color: #999999;
}
.dec-featured-details-section p i {
    margin-right: 5px;
    color: #ff0000;
}
.dec-featured-details-section span {
    font-size: 17px;
    color: #232323;
    font-weight: 500;
}
.dec-featured-new-categories .dec-featured-select li {
    font-size: 14px;
}
.dec-featured-new-categories {
    position: relative;
    padding: 5px 15px;
}
.dec-featured-new-categories ul li {
    margin: 0;
}
.dec-featured-box-img {
    padding: 15px;
    padding-bottom: 0;
    position: relative;
}
.dec-featured-box-img .listing-bidding {
    right: 13px;
}
.img-options-wrap {
    position: absolute;
    top: 10%;
    left: 15px;
    width: 50px;
}
.img-options-wrap .dec-featured-icons {
    background-color: #bf0000;
    padding: 0 18px;
    position: relative;
    min-width: 50px;
    margin-bottom: 5px;
    overflow: hidden;
    display: inline-block;
    line-height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.img-options-wrap .dec-featured-icons::before {
    border-right: 7px solid #a31a20;
    border-bottom: 10px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 7px;
}
.img-options-wrap .dec-featured-icons i {
    color: #fff;
    float: left;
    line-height: 30px}
.img-options-wrap .dec-featured-icons span {
    color: #fff;
    margin-left: 10px;
    position: absolute;
    left: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.img-options-wrap .dec-featured-icons:hover {
    min-width: 110px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.img-options-wrap .dec-featured-icons:hover span {
    left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.img-options-wrap .dec-featured-cam {
    background: #232323;
    padding: 0px 15px;
    position: relative;
    min-width: 50px;
    margin-bottom: 5px;
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.img-options-wrap .dec-featured-cam::before {
    border-right: 7px solid #a31a20;
    border-bottom: 10px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 7px;
}
.img-options-wrap .dec-featured-cam i {
    color: #fff;
    float: left;
    line-height: 30px}
.img-options-wrap .dec-featured-cam span {
    color: #fff;
    margin-left: 10px;
    position: absolute;
    left: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.img-options-wrap .dec-featured-cam:hover {
    min-width: 110px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.img-options-wrap .dec-featured-cam:hover span {
    left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.img-options-wrap .dec-featured-ht {
    background: #ff9c00;
    padding: 0px 15px;
    position: relative;
    min-width: 50px;
    margin-bottom: 5px;
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.img-options-wrap .dec-featured-ht::before {
    border-right: 7px solid #a31a20;
    border-bottom: 10px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 7px;
}
.img-options-wrap .dec-featured-ht i {
    color: #fff;
    float: left;
    line-height: 30px}
.img-options-wrap .dec-featured-ht span {
    color: #fff;
    margin-left: 10px;
    position: absolute;
    left: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.img-options-wrap .dec-featured-ht:hover {
    min-width: 110px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.img-options-wrap .dec-featured-ht:hover span {
    left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.meta-icons {
    position: absolute;
    top: 10%;
    left: 10px;
    background-color: #bf0000;
}
.meta-icons .meta-icons-single {
    padding: 5px 15px;
    color: #FFF;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.meta-icons li .meta-icons-single i {
    margin-right: 5px;
}
.meta-icons li .meta-icons-single span {
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: scale(1.1);
    float: right;
    margin-left: 10px;
}
.meta-icons li .meta-icons-single:hover span {
    display: block;
    transform: scale(1.1);
}
/*dec-branded-furniture*/
.dec-brnd-text h2 {
    color: #232323;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}
.dec-brnd-text h4 {
    font-size: 26px;
    color: #bf0000;
    font-weight: 600;
}
.dec-brnd-detail .no-extra-2 {
    margin-bottom: 33px;
}
.dec-brnd-detail p {
    color: #232323;
    font-size: 15px;
    line-height: 26px;
}
.dec-brnd-main-content {
    padding: 0 50px;
    position: relative;
}
.dec-brnd-temp {
    margin-top: 27px;
}
.dec-brnd-temp .bran-top-category li a {
    padding: 8px 26px;
    border: none;
    border-radius: 20px;
}
.dec-brnd-temp .bran-top-category .dec-brnd-ex a {
    background: #FFFFFF;
    border: 1px solid #BF0000;
    color: #232323;
}
.dec-brnd-text h4::before {
    background-color: #bf0000;
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 80px;
}
.dec-brnd-text h4::after {
    background-color: #bf0000;
    bottom: -3px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}
.dec-brnd-text {
    margin-bottom: 12px;
}
/*dec-branded-furniture*/
/*dec-ad-location*/
.dec-location-section {
    position: relative;
    height: 360px;
    padding: 30px 0;
    margin-bottom: 150px;
}
.dec-location-section .heading-text {
    color: #FFFFFF;
}
.dec-location-section .heading-panel h1 {
    color: #FFFFFF;
}
.dec-location-section::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}
.dec-location-section .heading-panel h1::before {
    background: #FFFFFF;
}
.dec-location-section .heading-panel h1::after {
    background: #FFFFFF;
}
.dec-location-section .owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.dec-location-section .prop-ad-location-section img {
    width: 100%;
    border-radius: 0;
}
.dec-location-section .owl-theme .owl-controls .owl-nav div {
    background-color: #bf0000;
    border-radius: 0px;
    padding: 10px 7px;
}
.dec-location-section .owl-next i {
    font-size: 18px;
    color: #FFFFFF;
}
.dec-location-section .owl-next {
    position: absolute;
    bottom: 45%;
    right: -4%;
}
.dec-location-section .owl-prev {
    position: absolute;
    bottom: 45%;
    left: -4%;
}
.dec-location-section .owl-prev i {
    font-size: 18px;
    color: #FFFFFF;
}
/*dec-ad-location*/
.dec-blog .mob-blog .mob-brand-categories {
    right: 9%;
    top: 6%;
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .dec-brnd-main-content {
    padding: 0;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
    .dec-brnd-main-content {
    padding: 0;
}
.dec-hero-content {
    padding-top: 100px;
    padding-bottom: 160px;
}
.dec-hero-text-section h1 {
    font-size: 40px;
}
}
@media (min-width: 320px) and (max-width: 767px) {
    .dec-hero-submit {
    right: -42%;
}
.dec-featured-box-img img {
    width: 100%;
}
.dec-hero-text-section h1 {
    font-size: 30px;
}
.dec-hero-text-section h5 {
    line-height: 34px;
}
.dec-brnd-main-content {
    padding: 0;
    margin-bottom: 35px;
}
}
/** book.css*/
/* bk-hero-section */
.bk-hero-section {
    height: 600px;
    background-size: cover;
    background-position: center center;
}
.bk-hero-text h4 {
    font-size: 40px;
    color: #65c422;
    font-weight: 600;
    text-transform: capitalize;
}
.bk-hero-text h1 {
    color: #232323;
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 20px;
}
.bk-hero-text p {
    color: #232323;
    font-size: 20px;
    width: 70%;
}
.bk-hero-details {
    position: relative;
    padding: 150px 0;
}
.bk-hero-shop {
    margin-top: 23px;
}
.bk-hero-shop .btn-theme {
    padding: 10px 26px;
}
/* bk-hero-section */
.bk-big-sale .toys-ex-categories {
    bottom: 10%;
    right: 10%;
}/* bk-products-store */
.bk-sel-rate i {
    color: #ffd203;
    margin-right: 5px;
}
.bk-sel-ctrgs h4 {
    color: #232323;
    font-weight: 500;
}
.bk-sel-rate {
    line-height: 20px;
}
.bk-sel-price span {
    color: #65c422;
    font-size: 16px;
    font-weight: 600;
}
.bk-products-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #F5f5f5;
    margin-bottom: 30px;
}
.bk-products-img {
    margin: 0 auto;
    display: table;
    padding: 20px;
}
.bk-selections {
    position: relative;
    padding: 12px 20px;
    border-top: 1px solid #f5f5f5;
}
.bk-latest-products {
    position: relative;
}
.book-sel-prefrences {
    position: absolute;
    right: 5%;
    top: 1%;
}
.book-sel-prefrences .btn-theme {
    padding: 7px 28px;
}
/* bk-products-store */
/* bk-books-ads */
.bk-books-ads .heading-panel h1 {
    text-align: left;
}
.bk-books-ads .heading-panel h1::before {
    margin: 0;
}
.bk-books-ads .heading-panel h1::after {
    margin: 0;
}
.bk-books-ads .owl-controls {
    display: none;
}
/* top-books-ads */
.top-ox-img {
    float: left;
    margin-right: 20px;
}
.top-bk-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
}
.top-bk-details i {
    color: #ffd203;
    margin-right: 5px;
}
.top-bk-details .top-bk-text-title h4 {
    color: #232323;
    font-weight: 500;
    font-size: 18px;
}
.top-bk-details p span {
    color: #65c422;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}
.top-bk-details .top-bk-text-btn span {
    color: #232323;
    font-size: 16px;
}
.top-bk-text-area {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.top-bk-ads {
    position: relative;
}
.bk-books-ads .dec-featured-ads {
    position: relative;
}
.bk-client-area .happy-clients-area {
    padding: 0;
}
.bk-mb-blog .mob-brand-categories {
    display: none;
}
/* top-books-ads */
@media (min-width: 768px) and (max-width: 1023px) {
    .bk-hero-text h1 {
    font-size: 46px;
    line-height: all;
}
.bk-hero-text h4 {
    font-size: 26px;
    line-height: 13px;
}
.top-bk-box {
    padding: 10px;
    text-align: center;
}
.top-ox-img {
    float: none;
    margin-right: 0;
}
}
@media (min-width: 320px) and (max-width: 767px) {
    .bk-search-area .open .dropdown-menu {
    left: 0 !important;
    right: auto;
}
.bk-hero-text h4 {
    font-size: 26px;
    line-height: 26px;
}
.bk-hero-text h1 {
    font-size: 40px;
    line-height: 66px;
}
.bk-hero-text p {
    color: #232323;
    font-size: 15px;
    line-height: 26px;
}
.book-sel-prefrences {
    display: none;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .bk-srch-links {
    margin-top: 5px;
}
}
.bk-top-details {
    position: relative;
    overflow: hidden;
}
.bk-top-product {
    float: left;
}
.bk-top-details h3 {
    font-size: 16px;
    color: #232323;
    font-weight: 500;
    line-height: 24px;
}
.bk-top-details span {
    color: #ffb600;
}
.bk-top-details strike {
    margin-right: 5px;
}
.bk-top-product {
    margin-right: 10px;
}
.b-top-alignment {
    float: left;
    margin-right: 20px;
}

.sb-term-desc {
    position: relative;
    z-index: 1;
}
.sb-term-desc p {
	margin-bottom:30px;
	line-height: 1.6em;
	font-size: 16px;	
}



/*Custom css for 2 Columns on mobile devices */

@media (min-width: 320px) and (max-width: 575px) {

/*Grid-9 css start here columns two on mobile devices*/
  .grid-9-column-2 .img-options-wrap{
        display: none;
    }

/*Grid-10 css start here columns two on mobile devices*/
    
    .grid-10-column-2 .ads-grid-container .ads-grid-views {
        display: none;
    }       
}

.mobile-filters .mobile-filter-heading, .mobile-filters-btn
{
    display: none;
}

.filter-close-btn
{
    display: none;
}


@media (min-width: 320px) and (max-width: 767px) {

/*Grid-1 css start here columns two on mobile devices*/ 

    .grid-1-column-2 .category-grid-box-1 .category-title a{
        font-size: 10px;
    }

    .grid-1-column-2 .white.category-grid-box-1 h2{
        font-size: 14px;
    }

    .grid-1-column-2 .short-description-1 .location {
        display: none;
    }

    .grid-1-column-2 .ad-price{
        font-size: 14px;
    }

    .grid-1-column-2 .ad-price .negotiable{
        display: inline-block;
    }
    .grid-1-column-2 .ad-info-1{
        display: none;
    }

    /*Grid-2 css start here columns two on mobile devices*/ 

    .grid-2-column-2 .category-title a{
        font-size: 10px;
    }
    .grid-2-column-2 .category-grid-box .short-description h2{  
        font-size: 14px;
    }

    .grid-2-column-2 .category-grid-box .short-description .price{
        font-size: 14px;
    }
    .grid-2-column-2 .category-grid-box span.negotiable{
        display: inline-block;
    }   
    .grid-2-column-2 .category-grid-box .ad-info {
    display: none;
    } 
    
    /*Grid-3 css start here columns two on mobile devices*/ 

    .grid-3-column-2 .category-grid-box-1 .price-tag .price span {
    font-size: 14px;
    }
    .grid-3-column-2 .category-grid-box-1 .price-tag .price .negotiable {
    display: inline-block;
    }
    .grid-3-column-2 .category-grid-box-1 .category-title a{
    font-size: 10px;    
    }
    .grid-3-column-2 .category-grid-box-1 h2{
    font-size: 14px;    
    }
    .grid-3-column-2 .category-grid-box-1  i.fa-clock-o{
    display: none;
    }
    .grid-3-column-2 .category-grid-box-1 small{
    display: none;
    }
    .grid-3-column-2 .ad-info-1{
        display: none;
    }

    /*Grid-4 css start here columns two on mobile devices*/ 
    
    .grid-4-column-2 .listing-detail .listing-content h2.listing-title{
    font-size: 14px;
    }
    .grid-4-column-2 .listing-detail .listing-content span.listing-price {
    font-size: 14px;
    }
    .grid-4-column-2 .listing-detail .listing-content span.listing-price .negotiable {
    display: inline-block;
    }
    .grid-4-column-2 .listing-detail .listing-content ul li {
    font-size: 10px;
    display: none;
    }
    .grid-4-column-2 .listing-detail .listing-content ul li:first-child {
    display: block;
    }

    /*Grid-5 css start here columns two on mobile devices*/ 
    
    .grid-5-column-2 .new-small-grid-description h2{
        line-height: 0.8em;
    }
    .grid-5-column-2 .new-small-grid-description h2 a{
        font-size: 14px;
    }
    .grid-5-column-2 .category-title a{
        font-size: 10px;
    }
    .grid-5-column-2 .ad-price{
        font-size: 14px;
    }
    .grid-5-column-2 .ad-price .negotiable{
        display: inline-block;
    }

    /*Grid-6 css start here columns two on mobile devices*/ 
    
    .grid-6-column-2 .new-feature-products span {
    font-size: 14px;
    }
    .grid-6-column-2 .new-feature-products span .negotiable {
        display: inline-block;
    }
    .grid-6-column-2 .feature-shop-colors ul.list-inline li {
    font-size: 10px;
    line-height: 0.8em; 
    }
    .grid-6-column-2 .new-feature-text .fonts {
    font-size: 14px;
    }
    .grid-6-column-2 .new-feature-text h4 i{
        display: none;
    }
    .grid-6-column-2 .new-feature-text h4 a{
        display: none;
    }
    .grid-6-column-2 .feature-description .feature-shadow{
        display: none;
    }
    
    /*Grid-7 css start here columns two on mobile devices*/ 
    
    .grid-7-column-2 .browse-feature-products .list-inline li a{
        font-size: 10px;
    }
    .grid-7-column-2 .browse-heading-h2 h2{
        font-size: 14px;
    }
    .grid-7-column-2 .browse-text-h4 {
        display: none;
    }
    .grid-7-column-2 .browse-price-section{
        font-size: 14px;
    }
    .grid-7-column-2 .browse-price-section .negotiable{
        display: inline-block;
    }
    .grid-7-column-2  .browse-feature-text{
        padding: 15px 5px;
    }
    
    /*Grid-8 css start here columns two on mobile devices*/ 
    
    .grid-8-column-2 .prop-estate-rent .btn-theme {
        font-size: 10px;
    }
    .prop-real-estate-box {
        padding: 5px;   
    }
    .grid-8-column-2 .prop-estate-advertisement{
        padding: 10px 5px;
    }
    .grid-8-column-2 .prop-estate-advertisement a{
        display: inline-block;
    }
    .grid-8-column-2 .prop-estate-text-section h2{
        font-size: 14px;
    }
    .grid-8-column-2 .prop-estate-text-section p{
        display: none;
    }
    .grid-8-column-2 .prop-estate-text-section span{
        font-size: 14px;
        display: block;
    }
    .grid-8-column-2 .prop-estate-text-section span .negotiable{
        display: inline-block;
    }
    .grid-8-column-2 .prop-estate-table{
        display: none;
    }
    
    /*Grid-9 css start here columns two on mobile devices*/ 
    
    .grid-9-column-2 .dec-featured-box-img{
        padding: 0px !important;
    }
    .grid-9-column-2 .dec-featured-details-section h2{
        font-size: 14px;
    }   
    .grid-9-column-2 .dec-featured-details-section p{
        display: none;
    }
    .grid-9-column-2 .dec-featured-details-section span{
        font-size: 14px;
    }
    .grid-9-column-2 .dec-featured-details-section span .negotiable{
        display: inline-block;
    }
    
    .grid-9-column-2 .dec-featured-new-categories{
        display: none;
    }
    
    /*Grid-10 css start here columns two on mobile devices*/    
    
    .grid-10-column-2 .ads-grid-container .ads-grid-content ul li a {
    font-size: 10px;
     }
    .grid-10-column-2 .ads-grid-container .ads-grid-content h3 {
    font-size: 14px;
     }
    .grid-10-column-2 .ads-grid-container .ads-grid-content p{
        display: none;
    }
    .grid-10-column-2 .ads-grid-container .ads-grid-panel span{
        font-size: 14px;
    }
    .grid-10-column-2 .ads-grid-container .ads-grid-panel span .negotiable{
     display: inline-block;
    }
    .grid-10-column-2 .ads-grid-container .ads-grid-vc{
        display: none;
    }

    
    .owl-item .item .col-xs-6.grid-7-column-2{
        width: 100%;
    }
    
    .owl-item .item  .col-xs-6.grid-1-column-2{
        width: 100%;
    }
    .owl-item .item  .col-xs-6.grid-4-column-2{
        width: 100%;
    }
    
    .mobile-filters .mobile-filter-heading
    {
        font-size: 20px;
        font-weight: 500;
        text-transform: capitalize;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mobile-filters .mobile-filter-heading, .mobile-filters-btn
    {
        display: block;
    }

    .mobile-filters
    {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        z-index: -1;
        opacity: 0;
        transition: opacity .3s linear;
        overflow-y: scroll;    
    }
    .mobile-filters.active
    {
        z-index: 999;
        opacity: 1;
        background-color: #fff;
        padding: 15px;
    }

    .mobile-filters-btn {
        /*display: none;*/
        position: fixed;
        width: 100%;
        height: auto;
        padding: 10px 0;
        bottom: 0;
        left: 0;
        text-align: center;
        z-index: 99991;
        transition: all .3s ease-in-out;
    }

    .filter-close-btn
    {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
}


.sb_msg_file{  
    display: inline-block;
    margin-bottom: 10px;
    color: #777;
    font-size: 14px;
    border-radius: 4px;
    background-color: #FFF;
    padding: 5px;
    margin-right: 5px;
}
.sb_msg_image{  
    display: none;
    clear: both;
    width: 100%;
    max-width: 100px;
    /* display: none; */
    position: relative;
    padding: 10px;
    background-color: #FFF;
    border-radius: 4px;
    min-width: 100px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.message .sb_msg_image:nth-child(-n+4) {
    display: inline-block;
}
.message .sb_msg_image:nth-child(4)::before {
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.message .img_more{ 
    position: absolute;
    top: 45%;
    left: 73%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}

.sb_msg_image img{
    
    width: 80px;
}

.message_media_form{
    
    margin-right: 15px;
    
}
.message_media_form input{
    opacity: 0 ;
    width: 20px;
    position: absolute;
    overflow: hidden;
    
}
.message_media_form i{
   font: 16px !important; 
   
}

.message_media_wrapper{
   background: #e9e9e9;
    padding: 10px;
    margin: 0 auto;
    display: flex;
}

.message_media_wrapper.message_inbox{  
    margin: inherit !important;
    width: 96%;
}

.message_inbox .message_media_form {
    
    display: inline-block !important;
}

@media (max-width: 991px) and (min-width: 768px){
.sb_msg_image{
    margin: 1px;
}

.message .img_more{
    top: 70%;
    left: 70%;
}

}

@media (max-width: 767px) and (min-width: 320px){
.message .img_more{
    top: 81%;
    left: 30%;
}
}
@media (max-width: 1199px) and (min-width: 992px){
.message .img_more{
    top: 66%;
    left: 16%;
}
}


.file_attacher{
    
    margin-top: 10px;
    margin-bottom: 10px;
}


.file_attacher i{
    
    margin-right: 5px;
}

.file_attacher .msgAttachFile {
    background: #2E9AE9;
    border-color: #2E9AE9;
    color: #fff;
    font-size: 13px;
    font-weight: 600 !important;
    padding: 7px 12px;
}


.file_attacher .msgAttachFile {
    background: #2E9AE9;
    border-color: #2E9AE9;
    color: #fff;
    font-size: 13px;
    font-weight: 600 !important;
    padding: 7px 12px;
}

#attachment-wrapper .dz-preview {
    background: #2E9AE9;
    position: relative;
    display: inline-block;
    color: #ffff;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px 6px 30px;
    margin: 0 5px 5px 0;
}

#attachment-wrapper .dz-preview .dz-size {
    color: rgba(255,255,255,0.5);
}

#attachment-wrapper .dz-preview .dz-progress {
    display: block;
    background: rgba(0,0,0,0.10);
    margin-top: 6px;
    margin-bottom: 4px;
}

#attachment-wrapper .dz-preview .dz-progress .dz-upload {
    display: block;
    background: rgba(255,255,255,0.65);
    padding: 2px;
}

.hidden_btn{
    display: none;  
}

	.adforest-user .bg-autoh2 {
		position: relative;
		border: 1px solid #ebebeb;
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-color: #FFF;
	}
	.adforest-user .theme-custom-ribbon {
    position: absolute;
    top: 25px;
    left: -5px;
    display: inline-block;
    padding: 0 .75em;
    border-radius: 5px 2px 2px 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    font-size: .75rem;
    line-height: 2.35em;
    font-weight: 700;
    color: #6b4e00;
    background-color: #ffc938;
    z-index: 11;
    -moz-border-radius: 5px 2px 2px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 2px 2px 0;
    -moz-box-shadow: 0 2px 0 rgba(31,41,51,.1);
    -webkit-box-shadow: 0 2px 0 rgba(31,41,51,.1);
    box-shadow: 0 2px 0 rgba(31,41,51,.1);
    -moz-transition: all .1s;
    -o-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s;
}
.adforest-user .theme-custom-ribbon::before {
    content: " ";
    display: block;
    position: absolute;
    width: 5px;
    height: 4px;
    left: 0;
    bottom: -4px;
    background-color: #ffc938;
}
.adforest-user .theme-custom-ribbon::after {
    content: " ";
    display: block;
    position: absolute;
    width: 5px;
    height: 6px;
    bottom: -6px;
    left: 0;
    background-color: #9e7300;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
}
.adforest-user .bg-autoh2 .upper-contain {
    padding: 30px 20px;
}
.adforest-user .seller-thumb-img {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.agen-thumb-img a {
    width: auto;
    display: inline-block;
}
.adforest-user .seller-thumb-img > a img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(128,128,128,.2);
    width: 100px;
    height: 100px;
}
.adforest-user .all-content-area {
    position: relative;
    margin-top: 20px;
}
.adforest-user .bg-autoh2 h2 {
    font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.adforest-user .all-content-area h2 a {
    color: #20292f;
}
.adforest-user .bg-autoh2 p:not(:last-child) {
    margin-bottom: 5px;
    color: #6d7c90;
}
.ratings i.color {
    color: orange;
}
.ratings .fa-star {
    color: #dcdce6;
}
.adforest-user .bg-autoh2 .listing-owner-social {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    border-top: none;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
}
.adforest-user .listing-owner-social li {
    margin-right: 6px;
    display: inline-block;
}
.adforest-user .listing-owner-social li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #f3f3f6;
    color: #9299b8;
    border-radius: 4px;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.adforest-user .seller-detail {
    position: relative;
    width: 100%;
    display: flex;
    text-align: center;
}
.adforest-user .seller-detail a {
    padding: 15px;
    color: #20292f;
    background-color: #fff;
    border-top: 1px solid rgba(128,128,128,.2);
    transition: .6s;
    text-align-last: center;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
}
.adforest-user .rating-avg {
    border-radius: 4px;
    background-color: #febe42;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    padding: 5px 7px;
    position: relative;
    margin-left: 10px;
}


/* NEW SELLER SIDEBAR */
.sidebar .rating-container .empty-stars {
    color: #dcdce6;
    font-size: 24px;
}
.sidebar .rating-container .filled-stars {
    font-size: 24px;
}