.pin{
	width: 28px;
	height: 34.73px;
	position: relative;
	top: 15px;
	left: 15px;
}

/* Large Display */

@media only screen and (min-width: 1367px){

	.bk{
		background-image: url('../imgs/6.png');
		background-repeat: no-repeat;
		background-position: 80px 240px;
		background-size: 99%;
	}

	.ips-pej-ttop{
		margin-top: 60px;
	}

	.ips-cntc-top{
		margin-top: 170px;
		padding-bottom: 250px;
	}

	.loc-pos{
		position: relative;
		left: 15px;
	}
}

/*Small Display */

@media only screen and (min-width: 768px) and (max-width: 1366px){
	.bk{
		background-image: url('../imgs/6.png');
		background-repeat: no-repeat;
		background-position: 0px 225px;
		background-size: 99%;
	}

	.ips-pej-ttop{
		margin-top: 50px;
	}

	.ips-cntc-top{
		margin-top: 100px;
		padding-bottom: 190px;
	}

	.loc-pos{
		position: relative;
		left: 25px;
	}
}

/* Mobile Display */

@media screen and (max-width: 767px){

	.bk{
		padding-bottom: 50px;
	}

	.ips-cntc-top{
		margin-top: 60px;
	}

	.loc-pos{
		font-family: Roboto;
		font-style: normal;
		font-weight: 300;
		font-size: 22px;
		line-height: 26px;
	}

	.div-seprator{
		margin-top: 60px;
	}

}