/* lg */
@media (min-width: 1400px) {
    #main {
        background-size: cover;
    }

    .banner-form button.form-control {
        height: 49px;
    }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-form .form-control,
    .banner-form .category-dropdown {
        height: 45px;
    }

    .banner-form button.form-control {
        height: 47px;
    }

    .download-app {
        padding: 10px 20px;
    }

    #header a.btn {
        position: absolute;
        top: 60px;
        right: 20px;
        z-index: 10;
    }

    .home-two .category-list .category-item,
    .home-one .category-list .category-item {
        width: 25%;
    }

    .category-list .category-item,
    #services-ad .single-service {
        width: 33%;
    }

    .banner-form-full.banner-form input,
    .home-two .banner-form-full.banner-form input,
    .home-three .banner-form-full.banner-form input {
        min-width: 334px;
    }

    /* about us */
    .team-member {
        width: 20%;
        min-height: 250px;
        margin-bottom: 0;
    }

    .about-us h3 {
        margin-top: 0;
    }

    .ad-meta {
        left: inherit;
        right: 0;
        width: 150%;
    }

    .item-info, .item-item {
        min-height: 160px;
    }

    .ad-profile .user {
        width: 40%;
    }

    .congratulations {
        padding: 80px;
        padding-bottom: 90px;
    }

    #product-carousel .carousel-indicators li,
    #product-carousel .carousel-indicators li.active {
        height: 100px;
        width: 83px;
    }

    #services-ad .pagination {
        margin-top: 0;
        margin-bottom: 30px;
    }
}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .nav-right {
        display: block;
        width: 100%;
        clear: both;
        padding-bottom: 20px;
    }

    #header a.btn {
        position: absolute;
        top: 12px;
        right: 20px;
    }

    .banner-form input {
        min-width: 355px;
    }

    .banner-section h1.title,
    .banner h1.title {
        font-size: 45px;
        line-height: 50px;
    }

    .banner-form .form-control, .banner-form .category-dropdown {
        height: 44px;
    }

    .banner-form button.form-control {
        height: 46px;
    }

    .category-list .category-item {
        width: 33%;
    }

    .ad-info .item-title {
        font-size: 16px;
    }

    .item-item, .item-info {
        min-height: 180px;
    }

    .ad-meta .user-option a {
        font-size: 16px;
    }

    .single-cta {
        padding: 0 10px;
    }

    .download-app {
        min-height: 145px;
        text-align: center;
    }

        .download-app img {
            float: none;
            display: inline-block;
            margin-bottom: 5px;
        }

    .footer-widget ul li a {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-widget h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .social-widget ul li a {
        margin: 10px 0;
    }

    .footer-widget ul li a i {
        font-size: 38px;
    }

    /* home-one */
    .home-two .category-list .category-item,
    .home-one .category-list .category-item {
        width: 25%;
    }

    /* home-two */
    .banner-form-full.banner-form .form-control,
    .banner-form-full.banner-form .category-dropdown {
        width: 49%;
        border-right: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin-left: 0px;
    }

        .banner-form-full.banner-form .category-dropdown.language-dropdown,
        #services-ad .category-dropdown.language-dropdown {
            border-right: 0;
        }

    .banner-form-full.banner-form input[type="text"] {
        margin-left: 0px;
        min-width: 80%;
        border-right: 1px solid #e8e8e8;
        border-bottom: 0;
        border-radius: 4px;
    }

    .banner-form-full.banner-form button.form-control {
        max-width: 140px;
        border-right: 0;
    }

    #services-ad .category-dropdown {
        border-right: 1px solid #e8e8e8;
    }

    #services-ad .banner-form input[type="text"] {
        margin-left: 0;
        border-right: 1px solid #e8e8e8;
    }

    #view-ad h2 {
        font-size: 50px;
    }

    #services-ad .services {
        padding: 25px;
    }

    #services-ad .single-service {
        width: 33%;
    }

    /* about us */
    .team-member {
        width: 25%;
    }

    .our-approach {
        text-align: left;
    }

    .about-us h3 {
        font-size: 22px;
    }

    .about-info {
        margin-bottom: 20px;
    }


    /* ad post */
    .post-option {
        margin-bottom: 25px;
        padding-bottom: 0;
    }

    .ad-section {
        margin: 10px 0;
    }

    .ad-profile .user {
        width: 40%;
    }

    .ad-profile .my-ads, .ad-profile .favorites {
        padding: 30px;
    }

    .ad-profile .user-menu li {
        padding: 15px;
    }

    .ad-meta {
        left: inherit;
        right: 0;
        width: 150%;
    }

    .congratulations {
        padding: 50px;
        padding-bottom: 65px;
    }

        .congratulations h4 {
            font-size: 20px;
        }

    .contact-info h2 {
        font-size: 24px;
    }

    #product-carousel {
        margin-bottom: 150px;
    }

        #product-carousel .carousel-indicators li,
        #product-carousel .carousel-indicators li.active {
            margin-left: 28px;
        }


    #home-section h2 {
        font-size: 45px;
    }

    #home-section .btn {
        margin-right: 0;
    }

    #services-ad .pagination {
        margin-top: 0;
        margin-bottom: 30px;
    }
}


/* xs */
@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    #header a.btn {
        position: absolute;
        top: 12px;
        right: 65px;
        padding: 4px 15px 6px;
    }

    .language-dropdown a {
        font-size: 14px;
    }

    .nav li a, .navbar-default .navbar-nav > li > a {
        padding: 10px 12px;
    }

    .banner-section h1.title,
    .banner h1.title {
        font-size: 36px;
        line-height: 38px;
    }

    .banner-section h3 {
        font-size: 18px;
    }

    .banner-form .form-control,
    .banner-form .category-dropdown {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        border-radius: 4px;
        margin-left: 0;
        border-bottom: 1px solid #e6e6e6;
        border-right: 0;
    }

    .banner-form button.form-control {
        margin-bottom: 0;
        position: inherit;
        right: 0;
        top: 0;
    }

    #services-ad .category-dropdown {
        border-right: 0;
    }

    .category-list .category-item,
    .home-two .category-list .category-item,
    .home-one .category-list .category-item {
        width: 47%;
    }

    .home-two .category-list .category-item,
    .home-one .category-list .category-item {
        margin-bottom: 10px;
    }

    .ad-section {
        margin: 0 0 25px;
    }

    .item-item .ad-info {
        min-height: 150px;
    }

    .item-image-box, .item-item {
        max-height: inherit;
    }

    .ad-info .item-title {
        font-size: 16px;
    }

    .ad-info .item-cat {
        font-size: 12px;
    }

    .ad-info .item-price {
        font-size: 18px;
    }

    .single-cta {
        margin-bottom: 35px;
    }

    .download-app {
        margin-bottom: 25px;
    }

    .footer-top {
        padding: 20px 0 40px;
    }

    .footer-widget h3 {
        margin-bottom: 20px;
    }

    .footer-widget ul li a {
        font-size: 16px;
        line-height: 22px;
    }

    .social-widget ul li a {
        margin: 10px 0;
    }

    .footer-widget ul li a i {
        font-size: 36px;
    }

    #download {
        padding: 25px 0 50px;
    }

    /* home-two */
    .home-two .category-dropdown,
    .home-two .banner-form input[type="text"],
    #services-ad .category-dropdown,
    #services-ad .banner-form input[type="text"] {
        margin-left: 0;
        border-radius: 4px;
    }

    .banner-form-full.banner-form input,
    .home-two .banner-form-full.banner-form input,
    .home-three .banner-form-full.banner-form input {
        min-width: 100%;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 3px 8px;
    }

    .banner-form button.form-control {
        margin-left: 0;
        border-radius: 4px;
    }

    #view-ad h1 {
        margin: 0;
    }

    #view-ad h2 {
        font-size: 40px;
        margin: 5px 0 20px;
    }

    .ad-btn {
        margin-bottom: 30px;
    }

    #view-ad img {
        display: none;
    }

    #services-ad .services {
        padding: 25px;
    }

    #services-ad .single-service {
        width: 49%;
        margin-bottom: 0;
    }

    /* about us */
    .breadcrumb-section h2.title {
        font-size: 24px;
        line-height: 26px;
    }

    .about-us h3 {
        font-size: 20px;
    }

    .about-info {
        margin-bottom: 0;
    }

    .about-text {
        padding-bottom: 0;
    }

    .our-approach {
        text-align: left;
    }

    .team-member {
        width: 50%;
        min-height: 250px;
        margin-bottom: 0;
    }

    .client-pragrap {
        font-size: 16px;
    }

    /* ad post */
    .post-option li a {
        font-size: 14px;
    }

    .select-category span.select {
        margin-right: 20px;
    }

    .post-option {
        margin-bottom: 20px;
        padding-bottom: 0;
    }

        .post-option.next-stap {
            padding: 10px 25px;
            margin-bottom: 35px;
        }

    .next-stap h2,
    .ad-profile .user h2 {
        font-size: 24px;
    }

    /* my adds */

    .user-images {
        margin-top: 20px;
        margin-right: 20px;
        width: 20%;
    }

    .ad-profile .user {
        width: 75%;
    }

    .favorites-user {
        float: right;
        padding-bottom: 20px;
    }

    .ad-profile .my-ads, .ad-profile .favorites {
        padding: 0 20px;
        border-left: 0;
    }

    .ad-profile .favorites-user a {
        font-size: 30px;
    }

    .ad-profile .favorites-user small {
        font-size: 13px;
    }

    .ad-profile .user-menu li {
        border: 1px solid #f5f5f5;
    }

        .ad-profile .user-menu li a {
            font-size: 14px;
        }

    .ad-profile .user h5 {
        font-size: 14px;
    }

    .user-profile {
        margin-bottom: 15px;
    }

    .ad-profile .user-menu li {
        padding: 12px 19px;
    }

    .user-pro-section .section {
        padding: 10px 20px;
    }

    .user-pro-section label {
        font-size: 14px;
    }

    .user-pro-section .form-control {
        width: 70%;
    }

    .user-pro-section select,
    .user-pro-section input {
        font-size: 14px;
        height: 35px;
    }

    .ad-meta .meta-content {
        padding: 5px;
    }

        .ad-meta .meta-content .visitors {
            display: block;
        }

    #something-sell h2.title {
        font-size: 28px;
        line-height: 32px;
    }

    .congratulations {
        padding: 60px 25px;
        padding-bottom: 70px;
    }
    /* category */
    .recommended-ads {
        padding: 20px 30px 15px;
    }

        .recommended-ads h4 {
            display: inline;
        }

    .pagination > li > a {
        font-size: 12px;
    }
    /* sign up */
    .user-account {
        padding: 30px 30px 40px;
    }

        .user-account h2 {
            margin-bottom: 35px;
        }

    .user-page .btn-primary {
        padding: 10px 30px;
        font-size: 16px;
    }

    .contact-info, .feedback {
        min-height: inherit;
    }

    .contact-info {
        margin-bottom: 25px;
    }

        .contact-info h2 {
            margin-top: 0;
        }

    /* ad details */
    .selected-product .select-category li {
        margin-bottom: 5px;
        margin-right: 0px;
    }

    .postdetails li a {
        font-size: 14px;
    }

    .selected-product .select-category li.active {
        padding-left: 70px;
    }

    .adpost-details .form-group {
        margin-bottom: 20px;
    }

    .adpost-details label.label-title {
        padding-top: 0;
    }

    .add-image label.upload-image:before {
        font-size: 26px;
        margin-left: -11px;
    }

    .select-price input[type="text"] {
        max-width: 190px;
    }

    .checkbox label {
        margin-right: 20px;
    }

    .adpost-details label {
        font-size: 14px;
    }

    .btn.btn-primary {
        padding: 8px 30px 10px;
        font-size: 16px;
    }

    section {
        padding: 30px 0;
    }

    #product-carousel {
        margin-bottom: 115px;
    }

        #product-carousel .carousel-indicators li,
        #product-carousel .carousel-indicators li.active {
            height: 70px;
            width: 68px;
            margin-left: 8px;
        }

        #product-carousel .carousel-control {
            font-size: 28px;
            line-height: 28px;
            margin-top: -14px;
        }

        #product-carousel .carousel-indicators {
            bottom: -105px;
        }

    .slider-text h2 {
        font-size: 24px;
    }

    #main .slider-text h3.title {
        font-size: 28px;
        margin: 5px 0 8px;
    }

    .short-info li a {
        font-size: 14px;
    }

    #services-ad .pagination,
    .pagination {
        margin-top: 0;
        margin-bottom: 25px;
    }

    #home-section h2 {
        font-size: 36px;
    }

    #home-section img {
        display: none;
    }
}

/* XS Portrait */
@media (max-width: 479px) {

    .ad-profile .user-menu li {
        float: inherit;
    }

    section {
        padding: 0px;
    }

    .section {
        padding: 10px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .headline {
        border-radius: 0px;
    }

    .tab-manu .nav-tabs li a {
        font-size: 12px;
        padding: 10px 6px;
    }

    .item-item .ad-info {
        min-height: 0px;
    }

    .ad-info {
        padding: 10px;
    }

    .item-info {
        min-height: 165px;
    }

    .ad-info .item-title {
        font-size: 20px;
    }

    .ad-info .item-cat {
        font-size: 15px;
    }

    .download-app {
        padding: 10px 18px;
    }

        .download-app strong {
            font-size: 20px;
        }

    .banner-form-full.banner-form input,
    .home-two .banner-form-full.banner-form input,
    .home-three .banner-form-full.banner-form input {
        min-width: 100%;
    }

    #services-ad .single-service {
        width: 100%;
        margin-bottom: 0;
    }

    .team-member {
        width: 100%;
        margin-bottom: 15px;
    }
    /* my adds */

    .user-images {
        width: 100%;
    }

    .ad-profile .user {
        width: 100%;
    }

    .ad-profile {
        position: relative;
    }

    .favorites-user {
        position: absolute;
        top: 25px;
        right: 20px;
    }

    .ad-profile .my-ads,
    .ad-profile .favorites {
        padding: 0 10px;
        border-left: 0;
    }

    .ad-profile .user-menu li {
        padding: 10px 14px;
    }

    .single-cta {
        margin-bottom: 0;
    }

    .ad-meta {
        padding-left: 16px;
    }

        .ad-meta .user-option a {
            width: 25px;
            height: 25px;
            line-height: 25px;
        }

    #something-sell h2.title {
        font-size: 25px;
        line-height: 28px;
    }

    .congratulations {
        padding: 45px 15px;
        padding-bottom: 50px;
    }

        .congratulations h4 {
            font-size: 18px;
        }

        .congratulations i {
            font-size: 45px;
            margin-bottom: 10px;
        }

    .recommended-ads h4 {
        display: block;
    }

    .user-option .forgot-password {
        float: left !important;
    }

    .user-account .checkbox label {
        margin: 0;
    }

    .user-account .user-option {
        margin-top: 20px;
    }

    .ad-details-page h4 span {
        display: none;
    }
    /* ad details */
    .postdetails .edit {
        right: 0;
        top: -15px;
    }

    .add-image label.upload-image {
        margin-left: 10px;
        height: 60px;
    }

    .select-price input[type="text"] {
        margin: 10px 0;
    }

    #product-carousel {
        margin-bottom: 80px;
    }

        #product-carousel .carousel-indicators li,
        #product-carousel .carousel-indicators li.active {
            height: 37px;
            width: 38px;
        }

        #product-carousel .carousel-indicators {
            bottom: -70px;
        }

    #main .slider-text h3.title {
        font-size: 24px;
    }
}
