
.mobileShow{
    display: none;
}
.mapContainer{
    /* width: 100%;
    height: 200px; */
    position: relative;
}
body {
    background-color: #ffffff;
}
.container-fluid {
    min-width: 100%;
    max-width: 100%;
}
.mapContentBackBox{
    width: 375px;
    height: auto;
    background: #fff; 
    box-shadow: 0px 8px 8px #AEB2B6; 
    border-radius: 5px;
    margin-top: 45px;
    position: relative;
}
.mapImage{
    margin-top: 45px;
}
.mapImageBg{
    width: 900px;
    height: 545px;
}
.mapContentBox{
    width: 375px;
    height: auto;
    background: #fff; 
    box-shadow: 0px 8px 8px #AEB2B6; 
    border-radius: 5px;
    margin-top: 45px;
    position: absolute;
    z-index: 111;
}
.mapImageBgExpanded{
    width: 600px;
    height: 510px;
}
.contentExpandedBox{
    width: 700px;
}
.searchBox{
    padding: 32px 24px 10px;
}
.searchBoxBorder{
    border-bottom: 1px solid #D9D9D9;
}
.input-icons {
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
}
.inputSearch{
    position: absolute;
    top: 12px;
    left: 18px;
    width: 18px;
    height: 18px;
}
.inputMap{
    position: absolute;
    top: 12px;
    left: 18px;
    width: 14px;
    height: 18px;
}
.findTextBox{
    padding-left: 3rem;
    height: 42px;
    width: 100%;
}
.findExpandedTextBox{
    padding-left: 3rem;
    height: 42px;
    width: 245px;
}
.expandedMargin{
    margin-right: 3%;
}
.filtersLink{
    width: 100%;
    text-align: center;
    height: 42px;
    color: #783E8B;
    font-size: 14px;
    /* line-height: 3; */
    margin-top: 1rem;
}
.filtersLink a{
    cursor: pointer;
    color: #783E8B;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
    display: block;
}
.filtersLink a:hover{
    color: #ffffff;
    background-color: #783E8B;
    border-radius: 5px;
    .filterImg{
        stroke: #ffffff;
    }
}
.filtersExpandedLink{
    margin-top: 0;
}
.filterImg{
    stroke: #783E8B; 
    stroke-width: 1.5;
    stroke-linecap: round; 
    stroke-linejoin: round;
    margin-right: 4px;
    margin-top: -3px;
}
.mapContentScroll{
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 24px 24px;
}
.mapMobileContentScroll{
    /* height: 300px; */
    overflow: hidden;
    overflow-y: scroll;
    padding: 24px 24px;
    z-index: 7;
    position: relative;
    background: #fff;
}
.mapContentExpandedScroll{
    height: 400px;
}
.expandArrowSection{
    width: 32px;
    height: 36px;
    background-color: #fff;
    position: absolute;
    top: 30px;
    right: -30px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.expandLeft{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 6px 0px;
    cursor: pointer;
}
#expandLeftArrow{
    display: none;
}

.mapContentScroll::-webkit-scrollbar{
    width: 0px;
}
.mapMobileContentScroll::-webkit-scrollbar{
    width: 0px;
}
.box-shadow {
    background: #fff;
    box-shadow: 0px 2px 6px #AEB2B6;
    border-radius: 5px;
    margin-bottom:16px;
    padding: 1rem;
}
.box-shadowExpanded{
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}
.workerUserPic{
    width: 41px;
    position: relative;
}
.picture{
    width: 100%;
    height: auto;
}
.verifiedPic{
    width: 19px;
    height: 19px;
    position: absolute;
    top: 24px;
    right: -3px;
}
.workerNameDetails{
    width: 75%;
}
.workerNameDetails h6{
    color: #1A1D20;
    font-size: 16px;
    margin-bottom: 4px;
}
.workerNameDetails h6 a{
    /* font-weight: bold; */
    color: #1A1D20;
    font-size: 16px;
    text-decoration: none;
}
.workerNameDetails p{
    color: #3B3B3B;
    font-size: 12px;
    margin-bottom: 4px;
}
.workerNameDetails p img{
    width: 13px;
    height: 18px;
    margin-top: -3px;
}
.workerDesc{
    color: #3B3B3B;
    font-size: 14px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workerValue{
    font-size: 12px;
    color: #3B3B3B;
}
.workerValue b{
    font-size: 14px;
}
.favoriteBtn{
    width: 22px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
}
.favoriteBtn img{
    width: 24px;
    height: 22px;
}
.sub-titleFilter{
    color: #3B3B3B;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.01px;
    word-wrap: break-word;
    padding-bottom: 8px;
    padding-top: 4px;
}
.sub-titleFilter h6{
    font-size: 16px;
    font-weight: 400;
}

.toggle {
    cursor: pointer;
    display: inline-block;
    margin-left: 1rem;
}
.toggle-switch {
    display: inline-block;
    background: #ffffff;
    border: 1px solid#783E8B;
    border-radius: 16px;
    width: 30px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    margin-left: 12px;
}
.toggle-switch:before, .toggle-switch:after {
    content: "";
    background-color: #783E8B;
    color: #783E8B;
}
.toggle-switch:after {
    background-color: #783E8B;
}
.toggle-switch:before {
    display: block;
    background: #783E8B;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
}
.toggle-checkbox:checked + .toggle-switch {
    background: #783E8B;
}
.toggle-checkbox:checked + .toggle-switch:before {
    left: 18px;
    background: #ffffff;
}
.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}
.toggle-label {
    margin-left: 5px;
    position: relative;
    top: 0px;
    font-size: 12px;
    color: #783E8B;
}
#labelOn{
    display: none;
}
.filterMatch{
    margin-left: 1rem;
    color: #3B3B3B;
    font-size: 14px;
}
.modalScrollbar {
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}
.graphs{
    width: 450px;
    height: 100px;
    margin-bottom: 16px;
}
.graphs img{
    width: 100%;
    height: 100%;
}
.line-height{
    line-height: 2;
}
.rateWidth{
    /* width: 140px; */
    height: 42px;
    position: relative;
    flex: 1 1 0;
}
.to-width{
    width: 45px;
    text-align: center;
    padding: 5px;
}
.dollerSign{
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 14px;
}
.dollerSignPadding{
    padding-left: 3rem;
}
.negotiableWidth{
    width: 100px;
}
.mt-9{
    margin-top: 9px;
}
.form-check-input[type=checkbox]{
    border-radius: 3px;
}
.btn-data{
    color: #783E8B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.17px;
    word-wrap: break-word;
    border: 1px solid #783E8B;
    color: #783E8B;
    text-transform: uppercase;
    width: 170px;
    padding: 4px 16px;
}
.btn-gender{
    color: #783E8B;
    font-size: 14px;
    border: 1px solid #783E8B;
    text-transform: uppercase;
    width: 115px;
    height: 32px;
    padding: 5px 16px;
    .icon-size{
        width: 16px;
        height: 16px;
    }
}

.generalTwoColumn{
    width: 100%;
    margin-bottom: 0px;
}
.generalTwoColumn li{
    width: 50%;
    float: left;
    list-style-type: none;
    margin-bottom: 12px;
}
.serviceLabel {
    font-size: 13px !important;
}
.filterBottom{
    width: 100%;
    margin-top: 1rem;
    border-top: 1px #783E8B solid;
    padding-top: 24px;
    margin-bottom: 1rem;
}
.modal-padding {
    padding: 36px 8px 20px 24px;
}
.clearLink{
    width: 50%;
    text-align: left;
}
.clearLink a{
    color: #3B3B3B;
    font-size: 10px;
    text-transform: uppercase;
}
.clearFilter a{
    color: #3B3B3B;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
}
.showMore{
    color: #3B3B3B;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.showMoreData, #showLess{
    display: none !important;
}
.showResultBtn{
    width: 50%;
    text-align: right;
}
.showResultBtn a{
    color: #783E8B;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #783E8B;
    margin-right: 5px;
    padding: 8px 18px;
    border-radius: 5px;
    text-decoration: none;
}
.showResultBtn a b{
    font-size: 14px;
}
#afterExpandFiltered{
    display: none;
}



/* css for mobile view */
.mapMobileContentBox{
    width: 100%;
    height: auto;
    background: #fff; 
    box-shadow: 0px 8px 8px #AEB2B6; 
    border-radius: 5px;
    position: relative;
    /* margin-bottom: 130px; */
    /* position: sticky;
    top: 30px; */
}
.searchMobileBox {
    padding: 24px 16px 12px;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-top: 46px;
    width: 100%;
    position: sticky;
    top: 46px;
    z-index: 9;
    background-color: #fff;
    /* height: 20vh; */
}
.findMobileTextBox{
    padding-left: 3rem;
    height: 42px;
    width: 100%;
}
.mobileFilterOption{
    position: absolute;
    right: 15px;
    top: 8px;
}
.pa-right-3{
    padding-right: 3rem;
}
.mobileMapSection{
    /* margin-top: 12rem; */
    height: 30vh;
    overflow: hidden;
    /* position: sticky;
    top: 232px; */
    z-index: 1;
}
.mobileMapImage{
    width: 100%;
    height: auto;
}
.mapData {
    width: 100%;
    height: 440px;
}
.mobileFilterCount{
    width: 100%;
    text-align: center;
    /* margin-top: 16px; */
    cursor: pointer;
    padding-bottom: 8px;
    position: sticky;
    top: 230px;
    background: #fff;
    z-index: 8;
    padding-top: 16px;
}
.mobileFilterCount span{
    display: inline-block;
}
.countText{
    padding: 4px 0px;
}
.pageName-Menu {
    position: absolute;
    bottom: 17px;
    left: 2px;
    right: 0px;
    font-size: 13px;
    color: #fff;
}
.pageName-Menu div {
    padding-top: 3px;
}
.pageNameList-Menu {
    position: absolute;
    bottom: 29px;
    left: 2px;
    right: 0px;
    font-size: 13px;
    color: #fff;
}
.pageNameList-Menu div {
    padding-top: 3px;
}
.mapToList {
    width: 42px;
    height: 42px;
    color: #783E8B;
    text-align: center;
    box-shadow: 0px 6px 16px #AEB2B6;
    border-radius: 5px;
    position: fixed;
    background: #fff;
    bottom: 40px;
    right: 10px;
    font-size: 12px;
    padding: 3px 0px;
    z-index: 444;
}
#listToMap, .workerDataMap{
    display: none;
}
.filteredData{
    background-color: #869CD7;
    color: #ffffff;
    border-radius: 5px;
    padding: 4px 5px;
    font-size: 11px;
    margin-right: 6px;
    display: inline-block;
    margin-bottom: 8px;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.filter{
    padding: 0px 24px 10px;
}
.filteredData svg{
    margin-left: 6px;
}


/* CSS for find job listing page */
.findJobsShadow {
    background: #fff;
    box-shadow: 0px 6px 16px 0px #AEB2B6;
    border-radius: 5px;
    margin-bottom:16px;
    padding: 20px 18px;
}
.findJobsShadow h5{
    font-weight: 500;
}
.findJobsShadow h5 a{
    font-weight: 500;
    color: #3B3B3B;
    font-size: 20px;
    text-decoration: none;
}
.box-shadowExpanded{
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}
.listingLocation svg{
    margin-right: 4px;
    margin-top: 2px;
}
.listing-Desc{
    margin-top: 16px;
}
.listFavorite{
    width: 100%;
    margin-top: 16px;
}
.listUserName{
    display: inline-block;
    color: #1A1D20;
    font-size: 14px;
    width: 90%;
}
.listUserName img{
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.dollerSign {
    position: absolute;
    top: 0px;
    left: 13px;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 500;
    letter-spacing: 0.175px;
}
.paginationSection{
    width: 100%;
    padding: 24px 0px;
}
.pageNumber{
    margin: 0px 0px 0px 8px;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 2.3;
}
.ml-0{
    margin-left: 0px !important;
}
.paginationDiv{
    font-size: 14px;
    /* padding: 3px 7px; */
    width: 100%;
    /* margin: 0 auto; */
    .active{
        color: #783E8B !important;
        border: 2px solid #783E8B;
        border-radius: 50%;
        /* padding: 3px 7px; */
    }
}
.paginationDiv span{
    cursor: pointer;
}
.pageNumber:hover{
    color: #783E8B !important;
    border: 2px solid #783E8B;
    border-radius: 50%;
    /* padding: 3px 7px; */
}

#filtersModal .modal-dialog {
    margin-top: 26px;
}
#filtersModal .modal-content {
    min-height: auto;
    max-height: calc(100vh - 2 * 1.78rem);
}
#filtersModal .modal-padding {
    padding: 0 8px 0px 24px;
}
#filtersModal .modal-footer {
    border-top: 1px #783E8B solid;
}
#filtersModal .modal-header {
    border-bottom: none;
}
#filtersModal .filterBottom {
    width: 100%;
    margin: 0.7rem 0.7rem;
    border-top: none;
    padding-top: 0;
}
#filtersModal .graphs {
    max-width: 100%;
}
#filtersModal .modalScrollbar {
    margin-right: 8px;
    margin-bottom: 1rem;
    height: auto;
    max-height: fit-content;
}
#filtersModal .modal-closeBtn {
    right: 22px;
}
.showMoreDataClick {
    display: inline-block !important;
}
.webShow .mapContentBox {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 46px);
}
.webShow .mapContentScroll {
    flex: 1 1 auto;
}
.webShow .mapImage {
    /* margin-left: 375px; */
    flex: 1;
}
.webShow .mapImageBg {
    width: 100%;
    height: calc(100vh - 46px);
    object-fit: fill;
}
.mapouter{position:relative;height:calc(100vh - 46px);width:100%;background:#fff;} .maprouter a{color:#fff !important;position:absolute !important;top:0 !important;z-index:0 !important;}
.gmap_canvas{overflow:hidden;height:calc(100vh - 46px);width:100%}.gmap_canvas iframe{position:relative;z-index:2}

#map{
    height: calc(100vh - 46px);
    width: 100%;
}
#mobileMap{
    height: 35vh;
    width: 100%;
}
.gm-svpc, .gm-fullscreen-control, .gm-style-mtc-bbw{
    display: none;
}
.serviceTwoColumn {
    width: 100%;
    margin-bottom: 0px;
}
.serviceTwoColumn li {
    width: 50%;
    float: left;
    list-style-type: none;
    margin-bottom: 12px;
}
.serviceOneColumn{
    width: 100%;
    margin-bottom: 0px;
}
.serviceOneColumn li{
    width: 100%;
    list-style-type: none;
    margin-bottom: 12px;
}
.divider-rule {
    height: 1px;
    width: 100%;
    background:#783E8B;
}
.apply-button {
    display: flex;
    width: 220px;
    padding: 8px 20px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 5px;
    background:#783E8B;
    color: var(--pAI2---Light-Background, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.175px;
    text-transform: uppercase;
    margin: auto;
}

#services-expand, #condition-expand, #equipment-expand {
    display: none;
}


@media (min-width: 320px) and (max-width: 767px) {
    .serviceTwoColumn li {
        width: 100% !important;
    }
    .paginationDiv{
        width: 100%;
    }
    .paginationSection{
        margin-bottom: 100px;
        padding: 24px 2px;
    }
    .mapMobileContentBox{
        box-shadow: none;
    }
    .gmnoprint{
        display: none;
    }
    .modal-content {
        flex-direction: column;
    }
    #filtersModal .modal-dialog {
        margin: 0;
        max-width: 100%;
    }
    #filtersModal .modal-content {
        height: calc(100vh);
        max-height: 100%;
    }
    #filtersModal .mb-mobile-2 {
        text-align: left;
    }
    #filtersModal .modalScrollbar {
        padding-left: 2rem;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    /* .dollerSign{
        top: 8px;
    } */
    .mobileMr-0{
        margin: 0px !important;
    }
    .mapouter, .gmap_canvas{
        height: 35vh;
    }
    .mobileMapList{
        height: 75vh;
    }
    .generalTwoColumn li{
        width: 100%;
    }
    .mobileShow{
        display: block;
    }
    .webShow{
        display: none;
    }
    .mapContentScroll{
        height: 100vh;
        padding: 0px 0px 24px 0px;
    }
    .mapMobileContentScroll{
        /* height: 100vh; */
        padding: 0px 0px 24px 0px;
    }
    .box-shadow{
        width: 90%;
        margin: 0px 20px 20px;
    }
    .findJobsShadow{
        width: 90%;
        margin: 0px 20px 20px;
    }
    .showResultBtn {
        width: 75%;
    }
    .clearLink {
        width: 25%;
    }
    .workerUserPic{
        width: 55px;
    }
    .content{
        width: 100% !important;
        margin-left: 0px !important;
    }
    .breadCrumb{
        width: 100%;
    }
    .btn-perHour{
        font-size: 12px;
        padding: 4px 7px;
        margin-right: 0.5rem;
    }
    .btn-mobileCausal{
        font-size: 12px;
        padding: 4px 7px;
    }
    .viewListingMap {
        width: 100%;
        height: 133px;
    }
    .viewMobileBox{
        background: #fff;
        box-shadow: 0px 8px 8px #AEB2B6;
        border-radius: 5px;
        margin-top: 16px;
        text-align: center;
        padding: 24px 0px;
    }
    .viewMobileBox a{
        margin: 1.5rem 15px 0px !important;
        padding: 6px 10px !important;
        width: 145px;
    }
    .reportMobileLink{
        color: #3B3B3B;
        font-size: 13px;
    }
    .reportMobileLink svg{
        margin-right: 4px;
    }
    .viewBtnLink{
        width: 50%;
        margin: 0 auto;
    }
    .aboutListConent ul li{
        width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 400px) {
    .mobileMapSection{
        top: 260px;
    }
}
@media (min-width: 320px) and (max-width: 375px) {
    .rateWidth{
        width: 40%;
    }
    .pageNumber {
        margin: 0px 5px;
        /* padding: 2px 8px; */
        line-height: 1.8;
    }
}
@media (min-width: 375px) and (max-width: 767px) {
    .pageNumber {
        margin: 0px 7px;
        line-height: 1.8;
        /* padding: 2px 8px; */
    }
}
@media (min-width: 320px) and (max-width: 390px) {
    .workerNameDetails {
        width: 75%;
        /* margin-left: 10px; */
    }
    .listingContent h5{
        font-size: 18px;
    }
    .padding-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .viewBtnLink {
        width: 60%;
        margin: 0 auto;
    }
}
@media (min-width: 375px) and (max-width: 530px){
    .rateWidth{
        width: 40%;
    }
    .padding-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
}
@media (min-width: 768px) and (max-width: 995px) {
    .content {
        margin-top: 4rem;
        margin-left: 0rem !important;
        width: 100% !important;
    }
    /* .jobListRight{
        display: none;
    } */
    .jobListSection{
        width: 265px;
    }
    .jobListRight {
        width: 260px;
    }
    .listingContent {
        width: 400px;
    }

}

@media (min-width: 996px) and (max-width: 1023px) {
    .content {
        margin-top: 4rem;
        margin-left: 0rem !important;
        width: 100% !important;
    }
    .jobListRight {
        width: 290px;
    }
    .listingContent {
        width: 590px;
    }
}

@media (min-width: 1024px) and (max-width: 1270px) {
    .content {
        margin-top: 4rem;
        margin-left: 0rem !important;
        width: 100% !important;
    }
    .jobListRight {
        width: 330px;
    }
    .listingContent {
        width: 590px;
    }
}


