@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }

    .menu-items:before {
        right: -30px;
    }

    .menu-items:after {
        left: -30px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .service-small-box .service-box-inner h5 {
        font-size: 14px;
    }
}
@media (max-width: 1150px) and (min-width: 991px) {

    .menu-items ul li {
        margin-left: 7px;
    }

    .menu-items ul li a {
        padding: 8px;
        font-size: 12px;
    }

    .header-links > ul > li > a > img {
        width: 14px;
        height: 14px;
    }

    .header-links > ul > li > a {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }

    li.notification-box span {
        font-size: 9px;
        width: 12px;
        height: 12px;
        line-height: 12px;
    }

    .header-links > ul > li {
        margin-right: 6px;
    }
}

@media (min-width: 1150px) and (max-width: 1199px) {
    .menu-items ul li {
        margin-left: 8px;
    }

    .menu-items ul li a {
        padding: 8px;
        font-size: 13px;
    }

    .header-links ul li a img {
        width: 15px;
        height: 15px;
    }

    .header-links > ul > li > a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    li.notification-box span {
        font-size: 10px;
        width: 13px;
        height: 13px;
        line-height: 13px;
    }

    .header-links ul li {
        margin-right: 7px;
    }
}


@media (min-width: 991px) and (max-width: 1199px) {
    .progress-line {
        width: 140px;
    }

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

    .name span {
        font-size: 16px;
    }

    .seller-status {
        margin-left: 10px;
    }

    .seller-status span {
        font-size: 10px;
    }

    .seller-last-w span {
        font-size: 10px;
    }

    .seller-badges ul li img {
        width: 28px;
        height: 28px;
    }

    .seller-last-w p {
        font-size: 10px;
    }

    .seller-box .addReadMore {
        font-size: 13px;
    }

    .seller-contact-btn a {
        font-size: 15px;
    }

    .info-area .service-option .checkbox-container {
        font-size: 13px;
    }

    .info-area .service-option .checkbox-container img {
        width: 13px;
    }

    .info-area .option-info p {
        font-size: 15px;
        margin: 0;
    }

    .share-area ul li {
        width: calc(50% - 6px);
        margin-bottom: 10px;
    }

    .share-area ul {
        display: block;
    }

    .share-area ul li a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media (min-width: 991px) {
    .services-wrap .service-small-box {
        position: relative;
        display: block;
    }
    .service-small-box .service-box-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: auto;
        width: 100%;
    }
    .rate-box span {
        font-size: 14px;
        color: #777;
    }

    .service-header .rate-box ul li img {
        width: 17px;
    }

    .page-tabs > ul > li > a {
        line-height: 16px;
    }

    .page-tabs > ul > li {
        max-height: 47px;
    }

    span.tooltiptext {
        top: 40px;
    }

    .img-with-text-box .content-body {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
.uploaded-items-area .content-body .item-uploaded-box .el-left {
    margin-right: 0;
    margin-top: -3px;
}

    .item-uploaded-box {display: block;margin-bottom: 10px;padding-bottom: 10px;}

.item-uploaded-box .el-left {
    justify-content: space-between;
    margin-right: 35px;
    margin-top: -13px;
}

.item-uploaded-box .el-right span {
    font-size: 10px;
    margin-right: 6px;
}

.item-uploaded-box .el-right img {
    width: 25px;
    height: 25px;
}


.item-remove {
    margin-top: -12px;
}


    ul.services-filter-wrap > li.has-dropdown.active > .opend-dropdown > img {
    transform: translateX(10px) rotate(0deg);
    top: 17px;
    filter: invert(0%) sepia(2%) saturate(7500%) hue-rotate(88deg) brightness(94%) contrast(101%);
}

li.has-dropdown.active .opend-dropdown span {
    color: var(--mainColor);
}
    ul.filter-selelcted {
        background: #fff;
        border: 1px solid #DEE0E1;
        padding: 10px;
        border-radius: 8px;
        display: block;
        padding-bottom: 5px;
    }
    ul.filter-selelcted li {
        display: inline-block;
        min-width: auto;
        margin-left: 5px;
        margin-bottom: 5px;
    }
    ul.filter-selelcted li span {margin-left: 5px;}
body ul.services-filter-wrap > li > .filter-list-dropdown > li > ul {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: relative;
    left: unset;
    right: unset;
    min-width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
    border-right: 0;
    height: 0;
}

ul.services-filter-wrap > li > .filter-list-dropdown > li.active > .filter-list-dropdown-1 {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    border-top: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

ul.services-filter-wrap > li > .filter-list-dropdown > li:hover > ul {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    right: 0;
}

ul.services-filter-wrap > li > .filter-list-dropdown li.active.has-l2-dropdown .filter-list-dropdown-1 {
    height: auto;
    padding-right: 20px;
}

ul.services-filter-wrap > li > .filter-list-dropdown > li > ul > li > a {border: none;font-size: 13px;height: 18px;margin-top: 15px;}

ul.services-filter-wrap > li > .filter-list-dropdown > li > ul > li > a span {}

ul.services-filter-wrap > li > .filter-list-dropdown li.active > a img {
    transform: rotate(0deg);
}

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

body ul.services-filter-wrap > li > .filter-list-dropdown > li > ul:before {
    position: absolute;
    content: '';
    top: 0;
    right: 20px;
    width: 0;
    border-right: 1px solid #777777;
    height: calc(100% - 15px);
}
    ul.services-filter-wrap > li.has-dropdown {
    cursor: pointer;
}

ul.services-filter-wrap > li.has-dropdown > .opend-dropdown > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateX(10px) rotate(90deg);
    margin: 0;
    width: 8.34px;
    height: 4.16px;
}

ul.services-filter-wrap > li > img {
    display: none;
}
    ul.services-filter-wrap > li:hover > ul {
        opacity: 0;
        visibility: hidden;
    }
    
    ul.services-filter-wrap > li >  .filter-list-dropdown.active {
        opacity: 1;
        visibility: visible;
    }
    .mrb-0 .service-box {
        margin-bottom: 30px;
    }
    .content-box.other-services.first-el {
        margin-top: 40px !important;
    }
    
    .more-link a {
        font-size: 14px;
    }
    .osb-opt {
        padding-bottom: 4px;
        padding-top: 5px;
    }
    
    .osb-by {
        padding-top: 9px;
    }
    .services-page .content-title .more-details span {
        font-size: 12px;
        color: var(--mainColor);
    }
    
    .services-page .content-title .more-details img {
        display: none;
    }
    
    .services-page .content-title .more-details {
        padding: 0;
        border: none;
        height: inherit;
        line-height: normal;
    }
    
    .services-page .content-box.other-services .content-title {
        padding: 12px 10px !important;
    }
    
    .more-link {
        margin: 0;
    }
    form.services-header-form input {
    height: 46px;
    font-size: 12px;
}

a.btn.searvices-search-button {
    height: 46px;
    line-height: 46px;
    width: 162px;
}
    .services-header-title h1 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 21px;
    }
    
    .services-header-title p {
        font-size: 12px;
        max-width: 100%;
        line-height: 22px;
    }
    
    .services-header-title {
        margin-bottom: 15px;
    }
    body {
        padding-top: 69px;
    }
    .services-wrap {
        display: block;
    }
    
    .services-wrap .service-small-box {
        width: calc(50% - 12px);
        display: inline-table;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    
    .service-small-box:nth-of-type(2),.service-small-box:nth-of-type(4),.service-small-box:nth-of-type(6) {
        margin-left: 0 !important;
    }
    
    .service-small-box .service-box-inner h5 {
        font-size: 13px;
    }
    
    .service-small-box .service-box-inner img {
        width: 48px;
        height: 48px;
    }
    
    form.services-header-form {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }
    
    .input-box-with-icon {
        width: 100%;
        margin-bottom: 10px;
    }
    .site-body {
        margin-top: 20px;
    }
    .global-review-box ul li {
        margin-top: 10px;
    }
    .footer-list.social-media-box.text-center {
        margin: 0;
    }
    .site-body {
    padding-top: 0;
}
    header {
        padding: 10px 0;
    }
    .service-price:after {
        display: block !important;
    }

    .reviews-comments-area .content-body>br {
        display: none;
    }

    .comment-follows.mobile-only ul li a {
        display: block;
        line-height: 0;
    }

    .child-comment.comment-area {
        padding-right: 5px;
        margin-right: 18px;
    }

    .child-comment.comment-area:before {
        width: 2px;
        max-height: calc(100% - 75px);
        right: -4px;
    }

    .service-content .rate-box.mobile-only p {
        font-size: 13px;
    }

    .service-header .rate-box ul li img {
        width: 11px;
    }

    body .service-header .right-el h3 {
        margin-left: 10%;
        width: 100%;
    }


    .service-content .left-el .left-el li .details img {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
            -ms-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg);
    }
     

    .comments-area br {
        display: none;
    }

    .comment-area {
        margin-top: 10px;
    }

    .comment-seller-opt ul li>span {
        color: #777777;
        font-size: 14px;
    }

    .comment-area .comment-body p {
        color: #202020;
        font-size: 14px;
    }

    .global-review-box h4 {
        font-size: 12px;
        color: #202020;
    }


    .reviews-comments-area .content-body>hr {
        border: none;
        height: 6px;
        background: #F1F2F2;
        position: relative;
        top: 0px;
        right: -10px;
        width: calc(100% + 20px);
    }

    .comments-area {
        margin-top: 10px;
    }

    .show-more-comments {
        padding: 10px 0 0 0;
    }

    .show-more-comments a span {
        font-size: 14px;
    }

    .comments-area hr {
        border: none;
        height: 6px;
        background: #F1F2F2;
        position: relative;
        top: 0px;
        right: -10px;
        width: calc(100% + 20px);
    }

    .comment-follows.mobile-only {
        margin-right: -10px;
        margin-left: -10px;
    }

    .child-comment .comment-follows.mobile-only ul {
        margin-bottom: 10px;
        border-right: 1px solid #DEE0E1;
    }

    .comments-area .child-comment hr {
        right: -33px;
        width: calc(100% + 66px);
    }

    .star-and-bar>ul>li {
        margin-top: 10px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .comment-by-box .comment-ds h5 {
        font-size: 14px;
    }

    a.more-services-btn.mobile-only img {
        width: 10px;
        margin-right: 10px;
    }

    footer {
        margin-top: 30px;
    }

    .img-with-text-box .content-body:before,
    .img-with-text-box img {
        width: calc(100% + 30px);
        top: -15px;
        left: -15px;
    }

    .img-with-text-box h5 {
        padding-bottom: 0;
        padding-top: 200px;
        padding-left: 0;
        padding-right: 0;
        line-height: 21px;
    }

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

    .content-box.share-area,
    .seller-services-area,
    .seller-box,
    .content-box.other-services .content-title,
    .content-box.reviews-comments-area,
    .info-area {
        padding: 15px 10px !important;
        overflow: hidden;
    }


    .share-area ul li:last-of-type {
        margin: 0;
    }

    .info-area .service-option:nth-of-type(even):before {}

    .info-area .service-option:nth-of-type(even):before {
        width: calc(100% + 20px);
        right: -10px;
    }

    .info-area .service-option .checkbox-container {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 70%;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }

    .info-area .service-option .checkbox-container img {
        position: relative;
        top: 4px;
    }

    .tooltiptext {
        top: 42px;
    }

    .name span {
        margin: 0;
    }

    .seller-status span {
        margin-bottom: 10px;
        display: inline-block;
    }

    .content-body .quantity {
        margin-bottom: 10px;
    }

    .content-body .service-price {
        margin-bottom: 10px;
    }

    .service-price:after {
        display: none;
    }

    .order-box .service-price span {
        font-size: 20px;
    }

    .order-box .content-body {
        padding: 13px 10px 0 10px;
    }

    .content-title {
        min-height: auto;
    }

    .content-box {
        padding: 15px;
    }

    .content-title:after {
        width: calc(100% + 20px);
        right: -10px;
    }

    .service-option .checkbox-container {
        font-size: 13px;
        max-width: 65%;
        line-height: 22px;
    }

    .service-option {
        padding: 10px 0;
    }

    .service-option:after {
        width: calc(100% + 30px);
        right: -15px;
    }

    .option-info span {
        font-size: 14px;
    }

    .option-info p {
        font-size: 14px;
    }

    .service-tags {
        margin-top: 8px;
        padding-bottom: 0;
        padding-top: 5px;
    }

    .service-details p.small-header {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .service-slider.owl-carousel.owl-rtl.owl-loaded.owl-drag {
        border-radius: 5px;
    }

    .service-slider .service-img .img {
        height: 250px;
    }

    .service-slider:after {
        height: 45px;
    }

    .service-slider .owl-dots {
        bottom: 10px;
    }

    .page-tabs ul li:first-of-type {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .page-tabs ul li:last-of-type {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .page-tabs {
        border-radius: 5px;
    }

    .header-links > ul > li > a {
        width: 28px;
        height: 29px;
        position: relative;
    }

    .header-links ul li a>img {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        left: 50%;
    }

    li.notification-box span {
        width: 11px;
        height: 11px;
        line-height: 11px;
        top: calc(50% - 10px);
        left: calc(50% - 10px);
        font-size: 8px;
    }

    .content-box.seller-services-area li.seller-service-box .service-price {
        margin-bottom: 0;
    }

    .mobile-header ul li.user-box a {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .reviews-comments-area .content-title .review-count {
        position: absolute;
        bottom: -60px;
        display: block;
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 80%;
        margin: 0 auto;
    }

    .reviews-comments-area .content-title {
        margin-bottom: 55px;
    }

    .progress-line {
        width: 120px;
    }

    body .global-review-box {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .comment-seller-opt>ul {
        display: block;
    }

    .comment-seller-opt>ul>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 5px;
    }

    .comment-seller-opt {
        background: transparent;
        border: transparent;
        padding: 0;
    }

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

    .comment-follows.mobile-only ul {
        margin-top: 15px;
        position: relative;
    }

    .comment-follows.mobile-only ul {
        border: 1px solid #DEE0E1;
        padding: 7.5px;
        border-right: 0;
        border-left: 0;
    }

    .comment-follows.mobile-only ul li {
        width: 48%;
        text-align: center;
        position: relative;
        line-height: initial;
    }

    .comment-follows.mobile-only ul li:first-of-type:before {
        content: '';
        width: 1px;
        left: 0;
        height: 15px;
        background: #cdcdcd;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .seller-box .content-body .seller-area {
        display: block;
    }

    .seller-box .content-body .seller-area .name {
        display: block;
        margin: 0;
    }

    .seller-box .content-body .seller-area .seller-info {
        display: block;
        text-align: center;
        margin-top: 5px;
    }

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

    .seller-status {
        margin: 0;
    }

    .seller-badges ul li img {
        width: 35px;
        height: 35px;
    }

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

    .seller-area .seller-img {
        margin: 0;
        margin-bottom: 9px;
    }

    .breadcrumb-item.active {
        display: block;
    }

    .left-el > .left-el > ul > li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        padding: 0;
        margin-left: 10px;
        border-radius: 5px;
        background: #F8F8F8;
        display: inline-block;
        margin: 0;
        margin-left: 5px;
        position: relative;
    }

    .service-content .left-el .left-el li a {
        display: block;
        padding: 0;
        margin: 0;
        color: #777777;
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        position: relative;
    }

    .service-content .left-el .left-el li a img {
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 20px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .left-el .left-el li:last-of-type {
        margin: 0;
    }

    .left-el > .left-el > ul {
        width: 70px;
    }

    .breadcrumb-item {
        display: none;
    }

    .breadcrumb-item:before {
        content: unset !important;
    }

    ul.breadcrumb {
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .breadcrumb-item.active {
        color: #505050 !important;
    }

    ul.breadcrumb {
        display: inline-block;
    }

    .service-header .right-el {
        display: block;
    }

    .service-header li.breadcrumb-item {
        color: var(--mainColor) !important;
        font-size: 10px;
        line-height: 13px;
    }

    .service-header .right-el h3 {
        width: 75%;
        line-height: 25px;
        font-size: 13px;
        line-height: 19px;
    }


    .page-tabs .left-el {
        display: none;
    }

    .service-content .rate-box.mobile-only {
        display: inline-block;
        font-size: 12px;
        color: #777777;
        line-height: 15px;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .page-tabs ul li a {
        font-size: 14px;
        line-height: 15px;
    }

    .page-tabs {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        unicode-bidi: embed;
        margin-bottom: 0;
    }

    .page-tabs::-webkit-scrollbar {
        height: 0;
    }

    /* Track */
    .page-tabs::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .page-tabs::-webkit-scrollbar-thumb {
        background: var(--mainColor);
    }

    /* Handle on hover */
    .page-tabs::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
.logo-and-search .search, .menu-items {
    display: none;
}

.header-links ul li.messages-box,.header-links ul  li.notification-box, .header-links ul li.user-box {
    display: block;
}

.header-links > ul > li {
    display: none;
}


    body .mobile-header {
        background: #fff;
        display: block;
        padding: 10px 0;
        -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 0.07);
                box-shadow: 0 3px 6px rgb(0 0 0 / 0.07);
    }

    .mobile-header .container {
        max-width: calc(100% - 15px);
    }

    .right-el {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }


    .mobile-menu {
        margin-left: 15px;
    }

    .mobile-header .header-links ul {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .mobile-header .row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}


@media (min-width: 1200px) and (max-width: 1299px) {
    .share-area ul li a {
        padding: 6px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .services-wrap .service-small-box {
        width: calc(33% - 12px);
        display: inline-table;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    
    .service-small-box:nth-of-type(2),.service-small-box:nth-of-type(4) {
        margin-left: 15px !important;
    }
    .service-small-box:nth-of-type(3),.service-small-box:nth-of-type(6) {
        margin-left: 0px;
    }
    .seller-badges ul li img {
        width: 20px;
        height: 20px;
    }
    .quantity input {
        height: 37px;
    }
    
    .quantity-button {
        height: 37px;
        width: 37px;
        line-height: 37px;
    }
    
    .order-box .service-price p {
        font-size: 14px;
    }
    
    li.seller-service-box>a>img {
        height: 65px;
        width: 65px;
    }
    
    .seller-service-info h6 {
        font-size: 11px;
    }
    
    .service-price span {
        font-size: 10px;
    }
    
    .sercice-rate .rate-box li img {
        width: 10px;
    }
    
    .sercice-rate .rate-box p {
        font-size: 10px;
    }
    
    .sercice-rate .rate-box span {
        font-size: 8px;
    }
    
    .content-box.seller-services-area li.seller-service-box .service-price {
        margin-left: 7px;
    }
    
    .service-price:after {
        left: -4.4px;
    }
    .seller-box .content-body .seller-area .seller-info {
        margin-bottom: 5px;
    }
    
    .progress-line {
        width: 72px;
    }

    .global-review-box ul li .review-title span {
        font-size: 12px;
    }

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

    .review-present img {
        width: 10px;
        margin-left: 2px;
    }

    .share-area ul {
        display: block;
    }

    .share-area ul li {
        width: calc(50% - 7px);
        margin-bottom: 7px;
    }

    .info-area .service-option .checkbox-container {
        font-size: 12px;
    }

    .info-area .service-option .checkbox-container img {
        width: 15px;
        margin-left: 5px;
    }

    .info-area .option-info p {
        display: inline-block;
    }

}

@media (max-width: 920px) and (min-width: 776px) {
    .order-box .content-body {
        display: block;
        text-align: center;
    }

    .quantity input {
        width: 100%;
    }

    .quantity {
        margin-bottom: 15px;
    }

    .service-price {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px;
        margin-left: 2px;
    }

    .add-to-cart a {
        width: 100%;
    }

}

@media(min-width: 768px) {
    .choose-box.mobile-only {
        display: none;
    }
    
    .competions-sidebar-filter-area.mobile-only {
        display: none;
    }
    .layout-2 .col-md-6.col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .layout-2 .competitions-fn2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 14px;
        border-top: 1px solid hsl(0 0% 44% / 0.08);
    }
    
    .layout-2 .competition-box .competitions-body .competitions-fn2 .count-down-and-price:after {
        display: none;
    }
    
    .layout-2 .competition-box .competitions-body .competitions-fn2 .count-down-and-price {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .layout-2 .competitions-fn2 .el-right {
        margin-left: 25px;
    }
    
    .layout-2 .colpetition-info-box li {
        margin-left: 40px;
    }
    
    .layout-2 .colpetition-info-box li:last-of-type {
        margin-left: 0;
    }
    
    .layout-2 .competition-box .competitions-body .competitions-fn2 .colpetition-info-box ul li:after {
        left: -45%;
    }
    .other-services .owl-dots {
        display: none !important;
    }
body .other-services .other-services-slider>.owl-nav button span {
    display: none;
}
    a.more-services-btn.mobile-only {
        display: none;
    }
}

@media (max-width: 768px) {
    .competions-sidebar-filter-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    
    .competions-sidebar-filter-area .filter-box {
        width: calc(50% - 5px);
        margin-bottom: 0;
    }
    
    .competions-sidebar .full-link {
        margin-bottom: 15px;
    }
    
    .competions-sidebar-filter-area .filter-box .select {
        height: 37px;
        width: 100%;
        line-height: 35px;
        margin: 0;
    }
    
    .competions-sidebar-filter-area .content-box.mobile-only.show-mobile-filter {
        width: calc(50% - 5px);
        padding: 0 15px;
        cursor: pointer;
        height: 37px;
    }
    
    .competions-sidebar-filter-area .content-box.mobile-only.show-mobile-filter .content-title {
        padding-bottom: 0;
        line-height: 35px;
    }
    
    .competions-sidebar-filter-area .filter-box .select span.current {
        font-size: 14px;
        padding: 0;
    }
    
    .competions-sidebar-filter-area .filter-box .select::after {
        top: 16px;
        width: 7px;
        height: 7px;
    }
    
    .competions-sidebar-filter-area .content-box.mobile-only.show-mobile-filter .content-title img.filter-opend {
        width: 11px;
    }
    .competions-sidebar .full-link a {
        min-height: 41px;
        max-height: 41px;
        line-height: 41px;
    }
    .content-box.competitions-page-title {
        display: none;
    }
    .choose-box {
        margin-bottom: 10px;
    }
    
    .choose-box ul {
        background: #fff;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .competition-box {
        margin-bottom: 15px;
        padding: 15px;
    }
    .categories-box ul li a span {
        font-family: 'Kafill-font-regular';
    }
    .choose-box ul li {
        display: inline-flex;
        align-items: center;
        width: calc(50% - 2px);
        margin: 0;
        justify-content: center;
    }
    .choose-box ul li:after {
        left: -5px;
    }
    .sidebarfull .content-box.collapse-box.categories-box {
        margin-bottom: 10px;
    }
    li.similar-project-box .similar-project-info a h6 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    li.similar-project-box .similar-project-info ul.project-opt .service-price {
        margin-bottom: 0;
    }
    
    li.similar-project-box .similar-project-info ul.project-opt li span,li.similar-project-box .similar-project-info ul.project-opt li i {
        font-size: 12px;
    }
    
    li.similar-project-box {
        padding: 12px 0;
    }
    .content-box.fn2.info-area .service-option {
        padding: 15px 0;
    }
    
    .content-box.fn2.info-area .service-option:last-of-type {
        padding-bottom: 0;
    }
    .content-box.comments-area .add-comment button.btn {
        width: 100%;
    }
    .comments-area .comment-box {
        padding-bottom: 15px;
    }
    .comment-body .comment-file-box {margin-top: 10px;}
    .add-reply-on-review .add-comment {
        margin-top: 15px;
    }
    
    form.add-comment button.btn {
        margin-top: 15px;
    }
    .project-review-with-star-box .global-review-box > ul > li.comment-in-global-review {
        padding-top: 25px;
    }
    
    .add-reply-on-review form.add-comment textarea {
        max-height: 99px;
        height: 99px;
        min-height: 99px;
    }
    .alert {font-size: 12px;padding: 10px !important;}
    .project-box.full-box > .el-right > img {
        margin-left: 15px;
    }
    
    ul.order-items-list.vertical-order-item-list li:last-of-type {
        margin-bottom: 15px;
    }
    
    ul.order-items-list.vertical-order-item-list li span:before {
        top: -5px;
        left: -5px;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
    }
    
    .project-review-with-star-box .global-review-box ul li .review-title span {
        font-size: 14px;
    }
    .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-by-s {
        margin-bottom: 8px;
    }
    .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: 12px;
    }
    
    .project-title-and-state-and-tags ul.project-by-box li span {
        display: inline-block;
        margin-right: 1px;
    }
    .project-review-with-star-box .rate-box ul li i {
        font-size: 11px;
    }
    a.accept-offer.mobile-only {
        width: 85%;
        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: 12px auto 0;
        text-align: center;
    }
    .project-reviews-area .comment-option .accept-offer {
        display: none;
    }
    .comment-in-global-review .comment-by-s h5 {
        margin-bottom: 6px;
    }
    .project-review-with-star-box .global-review-box .rate-box ul li {
        margin-left: 4px;
    }
    .project-review-with-star-box .global-review-box > ul > li {
        padding: 5px 0;
    }
    
    .comment-in-global-review .comment-area {
        margin-top: 0;
        padding-bottom: 30px;
    }
    
    .comment-in-global-review {
        padding-top: 15px;
    }
    
    .project-review-with-star-box .global-review-box > ul > li:after {
        display: none;
    }
    
    .project-review-with-star-box .global-review-box {
        border: none;
        margin-bottom: 0;
        margin-top: 0;
    }
    
    .project-review-with-star-box .global-review-box > ul > li.comment-in-global-review {
        padding-bottom: 0;
    }
    
    .comment-in-global-review .comment-area:after {
        bottom: 15px;
    }
    
    .comment-in-global-review .comment-area.pr-30:before {content: '';position: absolute;top: 0;right: 20px;width: 2px;height: 100%;background: #C4C4C4;}
.comment-in-global-review ul.comment-date li {
    margin-top: 0;
    margin-left: 20px;
}

.comment-in-global-review ul.comment-date li:after {
    display: block;
    top: calc(50% + 2px);
}
    .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-seller-opt ul li.spec-rate {
        display: inline-flex;
    }
    .project-reviews-area.reviews-comments-area .comment-seller-opt > ul > li {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 0 0 7px;
}
    ul.order-items-list.vertical-order-item-list {
        display: block;
        margin: 0;
        margin-top: 15px;
        padding: 0;
    }
    
    ul.order-items-list.vertical-order-item-list li {
        display: flex;
        margin-bottom: 45px;
        text-align: right;
    }
    
    ul.order-items-list.vertical-order-item-list li span {
        text-align: center;
        margin-left: 9px;
        width: 32px;
        position: relative;
        height: 32px;
        border-radius: 50%;
        border: 4px solid #E7E7E7;
        transform: unset;
        display: inline-block;
        right: auto;
    }
    .project-reviews-area .comment-area .comment-opt li {
        margin-left: 20px;
    }
    
    
    .project-reviews-area .comment-area .comment-opt li:after {
        display: block;
        top: calc(50% + 2px);
    }
    .uploaded-items-area .content-body .item-uploaded-box:last-of-type {
        margin: 0 auto;
    }
    
    .uploaded-items-area .content-body .item-uploaded-box .el-right span {
        font-size: 12px;
        margin-left: 5px;
    }
    .project-reviews-area.reviews-comments-area .content-title {
        margin-bottom: 0;
    }
    
    .content-box.project-reviews-area.reviews-comments-area .comment-area {
        padding: 15px 0;
        margin: 0;
    }
    
    .content-box.project-reviews-area.reviews-comments-area .comments-area {
        margin-top: 0;
    }
    .uploaded-items-area .content-body .item-uploaded-box {
        margin-left: 6px;
    }
    ul.order-items-list.vertical-order-item-list li:after {
        top: 37px;
        right: 14px;
        width: 4px;
        height: 25px;
        background: #E7E7E7;
    }
    
    body ul.order-items-list.vertical-order-item-list li.done:after {
        right: 14px !important;
        background: var(--mainColor);
    }
    
    .vertical-order-item-list.order-items-list li.done p:after {
        display: block;
    }
    
    .vertical-order-item-list.order-items-list li p {
        margin: 0;
    }
    
    .project-box.full-box > .el-left {position: absolute;width: 100%;right: 0;bottom: -40px;}
    
    .project-box.full-box {
        display: block;
        padding: 10px;
        position: relative;
        margin-bottom: 55px;
    }
    
    .project-box.full-box > .el-left .spec-btn {
        width: 100%;
    }
    
    .project-box.full-box > .el-left .spec-btn a {
        width: 100%;
    }
    
    .project-box.full-box > .el-left a.follow-service.follow {
        background: #fff;
        width: 39px;
        display: block;
        border: 1px solid #DEE0E1;
    }
    
    .project-box.full-box > .el-left .dropdown-el .details {
        background: #fff !important;
        width: 30px !important;
        display: block;
        border: 1px solid #DEE0E1;
        border-radius: 6px;
    }
    
    .project-title-and-state-and-tags ul.project-by-box {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .project-box .project-title-and-state-and-price .el-right {
    width: 100%;
}

ul.project-by-box li img {
    margin: 0;
    width: 12px;
    height: 12px;
}
    .projects-page-title .content-title {
    padding-bottom: 7px;
    padding-top: 1px;
}
    img.filter-opend {
    width: 15px;
    margin: 0;
}
    .projects-sidebar ul.filter-selelcted {
        display: block;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    ul.project-by-box li {
        margin-left: 12px;
        line-height: 0;
    }
    ul.project-by-box {
        margin-top: 8px;
        line-height: 0;
    }
    .project-title h4 {
        font-size: 13px;
        line-height: 20px;
    }
    ul.project-by-box li span {
        font-size: 8px;
        color: #959595;
    }
    ul.project-by-box li:after {
        left: -6px;
        border-color: #CDCDCD;
        height: 8px;
    }
    .project-box {
        padding: 10px;
    }
    .project-active-box .service-tags {
        padding-top: 10px;
    }
    .project-active-box {
        margin-top: 15px;
    }
    .project-box .collapse-box > img {
        width: 49px;
        height: 49px;
        min-width: 49px;
        max-width: 49px;
        min-height: 49px;
        max-height: 49px;
    }
    .project-box .project-title-and-state-and-price {
        display: block;
    }
    .project-state {
        display: inline-block;
    }
    .project-box .project-title-and-state-and-price .el-left {
        margin-right: 0;
        text-align: right;
        display: none;
    }
    .project-box .project-title-and-state-and-price .el-left p {
        flex-direction: row;
        direction: ltr;
        text-align: right;
        display: block;
        margin-top: 5px;
    }






    .content-box.mobile-only.show-mobile-filter {
        margin-bottom: 0;
    }
    .sidebar {
        position: unset;
        margin-bottom: 0;
    }
    
    .content-box.projects-page-title {
        margin-bottom: 10px;
        padding: 10px;
    }
    
    .full-link {
        margin-bottom: 10px;
    }
    
    .projects-search-form.services-header-form {
        margin-bottom: 0;
    }
    
    .content-box.mobile-only.show-mobile-filter .content-title:after {
        display: none;
    }
    
    .projects-page-title .content-title h5 {
        font-size: 14px;
        height: 30px;
    }
    .sidebarfull {
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999999;
        height: 100%;
        padding: 15px;
        width: 100%;
        background: #f2f2f2;
        display: none;
        padding-bottom: 70px;
        padding-top: 65px;
    }
    
    .comment-record-box wave, .comment-record-box canvas {
        width: 100% !important;
    }
    
    .waveform {
        width: 120px;
    }
    .services-page .other-services .content-body {
        margin-bottom: 30px;
    }
    .other-services .content-body {
        margin-bottom: 10px;
    }
    .other-services:last-of-type {
        padding-bottom: 41px;
    }
    .services-page .content-box.other-services {
    margin-top: 60px;
}

.other-services-slider>.owl-dots span {
    border-radius: 50%;
    display: block;
    height: 7px;
    width: 7px;
    background: #DEDEDE;
    margin-left: 3px;
    line-height: 0;
}

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

    body .other-services .other-services-slider>.owl-nav button span {
    font-size: 14px;
}

    footer .footer-list ul.social-media-list {
        text-align: right;
    }
    .bottom-footer .col-6 {
        text-align: center !important;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }
    
    .bottom-footer .col-6 p {
        font-size: 14px;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }
    
    .bottom-footer {
        padding: 10px 0;
    }
    
    .bottom-footer .col-6:last-of-type p {
        margin: 0;
    }


    .service-content .left-el .left-el li .details img {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
            -ms-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg);
        width: 16px;
        height: 20px;
    }

    .service-content {
        padding-top: 11px;
        padding: 15px;
    }

    footer .footer-list .list-title h4 {
        font-size: 16px;
    }
    .footer-list.last-list {
    margin: 0;
}
    .footer-list {
        margin-bottom: 20px;
    }

    footer .footer-list .social-media-list li a {
        border-radius: 50%;
    }

    footer .footer-list .social-media-list li a img {
        height: 41%;
    }
    .other-services-slider>.owl-dots {display: block !important;top: calc(100% + 10px);transform: unset;-webkit-transform: unset;-ms-transform: unset;width: 100%;position: absolute;text-align: center;}
       .other-services-slider>.owl-nav {
    top: calc(100% + 10px);
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
}
body .other-services .other-services-slider>.owl-nav .owl-next img {
    margin-left: 0;
    margin-right: 10px;
}
    body .other-services .other-services-slider>.owl-nav button img {
        width: 6px;
        vertical-align: baseline;
        margin-left: 10px;
        -webkit-filter: invert(100%) sepia(5%) saturate(10%) hue-rotate(264deg) brightness(284%) contrast(100%);
        filter: invert(100%) sepia(5%) saturate(10%) hue-rotate(264deg) brightness(284%) contrast(100%);
        margin-left: 0;
    }
    body .other-services .other-services-slider>.owl-nav button {
    height: 31px;
    width: 100px;
    border-radius: 6px;
    background: var(--mainColor);
    line-height: 31px;
    color: #fff;
    }

    .other-services-slider>.owl-nav .owl-prev {
        right: 10px;
    }

    .other-services-slider>.owl-nav .owl-next {
        left: 10px;
    }
}


@media (min-width: 320px) and (max-width: 560px) {
    .option-info p {
        min-width: 45px;
    }

    ul.comment-date li {
        margin-left: 4px;
    }

    ul.comment-date li:after {
        display: none;
    }

    .service-tags li {
        margin-left: 4px;
    }

    .comment-head .comment-by-box>img {
        width: 39px;
        height: 39px;
    }

    ul.comment-date li span {
        margin-right: 3px;
        font-size: 9px;
    }
}


@media (min-width: 315px) and (max-width: 325px) {
    body .progress-line {
        width: 125px;
    }

    .service-header li.breadcrumb-item {
        padding-left: 0;
    }
}

@media (max-width: 335px) and (min-width: 325px) {
    body .progress-line {
        width: 130px;
    }

    .service-header li.breadcrumb-item {
        padding-left: 2px;
    }
}

@media (min-width: 335px) and (max-width: 345px) {
    body .progress-line {
        width: 145px;
    }

    .service-header li.breadcrumb-item {
        padding-left: 5px;
    }
}

@media (min-width: 345px) and (max-width: 355px) {
    body .progress-line {
        width: 150px;
    }
}

@media (min-width: 355px) and (max-width: 365px) {
    body .progress-line {
        width: 160px;
    }
}

@media (min-width: 365px) and (max-width: 375px) {
    body .progress-line {
        width: 170px;
    }
}

@media (min-width: 375px) and (max-width: 385px) {
    body .progress-line {
        width: 180px;
    }
}

@media (min-width: 385px) and (max-width: 395px) {
    body .progress-line {
        width: 190px;
    }
}

@media (min-width: 395px) and (max-width: 405px) {
    body .progress-line {
        width: 200px;
    }
}

@media (min-width: 405px) and (max-width: 415px) {
    body .progress-line {
        width: 210px;
    }
}

@media (min-width: 415px) and (max-width: 425px) {
    body .progress-line {
        width: 220px;
    }
}

@media (min-width: 425px) and (max-width: 435px) {
    body .progress-line {
        width: 230px;
    }
}

@media (min-width: 435px) and (max-width: 445px) {
    body .progress-line {
        width: 240px;
    }
}

@media (min-width: 445px) and (max-width: 455px) {
    body .progress-line {
        width: 250px;
    }
}

@media (min-width: 455px) and (max-width: 465px) {
    body .progress-line {
        width: 260px;
    }
}

@media (min-width: 465px) and (max-width: 475px) {
    body .progress-line {
        width: 270px;
    }
}

@media (min-width: 475px) and (max-width: 485px) {
    body .progress-line {
        width: 280px;
    }
}

@media (min-width: 485px) and (max-width: 495px) {
    body .progress-line {
        width: 290px;
    }
}

@media (min-width: 495px) and (max-width: 505px) {
    body .progress-line {
        width: 280px;
    }
}

@media (min-width: 505px) and (max-width: 515px) {
    body .progress-line {
        width: 290px;
    }
}

@media (min-width: 515px) and (max-width: 525px) {
    body .progress-line {
        width: 300px;
    }
}

@media (min-width: 525px) and (max-width: 535px) {
    body .progress-line {
        width: 310px;
    }
}

@media (min-width: 535px) and (max-width: 545px) {
    body .progress-line {
        width: 320px;
    }
}

@media (min-width: 545px) and (max-width: 555px) {
    body .progress-line {
        width: 330px;
    }
}

@media (min-width: 555px) and (max-width: 565px) {
    body .progress-line {
        width: 340px;
    }
}

@media (min-width: 565px) and (max-width: 575px) {
    body .progress-line {
        width: 350px;
    }
}




@media (min-width: 576px) and (max-width: 991px) {
    .container {
        max-width: calc(100% - 40px);
    }
}


@media (max-width: 576px) {
    .progress-line {
        width: 170px;
    }

    .global-review-box {
        margin-top: 26px;
        border-top: 1px solid #e6e6e6;
    }
}


@media (max-width: 640px) {
    .review-count .rate-box {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .content-title h5 {
        font-size: 13px;
        line-height: 19px;
    }

    .filter-box .select {
        width: 90px;
        margin-top: -10px;
        margin-bottom: -7px;
    }

    .order-box .content-body {
        display: block;
        text-align: center;
    }

    .quantity input {
        width: 100%;
    }

    .quantity {
        margin-bottom: 15px;
    }

    .service-price {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px;
    }

    .add-to-cart a {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .messages-box.dropdown-el .drodown-menu-box {
        left: -40px;
    }
    
    .messages-box.dropdown-el.active .drodown-menu-box:before {
        left: 50px;
    }
}

@media (max-width: 415px) {
    .share-area ul li img {
        width: 6px;
        height: 6px;
    }

    .share-area ul li span {
        font-size: 10px;
    }

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

    .service-price span {
        font-size: 10px;
    }

    ul.service-opt li .follow-service img {
        width: 14px;
    }

    ul.service-opt li .follow-service {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

}
@media (min-width: 280px) and (max-width: 330px) {
    ul.project-by-box li span {
        font-size: 8px;
    }
    .project-box .collapse-box > img {
        width: 42px;
        height: 42px;
        min-width: 42px;
        max-width: 42px;
        min-height: 42px;
        max-height: 42px;
        margin-left: 10px;
    }
    ul.project-by-box li img {
        margin-left: 0;
        width: 8px;
        height: 8px;
    }
    ul.project-by-box li:after {
        opacity: 0;
    }
    .project-title h4 {
        font-size: 11px
    }
    .project-state span {
    font-size: 8px;
}

.project-active-box p {
    font-size: 11px;
    line-height: 21px;
}

.service-tags li span {
    font-size: 8px;
}
    ul.project-by-box {
    display: flex;
    align-items: center;
    }
    
}
@media (min-width: 280px) and (max-width: 360px) {
    .other-services-slider>.owl-dots {
        display: none !important;
    }
}


@media (max-width: 285px) {
    .services-wrap .service-small-box {
    width: calc(50% - 6px);
    margin-left: 5px;
}

.service-small-box .service-box-inner h5 {
    font-size: 12px;
}
    .service-content {
        padding-top: 8px;
        padding: 10px;
    }
    .global-review-box ul li .review-title span {
    font-size: 13px;
}

.comment-area .comment-body p {
    font-size: 13px;
}

.service-details p {
    font-size: 13px;
}
    .service-header .right-el .breadcrumb {
        margin-bottom: 0px;
    }
    
    .service-tags li {
        margin-left: -1px;
    }
    
    .content-box {
        padding: 10px;
    }
    
    .content-box.share-area, .seller-services-area, .seller-box, .content-box.other-services .content-title, .content-box.reviews-comments-area, .info-area {
        padding: 10px;
    }
    
    .option-info p {
        min-width: 40px;
        font-size: 13px;
    }
    
    .progress-line {
        width: 105px;
    }
    
    .comment-seller-opt ul li>span {
        font-size: 12px;
    }
    
    .rate-box ul li img {
        width: 11px;
    }
    .img-with-text-box .content-body:before, .img-with-text-box img {
        width: calc(100% + 20px);
        top: -10px;
        left: -10px;
    }
    
    .content-box.seller-services-area li.seller-service-box .service-price {
        margin-left: 14px;
    }
    .messages-box.dropdown-el .drodown-menu-box {
        left: 0;
        -webkit-transform: translateX(-61px);
            -ms-transform: translateX(-61px);
                transform: translateX(-61px);
    }
    ul.comment-date li {
        margin-left: 10px;
        display: inline-block;
        margin-bottom: 5px;
    }
    
    ul.comment-date li span {
        margin-right: 3px;
    }
    
    ul.comment-date {
        display: block;
    }
    
    .share-area ul li {
        width: calc(50% - 5px);
    }
    
    .share-area ul {
        display: block;
    }
    .service-header .rate-box ul li img {
        width: 7px;
    }
    
    .service-content .rate-box.mobile-only p {
        font-size: 10px;
    }
    body .service-header .right-el h3 {
        font-size: 12px;
    }
    
    .service-content .left-el .left-el li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
    
    .left-el > .left-el > ul > li {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    
    .service-content .left-el .left-el li .details img {
        width: 13px;
        height: auto;
    }
    
    .service-content .left-el .left-el li a img {
        width: 13px;
        height: auto;
    }
    
    .left-el > .left-el > ul {
        width: 60px;
    }
    .service-content .rate-box.mobile-only  span {
        font-size: 8px;
    }
    .service-header {
        margin-bottom: 20px;
    }
    .service-header li.breadcrumb-item {
        padding-left: 2px;
        font-size: 10px;
    }
    .option-info span {
    font-size: 12px;
}
.seller-service-info h6 {
    font-size: 10px;
}
.img-with-text-box h5 {
    font-size: 12px;
}

footer {
    margin-top: 20px;
}
footer .footer-list ul li a {
    font-size: 12px;
}

footer .footer-list .list-title h4 {
    font-size: 14px;
}
.seller-badges ul li img {
    width: 26px;
    height: 26px;
}
}
@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }

    .menu-items:before {
        right: -30px;
    }

    .menu-items:after {
        left: -30px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .service-management-area ul li a {
        padding: 9px 10px;
        font-size: 12px;
    }
    .input-switch:not(:checked) ~ .input-label, .input-switch:checked ~ .input-label {
        font-size: 11px;
        line-height: 16px;
    }
    
    ul.services-filter-wrap > li {
        min-width: 120px;
        margin-left: 5px;
    }
    
    .filter-box .el-left ul li:last-of-type {
        margin-right: 20px;
    }
    
    .filter-box .el-left ul li:last-of-type:before {
        right: -10px;
    }
    
    ul.services-filter-wrap > li > span {
        padding-right: 10px;
    }
    
    ul.services-filter-wrap > li > img {
        margin-left: 10px;
    }
    .service-small-box .service-box-inner h5 {
        font-size: 14px;
    }
}
@media (max-width: 1150px) and (min-width: 991px) {
    .menu-items ul li {
        margin-left: 7px;
    }

    .menu-items ul li a {
        padding: 8px;
        font-size: 12px;
    }

    .header-links > ul > li > a > img {
        width: 14px;
        height: 14px;
    }

    .header-links > ul > li > a {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }

    li.notification-box span {
        font-size: 9px;
        width: 12px;
        height: 12px;
        line-height: 12px;
    }

    .header-links > ul > li {
        margin-right: 6px;
    }
}

@media (min-width: 1150px) and (max-width: 1199px) {
    .menu-items ul li {
        margin-left: 8px;
    }

    .menu-items ul li a {
        padding: 8px;
        font-size: 13px;
    }

    .header-links ul li a img {
        width: 15px;
        height: 15px;
    }

    .header-links > ul > li > a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    li.notification-box span {
        font-size: 10px;
        width: 13px;
        height: 13px;
        line-height: 13px;
    }

    .header-links ul li {
        margin-right: 7px;
    }
}


@media (min-width: 991px) and (max-width: 1199px) {
    .progress-line {
        width: 140px;
    }

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

    .name span {
        font-size: 16px;
    }

    .seller-status {
        margin-left: 10px;
    }

    .seller-status span {
        font-size: 10px;
    }

    .seller-last-w span {
        font-size: 10px;
    }

    .seller-badges ul li img {
        width: 28px;
        height: 28px;
    }

    .seller-last-w p {
        font-size: 10px;
    }

    .seller-box .addReadMore {
        font-size: 13px;
    }

    .seller-contact-btn a {
        font-size: 15px;
    }

    .info-area .service-option .checkbox-container {
        font-size: 13px;
    }

    .info-area .service-option .checkbox-container img {
        width: 13px;
    }

    .info-area .option-info p {
        font-size: 15px;
        margin: 0;
    }

    .share-area ul li {
        width: calc(50% - 6px);
        margin-bottom: 10px;
    }

    .share-area ul {
        display: block;
    }

    .share-area ul li a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media (min-width: 991px) {

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

ul.services-filter-wrap > li .opend-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

ul.services-filter-wrap > li .opend-dropdown img {
    margin-left: 15px;
}
    .services-wrap .service-small-box {
        position: relative;
        display: block;
    }
    .service-small-box .service-box-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: auto;
        width: 100%;
    }
    .rate-box span {
        font-size: 14px;
        color: #777;
    }

    .service-header .rate-box ul li img {
        width: 17px;
    }

    .page-tabs > ul > li > a {
        line-height: 16px;
    }

    .page-tabs > ul > li {
        max-height: 47px;
    }

    span.tooltiptext {
        top: 40px;
    }

    .img-with-text-box .content-body {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .alert-with-buttons {
        text-align: center;
    }
    .order-items-list li p {
        font-size: 15px;
    }
    
    ul.replies-list > li p {
        font-size: 14px;
    }
    
    ul.replies-list > li p span {
        display: block;
        font-size: 13px;
    }
    .service-management-area ul li {
        margin-left: 5px;
        width: calc(50% - 10px);
    }
    
    .service-management-area ul li a {
        font-size: 12px;
        padding: 8px 5px;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
    ul.services-filter-wrap > li > .filter-list-dropdown > li.active > .filter-list-dropdown-1 {
        right: auto;
    }
        .el-right.active ul.filter-selelcted {
        display: none;
    }

    .filter-box .active.el-right ul.services-filter-wrap {
        display: block;
        padding: 0px 5px;
    }

    .filter-box .el-right ul.services-filter-wrap {
        display: none;
    }

    .filter-box > .el-left {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .el-right.active {}
    ul.services-filter-wrap > li.has-dropdown.active {
        /* border-bottom: 0; */
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        height: auto;
    }

    ul.services-filter-wrap > li > .filter-list-dropdown li > a {
        height: 45px;
        line-height: 44px;
    }

    ul.services-filter-wrap > li > .opend-dropdown > span {
        font-family: 'Kafill-font-medium';
        color: #505050;
        font-size: 13px;
        margin-right: 10px;
    }

    ul.services-filter-wrap > li > img {
        position: absolute;
        top: 50%;
        left: 11px;
        transform: translateX(10px) rotate(90deg);
        margin: 0;
        width: 8.34px;
        height: 4.16px;
    }

    ul.services-filter-wrap > li > .filter-list-dropdown li > a span {font-size: 13px;color: #505050;}

    .el-full.content-box.mobile-only .content-title h5 {
        font-family: 'Kafill-font-medium';
    }

    ul.services-filter-wrap > li.active > img {
        top: 18px;
        transform: translateX(10px);
    }
        .filter-box {
        display: block;
        background: transparent;
        border: 0;
        padding: 0;
    }

    ul.services-filter-wrap > li {
        min-width: 100%;
        margin: 5px 0 0 0;
        display: block;
        height: 39px;
        line-height: 36px;
    }

    .el-full.content-box.mobile-only .content-title:after {
        display: none;
    }
    .el-full.content-box.mobile-only .content-title {
        padding: 0;
    }
    .el-full.content-box.mobile-only {
        cursor: pointer;
        margin: 0;
        padding: 10px;
    }

    ul.services-filter-wrap > li > .filter-list-dropdown {
        position: relative;left: unset;right: unset;min-width: 100%;border-top-right-radius: 0;border-top-left-radius: 0;border-left: 0;border-right: 0;
    }
    .content-box.other-services.first-el {
        margin-top: 40px !important;
    }
    
    .more-link a {
        font-size: 14px;
    }
    .osb-opt {
        padding-bottom: 4px;
        padding-top: 5px;
    }
    
    .osb-by {
        padding-top: 9px;
    }
    .services-page .content-title .more-details span {
        font-size: 12px;
        color: var(--mainColor);
    }
    
    .services-page .content-title .more-details img {
        display: none;
    }
    
    .services-page .content-title .more-details {
        padding: 0;
        border: none;
        height: inherit;
        line-height: 0;
        display: block;
    }
    
    .services-page .content-box.other-services .content-title {
        padding: 12px 10px !important;
    }
    
    .more-link {
        margin: 0;
    }
    form.services-header-form input {
    height: 46px;
    font-size: 12px;
}

a.btn.searvices-search-button {
    height: 46px;
    line-height: 46px;
    width: 162px;
}
    .services-header-title h1 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 21px;
    }
    
    .services-header-title p {
        font-size: 12px;
        max-width: 100%;
        line-height: 22px;
    }
    
    .services-header-title {
        margin-bottom: 15px;
    }
    body {
        padding-top: 69px;
    }
    .services-wrap {
        display: block;
    }
    
    .services-wrap .service-small-box {
        width: calc(50% - 12px);
        display: inline-table;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    
    .service-small-box:nth-of-type(2),.service-small-box:nth-of-type(4),.service-small-box:nth-of-type(6) {
        margin-left: 0 !important;
    }
    
    .service-small-box .service-box-inner h5 {
        font-size: 13px;
    }
    
    .service-small-box .service-box-inner img {
        width: 48px;
        height: 48px;
    }
    
    form.services-header-form {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }
    
    .input-box-with-icon {
        width: 100%;
        margin-bottom: 10px;
    }
    .global-review-box ul li {
        margin-top: 10px;
    }
    .footer-list.social-media-box.text-center {
        margin: 0;
    }
    .site-body {
    padding-top: 0;
}
    header {
        padding: 10px 0;
    }
    .service-price:after {
        display: block !important;
    }

    .reviews-comments-area .content-body>br {
        display: none;
    }

    .comment-follows.mobile-only ul li a {
        display: block;
        line-height: 0;
    }

    .child-comment.comment-area {
        padding-right: 5px;
        margin-right: 18px;
    }

    .child-comment.comment-area:before {
        width: 2px;
        max-height: calc(100% - 75px);
        right: -4px;
    }

    .service-content .rate-box.mobile-only p {
        font-size: 13px;
    }

    .service-header .rate-box ul li img {
        width: 11px;
    }

    body .service-header .right-el h3 {
        margin-left: 10%;
        width: 100%;
    }


    .service-content .left-el .left-el li .details img {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
            -ms-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg);
    }
     

    .comments-area br {
        display: none;
    }

    .comment-area {
        margin-top: 10px;
    }

    .comment-seller-opt ul li>span {
        color: #777777;
        font-size: 14px;
    }

    .comment-area .comment-body p {
        color: #202020;
        font-size: 14px;
    }

    .global-review-box h4 {
        font-size: 12px;
        color: #202020;
    }


    .reviews-comments-area .content-body>hr {
        border: none;
        height: 6px;
        background: #F1F2F2;
        position: relative;
        top: 0px;
        right: -10px;
        width: calc(100% + 20px);
    }

    .comments-area {
        margin-top: 10px;
    }

    .show-more-comments {
        padding: 10px 0 0 0;
    }

    .show-more-comments a span {
        font-size: 14px;
    }

    .comments-area hr {
        border: none;
        height: 6px;
        background: #F1F2F2;
        position: relative;
        top: 0px;
        right: -10px;
        width: calc(100% + 20px);
    }

    .comment-follows.mobile-only {
        margin-right: -10px;
        margin-left: -10px;
    }

    .child-comment .comment-follows.mobile-only ul {
        margin-bottom: 10px;
        border-right: 1px solid #DEE0E1;
    }

    .comments-area .child-comment hr {
        right: -33px;
        width: calc(100% + 66px);
    }

    .star-and-bar>ul>li {
        margin-top: 10px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .comment-by-box .comment-ds h5 {
        font-size: 14px;
    }

    a.more-services-btn.mobile-only img {
        width: 10px;
        margin-right: 10px;
    }

    footer {
        margin-top: 30px;
    }

    .img-with-text-box .content-body:before,
    .img-with-text-box img {
        width: calc(100% + 30px);
        top: -15px;
        left: -15px;
    }

    .img-with-text-box h5 {
        padding-bottom: 0;
        padding-top: 200px;
        padding-left: 0;
        padding-right: 0;
        line-height: 21px;
    }

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

    .content-box.share-area,
    .seller-services-area,
    .seller-box,
    .content-box.other-services .content-title,
    .content-box.reviews-comments-area,
    .info-area {
        padding: 15px 10px !important;
        overflow: hidden;
    }


    .share-area ul li:last-of-type {
        margin: 0;
    }

    .info-area .service-option:nth-of-type(even):before {
        width: calc(100% + 20px);
        right: -10px;
    }

    .info-area .service-option .checkbox-container {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 70%;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }

    .info-area .service-option .checkbox-container img {
        position: relative;
        top: 4px;
    }

    .tooltiptext {
        top: 42px;
    }

    .name span {
        margin: 0;
    }

    .seller-status span {
        margin-bottom: 10px;
        display: inline-block;
    }

    .content-body .quantity {
        margin-bottom: 10px;
    }

    .content-body .service-price {
        margin-bottom: 10px;
    }

    .service-price:after {
        display: none;
    }

    .order-box .service-price span {
        font-size: 20px;
    }

    .order-box .content-body {
        padding: 13px 10px 0 10px;
    }

    .content-title {
        min-height: auto;
        line-height: 0;
    }

    .content-box {
        padding: 15px;
    }

    .content-title:after {
        width: calc(100% + 30px);
        right: -15px;
    }

    .service-option .checkbox-container {
        font-size: 13px;
        max-width: 65%;
        line-height: 22px;
    }

    .service-option {
        padding: 10px 0;
    }

    .service-option:after {
        width: calc(100% + 30px);
        right: -15px;
    }

    .option-info span {
        font-size: 14px;
    }

    .option-info p {
        font-size: 14px;
    }

    .service-tags {
        margin-top: 8px;
        padding-bottom: 0;
        padding-top: 5px;
    }

    .service-details p.small-header {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .service-slider.owl-carousel.owl-rtl.owl-loaded.owl-drag {
        border-radius: 5px;
    }

    .service-slider .service-img .img {
    }

    .service-slider:after {
        height: 45px;
    }

    .service-slider .owl-dots {
        bottom: 10px;
    }

    .page-tabs ul li:first-of-type {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .page-tabs ul li:last-of-type {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .page-tabs {
        border-radius: 5px;
    }

    .header-links > ul > li > a {
        width: 28px;
        height: 29px;
        position: relative;
    }

    .header-links ul li a>img {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        left: 50%;
    }

    li.notification-box span {
        width: 11px;
        height: 11px;
        line-height: 11px;
        top: calc(50% - 10px);
        left: calc(50% - 10px);
        font-size: 8px;
    }

    .content-box.seller-services-area li.seller-service-box .service-price {
        margin-bottom: 0;
    }

    .mobile-header ul li.user-box a {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .reviews-comments-area .content-title .review-count {
        position: absolute;
        bottom: -60px;
        display: block;
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 80%;
        margin: 0 auto;
    }

    .reviews-comments-area .content-title {
        margin-bottom: 55px;
    }

    .progress-line {
        width: 120px;
    }

    body .global-review-box {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .comment-seller-opt>ul {
        display: block;
    }

    .comment-seller-opt>ul>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 5px;
    }

    .comment-seller-opt {
        background: transparent;
        border: transparent;
        padding: 0;
    }

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

    .comment-follows.mobile-only ul {
        margin-top: 15px;
        position: relative;
    }

    .comment-follows.mobile-only ul {
        border: 1px solid #DEE0E1;
        padding: 7.5px;
        border-right: 0;
        border-left: 0;
    }

    .comment-follows.mobile-only ul li {
        width: 48%;
        text-align: center;
        position: relative;
        line-height: initial;
    }

    .comment-follows.mobile-only ul li:first-of-type:before {
        content: '';
        width: 1px;
        left: 0;
        height: 15px;
        background: #cdcdcd;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .seller-box .content-body .seller-area {
        display: block;
    }

    .seller-box .content-body .seller-area .name {
        display: block;
        margin: 0;
    }

    .seller-box .content-body .seller-area .seller-info {
        display: block;
        text-align: center;
        margin-top: 5px;
    }

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

    .seller-status {
        margin: 0;
    }

    .seller-badges ul li img {
        width: 35px;
        height: 35px;
    }

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

    .seller-area .seller-img {
        margin: 0;
        margin-bottom: 9px;
    }

    .breadcrumb-item.active {
        display: block;
    }

    .left-el > .left-el > ul > li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        padding: 0;
        margin-left: 10px;
        border-radius: 5px;
        background: #F8F8F8;
        display: inline-block;
        margin: 0;
        margin-left: 5px;
        position: relative;
    }

    .service-content .left-el .left-el li a {
        display: block;
        padding: 0;
        margin: 0;
        color: #777777;
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        position: relative;
    }

    .service-content .left-el .left-el li a img {
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 20px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .left-el .left-el li:last-of-type {
        margin: 0;
    }

    .left-el > .left-el > ul {
        width: 70px;
    }

    .breadcrumb-item {
        display: none;
    }

    .breadcrumb-item:before {
        content: unset !important;
    }

    ul.breadcrumb {
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .breadcrumb-item.active {
        color: #505050 !important;
    }

    ul.breadcrumb {
        display: inline-block;
    }

    .service-header .right-el {
        display: block;
    }

    .service-header li.breadcrumb-item {
        color: var(--mainColor) !important;
        font-size: 10px;
        line-height: 13px;
    }

    .service-header .right-el h3 {
        width: 75%;
        line-height: 25px;
        font-size: 13px;
        line-height: 19px;
    }


    .page-tabs .left-el {
        display: none;
    }

    .service-content .rate-box.mobile-only {
        display: inline-block;
        font-size: 12px;
        color: #777777;
        line-height: 15px;
    }

    .desktop-only {
        display: none;
    }

   

    .page-tabs ul li a {
        font-size: 14px;
        line-height: 15px;
    }

    .page-tabs {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        unicode-bidi: embed;
        margin-bottom: 0;
    }

    .page-tabs::-webkit-scrollbar {
        height: 0;
    }

    /* Track */
    .page-tabs::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .page-tabs::-webkit-scrollbar-thumb {
        background: var(--mainColor);
    }

    /* Handle on hover */
    .page-tabs::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.header-links ul li.messages-box,.header-links ul  li.notification-box, .header-links ul li.user-box {
    display: block;
}

.header-links > ul > li {
    display: none;
}
body .mobile-header {
    background: #fff;
    display: block;
    padding: 10px 0;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 0.07);
        box-shadow: 0 3px 6px rgb(0 0 0 / 0.07);
}

    .mobile-header .container {
        max-width: calc(100% - 15px);
    }

    .right-el {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }


    .mobile-menu {
        margin-left: 15px;
    }

    .mobile-header .header-links ul {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .mobile-header .row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}


@media (min-width: 1200px) and (max-width: 1299px) {
    .share-area ul li a {
        padding: 6px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-box.mobile-only.show-mobile-filter {
        display: none;
    }
    .services-header-form {
        margin-bottom: 0;
    }
    .services-wrap .service-small-box {
        width: calc(33% - 12px);
        display: inline-table;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    
    .service-small-box:nth-of-type(2),.service-small-box:nth-of-type(4) {
        margin-left: 15px !important;
    }
    .service-small-box:nth-of-type(3),.service-small-box:nth-of-type(6) {
        margin-left: 0px;
    }
    .seller-badges ul li img {
        width: 20px;
        height: 20px;
    }
    .quantity input {
        height: 37px;
    }
    
    .quantity-button {
        height: 37px;
        width: 37px;
        line-height: 37px;
    }
    
    .order-box .service-price p {
        font-size: 14px;
    }
    
    li.seller-service-box>a>img {
        height: 65px;
        width: 65px;
    }
    
    .seller-service-info h6 {
        font-size: 11px;
    }
    
    .service-price span {
        font-size: 10px;
    }
    
    .sercice-rate .rate-box li img {
        width: 10px;
    }
    
    .sercice-rate .rate-box p {
        font-size: 10px;
    }
    
    .sercice-rate .rate-box span {
        font-size: 8px;
    }
    
    .content-box.seller-services-area li.seller-service-box .service-price {
        margin-left: 7px;
    }
    
    .service-price:after {
        left: -4.4px;
    }
    .seller-box .content-body .seller-area .seller-info {
        margin-bottom: 5px;
    }
    
    .progress-line {
        width: 72px;
    }

    .global-review-box ul li .review-title span {
        font-size: 12px;
    }

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

    .review-present img {
        width: 10px;
        margin-left: 2px;
    }

    .share-area ul {
        display: block;
    }

    .share-area ul li {
        width: calc(50% - 7px);
        margin-bottom: 7px;
    }

    .info-area .service-option .checkbox-container {
        font-size: 12px;
    }

    .info-area .service-option .checkbox-container img {
        width: 15px;
        margin-left: 5px;
    }

    .info-area .option-info p {
        display: inline-block;
    }

}

@media (max-width: 920px) and (min-width: 776px) {
    .order-box .content-body {
        display: block;
        text-align: center;
    }

    .quantity input {
        width: 100%;
    }

    .quantity {
        margin-bottom: 15px;
    }

    .service-price {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px;
        margin-left: 2px;
    }

    .add-to-cart a {
        width: 100%;
    }

}

@media(min-width: 768px) {
    .other-services .owl-dots {
        display: none !important;
    }
body .other-services .other-services-slider>.owl-nav button span {
    display: none;
}
    a.more-services-btn.mobile-only {
        display: none;
    }
}

@media (max-width: 768px) {
    .project-reviews-area.reviews-comments-area .comment-seller-opt {
        border: 1px solid rgb(238, 238, 238);
        background: rgb(251, 251, 251);
        margin-top: 10px;
        overflow: hidden;
        border-radius: 4px;
    }
    
    .project-reviews-area.reviews-comments-area .comment-seller-opt > ul > li {
        display: inline-block;
        width: 49%;
        text-align: center;
    }
    
    .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-seller-opt ul li.spec-rate ul {
        display: inline-flex;
    }
    
    .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-seller-opt > ul > li:after {content: '';position: absolute;bottom: 2px;left: 50%;top: auto;width: 140%;height: 1px;transform: translateX(-50%);opacity: 0.35;}
    
    .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-seller-opt > ul > li:nth-of-type(3):after, .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-seller-opt > ul > li:nth-of-type(4):after {
        display: none;
    }
    .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-seller-opt > ul > li:nth-of-type(3), .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-seller-opt > ul > li:nth-of-type(4) {
        padding-bottom: 3px;
    }
    
    .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-seller-opt > ul > li:nth-of-type(1):before,.content-box.project-reviews-area.reviews-comments-area .comment-area .comment-seller-opt > ul > li:nth-of-type(3):before {content: '';position: absolute;top: 50%;left: 5px;width: 1px;height: 10px;background: #CDCDCD;transform: translateY(-50%);}
    
    .project-reviews-area.reviews-comments-area .comment-seller-opt > ul {
        /* margin-top: 5px; */
    }
    
    .project-reviews-area.reviews-comments-area .comment-seller-opt > ul ul li {
        margin: 0 1px;
    }
    
    .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-seller-opt > ul > li span {
        color: #959595;
        font-size: 12px;
    }
    .services-page .other-services .content-body {
        margin-bottom: 30px;
    }
    .other-services .content-body {
        margin-bottom: 10px;
    }
    .other-services:last-of-type {
        padding-bottom: 41px;
    }
    .services-page .content-box.other-services {
    margin-top: 60px;
}

.other-services-slider>.owl-dots span {
    border-radius: 50%;
    display: block;
    height: 7px;
    width: 7px;
    background: #DEDEDE;
    margin-left: 3px;
    line-height: 0;
}

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

    body .other-services .other-services-slider>.owl-nav button span {
    font-size: 14px;
}

    footer .footer-list ul.social-media-list {
        text-align: right;
    }
    .bottom-footer .col-6 {
        text-align: center !important;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }
    
    .bottom-footer .col-6 p {
        font-size: 14px;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }
    
    .bottom-footer {
        padding: 10px 0;
    }
    
    .bottom-footer .col-6:last-of-type p {
        margin: 0;
    }


    .service-content .left-el .left-el li .details img {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
            -ms-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg);
        width: 16px;
        height: 20px;
    }

    .service-content {
        padding-top: 11px;
        padding: 15px;
    }

    footer .footer-list .list-title h4 {
        font-size: 16px;
    }
    .footer-list.last-list {
    margin: 0;
}
    .footer-list {
        margin-bottom: 20px;
    }

    footer .footer-list .social-media-list li a {
        border-radius: 50%;
    }

    footer .footer-list .social-media-list li a img {
        height: 41%;
    }
    .other-services-slider>.owl-dots {display: block !important;top: calc(100% + 10px);transform: unset;-webkit-transform: unset;-ms-transform: unset;width: 100%;position: absolute;display: none !important;text-align: center;}
       .other-services-slider>.owl-nav {
    top: calc(100% + 10px);
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    display: none !important;
}
body .other-services .other-services-slider>.owl-nav .owl-next img {
    margin-left: 0;
    margin-right: 10px;
}
    body .other-services .other-services-slider>.owl-nav button img {
        width: 6px;
        vertical-align: baseline;
        margin-left: 10px;
        -webkit-filter: invert(100%) sepia(5%) saturate(10%) hue-rotate(264deg) brightness(284%) contrast(100%);
        filter: invert(100%) sepia(5%) saturate(10%) hue-rotate(264deg) brightness(284%) contrast(100%);
        margin-left: 0;
    }
    body .other-services .other-services-slider>.owl-nav button {
    height: 31px;
    width: 100px;
    border-radius: 6px;
    background: var(--mainColor);
    line-height: 31px;
    color: #fff;
    }

    .other-services-slider>.owl-nav .owl-prev {
        right: 10px;
    }

    .other-services-slider>.owl-nav .owl-next {
        left: 10px;
    }
}


@media (min-width: 320px) and (max-width: 560px) {
    .option-info p {
        min-width: 45px;
    }

    ul.comment-date li {
        margin-left: 4px;
    }

    ul.comment-date li:after {
        display: none;
    }

    .service-tags li {
        margin-left: 4px;
    }

    .comment-head .comment-by-box>img {
        width: 39px;
        height: 39px;
    }

    ul.comment-date li span {
        margin-right: 3px;
        font-size: 9px;
    }
}


@media (min-width: 315px) and (max-width: 325px) {
    body .progress-line {
        width: 125px;
    }

    .service-header li.breadcrumb-item {
        padding-left: 0;
    }
}

@media (max-width: 335px) and (min-width: 325px) {
    body .progress-line {
        width: 130px;
    }

    .service-header li.breadcrumb-item {
        padding-left: 2px;
    }
}

@media (min-width: 335px) and (max-width: 345px) {
    body .progress-line {
        width: 145px;
    }

    .service-header li.breadcrumb-item {
        padding-left: 5px;
    }
}

@media (min-width: 345px) and (max-width: 355px) {
    body .progress-line {
        width: 150px;
    }
}

@media (min-width: 355px) and (max-width: 365px) {
    body .progress-line {
        width: 160px;
    }
}

@media (min-width: 365px) and (max-width: 375px) {
    body .progress-line {
        width: 170px;
    }
}

@media (min-width: 375px) and (max-width: 385px) {
    body .progress-line {
        width: 180px;
    }
}

@media (min-width: 385px) and (max-width: 395px) {
    body .progress-line {
        width: 190px;
    }
}

@media (min-width: 395px) and (max-width: 405px) {
    body .progress-line {
        width: 200px;
    }
}

@media (min-width: 405px) and (max-width: 415px) {
    body .progress-line {
        width: 210px;
    }
}

@media (min-width: 415px) and (max-width: 425px) {
    body .progress-line {
        width: 220px;
    }
}

@media (min-width: 425px) and (max-width: 435px) {
    body .progress-line {
        width: 230px;
    }
}

@media (min-width: 435px) and (max-width: 445px) {
    body .progress-line {
        width: 240px;
    }
}

@media (min-width: 445px) and (max-width: 455px) {
    body .progress-line {
        width: 250px;
    }
}

@media (min-width: 455px) and (max-width: 465px) {
    body .progress-line {
        width: 260px;
    }
}

@media (min-width: 465px) and (max-width: 475px) {
    body .progress-line {
        width: 270px;
    }
}

@media (min-width: 475px) and (max-width: 485px) {
    body .progress-line {
        width: 280px;
    }
}

@media (min-width: 485px) and (max-width: 495px) {
    body .progress-line {
        width: 290px;
    }
}

@media (min-width: 495px) and (max-width: 505px) {
    body .progress-line {
        width: 280px;
    }
}

@media (min-width: 505px) and (max-width: 515px) {
    body .progress-line {
        width: 290px;
    }
}

@media (min-width: 515px) and (max-width: 525px) {
    body .progress-line {
        width: 300px;
    }
}

@media (min-width: 525px) and (max-width: 535px) {
    body .progress-line {
        width: 310px;
    }
}

@media (min-width: 535px) and (max-width: 545px) {
    body .progress-line {
        width: 320px;
    }
}

@media (min-width: 545px) and (max-width: 555px) {
    body .progress-line {
        width: 330px;
    }
}

@media (min-width: 555px) and (max-width: 565px) {
    body .progress-line {
        width: 340px;
    }
}

@media (min-width: 565px) and (max-width: 575px) {
    body .progress-line {
        width: 350px;
    }
}




@media (min-width: 576px) and (max-width: 991px) {
    .container {
        max-width: calc(100% - 40px);
    }
}


@media (max-width: 576px) {
    .progress-line {
        width: 170px;
    }

    .global-review-box {
        margin-top: 26px;
        border-top: 1px solid #e6e6e6;
    }
}


@media (max-width: 640px) {
    .review-count .rate-box {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .content-title h5 {
        font-size: 13px;
        line-height: 19px;
    }

    .filter-box .select {
        width: 90px;
        margin-top: -10px;
        margin-bottom: -7px;
    }

    .order-box .content-body {
        display: block;
        text-align: center;
    }

    .quantity input {
        width: 100%;
    }

    .quantity {
        margin-bottom: 15px;
    }

    .service-price {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px;
    }

    .add-to-cart a {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    li.similar-project-box .similar-project-info a h6 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    li.similar-project-box .similar-project-info ul.project-opt .service-price {
        margin-bottom: 0;
    }
    .project-reviews-area .comment-area .comment-opt li {
        margin-left: 20px !important
    }
    .messages-box.dropdown-el .drodown-menu-box {
        left: -40px;
    }
    
    .messages-box.dropdown-el.active .drodown-menu-box:before {
        left: 50px;
    }
}

@media (max-width: 415px) {
    .record-box {
        margin-right: 5px;
    }
    
    .upload-file, .record-box {
        padding: 7px 8px 7px 8px;
    }
    
    .custom-upload-file span {
        font-size: 12px;
    }
    .share-area ul li img {
        width: 6px;
        height: 6px;
    }

    .share-area ul li span {
        font-size: 10px;
    }

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

    .service-price span {
        font-size: 10px;
    }

    ul.service-opt li .follow-service img {
        width: 14px;
    }

    ul.service-opt li .follow-service {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

}

@media (min-width: 280px) and (max-width: 360px) {
    .uploaded-items-area .content-body .item-uploaded-box {
        width: 80%;
        display: flex;
        margin: 0 auto;
        margin-bottom: 5px;
        justify-content: space-between;
    }
    li.similar-project-box .similar-project-info a h6 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    li.similar-project-box .similar-project-info ul.project-opt .service-price {
        margin-bottom: 0;
    }
    .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-by-s .rate-box {
        margin-right: 5px;
    }
    
    .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-by-s .rate-box li img {
        width: 7px;
    }
    
    .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-by-s h5 {
        font-size: 12px;
    }
    
    .content-box.project-reviews-area.reviews-comments-area .comment-area .comment-by-s .rate-box {
        line-height: 0;
    }
    
    .project-reviews-area .comment-area .comment-opt li {
        margin-left: 6px;
    }
    
    .project-reviews-area .comment-area .comment-opt li:last-of-type {
        margin-left: 0;
    }
    
    .comment-in-global-review .comment-by-s h5 {
        font-size: 12px;
    }
    
    .comment-in-global-review .comment-by-s img {
        width: 8px;
    }
    
    .comment-in-global-review .comment-by-s ul li {
        line-height: 15px;
    }
    .progress {
        width: 70px;
        height: 70px!important;
        line-height: 70px;
    }
    
    .progress .progress-bar {
        border-width: 8px;
    }
    
    .progress:after {
        border-width: 8px;
    }
    
    .progress-title {
        bottom: -50px;
        font-size: 14px;
    }
    .other-services-slider>.owl-dots {
        display: none !important;
    }
    .input-switch:not(:checked) ~ .input-label, .input-switch:checked ~ .input-label {
        font-size: 12px;
    }
}


@media (max-width: 285px) {
    
    .input-switch:not(:checked) ~ .input-label, .input-switch:checked ~ .input-label {
        font-size: 10px;
    }
    
    .input-switch:not(:checked) ~ .input-label:before, .input-switch:checked ~ .input-label:before {
        width: 21px;
        height: 11px;
    }
    
    .input-switch:checked ~ .input-label:after {
        width: 8.76px;
        height: 8.75px;
    }
    
    .services-available-count * {
        font-size: 11px;
    }
    
    .services-page-with-filter .el-full .sort-by > span {
        font-size: 11px;
    }
    
    .services-page-with-filter .el-full .sort-by .select .current {
        font-size: 11px;
    }
    .services-wrap .service-small-box {
    width: calc(50% - 6px);
    margin-left: 5px;
}

.service-small-box .service-box-inner h5 {
    font-size: 12px;
}
    .service-content {
        padding-top: 8px;
        padding: 10px;
    }
    .global-review-box ul li .review-title span {
    font-size: 13px;
}

.comment-area .comment-body p {
    font-size: 13px;
}

.service-details p {
    font-size: 13px;
}
    .service-header .right-el .breadcrumb {
        margin-bottom: 0px;
    }
    
    .service-tags li {
        margin-left: -1px;
    }
    
    .content-box {
        padding: 10px;
    }
    
    .content-box.share-area, .seller-services-area, .seller-box, .content-box.other-services .content-title, .content-box.reviews-comments-area, .info-area {
        padding: 10px;
    }
    
    .option-info p {
        min-width: 40px;
        font-size: 12px;
    }
    
    .progress-line {
        width: 105px;
    }
    
    .comment-seller-opt ul li>span {
        font-size: 12px;
    }
    
    .rate-box ul li img {
        width: 11px;
    }
    .img-with-text-box .content-body:before, .img-with-text-box img {
        width: calc(100% + 20px);
        top: -10px;
        left: -10px;
    }
    
    .content-box.seller-services-area li.seller-service-box .service-price {
        margin-left: 14px;
    }
    .messages-box.dropdown-el .drodown-menu-box {
        left: 0;
        -webkit-transform: translateX(-61px);
            -ms-transform: translateX(-61px);
                transform: translateX(-61px);
    }
    ul.comment-date li {
        margin-left: 10px;
        display: inline-block;
        margin-bottom: 5px;
    }
    
    ul.comment-date li span {
        margin-right: 3px;
    }
    
    ul.comment-date {
        display: block;
    }
    
    .share-area ul li {
        width: calc(50% - 5px);
    }
    
    .share-area ul {
        display: block;
    }
    .service-header .rate-box ul li img {
        width: 7px;
    }
    
    .service-content .rate-box.mobile-only p {
        font-size: 10px;
    }
    body .service-header .right-el h3 {
        font-size: 12px;
    }
    
    .service-content .left-el .left-el li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
    
    .left-el > .left-el > ul > li {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    
    .service-content .left-el .left-el li .details img {
        width: 13px;
        height: auto;
    }
    
    .service-content .left-el .left-el li a img {
        width: 13px;
        height: auto;
    }
    
    .left-el > .left-el > ul {
        width: 60px;
    }
    .service-content .rate-box.mobile-only  span {
        font-size: 8px;
    }
    .service-header {
        margin-bottom: 20px;
    }
    .service-header li.breadcrumb-item {
        padding-left: 2px;
        font-size: 10px;
    }
    .option-info span {
    font-size: 12px;
}
.seller-service-info h6 {
    font-size: 10px;
}
.img-with-text-box h5 {
    font-size: 12px;
}

footer {
    margin-top: 20px;
}
footer .footer-list ul li a {
    font-size: 12px;
}

footer .footer-list .list-title h4 {
    font-size: 14px;
}
.seller-badges ul li img {
    width: 26px;
    height: 26px;
}
.upload-file, .record-box {
    padding: 6px 7px;
}

.custom-upload-file span {
    font-size: 10px;
}

.custom-upload-file img {
    height: 9px;
}

}