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

:root {
    --global--color-primary: #3283BF;
    --global--color-primary-darken: #3283BF;
    --global--color-primary-light: #3283BF;
    --global--color-secondary: #94CD0D;
    --global--color-heading: #3283BF;
    --global--color-heading-darken: #3283BF;
    --global--color-heading-light: #1d2a4d;
    --global--color-body: var(--global--color-primary);
    --global--color-white: #ffffff;
    --global--color-gray: #f9f9f9;
    --global--color-gray-darken: #788fc8;
    --global--color-gray-light: #e6e8eb;
}

a {
    color: var(--global--color-heading);
}

.header.header-light .navbar .navbar-nav>li>a {
    color: var(--global--color-primary)!important;
}

.header .navbar .navbar-nav>li.current_page_item a, .header .navbar .navbar-nav>li:hover a {
    color: var(--global--color-secondary)!important;
}
.header.header-light .navbar .navbar-nav>li>a::before {
    background-color: var(--global--color-secondary)!important;
}

.service-icon {
    margin: 0 auto;
}

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

/********My Custom Css************/
img.custom-logo{width: 120px!important;    height: auto!important;    background: #fff;    padding: 5px;}

p.footer-logo img {
    width: 100px;
    height: auto;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
}

.form-group {
    margin-bottom: 1rem;
}
.wpcf7 input[type="date"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="textarea"], .wpcf7 textarea {
    -webkit-appearance: none;
    appearance: none;
    padding: 12px 15px;
    border: 1px solid #ddd;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form-control-wrap {
    float: left;
    width: 100%;text-align:left;
}
.wpcf7 select {
    padding: 10px 15px;
    border: 1px solid #ddd;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
}
.form-group label {
    text-align: left !important;
    display: block;
}

.form-group p{text-align:left;}

span.wpcf7-list-item {    margin-left: 0px;}

a.btn {    width: auto !important;}

.bg-image {
    display:block;
    position: absolute;
    inset:0;
    z-index: -1;
}
.bg-image img {
    width: 100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}
.page-title {
    width: 100%;
    /* height: 430px; */
    position: relative;
    text-align: center;
	overflow:hidden;
    /* height: 300px; */
    /* display: table; */
}
.page-title::before {
    content: "";
    display: block;
    background: #014D53;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: 0.6;
    isolation: isolate;
  }


.branch-contact-section .nav.nav-tabs {
    align-items: center;
}
.branch-contact-section .nav.nav-tabs li {
    flex: 1;
    text-align: center;
    border-radius: 0;
    margin-top: -1px;
}
.branch-contact-section .nav-tabs .nav-link.active {
    color: white;
    background-color: var(--global--color-primary);
    border: none;
    border-radius: 0;
}
.branch-contact-section .nav-tabs .nav-link {
    color: var(--global--color-primary);
    padding: 15px;
    border-radius: 0;
}
.branch-contact-section .nav-link:focus {
    outline: 0 !important;
}
.branch-contact-section .nav-tabs .nav-link:focus {
    border: none;
    outline: 0 !important;
}
.branch-contact-section .nav-tabs .nav-link:hover {
    border: none;
}
.singlebranch.service-sidebar h4 {
    padding-bottom: 10px;
}
.singlebranch.service-sidebar ul {
    gap: 5px;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.widget.service-list-widget ul li a {
    font-size: 18px;
    padding: 10px 0;
    display: inline-block;
}
.branch-contact-section .nav.nav-tabs li {
    flex: 1;
    text-align: center;
    border-radius: 0;
    margin-top: -1px;
}

.branch-contact-section  .nav-tabs .nav-link {
    color: var(--global--color-primary);
    padding: 15px;
    border-radius: 0;
}

.branch-contact-section .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.branch-contact-section .nav-tabs > li.active, .branch-contact-section .nav-tabs > li:hover {
    background: var(--global--color-primary)!important;
}

.branch-contact-section .nav.nav-tabs li {
    padding: 10px;
	flex: unset;
}


.branch-contact-section .nav-tabs .nav-link.active {
    color: white;
    background-color: var(--global--color-primary);
    border: none;
    border-radius: 0;
}

.branch-contact-section  ul.nav.nav-tabs.m-0 li a {
    padding: 10px 20px!important;
}
.branch-contact-section  ul.nav.nav-tabs.m-0 li a:active, .branch-contact-section  ul.nav.nav-tabs.m-0 li a:focus, .branch-contact-section  ul.nav.nav-tabs.m-0 li a:hover{
    color: #ffffff;
}

.service-item {
    display: flex;
    align-items: center; /* Vertically align the text with the image */
	margin: 15px 0;
}	
	
	
.service-item::before {
    content: "";
    display: inline-block;
    width: 25px;  /* Set the width of the image */
    height: 20px;  /* Set the height of the image */
    background-size: cover; /* Ensure the image covers the size */
    margin-right: 10px; /* Adjust space between image and title */
    vertical-align: middle; /* Align the pseudo-element with the text */
}

.branch-contact-section .nav.nav-tabs li {
    padding: 10px 0!important;
}

.branch-contact-section ul li.nav-item a.active{background:var(--global--color-primary)!important;color:#fff;}	
	
.branch-contact-section .nav-tabs > li.active, .branch-contact-section .nav-tabs > li a:hover, .branch-contact-section a:hover {
    border-color: #fff!important;
	color:#fff!important;
}	
	.branch-contact-section .nav-tabs > li:hover {
    background: #fff;
    border-top: none !important;
}

.single-content-section {
    width: 100%;
	overflow: hidden;
}
.breadcrumb {
    background: none !important;
}
img.custom-logo {
    margin: 0px!important;
}
.header.header-topbar .navbar .navbar-nav>li>a {
        line-height: 30px!important;
    }

.branch {
    margin-bottom: 20px;
}
.branch img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.branch-content {
    padding: 20px;
    background: #f2f2f2;
    min-height: 270px;
    border-radius: 0 0 10px 10px;
	position:relative;
}
.branch-content h3 {
    margin-top: 0;
}
.branch-content .read-more {
    bottom: 15px;
    padding: 5px 20px;
    font-size: 16px;
    color: #ffffff;
    background-color: #014D53;
    transform: translate(40%, -50%);
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    text-transform: capitalize;
    position: absolute;
}

.branches-sub-title form {
    width: 350px;
    margin: 30px auto 10px auto;
}
.branches-sub-title input[type=text] {
    color: #272727;
    border: 1px solid #e7e7e7;
    padding: 7px 10px 7px 15px;
    background: #f6f6f6;
    width: 100%;
}
.branches-sub-title .order-full input[type=submit] {
    margin-top: 20px !important;
    width: auto;
    padding: 5px 28px;
    line-height: 1.8em;
    text-transform: uppercase;
}

section.branch-map-section iframe, div#map iframe{width:100%}
	
.tab-content{
    padding: 20px!important;
    border: 1px solid #d7d7d7!important;
}	
.service-item::before {
    background-image: url(assets/img/pyramid-pharmacy_short.png) !important;
}
div#contact ul li {
    line-height: 40px;
}

.top-contact i, .block-right i{color:#fff!important;}

.top-bar .top-contact .contact-infos a:hover, .top-bar.top-bar-3 .container .block-right a:hover {
    color: #fff;
}

.widget.service-list-widget {
    background: transparent;
    border: 1px solid #00000026;
	padding: 30px 20px;
}
.widget.service-list-widget ul li a {
    border-bottom: 1px solid #00000026;
    width: 100%;
}

a {	color: var(--global--color-heading);}

.contact-widget a, .banner-btn a{color:#fff!important;}

.accordion .card .card-heading .card-link, .accordion .card:first-of-type .card-heading .card-link, .accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link{color:var(--global--color-heading);}


li.branche-item {
    background: #00000005;
    margin-bottom: 10px;
    border-bottom: 1px solid #00000005;
    padding: 10px 20px;
}

.footer .widget-contact .widget-content .phone a {
    font-size: 1rem!important;
}

.d-inline-block {
    display: inline-block !important;
}
.available-branch ul {
    margin-left: 0px;
}
.available-branch ul li {
    margin-bottom: 15px;
    font-weight: bold;
}
.branch-thumb img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.branch-title {
    width: 70%;
    margin-left: 10px;
}
.available-branch a:hover {
    text-decoration: none!important;
}

.service-list-widget a.btn.btn--primary.btn-line.btn-line-after {
    height: auto;
}

.btn {display: inline-flex!important;}

.header.header-topbar .navbar .navbar-nav>li>a {
    line-height: 30px !important;
    text-decoration: none;
}

.hero-content {
    text-align: center;
}

.footer-widget.widget-newsletter p {
    color: #fff;
}

.copyright a, .footer-widget.widget-links ul li a{color:#fff!important;}
.copyright a:hover, .footer-widget.widget-links ul li a:hover{text-decoration:underline;}

.branch-grids a {
    height: 100%;
}
.services .col-12.col-md-6.col-lg-4{margin-bottom:30px;}
.services .service-panel{height:100%}

.more-features a {
    color: #fff !important;
    text-decoration: underline;
}
.features .more-features p a::before {
    background: none!important;
}

#about-1 .col-12.col-lg-6.order-md-2.order-1{text-align:center;}
.about .about-img img {    width: 100%;}

.blog-entry .entry-title h4 a{font-family: var(--global--font-body);}

.blog-entry .entry-img {	margin-right: 0px;}

.service-single-content ul li, section ul li{list-style:disc; color:#262626;font-size: 1rem;}
.service-single-content ol li, section ol li{list-style:decimal; color:#262626;font-size: 1rem;}
.service-single-content ul, .service-single-content ol, section ol, section ul {
     margin-bottom: 15px!important; 
     margin-left: 15px!important;    
	padding-left: 0px; }

.feature-panel a {
    position: absolute;
    bottom: 0;
}
p, .heading .heading-desc, .services .service-panel .service-panel-holder .service-content .service-desc p {
    color: #262626;
}
.feature-panel-holder {
    height: 100%;
}
.feature-panel {
    height: 100%;
}
.features .col-lg-2.col-md-4.col-sm-12 {
    margin-bottom: 20px;
}

.branch-contact-section ul li, .branch-contact-section ol li, ul.contact_main_left_content li, .widget li {
    list-style: none;
}

.widget ul{margin-left:0px!important;}

ul.contact_main_left_content {
    margin-left: 0px !important;
}

#parallax h1{color:#fff;}

body {font-family: var(--global--font-body)!important;}

.widget.service-list-widget ul li a {    display: flex;}

section.choose-area {
    padding-bottom: 0px!important;
}

section.map-area.p-relative {
    padding-top: 0px !important;
	padding-bottom: 0px;
	line-height: 0px;
}
section {	padding: 90px 0;}

.single-service .service-single-content i {
    font-size: 60px;
}
ul.infolist.text-center li {
    list-style: none;
}
.top-bar div .contact-body a, .top-bar div .contact-body a i{color:#262626!important;}

.top-bar div .contact-body a:hover, .top-bar div .contact-body a:hover i{color:#fff!important;text-decoration:none;}
.top-bar .top-contact .contact-infos i {    margin-right: 0px;}

/*.dscf7_signature_inner {*/
/*    width: 100%;*/
/*}*/
/*.digital_signature-pad {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
.footer {
    background-color: #324A8A!important;
}

.footer strong, .footer strong a {
    color: #ffffff;
}

@media only screen and (min-width: 1200px) {
    .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:active, .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:focus, .navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover {
        background-color: var(--global--color-primary-light);
        color: #fff;
    }
	
	.branch-content p {    min-height: 57px;}
	
.hero.hero-6 .hero-content .hero-title {margin-bottom: 10px;}
.hero .hero-content {padding-top: 130px;}
	
}

@media only screen and (max-width: 1200px) {
.header.header-topbar .navbar .navbar-nav>li>a {
    width: 90%;
}
	
	.header .navbar .has-dropdown::after{color:#fff;}
	.header .navbar .has-dropdown:hover::after, .header .navbar .has-dropdown.active::after{color:#fff;}
	
	.header .navbar .dropdown-menu li a:hover, .header .navbar .dropdown-menu li a:focus {
        color: #fff!important;
    }
	
}

@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;
	}
	
.hero.hero-6 .hero-content .hero-title {margin-bottom: 10px;}
.hero .hero-content {padding-top: 130px;}
	
}

@media only screen and (max-width: 768px) {
	ol.breadcrumb{display:none;}
	
	.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;
	}
	
.hero.hero-6 .hero-content .hero-title {margin-bottom: 10px;}
.hero .hero-content {padding-top: 170px;}
	
}

@media only screen and (max-width: 575px) {
	.module-holder button.navbar-toggler{
    margin-right: 15px;
}
.sticky-logo.faux-heading {
    margin-left: 5px;
    padding: 0px;
}
	
.header.header-topbar .navbar .navbar-nav>li>a {
    width: 90%;
}	
	
}

.wpcf7-form-control-signature-body, .wpcf7-form-control-signature-wrap {
    width: 100% !important;
}

#wpcf7_signature-657_clear {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    border: 0;
    background: #fafafa;
}

#nomination-form br {
    display: none;
}