.text-capitalize {
    text-transform: capitalize !important;
}

.leaflet-popup-content {
    width: 190px !important;
}

.business-placeholder {
    height: 89% !important;
    object-fit: contain;
    border-radius: 7px;
}

@media only screen and (max-width: 480px) {
    .business-placeholder {
        width: -webkit-fill-available;
    }
}
section.section-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F8F8F8;
    min-height: 262px;
    padding: 1rem;
    margin-top: 3rem;
}

.section-detail a {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #fff;
    background-color: #4285f4;
    display: flex;
    height: 50px;
    width: 305px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    line-height: 21px;
    text-decoration: none;
    margin: 10px auto;
}


.section-detail a svg {
    margin-right: 10px;
}

section.section-detail > h2 {
    font-family: "Cabin";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    text-transform: capitalize;
    text-align: center;
    color: #1f1f1f;
}

@media only screen and (max-width: 786px) {
    section.section-detail > h2 {
        font-size: 36px;
    }
}

section.section-detail > p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 154.7%;
    text-align: center;
    color: #687075;
    max-width: 1100px;
    margin-top: 1.5rem;
}

.sr-item-details-analysis-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #889191;
    margin-bottom: 5px;
}

.sr-item-details-analysis-item {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 0.3rem;
    padding: 5px 10px;
    border-radius: 16.1663px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #1f1f1f;
    transition: all .2s ease-in-out;
    line-height: 100%;
}

.sr-item-details-analysis-item:hover {
    cursor: pointer;
    transform: scale(1.1);
    filter: brightness(95%);
}

.sr-item-details-analysis-item > span {
    color: rgb(187, 187, 187);
}

.sr-item-details-analysis-item::before {
    content: " ";
    height: 14px;
    width: 14px;
    border-radius: 50%;
}

.analysis-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.analysis-t5 {
    background: #e5faf2;
}

.analysis-t5::before {
    background-color: #36cc7b;
}

.analysis-text-t5 {
    color: #36cc7b;
}

.analysis-t4 {
    background: #f4fbe5;
}

.analysis-t4::before {
    background-color: #95db01;
}

.analysis-text-t4 {
    color: #95db01;
}

.analysis-t3 {
    background: #ffffed;
}

.analysis-t3::before {
    background-color: #fbf84a;
}

.analysis-text-t3 {
    color: #b0ad00;
}

.analysis-t2 {
    background: #fff6ed;
}

.analysis-t2::before {
    background-color: #fba34a;
}

.analysis-text-t2 {
    color: #fba34a;
}

.analysis-t1 {
    background: #feeeed;
}

.analysis-t1::before {
    background-color: #f9504d;
}

.analysis-text-t1 {
    color: #f9504d;
}

.sentimental-analysis-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.sentimental-analysis-container > .sac-title {
    font-family: "Cabin";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #1f1f1f;
}

.sentimental-analysis-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 1220px;
    align-items: center;
}

.sentimental-analysis-box > .sab-items {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

ul.breadcrumb {
    display: flex;
    margin-bottom: 0.5rem;
}

ul.breadcrumb > li:after {
    content: "/";
    color: #889191;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-right: 5px;
}

ul.breadcrumb > li:last-child::after {
    display: none;
}

ul.breadcrumb > li > a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #00cc7b;
    text-decoration: none;
}

.user-revies-header-date {
    gap: 1rem;
}

.user-revies-header-date > a {
    text-decoration: none;
    color: #4285f4;
    font-weight: bold;
}

.mt-none {
    margin-top: 0 !important;
}

.link-items-container {
    width: min(1000px, 100%);
    margin: 0 auto 2rem auto;
    padding: 1rem;
    text-align: center;
}

.link-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.link-items > a {
    text-decoration: none;
    color: #737d82;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.link-items > a:hover {
    color: #28487e;
}

.business-breadcrumbs {
    list-style: none;
    flex-wrap: wrap;
    gap: 3px;
    margin: 3px;
    padding: 10px;
    white-space: nowrap;
    overflow: auto;
}

.business-breadcrumbs a {
    text-decoration: none;
    color: #4285F4;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

.business-breadcrumbs li {
    display: inline;
}

.business-breadcrumbs > li:last-child {
    color: #889090;
}

.business-breadcrumbs a:hover {
    color: #737d82;
}

.business-breadcrumbs > li::after {
    content: " | ";
    color: #EAEAEA;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.business-breadcrumbs > li:last-child::after {
    display: none;
}

.get-direction-link {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.d-none {
    display: none;
}

@media only screen and (max-width: 480px) {
    .sentimental-analysis-box > .sab-items {
        flex-direction: row;
        align-items: center;
        margin: 0px 10px;
    }
}

/**
 Global rating css
*/

.rating-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.rating-container
svg {
    margin: 0;
    fill: #e1e1e1;
}

.add-rating.rating-container
svg {
    cursor: pointer;
}

.rating-container
.star-sm {
    width: 14px;
    height: 15px;
}

.rating-container
.star-md {
    width: 17.49px;
    height: 17.49px;
}

.rating-container
.star-lg {
    width: 20px;
    height: 20px;
}

.rating-container
.star-xl {
    width: 22px;
    height: 22px;
}

.rating-container
span {
    margin-left: 4px;
    font-size: 14px;
    color: #a4a4a4;
}

.rating-container.rating-1
svg:nth-child(1),
.rating-container.rating-2
svg:nth-child(-n + 2),
.rating-container.rating-3
svg:nth-child(-n + 3),
.rating-container.rating-4
svg:nth-child(-n + 4),
.rating-container.rating-5
svg:nth-child(-n + 5) {
    fill: #ffa34a;
    margin-right: 4px;
}

.business-breadcrumbs.top-page {
    margin-top: 3.5rem;
    min-width: 75%;
    margin-bottom: 0.5rem;

}

.section-restuls.top-page-business-breadcrumbs {
    margin-bottom: 0px;
}

.section-restuls.top-page-business-breadcrumbs .business-breadcrumbs > li::after {
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 786px) {
    .business-breadcrumbs.top-page {
        margin-top: 3.8rem;
        margin-bottom: 0rem;
    }
}

@media (max-width: 992px) {
    footer .footer-categories-wrap {
        display: block !important;
    }
}

/**
 End of global rating css
*/