/*
Theme Name: Pharmacy Mentor
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com/
Description: Custom built pharmacy mentor theme
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700&display=swap');

:root {
	--main-color: #7ecb2a;
	--second-color: #3871c1;
	--second-light-color: #4ab9ff;
	--dark-second-color: #096489;
	--light-second-background: #519961;
	--btn-text: white;
	--dark-background: rgb(240, 240, 240);
}

* {
  margin: 0;
  padding: 0;
}

body {
	background-color: #f9f9f9;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}

h1, h2, h3, p {
	font-family: "Poppins", sans-serif;
}

dl, ol, ul {
	text-align: left;
}

p {
	font-size: 14px;
	line-height: 26px;
}
a {
	color: var(--second-color);
}
h1, h2, h3 {
	font-weight: bold !important;
	text-transform: capitalize;
	color: var(--second-color) !important;
}
@media (min-width: 576px) {
	h1, h2, h3 {
		margin-bottom: 30px;
	}
}
h5 {
	font-size: 19px !important;
	line-height: 23px !important;
	font-family: 'Oswald', serif !important;
	text-transform: uppercase;
}
.main-menu-box {
	display: flex;
	align-items: center;
	justify-content: end;
}

@media only screen and (max-width: 780px) {
	.main-menu-box {
		justify-content: center;
		padding: 20px;
	}
}

a:hover {
	color: var(--second-color) !important;
}

.pt-6 {
    padding-top: 6rem;
}

.pb-6 {
	padding-bottom:6rem;
}

.py-6 {
	padding-block: 6rem;
}

.flex-1 {
	flex:1;
}

/* Header */

header {
	box-shadow: 2px 2px 5px 0px rgba(133,133,133,0.75);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(133,133,133,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(133,133,133,0.75);
}

.topBar {
	background: linear-gradient(90deg, #3871c1 50%, #7ecb2a 100%);
	color: var(--btn-text);
	padding: 15px 0px;
	text-align: center;
}

.topBar a {
	color: white;
	text-decoration: none;
}

.topBar a:hover {
	color: white !important;
	text-decoration: none !important;
}
.top-contact {
	padding-left: 30px;
}
.top-contact a {
	margin-right: 10px;
	float: left;
}
header .custom-logo-link .custom-logo {
	height: auto;
}


/* Footer */

footer {
	background: #070212;
}

.footerCopyright {
	background: #191621;
	padding: 30px 0px;
	margin-top: 30px;
}

footer {
	color: white !important;
	padding-top: 50px;
}

footer ul {
	list-style-type: none;
	padding:0;
}

footer ul li {
	margin-bottom: 10px;
}

footer a {
	color: white;
	text-decoration: none;
}

footer a:hover {
	color: var(--main-color);
}

footer img {
	margin-bottom: 30px;
	height: auto;
}

footer i {
	color: var(--main-color);
}

footer h2, footer h3 {
	position: relative;
	padding-bottom: 20px;
}

footer h2::before, footer h3:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 2px;
	width: 50px;
	background-color: var(--main-color);
}

/* Defaults */

section {
	padding: 40px 0px;
}

.darkSection {
	background: var(--dark-background);
}

img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.vert-mid {
	display: flex;
	align-items: center;
}

.hori-mid {
	justify-content: center;
}

.marg-40 {
	margin: 40px 0px;
}

.nopad {
	padding: 0;
	background: #fff;
}

/* Buttons */
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item-1427 > a.mega-menu-link {
	padding: 15px 30px;
	background: var(--second-color) !important;
	border-radius: 8px;
	color: var(--btn-text) !important;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	height: 50px;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item-1427 > a.mega-menu-link:hover {
	background: var(--second-color);
	color: var(--btn-text) !important;
	transition: all 0.3s;
	text-decoration: none;
}

.accordion-button:not(.collapsed) {
	color: white;
	background-color: var(--second-color);
	box-shadow: inset 0 calc(-1 * var(--second-light-color)) 0 var(--second-light-color);
}

.btn1 {
	padding: 15px 30px;
	background: var(--second-color);
	border-radius: 8px;
	color: var(--btn-text);
	transition: all 0.3s;
	border-bottom: 3px var(--dark-second-color) solid;
}

.btn1:hover {
	background: var(--second-color);
	color: var(--btn-text) !important;
	transition: all 0.3s;
	text-decoration: none !important;
}
.top-bar-btn {
	padding: 15px;
	background: var(--second-color);
	display: none;
}
/* Tiles */



/* Home Page */

.heroBanner {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	height: 550px;
	position: relative;
	overflow: hidden;
}

.heroBanner::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(51, 51, 51, 0.37);
}

.heroContent {
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	color: white;
}

.heroContent h1 {
	color: #fff !important;
	font-size: 40px;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.heroContent h1 strong {
	font-weight: 700;
	letter-spacing: 1.2px;
}
.heroContent .search-container{
	background-color: white;
	padding-bottom: 5px;
	border-radius: 5px;
}
.heroContent .search-container .search-container-title {
	background-color: var(--second-color);
	padding: 1.5rem 2rem 5px 2rem;
	border-radius: 5px;
}
.heroContent .search-container .search-container-title p{
	font-size: 18px;
	font-weight: 400;
}
.heroContent .search-container .search {
	margin: 2rem 1.5rem !important;
}
#bannerVideo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
}
.featured-image img {
	border-radius: 0;
}
.branch-content h3, .blog-content h3, .tile-content h3 {
	font-size: 20px;
	padding-bottom: 0;
}
.branchTile, .vaccinationTile, .destinationTile {
	margin-bottom: 2rem;
	box-shadow: 0 0 10px 0 #e3e3e3;
	border-radius: 10px;
	overflow: hidden;
	min-height: 552px;
	position: relative;
}
@media (max-width: 575px) {
	.branchTile, .vaccinationTile, .destinationTile {
		min-height: 480px;
	}
}
:is(.branchTile,.vaccinationTile,.destinationTile) .featured-image img {
	height: 250px;
	object-fit: cover;
}
.branchTile .branch-content, .tile-content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
}
:is(.branchTile, .blogTile, .vaccinationTile, .destinationTile) .cta-block {
	padding: 20px;
}
@media (max-width: 575px) {
	:is(.branchTile, .blogTile, .vaccinationTile, .destinationTile) .cta-block {
		width: 100%;
	}
	.single-post-section h3 {
		padding-top: 30px;
	}
	.hp-template .content-area {
		padding: 0;
	}
	.hp-template .content-area {
		padding: 50px 0;
	}
}

@media (min-width: 1200px) {
	.container {
	  max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 575.98px) {
	/**.heroBanner video {
		display: none;
   }**/
}

.serviceColumns {
	color: white;
	margin-top: -60px;
	border-radius: 10px;
	overflow: hidden;
}

.serviceColumns .serviceColumn {
	padding: 28px 20px;
}

.serviceColumns i {
	font-size: 50px;
}

.serviceColumns h5 {
	font-weight: 700;
	padding-bottom: 10px;
}

.serviceColumns a {
	color: white !important;
	font-weight: 600;
}

.serviceColumns .vert-mid {
	justify-content: center;
}
.serviceColumns .col1:first-child {
	background: var(--main-color);
}
.serviceColumns .col1 {
	background: var(--main-color);
}

.serviceColumns .col2 {
	background: var(--second-color);
}

.testimonials {
	overflow: auto;
}

#largeBackground {
	border-radius: 50px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: -80%;
	z-index: -10;
	height: 80%;
	object-fit: cover;
	transform: translateZ(-10px);
}

.orangecol {
	background: var(--second-color);
	padding: 50px;
	color: white;
	width: 60%;
	float: right;
	z-index: 10;
	position: relative;
	transform-style: preserve-3d;
}

.orangecol h2 {
	color: white !important;
}

.orangecol a:hover {
	color: white !important;
}

.testimonial {
	margin-top: 30px;
}

.testimonial i {
	float: left;
	font-size: 50px;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	background: #ffffff4d;
	justify-content: center;
	display: flex;
	align-items: center;
	border-radius: 8px;
}
.testimonial-content-sec  a {
	color: #fff !important;
	text-decoration: underline;
}
.title-header {
	position: relative;
	margin-bottom: 40px;
}

.title-header .title, .title-header h1, .title-header h2 {
	background: linear-gradient(right, #7ecb2a, #3871c1);
	background: -webkit-linear-gradient(right, #7ecb2a, #3871c1);
	background: -o-linear-gradient(right, #7ecb2a, #3871c1);
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	padding-bottom: 10px;
	display: inline-block;
	margin: 0;
}
.title-header:before {
	border-top-color: var(--second-color) !important;
}
.title-header:before {
	width: 52px;
	bottom: 0px;
	height: 4px;
	left: 0;
	top: auto;
	position: absolute;
	content: '';
	border: 4px solid transparent;
	border-bottom: 0;
}
.center-title-header:before {
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 900px) {
	.orangecol {
		position: static;
		width: 100%;
		border-radius: 0px;
	}
	
	#largeBackground {
		display: none;
	}
}
@media (min-width: 992px) {
	.serviceColumns .serviceColumn {
		border-radius: 8px;
	}
}

/* Basic Page */

.pageBanner {
	background: gray;
	text-align: center;
	border-bottom: 5px solid;
	border-color: var(--main-color);
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	color: white;
}

.pageBanner::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: gray;
	opacity: 0.3;
	z-index: 2;
}

.pageBannerTitle {
	padding: 0;
	margin: 20px 0;
	color: #fff !important;
	position: relative;
	z-index: 3;
}

.pageBanner .container {
	z-index: 3;
}

.line {
	width: 120px;
	height: 1px;
	background: white;
	margin: 20px auto;
}

/* Blog Page */

.blogLink {
	color: black;
}

.blogLink:hover {
	text-decoration: none;
	color: black !important;
}

.blogTile {
	margin-bottom: 40px;
	box-shadow: 0 0 10px 0 #e1e1e1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	min-height: 486px;
}
.blogTile .blog-content {
	padding: 0 20px 30px;
}
.blogTile img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	margin-bottom: 20px;
	border-radius: 0;
}

/* Contact Form */

.wpcf7-text, .wpcf7-textarea {
	border: none;
	background: #f2f2f2;
	padding: 13px 15px;
	border-radius: 8px;
	color: black;
	width: 100%;
}

.wpcf7-submit {
	border: none;
	padding: 15px 50px;
	background: var(--main-color);
	border-radius: 8px;
	color: white;
}

.wpcf7-submit:hover {
	background: var(--second-color)
}

.wpcf7-date {
	width: 100%;
	border-radius: 8px;
	border: none;
	background: #f2f2f2;
	padding: 13px 15px;
	color: black;
}

.wpcf7-previous {
	border: none;
	padding: 15px 50px;
	background: var(--main-color);
	border-radius: 8px;
	color: white;
	margin-right: 20px;
}

.wpcf7-previous:hover {
	background: var(--second-color)
}

.wpcf7-list-item {
	display: block !important;
}

.contactTile {
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.contactIcon {
	padding: 20px;
	background: #f2f2f2;
	display: inline-block;
	border-radius: 50px;
	margin-bottom: 20px;
}

.contactIcon i {
	width: 24px;
	text-align: center;
	color: var(--main-color);
}

.contactIcons {
	text-align: center;
}

.contactIcons div {
	margin-bottom: 20px;
}

.contactIcons h2 {
	margin: 0;
	color: var(--main-color);
	font-size: 20px;
}

.contactIcons a {
	color: black;
}

.contactIcons a:hover {
	color: black;
}

/* Vaccination Page */

.vaccinationList {
	list-style-type: none;
	padding: 0;
}
.single-vaccination-content .vaccinationList li {
	text-align: center;
}

.vaccinationList h4 {
	color: var(--main-color);
	font-size: 1.2rem;
	border-bottom: 1px solid;
	border-color: #e6e6e6;
	padding: 10px 0px;
}

.vaccinationList h4:hover {
	color: var(--second-color);
}

/* Booking Page */

.bookly-form img {
	width: unset;
}
.bookly-form .bookly-progress-tracker > .active .step,
.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span,
.bookly-form .bookly-service-step .bookly-week-days input[type="checkbox"],
.bookly-form .bookly-repeat-step .bookly-week-days input[type="checkbox"] {
	background-color: var(--main-color) !important;
}
.bookly-form .bookly-form-group > label,
.bookly-form .bookly-label-error,
.bookly-form .bookly-progress-tracker > .active,
.bookly-form .bookly-columnizer .bookly-hour span.bookly-waiting-list,
.bookly-form .hover\:text-bookly:hover,
.bookly-form .text-bookly:not(:hover),
.bookly-form .hover\:text-bookly:hover {
	color: var(--second-color) !important;
}
.bookly-form .bookly-progress-tracker > .active .step,
.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span,
.bookly-form .bookly-btn,
.bookly-form .bookly-btn:active,
.bookly-form .bookly-btn:focus,
.bookly-form .bookly-btn:hover,
.bookly-form .bookly-btn-submit,
.bookly-form .bookly-round,
.bookly-form .bookly-square,
.bookly-form .bookly-pagination > li.active,
.bookly-form .bg-bookly,
.bookly-form .hover\:bg-bookly:hover,
.bookly-form .bg-bookly-not-hover:not(:hover) {
	background-color: var(--second-color) !important;
}

/* Branch Page */

.branchPage h3 {
	padding-bottom: 5px;
}
.map-embed {
	padding: 0;
}
.map-embed iframe {
	width: 100%;
}
.contact-page.mb--4 .container {
	margin-top: -200px;
	background: #fff;
	position: relative;
	padding: 53px 100px;
	border-radius: 50px;
	box-shadow: 0 0 10px 0 #c1c1c1;
}
.contact-page .page-content {
	margin-bottom: 20px;
}
.contact-page .page-content h1, .contact-page .page-content h2 {
	margin: 0;
}
.contact-right-col {
	padding: 50px;
	background: #0093d0;
	height: 100%;
	border-radius: 10px;
}
.accordion-button::after {
    content:unset !important;
}
.accordion-button {
	font-size:inherit;
	color:inherit;
	text-decoration: none;
}
.contact-right-col #accordion .card {
	margin-bottom: 10px;
	border-radius: 0;
}
.contact-right-col #accordion .card .card-header {
	border-bottom: 0;
}
.contact-right-col #accordion .card .card-body p {
	display: flex;
	align-items: baseline;
}
.contact-right-col #accordion .card .card-header {
	padding: 0;
}
.contact-right-col #accordion .card .card-header a {
	display: flex;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
}
.contact-right-col #accordion .card .card-header a:hover {
	cursor: pointer;
}
.contact-right-col #accordion .card .card-body p i {
	margin-right: 7px;
	color: var(--second-light-color);
}
.contact-right-col #accordion .card .card-header h5 a {
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
}
.branch-map iframe {
	width: 100%;
}
footer i.fa, footer i.fa-solid {
	margin-right: 7px;
}
@media only screen and (max-width: 992px) {
	.serviceColumns {
		margin-top: 0;
		border-radius: 0;
	}
	.mb-md-4 {
		margin-bottom: 40px;
	}
	.marg-40 {
		padding-bottom: 0;
	}
	.logo-col {
		flex: 0 0 70%;
	}
	.menu-col {
		flex: 0 0 30%;
		justify-content: end;
	}
	#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
		padding-top: 20px;
	}
	.wpcf7 .wpcf7-spinner {
		display: none;
	}
	.wpcf7 form.submitting .wpcf7-spinner {
		display: inline-block;
	}
	.contact-right-col #accordion .card .card-body p {
		text-align: left;
	}
}
@media only screen and (max-width: 767px) {
	.title-header:before {
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.title-header .title, .title-header h1, .title-header h2 {
		text-align: center;
	}
	.top-contact { 
		padding: 15px;
		display: flex;
    	align-items: center;
	}
	.top-bar-btn {
		display: block;
	}
	.topBar {
		padding: 0;

	}
	footer, section, ul {
		text-align: center !important;
	}
	.orangecol {
		padding: 35px;
	}
	.testimonial-section {
		padding-top: 0;
		padding-bottom: 0;
	}
	.testimonial .icon {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
		width: 100%;
	}
	.testimonial .icon i {
		margin-right: 0;
	}
	footer h2::before, footer h3:before {
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.heroContent {
		max-width: 85vw;
		margin: 0 auto;
	}
	.heroContent h1 {
		word-wrap: break-word;
		font-size: 28px;
	}
	.content-block .btn1, .single-post-section .btn1 {
		display: block;
	}
	.branchPage h3 {
		margin-bottom: 0;
	}
	.sidebar h3 {
		margin-bottom: 10px;
	}
	.contact-right-col {
		padding-left: 30px;
		padding-right: 30px;
	}
	.contact-right-col #accordion .card .card-header h5 a {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	.top-contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
}

/* Ivory search */

.is-form-style {
	display:flex;
	align-items: stretch;
}

.is-ajax-search-details .is-title a, 
.is-ajax-search-post .is-title a {
	display:block;
}

.is-form-style input.is-search-input {
	padding: 13px 15px;
    border-radius: 8px;
    color: black;
	height: auto;
	flex:1;
}

.is-form-style button.is-search-submit {
	height: 44px;
	display: flex;
	width: 44px;
	align-items: center;
}

.is-form-style input.is-search-submit, .is-search-icon {
	border-radius: 0 8px 8px 0;
	border:1px solid #ccc!important;
	overflow: hidden;
	height:100%;
	width: 44px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}

div.is-ajax-search-details, div.is-ajax-search-result {
	padding:0 !important;
	border-radius: 8px;
	border:1px solid #ccc!important;
	overflow: hidden;
}

.is-ajax-search-details a, .is-ajax-search-result a {
	color: var(--main-color);
}

.is-search-icon svg {
	width: 1.5rem;
}

.is-form-style .is-search-submit path {
    fill: var(--second-color);
}

/*------------------------------------------------------------------------------*/
/*  Destination page
/*------------------------------------------------------------------------------*/
.single-vaccination-content ul {
	padding: 0;
	margin: 10px auto;
	list-style-position: inside;
	width: fit-content;
}
.single-vaccination-content ul li {
	text-align: left;
}
.single-destination .destination-hp-search .hp-form {
	margin-top: 0;
	padding-top: 0;
}

.destination-hp-search .hp-form {
	margin-top: 3rem;
	padding: 2rem 0;
	border: 0;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.destination-hp-search .hp-form .hp-form__fields {
	width: 100%;
	padding: 0 0 0 2rem;
}

.single-destination .destination-hp-search .hp-form .hp-form__fields {
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*flex: 1 1 100%;*/
}
.single-destination .destination-hp-search .hp-form .hp-form__fields {
	flex-wrap: wrap;
}
.single-destination .destination-hp-search .hp-form .hp-form__field--search {
	display: flex;
	flex: 1 1 100%;
	background: #f2f2f2;
	border-radius: 8px;
	margin: 0;
	border: 0;
}

.destination-hp-search .hp-form .hp-form__field--location {
	flex: 1;
	padding: 10px 0 30px 0;
}

.destination-hp-search .hp-form .hp-field--location input[type=text] {
	background: #f2f2f2;
	border-radius: 8px;
}

.destination-hp-search .hp-form .hp-form__footer {
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------------------------------------------------*/
/*  Hivepress Login Form
/*------------------------------------------------------------------------------*/

#user_login_modal{
	border-radius: 3px;
}
#user_login_modal .hp-field__label {
	/*text-transform: uppercase;*/
	/*letter-spacing: 1px;*/
	/*font-size: .6875rem;*/
	display: block;
	margin-bottom: .5rem;
}

#user_login_modal .hp-field--text, #user_login_modal .hp-field--password{
	font-family: inherit;
	box-shadow: none;
	color: inherit;
	font-size: 1rem;
	background-color: transparent;
	line-height: 1.5;
	padding: .4375rem 1rem;
	border: 1px solid rgba(7, 36, 86, .075);
}

#user_login_modal button[type=submit] {
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border: none;
	color: rgba(15, 23, 39, .65);
	font-size: 1rem;
	position: relative;
	line-height: 1.5;
	padding: .5rem 1rem;
	background-color: rgba(7, 36, 86, .085);
	color: #fff;
	background-color: var(--second-color);
}
#user_login_modal button[type=submit]:before, #user_login_modal input[type=submit]:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background-color: rgba(7, 36, 86, .045);
	border-radius: inherit;
	transition: opacity .25s;
}

/*------------------------------------------------------------------------------*/
/*  Staff Cabinet Page
/*------------------------------------------------------------------------------*/
.staff-cabinet-section #loginform {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}
.staff-cabinet-section #loginform label {
	display: block;
	text-transform: uppercase;
	font-size: .6875rem;
	letter-spacing: 1px;
}
.staff-cabinet-section #loginform input[type=text], .staff-cabinet-section #loginform input[type=password] {
	font-family: inherit;
	box-shadow: none;
	color: inherit;
	font-size: 1rem;
	background-color: transparent;
	line-height: 1.5;
	padding: .4375rem 1rem;
	border: 1px solid rgba(7, 36, 86, .075);
	width: 100%;
}
.staff-cabinet-section #loginform #wp-submit {
	width: 100%;
	padding: .75rem 1.25rem;
	background-color: #008ec2;
	border-radius: 3px;
	border: 0;
	color: #ffffff;
	font-size: 1.125rem;
}
.staff-cabinet-section #loginform #wp-submit:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background-color: rgba(7, 36, 86, .045);
	border-radius: inherit;
	transition: opacity .25s;
}
.staff-cabinet-section .staff-section .nav-link {
	color: #008ec2;
}

/*------------------------------------------------------------------------------*/
/*  Woocommerce
/*------------------------------------------------------------------------------*/
.woocommerce-notice--success {
	font-size: 20px;
	padding-bottom: 4rem;
}

.flex-start {
	align-self: flex-start;
}

/*------------------------------------------------------------------------------*/
/*  HP Listing Page
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.single-hp_listing .hp-listing--view-page .is-layout-flex {
		flex-direction: column;
	}
}
.hp-listing--view-block {
	min-height: 523px;
}
.hp-listing__image img {
	border-bottom-left-radius: 8px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 0;
}

.post-views {
	font-weight: 600;
	font-size: 1rem;
}

.sidebar-heading {
	background-color: var(--second-color);
	padding: 5px 0;
	color: white;
	font-weight: bold;
	border-radius: 10px;
	margin: 10px 0;
}
.hp-listing__attribute p {
	display: flex;
	justify-content: space-around;
}
.listingbtns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}.acf-vaccine-pricing {
	padding-bottom: 30px;
}
.vacp {
	list-style: none;
	padding-left: 0;
}
.vacp li {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px lightgray solid;
}
.vacpt {
	display: flex;
	justify-content: space-between;
	background-color: var(--second-color);
	color: white;
	padding: 10px 20px;
	border-radius: 10px;
}
@media (max-width: 575px) {
	.hp-listing__description p:has(.btn1) {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	  
	.hp-listing__description p:has(.btn1) .btn1 {
		margin: 5px 0;
	}
}