/*
Theme Name: Pharmacy Mentor - B2 Advanced V2
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com/
*/

#wpadminbar {
    display: block !important;
}


.service-more {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#steps .image-wrapper {
	max-height: 90px;
  overflow: hidden;
}
footer a {
	color: var(--main-color);
}
footer a:hover {
	color: #fff;
}
.home-slider {
    margin-top: 110px;
}
.home-slider.slider .slide {
    height: 500px;
}
.home .about {
    background-color: var(--dark-color);
}
.home .about h2,
.home .about h3,
.home .about p {
    color: #fff;
}
.img-wrapper {
    height: 200px;
    width: 100%;
    overflow: hidden;
}
.img-wrapper img {
    object-fit: cover;
    min-height: 200px;
    width: 100%;
}
.service-title {
    min-height: 65px;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-wrapper {
    border: 2px solid var(--main-color);
    border-radius: 15px;
    padding: 15px 15px 15px 30px;
    position: relative;
}
.col-12.col-md-5 .contact-wrapper h3 {
    margin-bottom: 5px;
    color: inherit;
}
.col-12.col-md-5 .contact-wrapper p,
.col-12.col-md-5 .contact-wrapper a {
    color: var(--dark-color) !important;
    margin-bottom: 0;
}
.col-12.col-md-5 .contact-wrapper h3,
.col-12.col-md-5 .contact-wrapper p {
    font-size: 18px;
    padding-left: 35px;
}
.col-12.col-md-5 .contact-wrapper .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.col-12.col-md-5 .contact-wrapper .icon i {
    font-size: 24px;
    color: var(--main-color);
}
.footer h5 {
    margin: 0;
    color: #fff;
}
.footer hr {
    border: none;
    margin: 15px 15px 15px 0;
    width: 70px;
    background: var(--main-color);
    height: 2px;
    opacity: 1;
}
.header-logo img {
    max-width: 350px;
}
@media (min-width: 992px) {
    .header-logo {
        display: none;
    }
}
.header .social-icons {
    margin-bottom: 0;
    margin-left: auto;
}
.header .social-icons a {
    color: #fff;
}
.header .social-icons a:hover {
    color: var(--dark-color);
}
.menu-item.menu-my-account,
.menu-item.menu-logout {
    display: none;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: var(--main-color);
}
.footer-top i {
	color: var(--main-color);
}
footer p, footer li, footer a {
    font-size: 16px;
}
.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:1.2;
}

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;
}

.about .about-img img {
    border-radius: 32px 32px 0 32px;
    height: auto;
}
.about {
    padding-top: 116px;
    padding-bottom: 130px;
    overflow: visible;
}

@media (min-width: 992px) and (max-width: 1250px) {
    .header-topbar + .slider {
        margin-top: 120px;
    }
}

@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) {}

.staffMembers img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	margin-bottom: 50px;
}

@media only screen and (min-width:992px) {
	.hero {
		margin-top:100px;
	}
}
@media only screen and (min-width:1200px) {
    img.custom-logo {
        min-width: 320px;
    }
}

/* Pharmacy First Style */
:root {
    --teal: #13bfb10d;
    --white: #ffffff;
    --black: #000000;
    --light_grey: #f6f6f6;
    --light_blue: #3287C8;
    --dark_blue_rgb: 20, 27, 77;
}

html {
    scroll-behavior: smooth;
}

body {
    font-weight: 400;
    color: var(--black);
}


section{
    padding: 60px 0;
}
h2{
    font-weight: 700;
    line-height: 52px;
    font-size: 30px;
}
h3{
    font-weight: 500;
}

.h-100 {
    height:100%;
}

img{
    border: 0;
    max-width: 100%;
    height: auto;
}

picture img {
    display: block;
}

.bg-image{
    position: absolute;
    inset: 0;
    z-index: -2;
}
.bg-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.position-relative {
    position:relative;
}

.d-flex {
    display:flex;
    flex-wrap:wrap;
}

.align-items-center {
    align-items:center;
}

.no-underline:after {
    content:unset;
}

.pm-shadow {
    box-shadow: 0 0 1rem rgba(var(--dark_blue_rgb), 0.1);
}

/* Border radius */
.border-radius-10 {
    border-radius: 10px;
}
.border-radius-top-5{
    border-radius: 5px 5px 0 0;
}

.list {
    list-style-type: disc;
    list-style-position: outside;
    font-size: 16px;
    padding-left: 32px;
    margin-bottom: 25px;
    line-height: 25px;
}
.tick {
    list-style-type:decimal;
    list-style-position: outside;
    font-size: 16px;
    padding-left: 32px;
    margin-bottom: 25px;
    line-height: 25px;
}
.tick li::marker {
    content:"\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.tick > li {
    padding-left:1rem;
}

/* Margins */
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

/* Padding */
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

/* Banner */
.container-banner{
    padding: 150px 0;
    margin-top: 100px;

    @media (max-width: 991px) {
        margin-top: 50px;
    }
}
.container-banner .banner-text h1{
    color: var(--white);
    font-size: 55px;
    font-weight: 800;
    line-height: 65px;
}

.container-banner .banner-text p{
    color: var(--white);
    font-weight: 600;
    font-size: 17px;
    line-height: 29px;
}

section[data-overlay="true"] {
    position: relative;
}

section[data-overlay="true"]:before {
    content:"";
    position: absolute;
    inset: 0;
    background-color: var(--_overlay);
}
section[data-overlay="true"] .container {
    position: relative;
    z-index: 1;
}

section:has(.bg-image) {
    isolation: isolate;
}
.banner-text[data-colour="true"] > *:not(a) {
    color: var(--_colour);
}

/* Spotlight */
.container-spotlight{
    background-color: var(--teal);
}

/* Conditions */
.container-conditions{
    background-color: var(--light_grey);
}
a,.condition {
    transition:all ease .3s;
}
.condition {
    color: var(--light_blue);
    background-color: var(--white);
    border-radius: 5px;
}
.condition-content{
    padding: 3rem;
    position: relative;
    z-index: 1;
}
.condition-content:has(.icon-wrapper) {
    padding-top:5rem;
}
.icon-wrapper {
    position: absolute;
    width:8rem;
    aspect-ratio: 1;
    background: var(--light_grey);
    border-radius: 100%;
    left: 50%;
    top: 0;
    transform:translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: solid thin var(--black);
    transition: all ease .3s;
    overflow: hidden;
}
.condition i {
    font-size: 35px;
    color: var(--light_blue);
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.condition h4{
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.condition h4::after {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 80px;
    border-bottom: 3px solid var(--black);
    transform: translateX(-50%);
    padding: 0 10px;
}
.condition:hover {
    background-color: var(--light_blue);
    box-shadow: 0 0 1rem rgba(var(--dark_blue_rgb), 0.2);
}
.condition:hover h3,
.condition:hover p {
    color: var(--white);
}
.condition:hover .icon-wrapper {
    background: var(--white);
    transform:translate(-50%, calc(-50% - .5rem));
}
.condition:hover h4::after {
    border-color: var(--white);
}

.container-conditions a:hover {
    text-decoration: none;
}

.condition-description p {
    text-align: left;
}

.condition-description p:last-child {
    margin-bottom:0;
}

/* Reviews */
.container-reviews {
    background-color: var(--teal);
}

/* Responsive  */
@media (min-width: 992px) {
    /* Large devices (992px and up) */
    .order-lg-2 {
        order:2;
    }
    .text-lg-left {
        text-align: left;
    }
    .header-banner {
        margin-top: 120px !important;
    }
}

.header-banner {
    padding: 50px 0px 50px;
    background-size: cover;
    width: 100%;
    font-family: 'lato';
    text-transform: uppercase;
    color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 50px 0;
    position: relative;
    margin-top: 50px;
}
.side-bar {
    background-color: #F7F7F7;
    width: 100%;
    padding: 25px;
}
.side-bar h3 {
    font-weight: 700;
    margin: 0 0 30px 0;
    font-size: 30px;
}
.side-bar ul {
    list-style: none;
}
.side-bar ul li {
    position: relative;
    font-size: 19px;
    font-weight: 300;
    margin: 0 0 15px 0;
    padding: 0 0 15px 23px;
    border-bottom: 1px #D9D9D9 solid;
}
.side-bar ul li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 15px;
}
.contact-block {
    padding: 100px 0px;
    background: url(images/home-form-bg.jpg) no-repeat center;
      background-size: auto;
    background-size: cover;
    width: 100%;
}
.contact-block h1 {
    color: white;
}
.news-block {
    margin-bottom: 40px;
}
.img-box {
    width: 100%;
    display: block;
    padding-bottom: 70%;
    background-color: #E9E9E9;
    background-position: center center;
    background-size: cover;
}
.news-block h3 {
    margin: 15px 0px 10px;
    font-size: 17px;
}
.news-info a i {
    padding-left: 5px;
}
.news-info-sepra {
    padding: 0px 15px;
}
.mob-topbar,
.mobile-logo {
    display: none;
}
.header-banner h1,
.header-banner h2 {
    color: inherit !important;
    margin: 0;
}
.header-banner .col-md-6.col-sm-6 {
    display: flex;
    align-items: center;
}
.footer-logo img {
    width: 430px;
    padding-bottom: 20px;
}
.end-btn {
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.service-content {
    background: var(--light-color);
}
@media (max-width: 1199px) {
    .end-btn {
        flex-direction: column;
    }
}
@media (max-width: 991px) {
    .header-banner {
        margin-top: 150px;
    }
    .mobile-logo {
        display: block;
        width: 100%;
    }
    .mob-topbar {
        width: 100%;
        display: flex;
        justify-content: space-around;
        background: var(--dark-color);
        padding: 10px;
    }
    .mob-topbar a {
        color: #fff;
    }
    .sticky-logo.faux-heading {
        text-align: center;
        padding: 15px 0;
    }
    .module-holder {
        margin: 0;
    }
    .module-holder.module-holder-phone {
        background: var(--main-color);
        width: 100%;
        padding: 15px 30px;
    }
    .slider .slide .slide-content {
        padding-top: 80px;
    }
    .services .service-panel .service-panel-holder .service-content .service-more {
        gap: 10px;
    }
    .footer hr {
        margin: 15px auto 15px auto;
    }
    #primary-menu {
        background: #fff;
    }
    .header.header-topbar .navbar {
        padding: 0;
    }
    .header.header-light .navbar .navbar-nav > li > a {
        color: var(--main-color);
    }
    .in-menu i {
        color: var(--main-color);
    }
}
@media (max-width: 575px) {
    .page-title.page-title-3 .title {
        padding-top: 250px;
    }
}