/* Google reviews rating widget */
.google-business-reviews-rating .rating-company,
.rating-icon {
    align-items: center;
    display: flex;
}
.rating-icon {
    padding: 0;
    margin-bottom: 0;
}
.rating-icon li {
    list-style: none;
    color: #f5cf46;
    margin: 0 2px;
}
.rating-icon li .fa-star-half {
    color: #c9c9c9;
}
.google-business-reviews-rating p {
    margin-bottom: 0 !important;
    color: #f5cf46 !important;
    font-size: 32px !important;
    line-height: 30px !important;
    margin-right: 10px;
}
.gmbrr .count {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    margin-left: 10px;
}
.gmbrr .powered-by-google {
    display: inline-block;
    line-height: 100%;
    width: 143px;
    height: 19px;
    background: url("../images/icons/google.svg") 0 0/100% no-repeat;
}

@media (max-width: 490px) {
    .google-business-reviews-rating p {
        font-size: 28px !important;
    }
    .gmbrr .count {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .google-business-reviews-rating p {
        font-size: 24px !important;
    }
    .gmbrr .count {
        font-size: 15px;
    }
    .rating-img {
        margin: 5px auto;
    }
}

/* Footer address columns */
.footer-new .border-address1,
.footer-new .border-address2,
.footer-new .border-address3 {
    border-right: 1px solid #ffffff1f;
}

.footer-new.bg-one.footer-new-sec .footer-address-city h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.footer-new.bg-one.footer-new-sec .footer-address-city p {
    color: #fff;
    font-size: 13px !important;
    font-weight: 300 !important;
    text-align: left !important;
    font-family: inherit !important;
}

@media (max-width: 991px) {
    .footer-new.bg-one.footer-new-sec .footer-address-city p {
        margin-bottom: 1rem;
    }
    .footer-new .border-address1,
    .footer-new .border-address2,
    .footer-new .border-address3 {
        border-right: none;
    }
}

@media (max-width: 768px) {
    .clutch-widget-new {
        justify-content: center;
        margin-bottom: 1rem;
    }
    .query-info-new {
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .footer-new.bg-one.footer-new-sec .footer-address-city p,
    .footer-new.bg-one.footer-new-sec .footer-address-city h4 {
        text-align: center !important;
    }
}

/* new footer- css */

.footer-new.bg-one.footer-new-sec {
    padding: 20px 0;
}
.footer-new.bg-one.footer-new-sec .social-foot li {
    display: inline-block;
    margin: 5px;
}
.footer-new.bg-one.footer-new-sec p {
    margin-bottom: 0;
    text-align: left;
}
.footer-new.bg-one.footer-new-sec .footer-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 !important;
    gap: 0.875rem;
    @media (max-width:768px){
        gap: 0.75rem;
        margin: 0.5rem 4rem !important;
    }
}
.white-hr-line {
    border-top: 1px solid #ffffff1f !important;
}
.footer-new.bg-one.footer-new-sec .copyright-sec {
    padding: 0;
    margin-top: 0;
}
.footer-award{
text-align: right;
}
.footer-award img {
    height: 50px;
    margin: 4px 7px !important;
}
.query-info-new p{
color: #fff !important;
}
.query-info-new p a {
    color: #fff;
    font-weight: 400 !important;
    font-family: inherit;
    margin: 5px 5px 5px 0;
    white-space: nowrap;
    @media (max-width:1031px){
        font-size: 14px;
    }
}

.query-info-new p a:hover {
   color: #007bff;
}
.query-info-new p span{
    margin: 0 10px;
    display: inline-block;
}
.footer-new.bg-one.footer-new-sec .container {
    max-width: 1300px;
}
.footer-new.bg-one.footer-new-sec .vertical-links li {
    margin: 5px 20px 0 0;
}
.footer-new.bg-one.footer-new-sec .vertical-links li::after{
content: none !important;
}
.footer-new.bg-one.footer-new-sec .vertical-links li a {
    color: #fff;
    font-size: 13px !important;
    font-weight: 300 !important;
    font-family: inherit !important;
}
.footer-new.bg-one.footer-new-sec .footer-list ul.for-contact-list li a {
    margin: 0px;
    display: block;
}

.sitemap-section-heading{
    background-color: #f6f8fb;
    padding: 40px 0;
}
.sitemap-section{
    padding: 60px 0;
}
@media (max-width:1012px){
    .query-info-new p .number-remove-mobile{
        display: none;
    }
    .query-info-new p .d-block-mobile{
        display: block;
    }
}
.sitemap-section-heading .heading-common {
    font-family: inherit;
    font-size: 42px;
    font-weight: 700;
}
.sitemap-inner-box h4 {
    font-size: 28px;
    font-weight: 700;
    color: #002e5b;
}
.sitemap-inner-box ul {
    padding: 0;
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sitemap-inner-box ul li {
    list-style: none;
    margin-bottom: 25px;
    width: 25%;
}
.sitemap-inner-box ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: inherit;
    display: flex;
    align-items: center;
}
.sitemap-inner-box ul li a i {
    margin-right: 10px;
    font-size: 20px;
    color: #256aad;
}


@media (max-width: 768px ) {
    .footer-new.bg-one.footer-new-sec p {
        text-align: center !important;
    }
    .social-foot.text-right {
        text-align: center !important;
    }
    .footer-award {
        text-align: center;
    }
    .sitemap-inner-box ul li {
        margin-bottom: 15px;
        width: 100%;
    }
    .sitemap-inner-box ul li a {
        font-size: 12px;
    }

}
@media (max-width:1199px) {
    .footer-new.bg-one.footer-new-sec .container {
        max-width: 100%;
    }
}
