/* Review Box Style start */

   .review-box {
    line-height: 3rem;
    color: var(--white);
    padding: 5px 10px !important;
    font-weight: 600;
    background: #152C41 !important;
    align-items: center;
    display: flex
;
}

.social-icon img{
    height: 25px;
    width: 25px;
}

.social-icon .fb-image{
    margin-right: 7px;
}

.review-title{
    color: #ffffff!important;
    font-size: 1.4rem !important;
    text-transform: capitalize;
    line-height: normal;
    padding-bottom: 0!important;
    margin-right: 10px;
}

.mobile-review{
    background-color: #dd8945;
    display: inline-flex;
    padding: 0 12px;
}

/* Responsive */

@media only screen and (max-width: 991px) {

a.link-icon.mm-listitem__text {
flex-grow: 0.!important;

}
.mobile-review {
        background-color: #ffffff;
    }
    .review-title {
        margin-right: 0;
        color: #091e30 !important;
        font-size: 18px !important;
        font-weight: 400;
    }

}



@media only screen and (max-width: 767px) {

.review-icon{
    height: 30px;
    width: 30px;
}
    
}

@media only screen and (max-width: 1023px) {

a.link-icon.mm-listitem__text {
    padding-right: 0!important;
}  

.review-title {
    margin-right: 0;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

.xcelhealth-header-box {
    padding: 9px 10px!important;
}

.main-header .outer-box .btn-style-three {
    margin-left: 1.2rem!important;
}

.review-box {
    padding: 9px 10px!important;
    margin-left: 1.2rem!important;
}

.xcelhealth-drop-hover {
    margin-left: 1.2rem!important;
}

}

@media only screen and (min-width:1600px) {
.review-title {
    font-size: 1.8rem !important;
}
.review-box {
    padding: 10px 10px !important;
        line-height: 4rem;
}
.social-icon img {
    height: 30px;
    width: 30px;
}
}

@media only screen and (min-width: 2000px) {

.main-header .outer-box .review-title {
    font-size: 1.4rem;
    margin-bottom: 0!important;
}

.social-icon img{
    height: 55px;
    width: 55px;
}

    .review-title {
        font-size: 2.2rem !important;
    }

.review-title {
    font-size: 2rem!important; 
}

.review-box {
    padding: 12px 20px!important;
}

}


@media only screen and (min-width: 4000px) {

.social-icon img{
    height: 85px;
    width: 85px;
}

.review-box {
    padding: 20px 35px!important;
}

}


/* Review Box Style end */