@media screen and (max-width:767px){
	body {
		margin-bottom: 90px;
	}
	.hidden-xs{
		display: none;
	}
	.header {
		position: sticky;
		z-index: 9;
	}
	.banner {
		height: auto;
		background-size: cover;
		display: block;
	}
	.breadcrumb {
	    padding: 20px 10px 10px;
	}
	.slider-caption {
    	padding: 30px 10px;
	}
	.slider-caption h1 {
    	font-size: 20px;
    	line-height: 30px;
	}
	.btn-groups .btn {
	    width: 140px;
	    margin-right: 10px;
	}
	.footer {
        padding: 10px;
        text-align: center;
        font-size: 14px;
	}
	.footer .text-end {
		text-align: unset !important;
	}
	.navbar-toggler {
	    position: absolute;
	    top: 10px;
	    right: 5px;
	    padding: 5px 0px !important;
	}
	.nav-link {
    	padding: 2px !important;
    	margin-bottom: 8px;
	}
	#collapsibleNavbar {
    	position: absolute;
        width: 100%;
        background: #822b6a;
        padding: 10px;
        top: 60px;
	}
	.navbar-toggler:focus {
		box-shadow: none !important;
	}
	.table-responsive table {
		width: 1400px;
	}
	.dashboard-menu, .map-section {
		width: 100%;
	}
	.dashboard {
		margin-top: 0px;
	}
	.btn-groups {
		width: auto;
	}
	.about-img {
	    width: 80%;
	    left: 40px;
	    margin-left: 10px;
	    margin-top: 40px;
	}
	.perticle {
	    position: absolute;
	    width: 60%;
	    bottom: -40px;
	    right: 10px;
	    opacity: 0.5;
	}
	.content-box table {
		width: 1200px !important;
	}
	.logo-right {
		text-align: center;
		margin-top: 15px;
	}
	.tag-line {
		margin-right: 0;
	}
	.heading {
		font-size: 20px;
	}
	.footer ul {
		align-items: flex-start;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.logo-insight img {
		left: 0px;
	}
}
@media screen and (max-width:540px) and (min-width:320px) {
	
}
@media screen and (max-width:991px) and (min-width:768px){
	.table-responsive table {
		width: 1200px;
	}
	.dashboard-menu, .map-section {
		width: 100%;
	}
}
@media screen and (max-width:2560px) and (min-width:768px){
	.hidden-lg{
		display: none;
	}
}
