/*--------------------------------------------*/
/* Laptop with Desktop (1600px) View*/
/*--------------------------------------------*/
@media all and (max-width:1600px){
    #main {
        background-size: cover;
    }
}

/*--------------------------------------------*/
/* Laptop with Desktop (1400px) View*/
/*--------------------------------------------*/
@media all and (max-width:1400px){

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

@media (max-width: 1440px) {

    .user_login_header a .change-text {
        max-width: 58px;
        display: inline-block;
        overflow: hidden;
        height: 23px;
        line-height: 26px;
        margin-bottom: -3px;
    }


    .punch_a_btn {
        margin-right: -40px;
    }


}


/*--------------------------------------------*/
/* Laptop with Tab (1199px) View*/
/*--------------------------------------------*/
@media all and (max-width:1199px){

    .downld_pop .modal-dialog {
        width: 80%;
        margin-left: 10%;
    }

    .adpost-details .job_title_input_wrp .select2 {
        width: 70% !important;

    }

}


@media (max-width: 1024px) {

    .servc_listing_wrap ul li {
        width: 33%;

        margin-bottom: 14px;
    }

    .profile-details .form-group .error {
        padding-left: 26%;
    }


    .download-app img {
        float: left;
        margin-top: -30px;
        margin-right: 15px;
        float: none;
        display: inline-block;
        margin-left: -15px;
    }

    .download-app span {
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
        display: inline-block;
        float: none !important;
        text-align: left;
    }


    .popup_comn .modal-dialog {
        max-width: none !important;
        width: 94% !important;
        margin-left: 4%;
    }

    .footer-top {
        padding: 90px 0 97px;
    }

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

    #main.user-page {
        padding: 60px 0 100px;
    }

    .login_div_a {
        margin-right: -67px;
        padding: 9px 6px !important;
        margin-left: 18px !important;
        position: relative;
        z-index: 9999;

    }

    .downld_pop .modal-dialog {
        width: 92%;
        margin-left: 5%;
    }

    .downld_pop .modal-dialog .col-sm-4 {
        width: 49%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        display: inline-block;
        float: left;
    }

    .downld_pop .modal-dialog .col-sm-4 .download-app {
        min-height: auto;
        text-align: center;
    }

    .downld_pop #download {
        padding: 55px 5% 90px 5%;
    }

    #main #download .col-sm-4 {
        float: left;
        width: 49%;
        height: auto;
        max-height: none;
        margin-left: 00px;
    }

    #main #download .col-sm-4 .download-app {
        min-height: auto;
        text-align: center;
    }

    #header a.punch_a_btn {
        position: absolute !important;
        margin-top: 54px;
        z-index: 9999;
        margin-right: 36px;
    }


}

/*--------------------------------------------*/
/* Mini Laptop with Tab (991px) View*/
/*--------------------------------------------*/
@media all and (max-width: 991px){ 

    .singl_job_a ul li {
        margin-top: 10px;
    }

    .lable_text {
        font-weight: 500;
        color: #111;
        font-size: 15px;
        float: left;
        width: 100%;
        margin-bottom: -3px;
    }

    .label_answ {
        float: left;
        width: 100%;
        padding-left: 15px;
        font-size: 14px;
    }


    #download .container .col-sm-4 {
        width: 49%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        display: inline-block;
        float: left;
    }

    .contact-us .container .contact-info {
        padding: 20px;
    }

    address p strong {
        width: 100%;
        display: inline-block;
    }

    .social li a {
        width: 35px;
        height: 35px;
        margin-right: 8px;

    }

    .social li a i {
        font-size: 16px;
        color: #fff !important;
        margin-top: 10px;
    }

    .contact-us .feedback {
        padding: 25px;
        border-radius: 4px;
        padding-top: 15px;
    }

    .feedback h2 {
        color: #000;
        font-weight: 500;
        margin-bottom: 33px;
        margin-left: 0px;
        font-size: 24px;
    }

    .contact-us .container .col-sm-4 {
        width: 45%;
    }

    .contact-us .container .col-sm-8 {
        width: 55%;
    }

    #header .nav-right {
        float: right;
        width: auto;
        margin-top: -70px;
    }

    #header a.btn {
        padding: 5px 10px 7px;
        position: static !important;
    }


    .login_nav_a a {
        font-size: 15.5px !important;
        margin-left: 15px !important;
    }

    #header a.punch_a_btn {
        position: absolute !important;
        margin-top: 54px;
        z-index: 9999;
        margin-right: 36px;
    }


}


/*_________________________________________CSS_19-Sep__________________________________*/


/* 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: 48px;
    }

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

    #header a.btn {
        position: static;
        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,
    .single-service {
        width: 29%;
    }

    .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, .ad-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;
    }

    .section.cars-ads .car-info + .car-info {
        margin-left: 0;
    }

    .section.cars-ads .car-info {
        width: 50%;
    }

    .section.cars-ads .ad-meta {
        width: 126%;
    }

    .section.cars-ads .item-image-box,
    .section.cars-ads .item-image img,
    .cars-ads-box {
        min-height: 173px;
    }

    .section.cars-ads .item-title {
        margin-bottom: 0;
    }

    .section.cars-ads .ad-item {
        min-height: 175px;
    }

    .section.cars-ads .item-title a {
        font-size: 16px;
    }

    .home-one .featured,
    .home-one .ad-item {
        overflow: hidden;
    }

    .home-one .ad-meta {
        width: 135%;
    }


}


/* 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;
    }

    #header a.punch_a_btn {
        position: absolute !important;
        margin-right: 40px;
        margin-top: 101px;
        z-index: 9;
    }

    .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: 47px;
    }

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

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

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

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

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

    .download-app {
        min-height: auto;
        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;
    }

    .single-service {
        width: 32%;
    }

    /* 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: 20px 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%;
    }

    .home-one .featured,
    .home-one .ad-item {
        overflow: hidden;
    }

    .home-one .ad-meta {
        width: 135%;
    }

    .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;
    }

    .home-banner h1 {
        font-size: 50px;
    }

    .category-menu {
        width: 25%;
    }

    .pricing-section .pric {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pricing-section .pric li i {
        margin-right: 10px;
    }

    .pricing-section .pric li {
        font-size: 13px;
    }

    .pricing-section .pric h3 {
        font-size: 60px;
        line-height: 60px;
    }

    .pricing-section .pric h3 sup {
        top: -20px;
    }

    .pricing-section .pric h2 {
        margin-bottom: 10px;
    }

    .trending-ads.cars-ads .ad-item {
        min-height: auto;
    }

    .section.cars-ads .ad-meta {
        width: 100%;
    }

    .cars-ads-box {
        min-height: 145px;
    }

    .category-menu {
        margin-top: 0;
    }

    .page .category-section .section-title {
        margin-bottom: 25px;
    }

}


/*--------------------------------------------*/
/* Mini Tab with All Mobile Devices (767px) View*/
/*--------------------------------------------*/
@media all and (max-width:767px){
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }
.navbar-brand .logo_main_img{height: 45px;}
.navbar-header .navbar-toggle{margin-top: 15px;}
#header a.btn {
        position: absolute;
        top: 12px;
        right: 65px;
        padding: 4px 15px 6px;
    }

    .language-dropdown a {
        font-size: 14px;
    }
    .navbar-left .navbar-nav{margin-top: 0;}
    .header-left-menu .navbar-nav li a{line-height: 40px;text-align: center;}
    .nav li a, .navbar-default .navbar-nav > li > a {
        padding: 10px 12px;
    }

    .banner-section h1.title,
    .banner h1.title,
    .banner-job h1 {
        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;
    }


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

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

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

    .item-image-box, .ad-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;
    }

    .single-service {
        width: 49%;
        margin-bottom: 0;
        padding: 10px;
    }

    /* 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;
    }

    .home-banner {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .home-banner .car-info {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .home-banner h1 {
        font-size: 40px;
    }

    .category-menu {
        width: 50%;
        margin-top: 0;
    }

    .page .section-title {
        margin-bottom: 20px;
    }

    .category-section .section-title h4,
    .category-section .section-title h5 {
        float: none;
    }

    .found-section h1 {
        font-size: 75px;
    }

    .found-section {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .upcoming-section {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .upcoming-section h1 {
        font-size: 36px;
        margin-top: 15px;
    }

    #countdown li span {
        font-size: 45px;
        line-height: 60px;
    }

    #countdown li {
        width: 70px;
    }

    #countdown li + li {
        margin-left: 25px;
    }

    #countdown {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .about-trade {
        padding: 40px 0;
    }

    .about-trade .logo-intro img {
        width: 15%;
    }

    .about-trade h1 {
        font-size: 36px;
    }

    .about-trade .about-title {
        margin-bottom: 20px;
    }

    .about-trade .about-info {
        margin-top: 10px;
    }

    .contac-section h1 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .contac-section {
        padding: 20px 0;
    }

    .section.cars-ads .car-info + .car-info {
        margin-left: 0;
        padding-top: 0;
    }

    .section.cars-ads .ad-meta {
        width: 100%;
    }

    .trending-ads.cars-ads .item-image {
        float: none;
        margin-right: 0;
        max-width: 100%;
    }

    .section.cars-ads .ad-info {
        padding: 15px;
    }

    .section.cars-ads .ad-info {
        min-height: 0;
    }

    .section.cars-ads .car-info {
        padding-top: 0;
    }

    .cars-ads-box {
        min-height: 205px;
    }

    .language-proficiency ul > li + li {
        margin-left: 0;
        padding-left: 5px;
        border-left: 0;
    }

    .language-proficiency ul li {
        margin-bottom: 5px;
        overflow: hidden;
        width: 49%;
    }

    .language-proficiency ul > li ul li {
        width: inherit;
    }

    .personal-info .address li h5 {
        min-width: 110px;
    }

    .personal-info .address li span {
        margin-right: 10px;
    }

    .download-button.resume {
        float: none;
    }

    .download-button.resume a.btn {
        margin-left: 0;
    }

    .profile-logo {
        margin-right: 20px;
    }
}

/*--------------------------------------------*/
/* Mini Tab with All Mobile Devices (575px) View*/
/*--------------------------------------------*/
@media all and (max-width: 575px){
    
    .gm-style input{width: 100%;margin-left: 0;right: 10px; left: 10px !important;}
    .tab-manu .nav-tabs li a {
        padding: 10px 6px;
    }

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

    .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%;
    }

    .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;
    }

    .slider {
        padding: 25px;
    }

    #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;
    }

    .category-menu {
        width: 100%;
    }

    .home-banner h1 {
        font-size: 30px;
    }

    .home-banner .contact-info {
        padding-bottom: 20px;
    }

    .pricing-section .pric h3 {
        font-size: 50px;
        line-height: 20px;
    }

    .pricing-section .pric h3 sup {
        top: -20px;
    }

    .pricing-section .pric h2 {
        margin-bottom: 20px;
    }

    .upcoming-section h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .upcoming-section h2 {
        font-size: 20px;
        margin-top: 5px;
    }

    #countdown li {
        font-size: 14px;
        width: 60px;
    }

    #countdown li + li {
        margin-left: 10px;
    }

    #countdown li span {
        font-size: 30px;
        line-height: 45px;
    }

    .col-to-action h1 {
        font-size: 24px;
    }

    .col-to-action {
        padding: 30px 0 45px;
    }

    .cars-ads-box {
        min-height: 255px;
    }

    .job-category-ad .category-list .category-item {
        width: 100%;
    }

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

    .job-ad-item {
        padding: 20px;
    }

    .social-media .btn.btn-primary.bookmark {
        margin-top: 10px;
    }

    .share-social li + li {
        margin-left: 7px;
    }

    .job-short-info li span.icon {
        margin-right: 0;
    }

    .user-account .nav-tabs {
        margin-bottom: 45px;
    }

    .user-account .nav-tabs > li a {
        padding: 10px 15px;
    }

    .job-postdetails .location .category-dropdown {
        min-width: 100%;
        margin-bottom: 10px;
    }

    .job-postdetails .location .form-group {
        margin-bottom: 10px;
    }

    .language-proficiency ul > li {
        width: 100%;
    }

    .language-proficiency ul > li + li {
        margin-left: 0;
        padding-left: 5px;
        border-left: 0;
        margin-bottom: 10px;
    }

    .language-proficiency ul > li ul li {
        width: inherit;
    }

    .download-button {
        float: none;
    }

    .download-button a.btn {
        margin-left: 0;
    }

    .profile-logo {
        margin-bottom: 20px;
        float: none;
    }

}
