
.aboutpg .breadcrumb{
	background: rgb(193 204 204 / 20%);
}
.about-top-content{
    padding: 80px 0 175px;
    background: rgb(193 204 204 / 20%);
}
.about-top-content .col-ctent .title-xxs {
    font-weight: 600;
    font-weight: 600;
    letter-spacing: 4px;
}
.about-top-content .flex-row-reverse .col-ctent{
    padding-right: 208px;
}
.about-top-content .google-rating-wrap{
    margin-top: 60px;
}
.aboutpg .inpage{margin-top: 0;}
.about-top-content .content-wrapper{
	position: relative;
	z-index: 1;
}

/* START MEDIA QUERY  */
@media screen and (max-width: 1439.99px){
	.about-top-content .flex-row-reverse .col-ctent {
	    padding-right: 80px;
	}

}
@media screen and (max-width: 1199.99px){
	.about-top-content .flex-row-reverse .col-ctent {
	    padding-right: 30px;
	}
	.about-top-content{
		padding: 40px 0 85px;
	}

}
@media screen and (max-width: 991.99px){
    .about-top-content .flex-row-reverse .col-ctent {
	    padding-right: 0px;
	}
    
}

@media screen and (max-width: 575px){

}