@charset "UTF-8";
/*!
Theme Name: Pharmacy Mentor Theme
Version:	1.1.1
Author:		Pharmacy Mentor
*/

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.7;
    color: #60697b;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.header-logo img {
    width: 100%;
    height: auto;
    max-width: 180px;
}
.bg-blue-soft {
	background: #3a9fd8 !important;
}
.navbar.bg-blue-soft .header-logo.unstick-logo  {
	display: none;
}
.navbar.bg-blue-soft .header-logo.stick-logo {
	display: block !important;
}
.navbar.bg-blue-soft li a .sub-arrow{
	color: #fff !important;
}
.navbar.bg-blue-soft li a:not(.dropdown-item) {
	color: #fff;
}
.btn-green {
    color: #fff;
    background-color: #5fbb47;
    border-color: #5fbb47;
}

.text-muted {
    color: #5fbb47 !important;
}

.btn-green:hover {
    color: #fff;
    background-color: #1fb426;
    border-color: #1fb426;
}

footer.bg-dark * {
    color: #ccc;
}

.fa,
.fas {
    font-weight: 900;
    font-size: 40px;
    color: #36a0dd;
    margin: 0 20px 0 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.testimonial-detail img {
    width: 70px !important;
    height: 70px !important;
}

.banner-section h1 {
    display: block !important;
}

.breadcrumb-item,
.banner-section h1 {
    display: flex;
    color: #fff;
}

footer .img-fluid {
    width: 200px;
}

.navbar {
    background: #fff;
}

.banner-content h1,
.banner-content h2,
.banner-content h3,
.banner-content h4,
.banner-content h5,
.banner-content h6 {
    font-size: 2.3rem;
    font-weight: 700;
}

.banner-content p {
    font-size: 1.1rem;
    line-height: 1.55;
}

.display-4 h1,
.display-4 h2,
.display-4 h3,
.display-4 h4,
.display-4 h5,
.display-4 h6 {
    font-size: 1.9rem;
}

.display-4 p {
    font-size: .85rem;
    font-size: normal;
    line-height: 1.7;
    font-weight: 500;
}

.contact-section .short-description-wrapper p {
    font-size: 1.1rem;
}

.wpcf7-not-valid-tip {
    font-size: 16px;
    font-weight: normal;
    display: block;
    text-align: left;
    margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 18px;
}

.wpcf7 .form-label-group .form-control::placeholder {
    color: #959ca9 !important;
}

.banner-section .container {
    position: relative;
    z-index: 9;
}

.banner-section::after {
    background: rgba(84, 168, 199, .2);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
}

.green.icon.text-primary {
    color: #37a1de !important;
}

.contact-info a i,
.contact-info i,  i.fa  {
    font-size: .85em;
    margin-right: 3px;
}

.contact-info a {
    color: #fff;
}

.contact-info a i,
.contact-info i, i.fa {
    color: #95eb7f;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}
.service-box {
	position: relative;
}
.overlay-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
footer .widget-title {
	color: #5fbb47;
}
footer .widget-title:after {
	content: '';
	width: 70px;
	border-bottom: 3px solid;
	display: block;
	margin-top: 10px;
}
.breadcrumb-item a:hover{
	color: #57fe2c;
}
.sidebar {
	background: #fff;
}
.sidebar ul {
	list-style: none;
	padding: 0;
	border: 1px solid #e3e3e3;
	border-bottom: 0;
}
.sidebar ul li {
	border-bottom: 1px solid #e3e3e3;
	transition: 0.2s all linear;
}

.sidebar ul li:hover {
	background: #3ca2d9;
	transition: 0.2s all linear;
	cursor: pointer;
}
.sidebar ul li:hover a {
	color: #fff;	
}
.sidebar ul li a {
	padding: 10px 20px;
	width: 100%;
	display: block;
	color: #000;
}
.service-box .card {
	box-shadow: 0 0 4px 5px #f2f2f2;
	transition: 0.2s all linear;
}
.service-box .card-title {
	font-size: 25px;
}
.service-box .card-body {
	padding-right: 1rem;
	padding-left: 1rem;
}
.service-box .card:hover .card-title {
	color: #36a0dd;
	transition: 0.2s all linear;
}
.main-heading {
	font-size: 40px;
	color: #3ca2d9;
	position: relative;
}
.main-heading::after {
    position: absolute;
    content: ' ';
    width: 100px;
    border: 2px solid;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: 0 auto;
	color: #3ca2d9;
}
.wpcf7 .form-control {
	border: 1px solid rgb(60, 162, 217, 0.4);
}
.wpcf7-list-item {
	margin-left: 0;
	margin-right: 10px;
}
.wpcf7-list-item label {
	display: flex;
	align-items: baseline;
}
.wpcf7 input[type=radio]
{
  -webkit-appearance:radio !important;
	flex: 1;
	margin-right: 10px;
}
.wpcf7 input[type=checkbox]
{
  -webkit-appearance:checkbox !important;
	flex: 1;
	margin-right: 10px;
}
.wpcf7 select {
	appearance: button-arrow-down !important;
	-moz-appearance: button-arrow-down !important;
	-webkit-appearance: button-arrow-down !important;
}
.wpcf7-form-control-signature-wrap {
	width: 100% !important;
}
.wpcf7-form-control-signature-global-wrap {
	position: relative;
}
.wpcf7-form-control-clear-wrap {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.wpcf7-form-control-clear-wrap input {
	background: #36a0dd;
	border: none;
	border-radius: 5px;
	color: #fff;
	padding: 5px 20px;
}
.current_page_item > a {
	color: #36a0dd;
}
.blog-item img {
	object-fit: cover;
}
.card-img, .card-img-bottom, .card-img-top {
	height: auto;
}
.branches-list li {
	list-style: none;
	margin-bottom: 10px;
}
.theme-btn-2 {
	list-style: none;
	padding: 10px;
	margin-bottom: 10px;
	background: #3a9fd8;
	color: #fff !important;
	border-radius: 5px;
	width: 100%;
	display: block;
}
.theme-btn-2:hover {
  transform: translateY(-.15rem);
  box-shadow: 0 .25rem .75rem rgba(30, 34, 40, .15);
  color: #fff;
}
.progress-wrap {
	right: 0;
	left: 1.5rem;
}
.branch-pharmacist h5 {
	border-bottom: 1px dotted #fff;
	color: #3a9fd8;
	font-size: .85rem;
}
.branch-pharmacist .pharmacist-info {
	font-size: 15px;
}
.branch-pharmacist .pharmacist-info p {
	margin-bottom: 0;
}
#branch-tab {
	margin-top: 4px;
}
#branch-tab .nav-item button {
	border-radius: 0;
	border: none;
}
#branch-tab .nav-link.active, #branch-tab .nav-link:focus {
	border-bottom: 2px solid #36a0dd;
	background: #3a9fd8;
	color: #fff;
}
#branch-tabContent #our-location iframe {
	width: 100% !important;
	height: 400px !important;
}
.our-pharmacists figure {
	max-width: 150px;
}
.branch-pharmacist-info {
	margin-left: 15px;
}
.branch-pharmacist-info h4 {
	font-weight: bold;
	margin-bottom: 0;
}
header .navbar-nav .menu-item a, .navbar.fixed .navbar-nav .menu-item a {
  display: block;
  padding: 1.2rem 1rem;
  font-size: .8rem;
  font-weight: 700;
  color: #343f52;
  transition: all .2s ease-in-out;
}
.navbar.fixed .navbar-nav .menu-item a {
	color: #fff;
}
.navbar.fixed .navbar-nav .menu-item a.dropdown-item {
	color: #000;
}
header .navbar-nav .menu-item a.dropdown-item , .navbar.fixed .navbar-nav .menu-item a.dropdown-item {
  padding: .2rem 1.5rem;
}
header .navbar-nav .menu-item a, .navbar.fixed .navbar-nav .menu-item a {
  white-space: nowrap;
}
header .menu-item.upw {
	align-items: center;
	display: flex;
}
header .menu-item.upw a {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #5fbb47;
	border-radius: .4rem !important;
}
header .menu-item.upw a:hover {
	transform: translateY(-.15rem);
	box-shadow: 0 .25rem .75rem rgba(30, 34, 40, .15);
	color: #fff;
	background-color: #1fb426;
	border-color: #1fb426;
}

#pmRegisterModal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
}

input[type="radio"],input[type="checkbox"], select, textarea {
 -webkit-appearance: checkbox !important;
}

/* Prescriptions page */

.banner h2 {
	margin-bottom: 20px;
}

.section,.banner {
	padding: 50px 0px;
}

.section-howitworks {
	background: rgba(238, 238, 238, 0.36);
	margin-bottom: 30px;
	padding: 50px 0px;
}

.section-howitworks img {
	height: 200px !important;
	width: 100%;
	object-fit: cover;
	margin-bottom: 10px;
	border-radius: 4px;
}

.section-howitworks h2 {
	text-align: center;
	margin-bottom: 30px;
}

.section-howitworks h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.section-howitworks .button {
	text-align: center;
}

.section-howitworks .btn {
	margin: 0 auto;
	margin-top: 20px;
	width: auto;
}

.repeating-image {
	margin-bottom: 30px;
}

.repeating-image h2 {
	margin-bottom: 10px;
}

.repeating-image img {
	border-radius: 4px;
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.repeating-image .repeating-text {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	height: 300px;
}

/* hide paper airplane icons on service buttons */
i.lab.la-telegram-plane {
    display: none;
}

@media(max-width: 760px) {
	.row {
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
	}
	footer .widget-title:after {
		margin-left: auto;
		margin-right: auto;
	}
	.offcanvas-header img {
		border: 5px solid #fff;
	}
	#pmRegisterModal {
		overflow: scroll;
    	padding-top: 110px;
	}
	#branch-tab .nav-item button {
		margin: auto;
	}
	.accordion-wrapper .card-body {
		padding: 0 1.25rem 1.25rem;
    	text-align: left;	
	}
	.accordion-wrapper .card-body .me-6 {
		margin-right: 0.5rem !important;
	}
	.accordion-wrapper .card-body a span {
		display:inline-block;
	}
}