.profile-row2{
	height:230px;
	background-color:#cfe2f3;
}
.profile-row2-cont{
    max-width: 1240px;
    width: 95%;
    margin: 0px auto;
    display: block;
    gap: 2%;
    grid-template-columns: 1fr 1fr 1fr;
}
.profile-row2-col1{
	float: left;
    width: 66%;
}
.profile-row2-col2{
    float: right;
    width: 32%;
}
.profile-row2-col2-cont{
	margin: 42px auto 0px;
}
.profile-row2-col2 .reviews-starrating{
	width: 240px;
    margin: 0px auto 0px;
}
.profile-row2-col2 .reviews-starrating .starrating{
	width: 40px;
    height: 38px;
    margin-right: 5px;
}
.profile-row2-rating-cont{
	height: 49px;
    margin: 10px auto 0px;
    width: 188px;
}
.profile-row2-share-left{
	float: left;
	font-family: 'Roboto', sans-serif;
    font-size: 42px;
    line-height: 1.3em;
    font-weight: 600;
    width: 59px;
    color: #000;
    margin-right: 10px;
}
.profile-row2-share-right{
	float: left;
}
.profile-row2-share-title{
	color: #000;
	font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin-top: 4px;
}
.not-yet-rated-txt{
	color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-top: 4px;
	text-align: center;
}
.profile-row2-share-reviews a{
	font-family: 'Roboto', sans-serif;
	text-decoration:underline;
}
.profile-row2-share-reviews a:hover{
	text-decoration:underline;
}
.profile-row2-col11{
	float:left;
	width:200px;
	margin-right:20px;
}
.profile-row2-col11 .circular--square {
    border-radius: 50%;
	box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	margin-top: 16px;
}
.profile-row2-col12{
	float:left;
	width:49%;
}
.profile-row2-col12 .companyname{
	margin-top: 67px;
}
.profile-row2-col12 .companyname h1{
	font-size: 29px;
	font-weight: 500;
}
.profile-row2-col12 a.btn.btn-primary {
    width: 150px;
}
.profile-row2-share-cont{
	display: block;
	clear: both;
	text-align: center;
    margin-top: 14px;
}
.profile-row2-col2 .reviews-starrating .starrating:last-child{
	margin-right:0px;
}
.profile-row2-col2 .reviews-starrating .starrating img{
	width: 40px;
}
.maincontent{
	min-height: 90vh;
}
#desktop-view{
	display: block;
}
#mobile-view{
	display: none;
}
@media screen and (max-width: 980px){
	#desktop-view{
		display: none;
	}
	#mobile-view{
		display: block;
		overflow-x: hidden;
	}
	.mrow2{
		display:block;
		background-color:#cfe2f3;
	}
	.mrow2-cont {
		width: 90%;
		margin: 0px auto 0px;
		display: grid;
		grid-template-columns: 2fr 1fr;
	}
	.mrow2-col1{
		margin-top: 0px;
	}
	.mrow2-col1 img.circular--square{
		border-radius: 50%;
		box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.3);
		margin-top: 20px;
	}
	.mrow2-col2 {
    	margin-top: 20px;
	}
	.mrow2-col2 .companyname{
		text-align: center;
	}
	.companyname h1 {
    	font-size: 19px;
		font-weight: 500;
		margin-bottom: 0px;
	}
	.mrow2-col2 .reviews-starrating{
		width: 167px;
    	margin: 0px auto 0px;
	}
	.mrow2-col2 .reviews-starrating .starrating img{
		width: 30px;
	}
	.mrow2 .averagerating{
		font-size: 42px;
		line-height: 1.3em;
		font-weight: 600;
		text-align: center;
		margin-top: -15px;
	}
	.mrow2 .reviews-starrating{
		text-align:center;
	}
	.mrow2 .reviews-starrating .starrating:last-child{
		margin-right:0px;
	}
	.mrow2 .totalreview{
		text-align:center;
	}
	.mrow2 .profile-row2-rating-cont {
    	height: 49px;
    	margin: 0px auto 0px;
    	width: 188px;
	}
	.profile-row2-share-cont {
		width: 252px;
		margin: 14px auto 14px;
	}
	#mobile-view .mrow2 a.btn.btn-primary{
		width:154px;
		margin:10px auto 0px;
	}
	#main-footer .container {
    	padding: 15px 0px;
    	width: 98%;
	}
}
@media screen and (max-width: 768px){
	.mrow2-cont {
		grid-template-columns: 1fr 1fr;
	}
	.mrow2-col1 {
    	max-width: 185px;
    	margin: 0px auto 0px;
	}
	.mrow2-col2{
    	margin-top: 20px;
	}
	.mrow2 .profile-row2-rating-cont {
    	height: 41px;
    	margin: 0px auto 0px;
    	width: 140px;
	}
	.profile-row2-share-left {
    	font-size: 30px;
    	line-height: 1.3em;
    	width: 45px;
    	margin-right: 10px;
	}
	.profile-row2-share-title {
    	font-size: 12px;
    	margin-top: 4px;
	}
	.profile-row2-share-reviews{
		margin-top: -8px;
	}
	.profile-row2-share-reviews a {
    	font-size: 12px;
	}
	#mobile-view .mrow2 a.btn.btn-primary {
    	width: 136px;
    	margin: 10px auto 0px;
    	font-size: 12px;
    	padding: 7px 0px;
	}
	.profile-row2-share-cont {
		display: block;
		clear: both;
		text-align: center;
		padding: 0px 0px 10px;
		width: 228px;
		margin: 14px auto 14px;
	}
	.profile-row2-share-cont a {
    	margin-right: 0px;
	}
	.profile-row2-share-cont a img{
		width: 25px;
	}
}
@media screen and (max-width:425px){
	.mrow2-col1 {
    	max-width: 130px;
		margin: 12px 0px 0px 12px;
	}
	.mrow2-col2 {
    	max-width: 230px;
		margin-top: 20px;
	}
	#main-footer {
    	position: relative;
	}
}
@media screen and (max-width:379px){
	.mrow2-col1 {
    	max-width: 100px;
    	margin: 12px 0px 0px 0px;
	}
}
@media screen and (max-width:341px){
	.mrow2-col1 {
    	max-width: 80px;
    	margin: 12px 0px 0px 0px;
	}
}
@media screen and (max-width:320px){
	.mrow2-col2 {
		max-width: 208px;
	}
	.profile-row2-share-cont a img {
		width: 20px;
	}
	.profile-row2-share-cont {
		width: 192px;
	}
}