.hero-location-section {
  position: relative;
}

.hero-location-section label {
    color: var(--black-color) !important;
    clear: both;
    display: block;
    font-weight: bold !important;
    width: 100%;
}

.hero-location-section .wrap-content-box-text .cont-cta {
    margin-bottom: 24px;
}

.hero-location-section .wrap-content-box-text .body-1 {
    color: #545859;
    margin-bottom: 16px;
}

.hero-wrapper-location .wrapper-single-card .content-card .body-2 {
    color: #545859;
    margin-bottom: 0px;
}


.hero-wrapper-location .wrap-col-right {
    padding-bottom: 70px;
    position: relative;
}


.hero-wrapper-location .wrapper-single-card .content-card {
    background: rgba(255,255,255,0.7);
    box-shadow: 0px 44px 32px rgba(0,0,0,0.08);
    backdrop-filter: blur(32px);
    border-radius: 4px;
    display: flex;
    max-width: 263px;
    padding: 16px;
}
.hero-wrapper-location .wrapper-single-card .content-card .icon-card figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    margin-right: 8px;
    text-align: center;
    width: 32px;
}

.hero-wrapper-location .wrapper-single-card .content-card.icon-card.bg--light-blue figure {
    background: transparent url("https://f.hubspotusercontent00.net/hubfs/4754707/copper-2020/bg-lightblue.png") no-repeat center center / contain;
}
.hero-wrapper-location .wrapper-single-card .content-card .icon-card.bg--green figure {
    background: transparent url("https://f.hubspotusercontent00.net/hubfs/4754707/copper-2020/bg-green.png") no-repeat center center / contain;
}
.hero-wrapper-location .wrapper-single-card .content-card .icon-card.bg--yellow figure {
    background: transparent url("https://f.hubspotusercontent00.net/hubfs/4754707/copper-2020/bg-yellow.png") no-repeat center center / contain;
}
.hero-wrapper-location .wrapper-single-card .content-card .icon-card.bg--purple figure {
    background: transparent url("https://f.hubspotusercontent00.net/hubfs/4754707/copper-2020/bg-purple.png") no-repeat center center / contain;
}

.hero-wrapper-location .wrapper-single-card .content-card .icon-card figure img {
    height: auto;
    max-width: 20px;
    min-width: auto;
    margin: 0 auto;
    max-height: 20px;
    width: auto;
}

.hero-wrapper-location .wrapper-single-card .subtitle-1 {
    color: var(--black-color) !important;
}

#hs_cos_wrapper_single_location_hero .col-content {
    position: relative;
}
#hs_cos_wrapper_single_location_hero .shared-logo {
    text-align: left;
}
.shared-logo img {
  width: 60px;
} 
.decor__double-arrow-color {
    content: '';
    position: absolute;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: contain
}
.decor__double-arrow-size--small{
    height: 59px;
    width: 77px;
    top: 0;
    right: 50px;
    margin-top: -29px
}
.decor__double-arrow-size--large{
    height: 149px;
    width: 115px;
    bottom: 0;
    left: 79px;
    margin-bottom: -74px;
}
.srr-location-hero .btn-wrapper.btn-tertiary-wrapper .cta_button,
.srr-location-hero .btn-wrapper.btn-tertiary-wrapper .cta_button:hover {
    border-radius: 50px !important;
    min-width: 224px !important;
    position: relative;
    padding-right: 35px;
    text-transform: capitalize;
}
.btn-wrapper.btn-tertiary-wrapper .cta_button svg {
    position: absolute;
    right: 1rem
}
/* Desktop xl */
@media (min-width: 1200px) {


}

/* Desk */
@media (min-width: 992px) and (max-width: 1199px) {

}


@media (min-width: 992px) {
    .hero-wrapper-location {
        margin-bottom: 25px;
    }
    .hero-wrapper-location .content-details {
        display: flex;
        justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-flow: wrap;
        -moz-flex-flow: wrap;
        -webkit-flex-flow: wrap;
    }

    .hero-wrapper-location .content-details .text-info {
        color: #545859;
        flex-basis: 48%;
        min-width: 48%;
        max-width: 48%;
        width: 48%;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .hero-wrapper-location .content-details .text-info {
        margin-bottom: 16px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .hero-wrapper-location .wrap-col-left {
        max-width: 45% !important;
        padding-left: 20px !important;
    }
    .hero-wrapper-location .wrap-col-right {
        max-width: 50% !important;
    }
}

@media (min-width: 768px) {
    .hero-wrapper-location .content-module {
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        display: flex;
        justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;


        margin: 0 auto;
        overflow: hidden;
    }
    .hero-wrapper-location .wrap-col-left {
        max-width: 404px;
        padding-right: 20px;
    }
    .hero-wrapper-location .hero-photo-section {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 528px;
        width: 690px;
    }


    .hero-wrapper-location .wrapper-single-card {
        float: right;
        margin-top: -85px;
        margin-right: 32px;
    }

}


/* Mobile */
@media (max-width: 767px) {
    .hero-wrapper-location .content-module {
        display: flex;
        flex-flow: column-reverse;
        -moz-flex-flow: column-reverse;
        -webkit-flex-flow: column-reverse;

        background: #FFFFFF;
        box-sizing: border-box;
        overflow: hidden;

    }
    .hero-wrapper-location .hero-photo-section {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
    }

    .hero-wrapper-location .wrap-content-box-text {
        padding: 32px 16px;
    }

    .hero-wrapper-location .wrap-content-box-text h4 {
        color: var(--black-color);
        font-size: 34px !important;
        line-height: 120% !important;
        letter-spacing: 0.25px;
    }

    .hero-wrapper-location .wrapper-single-card .content-card {
        margin: -90px auto -50px;
    }


}

@media (min-width: 481px) and (max-width: 767px) {
    .hero-wrapper-location .hero-photo-section {
        height: 320px;
    }

}

/* Mobile xs */
@media (max-width: 480px) {
    .hero-wrapper-location .hero-photo-section {
        height: 250px;
    }

    .hero-wrapper-location .wrap-content-box-text .cont-cta {
        text-align: center;
    }

    .hero-wrapper-location .cont-cta.lg-btn a,
    .hero-wrapper-location .cont-cta.lg-btn a.primary-cta {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .hero-wrapper-location .wrap-content-box-text .linto-page {
        text-align: center;
    }

}
.locations-hero-single h2 {
    padding-top: 26px;
}

.locations-hero-single .first-chevron, 
.locations-hero-single .second-chevron {
    position: absolute;
    z-index: 50;
}

.locations-hero-single .first-chevron {
    top: -23px;
    right: 25px;
}
.locations-hero-single .second-chevron {
    bottom: -23px;
    left: 25px;
}
.locations-hero-single strong {
    color: #006f53;
}

.locations-hero-single .responsive-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 477px;
    width: 100%; 
    border-radius: 6px;
    position: relative;
}
.locations-hero-single .row {
    justify-content: space-between;
}
.locations-hero-single .col-md-5,
.locations-hero-single .col-md-6 {
    padding-left: 0; 
    padding-right: 0;
}
.page-type__neither .srr-home-hero__bg-color {
    background: linear-gradient(180deg,rgba(255,203,23,0.5) -19.22%,rgba(255,203,23,0) 89.16%); 
}
.srr-home-hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -7rem;
    left: 9vw;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml,%3Csvg width='667' height='867' viewBox='0 0 667 867' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.15'%3E%3Cpath d='M187.26 0.256348L433.017 436.369L190.197 866.424L424.392 866.424L666.925 436.37L421.354 0.256374L187.26 0.256348Z' fill='white'/%3E%3Cpath d='M0 114.41L182.137 437.083L2.17656 755.274L175.745 755.274L355.493 437.083L173.493 114.41L0 114.41Z' fill='white'/%3E%3C/g%3E%3C/svg%3E);
}
.branch-description h2{
    font-size: 46px;
    font-weight: 400;
    line-height: 52px;
}
.branch-hours strong,
.branch-phone strong{
    color: var(--black);
}
{#
.branch-locations .shared-logo img{
    width: 58px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#}

.locations-hero-single a:hover {
    text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
    .responsive-image.my-4 {
        margin-bottom: 3rem !important;
    }
}