/** 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-categories .form-control {
    /* 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 price for product fancy page start*/
.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;
    /* top: 60px;
    */
 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: right;
    */
 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-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 {
    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;
}
/*des-gallery-section*/
/*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;
    /* fallback for old browsers */
 background: -webkit-linear-gradient(to right, #ffc500, #c21500);
    /* Chrome 10-25, Safari 5.1-6 */
 background: linear-gradient(to right, #ffc500, #c21500);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 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: relative;
    top: 0;
    right: 0;
    margin-top: 20px;
    */
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: 80%;
    margin-top: 90px;
    */
 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: 80%;
    margin-top: 90px;
    */
 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: relative;
    right: 0;
    bottom: 0;
    margin-top: 15px;
    */
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;
}
.woocommerce-Reviews-title {
    display: none;
}
.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) {
    /* hide "loading..." text */
     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;
}
/*.rating {
    margin-top: -25px !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;
}
.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;
}
.descs-box .ad-expired img {
    left: 42px;
    position: absolute;
    top: 170px;
    z-index: 999;
}
.descs-box .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;
}
.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;
}
/*prop-how-it-work*/
/* Tabs panel */
/* Default mode */
.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 {
    color: #fff !important;
    background-color: #ff0000 !important;
    font-size: 18px;
    padding: 8px 10px;
}
*/
.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-biggest-section*/
/*toys-great-products*/
.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;
}
/*toys-great-products*/
/*toys-call-to-action*/
.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-hero-section*/
/*sprt-explore-section*/
.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-explore-section*/
/*sprt-featured-ads*/
.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-featured-ads*/
/*sprt-ad-location*/
.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-ad-location*/
/*sprt-action*/
.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-featured-ads*/
/*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-toys */
.bk-big-sale .toys-ex-categories {
    bottom: 10%;
    right: 10%;
}
/* bk-toys */
/* 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;
}
/* bk-books-ads */
/* 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 p {
	margin-bottom:30px;
	line-height: 1.6em;
	font-size: 16px;	
}
