@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff') format('woff'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.header-section .header_menu ul,
body {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.hour-content-sec .hour-text .week-timing span.color-text,
strong {
    font-weight: 700
}

a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header-section {
    background: linear-gradient(270.96deg, #0065be 6.41%, #005bac 91.94%);
    padding: 10px 20px
}

.contact-info-items .address-text::before,
.contact-info-items .hour-text::before,
.contact-info-items .phone-text::before,
.footer-section {
    background-position: center;
    background-repeat: no-repeat
}

.main-container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%
}

.header-section .main-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-section .header_menu ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 65px
}

.header-section .header_menu ul li a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-decoration: none
}

.header-section .header_menu ul li a.right_btns {
    background: #ff7f00;
    border-radius: 5px;
    padding: 16px 25px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .8px;
    text-transform: uppercase;
    border: 1px solid #ff7f00
}

.header-section .header_menu ul li a.right_btns:hover {
    background: #fff;
    color: #ff7f00;
    border-color: #fff
}

.footer-section .footer-menu ul li a:hover,
.header-section .header_menu ul li a:hover {
    color: #ff7f00
}

.advisor-banner-section {
    padding: 20px
}

.advisor-banner-section .banner-breadcrumbs ul {
    margin: 0;
    list-style: none;
    padding: 16px 0;
    border-bottom: 1px solid #eee
}

.advisor-banner-section .banner-breadcrumbs ul li {
    display: inline-block;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000
}

.advisor-banner-section .banner-breadcrumbs ul li a {
    color: #000;
    text-decoration: none
}

.advisor-banner-section .advisor-banner-image img {
    vertical-align: top
}

.banner-below-sec {
    padding: 20px 20px 45px
}

.title-block h1,
.title-block h2 {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    color: #0d1428;
    margin: 0 0 15px
}

.contact-info-items {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap
}

.contact-info-items .review-item-boxs {
    display: flex;
    gap: 20px;
    align-items: center
}

.contact-info-items .review-item-boxs .rating-text {
    border-radius: 8px;
    border: 1px solid #fbbc05;
    width: 38px;
    height: 38px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    color: #0d1428;
    text-align: center;
    min-width: 38px
}

.contact-info-items .review-item-boxs ul.rating-div {
    padding: 0;
    margin: 0;
    list-style: none
}

.contact-info-items .review-item-boxs ul.rating-div li {
    display: inline-block;
    vertical-align: middle
}

.contact-info-items .review-item-boxs .all-reviews-text {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #767676
}

.contact-info-items .address-text,
.contact-info-items .hour-text,
.contact-info-items .phone-text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #0d1428;
    position: relative;
    padding: 0 0 0 60px;
    min-height: 40px;
    display: flex;
    align-items: center
}

.contact-info-items .address-text {
    max-width: 390px
}

.contact-info-items .hour-text {
    max-width: 280px
}

.contact-info-items .address-text::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border: 1px solid #33a854;
    border-radius: 8px;
    content: "";
    background-image: url("../images/addres-icon.webp")
}

.contact-info-items .hour-text::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border: 1px solid #33a854;
    border-radius: 8px;
    content: "";
    background-image: url("../images/clock-icon.webp")
}

.contact-info-items .phone-text::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border: 1px solid #0061b7;
    border-radius: 8px;
    content: "";
    background-image: url("../images/call-icon.webp")
}

.contact-info-items .hour-text span {
    color: #33a854;
    padding: 0 5px 0 0
}

.banner-below-sec .about-div h2,
.hm-description-section .about-div h2 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #0d1428;
    margin: 0 0 8px
}

.banner-below-sec .about-div p,
.hm-description-section .about-div p {
    margin: 0;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #3d4353;
    line-height: 26px
}

.banner-below-sec .about-div .order-now-btns a,
.hm-description-section .about-div .order-now-btns a {
    display: inline-block;
    width: 100%;
    background: #ff7f02;
    max-width: 245px;
    text-align: center;
    padding: 11px 10px;
    border-radius: 8px;
    color: #041d28;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none
}

.banner-below-sec .about-div .order-now-btns a:hover,
.hm-description-section .about-div .order-now-btns a:hover {
    background: #041d28;
    color: #fff
}

.banner-below-sec .about-div {
    padding: 20px 0 0;
    margin: 30px 0 0;
    border-top: 1px solid #eee
}

.banner-below-sec .about-div .order-now-btns,
.hm-description-section .about-div .order-now-btns {
    padding: 30px 0 0
}

.dave-content-sec,
.hm-description-section,
.hm-faq-section,
.hm-map-section,
.hm-review-section,
.map-info-content {
    padding: 0 20px 55px
}

.hm-map-section .main-container {
    display: flex;
    flex-wrap: wrap
}

.left-colms,
.right-colms {
    width: 50%;
    display: flex;
    flex-wrap: wrap
}

.hm-map-section .map-content {
    max-width: 620px
}

.hm-map-section .map-content h3 {
    margin: 0 0 38px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #0d1428
}

.direction-btns {
    padding: 40px 0 0
}

.direction-btns a {
    width: 100%;
    text-align: center;
    display: block;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #0061b7;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #0061b7;
    border-radius: 8px
}

.direction-btns a:hover {
    color: #fff;
    background-color: #0061b7
}

.hm-map-section .hour-items {
    max-width: 575px;
    margin: 0 0 0 auto;
    background: #f8f8f8;
    border-radius: 10px;
    width: 100%;
    padding: 35px
}

.hour-items h3 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: Bold;
    line-height: 40px;
    color: #202124;
    margin: 0 0 30px
}

.hour-text {
    max-width: 475px;
    width: 100%
}

.hour-content-sec .hour-text .week-timing {
    display: flex;
    justify-content: space-between;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #3d4353
}

.hour-content-sec .hour-text .week-timing strong {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #000
}

.hour-content-sec .hour-text {
    max-width: 475px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 42px
}

.hour-content-sec .hour-text .week-timing .color-text {
    color: #33a854
}

.map-info-content h3 {
    margin: 0 0 20px;
    font-family: Roboto;
    font-size: 34px;
    font-weight: 800;
    line-height: 46px;
    color: #0d1428
}

.map-info-content p {
    margin: 0;
    font-family: 'Open Sans';
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    color: #000
}

.map-info-content ol {
    padding: 20px 0 20px 36px;
    margin: 0
}

.map-info-content ol li {
    font-family: 'Open Sans';
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 0 16px
}

.map-info-content ol li:last-child {
    padding: 0
}

.hm-map-section .right-colms {
    padding: 0 0 0 30px
}

.hm-review-section .google-review-content {
    background: #f5faff;
    padding: 36px 50px 40px
}

.google-review-content h3 {
    color: #202124;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 20px
}

.write-a-review-btn,
.write-a-review-btns a {
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    text-align: center
}

.reviews-metrics .review-top-rating {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 0 0 25px
}

.reviews-metrics .review-top-rating .rate-no {
    font-family: Roboto;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    color: #000
}

.reviews-metrics .review-top-rating .all-rev,
.tws-rating-text .tws-rating-row .side-text span {
    color: #767676;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.tws-rating-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 0 35px
}

.tws-rating-text .tws-rating-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.tws-rating-text .tws-rating-row .side-text {
    width: 110px;
    padding: 0 4px 0 0
}

.tws-rating-text .tws-rating-row .middle-text {
    width: calc(100% - 110px)
}

.tws-rating-text .bar-container {
    width: 100%;
    background-color: #e2e2e2;
    height: 5px;
    position: relative
}

.tws-rating-text .bar-container .green-bar {
    width: 94%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #4eac52
}

.tws-rating-text .bar-container .peera-bar {
    width: 70%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #a1d32e
}

.tws-rating-text .bar-container .yellow-bar {
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f7e642
}

.tws-rating-text .bar-container .orange-bar {
    width: 30%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fea62a
}

.tws-rating-text .bar-container .red-bar {
    width: 11%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f13e1d
}

.review-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.review-listing .people-review {
    background: #fff;
    border-radius: 10px;
    padding: 20px 18px
}

.review-listing .people-review .people-info-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px
}

.review-listing .people-author .people-rating,
.review-listing .people-info-sec .people-profile {
    display: flex;
    align-items: center;
    gap: 10px
}

.review-listing .people-info-sec .people-image {
    width: 45px;
    min-width: 45px
}

.review-listing .people-info-sec .people-image img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 100%
}

.review-listing .people-author .person-name {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding: 0 0 7px
}

.review-listing .people-author .people-rating span {
    color: #202124;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1
}

.review-listing .people-review .review-date span {
    color: #767676;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.review-listing .people-review .people-review-cont p {
    margin: 0;
    color: #767676;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.write-a-review-btns {
    padding: 20px 0 0;
    width: 100%
}

.write-a-review-btns a {
    width: 100%;
    max-width: 1038px;
    margin: 0 auto;
    display: block;
    background: #33a854;
    color: #fff;
    border-radius: 8px;
    font-family: Open Sans;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #33a854
}

.write-a-review-btns a:hover {
    background: #fff;
    color: #33a854
}

.hm-faq-section .faq-content-sec {
    background: #f5faff;
    padding: 46px 33px 60px 15px
}

.hm-faq-section .faq-content-sec h3 {
    color: #202124;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 20px
}

.hm-faq-section .faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.hm-faq-section .faq-items .faq-content-boxs {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 #0000000F;
    padding: 22px 22px 27px
}

.hm-faq-section .faq-items .faq-title {
    color: #202124;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    margin: 0 0 16px
}

.hm-faq-section .faq-items p {
    margin: 0 0 15px;
    color: #3d4353;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

.hm-faq-section .faq-items p:last-child {
    margin: 0
}

.footer-section {
    background-image: url("../images/footer-bg.webp");
    background-size: cover;
    padding: 50px 20px 57px
}

.footer-rows {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.footer-one {
    width: 35%;
    padding: 0 15px
}

.footer-four,
.footer-three,
.footer-two {
    padding: 35px 15px 0
}

.footer-two {
    width: 24%
}

.footer-three {
    width: 25%
}

.footer-four {
    width: 16%
}

.contact-info .footer-logo {
    margin: 0 0 20px
}

.contact-info h5 {
    margin: 24px 0 0;
    color: #f1f3f4;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.footer-menu h3 {
    color: #fff;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 30px
}

.copyright-text p,
.footer-section .contact-info p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.footer-section .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-section .footer-menu ul li {
    padding: 0 0 16px;
    list-style: none
}

.footer-section .footer-menu ul li a {
    color: rgba(255, 255, 255, .8);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none
}

.footer-section .contact-info p {
    color: #f1f3f4;
    margin: 0
}

.copyright-text p.right-line::after {
    content: "";
    background: rgba(255, 255, 255, .4);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin: 0 0 0 30px;
    display: inline-block;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.copyright-text p.right-line {
    position: relative;
    overflow: hidden
}

.copyright-text p {
    color: #fff;
    margin: 0
}

.contact-info {
    max-width: 348px
}

.footer-bottom {
    padding: 38px 0 0
}

.contact-info-items .phone-text a {
    color: #0d1428;
    text-decoration: none
}

@media(max-width:1300px) {
    .main-container {
        max-width: 1170px
    }

    .contact-info-items {
        gap: 20px
    }

    .contact-info-items .review-item-boxs {
        gap: 15px
    }

    .header-section .header_menu ul li {
        margin: 0 0 0 45px
    }
}

@media(max-width:1199px) {
    .main-container {
        max-width: 970px
    }

    .contact-info-items {
        flex-wrap: wrap
    }

    .map-info-content ol li,
    .map-info-content p {
        font-size: 20px;
        line-height: 32px
    }

    .hour-content-sec .hour-text {
        gap: 31px
    }

    .header-section .header_menu ul li {
        margin: 0 0 0 35px
    }

    .footer-section .footer-menu ul li a {
        font-size: 18px;
        line-height: 28px
    }
}

@media(min-width:992px) {
    .header-section .menu-toogle {
        display: none
    }
}

@media(max-width:991px) {
    .header-section .header_menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 66px;
        width: 100%;
        background: #fffef4;
        display: none
    }

    .header-section {
        padding: 6px 20px
    }

    .header-section .header_menu ul li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #ff7f00;
        padding: 0 20px
    }

    .header-section .header_menu ul li a {
        color: #000;
        padding: 15px 0;
        display: inline-block
    }

    .header-section .header_menu ul li a.right_btns {
        padding: 12px 24px;
        margin: 15px 0
    }

    .header-section .menu-toogle {
        background: 0 0;
        border: 0;
        border-radius: 0;
        padding: 0;
        cursor: pointer;
        outline: 0
    }

    .main-container {
        max-width: 720px
    }

    .footer-one {
        width: 100%;
        margin: 0 0 40px
    }

    .footer-four,
    .footer-three,
    .footer-two {
        width: 33.333%;
        padding-top: 0
    }

    .contact-info {
        max-width: 100%
    }

    .hm-map-section .map-content .map-div img,
    .left-colms,
    .right-colms {
        width: 100%
    }

    .hm-map-section .map-content {
        max-width: 100%;
        width: 100%
    }

    .hm-map-section .right-colms {
        padding: 40px 0 0
    }

    .hm-map-section .hour-items {
        max-width: 100%;
        padding: 30px
    }

    .hour-content-sec .hour-text {
        gap: 30px;
        max-width: 100%
    }
}

@media(min-width:768px) {

    .footer-accordian-items,
    .hour-mb-section {
        display: none
    }
}

@media(max-width:767px) {
    .advisor-banner-section {
        padding: 0
    }

    .hm-description-section .about-div .order-now-btns a,
    .main-container {
        max-width: 100%
    }

    .advisor-banner-section .advisor-banner-image img {
        height: 220px;
        object-fit: cover
    }

    .banner-breadcrumbs {
        padding: 0 20px
    }

    .banner-below-sec {
        padding: 5px 20px 45px
    }

    .advisor-banner-section .banner-breadcrumbs ul {
        padding: 16px 0 10px
    }

    .contact-info-items {
        gap: 10px;
        flex-wrap: wrap
    }

    .contact-info-items .address-text {
        max-width: 75%
    }

    .contact-info-items .review-item-boxs,
    .hour-content-sec .hour-text {
        gap: 20px
    }

    .contact-info-items .hour-text,
    .contact-info-items .review-item-boxs {
        width: 100%;
        max-width: 100%
    }

    .banner-below-sec .about-div h2,
    .hm-description-section .about-div h2 {
        font-size: 16px;
        line-height: 20px
    }

    .banner-below-sec .about-div p {
        font-size: 16px;
        line-height: 28px
    }

    .banner-below-sec .about-div {
        padding: 14px 0 0;
        margin: 16px 0 0
    }

    .banner-below-sec .about-div .order-now-btns a {
        position: fixed;
        left: 20px;
        right: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
        max-width: 100%;
        z-index: 99
    }

    .accordion-panel,
    .copyright-text p.right-line::after,
    .footer-four,
    .footer-three,
    .footer-two,
    .hm-map-section .right-colms {
        display: none
    }

    .hm-map-section {
        background: #f5faff;
        padding: 20px 0 15px
    }

    .hm-map-section .map-content h3 {
        text-align: center;
        margin: 0 0 22px;
        padding: 0 20px
    }

    .direction-btns {
        padding: 14px 20px 0
    }

    .map-info-content {
        padding: 25px 20px 32px
    }

    .map-info-content h3 {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        margin: 0 0 15px
    }

    .footer-accordian-items .menu-items ul li a,
    .map-info-content ol li,
    .map-info-content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px
    }

    .hour-mb-section {
        padding: 10px 20px 40px
    }

    .copyright-text p.right-line,
    .hour-items h3 {
        text-align: center
    }

    .hm-review-section {
        padding: 0 0 30px
    }

    .hm-review-section .google-review-content {
        padding: 20px 19px 40px
    }

    .write-a-review-btns {
        padding: 10px 0 0
    }

    .tws-rating-text {
        padding: 0 0 40px
    }

    .review-listing .people-review {
        padding: 14px 11px
    }

    .review-listing {
        gap: 16px
    }

    .hm-faq-section {
        padding: 0 0 35px
    }

    .dave-content-sec {
        padding: 0 20px 40px
    }

    .hm-faq-section .faq-content-sec {
        padding: 32px 20px 40px
    }

    .hm-faq-section .faq-content-sec h3 {
        text-align: center;
        margin: 0 0 36px
    }

    .contact-info .footer-logo {
        text-align: center;
        margin: 0 0 25px
    }

    .contact-info .footer-logo img {
        max-width: 107px
    }

    .footer-section {
        padding: 20px 20px 100px
    }

    .footer-accordian-items h3.accordion-thumb {
        border-style: solid;
        border-width: 0 0 1px;
        border-color: #196db8;
        padding: 16px 30px 16px 0;
        border-radius: 0;
        background: 0 0;
        color: #fff;
        font-family: Roboto;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin: 0;
        text-transform: capitalize;
        cursor: pointer;
        position: relative
    }

    .footer-one {
        margin: 0 0 15px
    }

    .footer-accordian-items h3.accordion-thumb::after {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        content: "";
        background-image: url("../images/down-arrow-icon.webp");
        width: 13px;
        height: 9px
    }

    .footer-accordian-items .is-active h3.accordion-thumb::after {
        background-image: url("../images/up-arrow-icon.webp")
    }

    .footer-accordian-items .menu-items {
        padding: 20px 0 0
    }

    .footer-accordian-items .menu-items ul li {
        padding: 0 0 12px
    }

    .footer-accordian-items .menu-items ul li a {
        color: rgba(255, 255, 255, .8);
        font-family: Roboto;
        font-style: normal;
        text-decoration: none
    }

    .footer-accordian-items .menu-items ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .footer-bottom {
        padding: 15px 0 0
    }
}

@media(max-width:374px) {
    .hour-content-sec .hour-text .week-timing strong {
        font-size: 20px
    }

    .hour-content-sec .hour-text .week-timing {
        font-size: 18px
    }
}

#reviewModal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity .3s
}

#reviewModal.active {
    display: flex;
    opacity: 1
}

.review-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    text-align: center
}

.review-modal-content h2 {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px
}

.review-modal-content label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: left;
    display: block;
    margin: 10px 0 5px
}

.review-modal-content button,
.write-a-review-btn {
    width: 100%;
    background: #33a854;
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

.review-modal-content input,
.review-modal-content select,
.review-modal-content textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px
}

.review-modal-content textarea {
    height: 100px;
    resize: vertical
}

.review-modal-content button {
    display: block;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    transition: background .3s
}

.review-modal-content button:hover {
    background: #2e8c47
}

#closeModal {
    margin-top: 15px;
    background: 0 0;
    color: #ff3b3b;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer
}

#closeModal:hover {
    color: #d32f2f
}

.star-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 10px 0
}

.star-rating label {
    cursor: pointer
}

.star-rating input {
    display: none
}

.star-rating label::before {
    content: '★';
    font-size: 24px;
    color: #ddd
}

.star-rating input:checked~label::before,
.star-rating input:checked~label:hover~label::before,
.star-rating label:hover~label::before {
    color: #fc0
}

.write-a-review-btn {
    display: inline-block;
    max-width: 400px;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 20px;
    border: 1px solid #33a854;
    transition: .3s
}

.write-a-review-btn:hover {
    background: #fff;
    color: #33a854;
    border: 1px solid #33a854
}