/*Mobile devices*/
@media only screen and (max-width: 767px) {
	

	.navbar .navbar-toggler {
		margin-top: 7px;
    	padding: 0;
	}
	.hero-title {
		height: 130px;
	}
	.hero-title h2 {
		font-size: 35px;
	}
	.main-section {
		padding: 60px 0;
	}
	footer .link-section .d-flex {
		display: inline !important;
	}
}
/*Tab, ipad, ipad-pro devices*/
@media (min-width: 678px) and (max-width: 992px) {
}
