@media only screen and (min-width: 1201px) {
	.mobile-pt-visible {
		display: none;
	}
	.mobile-visible {
		display: none;
	}
	.homesectionContent h1 {
		font-size: 1.9rem !important;
	}
	.homesectionContent p {
		font-size: 1.1rem !important;
	}
}
@media only screen and (max-width: 1200px) {
	.homesectionContent h1 {
		font-size: 1.9rem !important;
	}
	.mobile-pt-visible {
		display: block;
	}
	.mobile-visible {
		display: block;
	}
	.breadcrumb {
		justify-content: center;
	}
	.single .wrapper img {
		width: 100%;
		height: 100%;
	}
	.page .wrapper iframe {
		width: 100%;
		height: 450px;
	}
	.banner-image {
		max-width: 70% !important;
		width: 100% !important;
		margin: 0 !important;
	}
	.offcanvas-nav.open {
		left: 0;
		visibility: visible;
	}
	.offcanvas-nav {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 100%;
		left: -15rem;
		width: 15rem;
		padding-right: 0;
		padding-left: 1.5rem;
		padding-bottom: .5rem;
		overflow-y: auto;
		visibility: hidden;
		background: #1e2228;
		background-clip: border-box;
		transition-timing-function: ease-in-out;
		transition-duration: .3s;
		transition-property: left, visibility;
		transition: left .3s ease-in-out, visibility .3s ease-in-out;
		align-items: start;
		-moz-background-clip: padding;
		-webkit-background-clip: padding;
		background-clip: padding-box;
		z-index: 1041;
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: column;
	}
	.offcanvas-header {
		padding: 3rem 0 2rem;
	}
	.navbar .navbar-collapse .nav-link {
		padding-top: .3rem;
		padding-bottom: .3rem;
		color: #fff;
	}
	.navbar .navbar-collapse .dropdown-menu {
		padding: 0;
		margin-top: 0;
		background: 0 0;
	}
	.navbar .navbar-collapse .dropdown-menu .dropdown-item {
		color: #fff;
		padding-left: 1rem;
		padding-top: .3rem;
		padding-bottom: .3rem;
	}
	.navbar .navbar-brand {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
	}
}

@media only screen and (max-width: 991px) {
	.contact-section img {
		width: 100% !important;
	}
	footer {
		text-align: center !important;
	}
	footer .nav.social {
		display: block;
	}
	.page:not(.home) .banner-section .container {
		padding-bottom: 100px !important;
	}
	.page .wrapper iframe {
		height: 350px;
	}
	.mt-md-n9 {
		margin-top: 0 !important;
	}
	.banner-image {
		max-width: 100% !important;
		width: 100% !important;
		margin: 0 !important;
	}
	.homesectionContent {
		text-align: center !important;
	}
}

@media only screen and (max-width: 767px) {
	.process-wrapper {
		text-align: center !important;
	}
	header .contact-info div {
		text-align: center !important;
	}
	.homesectionContent {
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.mobile-pt-visible {
		display: none;
	}
	.mb-sm-7 {
		margin-bottom: 1.75rem !important;
	}
	.pb-sm-10 {
		padding-bottom: 2.5rem !important;
	}
	.mb-sm-7 {
		margin-bottom: 1.75rem !important;
	}
	.py-sm-5 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-sm-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}
	.py-sm-15 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mt-sm-5 {
		margin-top: 1.5rem !important;
	}
	.mb-sm-5 {
		margin-bottom: 1.5rem !important;
	}
	footer .widget-title::after {
		margin-left: auto;
		margin-right: auto;
	}
	.branch-pharmacist h5 {
		border-bottom: none;
	}
	.homesectionContent {
		text-align: center !important;
	}
}