@media screen and (max-width:992px) {
	.top_bar:after {
		width: 19rem;
	}

	.info {
		display: none;
	}

	.about_section {
		height: inherit;
	}

	.about_section .sub-heading {
		padding: 20px 32px;
	}

	.menu {
		display: block;
	}

	.sidebar {
		padding: 8px 6px;
		padding-top: 98px !important;
		left: 0;
		top: 10px;
		height: 67vh;
	}

	.dashboard_body_panel {
		padding-left: 10px;
		padding-right: 10px;
		margin: 17px 0;
	}

	.grid {
		grid-template-columns: 1fr;
	}

	.nav {
		margin-top: 11px;
	}

	.logo a span {
		font-size: 33px;
	}

	.nav-pills .nav-link {
		font-size: 19px;
		margin-bottom: 5px;
	}
	.grid.grid-2 {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.grid .item1 {
		padding: 17px 16px;
	}

	.title_user img {
		right: 10px;
		width: 100px;
	}

	.title_user {
		padding: 20px 10px;
	}

	.grid .item1 span {
		font-size: 33px;
		line-height: 49px;
	}

	.img_icon {
		justify-content: end;
		display: flex;
	}

	.img_icon img {
		width: 44px;
	}

	p {
		margin-bottom: 16px;
		font-size: 15px;
	}

	.grid.support .item1 {
		padding: 29px 18px;
	}

	.grid.support .text span {
		font-size: 20px;
	}

	a.btn-1 {
		padding: 10px 19px;
		display: inline-block;
		margin-top: 15px;
		font-size: 14px;
	}

}

@media screen and (max-width:600px) {
	.top_bar:after {
		width: 12rem;
	}

	.info {
		display: none;
	}

	.contact_section .container {
		margin-top: -70px;
	}
}


@media screen and (max-width:567px) {
	.info {
		display: none;
	}

	.top_bar {
		background: #2c2c2c;
		height: 119px;
	}

	.logo a img {
		width: 90px;
	}

	.details i {
		color: #fff;
	}

	.information_one {
		display: flex;
		gap: 13px;
	}

	button.navbar-toggler {
		padding: 0;
		font-size: 27px;
		outline: none;
	}

	.navbar-toggler:focus {
		box-shadow: inherit;
	}

	.header_menu .container {
		padding: 4px 9px;
		width: 93%;
	}

	div#main_nav {
		position: absolute;
		top: 45px;
		background: #fff;
		width: 100%;
		left: 0;
	}

	.header_menu .navbar ul.dropdown-menu.fade-up {
		padding: 0 30px;
		width: 100%;
		border: none;
	}

	.header_menu .navbar ul li a {
		color: #374358;
		display: block;
		padding: 12px 17px;
		font-size: 1rem;
		font-weight: 500;
		margin: 0;
	}

	.banner_item h6 {
		font-size: 16px;
	}

	.banner_item h6:before {
		content: "";
		background-color: #ffff00;
		position: absolute;
		left: 0;
		width: 30px;
		height: 3px;
		top: 8px;
	}

	h1 {
		font-size: 45px;
		font-weight: 500;
		line-height: 1.1;
		margin-bottom: 13px;
	}

	.banner_item p {
		padding-right: 0;
		color: #d1d1d1;
	}

	.banner_item {
		padding: 130px 20px;
	}

	.gapping {
		padding: 3rem 0;
	}

	h2 {
		font-size: 30px;
		font-weight: 500;
	}

	.about_section {
		height: 100%;
	}

	.about_section .sub-heading {
		padding: 0px 25px;
		text-align: center !important;
	}

	a.link-read {
		margin-top: 18px;
	}

	section.gallery_section {
		padding-top: 55px;
	}

	h4 {
		font-size: 18px;
		font-weight: 400;
	}

	.img_icon {
		background-color: #fff;
		width: 71px;
	}

	.provide_item span {
		right: 60px;
		font-weight: 500;
	}

	.contact_section .container {
		background: #fff;
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
		padding: 26px 18px;
		margin-top: -120px;
		border-radius: 60px 0px 60px 60px;
	}

	.get_in_touch h2 {
		margin-bottom: 30px;
		text-align: center;
	}

	.input_field {
		margin-bottom: 0px;
	}

	.about_img2 {
		margin-top: 32px;
	}

	.ftr_address_info {
		background: #f5f1ee;
		width: 100%;
		display: inline;
		padding: 21px 22px 11px;
	}

	.ftr_nav h4 {
		font-size: 22px;
		font-weight: 500;
		margin-bottom: 17px;
	}

	.ftr_nav {
		margin-bottom: 28px;
	}

	.top_footer .container {
		display: inline;
	}

	.ftr_address_info {
		background: #f5f1ee;
		width: 100%;
		display: inline-table;
		padding: 22px 22px 11px;
		border-radius: 0;
	}

	.logo_ftr {
		width: 100%;
		height: 124px;
		background: #181818;
		text-align: center;
		border-radius: 0px 0px 0px 17px;
		padding-top: 7px;
	}

	.copyright_bar {
		padding-top: 3px;
		margin-top: 14px;
		text-align: center;
	}

	.copyright_bar .container {
		display: inline;
	}

	.pera p {
		margin-bottom: 20px !important;
	}

	.social_icon_hd a:nth-child(3) {
		font-size: 25px;
	}

	.social_icon_hd a {
		color: #000;
		font-size: 20px;
		margin-left: 9px;
	}

	.header_menu .navbar ul li a.active::before {
		display: none;
	}

	.inner_banner {
		padding: 110px 0 68px !important;
	}

	.about_section_inner .sub-heading {
		text-align: center !important;
	}

	.about_section_inner .sub-heading {
		padding-top: 0;
		margin-bottom: 0;
	}

	img.small-image {
		position: absolute;
		border-radius: 0;
		height: 250px;
		top: 0;
	}

	img.big-image {
		position: relative;
	}

	.img_why_should {
		display: none;
	}

	.why_you_should .sub-heading h2 {
		line-height: 32px;
		margin-bottom: 20px;
		font-size: 26px;
	}

	.list_type_why ul {
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.contact_section2 .get_in_touch p {
		margin-bottom: 27px;
		text-align: center;
	}

	.input_field button {
		margin: 0 auto;
		display: table;
	}

	.map iframe {
		height: 260px;
	}

	.supplying_cheshire .sub-heading {
		text-align: center !important;
	}

	.supplying_cheshire .sub-heading h2 {
		margin-bottom: 19px !important;
	}

	.col-lg-4.text-end {
		text-align: center !important;
	}


}