.fs-14{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
}
.fs-16{
    font-size: 16px;
}
.list-single-main-item p, .list-single-main-item .content, .accordion-inner p, .author-content p, .about-wrap p, .user-profile-header_content p{
    padding-bottom: 0;
    font-size: 15px;
    line-height: 26px;
}
.box-widget-item-header h3, .list-single-main-item-title h3, .list-single-main-item_subtitle h4 {
    font-size: 18px;
}
.widget-posts-descr h4 {
    font-size: 15px;
}
.nav-holder nav li a {
    font-size: 15px;
}
.section-title p{
    font-size: 16px;
}
.process-wrap p {
    font-size: 15px;
}
.process-item {
    min-height: 280px;
}
.inline-facts-wrap h6 {
    font-size: 16px;
}
.show-reg-form {
    top: 26px;
    font-size: 17px;
}
.geodir-category-opt h4 {
    font-size: 18px;
}
.post-article a {
    color: #3d528b;
}
.text-content{
    color: #878C9F;
    font-size: 13px;
    line-height: 24px;
}
.form-group label.error {
    color: red;
    font-weight: 400;
    font-size: 11px;
}
.mapboxgl-popup-content {
    background: none !important;
    border: none;
    box-shadow: none !important;
    padding: 0 !important;
}
.mapboxgl-popup-tip{
    display: none;
}
.mapboxgl-popup{
    max-width: 300px !important;
}
.listing-title {
    margin-top: 15px;
}
.mapboxgl-popup-close-button {
    z-index: 2;
    background-color: #2e3f6e !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    font-size: 20px;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #fff;
}
.mapboxgl-popup-close-button:hover {
    background-color: rgba(46, 63, 110, 0.69) !important;
}
.hero-search {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: left;
}
#geocoder .mapboxgl-ctrl-geocoder {
    width: 100%;
    max-width: 100%;
    box-shadow: none;
}
.main-search-input {
    padding: 10px;
}
.sc-btn, .gal-link, .to-top, .list-widget-social li a, .listing-item-category {
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-single-main-item_content ol, .list-single-main-item_content ul {
    padding-left: 30px;
}
.list-single-main-item_content p {
    line-height: normal;
    padding-bottom: 0;
    font-size: 13px;
}
.breadcrumbs.inline-breadcrumbs:before, .top-breadcrumbs .container:before{
    display: none;
}
.breadcrumbs a:before, .breadcrumbs.top-breadcrumbs a:before{
    margin-top: -7px;
}
.list-single-main-item-title:before, .box-widget-item-header:before{
    display: none;
}
/* .listing-slider .listing-item {
    min-height: 328px;
} */
.gradient-bg, .header-modal .tabs-menu li.current, .scrollbar-inner2 .simplebar-scrollbar:before{
    background-color: #4db7fe;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#4db7fe),to(#6bc2fd));
    background: -webkit-linear-gradient(top,#4db7fe,#6bc2fd);
}
.list-single-main-item_content, .list-single-main-item_content p {
    color: #878C9F;
    font-size: 14px;
    line-height: inherit;
}
/* .listing_carditem .geodir-category-img-wrap {
    min-height: 328px;
} */
.iconn-dec {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-button-wrap.vismobmenu_btn:before {
    top: 5px;
}

.footer-social span {
    margin-top: 5px;
}
.footer-social i {
    font-size: 25px;
}

.geodir-category-img-wrap.no-shadow:before{
    background: none;
}

.content a {
    color: #4db7fe;
}
    
/* ==============================================
responsive */
@media only screen and  (max-width: 600px) {
    .fw-map.big_map {
        height: 260px;
    }
    .list-main-wrap-header.no-vis-shadow .list-main-wrap-title h2 {
        top: 15px;
    }
    .listing-hero-section .list-single-header-item h1 {
        font-size: 26px;
        padding-bottom: 0px;
    }
    .breadcrumbs.inline-breadcrumbs span {
        display: none;
    }
    .slw-sec {
        padding: 30px 0 25px;
    }

    .mapboxgl-popup{
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
    .listing-title {
        padding: 15px 40px 15px 15px;
    }

    .content{
        overflow-wrap: break-word;
        word-wrap: break-word;

        /* Adds a hyphen where the word breaks */
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

    
}