
@media(max-width:992px){
	
	p {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	#back-top{
		width: 30px;
		height: 30px;
	}
	#back-top::after{
		font-size: 1em;
		line-height: 30px;
	}
	header .social{
		margin-left:0;
	}
	.separate{
		padding:20px 0;
	}
	.btn{
		padding: 8px 30px;
	}
	.heading{
		font-size: 24px;
		line-height: 24px;
		text-align:center;
	}
	.navbar-collapse{
		background:#000;
	}
	.heading:before{
		width: 120px;
		margin:10px auto;
	}
	.heading-right:before{
		position:unset;
	}
	header .navbar-brand img{
		width: 230px;
	}
	header .navbar-dark .navbar-nav .nav-link{
		font-size: 16px;
		padding: 12px 4px;
	}

.content-section {
    margin: 0px 15px;
    margin-top: 170px;
}
}