

:root {
    --mainColor: #1dbf73; }

@font-face {
    font-family: Kafill-font-regular;
    src: url("../fonts/kafiil-body-regular.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: Kafill-font-bold;
    src: url("../fonts/kafiil-body-bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: Kafill-font-medium;
    src: url("../fonts/kafiil-body-medium.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: Kafill-head-bold;
    src: url("../fonts/kafiil-header-bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: Kafill-head-regular;
    src: url("../fonts/kafiil-header-regular.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: kafiil-body-demi;
    src: url("../fonts/kafiil-body-demi.ttf") format("truetype");
}

.font-bold {
    font-family: Kafill-font-bold;
}

.font-demi {
    font-family: kafiil-body-demi;
}

.font {
    font-family: Kafill-font-regular;
}

body {
    font-family: Kafill-font-regular;
    direction: rtl;
    text-align: right;
    line-height: 25px;
    background: rgb(241, 242, 242);
    padding-top: 80px;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

header {
    position: fixed;
    background: rgb(255, 255, 255);
    font-family: Kafill-head-regular;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 6px;
    top: 0px;
    z-index: 999;
    width: 100%;
    left: 0px;
}

.header-wrap {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.header-links > ul {
    display: flex;
    list-style-type: none;
    padding: 0px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0px;
    -webkit-box-align: center;
    align-items: center;
}

.header-links > ul > li {
    margin-right: 15px;
    position: relative;
}

.header-links > ul > li > a {
    background: rgba(112, 112, 112, 0.15);
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    text-align: center;
    line-height: 38px;
}

.header-links > ul > li > a > img {
    filter: invert(48%) sepia(5%) saturate(12%) hue-rotate(318deg) brightness(88%) contrast(89%);
    width: 18px;
    height: 18px;
}

li.user-box a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

li.notification-box span {
    height: 15px;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    transform: translate(-50%, -50%);
    background: var(--mainColor);
    color: rgb(255, 255, 255);
    width: 15px;
    border-radius: 50px;
    line-height: 15px;
    font-size: 11px;
}

.menu-items ul li {
    display: inline-block;
    margin-left: 15px;
    transition: all 0.3s linear 0s;
}

.menu-items ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

li.notification-box a {
    position: relative;
}

.header-links > ul > li.user-box > a > img {
    filter: none;
}

.header-links > ul > li.user-box > a > img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.header-links > ul > .user-box > a, .mobile-header ul .user-box a {
    background: transparent;
    border: 1.5px solid var(--mainColor);
    line-height: 32px;
    position: relative;
    padding: 18px;
}

.menu-items ul li a {
    color: rgb(112, 112, 112);
    font-size: 14px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px;
    transition: all 0.3s linear 0s;
}

.menu-items ul li a span {
    margin-right: 4px;
    line-height: normal;
    transition: all 0.3s linear 0s;
}

.menu-items ul li a img {
    width: 18px;
    height: 18px;
    transition: all 0.3s linear 0s;
}

.mobile-header {
    display: none;
}

.menu-items ul li.active {
    background: rgba(105, 158, 35, 0.15);
    border-radius: 8px;
}

.menu-items ul li.active a {
    color: var(--mainColor);
}

.menu-items ul li.active a img {
    filter: invert(57%) sepia(34%) saturate(2801%) hue-rotate(111deg) brightness(100%) contrast(77%);
}

a:hover, a:focus {
    text-decoration: none;
}

.logo-and-search {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.logo-and-search .logo a img {
    width: 49px;
    height: 49px;
}

.logo-and-search .logo {
    margin-left: 12px;
}

.logo-and-search .search .search-form {
    position: relative;
}

.logo-and-search .search .search-form input {
    border-radius: 50px;
    height: 38px;
    background: rgb(239, 239, 239);
    border: 1px solid rgba(112, 112, 112, 0.25);
    padding-right: 35px;
    max-width: 160px;
    font-size: 12px;
    color: rgb(113, 113, 113);
    width: 160px;
}

.logo-and-search .search .search-form img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    height: 17px;
    width: 17px;
}

.menu-items {
    position: relative;
}

.menu-items::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 1px;
    background: rgb(112, 112, 112);
    opacity: 0.25;
    height: 50%;
}

.menu-items ul li:last-of-type {
    margin: 0px;
}

.header-links > ul > li:first-of-type {
    margin: 0px;
}

.menu-items::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 1px;
    background: rgb(112, 112, 112);
    opacity: 0.25;
    height: 50%;
}

input:focus {
    border: none;
    outline: none;
}

.site-body {
    margin-top: 10px;
    padding-top: 30px;
}

ul.breadcrumb {
    background: transparent;
    padding: 0px;
}

.breadcrumb-item.active {
    color: var(--mainColor);
}

.breadcrumb-item + .breadcrumb-item::before {
    margin-left: 5px;
}

.breadcrumb-item a {
    color: rgb(119, 119, 119);
    font-size: 16px;
}

.page-tabs {
    background: rgb(248, 248, 248);
    border: 1px solid rgb(222, 224, 225);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a, a:hover {
    color: inherit;
}

.page-tabs > ul > li {
    background: rgb(248, 248, 248);
    display: inline-block;
    padding: 15px 25px 14px;
    margin: 0px -2px;
    position: relative;
    max-height: 45px;
    border-top: 2px solid rgb(248, 248, 248);
}

.page-tabs > ul > li > a {
    padding: 0px;
    margin: 0px;
    color: rgb(119, 119, 119);
    font-size: 16px;
    line-height: 22px;
    display: block;
}

.page-tabs > ul li.active {
    background: white;
    border-top: 2px solid var(--mainColor);
}

.page-tabs ul li.active::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: var(--mainColor);
    display: none;
}

.page-tabs > ul > li.active > a {
    color: var(--mainColor);
}

.page-tabs ul li::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 100%;
    background: rgb(222, 224, 225);
    z-index: 9;
}

.page-tabs > .left-el > ul > li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin-left: 10px;
    border-radius: 5px;
    border: none;
    background: rgb(255, 255, 255);
}

.page-tabs .left-el ul li a > img {
    width: 20px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-tabs .left-el ul li::after {
    content: none;
}

.page-tabs .left-el ul .follow.active img, .follow.active img, .project-box.full-box > .el-left a.follow-service.follow.active {
    /* filter: invert(10%) sepia(98%) saturate(7302%) hue-rotate(3deg) brightness(103%) contrast(110%) !important; */
    color: #e11616;
}

.page-tabs .left-el ul li a.details > img {
    transform: translate(-50%, -50%) rotate(90deg);
    width: 16px;
    height: 20px;
}

.page-tabs > .left-el > ul > li > a {
    display: block;
    height: 100%;
    line-height: 0;
    position: relative;
    transition: all 0.3s linear 0s;
    border-radius: 5px;
}

.service-header .right-el h3 {
    font-size: 16px;
    margin: 0px;
    font-family: Kafill-font-bold;
}

.service-content {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(222, 224, 225);
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.service-header .right-el .breadcrumb {
    margin-top: 6px;
    margin-bottom: 20px;
}

.service-header .right-el .breadcrumb li a, .service-header .right-el .breadcrumb {
    font-size: 10px;
}

.service-header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.rate-box ul li, .rate-box ul, .rate-box ul li, .rate-box p {
    display: inline-block;
    margin: 0px;
}

.left-el {
    display: flex;
    height: 100%;
    line-height: initial;
}

.rate-box p {
    font-size: 20px;
    line-height: 0;
}

.rate-box ul li img {
    vertical-align: baseline;
}

.service-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    z-index: 9;
    text-align: center;
}

.service-slider .owl-dots span {
    width: 11px;
    height: 11px;
    background: rgb(222, 222, 222);
    display: block;
    border-radius: 50px;
    margin: 0px 3px;
}

.service-slider .owl-dots .active span {
    background: var(--mainColor);
}

button:hover, button:focus {
    outline: none;
    border: none;
}

.addReadMore.showlesscontent .SecSec, .addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore, .addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: var(--mainColor);
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec, .addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.service-tags li {
    background: rgb(246, 246, 246);
    display: inline-block;
    margin-left: 7px;
    padding: 5px 10px;
    border-radius: 5px;
}

.service-tags li span {
    margin-right: 5px;
    color: rgb(77, 76, 76);
    font-size: 10px;
    line-height: 13px;
}

.service-tags li a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.service-tags {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgb(238, 238, 238);
}

.service-details p {
    color: rgb(32, 32, 32);
    margin-bottom: 20px;
    font-size: 14px;
}

.service-details p.small-header {
    font-size: 18px;
}

.service-details {
    padding-top: 20px;
}

.service-details p:last-of-type {
    margin: 0px;
}

.content-box {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(222, 224, 225);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.content-title h5 {
    align-items: center;
    font-size: 16px;
    margin: 0px;
    color: rgb(112, 112, 112);
    font-family: Kafill-font-bold;
    display: flex;
    line-height: 22px;
}

.content-title {
    position: relative;
}

.content-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background: rgb(212, 212, 212);
    opacity: 0.55;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0px;
    width: 0px;
}

.checkmark {
    position: absolute;
    top: 3px;
    right: 0px;
    height: 18px;
    width: 18px;
    background-color: rgb(240, 240, 240);
    border-radius: 5px;
    border: 1px solid rgb(205, 205, 205);
}

.checkbox-container:hover input ~ .checkmark {
    background-color: rgb(204, 204, 204);
}

.checkbox-container input:checked ~ .checkmark {
    background-color: var(--mainColor);
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark::after {
    display: block;
}

.checkbox-container .checkmark::after {
    left: 50%;
    top: 50%;
    width: 10px;
    height: 7px;
    background-image: url("../images/icons/check.svg");
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
}

.service-option:last-of-type {
    padding-bottom: 0px;
}

.service-option:last-of-type::after {
    opacity: 0;
}

.service-option {
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 18px 0px;
}

.service-option .checkbox-container {
    font-size: 16px;
    color: rgb(149, 149, 149);
}

.service-option::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: calc(100% + 40px);
    height: 0.9px;
    background: rgb(212, 212, 212);
    opacity: 0.35;
    right: -20px;
}

.option-info {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.option-info {
    z-index: 9;
    position: relative;
    text-align: center;
}

.option-info p {
    margin: 0px 10px 0px 0px;
    min-width: 90px;
    font-size: 16px;
    color: rgb(149, 149, 149);
}

body a.btn {
    height: 45px;
    line-height: 43px;
    padding: 0px 8px;
    background: var(--mainColor);
    font-size: 16px;
    border-radius: 8px;
    color: rgb(255, 255, 255);
}

.option-info span {
    font-size: 16px;
    color: rgb(149, 149, 149);
}

.quantity {
    position: relative;
    text-align: center;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
    margin: 0px;
}

input[type="number"] {
}

.quantity input {
    width: 160px;
    height: 45px;
    line-height: 1.65;
    display: block;
    margin: 0px;
    border: 1px solid rgb(222, 224, 225);
    background: rgb(246, 246, 246);
    border-radius: 6px;
    padding: 0px 45px;
    text-align: center;
    color: rgb(119, 119, 119);
}

.quantity input:focus {
    outline: 0px;
}

.quantity-nav {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.order-box .content-body {
    padding: 20px 0px 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.quantity-button {
    border: 1px solid rgb(222, 224, 225);
    position: relative;
    cursor: pointer;
    width: 40px;
    text-align: center;
    height: 45px;
    transition: all 0.3s linear 0s;
    color: rgb(119, 119, 119);
    font-size: 18px;
    line-height: 45px;
    background: rgb(255, 255, 255);
    user-select: none;
    border-radius: 6px;
}

.quantity-button.quantity-up {
    position: absolute;
    top: 0px;
    right: 0px;
}

.quantity-button.quantity-down {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
}

.add-to-cart a {
    background: var(--mainColor);
    color: rgb(255, 255, 255);
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 8px;
}

.add-to-cart a img {
    margin-left: 5px;
    vertical-align: initial;
}

.content-title {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    min-height: 40px;
}

a.btn:hover {
    color: rgb(255, 255, 255);
}

.content-title .more-details span {
    color: var(--mainColor);
    font-size: 14px;
    line-height: initial;
    display: block;
}

.add-to-cart a:hover {
    color: rgb(255, 255, 255);
}

.order-box .service-price p {
    margin: 0px 0px 0px 10px;
    font-size: 16px;
    color: rgb(73, 73, 73);
}

.order-box .service-price span {
    font-size: 25px;
    color: var(--mainColor);
}

.service-price {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 20px;
    position: relative;
}

.seller-box .content-body {
    margin-top: 15px;
}

.seller-area {
    display: flex;
}

.seller-area .seller-img {
    width: 63px;
    height: 63px;
}

.name {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 8px;
}

.name span {
    font-size: 18px;
    color: rgb(38, 38, 38);
}

.seller-info .rate-box ul li img {
    vertical-align: middle;
    width: 11px;
    height: auto;
}

.seller-status span {
    font-size: 12px;
    color: var(--mainColor);
}

.seller-status img {
    margin-left: 4px;
}

.seller-info {
    color: rgb(119, 119, 119);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.seller-last-w span {
    line-height: 12px;
    display: flex;
    font-size: 12px;
}

.seller-last-w {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.seller-last-w p {
    margin: 0px;
    color: var(--mainColor);
    font-size: 12px;
}

.seller-status {
    margin-bottom: 10px;
    line-height: initial;
}

.seller-info img {
    width: 11px;
}

.seller-last-w img {
    margin-left: 4px;
}

.seller-badges ul {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

li.tooltip-h {
    position: relative;
}

.seller-badges ul li {
    margin-left: 10px;
}

.seller-badges ul li:last-of-type {
    margin: 0px;
}

.seller-badges ul li img {
    width: 34px;
    height: 34px;
    transition: all 0.3s linear 0s;
    object-fit: cover;
}

.seller-box .addReadMore {
    font-size: 14px;
    color: rgb(32, 32, 32);
    margin-top: 20px;
}

.seller-area .rate-box ul li img {
    width: 11px;
    height: auto;
}

.seller-contact-btn a {
    background: rgb(29, 191, 115);
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 16px;
    padding: 11px 0px;
}

.info-area .service-option .checkbox-container {
    color: rgb(31, 31, 31);
    padding: 0px;
}

.info-area .service-option .checkbox-container img {
    filter: invert(76%) sepia(0%) saturate(3408%) hue-rotate(322deg) brightness(45%) contrast(82%);
    width: 17px;
    height: auto;
    margin-left: 10px;
}

.info-area .option-info p {
    color: rgb(80, 80, 80);
}

.info-area .service-option:nth-of-type(2n) {
    background: rgb(252, 252, 252);
}

.info-area .service-option:nth-of-type(2n)::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    width: calc(100% + 40px);
    background: rgb(252, 252, 252);
    height: 100%;
}

.share-area ul li {
    margin-left: 3px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.share-area ul {
    margin-top: 15px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.service-tags li {
    margin-top: 7px;
}

.share-area ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
}

a.instagram {
    background: linear-gradient(to left, rgb(196, 39, 155), rgb(246, 137, 81));
    color: rgb(255, 255, 255);
}

.content-title img, .content-title h5 i {
    margin-left: 8px;
}

.share-area ul li span {
    text-transform: capitalize;
    font-size: 12px;
    line-height: normal;
    margin-left: 5px;
}

.user-box .drodown-menu-box ul li.main-dropdown-item, .messages-box .drodown-menu-box ul li.main-dropdown-item {
    min-width: 255px;
}

.share-area ul li a {
    padding: 6px 4px;
    border-radius: 3px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    line-height: normal;
    -webkit-box-pack: center;
    justify-content: center;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.social-icon {
    width: 11px;
    line-height: 0;
    height: 11px;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    position: relative;
}

a.twitter {
    background: rgb(85, 172, 238);
    color: rgb(255, 255, 255);
}

a.facebook {
    background: rgb(59, 89, 152);
    color: rgb(255, 255, 255);
}

a.linkedin {
    background: rgb(0, 112, 178);
    color: rgb(255, 255, 255);
}

li.seller-service-box {
    margin-top: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

li.seller-service-box > a > img {
    margin-left: 10px;
    height: 82px;
    width: 82px;
}

.seller-service-info h6 {
    font-size: 14px;
    color: rgb(112, 112, 112);
    line-height: 22px;
    margin-bottom: 5px;
}

ul.service-opt {
    display: flex;
    border: 1px solid rgb(238, 238, 238);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 3px;
    border-radius: 3px;
}

ul.service-opt li.service-list {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

ul.service-opt li .follow-service {
    width: 26px;
    height: 26px;
    display: block;
    background: rgb(246, 246, 246);
    text-align: center;
    line-height: 26px;
    border-radius: 6px;
}

.seller-service-info h6:hover {
    color: rgb(68, 68, 68);
}

.page-tabs ul li a:hover {
    color: rgb(68, 68, 68);
}

ul.service-opt li .follow-service img {
    filter: invert(46%) sepia(3%) saturate(163%) hue-rotate(76deg) brightness(94%) contrast(91%);
}

.service-price span {
    color: var(--mainColor);
    font-size: 12px;
}

.sercice-rate .rate-box span {
    font-size: 10px;
    color: rgb(204, 204, 204);
}

.sercice-rate .rate-box p {
    font-size: 12px;
    color: rgb(255, 193, 7);
}

.sercice-rate .rate-box li img {
    width: 12px;
}

.service-price::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -9.5px;
    width: 1px;
    height: 12px;
    background: rgb(205, 205, 205);
    transform: translateY(-50%);
}

.img-with-text-box {
    padding: 0px;
}

.img-with-text-box h5 {
    text-align: center;
    padding: 12px;
    font-size: 16px;
    color: rgb(38, 38, 38);
    margin: 0px;
}

.img-with-text-box img {
    height: 205px;
    max-height: 205px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    object-fit: cover;
}

.img-with-text-box .content-body {
    position: relative;
}

.img-with-text-box .content-body::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 205px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.74) 89%);
    z-index: 1;
}

.seller-box-center .seller-info {
    display: block;
}

.seller-box-center .seller-area {
    display: block;
}

.seller-box-center .name {
    display: block;
}

.seller-last-w {
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 6px;
}

.seller-box-center .seller-badges ul {
    -webkit-box-pack: center;
    justify-content: center;
}

.seller-box-center {
    text-align: center;
}

.filter-box .select {
    width: 115px;
    height: 30px;
    box-shadow: none;
    border: 1px solid rgb(222, 224, 225);
    border-radius: 6px;
    line-height: 30px;
}

.filter-box .select .current {
    font-size: 10px;
    padding-right: 10px;
}

.filter-box {
    position: relative;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(222, 224, 225);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.filter-box > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    right: 10px;
}

.nice-select::after {
    right: auto;
    left: 12px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    height: 5px;
    width: 5px;
    top: 15px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background: rgb(248, 248, 248);
    color: var(--mainColor);
}

.nice-select .option {
    font-size: 12px;
    text-align: center;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    font-weight: 500 !important;
    min-height: 30px !important;
}

.review-count {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.review-count .rate-box img {
    margin-left: 5px;
    width: 12px;
}

.review-count > span {
    font-size: 16px;
    color: rgb(73, 73, 73);
    margin-left: 10px;
}

.review-count .rate-box li:last-of-type img {
    margin-left: 10px;
}

.review-count .rate-box p {
    color: rgb(255, 193, 7);
    font-size: 16px;
}

.progress-line {
    background: rgb(237, 237, 237);
    box-shadow: 0px 0px 0px;
    height: 4px;
    margin: 0px;
    position: relative;
    width: 190px;
    border-radius: 3px;
}

.progress-line > span {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    border-radius: 3px;
    background: rgb(255, 193, 7);
}

.progress-line > span > .percent-tooltip {
    position: absolute;
    right: -15px;
    top: -30px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
}

.star-and-bar > ul > li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 15px;
}

.bar {
    margin: 0px 10px;
}

.star-and-bar .rate-box ul li img {
    width: 13px;
}

.star-and-bar .review-count > span {
    margin: 0px;
    font-size: 14px;
}

.global-review-box h4 {
    font-size: 16px;
    color: rgb(32, 32, 32);
    margin-top: 15px;
    margin-bottom: 0px;
    font-family: Kafill-font-bold;
}

.global-review-box > ul > li {
    margin-top: 15px;
}

.global-review-box ul li .review-title span {
    color: rgb(119, 119, 119);
    font-size: 14px;
}

.global-review-box > ul > li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.review-present img {
    width: 12px;
    margin-left: 5px;
}

.review-present span {
    font-size: 14px;
}

.comment-head .comment-by-box > img {
    margin-left: 10px;
    width: 49px;
    height: 49px;
    border-radius: 50px;
}

.comment-ds {
    width: 100%;
}

.comment-by-box {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.comment-opt {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    line-height: 12px;
}

.page-tabs > .left-el > ul {
    display: flex;
    line-height: 0;
}

ul.comment-date {
    display: flex;
}

.service-slider .service-img .img {
    width: 100%;
    height: 327px;
    background-size: cover;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
}

.service-slider::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 52px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34));
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.comment-follows ul {
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.comment-by-box .comment-ds h5 {
    color: rgb(38, 38, 38);
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 18px;
}

ul.comment-date li span {
    font-size: 10px;
    color: rgb(149, 149, 149);
    margin-right: 5px;
}

ul.comment-date li {
    position: relative;
    margin-left: 20px;
}

ul.comment-date li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 1px;
    background: rgb(205, 205, 205);
    height: 10px;
}

ul.comment-date li:last-of-type::after {
    content: none;
}

.comment-follows li {
    margin-right: 15px;
}

.comment-follows li:first-of-type {
    margin-right: 0px;
}

ul.comment-date li:last-of-type {
    margin: 0px;
}

.comment-follows li a span {
    color: rgb(112, 112, 112);
    font-size: 12px;
}

a.comment-like img {
    vertical-align: baseline;
    filter: invert(41%) sepia(61%) saturate(0%) hue-rotate(162deg) brightness(92%) contrast(78%);
}

.comment-seller-opt {
    border: 1px solid rgb(238, 238, 238);
    background: rgb(251, 251, 251);
    padding: 10px;
    margin-top: 15px;
}

.comment-seller-opt > ul {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
}

.rate-box.global-rate ul li img.v {
    filter: invert(49%) sepia(100%) saturate(347%) hue-rotate(44deg) brightness(91%) contrast(88%);
}

.comment-seller-opt ul li > span {
    color: rgb(80, 80, 80);
    font-size: 12px;
    line-height: 16px;
}

.comment-seller-opt ul li {
    text-align: center;
}

.rate-box ul li img {
    width: 12px;
}

.comment-seller-opt ul li > span {
    color: rgb(80, 80, 80);
    font-size: 12px;
    line-height: 16px;
}

.comment-seller-opt ul li {
    text-align: center;
}

.rate-box ul li img {
    width: 12px;
}

hr {
    margin: 0px;
}

.sidebar {
    position: sticky;
    top: 0px;
    margin-bottom: 15px;
}

.comment-area .comment-body p {
    margin: 15px 0px 0px;
    font-size: 12px;
    color: rgb(80, 80, 80);
}

.show-more-comments {
    padding: 25px 0px 10px;
    text-align: center;
}

.show-more-comments a span {
    color: rgb(32, 32, 32);
    font-size: 16px;
    margin-left: 10px;
    transition: all 0.3s linear 0s;
}

.show-more-comments a span:hover {
    color: var(--mainColor) ;
}

.show-more-comments a img {
    width: 9px;
    filter: invert(49%) sepia(100%) saturate(347%) hue-rotate(44deg) brightness(91%) contrast(88%);
}

.child-comment.comment-area {
    margin-top: 15px;
    margin-right: 40px;
    position: relative;
    padding-right: 10px;
}

.child-comment.comment-area::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 3px;
    height: 100%;
    background: rgb(196, 196, 196);
}

.content-box.other-services {
    background: transparent;
    padding: 0px;
    border: none;
}

.content-box.other-services .content-title {
    background: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 5px;
    border: 1px solid rgb(222, 224, 225);
    margin-bottom: 12px;
}

.content-box.other-services .content-title::after {
    display: none;
}

.other-service-box, .service-box {
    border: 1px solid rgb(222, 224, 225);
    background: rgb(255, 255, 255);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.active:last-of-type .other-service-box, .active:last-of-type .service-box {
    margin: 0px;
}

.osb-follow {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: rgb(246, 246, 246);
    border-radius: 6px;
}

.other-services-slider .osb-opt img, .service-box .osb-opt img {
    width: auto;
    display: initial;
}

.other-services-slider .osb-opt .osb-count img, .service-box .osb-opt .osb-count img {
    filter: invert(38%) sepia(13%) saturate(14%) hue-rotate(57deg) brightness(87%) contrast(91%);
    width: 12px;
    vertical-align: baseline;
}

.osb-img-slider img {
    max-height: 195px;
    object-fit: fill;
}

.other-service-box .osb-title h5, .service-box .osb-title h5 {
    font-size: 12px;
    color: rgb(80, 80, 80);
    line-height: 22px;
    margin: 0px;
}

.osb-img-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.osb-img-slider .owl-dots span {
    border-radius: 50%;
    display: block;
    height: 7px;
    width: 7px;
    background: rgb(222, 222, 222);
    margin-left: 3px;
    line-height: 0;
}

.osb-img-slider, .osb-img-slider img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.osb-opt ul {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.osb-opt ul .rrate-box {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 20px;
    position: relative;
}

.osb-opt ul .rrate-box p {
    margin: 0px;
    font-size: 10px;
    color: rgb(204, 204, 204);
}

.osb-opt .rate-box img {
    width: 12px;
    margin-left: 4px;
    vertical-align: baseline;
}

.osb-opt ul .rrate-box span {
    font-size: 13px;
    color: rgb(255, 193, 7);
    margin-left: 2px;
}

.rrate-box::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background: rgb(182, 182, 182);
    left: -10px;
}

.osb-title {
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
}

.osb-opt {
    padding: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.osb-by {
    padding: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgb(243, 243, 243);
}

.osb-by .obs-ss img {
    width: 25px;
    margin-left: 7px;
}

.obs-ss {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.osb-opt span.uniq-osb {
    padding: 4px 6px;
    background: var(--mainColor);
    color: rgb(255, 255, 255);
    font-size: 10px;
    border-radius: 4px;
    line-height: 13px;
}

.osb-by .obs-ss .osb-by-info a {
    display: block;
    line-height: 0;
}

.other-services-slider .osb-opt .osb-count span, .service-box .osb-opt .osb-count span {
    color: rgb(149, 149, 149);
    font-size: 14px;
}

.osb-by .obs-ss .osb-by-info span {
    line-height: 10px;
    font-size: 8px;
    color: rgb(38, 38, 38);
    margin-bottom: 2px;
    display: block;
}

.osb-by .obs-ss .osb-by-info p {
    font-size: 8px;
    color: rgb(149, 149, 149);
    line-height: 10px;
    margin: 0px;
}

.osb-by-info {
    display: inline-grid;
}

.obs-ss.state-r {
    position: relative;
}

.obs-ss.state-r::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid rgb(255, 255, 255);
    background: var(--mainColor);
    display: block;
    border-radius: 50%;
    top: -1px;
}

.osb-by > span {
    font-size: 17px;
    color: var(--mainColor);
}

.other-services-slider > .owl-nav, .services-slider > .owl-nav {
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    width: 100%;
    display: block !important;
}

.other-service-box .osb-title h5:hover, .service-box .osb-title h5:hover {
    color: rgb(34, 34, 34);
}

.osb-img-slider .owl-dots .active span {
    background: var(--mainColor);
}

.osb-img-slider::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 52px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34));
}

.osb-follow img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17px !important;
}

.osb-follow a {
    width: 100%;
    height: 100%;
    display: block;
}

.other-services-slider > .owl-nav .owl-prev, .services-slider > .owl-nav .owl-prev {
    position: absolute;
    top: 0px;
    right: -22.5px;
}

.other-services-slider > .owl-nav .owl-next, .services-slider > .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    left: -22.5px;
}

body .other-services .other-services-slider > .owl-nav button {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.osb-img-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 26px;
    transform: translateY(-50%);
    display: block !important;
}

.other-services-slider .osb-img-slider .owl-nav button, .service-box .osb-img-slider .owl-nav button {
    width: 17px;
    height: 26px;
    background: rgb(255, 255, 255);
}

.other-services-slider .osb-img-slider .owl-nav .owl-prev, .service-box .osb-img-slider .owl-nav .owl-prev {
    border-radius: 5px 0px 0px 5px;
    position: absolute;
    top: 0px;
    right: -17px;
    opacity: 0;
    transition: all 0.3s linear 0s;
}

.menu-items ul li:hover {
    background: rgba(112, 112, 112, 0.05);
    border-radius: 8px;
}

.bottom-footer p {
    font-size: 14px;
}

.other-services-slider .osb-img-slider .owl-nav .owl-next, .service-box .osb-img-slider .owl-nav .owl-next {
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    top: 0px;
    left: -17px;
    opacity: 0;
    transition: all 0.3s linear 0s;
}

.other-services-slider .osb-img-slider:hover .owl-nav .owl-prev, .service-box .osb-img-slider:hover .owl-nav .owl-prev {
    right: 0px;
    opacity: 1;
}

.other-services-slider .osb-img-slider:hover .owl-nav .owl-next, .service-box .osb-img-slider:hover .owl-nav .owl-next {
    left: 0px;
    opacity: 1;
}

footer {
    margin-top: 70px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(230, 230, 230, 0.16) 0px -8px 28px;
    padding: 25px 0px;
}

footer .footer-list .list-title h4 {
    font-size: 20px;
    color: rgb(73, 73, 73);
    margin-bottom: 10px;
}

footer .footer-list ul li a {
    font-size: 14px;
    line-height: 28px;
    color: rgb(112, 112, 112);
    position: relative;
    transition: all 0.3s linear 0s;
}

footer .footer-list ul li a::before {
    content: "";
    position: absolute;
    top: 7px;
    right: -10px;
    width: 7px;
    background-image: url("../images/icons/chevron-down.svg");
    transform: rotate(90deg);
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
}

footer .footer-list ul li a::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -13px;
    width: 7px;
    background-image: url("../images/icons/chevron-down.svg");
    transform: rotate(90deg);
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
}

footer .footer-list ul {
    padding-right: 15px;
}

footer .footer-list ul li a:hover {
    color: rgb(51, 51, 51);
}

.bottom-footer p {
    font-size: 16px;
    color: rgb(32, 32, 32);
    margin: 0px;
    padding: 10px 0px;
}

.bottom-footer {
    background: rgb(241, 242, 242);
}

footer .footer-list ul.payment-imgs li {
    display: inline-block;
    margin-left: 10px;
}

footer .footer-list ul.payment-imgs:first-of-type {
    margin-bottom: 25px;
}

a.googlePlus {
    background: rgb(221, 75, 57);
    color: rgb(255, 255, 255);
}

a.youtube {
    background: rgb(221, 75, 57);
    color: rgb(255, 255, 255);
}

ul.social-media-list li {
    display: inline-block;
    margin-left: 10px;
}

footer .footer-list .social-media-list li a {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    display: block;
    text-align: center;
    position: relative;
}

footer .footer-list .social-media-list li a::after, footer .footer-list .social-media-list li a::before {
    display: none;
}

footer .footer-list .social-media-list li a img {
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.osb-img-box img {
    max-height: 195px;
    object-fit: fill;
    width: 100%;
}

form .service-price::after {
    display: none !important;
}

.service-content li.breadcrumb-item {
    font-size: 10px;
}

footer a.linkedin img {
    filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(350deg) brightness(628%) contrast(100%);
}

footer a.facebook img {
    filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(350deg) brightness(466%) contrast(100%);
}

.quantity-button:hover {
    background: var(--mainColor);
    color: rgb(255, 255, 255);
}

footer .twitter img {
    filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(350deg) brightness(526%) contrast(100%);
}

li.tooltip-h:focus img {
    width: 30px;
    height: 30px;
}

.tooltiptext::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 20px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgb(0, 0, 0);
}

.tooltiptext {
    visibility: hidden;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    opacity: 0;
    text-align: center;
    transition: all 0.3s linear 0s;
    border-radius: 6px;
    padding: 1px 10px;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    top: 48px;
    left: -10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}

.tooltip-h:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

a.snapchat {
    background: rgb(255, 235, 59);
    color: rgb(255, 255, 255);
}

li.seller-service-box:last-of-type::after {
    opacity: 0;
}

li.seller-service-box:first-of-type {
    margin-top: 15px;
}

a.more-services-btn.mobile-only {
    font-size: 14px;
    margin-top: 13px;
    text-align: center;
    color: rgb(32, 32, 32);
}

.btn:hover, .btn:focus, button:focus {
    outline: none;
    box-shadow: none;
}

li.breadcrumb-item {
    font-size: 16px;
    line-height: 21px;
}

.child-comment.comment-area br {
    display: none;
}

.page-tabs .left-el ul li a.follow:hover, .osb-follow a:hover, .osb-follow a:focus, .page-tabs .left-el ul li a.follow:focus {
    border-radius: 5px;
}

.osb-img-slider .owl-next span {
    font-size: 23px;
    position: absolute;
    top: calc(50% - 2px);
    transform: translate(-50%, -50%);
    left: calc(50% - 1px);
    line-height: 0;
}

.osb-img-slider .owl-prev span {
    font-size: 23px;
    position: absolute;
    top: calc(50% - 2px);
    transform: translate(-50%, -50%);
    left: calc(50% - 0px);
    line-height: 0;
}

.child-comment.comment-area hr {
    margin-top: 15px;
}

footer .footer-list ul.social-media-list {
    padding: 0px;
}

.footer-list.social-media-box {
    margin-top: 15px;
}

a.comment-like.liked img {
    filter: invert(56%) sepia(96%) saturate(344%) hue-rotate(100deg) brightness(88%) contrast(99%);
}

a.comment-like.liked span {
    color: rgb(29, 191, 115);
}

a.comment-dislike.disliked img {
    filter: invert(35%) sepia(24%) saturate(6933%) hue-rotate(342deg) brightness(100%) contrast(83%);
}

a.comment-dislike img {
    filter: invert(41%) sepia(61%) saturate(0%) hue-rotate(162deg) brightness(92%) contrast(78%);
}

a.comment-dislike.disliked span {
    color: rgb(232, 63, 63);
}

li.seller-service-box::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -9px;
    width: calc(100% + 20px);
    height: 1px;
    background: rgb(212, 212, 212);
    opacity: 0.35;
}

li.seller-service-box:first-of-type {
    margin-top: 15px;
}

.seller-service-info h6 {
    font-size: 12px;
    line-height: 20px;
}

.img-with-text-box h5 {
    padding-top: 215px;
}

.drodown-menu-box {
    border-radius: 8px;
    position: absolute;
    background: 0% 0% / auto no-repeat rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 7px;
    padding: 4px;
    opacity: 0;
    top: calc(100% + 30px);
    left: -5px;
    transition: all 0.3s linear 0s;
    visibility: hidden;
    z-index: 99;
}

.drodown-menu-box::before {
    position: absolute;
    content: "";
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent rgb(255, 255, 255);
    top: -16px;
    z-index: 999;
    left: 15px;
}

.drodown-menu-box ul li {
    transition: all 0.3s linear 0s;
    display: flex;
    min-width: 170px;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 4px;
    padding: 8px;
    border-radius: 8px;
    position: relative;
}

.drodown-menu-box ul li.main-dropdown-item {
    background: rgba(29, 191, 115, 0.1);
}

.drodown-menu-box ul li.main-dropdown-item {
    padding: 9px 12px;
}

.drodown-menu-box ul li.main-dropdown-item .dropdown-icon {
    margin-left: 11px;
}

.dropdown-text h6 {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 18px;
    margin: 0px;
    font-weight: bold;
    font-family: Kafill-head-bold !important;
}

.dropdown-text a {
    color: rgb(112, 112, 112);
    font-size: 12px;
    line-height: 20px;
    display: block;
    font-family: Kafill-head-regular;
}

.drodown-menu-box ul li:last-of-type {
    margin: 0px;
}

.drodown-menu-box ul li.main-dropdown-item .dropdown-icon img {
    width: 34px;
    height: 34px;
}

.drodown-menu-box ul li .dropdown-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.dropdown-el.active .drodown-menu-box {
    top: calc(100% + 15px);
    visibility: visible;
    opacity: 1;
}

.drodown-menu-box ul li .dropdown-icon {
    width: 30px;
    height: 30px;
    background: rgba(112, 112, 112, 0.15);
    text-align: center;
    position: relative;
    border-radius: 50%;
    line-height: 30px;
    margin-left: 8px;
}

.drodown-menu-box ul li.main-dropdown-item .dropdown-icon {
    background: transparent;
    border: 1.5px solid var(--mainColor);
    line-height: 32px;
    position: relative;
    border-radius: 50%;
}

.drodown-menu-box ul li:hover {
    background: rgba(112, 112, 112, 0.1);
}

.user-box .drodown-menu-box ul li::after {
    transition: all 0.3s linear 0s;
    content: "";
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    left: 0px;
    background-image: url("../images/icons/chevron-down.svg");
    width: 8px;
    height: 4px;
    background-size: cover;
    background-repeat: no-repeat;
}

.drodown-menu-box ul li:hover::after {
    left: 15px;
    opacity: 1;
}

.messages-box .drodown-menu-box ul li .dropdown-icon > img {
    position: unset;
    transform: unset;
    width: 34px;
    height: 34px;
}

c {
    background: transparent;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.messages-box .drodown-menu-box ul li.main-dropdown-item h6 {
    font-size: 20px;
}

.messages-box .drodown-menu-box ul li.main-dropdown-item {
    background: transparent;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.messages-box .drodown-menu-box .dropdown-text a {
    line-height: 16px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 2px;
    max-width: 86%;
}

.messages-box .drodown-menu-box .dropdown-text h6 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
}

.messages-box .drodown-menu-box ul li {
    -webkit-box-align: end;
    align-items: end;
}

.messages-box .drodown-menu-box .dropdown-text h6 span {
    font-size: 12px;
    color: rgb(112, 112, 112);
}

.msg-icon {
    width: 16px;
    height: 16px;
    background: var(--mainColor);
    border-radius: 41px;
    position: absolute;
    top: calc(80% + 5px);
    transform: translateY(-50%);
    left: -3px;
}

.msg-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.active.dropdown-el > a {
    background: rgba(29, 191, 115, 0.15);
}

.active.dropdown-el > a > img {
    filter: invert(56%) sepia(64%) saturate(531%) hue-rotate(100deg) brightness(95%) contrast(89%);
}

a.messages-count {
    position: relative;
    background: rgba(112, 112, 112, 0.15);
    height: 38px;
    width: 38px;
    border-radius: 50%;
    text-align: center;
}

a.messages-count img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.messages-count span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--mainColor);
    display: block;
    color: rgb(255, 255, 255);
    font-size: 11px;
    text-align: center;
    line-height: 16px;
    position: relative;
    top: 5px;
    left: -20px;
}

.messages-box .drodown-menu-box ul li.main-dropdown-item {
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 0px;
}

.messages-box .drodown-menu-box ul {
    height: 370px;
    overflow-y: scroll;
}

.messages-box .drodown-menu-box ul::-webkit-scrollbar {
    width: 0px;
}

.messages-box .drodown-menu-box ul::-webkit-scrollbar-track {
    background: rgb(241, 241, 241);
}

.messages-box .drodown-menu-box ul::-webkit-scrollbar-thumb {
    background: rgb(204, 204, 204);
}

.messages-box .drodown-menu-box ul::-webkit-scrollbar-thumb:hover {
    background: rgb(112, 112, 112);
}

.dropdown-menu-btn a {
    background: rgba(29, 191, 115, 0.1);
    display: block;
    padding: 9px 0px;
    text-align: center;
    color: var(--mainColor);
    font-size: 14px;
}

.page-tabs .left-el ul li a.active {
    background: rgb(238, 238, 238);
}

.bottom-footer p a:hover {
    color: var(--mainColor);
}

.other-services-slider > .owl-dots, .services-slider > .owl-dots {
    display: none !important;
}

.fixed-tabs {
    position: fixed;
    transition: all 0.3s linear 0s;
    width: 100%;
    z-index: 99;
    left: 0px;
}

.services-header-title h1 {
    font-size: 22px;
    margin-bottom: 15px;
}

.services-header-title p {
    font-size: 14px;
    max-width: 580px;
    margin: 0px auto;
    color: rgb(112, 112, 112);
}

.services-header-title {
    margin-bottom: 40px;
    text-align: center;
}

.services-header-form input {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(222, 224, 225);
    height: 54px;
    border-radius: 8px;
    padding-right: 40px;
    font-size: 16px;
    width: 100%;
}

.input-box-with-icon {
    position: relative;
    width: calc(100% - 138px);
}

.input-box-with-icon > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 15px;
    filter: invert(95%) sepia(36%) saturate(1%) hue-rotate(154deg) brightness(200%) contrast(61%);
    width: 16px;
    height: 16px;
}

.services-header-form input::-webkit-input-placeholder {
    color: rgb(205, 205, 205);
}

.services-header-form input::placeholder {
    color: rgb(205, 205, 205);
}

.services-header-form {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.services-header-form .searvices-search-button {
    margin-right: 15px;
    width: 123px;
    height: 54px;
    line-height: 52px;
}

.services-wrap {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.services-wrap .service-small-box {
    text-align: center;
    height: 150px;
    background: rgb(255, 255, 255);
    width: 100%;
    margin-left: 20px;
    display: table;
    border-radius: 8px;
    border: 1px solid rgb(222, 224, 225);
}

.service-small-box:last-of-type {
    margin: 0px;
}

.service-small-box .service-box-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.service-small-box .service-box-inner img {
    margin-bottom: 25px;
    max-height: 52px;
}

.service-small-box .service-box-inner h5 {
    color: rgb(112, 112, 112);
    margin: 0px;
    font-size: 16px;
}

.more-link {
    margin-top: 20px;
}

.more-link a {
    color: rgb(80, 80, 80);
    font-size: 16px;
}

.more-link a img {
    margin-right: 7.5px;
    width: 8px;
}

.services-page .content-title .more-details span {
    display: inline-block;
    color: rgb(112, 112, 112);
}

.services-page .content-title .more-details {
    height: 36px;
    border: 1px solid rgb(222, 224, 225);
    line-height: 34px;
    text-align: center;
    padding: 0px 14px;
    border-radius: 4px;
}

.services-page .content-title .more-details img {
    margin: 0px 11px 0px 0px;
    transform: rotate(90deg);
}

.services-page .content-title .more-details a {
    display: inline-block;
}

.services-page .content-box.other-services {
    margin-top: 40px;
}

.services-page .content-box.other-services .content-title {
    padding: 12px 15px;
}

.osb-video {
    position: relative;
}

.osb-video .video-play {
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    height: 40px;
    z-index: 9;
    display: block;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.osb-video::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.34;
}

.osb-video .video-play img {
    width: 11px;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0px;
    height: 11px;
}

.osb-video .video-play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.service-box {
    margin-bottom: 30px;
}

.mrb-0 .service-box {
    margin: 0px;
}

ul.services-filter-wrap > li > .filter-list-dropdown.active {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}

ul.services-filter-wrap > li > .filter-list-dropdown {
    box-shadow: rgba(167, 167, 167, 0.17) 6px 24px 25px;
    position: absolute;
    top: calc(100% - 15px);
    z-index: 5;
    min-width: 270px;
    background: rgb(255, 255, 255);
    right: -11px;
    border-radius: 0px 5px 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0s linear 0s;
    border: 1px solid rgb(222, 224, 225);
}

ul.services-filter-wrap > li {
    height: 34px;
    line-height: 34px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid rgb(222, 224, 225);
    margin-left: 10px;
    min-width: 142px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

ul.services-filter-wrap > li > span {
    font-size: 14px;
    padding-right: 15px;
}

ul.services-filter-wrap > li > img {
    margin-left: 15px;
    width: 8.34px;
    height: 4.17px;
    filter: invert(0%) sepia(2%) saturate(7500%) hue-rotate(88deg) brightness(94%) contrast(101%);
}

ul.services-filter-wrap > li > .filter-list-dropdown li > a {
    display: flex;
    height: 59px;
    border-bottom: 1px solid rgba(212, 212, 212, 0.35);
    line-height: 60px;
    align-items: center;
    justify-content: space-between;
}

ul.services-filter-wrap > li > .filter-list-dropdown > li > ul {
    position: absolute;
    top: 0px;
    border-radius: 5px 0px 0px 5px;
    right: calc(100% - 30px);
    background: rgb(255, 255, 255);
    min-width: 270px;
    border: 1px solid rgb(222, 224, 225);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

ul.services-filter-wrap > li > .filter-list-dropdown > li.active > .filter-list-dropdown-1 {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    right: 100%;
}

ul.services-filter-wrap > li > .filter-list-dropdown li > a span {
    padding-right: 20px;
    font-size: 16px;
    font-family: Kafill-font-medium;
    color: rgb(149, 149, 149);
}

ul.services-filter-wrap > li > .filter-list-dropdown li > a img {
    margin-left: 20px;
    width: 8.34px;
    height: 4.17px;
    filter: invert(0%) sepia(2%) saturate(7500%) hue-rotate(88deg) brightness(94%) contrast(101%);
    transform: rotate(90deg);
}

ul.services-filter-wrap > li > .filter-list-dropdown li {
    position: relative;
}

ul.services-filter-wrap > li.has-dropdown.active > span {
    color: var(--mainColor);
}

ul.services-filter-wrap > li.has-dropdown.active > img {
    filter: invert(72%) sepia(63%) saturate(2867%) hue-rotate(100deg) brightness(89%) contrast(77%);
}

ul.services-filter-wrap > li > .filter-list-dropdown li.active > a span {
    color: var(--mainColor);
}

ul.services-filter-wrap > li > .filter-list-dropdown li:last-of-type > a {
    border-bottom: 0px;
}

ul.services-filter-wrap > li > .filter-list-dropdown li > a:hover span {
    color: rgb(29, 191, 115);
}

ul.services-filter-wrap > li > .filter-list-dropdown li > a:hover img {
    filter: invert(72%) sepia(88%) saturate(4082%) hue-rotate(111deg) brightness(100%) contrast(77%);
}

.input-switch:not(:checked), .input-switch:checked {
    position: absolute;
    opacity: 0;
    height: 0px;
    width: 0px;
    visibility: hidden;
    left: -9999px;
}

.input-switch:not(:checked) ~ .input-label, .input-switch:checked ~ .input-label {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    color: rgb(112, 112, 112);
    cursor: pointer;
    vertical-align: text-bottom;
    transition: color 0.2s ease 0s, opacity 0.2s ease 0s;
    padding-left: 0px;
    font-size: 14px;
}

.input-switch:not(:checked) ~ .input-label::before, .input-switch:checked ~ .input-label::before, .input-switch:not(:checked) ~ .input-label::after, .input-switch:checked ~ .input-label::after {
    box-sizing: border-box;
}

.input-switch:not(:checked) ~ .input-label::before, .input-switch:checked ~ .input-label::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(238, 238, 238);
    border-radius: 0.2em;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
    transition: all 0.2s ease 0s;
}

.input-switch:not(:checked) ~ .input-label::after, .input-switch:checked ~ .input-label::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 50%;
    right: 2px;
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
    transform-origin: center center;
    transition: all 0.2s ease 0s;
}

.input-switch:not(:checked) ~ .input-label::after {
    opacity: 0;
    transform: scale(0) translateY(-50%);
}

.input-switch:checked ~ .input-label {
    color: rgb(85, 85, 85);
}

.input-switch:checked ~ .input-label::after {
    opacity: 1;
    transform: translateY(-50%) scale(0.8);
}

.input-switch:disabled ~ .input-label {
    opacity: 0.5;
}

.input-switch:not(:checked) ~ .input-label, .input-switch:checked ~ .input-label {
    padding-right: 26px;
}

.input-switch:not(:checked) ~ .input-label::before, .input-switch:checked ~ .input-label::before {
    display: block;
    width: 21px;
    height: 11px;
    padding: 0px;
    background: rgb(183, 183, 183);
    border-radius: 1em;
    content: "" !important;
}

.input-switch:not(:checked) ~ .input-label::after, .input-switch:checked ~ .input-label::after {
    display: block;
    width: 0.5em;
    height: 0.5em;
    padding: 0px;
    background-color: rgb(255, 255, 255);
    border: 1px solid transparent;
    border-radius: 50%;
    content: "" !important;
}

.input-switch:not(:checked) ~ .input-label::after {
    opacity: 1;
    transform: translateX(0px) translateY(-50%);
    right: 10px;
}

.input-switch:checked ~ .input-label::before {
    background-color: var(--mainColor);
    border-color: rgb(255, 255, 255);
}

.input-switch:checked ~ .input-label::after {
    width: 8.76px;
    height: 8.75px;
    padding: 0px;
    margin: 0px;
    background-color: rgb(238, 238, 238);
    border-color: transparent;
    border-radius: 50%;
    opacity: 1;
}

.input-switch:disabled ~ label, .input-switch:disabled ~ .input-label {
    opacity: 0.5;
}

.input-switch:disabled ~ .input-label::before {
    background-color: rgb(238, 238, 238);
    border-color: rgb(204, 204, 204);
}

.input-switch:disabled ~ label::after, .input-switch:disabled ~ .input-label::after {
    background-color: rgb(238, 238, 238);
    border-color: rgb(204, 204, 204);
}

.filter-box .el-left ul {
    display: flex;
    align-items: center;
}

.filter-box .el-left ul li:last-of-type {
    position: relative;
    margin-right: 30px;
}

.filter-box .el-left ul li:last-of-type::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    height: 16px;
    width: 0px;
    border-left: 1px solid rgb(205, 205, 205);
}

.filter-box .el-left ul li label {
    margin: 0px;
}

.services-page-with-filter .container > .el-full {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.services-available-count {
    display: flex;
    align-items: center;
}

.services-available-count * {
    margin: 0px;
    padding: 0px;
    color: rgb(112, 112, 112);
    font-size: 14px;
}

.services-available-count span {
    margin-left: 3px;
}

.services-page-with-filter .el-full .sort-by {
    display: flex;
    align-items: center;
}

.services-page-with-filter .el-full .sort-by .select {
    background: transparent;
    border: none;
    box-shadow: unset;
    height: auto;
    line-height: normal;
    padding-right: 3px;
    padding-left: 16px;
    font-size: 14px;
}

.services-page-with-filter .el-full .sort-by .select::after {
    left: 0px;
    top: 50%;
    width: 6px;
    height: 6px;
}

.services-page-with-filter .el-full .sort-by .select .current {
    font-size: 14px;
    color: rgb(32, 32, 32);
    font-family: Kafill-font-medium;
    top: 0px;
}

.services-page-with-filter .el-full .sort-by > span {
    font-size: 14px;
    color: rgb(112, 112, 112);
    line-height: normal;
}

ul.filter-selelcted {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.osb-img-box {
    width: 100%;
    display: block;
}

ul.filter-selelcted li {
    background: rgb(246, 246, 246);
    margin-left: 6px;
    height: 34px;
    padding: 0px 10px;
    line-height: 30px;
    min-width: 116px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
}

ul.filter-selelcted li:last-of-type {
    margin-left: 0px;
}

ul.filter-selelcted li span {
    color: rgb(119, 119, 119);
    font-size: 11px;
}

.reviews-comments-area .filter-box {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

ul.filter-selelcted li {
    cursor: pointer;
}

img.filter-opend {
    filter: invert(72%) sepia(63%) saturate(2867%) hue-rotate(100deg) brightness(89%) contrast(77%);
}

::selection {
    color: inherit;
    background: transparent;
}

.services-details-area p, .user-directive-area p {
    margin-top: 20px;
    font-size: 14px;
    color: rgb(32, 32, 32);
    line-height: 25px;
    margin-bottom: 0px;
}

.comments-area .comment-box {
    margin-top: 20px;
    position: relative;
    padding-bottom: 20px;
}

.comments-area .comment-box .user-comment-box > img {
    width: 49px;
    height: 49px;
    margin-left: 11px;
    border-radius: 50px;
}

.user-comment-info h4 {
    margin: 0px 0px 10px;
    font-size: 16px;
    color: rgb(38, 38, 38);
}

.user-comment-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.user-comment-time span {
    font-size: 10px;
    color: rgb(149, 149, 149);
}

.user-comment-time img {
    width: 11px;
    height: 11px;
    object-fit: cover;
}

.user-comment-time {
    line-height: 0;
}

.user-comment-info h4 a {
    margin: 0px 0px 10px;
    font-size: 16px;
    color: rgb(38, 38, 38);
}

.comment-body > p {
    font-size: 12px;
    color: rgb(80, 80, 80);
    margin: 0px;
}

.comment-body .comment-file-box {
    margin-top: 15px;
}

.comment-body .comment-file-box a {
    display: inline-flex;
    align-items: center;
    background: rgb(246, 246, 246);
    border-radius: 6px;
    padding: 9px 10px;
}

.file-type {
    background: rgb(21, 101, 192);
    border-radius: 6px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    margin-left: 5px;
    line-height: 16px;
}

.file-type span {
    color: rgb(255, 255, 255);
    font-size: 9px;
    display: block;
    padding: 4px 6px;
    line-height: 9px;
}

.file-name, .file-extend {
    font-size: 12px;
    line-height: 16px;
    color: rgb(67, 67, 67);
}

.file-size {
    font-size: 9px;
    color: rgb(119, 119, 119);
    margin-right: 7px;
    line-height: 1px;
}

.file-extend {
    margin-right: 1px;
}

.comments-area .comment-box::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background: rgb(238, 238, 238);
}

.comments-area .comment-box:last-of-type::before {
    content: unset;
}

.comment-record-box {
    display: inline-flex;
    align-items: center;
    background: rgb(246, 246, 246);
    border-radius: 6px;
    padding: 9px 10px;
    margin-top: 15px;
}

.comment-record-box wave, .comment-record-box canvas {
    border: none !important;
    width: 200px !important;
    height: 50px !important;
}

button.hide {
    display: none;
}

.comment-box .media-control button {
    border: 1px solid rgb(255, 255, 255);
    background: var(--mainColor);
    color: rgb(255, 255, 255);
    border-radius: 50px;
    width: 25px;
    height: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    line-height: 25px;
    padding: 0px;
    position: relative;
}

.comment-box .media-control button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.5px;
}

.comment-box .media-control .stopPlaying::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    transform: translate(-50%, -50%);
}

.waveform {
    margin: -40px 8px;
}

span#remaining-total {
    color: rgb(119, 119, 119);
    font-size: 10px;
}

.hint-box {
    border: 1px solid rgb(222, 224, 225);
    background: rgb(255, 242, 207);
    padding: 15px;
    border-radius: 4px;
    margin: 15px 0px 20px;
    position: relative;
}

.hint-box h4 {
    font-size: 14px;
    color: rgb(119, 119, 119);
    font-family: kafiil-body-demi;
    margin-bottom: 15px;
}

.hint-box p {
    font-size: 14px;
    color: rgb(112, 112, 112);
    margin: 0px;
}

.hint-box::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background: rgb(238, 238, 238);
}

form.add-comment {
    margin-top: 35px;
}

form.add-comment textarea {
    min-height: 130px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 4px;
    resize: none;
    font-size: 14px;
    padding: 15px;
    color: rgb(119, 119, 119);
    outline: none;
    margin-bottom: 15px;
    background: #FBFBFB;
}

form.add-comment textarea::placeholder {
    color: rgb(149, 149, 149);
}

form.add-comment textarea:focus {
    outline: none;
    box-shadow: none;
}

.upload-file input {
    opacity: 0;
    position: absolute;
    inset: 0px;
    width: 100%;
    cursor: pointer;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.custom-upload-file {
    display: flex;
    align-items: center;
}

.custom-upload-file span {
    font-size: 14px;
    color: rgb(119, 119, 119);
    line-height: 18px;
    margin-right: 6px;
    max-width: 400px;
    overflow: hidden;
}

.upload-file, .record-box {
    display: inline-grid;
    border: 2px dashed rgb(220, 220, 220);
    background: rgba(196, 196, 196, 0.05);
    padding: 8px 15px 7px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.record-box {
    margin-right: 10px;
}

.uploaded-box {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid rgb(243, 243, 243);
    border-radius: 10px;
}

form.add-comment button.btn {
    margin-top: 20px;
    font-size: 14px;
    font-family: Kafill-font-medium;
    background: var(--mainColor);
    color: rgb(255, 255, 255);
    min-width: 125px;
    border-radius: 4px;
    height: 35px;
    border: none;
}

.item-uploaded-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.item-uploaded-box::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: -15px;
    width: calc(100% + 30px);
    height: 1px;
    background: rgb(238, 238, 238);
}

.item-uploaded-box:last-of-type::before {
    content: unset;
}

.item-uploaded-box:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.item-uploaded-box .el-right span {
    font-size: 14px;
    color: rgb(67, 67, 67);
    margin-right: 12px;
}

.item-uploaded-box.word .el-right img {
    background: rgb(21, 101, 192);
}

.item-uploaded-box .el-right img {
    width: 29px;
    height: 29px;
    padding: 6px;
    border-radius: 6px;
}

.item-uploaded-box.excel .el-right img {
    background: rgb(76, 175, 80);
}

.upload-progress-bar > span {
    background: rgb(231, 231, 231);
    border-radius: 2px;
    height: 3px;
    width: 125px;
    display: inline-block;
    position: relative;
}

.upload-progress-bar span::after {
    position: absolute;
}

.completed .upload-progress-bar span {
    opacity: 0;
}

.item-uploaded-box .el-left {
    display: flex;
    align-items: center;
}

.services-details-area h5 a {
    color: rgb(38, 38, 38);
}

.item-uploaded-box .el-left img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-uploaded-box .el-left .item-remove a {
    background: rgba(223, 22, 22, 0.08);
}

.item-uploaded-box .el-left a {
    margin-right: 20px;
    width: 26px;
    height: 26px;
    background: rgb(246, 246, 246);
    text-align: center;
    line-height: 26px;
    display: block;
    position: relative;
    border-radius: 7px;
}

.upload-progress-bar {
    display: block;
    line-height: 0;
}

.service-management-area ul li {
    display: inline-block;
    margin-left: 8px;
}

.service-management-area ul li:last-of-type {
    margin-left: 0px;
}

.service-management-area ul {
    margin-top: 20px;
}

.service-management-area ul li a {
    color: rgb(67, 67, 67);
    font-size: 14px;
    background: rgb(242, 242, 242);
    border-radius: 6px;
    padding: 9px 25px;
}

.alert {
    font-size: 14px;
    color: rgb(112, 112, 112) !important;
    border-color: rgb(222, 224, 225) !important;
    border-radius: 8px !important;
    padding: 15px !important;
}

a.Refusal-btn {
    background: #E11616;
    color: #fff;
}

a.confirm-btn {
    background: var(--mainColor);
}
.upload-progress-bar > span span {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 2px;
    background: var(--mainColor);
    height: 100%;
}
.alert-with-buttons ul li {
    display: inline-block;
}

.alert-with-buttons ul li a {
    color: #fff;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 4px;
    font-family: 'Kafill-font-medium';
    font-size: 12px;
    margin-left: 7px;
}

.alert-with-buttons ul {
    margin: 15px 0 5px 0;
}

.alert-with-buttons ul li:last-of-type a {
    margin-left: 0;
}
ul.notes-list li p {
    font-size: 14px;
    margin-bottom: 13px;
    color: #707070;
    padding-right: 15px;
    position: relative;
}

ul.notes-list li:last-of-type p {
    margin: 0;
}

ul.notes-list {
    margin-top: 20px;
}

ul.notes-list li p:before {content: '*';position: absolute;top: 4px;right: 0;}

ul.replies-list > li:nth-of-type(2n) {
    background: rgb(252, 252, 252);
}

ul.replies-list > li:nth-of-type(2n):before {
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    width: calc(100% + 40px);
    background: rgb(252, 252, 252);
    height: 100%;
}

ul.replies-list > li {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

ul.replies-list > li:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: calc(100% + 40px);
    height: 0.9px;
    background: rgb(212, 212, 212);
    opacity: 0.35;
    right: -20px;
}

ul.replies-list li:last-of-type:after {
    content: unset;
}

ul.replies-list {
    margin-top: 20px;
}

ul.replies-date {
    display: flex;
    align-items: center;
}

ul.replies-list > li:first-of-type {
    margin-top: 0;
}

ul.replies-list > li * {
    position: relative;
    z-index: 1;
}

ul.replies-list > li:last-of-type {
    padding-bottom: 0;
}

ul.replies-list > li p {
    color: #202020;
    font-size: 16px;
    font-family: 'Kafill-font-medium';
    margin-bottom: 7px;
}

ul.replies-list > li p span {
    font-family: 'Kafill-font-regular';
}

ul.replies-date > li {
    font-size: 10px;
    line-height: 22px;
}

ul.replies-date > li img {
    margin-left: 4px;
}

ul.replies-date > li:first-of-type {
    margin-left: 20px;
    position: relative;
}

ul.replies-date > li:first-of-type:after {content: '';position: absolute;top: 50%;transform: translateY(-50%);left: -10px;width: 0;border-left: 1px solid #505050;height: 12px;}



.content-title.collapsed:after {
    background: transparent;
}
.collapse-box.content-box {padding-bottom: 0;overflow: hidden;}

.content-title.collapsed:after {
    background: transparent;
}

.content-title.collapsed {
    cursor: pointer;
}

.content-body.show {
    padding-bottom: 20px;
    display: block;
}

.content-title.collapsed .more-details img {
    transform: rotate(180deg);
}

.collapse-box .content-title .more-details img {
    width: 11px;
    margin: 0;
}
.order-items-list li {
    display: flex;
    margin-bottom: 35px;
    position: relative;
}

ul.order-items-list {
    margin-top: 15px;
}

.order-items-list li span.order-item-state {
    text-align: center;
    margin-left: 9px;
    width: 32px;
    position: relative;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 4px solid #E7E7E7;
}

.order-items-list .done span.order-item-state i {
    background: var(--mainColor);
    border-color: var(--mainColor);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    position: unset;
    transform: unset;
    display: block;
    line-height: 32px;
    color: #fff;
}

.order-items-list li span.order-item-state * {
    vertical-align: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Kafill-font-bold';
    color: #707070;
}

.order-items-list .done span.order-item-state img {
    width: 14.76px;
    height: 10.84px;
}

.order-items-list li p {
    color: #505050;
    font-size: 16px;
    font-family: 'Kafill-font-medium';
    margin: 0;
    position: relative;
}

.order-items-list li:after {content: '';position: absolute;top: 37px;right: 14px;width: 4px;height: 25px;background: #E7E7E7;}


.order-items-list li.done:after {
    background: var(--mainColor);
}

.order-items-list li:last-of-type {
    margin-bottom: 0;
}
.order-items-list li.done p:after {
    content: attr(title);
    display: block;
    color: var(--mainColor);
    font-size: 14px;
    font-family: 'Kafill-font-medium';
    position: absolute;
}
.order-items-list li.done span.order-item-state div {
    color: transparent;
    position: relative;
}

.order-items-list li.done span.order-item-state div:before {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background-image: url(../images/icons/check.svg);width: 14.76px;height: 10.84px;background-repeat: no-repeat;background-position: center center;background-size: contain;}
.order-items-list li.in-progress span.order-item-state {
    border-color: rgb(29 191 115 / 50%);
}













.progress-title {position: absolute;bottom: -60px;text-align: center;font-size: 18px;width: 100%;color: #707070;}
.progress {
    margin-bottom: 25px;
    width: 80px;
    height: 80px !important;
    line-height: 80px;
    background: none;
    box-shadow: none;
    position: relative;
    overflow: unset;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #E8F1DE;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.progress .progress-right {
    right: 0
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards
}

.progress .progress-value {
    background: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Kafill-head-bold';
    color: #707070;
    transform: translate(-50%,-50%);
}

.progress .progress-bar {
    border-color: var(--mainColor);
}

.progress .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s
}

.progress.progress-bar {
    border-color: var(--mainColor);
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}
.time-box .content-body {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.full-link .btn {
    border-radius: 8px;
    font-size: 16px;
    max-height: 41px;
    line-height: 41px;
    padding: 0;
    width: 100%;
}

.full-link {
    margin-bottom: 20px;
}

.full-link .btn img {
    margin-left: 10px;
    vertical-align: sub;
    width: 17px;
}

.projects-search-form .input-box-with-icon {
    width: 100%;
}

.projects-search-form .input-box-with-icon img {
    right: auto;
    left: 15px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}
.service-options .content-box.collapse-box .content-title .img {
    width: 19px;
}
.collapse-box .img.img {
    width: 19px;
}
.projects-search-form .input-box-with-icon  input {
    height: 47px;
    padding-right: 15px;
}

.categories-box ul li {
    padding: 15px 0;
    position: relative;
}

.categories-box ul li:last-of-type {
    padding-bottom: 0;
}

.categories-box ul li a span {
    color: #959595;
    font-size: 16px;
    font-family: 'Kafill-font-medium';
    margin-right: 10px;
}

.categories-box ul li:after {content: '';position: absolute;bottom: 0;left: -20px;width: calc(100% + 40px);height: 1px;background: hsl(0 0% 83% / 0.38);}

.categories-box ul li:last-of-type:after {
    content: unset;
}
.collapse-box .content-title {
    cursor: pointer;
}
.skills-box ul li span {
    color: #494949;
    margin-left: 12px;
    font-size: 13px;
    line-height: 0;
}

.skills-box ul li {
    background: #F6F6F6;
    border-radius: 3px;
    display: inline-flex;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 9px 12px;
    align-items: center;
}

.skills-box ul li:last-of-type {
    margin-left: 0;
}

.skills-box ul li a {
    background: var(--mainColor);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    position: relative;
}

.skills-box ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(360deg) brightness(407%) contrast(101%);
    width: 6.5px;
}

.skills-box ul {margin-top: 20px;}
.projects-page-title .filter-box {
    padding: 0;
    margin: 0;
    border: navajowhite;
    height: auto;
}

.projects-page-title {
    padding-bottom: 0 !important;
    padding-top: 17px;
}

.projects-page-title .content-title {
    padding-bottom: 17px;
}

.projects-page-title .content-title h5 {
    font-size: 18px;
    color: #707070;
}

.projects-page-title .content-title h5 img {
    margin-left: 10px;
}
.project-box {
    border-radius: 8px;
    background: #fff;
    margin-bottom: 10px;
    padding: 25px 20px;
    border: 1px solid #DEE0E1;
    cursor: pointer;
}

.project-box .project-title-and-state-and-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-box .project-title-and-state-and-price .el-right {
    display: flex;
    align-items: baseline;
    width: 80%;
}

.project-by-name-and-date-and-offers ul li {display: inline-block;}

.project-box .collapse-box > img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-left: 15px;
    min-width: 55px;
    max-width: 55px;
    min-height: 55px;
    max-height: 55px;
}

.project-state.opend {
    background: var(--mainColor);
    color: #fff;
}

.project-state span {
    padding: 3px 8px;
    font-size: 10px;
    display: block;
    line-height: 15px;
}

.project-state {
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
}

.project-state.waited,.project-state.removed,.project-state.closed {
    color: #777777;
    background: #EBEBEB;
}

.project-title h4 {
    margin: 0;
    font-size: 16px;
    font-family: 'kafiil-body-demi';
    color: #262626;
    line-height: 24px;
}

.project-box .project-title-and-state-and-price .el-left {
    margin-right: 60px;
    text-align: left;
}

.project-price p {
    display: flex;
    flex-direction: row-reverse;
    font-size: 16px;
    color: #494949;
    font-family: 'kafiil-body-demi';
    margin: 0;
}

.project-info {
    width: 100%;
}

ul.project-by-box {
    margin-top: 13px;
    line-height: 20px;
}

ul.project-by-box li {
    margin-left: 25px;
    position: relative;
}
.project-box .collapse-box {
    display: flex;
    align-items: end;
}

ul.project-by-box li img {
    margin-left: 5px;
}

ul.project-by-box li span {
    font-size: 14px;
    color: #777777;
}

ul.project-by-box li:last-of-type {
    margin-left: 0;
}

ul.project-by-box li:last-of-type:after {
    content: unset;
}

ul.project-by-box li:after {content: '';position: absolute;top: calc(50% + 1px);left: -12.5px;transform: translateY(-50%);width: 0;height: 14px;border-left: 1px solid #777777;}
.project-box.active {
    background: rgb(29 191 115 / 9%);
}
.content-box.mobile-only.show-mobile-filter {
    padding-bottom: 0;
}
.project-box.active .project-price p {
    color: var(--mainColor);
}

.project-box.active .project-state.waited, .project-box.active .project-state.removed,.project-box.active  .project-state.closed {
    background: #f9f9f9;
    color: #494949;
}
.collapse-box {
    cursor: pointer;
}
.project-active-box {
    margin-top: 20px;
    cursor: pointer;
}

.project-active-box p {
    font-size: 14px;
    color: #494949;
    margin: 0;
}

.project-active-box .service-tags {
    margin-top: 0;
    border: navajowhite;
    padding-top: 20px;
}

.project-active-box .service-tags li {
    margin-top: 0;
    margin-bottom: 7px;
}


.sidebarfull.active {
    display: block;
}


.sidebar-full-title {
    position: fixed;
    z-index: 99999;
    top: 0;
    border-bottom: 1px solid #DEE0E1;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
}

.sidebar-full-title a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    display: block;
    background: #F6F6F6;
    border-radius: 7px;
    right: 20px;
    transition: all .3s linear;
}

.sidebar-full-title a img {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

.sidebar-full-title a:hover img {
    filter: invert(22%) sepia(62%) saturate(3779%) hue-rotate(350deg) brightness(88%) contrast(103%);
}

.sidebar-full-title a:hover {
    background: rgb(225 22 22 / 8%);
}
.categories-box ul li.active a span {
    color: var(--mainColor);
}
.sidebar-full-title span {
    font-size: 16px;
    font-family: 'Kafill-font-medium';
    color: #202020;
}
.sidebar-full-button {
    height: 70px;
    background: #fff;
    position: fixed;
    z-index: 999999;
    width: calc(100% );
    border-top: 1px solid #DEE0E1;
    right: 0px;
    bottom: 0;
}
.sidebar-full-button, .sidebar-full-title {
    display: none;
}

.active .sidebar-full-button, .active .sidebar-full-title {
    display: block;
}
.projects-sidebar ul.filter-selelcted {
    display: none;
}
.sidebar-full-button .btn {
    height: 40px;
    background: var(--mainColor);
    color: #fff;
    width: calc(100% - 30px);
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
    line-height: 34px;
    position: absolute;
    top: 50%;
    padding: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.categories-box ul li.active a img,.categories-box ul li:hover a img {
    filter: invert(57%) sepia(34%) saturate(2801%) hue-rotate(111deg) brightness(100%) contrast(77%);
}

.require-skills-box .service-tags {
    margin-top: 0;
    border: none;
}
.add-offer-collapse-box.content-body p {
    font-family: 'Kafill-font-medium';
    font-size: 14px;
    color: #707070;
    margin-top: 15px;
    margin-bottom: 0;
}
.collapse-box .content-title .more-details img {
    filter: invert(57%) sepia(34%) saturate(2801%) hue-rotate(111deg) brightness(100%) contrast(77%);
}

.collapse-box .content-title.collapsed .more-details img {
    filter: none;
}
.main-color {
    color: var(--mainColor);
}
.fa-rotate {
    transform: rotateY(180deg);
}

.project-box.full-box {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.project-box.full-box > .el-right {
    display: flex;
}

.project-box.full-box > .el-right > img {
    width: 55px;
    height: 55px;
    margin-left: 10px;
    border-radius: 50px;
}

.project-title-and-state-and-tags ul.project-by-box {
    margin-top: 20px;
    display: flex;
    line-height: 0;
}
.project-box.full-box > .el-left {
    display: flex;
}

.project-box.full-box > .el-left .spec-btn a {
    border-radius: 8px;
    height: 30px;
    line-height: 14px;
    font-size: 12px;
    padding: 7px 15px;
    font-family: 'Kafill-font-medium';
}
.project-title-and-state-and-tags ul.project-by-box li span,.project-title-and-state-and-tags ul.project-by-box li i {
    font-size: 13px;
}

.project-title-and-state-and-tags .project-title h4 {
    line-height: 20px;
}

.project-box.full-box > .el-left .dropdown-el > a.details {
    width: 100%;
    background: transparent;
    display: block;
}
.project-box.full-box > .el-left .spec-btn a i {margin-left: 8px;}

.project-box.full-box > .el-left  a.follow-service.follow {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: #F6F6F6;
    border-radius: 6px;
    text-align: center;
    color: #707070;
    line-height: 30px;
}

.project-box.full-box > .el-left  .dropdown-el {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: #F6F6F6;
    border-radius: 6px;
    text-align: center;
    color: #707070;
    line-height: 30px;
    position: relative;
}
.vertical-order-item-list.order-items-list li p {
    color: #707070;
    margin-top: 10px;
}
ul.order-items-list.vertical-order-item-list {
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 40px;
    padding-right: 30px;
    padding-left: 30px;
}

ul.order-items-list.vertical-order-item-list li {display: block;margin: 0;text-align: center;}

ul.order-items-list.vertical-order-item-list li span {
    display: table-cell;
    z-index: 9;
    margin: 0;
    line-height: revert;
    position: relative;
    right: 50%;
    transform: translateX(-50%);
}

.order-items-list.vertical-order-item-list li.done p:after {display: none;}

ul.order-items-list.vertical-order-item-list li:after {width: 2404px;height: 4px;right: 35px;top: 16px;}

ul.order-items-list.vertical-order-item-list li span:before {content: '';position: absolute;top: -10px;left: -10px;width: calc(100% + 20px);height: calc(100% + 20px);background: #fff;z-index: -1;border-radius: 50%;}

ul.order-items-list.vertical-order-item-list li span i,ul.order-items-list.vertical-order-item-list li span div {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    /* font-size: 14px; */
    height: 32px;
    color: #fff;
    line-height: 32px;
    width: 32px;
    z-index: 10;
    border-radius: 50%;
}

ul.order-items-list.vertical-order-item-list li span div {
    border: 4px solid #E7E7E7;
    color: #707070;
    background: #fff;
    line-height: inherit;
    font-weight: bold;
    font-family: 'Kafill-font-bold';
    line-height: inherit;
}
.order-items-list li:last-of-type:after {
    opacity: 0;
}
.order-items-list.vertical-order-item-list li:last-of-type:after {
    opacity: 1;
}
.order-items-list li.done span.order-item-state {
    border: var(--mainColor);
}

ul.order-items-list.vertical-order-item-list li.done:after {
    right: -150px !important;
}
.project-by-area .content-body {
    padding-top: 20px;
}

.project-by-area .content-body p {
    margin: 0;
}

.project-by-area .project-by-box {
    display: flex;
    align-items: end;
}

.project-by-area .project-by-box > img {
    width: 54px;
    height: 54px;
    margin-left: 10px;
}

.project-by-area .project-by-box  .project-by-info h5 {
    font-size: 16px;
    font-family: 'Kafill-font-medium';
    color: #262626;
    margin-bottom: 5px;
}

.project-by-area .project-by-box .project-by-info .user-job {
    font-size: 12px;
    color: #707070;
}

.project-by-area .project-by-box .project-by-info .user-job i {
    margin-left: 5px;
}

.project-by-area .project-by-box .project-by-info .user-location i {
    margin-left: 5px;
}

.project-by-area .project-by-box .project-by-info .user-location {
    font-size: 12px;
    color: #707070;
}
.copy-project-link {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-project-link .btn.main-bg {
    background: var(--mainColor);
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 12px;
    font-family: 'Kafill-font-medium';
    margin-left: 10px;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
}

.copy-project-link .btn.main-bg i {
    margin-left: 4px;
}

span.project-link {
    background: #F6F6F6;
    border-radius: 3px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 10px;
    font-size: 12px;
    color: #494949;
    direction: ltr;
}
li.similar-project-box {
    padding: 15px 0;
    position: relative;
}

li.similar-project-box:after {content: '';position: absolute;bottom: 0;right: -15px;width: calc(100% + 30px);height: 1px;background: #D4D4D4;opacity: 0.35;}

.content-box.similar-project-area {padding: 20px 15px;}

li.similar-project-box:last-of-type {
    padding-bottom: 0;
}

li.similar-project-box:last-of-type:after {
    content: unset;
}

li.similar-project-box .similar-project-info a h6 {
    font-size: 16px;
    line-height: 22px;
    color: #707070;
    font-family: 'Kafill-font-medium';
    margin-bottom: 12px;
}

li.similar-project-box .similar-project-info  ul.project-opt {
    display: flex;
    align-items: center;
}

li.similar-project-box .similar-project-info ul.project-opt li i {
    margin-left: 3px;
    color: #959595;
    font-size: 14px;
}

li.similar-project-box .similar-project-info ul.project-opt li span {
    font-size: 14px;
    line-height: initial;
    color: #959595;
}

li.similar-project-box .similar-project-info ul.project-opt .service-price {
    margin-left: 30px;
    display: block;
}

li.similar-project-box .similar-project-info ul.project-opt .service-price::after {
    left: -15px;
}
.uploaded-items-area .content-body {
    margin-top: 20px;
}

.uploaded-items-area .content-body .item-uploaded-box {
    background: #F2F2F2;
    display: inline-flex;
    align-items: center;
    justify-content: unset;
    margin-left: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 6px;
    padding: 4px;
}

.uploaded-items-area .content-body .item-uploaded-box .el-right {
    display: inline-block;
}

.uploaded-items-area .content-body .item-uploaded-box .el-left {
    display: inline-block;
}

.uploaded-items-area .content-body .item-uploaded-box .el-right img {
    border: 1px solid #fff;
}

.uploaded-items-area .content-body .item-uploaded-box .el-right span {
    margin-right: 4px;
    margin-left: 20px;
}

.uploaded-items-area .content-body .item-uploaded-box .el-left i {
    background: #fff;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 7px;
    font-size: 15px;
    color: #707070;
}

.uploaded-items-area .content-body .item-uploaded-box:before {
    display: none;
}

.content-box.project-reviews-area.reviews-comments-area .comment-area {
    padding: 20px 0;
    position: relative;
}

.content-box.project-reviews-area.reviews-comments-area .comment-area:after {content: '';bottom: 0;right: -20px;width: calc(100% + 40px);height: 1px;background: #eee;position: absolute;}

.content-box.project-reviews-area.reviews-comments-area .comment-area .comment-by-s {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.content-box.project-reviews-area.reviews-comments-area .comment-area .comment-by-s .rate-box {
    margin-right: 15px;
    line-height: 0;
}

.content-box.project-reviews-area.reviews-comments-area .comment-area:last-of-type {
    padding-bottom: 0;
}

.content-box.project-reviews-area.reviews-comments-area .comment-area:last-of-type:after {
    display: none;
}
.comment-seller-opt ul li.spec-rate {
    display: flex;
    align-items: center;
}

.comment-seller-opt ul li.spec-rate span {
    margin-left: 5px;
}

.comment-seller-opt ul li.spec-rate .rate-box img {
    width: 9px;
    filter: invert(53%) sepia(0%) saturate(0%) hue-rotate(172deg) brightness(88%) contrast(86%);
}
.content-box.project-reviews-area.reviews-comments-area .comment-area .comment-seller-opt ul li {
    position: relative;
}

.content-box.project-reviews-area.reviews-comments-area .comment-area .comment-seller-opt > ul > li:after {content: '';position: absolute;top: 50%;transform: translateY(-50%);width: 1px;height: 16px;background: #CDCDCD;left: -55px;}

.content-box.project-reviews-area.reviews-comments-area .comment-area .comment-seller-opt > ul > li:last-of-type:after {
    display: none;
}
.project-reviews-area .comment-head {
    display: flex;
    justify-content: space-between;
}
.comment-seller-opt ul li.spec-rate .global-rate {
    line-height: 0;
}
.project-reviews-area .comment-option .dropdown-el .details {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    background: #f6f6f6;
    border-radius: 6px;
    line-height: 30px;
}

.project-reviews-area .comment-option .dropdown-el {
    position: relative;
    line-height: 0;
}
.comment-option {
    display: flex;
    height: 30px;
}

.project-reviews-area .comment-option .accept-offer {
    height: 30px;
    background: var(--mainColor);
    color: #fff;
    font-size: 12px;
    font-family: 'Kafill-font-medium';
    border-radius: 4px;
    line-height: 30px;
    padding: 0 14px;
    margin-left: 6px;
}
.project-reviews-area .comment-area .comment-opt li i {
    font-size: 10px;
    color: rgb(149, 149, 149);
}
.project-review-with-star-box .rate-box ul {
    display: flex;
}

.project-review-with-star-box .rate-box ul li i {
    font-size: 16px;
}

.project-review-with-star-box .global-review-box ul li .review-title span {
    font-size: 16px;
    font-family: 'Kafill-font-medium';
    color: #777777;
}

.project-review-with-star-box .global-review-box > ul > li {
    padding: 20px 0;
    margin: 0;
    position: relative;
}

.project-review-with-star-box .global-review-box > ul > li:after {content: '';position: absolute;bottom: 0;left: -20px;width: calc(100% + 40px);background: #D4D4D4;height: 1px;opacity: 0.35;}

.project-review-with-star-box .global-review-box .rate-box ul li {
    margin-left: 6px;
    margin-top: 0;
    margin-bottom: 0;
}
.comment-in-global-review {
    padding-top: 20px;
}

.comment-in-global-review ul.comment-date li i {
    font-size: 10px;
    color: rgb(149, 149, 149);
}
.project-review-with-star-box .global-review-box .rate-box ul li:last-of-type {
    margin-left: 0;
}

.rate-box  ul li .fas.fa-star {
    color: #FFC107;
}
.add-reply-on-review .add-comment {
    margin-top: 20px;
}
.rate-box ul li .fal.fa-star {
    color: #E5E5E5;
}
li.comment-in-global-review .comment-date li i {
    font-size: 10px;
    color: rgb(149, 149, 149);
}

.comment-in-global-review .comment-by-s {
    display: flex;
}
.hint-box p a {
    color: var(--mainColor);
}
.comment-in-global-review .comment-by-s h5 {
    margin-left: 15px;
    margin-bottom: 10px;
}
.add-reply-on-review form.add-comment textarea {
    margin-bottom: 0;
}
.comment-in-global-review .comment-area {
    padding-bottom: 40px;
    position: relative;
}

.comment-in-global-review .comment-area:last-of-type {
    padding-bottom: 0;
}

.comment-in-global-review .comment-area:after {content: '';position: absolute;bottom: 20px;right: 0;width: 100%;height: 1px;background: #EEEEEE;}

.comment-in-global-review .comment-area:last-of-type:after {
    display: none;
}
.pr-30 {
    padding-right: 30px;
}

.collapse-box .content-title.collapsed .more-details i {
    color: #707070;
    margin: 0;
}

.collapse-box .content-title .more-details i {
}
.reviews-comments-area .content-title {
    line-height: initial;
}

.content-title.collapsed {
    background: transparent;
}

.collapse-box .content-title.collapsed::before {display: none;}

.sidebar .collapse-box .content-title.collapsed h5 {
    color: #707070;
}

.collapse-box .content-title.collapsed:after {
    display: block;
}
.content-box.competitions-page-title .content-title .el-left .grid-box {
    display: flex;
    align-items: center;
}

.content-box.competitions-page-title .content-title .el-right {
    display: flex;
    align-items: center;
}

.content-box.competitions-page-title .content-title .el-left .grid-box i {
    width: 46px;
    height: 46px;
    cursor: pointer;
    background: #F6F6F6;
    border-radius: 6px;
    line-height: 47px;
    text-align: center;
    color: #959595;
}

.content-box.competitions-page-title .content-title .el-left .grid-box .layout-1 {
    margin-left: 13px;
}

.content-box.competitions-page-title .content-title .el-left .grid-box .active i {
    background: var(--mainColor);
    color: #fff;
}

.content-box.competitions-page-title .filter-box {
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    display: block;
    margin: 0;
    margin-left: 15px;
}
.choose-box .checkbox-container:hover input ~ .checkmark {
    background: transparent;
}
.content-box.competitions-page-title .filter-box .select {
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
    min-width: 160px;
}
.choose-box ul li label  input:checked ~ .checkmark {
    background: transparent;
    border-color: var(--mainColor);
}
.content-box.competitions-page-title .filter-box .select span.current {
    padding: 0;
    font-size: 14px;
    color: #707070;
}

.content-box.competitions-page-title .filter-box .select:after {
    top: 21px;
    left: 20px;
    width: 8px;
    height: 8px;
}

.choose-box ul {
    height: 46px;
    line-height: 46px;
    min-width: 200px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #DEE0E1;
    padding: 15px;
}

.choose-box ul li label .checkmark {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid #707070;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.choose-box ul li label {
    font-size: 14px;
    color: #707070;
    padding-right: 23px;
}
.choose-box ul li {
    margin-left: 30px;
    position: relative;
}
.content-box.competitions-page-title .choose-box ul li:last-of-type {
    margin-left: 0;
}
.choose-box ul li:after {content: '';position: absolute;top: 50%;left: -15px;width: 1px;height: 15px;background: #ccc;transform: translateY(-50%);}
.content-box.competitions-page-title .choose-box ul li:last-of-type:after {
    display: none;
}
.competions-sidebar .full-link a {
    min-height: 64px;
    line-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-box ul li input:checked ~ .checkmark:after {
    background: var(--mainColor);
    width: 7px;
    height: 7px;
    border-radius: 100px;
    background-image: none;
}
.content-box.competitions-page-title .content-title {
    padding: 0;
}
.content-box.competitions-page-title {
    padding: 11px 15px;
}
.content-box.competitions-page-title .content-title:after {
    display: none;
}

.competition-box {
    background: #FFFFFF;
    border: 1px solid #DEE0E1;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.competition-box .competitions-head .el-right 
> img {
    width: 31px;
    height: 31px;
    border-radius: 50%;
}

.competition-box .competitions-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.competition-box .competitions-head .el-right {
    display: flex;
}

.competition-box .competitions-head .el-right .person-info h4 {
    font-size: 10px;
    color: #262626;
    font-family: 'Kafill-font-medium';
    margin-bottom: 8px;
}

.competition-box .competitions-head .el-right .person-info {
    margin-right: 7px;
    line-height: 0;
}

.competition-box .competitions-head .el-right .person-info span {
    font-size: 8px;
    color: #959595;
}

.competition-box .competitions-head .el-left {
    display: flex;
}

.competition-box .competitions-head .el-left .follow-service.follow {
    width: 30px;
    height: 30px;
    background: #F6F6F6;
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
    margin-left: 15px;
}

.competition-box .competitions-head .el-left .dropdown-el {
    position: relative;
}
.competition-box .competitions-head .el-left .dropdown-el .details {
    line-height: 30px;
    text-align: center;
    height: 30px;
    display: block;
    border-radius: 6px;
}


.competition-box .competitions-body > span {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: -2px;
    display: block;
    color: #707070;
}

.competition-box .competitions-body > p {
    color: #494949;
    font-size: 14px;
    font-family: 'Kafill-font-medium';
}

.competition-box .competitions-body .competitions-fn2 .count-down-and-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.competition-box .competitions-body .competitions-fn2 .count-down-and-price i,.competition-box .competitions-body .competitions-fn2 .count-down-and-price span {
    color: #959595;
    font-size: 14px;
}

.competition-box .competitions-body .competitions-fn2 .count-down-and-price:after {content: '';position: absolute;bottom: 0;right: 0;width: 100%;height: 1px;background: hsl(0 0% 44% / 0.08);}

.competition-box .competitions-body .competitions-fn2 .count-down-and-price .el-left i, .competition-box .competitions-body .competitions-fn2 .count-down-and-price .el-left span {
    color: var(--mainColor);
    font-size: 16px;
}

.competition-box .competitions-body .competitions-fn2 .count-down-and-price i {
    margin-left: 6px;
}

.competition-box .competitions-body .competitions-fn2 .colpetition-info-box ul {display: flex;align-items: center;justify-content: space-between;}

.competition-box .competitions-body .competitions-fn2 .colpetition-info-box ul li * {
    color: #959595;
    font-size: 14px;
}

.competition-box .competitions-body .competitions-fn2 .colpetition-info-box ul li {
    position: relative;
    line-height: 20px;
}

.competition-box .competitions-body .competitions-fn2 .colpetition-info-box ul li:after {
    display: block;
    position: absolute;
    content: '';
    height: 14px;
    background: #CDCDCD;
    width: 1px;
    top: 50%;
    transform: translate(50%, -50%);
    left: -60%;
}
.competition-box .competitions-body .competitions-fn2 .count-down-and-price .el-right {
    display: flex;
    align-items: baseline;
}
.competition-box .competitions-body .competitions-fn2 .colpetition-info-box ul li:last-of-type:after {
    display: none;
}

.competition-box .competitions-body .competitions-fn2 .colpetition-info-box ul li span {
    margin-right: 5px;
}
.competition-box .competitions-body .competitions-fn2 .count-down-and-price span div {
    display: inline-flex;
    margin: 0 2px;
    position: relative;
}
.competition-box .competitions-body .competitions-fn2 .count-down-and-price timer span {
    display: inline-flex;
    flex-direction: row-reverse;
}
.competition-box .competitions-body .competitions-fn2 .count-down-and-price span div:after {content: ":";left: -4px;position: absolute;}
.competition-box .competitions-body .competitions-fn2 .count-down-and-price span div:first-of-type:after {
    display: none;
}
.competition-box .competitions-head .el-left .dropdown-el.active .details {
    background: transparent;
}

.competition-box .competitions-head .el-left .dropdown-el.active 
 .drodown-menu-box {
    left: -20px;
}
.content-box.project-reviews-area.reviews-comments-area .comment-area .comment-by-s .rate-box ul li img {
    width: 11px;
}
.content-box.project-reviews-area.reviews-comments-area .comment-area .comment-by-s  h5 {
    margin-bottom: 0;
}
.rate {
    line-height: 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    overflow:hidden;
    cursor:pointer;
    margin: 0;
}
.rate:not(:checked) > label:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg t='1567651793068' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1095' width='200' height='200'%3E%3Cpath d='M777.035294 668.611765s18.070588 138.541176 30.117647 240.941176c6.023529 48.188235-30.117647 72.282353-72.282353 54.211765-78.305882-36.141176-192.752941-96.376471-216.847059-108.42353-24.094118 12.047059-144.564706 72.282353-222.870588 92.42353-42.164706 18.070588-78.305882 0-72.282353-54.211765 12.047059-96.376471 30.117647-234.917647 30.117647-234.917647s-114.447059-126.494118-180.705882-204.8c-24.094118-30.117647-6.023529-66.258824 36.141176-78.305882 90.352941-18.070588 223.917647-42.164706 234.917647-42.164706s78.305882-144.564706 126.494118-234.917647c30.117647-54.211765 48.188235-48.188235 48.188235-48.188235 6.023529 0 24.094118 12.047059 36.141177 48.188235 48.188235 90.352941 126.494118 234.917647 126.494118 234.917647s138.541176 30.117647 234.917647 48.188235c42.164706 6.023529 60.235294 48.188235 36.141176 78.305883-60.235294 60.235294-174.682353 192.752941-174.682353 192.752941z' fill='%23777777' p-id='1096'%3E%3C/path%3E%3C/svg%3E");
    width: 9px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.choose-box ul li:first-of-type label input:checked ~ .checkmark {
    right: -1px;
    width: 14px;
    height: 14px;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.rate > input:checked ~ label:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg t='1567651793068' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1095' width='200' height='200'%3E%3Cpath d='M777.035294 668.611765s18.070588 138.541176 30.117647 240.941176c6.023529 48.188235-30.117647 72.282353-72.282353 54.211765-78.305882-36.141176-192.752941-96.376471-216.847059-108.42353-24.094118 12.047059-144.564706 72.282353-222.870588 108.42353-42.164706 18.070588-78.305882 0-72.282353-54.211765 12.047059-96.376471 30.117647-234.917647 30.117647-234.917647s-114.447059-126.494118-180.705882-204.8c-24.094118-30.117647-6.023529-66.258824 36.141176-78.305882 90.352941-18.070588 234.917647-42.164706 234.917647-42.164706s78.305882-144.564706 126.494118-234.917647c30.117647-54.211765 48.188235-48.188235 48.188235-48.188235 6.023529 0 24.094118 12.047059 36.141177 48.188235 48.188235 90.352941 126.494118 234.917647 126.494118 234.917647s138.541176 30.117647 234.917647 48.188235c42.164706 6.023529 60.235294 48.188235 36.141176 78.305883-60.235294 60.235294-174.682353 192.752941-174.682353 192.752941z' fill='%23facf48' p-id='1096'%3E%3C/path%3E%3C/svg%3E");
}
.container-fluid {
    padding-right: 47px;
    padding-left: 47px;
}