/**
**----------------------css of tabs of reviews-----------------------
*/
@font-face {
    font-family: 'Roboto'; /*a name to be used later*/
    src: '{{ url([' for ': ' home ']) }}assets/font/Roboto-Medium.ttf';
    src: '{{ url([' for ': ' home ']) }}assets/font/Cabin-Regular.ttf'; /*URL to font*/
}

#review-tabs {
    width: 100%;
    max-width: 1280px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;

}

#review-tabs .tab-bottom {
    border-bottom: 1px solid #D3DADA !important;
    height: 82px !important;
    background: #fff !important;
    border-top: unset !important;
    border-right: unset !important;
    border-left: unset !important;
    cursor: default;
}

#review-tabs .all-plateform {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1F1F1F;
}


/* Style the buttons inside the tab */
#review-tabs .tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 14px 16px; */
    transition: 0.3s;
    font-size: 17px;
    height: 82px;
    background: #F2F2F2;
    border: 1px solid #D3DADA;
    border-radius: 5px 5px 0px 0px;

}

/* Style the buttons inside the tab */
#review-tabs .tab button.trust-button {
    background: #E3F9F0 !important;

}

/* Change background color of buttons on hover */
#review-tabs .tab button:hover {
    border: 1px solid #D3DADA;
    border-radius: 5px 5px 0px 0px;
    background: #ffffff !important;
}

/* Create an active/current tablink class */
#review-tabs .tab button.active {
    border: 1px solid #D3DADA;
    border-radius: 5px 5px 0px 0px;
    background: #ffffff !important;
    border-bottom: unset;
}

/* Style the tab content */
#review-tabs .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Style the review page slider */
.business-score.rating-4 .business-score-type {
    background-color: #00CC7B;
}

.business-score .business-score-write {
    color: #4285F4;
    font-size: 18px;
    font-family: 'Roboto';
}

.business-score .business-score-unclaimed {
    font-size: 18px;
    font-family: 'Roboto';
    box-shadow: 0px 0px 10px -2px #FC506B;
}

.business-data-info .business-data-info_ref a {
    color: #4285F4;
}

.business-data-info .business-data-info_address a {
    color: #4285F4;
}

span.color-green-cyan {
    color: #00CC7B;
    margin-right: 5px;
}

span.color-gray-cyan {
    color: #FC514D;
    margin-right: 5px;
}

.user-revies .user-revies-header .user-revies-header-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

/* Bussiness reviews section  */
.business-score-top {
    font-size: 18px;
    color: #4285F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 87%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(31, 31, 31, .15);
    border-radius: 3px;
    font-weight: 700;
    font-size: 1.125;
    line-height: 21px;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    margin-bottom: 10px;
}

.business-score .business-score-top:hover {
    background-color: #4285F4;
    color: #FFF;
    border: 1px solid #4285F4;
}

.business-score-top svg {
    margin-right: 9px;
}

.business-score .business-score-top:hover svg path {
    fill: #fff;
}

.business-top-svg {
    margin-right: 12px;
}

.business-score .business-score-label {
    margin-bottom: 4px;
}

.business-data-info-clock-all {
    display: block;
}

.business-data-info-clock {
    height: auto !important;
}

.business-data-info .business-data-info-clock {
    background-image: url(../svg/clock.svg);
    background-repeat: no-repeat;
    padding-left: 35px;
}

.business-data-svg {
    margin-right: 5px;
    width: 18px;
}

.sr-contact-social {
    margin-left: 0.1rem;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 154.7%;
}

.sr-contact-item,
.sr-contact-social,
.sr-cs-icons {
    display: flex;
    gap: 0.7rem;

}

.sr-cs-icons svg {
    fill: #4285F4;
}

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 384px;
    bottom: 0;
    left: 145px;
    right: 0;
    transition: opacity 500ms;
}

.trust-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9999;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000099;
    padding-left: 1rem;
    padding-right: 1rem;
}

.business-data-info .business-data-info-clock .business-data-info-clock-all {
    line-height: 30px;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 10px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 25%;
    position: relative;
    transition: all 5s ease-in-out;
}

.trust-popup {
    background: #F7FCFE;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    max-width: 930px;
    width: 100%;
    height: 590px;
    margin-top: 90px;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.showModal {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    display: block;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hideModal {
    animation: fadeout 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: none;
    height: 0px;
}

.popup-hide, .hideModal {
    display: none;
}

@keyframes fadeout {

    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }

}

/* The Close Button */
#close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-decoration: unset;
}

#close:hover,
#close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.business-score-categories {
    color: #1F1F1F;
    padding-top: 3px;
}

.business-score .business-score-value {
    color: #00CC7B !important;
}

img.business-logo {
    display: none;
}

.business-data-info .business-data-info-social li:nth-child(2) {
    top: 0px;
}

.business-descp {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: inherit;
    margin-top: 61px;
    width: 600px;
    margin: 0 auto;
    padding-top: 55px;
    z-index: -1;
    margin-right: 60px;
}

.business .business-slider {
    height: 420px;
    width: 500px;
    border-radius: 5px;
    position: unset;
    margin-left: 4px;
}

.business-main {
    margin-left: 18px;
    flex: 1;
}

.business .business-main {
    padding: 0px 0px;
    width: 31%;
    min-height: auto;
}

.business-score {
    height: 420px;
    transform: none;
    position: unset;
}

.business-main h1 {
    font-family: 'Cabin';
    font-weight: 700;
    font-size: 36px;
    line-height: 43.04px;
    margin: 0px 0px 15px;
}

.business-main h2 {
    font-family: 'Cabin';
    font-weight: 700;
    font-size: 36px;
    line-height: 43.04px;
    margin: 0px 0px 15px;
}

.business .business-main .business-logo {
    display: none;
}

.business .business-slider .business-slider-btns {
    bottom: 10px;
    margin-top: 70%;
    position: sticky;
    right: 390px;
}

.business .business-slider .business-slider-btns .business-slider-right::before {
    border-left: solid 11px #4285F4;
}

.business .business-slider .business-slider-btns .business-slider-left::before {
    border-right: solid 11px #DADFDF;
}

.business .business-container {
    top: -50px;
}

.business .business-main .business-data {
    flex-direction: column;
    border: none;
}

.business-data .business-data-btns {
    flex-direction: row;
    padding-left: 11px;
    width: 95%;
    display: flex;
    flex-grow: 1;
    text-align: center;
    padding-bottom: 25px;
}

.business-data .business-data-btns div a {
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto';
    flex-direction: row;
    background-color: transparent;
    border: 1px solid #1F1F1F26;
    height: auto;
    justify-content: center;
    flex-grow: 1;
    padding: 15px;
    color: #1F1F1F;
    display: flex;
    align-items: flex-start;
    border-radius: 5px;
}

.business-data .business-data-btns div a:hover {
    background-color: #4285F4;
    color: #FFF;
    border: 1px solid #4285F4;
}

.business-data .business-data-btns div a:hover svg path {
    fill: #fff;
}

.rating-count:hover {
    color: #29487D;
}

.subcategory-text a:hover {
    color: #29487D !important;
}

section.section-detail > p {
    max-width: 1100px
}

.baner-text {
    font-family: 'Cabin';
    font-weight: 700;
    font-size: 27px;
    color: #1F1F1F;
}

.business-data-btns {
    border-left: none;
}

.business .business-main .business-data .business-data-btns div a:nth-child(2) {
    border-top: 1px solid #1F1F1F26;
    border-left: none;
}

.business-data-info {
    padding: 20px 9px 10px;
}

.business-wrapper {
    background-color: #F8F8F8;
}

.business {
    background-color: transparent;
    position: initial;
}

.rating-5 .business-score-stars_item:nth-child(-n+5), .reviews-tab .reviews-tab-chart-body .reviews-tab-chart-stars svg:nth-child(1) {
    fill: #FFA34A;
}

.business-score-stars .business-score-stars_item {
    width: 22px;
    height: 22px;
    fill: #DADFDF;
}

.social-heading {
    padding-left: 10px;
    padding-top: 2px;
}

.business .business-main .business-data .business-data-btns div a svg {
    margin-bottom: 0px;
    margin-right: 12px;
}

.business-social-wrapper {
    display: flex;
    margin: 10px 0px;
}

.business-score-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.business-score .business-score-type {
    position: inherit;
    margin-top: 20px;
    background-color: #00CC7B;
    margin-bottom: 10px;
}

.business-score.rating-5 .business-score-type {
    background-color: #00CC7B;
}

.business-claim {
    color: #889090;
    padding-top: 10px;
    font-size: 12px;
}

.business-data-info .business-data-info-social {
    padding-top: 1px;
    margin-left: 6px;
}

.btn-ask br {
    display: none;
}

.btn-calendar br {
    display: none;
}

.btn-ask {
    text-decoration: none;
}

.btn-calendar {
    text-decoration: none;
}

.reviews-summary {
    padding-top: 0px;
}

.business-breadcrumbs {
    max-width: 1445px;
    padding: 15px 40px;
    margin: 0 auto;
}

.business-breadcrumbs a {
    color: #4285F4;
}

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

.business-breadcrumbs > li::after {
    content: "|";
    color: #EAEAEA;
    margin: 0px 5px;
}

.business-data-info .business-data-info_ref {
    padding-left: 27px;
}

.business-data-info .business-data-info_tel {
    padding-left: 27px;
}

.business-data-info .business-data-info-clock {
    padding-left: 27px;
    position: initial;
}

.business-data-info .business-data-info_address {
    padding-left: 27px;
    padding-bottom: 15px;
}

.main-wrapper {
    display: flex;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0px 40px;
    padding-bottom: 4vh;
}

.main-box-wrapper {
    display: contents;
}

.reviews-tab .reviews-tab-rates .baner {
    background-color: #E5F3FF;
}

.user-revies {
    background-color: #F8F8F8;
}

.business-score-claimed svg {
    margin-right: 9px;
}

.business-score-claimed {
    display: flex;
    height: 60px;
    width: 87%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(31, 31, 31, .15);
    border-radius: 3px;
    color: #00CC7B;
    font-weight: 700;
    font-size: 1.125;
    line-height: 21px;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    margin-bottom: 10px;

}

.reviews-widget-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0px 20px;
    margin-bottom: -50px;
}

.reviews-widget-wrapper:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01);
}

.review-widget-btn:hover {
    cursor: pointer;
    opacity: 0.9;
}

.showReviewWidgetModel:hover {
    cursor: pointer;
    opacity: 0.9;
}

.review-widget-btn {
    background: #4285F4;
    border-radius: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    border: none;
    padding: 8px;
    text-decoration: none;
}

.google-review h3 {
    margin: 0px;
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 107.6%;
    text-transform: capitalize;
    color: #4285F4;
}

.google-review span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #1F1F1F;
}

.review-widget-btn {
    display: block;
    width: 202px;
    height: 34px;
}

.google-review-wrapper {
    display: flex;
    margin: 10px;
}

.google-review {
    padding-left: 20px;
    padding-top: 5px;
}

.google-review span {
    padding-top: 5px;
}

.widget-wrapper {
    margin: 25px;
}

.reviews-detail {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #D6DCE7;
    border-radius: 5px;
    width: 280px;

}

.widget-review-image {
    width: 32px;
    height: 32px;
}

.widget-review-username {
    margin: 0px;
    padding-left: 10px;
    padding-top: 3px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #1F1F1F;
}

.image-review-widget {
    display: flex;
    padding-top: 5px;
}

.image-wrapper {
    padding-left: 10px;
    padding-top: 2px;
}

.widget-star-lg {
    width: 9px;
    height: 9px;
}

.widget-rating-container {
    padding-left: 10px;
}

.widget-timeago {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.01em;
    color: #797979;
}

.stars-wrapper {
    display: flex;
    padding-top: 5px;
    padding-bottom: 4px;
}

.time-wrapper {
    display: flex;
    margin-top: -1px;
    margin-left: 7px;
}

.service-svg {
    padding-right: 20px;
    padding-top: 15px;
}

.widget-rating-container.rating-5 svg:nth-child(-n + 5) {
    margin-right: 0px;
}

.widget-fallback-image {
    width: 32px;
    border-radius: 15px;
}

/* Company Installation  */
.star-xl-trust {
    width: 12px;
    height: 12px;
}

.instalaltion-wrapper {
    display: flex;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0px 10px;
    /* margin-top: 70px; */
}

.installation-badge-wrapper {
    width: 510px;
    height: 210px;
    left: 944px;
    top: 762px;
    background: #F8F8F8;
    margin-top: 60px;
    display: flex;
    padding: 40px 20px 40px 20px;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.trust-badge-wrapper {
    margin-top: 15px;
}

.installation-badge-wrapper .ta-badge-small, .installation-badge-wrapper .ta-badge-small .trustanalytica-badge {
    width: 140px;
}

.installation-badge-wrapper .ta-badge-small {
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-badge {
    width: 125px;
    height: 150px;
    border-radius: 10.2017px;
    background: linear-gradient(180deg, #00B76E 0%, #209969 51.04%, #167952 100%), #209969;
    display: flex;
    flex-direction: column;
}

.category-footer {
    background-color: #384D44;
    text-align: center;
}

.ranking-bussiness p {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 5px;
}

.collect-badge p {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 107.6%;
    text-transform: capitalize;
    color: #1F1F1F;
}

.recognize-wrapper p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #1F1F1F;
    padding-top: 12px;
}

.install-wrapper {
    margin-top: 20px;
}

.intall-wrapper-btn {
    width: 170px;
    height: 34px;
    background: #4285F4;
    border-radius: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    border: none;
    padding: 8px;
    text-decoration: none;
    cursor: pointer;
}

.install-reviews-widget-btn {
    width: 170px;
    height: 34px;
    background: #4285F4;
    border-radius: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    border: none;
    padding: 8px;
    text-decoration: none;
    cursor: pointer;
}

.intall-wrapper-btn:hover {
    opacity: 0.9;
}

.install-reviews-widget-btn:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .intall-wrapper-btn {
        width: 252px;
        height: 34px;
    }

    .install-reviews-widget-btn {
        width: 252px;
        height: 34px;
    }
}

.trust-stars {
    z-index: 1;
}

.badge-green {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    /* width: 193px;
    max-width: 193px; */
    padding: 18px 18px 0 18px;
    min-height: 163px;
}

.badge-green-fon {
    position: absolute;
    display: flex;
    width: 130px;
    top: 0;
    left: 50%;
    margin-left: -65px;
    height: 100%;
    background: linear-gradient(180deg, #00B76E 0%, #209969 51.04%, #167952 100%), #209969;
    border-radius: 15px;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.badge-green-title {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 1;
}

.badge-green-city {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 1;
    padding: 5px 0px;
}

.badge-green .badge-green-category {
    display: flex;
    position: relative;
    z-index: 1;
    font-family: Cabin;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    width: 142px;
    margin-top: 7px;
    justify-content: center;
    padding-bottom: 1px;
    padding-top: 2px;
    background-image: url('../svg/tape-yellow.svg');
}

.badge-tape {
    position: relative;
    z-index: 1;
}

.badge-green .badge-green-tape-left {
    display: flex;
    width: 18px;
    height: 30px;
    background-image: url('../png/yellow-badge-tape-left.png');
    background-size: contain;
    position: absolute;
    left: -10px;
    bottom: -8px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position-y: bottom;
}

.badge-green .badge-green-tape-right {
    display: flex;
    width: 18px;
    height: 30px;
    background-image: url('../png/yellow-badge-tape-right.png');
    background-size: contain;
    position: absolute;
    right: -10px;
    bottom: -8px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position-y: bottom;
}

.badge-green-year {
    display: flex;
    z-index: 1;
    justify-content: center;
    width: 100%;
    font-family: Cabin;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-image: url('../svg/year-decor-white.svg');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.badge-green-logo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    bottom: 0;
    left: 50%;
    margin-left: -65px;
    height: 28px;
    background: rgba(64, 64, 64, 0.8);
    opacity: 0.8;
    border-radius: 0px 0px 15px 15px;
}

.badge-green-logo img {
    width: 92px;
    height: 13px;
}

/* Trust popup  */
.trust-badge-popup {
    text-align: center;
    padding: 1rem;
}

.collecting-badge p {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 107.6%;
    text-align: center;
    text-transform: capitalize;
    color: #4285F4;
    padding-top: 15px;
}

.recognize-top-bussiness {
    margin-top: 30px;
}

.recognize-top-bussiness p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 0px;
    text-align: center;
    letter-spacing: -0.01em;
    line-height: 1.2rem;
    color: #4285F4;
}

.trusting-badge {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}

.trusting-badge .trustanalytica-badge {
    width: 200px;
}

.copy-code-label {
    margin-top: 50px;
}

.copy-code-label p {
    font-family: 'Roboto';
    font-style: normal;
    /* font-weight: 700; */
    font-size: 20px;
    line-height: 15px;
    letter-spacing: -0.01em;
    color: #1F1F1F;
}

.website-link {
    margin-top: 50px;
    position: relative;
    display: flex;
}

.website-link input {
    height: 40px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #BDBDBD;
    padding-left: 10px;
    flex: 1;
}

.copy-link {
    width: 120px;
    height: 40px;
    background: #4285F4;
    border: 1px solid #D6D6D6;
    border-radius: 0px 5px 5px 0px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 10px;
    text-decoration: none;
}

.copy-link::before {
    content: url('../svg/copy.svg');
    vertical-align: middle;
    display: inline-block;
}

.adjust-close-btn {
    margin-top: 5px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .trust-badge-wrapper {
        text-align: center;
    }

    .installation-badge-wrapper {
        display: block;
        margin-top: 0px;
        width: 332px;
        height: 363px;
        margin-top: 10px;
    }

    .instalaltion-wrapper {
        display: block;
        margin-top: 25px;
    }

    .installation-badge-wrapper .ta-badge-small {
        width: 100%;
    }

    .website-link input {
        width: 250px;
    }

    .copy-link {
        width: 80px;
        background-color: #FFFFFF;
        color: #4285F4;
        font-size: 9px;
    }

    .copy-link::before {
        content: url('../svg/mobile-copy.svg');
        vertical-align: middle;
        display: inline-block;
    }

    .copy-code-label p {
        padding-left: 15px;
        padding-right: 18px;
        line-height: 25px;
    }

    .copy-code-label {
        margin-top: 25px;
    }

    .collecting-badge p {
        font-size: 26px;
        padding-top: 20px;
    }

    .recognize-top-bussiness p {
        font-size: 16px;
    }

    .recognize-top-bussiness {
        margin-top: 15px;
    }

    .trusting-badge {
        margin-top: 35px;
    }

    .website-link {
        margin-top: 20px;
    }

    .google-review {
        padding-left: 0px;
        padding-top: 10px;
        text-align: center;
    }

    .google-review h3 {
        margin-bottom: 7px;
    }

    .reviews-detail {
        width: auto;
        padding: 5px 0px;
    }

    .reviews-widget-wrapper {
        display: block;
        padding: 10px 10px;
        /* margin-bottom: 0px; */
        margin-left: 33px;
        margin-right: 33px;
    }

    .google-review-wrapper {
        display: block;
        padding: 10px 10px 0px 10px;
    }

    .widget-wrapper {
        padding: 5px 10px 20px 10px;
        margin: 0px;
        text-align: center;
    }

    .user-revies .user-revies-header .user-revies-fix span.text {
        display: none;
    }

    .user-revies .user-revies-header .user-revies-fix span.text-320 {
        display: block;
    }

    .main-wrapper {
        flex-direction: column;
        padding: 0px 0px;
        margin-bottom: 25px;
    }

    .main-wrapper .business {
        flex-direction: row;
    }

    .main-box-wrapper .business-main {
        width: 345px;
        margin: 0 auto;
    }

    .main-box-wrapper .business-score {
        width: 450px;
        margin: 0 auto;
        margin-top: 42px;
    }

    .popup {
        width: 90%;
    }

    .overlay {
        top: 650px;
        left: 2px;
    }

    .business {
        flex-direction: column;
    }

    .business .business-slider {
        height: 275px;
        width: initial;
        border-radius: 5px;
        top: 28px;
        left: initial;
        margin-left: -2px;
    }

    .business .business-main {
        position: initial;
        width: 334px;
        margin: 0 auto;
        margin-top: 45px;
    }

    .business-breadcrumbs {
        margin-left: 0px;
        overflow: auto;
    }

    .business-score {
        position: initial;
    }

    .business-descp {
        width: 334px;
        padding-top: 30px;
        text-align: justify;
        margin-right: 0px;
    }

    .business-score {
        margin-top: 30px;
    }

    .business-data-info .business-data-info-social {
        margin-left: 50px;
    }

    .business .business-main {
        align-items: start;
    }

    .business-social-wrapper {
        padding-top: 12px;
    }

    .business .business-main h1 {
        font-size: 26px;
        margin: 7px 0px;
    }

    .business .business-main h2 {
        font-size: 26px;
        margin: 7px 0px;
    }

    .business-data .business-data-btns {
        flex-direction: column;
        padding-top: 10px;
        width: auto;
    }

    .business-data .business-data-btns div a {
        width: auto;
        justify-content: flex-start;
        font-size: 16px;
    }

    .business-data-btns {
        border-top: none;
    }

    .business-data .business-data-btns div a:nth-child(2) {
        border: 1px solid #1F1F1F26;
    }

    .get-direction-link {
        margin-left: 0px;
    }

    .business-data-info .business-data-info_address {
        flex-direction: column;
    }

    #review-tabs {
        padding: 40px 0px 0px 0px;
    }

    .business-wrapper {
        height: 100%;
    }

    .show-on-desktop {
        display: none;
    }

    .show-on-mobile {
        display: initial;
    }

    .hide-on-mobile {
        display: none;
    }

    #review-tabs .tab button {
        width: 28%;
    }

    #review-tabs .tab-bottom {
        width: 7% !important;
    }
}

@media (min-width: 768px) {
    .show-on-desktop {
        display: initial;
    }

    .show-on-mobile {
        display: none;
    }

    #review-tabs .tab button {
        width: 31%;
    }

    #review-tabs .tab-bottom {
        width: 3% !important;
    }

    .reviews-summary {
        padding-top: 40px;
    }
}

#review-tabs .tab button.active img {
    opacity: 1;
}

#review-tabs .tab button img {
    opacity: 0.5;
}

#review-tabs .tab button img.google {
    height: 36px;
    width: 30px;
}

#review-tabs .tab button img.trust {
    height: 24px;
    width: 22px;
}

#review-tabs .tab button.active span {
    opacity: 1;
}

#review-tabs .tab button span {
    opacity: 0.5;
}


@media only screen and (min-width: 768px)and (max-width: 1300px) {
    .website-link {
        margin-right: 55px;
    }

    .website-link input {
        font-size: 9px;
    }

    .copy-link {
        right: -25px;
    }

    .website-link input {
        width: 90%;
    }

    .instalaltion-wrapper {
        display: block;
    }

    .installation-badge-wrapper {
        margin: 0 auto;
        margin-top: 26px;
    }

    .widget-rating-container {
        padding-top: 0px;
    }

    .stars-wrapper {
        display: block;
        padding-top: 2px;
    }

    .time-wrapper {
        padding-left: 4px;
        padding-top: 3px;
    }

    .google-review-wrapper {
        display: flex;
        padding-top: 16px;
    }

    .reviews-widget-wrapper {
        max-width: 750px;
        display: block;
        margin-bottom: -50px;
    }

    .widget-wrapper {
        margin: 0px;
        padding: 10px 0px 15px 10px;
        text-align: center;
    }

    .user-revies .user-revies-header .user-revies-fix span.text {
        display: none;
    }

    .user-revies .user-revies-header .user-revies-fix span.text-320 {
        display: block;
    }

    .widget-rating-container {
        padding-top: 0px;
    }

    .stars-wrapper {
        display: block;
        padding-top: 2px;
    }

    .time-wrapper {
        padding-left: 4px;
        padding-top: 3px;
    }

    .google-review-wrapper {
        display: flex;
        padding-top: 16px;
    }

    .reviews-widget-wrapper {
        max-width: 750px;
        display: block;
        margin-bottom: -50px;
    }

    .widget-wrapper {
        margin: 0px;
        padding: 10px 0px 15px 10px;
        text-align: center;
    }

    .user-revies .user-revies-header .user-revies-fix span.text {
        display: none;
    }

    .user-revies .user-revies-header .user-revies-fix span.text-320 {
        display: block;
    }

    .overlay {
        top: 763px;
        left: 0;
        right: 414px;
    }

    .popup {
        width: 300px;
    }

    .main-box-wrapper {
        display: flex;
        max-width: 1280px;
        height: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .main-wrapper {
        flex-direction: column;
        padding: 0px 0px;
    }

    .business-breadcrumbs {
        padding: 10px 15px;
    }

    .business .business-slider {
        width: auto;
        margin-left: -20px;
    }

    .business-main {
        width: 40%;
        margin-left: 8%;
        margin-right: 2%;
    }

    .business-score {
        width: 40%;
        margin-right: 8%;
    }

    .business-descp {
        width: auto;
        padding-top: 60px;
        padding-left: 25px;
        padding-right: 25px;
        text-align: justify;
        margin-right: 0px;
    }
}


.reviews-summary {
    max-width: 1280px;
    margin: 0 auto;
}

.edit-review-icon {
    float: right;
    margin-top: -15px;
    cursor: pointer;
}

.user-comment-add.disabled {
    background-color: #6a6a6a;
    border: 1px solid #6a6a6a;
    cursor: not-allowed;
}

.disabled-icon svg {
    cursor: not-allowed !important;
}

.rating-gap {
    gap: 0.7rem;
}

.rating-count {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-decoration-line: underline;
    color: #4285F4;
    margin-top: 6px;
}

.business-data-info-clock-current__close {
    margin-left: 4px;
}

.subcategory-container {
    margin-top: 13px;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: left;
}

.subcategory-span {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 0.1rem;
    align-items: center;
    padding: 5px 10px;
    height: 26px;
    background: rgba(66, 133, 244, 0.1);
    border-radius: 30px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.subcategory-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4285F4 !important;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
}

.subcategory-text a {
    color: #4285F4 !important;
    text-decoration: none !important;
    text-transform: capitalize;
}

.business-score-claimed.verified-business {
    cursor: text;
}

.business-data-info .business-data-info-new_ref {
    padding-left: 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    word-break: break-all;

    background: #4285F4;
    border-radius: 5px;
    padding: 10px 15px;
    width: fit-content;
    margin-bottom: 15px;
    cursor: pointer;
}

.business-data-info .business-data-info-new_ref:hover {
    opacity: 0.8;
}

.business-data-info .business-data-info-new_ref img {
    margin-right: 5px;
    margin-bottom: -3px;
}

.business-data-info-href {
    text-decoration: none;
}

.business-data-info .business-data-info-new_ref span {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
}

.business.business-container .business-slider-body .slick-slide, .business.business-container .business-slider-body .slick-slide, .business.business-container .business-slider-body .slick-track {
    /*min-width: 500px;*/
}

.trustanalytica .slick-slider .slick-track {
    height: 170px !important;
}

/**
**----------------------End of css of tabs of reviews-----------------------
*/

@media all and (min-width: 1100px) and (max-width: 2805px) {
    /*.installation-badge-wrapper {*/
    /*  width: 1100px !important;*/
    /*}*/
    .sr-item-details-analysis {
        float: right !important;
    }
}

@media (max-width: 992px) {
    .reviews-tab .reviews-tab-rates .static-map-business {
        display: none;
    }

    .reviews-tab .reviews-tab-rates #businessProfileMap {
        display: none;
    }

    .m-static-map-business {
        display: block !important;
        margin-top: 20px !important;
        margin: 0 auto;
        width: 330px !important;
        margin-bottom: 25px;
    }

    #m-businessProfileMap {
        display: block !important;
        margin-top: 20px !important;
        margin: 0 auto;
        width: 330px !important;
        margin-bottom: 25px;
    }

    .m-map-header {
        display: block !important;
    }
}

.ai-summary {
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.15);
    margin-top: 40px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.ai-summary-mark {
    height: 27px;
    width: 107px;
    font-weight: 700;
    font-size: 12px;
    background: #4285F4;
    color: #fff;
    vertical-align: top;
    float: right;
    text-align-last: center;
    display: flex;
    position: relative;
    place-items: center;
    justify-content: center;
    border-radius: 0px 10px;
}

.ai-summary-heading {
    font-weight: 700;
    font-family: Cabin;
    font-size: 24px;
    position: relative;
    left: 18px;
    top: 18px;
    color: #4285F4;
}

.ai-summary-text {
    line-height: 24.75px;
    margin: 35px 15px 25px 18px;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto;
}

@media (max-width: 767px) {
    .ai-summary {
        /*width: 330px;*/
        /*margin: 0 auto;*/
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .map-header {
        display: none !important;
    }

    .installation-badge-wrapper {
        width: 313px;
    }

    .ai-summary-heading {
        top: 26px;
        font-size: 20px;
    }

    .business-main h1 {
        margin: 15px 0px 15px;
    }

    .business-main h2 {
        margin: 15px 0px 15px;
    }

    .desktop-badge-wrapper {
        display: none !important;
    }

    .reviews-widget-wrapper {
        margin-bottom: 0px !important;
    }

    .mobile-badge-wrapper {
        display: block !important;
    }
}

@media (min-width: 767px) {
  .mobile-reviews-wrapper {
    display: none !important;
  }
}

.installation-badge-wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
    width: -webkit-fill-available;
    margin-top: 0px !important;
}

.recognize-wrapper p {
    padding-top: 6px;
}

.recognize-wrapper p {
    text-align-last: center;
}

.install-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.mobile-badge-wrapper {
    display: none;
}

.btn-calendar:hover {
    opacity: 0.8 !important;
}

