body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.5;
}

.btn-primary {
    font-weight: bold;
}

@media(min-width:767px) {
    .brand-columns .dropdown-menu {
        width: 496px;
    }

    .brand-columns .dropdown-menu a {
        display: inline-block !important;
        width: 160px !important;
    }

}

.btn-primary.inverse {
    color: #075fd7;
    background: #fff;
}

.btn-primary.outline {
    outline: 4px solid rgba(12, 110, 253, 0.4);
}

.btn-primary.outline-blink {
    animation: blink 1s linear infinite;
}

main {
    overflow-x: hidden;
}

main>.container {}

.container {
    max-width: 1200px;
}

#map {
    height: 400px;
    width: 100%;
}


.form-section {
    position: relative;
    margin-bottom: 20px;
}

.form-section .circle-day.active,
.form-section .circle-day:hover {
    color: #fff !important;
    background-color: #0d6efd !important;
    border: transparent !important;
}

.request-price-info,
.request-time-info {
    margin: 15px 0;
    padding-left: 20px;
    border-left: 10px solid #ccc;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .hide-on-small-screens {
        display: none !important;
    }
}

.form-section .nav-link {
    /*
    font-size: 18px;
    padding: 14px 30px;
    background-color: #fff;
    margin-bottom: 10px; 
    */
    font-size: 16px;
    padding: 12px 25px;
    background-color: #fff;
    margin-bottom: 8px;
    cursor: pointer;
}

.form-section .field {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-section .form-label {
    font-size: 12px;
    background-color: #fff;
    padding: 2px 8px 0px;
    border-radius: 6px;
    margin: 0;
    position: absolute;
    top: -10px;
    display: inline;
    left: 23px;
    z-index: 100;
}

.form-section .field>div:focus-within .form-label {
    display: inline;
}

.form-section-label {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.navbar-top {

    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;

}

#header {
    background-color: #fff;
}

header {
    position: relative;
}

.header-city {
    margin-left: 30px;
    padding-left: 30px;

    border-left: 1px solid #c5c5c5;
    font-weight: 400;
    color: #5f5f5f;
    font-size: 16px;
}

.navbar-top .navbar-toggler {
    display: none;
}

.navbar-menu {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    padding: 0px;
    background-color: #f1f1f1;
}

.navbar-menu ul {
    margin-left: -10px !important;
}

.navbar-menu .navbar-toggler {
    position: absolute;
    right: 15px;
    top: -65px;
}

.nav-link {


    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
    line-height: 20px;
    color: rgb(42, 42, 42);
    text-align: left;
    margin-right: 10px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    /* text-transform: uppercase; */
}

.nav-link:after {}

.type-card {
    margin-bottom: 30px;
    max-width: 171px;

}

.type-card-new {
    max-width: 100% !important;
    border: 1px solid #f1f1f1;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}

.type-card-new:hover {
    border: 1px solid #c5c5c5;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .1);
}



.type-card-new .icon {
    height: auto !important;
    padding: 0px;
    border-radius: 50% !important;
    width: 100%;

    text-decoration: none;
    margin-bottom: 5px;
}

.type-card-new span {
    font-size: 16px;
}

.types-block {
    max-width: 1176px;
    margin: 15px auto 0;
}

.phone-number-in-text {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    position: relative;
    margin-top: 10px;

}

.howmuch ol {

    counter-reset: list-counter;
    /* Initialize a counter */
    list-style-type: none;
    padding-left: 0;
    /* Remove default list numbering */
}

.howmuch ol li {
    position: relative;
    /* Needed for positioning the custom number */
    padding-left: 40px;

    /* Provide space for the custom number */
}

.slick-track {
    display: flex;
}

.howmuch ol li::before {
    counter-increment: list-counter;
    /* Increment the counter */
    content: counter(list-counter);
    /* Display the counter */
    position: absolute;
    /* Position the custom number */
    left: 0;
    /* Align to the left */
    top: 0;
    color: #ffc702;
    /* Align to the top */
    font-size: 40px;
    font-weight: bold;
    /* Adjust the size of the number independently */
}

.phone-number-in-text a {
    color: #fff;
    font-size: 28px;
}

.type-card a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

.type-card .icon {
    height: 176px;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 5px;
}

.steps h5 {
    font-weight: bold;

}

.step-number {
    font-size: 70px;
    font-weight: bold;
    color: #ffc700;
}

.type-card span {
    font-weight: bold;
}

.bg-0 {
    background: rgba(255, 199, 0, 0.23);
}

.bg-1 {
    background: rgba(255, 199, 0, 0.23);
}

.bg-2 {
    background: rgba(255, 199, 0, 0.23);
}

.bg-3 {
    background: rgba(255, 199, 0, 0.23);
}

.main-tiser {
    background: #ffc700;
    /* url('/images/tiser.png') no-repeat right top; */

    background-size: auto 450px;

    min-height: 450px;

    position: relative;


}

.main-tiser-white {
    background-color: #fff;
}

.cta-info {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    color: #5e5e5e;

}

.cta-info svg {
    color: #1a73e8;
    fill: currentColor;
    width: 20px;
    height: 20px;
}

.content-tiser {
    padding: 40px 0px;
    min-height: 450px;
    /*  background: linear-gradient(to right, #c8e4ce 0%, #c8e4ce 85%, transparent 100%);  */
}

.content-tiser-new {
    padding: 10px 0;
}

.review-stars {
    color: #fbbc05;

    padding: 8px 0px;
    display: inline;

}

.stars {
    color: #fbbc05;
    background: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    display: inline;


}

.stars span {
    color: #4d5156;
    margin-right: 5px;

}

.stars-updated {
    color: #fbbc05;
    background: #fff;
    padding: 8px 0px !important;
    border-radius: 6px;
    display: flex;

    width: 285px;




}

.stars-updated span {
    color: #4d5156;
    margin-right: 5px;


}

.lead-cta {
    padding: 20px 20px 20px !important;
    background: #f1f1f1;
    border-radius: 6px;
    font-size: 18px;
}

.lead-cta a {
    text-decoration: underline;
    color: #0d6efd;
    font-weight: bold;
}

.lead {
    font-weight: 400;
}

.lead ul {
    list-style-type: square;
}

.lead ul li {
    margin-bottom: 3px;
    color: #333;
}

.rating-line {

    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.stars i {
    margin-right: 3px;

}

.feature {
    line-height: 1.3;
    font-weight: 500;
    color: #212529;
    margin-bottom: 20px;

}

.feature i {
    font-size: 40px;
    margin-right: 20px;
    color: #ffc700;
    width: 40px;
    height: 40px;
}

.main-tiser-block {
    border-radius: 10px;

    padding: 50px 40px;
    position: absolute;
    top: 50px;
    max-width: 80%;
    /* box-shadow: 5px 5px 10px rgba(0,0,0,0.3); */
}

.review-line {
    background-color: #f1f1f1;
    padding: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.about-block {
    background: rgb(192 225 235 / 30%);
}

.main-tiser h1 {

    font-size: 55px;
    font-weight: 900;
    margin: 0;

}


.section h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #555;
}

.section h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.issues-list {
    padding-left: 1.8rem;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-position: outside;
    overflow: hidden;
    transition: max-height .5s;

}

.lead-tag {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

.issues-list li {

    margin-bottom: 0.8rem;
    width: calc(33.333% - 1rem);
    color: #323232;
    font-size: 18px;
    line-height: 18px;

}

.brands-list {
    display: flex;
    list-style: square;
    flex-wrap: wrap;
    margin: 0 0 0 30px;
    padding: 0;
}

.brands-list li {
    flex: 0 0 32%;
    /* This ensures that each item takes up 50% of the container’s width */
    margin-bottom: 15px;
    font-size: 26px;
    color: #666;
    line-height: 18px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;

}

.support-available {
    height: 40px;

    margin-top: 6px;
}

.local-company {
    font-size: 22px;
    margin-top: 5px;
    font-weight: bold;
    color: #666;
}

.brands-list li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}

.brands-list li a:hover {
    text-decoration: underline;
}

.brands {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    /* text-align: center;  */
    margin-bottom: 30px;
}

.brands a {

    display: inline-block;
}

.navbar-brand {
    font-weight: bold;
    align-items: center;
    display: flex;

}

.city-type-block {
    margin: 10px;
    padding: 15px 20px;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    margin-bottom: 10px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .1);
}

.city-type-button {
    font-size: 22px;
    font-weight: bold;
}

.city-type-block h2 {
    font-size: 18px;
    font-weight: bold;
}

.city-type-content {
    margin-top: 20px;
}

.navbar-brand {}

.review-card {
    margin: 10px;
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    margin-bottom: 20px;

    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .1);
}

.slick-initialized .slick-slide {
    display: inline-block !important;
}

.review-card-clean {
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.review-card a {
    color: #212529;
}

.review-location {
    color: #666;

}

.review-item {
    list-style: italic;
    color: #666;
    font-size: 14px;
}

.brand-logo {
    max-width: 100%;
    max-height: 30px;
    max-width: 200px;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumbs-block {
    background-color: #fbfbfb;
    padding: 15px 0;
    color: #198754;
    font-size: 14px;
}

.breadcrumbs-block a {
    color: #198754;
    font-weight: bold;
    font-size: 14px;
}

.breadcrumb-item.active {
    color: #333 !important;
}

.about-image {
    border-radius: 20px;
    border: 4px solid #fff;

}

.why-block {
    background: rgba(255, 228, 201, .4);
}

.map-image {
    border-radius: 20px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .1);
}

.header-content {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.header-phone {
    text-decoration: none;
    color: rgba(45, 46, 47, 1);
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    position: relative;
    min-width: 148px;
    padding-left: 25px;
    display: inline-block;

}

.call-us-today {
    font-size: 14px;
    margin-bottom: 5px;
}

.btn-service {
    height: 48px;

    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

.map-location li {
    margin-bottom: 10px;
}

.map-locations {
    list-style: none;
    margin: 0;
    padding: 0;
}

.map-locations i {
    color: #ffc700;
    font-size: 18px;
    margin-right: 5px;
}

.map-locations li {
    margin-bottom: 5px;
}

.map-locations a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.map-locations a:hover {
    text-decoration: underline;
}

.header-phone i {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    left: 0;
    bottom: 1px;
}

.header-cta {
    text-decoration: none;
    color: #0097a7;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    text-transform: uppercase;
}

.header-cta i {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.footer {
    background-color: #000;
    color: #fff;
    font-size: .9em;

}

.btn {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0.25rem;
}

.footer>.container {}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: nones;
}

.faq-card {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.faq-question {
    font-weight: bold;

}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #666;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.border-bottom-line {
    border-bottom: 1px solid #f2f2f2 !important;
}

.border-left-line {
    border-left: 1px solid #f2f2f2;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.tech-mobile {
    display: none;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }

    .issues-list li {
        flex: 0 0 100%;

    }

    .header-city {
        display: none;
    }

    .main-tiser h1 {

        font-size: 48px !important;
        font-weight: 900;
        margin: 0;

    }

    .navbar-menu ul {
        margin-left: 0 !important;
    }

    .feature i {
        font-size: 40px;
        margin-right: 10px;

    }

    .feature-content {
        font-size: 14px;
    }

    .local-company {
        font-size: 18px;
    }

    .tech-mobile {
        display: block;
    }
}

.bottom-border {
    border-bottom: 1px solid #f1f1f1;
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.mobile-phone {
    width: 50%;
    text-align: center;

}

.mobile-phone a,
.mobile-request a {
    padding: 15px 10px;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.mobile-phone a {
    background-color: #212529;
    color: #fff;

}

.mobile-request {
    width: 50%;
    text-align: center;
}

.mobile-request a {
    background-color: #0c6efd;
    color: #fff;
    height: 52px;

}

@keyframes blink {

    0%,
    100% {
        outline: 4px solid rgba(12, 110, 253, 0);
    }

    50% {
        outline: 4px solid rgba(12, 110, 253, 0.4);
    }
}

.dark-bg {
    background: #212529 url('/images/carbon-fibre-v2.png');
    color: #fff;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-links a {
    font-size: 30px;
    color: #ffc702 !important;
}

.person h1 {
    font-size: 26px;
}

.person-information {
    background: #f1f1f1;
    color: #333;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.person-information h2 {
    font-weight: bold;
    font-size: 18px;
}

.person-information p {
    margin-bottom: 0;
}

.person-information a {
    color: #333;
    text-decoration: underline;

}

.why-us {
    list-style: none;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;

}

.why-us li {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;

}

.circles-calendar {
    justify-content: space-between;
}

.circle-day {
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Horizontally centers the items in a column layout */
    justify-content: center;
    border: 1.2px solid rgba(85, 94, 105, .26);
    cursor: pointer;
}

.circle-day:hover,
.circle-day.active {
    background-color: #ffc702;
    border: 1.2px solid #ffc702;
}

.cirle-weekday {
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 14px;
}

.cirle-date {
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;


}

.why-us li i {
    margin-right: 10px;
}

.article-blog-item {
    padding: 20px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    height: 563px;
}

.article-blog-item-related {
    padding: 20px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    height: auto;
}

.article-blog-item-related img {
    margin: 0 !important;
}

.article-blog-item h4 a {
    color: #333;
    font-size: 22px;
}



.article-blog-item img {
    margin: 0 !important;
    opacity: 0.8;
}

.article-blog-item img:hover {
    margin: 0 !important;
    opacity: 1;
}

.article-blog-item h2 a {
    color: #333;
    font-size: 22px;
}

.article {
    margin: auto;
    line-height: 1.6;
    color: #333;
    font-size: 18px;
    margin: 30px 0 50px;
}

.article-meta {
    font-size: 16px !important;
    color: #666;
}

.article-meta a {
    color: #666 !important;
    text-decoration: underline !important;
}

.article-meta a:hover {
    color: #333;
    text-decoration: none !important;
}

.article h1 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.article h2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.article h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}

.article h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
}

.article h5 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
}

.article h6 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
}

.article p {
    font-size: 18px;
    margin-bottom: 20px;
}

.article a {
    color: #1a0dab;
    text-decoration: none;
}

.article a:hover {
    text-decoration: underline;
}

.article strong {
    font-weight: bold;
}

.article em {
    font-style: italic;
}

.article blockquote {
    font-style: italic;
    overflow: hidden;
    padding: 0 15px;
    margin: 20px 0;
    border-left: 4px solid #ccc;
}

.article blockquote p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}

.article ul,
.article ol {
    margin: 20px 0;
    padding-left: 20px;
}

.article li {
    margin-bottom: 10px;
}

.article hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}

.article img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
}

.article figure {
    margin: 20px 0;
}

.article figcaption {
    font-size: 14px;
    color: #777;
    text-align: center;
}

.article table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.article th,
.article td {
    padding: 10px;
    border: 1px solid #ddd;
}

.article thead th {
    background-color: #f7f7f7;
}

.article caption {
    font-size: 18px;
    margin-bottom: 10px;
    font-style: italic;
    text-align: center;
}

.article-date {
    font-size: 16px !important;
    color: #666;
    margin-bottom: 20px;
}

.article-date p {
    margin-bottom: 0;
}

.coupon-code {
    border: 1px solid #000;
    border-radius: 6px;

    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .1);
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    gap: 20px;

}

.coupon-value {
    padding: 20px;
    border: 2px dashed #ccc;
    border-radius: 6px;
    text-align: center;
    min-width: 120px;
    font-size: 24px;
    vertical-align: middle;
}

.coupon-value span {
    display: block;
    font-weight: bold;
    font-size: 36px;
}

.coupon-name {
    font-weight: bold;
    font-size: 22px;
}

.coupon-website {
    color: #8d6f00;
    font-weight: bold;
    margin-bottom: 5px;
}

.coupon-phone {
    font-weight: bold;
}

.coupon-qr {
    opacity: 0.8;
}


.landing-tiser {
    height: calc(100vh - 89px);
}

.landing-types {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.landing-brands {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.landing-tiser .content-tiser {
    padding-top: 20vh;
}


.footer-menu-links a {
    font-size: 14px;
}

.posted-on {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.get-started {
    background: #666;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, .1);
}

@media(max-width:767px) {
    .landing-tiser {
        height: auto !important;
    }

    .landing-tiser .content-tiser {
        padding-top: 10vh;
    }

    .landing-types {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .landing-brands {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .border-left-line {
        border: none;
    }
}



.cas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    width: 20px;
    height: 20px;
}

.star {
    width: 18px;
    height: 18px;
    display: inline;

}

.ca-phone {
    background: url('/images/call.svg') no-repeat;
}

.ca-phone-white {
    background: url('/images/call-white.svg') no-repeat;
}

.ca-square-check {
    background: url('/images/checkbox.svg') no-repeat;
}

.ca-pin-map {
    background: url('/images/pin-map.svg') no-repeat;
    position: relative;
    top: 3px;
}

.size24 {
    width: 24px;
    height: 24px;
    top: 5px;
    position: relative
}

/* 
.fa-map-marker-alt {
    background: url('/images/pin.svg') no-repeat;
}

.fa-calendar {
    background: url('/images/calendar.svg') no-repeat;
}

.fa-tools {
    background: url('/images/hammer.svg') no-repeat;
}
*/

.gmb-button {
    padding: 9px 16px 9px 12px;
    border: 1px solid #d2d2d2;
    border-radius: 9999px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    color: #3c4043;
    text-decoration: none;
}

.gmb-button .gmb-icon {
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    color: #1a73e8;
}

.gmb-button svg {
    height: 18px;
    width: 18px;
    color: #1a73e8;
    font-size: 1.125rem;
    fill: currentColor;
    flex-shrink: 0;
}

.job-list-item {
    padding: 5px;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    margin: 5px;
    background: #fff;
}

.text-us-widget {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-radius: 15px;
    font-size: 14px;
    position: fixed;
    right: 30px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: bold;
    bottom: 30px;
    z-index: 10000;
    max-width: 125px;
    transition: all .2s ease-in-out;
    background-color: #3074DC;
    color: #fff;
    cursor: pointer;
}

.text-us-widget span {
    margin-left: 10px;
}

.text-us-widget-side {
    width: 368px;
    bottom: 30px;
    right: 30px;
    position: fixed;
    z-index: 10000;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    background: #f5f5f7;
    border-radius: 5px;


}

.text-us-widget-body {
    padding: 15px 20px 10px;

}

.site-quote {
    max-width: 600px;
    margin: 0 auto;
}

.widget-initial-message {
    background-color: #e4e9f0;
    border-radius: 24px 24px 24px 3px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: left;
    background-color: #e4e9f0;
    padding: 16px 16px 16px 16px;
    margin-right: 30px;
}

.widget-form-message {
    background-color: #fff;
    border-radius: 24px 24px 3px 24px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 25px 16px 16px 16px;
    margin-left: 30px;
}

.text-us-widget-head {
    padding: 10px 20px;
    background: #666;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



.widget-terms {
    font-size: 12px;
    color: #444;
    text-align: center;
    margin: 10px 0;
}


@media(max-width:1023px) {
    .text-us-widget {
        right: 5px;
        bottom: 5px;
    }

    .text-us-widget-side {
        width: 100% !important;
        height: 100vh;
        right: 0;
        bottom: 0;
    }
}



.google-review-widget {

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-radius: 2px;
    margin: 0px;
    font-size: 14px;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 10000;
    max-width: 225px;
    transition: all .2s ease-in-out;
    background-color: #fff;
    cursor: pointer;
    display: none;
}

.google-review-widget.request-page-widget {
    right: 5px;
    box-shadow: none;
    top: 0px;
    left: auto;
    bottom: auto;
    position: absolute;
    display: block;

}

.google-review-widget:hover {
    background-color: #f1f1f1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .36);
}

.google-review-border-top {
    height: 6px;
    background: #4fce6a;
    width: 100%;
    display: block;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.google-review-widget.request-page-widget .google-review-border-top {
    height: 4px;
    background: transparent;
}

@media(max-width:1023px) {
    .google-review-widget.request-page-widget .google-icon-block {
        display: none;
    }
}


.google-review-widget .based-text {
    display: block !important;
    color: #777 !important;
    font-size: 14px !important;
    text-align: left !important;
    text-shadow: 1px 1px 0 #fff !important;
}

.google-review-widget span,
.google-review-widget-side .widget-head span {
    color: #e7711b !important;
    font-size: 20px;
    font-weight: 600;
    margin-right: 8px;
    line-height: 22px;
}

.google-review-widget svg {
    margin-right: 4px;
}

.google-review-widget-side {
    width: 368px;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    z-index: 10000;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

@media(max-width:1023px) {
    .google-review-widget {
        left: 5px;
        bottom: 5px;
    }

    .google-review-widget-side {
        width: 100% !important;
    }
}

.widget-side-company-name {
    font-weight: bold;
}

.google-review-widget-side .widget-head {
    height: 80px;
    background-color: #fff;
    top: 0;
    position: absolute;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    z-index: 2147483002 !important;

    padding: 10px;
}

.google-review-widget-side .widget-head img {
    border-radius: 50%;
    width: 50px;
}

.google-review-widget-side .widget-body {
    position: absolute;
    top: 80px;
    bottom: 48px;
    background: rgba(250, 250, 251, .98);
    width: 100%;
    overflow-y: auto;
    z-index: 2147483001;
    -webkit-transform: translateZ(0);
    padding: 10px 20px !important;

}

.google-review-widget-side .widget-body .review-comment {
    font-size: 14px;
}

.google-review-widget-side .widget-footer {
    border-top: 1px solid #d2d2d2;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 48px;
    text-align: center;
    background: #fff;
    padding-top: 12px;

}