﻿.seacher-request {
    top: 10px !important;
}

.add-request-btn-send-cancel {
    text-align: right;
}

.addd-request-input {
    position: relative;
}


.popup-with-zoom-animm {
    position: absolute !important;
    bottom: 0;
}



.task-listing {
    cursor: unset;
    width: 100%;
}

.brows-star-icon {
    top: 1px !important;
}

.btn-browse-bookmarked {
    padding-left: 31px;
}

.btn-show-browse {
    width: 70% !important;
    margin-right: 5px;
}


.a-requestitem {
    display: block;
    color: #fff;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}


.hamburger {
    top: 30px;
}

@media (max-width: 768px) {
    #footer .footer-row {
        height: auto;
    }
}

@media (max-width: 992px) {
    .intro-banner-search-form .intro-search-field {
        min-height: unset;
    }
}

.task-listing-bid-inner .button {
    height: unset;
}
/*.gj-picker {
    top: 204px !important;
    right: 90px !important;
    left:auto!important;
}*/
#autocomplete-container {
    position: relative;
}

.gj-datepicker-md [role=right-icon] {
    position: absolute;
    right: 10px !important;
    top: 22px !important;
    font-size: 24px;
}

@media (max-width: 768px) {
    #small-dialog {
        min-width: unset !important;
    }
}

.text-center {
    text-align: center;
}

.Lang-margin {
    margin-top: 20px !important;
    display: inline-block;
}

.login-btn-nav-header {
    margin-top: 20px !important;
    letter-spacing: -0.0625em;
    border: 0;
    padding: 8px 28px 8px;
    font-size: 19px;
    color: #fff;
    background: #2a41e8;
    transition: background-color .25s ease-out;
    border-radius: 6px;
}

    .login-btn-nav-header:hover {
        background: #2e7db4;
        color: #fff;
        text-decoration: none;
    }


@media screen and (max-width:990px) {
    table td, th {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 14px;
        text-align: right;
    }
}

@media screen and (max-width: 690px) {
    table th {
        display: block;
    }
}




.validation-summary-errors ul li {
    text-align: left;
    color: red;
}

.input-validation-error, input.error {
    border: 1px dashed red !important;
}
.CatLiRTL {
    padding-left: 60px !important;
}

.CatLiLTR {
    padding-right: 60px !important;
}




















.comparison {
    margin: 0 auto;
    font: 18px/1.4 "Cairo",cairo;
    text-align: center;
    padding: 10px;
}

    .comparison table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
        border-bottom: 1px solid #CCC;
    }

    .comparison td, .comparison th {
        border-right: 1px solid #CCC;
        empty-cells: show;
        padding: 10px;
    }

.compare-heading {
    font-size: 18px;
    font-weight: bold !important;
    border-bottom: 0 !important;
    padding-top: 10px !important;
}

.comparison tbody tr:nth-child(odd) {
    display: none;
}

.comparison .compare-row {
    background: #F5F5F5;
}

.comparison .tickblue {
    color: #0078C1;
}

.comparison .tickgreen {
    color: #009E2C;
}

.comparison th {
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #CCC;
}

.comparison tr td:first-child {
    text-align: left;
}

.comparison .qbse, .comparison .qbo, .comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    border-right: 1px solid #CCC;
    border-bottom: 0;
}

.comparison .tl2 {
    border-right: 0;
}

.comparison .qbse {
    background: #0078C1;
    border-top-left-radius: 3px;
    border-left: 0px;
    font-size: x-large;
    font-weight: bold;
}

.comparison .qbo {
    background: #34884b;
    border-top-right-radius: 3px;
    border-right: 0px;
}

.comparison .price-info {
    padding: 5px 15px 15px 15px;
}

.comparison .price-was {
    color: #999;
    text-decoration: line-through;
}

.comparison .price-now, .comparison .price-now span {
    color: #ff5406;
}

    .comparison .price-now span {
        font-size: 32px;
    }

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
    background: #2a41e8;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.comparison .price-try {
    font-size: 12px;
}

    .comparison .price-try a {
        color: #202020;
    }

@media (max-width: 767px) {
    .comparison td:first-child, .comparison th:first-child {
        display: none;
    }

    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #F7F7F7;
    }

    .comparison .row {
        background: #FFF;
    }

    .comparison td, .comparison th {
        border: 1px solid #CCC;
    }

    .price-info {
        border-top: 0 !important;
    }
}

@media (max-width: 639px) {
    .comparison .price-buy {
        padding: 5px 10px;
    }

    .comparison td, .comparison th {
        padding: 10px 5px;
    }

    .comparison .hide-mobile {
        display: none;
    }

    .comparison .price-now span {
        font-size: 16px;
    }

    .comparison .price-small {
        font-size: 16px !important;
        top: 0;
        left: 0;
    }

    .comparison .qbse, .comparison .qbo {
        font-size: 12px;
        padding: 10px 5px;
    }

    .comparison .price-buy {
        margin-top: 10px;
    }

    .compare-heading {
        font-size: 13px;
    }
}

.AdjastWords {
    word-break: break-all;
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:lang(EN):before {
    content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:lang(EN):before {
    content: 'Show less';
}

.read-more-state ~ .read-more-trigger:lang(EN):before {
    content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:lang(EN):before {
    content: 'Show less';
}

.read-more-trigger:lang(EN) {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #2a41e8;
    font-size: .9em;
    line-height: 2;
    /*border: 1px solid #ddd;
    border-radius: .25em;*/
}

.read-more-state ~ .read-more-trigger:lang(AR):before {
    content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:lang(AR):before {
    content: 'Show less';
}

.read-more-state ~ .read-more-trigger:lang(AR):before {
    content: 'أظهر المزيد';
}

.read-more-state:checked ~ .read-more-trigger:lang(AR):before {
    content: 'عرض أقل';
}

.read-more-trigger:lang(AR) {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #2a41e8;
    font-size: .9em;
    line-height: 2;
    /*border: 1px solid #ddd;
    border-radius: .25em;*/
}

.comparison tbody tr:nth-child(odd) {
    display: table-row;
}

.bidSummeryImage {
    width: 40%;
    border-radius: 50%;
    cursor: pointer;
}
.message-content-inner {
    max-height: 485px;
}
.sidebar-widget h3{
    font-weight:bold;
}
.mapButton {
    z-index: 0;
    top: 49px !important;
    right: 0px !important;
    background: none rgb(255, 255, 255);
    border: 0px;
    margin: 10px;
    padding: 0px;
    position: absolute !important;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    overflow: hidden;
}