.contact-us-content {
    margin: 10px auto;
}
.contact-us-content .c-card .ic {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: transparent !important;
}

.contact-us-content .c-card .ic .material-icons {
    color: var(--s-secondary) ;
}
.contact-us-content .c-card .blurb {
    font-weight: 400;
}
.contact-us-content .c-card {
    margin-bottom: 15px;
    padding: 19px;
}
.sprt-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.sprt-container .sprt-opt {
    display: flex;
    align-items: center;
    padding: 35px 24px;
    gap: 15px;
}
.sprt-container .sprt-opt p {
    color: var(--s-f-c1);
    line-height: 20px;
    margin-bottom: 5px;
}
.sprt-container .sprt-opt h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.sprt-opt .sprt-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--s-secondary);
    width: fit-content;
    margin-top: 20px;
    padding-bottom: 4px;
    font-weight: 400;
}
.sprt-opt .sprt-btn span, .showroom .get-direction i {
    width: 20px;
    height: 20px;
    font-size: 20px;
}
.sprt-opt .sprt-btn:hover{
    text-decoration: none;
}
.contact-us-content .top-bar {
    padding: 15px;
    margin: 30px 0;
    margin-top: 15px;
}
.contact-us-content .top-bar .page-heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.contact-us-content .top-bar .search input {
    height: 40px;
}
.contact-us-content .top-bar .search i {
    line-height: 40px;
}
.showroom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.showroom .address-info-wrap {
    padding: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.showroom-name h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.showroom .head {
    display: flex;
}

.showroom .head .ic {
    margin-right: 8px;
}
.showroom .head h5 {
    line-height: 25px;
}
.showroom .address-line {
    color: var(--s-f-c1);
}

.showroom .closed-day {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: var(--s-b-bg);
    padding: 8px 12px;
    color: #42484C;
}
.showroom .map-link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
}
.showroom .phone-wrap{
    display: flex;
    gap: 15px;
    height: 100px;
    overflow-y: auto;
    flex-wrap: wrap;
}

.showroom .phone-wrap .phone {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: var(--s-hf-bg);
    line-height: 20px;
    min-width: 125px;
}

.showroom .phone-wrap .phone span {
    color: var(--s-f-c1);
    font-size: 14px;
    line-height: 16px;
}

.showroom .get-direction {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid var(--s-primary);
    color: var(--s-primary);
    font-weight: 400;
    line-height: 20px;
}

.showroom .get-direction:hover {
    box-shadow: none;
}
@media (max-width: 991px) {
    .contact-us-content .c-card {
        margin-bottom: 10px;
    }
    .showroom {
        grid-template-columns: repeat(2, 1fr);
    }
    .sprt-container .sprt-opt {
        align-items: self-start;
        gap: 15px;
        padding: 15px;
        flex-direction: column;
    }

    .sprt-container .sprt-opt img {
        width: 60px;
    }

    .sprt-container .sprt-opt h3 {
        font-size: 15px;
        margin: 0;
    }
    .sprt-container{
        gap: 10px;
    }
    .sprt-opt .sprt-btn span {
        display: none;
    }

    .sprt-opt .sprt-btn {
        margin-top: 10px;
    }
    .contact-us-content .top-bar {
        padding: 0;
        background: transparent;
        box-shadow: none;
        margin: 15px 0;
        margin-top: 30px;
    }
    .contact-us-content .top-bar .page-heading {
        font-size: 16px;
        font-weight: 700;
    }
    .top-bar .search {
        background: rgba(0, 0, 0, 0.05);
    }

}
@media (max-width: 580px) {
    .showroom {
        grid-template-columns: repeat(1, 1fr);
    }
    .sprt-container .sprt-opt p {
        display: none;
    }
    .showroom .phone-wrap{
        height: auto;
    }
}