body {
    color: #202020;
    font-family: "Avenir Next LT Pro Regular", sans-serif !important;
    background-color: #f5f9fb;
    overflow-x: hidden;
    letter-spacing: 0.2px;
}
.bold {
    font-family: "Avenir Next LT Pro Demi";
}
.bolder {
    font-family: "Avenir Next LT Pro Bold";
}
p {
    color: #202020;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-t-3 {
    margin-top: 3px;
}
.m-b-60 {
    margin-bottom: 60px;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-b0 {
    margin-bottom: 0;
}
.mr-10p {
    margin-right: 10px;
}
.p-r0 {
    padding-right: 0 !important;
}
.p-l0 {
    padding-left: 0 !important;
}
a,
a:hover {
    color: var(--theme-color);
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
li,
ul {
    list-style: none;
}
@media only screen and (min-width: 768px) {
    .no-padding {
        padding: 0 !important;
    }
    .btn-close-box {
        display: none !important;
    }
    .task-details .task-header {
        display: none;
    }
}
.no-margin {
    margin: 0 !important;
}
.hide {
    display: none;
}
b,
strong {
    font-family: "Avenir Next LT Pro Bold";
}
.m-b-7 {
    margin-bottom: 7px;
}
.p-0-right {
    padding-right: 0;
}
div#header {
    height: auto;
    z-index: 9;
    position: absolute;
    width: 100%;
    border-top: 2px solid #cb3c40;
    background-color: rgba(255, 255, 255, 0.7);
}
img.logo {
    vertical-align: middle;
    margin: 20px 0;
}
.border-menu {
    padding: 8px 20px;
    display: block;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.border-menu:hover {
    border: 1px solid var(--theme-color);
    background-color: #fff;
    color: var(--theme-color);
}
.no-border {
    font-size: 18px;
    color: #202020;
}
.post-req-btn {
    padding: 8px 20px;
    display: block;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    background-color: #48484a;
    border: 1px solid #48484a;
}
.post-req-btn:hover {
    color: #48484a;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #48484a;
}
.create-an-account {
    padding: 8px 20px;
    display: block;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    background-color: #cb3c40;
}
.create-an-account:hover {
    color: #fff;
}
.sign-in {
    padding: 8px 24px;
    display: block;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
}
.sign-in:hover {
    color: #48484a;
}
.req {
    padding: 35px 0;
}
.req a {
    display: inline-block;
}
.banner {
    padding: 80px 0 110px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    min-height: 650px;
    height: 100vh;
}
.banner-a {
    padding: 40px 0;
}
.hr-con {
    background-color: var(--theme-color);
    text-align: center;
    margin: 55px 0 80px;
    padding: 30px 15px;
    border-radius: 12px;
}
.hr-con h2 {
    color: #fff;
    font-size: 28px;
}
.de-btn {
    background-color: #fff;
    border: 0;
    padding: 10px 30px;
    display: inline-block;
    color: #000;
    border-radius: 30px;
    margin: 10px 0;
}
.de-btn:hover {
    color: var(--theme-color) !important;
    text-decoration: none !important;
}
.banner-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.consumer {
    background-color: #fff;
    padding: 140px 0 110px;
}
.h-title {
    font-size: 40px;
    margin-bottom: 75px;
}
.h-title span {
    color: var(--theme-color);
}
.banner-title {
    text-align: center;
    width: 100%;
    margin-top: 12%;
}
.banner-title h1 {
    font-size: 55px;
    color: #fff;
}
.navigation {
    width: 100%;
    height: 70px;
    display: table;
    display: block;
}
.nav-menu {
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
    width: 100%;
}
.hide-mobile {
    display: block !important;
}
.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
    padding: 10px 5px;
}
.nav-left:first-child {
    margin-left: 70px;
}
.align-to-right {
    float: right;
}
.nav-menu > li > a {
    padding: 9px 20px 7px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    text-transform: uppercase;
    background-color: #202020;
}
.nav-menu > li:first-child > a {
    background-color: var(--theme-color);
}
.left-btn {
    padding: 11px 16px 9px !important;
    font-size: 14px !important;
}
.mmenu-trigger {
    width: 30px;
    height: 35px;
    padding: 6px 2px 0;
    position: absolute;
    top: 14px;
    left: 20px;
    display: none;
    cursor: pointer;
    z-index: 99;
}
.mm-mobile {
    display: none;
}
.mobile-menu {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 75px;
    background-color: #fff;
}
.mobile-logo {
    text-align: center;
}
.mobile-logo a {
    display: inline-block;
}
.mobile-logo a img {
    width: 130px;
    margin: 12px;
    transition: opacity 0.3s ease-out;
}
.mobile-logo.open a img {
    transition: opacity 0.2s ease-in;
    opacity: 0;
}
.mobile-menu .post-task-link {
    background: var(--theme-color);
    border-radius: 200px;
    border: 1px solid rgba(41, 43, 50, 0.1);
    transition: text-shadow 0.35s cubic-bezier(0.615, 0.19, 0.305, 0.91),
        border 0.35s cubic-bezier(0.615, 0.19, 0.305, 0.91);
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 11px;
    height: 27px;
    letter-spacing: 0.44px;
    line-height: 27px;
    margin: 13px 10px 0 20px;
    overflow: hidden;
    text-align: center;
    width: 90px;
}
.mobile-menu .post-task-link {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    transition: width 0.5s ease-in-out;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}
.mobile-menu .post-task-link.icon {
    width: 46px;
}
.mobile-menu .post-task-link.text {
    width: 145px;
}
.mobile-menu .post-task-link span {
    color: #fff;
    transition: opacity 0.2s linear 0.2s;
    opacity: 1;
}
.mobile-menu .post-task-link.icon span {
    transition: opacity 0.3s linear;
    opacity: 0;
}
.mobile-menu .post-task-link .icon-plus {
    transition: opacity 0.3s linear, transform 0.2s ease-in;
    opacity: 1;
    position: absolute;
    right: 12px;
    top: 6px;
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    font-size: 30px;
    color: #fff;
    line-height: 30px;
}
.mobile-menu .post-task-link.text .icon-plus {
    opacity: 0;
    -ms-transform: scale(0.2) rotate(90deg);
    transform: scale(0.2) rotate(90deg);
}
.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1002;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    background-color: #fff;
}
.get-start {
    padding-top: 10%;
    padding-left: 10%;
}
.get-start h3 {
    color: #202020;
    font-size: 24px;
    line-height: 60px;
    font-family: "Avenir Next LT Pro Demi";
    margin-left: 20px;
}
.btn-rounded {
    border-radius: 10em;
}
.main-content {
    padding: 50px 0;
}
.category-area h2 {
    font-size: 40px;
    font-family: "Avenir Next LT Pro Demi";
    color: #202020;
    margin: 40px 0 0;
}
.category-area h5 {
    font-size: 16px;
    margin-bottom: 50px;
    font-family: "Avenir Next LT Pro Demi";
    color: #777;
}
.nav-brand.logo img {
    width: 200px;
    margin-top: 20px;
    margin-left: 25px;
}
.nav-right {
    float: right !important;
}
.nav-right a {
    background-color: transparent !important;
    margin-top: 20px;
}
.nav-right {
    padding: 0 !important;
}
.show-mobile {
    display: none !important;
}
.hide-mobile {
    display: block !important;
}
.logo img {
    width: 300px;
}
.category-area a h3 {
    color: #0e0e0f;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 1px;
    text-align: center;
    margin: 15px 0 0;
}
.categories a p {
    display: none;
}
.categories a p {
    color: #999;
    font-size: 14px;
    line-height: 140%;
    opacity: 0;
    display: block;
    padding-top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.categories a:hover p {
    opacity: 1;
    padding-top: 10px;
}
.category-area a {
    display: block;
    margin-bottom: 30px;
}
.hiw-icon {
    display: inline-block;
    width: 100%;
    height: 135px;
    background-repeat: no-repeat;
}
.how-it-works {
    background-color: #f1f1f1;
    padding: 40px 0;
}
.how-it-works h2 {
    font-size: 40px;
    font-family: "Avenir Next LT Pro Demi";
    color: #202020;
}
.page-footer {
    background-color: #fff;
    padding: 70px 0;
}
.footer-copyright {
    padding: 16px 0;
    font-size: 12px;
    color: #fff;
    background-color: var(--theme-color);
    text-align: center;
}
.copy-wright {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
}
.usefull_link:before {
    display: block;
    content: "";
    height: 90px;
    margin-bottom: 8px;
    background: #ccc;
    margin-right: 1px;
    transition: all 2s ease;
    width: 1px;
    position: absolute;
    left: 0;
    top: 26px;
}
.usefull_link {
    margin-left: 60px;
}
.page-footer h4 {
    font-size: 18px;
    color: #cb3c40;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.page-footer ul li {
    display: block;
}
.page-footer ul li a {
    font-size: 16px;
    color: #000;
    display: inline-block;
    line-height: 37px;
    padding: 0;
}
.page-footer ul li a:hover {
    color: #202020;
}
.btn-black {
    font-family: "Avenir Next LT Pro Demi", sans-serif;
}
.btn-cyan {
    background-color: var(--theme-color) !important;
    font-size: 14px;
    padding: 0.65rem 2.14rem;
    text-transform: uppercase;
    font-family: "Avenir Next LT Pro Demi", sans-serif;
}
.btn-back {
    color: #202020 !important;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0;
    font-size: 14px;
    padding: 0.6rem 2.14rem;
    font-family: "Avenir Next LT Pro Demi";
}
#createGroups .modal-dialog,
#editAtask .modal-dialog,
#postAtask .modal-dialog {
    max-width: 600px;
}
#editAtask .modal-dialog .modal-content,
#postAtask .modal-dialog .modal-content {
    border-radius: 0;
}
.close {
    font-size: 2rem;
    line-height: 21px;
}
.modal-title {
    text-transform: uppercase;
    color: #202020;
    text-align: center;
    line-height: 32px;
    width: 100%;
    margin-left: 2.5rem;
    font-weight: 500;
    font-size: 20px;
}
#editAtask .modal-header,
#postAtask .modal-header {
    padding-bottom: 5px;
}
#editAtask .modal-body,
#postAtask .modal-body {
    padding-top: 0;
}
.dialog-panel .dialog-panel-nav {
    box-sizing: border-box;
    position: relative;
}
.dialog-panel .dialog-panel-nav {
    border-bottom: 1px solid #f5f9fb;
    padding: 10px 20px;
    margin: -20px -20px 20px;
}
.step-bar {
    max-width: 100%;
    margin: 0;
}
#post-task-step-bar {
    margin-left: -10px;
    margin-right: -24px;
}
.step-bar .step {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Avenir Next LT Pro Demi";
    white-space: nowrap;
    margin-left: -5px;
    color: #202020;
}
.step-bar .step:before {
    display: block;
    content: "";
    height: 3px;
    margin-bottom: 8px;
    background: #eee;
    margin-right: 1px;
    transition: all 2s ease;
}
.step-bar .selected:before {
    background-color: var(--theme-color);
}
.form-control:focus,
.select2-selection--single:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--theme-color);
    outline: 0;
    box-shadow: 0 0 2px 0.05rem rgba(5, 162, 199, 0.25);
}
input.form-control,
select.form-control {
    height: 44px !important;
}
.form-control {
    padding: 0.575rem 0.75rem;
    border-radius: 0;
    font-size: 14px;
}
label {
    margin-bottom: 0.1rem;
    color: #202020;
}
.search-bar label {
    margin-bottom: 0.1rem;
    color: #202020;
    text-transform: uppercase;
    font-size: 14px;
}
.loaderific .loaderific-spinner {
    animation: loaderific-rotation 0.5s infinite linear;
    border-bottom: 3px solid #d8d8d8;
    border-left: 3px solid #d8d8d8;
    border-radius: 100%;
    border-right: 3px solid #d8d8d8;
    border-top: 3px solid #008fb4;
    height: 60px;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    position: fixed;
    top: 50%;
    width: 60px;
    z-index: 999;
}
.loaderific-message {
    background-color: #fff;
    border: 1px solid #cad7dc;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    color: #202020;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin: 50px auto 0;
    padding: 7px;
    position: relative;
    text-align: center;
    top: 50%;
    width: 20%;
}
.dialog-panel .loaderific {
    top: 0;
    left: 0;
}
@keyframes loaderific-rotation {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0;
    height: 42px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #495057;
    line-height: 40px;
    font-size: 14px;
}
:focus {
    outline: 0;
}
.select2-selection--single:focus {
    border-width: 1px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
}
.respresult p {
    margin: 0;
}
.popover-body p {
    margin: 0;
    font-size: 13px;
}
label a,
label a:hover {
    color: #202020;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--theme-color);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.on-site-job {
    background-image: url(../img/location.svg);
    background-repeat: no-repeat;
    background-position: top 10px right 10px;
    background-size: 25px 25px;
    background-color: #f5f9fb;
    padding: 10px;
    overflow: hidden;
}
.small {
    font-size: 12px;
}
.vartual-job {
    background-image: url(../img/remotely.svg);
    background-repeat: no-repeat;
    background-position: top 10px right 10px;
    background-size: 25px 25px;
    background-color: #f5f9fb;
    padding: 10px;
    overflow: hidden;
}
.on-site-job p,
.vartual-job p {
    width: 221px;
    margin: 5px 0 0;
    line-height: 15px;
    float: right;
    padding-right: 30px;
}
.perHourFor {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    margin-left: -5px;
}
.total-hours {
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
}
input#hours {
    display: inline-block;
    width: 40%;
}
#header-area {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}
.logo-sm img {
    width: 110px;
    margin: 5px 0;
}
.left-menu {
    padding: 3px 0;
    display: inline-block;
}
.left-menu > ul > li {
    display: inline-block;
    margin: 15px 5px;
    position: relative;
}
.left-menu > ul > li > a {
    color: #202020;
    font-size: 13px;
    font-family: "Avenir Next LT Pro Demi";
    padding-right: 10px;
    display: block;
}
.right-menu {
    text-align: right;
}
.right-menu ul li {
    display: inline-block;
    margin: 15px 5px;
}
.right-menu ul li a {
    color: #202020;
    font-size: 13px;
    font-family: "Avenir Next LT Pro Demi";
    padding-right: 10px;
}
.right-menu > ul > li:hover a {
    color: var(--theme-color);
}
.left-menu ul > li:hover > a {
    color: var(--theme-color);
}
.left-menu > ul > li > a.b-req {
    padding: 8px 25px;
    display: inline-block;
    font-size: 13px;
    background-color: #d01d26;
}
.left-menu > ul {
    display: inline-block;
}
.left-menu a.postYourNewRequest,
.left-menu button.postYourNewRequest {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-size: 13px;
    font-family: "Avenir Next LT Pro Demi";
}
.right-menu ul {
    display: inline-block;
}
a.b-req {
    padding: 8px 15px;
    display: inline-block;
    font-size: 11px;
}
.logo-sm {
    border-right: 1px solid #ddd;
    display: inline-block;
    width: 170px;
}
.profile-pic img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.profile-info {
    display: inline-block;
}
.profile-pic a {
    display: block;
}
.profile-info .dropdown-menu {
    top: 6px !important;
    border-radius: 0;
    background: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
}
.dropdown-menu {
    min-width: 15rem;
}
.dropdown-menu ul {
    width: 100%;
}
.dropdown-menu ul li {
    padding: 0;
    display: block;
    margin: 0;
}
.dropdown .dropdown-menu .dropdown-item:active {
    background-color: #f8f9fa;
}
.dropdown-menu ul li a {
    border-bottom: 1px solid #f1f1f1;
    padding: 0.6rem 1.5rem;
    font-size: 13px;
}
.dropdown-menu ul li:last-child a {
    border-bottom: 0;
}
.p-img {
    text-align: center;
}
.p-img img {
    width: 130px;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-top: 25px;
    height: 130px;
}
.p-img p {
    color: #202020;
    font-size: 18px;
    margin-bottom: 20px;
}
.p-img p:hover {
    text-decoration: underline;
}
.dashboard-area {
    min-height: calc(100vh - 60px);
}
.profile-left {
    background-color: #fff;
    border-right: 1px solid #cad7dc;
    position: fixed;
    width: 298px;
    top: 0;
    display: block;
    height: 100vh;
    padding-top: 55px;
    overflow-y: scroll;
}
.pro-lm ul li a {
    color: #202020;
    padding: 10px 5px 10px 25px;
    display: block;
    font-family: "Avenir Next LT Pro Demi";
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
}
.profile-right {
    background-color: #fff;
    padding: 30px 15px 70px;
}
.owl-prev {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 60px !important;
    font-family: "Avenir Next LT Pro Demi";
}
.owl-next {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 60px !important;
    font-family: "Avenir Next LT Pro Demi";
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0;
    color: #00626e;
    text-decoration: none;
}
button:focus {
    outline: 0 dotted;
    outline: 0 auto -webkit-focus-ring-color;
}
.profile-right h3 {
    margin: 0 0 40px;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.job-list-table p {
    margin: 0;
    color: #839094;
}
.display-b {
    display: block;
}
.display-ib {
    display: inline-block;
}
table.table a {
    color: var(--theme-color);
}
.forgot-pass {
    float: right;
    display: block;
    font-size: 13px;
}
.remember-me {
    font-size: 14px;
    vertical-align: top;
}
.loader-model {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
    display: none;
}
.taskDetailsLoader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255);
    z-index: 99;
    display: none;
}
.taskDetailsLoader .loaderific-spinner {
    position: absolute;
}
.datepicker.dropdown-menu {
    position: absolute;
}
.pac-container {
    z-index: 99999;
}
.fs-upload {
    position: relative;
}
.fs-upload .fs-upload-target {
    background: #fff;
    border: 3px dashed #607d8b;
    border-radius: 2px;
    color: #455a64;
    font-size: 14px;
    margin: 0;
    padding: 25px;
    text-align: center;
    -webkit-transition: background 0.15s linear, border 0.15s linear,
        color 0.15s linear, opacity 0.15s linear;
    transition: background 0.15s linear, border 0.15s linear, color 0.15s linear,
        opacity 0.15s linear;
    cursor: pointer;
}
.fs-upload-input {
    width: 100%;
    margin: 10px 0;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #455a64;
    border-radius: 2px;
    color: #455a64;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1px;
    opacity: 0;
    cursor: pointer;
}
.h3-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "Avenir Next LT Pro Demi";
}
#blah img,
.spn-loader-a,
.spn-loader-b {
    width: 100px;
    border: 1px solid #ccc;
    padding: 2px;
    margin: 10px 10px 10px 0;
    height: 100px;
}
.show-all {
    font-size: 14px;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: right;
    border-top: 1px solid #ddd;
}
.location-t {
    font-size: 13px;
    color: #839094;
}
.task-title {
    font-size: 17px;
}
.btn-default {
    background-color: #cad7dc !important;
}
.status-info a {
    padding: 4px 12px !important;
}
.status-info p {
    font-size: 20px;
    font-family: "Avenir Next LT Pro Bold";
    color: #202020;
}
.task-details {
    position: absolute;
    padding: 15px 15px 0;
    top: -4px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    transition-delay: 0.1s;
    transition: left 0.5s ease-out;
    overflow-y: scroll;
}
.task-details h2 {
    font-size: 28px;
    font-family: "Avenir Next LT Pro Demi";
    margin-bottom: 25px;
}
.task-cat {
    margin-bottom: 25px;
}
.task-cat span {
    background-color: #ddd;
    color: #202020;
    font-size: 13px;
    padding: 4px 15px;
    border-radius: 5px;
}
.small,
small {
    font-size: 70%;
}
.details-left {
    padding-bottom: 45px;
    padding-right: 15px;
}
.task__des {
    font-size: 15px;
    line-height: 28px;
}
.details__icon {
    width: 10%;
    display: inline-block;
    vertical-align: top;
}
.price__sec {
    display: inline-block;
    font-size: 30px;
    font-family: "Avenir Next LT Pro Bold";
    line-height: 18px;
    margin-bottom: 15px;
}
.price__sec span {
    font-size: 14px;
    color: #839094;
}
.loc__sec {
    display: inline-block;
    font-size: 13px;
    width: 89%;
    vertical-align: top;
    color: #839094;
    margin-top: 4px;
}
.due__date {
    font-size: 14px;
    font-family: "Avenir Next LT Pro Demi";
    color: #202020;
    text-transform: uppercase;
}
.on__site {
    font-size: 16px;
    font-family: "Avenir Next LT Pro Demi";
    margin-bottom: 20px;
    text-transform: uppercase;
}
.task__img {
    text-align: center;
}
.task__img img {
    width: 100%;
}
.task__img {
    text-align: center;
    overflow: hidden;
    border: 1px solid #eee;
}
.task-image h3 {
    margin-top: 30px;
    font-size: 26px;
    font-family: "Avenir Next LT Pro Bold";
}
.task-video h3 {
    margin-top: 30px;
    font-size: 26px;
    font-family: "Avenir Next LT Pro Bold";
}
.task__list {
    background-color: #fff;
    border-right: 1px solid #cad7dc;
}
.client-info p {
    font-size: 14px;
    margin-top: 15px;
}
.srar_rating {
    display: flex;
    justify-content: space-evenly;
}
.srar_rating svg {
    margin-left: -5px;
}
.location__info {
    margin-left: 30px;
    font-size: 13px;
}
.location__info svg {
    vertical-align: text-bottom;
}
.task__des {
    font-size: 14px;
    line-height: 28px;
    color: #839094;
}
.task-slist h4 {
    font-size: 20px;
    font-family: "Avenir Next LT Pro Demi";
    color: #202020;
    cursor: pointer;
}
.task-slist a:hover h4 {
    color: var(--theme-color);
}
.task-price-info p {
    font-size: 15px;
}
.task-slist {
    padding: 15px 15px 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #cad7dc;
    margin-left: -1px;
}
.task-slist a {
    display: block;
}
.task_filter {
    background-color: #fff;
    padding: 15px;
}
.my-specialities h5 {
    font-family: "Avenir Next LT Pro Bold";
    font-size: 20px;
}
.my-specialities ul li {
    line-height: 30px;
    font-size: 16px;
    font-family: "Avenir Next LT Pro Demi";
    color: var(--theme-color);
}
.edit-spc-btn {
    padding: 11px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    color: var(--theme-color) !important;
}
.working_distance h5 {
    font-family: "Avenir Next LT Pro Bold";
    font-size: 20px;
    margin-top: 30px;
}
.working_distance p {
    color: var(--theme-color);
}
.working_distance {
    position: relative;
}
.edit_m_b {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.working_distance:hover .edit_m_b {
    display: block;
}
.my-specialities:hover .edit_m_b {
    display: block;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #888;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #555;
    border-color: #555;
    color: #fff;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #333 !important;
    background-color: #f9f9f9;
    border-color: #ddd;
}
.pagination li {
    display: inline-block;
}
.pagination {
    margin: 15px;
}
.submenu-menu {
    position: absolute;
    width: 250px;
    top: 50px;
    z-index: 99;
    box-shadow: 0 1px 8px 1px #ccc;
    display: none;
    background-color: #fff;
}
.left-menu > ul > li:hover .submenu-menu {
    display: block;
}
ul.submenu-menu li {
    display: block;
    margin: 0;
    margin: 0;
}
ul.submenu-menu li:first-child {
    margin-top: 10px;
}
ul.submenu-menu li:last-child {
    margin-bottom: 5px;
}
ul.submenu-menu li a {
    padding: 5px 15px;
    display: block;
    color: #202020;
    font-size: 14px;
}
ul.submenu-menu li:hover a {
    background-color: #f6f6f6;
}
.submenu-menu:before {
    content: " ";
    position: absolute;
    display: block;
    top: -7px;
    border: 8px solid #fff;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-box-shadow: -2px 2px 3px rgba(57, 73, 76, 0.1);
    box-shadow: -2px 2px 3px rgba(57, 73, 76, 0.1);
    left: 28px;
}
.parent-menu {
    margin: 0 !important;
    padding: 15px 5px;
}
.no-task-alert {
    margin: 0;
    border-radius: 0;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}
.bg-white {
    background-color: #fff;
}
.page-title h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Avenir Next LT Pro Demi";
    padding: 20px 15px 15px;
    border-bottom: 1px solid #eee;
    color: #202020;
    margin: 0;
}
.page-title h3 > small {
    text-transform: none;
    display: block;
}
input.md-form-control,
select.md-form-control {
    height: 45px !important;
}
.upload-pic {
    text-align: center;
}
.upload-pic img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    margin: 20px 0;
}
.custom-upload {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}
.skills-add h3 {
    margin: 50px 0 20px;
    font-size: 22px;
}
span.o-tag-skill {
    background-color: #f6f6f6;
    margin: 3px 3px 3px 0 !important;
    padding: 1px 8px;
    border-radius: 2px;
    color: #000;
    border: 1px solid #ccc;
    font-size: 14px;
    display: inline-block;
}
.m-xs-top-bottom {
    margin-bottom: 24px;
}
.skills-add h5 {
    margin-bottom: 12px;
    font-size: 14px;
    color: #6c757d;
    line-height: 28px;
}
.form-check {
    padding-bottom: 20px;
}
.checkbox {
    padding-left: 4px;
    margin: 0 0 12px;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 8px;
    font-size: 14px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 16px;
    top: 3px;
    margin-left: -37px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: FontAwesome;
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.notification-info h5 {
    font-size: 18px;
    font-family: "Avenir Next LT Pro Demi";
}
.notification-s-area {
    background-color: #eee;
    padding: 25px 15px;
    margin-bottom: 15px;
}
.notification-s-area ul {
    margin-top: 10px;
}
.notification-s-area ul li {
    display: inline-block;
}
.notification-s-area ul li .checkbox-info label {
    font-size: 14px;
    padding: 1px 20px 0 3px;
    vertical-align: middle;
}
.notification-s-area ul li:last-child .checkbox-info label {
    padding-right: 0;
}
.notification-info p {
    font-size: 14px;
    margin: 0;
}
.notification-ls {
    padding: 30px 15px;
}
.not-ls {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    font-size: 14px;
    display: block;
    color: #202020;
}
.prf-img {
    display: inline-block;
    vertical-align: top;
}
.prf-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
.prf-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 15px;
}
.prf-text p {
    margin-bottom: 0;
}
.prf-text h5 {
    font-size: 18px;
    margin-bottom: 2px;
}
.prf-text p span {
    vertical-align: top;
    font-size: 13px;
}
.prf-rating {
    float: right;
}
.prf-rating span {
    vertical-align: top;
    font-size: 12px;
}
.about-me {
    margin-top: 50px;
}
.about-me h5 {
    font-size: 18px;
}
.prf-languages {
    margin-top: 30px;
}
.prf-languages h5 {
    font-size: 18px;
    margin-top: 20px;
}
.prf-skills h5 {
    font-family: "Avenir Next LT Pro Demi";
    font-size: 20px;
    margin-top: 20px;
}
.edit-prf {
    margin-top: 35px;
}
.prf-skills .table td,
.table th {
    border-top: none;
}
.prf-skills .job-list-table p span {
    vertical-align: top;
    font-size: 12px;
    margin-left: 10px;
}
.select2-container {
    width: 100% !important;
}
.submitTask {
    padding: 10px 10px;
    margin-bottom: 4px !important;
    font-size: 14px;
    text-transform: uppercase;
}
.pro-pic img {
    width: 80%;
    border-radius: 50%;
    display: inline-block;
}
.task__m img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
}
.task__m {
    margin-top: 10px;
}
.task__m a {
    font-size: 14px;
    margin-left: 4px;
}
.task__m a:hover {
    text-decoration: underline;
}
p.reviews-count {
    font-size: 14px;
    text-align: center;
    margin: 0;
}
.task-offer span.srar_rating {
    display: block;
    text-align: center;
    margin-top: 12px;
    line-height: 0;
}
.completion {
    text-align: center;
    margin-top: 13px;
}
.completion h6 {
    font-size: 16px;
    font-family: "Avenir Next LT Pro Demi";
    margin: 0;
}
.completion p {
    font-size: 14px;
    margin: 0;
}
.amount.text-center h3 {
    font-size: 18px;
    margin: 0;
    text-align: center;
    font-family: "Avenir Next LT Pro Demi";
}
a.view-task {
    padding: 5px 34px;
    font-family: "Avenir Next LT Pro Demi";
    display: inline-block;
    text-align: center;
}
.area-ps {
    border: 1px solid #fff;
    padding: 14px;
    border-radius: 5px;
}
.area-ps:hover {
    border: 1px solid var(--theme-color);
    padding: 14px;
    border-radius: 5px;
}
.inner-title {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Avenir Next LT Pro Demi";
    margin-bottom: 15px;
}
.task__C {
    display: inline-block;
    width: 7%;
    vertical-align: top;
}
.show-cmnt {
    display: inline-block;
    width: 88%;
}
.task__C img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.show-cmnt a {
    font-size: 14px;
    font-family: "Avenir Next LT Pro Demi";
}
.m-t-15 {
    margin-top: 15px !important;
}
.show-cmnt p {
    margin-bottom: 3px;
    font-size: 14px;
    color: #202020;
    line-height: 14px;
}
.offer-budget {
    text-align: center;
    border: 1px solid #ccc;
    margin: 30px 15px 0;
    background-color: #f5f5f5;
}
.offer-budget h4 {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.offer-budget h3 {
    font-size: 30px;
    font-family: "Avenir Next LT Pro Bold";
    color: #202020;
    margin-bottom: 0;
}
.offer-about h5 {
    font-size: 21px;
    margin-top: 20px;
    font-family: "Avenir Next LT Pro Bold";
}
.cv-d {
    font-size: 15px;
}
.task-commnet {
    padding: 56px 15px 15px;
    margin-bottom: 0;
    margin-top: -56px;
}
.chat-container,
.chat-post {
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
}
.tAmount span {
    font-family: "Avenir Next LT Pro Bold";
    color: var(--theme-color);
}
label.btn-default.btn-on.active {
    background-color: var(--theme-color) !important;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.btn-default.btn-off {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 0;
    background-color: #cad7dc;
    color: #fff;
}
.btn-default.btn-on {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 0;
    background-color: #cad7dc;
    color: #fff;
}
.btn-default:not([disabled]):not(.disabled).active,
.btn-default:not([disabled]):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
    background-color: var(--theme-color) !important;
}
.bid-a-task {
    display: none;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border: 1px solid #ced4da;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #ced4da 1px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 2px 5px;
}
div#msgSignup p {
    margin: 0;
    color: #856404;
}
.ms-pro {
    width: 50px;
    height: 50px;
    display: inline-block;
}
.ms-pro img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
}
.ms-content {
    display: inline-block;
    width: 188px;
    vertical-align: top;
}
.ms-content h4 {
    font-size: 15px;
    color: var(--theme-color);
    margin: 0;
}
.ms-content h5 {
    font-size: 14px;
    color: #202020;
    margin: 5px 0 0;
}
.ms-content p {
    font-size: 12px;
    color: #a0a0a0;
    margin: 0;
}
.msg-list {
    padding: 0 0 20px 0;
    background-color: #fff;
    border-right: 1px solid #cad7dc;
    height: 86vh;
    overflow-y: scroll;
}
.msg-list ul li {
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 10px 5px;
    cursor: pointer;
}
.msg-list ul li.active {
    border-right: 3px solid var(--theme-color);
    background-color: #f1f1f1;
}
.ms-content h4 span {
    float: right;
    font-size: 12px;
    color: #a0a0a0;
}
.task-commnets.ms-box {
    padding: 15px 15px 5px 15px;
    background-color: #f9f9f9;
    height: 125px;
}
.task-commnets p {
    margin: 12px 50px;
    font-size: 14px;
}
.second-hide {
    display: none;
}
p.no-found {
    text-align: center;
    margin-top: 80px;
    font-size: 14px;
    color: #839094;
}
.ms-warning {
    font-size: 12px;
    color: red;
}
.task__head {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0;
}
.task_t {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    line-height: 20px;
    color: #202020;
}
.task__p span {
    font-family: "Avenir Next LT Pro Demi";
    float: right;
    font-size: 24px;
    margin-left: 10px;
    line-height: 24px;
    color: #202020;
}
.t_date,
.t_loc {
    font-size: 12px;
    color: #839094;
}
.desc_l {
    width: 80%;
    display: inline-block;
}
.desc_r {
    display: inline-block;
    width: 18%;
    vertical-align: top;
    text-align: right;
}
.task-ls ul li {
    box-shadow: 0 1px rgba(202, 215, 220, 0.6);
    display: block;
    opacity: 1;
    padding: 0 12px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border-radius: 4px;
    margin: 0 7px 10px 0;
    box-sizing: border-box;
    transition: box-shadow 0.1s ease-out;
    cursor: pointer;
    border: 1px solid transparent;
}
.desc_r img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.task-ls ul li:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    content: " ";
    display: block;
    position: absolute;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: var(--theme-color);
}
.task-ls ul li:hover {
    opacity: 1;
    box-shadow: 3px 5px 8px rgba(202, 215, 220, 0.6);
    text-decoration: none;
}
.task-ls {
    height: calc(100vh - 115px);
    overflow-y: scroll;
    position: relative;
}
.task-ls.expr {
    height: calc(100vh - 60px);
}
#mapAllTask,
#map_element {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.task-map-details {
    width: 244px;
    margin: 0 auto;
    background-color: hsla(0, 0%, 100%, 0.85);
    position: relative;
}
.task-map-details .top {
    padding: 10px 0 0;
}
.left {
    float: left;
}
.task-map-details .avatar-img {
    width: 126px;
    height: 120px;
}
.avatar-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    border: 1px solid #cad7dc;
    border-radius: 50%;
}
.task-map-details .price-block {
    background-color: #f3f3f3;
    border: 1px solid #f5f9fb;
    border-color: #cad7dc;
    width: 110px;
    height: 100px;
    display: inline-block;
    text-align: center;
    float: right;
}
.task-map-details .earn {
    margin-top: 20px;
    font-size: 15px;
    text-transform: uppercase;
}
.task-map-details .payment-bubble {
    font-size: 50px;
    font-family: "Avenir Next LT Pro Demi";
}
.task-map-details .payment-bubble {
    font-size: 50px;
    font-family: "Avenir Next LT Pro Demi";
}
.task-map-details .payment-bubble .currency-symbol {
    font-size: 20px;
    line-height: 40px;
    vertical-align: text-top;
}
.currency-symbol,
.price {
    display: inline-block;
    vertical-align: text-top;
}
.text-h2,
h2 {
    font-size: 30px;
}
.clear {
    clear: both;
}
.task-map-details .bottom {
    padding: 0 0 20px;
}
.task-map-details .task-title {
    font-size: 16px;
    font-family: "Avenir Next LT Pro Demi";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.task-map-details .deadline,
.task-map-details .posted-details {
    margin-top: 3px;
    font-size: 13px;
    text-align: center;
    color: #839094;
}
.user-name {
    cursor: pointer;
    color: #008fb4;
    background-repeat: no-repeat;
    background-size: 16px;
    font-family: "Avenir Next LT Pro Demi";
}
time {
    display: inline-block;
}
.task-map-details #view-task-button {
    margin: 12px 0 0;
}
.task-map-details .down-arrow {
    left: 130px;
    top: 270px;
    position: absolute;
    width: 39px;
    height: 33px;
    display: none;
}
.task-price {
    margin-top: 8px;
}
.task-foot {
    border-top: 1px solid #e7eef1;
    margin-top: 5px;
    padding: 5px 0;
}
span.new-task-list-item__status {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Avenir Next LT Pro Demi";
    color: #32cd32;
}
span.new-task-list-item__status.expired {
    color: #839094;
}
span.new-task-list-time {
    float: right;
    font-size: 11px;
    color: #839094;
    margin-top: 5px;
}
span.new-task-list-item__status.posted {
    color: var(--theme-color);
}
span.new-task-list-item__status.assigned {
    color: #f4be36;
}
span.new-task-list-item__status.completed {
    color: #839094;
}
span.new-task-list-item__status.review {
    color: #f2b01e;
}
.pagination > li > a.active:focus,
.pagination > li > a.active:hover {
    color: #fff !important;
}
.pagination > li > a.active {
    background-color: #555;
    color: #fff;
    border-color: #555;
}
.btn-load-more {
    background-color: #fff !important;
    color: #202020 !important;
    font-size: 13px !important;
    margin-bottom: 14px !important;
    padding: 7px 27px 5px !important;
    font-family: "Avenir Next LT Pro Demi";
}
li.taskDetails.active {
    border: 1px solid var(--theme-color);
    margin-bottom: 9px;
}
.birthDate,
.birthMonth,
.birthYear {
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 45px;
    margin-right: -1px;
}
p.no-task {
    text-align: center;
    margin: 60px 0;
    color: #839094;
    font-size: 16px;
}
.has-error {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
}
.no-more-task {
    text-align: center;
    font-size: 14px;
    color: #839094;
    margin: 10px;
}
.accordionBox:before {
    content: " ";
    position: absolute;
    display: block;
    top: -7px;
    border: 8px solid #fff;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-box-shadow: -2px 2px 3px rgba(57, 73, 76, 0.1);
    box-shadow: -2px 2px 3px rgba(57, 73, 76, 0.1);
    left: 28px;
}
.accordionBox {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 25px 25px 0;
    box-shadow: 0 1px 8px 1px #ccc;
    display: none;
}
.open-box,
.order-price {
    display: block;
    padding: 14px 2px;
}
.order-price button {
    width: 83px;
    border: 0;
    background: 0 0;
    padding: 0;
}
.order-price button:before {
    content: "\f0dc";
    font-family: FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: -1px;
    right: 0;
    opacity: 0.6;
}
.order-price.asc button:before {
    content: "\f0de";
    top: 0;
    color: var(--theme-color);
    opacity: 1;
}
.order-price.desc button:before {
    content: "\f0dd";
    top: -5px;
    color: var(--theme-color);
    opacity: 1;
}
.search-bar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 3px;
    position: relative;
    z-index: 7;
    background-color: #fff;
}
.search-input__input {
    box-shadow: none;
    text-indent: 14px;
    width: 100%;
    height: 38px;
    min-height: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 0 46px 0 10px;
    margin: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    border: 1px solid #ccc;
}
.search-input {
    position: absolute;
    right: 0;
    top: 5.5px;
    width: 250px;
}
.search-input__button {
    background: 0 0;
    position: absolute;
    right: 4px;
    top: 2px;
    border: 0;
    margin: 0;
    cursor: pointer;
    outline: 0;
    width: 50px;
    padding: 7px;
    line-height: 0;
    font-size: 21px;
    color: var(--theme-color);
}
.open-box h6,
.order-price button {
    margin: 4px 0;
    float: left;
    color: #202020;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
a,
a:hover h6 {
    color: var(--theme-color);
}
.task-menu ul li {
    display: inline-block;
}
.top-sub-menu {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 9;
    position: relative;
    background-color: #f5f9fb;
}
.task-menu ul li a {
    padding: 15px 40px 12px 0;
    color: #839094;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    font-family: "Avenir Next LT Pro Demi";
}
.task-menu ul li:hover a {
    color: var(--theme-color);
}
.search-input__input:focus {
    border: 1px solid var(--theme-color);
    box-shadow: 0 0 2px 0.05rem rgba(5, 162, 199, 0.25);
}
.task-cat small {
    color: #839094;
    float: right;
}
#taskList {
    margin-top: 5px;
}
.show-cmnt small {
    color: #839094;
}
.prf-text small {
    color: #839094;
}
.more-option.dropdown {
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 4px;
    border: 1px solid #dcdcdc;
    color: #555;
    font-size: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.more-option .dropdown-menu {
    min-width: 195px;
    left: 1px !important;
    border-radius: 0;
    top: 8px !important;
}
.more-option .dropdown-menu.show {
    min-width: 195px;
    left: -21px !important;
    border-radius: 0;
    top: 8px !important;
}
.image-view {
    position: relative;
}
.image-view button {
    position: absolute;
    right: -18px;
    color: red !important;
    padding: 0 5px;
    background-color: transparent;
    opacity: 1 !important;
    top: -18px;
    font-size: 24px;
}
.video-view button {
    position: absolute;
    right: -18px;
    color: red !important;
    padding: 0 5px;
    background-color: transparent;
    opacity: 1 !important;
    top: -18px;
    font-size: 24px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--theme-color);
    font-family: "Avenir Next LT Pro Demi";
}
.nav-tabs .nav-link {
    color: #495057;
}
.btn.btn-lg {
    padding: 0.9rem 2rem;
}
.l-title {
    text-align: center;
    width: 100%;
}
.modal-header {
    border: 0;
}
#images {
    border: none;
    width: 224px;
    padding: 0.575rem 0;
}
#images.form-control:focus {
    box-shadow: none;
}
.btn-cyan:not([disabled]):not(.disabled).active,
.btn-cyan:not([disabled]):not(.disabled):active,
.show > .btn-cyan.dropdown-toggle {
    background-color: var(--theme-color) !important;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: var(--theme-color);
    font-size: 14px;
    padding: 8px 12px;
}
.select2-results__option {
    padding: 8px 12px;
    font-size: 14px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    border-radius: 2px;
}
#register_user button {
    margin-top: 2rem;
}
#onSiteQuote h4 {
    font-size: 1.3rem;
}
.cat-img {
    background-color: #ccc;
    margin: 0 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    height: 211px;
}
.cat-img img {
    width: 100%;
    opacity: 0.6;
}
.cat-img:hover img {
    opacity: 1;
}
h3.cat-title {
    font-size: 18px;
    color: #555;
    margin-top: 10px;
}
h3.cat-title:hover {
    color: var(--theme-color);
}
.no-task h4 {
    text-align: center;
    padding: 40px 20px;
    color: #839094;
    margin: 0;
    font-size: 18px;
}
.no-task p {
    text-align: center;
    color: var(--theme-color);
    font-size: 17px;
}
.announcements {
    text-align: center;
}
.announcements h3 {
    font-size: 20px;
    color: #555;
    margin: 70px 0 30px;
}
.announcements ul li {
    display: inline-block;
    padding: 18px;
    color: #839094;
    font-size: 15px;
    border: 1px solid #eee;
}
.announcements ul li span {
    background-color: var(--theme-color);
    padding: 3px 4px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
}
.recent-act h3 {
    text-align: left;
    font-size: 20px;
    color: #555;
    margin: 70px 0 30px;
}
.recent-act ul li {
    display: block;
    padding: 8px 20px;
    color: #839094;
    font-size: 15px;
}
.home-title {
    font-size: 30px;
    font-weight: 700;
}
.others-options {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.others-options li {
    width: 50%;
    text-align: center;
    padding: 0 13px;
    margin: 0 auto 20px;
}
.others-options li a {
    display: block;
    color: #fff;
    padding: 12px 10px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid var(--theme-color);
    margin: 2px;
}
.others-options li span {
    color: #202020;
    font-size: 13px;
    font-weight: 700;
}
.buy-item {
    padding: 6px 0;
    font-size: 14px;
}
.on-site-job label {
    text-transform: uppercase;
    font-size: 14px;
}
.task-post-cat {
    font-size: 15px;
    margin-left: 10px;
    color: var(--theme-color);
    font-family: "Avenir Next LT Pro Bold";
    font-style: italic;
}
.chart {
    width: 100%;
    margin: 30px auto 0;
    display: block;
}
.chart .bars li {
    display: inline-block;
    width: 60px;
    height: 100px;
    margin: 0 50px;
    text-align: center;
    position: relative;
    vertical-align: bottom;
    width: 12%;
}
.chart .bars li .page-ls {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.chart .bars li .bar {
    display: block;
    background: #49e;
    bottom: 0;
    border-radius: 4px;
}
.chart .bars li span {
    text-align: center;
    font-size: 30px;
    font-family: "Avenir Next LT Pro Bold";
    display: block;
}
.title-bar ul li {
    display: inline-block;
    width: 24%;
    text-align: center;
    vertical-align: top;
    line-height: 16px;
    font-size: 13px;
    color: #839094;
    margin-bottom: 15px;
}
.my-task ul > li {
    border-left: 1px solid #eee;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 49%;
}
.my-task ul > li:first-child {
    border-left: none;
}
.completed-count h1 {
    color: #595959;
    font-size: 44px;
    font-family: "Avenir Next LT Pro Bold";
    margin-bottom: 3px;
}
.rating {
    color: #f0ad4e;
    font-size: 18px;
}
.text-size-info {
    font-size: 14px;
    color: #839094;
}
.my-task {
    margin-top: 40px;
}
.my-task ul {
    border-top: 1px solid #eee;
}
.task-summery {
    text-align: center;
}
.task-summery h5 {
    font-family: "Avenir Next LT Pro Demi";
    font-size: 20px;
    margin: 60px 0 40px;
}
.announcements ul li a {
    color: #839094;
}
.announcements ul li:hover {
    border: 1px solid var(--theme-color);
}
.btn-fb {
    background-color: #3b5998 !important;
    color: #fff !important;
    margin: 0;
    width: 100%;
    font-size: 13px !important;
}
.btn-gplus,
.btn-gplus.btn:not(:disabled):not(.disabled):active {
    background-color: #f5f9fb;
    color: #202020 !important;
    margin: 0;
    width: 100%;
    font-size: 13px !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAnFJREFUOI2FU11Ik1EYfs75zvZ9c35buAKpaWaSSVZoiheBKVmYdWF1ERi7kMhFUeqNFxLURRAhFKvhTcHMioQiCBG8iOgH8QfFKZj4M81ES0fONfe5tW87XcQncw17rs7znud5f87LIUgCn8u1jQaWL2MtWMTBGZGkKUgpLvPVxolELYkn3if3ZP38ytvQ8EAZCa6RzUoK4WDBrJiXey61rtH9T4LVx86cWF/PsPp1OjVZVxpo+q6wpfSUTOz2CAAwAIg5HOJqf89QvFnI3KNQa6ab6vTB2Ir3QGRsdCeMqVw8WmbTzBsJFPNSmzo7bfpbgkI6UeWSm25dIgDXhAHn/YtgRJWvNLza1BLnIOHPWZFwVyVfrizhvjvNXVuNkAimTjVV0PADBnEBpuYiVRnfXRMvaOkMOaOcpyUz7zDgJiPRtRKtTyrBn2a3++NFg7NqnTcAXbIE1UWsjwJkY07ON6/1v4hBYlxn6tP4SHS7yTH5zFS/z/ZLix3OEDrDUVg0PjSjlioRQgBA1GGSsb1334cXsyMd5Liudd7HKuB9CeC0Zmg+azivnR92h6qVCDkGAAYd53pB7KaEgLeJ1147F1YQ4xzv5nurbvc/eoqEcZwfh0r7PWqHxvOtwlhtOQkRAHBMOsQBz9zShH/OrAky5PT1LKN1lDG6/nPdnzPu81gPyeWYGbkAA2P8zBF9YV256N6o0jr6IvvT4qB7evWbvNW75Znzo8VCU8ONk0YnkPCZWtztRp+y/Kb3x0hF4LdC4+8oIci37P9eYMmtuV5g+6DFk66txd1uRFStDarBYnAuiYLkSREMz+sLbV8StX8AjxDtgxiuzNwAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center left 36px;
}
.or-login {
    text-align: center;
    position: relative;
    color: #839094;
    font-size: 14px;
    margin: 15px 0;
}
.or-login::before {
    left: 0;
}
.or-login::after {
    right: 0;
}
.or-login::after,
.or-login::before {
    top: 50%;
    content: "";
    position: absolute;
    width: 30%;
    border-width: 1px 0 0;
    border-image: initial;
    border-top: 1px solid #cad7dc;
}
.mr-b-16 {
    margin-bottom: 16px;
}
.btm-sign-txt {
    color: #3a3d3e;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
}
.btm-sign {
    font-size: 15px;
    text-align: right;
    margin-top: 10px;
}
.alert-custom {
    padding: 0.6rem 1.25rem;
    font-size: 14px;
}
.alert-custom a {
    font-size: 1rem !important;
    line-height: 22px !important;
}
.alert-warning {
    background-color: #fbe5e1;
    color: #a62d19;
    border-color: #fbe5e1;
}
.avatar {
    margin: 0 auto;
    border-radius: 50%;
}
.btn-upload {
    padding: 6px 20px;
    font-size: 13px;
}
.btn-light.dropdown-toggle {
    background-color: #fff !important;
    border: 1px solid #ced4da;
    box-shadow: none;
    margin: 0;
    padding: 0.68rem 0.7rem;
    text-transform: none;
}
.btn-light {
    color: #202020 !important;
}
.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: #ededed !important;
    box-shadow: none;
    border: 1px solid var(--theme-color);
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f6f6f6;
    color: #000 !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: 0 auto -webkit-focus-ring-color !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: rgba(5, 162, 199, 0.35);
}
.dropdown-toggle::after {
    border-top: 0.34em solid;
    border-right: 0.34em solid transparent;
    border-left: 0.34em solid transparent;
    margin-left: 0.5em;
    margin-top: 0.5em;
}
.dropup .dropdown-toggle::after {
    border-right: 0.34em solid transparent;
    border-bottom: 0.34em solid;
    border-left: 0.34em solid transparent;
}
.search-bar .btn.btn-lg {
    font-size: 14px;
    padding: 8px 20px;
    margin: 15px 0 5px;
}
.slim-file-hopper {
    position: absolute !important;
    right: 8px !important;
    top: 11px !important;
    bottom: 7px !important;
    content: "\f030";
    font-family: FontAwesome;
    height: 35px;
    width: 35px;
    background: rgba(0, 0, 0, 0.7) !important;
    border-radius: 50%;
    padding: 5px;
    left: auto !important;
    cursor: pointer;
}
.slim-file-hopper:after {
    content: "\f030";
    font-family: FontAwesome;
    color: #fff;
    font-size: 16px;
}
.avatar {
    max-width: 190px;
}
.btn-invite,
.request-appoinmet {
    background-color: #202020;
    color: #fff;
    font-family: "Avenir Next LT Pro Demi";
    padding: 8px;
    margin-bottom: 15px !important;
    display: block;
    line-height: 25px;
}
.sbx-google {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 41px;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 14px;
}
.sbx-google__wrapper {
    width: 100%;
    height: 100%;
}
.sbx-google__input {
    display: inline-block;
    -webkit-transition: box-shadow 0.4s ease, background 0.4s ease;
    transition: box-shadow 0.4s ease, background 0.4s ease;
    border: 0;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #ccc !important;
    background: #fff;
    padding: 0;
    padding-right: 77px;
    padding-left: 11px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    white-space: normal;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.sbx-google__input::-webkit-search-cancel-button,
.sbx-google__input::-webkit-search-decoration,
.sbx-google__input::-webkit-search-results-button,
.sbx-google__input::-webkit-search-results-decoration {
    display: none;
}
.sbx-google__input:hover {
    box-shadow: inset 0 0 0 1px #b3b3b3;
}
.sbx-google__input:active,
.sbx-google__input:focus {
    outline: 0;
    box-shadow: inset 0 0 0 1px #3e82f7;
    background: #fff;
}
.sbx-google__input::-webkit-input-placeholder {
    color: #aaa;
}
.sbx-google__input::-moz-placeholder {
    color: #aaa;
}
.sbx-google__input:-ms-input-placeholder {
    color: #aaa;
}
.sbx-google__input::placeholder {
    color: #aaa;
}
.sbx-google__submit {
    position: absolute;
    top: 0;
    right: 0;
    left: inherit;
    margin: 0;
    border: 0;
    border-radius: 0 3px 3px 0;
    background-color: var(--theme-color);
    padding: 0;
    width: 49px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sbx-google__submit::before {
    display: inline-block;
    margin-right: -4px;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.sbx-google__submit:active,
.sbx-google__submit:hover {
    cursor: pointer;
}
.sbx-google__submit:focus {
    outline: 0;
}
.sbx-google__submit svg {
    width: 21px;
    height: 21px;
    vertical-align: middle;
    fill: #fff;
}
.sbx-google__reset {
    display: none;
    position: absolute;
    top: 10px;
    right: 56px;
    margin: 0;
    border: 0;
    background: 0 0;
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: rgba(0, 0, 0, 0.5);
}
.sbx-google__reset:focus {
    outline: 0;
}
.sbx-google__reset svg {
    display: block;
    margin: 4px;
    width: 13px;
    height: 13px;
}
.sbx-google__input:valid ~ .sbx-google__reset {
    display: block;
    -webkit-animation-name: sbx-reset-in;
    animation-name: sbx-reset-in;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
}
@-webkit-keyframes sbx-reset-in {
    0% {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes sbx-reset-in {
    0% {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.profile-img img {
    border-radius: 50%;
    margin: 3px 0 3px 10px;
    width: 70px;
    height: 70px;
}
.task-description {
    margin-left: 10px;
    margin-top: 7px;
}
.task-description h5,
.task-description > a {
    color: #333;
    font-size: 16px;
    margin: 5px 0 2px;
}
.task-description p {
    font-size: 11px;
    margin-bottom: 0;
}
.p-rating {
    color: #f0ad4e;
    font-size: 15px;
    letter-spacing: 2px;
}
.margin_t_20 {
    margin-top: 20px;
}
.invite-sub {
    padding: 4px 26px;
    font-size: 13px;
    text-transform: unset;
    margin: 0;
    font-family: "Avenir Next LT Pro Demi";
    letter-spacing: 0.2px;
    vertical-align: text-top;
}
.tasks-section {
    margin-top: 30px;
}
.scroll-outer {
    position: relative;
    overflow: hidden;
}
.scroll-outer .scroll-inner {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}
.scroll-outer .scrollbar {
    display: none;
    position: absolute;
    height: 50px;
    width: 5px;
    top: 0;
    right: 0;
    opacity: 0.7;
    margin-left: 5px;
    background: #bdaeae;
    border: 1px solid #e0e6e8;
    border-radius: 6px;
}
.scroll-outer {
    height: 400px;
}
.no-more-user {
    text-align: center;
    font-family: "Avenir Next LT Pro Demi";
}
.badge-danger,
.btn-danger {
    background-color: #d43f3a !important;
}
.srar_rating i {
    font-size: 14px;
}
p.on-task {
    text-align: center;
    color: #777;
    margin: 30px 15px;
}
.message-type {
    width: 125px;
    font-size: 13px !important;
    padding: 10px !important;
    text-transform: none;
}
.btn-review {
    background-color: #f2b01e;
    margin: 0;
    display: block !important;
    margin-bottom: 25px;
    font-size: 16px;
    text-transform: none;
    font-family: "Avenir Next LT Pro Demi";
    padding: 10px;
}
.jconfirm-title {
    float: left;
    margin-right: 3px;
}
.nitify-count {
    background-color: #fe1212;
    font-size: 11px;
    color: #fff;
    font-family: "Avenir Next LT Pro Bold";
    padding: 3px 5px;
    text-align: right;
    vertical-align: text-bottom;
}
ul.others-terminology li {
    margin: 14px 0;
}
.page-content h3 {
    margin-bottom: 40px;
}
.page-content {
    background-color: #fff;
    padding: 30px 15px;
}
.page-content p {
    margin-bottom: 30px;
}
.page-heading {
    text-align: center !important;
    font-size: 30px !important;
    padding: 40px !important;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    line-height: 29px;
}
a.increase_price {
    font-size: 14px;
}
.or-login.signup::after,
.or-login.signup::before {
    width: 41%;
}
fieldset {
    padding: 0 0 6px !important;
    margin: 30px 0 0 !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 0.125rem;
}
legend {
    display: unset;
    width: auto;
    padding: 0 6px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: inherit;
    color: #545a77 !important;
    border: 0;
    text-align: center;
    text-transform: uppercase;
}
.social-link {
    text-align: center;
}
.social-link li {
    display: inline-block;
}
.social-link li a {
    display: block;
    padding: 3px 14px;
    color: #839094;
    font-size: 22px;
}
.social-link li:hover .facebook {
    color: var(--theme-color);
}
.social-link li:hover .twitter {
    color: #55acee;
}
.social-link li:hover .linkedin {
    color: #0082ca;
}
.social-link li:hover .code {
    color: #202020;
}
ul.request-step {
    margin-bottom: 15px;
}
ul.request-step li {
    display: inline-block;
    padding: 4px 12px 4px;
    color: #202020;
    font-size: 12px;
    line-height: 18px;
    margin-left: -4px;
    font-family: "Avenir Next LT Pro Demi";
}
.bWyPYP {
    display: none;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 2px 12px;
}
.gozxyW {
    display: none;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: rgba(5, 162, 199, 0.3);
}
.gozxyW:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.bqvBhF {
    text-transform: uppercase;
    white-space: nowrap;
    background-color: rgba(5, 162, 199, 0.3);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.bqvBhF {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.bqvBhF:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.bqvNO {
    text-transform: uppercase;
    white-space: nowrap;
    background-color: rgba(5, 162, 199, 0.3);
    border-radius: 0;
}
.follow .btn {
    padding: 4px 12px;
    font-size: 12px;
    margin: 0 auto;
    text-transform: inherit;
    box-shadow: none;
    background-color: #f6f8fd;
    color: var(--theme-color) !important;
    border: 1px solid var(--theme-color);
}
.follow .btn .fa {
    font-size: 0.8rem !important;
}
.follow .btn:hover {
    box-shadow: none;
    background-color: var(--theme-color);
    color: #fff !important;
}
li.follow {
    float: right;
    margin-right: 0 !important;
}
.posted-by {
    line-height: 18px;
    vertical-align: top;
    margin: 3px 0 0;
    font-size: 14px;
}
.posted-by a {
    font-size: 13px;
}
.posted-by a:hover {
    text-decoration: underline;
}
.loc__sec a:hover {
    text-decoration: underline;
}
.task-offer {
    margin-top: 10px;
}
.price__sec h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0;
}
.price__sec strong {
    font-size: 30px;
}
.task__price {
    text-align: center;
    border: 1px solid #f0f0f0;
    padding: 10px;
}
.loc__sec h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #202020;
    font-family: "Avenir Next LT Pro Demi";
}
a.morelink {
    text-decoration: none;
    outline: 0;
}
.morecontent span {
    display: none;
}
.task__price h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
.task-title h3 {
    margin: 0;
    font-size: 20px;
    font-family: "Avenir Next LT Pro Demi";
    color: var(--theme-color);
}
.task-price-amount {
    font-size: 24px;
    text-align: right;
    font-family: "Avenir Next LT Pro Bold";
    line-height: 24px;
}
.task-short {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
}
.notification-muted {
    min-height: 80vh;
    background-color: #fff;
}
.fe-job-description {
    border-left: 1px solid #e0e0e0;
    font-size: 12px;
    min-height: 150px;
    padding-left: 15px;
}
.os-box {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
    box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
}
.os-price i {
    font-size: 20px;
    color: #777;
}
.os-price {
    font-family: "Avenir Next LT Pro Bold";
    color: #202020;
    font-size: 24px;
}
.os-bu-info small {
    display: block;
    line-height: 11px;
    font-size: 13px;
}
.os-price-area {
    margin: 0;
    width: auto;
}
.comment.more {
    font-size: 14px;
    margin-top: 8px;
}
.os-top-fix {
    padding-top: 55px !important;
    min-height: 100vh;
}
.pad-10 {
    padding: 10px 0 7px;
}
hr {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.comment-btn-send {
    padding: 10px 25px;
    font-size: 14px;
    font-family: "Avenir Next LT Pro Demi";
}
.new-request {
    text-align: center;
}
.btn-newRequest {
    background-color: var(--theme-color);
    width: 180px;
    padding: 10px;
    font-size: 14px;
    display: none;
}
.pic-profile img {
    width: 45px;
    height: 45x;
    border-radius: 50%;
}
.des-profile,
.pic-profile {
    display: inline-block;
    vertical-align: top;
}
.des-profile {
    margin-left: 10px;
}
.requested {
    background-color: #ccc;
}
.accept {
    background-color: var(--theme-color);
}
.reject {
    background-color: #ce0012;
}
.btn-close-box,
.btn-close-box:hover {
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: 25px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    position: absolute;
    top: -11px;
    right: -12px;
    display: block !important;
}
#request-info-area .btn-close-box {
    display: none !important;
}
.m-0-bottom {
    margin-bottom: 0;
}
.theme-color {
    color: var(--theme-color);
}
button.add_button {
    margin: 0;
    padding: 10px 15px;
    display: block;
    width: 100%;
    font-size: 14px;
    background-color: #202020;
    font-family: "Avenir Next LT Pro Demi";
}
a.remove_button {
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
    font-family: "Avenir Next LT Pro Demi";
}
.onsite-view {
    color: var(--theme-color) !important;
    font-size: 12px !important;
    padding: 8px 14px !important;
}
.onsite-view.danger {
    color: #fff !important;
    background-color: #d43f3a !important;
}
.sub-title {
    display: block;
    margin-bottom: 0;
    color: #656565;
    font-size: 15px;
    font-weight: 700;
}
#postAtask .form-group {
    margin-bottom: 1.3rem;
}
#postAtask .form-control {
    font-size: 14px;
    color: #000;
}
#postAtask label {
    margin-bottom: 0.2rem;
    font-weight: 700;
}
.request-status h4 {
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.badge-pill {
    border-radius: inherit;
    font-size: 15px;
}
.disable-btn {
    color: #a0a0a0 !important;
    border-color: #e0e0e0;
    background: #e0e0e0 !important;
    padding: 10px;
    margin: 10px 0 !important;
    box-shadow: none;
}
.disable-btn:hover {
    box-shadow: none;
    cursor: pointer;
}
.group-bar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 50px;
    background-color: #fff;
    z-index: 20;
    position: relative;
}
.g_m {
    min-width: 666px;
}
.g_m li,
.g_m ul,
.group-bar li,
.group-bar ul {
    display: inline-block;
}
.g_m li > a,
.group-bar li > a {
    padding: 13px 20px 10px;
    display: block;
    color: #202020;
    font-family: "Avenir Next LT Pro Demi";
    font-size: 14px;
    border-bottom: 3px solid #fff;
}
.g_m li:hover > a,
.group-bar li:hover > a {
    border-bottom: 3px solid #ddd;
}
.g_m li.active > a,
.group-bar li.active > a {
    border-bottom: 3px solid var(--theme-color);
    color: var(--theme-color);
}
#createGroup {
    padding: 6px 15px;
    font-size: 12px;
    margin: 11px 0;
    background-color: var(--theme-color);
}
#createGroups .os-box {
    padding: 10px 15px;
    margin-bottom: 25px;
}
#createGroups .os-box p {
    margin: 0;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: var(--theme-color);
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 0.2rem rgba(5, 162, 199, 0.25);
}
.group-list {
    margin-top: 15px;
    border-radius: 4px;
}
.group-list h4 {
    font-size: 18px;
    font-family: "Avenir Next LT Pro Demi";
    padding: 15px;
    border-bottom: 1px solid #e7eef1;
}
.group-list-content {
    padding: 15px;
}
.group-list-image {
    display: inline-block;
    vertical-align: middle;
    width: 17%;
}
.group-list-area {
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #f1f1f1;
    border-left: 2px solid transparent;
}
.group-list-area.active,
.group-list-area:hover {
    background-color: #f3f3f3;
    border-left: 2px solid var(--theme-color);
}
.group-list-info {
    display: inline-block;
    vertical-align: middle;
    width: 51%;
}
.group-details .group-list-info {
    width: 70%;
}
.group-list-button {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}
.group-details .group-list-button {
    width: auto;
}
.group-list-button button {
    padding: 0.5rem 1rem !important;
}
.group-list-info > a {
    font-size: 16px;
    font-family: "Avenir Next LT Pro Demi";
    margin-bottom: 0;
}
.group-list-info > a:hover {
    color: var(--theme-color);
}
.group-list-info p {
    font-size: 12px;
    color: #839094;
    margin-bottom: 0;
}
.group-list-image img {
    width: 90%;
    border-radius: 50%;
}
.group-list-content.group-details {
    height: 100vh;
    margin-top: -109px;
    padding: 108px 0 0;
    z-index: -1;
}
.group-scroll-bar {
    overflow-y: scroll;
    display: block;
    height: 100%;
    background-color: #fff;
    padding: 15px;
}
.group-banner img {
    width: 100%;
}
.group-banner {
    border: 1px solid #eee;
}
.g_mbr {
    background-color: #fff;
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 15px;
}
.g_mbr ul li {
    display: inline-block;
    width: 48.5%;
    margin-bottom: 15px;
    position: relative;
    vertical-align: top;
}
.g_mbr ul li:nth-child(odd) {
    margin-right: 2%;
}
.mb_u img {
    width: 90px;
    height: 90px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.mb_t {
    display: inline-block;
    vertical-align: middle;
    width: 68%;
}
.mb_b {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
}
.mb_t a {
    font-size: 18px;
    font-family: "Avenir Next LT Pro Demi";
    color: #202020;
}
.mb_u {
    border: 1px solid #ddd;
    overflow-x: hidden;
}
#loadMoreGroups {
    width: 125px;
    padding: 5px;
    height: 40px;
    font-size: 14px;
}
#loadMoreGroups i {
    font-size: 20px;
}
.leave-group {
    font-family: "Avenir Next LT Pro Demi";
    padding: 14px;
    font-size: 14px;
}
.s_r_a {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.s_r_a li {
    display: inline-block;
    margin-right: 35px;
}
.s_r_a li:last-child {
    margin-right: 0;
}
.btn-group-action {
    margin: 0;
    padding: 2px 7px;
    border: 0;
    background: #fff;
    font-size: 12px;
    font-family: "Avenir Next LT Pro Demi";
    text-transform: capitalize;
}
.slim-btn-remove {
    display: none;
}
.slim-file-hopper {
    text-align: center;
}
.g_b_a {
    position: relative;
}
.pro_gi {
    height: 170px;
    width: 171px;
    position: absolute;
    bottom: 8px;
    left: 10px;
}
.pro_gi img {
    border-radius: 50%;
    border: 4px solid #fff;
}
.add-comm-form {
    display: table;
    position: relative;
}
.add-comm-form {
    display: table;
    position: relative;
}
.add-comm-form .avatar-img {
    display: inline-block;
    margin-right: 10px;
    width: 42px;
    height: 42px;
}
.add-comm-form .text-area {
    box-sizing: border-box;
    display: table-cell;
    margin: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
    padding: 8px 8px 40px;
    box-shadow: inset 0 1px 2px 0 hsla(0, 0%, 75%, 0.5);
    transition: box-shadow 0.2s ease;
    border: 1px solid #bbc2dc;
    border-radius: 4px;
    cursor: text;
    overflow: hidden;
}
.add-comm-form textarea {
    font-size: 14px;
    border: 1px solid #bbc2dc;
    background: #fff;
    box-shadow: inset 0 1px 2px 0 hsla(0, 0%, 75%, 0.5);
    border-radius: 4px;
    min-height: 40px;
    padding: 14px 12px;
    animation: shadowFadeIn 0.125s ease-in-out;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    resize: none;
}
.anchovy-form textarea {
    width: 100%;
    border: 1px solid #bbc2dc;
    border-radius: 3px;
    padding: 0 4px;
    transition: border 0.2s ease-in-out;
}
.add-comm-form .text-area textarea,
.add-comm-form .text-area textarea:focus {
    border: none;
    box-shadow: none;
    font-size: 14px;
    min-height: 50px;
    height: 50px;
    max-height: 140px;
    animation: none;
    padding: 0;
}
.add-comm-form .text-area {
    box-sizing: border-box;
    display: table-cell;
    margin: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
    padding: 8px 8px 40px;
    box-shadow: inset 0 1px 2px 0 hsla(0, 0%, 75%, 0.5);
    transition: box-shadow 0.2s ease;
    border: 1px solid #bbc2dc;
    border-radius: 4px;
    cursor: text;
    overflow: hidden;
}
.add-comm-form .text-area .footer {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 7px;
    border-radius: 3px;
    padding: 0 8px;
    height: 35px;
    max-height: 35px;
}
.add-comm-form .text-area .footer .attachment-input-holder {
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 3px;
    vertical-align: text-top;
}
.attachment-input-holder .attachment-input {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
}
.attachment-input-holder .attachment-input input {
    width: 100%;
    padding: 11px 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
span.count {
    font-size: 14px;
    font-family: "Avenir Next LT Pro Demi";
    color: #839094;
}
.upfile {
    vertical-align: text-bottom;
    line-height: 14px;
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 4px 10px;
    max-width: 400px;
    overflow: hidden;
    margin-top: 5px;
}
.close-upload {
    font-size: 19px;
    line-height: 0;
    margin-right: 7px;
    cursor: pointer;
}
.dis-ln {
    display: inline-block;
}
.add-comm-form .text-area .footer .attachment-input-holder:hover {
    border: 1px solid #bbc2dc;
}
.cti p {
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "Avenir Next LT Pro Demi";
}
.sidebar-submenu.menu-open {
    background-color: #f9f9f9;
}
ul.sidebar-menu > li.active {
    background-color: #f7f7f7;
}
.sidebar-submenu li.active a {
    color: var(--theme-color);
}
.g_m_s {
    width: 100%;
    display: block;
    height: 50px;
}
.des-profile p {
    margin-bottom: 0;
    font-size: 12px;
}
.modal-body {
    background-color: #fff;
    padding: 1.5rem;
}
.profile-complete {
    float: right;
    color: #839094;
    font-size: 13px;
    width: 220px;
    margin-bottom: 30px;
}
.profile-complete a {
    font-size: 12px;
}
#ch-area .task-header {
    display: none;
}
.social-buttons li {
    display: inline-block;
}
.social-buttons li a {
    display: block;
    height: 30px;
    width: 30px;
    background-color: var(--theme-color);
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
    padding: 4px;
    border-radius: 20px;
    margin-right: 10px;
}
.cb-content {
    padding: 80px 0;
}
.current-location {
    border: 1px solid var(--theme-color);
    padding: 10px 8px 5px;
    position: absolute;
    z-index: 9;
    width: 100%;
    background-color: #fff;
    display: none;
    cursor: pointer;
}
.current-location span {
    vertical-align: top;
}
.text-upper {
    text-transform: uppercase;
}
.font-small {
    font-size: 18px !important;
    display: block;
}
.m-b-15 {
    margin-bottom: 15px;
}
.text-blue {
    color: var(--theme-color);
}
.badge {
    padding: 0.25em 1em;
    font-size: 90%;
    line-height: 15px;
    margin-top: 10px;
}
.exp {
    font-family: "Avenir Next LT Pro Demi";
    font-size: 70%;
    padding: 8px 20px;
}
.static-page-title {
    background-color: var(--theme-color);
    min-height: 200px;
}
.static-page-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
}
ul.lis-sl {
    padding-left: 40px;
}
ul.lis-sl li {
    list-style: decimal;
    line-height: 32px;
}
ul.lis-sl-alf {
    padding-left: 40px;
}
ul.lis-sl li h6 {
    margin-top: 20px;
}
ul.lis-sl-alf li {
    list-style: lower-latin;
}
ul.font-sm li {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 5px;
}
ul.lis-sl-3rd {
    padding-left: 40px;
}
ul.lis-sl-3rd li {
    list-style: circle;
}
.terms-conditions p {
    font-size: 13px;
    margin-bottom: 8px;
}
.sm-t h3 {
    font-size: 24px;
    margin: 50px 0 0;
}
.air-card {
    position: relative;
    margin: 30px -30px;
    padding: 30px 30px 0;
    -webkit-box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
    box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
    background-color: #fff;
}
.air-card section {
    background-color: #fff;
    margin: 0 -30px;
    padding: 20px 30px;
}
.air-card header {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 -30px;
    padding: 0 30px 20px;
}
section.air-card-hover:focus,
section.air-card-hover:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f9f9f9;
    outline: 0;
    cursor: pointer;
}
.p-0-bottom {
    padding-bottom: 0 !important;
}
.classic-tabs .nav {
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
    border-radius: 0.3rem 0.3rem 0 0;
    margin-bottom: -1px;
}
.tabs-cyan {
    background-color: #00bcd4 !important;
}
.classic-tabs .nav li a {
    display: block;
    padding: 20px 24px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    border-radius: 0;
}
.classic-tabs .nav li a.active {
    border-bottom: 3px solid;
    color: var(--theme-color);
}
.classic-tabs .nav.tabs-cyan li a.active {
    border-color: #ffeb3b;
}
.t__time h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.air-card section {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 -30px;
    padding: 20px 30px;
}
.time-log {
    padding: 8px;
    width: 150px;
    margin: 0;
    display: block;
    font-size: 14px;
}
.text-cyan {
    color: var(--theme-color);
}
.m__comp h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.m__comp h5 {
    font-size: 14px;
    margin-bottom: 20px;
}
.m__comp p {
    font-size: 14px;
    margin-bottom: 20px;
}
.m__comp a:hover {
    text-decoration: underline;
}
.m__comp a {
    font-size: 14px;
}
.budget-hour {
    display: inline-block;
    width: 90%;
}
h4.title-bar {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}
.total-amount {
    color: var(--theme-color);
}
.bb-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 30px;
}
.bb-1:last-child {
    border-bottom: 0 solid rgba(0, 0, 0, 0.06);
    padding-bottom: 0;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.4;
}
#loginUser .modal-title {
    margin-left: 0;
}
.pagination .page-item.active .page-link {
    background-color: var(--theme-color);
}
.reject-btn {
    margin-top: 12px !important;
}
.task-ls .no-more-task {
    margin-top: 60px;
}
.profile-right .alert {
    margin-bottom: 2rem;
    margin-top: -10px;
}
.pro__pic {
    margin-top: 75px;
    margin-bottom: 0;
}
.modal-header .close {
    padding: 0.5rem 0.5rem 1rem 1rem;
}
.btn.btn-sm {
    font-size: 14px;
    padding: 0.65rem 2.14rem;
}
.earnHistory .no-more-task {
    margin: 80px;
}
.plain-textarea p {
    font-size: 16px;
    line-height: 28px;
}
.plain-textarea h3 {
    font-size: 26px;
    font-family: "Avenir Next LT Pro Demi";
    margin-top: 30px;
}
.plain-textarea h4 {
    font-size: 24px;
    font-family: "Avenir Next LT Pro Demi";
    margin-top: 20px;
}
.plain-textarea ul {
    padding-left: 40px;
    margin-bottom: 20px;
}
.plain-textarea ul li {
    list-style: disc;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 10px;
}
.btn-tw {
    color: #fff;
    background-color: #55acee !important;
}
.btn-li {
    color: #fff;
    background-color: #0082ca !important;
}
h4.invite-text {
    font-size: 28px;
    line-height: 43px;
    margin-top: 90px;
}
.invitation-btn {
    display: inline-block;
    margin-top: 20px;
}
.tab-section {
    display: none;
}
.group-list-button .btn.btn-sm {
    font-size: 12px;
    padding: 6px 15px !important;
    font-weight: 500 !important;
}
.form-control.error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.cs-modal .modal-body,
.cs-modal .modal-content {
    background-color: var(--theme-color);
}
.prog-bar.setup-panel {
    margin: 0 -24px 40px;
    justify-content: space-between;
}
.prog-bar.setup-panel li,
.prog-bar.setup-panel li.active {
    background-color: #000;
    width: 9.36%;
    height: 5px;
    margin-right: 0.7%;
}
#signUpUser .prog-bar.setup-panel li,
#signUpUser .prog-bar.setup-panel li.active {
    width: 13.65% !important;
}
.prog-bar.setup-panel li.disabled {
    background-color: #fff;
}
.prog-bar.setup-panel li:last-child {
    margin: 0;
}
.fa-2x {
    font-size: 2em !important;
}
a.h-logo {
    display: inline-block;
}
#signUpUser .modal-title,
#signUpUserInvitations .modal-title {
    color: #fff;
    line-height: 34px;
    font-size: 26px;
}
.gitojoin h4 {
    color: #fff;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
}
.gitojoin button.btn {
    color: var(--theme-color) !important;
    background-color: #fff !important;
    font-size: 20px;
}
.gitojoin a.btn {
    border: 0;
    padding: 0.65rem 2.14rem;
}
.gitojoin a.btn .fa,
.gitojoin button.btn .fa {
    color: var(--theme-color) !important;
    font-size: 27px !important;
}
.gitojoin [type="radio"]:checked + label,
.gitojoin [type="radio"]:not(:checked) + label {
    color: #fff;
    font-size: 22px;
}
.intl-tel-input {
    display: block;
}
.send-comment,
.send-message-consumer,
.send-message-provider {
    border: 0;
    background-color: transparent;
    color: #05a2c7;
    margin-left: 15px;
    font-family: "Avenir Next LT Pro Demi";
    cursor: pointer;
}
button.send-comment:disabled,
button.send-message-consumer:disabled,
button.send-message-provider:disabled {
    color: #839094;
}
.static-page-header {
    text-align: center;
    text-transform: uppercase;
    padding: 75px 0 0;
}
.static-page-header strong {
    color: var(--theme-color) !important;
}
.static-page-header h2 {
    font-size: 30px;
    line-height: 46px;
}
.pay-type {
    font-size: 13px;
    color: #d01d26;
}
.pay-info {
    font-size: 12px;
    border: 1px solid #dbd9d9;
    padding: 15px;
    margin-top: 20px;
    display: none;
}
.pay-info h6 {
    font-size: 14px;
}
.pay-info p {
    margin-bottom: 10px;
}
.pt-type {
    font-size: 11px;
    color: #d01d26;
    display: block;
}
.req-price p {
    margin: 0;
}
.pd-area {
    border: 1px solid #ccc;
    padding: 0 9px;
    background-color: #f1f1f1;
}
.pd-area > h4 {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 6px;
    margin: 0 -10px 10px;
}
.pd-area h5 {
    font-size: 16px;
    background-color: #ccc;
    margin: 10px -10px 0;
    padding: 12px;
    text-align: center;
}
.al-spinner {
    position: relative;
}
.al-spinner:before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
}
.al-spinner:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.al-spinner.al-spinner--right:before {
    left: auto;
    right: 0;
}
.al-spinner:before {
    -webkit-animation: al-spinner 0.5s linear infinite;
    animation: al-spinner 0.5s linear infinite;
}
.al-spinner.al-spinner--light:before {
    border: 2px solid #fff;
    border-right: 2px solid transparent;
}
.btn.al-spinner.al-spinner--right {
    padding-left: 1rem;
    padding-right: 3rem;
}
.btn.al-spinner.al-spinner--right:before {
    left: auto;
    right: 1rem;
}
.gredir {
    padding: 6px 15px 1px;
    font-size: 12px;
    margin: 11px 0 11px 15px;
    background-color: #d01d26;
}
.gredir span {
    vertical-align: super;
}
.fixedmenu .req {
    padding: 15px 0;
}
.fixedmenu img.logo {
    margin: 8px 0;
    max-width: 125px !important;
}
.fixedmenu,
::after,
::before,
a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.logo-black {
    display: none;
}
.fixedmenu .logo-black {
    display: block;
}
.fixedmenu .logo-white {
    display: none;
}
#notifiyAgent,
#notifiyService,
#signp-service {
    display: none;
}
.badge-info {
    background-color: var(--theme-color) !important;
}
.btn-info {
    background-color: var(--theme-color) !important;
}
p.fbtext {
    font-size: 11px;
    color: #fff;
    margin: 5px 0 0 0;
    line-height: 16px;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@-webkit-keyframes al-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes al-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.banner-media {
    position: relative;
}
.upload-btn-wrapper .btn,
.upload-btn-wrapper2 .btn {
    padding: 7px;
    height: 40px;
    width: 40px;
    font-size: 16px;
    border-radius: 50%;
    background-color: var(--theme-color);
}
.upload-btn-wrapper input[type="file"],
.upload-btn-wrapper2 input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99;
}
.upload-btn-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
.upload-btn-wrapper2 {
    position: absolute;
    top: 0;
    right: 50px;
    overflow: hidden;
}
#myVideo {
    width: 100%;
}
.bootstrap-datetimepicker-widget table td span {
    width: 30px !important;
    height: 19px !important;
    line-height: 19px !important;
}
.bootstrap-datetimepicker-widget table td {
    height: 20px !important;
    line-height: 40px !important;
    width: 20px !important;
}
.uppercase {
    text-transform: uppercase;
}
.text-sm {
    font-size: 12px;
}
#header .container-fluid {
    width: 85%;
}
.req-page {
    display: flex;
    justify-content: center;
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.btn.btn-sm {
    padding: 0.4rem 2rem;
}
@media (max-width: 1600px) {
    #header .container-fluid {
        width: 100% !important;
    }
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 10px 0;
    width: 15em;
}
.bootstrap-datetimepicker-widget table td span {
    width: 30px;
    height: 15px;
    line-height: 20px;
}
.bootstrap-datetimepicker-widget table td {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.btn-primary {
    background-color: var(--theme-color) !important;
}
.bootstrap-datetimepicker-widget button[data-action] {
    padding: 2px 8px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    padding: 2px 0;
}
.bootstrap-datetimepicker-widget table td span:hover {
    background: 0 0;
}
.mobile-search-b.show_c {
    display: none;
}
@media (max-width: 1300px) {
    .border-menu {
        padding: 7px 10px;
        font-size: 12px;
    }
    .post-req-btn {
        padding: 5px 10px;
        font-size: 12px;
    }
    .create-an-account,
    .sign-in {
        padding: 7px 15px;
        font-size: 12px;
    }
    .no-border {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .banner {
        margin-top: 0;
        padding-top: 0;
    }
    .banner-title {
        margin-top: 15%;
    }
    .banner-title h1 {
        font-size: 40px;
    }
    .banner-a {
        padding: 100px 0 60px;
    }
    .mobile-search-b.show_c {
        display: block;
    }
    .m-search {
        position: absolute;
    }
    .search-input {
        position: relative;
        width: 100%;
        display: none;
        background-color: #fff;
    }
    .task-ls {
        height: calc(100vh - 3px);
    }
    .search-input__input {
        width: calc(100% - 30px);
    }
    .show-m {
        display: block !important;
        transition: opacity 1s ease-out;
    }
    .search-input__button {
        right: unset;
        left: 0;
    }
    .search-input__input {
        padding: 0 46px 0 25px;
    }
    .mobile-search-b {
        position: absolute;
        top: 0;
        right: 0;
    }
    button.mobile-s-button {
        border: 0;
        background: 0 0;
        font-size: 19px;
        color: var(--theme-color);
        padding: 10px 12px;
    }
    .mm-mobile {
        display: block;
        position: fixed;
        width: 100%;
        background-color: #fff;
        z-index: 99;
    }
    #header-area,
    .left-side-bar,
    .logo,
    .navigation {
        display: none;
    }
    .get-start {
        text-align: center;
        position: absolute;
        bottom: 80px;
        padding: 0;
        left: 0;
        right: 0;
    }
    .btn.btn-lg {
        padding: 0.52rem 2rem;
    }
    .modal-dialog {
        margin: 0 auto;
    }
    .os-top-fix {
        padding-top: 75px !important;
    }
    .chart .bars li {
        margin: 0 4px;
        width: 21%;
    }
    .title-bar ul li {
        margin-left: -4px;
        width: 23%;
    }
    .glc .no-padding,
    .my-task .no-padding {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .my-task ul > li {
        width: 48%;
        margin-left: -5px;
    }
    .chart .bars li .bar {
        width: 40px;
        margin: 0 auto;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gp-ls-c {
        display: none;
    }
    .pro_gi {
        width: 130px;
        height: 130px;
    }
    .search-bar .container {
        overflow-x: scroll;
    }
    .task-menu ul li a {
        padding: 15px 30px 12px 0;
    }
    .task-ls {
        margin-top: -126px;
        padding-top: 126px;
    }
    #header {
        background-color: #00f;
        background-image: none;
    }
    .get-start h3 {
        color: #fff;
    }
    .get-start .btn-cyan {
        background-color: #fff !important;
        color: #202020 !important;
    }
    #header {
        display: none;
    }
    .container {
        max-width: 100%;
    }
    .par-img img {
        width: 100%;
    }
    img.banner-img {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .hr-con h1,
    .hr-con-r h1 {
        font-size: 28px;
    }
    .page-footer h4 {
        font-size: 16px;
    }
    .usefull_link {
        margin-left: 50px;
    }
    img.f-logo {
        margin-top: 30px;
    }
    .page-footer {
        padding: 30px 0;
    }
    .g_m_s {
        overflow-x: scroll;
    }
    .task__C {
        width: 11%;
    }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .chart .bars li {
        margin: 0 43px;
    }
    .profile-left {
        width: 240px;
    }
}
@media only screen and (max-width: 767px) {
    .hide-m {
        display: none !important;
    }
    .btn-fb {
        margin-bottom: 15px;
    }
    .task-ls ul li {
        margin-right: 0;
    }
    .task-details {
        overflow-x: hidden;
    }
    .nav-menu > li > a {
        color: #202020;
    }
    .nav-menu > li.active > a,
    .nav-menu > li.focus > a,
    .nav-menu > li:hover > a {
        color: #000;
    }
    .nav-left a {
        margin-top: 0;
    }
    .nav-left:first-child {
        margin-left: 0;
    }
    .nav-menu > li:last-child > a {
        background-color: transparent;
    }
    .nav-menu > li > a {
        background-color: transparent;
        color: #202020 !important;
    }
    .nav-menu > li {
        padding: 0;
    }
    .show-mobile {
        display: block !important;
    }
    .hide-mobile {
        display: none !important;
    }
    .modal-content {
        height: 100vh;
    }
    #postAtask .modal-dialog {
        margin: 0 auto;
    }
    .nav-right a {
        margin-top: 0;
    }
    #createGroup {
        padding: 7px 12px;
        margin: 11px 15px;
    }
    .mb_u img {
        width: 25%;
        height: auto;
        margin-right: 7px;
    }
    #map_element,
    #request-info-area {
        display: none;
    }
    img.f-logo {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    #request-info-area.mobile-details {
        position: absolute;
        top: 0;
        z-index: 999;
        min-height: 100vh;
        background-color: #fff;
        display: block;
    }
    .show-cmnt video,
    .task__img {
        max-width: 100% !important;
    }
    .task__C {
        width: 10%;
    }
    .show-cmnt {
        width: 87%;
    }
    .adi__info {
        overflow: hidden;
    }
    .task-menu ul li a {
        padding: 15px 15px 12px 0;
    }
    .task-menu > ul {
        min-width: 665px;
    }
    .top-sub-menu {
        overflow-x: scroll;
    }
    .its a.btn {
        padding: 7px 15px;
    }
    .task-details {
        height: 100vh;
    }
    .msg-list {
        height: auto;
    }
    div#ch-area {
        position: absolute;
        z-index: 99;
        display: none;
        background-color: #fff;
        top: 0;
        height: 100vh;
        overflow: hidden;
    }
    #ch-area .task-header {
        display: block;
    }
    #postTaskModel button.btn-cyan {
        padding: 0.6rem 0;
    }
    .on-site-job p,
    .vartual-job p {
        width: auto;
        margin: 5px 0 0 29px;
        float: none;
    }
    fieldset {
        margin-bottom: 25px;
    }
    .task-commnet {
        padding: 56px 0 0 30px;
    }
    .hr-con h1,
    .hr-con-r h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .carousel-item {
        text-align: center;
    }
    .hr-con-r {
        padding: 60px 15px;
    }
    .hr-con {
        margin: 60px 0;
    }
    .h-title {
        font-size: 35px;
    }
    .social-buttons li:first-child {
        display: block;
        margin-left: 20px;
        margin-bottom: 15px;
    }
    .social-buttons li a {
        margin-right: 4px;
        margin-left: 4px;
    }
    .social-buttons {
        text-align: center;
    }
    .copy-wright {
        margin-top: 45px;
        text-align: center !important;
    }
    .usefull_link {
        text-align: center;
        margin: 0 0 55px;
    }
    .page-footer h4 {
        font-size: 20px;
    }
    .copy-wright {
        margin-top: 4px;
    }
    .banner-title {
        margin-top: 100px;
        margin-bottom: 30px;
    }
    .hr-con h2 {
        font-size: 24px;
    }
    .banner {
        padding: 40px 0;
    }
    .banner-title h1 {
        font-size: 30px;
    }
    .hr-con {
        margin: 15px 0;
    }
    .open-box h6,
    .order-price button {
        font-size: 13px;
    }
    .static-page-title h1 {
        font-size: 30px;
    }
    .static-page-title {
        min-height: 130px;
    }
    .usefull_link:before {
        display: none;
    }
    .static-page-header {
        padding: 46px 15px 0;
    }
    .static-page-header h2 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 575px) {
    #allUsers {
        text-align: center !important;
    }
    .letter-sp small {
        display: block;
    }
    .loc__sec {
        width: 88%;
    }
    .completion {
        margin-top: 0;
    }
    .area-ps {
        text-align: center;
        border: 1px solid #ccc;
    }
    .task__m img {
        margin: 0 auto;
        width: 80px;
        height: 80px;
    }
    .task__m span {
        display: block;
    }
    .completion h6 {
        display: inline-block;
    }
    .completion p {
        display: inline-block;
    }
    .prf-img img {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }
    .prf-text {
        margin-top: 5px;
    }
    .prf-img {
        display: block;
        text-align: center;
    }
    .prf-text {
        text-align: center;
        display: block;
    }
    .prf-rating h6 {
        display: none;
    }
    .prf-rating {
        float: unset;
        text-align: center;
        margin-top: 7px;
    }
    .pic-profile img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
    }
    .its {
        text-align: center !important;
    }
    .des-profile,
    .pic-profile {
        display: block;
        text-align: center;
    }
    .social-share span {
        text-indent: -9999px;
        display: inline-block;
    }
    .social-share {
        font-size: 18px !important;
        padding: 5px;
    }
    .social-share .fa {
        font-size: 18px !important;
    }
    .others-options li {
        width: 100%;
    }
}
@media only screen and (min-width: 241px) and (max-width: 480px) {
    body {
        font-size: 14px;
        line-height: 1.7;
    }
    .h4,
    h4 {
        font-size: 1.2rem;
    }
    .logo img {
        width: 160px;
    }
    .get-start h3 {
        font-size: 18px;
        line-height: 35px;
        margin-left: 0;
    }
    .group-list-image {
        display: block;
        width: 100%;
        text-align: center;
    }
    .group-list-image img {
        width: 40%;
    }
    .group-list-info {
        display: block;
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
    .group-list-button {
        display: block;
        width: 100%;
        text-align: center !important;
    }
    .group-list-area {
        position: relative;
    }
    .group-list-area .btn-group {
        position: absolute;
        top: 0;
        left: 0;
    }
    .pro_gi {
        width: 100px;
        height: 100px;
    }
    .g_mbr ul li {
        width: 100%;
    }
    .g_mbr ul li:nth-child(odd) {
        margin-right: 0;
    }
    .accordionBox {
        position: fixed;
        padding: 68px 25px 0;
        width: 100% !important;
        left: 0;
        right: 0;
        top: 75px;
        height: 100vh;
    }
    .btn-close-box,
    .btn-close-box:hover {
        font-size: 34px;
        color: #202020;
        background-color: transparent;
        top: 10px;
        right: 10px;
    }
    .search-bar .btn.btn-lg {
        width: 100%;
    }
    .others-options li a {
        padding: 8px 30px;
        font-size: 18px;
    }
    .task__C {
        width: 14%;
    }
    .show-cmnt {
        width: 84%;
    }
    ul.request-step li {
        margin: 0 15px 15px 0;
    }
    #postTaskModel button.btn-cyan,
    .btn-back {
        font-size: 13px;
    }
    .usefull_link {
        width: 100%;
        display: block;
        margin-bottom: 55px;
    }
    .static-page-title h1 {
        font-size: 22px;
    }
    .static-page-title {
        min-height: 84px;
    }
    .static-page .profile-right {
        padding: 40px 0;
    }
    .static-page .page-content {
        padding: 40px 0;
    }
    .s_r_a li {
        display: inline-block;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .logo img {
        width: 219px;
    }
}
@media only screen and (max-width: 940px) {
    .container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .logo img {
        width: 370px;
    }
    .get-start h3 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    img.banner-img {
        width: 110%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .usefull_link {
        width: 32.7%;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1601px) {
    #header {
        background-size: cover;
        height: 900px;
    }
    .logo img {
        width: 370px;
    }
    .get-start h3 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
    #header {
        background-size: cover;
        height: 518px;
    }
}
@media (min-width: 576px) {
    #loginUser .modal-dialog {
        max-width: 430px;
    }
    #editAtask .modal-dialog {
        max-width: 630px;
    }
}
