h3 .sup-new{
	top: -3px !important;
}

sup .sup-new2{
	top: 2px !important;
}
.chart-icon {
    font-size: 30px;
    -webkit-text-stroke-width: thin;
}
img.test-left-pic{
	margin-right: 20px;
	float: left;
	display: inline-block;
}

img.border-testimonial {
    box-sizing: border-box;
    border-style: solid;
    border-width: 6px;
    border-color: #ffffff;
    box-shadow: 0px 3px 4px 2px rgb(0 0 0 / 30%);
}

.testimonial-img {
	margin-right: 20px;
    float: left;
	margin-bottom: 10px;
    margin-top: 2px;
    clear: both;
    max-width: 300px;
    display: inline-block;
    box-sizing: border-box;
    border-style: solid;
    border-width: 6px;
    border-color: #ffffff;
    box-shadow: 0px 3px 4px 2px rgb(0 0 0 / 30%);
}

.br-se, .br-12p, .br-xr, .br-14pm {

	display: none;
}
.w-75-new{
	max-width: 100%;
}
@media (min-width: 375px) and (max-width: 389px) {
	.br-se {
	display: block;
	}
}

@media (min-width: 390px) and (max-width: 413px) {
	.br-12p {
		display: block;
	}
}

@media (min-width: 414px) and (max-width: 429px) {
	.br-xr {
		display: block;
	}
}

@media (min-width: 430px) and (max-width: 767px) {
	.br-14pm {
		display: block;
	}
}

@media screen and (max-width: 480px){
	.w-75-new{
	max-width: 75% !important;
}
	    .d-flex {
        flex-wrap: wrap;
    }

}
@media (max-width: 640px) {
    .center-align-testimonial {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 10px !important;
        margin-bottom: 20px !important;
        float: none !important;
        display: block !important;
        text-align: center !important;
    }
}