/* =========================================
                Mobile Menu
============================================ */
.navbar-header {
    position: relative;
}
#mobile-nav-open-btn {
    font-size: 30px;
    color: #f4c613;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 6px;
    /* hide mobile nav open btn */
    display: none;
}
#mobile-nav {
    /* by default, mobile nav will be hidden with height 0% */
    height: 0%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    overflow-y: hidden;
}
#mobile-nav-close-btn {
    font-family: "Raleway", sans-serif;
    font-size: 70px;
    color: #212226;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    top: -9px;
    right: 13px;
    -webkit-transition: .3s;
    transition: .3s;
}

#mobile-nav-content {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    position: relative;
    top: 10%;
}

#mobile-nav ul li {
    margin-bottom: 20px;
}

#mobile-nav a {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #212226;
    font-weight: 400;
    text-transform: uppercase;
    display: inline;
    -webkit-transition: .3s;
    transition: .3s;
}

#mobile-nav a:hover,
#mobile-nav a:focus,
#mobile-nav-close-btn:hover,
#mobile-nav-close-btn:focus {
    color: #f4c613;
    background: none;
}


/* Mobile nav scroll spy active state */

.white-nav-top #mobile-nav ul.nav>li.active>a {
    color: #f4c613;
    font-weight: 500;
}


/*==================================================
                        Bootstrap 3 Media Queries        
==================================================*/


/* Large Devices (Desktops & Laptops) */
@media (min-width: 1200px) and (max-width: 1299px) {
    /* Navigation */
    .site-nav-wrapper {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) {
    .sb-header-10 .sb-menu > ul > li > a  , .sb-header-13 .sb-menu > ul > li > a{
        padding: 0 8px;  
    }
    .sb-header.sticky .sb-menu > ul > li > a {
        height: 70px;
        line-height: 70px;
    }
    .sb-header-11.sb-header.sticky .sb-menu > ul > li > a {
        line-height: 90px;
    }
    .main-header .all_account-list {
        justify-content: end;
    }
    .main-header a.btn.btn-checkout {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 992px) and (max-width: 1199px) {
    /* Navigation */
    .site-nav-wrapper {
        padding: 0;
    }
    .sb-header .burger-menu {
        top: 18px;
    }
    .sb-header-1 .burger-menu {
        top: 18px;
    }
    .header-2 .burger-menu {
        top: 32px;
    }
    .sb-header-4 .burger-menu {
        top: 17px;
    }
    .sb-header-9 .burger-menu {
        top: 24px;
    }
    .sb-header-5 .burger-menu {
        top: 17px;
    }
    .sb-header-5.sb-header .logo img {
        padding-top: 0;
    }
    .sb-header-5 .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    }
    .sb-header-9 .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    } 
    .header-2 .burger-menu .line-menu {
        background-color: #ffff;
    }
    .sb-header-4.sb-header .logo {
        padding: 10px 40px 0 0;
    }
    .sb-header .logo {
        padding: 10px 40px 0 0;
    }
    .sb-header .sign-in-up ul.list-sign-in li {
        padding: 10px;
    }
    .sb-header-6 .header-6-form input {
        margin: 10px 0;
    }
    .sb-header-6.sb-header .sign-in-up ul.list-sign-in li {
        padding-top: 0;
    }
    .sb-header-6.sb-header .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    }
    /* Generic */
    .vertical-heading h2 {
        font-size: 29px;
    }
    /* Services 02 */
    #services-tabs .tab-bg {
        padding: 16px 30px;
        min-height: 300px;
    }
    .service-tab p {
        line-height: 20px;
    }
}
@media only screen and(width: 768px)
{
    button.rm2 {
        padding: 5px 5px!important;
    }
    button.mr1 {
        padding: 5px 5px!important;
    }
}
/* Small Devices (Portrait Tablets & Small Desktops) */

@media (min-width: 768px) and (max-width: 991px) {


    .sb-header .logo {
        text-align: inherit;
        padding: 10px 0 5px 0;
    }
    .burger-menu{
        top: 15px;
    } 

    .sb-header-1 .burger-menu{
        top: 17px;
    }
    .sb-header-4 .burger-menu{
        top: 17px;
    }

    .sb-header .sign-in-up ul.list-sign-in li {
        display: inline-block;
        padding: 10px;
    }

    /* new sb-header-2 changes start */
    header.header-search.sb-header-2 {
        padding: 0;
    }
    .header-2 .burger-menu {
        top: 32px;
    }
    .header-2 .burger-menu .line-menu {
        background-color: #ffff;
    }
    .header-2 .sb-menu.submenu-top-border li ul li a,
    .header-2 .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-2 .sb-menu ul.mega-menu-list li ul li a,
    .header-2 .sb-menu ul.drop-down-multilevel li.sub-menu a, 
    .header-2 .sb-menu ul.drop-down-multilevel li.sub-menu a:hover,
    .header-3-old .sb-menu.submenu-top-border li ul li a,
    .header-3-old .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-3-old .sb-menu ul.mega-menu-list li ul li a,
    .header-3-old .sb-menu ul.drop-down-multilevel li.sub-menu a, 
    .header-3-old .sb-menu ul.drop-down-multilevel li.sub-menu a:hover {
        color: #fff;
    }
    .header-2 .sb-menu ul.mega-menu-list li h4 a,
    .header-3-old .sb-menu ul.mega-menu-list li h4 a {
        color: #ffff !important;
    }
    .header-2 .sb-menu ul li:hover > a,
    .header-2 .sb-menu ul ul li > a,
    .header-2 .sb-menu ul ul li:hover > a,
    .header-3-old .sb-menu ul ul li > a,
    .header-3-old .sb-menu ul ul li:hover > a,
    .header-3-old .sb-menu ul li:hover > a {
        background-color: #797979;
    }
    .header-2 .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-2 .sb-menu ul.mega-menu-list li ul li a,
    .header-3-old .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-3-old .sb-menu ul.mega-menu-list li ul li a {
        background-color: transparent;
    }
    .header-2 .sb-menu ul li .dropdown-plus::before, 
    .header-2 .sb-menu ul li .dropdown-plus::after,
    .header-3-old .sb-menu ul li .dropdown-plus::before, 
    .header-3-old .sb-menu ul li .dropdown-plus::after {
        background-color: #fff;
    }
    .sb-header-3-old .widget img {
        width: 100%;
    }
    .header-3-old .sign-in-up ul.list-sign-in > li > a {
        line-height: unset;
    }
    .header-3-old .burger-menu {
        top: 24px;
    }
    .header-3-old .burger-menu .line-menu {
        background-color: #ffff;
    }
    .sb-header-3-old .sb-header-3-middle {
        padding: 10px 0px;
    }
    .sb-header-top2 .sb-dec-top-bar {
        background: linear-gradient( 0deg , #fff 0%,#fc0 0%) !important;
    }
    .sb-header-9 .burger-menu {
        top: 17px;
    }
    .sb-header-9 .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    }
    .sb-header.sb-header-9 .sign-in-up {
        margin-top: 0px;
    }
    .sb-header.sb-header-9 .logo a img {
        padding-top: 0;
    }
    .sb-header-5 .burger-menu {
        top: 17px;
    }
    .sb-header-5.sb-header .logo img {
        padding-top: 0;
    }
    .sb-header-5 .sign-in-up ul.list-sign-in li {
        padding-top: 5px;
    }
    .sb-header-5 .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    }
    .sb-header.sb-header-5 .sign-in-up {
        margin-top: 0px;
    }
    .sb-header-6 .header-6-form input {
        margin: 0 0 10px 0;
        height: 34px;
        font-size: 14px;
    }
    .sb-header-6 .header-6-form .btn-theme {
        padding: 4px 14px;
    }
    .sb-header-6 .header-6-form .btn-theme i {
        font-size: 14px;
    }
    .sb-header-6.sb-header .logo {
        padding-bottom: 10px;
    }
    .sb-header-6.sb-header .sign-in-up ul.list-sign-in li {
        padding-top: 0;
    }
    .sb-header-6.sb-header .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    }
    .sb-header-6.sb-header .burger-menu {
        top: 17px;
    }
    .sb-header-13.sb-header .burger-menu {
        top: 17px;
    }
    .sb-header-13.sb-header .logo img {
        padding-top: 0;
    }
    .sb-header-13 .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    }
    .sb-header-8 .logo a img {
        padding-top: 0;
    }
    .sb-header-8 .burger-menu {
        top: 17px;
    }
    .sb-header-8 .sign-in-up ul.list-sign-in li.ad-post-btn a {
        padding: 0;
    }
    .sb-header-8 .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    }
    .sb-header-10 .burger-menu {
        top: 17px;
    }
    .sb-header-10 .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    }
    .sb-header-10 .sign-in-up .list-sign-in li.register-me a, 
    .sb-header-10 .sign-in-up .list-sign-in li.login-me a {
        color: #242424 !important;
    }
    .sb-header.header-3 .sb-menu > ul > li > a {
        line-height: 21px;
    }
    .sb-header.header-3 ul.menu-links {
        margin-top: 46px;
        background-color: #242424;
    }
    .sb-header.header-3 .sb-menu ul.mega-menu-list li h4 a {
        color: #fff !important;
    }
    .sb-header.header-3 .sb-menu ul.mega-menu-list li ul li a,
    .sb-header.header-3 .sb-menu ul.mega-menu-list li ul li a:hover,
    .sb-header.header-3 .sb-menu ul ul li > a {
        color: #ffff;
    } 
    header.sb-header-3 .header-3-input {
        margin: 10px 0;
    }
    .sb-header-3 .sign-in-up ul li a.btn.btn-theme {
        padding: 10px;
    }
    .sb-header-3 .sign-in-up {
        float: left;
    }
    .sb-header-3 ul.drop-down-multilevel li {
        padding: 0;
    }
    .header-3 .sb-menu ul li:hover > a {
        background-color: #797979;
    }
    .header-3 .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-3 .sb-menu ul.mega-menu-list li ul li a {
        background-color: transparent;
    }
    .sb-header-3 .header-3-input-pbm:first-child {
        padding-left: 12px;
    }
    .sb-header-3 .header-3-input-pbm:nth-child(2) {
        padding-right: 12px;
    }
    .sb-header-3 ul.list-sign-in li {
        padding: 0 10px 10px 10px;
    }
    .sb-header-3 ul.list-sign-in li:first-child {
        padding-left: 0;
    }
    header.sb-header-3 .looking-form select {
        width: 100%;
    }
    header.sb-header-3 .looking-form-search-icon-1 {
        right: 0;
    }
    header.sb-header-3 {
        padding: 0;
    }
    header.sb-header-3 .log-header {
        padding-top: 10px;
    }
    .sb-header-top-11 .sb-sprt-top-sign .sb-spt-links {
        margin-top: 8px;
    }
    .sb-header-top-11 .sb-sprt-top-sign li a {
        font-size: 14px;
    }
    .sb-header-top-11 .sb-bk-clr-scheme .sb-sprt-top-bar .sb-sprt-top-scl {
        margin-top: 9px;
    }
    .sb-header-top-11 .sb-dec-top-ad-post a {
        padding: 10px;
    }
    .sb-modern-header-11.header-11 .sb-bk-search-area {
        padding: 10px 0px;
    }
    .sb-modern-header-11.header-11 .logo a img {
        padding-top: 9px;
    }
    .sb-modern-header-11 .sb-bk-search-area .sb-bk-side-btns {
        margin-top: 3px;
    }
    .sb-header-11 .sb-menu .menu-links {
        padding-top: 50px; 
    }
    .sb-header-11 .sb-menu ul li a {
        line-height: 21px;
        color: #242424;
    }
    .sb-header-11 .sb-menu ul.mega-menu-list li a {
        color: #242424 !important;
    }
    .sb-header-11 .menu-11 ul.drop-down-multilevel li.hoverTrigger a {
        color: #242424;
    }
    .sb-header-11 .menu-11 ul.drop-down-multilevel {
        margin-top: 0;
    }
    .sb-header-11 .burger-menu {
        top: 16px;
    }
    .sb-header-2 .log-header {
        text-align: left;
    }
    .header-3-old .mega-menu.sb-menu {
        margin-left: 0px;
    }
    /* new sb-header-2 changes end */

    /* new pages responsive css start */
    .sb-short-head.center p {
        width: 100%;
    }
    .feat-product .feature-img-content .bottom-left h4 a {
        font-size: 22px;
    }
    .feat-product .feature-img-content .bottom-left span.address-bottom {
        width: 90%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .best-new .best-new-img {
        padding-top: 0;
    }
    .best-new .best-new-content {
        padding: 0;
        margin-top: 100px;
    }
    .ad_grid_sidebar {
        margin-top: 30px;
    }
    .client-say .client-heading {
        padding: 0;
    }
    .gp-great-product .ad-home-list {
        margin-bottom: 57px;
    }
    .background-rotator .search-section {
        top: 125px;
    }
    /* new pages responsive css end */

    .sb-header.header-2 .sb-menu {
        padding-top: 80px;
    }
    .search-map-container .left-part {
        width: 100%;
    }

    .search-map-container .left-part.no-map {
        width: 100%;
    }

    .search-map-container .right-part {
        width:100%;
    }

    .search-map-container .right-part.no-filters {
        width: 100%;
    }
    .search-map-container  .map-sidebar {
        width: 100%;
    }
    /* Navigation */
    .site-nav-wrapper {
        padding: 0;
    }
    /* Home */
    #home-heading h1 {
        font-size: 41px;
    }
    #home-text p {
        font-size: 13px;
    }
    /* Generic */
    .btn-general {
        padding: 8px 35px 8px 35px;
        font-size: 10px;
    }
    /* Generic */
    .vertical-heading h2 {
        font-size: 29px;
    }
    /* Tech Statement */
    #tech-statement h3 {
        font-size: 20px;
        line-height: 30px;
    }
    /* Services 02 */
    .r-tabs-accordion-title {
        text-align: center;
        margin-bottom: 10px;
    }
    .r-tabs-accordion-title a {
        font-family: "Raleway", sans-serif;
        font-size: 13px;
        color: #212226;
        text-transform: uppercase;
        font-weight: 400;
        padding: 0;
        text-decoration: none;
    }
    /* Tab active state */
    .r-tabs-accordion-title.r-tabs-state-active a {
        color: #f4c613;
        font-weight: 700;
        border-bottom: 3px solid #f4c613;
        padding-bottom: 5px;
        -webkit-transition: border-color 300ms linear;
        transition: border-color 300ms linear;
    }
    /* Pricing */
    .pricing-table .price h2 {
        margin: 0 0 0 6px;
        font-size: 35px;
    }
    /* Stats */
    .stats-item p {
        line-height: 18px;
    }
    /* Blog */
    .blog-post .post-meta p {
        line-height: 14px;
    }
    /* Contact */
    ul.office-details li {
        margin-right: 15px;
    }
    ul.office-details li i {
        width: 25px;
    }
}


/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
    /* Navigaiton */

    .navbar {
        padding: 20px 0;
    }
    .site-nav-wrapper,
    .white-nav-top {
        padding: 0;
    }
    /* show mobile nav open btn */
    #mobile-nav-open-btn {
        display: block;
    }
    /* Home */
    #home-heading h1 {
        font-size: 22px;
    }
    #home-text p {
        font-size: 13px;
        line-height: 18px;
        margin: 8px 2px 30px 2px;
    }
    /* Generic */
    .btn-general {
        padding: 8px 25px 6px 25px;
        font-size: 10px;
    }
    /* About 01 */
    /* Large Content Box */
    .content-box-lg {
        padding: 90px 0;
    }
    /* Vertical heading */
    .vertical-heading {
        text-align: center;
    }
    .vertical-heading h5 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        display: block;
        position: static;
        margin-bottom: 15px;
    }
    .vertical-heading h2 {
        font-size: 29px;
        line-height: normal;
        margin: 0;
    }
    #about-left {
        margin-bottom: 50px;
    }
    #about-right {
        text-align: center;
    }
    /* About 02 */
    /* Medium Content Box */
    .content-box-md {
        padding: 80px 0;
    }
    .about-item {
        padding: 55px 30px;
        margin-bottom: 35px;
    }
    .about-item i {
        font-size: 30px;
    }
    .about-item h3 {
        font-size: 18px;
    }
    /* Team */
    #team-left .vertical-heading {
        min-height: 130px;
    }
    .skill h4 {
        font-size: 14px;
        line-height: 35px;
    }
    /* Tech Statement */
    #tech-statement h3 {
        font-size: 20px;
        line-height: 30px;
    }
    /* Services 01 */
    /* Horizontal heading */
    .horizontal-heading {
        margin-bottom: 40px;
    }
    .horizontal-heading h2 {
        font-size: 30px;
    }
    #services-01 img {
        margin: 35px 0;
    }
    .service,
    .service .icon {
        text-align: center;
    }
    .service h4 {
        font-size: 18px;
    }
    /* Services 02 */
    .r-tabs-accordion-title {
        text-align: center;
        margin-bottom: 10px;
    }
    .r-tabs-accordion-title a {
        font-family: "Raleway", sans-serif;
        font-size: 13px;
        color: #212226;
        text-transform: uppercase;
        font-weight: 400;
        padding: 0;
        text-decoration: none;
    }
    /* Tab active state */
    .r-tabs-accordion-title.r-tabs-state-active a {
        color: #f4c613;
        font-weight: 700;
        border-bottom: 3px solid #f4c613;
        padding-bottom: 5px;
        -webkit-transition: border-color 300ms linear;
        transition: border-color 300ms linear;
    }
    #services-tabs .tab-bg {
        text-align: center;
        padding: 40px 30px;
    }
    #services-tabs h2 {
        font-size: 40px;
    }
    #services-tabs h3 {
        font-size: 28px;
    }
    /* Portfolio */
    #portfolio {
        padding-bottom: 0;
    }
    #isotope-filters button {
        padding-right: 15px;
    }
    /* Testimonials */
    #testimonials {
        padding-top: 45px;
    }
    #testimonial-slider {
        top: 0;
    }
    #testimonials .vertical-heading {
        padding: 0;
    }
    .testimonial .row {
        margin: 0;
    }
    .testimonial h3 {
        font-size: 20px;
    }
    .testimonial .stars {
        font-size: 16px;
    }
    /* Pricing */
    .pricing-table {
        margin-bottom: 30px;
    }
    .pricing-table .price h2 {
        font-size: 28px;
        margin: 0 0 0 16px;
    }
    /* Stats */
    .stats-item {
        margin-bottom: 20px;
        padding: 25px 5px;
    }
    .stats-item i {
        font-size: 30px;
    }
    .stats-item h3 {
        font-size: 24px;
    }
    /* Blog */
    #blog-left {
        text-align: center;
        margin-bottom: 30px;
    }
    .blog-post {
        margin-bottom: 25px;
    }
    /* Contact */
    #contact-left {
        text-align: center;
    }
    .office {
        margin-bottom: 40px;
    }
    ul.office-details li {
        display: block;
        margin-top: 25px;
    }
    ul.office-details li i {
        width: auto;
        display: block;
        margin-bottom: 3px;
    }
    ul.social-list {
        margin-bottom: 40px;
    }
}

/* Extra Small Devices (Portrait Phones & Smaller Devices) */


@media (max-width: 480px) {
    /* Home */
    .welcom-heading{
        display: none;
    } 
    #home-heading h1 {
        font-size: 18px;
    }
    #home-text p {
        font-size: 11px;
        line-height: 16px;
        margin: 8px 10px 25px 10px;
    }
    /* Generic */
    .vertical-heading h2 {
        font-size: 22px;
    }
    /* Portfolio */
    #isotope-filters {
        text-align: center;
    }
    #isotope-filters button {
        font-size: 10px;
        padding-right: 14px;
    }
    /* Testimonials */
    .testimonial h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .testimonial .stars {
        font-size: 13px;
    }
}


/* Extra Small Devices (Portrait Phones & Smaller Devices) */

@media (max-width: 320px) {
    /* Testimonials */
    .testimonial h3 {
        font-size: 12px;
        line-height: 16px;
    }
    .testimonial .stars {
        font-size: 10px;
    }

    
}


@media only screen and (min-width: 230px) and (max-width: 269px)
{
    .product-list-item {
        max-width: 220px!important;
    }
    ul.list-sign-in li a {
        color: #000;
    }
}

@media only screen and (min-width: 270px) and (max-width: 340px)
{
    .video-play-button {
        top: 58%;
        right: 22%;
    }
    .rtl .toys-ex-categories img {
        display: none;
    }
    .rtl .will-never input#sb_email {
        width: 100%;
        font-size: 10px;
    }
    .rtl input#save_email {
        right: unset;
        left: 0px;
    }
    .great-product-title h2 {
        font-size: 18px;
        line-height: 1.4;
        padding: 5px 0px;
    }
    .detail-btn-1 {
        top: unset !important;
    }
    .search-icon {
        right: -34px !important;
    }
    .star-shining {
        right: 10px;
    }
    .great-product-content h4 {
        font-size: 16px;
    }
    ul.list-sign-in li a {
        color: #000;
    }
    .detail-btn-1 a {
        padding: 8px 16px;
        font-size: 12px;
    }
    .testimonial-product .main-card-content img
    {
        display:none;
    }
    .testimonial-product-listing p {
        padding: 15px;
        margin-top: -24px;
        font-size: 9px !important;
    }
    .rtl .testimonial-product-listing p {
        font-size: 9px !important;
    }
    .s013 form .inner-form .input-wrap .input-field label {
        font-size: 12px;
    }
    .found-sort-item li {
        margin-right: -2px;
        margin-top: 10px;
    }
    .chevron-2 {
        right: 0px;
    }
    .chevron-1 {
        left: 0px;
    }
    .bg-pricing-content {
        margin-top: 20px;
    }
    .testimonial-product-listing {
        width: 280px !important;
        height: 280px !important;
    }
    .great-product-content h4 span {
        font-size: 11px;
    }
    .sb-header .logo {
        text-align: inherit;
    }
    .clasfied-head h1 {
        font-size: 30px;
    }

    .row.header-item {
        position: relative;
        width: 100%;
    }
    .section-icon-content {
        position: absolute;
        top: 15px;
    }
    ul.dropd {
        position: absolute;
        left:10px;
    }


    /*------------INDEX-1------------*/
    .listing-head {
        display: block!important;
    }
    .main-carousel-item{
        display: none;
    }
    ul.refresh-sort-item li {
        padding: 5px 10px!important;
    }
    /*------------INDEX-1------------*/
    section.winter-collectin {
        display: none;
    }
    a.btn.btn-checki {
        display: block!important;
        margin-left: 40px!important;    
    }
    .brand-img {
        display: none;
    }
    ul.day-item {
        margin-left: -50px!important;
        position: relative!important;
        top: -9px;
    }
    input.form-control.rounded {
        max-width: 170px!important;
    }
    .card.categories {
        max-width: 18.5rem;
        margin-top: 75px !important;
    }
    .two-day-product-head h4 {
        display: none;
    }

    .product-list-item {
        max-width: 276px!important;
    }
    .nav-open {
        top: -5px!important;
    }
    li.my-account {
        display: block!important;
    }
    .section-icon-content {
        display: none;
    }
    .row.theme-created {
        width: 100%;
    }
    .brand-img-2 img {
        min-width: 100%!important;
    }
    .heading-latest h4 {
        display: none;
    }
    .latest-product-heading {
        margin-top: 10px;
        padding: 36px 40px!important;
        width: 100%!important;
    }
    ul.product-items {
        margin-top: -27px!important;
    }
    .fashion-sale img {
        width: 280px!important;
    }

    .icon-head {
        display: none;
    }

    .has-search .form-control {
        margin-top: 24px!important;
        width: 130%!important;
    }
    .has-search .form-control-feedback {
        right: -64px!important;
    }
    a.btn.btn-checkout {
        display: none;}
    .nike-heading h2 {
        font-size: 22px!important;
    }
    .nike-heading img {
        width: 74%;
    }
    .nike-heading h4 {
        font-size: 20px!important;
    }
    .item.main-img {
        background-position: center!important;
        min-height: auto!important;
    }
}



@media only screen and (min-width: 500px) and (max-width: 600px)
{
    .video-play-button {
        top: 56% !important;
        right: 35% !important;
    }
    .tech-call-to-action .tech-action-latest-products-1 {
        display: none;
    }
    .tech-call-to-action .tech-action-latest-products {
        display: none;
    }
    .tech-main-images-section {
        display: none;
    }
    .app-download-pistachio .mobile-image-content {
        display: none;
    }
    .app-download-pistachio span.app-store-btn {
        display: block;
        margin-bottom: 20px;
    }
    .content-pricing .basic-pricing {
        padding: 5px;
    }
    .content-pricing .individual-pricing {
        padding: 5px;
    }
    .home-tabs .tabs-container .nav-tabs > li > a i {
        color: #fff;
        font-size: 34px;
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active a {
        height: 65px;
        line-height: 48px;
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active {
        margin-top: 0;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+2) {
        display: none;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+7) {
        display:none;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+5)  {
        display:none;
    }
    .home-tabs .tabs-container .nav.nav-tabs li {
        width: 20%;
    }
    .popular-categories li a {
        width: 100%;
    }
    .walnut.main-search .search-section {
        width: 90%;
    }
    .walnut.main-search .main-search-title {
        width: 90%;
    }
    .pistachio-classified-grid .ad-listing .content-area .col-md-9::after {
        display:none;
    }
    .hero-cats .content {
        padding: 0.5em;
    }
    .hero-cats .content .search-holder input {
        font-size: 1em;
        height: 55px;
    }
    .hero-cats .content .search-holder .input-group-btn .btn {
        height: 55px;
    }
    .hero-cats .btn-theme span {
        padding: 10px;
    }
    .hero-cats .content p:first-child {
        font-size: 25px;
    }
    .sb-header-13 .logo a img {
        padding-left: 0px;
    }
    .walnut.main-search .search-section #form-panel .search-options > li {
        width: 100%;
    }
    .modern_sample2 .content {
        padding: 5em 0em 0em;
    }
    .category_gridz a {
        width: 60%;
    }
    #partner ul li{
        text-align: center;
    }
    .hero-cashew .cashew-input-search {
        width: 100%; 
    }
    .cashew-multiple-grid ul#pills-tab {
        margin-left: 5px;
    }
    .cashew-multiple-grid .nav-pills .nav-link {
        margin-right: 0px;
    }
    .cashew-its-work .how-it-work {
        width: 100%;
    }
    .cashew-its-work .how-it-work-icon::before
    {
        display:none;
    }
    .how-it-work-icon::after{
        display:none;
    }
    .bg-pricing-content
    {
        margin-top:20px;
    }
    .sb-header-top2 .sb-dec-top-bar .sb-top-bar-social-icons .list-style li {
        margin-right: 2px;
    }
    .gray .grid-card.ad-slider-box .heading-panel {
        margin-bottom: 70px;
    }
    .ads-listing-section
    {
        height:auto !important; 
    }
    .ads-listing-section .form-listing {
        margin-top: 86px;
        margin-left: 10px;
    }
    .classified-text h2 {
        font-size: 28px;
        line-height: 40px;
        padding-right: 0px;
    }
    .heading-text {
        width: 100%;
    }
    .list-description-text h3 {
        font-size: 22px;
        width: 100%;
    }
    .background-section .serach-bar .form-group input {
        border-radius: 0px;
    }
    .background-section .col-pm {
        padding: 15px;
    }
    .background-section .new-featured-list-2 button {
        width:92%;
        border-radius: 0;
    }
    .background-section .new-featured-list-2 {
        text-align:center;
    }
    .pg-new .source-content {
        margin-top: 0px;
    }
    .pg-new .subscription-main-content {
        margin-bottom: 20px;
    }
    .new-boxes-section .boxes-h1 li {
        width: 50%;
    }
    .main-section .content-2 img {
        display: none;
    }
    .main-section .content-3 img {
        display: none;
    }
    .ads-location.bg-gray .heading-panel .heading-text {
        width: 100%;
    }
    .sb-header.sb-header-5 .sb-notify .point {
        right: 19px;
    }
    .sb-header-5 .sign-in-up ul.list-sign-in li {
        padding: 15px 0px;
    }
    .sb-header-5 ul.list-sign-in li a.btn {
        padding: 10px 20px;
    }
    .sb-header-top2 .sb-dec-top-bar {
        background: #F58C36;
    }
    .sb-header-top2 .sb-dec-top-bar .col-md-offset-3 {
        margin-left: 12px;
    }
    .sb-header.sb-header-4 .sign-in-up ul.list-sign-in li {
        padding: 24px 2px;
    }
    .sb-header-3-old .sb-header-3-middle .widget img {
        display: none;
    }
    .sb-header-3-old .sb-header-3-middle .log-header {
        text-align: left;
    }
    .header-3-old .sb-menu ul.menu-links li a {
        color: #212121;
    }
    .sb-header-2 .sign-in-up ul.list-sign-in li {
        padding: 0px 0px;
    }
    .sb-header-13 .sign-in-up .list-sign-in li.register-me a,
    .sb-header-13 .sign-in-up .list-sign-in li.login-me a {
        color: #000000 !important;
    }
    .sb-header-11 .burger-menu {
        position: absolute;
        top: 14px;
    }
    .sb-header-top-11 .sb-bk-clr-scheme .sb-sprt-top-bar .sb-sprt-top-scl .sb-spt-alignment li {
        padding-right: 0px;
        padding-left: 2px;
        margin-bottom: 10px;
    }
    .sb-modern-header-11 .icon-search-head {
        display: flex;
        flex-direction: inherit;
        align-items: center;
        background: rgba(0,0,0,0.3);
        width: 75%;
        height: 44px;
        padding-top: 5px;
        padding-left: 0px;
        padding-bottom: 6px;
        color: #ffffff;
        margin-top: 0px;
    }
    .sb-modern-header-11 form .sb-bk-new-srch-area input
    {
        margin-bottom:10px;
    }
    .sb-header-3-old .header-3-post {
        text-align: start;
        width:50%;
        position: relative;
        top: -12px;
    }
    .sb-header-2 .looking-input {
        margin-bottom: 0px;
    }
    .ad-detail-2-icon {
        padding: 15px;
        margin-top: 20px;
    }
    .shop-now-mobile {
        position: absolute;
        right: 20px;
        bottom: 20px;
        display:block;
    }

    .wrapper-latest-product:hover {
        transform: none !important;
        position: static !important;
        box-shadow: none;
        height: auto;
        position: inherit;
        z-index: -1;
    }
    .sb-short-head.center p {
        width: 100%;
    }
    .header-3-input .looking-form-search-icon-1 button {
        border-radius: 0;
        height: 45px;
        width: 100%;
        background: #000000;
        color: #fff;
        border: 1px solid #000000;
    }
    .sb-header-3 .sign-in-up {
        margin-left: 0px;
    }
    .sb-header-3 ul.list-sign-in li {
        padding: 0px 5px;
    }
    .header-3 .line-menu {
        background-color: #ffffff;
    }
    .header-3 .burger-menu {
        top: 15px;
    }  
    .header-3 ul.menu-links {
        margin-top: 46px;
        background: black;
    }
    .header-3 .sb-menu ul li.current-menu > a,.header-3 .sb-menu ul li:hover > a {
        background-color: transparent;
    }
    .header-3 .dropdown-plus:before,.header-3 .dropdown-plus:after {
        content: '';
        background-color: #ffffff;
    }
    .header-3 .sb-menu ul ul li > a {
        background-color: transparent;
    }
    #hero_product_slider {
        display: none;
    }
    .grid-1-column-2 .clock .column-time {
        width: 20%;
        float: left;
    }
    .grid-1-column-2 .listing-bidding .clock .text {
        display: none !important;
    }
    .grid-1-column-2 .found-listing-heading h4 {
        font-size: 16px;
        line-height: 1.2;
    }
    .grid-1-column-2 .found-listing-heading span.found-listing-head-date {
        font-size: 10px;
    }
    .grid-1-column-2 .star-shining i {
        font-size: 18px;
    }
    .grid-1-column-2 .listing-bottom {
        padding: 10px 14px;
    }
    .grid-1-column-2 .star-shining {
        bottom: 10px;
    }
    .no-container .map {
        width: 100%;
    }
    .right-part.no-filters .no-container .map {
        width: 100%;
    }
    .nike-heading {
        padding: 80px 0px;
    }
    #carousel-example.slide {
        margin: 0px 10px;
    }
    .owl-next i.right-angle {
        right: -10px;
        top: 65%;
    }
    .owl-prev i.left-angle {
        left: -10px;
        top: 65%;
    }
    .nike-heading h1 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .my-cart {
        position: absolute !important;
        top: 55px !important;
        right: 160px;
    }
    .my-heart {
        position: absolute;
        right: 100px;
        top: 70px;
    }
    .my-sign {
        margin: 0!important;
        position: absolute;
        right: -18px;
        top: 55px;
    }
    ul.list-sign-in li a {
        color: #000;
    }
    ul.list-sign-in li ul.dropdown-user-login li a {
        color: #fff;
    }
    #intro-hero {
        height: auto !important;
    }
    .search-hero-form {
        margin-top: 25px;
    }
    .visited-content {
        text-align: center;
    }
    input#save_email {
        right: 20px;
    }
    .great-product-title h2 {
        font-size: 18px;
        line-height: 1.4;
        padding: 5px 0px;
    }
    .star-shining {
        right: 10px;
    }
    .great-product-content h4 {
        font-size: 16px;
    }
    ul.list-sign-in li a {
        color: #000;
    }
    .detail-btn-1 a {
        padding: 8px 16px;
        font-size: 12px;
    }
    .testimonial-product .main-card-content img
    {
        display:none;
    }
    .map-location span {
        top: 60px;
    }
    .margin-bottom-30.margin-top-10.text-center img {
        width: 100%; 
    }
    .testimonial-product-listing {
        width: 360px;
        height: 360px;
    }
    .margin-bottom-30.margin-top-10.text-center img
    {
        width:100%;
    }
    .found-listing-head p
    {
        display:none;
    }
    .nav-user-review {
        margin-top: 20px;
    }
    #user_ratting_form .btn.btn-block {
        margin-top: 10px;
    }
    .write-review {
        padding-bottom:80px !important;
    }
    .public-link-provider-1 {
        padding-top: 15px;
    }
    select#select-sort {
        width: 200px !important;
    }
    .found-adforest-heading {
        margin-bottom: 15px;
    }
    .found-listing-head
    {
        padding-left:20px !important;
        position:relative;
        padding-bottom: 75px !important;
    }
    .shop-now-button {
        position: absolute;
        top: 60%!important;
        left: 20%!important;
    }
    .btn.btn-shopnow {
        padding: 8px 40px!important;
    }
    .listing-list-item:hover {
        position: inherit!important;
        width: auto!important;
    }
    ul.product-categories {
        margin-top: -20px;
    }
    .listing-list-item {
        transition: 0s!important;
    }
    a.listing-icon-1 {
        margin-left: -20px!important;
    }
    .row.header-item {
        position: relative;
        width: 100%;
    }
    .section-icon-content {
        position: absolute;
        top: 15px;
    }
    ul.dropd {
        position: absolute;
        left:10px;
    }
    .my-heart::before 
    {
        display: none;
    }
    .sign-account::before 
    {
        display: none;
    }
    .icon-search-head {
        margin-top: 95px;
        align-items: center;
        display: flex;
        flex-direction: column-reverse;
    }   
    .restuarant-shop {
        display: block!important;
    }

    .restuarant-shop {
        padding: 12px!important;
    }
    .name-heading a.btn-numbering {
        top: -16px!important;
    }
    .cont-list-detail {
        margin-top: 10px!important;
    }

    a.btn.btn-whatsap {
        margin: 3px 0px;
        width: 100%;
    }
    a.btn.btn-whizchat {
        margin: 3px 0px;
        width: 100%;
    }

    /*------------INDEX-5----------
    -------------------------------*/
    .clasfied-head h1 {
        font-size: 30px!important;
    }
    .detail-btn {
        right: 10px!important;
    }
    .card.see-work {
        border-right: 0!important;
    }
    .arrow-goal {
        display: none;
    }
    section.trigger {
        display: none;
    }
    .heart-icons-1 {
        left: 75%!important;
    }
    .card.categories {
        width: 22rem!important;
    }
    .row.wrap-pad {
        border: 0 !important;
    }
    .product-card {
        width: 260px;
    }
    .oerlay-img {
        height: 69%!important;
    }
    .great-product-img {
        margin-top: 20px;
    }
    section.get-app {
        padding: 40px!important;
        background-position: center!important;
    }
    a.iso-img img {
        margin-top: 20px;
    }
    .s013 form .inner-form .input-wrap.second {
        width: 90%!important;
    }
    /*------------INDEX-5-----------
    -------------------------------*/



    /*------------INDEX-1------------*/
    .listing-head {
        display: block!important;
    }
    .main-carousel-item{
        display: none;
    }
    ul.refresh-sort-item li {
        padding: 5px 10px!important;
    }
    /*------------INDEX-1------------*/

    .product-list-item {
        width: 330px!important;
    }
    a.btn.btn-checki {
        display: block!important;
        margin-left: 40px!important;    
    }
    input.form-control.rounded {
        width: 205px!important;
    }
    section.winter-collectin {
        display: none;
    }
    .brand-img {
        display: none;
    }
    li.my-account {
        display: block!important;
    }
    .my-cart.mini-cart::after {
        display: none;}
    .row.theme-created {
        width: 100%;
    }
    .heading-latest h4 {
        display: none;
    }
    .latest-product-heading {
        margin-top: 10px;
        padding: 36px 40px!important;
        width: 100%!important;
    }
    ul.product-items {
        margin: auto 0px!important;
        float: left!important;
    }
    ul.product-items li {
        margin-left: 0px;
        line-height: 1;
    }
    ul.day-item {
        margin: auto 0px!important;
        float: inherit!important;
    }
    ul.day-item li {
        padding: 0 5px!important;
        top:-6px!important;
    }
    section.multi-vendor {
        margin-top: 75px;
    }
    .card.categories {
        margin-top: 70px;
    }
    .two-day-product-head h4 {
        display: none;
    }
    .fashion-sale img {
        width: 290px!important;
    }
    .icon-head {
        display: none;
    }
    a#navbarDropdown {
        display: none;
    }
    .has-search .form-control {
        margin-top: 24px!important;
        width: 130%!important;
    }
    .has-search .form-control-feedback {
        right: -64px!important;
    }
    .my-heart::before {
        display: none;
    }
    a.btn.btn-checkout {
        display: none;}
    .nike-heading h2 {
        font-size: 22px!important;
    }
    .nike-heading img {
        width: 65%;
    }
    .nike-heading h4 {
        font-size: 20px!important;
    }
    .item.main-img {
        background-position: center!important;
        height: auto!important;
    }
    .my-sign::before {
        display:none;
    }
}
@media only screen and (min-width: 447px) and (max-width: 499px)
{ 
    ul.list-sign-in li a {
        color: #000;
    }
    .my-cart {
        position: absolute !important;
        top: 55px !important;
        right: 290px;
    }
    .my-heart {
        position: absolute;
        right: 200px;
        top: 70px;
    }
    .my-sign {
        margin: 0!important;
        position: absolute;
        right: 7px;
        top: 55px;
    }
    .row.header-item {
        position: relative;
        width: 100%;
    }
    .section-icon-content {
        position: absolute;
        top: 15px;
        right: 20px;
    }
    ul.dropd {
        position: absolute;
        left:10px;
    }


    .my-heart::before {
        display: none;
    }
    .my-cart.mini-cart::after {
        display: none;}

    a.iso-img img {
        margin-top: 0px!important;
    }   
}
@media only screen and (min-width: 300px) and (max-width: 499px)
{

    .sb-modern-header-11.header-11 .sb-bk-search-area .sb-bk-bottom-box {
        padding: 8px;
        min-width: 314px;
    }  


    .ad-detail-2-icon ul.cont-icon-list
    {
        text-align:center;
    }
    ul.list-sign-in li a {
        color: #000;
    }
    #intro-hero {
        height: auto;
    }
    .search-hero-form {
        margin-top: 25px;
    }
    .visited-content {
        text-align: center;
    }

    .great-product-title h2 {
        font-size: 18px;
        line-height: 1.4;
        padding: 5px 0px;
    }
    .star-shining {
        right: 10px;
    }
    .great-product-content h4 {
        font-size: 16px;
    }
    ul.list-sign-in li a {
        color: #000;
    }
    .detail-btn-1 a {
        padding: 8px 16px;
        font-size: 12px;
    }
    .testimonial-product .main-card-content img
    {
        display:none;
    }
    .testimonial-product-listing p {
        margin-top: -26px;
        font-size: 12px;
    }
    .testimonial-product-listing {
        width: 320px;
        height: 320px;
    }   
    /*------------INDEX-1------------*/
    .listing-head {
        display: block!important;
    }
    .main-carousel-item{
        display: none;
    }
    ul.refresh-sort-item li {
        padding: 5px 10px!important;
    }
    /*------------INDEX-1------------*/

    .product-list-item {
        width: 330px!important;
    }
    a.btn.btn-checki {
        display: block!important;
        margin-left: 40px!important;    
    }
    input.form-control.rounded {
        min-width: 292px;
    }
    section.winter-collectin {
        display: none;
    }
    .brand-img {
        display: none;
    }
    li.my-account {
        display: block!important;
    }

    .row.theme-created {
        width: 100%;
    }
    .heading-latest h4 {
        display: none;
    }
    .latest-product-heading {
        margin-top: 10px;
        padding: 36px 40px!important;
        width: 100%!important;
    }
    ul.product-items {
        margin: auto 0px!important;
        float: left!important;
    }
    ul.product-items li {
        padding: 0px 5px!important;
    }
    ul.day-item {
        margin: auto 0px!important;
        float: inherit!important;
    }
    ul.day-item li {
        padding: 0 5px!important;
        top:-6px!important;
    }
    section.multi-vendor {
        margin-top: 20px;
    }
    .card.categories {
        margin-top: 20px;
    }
    .two-day-product-head h4 {
        display: none;
    }
    .fashion-sale img {
        width: 290px!important;
    }
    .icon-head {
        display: none;
    }
    a#navbarDropdown {
        display: none;
    }
    .has-search .form-control {
        margin-top: 24px!important;
        width: 130%!important;
    }
    .has-search .form-control-feedback {
        right: -64px!important;
    }
    a.btn.btn-checkout {
        display: none;}
    .nike-heading h2 {
        font-size: 22px!important;
    }
    .nike-heading img {
        width: 65%;
    }
    .nike-heading h4 {
        font-size: 20px!important;
    }
    .item.main-img {
        background-position: center!important;
        height: auto!important;
    }
}
@media (hover: none) {
    .wrapper-latest-product:hover {
        transform: none !important;
        position: static !important;
        box-shadow: none;
        height: auto;
        position: inherit;
        z-index: -1;
        pointer-events: none;
    }
}


/*------320px to 620-----------
------------------------------ */

@media only screen 

and (min-device-width: 320px) 

and (max-device-width: 600px)

{
ul.list-sign-in li ul.dropdown-user-login li a {
    color: #fff;
}

.sb-header-3-old .sign-in-up ul.list-sign-in li a.login-user {
    position: relative;
    top: 0px;
    left: 0px;
}

.background-section .col-pm {
        padding: 15px;
    }

    .background-section .serach-bar .form-group input {
    border-radius: 0px;
}

.background-section {
    height: auto !important;
}

.list-description-text h3 {
    font-size: 22px;
    width: 100%;
}

.background-section .new-featured-list-2 {
    text-align: center;
}

.background-section .new-featured-list-2 button {
    width: 92%;
    border-radius: 0;
}



}


@media only screen 

and (min-device-width: 320px) 

and (max-device-width: 600px)

and (-webkit-min-device-pixel-ratio: 2) 

{
    /*-----------------------------------*/
    .search-map-container .left-part {
        width: 100% !important;
    }
    .search-map-container .map-sidebar {
        width: 100% !important;
    }
    .search-map-container .right-part {
        width: 100% !important;
    }



    .wrapper-latest-product.woocommerce {

        transform: none;
        transition: none;


    }

    a.btn.btn-listing {

        transform: translateY(0);
    }

    .shop-detail-listing {
        visibility: visible;
        position: initial;

    }

    .product_slider_2 .wrapper-latest-product:hover {
        height: auto;
    }

    .wrapper-latest-product:hover {
        pointer-events: all;
    }

    .rtl .comment-bids {
        display: block; 
    }
    .footer-black .gmail-heading h3,
    .footer-black .wb-heading h3,
    .footer-black .num-heading h3,
    .footer-black .addess-heading h3 {
        margin-bottom: 5px;
    }
    .rtl .name-numbering-head {
        display: block;
    }
    .rtl .video-play-button {
        left: 50.1%;
    }
    .rtl .detail-list .review-product {
        padding: 14px 10px;
        height: 80px;
    }
    .rtl .review-content {
        display: block;
    }
    .rtl .sb-header .logo {
        float: inherit;
    }
    .rtl .burger-menu {
        right:unset;
        left:14px;
    }


    .rtl .header-3-old .burger-menu {
        left:14px;
        right:14px;
    }
    .rtl .dropdown-plus {
        left: 0;
        right:unset;
    }
    .rtl .toys-hero-text h3 {
        font-size: 35px;
        line-height: 44px;
    }
    .rtl .will-never input#sb_email {
        width: 100%;
        font-size: 10px;
    }
    .rtl input#save_email {
        right: unset;
        left: 0px;
    }
    .detail-list .map-location span {
        display: none;
    }
    .phone {
        padding: 15px 20px;
    }
    .sell-content {
        padding: 15px 8px;
    }
    .detail-list ul.cont-icon-list li {
        margin: auto 5px;
    }
    .detail-list .promotional_slider .featured-slider-1 {
        margin-top: 20px;
    }
    /*----------------------------------*/
    .sb-header.sb-header-4 .sign-in-up {
        position: relative;
        right:50px;
    }

    .rtl .sb-header.sb-header-4 .sign-in-up {
        position: relative;
        left:0;
    }



    .sb-header.sb-header-4 .list-sign-in li.ad-post-btn a.btn {
        line-height: 40px;
    }
    .register-section-content .main-section-content 
    {
        padding:30px;
    }
    .register-section-content .main-section-content .wel-register-heading {
        padding: 40px 0;
    }
    .wel-register-heading div#register-user-img img {
        width: 100%;
        padding-top: 50px;
    }
    .ad-closed img, .ad-expired img {
        top: 90px;
        left: 2px;
    }
    .sb-header-3-old .sign-in-up ul.list-sign-in li a.login-user {
        position: relative;
        top: 0;
        left: 0;
    }
    .grid-10-column-2 .ad-grid-10 .ads-grid-style .listing-bidding, 
    .grid-10-column-2 .ad-grid-10 .ads-grid-content ul li,
    .grid-9-column-2 .ad-grid-9 .dec-featured-details-section p,
    .grid-8-column-2 .ad-grid-8 .prop-estate-text-section p,
    .grid-6-column-2 .ad-grid-6 .feature-shop-colors ul li,
    .grid-6-column-2 .ad-grid-6 .new-feature-text h4,
    .grid-5-column-2 .ad-grid-5 .category-title,
    .grid-4-column-2 .ad-grid-4 .listing-detail .listing-content ul li span .padding_cats,
    .grid-4-column-2 .ad-grid-4 .listing-detail .listing-content ul li i.fa.fa-th-large,
    .grid-1-column-2 .ad-grid-1 .short-description-1 p.location {
        display: none;
    }
    .grid-10-column-2 .ad-grid-10.ads-grid-container .ads-grid-content h3,
    .grid-9-column-2 .ad-grid-9 .dec-featured-details-section h2,
    .grid-8-column-2 .ad-grid-8 .prop-estate-text-section h2,
    .grid-7-column-2 .ad-grid-7 .browse-heading-h2 h2,
    .grid-6-column-2 .ad-grid-6 .new-feature-text h2,
    .grid-5-column-2 .ad-grid-5 .new-small-grid-description h2,
    .grid-4-column-2 .ad-grid-4 .listing-detail .listing-content h2.listing-title,
    .grid-3-column-2 .ad-grid-3 .short-description-1 h2,
    .grid-2-column-2 .ad-grid-2 .short-description h2,
    .grid-1-column-2 .ad-grid-1 .short-description-1 h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .grid-10-column-2 .ad-grid-10.ads-grid-container .ads-grid-panel span,
    .grid-8-column-2 .ad-grid-8 .prop-estate-text-section span,
    .grid-7-column-2 .ad-grid-7 .browse-price-section ul li a,
    .grid-6-column-2 .ad-grid-6 .feature-shadow ul li span,
    .grid-6-column-2 .ad-grid-6 .feature-shadow ul li i,
    .grid-6-column-2 .ad-grid-6 .new-feature-products-maker .new-feature-products span,
    .grid-5-column-2 .ad-grid-5 .new-small-grid-description span.ad-price,
    .grid-4-column-2 .ad-grid-4 .listing-detail .listing-content span.listing-price,
    .grid-3-column-2 .ad-grid-3 .short-description-1 .price,
    .grid-2-column-2 .ad-grid-2 .short-description .price,
    .grid-1-column-2 .ad-grid-1 .short-description-1 span.ad-price
    {
        font-size:12px;
    }
    .grid-10-column-2 .ad-grid-10.ads-grid-container .ads-grid-panel span span,
    .grid-8-column-2 .ad-grid-8 .prop-estate-text-section span span,
    .grid-7-column-2 .ad-grid-7 .browse-price-section ul li a span,
    .grid-6-column-2 .ad-grid-6 .new-feature-products-maker .new-feature-products span span,
    .grid-5-column-2 .ad-grid-5 .new-small-grid-description span.ad-price span,
    .grid-4-column-2 .ad-grid-4 .listing-detail .listing-content span.listing-price span,
    .grid-3-column-2 .ad-grid-3 .short-description-1 .price span,
    .grid-2-column-2 .ad-grid-2 .short-description .price span,
    .grid-1-column-2 .ad-grid-1 .short-description-1 .ad-price span {
        font-size: 8px;
    }
    .grid-8-column-2 .ad-grid-8.prop-newest-main-section .prop-estate-table,
    .grid-8-column-2 .ad-grid-8 .prop-estate-advertisement {
        padding: 10px 0px;
    }
    .grid-8-column-2 .ad-grid-8 .prop-estate-links {
        left: 38%;
    }
    .grid-3-column-2 .ad-grid-3 .ad-info-1 ul li,
    .grid-3-column-2 .ad-grid-3 .short-description-1 i,
    .grid-3-column-2 .ad-grid-3 .short-description-1.clearfix small {
        font-size: 12px;
    }
    .section-footer-bottom-mlt .footer-heading {
        margin-top: 20px;
    }
    .ad-detail-2-main-section h1
    {
        font-size: 30px;
    }
    button.gm-control-active.gm-fullscreen-control {
        top: 43px !important;
    }
    #hero-cats .search-holder .nav.nav-tabs li {
        width: 50%;
    }
    .sb-modern-list.ad-listing .content-area .btn {
        margin-left: 22px;
        margin-bottom: 20px;
    }
    .sb-modern-list.ad-listing .content-area .price,
    .sb-modern-list .short-info {
        margin-left: 22px;
    }
    .sb-short-head h2 .heading-color {
        font-size: 30px;
    }
    .ads-with-sidebar .sb-short-head .btn-theme
    {
        display:none;
    }
    .sb-short-head h2 {
        font-size: 30px !important;
    }
    .heading-panel .main-title {
        font-size: 30px;
    }
    .heading-panel h2 {
        font-size:30px;
    }
    .app-download h3 {
        font-size: 24px;
    }
    .sb-foot-9 .submit-form-section .form-group .form-control {
        width: 185px;
        font-size: 14px;
    }
    .sb-search-list-2 .category-title span {
        display:none !important;
    }
    .sb-search-list-2 .pro-great-rating span.great-date {
        display: none;
    }
    .sb-search-list-2 h4.sb-list-2-price {
        position: inherit; 
        right: 0px; 
        display: flex;
    }
    .sb-search-list-2 ul.add_info {
        margin-bottom: 30px;
    }
    .sb-search-list-2 .great-product-content span {
        display: block; 
    }
    .rtl .mat-hero-read-ads .btn-theme {
        padding: 12px 14px;
    }
    .rtl .mat-new-post-ads .btn-theme {
        padding: 12px 14px;
    }
    .rtl .mat-hero-section .form-join > h4 {
        font-size: 24px;
    }
    .rtl .sb-header.sb-header-5 .sb-notify .point {
        right: 18px;
    }
    .rtl .tech-opinion .btn-theme {
        padding: 12px 18px;
    }
    .rtl .offset-lg-4 {
        margin-right: 0;
    }
    .video-play-button {
        top: 58%;
        right: 26%;
    }
    .s013 form .inner-form .input-wrap .input-field label {
        font-size: 12px;
    }
    .banner img {
        width: 100%;
    }
    .classified-text h1 {
        font-size:30px;
        padding-left: 0px;
    }
    .classified-text {
        padding-left: 0px;
    }
    .classified-short-text {
        padding-left: 0px;
    }
    .app-download-pistachio .app-text-section h3 {
        font-size: 25px;
    }
    .dec-hero-section
    {
        height:auto;
    }
    .dec-hero-search {
        width: 98%;
    }
    .dec-latest-products-s .owl-nav .owl-next,
    .dec-latest-products-s .owl-nav .owl-prev {
        top: 28%;
    }
    .submit-categories .btn-primary {
        padding: 15px 25px;
    }
    .pricing.pg-classic h3 {
        font-size: 20px;
    }
    .best-car-sale {
        display: block;
    }
    .browse-categories-h3 h3 {
        line-height: 40px;
        font-size:30px;
    }
    .sb-header-top2 .sb-dec-top-bar .sb-top-bar-social-icons
    {
        float:right;
    }
    .toys-call-to-action
    {
        height:auto;
    }
    .toys-action-main-content {
        padding: 5px 10px;
    }
    .toys-action-text h3 {
        width: 90%;
    }
    .toys-action-img {
        display: none;
    }
    .toys-latest-products img {
        display:none;
    }
    .rtl .mob-samsung-categories .owl-nav {
        top: -20%;
    }
    .srvs-hero-section
    {
        height:auto;
    }
    .srvs-hero-text-section h1 {
        font-size: 40px;
    }
    .srvs-hero-details p {
        width: 100%;
    }
    .pg-minimal .pricing-item .btn {
        width: 60%;
    }
    .sigle-clients-brand {
        padding-left: 0px;
    }
    .hero-tagline {
        width: 100%;
    }
    .serach-form-heading {
        font-size: 20px;
    }
    section.get-app {
        background-position: center!important;
        height:auto;
    }
    .overlay-feature .star-shining {
        bottom: -15px;
    }
    .best-new-content {
        padding: 50px 10px;
    }
    .package-pricing {
        flex-direction: column;
    }
    .best-new-content h3 {
        font-size: 30px;
    }
    .background-section {
        height:auto !important;
    }
    .list-description-text h3 {
        font-size: 22px;
        width: 100%;
    }
    .toys-es-img img, .toys-es-sale img {
        width: auto;
    }
    .mat-ad-details-section p {
        width: 100%;
    }
    .mat-new-post-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-hero-read-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-hero-section {
        height: auto;
    }
    .mat-gender-selection label {
        margin-bottom: 5px;
    }
    .search-2 .search-title {
        left: 0px;
        width: 100%;
    }
    .search-2 .btn.btn-light {
        width: 100%;
    }
    .call-action h4 {
        font-size: 20px;
    }
    .pg-minimal .pricing-item .price {
        font-size: 2.3em;
    }
    .walnut.main-search .main-search-title h1 {
        font-size: 40px;
    }
    .found-listing-heading h4 {
        font-size: 18px;
    }
    .found-listing-heading h5 {
        font-size: 16px;
    }
    walnut.main-search .main-search-title h1 {
        font-size: 35px;
    }
    .tech-mac-book h1 span {
        font-size: 42px;
    }
    .tech-opinion .btn-theme,
    .tech-post-ads .btn-theme {
        padding: 12px 16px;
    }
    .rtl .tech-opinion .btn-theme,
    .rtl .tech-post-ads .btn-theme {
        padding: 12px 11px;
    }
    .tech-latest-primary-section h3 span {
        line-height: 1.5;
    }
    .modern_sample2 {
        height: auto;
    }
    .modern_sample2 .content h1 {
        font-size: 25px;
    }
    .modern_sample2.parallex-light .cloud {
        bottom: -6px;
    }
    .modern_sample2.parallex-light .cloud img{
        max-width:100%;
    }
    .modern_sample2 .content a {
        margin-bottom: 100px;
        padding: 10px 14px;
    }
    .hero-cats .content h1 {
        font-size: 25px;
    }
    .pistachio-classified-grid .ad-details p {
        display:none;
    }
    .pistachio-classified-grid .ad-listing .content-area .additional-info {
        top: -4px;
    }
    .pistachio-classified-pricing .app-text-section h3 {
        font-size: 30px;
    }
    .ads-search-heading h1 {
        font-size: 30px;
    }
    .featured-slider-1.owl-theme.ad-slider-box-carousel .owl-nav .owl-next,
    .featured-slider-1.owl-theme.ad-slider-box-carousel .owl-nav .owl-prev {
        top: -15%;
    }
    .great-product-content span {
        display: none;
    }
    .app-img a img {
        margin-bottom: 10px;
    }
    .ad-pets-section {
        padding: 110px 0 80px;
    }
    .shop-products img.attachment-adforest-shop-home {
        width: auto;
    }
    .prop-latest-content-area {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .prop-latest-selections {
        display: none;
    }
    .prop-latest-textfields .prop-sumit-form .btn-theme {
        padding: 12px 30px;
        border-radius: 30px;
    }
    .prop-estate-image-section {
        float: unset; 
        padding-right: 0px;
    }
    .prop-real-estate-box {
        padding: 8px 15px 5px;
    }
    .prop-estate-image-section img {
        width: 100%;
    }
    .scrolable-ads {
        height: auto;
    }
    .prop-search-categories .btn-theme {
        width:100%;
    }
    .bk-hero-text h1 {
        font-size: 40px;
        line-height: 66px;
    }
    .bk-hero-text p {
        width: 100%;
    }
    .bk-hero-details {
        padding: 100px 0;
    }
    .heading-panel h2 {
        line-height: 50px;
    }
    .toys-es-sale img {
        width: 100%;
    }
    .prop-newset-heading a.btn {
        margin-top: 50px;
    }
    .bk-products-box {
        margin-top: 30px;
    }
    .promotional_slider .featured-slider-1 {
        margin-top: 20px;
    }
    .top-bk-box {
        margin-top: 35px;
    }
    .top-bk-details h4 {
        font-size: 16px;
    }
    .top-bk-details p {
        display: none;
    }
    .srvs-prov-details .srvs-prov-contents li a {
        padding: 10px 22px;
    }
    .srvs-providers img {
        width: 100%;
    }
    .srvs-new-products {
        text-align: center;
    }
    .mob-hero-text-section {
        min-height: auto !important;
    }
    .mob-hero-text-section h3 {
        font-size: 20px;
    }
    .mob-hero-text-section p {
        display:none;
    }
    .mob-brands-main-content-area ul 
    {
        margin-top:80px;
        text-align: center;
    }
    .mob-brands-main-content-area ul li
    {
        width:100%;
    }
    .mob-newest-ads .mob-slider-content .mob-brand-categories {
        top: 20%;
    }
    .mob-samsung-categories .owl-nav {
        top: -15%;
    }
    .mat-hero-section
    {
        height:auto;    
    }
    .mat-form-group {
        margin-top: 60px;
    }
    .mat-hero-text-section h1 {
        font-size: 45px;
    }
    .mat-success-stories .owl-nav {
        top: 0px;
    }
    .pets-images-section {
        display: none;
    }
    .rtl .call-read-categories .btn,
    .rtl .call-post-categories .btn {
        padding: 12px 15px;
    }
    .call-post-categories .btn {
        padding: 12px 20px;
    }
    .call-read-categories .btn {
        padding: 12px 20px;
    }
    .sigle-clients-brand {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .tech-call-to-action .tech-action-latest-products-1 {
        display: none;
    }
    .tech-call-to-action .tech-action-latest-products {
        display: none;
    }
    .tech-main-images-section {
        display: none;
    }
    .sb-foot-2.footer-top .widget .footer-new-title {
        margin: 10px 10px 18px;
    }
    .app-download-pistachio .mobile-image-content {
        display: none;
    }
    .app-download-pistachio span.app-store-btn {
        display: block;
        margin-bottom: 20px;
    }
    .content-pricing .basic-pricing {
        padding: 5px;
    }
    .content-pricing .individual-pricing {
        padding: 5px;
    }
    .home-tabs .tabs-container .nav-tabs > li > a i {
        color: #fff;
        font-size: 34px;
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active a {
        height: 65px;
        line-height: 48px;
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active {
        margin-top: 0;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+2) {
        display: none;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+7) {
        display:none;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+5)  {
        display:none;
    }
    .home-tabs .tabs-container .nav.nav-tabs li {
        width: 20%;
    }
    .popular-categories li a {
        width: 100%;
    }
    .walnut.main-search .search-section {
        width: 90%;
    }
    .walnut.main-search .main-search-title {
        width: 90%;
    }
    .pistachio-classified-grid .ad-listing .content-area .col-md-9::after {
        display:none;
    }
    .hero-cats .content {
        padding: 0.5em;
    }
    .hero-cats .content .search-holder input {
        font-size: 1em;
        height: 55px;
    }
    .hero-cats .content .search-holder .input-group-btn .btn {
        height: 55px;
    }
    .hero-cats .btn-theme span {
        padding: 10px;
    }
    .hero-cats .content p:first-child {
        font-size: 25px;
    }
    .sb-header-13 .logo a img {
        padding-left: 0px;
    }
    .sb-header-13.sb-header .logo {
        padding: 25px 5px 0 0;
    }
    .walnut.main-search .search-section #form-panel .search-options > li {
        width: 100%;
    }
    .modern_sample2 .content {
        padding: 5em 0em 0em;
    }
    .category_gridz a {
        width: 60%;
    }
    #partner ul li{
        text-align: center;
    }
    .hero-cashew .cashew-input-search {
        width: 100%; 
    }
    .cashew-multiple-grid ul#pills-tab {
        margin-left: 5px;
    }
    .cashew-multiple-grid .nav-pills .nav-link {
        margin-right: 0px;
    }
    .cashew-its-work .how-it-work {
        width: 100%;
    }
    .cashew-its-work .how-it-work-icon::before
    {
        display:none;
    }
    .how-it-work-icon::after{
        display:none;
    }
    .bg-pricing-content
    {
        margin-top:20px;
    }
    .sb-header-top2 .sb-dec-top-bar .sb-top-bar-social-icons .list-style li {
        margin-right: 2px;
    }
    .gray .grid-card.ad-slider-box .heading-panel {
        margin-bottom: 70px;
    }
    .ads-listing-section
    {
        height:auto !important; 
    }
    .ads-listing-section .form-listing {
        margin-top: 86px;
        margin-left: 10px;
    }
    .classified-text h2 {
        font-size: 28px;
        line-height: 40px;
        padding-right: 0px;
    }
    .heading-text {
        width: 100%;
    }
    .background-section .serach-bar .form-group input {
        border-radius: 0px;
    }
    .background-section .col-pm {
        padding: 15px;
    }
    .background-section .new-featured-list-2 button {
        width:92%;
        border-radius: 0;
    }
    .background-section .new-featured-list-2 {
        text-align:center;
    }
    .pg-new .source-content {
        margin-top: 30px;
    }
    .pg-new .subscription-main-content {
        margin-bottom: 20px;
    }
    .new-boxes-section .boxes-h1 li {
        width: 100%;
    }
    .main-section .content-2 img {
        display: none;
    }
    .main-section .content-3 img {
        display: none;
    }
    .ads-location.bg-gray .heading-panel .heading-text {
        width: 100%;
    }
    .sb-header.sb-header-5 .sb-notify .point {
        right: 19px;
    }
    .sb-header-5 .sign-in-up ul.list-sign-in li {
        padding: 15px 0px;
    }
    .sb-header-5 ul.list-sign-in li a.btn {
        padding: 10px 20px;
    }
    .sb-header-top2 .sb-dec-top-bar {
        background: #F58C36;
    }
    .sb-header-top2 .sb-dec-top-bar .col-md-offset-3 {
        margin-left: 12px;
    }
    .sb-header.sb-header-13 .sign-in-up ul.list-sign-in li,
    .sb-header.sb-header-4 .sign-in-up ul.list-sign-in li {
        padding: 24px 2px;
    }
    .sb-header-3-old .sb-header-3-middle .widget img {
        display: none;
    }
    .sb-header-3-old .sb-header-3-middle .log-header {
        text-align: center;
    }
    .header-3-old .sb-menu ul.menu-links li a {
        color: #212121;
    }
    .sb-header.header-3-old .burger-menu {
        top: 20px;
    }
    .sb-header.header-2 .sb-menu.mega-menu ul.menu-links
    {
        padding-top:60px;
    }
    
    .sb-header-2 .sign-in-up ul.list-sign-in li {
        padding: 0px 0px;
    }
    .sb-header-13 .sign-in-up .list-sign-in li.register-me a,
    .sb-header-13 .sign-in-up .list-sign-in li.login-me a {
        color: #000000 !important;
    }
    .sb-header-11 .burger-menu {
        position: absolute;
        top: 14px;
    }
    .sb-header-top-11 .sb-bk-clr-scheme .sb-sprt-top-bar .sb-sprt-top-scl .sb-spt-alignment li {
        padding-right: 0px;
        padding-left: 2px;
        margin-bottom: 10px;
    }
    .sb-header.sb-header-11 nav.sb-menu.menu-11 {
        float: inherit;
    }
    .sb-modern-header-11 .logo {
        text-align: center;
        margin-bottom:20px;
    }
    .sb-modern-header-11 .icon-search-head {
        display: flex;
        flex-direction: inherit;
        align-items: center;
        background: rgba(0,0,0,0.3);
        width: 75%;
        height: 44px;
        padding-top: 5px;
        padding-left: 0px;
        padding-bottom: 6px;
        color: #ffffff;
        margin-top: 0px;
    }
    .sb-modern-header-11 form .sb-bk-new-srch-area input
    {
        margin-bottom:10px;
    }
    .sb-header-3-old .header-3-post {
        text-align: start;
        width:50%;
        position: relative;
        top: -12px;
    }
    .header-3-old nav.sb-menu ul.menu-links {
        margin-top: 60px;
    }
    .sb-header-2 .log-header {
        text-align: center;
    }
    .sb-header-2 .looking-input {
        margin-bottom: 0px;
    }
    .ad-detail-2-icon {
        padding: 15px;
        margin-top: 20px;
    }
    .shop-now-mobile {
        position: absolute;
        right: 20px;
        bottom: 20px;
        display:block;
    }

    .wrapper-latest-product:hover {
        transform: none !important;
        position: static !important;
        box-shadow: none;
        height: auto;
        position: inherit;
        z-index: -1;
    }
    .header-3-input {
        padding: 20px;
        background: #ffc220;
        margin: 25px 0px 25px;
    }
    .sb-short-head.center p {
        width: 100%;
    }
    header.sb-header-3 .looking-form input {
        border-radius: 5px;
        margin-bottom: 10px;
    }
    header.sb-header-3 .looking-form select {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    header.sb-header-3 .looking-form-search-icon-1 {
        position: inherit;
    }
    .header-3-input .looking-form-search-icon-1 button {
        border-radius: 0;
        height: 45px;
        width: 100%;
        background: #000000;
        color: #fff;
        border: 1px solid #000000;
    }
    .sb-header-3 .sign-in-up {
        margin-left: 0px;
    }
    .sb-header-3 ul.list-sign-in li {
        padding: 0px 5px;
    }
    .header-3 .line-menu {
        background-color: #ffffff;
    }
    .header-3 .burger-menu {
        top: 15px;
    }  
    .header-3 ul.menu-links {
        margin-top: 46px;
        background: black;
    }
    .header-3 .sb-menu ul li.current-menu > a,.header-3 .sb-menu ul li:hover > a {
        background-color: transparent;
    }
    .header-3 .dropdown-plus:before,.header-3 .dropdown-plus:after {
        content: '';
        background-color: #ffffff;
    }
    .header-3 .sb-menu ul ul li > a {
        background-color: transparent;
    }
    #hero_product_slider {
        display: none;
    }
    .grid-1-column-2 .clock .column-time {
        width: 20%;
        float: left;
    }
    .grid-1-column-2 .listing-bidding .clock .text {
        display: none !important;
    }
    .grid-1-column-2 .found-listing-heading h4 {
        font-size: 16px;
        line-height: 1.2;
    }
    .grid-1-column-2 .found-listing-heading span.found-listing-head-date {
        font-size: 10px;
    }
    .grid-1-column-2 .star-shining i {
        font-size: 18px;
    }
    .grid-1-column-2 .listing-bottom {
        padding: 10px 14px;
    }
    .grid-1-column-2 .star-shining {
        bottom: 10px;
    }
    .no-container .map {
        width: 100% !important;
    }
    .nike-heading {
        padding: 80px 0px;
    }
    #carousel-example.slide {
        margin: 0px 10px;
    }
    .owl-next i.right-angle {
        right: -10px;
        top: 65%;
    }
    .owl-prev i.left-angle {
        left: -10px;
        top: 65%;
    }
    .nike-heading h1 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .my-cart {
        position: absolute !important;
        top: 55px !important;
        right: 160px;
    }
    .my-heart {
        position: absolute;
        right: 100px;
        top: 70px;
    }
    .my-sign {
        margin: 0!important;
        position: absolute;
        right: -18px;
        top: 55px;
    }
    ul.list-sign-in li a {
        color: #000;
    }
    ul.list-sign-in li ul.dropdown-user-login li a {
        color: #fff;
    }
    #intro-hero {
        height: auto !important;
    }
    .search-hero-form {
        margin-top: 25px;
    }
    .visited-content {
        text-align: center;
    }
    input#save_email {
        right: 20px;
    }
    .great-product-title h2 {
        font-size: 18px;
        line-height: 1.4;
        padding: 5px 0px;
    }
    .star-shining {
        right: 10px;
    }
    .great-product-content h4 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    ul.list-sign-in li a {
        color: #000;
    }
    .detail-btn-1 a {
        padding: 8px 16px;
        font-size: 12px;
    }
    .testimonial-product .main-card-content img
    {
        display:none;
    }
    .map-location span {
        display: none;
    }
    .ad-detail-2-details .promotional_slider .featured-slider-1 {
        margin-top:20px;
    }
    .section-bid-2 .nav-tabs .nav-link {
        font-size: 12px;
    }
    .margin-bottom-30.margin-top-10.text-center img {
        width: 100%; 
    }
    .testimonial-product-listing {
        width: 360px;
        height: 360px;
    }
    .margin-bottom-30.margin-top-10.text-center img
    {
        width:100%;
    }
    .found-listing-head p
    {
        display:none;
    }
    .nav-user-review {
        margin-top: 20px;
    }
    #user_ratting_form .btn.btn-block {
        margin-top: 10px;
    }
    .write-review {
        padding-bottom:80px !important;
    }
    .public-link-provider-1 {
        padding-top: 15px;
    }
    select#select-sort {
        width: 200px !important;
    }
    .found-adforest-heading {
        margin-bottom: 15px;
    }
    .found-listing-head
    {
        padding-left:20px !important;
        position:relative;
        padding-bottom: 75px !important;
    }
    .shop-now-button {
        position: absolute;
        top: 60%!important;
        left: 20%!important;
    }
    .btn.btn-shopnow {
        padding: 8px 40px!important;
    }
    .listing-list-item:hover {
        position: inherit!important;
        width: auto!important;
    }
    ul.product-categories {
        margin-top: -20px;
    }
    .listing-list-item {
        transition: 0s!important;
    }
    a.listing-icon-1 {
        margin-left: -20px!important;
    }
    .row.header-item {
        position: relative;
        width: 100%;
    }
    .section-icon-content {
        position: absolute;
        top: 15px;
    }
    ul.dropd {
        position: absolute;
        left:10px;
    }
    .my-heart::before 
    {
        display: none;
    }
    .sign-account::before 
    {
        display: none;
    }
    .icon-search-head {
        margin-top: 95px;
        align-items: center;
        display: flex;
        flex-direction: column-reverse;
    }   
    .restuarant-shop {
        display: block!important;
    }

    .restuarant-shop {
        padding: 12px!important;
    }
    .name-heading a.btn-numbering {
        top: -16px!important;
    }
    .cont-list-detail {
        margin-top: 10px!important;
    }

    a.btn.btn-whatsap {
        margin: 3px 0px;
        width: 100%;
    }
    a.btn.btn-whizchat {
        margin: 3px 0px;
        width: 100%;
    }

    /*------------INDEX-5----------
    -------------------------------*/
    .clasfied-head h1 {
        font-size: 30px!important;
    }
    .detail-btn {
        right: 10px!important;
    }
    .card.see-work {
        border-right: 0!important;
    }
    .arrow-goal {
        display: none;
    }
    section.trigger {
        display: none;
    }
    .heart-icons-1 {
        left: 75%!important;
    }
    .card.categories {
        width: 22rem!important;
    }
    .row.wrap-pad {
        border: 0 !important;
    }
    .product-card {
        width: 260px;
    }
    .oerlay-img {
        height: 69%!important;
    }
    .great-product-img {
        margin-top: 20px;
    }
    a.iso-img img {
        margin-top: 20px;
    }
    .s013 form .inner-form .input-wrap.second {
        width: 90%!important;
        border: none;
    }
    /*------------INDEX-5-----------
    -------------------------------*/



    /*------------INDEX-1------------*/
    .listing-head {
        display: block!important;
    }
    .main-carousel-item{
        display: none;
    }
    ul.refresh-sort-item li {
        padding: 5px 10px!important;
    }
    /*------------INDEX-1------------*/

    .product-list-item {
        width: 330px!important;
    }
    a.btn.btn-checki {
        display: block!important;
        margin-left: 40px!important;    
    }
    input.form-control.rounded {
        width: 205px!important;
    }
    section.winter-collectin {
        display: none;
    }
    .brand-img {
        display: none;
    }
    li.my-account {
        display: block!important;
    }
    .my-cart.mini-cart::after {
        display: none;}
    .row.theme-created {
        width: 100%;
    }
    .heading-latest h4 {
        display: none;
    }
    .latest-product-heading {
        margin-top: 10px;
        padding: 36px 40px!important;
        width: 100%!important;
    }
    ul.product-items {
        margin: auto 0px!important;
        float: left!important;
    }
    ul.product-items li {
        margin-left: 0px;
        line-height: 1;
    }
    ul.day-item {
        margin: auto 0px!important;
        float: inherit!important;
    }
    ul.day-item li {
        padding: 0 5px!important;
        top:-6px!important;
    }
    section.multi-vendor {
        margin-top: 75px;
    }
    .card.categories {
        margin-top: 70px;
    }
    .two-day-product-head h4 {
        display: none;
    }
    .fashion-sale img {
        width: 290px!important;
    }

    section.latest-product  .fashion-sale img{
        width: 100% !important;

    }
    .icon-head {
        display: none;
    }
    a#navbarDropdown {
        display: none;
    }
    .has-search .form-control {
        margin-top: 24px!important;
        width: 130%!important;
    }
    .has-search .form-control-feedback {
        right: -64px!important;
    }
    .my-heart::before {
        display: none;
    }
    a.btn.btn-checkout {
        display: none;}
    .nike-heading h2 {
        font-size: 22px!important;
    }
    .nike-heading img {
        width: 65%;
    }
    .nike-heading h4 {
        font-size: 20px!important;
    }
    .item.main-img {
        background-position: center!important;
        height: auto!important;
    }
    .my-sign::before {
        display:none;
    }
}

@media (min-width: 320px) and (max-width: 600px) {
    .main-header .icon-search-head {
        margin-top: 95px;
        align-items: center;
        display: flex;
        flex-direction: column-reverse;
    }
    .main-header .all_account-list .my-cart {
        position: absolute !important;
        top: 55px !important;
        right: 190px;
    }
    .main-header .all_account-list .my-heart {
        position: absolute;
        right: 130px;
        top: 70px;
    }
    .main-header .all_account-list .my-sign {
        margin: 0!important;
        position: absolute;
        right: 14px;
        top: 55px;
    }
    .main-header .all_account-list .my-heart:before,
    .main-header .all_account-list .my-sign:before {
        display: none;
    }
    .main-header .input-group.with-icon {
        margin-left: 0;
    } 
 .prop-newset-heading a.btn {   
        margin-top: 50px;   
    }   
    .mob-newest-ads .mob-slider-content .mob-brand-categories { 
        top: 18%;   
    }   
    .mob-newest-ads.gray .mob-slider-content .mob-brand-categories {    
        top: 15%;   
    }   
    .toys-action-main-content { 
        padding: 5px 20px;  
        z-index: 1; 
        position: relative; 
    }   
    .prop-newest-section .nav-tabs {    
        top: -50px; 
    }   
    .land-classified-heading h3 {   
        line-height: 45px;  
    }   
    .land-qs-heading-section h3 {   
        line-height: 45px;  
    }   
    .mobile-brand-text h3 { 
        margin-bottom: 75px;    
    }   
    .mob-brands .mob-brand-categories { 
        top: 15%;   
    }
    .search-map-container .map-sidebar {
        width: 100%;
    }
    .search-map-container .left-part {
        width: 100%;
    }
    .search-map-container .left-part.no-map {
        width: 100%;
    }
    .right-part.no-filters .no-container .map {
        width: 100%;
    }

}

@media only screen and (min-width: 600px) and (max-width: 700px)
{


    header.main-header .icon-search-head {
        margin-top: 95px;
        align-items: center;
    }

    .sb-header.sb-header-11 nav.sb-menu.menu-11 {
        float: inherit;
    }
    .sb-header-11   .icon-search-head {
        width : 60%;
    }
    /*----------------------------------*/

    .rtl .sb-header-11 .burger-menu {
        top: 16px;
    }
    .rtl .sb-modern-header-11 .logo {
        text-align: center;
        margin-bottom: 15px;
    }

    .search-map-container .left-part {
        width: 100%;
    }

    .search-map-container .left-part.no-map {
        width: 100%;
    }
    .search-map-container .map-sidebar {
        width: 100%;
    }
    .search-map-container .right-part {
        width: 100%;
    }



    .wrapper-latest-product.woocommerce {

        transform: none;
        transition: none;


    }

    a.btn.btn-listing {

        transform: translateY(0);
    }

    .shop-detail-listing {
        visibility: visible;
        position: initial;

    }

    .product_slider_2 .wrapper-latest-product:hover {
        height: auto;
    }

    .wrapper-latest-product:hover {
        pointer-events: all;
    }
    .rtl .sb-header .logo {
        padding: 24px 40px;
    }
    .rtl .video-play-button {
        left: 50.1%;
    }
    .rtl .sb-header .logo {
        float: inherit;
    }
    .rtl .burger-menu {
        right:unset;
        left:14px;
    }
    .rtl .header-3-old .burger-menu {
        left:unset;
        right:14px;
    }
    .rtl .dropdown-plus {
        left: 0;
        right:unset;
    }
    .rtl .sb-modern-header-11 form .sb-bk-new-srch-area input {
        width: auto;
    }
    /*----------------------------------*/
    .sb-header.sb-header-4 .sign-in-up {
        position: relative;
        right:0;
    }
    .rtl .sb-header.sb-header-4 .sign-in-up {
        position: relative;
        right:0;
    }
    .sb-header.sb-header-4 .list-sign-in li.ad-post-btn a.btn {
        line-height: unset;
    }
    .register-section-content .main-section-content .wel-register-heading {
        padding: 40px 0;
    }
    .wel-register-heading div#register-user-img img {
        width: 100%;
        padding-top: 50px;
    }
    .ad-closed img, .ad-expired img {
        top: 90px;
        left : 2px;
    }
    .sb-header-3-old .sign-in-up ul.list-sign-in li a.login-user {
        position: relative;
        top: 22px;
        left: 20px;
    }
    button.gm-control-active.gm-fullscreen-control {
        position: absolute;
        top: 43px !important;
    }
    #hero-cats .search-holder .nav.nav-tabs li {
        width: 50%;
    }
    .sb-modern-list.ad-listing .content-area .btn {
        margin-left: 22px;
        width:90%;
        margin-bottom: 20px;
    }
    .sb-modern-list.ad-listing .content-area .price,
    .sb-modern-list .short-info {
        margin-left: 22px;
    }
    .sb-short-head h2 .heading-color {
        font-size: 30px;
    }
    .background-section .col-pm {
        padding: 15px;
    }
    .browse-categories-h3 h3 {
        font-size:30px;
    }
    .sb-short-head h2 {
        font-size: 30px !important;
    }
    .heading-panel .main-title {
        font-size: 30px;
    }
    .heading-panel h2 {
        font-size:30px;
    }
    .app-download h3 {
        font-size: 24px;
    }
    .video-play-button {
        top: 58%;
        right: 26%;
    }
    .video-play-button {
        top: 55%;
        right: 33% !important;
    }
    .map-location span {
        display: none;
    }
    .ad-detail-2-details .promotional_slider .featured-slider-1 {
        margin-top:20px;
    }
    .section-bid-2 .nav-tabs .nav-link {
        font-size: 12px;
    }
    .detail-list .promotional_slider .featured-slider-1 {
        margin-top: 20px;
    }
    .home-item-head .best-car-sale .offer-heading {
        margin-top: 0px; 
    }
    .toys-call-to-action
    {
        height:auto;
    }
    .toys-action-main-content {
        padding: 5px 10px;
    }
    .toys-action-text h3 {
        width: 90%;
    }
    .toys-action-img {
        display: none;
    }
    .toys-latest-products img {
        display:none;
    }
    .rtl .mob-samsung-categories .owl-nav {
        top: -20%;
    }
    .srvs-hero-text-section h1 {
        font-size: 40px;
    }
    .rtl .offset-lg-4 {
        margin-right: 0;
    }
    .hero-tagline {
        width: 100%;
    }
    section.get-app {
        background-position: center!important;
        height:auto;
    }
    .background-section {
        height:auto !important;
    }
    .list-description-text h3 {
        font-size: 22px;
        width: 100%;
    }
    .sugar-hero .serach-bar .form-group input {
        border-radius: 0;
    }
    .mat-ad-details-section p {
        width: 100%;
    }
    .mat-new-post-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-hero-read-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-hero-section {
        height: auto;
    }
    .mat-gender-selection label {
        margin-bottom: 5px;
    }
    .search-2 .search-title {
        font-size: 20px;
        width: 27%;
    }
    .search-2 .btn {
        width:100%;
    }
    .call-action h4 {
        display: inline-block;
    }
    .blog-post .post-info-date {
        padding: 8px 14px;
    }
    .tech-brand-section {
        padding-top: 0px; 
    }
    .modern_sample2 {
        height: auto;
    }
    .modern_sample2 .content h1 {
        font-size: 25px;
    }
    .modern_sample2.parallex-light .cloud {
        bottom: -6px;
    }
    .modern_sample2.parallex-light .cloud img{
        max-width:100%;
    }
    .modern_sample2 .content a {
        margin-bottom: 100px;
        padding: 10px 14px;
    }
    .hero-cats .content h1 {
        font-size: 30px;
    }
    .star-shining {
        right: 15px;
    }
    .ads-search-heading h1 {
        font-size: 30px;
    }
    .app-download h3 {
        font-size: 24px;
    }
    .ad-pets-section {
        padding: 110px 0 80px;
    }
    .shop-products img.attachment-adforest-shop-home {
        width: auto;
    }
    .prop-search-categories .btn-theme {
        width:100%;
    }
    .bk-hero-text h1 {
        font-size: 40px;
        line-height: 66px;
    }
    .bk-hero-text p {
        width: 100%;
    }
    .bk-hero-details {
        padding: 100px 0;
    }
    .heading-panel h2 {
        line-height: 50px;
    }
    .prop-newset-heading a.btn {
        margin-top: 50px;
    }
    .bk-products-box {
        margin-top: 30px;
    }
    .promotional_slider .featured-slider-1 {
        margin-top: 20px;
    }
    .top-bk-box {
        margin-top: 35px;
    }
    .top-bk-details h4 {
        font-size: 16px;
    }
    .top-bk-details p {
        display: none;
    }
    .heading-panel h2 {
        line-height: 50px;
    }
    .srvs-prov-details .srvs-prov-contents li a {
        padding: 10px 25px;
    }
    .srvs-providers img {
        width: 100%;
    }
    .srvs-new-products {
        text-align: center;
    }
    .mob-hero-text-section {
        min-height: auto !important;
    }
    .mob-hero-text-section h3 {
        font-size: 20px;
    }
    .mob-hero-text-section p {
        display:none;
    }
    .mob-brands-main-content-area ul 
    {
        margin-top:80px;
        text-align: center;
    }
    .mob-brands-main-content-area ul li
    {
        width:45%;
    }
    .mob-newest-ads .mob-slider-content .mob-brand-categories {
        top: 20%;
    }
    .mob-samsung-categories .owl-nav {
        top: -15%;
    }
    .mat-hero-section
    {
        height:auto;    
    }
    .mat-new-post-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-hero-read-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-form-group {
        margin-top: 60px;
    }
    .mat-hero-text-section h1 {
        font-size: 45px;
    }
    .mat-success-stories .owl-nav {
        top: 0px;
    }
    .pets-images-section {
        display: none;
    }
    .call-post-categories .btn {
        padding: 12px 20px;
    }
    .call-read-categories .btn {
        padding: 12px 20px;
    }
    .sigle-clients-brand {
        width: 49%;
        text-align: center;
        margin-bottom: 30px;
    }
    .category_gridz a {
        width: 33%;
        margin-bottom: 20px;
    }
    .shop-box .on-sale {
        padding: 0 0px;
        margin-left: -2px;
    }
    .tech-call-to-action .tech-action-latest-products-1 {
        display: none;
    }
    .tech-call-to-action .tech-action-latest-products {
        display: none;
    }
    .tech-main-images-section {
        display: none;
    }
    .widget.socail-icons {
        margin-top: 20px;
    }
    .widget.my-quicklinks
    {
        margin-top: 20px;
    }
    #partner ul.row li {
        text-align: center;
        margin-bottom: 20px
    }
    #partner ul.row li a img {
        padding: 20px;
        border:1px solid #eeeeee;
    }
    .app-download-pistachio .mobile-image-content {
        display: none;
    }
    .app-download-pistachio span.app-store-btn {
        margin-bottom: 20px;
    }
    .home-tabs .tabs-container .nav-tabs > li > a i {
        color: #fff;
        font-size: 34px;
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active a {
        height: 65px;
        line-height: 48px;
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active {
        margin-top: 0;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+2) {
        display: none;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+7) {
        display:none;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+5)  {
        display:none;
    }
    .home-tabs .tabs-container .nav.nav-tabs li {
        width: 20%;
    }
    .popular-categories li a {
        width: 50%;
    }
    .blog-post .post-content p {
        font-size: 14px;
    }
    .hero-cats .content {
        padding: 1.5em;
    }
    .hero-cats .content .search-holder input {
        font-size: 1em;
        height: 55px;
    }
    .hero-cats .content .search-holder .input-group-btn .btn {
        height: 55px;
    }
    .hero-cats .btn-theme span {
        padding: 10px;
    }
    .hero-cats .content p:first-child {
        font-size: 28px;
        width: 54%;
        line-height: 1.4;
        margin: auto;
    }
    .sb-header-13 .logo a img {
        padding-left: 0px;
    }
    .sb-header-13.sb-header .sign-in-up {
        float: left;
    }
    .rtl .sb-header-13.sb-header .sign-in-up {
        float: right;
    }
    .walnut.main-search .search-section #form-panel .search-options > li {
        width: 100%;
    }
    .hero-cashew .cashew-input-search {
        width: 100%; 
    }
    .cashew-multiple-grid ul#pills-tab {
        margin-left: 5px;
    }
    .cashew-multiple-grid .nav-pills .nav-link {
        margin-right: 0px;
    }
    .cashew-its-work .how-it-work {
        width: 100%;
    }
    .cashew-its-work .how-it-work-icon::before
    {
        display:none;
    }
    .how-it-work-icon::after{
        display:none;
    }
    .bg-pricing-content
    {
        margin-top:20px;
    }
    .pistachio-classified-grid .ad-details p 
    {
        display:none;
    }
    .sb-header-3-old .sb-header-3-middle .widget img {
        display: none;
    }
    .bg-pricing-content {
        margin-top: 20px;
    }
    .ads-listing-section
    {
        height:auto !important; 
    }
    .ads-listing-section .form-listing {
        margin-top: 86px;
        margin-left: 10px;
    }
    .classified-text h2 {
        font-size: 28px;
        line-height: 40px;
        padding-right: 0px;
    }
    .heading-text {
        width: 100%;
    }
    .new-boxes-section .boxes-h1 li {
        width: 33%;
    }
    .ads-location.bg-gray .heading-panel .heading-text {
        width: 100%;
    }
    .background-section .new-featured-list-2 button {
        width:92%;
        border-radius: 0;
    }
    .background-section .new-featured-list-2 {
        text-align:center;
    }
    .pg-new .source-content {
        margin-top: 0px;
    }
    .pg-new .subscription-main-content {
        margin-bottom: 20px;
    }
    .sb-header-top2 .sb-dec-top-bar {
        background: #F58C36;
    }
    .sb-header-3-old .sb-header-3-middle .log-header {
        text-align: left;
    }
    .header-3-old .sb-menu ul.menu-links li a {
        color: #212121;
    }
    .sb-header-2 .sign-in-up ul.list-sign-in li {
        padding: 0px 0px;
    }
    .header-search.sb-header-2 .looking-input {
        margin-bottom: 0px;
    }
    .sb-header-3-old .header-3-post {
        text-align: start;
        width:50%;
        position: relative;
        top: -12px;
    }
    .sb-header-13 .sign-in-up .list-sign-in li.register-me a,
    .sb-header-13 .sign-in-up .list-sign-in li.login-me a {
        color: #000000 !important;
    }
    .sb-short-head.center p {
        width: 100%;
    }
    .header-3-input .looking-form-search-icon-1 button {
        border-radius: 0;
        height: 45px;
        width: 100%;
        background: #000000;
        color: #fff;
        border: 1px solid #000000;
    }
    .sb-header-3 .sign-in-up {
        margin-left: 0px;
    }
    .sb-header-3 ul.list-sign-in li {
        padding: 0px 5px;
    }
    .header-3 .line-menu {
        background-color: #ffffff;
    }
    .header-3 .burger-menu {
        top: 15px;
    }  
    .header-3 ul.menu-links {
        margin-top: 46px;
        background: black;
    }
    .header-3 .sb-menu ul li.current-menu > a,.header-3 .sb-menu ul li:hover > a {
        background-color: transparent;
    }
    .header-3 .dropdown-plus:before,.header-3 .dropdown-plus:after {
        content: '';
        background-color: #ffffff;
    }
    .header-3 .sb-menu ul ul li > a {
        background-color: transparent;
    }
    .map-location span {
        top: 35px;
    }
    .no-container .map {
        width: 100%;
    }
    .right-part.no-filters .no-container .map {
        width: 100%;
    }
    #hero_product_slider {
        display: none;
    }
    ul.product-items li {
        top: -25px;
    }
    .nike-heading {
        padding: 80px 0px;
    }
    .my-cart {
        position: absolute !important;
        top: 55px !important;
        right: 290px;
    }
    .my-heart {
        position: absolute;
        right: 180px;
        top: 70px;
    }
    .my-sign {
        margin: 0!important;
        position: absolute;
        right: 7px;
        top: 55px;
    }
    ul.list-sign-in li a {
        color: #000;
    }
    #intro-hero {
        height: auto!important;
    }
    .search-hero-form {
        margin-top: 25px;
    }
    .visited-content {
        text-align: center;
    }
    ul.list-sign-in li ul.dropdown-user-login li a {
        color: #fff;
    }
    .margin-bottom-30.margin-top-10.text-center img {
        width: 100%; 
    }
    .margin-top-30.margin-bottom-10.banner-ads img {
        width: 100%;
    }
    .banner-ads img{
        width: 100%;
    }
    .found-listing-head
    {
        padding-left:20px !important;
        position:relative;
        padding-bottom: 75px !important;
    }
    .testimonial-product-listing {
        width: 390px;
        height:390px;
    }
    .sb-header .logo {
        text-align: inherit;
    }
    .places-content {
        width: 90%;
    }
    .nav-user-review {
        margin-top: 20px;
    }
    .row.header-item {
        position: relative;
        width: 100%;
    }
    .section-icon-content {
        position: absolute;
        top: 15px;
        right:-40px;
    }
    ul.dropd {
        position: absolute;
        left:10px;
    }

    .my-sign::before {
        left: -34px;
        top: 15px;
    }
    .my-heart::before {
        left: -35px;
    }
    .sign-account::before {
        display: none;}



    .restuarant-shop {
        display: block!important;
    }

    .restuarant-shop {
        padding: 12px!important;
    }
    .name-heading a.btn-numbering {
        top: -16px!important;
    }
    .cont-list-detail {
        margin-top: 10px!important;
    }
    ul.cont-icon-list li {
        text-align:center;
    }
    a.btn.btn-whatsap {
        margin: 3px 0px;
        width: 100%;
    }
    a.btn.btn-whizchat {
        margin: 3px 0px;
        width: 100%;
    }

    /*------------INDEX-5----------
    -------------------------------*/
    .clasfied-head h1 {
        font-size: 30px!important;
    }
    .card.see-work {
        border-right: 0!important;
    }
    .arrow-goal {
        display: none;
    }
    section.trigger {
        display: none;
    }
    .heart-icons-1 {
        left: 75%!important;
    }
    .card.categories {
        margin-top:70px;
    }
    .row.wrap-pad {
        border: 0 !important;
    }
    .product-card {
        width: 100%;
    }
    .oerlay-img {
        height: 70%!important;
    }
    section.get-app {
        padding: 40px!important;
        background-position: center!important;
    }
    .s013 form .inner-form .input-wrap.second {
        width: 90%!important;
    }
    /*------------INDEX-5-----------
    -------------------------------*/

    /*------------INDEX-1------------*/
    .listing-head {
        display: block!important;
    }
    .main-carousel-item{
        display: none;
    }
    ul.refresh-sort-item li {
        padding: 5px 10px!important;
    }
    /*------------INDEX-1------------*/
    a.btn.btn-checki {
        display: block!important;
        margin-left: 40px!important;    
    }
    .product-list-item {
        width: 330px!important;
    }
    input.form-control.rounded {
        width: 350px!important;
    }
    section.winter-collectin {
        display: none;
    }
    .brand-img {
        display: none;
    }
    li.my-account {
        display: block!important;
    }
    .row.theme-created {
        width: 100%;
    }
    .heading-latest h4 {
        display: none;
    }
    .latest-product-heading {
        margin-top: 10px;
        padding: 36px 40px!important;
        width: 100%!important;
    }
    section.multi-vendor {
        margin-top: 20px;
    }
    h4.tw-heading {
        display: none;
    }
    .fashion-sale img {
        width: 290px!important;
    }
    .icon-head {
        display: none;
    }
    a#navbarDropdown {
        display: none;
    }
    .has-search .form-control {
        margin-top: 24px!important;
        width: 130%!important;
    }
    .has-search .form-control-feedback {
        right: -64px!important;
    }
    a.btn.btn-checkout {
        display: none;}
    .nike-heading h2 {
        font-size: 22px!important;
    }
    .nike-heading img {
        width: 20%;
    }
    .nike-heading h4 {
        font-size: 20px!important;
    }
    .item.main-img {
        background-position: center!important;
        height: auto!important;
    }
    ul.product-items {
        margin: auto 0px!important;
        float: left!important;
    }
    ul.day-item {
        margin: auto 0px!important;
        float: inherit!important;
    }
    ul.day-item li {
        padding: 0 5px!important;
        top:-6px!important;
    }
}
@media only screen and (min-width: 700px) and (max-width: 768px)
{

    header.main-header .icon-search-head {
        margin-top: 95px;
        align-items: center;
    }

    .sb-header.sb-header-11 nav.sb-menu.menu-11 {
        float: inherit;
    }
    /*----------------------------------*/
    .search-map-container .left-part {
        width: 100%;
    }
    .search-map-container .left-part.no-map {
        width: 100%;
    }
    .search-map-container .map-sidebar {
        width: 100%;
    }
    .search-map-container .right-part {
        width: 100%;
    }


    .wrapper-latest-product.woocommerce {

        transform: none;
        transition: none;


    }

    a.btn.btn-listing {

        transform: translateY(0);
    }

    .shop-detail-listing {
        visibility: visible;
        position: initial;

    }

    .product_slider_2 .wrapper-latest-product:hover {
        height: auto;
    }

    .wrapper-latest-product:hover {
        pointer-events: all;
    }
    .rtl .sb-header .logo {
        padding: 24px 40px;
    }
    .rtl .video-play-button {
        left: 50.1%;
    }
    .rtl .sb-header .logo {
        float: inherit;
    }
    .rtl .burger-menu {
        right:unset;
        left:14px;
    }
    .rtl .header-3-old .burger-menu {
        left:unset;
        right:14px;
    }
    .rtl .dropdown-plus {
        left: 0;
        right:unset;
    }
    .rtl .sb-modern-header-11 .logo {
        text-align: center;
        margin-bottom: 15px;
    }
    .rtl .sb-header-11 .burger-menu {
        top: 16px;
    }
    .rtl .icon-search-head {
        margin-top: 0;
    }
    /*----------------------------------*/
    .sb-header.sb-header-4 .sign-in-up {
        position: relative;
        right:0;
    }
    .rtl .sb-header.sb-header-4 .sign-in-up {
        position: relative;
        right:0;
    }
    .sb-header.sb-header-4 .list-sign-in li.ad-post-btn a.btn {
        line-height: unset;
    }
    .register-section-content .main-section-content .wel-register-heading {
        padding: 40px 0;
    }
    .wel-register-heading div#register-user-img img {
        width: 100%;
        padding-top: 50px;
    }
    .ad-closed img, .ad-expired img {
        top :90px;
        left : 2px;
    }
    .sb-header-3-old .sign-in-up ul.list-sign-in li a.login-user {
        position: relative;
        top: 22px;
        left: 20px;
    }
    button.gm-control-active.gm-fullscreen-control {
        position: absolute;
        top: 43px !important;
    }
    #hero-cats .search-holder .nav.nav-tabs li {
        width: 50%;
    }
    .sb-modern-list.ad-listing .content-area .btn {
        margin-left: 22px;
        width:90%;
        margin-bottom: 20px;
    }
    .sb-modern-list.ad-listing .content-area .price,
    .sb-modern-list .short-info {
        margin-left: 22px;
    }
    .sb-short-head h2 .heading-color {
        font-size: 30px;
    }
    .background-section .col-pm {
        padding: 15px;
    }
    .browse-categories-h3 h3 {
        font-size:30px;
    }
    .sb-short-head h2 {
        font-size: 30px !important;
    }
    .heading-panel .main-title {
        font-size: 30px;
    }
    .heading-panel h2 {
        font-size:30px;
    }
    .app-download h3 {
        font-size: 24px;
    }
    .cashew-its-work .how-it-work {
        width: 100%;
        margin-bottom:20px;
    }
    .cashew-its-work .how-it-work-icon::before,
    .cashew-its-work .how-it-work-icon::after {
        display:none;
    }
    .video-play-button {
        top: 54%;
        right: 34%;
    }
    .category-title a {
        margin-left: 4px;
    }
    .map-location span {
        display: none;
    }
    .ad-detail-2-details .promotional_slider .featured-slider-1 {
        margin-top:20px;
    }
    .section-bid-2 .nav-tabs .nav-link {
        font-size: 12px;
    }
    .ad-detail-2-details div.btn.btn-numbering, .detail-list div.btn.btn-numbering {
        margin-top: -40px;
    }
    .comment-bids {
        display: block; 
    }
    div.btn.btn-numbering {
        margin-left: 160px;
    }
    .srvs-hero-text-section h1 {
        font-size: 40px;
    }
    .detail-list .promotional_slider .featured-slider-1 {
        margin-top: 20px;
    }
    .home-item-head .best-car-sale .offer-heading {
        margin-top: 0px; 
    }
    .sb-header.sb-header-11 {
        margin-top:0;
    }
    .rtl .offset-lg-4 {
        margin-right: 0;
    }
    .hero-tagline {
        width: 100%;
    }
    section.get-app {
        background-position: center!important;
        height:auto;
    }
    .mat-ad-details-section p {
        width: 100%;
    }
    .mat-new-post-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-hero-read-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-hero-section {
        height: auto;
    }
    .mat-gender-selection label {
        margin-bottom: 5px;
    }
    .search-2 .search-title {
        width: 22%;
        left: 120px;
    }
    .search-2 .btn {
        width:100%;
    }
    .call-action h4 {
        display: inline-block;
    }
    .modern_sample2 {
        height: auto;
    }
    .modern_sample2 .content h1 {
        font-size: 25px;
    }
    .modern_sample2.parallex-light .cloud {
        bottom: -6px;
    }
    .modern_sample2.parallex-light .cloud img{
        max-width:100%;
    }
    .modern_sample2 .content a {
        margin-bottom: 100px;
        padding: 10px 14px;
    }
    .hero-cats .content h1 {
        font-size: 30px;
    }
    .blog-post .post-info-date {
        padding: 8px 15px;
    }
    .pistachio-classified-grid .ad-details p {
        display:none;
    }
    .modern_sample.pistachio-classified .content {
        padding: 10em 0em 5em;
    }
    .pistachio-classified {
        height: auto;
    }
    .pistachio-classified-grid .ad-listing .content-area .price h3 {
        font-size:15px;
    }
    .shop-products img.attachment-adforest-shop-home {
        width: auto;
    }
    .ad-pets-section {
        padding: 110px 0 80px;
    }
    .bk-hero-text h1 {
        font-size: 40px;
        line-height: 66px;
    }
    .bk-hero-text p {
        width: 100%;
    }
    .bk-hero-details {
        padding: 100px 0;
    }
    .prop-newset-heading a.btn {
        margin-top: 50px;
    }
    .bk-products-box {
        margin-top: 30px;
    }
    .promotional_slider .featured-slider-1 {
        margin-top: 20px;
    }
    .top-bk-box {
        margin-top: 35px;
    }
    .top-bk-details h4 {
        font-size: 16px;
    }
    .top-bk-details p {
        display: none;
    }
    .top-bk-details i {
        margin-right: 0px;
    }
    .heading-panel h2 {
        line-height: 50px;
    }
    .srvs-prov-details .srvs-prov-contents li a {
        padding: 10px 25px;
    }
    .srvs-providers img {
        width: 100%;
    }
    .srvs-new-products {
        text-align: center;
    }
    .mob-hero-text-section {
        min-height: auto !important;
    }
    .mob-hero-text-section h3 {
        font-size: 20px;
    }
    .mob-hero-text-section p {
        display:none;
    }
    .mob-brands-main-content-area ul 
    {
        margin-top:80px;
        text-align: center;
    }
    .mob-brands-main-content-area ul li
    {
        width:45%;
    }
    .mob-newest-ads .mob-slider-content .mob-brand-categories {
        top: 20%;
    }
    .mob-samsung-categories .owl-nav {
        top: -15%;
    }
    .mat-new-post-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-hero-read-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-form-group {
        margin-top: 60px;
    }
    .mat-hero-text-section h1 {
        font-size: 45px;
    }
    .mat-success-stories .owl-nav {
        top: 0px;
    }
    .pets-images-section {
        display: none;
    }
    .call-post-categories .btn {
        padding: 12px 20px;
    }
    .call-read-categories .btn {
        padding: 12px 20px;
    }
    .sigle-clients-brand {
        width: 49%;
        text-align: center;
        margin-bottom: 30px;
    }
    .category_gridz a {
        width: 33%;
        margin-bottom: 20px;
    }
    .shop-box .on-sale {
        padding: 0 0px;
        margin-left: -2px;
    }
    .tech-call-to-action .tech-action-latest-products-1 {
        display: none;
    }
    .tech-call-to-action .tech-action-latest-products {
        display: none;
    }
    .tech-main-images-section {
        display: none;
    }
    .widget.socail-icons {
        margin-top: 20px;
    }
    .widget.my-quicklinks
    {
        margin-top: 20px;
    }
    #partner ul.row li {
        text-align: center;
        margin-bottom: 20px
    }
    #partner ul.row li a img {
        padding: 20px;
        border:1px solid #eeeeee;
    }
    .app-download-pistachio .mobile-image-content {
        display: none;
    }
    .app-download-pistachio span.app-store-btn {
        margin-bottom: 20px;
    }
    .home-tabs .tabs-container .nav-tabs > li > a i {
        color: #fff;
        font-size: 34px;
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active a {
        height: 65px;
        line-height: 48px;
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active {
        margin-top: 0;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+2) {
        display: none;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+7) {
        display:none;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+5)  {
        display:none;
    }
    .home-tabs .tabs-container .nav.nav-tabs li {
        width: 20%;
    }
    .popular-categories li a {
        width: 50%;
    }
    .blog-post .post-content p {
        font-size: 14px;
    }
    .hero-cats .content {
        padding: 2.5em;
    }
    .hero-cats .content .search-holder input {
        font-size: 1em;
        height: 55px;
    }
    .hero-cats .content .search-holder .input-group-btn .btn {
        height: 55px;
    }
    .hero-cats .btn-theme span {
        padding: 10px;
    }
    .hero-cats .content p:first-child {
        font-size: 28px;
        width: 54%;
        line-height: 1.4;
        margin: auto;
    }
    .sb-header-13 .logo a img {
        padding-left: 0px;
    }
    .sb-header-13.sb-header .sign-in-up {
        float: left;
    }
    .rtl .sb-header-13.sb-header .sign-in-up {
        float: right;
    }
    .walnut.main-search .search-section #form-panel .search-options > li {
        width: 100%;
    }
    .ads-listing-section
    {
        height:auto !important; 
    }
    .ads-listing-section .form-listing {
        margin-top: 86px;
        margin-left: 10px;
    }
    .classified-text h2 {
        font-size: 28px;
        line-height: 40px;
        padding-right: 0px;
    }
    .heading-text {
        width: 100%;
    }
    .new-boxes-section .boxes-h1 li {
        width: 33%;
    }
    .ads-location.bg-gray .heading-panel .heading-text {
        width: 100%;
    }
    .background-section .new-featured-list-2 button {
        width:100%;
        border-radius: 0 50px 50px 0;
    }
    .pg-new .source-content {
        margin-top: 30px;
    }
    .pg-new .subscription-main-content {
        margin-bottom: 20px;
    }
    .list-description-text h3 {
        width: 100%;
    }
    .sb-header-top2 .sb-dec-top-bar {
        background: #F58C36;
    }
    .header-search.sb-header-2 .looking-input {
        margin-bottom: 0px;
    }
    .sb-header-3-old .header-3-post {
        text-align: start;
        width:50%;
        position: relative;
        top: -12px;
    }
    .sb-header-13 .sign-in-up .list-sign-in li.register-me a,
    .sb-header-13 .sign-in-up .list-sign-in li.login-me a {
        color: #000000 !important;
    }
    .sb-short-head.center p {
        width: 100%;
    }
    .header-3-input .looking-form-search-icon-1 button {
        border-radius: 0;
        height: 45px;
        width: 100%;
        background: #000000;
        color: #fff;
        border: 1px solid #000000;
    }
    .sb-header-3 .sign-in-up {
        margin-left: 0px;
    }
    .header-3 .line-menu {
        background-color: #ffffff;
    }
    .header-3 .burger-menu {
        top: 15px;
    }  
    .header-3 ul.menu-links {
        margin-top: 46px;
        background: black;
    }
    .header-3 .sb-menu ul li.current-menu > a {
        background-color: transparent;
    }
    .header-3 .dropdown-plus:before,.header-3 .dropdown-plus:after {
        content: '';
        background-color: #ffffff;
    }
    .header-3 .sb-menu ul ul li > a {
        background-color: transparent;
    }
    .chose-catgory-heading h2 {
        font-size: 22px;
    }
    .no-container .map {
        width: 100%;
    }
    .right-part.no-filters .no-container .map {
        width: 100%;
    }
    .my-cart {
        position: absolute !important;
        top: 55px !important;
        right: 290px;
    }
    #hero_product_slider {
        display: none;
    }
    ul.product-items li {
        top: -25px;
    }
    .nike-heading {
        padding: 80px 0px;
    }
    .nike-heading h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .my-heart {
        position: absolute;
        right: 180px;
        top: 70px;
    }
    .my-sign {
        margin: 0!important;
        position: absolute;
        right: 7px;
        top: 55px;
    }
    table.variations tr:first-child {
        margin-top: 0px;
    }
    ul.list-sign-in li a {
        color: #000;
    }
    #intro-hero {
        height: auto !important;
    }
    .bg-pricing-content {
        margin-top: 20px;
    }
    .search-hero-form {
        margin-top: 25px;
    }
    .visited-content {
        text-align: center;
    }

    ul.list-sign-in li ul.dropdown-user-login li a {
        color: #fff;
    }
    .header_home {
        background: #fff !important;
    }
    .margin-bottom-30.margin-top-10.text-center img {
        width: 100%; 
    }
    .map-location span {
        top: 35px;
    }
    .margin-top-30.margin-bottom-10.banner-ads img {
        width: 100%;
    }
    .banner-ads img{
        width: 100%;
    }
    .sb-header .logo {
        text-align: inherit;
    }
    .testimonial-product-listing {
        width: 390px;
        height: 390px;
    }
    .card.basic-packages {
        margin-top: 20px;
    }
    .places-content {
        width: 90%;
    }
    .found-listing-head
    {
        padding-left:20px !important;
        position:relative;
        padding-bottom: 75px !important;
    }
    .found-star-icon {
        bottom: 10px !important;
    }
    .nav-user-review {
        margin-top: 20px; 
    }
    .row.header-item {
        position: relative;
        width: 100%;
    }
    .section-icon-content {
        position: absolute;
        top: 15px;
        right:-40px;
    }
    ul.dropd {
        position: absolute;
        left:10px;
    }

    .sign-account::before {
        display: none;}
    .my-heart::before {
        left: -35px;
    }
    .my-sign::before {
        left: -35px;
        top: 15px;
    }
    .restuarant-shop {
        display: block!important;
    }

    .restuarant-shop {
        padding: 12px!important;
    }
    .name-heading a.btn-numbering {
        top: -16px!important;
    }
    .cont-list-detail {
        margin-top: 10px!important;
    }
    .ad-detail-2-icon {
        margin-top: 22px;
    }
    .ad-detail-2-icon ul.cont-icon-list {
        text-align:center;
    }
    a.btn.btn-whatsap {
        margin: 3px 0px;
        width: 100%;
    }
    a.btn.btn-whizchat {
        margin: 3px 0px;
        width: 100%;
    }
    /*------------INDEX-5----------
    -------------------------------*/
    .clasfied-head h1 {
        font-size: 30px!important;
    }
    .arrow-goal {
        display: none;
    }
    section.trigger {
        display: none;
    }
    .heart-icons-1 {
        left: 80%!important;
    }
    .aln-img {
        bottom: 15px!important;
    }
    .card.see-work {
        border-right: 0!important;
    }
    span.span-furniture {
        left: 70px!important;
    }
    .row.wrap-pad {
        border: 0 !important;
    }
    .product-card {
        width: 100%;
    }
    .oerlay-img {
        height: 70%!important;
    }
    section.get-app {
        background-position: center!important;
    }
    .s013 form .inner-form .input-wrap.second {
        width: 90%!important;
    }
    /*------------INDEX-5-----------
    -------------------------------*/


    /*------------INDEX-1------------*/
    .listing-head {
        display: block!important;
    }
    .main-carousel-item{
        display: none;
    }
    ul.refresh-sort-item li {
        padding: 5px 10px!important;
    }
    /*------------INDEX-1------------*/

    input.form-control.rounded {
        width: 300px!important;
    }
    a.btn.btn-checki {
        display: block!important;
        margin-left: 40px!important;    
    }
    section.winter-collectin {
        display: none;
    }
    .brand-img {
        display: none;
    }
    li.my-account {
        display: block!important;
    }
    .row.theme-created {
        width: 100%;
    }
    .heading-latest h4 {
        display: none;
    }
    .latest-product-heading {
        margin-top: 10px;
        padding: 36px 40px!important;
        width: 100%!important;
    }
    section.multi-vendor {
        margin-top: 20px;
    }
    .card.categories {
        margin-top: 70px;
    }
    h4.tw-heading {
        display: none;
    }
    .fashion-sale img {
        width: 290px!important;
    }
    .icon-head {
        display: none;
    }
    a#navbarDropdown {
        display: none;
    }
    .has-search .form-control {
        margin-top: 24px!important;
        width: 130%!important;
    }
    .has-search .form-control-feedback {
        right: -64px!important;
    }
    a.btn.btn-checkout {
        display: none;}
    .nike-heading h2 {
        font-size: 22px!important;
    }
    .nike-heading img {
        width: 20%;
    }
    .nike-heading h4 {
        font-size: 20px!important;
    }
    .item.main-img {
        background-position: center!important;
        height: auto!important;
    }
    ul.product-items {
        margin: auto 0px!important;
        float: left!important;
    }
    ul.product-items li {
        padding: 0px 5px!important;
    }
    ul.day-item {
        margin: auto 0px!important;
        float: inherit!important;
    }
    ul.day-item li {
        padding: 0 5px!important;
        top:-6px!important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 900px)
{
    /*----------------------------------*/


    header.main-header .icon-search-head {
        margin-top: 95px;
        align-items: center;
    }
    .rtl .sb-header .logo {
        padding: 24px 40px;
    }
    .rtl .video-play-button {
        left: 50.1%;
    }
    .rtl .sb-header .logo {
        float: inherit;
        text-align: inherit;
    }
    .rtl .burger-menu {
        right:unset;
        left:14px;
    }
    .rtl .header-3-old .burger-menu {
        left:unset;
        right:14px;
    }
    .rtl .dropdown-plus {
        left: 0;
        right:unset;
    }
    .rtl .sb-header-5 .sign-in-up ul.list-sign-in li {
        padding: 15px 0px;
    }
    .rtl .sb-header .sign-in-up ul {
        margin-left: -10px;
    }
    .rtl .sb-header-5 ul.list-sign-in li a.btn {
        padding: 10px 20px;
    }
    .rtl .pets-images-section {
        top: 66%;
        left: -50% !important;
    }
    .rtl .pets-images-section img {
        width: 50%;
    }
    .rtl .sb-header.sb-header-5 .sb-notify .point {
        right: 17px;
    }

    .rtl .sb-header-11 .burger-menu {
        top: 16px;
    }
    .rtl .sb-modern-header-11 .icon-search-head {
        margin-top: 0;
        width: 100%;
    }
    .rtl .sb-modern-header-11 .logo {
        text-align: center;
        margin-bottom:15px;
    }
    .rtl input#save_email {
        left: -20px;
        right:unset
    }
    /*----------------------------------*/
    .sb-header.sb-header-4 .sign-in-up {
        position: relative;
        right: 4px;
    }
    .rtl .sb-header.sb-header-4 .sign-in-up {
        position: relative;
        left:0;
    }
    .sb-header.sb-header-4 .list-sign-in li.ad-post-btn a.btn {
        line-height: unset;
    }
    .register-section-content .main-section-content .wel-register-heading {
        padding: 140px 0;
    }
    .wel-register-heading div#register-user-img img {
        width: 100%;
        padding-top: 50px;
    }
    .header-3-old .sign-in-up {
        text-align: start
    }
    .ad-closed img, .ad-expired img {
        width: 74%;
        top: 90px;
        left: 70px;
    }
    .sb-header-3-old .sign-in-up ul.list-sign-in li a.login-user {
        position: relative;
        top: 22px;
        left: 20px;
    }
    #hero-cats .search-holder .nav.nav-tabs li {
        width: 50%;
    }
    .tech-opinion .btn-theme,
    .tech-post-ads .btn-theme {
        padding: 12px 20px;
    }
    .sb-header-top2 .sb-dec-top-bar .sb-top-bar-social-icons {
        margin-left: 0px;
    }
    .get-app {
        background-position: center!important;
        height:auto;
    }
    .serach-form-heading {
        font-size: 18px;
    }
    .ads-search-heading h1 {
        font-size: 30px;
    }
    .hero-title {
        font-size: 22px;
    }
    #intro-hero
    {
        height:auto;
    }
    .hero-tagline {
        width: 100%;
    }
    .search-hero-form {
        margin-top: 85px;
    }
    .pricing-pack-heading {
        width: 65%;
    }
    .pricing-pack-heading h6.h1 {
        font-size: 25px;
    }
    .pricing-pack-heading span {
        font-size: 25px;
    }
    .pricing-pack-heading small.sale-value del {
        color: #777;
        font-size: 14px;
    }
    .new-boxes-section .boxes-h1 li {
        float: left;
        width: 25%;
    }
    .call-action h4 {
        display: inline-block;
    }
    .sb-header-4 .logo {
        padding: 10px 40px 5px 0 !important;
    }
    .hero-cats .content h1 {
        font-size: 30px;
    }
    .pistachio-classified-grid .ad-listing .content-area .price h3 {
        font-size:15px;
    }
    .pistachio-classified-grid .ad-listing .content-area .btn {
        width: 100%;
    }
    .bk-hero-text h1 {
        font-size: 40px;
        line-height: 66px;
    }
    .bk-hero-text p {
        width: 100%;
    }
    .bk-hero-details {
        padding: 100px 0;
    }
    .heading-panel h2 {
        line-height: 50px;
    }
    .prop-newset-heading a.btn {
        margin-top: 50px;
    }
    .bk-products-box {
        margin-top: 30px;
    }
    .promotional_slider .featured-slider-1 {
        margin-top: 100px;
    }
    .top-bk-box {
        margin-top: 35px;
    }
    .top-bk-details h4 {
        font-size: 16px;
    }
    .top-bk-details p {
        display: none;
    }
    .top-bk-details i {
        margin-right: 0px;
    }
    .heading-panel h2 {
        line-height: 50px;
    }
    .srvs-prov-details .srvs-prov-contents li a {
        padding: 10px 25px;
    }
    .srvs-providers img {
        width: 100%;
    }
    .srvs-new-products {
        text-align: center;
    }
    .mob-hero-text-section {
        min-height: auto !important;
    }
    .mob-hero-text-section h3 {
        font-size: 20px;
    }
    .mob-hero-text-section p {
        display:none;
    }
    .mob-brands-main-content-area ul 
    {
        margin-top:80px;
        text-align: center;
    }
    .mob-brands-main-content-area ul li
    {
        width:43%;
    }
    .mob-newest-ads .mob-slider-content .mob-brand-categories {
        top: 20%;
    }
    .mob-samsung-categories .owl-nav {
        top: -15%;
    }
    .mob-brand-image img {
        width: 176px;
    }
    .mob-brand-text-area {
        padding: 20px;
    }
    .mat-new-post-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-hero-read-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-hero-text-section h1 {
        font-size: 45px;
    }
    .mat-success-stories .owl-nav {
        top: 0px;
    }
    .pets-images-section {
        bottom: -90px;
        top:unset;
    }
    .call-post-categories .btn {
        padding: 12px 20px;
    }
    .call-read-categories .btn {
        padding: 12px 20px;
    }
    .sigle-clients-brand {
        width: 49%;
        text-align: center;
        margin-bottom: 30px;
    }
    .category_gridz a {
        width: 33%;
        margin-bottom: 20px;
    }
    .shop-box .on-sale {
        padding: 0 0px;
        margin-left: -2px;
    }
    .tech-call-to-action .tech-action-latest-products-1 {
        display: none;
    }
    .tech-call-to-action .tech-action-latest-products {
        display: none;
    }
    .widget.socail-icons {
        margin-top: 20px;
    }
    .widget.my-quicklinks
    {
        margin-top: 20px;
    }
    .tech-call-to-action .tech-action-latest-products-1 {
        display: none;
    }
    .tech-call-to-action .tech-action-latest-products {
        display: none;
    }
    .tech-main-images-section img{
        width:446px;
    }
    .tech-main-images-section {
        top: 28%;
    }
    #partner ul.row li {
        text-align: center;
        margin-bottom: 20px
    }
    #partner ul.row li a img {
        padding: 20px;
        border:1px solid #eeeeee;
    }
    .app-download-pistachio span.app-store-btn {
        margin-bottom: 20px;
    }
    .search-2 .search-title {
        width: 25%;
    }
    .home-tabs .tabs-container .nav-tabs > li > a i {
        color: #fff;
        font-size: 34px;
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active a {
        border-bottom: 5px solid #f58936;
        height: 65px;
        line-height: 48px;
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active {
        margin-top: 0;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+2) {
        display: none;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+7) {
        display:none;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+5)  {
        display:none;
    }
    .home-tabs .tabs-container .nav.nav-tabs li {
        width: 20%;
    }
    .popular-categories li a {
        width: 50%;
    }
    .blog-post .post-content p {
        font-size: 14px;
    }
    .walnut.main-search .search-section {
        width: 90%;
    }
    .walnut.main-search .main-search-title {
        width: 90%;
    }
    .hero-cats .content {
        padding: 2.5em;
    }
    .hero-cats .content .search-holder input {
        font-size: 1em;
        height: 55px;
    }
    .hero-cats .content .search-holder .input-group-btn .btn {
        height: 55px;
    }
    .hero-cats .btn-theme span {
        padding: 10px;
    }
    .pistachio-classified-grid .ad-listing .content-area .price {
        margin-left: -16px;
    }
    .hero-cats .content p:first-child {
        font-size: 28px;
        width: 54%;
        line-height: 1.4;
        margin: auto;
    }
    .sb-header-top2 .sb-dec-top-bar {
        background: #F58C36;
    }
    .sb-header-13 .logo a img {
        padding-left: 0px;
    }
    .sb-header-13.sb-header .sign-in-up {
        float: left;
    }
    .rtl .sb-header-13.sb-header .sign-in-up {
        float: right;
    }
    .walnut.main-search .search-section #form-panel .search-options > li {
        width: 100%;
    }
    .intro-hero-margin {
        padding-top: 110px!important;
    }
    .app-img a img {
        margin-bottom: 12px;
    }
    .classified-text h2 {
        font-size: 28px;
        line-height: 40px;
        padding-right: 0px;
    }
    .heading-text {
        width: 100%;
    }
    .app-download-pistachio .app-text-section {
        padding-bottom: 10px;
    }
    .app-download-pistachio .mobile-image-content {
        margin: -70px auto;
    }
    .app-download-pistachio span.app-store-btn {
        margin-bottom: 10px;
    }
    .ads-location.bg-gray .heading-panel .heading-text {
        width: 100%;
    }
    .background-section .new-featured-list-2 button {
        width:100%;
        border-radius: 0 50px 50px 0;
    }
    .pg-new .select-buttons .btn-primary {
        padding: 10px 15px;
    }
    .pg-new .source-content {
        margin-top: 0px;
    }
    .list-description-text h3 {
        width: 100%;
    }
    .sb-header.sb-header-5 .logo a img {
        padding-top: 0px;
    }
    .sb-header.sb-header-5 .logo {
        padding: 10px 0 5px 0;
    }
    .sb-header.sb-header-7 .logo {
        padding: 20px 40px 30px 0;
    }
    .sb-header-7 .header-6-form input {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .sb-header.sb-header-7 .logo a img,
    .sb-header.sb-header-6 .logo a img {
        padding-top: 0px;
    }
    .sb-header-3-old .header-3-post {
        text-align: start;
        position: absolute;
        top: 22px;
        left: 0;
    }
    .header-search.sb-header-2 .looking-input {
        margin-bottom: 0px;
    }
    .sb-header-13 .sign-in-up .list-sign-in li.register-me a,
    .sb-header-13 .sign-in-up .list-sign-in li.login-me a {
        color: #000000 !important;
    }
    .header-3-old nav.sb-menu ul.menu-links {
        margin-top: 60px;
    }
    .header-3-input {
        margin: 25px 0px 25px;
    }
    .ad-detail-2-icon {
        margin-top: 22px;
    }
    .ad-detail-2-icon ul.cont-icon-list {
        text-align:center;
    }
    .sb-header-3 .sign-in-up {
        margin-left: 0px;
    }
    .header-3 .line-menu {
        background-color: #ffffff;
    }
    .header-3 .burger-menu {
        top: 15px;
    }  
    .header-3 ul.menu-links {
        margin-top: -35px;
        background: black;
    }
    .header-3 .sb-menu ul li.current-menu > a {
        background-color: transparent;
    }
    .header-3 .dropdown-plus:before,.header-3 .dropdown-plus:after {
        content: '';
        background-color: #ffffff;
    }
    .header-3 .sb-menu ul ul li > a {
        background-color: transparent;
    }
    .modern_sample.pistachio-classified .content {
        padding: 10em 1em 5em;
    }
    .pistachio-classified {
        height: auto;
    }
    .pistachio-classified-grid .ad-details p {
        display:none;
    }
    .pistachio-classified-grid .short-info {
        display:none;
    }
    .pistachio-classified-grid .ad-listing .content-area .btn {
        margin-top: -10px;
        margin-left: -16px;
    }
    .pistachio-classified-grid .listing-bidding
    {
        display:none;
    }
    .header_home {
        background: #fff !important;
    }
    .no-container .map {
        width: 100%;
    }
    .right-part.no-filters .no-container .map {
        width: 100%;
    }
    ul.product-items li {
        top: -25px;
    }
    .nike-heading h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .my-sign::before {
        left: -26px;
        top: 17px;
    }
    .my-heart::before {
        left: -35px;
    }
    .sign-account::before
    {
        display:none;
    }
    table.variations tr:first-child {
        margin-top: 0px;
    }
    .bg-pricing-content
    {
        margin-bottom:20px !important;
    }
    .standard-bg {
        margin-top: 20px;
    }
    .blog-post .post-info-date {
        padding: 8px 5px;
        font-size: 14px;
    }
    #client-logos .item {
        width: 220px;
    }
    ul.list-sign-in li a {
        color: #000;
    }
    .chose-catgory-heading h2 {
        font-size: 20px;
    }
    ul.list-sign-in li ul.dropdown-user-login li a {
        color: #fff;
    }
    a.btn.btn-whatsap {
        padding: 14px 100px!important;
    }
    .will-never input#sb_email {
        width: 100%;
    }
    a.btn.btn-whizchat {
        padding: 14px 100px !important;
    }
    .margin-bottom-30.margin-top-10.text-center img {
        width: 100%; 
    }
    input#save_email {
        right: -20px;
    }
    .found-star-icon {
        bottom: 40px;
    }
    .panel .panel-collapse .recent-ads img {
        display:none;
    }
    .video-play-button {
        top: 48%;
        right: 18%;
    }
    .sb-header .sign-in-up ul {
        /*margin-left: -290px;*/
    }
    .rtl .sb-header .sign-in-up ul {
        margin-left: 0;
    }
    .sign-in-up {
        float: inherit;
    }
    .rtl .sb-header-8 .sign-in-up  ,  .rtl .sb-header-10 .sign-in-up{
        float: right;
    }
    .places-content {
        width: 85%;
    }
    .sb-header-11 .sb-menu {
        padding-top: 50px;  
    }

    .sb-header.sb-header-11 nav.sb-menu.menu-11 {
        float: inherit;
    }
    .rtl .sb-header.sb-header-11 nav.sb-menu.menu-11 {
        padding-top: 50px;
    }

    .sb-header-1 .sb-menu  , .sb-header-4 .sb-menu , .sb-header-9 .sb-menu  ,   .sb-header-5  .sb-menu , .sb-header-6  .sb-menu {
        padding-top: 0; 
    }
    .great-product-title h2 {
        font-size: 18px !important;
    }
    .great-product-content h4 {
        font-size: 16px !important;
    }
    .found-listing-head p
    {
        display:none;
    }
    .great-product-content p
    {
        display:none;
    }
    .great-product-herro {
        flex: 0 0 40.1% !important;
    }
    .detail-btn-1 {
        right: 20px !important;
        bottom: 50px !important;
    }
    .found-listing-head span
    {
        display:none;
    }
    .sidebar {
        margin-top: 0px !important;
    }
    .nav-user-review {
        margin-top: 20px;
    }
    .row.header-item {
        position: relative;
        width: 100%;
    }
    .section-icon-content {
        position: absolute;
        top: 15px;
        right:-40px;
    }
    ul.dropd {
        position: absolute;
        left:10px;
    }
    .my-sign {
        margin: 0!important;
        position: absolute;
        right: 7px;
        top: 55px;
    }
    .my-heart {
        position: absolute;
        right: 180px;
        top:70px;
    }
    .my-cart {
        position: absolute !important;
        top: 55px !important;
        right:290px;
    }
    .search-icon {
        right: -20px;
    }

    .my-heart::after {
        display: none;
    }
    .my-cart.mini-cart::after {
        display: none;}


    .cont-list-detail {
        margin-top: 0px!important;
    }
    .name-heading a.btn-numbering {
        top: -16px!important;
    }
    /*------------INDEX-5----------
    -------------------------------*/
    .clasfied-head h1 {
        font-size: 35px!important;
    }
    .s013 {
        width: 100%!important;
    }
    .s013 form .inner-form .input-wrap.second {
        width: 64%!important;
    }
    .oerlay-img {
        height: 70%!important;
    }
    a.iso-img img{
        margin-top: 20px;
    }
    /*------------INDEX-5-----------
    -------------------------------*/

    /*------------INDEX-1------------*/
    .listing-head {
        display: block!important;
    }
    .main-carousel-item{
        display: none;
    }
    ul.refresh-sort-item li {
        padding: 5px 10px!important;
    }
    /*------------INDEX-1------------*/
    .brand-img-2 img {
        display: none;}
    input.form-control.rounded {
        width: 400px!important;
    }
    a.btn.btn-checki {
        display: block!important;
        margin-left: 40px!important;    
    }
    section.winter-collectin {
        display: none;
    }
    .brand-img {
        display: none;
    }
    li.my-account {
        display: block!important;
    }
    .row.theme-created {
        width: 100%;
    }
    .heading-latest h4 {
        display: none;
    }
    .latest-product-heading {
        margin-top: 10px;
        padding: 36px 40px!important;
        width: 100%!important;
    }
    section.multi-vendor {
        margin-top: 20px;
    }
    .card.categories {
        margin-top: 70px;
    }
    .card.see-work {
        border-right: 0!important;
    }
    span.span-furniture {
        left: 70px!important;
    }
    .detail-btn a {
        margin-top: -74px;
    }
    h4.tw-heading {
        display: none;
    }
    .fashion-sale img {
        width: 290px!important;
    }
    .icon-head {
        display: none;
    }
    a#navbarDropdown {
        display: none;
    }
    .has-search .form-control {
        margin-top: 24px!important;
        width: 130%!important;
    }
    .has-search .form-control-feedback {
        right: -64px!important;
    }
    a.btn.btn-checkout {
        display: none;}
    .nike-heading h2 {
        font-size: 22px!important;
    }
    .nike-heading img {
        width: 20%;
    }
    .nike-heading h4 {
        font-size: 20px!important;
    }
    .item.main-img {
        background-position: center!important;
        height: auto!important;
        padding-bottom: 30px;
    }
    ul.product-items {
        margin: auto 0px!important;
        float: left!important;
    }
    ul.product-items li {
        padding: 0px 5px!important;
    }
    ul.day-item {
        margin: auto 0px!important;
        float: inherit!important;
    }
    ul.day-item li {
        padding: 0 5px!important;
        top:-6px!important;
    }
}

@media only screen and (width: 768px)
{

    .my-cart {
        position: absolute;
        top: 40px;
        left: -18px;
    }
    .row.header-item {
        position: relative;
        width: 100%;
    }
    .section-icon-content {
        position: absolute;
        top: 15px;
        right:-40px;
    }
    ul.dropd {
        position: absolute;
        left:10px;
    }
    .my-sign {
        margin: 0!important;
        position: absolute;
        right: 0;
        top: 42px;
    }
    .my-heart {
        margin: 55px 131px!important;
    }

    .my-heart::after {
        display: none;
    }
    .my-cart.mini-cart::after {
        display: none;}


    /*------------INDEX-5----------
-------------------------------*/
    .clasfied-head h1 {
        font-size: 35px!important;
    }
    .arrow-goal {
        display: block;
    }
    section.trigger {
        display: none;
    }
    .s013 {
        width: 100%!important;
    }
    /*------------INDEX-5-----------
    -------------------------------*/

    /*------------INDEX-1------------*/
    .listing-head {
        display: block!important;
    }
    .main-carousel-item{
        display: none;
    }
    ul.refresh-sort-item li {
        padding: 5px 10px!important;
    }
    /*------------INDEX-1------------*/

    a.btn.btn-checki {
        display: block!important;
        margin-left: 40px!important;    
    }
    input.form-control.rounded {
        width: 300px!important;
    }
    section.winter-collectin {
        display: none;
    }
    .brand-img {
        display: none;
    }
    .nav-open {
        top: 0px!important;
    }
    li.my-account {
        display: block!important;
    }

    .row.theme-created {
        width: 100%;
    }
    .brand-img-2 img{
        display: none;
    }
    .heading-latest h4 {
        display: none;
    }
    .latest-product-heading {
        margin-top: 10px;
        padding: 36px 40px!important;
        width: 100%!important;
    }
    ul.product-items {
        right: 37px!important;
        top: 15px!important;
    }
    .fashion-sale img {
        width: 290px!important;
    }
    .icon-head {
        display: none;
    }
    a#navbarDropdown {
        display: none;
    }
    .has-search .form-control {
        margin-top: 24px!important;
        width: 130%!important;
    }
    .has-search .form-control-feedback {
        right: -64px!important;
    }
    a.btn.btn-checkout {
        display: none;}
    .my-heart {
        margin: 55px 110px!important;
    }
    .nike-heading h2 {
        font-size: 22px!important;
    }
    .nike-heading img {
        width: 20%;
    }
    .nike-heading h4 {
        font-size: 20px!important;
    }
    .item.main-img {
        background-position: center!important;
        height: auto!important;
        padding-bottom: 30px;
    }
}

@media (orientation: landscape) and (max-width: 500px)
{
    .welcom-heading{
        display: none;
    } 
    .selling-car {
        margin-top: 90px;
    }    
}
@media(orientation: portrait){
    .welcom-heading{
        display: none;
    }
    a.bt_subit {
        margin-left: -4px!important;
        padding: 12px 57px!important;
    }
    .selling-car{
        margin-top: 90px;
    }
    .client-carsoul{
        display: none;
    }
}
@media only screen and (width: 1024px)
{

}

@media (max-width: 400px) {
    .welcom-heading{
        display: none;
    } 
    a.bt_subit {
        margin-left: -3px!important;
        padding: 12px 56px!important;
    }
    /* new header-3-old changing start */
    .header-3-old .mega-menu.sb-menu {
        padding-top: 40px;
    }
    .header-3-old .mega-menu.sb-menu .menu-links {
        padding-top: 0 !important;
    }
    /* new header-3-old changing end */
    /* responsive new css add start */
    .modern-new-pricing .basic-pricing,
    .modern-new-pricing .individual-pricing {
        padding: 20px;
    }
    .modern-new-pricing .basic-pricing .package-pricing,
    .modern-new-pricing .individual-pricing .package-pricing {
        flex-direction: column;
        align-items: flex-start;
    }
    .modern-new-pricing .basic-pricing .package-pricing .pricing-pack-heading,
    .modern-new-pricing .individual-pricing .package-pricing .pricing-pack-heading {
        margin: 10px 0 0 0;
    }
    .modern-new-pricing .basic-pricing .pricing-pack-heading .h1,
    .modern-new-pricing .individual-pricing .pricing-pack-heading .h1 {
        margin-bottom: 0;
    }
    section.get-app .app-img a:first-child {
        margin-bottom: 10px;
        display: block;
    }
    /* responsive new css add end */
}

@media only screen and (min-width: 901px) and (max-width: 992px)
{
    /*----------------------------------*/


    header.main-header .icon-search-head {
        margin-top: 95px;
    }

    .sb-header.header-2 .sb-menu {
        padding-top: 80px;
    }
    .rtl .sb-header .logo {
        padding: 24px 40px;
    }
    .rtl .video-play-button {
        left: 50.1%;
    }
    .rtl .sb-header .logo {
        float: inherit;
        text-align: inherit;
    }
    .rtl .burger-menu {
        right:unset;
        left:14px;
    }
    .rtl .header-3-old .burger-menu {
        left:unset;
        right:14px;
    }
    .rtl .dropdown-plus {
        left: 0;
        right:unset;
    }

    .rtl .sb-header-11 .burger-menu {
        top: 16px;
    }
    .rtl .sb-modern-header-11 .icon-search-head {
        margin-top: 0;
        width: 100%;
    }
    .rtl input#save_email {
        right: unset;
        left: 0;
    }
    .rtl .sb-modern-header-11 .logo {
        text-align: center;
        margin-bottom:15px;
    }
    /*----------------------------------*/
    .sb-header.sb-header-4 .sign-in-up {
        position: relative;
        right: 4px;
    }
    .rtl .sb-header.sb-header-4 .sign-in-up {
        right:unset;
        left:50px;
    }
    .sb-header.sb-header-4 .list-sign-in li.ad-post-btn a.btn {
        line-height: unset;
    }
    .register-section-content .main-section-content .wel-register-heading {
        padding: 140px 0;
    }
    .wel-register-heading div#register-user-img img {
        width: 100%;
        padding-top: 50px;
    }
    .sb-foot-9 .submit-form-section .form-group .form-control {
        width: 124px;
        font-size: 9px;
    }
    .ad-closed img, .ad-expired img {
        width: 80%;
    }
    .rtl .tech-main-images-section img {
        max-width: 486px;
    }
    .tech-opinion .btn-theme,
    .tech-post-ads .btn-theme {
        padding: 12px 20px;
    }
    .bid_submit {
        padding: 15px 30px;
    }
    .get-app {
        background-position: center!important;
        height:auto;
    }
    .serach-form-heading {
        font-size: 18px;
    }
    .ads-search-heading h1 {
        font-size: 30px;
    }
    .hero-title {
        font-size: 22px;
    }
    #intro-hero
    {
        height:auto;
    }
    .hero-tagline {
        width: 100%;
    }
    .search-hero-form {
        margin-top: 85px;
    }
    .pricing-pack-heading h6.h1 {
        font-size: 25px;
    }
    .pricing-pack-heading span {
        font-size: 25px;
    }
    .pricing-pack-heading small.sale-value del {
        color: #777;
        font-size: 14px;
    }
    
    .call-action h4 {
        display: inline-block;
    }
    .tech-mac-book h1 span {
        font-size: 50px;
    }
    .tech-action-latest-products img {
        display: none;
    }
    .bk-hero-text h1 {
        font-size: 40px;
        line-height: 66px;
    }
    .bk-hero-text p {
        width: 100%;
    }
    .bk-hero-details {
        padding: 100px 0;
    }
    .heading-panel h2 {
        line-height: 50px;
    }
    .prop-newset-heading a.btn {
        margin-top: 50px;
    }
    .bk-products-box {
        margin-top: 30px;
    }
    .promotional_slider .featured-slider-1 {
        margin-top: 100px;
    }
    .top-bk-box {
        margin-top: 35px;
    }
    .top-bk-details h4 {
        font-size: 16px;
    }
    .top-bk-details p {
        display: none;
    }
    .top-bk-details i {
        margin-right: 0px;
    }
    .heading-panel h2 {
        line-height: 50px;
    }
    .srvs-prov-details .srvs-prov-contents li a {
        padding: 10px 25px;
    }
    .srvs-providers img {
        width: 100%;
    }
    .srvs-new-products {
        text-align: center;
    }
    .mat-new-post-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-hero-read-ads .btn-theme {
        padding: 12px 18px;
    }
    .mat-hero-text-section h1 {
        font-size: 45px;
    }
    .mat-success-stories .owl-nav {
        top: 0px;
    }
    .pets-images-section img {
        width: 415px;
    }
    .pets-images-section {
        bottom: -90px;
        top:unset;
    }
    .call-post-categories .btn {
        padding: 12px 20px;
    }
    .call-read-categories .btn {
        padding: 12px 20px;
    }
    .sigle-clients-brand {
        width: 32%;
        text-align: center;
        margin-bottom: 30px;
    }
    .category_gridz a {
        width: 33%;
        margin-bottom: 20px;
    }
    .shop-box .on-sale {
        padding: 0 0px;
        margin-left: -2px;
    }
    .tech-main-images-section img {
        max-width: 520px;
        top: 150px;
    }
    .tech-action-latest-products-1
    {
        display:none;
    }
    #partner ul.row li {
        text-align: center;
        margin-bottom: 20px
    }
    #partner ul.row li a img {
        padding: 20px;
        border:1px solid #eeeeee;
    }
    .bg-pricing-content {
        margin-top: 20px;
    }
    .app-download-pistachio .mobile-image-content {
        margin:    -70px auto !important;
    }
    .home-tabs .tabs-container .nav-tabs > li > a i {
        color: #fff;
        font-size: 34px;
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active a {
        border-bottom: 5px solid #f58936;
        height: 65px;
        line-height: 48px;
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active {
        margin-top: 0;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+2) {
        display: none;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+7) {
        display:none;
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(9n+5)  {
        display:none;
    }
    .home-tabs .tabs-container .nav.nav-tabs li {
        width: 20%;
    }
    .popular-categories li a {
        width: 33%;
    }
    .blog-post .post-content p {
        font-size: 14px;
    }
    .pistachio-classified-grid .ad-listing .content-area .price {
        margin-left: -16px;
    }
    .pistachio-classified-grid .ad-listing .content-area .price h3 {
        font-size: 14px;
    }
    .sb-header-13 .logo a img {
        padding-left: 0px;
        padding-top: 4px;
    }
    .sb-header-13.sb-header .sign-in-up {
        float: left;
    }
    .rtl .sb-header-13.sb-header .sign-in-up {
        float: right;
    }
    .walnut.main-search .search-section {
        width: 100%;
    }
    .walnut.main-search .main-search-title {
        width: 100%;
    }
    .intro-hero-margin {
        padding-top: 110px!important;
    }
    .app-img a img {
        margin-bottom: 12px;
    }
    .classified-text h2 {
        font-size: 28px;
        line-height: 40px;
        padding-right: 0px;
    }
    .heading-text {
        width: 100%;
    }
    .app-download-pistachio .app-text-section {
        padding-bottom: 10px;
    }
    .app-download-pistachio .mobile-image-content {
        margin: 75px auto;
    }
    .app-download-pistachio span.app-store-btn {
        margin-bottom: 10px;
    }
    .ads-location.bg-gray .heading-panel .heading-text {
        width: 100%;
    }

    .ads-location.bg-gray .heading-panel .heading-text {
        width: 100%;
    }
    .background-section .new-featured-list-2 button {
        width:100%;
        border-radius: 0 50px 50px 0;
    }
    .pg-new .select-buttons .btn-primary {
        padding: 10px 15px;
    }
    .pg-new .source-content {
        margin-top: 0px;
    }
    .list-description-text h3 {
        width: 100%;
    }
    .pg-new .subscription-main-content {
        margin-bottom:20px;
    }
    .pg-new .subscrpition-text-p9 h4 {
        font-size: 20px;
    }
    .pg-new .subscription-price {
        margin-top: 2px;
    }
    .subscription-main-content .individual-section.adforest-packages .total-grids .subscription-price span.price {
        font-size: 20px;
    }
    .pg-new .sale-value del {
        font-size: 20px;
    }
    .sb-header-top2 .sb-dec-top-bar {
        background: #F58C36;
    }
    .sb-header.sb-header-9 .logo a img {
        padding-left: 0px;
    }
    .header-search.sb-header-2 .looking-input {
        margin-bottom: 0px;
    }
    .sb-header-3-old .header-3-post {
        text-align: start;
        position: absolute;
        top: 22px;
        left: 0;
    }
    .sb-header-13 .sign-in-up .list-sign-in li.register-me a,
    .sb-header-13 .sign-in-up .list-sign-in li.login-me a {
        color: #000000 !important;
    }
    .header-3-old nav.sb-menu ul.menu-links {
        margin-top: 60px;
    }
    .header-3-input {
        margin: 25px 0px 25px;
    }
    .sb-header-3 .sign-in-up {
        margin-left: 0px;
    }
    .blog-post .post-info-date {
        padding: 8px 10px;
    }
    .ad-detail-2-icon {
        margin-top: 22px;
    }
    .ad-detail-2-icon ul.cont-icon-list {
        text-align:center;
    }
    .header-3 .line-menu {
        background-color: #ffffff;
    }
    .header-3 .burger-menu {
        top: 15px;
    }  
    .header-3 ul.menu-links {
        margin-top: -35px;
        background: black;
    }
    .header-3 .sb-menu ul li.current-menu > a {
        background-color: transparent;
    }
    .header-3 .dropdown-plus:before,.header-3 .dropdown-plus:after {
        content: '';
        background-color: #ffffff;
    }
    .header-3 .sb-menu ul ul li > a {
        background-color: transparent;
    }
    .chose-catgory-heading h2 {
        font-size: 20px;
    }
    .modern_sample.pistachio-classified .content {
        padding: 10em 1em 5em;
    }
    .pistachio-classified {
        height: auto;
    }
    .pistachio-classified-grid .ad-listing .content-area h3 {
        margin-bottom: 0;
    }
    .pistachio-classified-grid .ad-details p {
        display:none;
    }
    .pistachio-classified-grid .short-info {
        display:none;
    }
    .pistachio-classified-grid .ad-listing .content-area .btn {
        margin-top: -10px;
        margin-left: -16px;
    }
    .pistachio-classified-grid .listing-bidding
    {
        display:none;
    }
    .no-container .map {
        width: 100%;
    }
    .right-part.no-filters .no-container .map {
        width: 100%;
    }
    ul.product-items li {
        top: -25px;
    }
    .nike-heading h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    table.variations tr:first-child {
        margin-top: 0px;
    }
    .margin-bottom-30.margin-top-10.text-center img {
        width: 100%; 
    }
    .will-never input#sb_email {
        width: 100%;
    }
    input#save_email {
        right: -20px;
    }
    .header_home {
        background: #fff !important;
    }
    a.btn.btn-whatsap {
        padding: 14px 108px!important;
    }
    ul.list-sign-in li a {
        color: #000;
    }
    ul.list-sign-in li ul.dropdown-user-login li a {
        color: #fff;
    }
    a.btn.btn-whizchat {
        padding: 14px 100px !important;
    }
    .video-play-button {
        top: 54%;
        right: 17%;
    }
    .panel .panel-collapse .recent-ads img {
        display:none;
    }
    .sb-header .sign-in-up ul {
        /*  margin-left: -260px; */
    }

    .rtl .sb-header .sign-in-up ul {
        margin-left: 0;
    }

    
    .sb-header.sb-header-11 nav.sb-menu.menu-11 {
        float: inherit;
    }


    .sb-header-1 .sb-menu  , .sb-header-4 .sb-menu , .sb-header-9 .sb-menu  ,   .sb-header-5  .sb-menu , .sb-header-6  .sb-menu {
        padding-top: 0; 
    }
    .sign-in-up {
        float: inherit;
    }
    .rtl .sb-header-8 .sign-in-up , .rtl .sb-header-10 .sign-in-up {
        float: right;
    }

    .places-content {
        width: 93%;
    }
    .found-listing-head p
    {
        display:none;
    }
    .great-product-title h2 {
        font-size: 18px !important;
    }
    .great-product-content h4 {
        font-size: 16px !important;
    }
    .great-product-content p
    {
        display:none;
    }
    .great-product-herro {
        flex: 0 0 40.1% !important;
    }
    .detail-btn-1 {
        right: 20px !important;
        bottom: 50px !important;
    }
    .found-listing-head span
    {
        display:none;
    }
    .sidebar {
        margin-top: 0px !important;
    }
    .nav-user-review {
        margin-top: 20px;
    }
    .my-sign {
        margin: 0!important;
        position: absolute;
        right: 7px;
        top: 55px;
    }
    .my-heart {
        position: absolute;
        right: 180px;
        top:70px;
    }
    .my-cart {
        position: absolute !important;
        top: 55px !important;
        right: 290px;
    }
    .search-icon {
        right: -20px;
    }
    .row.header-item {
        position: relative;
        width: 100%;
    }
    .section-icon-content {
        position: absolute;
        top: 15px;
        right:-40px;
    }
    ul.dropd {
        position: absolute;
        left:10px;
    }

    .my-heart::before {
        left: -35px;
    }
    .my-sign::before {
        left: -24px;
        top: 16px;
    }
    .cont-list-detail {
        margin-top: 0px!important;
    }
    /*------------INDEX-5----------
    -------------------------------*/
    .clasfied-head h1 {
        font-size: 35px!important;
    }
    .card.categories {
        margin-top: 70px;
    }
    .card.see-work {
        border-right: 0!important;
    }
    .heart-icons-1 {
        left: 30%!important;
    }
    span.span-furniture {
        left: 70px!important;
    }
    .detail-btn a {
        margin-top: -74px;
    }
    .s013 {
        width: 100%!important;
    }
    .s013 form .inner-form .input-wrap.second {
        width: 64%!important;
    }
    .oerlay-img {
        height: 70%!important;
    }
    section.get-app {
        background-position: center!important;}
    a.iso-img img{
        margin-top: 20px;
    }
    /*------------INDEX-5-----------
    -------------------------------*/

    /*------------INDEX-1------------*/
    .listing-head {
        display: block!important;
    }
    .main-carousel-item{
        display: none;
    }
    ul.refresh-sort-item li {
        padding: 5px 10px!important;
    }
    /*------------INDEX-1------------*/
    a.btn.btn-checki {
        display: block!important;
        margin-left: 40px!important;    
    }
    .brand-img-2 img {
        display: none;}
    input.form-control.rounded {
        width: 400px!important;
    }

    section.winter-collectin {
        display: none;
    }
    .brand-img {
        display: none;
    }
    li.my-account {
        display: block!important;
    }
    .row.theme-created {
        width: 100%;
    }
    .heading-latest h4 {
        display: none;
    }
    .latest-product-heading {
        margin-top: 10px;
        padding: 36px 40px!important;
        width: 100%!important;
    }
    .fashion-sale img {
        width: 290px!important;
    }
    .icon-head {
        display: none;
    }
    a#navbarDropdown {
        display: none;
    }
    .has-search .form-control {
        margin-top: 24px!important;
        width: 130%!important;
    }
    .has-search .form-control-feedback {
        right: -64px!important;
    }
    a.btn.btn-checkout {
        display: none;}
    .nike-heading h2 {
        font-size: 22px!important;
    }
    .nike-heading img {
        width: 20%;
    }
    .nike-heading h4 {
        font-size: 20px!important;
    }
    .item.main-img {
        background-position: center!important;
        height: auto!important;
        padding-bottom:30px;
    }
    ul.product-items {
        margin: auto 0px!important;
        float: left!important;
    }
    ul.product-items li {
        padding: 0px 5px!important;
    }
    ul.day-item {
        margin: auto 0px!important;
        float: inherit!important;
    }
    ul.day-item li {
        padding: 0 5px!important;
        top:-6px!important;
    }
    h4.tw-heading {
        display: none;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px)
{
    /*----------------------------------*/
    .rtl .sb-header .logo {
        padding: 24px 40px;
    }
    .rtl .video-play-button {
        left: 50.1%;
    }
    .rtl .sb-header .logo {
        float: inherit;
        text-align: inherit;
    }
    .rtl .burger-menu {
        right:unset;
        left:14px;
    }
    .rtl .header-3-old .burger-menu {
        left:unset;
        right:14px;
    }
    .rtl .dropdown-plus {
        left: 0;
        right:unset;
    }

    .rtl .sb-header-11 .burger-menu {
        top: 16px;
    }
    .rtl .sb-modern-header-11 .icon-search-head {
        margin-top: 0;
        width: 100%;
    }
    .rtl .sb-header-top-11 .sb-dec-top-ad-post a {
        padding: 15px 10px;
    }
    .rtl .background-section .new-featured-list-2 button {
        width: 100%;
        border-radius: 30px 0 0 30px;
    }
    .rtl input#save_email {
        right: unset !important;
        left: -37px !important;
    }
    .phone {
        padding: 15px 20px;
    }
    .sell-content {
        padding: 15px 8px;
    }
    detail-list ul.cont-icon-list li {
        margin: auto 5px;
    }
    .rtl .tech-main-images-section img {
        max-width: 486px;
    }
    /*----------------------------------*/
    .sb-header.sb-header-4 .sign-in-up {
        position: relative;
        right: 4px;
    }
    .rtl .sb-header.sb-header-4 .sign-in-up {
        position: relative;
        left:50px;
    }
    .sb-header.sb-header-4 .list-sign-in li.ad-post-btn a.btn {
        line-height: unset;
    }
    .register-section-content .main-section-content .wel-register-heading {
        padding: 140px 0;
    }
    .wel-register-heading div#register-user-img img {
        width: 100%;
        padding-top: 50px;
    }
    .ad-closed img, .ad-expired img {
        width: 80%;
        top: 90px;
        left: 30px;
    }
    .header-3-old .sign-in-up {
        text-align: start
    }
    .sb-header-3-old .sign-in-up ul.list-sign-in li a.login-user {
        position: relative;
        top: 22px;
        left: 20px;
    }
    .sb-foot-9 .submit-form-section .form-group .form-control {
        width: 124px;
        font-size: 9px;
    }
    .sb-header-top2 .sb-dec-top-bar .sb-top-bar-social-icons {
        margin-left: 0px;
    }
    .top-bider 
    {
        display:block;
    }
    .detail-list .top-bider .num-bg {
        margin-top: 5px;
        margin-left: 86px;
    }
    .section-bid-2 .nav-tabs .nav-link {
        font-size: 8.7px;
    }
    .get-app {
        background-position: center!important;
        height:auto;
    }
    .serach-form-heading {
        font-size: 18px;
    }
    .ads-search-heading h1 {
        font-size: 30px;
    }
    .hero-title {
        font-size: 22px;
    }
    #intro-hero
    {
        height:auto;
    }
    .hero-tagline {
        width: 100%;
    }
    .search-hero-form {
        margin-top: 85px;
    }
    .pricing-pack-heading h6.h1 {
        font-size: 25px;
    }
    .pricing-pack-heading span {
        font-size: 25px;
    }
    .pricing-pack-heading small.sale-value del {
        color: #777;
        font-size: 14px;
    }
   
    .pricing-pack-heading {
        margin: 0px 12px;
    }
    .mat-gender-selection label {
        margin-right: 19px;
    }
    .pets-images-section img {
        width: 415px;
    }
    .pets-images-section {
        bottom: -90px;
        top:unset;
    }
    .call-post-categories .btn {
        padding: 12px 20px;
    }
    .call-read-categories .btn {
        padding: 12px 20px;
    }
    .sigle-clients-brand {
        width: 32%;
        text-align: center;
        margin-bottom: 30px;
    }
    .category_gridz a {
        width: 18%;
        margin-bottom: 20px;
    }
    .shop-box .on-sale {
        padding: 0 0px;
        margin-left: -2px;
    }
    .tech-main-images-section img {
        max-width: 520px;
        top: 150px;
    }
    .tech-main-images-section img {
        max-width: 520px;
        top: 150px;
    }
    .tech-call-to-action .tech-action-latest-products-1 img {
        max-width: 265px;
    }
    .tech-call-to-action .tech-action-latest-products img {
        max-width: 165px;
    }
    #partner ul.row li {
        text-align: center;
        margin-bottom: 20px
    }
    #partner ul.row li a img {
        padding: 20px;
        border:1px solid #eeeeee;
    }
    .sb-header-13 .sign-in-up .list-sign-in li.register-me a,
    .sb-header-13 .sign-in-up .list-sign-in li.login-me a {
        color: #000000 !important;
    }
    .ads-location.bg-gray .heading-panel .heading-text {
        width: 100%;
    }
    .background-section .new-featured-list-2 button {
        width:100%;
        border-radius: 0 50px 50px 0;
    }
    .pg-new .select-buttons .btn-primary {
        padding: 10px 15px;
    }
    .pg-new .source-content {
        margin-top: 30px;
    }
    .list-description-text h3 {
        width: 100%;
    }
    .pg-new .subscrpition-text-p9 h4 {
        font-size: 20px;
    }
    .pg-new .subscription-price {
        margin-top: 2px;
    }
    .subscription-main-content .individual-section.adforest-packages .total-grids .subscription-price span.price {
        font-size: 20px;
    }
    .pg-new .sale-value del {
        font-size: 20px;
    }
    .sb-header-7 .header-6-form input {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .sb-header-top2 .sb-dec-top-bar {
        background: #F58C36;
    }
    .sb-header.sb-header-9 .logo a img {
        padding-left: 0px;
    }
    .sb-header-3-old .header-3-post {
        text-align: start;
        position: absolute;
        top: 22px;
        left: 0;
    }
    .header-3-old nav.sb-menu ul.menu-links {
        margin-top: 60px;
    }
    .deatil-head {
        margin-left: 5px;
    }
    .ad-detail-2-user .detail-img img {
        width: 60px;
        height: 60px;
    }
    .sb-header-3 ul.list-sign-in li a.btn {
        padding: 10px 10px;
    }
    .sb-header-3 .sign-in-up {
        margin-left: 0px;
    }
    .sb-header-3 ul.list-sign-in li {
        padding: 0px 2px;
    }
    .header-3 .line-menu {
        background-color: #ffffff;
    }
    .header-3 .burger-menu {
        top: 15px;
    }  
    .header-3 .sb-menu ul li.current-menu > a,.header-3 .sb-menu ul li:hover > a {
        background-color: transparent;
    }
    .header-3 .dropdown-plus:before,.header-3 .dropdown-plus:after {
        content: '';
        background-color: #ffffff;
    }
    .header-3 .sb-menu ul ul li > a {
        background-color: transparent;
    }
    .modern_sample.pistachio-classified .content {
        padding: 10em 1em 5em;
    }
    .pistachio-classified {
        height: auto;
    }
    .pistachio-classified-grid .ad-listing .content-area h3 {
        margin-bottom: 0;
    }
    .pistachio-classified-grid .ad-details p {
        display:none;
    }
    .pistachio-classified-grid .short-info {
        display:none;
    }
    .pistachio-classified-grid .ad-listing .content-area .btn {
        margin-top: -10px;
        margin-left: -16px;
    }
    .pistachio-classified-grid .listing-bidding
    {
        display:none;
    }
    a.btn.btn-whatsap {
        width: 100%;
        margin-bottom: 15px;
    }
    .no-container .map {
        width: 100%;
    }
    table.variations tr:first-child {
        margin-top: 0px;
    }
    .visited-content-items {
        padding: 0px 20px;
    }
    
    ul.product-items li {
        top: -25px;
    }
    .nike-heading h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .will-never input#sb_email {
        width: 100%;
    }
    input#save_email {
        right: -20px !important;
    }


     .gmail-heading {   
        margin-left: 22px;  
    }
 
    .aln-img img {
        height: 35px !important;
    }
    .chose-catgory-heading h2 {
        font-size: 22px;
    }   
    ul.list-sign-in li a {
        color: #000;
    }
    .great-product-content span:nth-child(7) {
        display: none;
    }
    ul.list-sign-in li ul.dropdown-user-login li a {
        color: #fff;
    }
    .header_home {
        background: #fff !important;
    }
    a.btn.btn-whizchat {
        width:100%;
    }
    .ad-detail-2-icon ul.cont-icon-list li:not(:last-child) {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    ul.total-list li {
        padding: 0px 2px !important;
    }
    .bid_submit {
        padding: 15px 25px;
    }
    .margin-top-30.banner-ads
    {
        width:100%;
    }
    .margin-bottom-30.margin-top-10.text-center img {
        width: 100%; 
    }
    .testimonial-product-listing {
        width: 335px;
        height: 335px;
    } 
    .testimonial-product-listing p {
        font-size: 13px;
    }
    .found-star-icon {
        position: absolute;
        right: -18px;
    }

    .sb-header.sb-header-11 nav.sb-menu.menu-11 {
        float: inherit;
    }
    .rtl .sb-header.sb-header-11 nav.sb-menu.menu-11 {
        padding-top: 50px;
    }

    .sb-header-1 .sb-menu .menu-links , .sb-header-4 .sb-menu .menu-links , .sb-header-9 .sb-menu .menu-links ,   .sb-header-5  .sb-menu .menu-links , .sb-header-6  .sb-menu .menu-links {
        padding-top: 15px; 
    }


    .sb-header .sign-in-up ul {
        /*   margin-left: -190px; */
    }
    .rtl .sb-header .sign-in-up ul {
        margin-left: 0;
    }
    .video-play-button {
        top: 50%;
        right: -9px;
    }
    .best-new-img img {
        width: 90%;
    }
    .best-new-img-2 {
        right: -62px;
    }
    .great-product-title h2 {
        font-size: 18px !important;
    }
    .rtl .sb-header-13 .sign-in-up  , .rtl .sb-header-8 .sign-in-up{
        float: right;
    }
    .sb-header-2 .sign-in-up {
        float: right; 
    }
    .sign-in-up {
        float: inherit; 
    }
    

    .sb-header-1   .sign-in-up {
        float: right; 
    }



    .rtl .sb-header-10 .sign-in-up {
        float: right;
    }

    .great-product-content h4 {
        font-size: 16px !important;
    }
    .great-product-content p
    {
        display:none;
    }
    .great-product-herro {
        flex: 0 0 40.1% !important;
    }


    .great-product-content   h4.sb-list-2-price {
        position: relative;
        right: unset;
    }

    .detail-btn-1 {
        bottom: 5px;
        right: 22px;
    }
    .sb-short-head h2 {
        font-size: 30px;
    }
    .sb-short-head.center p {
        width: 100%;
    }
    .found-listing-head p
    {
        display:none;
    }
    .found-listing-head span
    {
        display:none;
    }
    /*------------INDEX-5----------
-------------------------------*/
    .my-sign {
        position: relative;
        right: unset;
        top: unset;
        margin-right: 0;
    }
    .main-header .all_account-list {
        margin-top: 0;
        justify-content: end;
    }
    .my-cart.mini-cart {
        position: relative;
        left: unset;
        top: unset;
        margin-right:20px;
    }
    .my-heart {
        top: unset;
        left: unset;
    }
    .sign-account::before {
        display:none
    }
    .my-sign::before {
        display:none;
    }
    .my-heart::before {
        display:none
    }
    .clasfied-head h1 {
        font-size: 35px!important;
    }
    .oerlay-img {
        height: 69%!important;
    }
    section.get-app {
        background-position: center!important;}

    /*------------INDEX-5-----------
    -------------------------------*/
    input.form-control.rounded {
        width: 252px!important;
        margin-left: -30px;
    }
    .listing-list-item {
        min-width: 177px!important;
    }
    a.btn.btn-checki {
        display: block!important;
        margin-left: 40px!important;    
    }
    .discpont-img img {
        width: 217px!important;
    }
    .main-carousel-item {
        left: 1%!important;
    }
    .prodcut-heading {
        margin-left: -1px!important;
    }
    a#navbarDarkDropdownMenuLink {
        color: #878787;
        margin: -7px 20px;
    }
    .has-search .form-control {
        width: 338%!important;
    }
    .fashion-sale img {
        width: 224px!important;
    }
    .brand-img-2 img {
        width: 100%!important;
    }
    section.winter-collectin {
        display: none;
    }
    .nav-open {
        top: 23px!important;
    }
    .row.theme-created {
        width: 100%;
    }
    .card.categories {
        width: 18rem!important;
    }
    svg.iconify.icon-color2 {
        position: absolute;
        right: 100px;
        top: -14px;
    }
    ul.sign-account {
        margin: -15px 11px!important;
    }
    .vendor-img img {
        width: 100%;
    }
    .vendor-img img {
        width: 100%; 
    }

    .vendor-name-heading {
        width: 212px!important;
        border: 0!important;
    }
    ul.multi-item li {
        padding: 0px 5px!important;
    }
    .item.main-img {
        background-position: center!important;
    }

    .section-icon-content {
        position: absolute;
        right: 20px;
    }
    ul.dropd {
        position: absolute;
        left: 100px;
        top: 34px;
    }
    .check-out {
        display: none;
    }
    li.my-account {
        display: block!important;
    }

}
@media only screen and (min-width: 1200px) and (max-width: 1264px)
{
    .sb-header-8 .sb-menu > ul > li > a {
        padding: 0 5px;
    }
    .all_account-list {
        margin-left: -72px!important;
    }

    .input-group.search-content {
        width: 78% !important;
    }
    .search-icon {
        right: 38px !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px)
{

    .sb-header.sb-header-10.header-transparent-on.viewport-lg .logo{
        padding-right: 12px;
    }

    .rtl .sb-header.sb-header-10 .sb-menu > ul > li > a {
        padding: 0px 6px;
    }
    .sb-header-10 .sb-menu > ul > li > a {
        padding: 0px 6px
    }


    .rtl input#save_email {
        right: unset;
        left: 32px;
    }
    .rtl .tech-main-images-section img {
        max-width: 486px;
    }
    .best-new-img img {
        width: 80%;
    }
    .ad-closed img, .ad-expired img {
        width: 80%;
    }
    .best-new-img-2 {
        right: -35px;
    }
    .sb-header.sb-header-1 .sb-menu {
        margin-left: 0px;
    }


    .sb-header.sb-header-1.viewport-lg .sb-menu > ul > li > a , .sb-header.sb-header-4.viewport-lg .sb-menu > ul > li > a{
        padding: 0 4px;
    }
    .sb-header.sb-header-7.viewport-lg .logo{
        padding-right: 18px;
    }

    .sb-header.sb-header-7.viewport-lg .sb-menu > ul > li > a {
        padding: 0 2px;
    }


    .rtl .sb-header-top-11 .sb-dec-top-ad-post a {
        padding: 15px 10px;
    }
    .section-bid-2 .nav-tabs .nav-link {
        font-size: 12.3px;
    }
    .sign-in-up ul.list-sign-in li {
        padding: 24px 5px;
    }
    .sticky ul.list-sign-in li {
        padding: 13px 5px;
    }
    .hero-tagline {
        width: 100%;
    }
    .search-hero-form {
        margin-top: 85px;
    }
    .pricing-pack-heading {
        width: 65%;
    }
    .pricing-pack-heading h6.h1 {
        font-size: 25px;
    }
    .pricing-pack-heading span {
        font-size: 25px;
    }
    .pricing-pack-heading small.sale-value del {
        color: #777;
        font-size: 14px;
    }
    .pricing-pack-heading {
        margin: 0px 12px;
    }
    .sb-header-5 .sb-menu > ul > li > a {
        padding: 0 10px;
    }
    .pets-images-section img {
        width: 600px;
    }
    .pets-images-section {
        bottom: -131px;
        top:unset;
    }
    .tech-main-images-section img {
        max-width: 520px;
        top: 150px;
    }
    .tech-call-to-action .tech-action-latest-products-1 img {
        max-width: 265px;
    }
    .tech-call-to-action .tech-action-latest-products img {
        max-width: 165px;
    }
    .sb-header.sb-header-1 .sb-menu > ul > li > a {
        padding: 0 5px;
    }
    .sb-header-13 .sign-in-up ul.list-sign-in li {
        padding: 24px 4px;
    }
    .sb-header-13 .logo a img {
        padding-left: 0px;
        padding-top: 0px;
    }
    .sb-header-8 .sb-menu > ul > li > a {
        padding: 0 5px;
    }
    .sb-header-3 ul.list-sign-in li {
        padding: 0px 5px;
    }
    .found-star-icon {
        position: absolute;
        right: -10px;
    }

    .all_account-list {
        margin-left: -44px;
    }
    .input-group.search-content {
        width: 89%;
    }
    .search-icon {
        right: 18px;
    }
    .my-sign::before {
        left: -13px;
    }
    .ad-detail-2-icon ul.cont-icon-list li:not(:last-child) {
        margin-right: 2px;
    }
    .gp-great-product .great-product-content p
    {
        display:none;
    }
    .pistachio-classified {
        height: auto;
    }
    .pistachio-classified-grid .ad-listing .content-area .ad-stats:first-child {
        display: none;
    }
    .pistachio-classified-grid .ad-listing .content-area h3 {
        margin-bottom: 0;
    }
    .listing-bottom {
        font-size: 14px;
        padding: 10px 15px;
    }
    table.variations tr:first-child {
        margin-top: 0px;
    }
    input#save_email {
        right: 15px;
    }
    .detail-btn-1 {
        right: 10px;
        bottom: 50px;
    }

    .great-product-content h4.sb-list-2-price {
        position: relative;
        right: unset;
    }
    .great-product-content h4 {
        font-size: 16px;
    }
    .great-product-content h4 span {
        font-size: 12px;
    }
    a.btn.btn-whatsap {
        padding: 14px 20px;
    }
    .great-product-content p {
        width: 100%;
    }
    a.btn.btn-whizchat {
        padding: 14px 20px;
    }
    .best-new-img img {
        width: 80%;
    }
    .best-new-img-2 {
        right: -42px;
    }
    .video-play-button {
        top: 60%;
        right: 10%;
    }
    .sb-header-13 .sb-menu > ul > li > a {
        padding: 0 4px;
    }
    ul.list-sign-in li a {
        font-size: 15px;
    }
    .sign-in-up {
        margin-left: -18px;
    }

    .rtl .sign-in-up {
        margin-right: -18px;
        margin-left: unset;
    }
    .client-item .client-arrow {
        top: 20.5px;
        left: 44px;
    }
    .client-item .client-arrow1 {
        position:absolute; 
        top: 20.4px;
    }
    .great-product-herro {
        flex: 0 0 40.1%;
    }
    .found-listing-head p
    {
        display:none;
    }
    .found-listing-head span
    {
        display:none;
    }

    /*------------INDEX-5----------
    -------------------------------*/

    .oerlay-img {
        height: 69%!important;
    }
    section.get-app {
        background-position: center!important;}

    /*------------INDEX-5-----------
    -------------------------------*/

    .card.vendor-card {
        width: 17rem!important;
    }
    .discpont-img img {
        width: 217px!important;
    }
    .winter-item img {
        width: 100%;
    }
    .card.categories {
        width: 20rem!important;
    }
    .row.theme-created {
        width: 100%;
    }
    .has-search .form-control {
        width: 110%!important;
    }
    .has-search .form-control-feedback {
        right: -21px!important;
    }
    input.form-control.rounded {
        width: 280px!important;
    }
    .my-heart::after {
        right: 59px!important;
    }
    .my-heart {
        position: relative;
        top: 24px;
    }
    .my-cart.mini-cart {
        position: relative;
        top: 24px;
    }
    .sign-account::before {
        display:none;
    }
    .check-out {
        position: relative;
        top: 25px;
    }
    .my-sign {
        position: relative;
        top: 24px;
    }
    a.btn.btn-checkout {
        margin: -10px 20px!important;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1340px)
{

    .sb-header-10 .sb-menu > ul > li > a {
        padding: 0 8px;
    }

    .rtl .sb-header.sb-header-10 .sb-menu > ul > li > a {
        padding: 0px 6px;
    }
    .rtl input#save_email {
        right: unset;
        left: 32px;
    }
    .rtl .tech-main-images-section img {
        max-width: 520px;
    }
    .section-bid-2 .nav-tabs .nav-link {
        font-size: 12.3px;
    }
    .sb-header.sb-header-1.viewport-lg .sb-menu > ul > li > a {
        padding: 0 4px;
    }
    .sb-header.sb-header-1 .sb-menu {
        margin-left: 0px;
    }
    .detail-list a.btn.btn-whizchat, .detail-list a.btn.btn-whatsap {
        margin-top: 0px;
        padding: 14px 24px;
    }
    .rtl .sb-header-top-11 .sb-dec-top-ad-post a {
        padding: 15px 10px;
    }
    .sign-in-up ul.list-sign-in li {
        padding: 24px 5px;
    }
    .sticky ul.list-sign-in li {
        padding: 13px 5px;
    }
    .hero-tagline {
        width: 100%;
    }
    .search-hero-form {
        margin-top: 85px;
    }
    .pricing-pack-heading {
        width: 65%;
    }
    .pricing-pack-heading h6.h1 {
        font-size: 25px;
    }
    .pricing-pack-heading span {
        font-size: 25px;
    }
    .pricing-pack-heading small.sale-value del {
        color: #777;
        font-size: 14px;
    }
    .pricing-pack-heading {
        margin: 0px 12px;
    }
    .pets-images-section img {
        width: 600px;
    }
    .pets-images-section {
        bottom: -131px;
        top:unset;
    }
    .tech-main-images-section img {
        max-width: 520px;
        top: 150px;
    }
    .tech-call-to-action .tech-action-latest-products-1 img {
        max-width: 265px;
    }
    .tech-call-to-action .tech-action-latest-products img {
        max-width: 165px;
    }
    .sb-header.sb-header-1 .sb-menu > ul > li > a ,
    .sb-header-8 .sb-menu > ul > li > a {
        padding: 0 5px;
    }
    .sb-header-13 .sign-in-up ul.list-sign-in li {
        padding: 24px 4px;
    }
    .sb-header-13 .logo a img {
        padding-left: 0px;
        padding-top: 4px;
    }
    .sb-header-13 .sb-menu > ul > li > a {
        padding: 0 8px;
    }
    .ad-detail-2-icon ul.cont-icon-list li:not(:last-child) {
        margin-right: 2px;
    }

    .found-star-icon {
        position: absolute;
        right: -10px;
    }
    .sb-header-3 ul.list-sign-in li {
        padding: 0px 5px;
    }
    .pistachio-classified {
        height: auto;
    }
    .sign-in-up {
        margin-left: -18px;
    }

    .rtl .sign-in-up {
        margin-right: -18px;
        margin-left: unset;
    }
    .listing-bottom {
        padding: 10px 10px;
    }
    table.variations tr:first-child {
        margin-top: 0px;
    }
    ul.list-sign-in li a {
        font-size: 15px;
    }
    input#save_email {
        right: 15px;
    }
    .great-product-content p {
        width: 100%;
    }
    .detail-btn-1 {
        right: 10px;
        bottom: 50px;
    }
    .great-product-content h4 {
        font-size: 16px;
    }
    .great-product-content h4 span {
        font-size: 12px;
    }
    .client-item .client-arrow {
        top: 20.5px;
        left: 44px;
    }
    .client-item .client-arrow1 {
        position:absolute; 
        top: 20.4px;
    }
    a.btn.btn-whatsap {
        padding: 14px 12px;
    }
    a.btn.btn-whizchat {
        padding: 14px 12px;
    }
    .best-new-img img {
        width: 80%;
    }
    .best-new-img-2 {
        right: -42px;
    }
    .video-play-button {
        top: 60%;
        right: 10%;
    }
    .found-listing-head p
    {
        display:none;
    }
    .gp-great-product .great-product-content p
    {
        display:none;
    }
    .great-product-herro {
        flex: 0 0 40.1%;
    }
    .found-listing-head span
    {
        display:none;
    }
    .card.vendor-card {
        width: 17rem!important;
    }
    .discpont-img img {
        width: 217px!important;
    }
    .card.categories {
        width: 22rem!important;
    }
    .row.theme-created {
        width: 100%;
    }
    .winter-item img {
        width: 100%;
    }
    .has-search .form-control {
        width: 110%!important;
    }
    .has-search .form-control-feedback {
        right: -21px!important;
    }
    input.form-control.rounded {
        width: 280px!important;
    }
    a.btn.btn-checkout {
        margin: -10px 20px!important;
    }
    .winter-item img {
        width: 100%;
    }
    .my-heart {
        position: relative;
        top: 24px;
    }
    .my-cart.mini-cart {
        position: relative;
        top: 24px;
    }
    .my-heart::before {
        left: -16px;   
    }
    .all_account-list {
        margin-left: -44px;
    }
    .input-group.search-content {
        width: 89%;
    }
    .search-icon {
        right: 18px;
    }
    .my-sign::before {
        left: -13px;
    }
    .sign-account::before {
        left: -5px;
    }
    .check-out {
        position: relative;
        top: 25px;
    }
    .my-sign {
        position: relative;
        top: 24px;
    }
}
@media screen and (device-width: 1199px)
and (-webkit-min-device-pixel-ratio: 2)
{
    .sb-header .sign-in-up ul {
        /*   margin-left: -380px; */
    }
    .rtl .sb-header .sign-in-up ul {
        margin-left: 0;
    }
    .all_account-list {
        margin-left: -72px!important;
    }
    .found-star-icon {
        position: absolute;
        right: -10px;
    }
    .input-group.search-content {
        width: 68% !important;
    }
    .search-icon {
        right: 100px !important;
    }
}
@media screen and (device-width: 768px)
and (-webkit-min-device-pixel-ratio: 2)
{
    .sb-header.sb-header-4 ul.list-sign-in li {
        padding: 8px 10px;
    }
    .rtl .tech-main-images-section img {
        max-width: 486px;
    }
    .tech-main-images-section img {
        max-width: 455px;
        top: 202px;
    }
    .tech-opinion .btn-theme,
    .tech-post-ads .btn-theme {
        padding: 12px 20px;
    }
    .tech-main-images-section {
        display: block;
    }
    .sb-search-list-2 h4.sb-list-2-price {
        position: inherit; 
        right: 0px; 
    }
    .sb-search-list-2 .detail-btn-1 {
        bottom: 20px;
    }
    .rtl input#save_email {
        right: unset;
        left: 0px;
    }
    .rtl .will-never input#sb_email {
        width: 100%;
    }

    .rtl .will-never input#sb_email {
        padding: 10px 5px;
    }
    .rtl .sb-header-5 .sign-in-up ul.list-sign-in li {
        padding: 15px 0px;
    }
    .rtl .sb-header .sign-in-up ul {
        margin-left: -10px;
    }
    .rtl .sb-header.sb-header-5 .sb-notify .point {
        right: 17px;
    }
    .rtl .mat-hero-section {
        height: auto; 
    }
    .rtl .mat-hero-details-section {
        margin-top: 140px;
    }
    .serach-form-heading {
        font-size: 18px;
    }
    .hero-title {
        font-size: 22px;
    }
    .pricing-pack-heading {
        width: 65%;
    }
    .pricing-pack-heading h6.h1 {
        font-size: 25px;
    }
    .pricing-pack-heading span {
        font-size: 25px;
    }
    .pricing-pack-heading small.sale-value del {
        color: #777;
        font-size: 14px;
    }
    .mob-brand-image img {
        width: 176px;
    }
    .mob-brands-main-content-area ul li {
        width: 44%;
    }
    .mob-brand-text-area {
        padding: 20px;
        display: inline-block;
    }
    .call-action h4 {
        display: inline-block;
    }
    .ads-search-heading h1 {
        font-size: 30px;
    }
    .search-hero-form {
        margin-top: 85px;
    }
    .pets-images-section {
        display: block;
    }
    .pets-images-section {
        top: 64%;
        left: 40%;
    }
    .rtl .pets-images-section {
        top: 66%;
        left: -50% !important;
    }
    .rtl .pets-images-section img {
        width: 50%;
    }
    .pets-images-section img {
        width: 102%;
    }
    .pistachio-classified-grid .short-info {
        display: none;
    }
    .pistachio-classified-grid .ad-listing .content-area .price {
        margin-left: -16px;
    }
    .pistachio-classified-grid .ad-listing .content-area .btn {
        margin-left: -9px;
    }
    .pistachio-classified-grid .ad-details p {
        display: none;
    }
    .app-download-pistachio .mobile-image-content {
        margin: -10px auto;
    }
    .detail-btn-1 {
        bottom: 50px;
    }
    .panel-body.recent-ads {
        display: none;
    }
    .sb-header-3-old .header-3-post {
        text-align: start;
        width: 100%;
        position: absolute;
        top: -5px;
        left: 0;
    }
    .sb-header-2 .log-header {
        text-align: center;
    }
    .header-search.sb-header-2 .looking-input {
        margin-bottom: 20px;
    }
    .s013 form .inner-form .input-wrap.second {
        width: 70%!important;
    }
    .sb-header-11 .sb-menu {
        padding-top: 50px ;
    }
    .s013 form .inner-form .input-wrap .input-field label {
        font-size: 14px;
    }
    .sidebar {
        margin-top: 0px !important;
    }
    .sb-header .sign-in-up ul {
        /*margin-left: -400px;*/
    }

    .rtl .sb-header .sign-in-up ul {
        margin-left: 0;
    }
    .heart-icons-1 {
        left: 80%!important;
    }
    .video-play-button {
        right: 22% !important;
    }
    .great-product-content p {
        display: none;
    }
}
@media only screen and (min-width: 1341px) and (max-width: 1400px)
{

    .sb-header-13 .sb-menu > ul > li > a {
        padding: 0 4px;
    }
    .sb-header-10 .sb-menu > ul > li > a {
        padding: 0 8px;
    }

    .sb-header-10 .logo {
        padding-right: 12px;
    }

    .rtl input#save_email {
        right: unset;
        left: 32px;
    }
    .ad-closed img, .ad-expired img {
        width: 80%;
    }
    .rtl .sb-header.sb-header-10 .sb-menu > ul > li > a {
        padding: 0px 6px;
    }
    .rtl .tech-main-images-section img {
        max-width: 600px;
    }
    .sb-header.sb-header-1.viewport-lg .sb-menu > ul > li > a {
        padding: 0 4px;
    }
    .sb-header.sb-header-1 .sb-menu {
        margin-left: 0px;
    }
    .detail-list a.btn.btn-whizchat, .detail-list a.btn.btn-whatsap {
        margin-top: 0px;
        padding: 14px 24px;
    }
    .section-bid-2 .nav-tabs .nav-link {
        font-size: 12.3px;
    }
    .rtl .sb-header-top-11 .sb-dec-top-ad-post a {
        padding: 15px 10px;
    }
    .sticky ul.list-sign-in li {
        padding: 13px 5px;
    }
    .hero-tagline {
        width: 100%;
    }
    .search-hero-form {
        margin-top: 85px;
    }
    .pricing-pack-heading {
        width: 65%;
    }
    .pricing-pack-heading h6.h1 {
        font-size: 25px;
    }
    .pricing-pack-heading span {
        font-size: 25px;
    }
    .pricing-pack-heading small.sale-value del {
        color: #777;
        font-size: 14px;
    }
    .pricing-pack-heading {
        margin: 0px 12px;
    }
    .pets-images-section img {
        width: 600px;
    }
    .pets-images-section {
        bottom: -131px;
        top:unset;
    }
    .tech-main-images-section img {
        max-width: 520px;
        top: 150px;
    }
    .tech-call-to-action .tech-action-latest-products-1 img {
        max-width: 265px;
    }
    .tech-call-to-action .tech-action-latest-products img {
        max-width: 165px;
    }
    .sb-header-1 .sb-menu > ul > li > a,
    .sb-header-8 .sb-menu > ul > li > a {
        padding: 0 5px;
    }
    .sb-header-13 .sign-in-up ul.list-sign-in li {
        padding: 24px 4px;
    }
    .sb-header-13 .logo a img {
        padding-left: 0px;
        padding-top: 4px;
    }
    .sb-header-13 .sb-menu > ul > li > a {
        padding: 0 8px;
    }
    .ad-detail-2-icon ul.cont-icon-list li:not(:last-child) {
        margin-right: 2px;
    }
    .found-star-icon {
        position: absolute;
        right: -10px;
    }
    .sb-header-3 ul.list-sign-in li {
        padding: 0px 2px;
    }
    .found-listing-head p
    {
        display:none;
    }
    table.variations tr:first-child {
        margin-top: 0px;
    }
    .my-heart {
        position: relative;
        top: 24px;
    }
    .my-cart.mini-cart {
        position: relative;
        top: 24px;
    }
    .my-heart::before {
        left: -16px;   
    }
    .all_account-list {
        margin-left: -44px;
    }
    .input-group.search-content {
        width: 89%;
    }
    .search-icon {
        right: 18px;
    }
    .my-sign::before {
        left: -13px;
    }
    .sign-account::before {
        left: -5px;
    }
    .check-out {
        position: relative;
        top: 25px;
    }
    .my-sign {
        position: relative;
        top: 24px;
    }
    .best-new-img img {
        width: 80%;
    }
    input#save_email {
        right: 15px;
    }
    .detail-btn-1 {
        right: 10px;
        bottom: 50px;
    }
    .great-product-content h4 {
        font-size: 16px;
    }
    .great-product-content h4 span {
        font-size: 12px;
    }
    .great-product-content p {
        width: 100%;
    }
    a.btn.btn-whatsap {
        padding: 14px 20px;
    }
    a.btn.btn-whizchat {
        padding: 14px 20px;
    }
    .best-new-img-2 {
        right: -42px;
    }
    .video-play-button {
        top: 50%;
        right: 15%;
    }
    ul.list-sign-in li a {
        font-size: 15px;
    }
    .sign-in-up {
        margin-left: -18px;
    }
    .rtl .sign-in-up {
        margin-right: -18px;
        margin-left: 0;
    }
    .client-item .client-arrow {
        top: 20.5px;
        left: 44px;
    }
    .client-item .client-arrow1 {
        position:absolute; 
        top: 20.4px;
    }
    .gp-great-product .great-product-content p
    {
        display:none;
    }
    .great-product-herro {
        flex: 0 0 40.1%;
    }
    .found-listing-head span
    {
        display:none;
    }
    .row.theme-created {
        width: 100%;
    }
    .discpont-img img {
        width: 260px!important;
    }
    .card.vendor-card {
        width: 17rem!important;
    }
    .card.categories {
        width: 17rem!important;
    }
    input.form-control.rounded {
        width: 280px!important;
    }
    a.btn.btn-checkout {
        margin: -10px 20px!important;
    }
    .winter-item img {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    /* new-headers-css-changing-start */
    .sb-header-6 .sb-menu > ul > li > a,
    .sb-header.sb-header-7 .sb-menu > ul > li > a {
        padding: 0 6px;
    }
    .sb-header-6 .sb-menu > ul > li:last-child > a {
        padding: 0 0 0 6px;
    }
    .search-map-container .left-part.no-filters {
      width: 50%;
    }
    /* new-headers-css-changing-end */
}
@media only screen and (min-width: 1400px) and (max-width: 1550px)
{
    .row.theme-created {
        width: 100%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1486px)
{
    .sb-header.sb-header-7 .sb-menu.menu-6 > ul > li > a,
    .sb-header.sb-header-6 .sb-menu.menu-6 > ul > li > a {
        padding: 0 5px;
    }
} 
.mobile-filters .mobile-filter-heading, .mobile-filters-btn {
    display: none;
}
.filter-close-btn {
    display: none;
}
@media (min-width: 320px) and (max-width: 768px)
{

    .sb-header .logo {
        text-align: inherit;
        padding: 10px 0 5px 0;
    }
    .sb-header-1 .burger-menu{
        top: 17px;
    } 
    .sb-header-4 .burger-menu{
        top: 17px;
        right: 0;
    } 
    .sb-header.sb-header-4 .sign-in-up {
        position: relative;
        right: -4px;
    }
    .sb-header.sb-header-4 .list-sign-in li.ad-post-btn a.btn {
        line-height: unset;
    }
    .sb-header .sign-in-up ul.list-sign-in li {
        display: inline-block;
        padding: 10px;
    }
    .sb-header-4.sb-header .sign-in-up ul.list-sign-in li {
        padding: 5px 5px 10px 5px;
    }
    .sb-header-4.sb-header .sign-in-up ul.list-sign-in li .ad-post-btn {
        padding-right: 0;
    }

    .sb-header.sb-header-2 .sign-in-up ul.list-sign-in li {
        padding: 10px 5px;
    }
    .sb-header.sb-header-2 .sign-in-up ul.list-sign-in li.ad-post-btn {
        padding-right: 0;
    }
    li.ad-post-btn a {
        padding: 5px 10px;
    }
    .sb-header.header-2 .sb-menu {
        padding-top: 80px;
    }
    .write-review {
        padding: 0;
    }
    .fashion-img {
        padding: 0px;
        padding-top: 10px;

    }


    .cats_model ul.city-select-city li {

        margin-left: 17px;
    }

    #search-section.search-minimal {
        padding: 20px 15px;
    }

    #search-section.search-minimal .select2-container--default .select2-selection--single, .search-2 .form-control, .search-2 .noUi-horizontal {

        margin-bottom: 15px;
    }
    #search-section.search-minimal .form-control {
        margin-bottom: 15px;
    }
    .sprt-hero-cric h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .sprt-hero-cric h1 {
        line-height: 50px;
        font-size: 35px;
        padding: 10px 0px;
    }
    .sprt-hero-cric p {
        font-size: 16px;
        width:100%;
    }
    .featured-slider.owl-theme .owl-nav .owl-next {
        top: 30%;
    }
    .featured-slider.owl-theme .owl-nav .owl-prev {
        top: 30%;
    }
    .modern_sample .content h1 {
        color: #fff !important;
        margin-bottom: 40px !important;
        font-size: 23px !important;
    }
    .modern_sample .c-icon {
        margin-bottom: 30px;
        display: inline-block;
        float: none;
        margin-left: 20px;
    }
    .c-icon {
        height: 90px;
        width: 90px;
        margin-right: 20px;
    }
    .background-rotator .search-section {
        position: relative;
        left: 0;
        margin: 0;
        right: 0;
        top: 50px;
        z-index: 1;
        padding: 50px 0;
        background-color: #fff;
    }
    .modern_sample.pistachio-classified .content {
        padding: 10em 0em 5em;
    }
    .pistachio-classified .search-section #form-panel .search-options > li {
        width: 100%;
    }
    .pistachio-classified {
        height: auto;
    }
    .pistachio-classified-grid .ad-listing .content-area {
        padding: 25px 15px 0;
    }
    .pistachio-classified-grid .short-info {
        padding-left: 24px;
        display: flex;
        align-items: center;
    }
    .pistachio-classified-grid .price 
    {
        padding-left: 24px;

    }
    .pistachio-classified-grid .ad-listing .content-area .btn {
        width: 100%;
        margin: 10px 0px;
    }
    .best-new-img img {
        width: 100%;
    }
    .cont-list-detail {
        margin-top: 0px;
    }
    .header_home {
        background: #fff !important;
    }
    .panel .panel-collapse .recent-ads img {
        display:none;
    }
    .best-new-img-2 {
        display: none;
    }
    .grid-1-column-2 .category-title {
        display: none;
    }
    .clasfied-head h1 {
        font-size: 40px;
    }
    .s013 form .inner-form .input-wrap.second {
        width: 100%;
    }
    .clasfied-head {
        padding-top: 100px;
    }
    .arrow-goal
    {
        display:none;
    }
    .row.wrap-pad {
        border: 0;
    }
    .card.see-work {
        border-right: 0;
    }
    .s013 {
        width: 100%;
    }

    .popular-1
    {
        display:none;
    }
    .circles
    {
        display:none;
    }
    .great-product {
        flex-direction: column;
    }
    .great-product-content p
    {
        display:none;
    }
    .detail-btn-1 {
        right: 20px !important;
        bottom: 10px !important;
    }
    .grid-1-column-2 .found-listing-heading .fr-address_star{

        display: none;
    }

    .grid-1-column-2 span.fr-address_star {
        display: none;
    }
    .grid-1-column-2 .found-listing-heading h5 {
        word-break: break-all;
        font-size: 14px;   
    }
    .mobile-filters .mobile-filter-heading, .mobile-filters-btn {
        display: block;
        padding: 20px;
        color: #000;
        font-size: 18px;
    }
    .found-adforest {
        flex-direction: column;
    }
    .filter-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .mobile-filters.active {
        z-index: 999;
        opacity: 1;
        background-color: #fff;
        padding: 15px;
    }
    .mobile-filters {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        z-index: -1;
        opacity: 0;
        transition: opacity .3s linear;
        overflow-y: scroll;
    }
    .sidebar {
        margin-top: 0 !important;
    }
    .mobile-filters-btn {
        display: block; 
        position: fixed;
        width: 100%;
        height: auto;
        padding: 10px 0;
        bottom: 0;
        left: 0;
        text-align: center;
        z-index: 99991;
        transition: all .3s ease-in-out;
    }
    /* new sb-header-2 changes start */
    header.header-search.sb-header-2 {
        padding: 0;
    }
    .header-2 .burger-menu {
        top: 32px;
    }
    .header-2 .burger-menu .line-menu,
    .header-3-old .burger-menu .line-menu {
        background-color: #ffff;
    }
    .header-2 .sb-menu.submenu-top-border li ul li a,
    .header-2 .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-2 .sb-menu ul.mega-menu-list li ul li a,
    .header-2 .sb-menu ul.drop-down-multilevel li.sub-menu a, 
    .header-2 .sb-menu ul.drop-down-multilevel li.sub-menu a:hover,
    .header-3-old .sb-menu.submenu-top-border li ul li a,
    .header-3-old .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-3-old .sb-menu ul.mega-menu-list li ul li a,
    .header-3-old .sb-menu ul.drop-down-multilevel li.sub-menu a, 
    .header-3-old .sb-menu ul.drop-down-multilevel li.sub-menu a:hover,
    .header-3-old .sb-menu ul.menu-links li a {
        color: #fff;
    }
    .header-2 .sb-menu ul.mega-menu-list li h4 a,
    .header-3-old .sb-menu ul.mega-menu-list li h4 a {
        color: #ffff !important;
    }
    .header-2 .sb-menu ul li:hover > a,
    .header-2 .sb-menu ul ul li > a,
    .header-2 .sb-menu ul ul li:hover > a,
    .header-3-old .sb-menu ul ul li > a,
    .header-3-old .sb-menu ul ul li:hover > a,
    .header-3-old .sb-menu ul li:hover > a {
        background-color: #797979;
    }
    .header-2 .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-2 .sb-menu ul.mega-menu-list li ul li a,
    .header-3-old .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-3-old .sb-menu ul.mega-menu-list li ul li a {
        background-color: transparent;
    }
    .header-2 .sb-menu ul li .dropdown-plus::before, 
    .header-2 .sb-menu ul li .dropdown-plus::after,
    .header-3-old .sb-menu ul li .dropdown-plus::before, 
    .header-3-old .sb-menu ul li .dropdown-plus::after {
        background-color: #fff;
    }
    .sb-header-2 .looking-input-form {
        padding: 6px 12px;
        font-size: 12px;
        border-right: 0;
    }
    .sb-header-2 .looking-form-search-icon-1 button {
        padding: 6px 12px;
        font-size: 12px;
        line-height: 19px;
    }
    .sb-header.header-2 .sb-menu {
        padding-top: 40px;
    }
    .header-2 .burger-menu {
        top: 12px;
    }
    .sb-header-2 .col-btn {
        padding-right: 12px;
    }
    .header-3-old .burger-menu {
        top: 18px;
    }
    .sb-header-3-old .widget img {
        width: 100%;
    }
    .header-3-old .sign-in-up ul.list-sign-in > li > a {
        line-height: unset;
    }
    .sb-header-3-old .sb-header-3-middle {
        padding: 10px 0px;
    }
    .sb-header-3-old .log-header {
        padding: 5px 0px;
    }
    .sb-header-3-old li.ad-post-btn a {
        padding: 5px 10px;
    }
    .header-3-old .sign-in-up ul.list-sign-in li {
        padding: 10px 6px;
    }
    .header-3-old .sign-in-up ul.list-sign-in li .btn-theme {
        padding: 5px 10px;
    }
    .header-3-old .mega-menu.sb-menu .menu-links {
        padding-top: 40px;
    }
    .sb-header-top2 .sb-dec-top-bar {
        background: linear-gradient( 0deg , #ffffff 0%,#ffcc00 0%) !important;
    }
    .sb-header-top2 .sb-dec-top-bar .sb-top-bar-social-icons .list-style li {
        margin-right: 5px;
    }
    .sb-header.sb-header-9 .logo a img {
        padding-top: 0;
    }
    .sb-header.sb-header-9 .burger-menu {
        top: 17px;
    }
    .sb-header.sb-header-9 .sign-in-up {
        margin-top: 0px;
    }
    .sb-header-5.sb-header .logo img {
        padding-top: 0;
    }
    .sb-header.sb-header-5 .burger-menu {
        top: 17px;
    }
    .sb-header.sb-header-5 .sign-in-up {
        margin-top: px;
    }
    .sb-header.sb-header-5 .sign-in-up ul.list-sign-in li {
        padding: 5px 5px 10px 5px;
    }
    
    .sb-header-6 .header-6-form input {
        margin: 0 0 5px 0;
        height: 34px;
        font-size: 14px;
    }
    .sb-header-6 .header-6-form .btn-theme {
        padding: 4px 14px;
    }
    .sb-header-6 .header-6-form .btn-theme i {
        font-size: 14px;
    }
    .sb-header-6.sb-header .logo {
        padding-bottom: 5px;
    }
    .sb-header-6.sb-header .sign-in-up ul.list-sign-in li {
        padding: 0 5px 10px 5px;
    }
    .sb-header-6.sb-header .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    }
    .sb-header-6.sb-header .burger-menu {
        top: 17px;
    }
    .sb-header-13 .logo a img {
        padding-top: 0px;
    }
    .sb-header-13 .burger-menu {
        top: 17px;
    }
    .sb-header-13 .sign-in-up ul.list-sign-in li {
        padding: 5px 5px 10px 5px;
    }
    .sb-header-13 .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    }
    .sb-header-13 ul.list-sign-in li.login-me a, 
    .sb-header-13 ul.list-sign-in li.register-me a {
        color: #242424;
    }
    .sb-header-8 .logo a img {
        padding-top: 0;
    }
    .sb-header-8 .burger-menu {
        top: 17px;
    }
    .sb-header-8 .sign-in-up ul.list-sign-in li.ad-post-btn a {
        padding: 0;
    }
    .sb-header-10 .burger-menu {
        top: 17px;
    }
    .sb-header-10 .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    }
    .sb-header-10 .sign-in-up .list-sign-in li.register-me a, 
    .sb-header-10 .sign-in-up .list-sign-in li.login-me a {
        color: #242424 !important;
    }
    header.sb-header-3 {
        padding: 0;
    }
    header.sb-header-3 .log-header {
        padding-top: 10px;
    }
    .sb-header-3 .header-3-input-pbm:first-child {
        padding-left: 12px;
    }
    .sb-header-3 .header-3-input-pbm:nth-child(2) {
        padding-left: 12px;
    }
    header.sb-header-3 .looking-form select {
        width: 100%;
    }
    header.sb-header-3 .looking-form-search-icon-1 {
        right: 0;
    }
    header.sb-header-3 .header-3-input {
        margin: 10px 0;
    }
    .sb-header-3 ul.list-sign-in li {
        padding: 0px 5px 10px 5px;
    }
    .sb-header-3 ul.list-sign-in li:first-child {
        padding-left: 0;
    }
    .sb-header.header-3 .sb-menu > ul > li > a {
        line-height: 21px;
    }
    .sb-header.header-3 ul.menu-links {
        margin-top: 46px;
        background-color: #242424;
    }
    .sb-header.header-3 .sb-menu ul.mega-menu-list li h4 a {
        color: #fff !important;
    }
    .sb-header.header-3 .sb-menu ul.mega-menu-list li ul li a,
    .sb-header.header-3 .sb-menu ul.mega-menu-list li ul li a:hover,
    .sb-header.header-3 .sb-menu ul ul li > a {
        color: #ffff;
    } 
    .sb-header-3 .sign-in-up ul li a.btn.btn-theme {
        padding: 10px;
    }
    .sb-header-3 .sign-in-up {
        float: left;
    }
    .sb-header-3 ul.drop-down-multilevel li {
        padding: 0;
    }
    .header-3 .sb-menu ul li:hover > a {
        background-color: #797979;
    }
    .header-3 .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-3 .sb-menu ul.mega-menu-list li ul li a,
    .header-3 .sb-menu ul ul li > a {
        background-color: transparent;
    }
    .sb-header-3 .sign-in-up {
        margin-left: 0;
    }
    .header-3 .burger-menu {
        top: 15px;
    }
    .header-3 .burger-menu .line-menu {
        background-color: #ffff;
    }
    .sb-header-top-11 .sb-bk-clr-scheme .sb-sprt-top-bar .sb-sprt-top-scl .sb-spt-alignment li {
        display: none;
    }
    .sb-header-top-11 .sb-bk-clr-scheme .sb-sprt-top-bar .sb-sprt-top-scl .sb-spt-alignment li.sb-mob-top-bar-location,
    .sb-header-top-11 .sb-sprt-top-scl .sb-spt-alignment li.sb-mob-top-bar-location ul li.sb-location-selector {
        display: inline-block;
        padding-left: 0;
    }
    .sb-modern-header-11 .sb-bk-search-area .sb-bk-side-btns {
        margin-right: 130px;
    }
    .sb-header-top-11 .sb-dec-top-ad-post a {
        padding: 10px;
    }
    .sb-header-top-11 .sb-sprt-top-sign .sb-spt-links {
        margin-top: 9px;
    }
    .sb-header-top-11 .sb-bk-clr-scheme .sb-sprt-top-bar .sb-sprt-top-scl {
        margin-top: 8px;
    }
    .sb-header-top-11 .sb-bk-clr-scheme .sb-sprt-top-bar .sb-sprt-top-scl .sb-spt-alignment li {
        margin-bottom: 0;
    }
    .sb-modern-header-11 .logo a img {
        padding-top: 2px;
    }
    .sb-modern-header-11 .sb-bk-search-area .sb-bk-side-btns .sb-bk-srch-links {
        margin-top: 0;
    }
    .sb-modern-header-11 .sb-bk-search-area .col-sm-12 {
        display: none;
    }
    .sb-header.sb-header-11 nav.sb-menu.menu-11 {
        float: inherit;
    }
    .sb-header-11 .sb-menu ul li a {
        line-height: 21px;
        color: #242424;
    }
    .sb-header-11 .sb-menu ul.mega-menu-list li a {
        color: #242424 !important;
    }
    .sb-header-11 .menu-11 ul.drop-down-multilevel li.hoverTrigger a {
        color: #242424;
    }
    .sb-header-11 .menu-11 ul.drop-down-multilevel,
    .sb-modern-header-11 .sb-bk-search-area .sb-bk-side-btns .dropdown-toggle.btn-default {
        margin-top: 0;
    }
    .sb-modern-header-11 .icon-search-head {
        background: transparent;
        padding-left: 0;
    }
    .sb-modern-header-11 .burger-menu {
        top: 17px;
    }
    .sb-modern-header-11 .icon-search-head a {
        color: #242424 !important;
    }
    .sb-header-11 .header-11-cats a .book-menu-list-items i.fa-bars {
        border-right: 1px solid #242424;
    }
    .sb-modern-header-11.header-11 .sb-bk-search-area {
        padding: 10px 0px;
    }
    .sb-modern-header-11 form .sb-bk-new-srch-area input {
        margin-bottom: 0;
    }
    .sb-header-2 .log-header {
        text-align: left;
    }
    .header-3-old .mega-menu.sb-menu {
        margin-left: 0px;
    }
    /* new sb-header-2 changes end */
    /* new pages responsive css start */
    .search-bg {
        height: 760px;
    }
    .best-new .best-new-img {
        padding-top: 0;
    }
    .best-new .best-new-content {
        padding: 0;
    }
    .best-new .best-new-content h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .best-new .best-new-content .tag-content:last-child p {
        margin-bottom: 0;
    }
    .client-say .client-heading {
        padding: 0;
    }
    .ad_grid_sidebar {
        margin-top: 30px;
    }
    .ads-search-heading {
        padding-top: 0;
    }
    .ads-search-heading h1 {
        font-size: 40px;
    }
    .ads-search-heading .hero-tagline {
        margin-top: 20px;
        margin-bottom: 30px !important;
    } 
    .gp-great-product .ad_grid_sidebar .feature-ads {
        margin-bottom: 0;
    }
    .gp-great-product .ad-home-list {
        margin-bottom: 57px;
    }
    .background-rotator .search-section {
        top: 0;
        padding-bottom: 0;
    }
    .background-rotator .search-section .heading-caption h1,
    .background-rotator .search-section .heading-caption p {
        color: #242424;
    }
    .background-rotator .search-section .heading-caption h1 {
        font-size: 32px;
    }
    .background-rotator .search-form {
        padding: 20px;
    }
    .register-section-content .wel-register-heading {
        padding: 80px 0px;
    }
    .register-section-content .sign-in-account {
        margin-top: 0;
    }
    /* new pages responsive css end */
}

@media (min-width: 320px) and (max-width: 575.98px) {
    /* new-headers-css-changing-start */



    .prop-newest-section .tabbable-line > .nav-tabs > li > a {
        padding: 10px 22px;
    }
    .prop-newest-section .nav-tabs {
        top: -40px;
    }
    .prop-newset-heading h2 {
        margin-bottom: 80px;
    }
    .sb-header-top2 .sb-dec-top-bar .sb-top-bar-social-icons ul.list-style li {
        display: none;
    }
    .sb-header-top2 .sb-dec-top-bar .sb-top-bar-social-icons ul.list-style li.sb-mob-top-bar-location {
        display: inline-block;
    }
    .sb-header-top2 .sb-dec-top-bar .sb-top-bar-social-icons ul.list-style li.sb-mob-top-bar-location ul .sb-location-selector {
        display: inline-block;
    }
    .sb-header-top2 .sb-dec-top-ad-post a {
        padding: 10px;
        font-size: 12px;
    }
    .sb-header-top2 .sb-dec-top-bar .sb-top-bar-social-icons {
        line-height: 40px;
    }
    .sb-header-top5 .sb-sprt-top-scl .list-inline > li {
        padding-left: 3px;
        padding-right: 3px;
    }
   /* header.sb-header-3 .header-3-input {
        display: none;
    } */
    .sb-header-3 ul.list-sign-in li {
        padding: 10px 5px 10px 5px;
    }
    .sb-header-3 ul.list-sign-in li:first-child {
        padding-left: 0px;
    }
    .sb-header-top-11 .sb-sprt-top-sign {
        float: left;
    }
    .sb-header-top-11 .sb-sprt-top-sign .sb-spt-links li:first-child {
        padding-left: 0;
    }
    .sb-modern-header-11 .sb-bk-search-area .sb-bk-side-btns .sb-bk-srch-links .sb-bk-srch-contents li:first-child {
        margin-right: 4px;
    }
    .sb-header.header-2 .mega-menu.sb-menu {
        margin-left: 0px;
    }
    .header-3 .dropdown-plus::before, 
    .header-3 .dropdown-plus::after {
        content: '';
        background-color: #ffffff;
    }
    .clasfied-head {
        padding-top: 40px;
    }
    .clasfied-head h1 {
        font-size: 26px;
        margin-top: 10px;
        line-height: 38px;
        margin-bottom: 40px;
    }
    .clasfied-head div#client-logos {
        margin-top: 40px;
    }
    .search-bg {
        height: 604px;
    }
    .clasfied-head span {
        font-size: 16px;
    }
    .custom-padding {
        padding: 50px 0px;
    }
    .sb-short-head.center p {
        margin: 0;
        width: 100%;
    }
    .feat-product .view-more-bottun {
        margin-top: 0;
    }
    .sb-short-head h2 {
        font-size: 26px;
    }
    .best-new .best-new-img {
        padding-top: 0;
    }
    .best-new .best-new-content {
        padding: 20px 0 0px 0px;
    }
    .best-new .best-new-content h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .gp-great-product {
        padding: 50px 0px;
    }
    .gp-great-product .sb-short-head h2 {
        margin-bottom: 10px;
        padding-top: 5px;
    }
    .ad_grid_sidebar {
        margin-top: 30px;
    }
    .ad_grid_sidebar .feature-ads {
        margin-bottom: 0;
    }
    .most-popular {
        padding-bottom: 100px !important;
    }
    .client-say .client-heading {
        padding: 0px 0px 20px 0;
    }
    .client-say .client-item .owl-item {
        margin-top: 0;
    }
    .client-say .client-item .owl-item {
        height: 100%;
    }
    .client-say .client-heading h2 {
        padding-top: 6px;
        font-size: 26px;
        margin-bottom: 10px;
    }
    .custom-padding.latest-blog {
        padding: 50px 0px;
    }
    section.get-app {
        height: 100%;
        padding: 50px 0 !important;
    }
    .get-app .app-download h3 {
        font-size: 26px;
    }
    .wheel-footer .will-never {
        padding: 0;
        margin-bottom: 30px;
    }
    footer.wheel-footer {
        padding: 50px 0px;
    }
    .wheel-footer .will-never input#sb_email {
        width: 100%;
    }
    .wheel-footer .will-never input#save_email {
        right: 0;
    }
    .wheel-footer .follow-heading ul.socials-links {
        margin-bottom: 30px;
    }
    .feat-product .feature-img-content .bottom-left {
        bottom: 20px;
        left: 20px;
    }
    .feat-product .feature-img-content .bottom-left h4 a {
        font-size: 20px;
    }
    .feat-product .feature-img-content .bottom-left span.address-bottom {
        width: 90%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #intro-hero,
    .tech-new-arrivals-product,
    .ads-location {
        padding: 50px 0;
    }
    .ads-search-heading .hero-title {
        font-size: 20px;
    }
    .ads-search-heading h1 {
        font-size: 36px;
    }
    .gp-great-product .ad-home-list .visited-heading {
        padding-left: 0;
        padding-right: 0;
    }
    .tech-new-arrivals-product .heading-text {
        width: 100%;
    }
    .search-2 .btn {
        width: 100%;
    }
    .call-action i {
        margin-top: 0;
    }
    .search-2 {
        padding: 20px 0;
    }
    .search-2 .search-title {
        position: inherit;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .search-2 .form-control {
        margin-top: 15px;
    }
    .call-action h4 {
        font-size: 24px;
    }
    .parallex-button .btn-theme {
        width: 100%;
        margin-top: 20px;
    }
    .section-padding {
        padding: 50px 0;
    } 
    .heading-panel .main-title {
        line-height: 40px;
    }
    .heading-text {
        width: 100%;
    }
    .home-category-slider .category-grid-5 {
        padding: 50px 40px;
        min-height: 342px;
    }
    .background-rotator .search-form input.form-control {
        margin: 10px 0;
        border-radius: 0;
    }
    .how-its-worksss .account-head,
    .how-its-worksss .sell-your {
        padding: 30px 20px;
    }
    .app-download-pistachio .app-text-section {
        padding: 0;
    }
    .app-download-pistachio .app-download-section-container {
        padding: 50px 0;
    }
    .app-download-section-container .mobile-image-content img,
    .app-download-pistachio .mobile-image-content {
        display: none;
    }
    .app-download-pistachio .app-text-section h3 {
        padding-top: 0;
        line-height: 40px;
    }
    .app-download-section-container .app-text-section .app-download-button {
        margin-bottom: 10px;
    }
    .how-its-worksss .sb-short-head h2 {
        padding-top: 0;
    }
    .best-new .best-new-img {
        padding-top: 0;
    }
    section.client-say {
        padding: 50px 0;
    }
    .register-section-content .wel-register-heading {
        padding: 50px 0px;
    }
    .register-section-content .sign-in-account {
        margin-top: 0;
        padding: 20px;
    }
    .register-section-content .sign-in-account::after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .register-section-content .sign-in-account h3 {
        font-size: 26px;
        padding-top: 0 !important;
    }
    .register-section-content .wel-register-heading h1 {
        font-size: 36px;
    }
    .ad-detail-2-details .main-section-bid.safety-tips {
        margin-top: 0;
        padding-top: 0;
    }
    .ad-detail-2-details .ad-bottom-sidebar .widget,
    .ad-bottom-sidebar .panel.panel-default {
        margin-top: 0;
        padding: 0;
    }
    .ad-detail-2-details .related-ads-container .promotional-feat-heading h3 {
        padding: 20px 0 0 20px;
    }
    .ad-detail-2-details .promotional_slider .featured-slider-1 {
        padding: 20px 20px 0;
        margin-top: 0;
    }
    .ad-detail-2-details .map-location,
    .ad-detail-2-details .all-bids-comment,
    .ad-detail-2-details .write-review ,
    .ad-detail-2-details .all-bids-comment {
        padding: 0;
    }
    .ad-detail-2-details .write-review t {
        padding-bottom: 0 !important;
    }
    .ad-detail-2-details .all-bids-comment {
        margin-top: 0;
    }
    /* new-headers-css-changing-end */
}

@media screen and (max-width: 767px) {
    .s013 form .inner-form {
        display: block;
    }
    .s013 form .inner-form .left {
        display: block;
    }
    .s013 form .inner-form .left .input-wrap {
        margin-bottom: 15px;
    }
    .s013 form .btn-search {
        margin: 0;
        width: 100%;
    }
    .s013 form .inner-form {
        padding-bottom: 10px;
    }
    .s013 .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 80px;
    }
}


@media (min-width: 1400px) and (max-width: 1999.8px) {

    .search-map-container  .map-sidebar{
        width: 320px;
    }
    .search-map-container .left-part {
        width: 50%;
    }

    .search-map-container .right-part {
        width: calc(50% - 320px);
    }


    .search-map-container .left-part.no-map {
        width: calc(100% - 320px);
    }
}

@media (min-width: 992px) and (max-width: 1199.8px) {

    /* new header-2 changing start */
    .sb-header.header-2 .sb-menu {
        padding-top: 80px;
    }
    .header-2 .sb-menu.submenu-top-border li ul li a,
    .header-2 .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-2 .sb-menu ul.mega-menu-list li ul li a,
    .header-2 .sb-menu ul.drop-down-multilevel li.sub-menu a, 
    .header-2 .sb-menu ul.drop-down-multilevel li.sub-menu a:hover,
    .header-3-old .sb-menu.submenu-top-border li ul li a,
    .header-3-old .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-3-old .sb-menu ul.mega-menu-list li ul li a,
    .header-3-old .sb-menu ul.drop-down-multilevel li.sub-menu a, 
    .header-3-old .sb-menu ul.drop-down-multilevel li.sub-menu a:hover{
        color: #fff;
    }
    .header-2 .sb-menu ul.mega-menu-list li h4 a,
    .header-3-old .sb-menu ul.mega-menu-list li h4 a {
        color: #ffff !important;
    }
    .header-2 .sb-menu ul ul li > a,
    .header-2 .sb-menu ul ul li:hover > a,
    .header-3-old .sb-menu ul ul li > a,
    .header-3-old .sb-menu ul ul li:hover > a{
        background-color: #797979;
    }
    .header-2 .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-2 .sb-menu ul.mega-menu-list li ul li a,
    .header-3-old .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-3-old .sb-menu ul.mega-menu-list li ul li a {
        background-color: transparent;
    }
    .search-map-container  .map-sidebar{
        width: 300px;
    }
    .header-2 .sb-menu ul li:hover > a,
    .header-3-old .sb-menu ul li:hover > a {
        background-color: #797979;
    }
    .header-2 .sb-menu ul li .dropdown-plus::before, 
    .header-2 .sb-menu ul li .dropdown-plus::after,
    .header-3-old .sb-menu ul li .dropdown-plus::before, 
    .header-3-old .sb-menu ul li .dropdown-plus::after {
        background-color: #fff;
    }
    .header-3-old .sign-in-up ul.list-sign-in > li > a {
        line-height: unset;
    }
    .header-3-old .burger-menu {
        top: 24px;
    }
    .header-3-old .burger-menu .line-menu {
        background-color: #ffff;
    }
    .sb-header.sb-header-13 .logo img {
        padding-top: 0;
    }
    .sb-header-13 .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0px;
    }
    .sb-header-13 .sb-menu .menu-links {
        padding-top: 20px;
    }
    .sb-header-8 .logo img {
        padding-top: 0;
    }
    .sb-header.sb-header-8 .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    }
    .sb-header.sb-header-8 .sign-in-up ul.list-sign-in li.ad-post-btn a {
        padding: 0;
    }
    .sb-header.sb-header-8 .sb-menu .menu-links {
        padding-top: 20px;
    }
    .sb-header-10 .burger-menu {
        top: 17px;
    }
    .sb-header-10 .sign-in-up ul.list-sign-in li.login-me {
        padding-left: 0;
    }
    .sb-header-10 .sign-in-up .list-sign-in li.register-me a, 
    .sb-header-10 .sign-in-up .list-sign-in li.login-me a {
        color: #242424 !important;
    }
    .sb-header-10 .sb-menu .menu-links {
        padding-top: 20px;
    }
    .sb-header.header-3 .sb-menu > ul > li > a {
        line-height: 21px;
    }
    .sb-header.header-3 ul.menu-links {
        margin-top: 46px;
        background-color: #242424;
    }
    .sb-header.header-3 .sb-menu ul.mega-menu-list li h4 a {
        color: #fff !important;
    }
    .sb-header.header-3 .sb-menu ul.mega-menu-list li ul li a,
    .sb-header.header-3 .sb-menu ul.mega-menu-list li ul li a:hover,
    .sb-header.header-3 .sb-menu ul ul li > a {
        color: #ffff;
    } 
    header.sb-header-3 .looking-form select {
        width: 165px;
        padding-right: 35px;
    }
    header.sb-header-3 .looking-form-search-icon-1 {
        right: -9px;
    }
    header.sb-header-3 .header-3-input {
        margin: 0px;
    }
    .sb-header-3 .sign-in-up ul li a.btn.btn-theme {
        padding: 10px;
    }
    .sb-header-3 .sign-in-up {
        float: right;
    }
    .sb-header-3 ul.drop-down-multilevel li {
        padding: 0;
    }
    .header-3 .sb-menu ul li:hover > a {
        background-color: #797979;
    }
    .header-3 .sb-menu ul.mega-menu-list li ul li a:hover, 
    .header-3 .sb-menu ul.mega-menu-list li ul li a {
        background-color: transparent;
    }
    .sb-modern-header-11.header-11 .sb-bk-search-area {
        padding: 10px 0px;
    }
    .sb-modern-header-11.header-11 .logo a img {
        padding-top: 9px;
    }
    .sb-modern-header-11 .sb-bk-search-area .sb-bk-side-btns {
        margin-top: 2px;
    }
    .sb-header-11 .sb-menu .menu-links {
        padding-top: 50px; 
    }
    .sb-header-11 .sb-menu ul li a {
        line-height: 21px;
        color: #242424;
    }
    .sb-header-11 .sb-menu ul.mega-menu-list li a {
        color: #242424 !important;
    }
    .sb-header-11 .menu-11 ul.drop-down-multilevel li.hoverTrigger a {
        color: #242424;
    }
    .sb-header-11 .menu-11 ul.drop-down-multilevel {
        margin-top: 0;
    }
    .sb-header.header-2 .mega-menu.sb-menu,
    .header-3-old .mega-menu.sb-menu {
        margin-left: 0px;
    }
    .sb-header-2 .log-header {
        text-align: left;
    }
    /* new header-2 changing end */
    /* new pages responsive css start */
    .search-bg .clasfied-head .s013 {
        width: 85%;
    }
    .feat-product .feature-img-content .bottom-left {
        left: 20px;
        bottom: 20px;
    }
    .feat-product .feature-img-content .bottom-left span.address-bottom {
        width: 80%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .feat-product .feature-img-content .bottom-left h4 a {
        font-size: 22px;
    }
    .modern-new-pricing .basic-pricing,
    .modern-new-pricing .individual-pricing {
        padding: 20px;
    }
    .modern-new-pricing .basic-pricing .pricing-pack-heading,
    .modern-new-pricing .individual-pricing .pricing-pack-heading {
        margin: 0 0 0 12px;
    }
    .modern-new-pricing .basic-pricing .pricing-pack-heading h6.h1,
    .modern-new-pricing .individual-pricing .pricing-pack-heading h6.h1 {
        margin-bottom: 0;
    }
    .client-say .client-heading {
        padding: 0;
    }
    .best-new .best-new-content h3 {
        font-size: 36px;
    }
    /* new pages responsive css end */
    .search-map-container .left-part.no-filters {
        width: 50%;
    } 

    .search-map-container .left-part.no-map {
        width: calc(100% - 300px);
    } 
    .sb-header-3-old .widget img {
        width: 100%;
    }
}

  @media (min-width: 576px)
  {
.cats_model  .modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
}
}