@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 20px;
		min-height: 100px;
	}
	.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: -17px;
	    right: 5px;
	    padding: 3px 0px !important;
		width:40px;
	}
	.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: 1000px;
	}
	.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;
		text-align: center;
	}
	.heading {
		font-size: 20px;
	}
	.footer ul {
		align-items: flex-start;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.logo-insight img {
		left: 0px;
	}
	.sub-header {
		padding: 25px 5px;
	}
	.home-space {
		text-align: unset !important;
		min-height: unset !important;
		padding: 20px 10px 5px !important;
	}
	.baner-title {
		font-size: 26px;
		margin-top: 20px;
	}
	.baner-sub-title {
		font-size: 18px;
	}
	.home-title {
		font-size: 20px !important;
		line-height: 30px;
	}
	.key-partner li img {
		max-width:100% !important;
	}
	.pl-0 li {
		font-size: 16px;
		margin-left: 5px;
	}
	.counter-box {
		margin-bottom: 20px !important;
		width: 90%;
		margin: 0px auto;
		min-height: auto !important;
	}
	.key-partner li {
		width: 30%;
		margin-bottom: 0px;
		margin-left:0px;
	}
	.connect button {
		margin-bottom:30px;
	}
	.footer p {
		text-align: unset;
	}
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
		text-align: left !important;
	}
	p {
		line-height: 30px;
		font-size: 16px;
	}
	.partner-logo .col-12 {
		margin-bottom:10px;
	}
	.insight-box p {
		font-size: 16px;
		text-align: left;
		line-height:25px;
	}
	.user-description p {
		text-align:left !important;
	}
	.user-description h5 {
		font-size: 17px;
	}
	.insight-box {
		min-height: 330px;
	}
	button.owl-prev {
		left: -5px;
	}
	button.owl-next {
		left: 5px;
	}
}
@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%;
	}
	.sub-header {
		padding: 10px 5px;
	}
	.home-space {
		min-height: auto !important;
	}
	.baner-title {
		font-size: 40px;
	}
	.baner-sub-title {
		font-size: 20px;
	}
	.counter-box {
		padding: 45px 20px 30px !important;
		min-height: 185px;
	}
	li.nav-item {
		margin: 5px 0px;
	}
	.dropdown-item {
		padding: 0px !important;
	}
	.insight-box p {
		font-size: 16px;
		text-align: left;
		line-height: 25px;
	}

	.user-description p {
		text-align: left !important;
	}

	.user-description h5 {
		font-size: 17px;
	}

	.insight-box {
		min-height: 330px;
	}
}
@media screen and (max-width:1023px) and (min-width:992px) {
	.sub-header {
		padding: 10px 5px;
	}

	.home-space {
		min-height: 350px !important;
	}
	
	.counter-box {
		padding: 45px 20px 30px !important;
		min-height: 185px;
	}

}	
@media screen and (max-width:2560px) and (min-width:768px) {
	.hidden-lg {
		display: none;
	}
}
