/*
Theme Name: Pharmacy Mentor
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com/
Version: 1.0.0
*/

.py-1 {
	padding: 2rem 0 !important;
}
.py-2 {
	padding: 2.5rem 0 !important;
}
.py-3 {
	padding: 3rem 0 !important;
}
.py-4 {
	padding: 3.5rem 0 !important;
}
.py-5 {
	padding: 5rem 0 !important;
}

.my-1 {
	margin: 2rem 0 !important;
}
.my-2 {
	margin: 2.5rem 0 !important;
}
.my-3 {
	margin: 3rem 0 !important;
}
.my-4 {
	margin: 3.5rem 0 !important;
}
.my-5 {
	margin: 5rem 0 !important;
}


section {
	position:relative;
	isolation: isolate;
}

.bg-image {
	position: absolute;
	inset:0;
	z-index: -1;
}

.bg-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#contact-map iframe {
	width: 100% !important;
}

.header-full-screen-img .cd-intro h1:first-child,
.header-full-screen-img .cd-intro h2:first-child,
.header-full-screen-img .cd-intro h3:first-child,
.header-full-screen-img .cd-intro h4:first-child {
	font-size: 48px;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}
.header-full-screen-img .cd-intro p {
	line-height: 30px;
	color: #fff;
}
.cta-block {
	margin-top: 20px;
}
.full-banner-section {
	background: #062B40;
	padding: 100px 50px;
	position: relative;
}
.full-banner-section {
	background-image: url(./assets/img/bg2.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right 0;
}
.banner-content .cd-intro h2 {
	font-size: 40px;
	position: relative;
}
.banner-content .cd-intro h2:before {
  position: absolute;
  top: -30px;
  left: 90%;
  width: 54px;
  height: 72px;
  content: '' !important;
  background-image: url(./assets/img/buds.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.banner-content .cd-intro p {
	font-size: 17px;
}
.banner-image-container {
	border-radius: 10px;
	overflow: hidden;
}
.banner-image-container img {
	width: 80%;
	height: 100%;
}
.banner-content .cta-block a.btn {
	border: 3px solid var(--button-primary-color);
}
.banner-content .cta-block a.btn:hover {
	border: 3px solid var(--button-primary-color);
}
#newsletter-form .input-group-btn {
	position: absolute;
	font-size: 0;
	white-space: nowrap;
	top: 0;
	right: 0;
}
section.page-title {
	background: #062B40;
	color: #fff;
}
section.page-title .breadcrumb li {
	color: #062B40;
}
#newsletter-form .wpcf7-response-output {
	color: #fff;
	margin-top: 0;
}
.newsletter-simple .newsletter-call-out {
	display: flex;
	align-items: center;
}
.newsletter-simple .newsletter-call-out h2 {
	margin-left: 20px;
}
.newsletter-simple .newsletter-call-out p {
	margin: 0 20px;
}
.newsletter-simple form .newsletter-email {
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
}
.d-flex {
	display: flex;
}
.justify-content-center {
	justify-content: center;
}
.align-items-center {
	align-items: center;
}
.counter-item {
	box-shadow: 0 0 10px #ccc;
	padding: 20px;
	margin: 0 10px;
	border-radius: 40px 0 40px 40px;
	overflow: hidden;
	text-align: center;
}
.counter-item h2 {
	color: #618bba;
	font-size: 40px;
	font-weight: 700;
}
#our-service {
	background: radial-gradient(119.51% 258.47% at -21.45% 120.45%, rgba(175, 208, 227, 0.7) 0%, #FFFFFF 97.24%);
}
.treatment-section {
	background: radial-gradient(119.51% 258.47% at -21.45% 120.45%, #2F5267 0%, #AFD0E3 6.41%, #FFFFFF 95.11%);
}
.treatments-row {
	margin-top: 40px;
}
.condition-item-box {
	box-shadow: 0 0 10px 0 #ccc;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 50px;
	background: #fff;
}
.condition-item-box .featured-img {
	width: 100%;
	height: 300px;
}
.condition-item-box .featured-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.feature .short-desc {
	background: #fff;
	padding: 20px;
	border-radius: 0 0 25px 25px;
	box-shadow: 0 0 10px #ccc;
	margin-bottom: 15px;
	min-height: 170px;
	overflow-y: auto;
}
.feature .short-desc h3 {
	margin-top: 0;	
	font-size: 25px;
}
.feature .feature-img {
	width: 100%;
}
.feature .feature-img img {
	width: 100%;
}
#news {
	background: #f5f5f5;
}
.section-heading {
	font-size: 45px;
}

.blog-item .content-block {
	padding: 20px;
	background: #fff;
	border-radius: 0 0 25px 25px;
	box-shadow: 0 0 10px #ccc;
	margin-bottom: 15px;
}
.blog-item .content-block h2 {
	margin-top: 0;	
}
.trustpilot-widget {
	float: left;
	margin-top: 30px;
	left: -37px;
}

@media only screen and (max-width: 767px) {
	.trustpilot-widget {
		float: unset;
		margin-top: 30px;
		left: 0;
	}
	.newsletter-simple .newsletter-call-out {
		display: block;
	}
	.newsletter-simple form .newsletter-email {
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}
	#newsletter-form .input-group-btn {
		position: unset;
	}
	.newsletter-simple form .newsletter-submit {
		border-radius: 0;
		margin-top: 20px;
	}
	.wpcf7-spinner {
		display: none;
	}
	.wpcf7.submitting .wpcf7-spinner {
		display: inline-block;
	}
	#contact-form-gmap  {
		margin-top: 100px;
	}
	#contact-form-gmap p {
		text-align: left;
	}
	#contact-form-gmap .form-actions p {
		text-align: center;
	}
	.content-img-right .btn {
		width: auto;
	}
	.content-img-right .btn {
		width: auto;
	}
	section.page-title {
		padding-top: 165px;
	}
	.navigation-top .navbar-nav li:last-of-type .btn {
		margin: 0;
	}
}
@media only screen and (max-width: 600px) {
	.content-img-right .btn {
		width: auto;
	}
}
@media only screen and (max-width: 480px) {
	.content-img-right .btn {
		width: auto;
	}
}