/*
    normal ekranlarda site paddingleri %6 olcak sadece büyük ekranda 10%
*/

@font-face {
    font-family: 'Montserrat-Black';
    src: url('/Content/fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/Content/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('/Content/fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('/Content/fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('/Content/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/Content/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/Content/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('/Content/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Thin';
    src: url('/Content/fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
}

img {
    max-width: 100%;
}

body {
    background: #f0f0f0;
    overflow-x: hidden;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between
}

.container {
    width: calc(100% - 6%);
    max-width: calc(100% - 6%);
    margin-left: 0;
    margin-right: 0;
}

.padding-left {
    padding-left: 6%;
}

.padding-right {
    padding-right: 6%;
}

header {
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 4;
}

    header .top-menu-pages {
        list-style-type: none;
        display: inline-block;
        margin-top: 15px;
    }

        header .top-menu-pages li {
            float: left;
            margin-right: 16px;
        }

            header .top-menu-pages li a {
                color: #C4C4C4;
                font-family: Montserrat-Bold;
                font-size: 14px;
            }

    header input {
        width: 100% !important;
        background-color: #F0F0F0 !important;
        border-radius: 0 !important;
        color: #5E8012 !important;
        font-family: Montserrat-Bold;
        font-size: 14px !important;
        height: 42px !important;
        border: 0 !important;
        padding-left: 35px !important;
    }

        header input:focus {
            box-shadow: none !important;
        }

        header input::-webkit-input-placeholder { /* Edge */
            color: #5E8012 !important;
        }

        header input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #5E8012 !important;
        }

        header input::placeholder {
            color: #5E8012 !important;
        }


    header .logo {
        width: 160px;
    }

    header .form-group-search {
        margin-top: 48px;
    }

.form-group-search, .form-group-search .inputs {
    position: relative;
}

    .form-group-search i {
        position: absolute;
        top: 50%;
        left: 10px;
        font-size: 20px;
        transform: translateY(-50%);
        color: #5E8012;
    }

.search-dropdown {
    -webkit-box-shadow: 2px 4px 26px -6px rgba(0,0,0,0.21);
    -moz-box-shadow: 2px 4px 26px -6px rgba(0,0,0,0.21);
    box-shadow: 2px 4px 26px -6px rgba(0,0,0,0.21);
    width: 100%;
    position: absolute;
    z-index: 3;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-top: 0;
    display: none;
}

    .search-dropdown .top {
        padding: 0 10px 5px 10px;
        border-bottom: 1px solid #828282;
    }

        .search-dropdown .top q {
            font-size: 16px;
            quotes: "\201C""\201D""\2018""\2019";
            line-height: 1.4;
            font-weight: bold;
            margin-right: 5px;
        }

            .search-dropdown .top q:before {
                content: open-quote;
                display: inline;
                color: #000;
                font-size: 30px;
                padding-right: 1px;
                font-family: auto;
                position: relative;
                top: 3px;
            }

            .search-dropdown .top q:after {
                content: close-quote;
                display: inline;
                color: #000;
                font-size: 30px;
                padding-left: 1px;
                font-family: auto;
                position: relative;
                top: 7px;
            }

    .search-dropdown ul {
        max-height: 215px;
        overflow-y: auto;
        padding-top: 10px;
    }

        .search-dropdown ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
        }

        .search-dropdown ul::-webkit-scrollbar {
            width: 10px;
            background-color: #F5F5F5;
        }

        .search-dropdown ul::-webkit-scrollbar-thumb {
            background-color: #afafaf;
            border: 2px solid #555555;
        }

        .search-dropdown ul li {
            margin-bottom: 10px;
            padding-left: 10px;
        }

            .search-dropdown ul li.title {
                color: #848383;
                font-family: Montserrat;
                font-size: 16px;
                font-weight: 800;
                margin-bottom: 10px;
            }

            .search-dropdown ul li:last-child {
                margin-bottom: 0;
            }

            .search-dropdown ul li a {
                color: #000000;
                font-family: Montserrat-Regular;
                font-size: 14px;
                display: inline-block;
                margin-right: 5px;
            }

                .search-dropdown ul li a:after {
                    content: ">";
                    padding: 0 5px;
                    color: #848383;
                    font-family: Montserrat-Bold;
                    font-size: 16px;
                    position: relative;
                    left: 5px;
                }

                .search-dropdown ul li a:last-child:after {
                    content: "";
                }

                .search-dropdown ul li a:last-child {
                    font-family: Montserrat-Bold;
                    font-weight: bold;
                }





header .top-social {
    display: inline-block;
    float: right;
    list-style-type: none;
    margin-top: 15px;
    width: 100%;
}

    header .top-social li {
        float: right;
        margin-left: 20px;
    }

        header .top-social li img {
            width: 15px;
        }

header .top-menus {
    display: inline-block;
    float: right;
    list-style-type: none;
    margin-top: 60px;
    width: 100%;
}

    header .top-menus li {
        float: right;
        margin-left: 28px;
    }

        header .top-menus li a {
            font-family: Montserrat-Bold;
            font-size: 14px;
            color: #5E8012 !important;
            cursor: pointer;
        }

            header .top-menus li a img {
                margin-right: 5px;
                padding-bottom: 5px;
            }

    header .top-menus .new-job-button {
        border-radius: 4px;
        background-color: rgba(147, 193, 44, 0.8);
        color: #f8f8f8 !important;
        display: block;
        padding: 6px 12px;
        position: relative;
        bottom: 8px;
    }

header .user-header-photo {
    border-radius: 100%;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    margin: 0 !important;
}

header .dropdown-menu-container .dropdown-menu-button {
    position: relative;
    display: block;
    bottom: 11px;
}

.slider-item {
    width: 100%;
    height: 450px;
    padding: 50px 60px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}

.slider-title {
    font-size: 55px;
    font-family: Montserrat-Regular;
    font-weight: 900;
    color: #fff;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    top: 45%;
    width: 50%;
    position: absolute;
    text-align: right;
    max-width: 425px;
}

.slider-button, slider-button:hover {
    background: #fff;
    padding: 5px;
    color: #5E8012 !important;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    bottom: 10%;
    position: absolute;
    padding: 15px 29px;
    border-radius: 5px;
    font-family: Montserrat-Bold;
    font-weight: 800;
}

.owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-prev {
    position: absolute;
    left: 5px;
}

.owl-next {
    position: absolute;
    right: 5px;
}

    .owl-next i, .owl-prev i {
        color: #fff;
        font-size: 25px;
        background: #ccccccd4;
        padding: 5px 10px;
        text-align: center;
    }

.search-bar-container {
    margin-top: 60px;
}

    .search-bar-container .input-group {
        position: relative;
        bottom: 5px;
    }

.search-bar {
    background: #fff;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-box-shadow: 2px 4px 26px -6px rgba(0,0,0,0.21);
    -moz-box-shadow: 2px 4px 26px -6px rgba(0,0,0,0.21);
    box-shadow: 2px 4px 26px -6px rgba(0,0,0,0.21);
    position: relative;
}

    .search-bar input[type="text"] {
        background-color: #eeeeee;
        font-family: Montserrat;
        font-weight: 300;
        color: #9c9c9c;
        border: 0;
        min-height: 46px;
    }

    .search-bar .search-btn {
        background-color: #343434;
        color: #fff;
        font-family: Montserrat;
        font-weight: 800;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.detail-search-button {
    background: rgba(155, 193, 52, 0.7);
    color: #fff !important;
    padding: 14px 25px;
    border-radius: 5px;
    font-family: Montserrat;
    font-weight: 800;
    position: relative;
    top: 10px;
}

.left-menu-desktop {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

    .left-menu-desktop .title {
        border-radius: 0px;
        padding: 12px 17px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.5px;
        color: #343434;
        font-family: Montserrat;
        font-weight: 900;
        font-size: 22px;
        padding: 0;
    }

    .left-menu-desktop .category-list > ul {
        list-style-type: none;
        padding: 10px 0;
    }

    .left-menu-desktop .category-list li a + i {
        float: right;
        cursor: pointer;
    }

    .left-menu-desktop .category-list li ul {
        list-style-type: none;
        padding: 0 15px 0 26px;
        display: none;
        clear: both;
    }

        .left-menu-desktop .category-list li ul a {
            font-size: 14px;
            font-family: Montserrat-Regular !important;
        }

    .left-menu-desktop .category-list .top-menu {
        border-top: 1px solid #828282;
        padding: 10px 0;
    }

        .left-menu-desktop .category-list .top-menu a {
            color: #343434;
            font-family: Montserrat;
            font-size: 16px;
            font-weight: 800;
        }

            .left-menu-desktop .category-list .top-menu a:hover {
                text-decoration: underline;
            }

        .left-menu-desktop .category-list .top-menu:first-child {
            border-top: 0;
        }

    .left-menu-desktop .category-list .sub-menu {
        margin-bottom: 12px;
    }

    .left-menu-desktop .category-list li a {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: normal;
        color: #343434;
    }

        .left-menu-desktop .category-list li a img {
            float: left;
            margin-bottom: 10px;
            margin-right: 7px;
            margin-top: 5px;
        }

    .left-menu-desktop .category-list .sub-menu a:first-child {
        font-family: Montserrat-Bold;
    }

    .left-menu-desktop .category-list li a.active {
        font-weight: 800;
        color: #9bc134;
    }

.home-padding {
    padding: 30px 0 0 30px;
}



.vitrin {
    padding-top: 50px;
}

.nav.nav-tabs.nav-linetriangle {
    display: inline-block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    width: 100%;
    border-bottom: 2px solid #5E8012;
    padding-bottom: 8px;
}

    .nav.nav-tabs.nav-linetriangle .nav-item {
        position: relative;
        z-index: 1;
        display: block;
        text-align: center;
        float: left;
    }

        .nav.nav-tabs.nav-linetriangle .nav-item.all {
            padding-top: 10px;
            float: right;
        }

            .nav.nav-tabs.nav-linetriangle .nav-item.all a {
                font-size: 12px !important;
                font-family: Montserrat;
                font-weight: normal !important;
                color: #9c9c9c !important;
                padding-right: 0 !important;
            }

        .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link {
            position: relative;
            display: block;
            overflow: visible;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 2.5;
            border: none;
            color: #9c9c9c;
            font-family: Montserrat-Regular;
            font-weight: 500;
            font-size: 22px;
            padding-bottom: 0;
            line-height: initial;
            padding-left: 0;
        }

            .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
                background: none;
                color: #343434;
            }

                .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
                    top: 116% !important;
                }

                .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:focus {
                    color: #343434;
                }

            .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.dropdown-toggle:after {
                margin-top: -1rem;
            }

            .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.dropdown-toggle.active:after {
                margin-top: 0;
            }

    .nav.nav-tabs.nav-linetriangle.nav-justified {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom-color: #FFA87D;
    }

        .nav.nav-tabs.nav-linetriangle.nav-justified .nav-item a.nav-link.active {
            top: 0px;
        }

.tab-content-container {
    padding-top: 16px;
    margin-left: 0;
    margin-right: 0;
}

.product-container .items {
    margin-bottom: 15px;
    text-align: center;
    padding-right: 8px;
    padding-left: 0;
}

    .product-container .items .vitrin-img {
        height: 125px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-color: #f0f0f0 !important;
    }

    .product-container .items:nth-child(6n) {
        padding-right: 0;
    }

    .product-container .items .content {
        background: #fff;
        padding-bottom: 8px;
    }

    .product-container .items .title {
        color: #000000;
        font-family: Montserrat-Bold;
        font-size: 14px;
        text-align: left;
        margin-top: 8px;
        margin-bottom: 6px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 0 8px;
    }

    .product-container .items .category {
        font-family: Montserrat-Regular;
        font-size: 14px;
        text-align: left;
        color: #000000;
        margin-bottom: 6px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 0 8px;
    }

        .product-container .items .category:last-child {
            margin-bottom: 0;
        }


.blog-items {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

    .blog-items .content {
        margin-bottom: 10px;
        background: #fff;
        padding-bottom: 10px;
    }

        .blog-items .content .blog-img {
            height: 150px;
            width: 100%;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-position: center center !important;
        }

        .blog-items .content .title {
            text-align: left;
            margin-top: 8px;
            color: #000;
            font-family: Montserrat-Regular;
            font-size: 15px;
            margin-bottom: 0;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 0 8px;
        }

        .blog-items .content .button {
            text-align: right;
            color: #9C9C9C;
            font-family: Montserrat-Regular;
            font-size: 12px;
            margin-bottom: 0;
        }

.gallery-list {
    margin-top: 100px;
}

    .gallery-list .item {
        margin-bottom: 25px;
    }

        .gallery-list .item img {
            max-width: 100%;
        }

.page-top {
    height: 350px;
    width: 100%;
    position: relative;
}

    .page-top .content {
        background: rgba(255, 255, 255, 0.8);
        padding: 40px 0;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .page-top .content .title {
            font-family: Montserrat-ExtraBold;
            font-size: 24px;
            color: #343434;
        }

            .page-top .content .title i {
                color: #5E8012;
            }

        .page-top .content .description {
            font-family: Montserrat-Regular;
            color: #000;
            font-size: 17px;
        }


















.div-center {
    margin: 0 auto;
    display: block;
}

ul {
    padding-left: 0;
}

a, a:hover {
    text-decoration: none;
}

footer {
    background: #343434;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}

.social {
    overflow: hidden;
    display: inline-block;
    list-style-type: none;
    margin: 0 auto;
}

    .social li {
        display: inline-block;
        margin-right: 10px;
    }

        .social li:last-child {
            margin-right: 0;
        }

.contact {
    margin-top: 14px;
}

    .contact .media {
        margin-bottom: 27px;
    }

        .contact .media a {
            color: #c4c4c4;
            font-size: 14px;
            font-family: Montserrat-Regular;
            display: block;
            width: 100%;
        }

            .contact .media a i {
                font-size: 18px;
                margin-right: 10px;
            }

footer p {
    color: #c4c4c4;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 14px;
}

footer .corporate, footer .privacy-usage, footer .categories {
    list-style-type: none;
}

    footer .corporate a, footer .privacy-usage a, footer .categories a {
        color: #c4c4c4;
        font-family: Montserrat;
        font-weight: normal;
        font-size: 12px;
    }

.desktop-top-menu .dropdown-menu {
    width: 150px;
    background: rgb(166, 202, 83);
    text-align: left;
    right: 0;
    left: auto;
    border: 0;
    border-radius: 0;
    margin-top: 6px;
}

    .desktop-top-menu .dropdown-menu li {
        float: none !important;
        padding-left: 15px;
    }

        .desktop-top-menu .dropdown-menu li.seperator {
            border-bottom: 1px solid #fff;
        }

        .desktop-top-menu .dropdown-menu li a {
            padding: 5px 0 !important;
        }

.page-content-top {
    margin-top: 160px;
}

.content-left-menu-desktop {
    background: #fff;
    padding-top: 80px;
    position: relative;
    z-index: 1;
}


    .content-left-menu-desktop .user-dashboard-menu, .user-dashboard-menu, .left-user-card:not(.pb-0) {
        list-style-type: none;
        padding-bottom: 100% !important;
        margin-bottom: 30%;
    }

        .content-left-menu-desktop .user-dashboard-menu li a + i {
            float: right;
            cursor: pointer;
        }

        .content-left-menu-desktop .user-dashboard-menu li ul {
            list-style-type: none;
            padding: 0 20px;
            display: none;
        }

        .content-left-menu-desktop .user-dashboard-menu .top-menu {
            color: #848383;
            font-family: Montserrat;
            font-size: 16px;
            font-weight: 800;
        }

        .content-left-menu-desktop .user-dashboard-menu li a {
            font-family: Montserrat;
            font-size: 16px;
            font-weight: 800;
            color: #848383;
        }

        .content-left-menu-desktop .user-dashboard-menu li ul a {
            font-size: 14px;
            font-weight: normal;
            color: #000;
        }

        .content-left-menu-desktop .user-dashboard-menu li a.active {
            color: #9bc134;
        }

        .content-left-menu-desktop .user-dashboard-menu li ul a.active {
            color: #000;
            font-weight: bold;
        }

.user-dashboard-content {
    padding: 90px 10% 90px 30px;
}

    .user-dashboard-content .title h3 {
        font-weight: 900;
        color: #343434;
        font-size: 22px;
    }

    .user-dashboard-content .content {
        margin-top: 25px;
    }

.user-card {
    background: #fff;
    text-align: center;
    padding: 57px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

    .user-card img {
        width: 120px;
        height: 120px;
        border-radius: 100%;
    }

    .user-card .namesurname {
        margin-top: 30px;
        font-family: Montserrat-Medium;
        font-weight: normal;
        font-size: 18px;
        color: #000;
    }

    .user-card .address {
        margin-top: 25px;
        font-family: Montserrat-Regular;
        font-weight: normal;
        font-size: 18px;
        color: #000;
    }

    .user-card .phone {
        margin-top: 25px;
        font-family: Montserrat-Regular;
        font-weight: normal;
        font-size: 18px;
        color: #000;
    }

.dashboard-box {
    background: #fff;
    text-align: center;
    height: 100%;
    position: relative;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

    .dashboard-box .count {
        margin-top: 16px;
        font-family: Montserrat;
        font-weight: normal;
        font-size: 18px;
        color: #000;
        margin-bottom: 0;
    }

    .dashboard-box .description {
        font-family: Montserrat;
        font-weight: normal;
        font-size: 18px;
        color: #000;
    }

.height-100 {
    height: 100%;
}

.height-49 {
    height: 49%;
}

.user-job-content {
    padding-left: 50px;
}

.job-list {
}

    .job-list .tab-content {
        width: 100%;
    }


    .job-list .table-title {
        border-collapse: collapse;
        margin: auto;
        padding: 0;
        width: 100%;
        background: #fff;
    }

        .job-list .table-title tr th {
            color: #848383;
            font-family: Montserrat-Medium;
            font-size: 12px;
            padding: 7.5px 0;
        }

            .job-list .table-title tr th:nth-child(1) {
                width: 10%
            }

            .job-list .table-title tr th:nth-child(2) {
                width: 45%
            }

            .job-list .table-title tr th:nth-child(3) {
                width: 15%;
            }

            .job-list .table-title tr th:nth-child(4) {
                width: 15%;
            }

            .job-list .table-title tr th:nth-child(5) {
                width: 15%;
            }

.job-list-table {
}

    .job-list-table tr {
        background: #fff;
        margin-top: 15px;
        display: block;
    }

        .job-list-table tr td:nth-child(1) {
            width: 10%;
            padding: 5px;
        }

        .job-list-table tr td:nth-child(2) {
            width: 45%;
            padding: 15px 0;
        }

        .job-list-table tr td:nth-child(3) {
            width: 15%;
        }

        .job-list-table tr td:nth-child(4) {
            width: 15%;
        }

        .job-list-table tr td:nth-child(5) {
            width: 15%;
        }

    .job-list-table img {
        width: 120px;
        height: 100px;
    }

    .job-list-table .title {
        font-family: Raleway;
        font-size: 18px;
        color: #343434;
        font-weight: 900;
        margin-bottom: 0;
    }

    .job-list-table .description {
        font-family: Raleway;
        font-size: 12px;
        color: #000000;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .job-list-table .date {
        font-family: Raleway;
        font-size: 14px;
        color: #000000;
        margin-bottom: 0;
    }

    .job-list-table .address {
        font-family: Raleway;
        font-size: 14px;
        color: #000000;
        margin-bottom: 0;
    }

    .job-list-table .price {
        font-family: Montserrat-Black;
        font-size: 18px;
        color: #5E8012;
        margin-bottom: 0;
    }

.pagination {
    margin-top: 25px;
    display: block;
    width: 100%;
    text-align: center;
}

    .pagination ul {
        list-style-type: none;
        display: inline-block;
    }

        .pagination ul li {
            float: left;
            padding: 0 5px;
            font-family: Raleway;
            font-size: 18px;
            color: #9c9c9c;
        }

            .pagination ul li.active {
                font-family: Raleway;
                font-size: 18px;
                color: #343434;
                font-weight: bold;
            }


.user-message-content .table-title {
    border-collapse: collapse;
    margin: auto;
    padding: 0;
    width: 100%;
    background: #fff;
}

    .user-message-content .table-title tr th {
        color: #848383;
        font-family: Montserrat-Medium;
        font-size: 12px;
        padding: 7.5px 0;
    }

        .user-message-content .table-title tr th:nth-child(1) {
            width: 15%;
            padding-left: 5px;
        }

        .user-message-content .table-title tr th:nth-child(2) {
            width: 15%
        }

        .user-message-content .table-title tr th:nth-child(3) {
            width: 60%;
        }

        .user-message-content .table-title tr th:nth-child(4) {
            width: 10%;
        }

.message-list-table {
    border-collapse: collapse;
    margin: auto;
    padding: 0;
    width: 100%;
}

    .message-list-table tr {
        background: #fff;
        margin-top: 15px;
        display: block;
        float: left;
        width: 100%;
        padding: 10px 0;
    }

        .message-list-table tr.not-read {
            background: #a9cd564d;
        }

        .message-list-table tr td {
            float: left;
        }

            .message-list-table tr td:nth-child(1) {
                width: 15%;
                padding-left: 5px;
            }

            .message-list-table tr td:nth-child(2) {
                width: 15%;
            }

            .message-list-table tr td:nth-child(3) {
                width: 60%;
            }

            .message-list-table tr td:nth-child(4) {
                width: 10%;
            }

    .message-list-table input {
        width: 120px;
        height: 100px;
    }

    .message-list-table .namesurname {
        font-family: Montserrat-Regular;
        font-size: 14px;
        color: #343434;
        margin-bottom: 0;
    }

    .message-list-table .description {
        font-family: Montserrat-Regular;
        font-size: 12px;
        color: #000000;
        margin-bottom: 0;
    }

    .message-list-table .date {
        font-family: Montserrat-Regular;
        color: #000000;
        margin-bottom: 0;
        font-size: 14px;
    }

    .message-list-table .remove {
        font-family: Montserrat-Black;
        color: #343434;
        margin-bottom: 0;
        cursor: pointer;
    }

    .message-list-table .view {
        font-family: Montserrat-Black;
        color: grey;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .message-list-table .report {
        font-family: Montserrat-Black;
        color: grey;
        margin-bottom: 0;
        margin-right: 10px;
        cursor: pointer;
    }

.custom-checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.custom-checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1em;
    height: 1em;
    float: left;
    margin-right: .5em;
}

    .custom-checkbox .cr .cr-icon {
        position: absolute;
        font-size: .6em;
        line-height: 0;
        top: 50%;
        left: 15%;
    }

.custom-checkbox label input[type="checkbox"] {
    display: none;
}

    .custom-checkbox label input[type="checkbox"] + .cr > .cr-icon {
        opacity: 0;
    }

    .custom-checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
        opacity: 1;
    }

    .custom-checkbox label input[type="checkbox"]:disabled + .cr {
        opacity: .5;
    }


.user-send-message-content {
    padding-left: 50px;
}

.message-row {
    background: #fff;
    margin-bottom: 16px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    position: relative;
}

.message-list-container .message-row:last-child {
    margin-bottom: 0;
}

.message-row img {
    width: 60px;
    float: left;
    border-radius: 100%;
    background: #f0f0f0;
}

.message-row .namesurname {
    float: left;
    font-size: 18px;
    font-family: Montserrat-Medium;
    color: #000;
    margin-left: 10px;
    margin-top: 10px;
}

.message-row .date {
    margin-top: 20px;
    font-family: Montserrat-Regular;
    font-size: 12px;
    margin-bottom: 0;
}

.message-row .bottom {
    text-align: right;
}

.message-row .description {
    clear: both;
    margin-top: 60px;
    padding-left: 72px;
}

    .message-row .description p {
        font-size: 14px;
        font-family: Raleway;
        color: #000;
    }

.message-row .remove {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}


.send-message {
    width: 100%;
    background: #fff;
    padding: 12px;
    margin-bottom: 55px;
}

    .send-message textarea {
        height: 150px;
        border-radius: 0;
        resize: none;
    }

        .send-message textarea::-webkit-input-placeholder {
            color: #9c9c9c;
            font-style: italic;
        }

        .send-message textarea:-ms-input-placeholder {
            color: #9c9c9c;
            font-style: italic;
        }

        .send-message textarea::placeholder {
            color: #9c9c9c;
            font-style: italic;
        }

.send-message-button {
    float: right;
    margin-top: 10px;
    border-radius: 4px;
    background-color: rgba(147, 193, 44, 0.8);
    color: #f8f8f8 !important;
    font-family: Montserrat-Regular;
    font-size: 14px;
    padding: 5px 20px;
    cursor: pointer;
}

.other-message {
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    font-family: Montserrat-Regular;
    border: 1px solid #afafaf;
    padding: 10px 0;
    margin-bottom: 15px;
    cursor: pointer;
}

.login-container, .register-container {
    width: 475px;
    display: block;
    margin: 90px auto 90px;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

    .register-container .register-title, .login-container .login-title {
        font-family: Montserrat-Black;
        font-size: 16px;
        color: #848383;
        margin-bottom: 20px;
    }

.login-description {
    font-family: Raleway;
    font-size: 14px;
    margin-bottom: 25px;
}

.form-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #9c9c9c;
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #212121;
}

    .form-input:focus {
        box-shadow: none;
        outline: none;
    }

.login-button, .register-button {
    background: rgba(147, 193, 44, 0.8);
    padding: 8px;
    text-align: center;
    display: block;
    margin-top: 25px;
    color: #fff !important;
    font-family: Montserrat-Bold;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.facebook-sign-in {
    background: #3d5c98;
    padding: 11px;
    color: #f8f8f8 !important;
    margin-top: 16px;
    display: block;
    text-align: center;
    border-radius: 4px;
    font-family: Montserrat-Bold;
    font-size: 12px;
    cursor: pointer;
}

    .login-button:hover, .register-button:hover, .facebook-sign-in:hover {
        color: #fff;
    }

.login-register-text {
    margin-top: 25px;
    display: block;
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #343434;
}

    .login-register-text strong {
        font-family: Montserrat-Bold;
    }

.forgot-password {
    margin-top: 25px;
    display: block;
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #343434;
}

.detail-search .left-menu-desktop {
    margin-top: 0;
    padding-top: 100px;
}

.detail-search-container {
    background: #fff;
    width: 100%;
    padding: 30px;
}

    .detail-search-container .description {
        font-family: Montserrat-Regular;
        font-size: 16px;
        color: #343434;
        margin-bottom: 25px;
    }

    .detail-search-container .form-group label {
        font-family: Montserrat-Black;
        font-size: 16px;
        color: #848383;
    }

    .detail-search-container .form-group input[type=text] {
        border-radius: 0;
    }

    .detail-search-container .form-group select {
        height: calc(1.5em + .75rem + 2px);
        width: 100%;
    }

span.seperator {
    position: absolute;
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #9c9c9c;
    font-size: 18px;
}

.detail-search-page-button {
    float: right;
    border-radius: 4px;
    background-color: rgba(147, 193, 44, 0.8);
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #f8f8f8;
    padding: 5px 25px;
}

.left-user-card {
    width: 180px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

    .left-user-card .user-image {
        width: 140px;
        height: 140px;
    }

    .left-user-card img {
        width: 140px;
        height: 140px;
        border-radius: 100%;
    }

    .left-user-card .namesurname {
        font-family: Montserrat-Medium;
        color: #000;
        font-size: 18px;
        margin-top: 25px;
    }

    .left-user-card .address {
        font-family: Montserrat-Regular;
        color: #000;
        font-size: 16px;
        margin-top: 15px;
    }

    .left-user-card .phone {
        font-family: Montserrat-Regular;
        color: #000;
        font-size: 16px;
        margin-top: 15px;
    }

    .left-user-card .offer {
        margin-top: 30px;
        border-radius: 4px;
        background-color: rgba(147, 193, 44, 0.8);
        color: #f8f8f8 !important;
        padding: 10px 25px;
        font-family: Montserrat-Bold;
        font-size: 15px;
        display: block;
        cursor: pointer;
    }

    .left-user-card .save {
        margin-top: 10px;
        border-radius: 4px;
        color: rgba(147, 193, 44, 0.8) !important;
        padding: 10px 15px;
        font-family: Montserrat-Bold;
        font-size: 15px;
        display: block;
        border: 1px solid rgba(147, 193, 44, 0.8);
        cursor: pointer;
    }

    .left-user-card .message {
        margin-top: 10px;
        border-radius: 4px;
        color: #848383 !important;
        padding: 10px 25px;
        font-family: Montserrat-Bold;
        font-size: 15px;
        display: block;
        border: 1px solid #848383;
        cursor: pointer;
    }

    .left-user-card .report-button {
        margin-top: 10px;
        border-radius: 4px;
        color: #E31A1C !important;
        padding: 10px 25px;
        font-family: Montserrat-Bold;
        font-size: 15px;
        display: block;
        border: 1px solid #E31A1C;
        cursor: pointer;
    }

.job-detail-container {
    padding-left: 50px;
    padding-top: 50px;
}

    .job-detail-container .job-detail-breadcrumb ul {
        list-style-type: none;
        display: inline-block;
    }

        .job-detail-container .job-detail-breadcrumb ul li {
            float: left;
            color: #848383;
            font-family: Montserrat-Regular;
            padding: 0 4px;
            text-transform: uppercase;
        }

            .job-detail-container .job-detail-breadcrumb ul li:first-child {
                padding-left: 0;
            }

            .job-detail-container .job-detail-breadcrumb ul li.active {
                font-family: Montserrat-bold;
                color: #343434;
            }

            .job-detail-container .job-detail-breadcrumb ul li a {
                color: #848383;
                font-family: Montserrat-Regular;
                text-transform: uppercase;
                text-decoration: underline;
            }

            .job-detail-container .job-detail-breadcrumb ul li.active a {
                font-family: Montserrat-bold;
                color: #343434;
            }

    .job-detail-container .title {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        border-bottom: 2px solid rgba(147, 193, 44, 0.8);
    }

    .job-detail-container h1 {
        float: left;
        font-family: Montserrat-Black;
        font-size: 28px;
        color: #343434;
        margin-bottom: 0;
    }

    .job-detail-container .address {
        float: right;
        font-family: Montserrat-Regular;
        color: #848383;
        font-size: 15px;
        margin-bottom: 0;
        line-height: 33px;
    }

        .job-detail-container .address i {
            font-size: 25px;
        }

.job-detail-content {
    padding: 10px;
    width: 100%;
}

    .job-detail-content .min-picture {
        width: 75px;
        text-align: center;
        max-height: 415px;
        margin-left: 5px;
        margin-right: 10px;
        float: left;
    }

        .job-detail-content .min-picture div {
            width: 75px;
            height: 75px;
            margin-bottom: 10px;
            max-width: 100%;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-color: #e0dddd !important;
            background-position: center !important;
            cursor: pointer;
        }

            .job-detail-content .min-picture div:last-child {
                margin-bottom: 0;
            }

    .job-detail-content .big-picture {
        width: calc(100% - 90px);
        float: left;
        height: 415px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        /*background-color: #e0dddd !important;
        background-position: center !important;*/
        background-position: top left !important;
    }

        .job-detail-content .big-picture.owl {
            width: 100%;
            float: none;
            max-width: 415px;
            display: block;
            margin: 0 auto;
        }

    .job-detail-content .Properties table {
        width: 100%;
    }

        .job-detail-content .Properties table tbody tr {
            border-bottom: 1px solid #d4d4d4;
            padding-bottom: 10px;
        }

            .job-detail-content .Properties table tbody tr:last-child {
                border-bottom: 0;
            }

            .job-detail-content .Properties table tbody tr td:nth-child(1) {
                min-width: 105px;
                color: #848383;
                font-family: Montserrat-Regular;
                font-size: 16px;
                padding: 10px 0;
            }

            .job-detail-content .Properties table tbody tr td:nth-child(2) {
                min-width: 150px;
                color: #343434;
                font-family: Montserrat-Medium;
                font-size: 16px;
                padding: 10px 0;
            }

    .job-detail-content .job-description p {
        padding-top: 15px;
        font-family: Montserrat-Regular;
        font-size: 16px;
        color: #000;
    }

    .job-detail-content .sub-title {
        font-family: Montserrat-Bold;
        font-size: 24px;
        color: #848383;
    }

.user-personal-info-content {
    padding: 50px;
}

    .user-personal-info-content .content {
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    }

        .user-personal-info-content .content .user-card {
            border-radius: 0;
            box-shadow: none;
        }

            .user-personal-info-content .content .user-card a {
                display: block;
                text-align: center;
                margin-top: 10px;
                color: #9c9c9c;
                font-size: 15px;
            }

.personal-info-container {
    padding: 57px 57px 57px 0;
}

.personal-info-input-row {
    height: 55px;
    padding: 5px 0;
    margin-bottom: 16px;
}

    .personal-info-input-row p, .personal-info-input-row label {
        line-height: 45px;
        margin-bottom: 0;
        color: #9c9c9c !important;
        font-size: 16px !important;
        font-weight: normal;
        font-family: Montserrat-Regular !important;
    }

        .personal-info-input-row p.facebook {
            font-family: Montserrat-Bold !important;
        }

    .personal-info-input-row input {
        height: 45px;
        font-size: 18px;
        color: #000;
        border-radius: 4px;
        border-color: #f1f1f1;
    }

        .personal-info-input-row input:focus {
            color: #000;
            border-color: #b1b4b7;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(143, 145, 146, 0.25);
        }

    .personal-info-input-row .personal-edit-button {
        border-radius: 4px;
        background-color: rgba(147, 193, 44, 0.8);
        color: #f8f8f8 !important;
        font-family: Montserrat-SemiBold;
        padding: 10px 40px;
        cursor: pointer !important;
    }

    .personal-info-input-row .custom-checkbox {
        padding-top: 15px;
    }

    .personal-info-input-row .phone-text {
        line-height: 45px;
        margin-bottom: 0;
        color: #343434 !important;
        font-size: 18px;
        font-weight: normal;
        font-family: Montserrat-Regular;
    }

        .personal-info-input-row .phone-text.bold {
            line-height: 45px;
            margin-bottom: 0;
            color: #000;
            font-size: 18px;
            font-family: Montserrat-Bold;
        }

    .personal-info-input-row .forgot-password {
        margin-top: 0;
        display: inline-block;
        color: #343434 !important;
        cursor: pointer;
    }

.notification-content .table-title tr th {
    text-align: center;
}

    .notification-content .table-title tr th:nth-child(1) {
        width: 70%
    }

    .notification-content .table-title tr th:nth-child(2) {
        width: 30%
    }

.notification-content .notification-table {
    width: 100%;
    text-align: center;
}

    .notification-content .notification-table tr {
        background: #fff;
        margin-top: 15px;
        display: block;
        width: 100%;
        float: left;
        padding: 10px 0;
    }

.notification-table thead tr th:nth-child(1), .notification-table tbody tr td:nth-child(1) {
    width: 70%;
    float: left;
}

.notification-table thead tr th:nth-child(2), .notification-table tbody tr td:nth-child(2) {
    width: 30%;
    float: left;
}

.notification-content .notification-table p {
    line-height: 42px;
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
    font-family: Montserrat-Regular;
}

.custom-switch .custom-control-label::before {
    width: 55px;
    height: 25px;
    border-radius: 100px;
}

.custom-switch .custom-control-label::after {
    width: 1rem !important;
    height: 1rem !important;
    top: 9px !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.custom-content {
    margin-top: 16px;
}

.custom-control-label {
    cursor: pointer;
    font-size: 14px !important;
    line-height: 24px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #a6ca53;
    background-color: #a6ca53;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.blocked-member .unblock {
    padding: 5px 10px;
    background: #E31A1C;
    color: #fff !important;
    border-radius: 2px;
    font-size: 13px;
    font-family: montserrat-regular;
    cursor: pointer;
}

.cks-table {
}

    .cks-table thead tr th {
        border-top: 0;
        font-family: Montserrat-Regular;
    }

    .cks-table .view {
        margin-right: 15px;
        cursor: pointer;
    }

    .cks-table .delete {
        cursor: pointer;
    }

    .cks-table thead tr, .cks-table tbody tr {
        width: 100%;
        display: table;
    }

        .cks-table thead tr th:nth-child(1) {
            width: 75%;
            display: table-cell;
            border-bottom: 0;
        }

        .cks-table thead tr th:nth-child(2) {
            width: 25%;
            display: table-cell;
            border-bottom: 0;
        }

        .cks-table tbody tr td:nth-child(1) {
            width: 75%;
            display: table-cell;
        }

        .cks-table tbody tr td:nth-child(2) {
            width: 25%;
            display: table-cell;
        }

.description-list {
    padding-left: 25px;
}

    .description-list li {
        font-family: Montserrat-Regular;
        font-size: 16px;
        color: #343434;
    }

.dropdown-menu-container {
    position: relative;
}

    .dropdown-menu-container .dropdown-menu {
        right: 0;
        left: auto;
        top: 40px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        border: 0;
        min-width: 185px;
    }

        .dropdown-menu-container .dropdown-menu li {
            float: none;
            margin-bottom: 8px;
        }

        .dropdown-menu-container .dropdown-menu hr {
            margin-top: 5px;
            margin-bottom: 5px;
            border-color: #BDBDBD;
            ;
        }

        .dropdown-menu-container .dropdown-menu li a {
            font-family: Montserrat-Bold;
            color: #828282;
            font-size: 14px;
        }


        .dropdown-menu-container .dropdown-menu .name-surname {
            color: #eb5757 !important;
        }

.search-button {
    background-color: #59b210;
    border: 1px solid #59b210;
    color: #fff;
}

.create-job {
    color: #fff;
    background: #3196ed;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 5px;
}











.phone-approve-icon {
    text-align: center;
    font-size: 80px;
    margin: 0px !important;
    color: #66ad44;
}



.sub-header {
    margin-bottom: 25px;
    box-shadow: 0 4px 2px -2px grey;
}

    .sub-header .user-dashboard-menu {
        display: inline-block;
        list-style-type: none;
        width: 100%;
        margin-bottom: 0;
        margin-top: 6px;
    }

        .sub-header .user-dashboard-menu li {
            float: left;
            width: calc(100% / 6);
            text-align: center;
            border-right: 1px solid #202020;
        }

            .sub-header .user-dashboard-menu li:last-child {
                border-right: 0;
            }

            .sub-header .user-dashboard-menu li a {
                color: #212529;
                font-weight: bold;
                display: block;
                padding: 15px 0;
            }

.user-dashboard-sub-menu {
    border: 5px solid red;
}

    .user-dashboard-sub-menu ul {
        list-style-type: none;
        margin-bottom: 0;
    }

        .user-dashboard-sub-menu ul li {
            display: block;
            text-align: center;
            border-bottom: 1px solid #ccc;
        }

            .user-dashboard-sub-menu ul li:last-child {
                border: 0;
            }

            .user-dashboard-sub-menu ul li a {
                color: #212529;
                display: block;
                padding: 10px 0;
            }

                .user-dashboard-sub-menu ul li a.active {
                    background: #3196ed;
                    color: #fff;
                }

.user-profile-content {
    border: 5px solid red;
}

    .user-profile-content .user-card {
        padding: 15px 0;
    }

        .user-profile-content .user-card .avatar {
            width: 120px;
            height: 120px;
            border-radius: 100%;
            display: block;
            margin: 0 auto;
            background-size: cover;
            background-position: center center;
        }

        .user-profile-content .user-card .clients_author {
            text-align: center;
        }

            .user-profile-content .user-card .clients_author a {
                text-align: center;
                display: block;
                color: #212529;
            }

                .user-profile-content .user-card .clients_author a:first-child {
                    font-weight: bold;
                }

    .user-profile-content .user-register-form {
        padding: 15px;
    }




.user-favorites {
    padding: 15px;
}

    .user-favorites ul {
        list-style-type: none;
        padding-left: 25px;
    }

        .user-favorites ul li {
            text-align: center;
            border-bottom: 2px solid #ccc;
            padding: 10px 0;
        }

            .user-favorites ul li:last-child {
                border-bottom: 0;
            }

            .user-favorites ul li img {
                width: 130px;
                height: 90px;
            }

.offer-list-table {
    border: 2px solid #ccc;
    text-align: center;
}

    .offer-list-table thead tr th:nth-child(1), .offer-list-table tbody tr td:nth-child(1) {
        width: 10%;
    }

    .offer-list-table thead tr th:nth-child(2), .offer-list-table tbody tr td:nth-child(2) {
        width: 35%;
    }

    .offer-list-table thead tr th:nth-child(3), .offer-list-table tbody tr td:nth-child(3) {
        width: 10%;
    }

    .offer-list-table thead tr th:nth-child(4), .offer-list-table tbody tr td:nth-child(4) {
        width: 15%;
    }

    .offer-list-table thead tr th:nth-child(5), .offer-list-table tbody tr td:nth-child(5) {
        width: 20%;
    }

    .offer-list-table thead tr th:nth-child(6), .offer-list-table tbody tr td:nth-child(6) {
        width: 10%;
    }

.job-offer-list .offer-content {
    border-bottom: 2px solid #ccc;
    padding: 15px 0;
}

    .job-offer-list .offer-content:last-child {
        border-bottom: 0;
    }

    .job-offer-list .offer-content img {
        width: 75px;
        height: 75px;
        float: left;
    }

    .job-offer-list .offer-content p.name {
        float: left;
        width: calc(100% - 200px);
        margin-bottom: 0;
        padding-left: 5px;
        font-weight: bold;
        font-size: 17px;
    }

    .job-offer-list .offer-content p.date {
        float: left;
        width: calc(100% - 200px);
        padding-left: 5px;
        font-size: 14px;
    }

    .job-offer-list .offer-content button {
        float: right;
        margin-right: 5px;
    }

.result-reject-offer {
    font-size: 40px;
    background: red;
    padding: 0 15px 5px 15px;
    border-radius: 100%;
    color: #fff;
}

.result-success-offer {
    font-size: 40px;
    background: green;
    padding: 5px 15px 10px 15px;
    border-radius: 100%;
    color: #fff;
}

.search-page-result {
    font-size: 18px;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: Montserrat-Regular;
    color: #000;
    margin-top: 40px;
}

    .search-page-result .text {
        font-family: Montserrat-Bold;
    }

    .search-page-result .count {
        color: #5e8012;
        font-family: Montserrat-Bold;
    }

.search-page-categories {
    display: table;
    margin: 0 auto;
    margin-top: 45px;
}


    .search-page-categories .search-category {
        width: 270px;
        float: left;
        margin-right: 48px;
        margin-bottom: 48px;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
        text-align: center;
        padding: 60px 20px 20px 20px;
    }

        .search-page-categories .search-category img {
            width: 55px;
            height: 55px;
        }

        .search-page-categories .search-category .text {
            font-family: Montserrat-Regular;
            color: #4f4f4f;
            font-size: 20px;
            margin-top: 14px;
            margin-bottom: 5px;
            border-bottom: 1px solid #000000;
            padding-bottom: 22px;
        }

        .search-page-categories .search-category .count {
            font-size: 12px;
            font-family: Montserrat-Regular;
            color: #4f4f4f;
            margin-bottom: 0;
            margin-top: 22px
        }

        .search-page-categories .search-category:hover {
            background: #9bc134;
        }

            .search-page-categories .search-category:hover .text, .search-page-categories .search-category:hover .count {
                color: #f2f2f2;
            }

        .search-page-categories .search-category img:nth-child(2) {
            display: none;
        }

        .search-page-categories .search-category:hover img:nth-child(1) {
            display: none;
        }

        .search-page-categories .search-category:hover img:nth-child(2) {
            display: inline-block;
        }

.message-table thead tr th:nth-child(1), .message-table tbody tr td:nth-child(1) {
    width: 15%;
}

.message-table thead tr th:nth-child(2), .message-table tbody tr td:nth-child(2) {
    width: 15%;
}

.message-table thead tr th:nth-child(3), .message-table tbody tr td:nth-child(3) {
    width: 15%;
}

.message-table thead tr th:nth-child(4), .message-table tbody tr td:nth-child(4) {
    width: 40%;
}

.message-table thead tr th:nth-child(5), .message-table tbody tr td:nth-child(5) {
    width: 15%;
}



.blocked-user-card {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

    .blocked-user-card img {
        width: 100px;
        height: 100px;
    }

.profile-card {
    width: 350px;
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

    .profile-card img {
        width: 100px;
        height: 100px;
    }

    .profile-card a {
        display: block;
        margin-bottom: 5px;
        font-size: 18px;
        color: #212529;
        font-weight: bold;
        margin-top: 5px;
    }

    .profile-card p {
        display: block;
        margin-bottom: 5px;
        font-size: 13px;
    }

        .profile-card p i, .profile-card a i {
            font-size: 22px;
        }

.category-container, .category-filter-option {
    padding: 10px;
    border: 5px solid red;
}

.detail-search-category-list .categories {
    border: 1px solid #ccc;
}

    .detail-search-category-list .categories ul {
        list-style-type: none;
        text-align: center;
        margin-bottom: 0;
    }

        .detail-search-category-list .categories ul li {
            padding: 3px 0;
            border-bottom: 1px solid #ccc;
        }

            .detail-search-category-list .categories ul li:last-child {
                border-bottom: 0;
            }

.offer-list .table-title tr th:nth-child(1) {
    width: 10%
}

.offer-list .table-title tr th:nth-child(2) {
    width: 40%
}

.offer-list .table-title tr th:nth-child(3) {
    width: 15%;
}

.offer-list .table-title tr th:nth-child(4) {
    width: 15%;
}

.offer-list .table-title tr th:nth-child(5) {
    width: 15%;
}

.offer-list .table-title tr th:nth-child(6) {
    width: 5%;
}

.offer-list .job-list-table tr td:nth-child(1) {
    width: 10%;
    padding: 5px;
}

.offer-list .job-list-table tr td:nth-child(2) {
    width: 40%;
    padding: 15px 0;
}

.offer-list .job-list-table tr td:nth-child(3) {
    width: 15%;
}

.offer-list .job-list-table tr td:nth-child(4) {
    width: 15%;
}

.offer-list .job-list-table tr td:nth-child(5) {
    width: 15%;
}

.offer-list .job-list-table tr td:nth-child(6) {
    width: 5%;
}

.offer-list tr td[colspan] {
    padding: 15px 0 !important;
}

.offer-list .job-list-table tr td:nth-child(6) i {
    color: grey;
    font-size: 25px;
}

.offer-detail-list {
}

.offer-row {
    background: #fff;
    margin-bottom: 16px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
}

    .offer-row img {
        width: 70px;
        float: left;
        border-radius: 100%;
    }

    .offer-row .namesurname {
        float: left;
        font-size: 22px;
        font-family: Montserrat-Medium;
        color: #000;
        margin-left: 10px;
        margin-top: 0;
        width: calc(100% - 80px);
        margin-bottom: 0;
    }

    .offer-row .date {
        float: left;
        margin-top: 0;
        font-family: Montserrat-Regular;
        font-size: 14px;
        margin-left: 10px;
    }

    .offer-row .description {
        clear: both;
        margin-top: 65px;
        padding-left: 80px;
    }

        .offer-row .description p {
            font-size: 14px;
            font-family: Raleway;
            color: #000;
        }

    .offer-row .offer-price {
        padding-left: 80px;
        font-size: 14px;
        font-family: Raleway;
        color: #000;
    }

        .offer-row .offer-price strong {
            font-family: Montserrat-Regular;
            font-size: 25px;
        }

.create-job-container {
    padding: 50px 25px;
    width: 100%;
    position: relative;
    background: #fff;
}

    .create-job-container .step-order {
        position: absolute;
        right: 10px;
        top: 10px;
        font-family: Montserrat-Regular;
        font-size: 14px;
        color: #848383;
    }

    .create-job-container .description {
        font-family: Montserrat-Regular;
        font-size: 16px;
    }

        .create-job-container .description.step3 {
            font-size: 20px;
            text-align: center;
            font-family: Montserrat-Bold;
        }

    .create-job-container .create-job-categories {
        margin-top: 40px;
        overflow-x: auto;
        display: -webkit-box;
        padding-bottom: 10px;
    }

        .create-job-container .create-job-categories .container-item {
            padding-left: 5px;
            padding-right: 5px;
        }

        .create-job-container .create-job-categories .create-job-categories-content {
            border: 1px solid #f1f1f1;
            padding: 10px;
        }

        .create-job-container .create-job-categories .form-group-search {
            margin-bottom: 15px;
        }

            .create-job-container .create-job-categories .form-group-search input {
                border: 1px solid #9C9C9C;
                border-radius: 0;
                height: 25px;
                padding-left: 28px;
            }


                .create-job-container .create-job-categories .form-group-search input:focus {
                    box-shadow: 0 0 0 0.2rem rgba(169, 205, 86, 0.36);
                    border: 0 !important;
                }

                    .create-job-container .create-job-categories .form-group-search input:focus::-webkit-input-placeholder {
                        color: #fff;
                    }

            .create-job-container .create-job-categories .form-group-search i {
                color: #9C9C9C;
                font-size: 14px;
            }

        .create-job-container .create-job-categories .title {
            font-family: Montserrat-Bold;
            font-size: 16px;
            color: #848383;
        }

        .create-job-container .create-job-categories .category-list {
            list-style-type: none;
            height: 260px;
            overflow-y: auto;
        }

            .create-job-container .create-job-categories .category-list::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                background-color: #F5F5F5;
            }

            .create-job-container .create-job-categories .category-list::-webkit-scrollbar {
                width: 10px;
                background-color: #F5F5F5;
            }

            .create-job-container .create-job-categories .category-list::-webkit-scrollbar-thumb {
                background-color: #afafaf;
            }

            .create-job-container .create-job-categories .category-list li {
                margin-bottom: 5px;
            }

                .create-job-container .create-job-categories .category-list li a {
                    font-family: Montserrat-Regular;
                    font-size: 14px;
                    color: #9C9C9C;
                    cursor: pointer;
                    display: block;
                }

                    .create-job-container .create-job-categories .category-list li a.active {
                        text-decoration: underline;
                        color: #000000;
                    }

.create-job-form-row {
    margin-top: 20px;
}

    .create-job-form-row label {
        color: #848383;
        font-family: Montserrat-Bold;
        font-size: 15px;
        margin-top: 5px;
    }

    .create-job-form-row input, .create-job-form-row textarea, .create-job-form-row select {
        border: 1px solid #BEBEBE;
    }

    .create-job-form-row textarea {
        resize: none;
    }

.create-job-finish {
    text-align: center;
}

    .create-job-finish i {
        font-size: 32px;
        border: 2px solid rgba(147, 193, 44, 0.8);
        color: rgba(147, 193, 44, 0.8);
        padding: 10px;
        border-radius: 100%;
    }

    .create-job-finish p {
        font-family: Montserrat-Regular;
        margin-top: 15px;
        font-size: 24px;
        color: #4f4f4f;
    }

    .create-job-finish .finish-sub-text {
        font-family: Montserrat-Bold;
        margin-top: 15px;
        font-size: 18px;
        color: #4f4f4f;
    }


.div-img {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #f0f0f0 !important;
    width: 120px;
    height: 100px;
}

    .div-img.user {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        position: relative;
    }

        .div-img.user .verified {
            right: 0 !important;
            bottom: 0 !important;
        }

.offer-list-row {
    padding: 27px;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

    .offer-list-row .div-img {
        float: left;
        background-size: cover !important;
    }

    .offer-list-row .namesurname {
        font-family: Montserrat-Medium;
        color: #000;
        font-size: 18px;
        float: left;
        margin-bottom: 0;
        line-height: 30px;
        padding-left: 16px;
        width: calc(100% - 120px);
        padding-top: 5px;
    }

    .offer-list-row .date {
        float: right;
        margin-bottom: 0;
        line-height: 100px;
    }

    .offer-list-row .Last-day {
        font-weight: Bold;
        font-size: 12px;
        line-height: 15px;
        color: #EB5757;
    }

    .offer-list-row .description {
        margin-top: 25px;
    }

        .offer-list-row .description .title {
            color: #4f4f4f;
            font-family: Montserrat-Regular;
            font-size: 14px;
        }

            .offer-list-row .description .title.color {
                color: #EB5757;
                font-family: Montserrat-Bold;
            }

        .offer-list-row .description .text {
            color: #000000;
            font-family: Montserrat-Regular;
            font-size: 14px;
            word-break: break-word;
        }

            .offer-list-row .description .text.bold {
                color: #333333;
                font-family: Montserrat-Bold;
                font-size: 18px;
            }

    .offer-list-row .buttons {
        margin-top: 20px;
        text-align: center;
    }

        .offer-list-row .buttons .cancel {
            background: #BDBDBD;
            border-radius: 4px;
            color: #fff !important;
            padding: 8px 25px;
            cursor: pointer;
        }

            .offer-list-row .buttons .cancel img {
                width: 20px;
                position: relative;
                bottom: 2px;
            }

        .offer-list-row .buttons .check {
            background: rgba(147, 193, 44, 0.8);
            border-radius: 4px;
            color: #fff !important;
            padding: 8px 25px;
            margin-left: 16px;
            cursor: pointer;
        }

            .offer-list-row .buttons .check img {
                width: 20px;
                position: relative;
                bottom: 2px;
            }



        .offer-list-row .buttons .canceled {
            background: #EB5757;
            border-radius: 4px;
            color: #fff;
            padding: 8px 25px;
        }

            .offer-list-row .buttons .canceled img {
                width: 20px;
                position: relative;
                bottom: 2px;
            }

        .offer-list-row .buttons .checked {
            background: rgba(147, 193, 44, 0.8);
            border-radius: 4px;
            color: #fff !important;
            padding: 8px 25px;
            margin-left: 16px;
        }

            .offer-list-row .buttons .checked img {
                width: 20px;
                position: relative;
                bottom: 2px;
            }

        .offer-list-row .buttons .pending {
            background: #F9D30C;
            border-radius: 4px;
            color: #fff !important;
            padding: 8px 25px;
            margin-left: 16px;
        }

            .offer-list-row .buttons .pending img {
                width: 20px;
                position: relative;
                bottom: 2px;
            }

    .offer-list-row .user-image {
        margin: 0;
        width: 100px;
        height: 100%;
    }

.modal.error .modal-dialog, .modal.success .modal-dialog, .phone-modal .modal-dialog, .modal.question .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.modal.auto-height .modal-dialog {
    top: auto;
    transform: inherit !important;
}

.modal.error .modal-content, .modal.success .modal-content, .phone-modal .modal-content, .modal.question .modal-content {
    padding: 50px;
}

    .modal.error .modal-content .modal-header, .modal.success .modal-content .modal-header, .phone-modal .modal-content .modal-header, .modal.question .modal-content .modal-header {
        border-bottom: 0;
        padding: 1rem 2rem;
    }

        .modal.error .modal-content .modal-header .modal-title, .modal.success .modal-content .modal-header .modal-title, .phone-modal .modal-content .modal-header .modal-title, .modal.question .modal-content .modal-header .modal-title {
            width: 100%;
            text-transform: uppercase;
            border-bottom: 1px solid #AFAFAF;
            padding: 10px;
            font-family: Montserrat-Bold;
            font-size: 24px;
        }

        .modal.error .modal-content .modal-header .modal-title {
            color: #E31A1C;
            text-align: center;
        }

        .modal.success .modal-content .modal-header .modal-title, .phone-modal .modal-content .modal-header .modal-title {
            color: #9BC134;
            text-align: center;
        }

        .modal.question .modal-content .modal-header .modal-title {
            color: #7b7b7b;
            text-align: center;
        }

    .modal.error .modal-content .modal-body, .modal.success .modal-content .modal-body, .phone-modal .modal-content .modal-body, .modal.question .modal-content .modal-body {
        margin-bottom: 35px;
        padding-left: 0;
        padding-right: 0;
    }

        .modal.error .modal-content .modal-body p, .modal.success .modal-content .modal-body p, .phone-modal .modal-content .modal-body p, .modal.question .modal-content .modal-body p {
            margin-bottom: 0;
            font-family: Montserrat-Regular;
            font-size: 14px;
            text-align: center;
        }

    .modal.error .modal-content .modal-footer, .modal.success .modal-content .modal-footer, .phone-modal .modal-content .modal-footer, .modal.question .modal-content .modal-footer {
        border-top: 0;
        display: block;
    }

.flex-cloumn {
    display: flex !important;
    flex-flow: column;
}

.modal.error .modal-content .modal-footer button, .modal.success .modal-content .modal-footer button {
    background: #bdbdbd;
    color: #fff;
    text-transform: uppercase;
    font-family: montserrat-Bold;
    font-size: 16px;
    width: 200px;
    display: block;
    margin: 0 auto;
}

.modal.question .modal-content .modal-footer button {
    background: rgba(147, 193, 44, 0.8);
    color: #fff;
    text-transform: uppercase;
    font-family: montserrat-Bold;
    font-size: 16px;
    display: block;
    margin: 0 auto;
}

    .modal.question .modal-content .modal-footer button.cancel {
        background: #bdbdbd;
        color: #fff;
        text-transform: uppercase;
        font-family: montserrat-Bold;
        font-size: 16px;
        display: block;
        margin: 0 auto;
    }

.modal.question .modal-content .modal-footer a {
    display: block;
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #343434;
    line-height: 38px;
    cursor: pointer;
}

.phone-modal .close {
    position: absolute;
    right: 50px;
    top: 50px;
    color: #AFAFAF;
}

.phone-modal .modal-content .modal-body .form-group {
    margin: 30px 0 0;
}

    .phone-modal .modal-content .modal-body .form-group label {
        font-family: Montserrat-Bold;
        font-size: 16px;
        color: #848383;
    }

    .phone-modal .modal-content .modal-body .form-group input {
        border: 1px solid #9C9C9C;
        border-radius: 0;
    }


.phone-modal .modal-content .modal-footer button.green {
    background: #9BC134;
    color: #fff;
    text-transform: uppercase;
    font-family: montserrat-Bold;
    font-size: 16px;
    width: 200px;
    display: block;
    margin: 0 auto;
}

.phone-modal .modal-content .modal-footer .re-send {
    color: #4F4F4F;
    font-family: Montserrat-Bold;
    font-size: 14px;
    text-align: center;
    color: #4F4F4F;
    margin-top: 30px;
    display: block;
    cursor: pointer;
}

.phone-modal .modal-content .modal-footer span.message {
    font-family: Montserrat-Bold;
    font-size: 14px;
    text-align: center;
    color: #5E8012;
    margin-top: 30px;
    display: block;
}


    .phone-modal .modal-content .modal-footer span.message span.danger {
        color: #E31A1C;
    }

    .phone-modal .modal-content .modal-footer span.message span.success {
        color: #9BC134;
    }

.mini-modal .modal-header {
    padding-bottom: 0 !important;
}

.mini-modal .modal-body {
    min-height: 140px;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-modal .modal-footer {
    padding-top: 0 !important;
    margin: 0 !important;
}

.mini-modal .modal-title {
    float: left;
    width: 100%;
    text-align: center;
    color: #343434;
    font-size: 16px;
    line-height: 20px;
}

.register-success-container {
    padding: 50px;
    width: 100%;
    position: relative;
    background: #fff;
}

    .register-success-container .register-success-finish {
        text-align: center;
    }

.register-success-finish i {
    font-size: 32px;
    border: 2px solid rgba(147, 193, 44, 0.8);
    color: rgba(147, 193, 44, 0.8);
    padding: 10px;
    border-radius: 100%;
}

.register-success-finish .finish-title {
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 0;
}

.register-success-finish .finish-text {
    font-family: Montserrat-Regular;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 0;
}

.register-success-finish .finish-sub-text {
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 20px;
}

.all-job-list .table-title tr {
    float: left;
    width: 100%;
}

    .all-job-list .table-title tr th {
        float: left;
    }

        .all-job-list .table-title tr th:nth-child(1) {
            width: 15%;
        }

        .all-job-list .table-title tr th:nth-child(2) {
            width: calc(75% / 4);
        }

        .all-job-list .table-title tr th:nth-child(3) {
            width: calc(75% / 4);
        }

        .all-job-list .table-title tr th:nth-child(4) {
            width: calc(75% / 4);
        }

        .all-job-list .table-title tr th:nth-child(5) {
            width: calc(75% / 4);
        }

        .all-job-list .table-title tr th:nth-child(6) {
            width: 10%;
        }

.all-job-list .job-list-table tr td:nth-child(1) {
    width: 10%;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
}

.all-job-list .draft-list-table {
    width: 100%;
}

    .all-job-list .draft-list-table tr {
        width: 100%;
        float: left;
        position: relative;
    }

        .all-job-list .draft-list-table tr td {
            float: left;
        }

            .all-job-list .draft-list-table tr td:nth-child(1) {
                width: 15%;
            }


            .all-job-list .draft-list-table tr td:nth-child(2) {
                width: calc(75% / 4);
            }

            .all-job-list .draft-list-table tr td:nth-child(3) {
                width: calc(75% / 4);
            }

            .all-job-list .draft-list-table tr td:nth-child(4) {
                width: calc(75% / 4);
            }

            .all-job-list .draft-list-table tr td:nth-child(5) {
                width: calc(75% / 4);
            }

            .all-job-list .draft-list-table tr td:nth-child(6) {
                width: 10%;
            }

.all-job-list .job-list-table tr td:nth-child(6) i {
    color: grey;
    font-size: 25px;
    display: table-cell;
    vertical-align: middle;
}

.all-job-list .draft-list-table tr td[colspan] {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.job-list-breadcrumb ul {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
}

    .job-list-breadcrumb ul li {
        float: left;
    }

        .job-list-breadcrumb ul li:after {
            content: ">";
            padding: 0 5px;
            color: #848383;
            font-family: Montserrat-Bold;
            font-size: 16px;
        }

        .job-list-breadcrumb ul li:last-child:after {
            content: "";
        }

        .job-list-breadcrumb ul li a {
            color: #848383;
            font-family: Montserrat-Bold;
            font-size: 16px;
        }


.job-list-categories {
    max-height: 280px;
    overflow: auto;
}

    .job-list-categories::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .job-list-categories::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .job-list-categories::-webkit-scrollbar-thumb {
        background-color: #afafaf;
    }

    .job-list-categories ul {
        list-style-type: none;
    }

        .job-list-categories ul li {
            margin-bottom: 5px;
        }

            .job-list-categories ul li a {
                color: #000000;
                font-family: Montserrat-Regular;
                font-size: 14px;
            }

.job-list-seperator {
    border-color: #828282;
}

.job-list-filter .form-group {
}

    .job-list-filter .form-group label {
        color: #848383;
        font-family: Montserrat-Bold;
        font-size: 16px;
    }

    .job-list-filter .form-group input {
        border: 1px solid #9C9C9C;
        border-radius: 0;
        color: #AFAFAF;
    }

    .job-list-filter .form-group .checkbox label {
        color: #000;
        font-family: Montserrat-Regular;
        font-size: 14px;
    }

    .job-list-filter .form-group button {
        background: rgba(147, 193, 44, 0.8);
        padding: 8px;
        text-align: center;
        display: block;
        margin-top: 25px;
        color: #fff !important;
        font-family: Montserrat-Bold;
        font-size: 16px;
        border-radius: 4px;
        cursor: pointer;
        border: 0;
        width: 100%;
    }

.load.load-button {
    color: transparent !important;
    position: relative;
    pointer-events: none;
}

    .load.load-button::after {
        content: " ";
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 3px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

p.facebook {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #9BC134;
}

    p.facebook.connected {
        color: #9BC134;
    }

    p.facebook.not-connected {
        color: #EB5757;
    }

.facebook-connected {
    background: #BDBDBD;
    border-radius: 4px;
    color: #F8F8F8 !important;
    padding: 11px 20px;
    font-family: Montserrat-Bold;
    font-size: 12px;
    margin-right: 15px;
    cursor: pointer;
}

.facebook-not-connected {
    background: #3D5C98;
    border-radius: 4px;
    color: #F8F8F8 !important;
    padding: 11px 20px;
    font-family: Montserrat-Bold;
    font-size: 12px;
    margin-right: 15px;
    cursor: pointer;
}

.register-message {
    font-size: 18px;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: Montserrat-Regular;
    color: #000;
    margin-top: 40px;
}

    .register-message .error {
        color: #EB5757;
        font-family: Montserrat-Bold;
    }

    .register-message .success {
        color: #9BC134;
        font-family: Montserrat-Bold;
    }

.phone-modal {
    padding-right: 0 !important;
}

.picture-update .my-modal-header {
    padding: 15px 0 15px 25px;
    border-bottom: 1px solid #afafaf;
}

.personal-radio-content {
    display: none;
}

.cks-container .description {
    font-size: 18px;
    padding: 20px 0;
    background: #fff;
    border: 1px solid #afafaf;
    text-align: center;
    font-family: Montserrat-Regular;
    color: #000;
}

    .cks-container .description.red {
        border-color: #EB5757;
    }

    .cks-container .description.green {
        border-color: #9BC134;
    }

    .cks-container .description.yellow {
        border-color: #F9D30C;
    }

    .cks-container .description .red {
        color: #EB5757;
        font-family: Montserrat-Bold;
    }

    .cks-container .description .green {
        color: #9BC134;
        font-family: Montserrat-Bold;
    }

    .cks-container .description .yellow {
        color: #F9D30C;
        font-family: Montserrat-Bold;
    }

.no-bg {
    background: transparent !important;
}

    .no-bg td {
        width: 100% !important;
    }

.message-list-container {
    width: 100%;
}

.CKSNumber {
    color: #000 !important;
    font-family: Montserrat-Bold;
}

.cks-Button .personal-edit-button {
    padding: 10px;
}

    .cks-Button .personal-edit-button.red {
        background: #EB5757
    }

.info-description {
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: #343434;
    margin-bottom: 25px;
    padding-left: 15px;
}

    .info-description i {
        color: #afafaf;
        font-size: 16px;
        border: 3px solid #afafaf;
        padding: 2px 8px;
        border-radius: 100%;
    }

.create-job-breadbrumb {
    list-style-type: none;
    display: inline-block;
}

    .create-job-breadbrumb li {
        float: left;
        color: #848383;
        font-family: Montserrat-Bold;
        font-size: 16px;
    }

        .create-job-breadbrumb li:after {
            content: ">";
            padding: 0 5px;
            color: #848383;
            font-family: Montserrat-Bold;
            font-size: 16px;
        }

        .create-job-breadbrumb li:last-child:after {
            content: "";
        }

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffbf;
    z-index: 10;
    display: none;
    left: 0;
    top: 0;
}

    .overlay img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 150px;
    }

.personal-edit-button.disabled {
    background: #afafaf;
    font-size: 15px;
    padding: 10px;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
    border: 1px solid #9C9C9C !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + .75rem + 2px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
}

.add-image-button {
    border-radius: 4px;
    background-color: rgba(147, 193, 44, 0.8);
    color: #f8f8f8 !important;
    font-family: Montserrat-SemiBold;
    padding: 5px 10px;
    cursor: pointer !important;
    font-size: 14px;
    display: none;
    width: 150px;
    margin: 0 auto;
}

.ThumbnailPhotos {
    padding: 0 15px;
    display: none;
}

    .ThumbnailPhotos p {
        font-family: Montserrat-Regular;
        font-size: 16px;
        width: 100%;
        margin-bottom: 15px;
    }

    .ThumbnailPhotos .item {
        width: 125px;
        float: left;
        margin-right: 15px;
        text-align: center;
        margin-bottom: 25px;
        position: relative;
    }

        .ThumbnailPhotos .item .photo {
            width: 125px;
            height: 125px;
            float: left;
            background-size: contain !important;
            background-repeat: no-repeat !important;
            background-color: #e0dddd !important;
            background-position: center !important;
        }

        .ThumbnailPhotos .item .button {
            margin-top: 10px;
            float: left;
            width: 100%;
        }

            .ThumbnailPhotos .item .button .main-photo {
                border-radius: 4px;
                background-color: rgba(147, 193, 44, 0.8);
                color: #fff !important;
                cursor: pointer !important;
                padding: 2px 10px 5px 10px;
                font-size: 20px;
                margin-right: 10px;
            }

            .ThumbnailPhotos .item .button .delete {
                border-radius: 4px;
                background-color: #EB5757;
                color: #fff !important;
                cursor: pointer !important;
                padding: 2px 10px 5px 10px;
                font-size: 20px;
            }

#ThumbnailPhotosContent {
    width: 100%;
    float: left;
}

.star-photo {
    position: absolute;
    left: -10px;
    top: -10px;
    color: #2d2310;
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    padding: 5px;
    border-radius: 100%;
}

.overlay-step-3 {
    position: absolute;
    top: 0;
    left: -2.5%;
    width: 105%;
    height: 100%;
    z-index: 10;
    background: #ffffff73;
    border: 3px solid #ccc;
}

    .overlay-step-3 h3 {
        position: absolute;
        right: 0;
        top: 0;
        font-family: Montserrat-Bold;
        font-size: 35px;
        color: grey;
    }

.job-list .draft-table-title {
    border-collapse: collapse;
    margin: auto;
    padding: 0;
    width: 100%;
    background: #fff;
    float: left;
}

.draft-table-title tr th {
    color: #848383;
    font-family: Montserrat-Medium;
    font-size: 12px;
    padding: 7.5px 0;
}

.draft-table-title tr {
    float: left;
    width: 100%;
}

    .draft-table-title tr th {
        float: left;
    }

        .draft-table-title tr th:nth-child(1) {
            width: 15%;
        }

        .draft-table-title tr th:nth-child(2) {
            width: calc(70% / 3);
        }

        .draft-table-title tr th:nth-child(3) {
            width: calc(70% / 3);
        }

        .draft-table-title tr th:nth-child(4) {
            width: calc(70% / 3);
        }

        .draft-table-title tr th:nth-child(5) {
            width: 15%;
        }

.draft-list-table {
    width: 100%;
}

    .draft-list-table tr {
        background: #fff;
        margin-top: 15px;
        float: left;
        width: 100%;
        position: relative;
    }

        .draft-list-table tr td:nth-child(1) {
            width: 15%;
            padding: 5px;
            float: left;
        }

        .draft-list-table tr td:nth-child(2) {
            width: calc(70% / 3);
            padding: 15px 0;
            float: left;
        }

        .draft-list-table tr td:nth-child(3) {
            width: calc(70% / 3);
            float: left;
            padding: 15px 0;
        }

        .draft-list-table tr td:nth-child(4) {
            width: calc(70% / 3);
            float: left;
            padding: 15px 0;
        }

        .draft-list-table tr td:nth-child(5) {
            width: 15%;
            float: left;
            padding: 15px 0;
        }

        .draft-list-table tr td[colspan] {
            width: 100%;
            float: left;
            padding: 15px 0;
        }

    .draft-list-table .draft-img {
        width: 120px;
        height: 120px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-color: #e0dddd !important;
        background-position: center !important;
    }

    .draft-list-table .title {
        font-family: Raleway;
        font-size: 18px;
        color: #343434;
        font-weight: 900;
        margin-bottom: 0;
    }

    .draft-list-table .date {
        font-family: Raleway;
        font-size: 14px;
        color: #000000;
        margin-bottom: 0;
    }

    .draft-list-table .address {
        font-family: Raleway;
        font-size: 14px;
        color: #000000;
        margin-bottom: 0;
    }

    .draft-list-table .price {
        font-family: Montserrat-Black;
        font-size: 18px;
        color: #5E8012;
        margin-bottom: 0;
    }

    .draft-list-table .view {
        font-family: Montserrat-Black;
        font-size: 22px;
        color: grey;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .draft-list-table .edit {
        font-family: Montserrat-Black;
        font-size: 22px;
        color: grey;
        margin-bottom: 0;
        margin-right: 10px;
        cursor: pointer;
    }

    .draft-list-table .remove {
        font-family: Montserrat-Black;
        font-size: 22px;
        color: #343434;
        margin-bottom: 0;
        cursor: pointer;
    }

.not-item {
    display: block;
    text-align: center;
    font-family: Montserrat-Regular;
    margin-bottom: 0;
}

.draft-list-table .create-job-breadbrumb {
    margin-top: 15px;
}

    .draft-list-table .create-job-breadbrumb li {
        font-family: Montserrat-Regular;
    }

.draft-statue {
    padding: 0 !important;
    border-top: 1px solid #f1efef;
}

    .draft-statue p {
        font-family: Montserrat-regular;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .draft-statue .red {
        color: #EB5757;
        font-family: Montserrat-Bold;
    }

    .draft-statue .green {
        color: #9BC134;
        font-family: Montserrat-Bold;
    }

    .draft-statue .yellow {
        color: #F9D30C;
        font-family: Montserrat-Bold;
    }

    .draft-statue span {
        font-family: Montserrat-Regular;
    }

#membership-modal .modal-footer button.cancel {
    background: #EB5757 !important;
}

.error-container {
    padding: 50px;
    width: 100%;
    position: relative;
    background: #fff;
}

    .error-container .error-message {
        text-align: center;
    }

        .error-container .error-message i {
            border: 2px solid #EB5757;
            color: #EB5757;
            padding: 10px 15px;
            border-radius: 100%;
            font-size: 32px;
        }

        .error-container .error-message p {
            font-family: Montserrat-Bold;
            margin-top: 15px;
            font-size: 20px;
            color: #4f4f4f;
        }

.user-image {
    position: relative;
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
}

.user-default {
    background: #f0f0f0;
}

.verified {
    background: #9BC134;
    width: 30px !important;
    height: 30px !important;
    padding: 7px;
    position: absolute;
    right: 0;
    bottom: 10px;
    border-radius: 100%;
}

.favorite-message {
    margin-top: 10px;
    border-radius: 4px;
    padding: 10px;
    font-family: Montserrat-Bold;
    font-size: 15px;
    display: block;
    border: 1px solid rgba(147, 193, 44, 0.8);
    background: rgba(147, 193, 44, 0.8);
    color: #fff;
}

.cancel-button {
    color: #4F4F4F !important;
    font-family: Montserrat-Bold;
    margin-top: 25px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.offer textarea, .report textarea {
    height: 130px;
}

.offer .green-button, .report .green-button {
    background: rgba(147, 193, 44, 0.8) !important;
}

.report .create-job-form-row .info-title {
    display: block;
}

    .report .create-job-form-row .info-title small {
        float: left;
        width: 100%;
        font-family: Montserrat-Regular;
        color: #848383;
        font-size: 12px;
        line-height: 15px;
        margin: 4px 0 8px 0;
    }

.report .create-job-form-row .custom-radio {
    display: block;
    margin-bottom: 5px;
}

    .report .create-job-form-row .custom-radio label {
        font-family: Montserrat-Regular;
        font-size: 14px;
        color: #000;
    }

.advert-counts {
    float: right;
}

    .advert-counts .fa-eye {
        font-size: 22px;
        color: grey;
    }

    .advert-counts .fa-heart {
        font-size: 22px;
        color: #E31A1C;
    }

    .advert-counts span {
        color: #343434;
        font-family: Montserrat-Medium;
        font-size: 18px;
    }

.removeOffer {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.offer-message {
    padding-top: 15px;
    border-top: 1px solid #f1efef;
    margin-bottom: 0;
    font-family: Montserrat-regular;
}

    .offer-message.green {
        color: #9BC134;
        font-family: Montserrat-Bold;
    }

    .offer-message.red {
        color: #EB5757;
        font-family: Montserrat-Bold;
    }

.offerRejectedMessage {
    color: #000000;
    font-size: 14px;
    font-family: Montserrat-Regular;
    word-break: break-word;
}

.pointer {
    cursor: pointer;
}

.fixed-search-button {
    width: 15%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: #fff;
    border: 2px solid;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.blocked-image {
    position: relative;
}

.min-height-750 {
    min-height: 750px;
}

.back-buton {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    font-family: Montserrat-Bold;
    margin-right: 50px;
    padding: 10px;
    cursor: pointer;
}

.doping-item .content {
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 40px 10px 15px 10px;
    text-align: center;
}

    .doping-item .content p {
        font-family: Montserrat-Regular;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #9BC134;
        margin-top: 25px;
    }

    .doping-item .content .radio-item {
        margin-bottom: 20px;
    }

        .doping-item .content .radio-item label {
            font-family: Montserrat-Regular;
            font-size: 15px;
            line-height: 24px;
            color: #000000;
            min-width: 95px;
            text-align: left;
        }

        .doping-item .content .radio-item.discount label {
            margin-top: 7px;
        }

        .doping-item .content .radio-item.no-discount label {
            margin-top: 13px;
        }

        .doping-item .content .radio-item span {
            margin-left: 25px;
            font-family: Montserrat-Bold;
            font-size: 16px;
            line-height: 17px;
            color: #5E8012;
            min-width: 75px;
            display: inline-block;
        }

            .doping-item .content .radio-item span i {
                display: block;
                font-style: normal;
                font-family: Montserrat-Medium;
                font-size: 14px;
                line-height: 14px;
                color: #97979b;
                margin-bottom: 3px;
                text-decoration: line-through;
                height: 14px;
                text-align: center;
            }

        .doping-item .content .radio-item .custom-radio-border {
            border-bottom: 1px solid #afafaf;
            padding-bottom: 15px;
        }

    .doping-item .content a {
        font-family: Montserrat-Bold;
        font-size: 14px;
        line-height: 15px;
        color: #4F4F4F;
    }

.select-doping-content {
    margin-bottom: 35px;
}

    .select-doping-content ul {
        list-style-type: none;
        display: inline-block;
    }

        .select-doping-content ul:before {
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            background-color: #9BC134;
            float: left;
            border-radius: 100%;
            margin-top: 7px;
            margin-right: 10px;
        }

        .select-doping-content ul li {
            float: left;
            font-family: Montserrat-Bold;
            font-size: 16px;
            line-height: 20px;
            color: #848383;
        }

            .select-doping-content ul li:after {
                content: "/";
                padding: 0 15px;
                color: #848383;
                font-family: Montserrat-Regular;
                font-size: 16px;
            }

            .select-doping-content ul li:last-child:after {
                content: "";
            }

            .select-doping-content ul li:last-child {
                color: #5E8012;
            }

    .select-doping-content p, .select-doping-content img {
        padding-left: 40px;
    }

    .select-doping-content a {
        cursor: pointer;
    }

    .select-doping-content .preview-photo {
        display: none;
    }

.select-doping-content-last {
    border-top: 1px solid #000000;
    padding-top: 40px;
    text-align: right;
}

    .select-doping-content-last span:nth-child(1) {
        font-family: Montserrat-Bold;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        margin-right: 50px;
    }

    .select-doping-content-last span:nth-child(2) {
        font-family: Montserrat-Bold;
        font-size: 18px;
        line-height: 22px;
        color: #5E8012;
        margin-right: 25px;
    }

.doping-buy {
    margin-bottom: 25px;
}

    .doping-buy .title {
        font-family: Montserrat-Bold;
        font-size: 16px;
        line-height: 20px;
        color: #848383;
    }

    .doping-buy .description {
        font-family: Montserrat-Regular;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
    }

        .doping-buy .description.total-price {
            font-family: Montserrat-Bold;
            font-size: 18px;
            line-height: 22px;
            color: #5E8012;
        }

    .doping-buy label {
        font-family: Montserrat-Regular;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }

        .doping-buy label span {
            font-family: Montserrat-Bold;
            color: #5E8012;
        }

        .doping-buy label p i {
            font-family: Montserrat-Bold;
            font-size: 16px;
            line-height: 20px;
            color: #848383;
            font-style: normal;
        }

    .doping-buy .description span {
        font-family: Montserrat-Bold;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        margin-right: 15px;
        width: 125px;
        display: inline-block;
    }

.page-top-doping {
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 34.5px;
    padding-top: 80px;
    background-size: cover !important;
    background-position: center !important;
}

    .page-top-doping .content {
        max-width: 900px;
        display: block;
        margin: 0 auto;
    }

    .page-top-doping .title {
        font-family: Montserrat-Regular;
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
        color: #333333;
        margin-bottom: 36px;
    }

.page-top-secure-payment {
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 34.5px;
    padding-top: 80px;
    background-size: cover !important;
    background-position: center !important;
}

    .page-top-secure-payment .content {
        max-width: 900px;
        display: block;
        margin: 0 auto;
    }

.page-top-secure-payment .title {
    font-family: Montserrat-Regular;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 36px;
    text-align:center;
}

.page-top-secure-payment .description {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 36px;
}

.page-top-doping .doping-page-top-item {
}

    .page-top-doping .doping-page-top-item .top-item {
        background: #9BC134;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        width: 135px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0 auto;
    }

        .page-top-doping .doping-page-top-item .top-item img {
            height: 27px;
            width: 23px;
        }

        .page-top-doping .doping-page-top-item .top-item p {
            font-family: Montserrat-Regular;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            color: #F2F2F2;
            margin-top: 18px;
            margin-bottom: 0;
        }

.page-top-doping .row .doping-page-top-item:nth-child(1) .top-item {
    float: right;
}

.page-top-doping .row .doping-page-top-item:nth-child(3) .top-item {
    float: left;
}

.doping-page-menu {
    background: #F0F0F0;
    text-align: center;
    padding: 24px 0;
}

    .doping-page-menu .menu-list {
        list-style-type: none;
        display: inline-block;
        margin-bottom: 0;
    }

        .doping-page-menu .menu-list li {
            float: left;
            margin-right: 40px;
        }

            .doping-page-menu .menu-list li a {
                font-family: Montserrat-Bold;
                font-size: 14px;
                line-height: 17px;
                text-transform: uppercase;
                color: #4F4F4F;
                cursor: pointer;
            }

.doping-text {
    padding: 90px 25px;
}

    .doping-text .doping-text-column {
        padding: 0 25px;
    }

        .doping-text .doping-text-column .title {
            font-family: Montserrat-Bold;
            font-size: 24px;
            line-height: 29px;
            color: #333333;
            text-align: center;
        }

        .doping-text .doping-text-column .description {
            line-height: 22px;
            text-align: justify;
            color: #000000;
            font-family: Montserrat-Regular;
            font-size: 14px;
        }

        .doping-text .doping-text-column .description-text {
            line-height: 20px;
            text-align: justify;
            color: #000000;
            font-family: Montserrat-Regular;
            font-size: 16px;
        }

.doping-page-item {
    padding-top: 100px;
    padding-bottom: 80px;
}

    .doping-page-item.bg {
        background: #F0F0F0;
    }

    .doping-page-item .column {
        text-align: center;
        padding: 0 20px;
    }

        .doping-page-item .column .title {
            font-family: Montserrat-Bold;
            font-size: 24px;
            line-height: 29px;
            color: #333333;
            margin-top: 40px;
        }

        .doping-page-item .column .description {
            text-align: justify;
            margin-bottom: 30px;
            font-family: Montserrat-Regular;
            font-size: 14px;
        }

        .doping-page-item .column .sub-text {
            font-family: Montserrat-Bold;
            font-size: 18px;
            line-height: 22px;
            text-align: center;
            color: #4F4F4F;
            margin-bottom: 50px;
        }

        .doping-page-item .column a {
            background: #9BC134;
            border-radius: 4px;
            font-family: Montserrat-Bold;
            font-size: 16px;
            line-height: 20px;
            color: #FFFFFF;
            padding: 9px 50px;
        }

.doping-page-full-width-item {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .doping-page-full-width-item .title {
        font-family: Montserrat-Bold;
        font-size: 24px;
        line-height: 29px;
        color: #333333;
    }

    .doping-page-full-width-item.bg {
        background: #F0F0F0;
    }

    .doping-page-full-width-item .title {
        font-family: Montserrat-Bold;
        font-size: 24px;
        line-height: 29px;
        color: #333333;
    }

    .doping-page-full-width-item .video-container {
        position: relative;
        margin-bottom: 50px;
    }

        .doping-page-full-width-item .video-container img:nth-child(2) {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }


    .doping-page-full-width-item a {
        background: #9BC134;
        border-radius: 4px;
        font-family: Montserrat-Bold;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        padding: 9px 50px;
    }

.user-notification-content .table-title {
    border-collapse: collapse;
    margin: auto;
    padding: 0;
    width: 100%;
    background: #fff;
}

    .user-notification-content .table-title tr th {
        color: #848383;
        font-family: Montserrat-Medium;
        font-size: 12px;
        padding: 7.5px 0;
    }

        .user-notification-content .table-title tr th:nth-child(1) {
            width: 30%;
            padding-left: 5px;
        }

        .user-notification-content .table-title tr th:nth-child(2) {
            width: 60%;
        }

        .user-notification-content .table-title tr th:nth-child(3) {
            width: 10%;
        }

.notification-list-table {
    border-collapse: collapse;
    margin: auto;
    padding: 0;
    width: 100%;
}

    .notification-list-table tr {
        background: #fff;
        margin-top: 15px;
        display: block;
        float: left;
        width: 100%;
        padding: 10px 0;
    }

        .notification-list-table tr.no-view {
            border: 1px solid #9bc134;
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
        }

        .notification-list-table tr td {
            float: left;
        }

            .notification-list-table tr td:nth-child(1) {
                width: 30%;
                padding-left: 5px;
            }

            .notification-list-table tr td:nth-child(2) {
                width: 60%;
            }

            .notification-list-table tr td:nth-child(3) {
                width: 10%;
            }

    .notification-list-table p {
        margin-bottom: 0;
    }

    .notification-list-table .remove {
        font-family: Montserrat-Black;
        color: #343434;
        margin-bottom: 0;
        cursor: pointer;
    }

    .notification-list-table .view {
        font-family: Montserrat-Black;
        color: grey;
        margin-bottom: 0;
        margin-right: 10px;
    }

#NotiCount {
    background: #EB5757;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-family: Montserrat-Bold;
    display: block;
    font-size: 11px;
    color: #fff;
    position: absolute;
    left: 28px;
    top: -16px;
    z-index: 2;
}

    #NotiCount:empty {
        display: none;
    }

.select-item {
    background: #9bc13447;
}

.text-group {
    position: relative;
}

#MessageCount {
    background: #EB5757;
    width: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-family: Montserrat-Bold;
    display: block;
    font-size: 11px;
    color: #fff;
    position: absolute;
    left: 11px;
    top: -8px;
    z-index: 2;
}

    #MessageCount:empty {
        display: none;
    }

.cookieBar {
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #121314;
    background: #e5e5e3;
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    letter-spacing: .3px;
    min-height: 100px;
    padding-bottom: 15px;
    padding-top: 25px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999999999;
    border-top: 2px solid;
}

    .cookieBar .cookieBar__text {
        display: inline-block;
        max-width: 70%;
    }

    .cookieBar .cookieBar__line {
        display: block;
        line-height: 15px;
    }

    .cookieBar .cookieBar__cookiePolicyLink.hover, .cookieBar .cookieBar__cookiePolicyLink:hover, .cookieBar .cookieBar__cookiePolicyLink:visited {
        color: #999;
    }

    .cookieBar .cookieBar__cookiePolicyLink {
        text-decoration: underline !important;
    }

    .cookieBar .cookieBar_button {
        height: 32px;
        width: 140px;
        background-color: #fff;
        border: .5px solid #8c8c8c;
        cursor: pointer;
        display: inline-block;
        margin-left: 12px;
        vertical-align: top;
    }

    .cookieBar .cookieBar_button_label {
        font-family: Montserrat-Regular;
        font-size: 11px;
        color: #121314;
        line-height: 32px;
    }

.register .customcheck {
    font-size: 13px;
}

.doping-border {
    background: rgba(211, 245, 135, 0.3) !important;
    border-radius: 4px;
}

.tr-doping-img {
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 2;
}

.doping-info {
    text-align: center;
}

    .doping-info .item {
        display: inline-block;
        font-size: 14px;
        color: #000000;
        margin-bottom: 0;
        margin-right: 40px;
    }

        .doping-info .item img {
            width: 20px;
            margin-right: 5px;
            margin-bottom: 5px;
        }

.page-top-blog {
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 80px;
    background-position: center !important;
    min-height: 300px;
    background-size: cover !important;
}

    .page-top-blog .content {
        max-width: 900px;
        display: block;
        margin: 0 auto;
    }

    .page-top-blog .title {
        font-family: Montserrat-Regular;
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
        color: #333333;
        margin-bottom: 47px;
    }

    .page-top-blog .description {
        font-family: Montserrat-Regular;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #000;
    }

.page-blog {
    padding: 65px 0;
}

.blog-item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

    .blog-item .item {
        background: #FFFFFF;
        border-radius: 4px;
        padding-bottom: 10px;
    }

        .blog-item .item img {
            width: 100%;
            max-width: 100%;
            max-height: 250px;
        }

        .blog-item .item .title {
            font-family: Montserrat-Medium;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            color: #000000;
            margin-top: 10px;
            overflow: hidden;
            display: block;
            padding: 0 8px;
            height: 40px;
            margin-bottom: 0;
        }

        .blog-item .item a.button {
            font-family: Montserrat-Regular;
            font-size: 12px;
            line-height: 15px;
            text-align: justify;
            color: #9C9C9C;
            float: right;
            margin-top: 20px;
        }

            .blog-item .item a.button img {
                width: 15px;
            }

.page-blog-detail .left {
    padding: 50px 20px;
    background: #fff;
}

    .page-blog-detail .left h1 {
        font-family: Montserrat-Bold;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        color: #343434;
    }

    .page-blog-detail .left .date {
        font-family: Montserrat-Regular;
        font-size: 18px;
        line-height: 22px;
        color: #343434;
        margin-top: 20px;
        display: block;
    }

    .page-blog-detail .left img {
        display: block;
        margin: 27px auto;
        max-width: 100%;
    }

    .page-blog-detail .left p {
        font-family: Montserrat-Regular;
        font-size: 18px;
        line-height: 22px;
        text-align: justify;
        color: #000000;
        padding: 25px;
        line-height: 29px;
    }

.page-blog-detail .right {
    padding-top: 40px;
}

    .page-blog-detail .right h2 {
        font-family: Montserrat-Regular;
        font-size: 22px;
        line-height: 27px;
        color: #343434;
        margin-bottom: 30px;
    }

.history-table .table-title {
    border-collapse: collapse;
    margin: auto;
    padding: 0;
    width: 100%;
    background: #fff;
}

    .history-table .table-title tr th {
        color: #848383;
        font-family: Montserrat-Medium;
        font-size: 12px;
        padding: 7.5px 0;
    }

        .history-table .table-title tr th:nth-child(1) {
            width: 20%;
            padding-left: 5px;
        }

        .history-table .table-title tr th:nth-child(2) {
            width: 20%
        }

        .history-table .table-title tr th:nth-child(3) {
            width: 60%;
        }

.history-list-table {
    border-collapse: collapse;
    margin: auto;
    padding: 0;
    width: 100%;
}

    .history-list-table tr {
        background: #fff;
        margin-top: 15px;
        display: block;
        float: left;
        width: 100%;
        padding: 10px 0;
    }

        .history-list-table tr td {
            float: left;
        }

            .history-list-table tr td:nth-child(1) {
                width: 20%;
                padding-left: 5px;
            }

            .history-list-table tr td:nth-child(2) {
                width: 20%;
            }

            .history-list-table tr td:nth-child(3) {
                width: 60%;
            }

        .history-list-table tr[colspan] td {
            width: 100%;
            text-align: center;
        }

    .history-list-table .date {
        font-family: Montserrat-Regular;
        color: #000000;
        margin-bottom: 0;
        font-size: 14px;
    }

    .history-list-table .price {
        font-family: Montserrat-Black;
        font-size: 18px;
        color: #5E8012;
        margin-bottom: 0;
    }

    .history-list-table .description {
        font-family: Montserrat-Regular;
        font-size: 14px;
        color: #000000;
        margin-bottom: 0;
    }

        .history-list-table .description a {
            color: #000;
        }

            .history-list-table .description a.underline {
                text-decoration: underline;
            }

            .history-list-table .description a.bold {
                font-weight: bold;
            }

.blog-list-container .tab-content {
    width: 100%;
}

.doping-price-list {
    margin-top: 65px;
}

.doping-price-list-table {
    width: 100%;
}

    .doping-price-list-table thead {
        float: left;
        width: 100%;
    }

        .doping-price-list-table thead tr {
            float: left;
            width: 100%;
            border-bottom: 1px solid #000000;
        }

            .doping-price-list-table thead tr th {
                float: left;
                font-family: Montserrat-Bold;
                font-size: 18px;
                line-height: 22px;
                color: #4F4F4F;
                padding: 22px 0;
            }

                .doping-price-list-table thead tr th:nth-child(1) {
                    width: 30%;
                }

                .doping-price-list-table thead tr th:nth-child(2) {
                    width: 20%;
                    border-left: 1px solid #000000;
                }

                .doping-price-list-table thead tr th:nth-child(3) {
                    width: 20%;
                    border-left: 1px solid #000000;
                }

                .doping-price-list-table thead tr th:nth-child(4) {
                    width: 20%;
                    border-left: 1px solid #000000;
                    border-right: 1px solid #000000;
                }

                .doping-price-list-table thead tr th:nth-child(5) {
                    width: 10%;
                }

    .doping-price-list-table tbody {
        float: left;
        width: 100%;
    }

        .doping-price-list-table tbody tr {
            float: left;
            width: 100%;
            border-bottom: 1px solid #000000;
        }

            .doping-price-list-table tbody tr:last-child {
                border-bottom: 0;
            }

            .doping-price-list-table tbody tr td {
                float: left;
                padding: 28px 0;
            }

                .doping-price-list-table tbody tr td:nth-child(1) {
                    width: 30%;
                }

                .doping-price-list-table tbody tr td:nth-child(2) {
                    width: 20%;
                    border-left: 1px solid #000000;
                }

                .doping-price-list-table tbody tr td:nth-child(3) {
                    width: 20%;
                    border-left: 1px solid #000000;
                }

                .doping-price-list-table tbody tr td:nth-child(4) {
                    width: 20%;
                    border-left: 1px solid #000000;
                    border-right: 1px solid #000000;
                }

                .doping-price-list-table tbody tr td:nth-child(5) {
                    width: 10%;
                }

        .doping-price-list-table tbody span {
            font-family: Montserrat-Bold;
            font-size: 18px;
            line-height: 22px;
            color: #4F4F4F;
            position: relative;
            left: 5px;
            top: 5px;
        }

    .doping-price-list-table .price {
        font-family: Montserrat-Bold;
        font-size: 24px;
        line-height: 29px;
        color: #5E8012;
    }

    .doping-price-list-table .old-price {
        font-family: Montserrat-medium;
        font-size: 18px;
        line-height: 18px;
        color: #97979b;
        margin-bottom: 5px;
        text-decoration: line-through;
        height: 18px;
    }





.secure-payment-table {
    width: 100%;
}

    .secure-payment-table thead {
        float: left;
        width: 100%;
    }

        .secure-payment-table thead tr {
            float: left;
            width: 100%;
            border-bottom: 1px solid #000000;
        }

            .secure-payment-table thead tr th {
                float: left;
                font-family: Montserrat-Bold;
                font-size: 18px;
                line-height: 22px;
                color: #4F4F4F;
                padding: 22px 0;
            }

                .secure-payment-table thead tr th:nth-child(1) {
                    width: 30%;
                }

                .secure-payment-table thead tr th:nth-child(2) {
                    width: 30%;
                    border-left: 1px solid #000000;
                }

                .secure-payment-table thead tr th:nth-child(3) {
                    width: 30%;
                    border-left: 1px solid #000000;
                    border-right: 1px solid #000000;
                }

                .secure-payment-table thead tr th:nth-child(4) {
                    width: 10%;
                }

    .secure-payment-table tbody {
        float: left;
        width: 100%;
    }

        .secure-payment-table tbody tr {
            float: left;
            width: 100%;
            border-bottom: 1px solid #000000;
        }

            .secure-payment-table tbody tr:last-child {
                border-bottom: 0;
            }

            .secure-payment-table tbody tr td {
                float: left;
                padding: 28px 0;
                padding-top: 40px;
            }

                .secure-payment-table tbody tr td:nth-child(1) {
                    width: 30%;
                }

                .secure-payment-table tbody tr td:nth-child(2) {
                    width: 30%;
                    border-left: 1px solid #000000;
                }

                .secure-payment-table tbody tr td:nth-child(3) {
                    width: 30%;
                    border-left: 1px solid #000000;
                    border-right: 1px solid #000000;
                }

                .secure-payment-table tbody tr td:nth-child(4) {
                    width: 10%;
                }

        .secure-payment-table tbody span {
            font-family: Montserrat-Bold;
            font-size: 18px;
            line-height: 22px;
            color: #4F4F4F;
            position: relative;
            left: 5px;
            top: 5px;
        }

    .secure-payment-table .price {
        font-family: Montserrat-Bold;
        font-size: 24px;
        line-height: 29px;
        color: #5E8012;
    }

    .secure-payment-table .table-text {
        font-family: Montserrat-Regular;
        /*font-weight: 600;*/
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        margin-top: 8px;
    }

    .secure-payment-table .old-price {
        font-family: Montserrat-medium;
        font-size: 18px;
        line-height: 18px;
        color: #97979b;
        margin-bottom: 5px;
        text-decoration: line-through;
        height: 18px;
    }

.photo-upload-message {
    display: block !important;
    background: #EB5757;
}

    .photo-upload-message i {
        display: none !important;
    }

    .photo-upload-message p {
        visibility: hidden;
        color: #fff !important;
    }

        .photo-upload-message p:after {
            content: 'İşlemin tamamlanması için "Fotoğrafları Yükle" butonuna basmanız gerekmektedir.';
            visibility: visible;
            display: block;
            position: relative;
            bottom: 12px;
        }

.thumbnailPhotoMessage {
    background: #EB5757;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 12px 0;
    display: none;
}


    .thumbnailPhotoMessage p {
        text-align: center;
        margin-bottom: 0;
        font-weight: 700;
        color: #fff;
    }

.user-dashboard-page .user-card {
    padding: 15px;
}

.user-personal-info-content .user-card {
    padding: 57px 0;
}

.user-personal-info-content .personal-info-input-row {
    height: auto;
    margin-bottom: 0;
}

    .user-personal-info-content .personal-info-input-row .form-group {
        margin-bottom: 0;
    }

    .user-personal-info-content .personal-info-input-row .custom-control label {
        line-height: normal;
        font-size: 15px !important;
        margin-bottom: .5rem;
    }

.job-list-item-container {
    background: #FFFFFF;
}

    .job-list-item-container .job-list-item-header {
        border-bottom: 1px solid #D5D5D5;
        text-align: center;
        padding: 17px 0;
        margin-bottom: 14px;
    }

        .job-list-item-container .job-list-item-header p {
            margin-bottom: 0;
            font-size: 12px;
            line-height: 15px;
            color: #000000;
            font-family: Montserrat-Regular;
        }

            .job-list-item-container .job-list-item-header p.green {
                color: #9BC134;
                font-family: Montserrat-SemiBold;
            }

            .job-list-item-container .job-list-item-header p.yellow {
                color: #F9D30C;
                font-family: Montserrat-SemiBold;
            }

            .job-list-item-container .job-list-item-header p.red {
                color: #EB5757;
                font-family: Montserrat-SemiBold;
            }

            .job-list-item-container .job-list-item-header p span {
                font-family: Montserrat-SemiBold;
            }

                .job-list-item-container .job-list-item-header p span.green {
                    color: #9BC134;
                }

                .job-list-item-container .job-list-item-header p span.red {
                    color: #EB5757;
                }

    .job-list-item-container .doping-icon-list {
        position: absolute;
        right: 29px;
        top: 0;
        cursor: pointer;
        z-index: 3;
    }

        .job-list-item-container .doping-icon-list img:nth-child(2), .job-list-item-container .doping-icon-list img:nth-child(3) {
            margin-left: 6px;
        }

    .job-list-item-container .job-list-item-content {
        position: relative;
    }

        .job-list-item-container .job-list-item-content .job-link {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            z-index: 2;
        }

        .job-list-item-container .job-list-item-content .job-img {
            width: 100%;
            height: 114px;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-color: #f0f0f0 !important;
            background-position: center !important;
        }

        .job-list-item-container .job-list-item-content .category {
            font-size: 12px;
            line-height: 15px;
            color: #000000;
            margin-bottom: 0;
            font-family: Montserrat-Regular;
            margin-top: 7px;
        }

            .job-list-item-container .job-list-item-content .category ul {
                display: inline-block;
                list-style-type: none;
                margin-bottom: 0;
            }

                .job-list-item-container .job-list-item-content .category ul li {
                    list-style-type: none;
                    font-size: 12px;
                    line-height: 15px;
                    color: #000000;
                    margin-bottom: 0;
                    font-family: Montserrat-Regular;
                    display: none;
                }

                    .job-list-item-container .job-list-item-content .category ul li:after {
                        content: ">";
                        padding: 0 5px;
                        color: #000;
                        font-family: Montserrat-Regular;
                        font-size: 16px;
                        position: relative;
                        top: 1px;
                    }

                    .job-list-item-container .job-list-item-content .category ul li:last-child:after {
                        display: none;
                    }

                    .job-list-item-container .job-list-item-content .category ul li:last-child, .job-list-item-container .job-list-item-content .category ul li:nth-last-child(2) {
                        display: inline-block;
                    }

        .job-list-item-container .job-list-item-content .title {
            margin-top: 10px;
            font-size: 16px;
            line-height: 20px;
            color: #4F4F4F;
            margin-bottom: 0;
            font-family: Montserrat-bold;
            max-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .job-list-item-container .job-list-item-content .job-date {
            margin-top: 10px;
            font-size: 12px;
            line-height: 15px;
            color: #000000;
            font-family: Montserrat-Regular;
            margin-bottom: 0;
        }

            .job-list-item-container .job-list-item-content .job-date span {
                font-family: Montserrat-Medium;
            }

            .job-list-item-container .job-list-item-content .job-date strong {
                color: #EB5757;
                font-family: Montserrat-Bold;
            }

        .job-list-item-container .job-list-item-content .job-location {
            font-size: 12px;
            line-height: 15px;
            color: #000000;
            font-family: Montserrat-Regular;
            margin-bottom: 0;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

            .job-list-item-container .job-list-item-content .job-location span {
                font-family: Montserrat-Medium;
            }


        .job-list-item-container .job-list-item-content .job-price {
            font-size: 16px;
            line-height: 16px;
            color: #5E8012;
            font-family: Montserrat-bold;
            margin-bottom: 0;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

            .job-list-item-container .job-list-item-content .job-price span {
                font-family: Montserrat-Medium;
                font-size: 12px;
                line-height: 15px;
                color: #000000;
            }


    .job-list-item-container .job-list-item-footer {
        border-top: 1px solid #D5D5D5;
        text-align: center;
        padding: 14px 0 14px 0;
        margin-top: 14px;
    }

        .job-list-item-container .job-list-item-footer a {
            margin: 0 10px;
        }

    .job-list-item-container .job-list-item-doping {
        border-top: 1px solid #D5D5D5;
        text-align: center;
        padding: 14px 0;
        text-align: center;
        min-height: 50px;
        position: relative;
    }

        .job-list-item-container .job-list-item-doping ul {
            list-style-type: none;
            display: inline-block;
            margin-bottom: 0;
        }


        .job-list-item-container .job-list-item-doping .item {
            font-size: 12px;
            line-height: 15px;
            color: #000000;
            font-family: Montserrat-Medium;
            display: inline-block;
            margin-right: 20px;
        }

            .job-list-item-container .job-list-item-doping .item:last-child {
                margin-bottom: 0;
            }

            .job-list-item-container .job-list-item-doping .item img {
                width: 18px;
                margin-right: 5px;
                margin-bottom: 5px;
            }

            .job-list-item-container .job-list-item-doping .item span {
                font-family: Montserrat-Regular;
            }

        .job-list-item-container .job-list-item-doping .warning-message {
            position: absolute;
            top: 50%;
            transform: translate(-50%,-50%);
            left: 50%;
            width: 100%;
            margin-bottom: 0;
            font-size: 12px;
            line-height: 15px;
            color: #000000;
            font-family: Montserrat-Medium;
        }

.not-job-items {
    font-family: Montserrat-Medium;
    font-size: 16px;
}

.remove {
    cursor: pointer;
}

.removeMessage img {
    width: 24px;
    background: none;
    border-radius: 0;
    float: none;
}

.job-no {
    float: right;
    font-family: Montserrat-Bold;
    color: #000 !important;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 33px;
}

    .job-no span {
        font-family: montserrat-medium;
        font-size: 15px;
    }

.job-list-item-container.doping-one-cikar .job-list-item-content .category ul li, .job-list-item-container.doping-one-cikar .job-list-item-content .job-date, .job-list-item-container.doping-one-cikar .job-list-item-content .job-location {
    font-family: Montserrat-Medium;
}

.mobile-menu {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99999999;
    background: #fff;
    height: 60px;
}

    .mobile-menu ul {
        display: inline-block;
        list-style-type: none;
        width: 100%;
        border-top: 3px solid #9bc134;
        margin-bottom: 0;
        padding-top: 7px;
    }

        .mobile-menu ul li {
            display: inline-block;
            width: 20%;
            text-align: center;
            float: left;
        }

            .mobile-menu ul li a {
                font-size: 12px;
                line-height: 12px;
                color: #4F4F4F;
                font-family: Montserrat-Regular;
            }

                .mobile-menu ul li a img {
                    display: block;
                    margin: 0 auto;
                }

                    .mobile-menu ul li a img.plus-button {
                        background: #9BC134;
                        padding: 16px;
                        border-radius: 100%;
                        margin-top: -39px;
                        margin-bottom: 7px;
                    }

.mobile-menu, .menu-left-button-content {
    display: none;
}

.default-profile-img {
    background: #00000057;
    color: #fff;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    font-size: 27px;
    display: inline-block;
    text-transform: uppercase;
}

.normal-down {
    position: relative;
    left: 10px;
}

.default-img-down {
    position: relative;
    left: 5px;
    bottom: 5px;
}

.mobile-logout {
    display: none;
}

.table-div-header {
    background: #fff;
}

    .table-div-header p {
        margin-bottom: 0;
        color: #848383;
        font-family: Montserrat-bold;
        font-size: 12px;
        padding: 7.5px 0 7.5px 5px;
    }

.table-div-item {
    background: #fff;
    margin-top: 15px;
    padding: 10px 0;
    position: relative;
}

    .table-div-item p {
        font-family: Montserrat-Regular;
        color: #000000;
        margin-bottom: 0;
        font-size: 14px;
        padding-left: 5px;
    }

        .table-div-item p.content {
            font-family: Montserrat-Regular;
            font-size: 12px;
        }

    .table-div-item .text-right {
        z-index: 3;
    }

        .table-div-item .text-right a {
            margin-right: 10px;
        }

    .table-div-item .row-link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 2;
    }

.message-list-table .not-read {
    background: #a9cd564d;
}

.table-div-not-item {
    margin-top: 15px;
}

    .table-div-not-item p {
        font-family: montserrat-regular;
    }

div[class*="getx"], div[id*="gtx"] {
    display: none;
}

.advert-offers .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link, .user-job-content .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link {
    white-space: normal;
    text-align: left;
}

.user-personal-info-content .blocked-member {
    padding: 20px 0;
}

.left-user-card .default-profile-img {
    width: 140px;
    line-height: 140px;
    font-size: 75px;
}

.user-card .default-profile-img {
    width: 120px;
    line-height: 120px;
    font-size: 55px;
}

.new-list-header {
    background: #fff;
    padding: 5px 0;
}

    .new-list-header p {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        color: #848383;
        font-family: Montserrat-bold;
    }

.mobile-show {
    display: none;
}



.owl-theme .owl-controls {
    text-align: center;
    margin-top: 10px;
}

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
    }

        .owl-theme .owl-controls .owl-page span {
            background: none repeat scroll 0 0 #DEDEDE;
            border-radius: 20px;
            display: block;
            height: 12px;
            margin: 5px 7px;
            opacity: 0.5;
            width: 12px;
        }


        .owl-theme .owl-controls .owl-page.active span {
            background: none repeat scroll 0 0 #9BC134;
        }

.job-detail-button {
    position: fixed;
    bottom: 60px;
    width: 100%;
    display: block;
    z-index: 9999999;
}

    .job-detail-button a {
        width: 50%;
        font-family: Montserrat-Medium;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF !important;
        float: left;
        padding: 16px 0;
        text-align: center;
    }

        .job-detail-button a:nth-child(1) {
            background: #9BC134;
        }

        .job-detail-button a:nth-child(2) {
            background: #5E8012;
        }

.mobile-seller {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 40px;
}

    .mobile-seller .sub-title {
        border-bottom: 1px solid #D5D5D5;
        padding-bottom: 6px;
        margin-bottom: 40px;
    }

    .mobile-seller .user-image {
        width: 92px;
        height: 92px;
    }

    .mobile-seller .namesurname {
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        font-family: Montserrat-Bold;
        margin-top: 30px;
    }

    .mobile-seller .location {
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        font-family: Montserrat-Regular;
    }

    .mobile-seller .phone {
        font-size: 18px;
        line-height: 22px;
        color: #000000 !important;
        font-family: Montserrat-Regular;
    }

    .mobile-seller .grey {
        font-size: 16px;
        line-height: 20px;
        color: #4F4F4F !important;
        font-family: Montserrat-Regular;
        display: block;
        text-align: center;
        border: 2px solid #4F4F4F;
        border-radius: 4px;
        padding: 13px 0;
        margin-bottom: 20px;
    }

    .mobile-seller .green {
        font-family: Montserrat-Regular;
        font-size: 16px;
        line-height: 20px;
        color: #9BC134 !important;
        display: block;
        text-align: center;
        border: 2px solid #9BC134;
        border-radius: 4px;
        padding: 13px 0;
    }

    .mobile-seller .user-image img {
        border-radius: 100%;
    }

.mobile-report {
    color: #EB5757 !important;
    font-size: 14px;
    line-height: 19px;
    font-family: Montserrat-Bold;
}

.mobile-favorite-content {
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 999;
    width: 48px;
    height: 48px;
}

.mobile-add-favorite, .mobile-favorite {
    width: 48px;
    height: 48px;
    cursor: pointer !important;
    border-radius: 100%;
    background-size: contain !important;
    float: left;
}

.mobile-add-favorite {
    background-image: url('/Content/images/design/add-favorite-icon.svg');
}

.mobile-favorite {
    background-image: url('/Content/images/design/favorite-icon.svg');
}

.tablet-show {
    display: none;
}

.PhoneInput input {
    border: 0;
    border-bottom: 1px solid #9c9c9c;
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #212121;
    margin-left: 10px;
    padding-left: 0;
}

    .PhoneInput input:focus {
        box-shadow: none;
        border-color: #9c9c9c;
    }

.PhoneInput .select2-container--default .select2-selection--single {
    border: 0 !important;
    border-bottom: 1px solid #aaa !important;
    height: 32px !important;
    width: 75px;
}

    .PhoneInput .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        font-weight: bold;
        font-family: Montserrat-Regular;
    }

.PhoneInput .selection:focus {
    box-shadow: none !important;
    outline: none;
}

.PhoneInput .select2-container {
    box-shadow: none !important;
    outline: none;
}

.register-container .customcheck input[type="checkbox"] {
    position: relative;
    top: 3px;
}

.SettingsPhoneInput .select2-container--default .select2-selection--single {
    border: 1px solid #f1f1f1 !important;
    height: 45px !important;
    width: 80px;
    border-radius: 4px;
}

    .SettingsPhoneInput .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        font-weight: bold;
        font-family: Montserrat-Regular;
        margin-top: 5px;
    }

.vitrin .tab-content {
    width: 100%;
}

.page-about {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

    .page-about h1 {
        font-size: 24px;
        line-height: 29px;
        color: #333333;
        font-family: Montserrat-Bold;
        margin-bottom: 25px;
        text-align: center;
    }

    .page-about img {
        display: block;
        margin: 0 auto;
        margin-bottom: 45px;
    }

    .page-about p {
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        font-family: Montserrat-Regular;
    }


.page-top-about {
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 55px;
    padding-top: 80px;
    background-position: center !important;
    min-height: 300px;
    background-size: cover !important;
}

    .page-top-about .content {
        max-width: 900px;
        display: block;
        margin: 0 auto;
    }

    .page-top-about .title {
        font-family: Montserrat-Regular;
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
        color: #333333;
        margin-bottom: 42px;
    }

    .page-top-about .buttons {
    }

        .page-top-about .buttons .button {
        }

            .page-top-about .buttons .button:first-child {
                margin-right: 55px;
            }

.page-about-bg {
    padding: 75px 0;
}

    .page-about-bg.no {
        background: #fff;
    }

    .page-about-bg .content-text {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .page-about-bg h2 {
        font-size: 24px;
        line-height: 29px;
        color: #333333;
        font-family: Montserrat-Bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .page-about-bg p {
        font-size: 18px;
        line-height: 22px;
        text-align: justify;
        color: #000000;
        font-family: Montserrat-Regular;
    }

.page-top-faq {
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 70px;
    padding-top: 80px;
    background-position: center !important;
    min-height: 300px;
    background-size: cover !important;
}

    .page-top-faq .content {
        max-width: 900px;
        display: block;
        margin: 0 auto;
    }

    .page-top-faq .title {
        font-family: Montserrat-Regular;
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
        color: #333333;
        margin-bottom: 20px;
    }

.page-faq {
    padding: 65px 0;
    min-height: 450px;
}

    .page-faq .faq-item {
    }

        .page-faq .faq-item .title {
            font-size: 24px;
            line-height: 29px;
            color: #333333;
            cursor: pointer;
            font-family: Montserrat-Bold;
        }

            .page-faq .faq-item .title img {
                margin-left: 4px;
            }

        .page-faq .faq-item .content-text {
            margin-top: 25px;
            display: none;
        }

            .page-faq .faq-item .content-text p {
                font-size: 18px;
                line-height: 22px;
                text-align: justify;
                color: #000000;
                font-family: Montserrat-Regular;
            }

.contracts {
    padding: 40px 25px;
}

    .contracts h1 {
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        font-family: Montserrat-Bold;
        margin-bottom: 20px;
    }

    .contracts p {
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        font-family: Montserrat-Regular;
    }

.page-contact {
    padding: 70px 0;
}

    .page-contact .sub-title {
        font-size: 24px;
        line-height: 29px;
        color: #333333;
        font-family: Montserrat-Bold;
        margin-bottom: 25px;
    }

    .page-contact .description {
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        font-family: Montserrat-Regular;
        margin-bottom: 25px;
    }

    .page-contact .form-content {
    }

        .page-contact .form-content label {
            display: block;
            margin-bottom: 6px;
            font-size: 14px;
            line-height: 16px;
            font-family: Montserrat-Medium;
            color: #333333;
        }

        .page-contact .form-content input {
            background: #FFFFFF;
            border: 0;
            border-radius: 0;
        }

        .page-contact .form-content textarea {
            background: #FFFFFF;
            border: 0;
            border-radius: 0;
            resize: none;
            height: 170px;
        }

        .page-contact .form-content a.button {
            margin-top: 30px;
            display: block;
            background: #9BC134;
            border-radius: 4px;
            font-size: 14px;
            line-height: 16px;
            color: #FFFFFF;
            padding: 16px 0;
            text-align: center;
            font-family: Montserrat-Regular;
            cursor: pointer;
        }

    .page-contact .right {
        padding-top: 54px;
    }

        .page-contact .right .contact-a {
            display: block;
            margin-top: 25px;
            font-size: 18px;
            line-height: 22px;
            color: #000000;
            font-family: Montserrat-Regular;
        }

            .page-contact .right .contact-a img {
                margin-right: 20px;
            }

        .page-contact .right .sub-title {
            margin-top: 50px;
        }

        .page-contact .right ul {
            list-style-type: none;
            display: inline-block;
            margin-top: 25px;
        }

            .page-contact .right ul li {
                display: inline-block;
                margin-right: 28px;
            }

                .page-contact .right ul li:last-child {
                    margin-right: 0;
                }

.not-job {
    margin-top: 30px;
    text-align: center;
}

    .not-job p {
        margin-top: 25px;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        font-family: Montserrat-Regular;
    }

.contact-phone .select2-container .select2-selection--single {
    width: 75px;
}

.advert-offers-top {
}

    .advert-offers-top li {
        width: 100%;
    }

        .advert-offers-top li a {
            float: left;
            width: calc(100% - 210px);
            padding-right: 10px;
        }

    .advert-offers-top .filter-container {
        float: right;
        width: 200px;
    }

.mobile-job-no {
    display: none;
}

.section-help {
}

    .section-help .left {
    }

        .section-help .left h2 {
            font-family: Montserrat-Regular;
            font-size: 22px;
            line-height: 27px;
            color: #343434;
            margin-top: 50px;
            margin-bottom: 0;
        }

        .section-help .left ul {
            list-style-type: none;
            margin-top: 25px;
        }

            .section-help .left ul li {
                display: block;
            }

                .section-help .left ul li a {
                    background: #FFFFFF;
                    border-radius: 4px;
                    padding: 13px 16px;
                    margin-bottom: 8px;
                    display: block;
                    font-family: Montserrat-Bold;
                    font-size: 18px;
                    line-height: 22px;
                    color: #000000 !important;
                }

                .section-help .left ul li.active a {
                    background: #5E8012;
                    color: #ffffff !important;
                }

    .section-help .right {
        background: #fff;
        padding-bottom: 75px;
    }

        .section-help .right h1 {
            margin-top: 50px;
            font-family: Montserrat-Bold;
            font-size: 22px;
            line-height: 27px;
            color: #343434;
            margin-bottom: 0;
        }

        .section-help .right .help-img {
            width: 100% !important;
            height: 450px !important;
            margin-top: 22px;
            background-repeat: no-repeat !important;
            background-size: contain !important;
            background-position: center !important;
            position: relative;
        }

            .section-help .right .help-img img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                width: 75px;
            }

        .section-help .right .content {
            margin-top: 30px;
        }

            .section-help .right .content p {
                font-family: Montserrat-Regular;
                font-size: 18px;
                line-height: 22px;
                text-align: justify;
                color: #000000;
            }

        .section-help .right .help-bottom {
            margin-top: 40px;
            border-top: 1px solid #C4C4C4;
            padding-top: 30px;
            text-align: center;
        }

            .section-help .right .help-bottom .description {
                font-family: Montserrat-Regular;
                font-size: 18px;
                line-height: 22px;
                color: #000000;
            }

            .section-help .right .help-bottom .button {
                font-family: Montserrat-Bold;
                font-size: 16px;
                line-height: 20px;
                color: #FFFFFF;
                background: #BDBDBD;
                border-radius: 4px;
                text-align: center;
                width: 200px;
                padding: 9px 0;
                margin: 30px auto 0 auto;
                display: block;
            }

        .section-help .right .help-bottom-register {
            margin-top: 40px;
            padding-top: 30px;
            text-align: center;
        }

            .section-help .right .help-bottom-register .description-register {
                font-family: Montserrat-Bold;
                font-size: 18px;
                line-height: 22px;
                color: #000000;
            }

            .section-help .right .help-bottom-register .button {
                font-family: Montserrat-Bold;
                font-size: 16px;
                line-height: 20px;
                color: #FFFFFF;
                background: #9BC134;
                border-radius: 4px;
                text-align: center;
                width: 200px;
                padding: 9px 0;
                margin: 30px auto 0 auto;
                display: block;
            }

#PaymentContent .button {
    border-radius: 4px;
    background-color: rgba(147, 193, 44, 0.8);
    color: #f8f8f8;
    display: block;
    padding: 6px 12px;
    position: relative;
    bottom: 8px;
    font-family: Montserrat-Bold;
    text-align: center;
    cursor: pointer;
}

#PaymentContent .info-description {
    margin-bottom: 30px;
    padding-left: 0;
}

.job-description ul, .job-description ol {
    padding-left: 40px;
}

.ssl-img {
    display: block;
    margin: 25px auto 0 auto;
}

.NotificationList p strong {
    font-weight: normal;
    font-family: Montserrat-SemiBold;
}

.ConversationList {
}

    .ConversationList .profile-picture {
        width: 48px;
        border-radius: 100%;
        float: left;
    }

    .ConversationList .message-name {
        float: left;
        margin-top: 15px;
        margin-left: 5px;
    }

    .ConversationList .message-date {
        margin-top: 15px;
    }

    .ConversationList .content {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .ConversationList a {
        margin-top: 10px;
        display: inline-block;
    }

.all-vitrin-button {
    border-radius: 4px;
    background-color: rgba(147, 193, 44, 0.8);
    color: #f8f8f8 !important;
    padding: 6px 12px;
    position: relative;
    bottom: 8px;
    width: 200px;
    display: block;
    margin: 25px auto 0 auto;
}

.section-terms-api {
    background: #f2f2f2;
    margin-bottom: 25px;
}

.mobile-breadcrumb {
    display: none;
}

.section-not-found {
    width: 480px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

    .section-not-found img {
    }

    .section-not-found .content-title {
        font-family: Montserrat-SemiBold;
        font-size: 36px;
        line-height: 44px;
        color: #333333;
        margin-top: 90px;
    }

    .section-not-found .description {
        font-family: Montserrat-Regular;
        font-size: 18px;
        line-height: 22px;
        color: #333333;
        margin-top: 36px;
    }

    .section-not-found .button {
        background: #9BC134;
        border-radius: 4px;
        font-family: Montserrat-Bold;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        padding: 9px 0;
        display: block;
        margin: 36px auto 0 auto;
        width: 205px;
    }

.section-download-app {
    width: 770px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.popular-search {
    margin-top: 60px;
}

    .popular-search h2 {
        margin-bottom: 28px;
        font-family: Montserrat-Regular;
        font-size: 14px;
        line-height: 17px;
        color: #343434;
    }

    .popular-search .item-list {
    }

        .popular-search .item-list .item {
            display: inline-block;
            font-family: Montserrat-Regular;
            font-size: 14px;
            line-height: 17px;
            color: #000000;
            padding: 10px 24px;
            border: 1px solid #9C9C9C;
            border-radius: 4px;
            margin-bottom: 12px;
            margin-right: 5px;
        }

.index-content {
    margin: 30px 0 50px 0;
}

    .index-content h2 {
        font-family: Montserrat-Regular;
        font-size: 24px;
        line-height: 160%;
        color: #343434;
        margin-bottom: 16px;
    }

    .index-content .content * {
        font-family: Montserrat-Regular;
        font-size: 14px;
        line-height: 18px;
        color: #343434;
    }

.transport-area {
    border: 3px solid #EB5757;
    border-radius: 4px;
    padding: 16px;
    margin-left: 0px;
    margin-right: 0px;
}

.transport-fa-icon {
    color: #EB5757;
    font-size: 20px !important;
}

.transport-title {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #343434 !important
}

.page-top-doping-step-four {
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 34.5px;
    padding-top: 35px;
    background-size: cover !important;
    background-position: center !important;
}

    .page-top-doping-step-four .content {
        max-width: 900px;
        display: block;
        margin: 0 auto;
    }

    .page-top-doping-step-four .doping-page-top-step-four-item .top-item-step-four {
        background: #FFFFFF;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        width: 135px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0 auto;
    }

        .page-top-doping-step-four .doping-page-top-step-four-item .top-item-step-four img {
            height: 27px;
            width: 23px;
        }

        .page-top-doping-step-four .doping-page-top-step-four-item .top-item-step-four p {
            font-family: Montserrat-Regular;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            color: #848484;
            margin-top: 18px;
            margin-bottom: 0;
        }

    .page-top-doping-step-four .row .doping-page-top-step-four-item:nth-child(1) .top-item-step-four {
        float: right;
    }

    .page-top-doping-step-four .row .doping-page-top-step-four-item:nth-child(3) .top-item-step-four {
        float: left;
    }

.get-active-color .active .sub-title {
    color: #5E8012;
}

.get-active-color-for-tab-panel {
    border-bottom: 2px solid #5E8012;
}

/*Paylaş Butonları İçin Yazılanlar*/

.social-media-general-area {
    border-top: 1px solid #BEBEBE
}

.share-on-social-media-desc {
    color: #848383;
    font-family: Montserrat-Regular;
    font-size: 16px;
    padding: 15px 0;
}

.social-button {
    padding: 10px 0;
    letter-spacing: 1px;
    margin-right: 5px;
}

    .social-button > div {
        text-align: center;
    }

.social-button-facebook {
    background-color: #3C5A96;
}

.social-button-twitter {
    background-color: #55ACEE;
}

.social-button-whatsapp {
    background-color: #1BD741;
}

.social-button > a {
    color: #FFFFFF;
}

.social-button div {
    border-radius: 4px;
    text-align: center;
    height: 36px;
    width: 100%;
    padding: 5px;
}

.social-button span {
    font-size: 10px;
    line-height: 17px;
    font-family: Montserrat-Bold;
}

.info-BTN {
    font-size: 14px;
    padding: 0px 3px 0px 3px;
    border-radius: 50px
}

.legalinfo {
    font-size: 9px;
    color: #717171;
    margin-top: 10px;
}
/*Paylaş Butonları İçin Yazılanlar*/


/* Sayfaların içinde açılı olan açaıklama kısımlarındaki collapse ler için */
.warning-container {
    background: #fff;
    width: 100%;
    padding: 24px 16px;
    border: 3px solid #EB5757;
    transition: all 0.3s ease-out;
}

.warning-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #848383;
    margin: 16px 0 0 0;
    font-family: Montserrat-Regular;
    max-height: 100%;
    transition: max-height 0.3s ease-out;
}

    .warning-description p {
        margin-bottom: 5px;
        font-family: Montserrat-Medium;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #848383;
    }

    .warning-description .inf-bold {
        font-family: Montserrat-Bold;
        color: #343434;
    }

    .warning-description .inf-danger {
        font-family: Montserrat-Bold;
        color: #EB5757;
    }

    .warning-description .inf-link {
        font-family: Montserrat-Bold;
        text-decoration: underline !important;
        color: #848383;
    }

        .warning-description .inf-link.active {
            color: #343434;
        }

    .warning-description.swipeEffect {
        transition: max-height 0.3s ease-in;
        max-height: 0;
        overflow: hidden;
        margin: 0;
    }

.warning-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Montserrat-Bold;
}

.warning-title {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.warning-icon {
    color: #EB5757;
    font-size: 20px;
    margin-right: 10px;
}

.warning-hide {
    color: #848383;
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
}
/* Sayfaların içinde açılı olan açaıklama kısımlarındaki collapse ler için */

.btn-light-gray {
    background: #BDBDBD;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF !important;
    font-family: Montserrat-Medium;
    padding: 8px 32px;
    box-shadow: none !important;
    outline: none !important;
}

/* satın alma sayfası için adres kutucukları */
.address-box {
    display: flex;
    flex-flow: column;
    border: 1px solid #A6CA53;
    float: left;
    width: 100%;
    border-radius: 4px;
    padding: 12px;
    max-height: 112px;
}

.address-header {
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    font-family: Montserrat-Bold;
}

    .address-header small {
        color: #848383;
        font-size: 12px;
        line-height: 15px;
        padding-bottom: 4px;
        padding-right: 4px;
        font-family: Montserrat-Regular;
    }

.address-line {
    color: #343434;
    font-size: 12px;
    line-height: 15px;
    padding: 4px 0;
}

.address-radio {
    margin-bottom: 16px;
}

    .address-radio .custom-control-label::before {
        top: 53px !important;
    }

    .address-radio .custom-control-label::after {
        top: 53px !important;
    }

.address-content {
    float: left;
    width: 100%;
    margin-top: 16px;
    max-height: 256px;
    overflow: auto;
    overflow-x: hidden;
}
/* satın alma sayfası için adres kutucukları */


.btn-copy {
    cursor: pointer;
    color: #848484;
    margin-right: 4px;
}

.user-personal-info-content .personal-info-input-row.custom-form-input .custom-control label {
    font-size: 14px !important;
}

.custom-form-input .custom-control-label:before, .custom-form-input .custom-control-label:after {
    top: 0 !important;
}

.secure-payment-registerbtn {
    padding: 16px 36px;
    background: #A6CA53;
    border-radius: 4px;
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

    .secure-payment-registerbtn:hover {
        color: #FFFFFF !important;
    }

.advertise-list-h1 {
    white-space: normal;
    text-align: left;
    background: none !important;
    color: #343434 !important;
    position: relative;
    display: block;
    overflow: visible;
    text-overflow: ellipsis;
    border: none !important;
    font-family: Montserrat-Regular;
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 0;
    line-height: initial;
    padding-left: 0;
}

.top-img {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    position: relative;
    margin-bottom: 2rem;
}