.corner-icon i{
	width: 50px;
height: 50px;
font-size: 30px;
background: #fb6701;
border-radius: 50%;
line-height: 50px;
box-shadow: 0px 0px 10px rgba(0,0,0,.2);
color:#fff;
}
.ff{
	background: #FB6701 !important;
	color: white !important;
	border-color: unset !important;
}
.down-sec{
	margin-top:40px;
}
.photo-name{
	width:100%;
}
.photo-parent{
	width:50%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
}
.photo-parent .child-1{
	width:50%;
	flex-grow:1;
}
.child-1 .img-box{
	text-align:center;
}
.child-1 .img-box img{
	width: 75%;
	height: 120px;
}
.photo-parent .child-2{
	width:50%;
	flex-grow:1;
}
.per-info{
	padding-top:20px;
}
.border-1{
	border: 5px solid #dee2e6 !important;
	padding-top:2rem !important;
	padding-bottom:2rem !important;
}
.per-info h6{
	font-weight:600;
}
.per-info p{
	margin-bottom:0px;
	font-size:12px;
}
.dd-ss{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.dd-ss .dd-1{
	width:25%;
	flex-grow:1;
}
.dd-ss .dd-1{
	border-right:2px solid #000;	
}
.dd-ss .dd-1 p{
	font-size:12px;
}
.dd-ss .dd-2{
	width:60%;
	flex-grow:1;
}
.dd-ss .dd-2 h6{
	margin-left:5px;
}
.dd-ss-sec{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.dd-ss-sec .dd-1{
	width:6%;
	flex-grow:1;
}
.dd-ss-sec .dd-1 p{
	font-size:12px;
}
.dd-ss-sec .dd-1{
	border-right:2px solid #000;
}
.dd-ss-sec .dd-2{
	width:80%;
	flex-grow:1;
}
.dd-ss-sec .dd-2 h6{
	margin-left:5px;
}
.head-resize{
	font-size:15px;
	font-weight:600;
	color:#fd6501;
	text-transform:uppercase;
}
.benefits ul li{
	margin-bottom:6px;
}
.std-review{
	border-radius:50%;
	height:110px;
	width:20%;
	box-shadow: 0px 0px 3px 1px;
	border:3px solid #000;
}