@media only screen and (min-device-width : 320px) and (max-device-width : 767px){
/* 	header */
	.navbar-light .navbar-brand {
		max-width: 130px !important;
	}
	#lean-tabs .about-style-wrap-content .about-list-tab .nav .nav-item {
	margin-right: 12px;
	padding-top: 20px;
}
	/* accounting service page */
	.accounting-section-2 .among-item .among-bottom{
		min-height:unset !important;
	}
/* 	 Mortgage page */
	.mortgage-servicing .services-card-item .services-content {
    height: 284px;
}
           /* 	 Home Page */
		.unlock-section .better-home-area {
		padding-top: 0px;
	}
		.home-banner-section .better-home-area {
		padding-top: 63px;
	}
	#home::before{
	 background-color: #fff;
    opacity: 0;
	}
	#home {
		margin-bottom: 20px;
	}
	.contact-banner .owl-stage-outer.owl-height, .contact-banner .two-banner-area {
	  height: 400px !important;
	}
	.contact-detail .video-overview-image {
		margin-top: -40px
	}
	footer.one-footer-area .copyright-item {
		display: block !important;
	}
	.one-footer-area .copyright-area .copyright-item p {
		text-align: center !important;
	}
}