.heading {
    text-align: center;
    padding: 0 25px;
    margin: 10px 0 50px;
}
#main .page__banner {
    margin-bottom: 50px;
}
#map {
}
#main .container {
    width: 100% !important;
    box-sizing: border-box;
}
#listing {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 50px;
}
#listing #map {
    width: 50%;
}
#listing #gogole-map {
    width: 100%;
    min-height: 600px;
    height: calc(100% - 148px);
    margin-top: 23px;
}
#listing .sform {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 10px;
}

#listing .users-list {
    width: 50%;
    padding: 0 1% 0% 2%;
    box-sizing: border-box;
}

#listing .sform .inputbox {
    width: 100%;
    position: relative;
    display: flex;
    gap: 15px;
}
#listing .sform .inputbox button#moreFilter {
    margin: 0;
    width: 230px;
    padding: 10px;
    border: none;
}
#listing .btn-box a {
    border: 1px solid #187268;
    color: #000;
    padding: 9px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

#listing .sform .inputbox input {
    border: 1px solid #262626;
    padding: 9px 15px 9px;
}
#listing .btn-box {
    max-width: 160px;
    width: 100%;
}
#listing .sform .inputbox .filter {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-self: center;
    width: 190px;
}
#listing .sform .inputbox .filter .selection-box:before,
#listing .sform .inputbox .filter .selection-box:after {
   opacity: 0;
}

#listing .sform .inputbox .filter select {
    padding: 0;
    border: none;
    height: auto;
    margin: 9px 0;
    padding-left: 10px;
    border-left: 1px solid #262626;
    color: #262626;
}

#listing .sform .inputbox .filter .selection-box {
    height: 100%;
    display: flex;
    width: 100%;
}
#listing .sform .inputbox .filter .selection-box:before {
    opacity: 1;
    top: -10px;
    right: 30px;
    border-top: 7px solid #8C8C8C;
}
#listing .users-list .users {
    display: flex;
    flex-flow: wrap;
}
#listing .users-list .users .user {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #F5F5F5;
    cursor: pointer;
    position: relative;
    padding-bottom: 40px;
}
#listing .users-list ul.contacts li.desc {
    min-height: 46px;
    display: flex;
    align-self: center;
}
#listing .users-list .users img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#listing .users-list .users .user .user-info {
    padding: 10px 16px 16px;
}
#listing .users-list .users .user .user-info p {
    margin-bottom: 0;
}
#listing .users-list .users h3 {
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: space-between;
}
#listing .users-list .users h3 span {
    font-size: 12px;
    color: #595959;
    font-weight: 300;
    width: 65px;
}
#listing .users-list .users .user a.view-profile {
    font-weight: 500;
    font-size: 14px;
    border-bottom: 2px solid #187268;
    background: #187268;
    color: #fff;
    padding: 8px 5px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    line-height: normal;
}
#listing .users-list ul.contacts {
    list-style: none;
    margin: 0;
}
#listing .users-list ul.contacts li svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
#listing .users-list ul.contacts li.mail a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline;
}
#listing .users-list ul.contacts li a:hover {
    color: #000 !important;
}
#listing .users-list ul.contacts li  ,
#listing .users-list ul.contacts li a {
    border: none !important;
    display: flex;
    align-items: center;
    color: #595959;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}
#listing .users-list ul.contacts li {
    word-break: break-all;
    position: relative;
    padding-bottom: 10px;
}
#listing .users-list ul.contacts li.location:before {
    content: "";
    background: url(../images/location.svg)no-repeat;
    width: 12px;
    height: 18px;
    background-size: 100%;
    position: absolute;
    left: 0;
}

#listing .users-list ul.contacts li.location {
    padding-left: 20px;
}
#listing .users-list .users .user i {
    margin-right: 11px;
}
#listing .pagination .page-numbers {
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-content: center;
    background: #F0F0F0;
    margin: 0 4px;
    color: #262626;
    font-family: 'Poppins' !important;
    align-items: center;
    font-size: 14px;
}

#listing .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
#listing .pagination .page-numbers.current,
#listing .pagination .page-numbers:hover {
    background: #187268;
    color: #fff;
}
.cluster {
    font-size: 18px;
    font-family: 'Poppins', sans-serif !important;
    display: flex;
    align-self: center;
    align-items: center;
    font-weight: 600;
    color: #187268;
}
.cluster div[aria-label] {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
#listing .gm-style-iw {
    padding: 0;
    width: 200px !important;
}

#listing .gm-style-iw-d {
    width: 100%;
    overflow: hidden !important;
}
#listing .gm-style-iw .user-avtar {
    width: 100%;
}
#listing .gm-style-iw .user-avtar img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
#listing .gm-style-iw .content {
    padding: 15px;
    text-align: left;
    font-family: 'Poppins', sans-serif !important;
}

#listing .gm-style-iw .content h3 {
    margin: 5px 0;
    color: #060;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
}
#listing .gm-style-iw .content h3 a {
    color: #060;
}
#listing .gm-style-iw .content p {
    margin: 0;
    color: #262626;
    font-size: 16px;
}

#listing .more_filters {
    display: none !important;
    gap: 1.5%;
    margin-bottom: 20px;
    flex-wrap: wrap;
    border: 1px solid #000;
    padding: 20px;
    position: absolute;
    background: #ffff;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 999;
    box-shadow: 0px 20px 25px rgb(0 0 0 / 35%);
}
#listing .more_filters:before,#listing .more_filters:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #000;
    position: absolute;
    right: 80px;
    top: -12px;
}

#listing .users-list form {
    position: relative;
}
#listing .more_filters:after {
    border-bottom: 14px solid #fff;
    top: -11px;
}
#listing .active .more_filters {
    display: flex !important;
}
#listing .more_filters .selection-box:after, #listing .more_filters .selection-box:before {opacity: 0;}

#listing .more_filters .selection-box:before {
    border: none;
    content: "\f347" !important;
    color: inherit;
    font: normal 20px/1 dashicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    height: 100%;
    display: flex;
    margin: 0;
    align-items: center;
    right: 10px;
    opacity: 1;
}
#listing .more_filters input {
    padding: 9px 15px 9px;
    height: auto;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}

#listing .more_filters .selection-box select {
    height: auto;
    padding: 10px 14px;
    font-weight: 500;
    font-size: 14px;
}

#listing .more_filters .box {
    width: 18.8%;
}
#listing .more_filters .box.box-submit {
    width: 100%;
    margin: 15px 0 0;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
#listing .more_filters .box.box-submit #clear-filters {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    padding: 10px 40px;
    font-weight: 600;
    justify-content: center;
}

#listing .more_filters .box.box-submit input[type="submit"] {
    padding: 10px 45px;
}

#listing .more_filters .box.box-submit #clear-filters:hover {
    background: #177268;
    color: #fff;
}
#listing .sform .inputbox a#moreFilter {
    border: 1px solid #000;
    width: 180px;
    display: flex;
    padding: 8px 19px;
    justify-content: center;
    font-weight: 600;
    align-items: center;
    gap: 5px;
}
#listing .sform .inputbox a#moreFilter:hover {
    background: #187268;
    color: #fff;
}
#listing .social {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
    gap: 20px;
}

#listing .social a {
    font-size: 20px;
    position: relative;
}
#listing .social a i {
    margin: 0;
}
#listing .social a:hover {
    color: #187268 !important;
}
#listing .social a span {
    position: absolute;
    font-size: 12px;
    top: -25px;
    left: -30px;
    width: 80px;
    text-align: center;
    background: #000;
    color: #fff;
    line-height: normal;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 5px;
    opacity: 0;
}

#listing .social a:hover span {
    opacity: 1;
}
#listing .more_filters .box.area_experties {
    width: 100%;
    margin-bottom: 15px;
}

#listing .more_filters .box.area_experties span.select2 {
    width: 100% !important;
}
#listing .more_filters .box.area_experties input.select2-search__field {
    margin-top: 12px;
    padding: 0 10px;
}
#listing #map .btn-box {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: end;
    margin-bottom: 30px;
    padding-right: 5%;
    box-sizing: border-box;
}
#listing .btn-box a svg path {
    fill: #000;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

#listing .btn-box a:hover {
    background: #187268;
    color: #fff;
}

#listing .btn-box a:hover svg path {
    fill: #fff;
}
#listing .active a#moreFilter {
    background: #177268;
    color: #fff;
    border-color: #177268;
}
#listing .select2-selection {
    overflow: hidden;
    overflow-y: auto;
    min-height: 50px;
    max-height: 75px;
}
#listing .select2-selection span.select2-selection__choice__remove {
    color: #000;
    position: absolute;
    right: 4px;
}

#listing .select2-selection li {
    position: relative;
    padding-right: 20px;
}
.card-footer {
    display: flex;
    margin-top: 20px;
    gap: 5px;
    position: absolute;
    padding: 0 15px;
    left: 0;
    right: 0;
    bottom: 15px;
}
.card-footer ul:empty {
    display: none;
}
.card-footer ul {
    list-style: none;
    display: flex;
    margin: 0;
    width: 50%;
    gap: 5px;
}

.card-footer ul li {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
}

.card-footer ul li i {margin: 0 !important;}

.card-footer ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}
.card-footer ul li.web a {
    background: #F76697;
}

.card-footer ul li.linkedin a {
    background: #0077B7;
}
#listing .more_filters .box.area_experties input {
    margin-top: 10px;
}
.listing-content {max-width: 1300px;margin: 0 auto;display: flex;}
@media only screen and (max-width: 1600px) {
    #listing .users-list {
        width: 70%;
    }
}

@media only screen and (max-width: 1400px) {
    #listing .users-list {
        width: 80%;
    }
}
@media only screen and (min-width: 1301px) {
    #listing .users-list .users .user:nth-child(3n+ 0) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1300px) {
    #listing .users-list {
        width: 70%;
    }
    #listing .users-list .users .user {
        width: 49%;
    }
    #listing .users-list .users .user:nth-child(2n+ 0) {
        margin-right: 0;
    }
    #main .vc_column-inner {
        padding: 0 25px;
    }
}
@media only screen and (min-width: 993px) {
    #main {
        margin: 0 !important;
    }
}
@media only screen and (max-width: 992px) {
    #listing {
        flex-direction: column;
    }
    #listing .users-list {
        width: 100%;
    }
    #listing #map {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #listing .users-list .users .user {
        width: 100%;
        display: flex;
        margin: 0 0 20px;
        border: 1px solid #ccc;
    }
    #listing .users-list .users img {
        width: 180px;
        height: 100%;
    }
    #listing .users-list .users .user .user-info {
        padding: 15px;
    }
    #listing .users-list .users .user a.view-profile {
        max-width: 200px
    }
    #listing .more_filters .box {
        width: 49%;
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 575px) {
    #listing .users-list .users .user .user-avtar {
        width: 200px;
    }

    #listing .more_filters .box {
        width: 100%;
    }
    #listing .more_filters .box.box-submit {
        flex-direction: column;
        margin-top: 0;
        gap: 10px;
    }
    #listing .sform .inputbox {
        flex-direction: column;
    }
    #listing .more_filters {
        top: 115px;
    }
    #listing .sform .inputbox a#moreFilter {
        width: 100%;
        box-sizing: border-box;
    }
}
