/*
Theme Name: Pharmacy Mentor - B2 Advanced V2
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com/
*/
.mr-2 {
	margin-right: 1.2rem !important;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-200 {
  padding-top: 200px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pt-250 {
  padding-top: 250px;
}
.pb-250 {
  padding-bottom: 250px;
}
.mb-100 {
	margin-bottom: 100px;
}
.banner-section {
	position: relative;
}
.banner-section::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #696969;
  top: 0;
  opacity: 0.2;
}
.app-content-container {
	border-radius: 10px;
}
.bg-theme-style-2 {
	background: #13bfb10d !important;
}
.bg-theme-style-1 {
	background: #eaffe7 !important;
}
.bg-theme-style-3 {
	background: #defffd78 !important;
}
.featured-image img {
	border-radius: 10px;
	overflow: hidden;
}
.app-section .featured-image {
	position: relative;
	top: -50px;
}
.app-content {
	padding: 30px;
	background: #fff;
	border-radius: 15px;
}
.presc-content {
	margin-left: 70px;
}
.step-section .step-content:nth-child(even) .short-content {
	margin-right: 50px;
}
.step-section .step-content:nth-child(odd) .short-content {
	margin-left: 50px;
}
.presc-banner-content {
	position: relative;
}

/* Blog Layout */

article {
	text-align:center;
	font-size:14px;
}

article .auto-container {
    max-width:1000px !important;
    margin:0 auto;
	padding: 0 14px;
}

article .text > *, article .section-title {
	margin-bottom:15px !important;
	margin-top:0 !important;
}

article .sec-title > * {
	line-height:28px;
}

article .text > h3 {
	margin-top:45px !important;
}

article .text > h4 {
	margin-top:30px !important
}

article .text img {
    display:inline-block;
	margin:15px 0 !important;
	max-width:650px;
    width:100%;
}

.firefox article .text img {
    margin: 30px 0 15px !important;
  }

article .text p:has(img) + h3, article .text p:has(img) + h2 {
    margin-top: 0px!important;
}

.theme-btn-one {
	display:inline-block;
	position:relative;
	border-radius: 8px 8px 0 8px;
    width: 170px;
    height: 60px;
	line-height: 60px;
	padding: 0 15px;
	margin: 20px 0 20px !important;
    color: var(--global--color-white);
	background: linear-gradient(to right, var(--global--color-secondary) 50%, var(--global--color-primary) 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .24s cubic-bezier(.37, .31, .31, .9);
}

.theme-btn-one:active,
.theme-btn-one:focus,
.theme-btn-one:hover {
    border-color: var(--global--color-secondary);
    color: var(--global--color-white) !important;
	background-position: left bottom;
}

@media only screen and (max-width: 992px) {
	.order-step-content {
		margin-bottom: 40px;
	}
	.step-content {
		margin-bottom: 20px !important;
	}
	.step-section .step-content:nth-child(2n) .short-content {
		margin-right: 0;
	}
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		margin-bottom: 15px;
		line-height: 1.2;
	}
	.order-step-section .row > div:last-child .order-step-content, .step-section .row > div:last-child .order-step-content {
		margin-bottom: 0;
	}
	.heading.heading-2 .heading-title {
		margin-bottom: 15px;
	}

	.container .row {
		margin:0;
	}
}

@media only screen and (max-width: 768px) {
	.about .signature-block .btn {
		margin-right: 0;
	}
	.about .about-img {
		margin-bottom: 20px;
	}
	.reviews-section {
		padding-bottom: 0 !important;
	}
	.footer .footer-top {
		padding-bottom: 20px;
	}
	.blog-single {
		padding-bottom: 70px;
	}
	.sidebar {
		margin-top: 10px;
	}
	.features {
		padding-top: 70px;
	}
	.heading.heading-3 {
		margin-bottom: 10px;
	}
	.single-service {
		padding-bottom: 70px;
	}
	.features .feature-panel-holder .feature-panel {
		margin-bottom:0;
	}
	.features .feature-panel-holder .feature-panel .feature-content p {
		visibility: visible;
		opacity: 1;
		color: #fff;
	}
	.features .feature-panel-holder .feature-panel a {
		margin-top: 0;
	}
	.slider .carousel-dots .owl-dots {
		display: none;
	}
	.slider .slide .container, .slider .slide .row, .slider .slide .slide-content {
		height: 100%;
	}
	.testimonials-style-1 .testimonial-panel .testimonial-body {
		padding-left: 15px;
		padding-top: 0;
	}
	.pb-150 {
		padding-bottom: 100px !important;
	}
	.pt-150 {
		padding-top: 100px !important;
	}
	.about .heading {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 480px) {}