body{
	background: #FFF !important;
	font-family: "Noto Serif Bengali", sans-serif;
}
#wrap{
	max-width : 380px;
	margin: 0 auto;
	background: #F7F8FB;
	padding-bottom: 15px;
}
#top{
	background-size: 100%;
	background-repeat: no-repeat;
	height:65px;
	width:100%;
	background-color: #FFF;
	box-shadow: 0px 0px 40px 0px rgba(189, 189, 189, 0.25);
}
#top img{
	height:45px;
	margin-top: 10px;
}
#content{
	font-family: D-DIN;
	font-weight: 700;
	padding: 30px;
}
#info-board{
	position: relative;
	border-radius: 4px;
	background: var(--theme-white-default, #FFF);
	width: 100%;
	margin-top: 65px;
	height: 150px;
}
#card-line{
	position: absolute;
	width: 30px;
	z-index: 1;
	left:50px;
	top: 30%;
}
#card-star{
	position: absolute;
	width: 30px;
	z-index: 1;
	right:50px;
	top: 60%;
}
#pic-wrap{
	position: inherit;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.12);
	width: 130px;
	height: 130px;
	overflow: hidden;
	top: -65px;
	margin: 0 auto;
}
#pic-wrap img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#info-board p{
	position: inherit;
	text-align: center;
	color: #52536D;
	font-size: 18px;
	top: -65px;
	z-index: 2;
}
#info-board p span{
	color: rgba(51, 51, 51, 0.80);
	font-size: 14px;
}
#agency-board{
	position: relative;
	border-radius: 4px;
	background: var(--theme-white-default, #FFF);
	width: 100%;
	padding: 15px;
	text-align: center;
}
#agency-board h2{
	color: rgba(46, 49, 146, 1);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}
#agency-board p {
	margin-bottom: 0;
}
#agency-board p span{
	display: inline-block;
}
.card-label{
	color: rgba(15, 33, 55, 0.70);
	font-size: 14px;
	font-weight: 400;
	text-align: start;
}
.card-text{
	color: rgba(15, 33, 55, 0.90);
	font-size: 13px;
	font-weight: 700;
}
#buttons{
	width: 100%;
	text-align: center;
}
.buttons{
	border-radius: 4px;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
}
#button-save{
	background: #0F2137;
	color:#fff;
	width: 120px;
	padding: 10px 0;
	border: 0.5px solid #0F2137;
	margin-right: 15px;
}
#button-share{
	background: #fff;
	color: #231F20;
	width: 120px;
	padding: 10px 0;
	border: 0.5px solid rgba(2, 42, 129, 0.13);
}
#button-share img{
	width: 15px;
	margin-right: 15px;
}
#contact-board{
	position: relative;
	width: 100%;
}
#contact-board p{
	position: relative;
	width: 100%;
	margin-bottom: 6px;
    height: 30px;
}
#contact-board p img{
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	margin-right: 15px;
}
#contact-board p span{
	position: absolute;
	top: 4px;
	left:45px;
	color: #52536D;
	font-size: 14px;
	font-weight: 400;
}
#content-2{
	background: #F7F8FB;
	font-family: D-DIN;
	font-weight: 700;
}
#buttons-company{
	width: 100%;
	border-radius: 4px 4px 0px 0px;
	background: var(--theme-white-default, #FFF);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
	padding: 10px 20px;
}
#button-profile{
	color:#FFF;
	background: #2E3192;
	width: 100%;
	text-align: center;
	padding: 13px;
	border: 0.5px solid #2E3192;
}
.table, th, td{
	padding: 3px 5px !important;
	text-align: start;
}

@media screen and (max-width:766px){
	#wrap{
		width : 100%;
	}
}
