.meyer-box-award h2{
    text-transform: uppercase;
}
.review-head  h2{
    text-transform: uppercase;
}
#accordion .card .card-header h5 img{
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

/* #accordion .card .card-header h5.active img{
    transform: rotate(-90deg);
} */
#accordion .card .card-header h5 button[aria-expanded="true"] + img{
    transform: rotate(-90deg);
}
#accordion .card .card-header h5 button[aria-expanded="false"] + img{
    transform: rotate(0deg);
}
.connect-headphone a{
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}
.connect-headphone a:hover{
    background-color: rgba(255, 255, 255, 0.81) !important;
}
#connect-us .tab-content .tab-pane .panel{
    margin-top: 60px;
}
.meyer-call img {
    height:50px;
}

#strength .mey-strength-img img{
    width:46px;
    height: 46px;
}

.cookie-notice-bar {
    background: #E8361F;
    color: #fff;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    text-align: center;
    bottom: 0;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
}
.cookie-notice-inner {
    display: block;
    width: 100%;
    padding: 10px 0;
}
.cookie-notice-btn {
    background: #343a40;
	border: 1px solid #343a40;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    margin-left: 5px;
}
.cookie-notice-bar a { color: #fff; text-decoration: underline; }


@media screen and (max-width: 480px) {
    .meyer-head-wrap .meyer-banner-head h1{
        width:100%;
    }
    .mey-review-bord .mey-review-car .mey-damaged-car-block img {
        width: 100%;
        object-fit: cover;
    }
    .our-team .team-img {
        min-height: unset;
        height: 200px;
    }
    .meyr-team-meet-wrap {
        padding: 50px 0px;
        padding-bottom: 50px;
    }
    p.review-text {
        text-align: justify;
        height: 100px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .mey-review-wrap .mey-review-block {
        padding-top: 4rem;
        padding-bottom: 0rem;
    }
    .map-logo-block p {
        font-size: 14px;
        text-align: left;
        width: 60%;
    }
}