/* ----------------------------------

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Nav With Topbar
    03. Banner
    04. Features
    05. About Area
    06. Services
        - Carousel
        - Grid
        - Static
    07. Portfolio
        - Grid Colum
        - Masonary Colum
    08. Doctors
        - Carousel
        - Grid
        - Static
    09. Department Area
    10. Fun Factor
    11. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
    12. Concat Area
    13. Subscribe Form
    14. Error 404
    15. Footer
    16. PHP Contact Form
    17. Others

*/



@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap');

/* Varialbes */
:root {
	--font-default: "DM Sans", serif;
	--font-heading: "DM Sans", serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #244a2e;
	--dark-secondary: #1e3f27;
	--white: #ffffff;
  --color-primary: #5e994b;
	--color-secondary: #8cc77a;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #f7f7f7;
	--bg-gray-secondary: #D8E7EF;
	--bg-gradient: linear-gradient(90deg, var(--color-primary)  0%, var(--color-secondary) 100%);
	--bg-gradient-secondary: linear-gradient(90deg, var(--color-secondary)  0%, var(--color-primary) 100%);
}



/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a img {
	border: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary);
	opacity: 1;
}

.color-style-two a:hover {
	color: var(--color-style-two);
}

button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 20px;
}

input:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

textarea:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

ul {
	list-style-type: none;
}

ul, li {
    margin: 0;
    padding: 0;

}

b {
	font-weight: 700;
}

strong {
	font-weight: 700;
}

.row {
	--bs-gutter-x: 30px;
}

i::before {
	line-height: inherit !important;
}


/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
	font-family: var(--font-default);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

h1, h2, h3, h4, h5, h6 {
	color: var(--color-heading);
	font-weight: normal;
	line-height: 1.2;
	font-family: var(--font-heading);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 700;
}

h1 {
	font-size: 40px;
	margin-bottom: 25px;
}

h2 {
	font-size: 36px;
	margin-bottom: 25px;
}

h3 {
	font-size: 28px;
	margin-bottom: 25px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

a, .btn, button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 700;
	line-height: 26px;
}

p {
	color: black;
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 400;
	font-family: var(--font-default);
  line-height: 1.8;
}


/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}



.relative {
  position: relative;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: var(--bg-gray);
}

.bg-dark {
  background: var(--dark) !important;
}

.bg-dark-secondary {
  background: var(--dark-secondary);
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: var(--white);
}

.bg-theme {
  background-color: var(--color-primary);
}

.bg-gradient {
  background: var(--bg-gradient) !important;
}

.gradient-bg {
  background: var(--bg-gradient);
}

.banner-area.banner-style-one.gradient-bg {
  background: #5E994B;
}


@media (max-width: 991px) {
  .navbar-brand > img.logo {
    height: auto;
    max-height: 70px;
  }
}

@media (max-width: 1023px) {
  nav.navbar.validnavs .navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

/* -----------------------------
   Pharmacy First Section
   ----------------------------- */
.pf-hero-card {
  padding: 60px 0;
}
.pf-hero-card .pf-hero-content {
  padding-right: 30px;
}
.pf-hero-card .section-title h3 {
  font-size: 16px;
  color: var(--color-primary);
  margin-bottom: 10px;
  font-weight: 700;
}
.pf-hero-card .section-title h2 {
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 20px;
}
.pf-hero-card .pf-hero-actions .btn-default {
  background: var(--color-primary);
  color: var(--white);
  padding: 12px 22px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 12px;
}
.pf-hero-card .pf-link-btn {
  color: var(--color-heading);
  font-weight: 700;
  display: inline-block;
  padding: 12px 0;
}
.pf-hero-visual figure {
  margin: 0 0 20px;
}
.pf-hero-visual img {
  border-radius: 8px;
  box-shadow: var(--box-shadow-regular);
}
.pf-quick-panel {
  background: var(--white);
  padding: 18px;
  border-radius: 8px;
  box-shadow: var(--box-shadow-regular);
  margin-top: 18px;
  margin-bottom: 40px;
}
.pf-quick-panel h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.pf-quick-panel ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.pf-quick-panel ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}
.pf-quick-panel ul li:before {
  content: '\f00c';
  font-family: var(--fontawesome);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-primary);
}

.pf-conditions .pf-condition-card {
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
  box-shadow: var(--box-shadow-regular);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pf-condition-image {
  display: block;
  margin: 0 auto 12px;
  max-width: 80px;
}
.pf-condition-image img {
  max-width: 100%;
}
.pf-condition-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.pf-condition-content p {
  color: var(--color-paragraph);
  font-size: 14px;
  margin-bottom: 12px;
}
.pf-condition-content .nhs-learn-more {
  display: inline-block;
  background: transparent;
  color: var(--color-primary);
  font-weight: 700;
}

.pf-cta {
  padding: 40px 0;
}
.pf-cta-box {
  background: linear-gradient(90deg, rgba(94,153,75,0.08), rgba(140,199,122,0.04));
  padding: 24px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pf-cta-copy h2 {
  font-size: 26px;
  margin-bottom: 8px;
}
.pf-cta-action .btn-default.btn-highlighted {
  background: var(--color-primary);
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .pf-hero-card { padding: 30px 0; }
  .pf-hero-card .pf-hero-content { padding-right: 0; }
  .pf-cta-box { flex-direction: column; text-align: center; gap: 12px; }
}


  nav.navbar.validnavs .navbar-header .navbar-brand {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    order: 1;
  }

  nav.navbar.validnavs .navbar-header .navbar-toggle {
    order: 2;
    margin-left: auto;
    margin-right: 0;
  }

  nav.navbar.validnavs.navbar-mobile .navbar-collapse {
    left: auto;
    right: -280px;
  }

  nav.navbar.validnavs.navbar-mobile .navbar-collapse.in,
  nav.navbar.validnavs.navbar-mobile .navbar-collapse.show {
    left: auto;
    right: 0;
  }
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: var(--white);
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #0b1030;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: var(--black);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: var(--white);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #008295;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}

.shadow.theme-hard::after {
  background: var(--color-primary);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}



/* .default-padding {
  padding-top: 100px;
  padding-bottom: 120px;
} */
.default-padding {
    padding-top:90px;
    padding-bottom: 100px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.carousel-shadow {
  padding-bottom: 105px;
}

.form-group {
  margin-bottom: 20px;
}

/* ============================================================== 
    # Button Styles
=================================================================== */
.btn {
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 7px;
	border: 2px solid transparent;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	font-size: 16px;
	letter-spacing: 0;
	padding: 13px 30px;
	background: #E7EDF8;
	position: relative;
	z-index: 1;
}

.btn:focus, .btn.active {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	border: 2px solid transparent;
}

.btn:hover {
	background-color: var(--color-primary);
	color: var(--white);
}

.btn.radius {
	border-radius: 6px;
}

.btn.btn-border {
	border: 2px solid var(--color-primary);
	background: transparent;
}

.btn.btn-border.btn-md {
	padding: 14px 52px;
}

.btn.btn-border:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.btn.btn-border.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border.animation:hover {
	border-color: var(--dark);
	color: var(--white);
}

.btn.btn-border.animation:hover::after {
	width: 100%;
}

.btn.btn-border-dark {
	border: 2px solid var(--dark);
	background: transparent;
}

.btn.btn-border-dark:hover {
	background: var(--dark);
	border-color: var(--dark);
}

.btn.btn-border-dark.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-dark.animation:hover {
	border-color: var(--dark);
	color: var(--white);
}

.btn.btn-border-dark.animation:hover::after {
	width: 100%;
}

.btn.btn-border-theme {
	border: 2px solid var(--color-primary);
	background: transparent;
}

.btn.btn-border-theme:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.btn.btn-border-theme.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--color-primary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-theme.animation:hover {
	border-color: var(--color-primary);
	color: var(--white);
}

.btn.btn-border-theme.animation:hover::after {
	width: 100%;
}

.btn.btn-border-light {
	border: 2px solid var(--white);
	background: transparent;
	color: var(--white);
}

.btn.btn-border-light:hover {
	background: var(--white);
	border-color: var(--white);
	color: var(--dark);
}

.btn.btn-border-light.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-light.animation:hover {
	border-color: var(--white);
	color: var(--dark);
}

.btn.btn-border-light.animation:hover::after {
	width: 100%;
}

.btn.btn-gradient {
	border: none;
	color: var(--white);
}

.btn.btn-gradient::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to right, #246BFD , #a200be, #246BFD );
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-size: 220%;
}

.btn.btn-gradient:hover::after {
	background-position: -70% 0;
}

.btn.btn-gradient.active {
	background-position: -70% 0;
}

.btn.btn-theme {
    color: var(--white);
    border: none;
    background: var(--color-primary);
    /* font-size: large; */
}

.color-style-two .btn.btn-theme {
	color: var(--white);
	border: none;
	background: var(--color-style-two);
}

.btn.btn-theme::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}
.custom-btn {
    padding: 15px 20px !important;
    font-size: 14px !important;
    border-radius: 15px;
    min-height: auto;
    line-height: 1.4;
}

.text-light .btn.btn-theme::after {
	background-color: var(--white);
}

.text-light .btn.btn-theme:hover {
	color: var(--color-heading);
}

.btn.btn-theme:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.secondary {
	color: var(--white);
	border: none;
	background: var(--color-optional);
}

.btn.btn-theme.secondary::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.text-light .btn.btn-theme.secondary::after {
	background-color: var(--white);
}

.text-light .btn.btn-theme.secondary:hover {
	color: var(--color-heading);
}

.btn.btn-theme.secondary:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.hover-light::after {
	background-color: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover {
	color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-light {
	color: var(--color-heading);
	border: none;
	background: var(--white);
	border: 2px solid transparent;
}

.btn.btn-light.btn-md {
	padding: 13px 45px;
}

.btn.btn-light:hover {
	color: var(--white);
	background: transparent;
	border: 2px solid var(--white);
}

.btn.btn-dark {
	color: var(--white);
	background: var(--dark);
	border: none;
}

.btn.btn-dark::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background-color: var(--color-primary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.shadow .btn.btn-dark::after {
	background-color: var(--white);
}

.shadow .btn.btn-dark:hover {
	color: var(--color-heading) !important;
}

.btn.btn-dark:hover::after {
	width: 100%;
}

.btn.btn-dark.secondary {
	color: var(--white);
	border: none;
	background: var(--dark-optional);
}

.btn.btn-dark.secondary::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-dark.secondary:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-dark.secondary:hover {
	color: var(--color-heading);
}

.btn i {
	position: relative;
	margin-left: 5px;
	font-weight: 100;
	font-size: 20px;
	transform: rotate(-45deg);
	top: 2px;
}

.btn.text-slide {
	min-width: 150px;
	height: 55px;
	line-height: 55px;
}

.btn.text-slide span {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.btn.animate-border {
	overflow: inherit;
	z-index: inherit;
	width: 200px;
	height: 55px;
	line-height: 55px;
	padding: 0;
}

.btn.animate-border:hover {
	background: transparent;
	color: var(--dark);
}

.btn.animate-border:hover .hover-border::after,
.btn.animate-border:hover .hover-border::before {
	opacity: 1;
	-webkit-animation: open 0.4s;
  /* Chrome, Safari, Opera */
	animation: open 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.btn.animate-border:hover .hover-border-bottom::after,
.btn.animate-border:hover .hover-border-bottom::before {
	opacity: 1;
	-webkit-animation: openB 0.4s;
  /* Chrome, Safari, Opera */
	animation: openB 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.btn.animate-border .hover-border {
	position: absolute;
	left: 0;
	top: -1px;
	height: 100%;
	width: 100%;
}

.btn.animate-border .hover-border::before {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	display: block;
	opacity: 0;
	border-top: solid 2px var(--color-primary);
	border-left: solid 2px var(--color-primary);
	right: 98px;
	top: -1px;
}

.btn.animate-border .hover-border::after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	display: block;
	opacity: 0;
	border-top: solid 2px var(--color-primary);
	border-right: solid 2px var(--color-primary);
	left: 98px;
	top: -1px;
}

.btn.animate-border .hover-border-bottom {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.btn.animate-border .hover-border-bottom::before {
	position: absolute;
	content: "";
	width: 0;
	display: block;
	opacity: 0;
	height: 55px;
	border-bottom: solid 2px var(--color-primary);
	right: -1px;
	bottom: -2px;
}

.btn.animate-border .hover-border-bottom::after {
	position: absolute;
	content: "";
	width: 0;
	display: block;
	opacity: 0;
	height: 100%;
	border-bottom: solid 2px var(--color-primary);
	left: 0;
	bottom: -2px;
}

.btn.animated-arrow {
	border: none;
	background: transparent;
	min-width: 14rem;
	height: auto;
	padding: 0;
}

.btn.animated-arrow .circle {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3.5rem;
	height: 3.5rem;
	background: var(--color-primary);
	border-radius: 2rem;
}

.btn.animated-arrow .circle .icon {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 15px;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn.animated-arrow .circle .icon::before {
	position: absolute;
	content: "";
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid var(--white);
	border-right: 0.125rem solid var(--white);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn.animated-arrow .button-text {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 0;
	margin: 0 0 0 70px;
	color: var(--dark);
	line-height: 2;
	text-align: left;
	width: 100%;
	font-size: 14px;
}

.btn.animated-arrow:hover {
	color: var(--white);
}

.btn.animated-arrow:hover .circle {
	width: 100%;
}

.btn.animated-arrow:hover .circle .icon.arrow {
	background: var(--white);
	-webkit-transform: translate(1.5rem, 0);
	transform: translate(1.5rem, 0);
}

.btn.animated-arrow:hover .button-text {
	color: var(--white);
}

.btn.circle {
	border-radius: 30px !important;
}

.btn-simple {
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	color: var(--color-paragraph);
}

.btn-simple i {
	transform: rotate(-45deg);
	display: inline-block;
	margin-left: 2px;
}

.btn-simple:hover {
	color: var(--color-primary);
}

.video-btn i {
	display: inline-block;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	background: var(--color-primary);
	border-radius: 50%;
	position: relative;
	margin-right: 20px;
	color: var(--white);
}

.text-light .video-btn i {
	background: var(--white);
	color: var(--color-primary);
}

.video-btn i::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: var(--color-primary) repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.text-light .video-btn i::after {
	background: var(--white) repeat scroll 0 0;
}

.text-shine {
	background: linear-gradient(to right, var(--dark) 0, var(--white) 10%, var(--color-primary) 20%);
	background-position: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: shine 3s infinite linear;
	animation: shine 3s infinite linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-text-size-adjust: none;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	padding: 12px 48px;
}

.animate-inout {
	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
	color: var(--white);
	font-size: 12px;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border: solid 2px var(--color-primary);
	cursor: pointer;
}

.btn-icon {
	position: relative;
	padding-left: 20px;
}

.btn-icon:hover {
	color: var(--color-primary);
}

.btn-icon::after {
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	height: 2px;
	left: 0;
	background: var(--color-heading);
	transform: translateY(-50%);
	margin-top: -1px;
	transition: all 0.35s ease-in-out;
}

.btn-icon:hover::after {
	background: var(--color-primary);
}

.btn-icon i {
	font-weight: 500;
}

.btn-icon:hover {
	padding-left: 40px;
}

.animate-inout span {
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 20px;
}

.animate-inout::before, .animate-inout::after {
	width: 0%;
	height: 0%;
	position: absolute;
	content: "";
	border-radius: 100%;
}

.animate-inout:after {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: var(--white);
}

.animate-inout:before {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: var(--color-primary);
}

.animate-inout.animate-inout-borde {
	background: transparent;
	color: var(--dark);
}

.animate-inout.animate-inout-borde::after {
	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
}

.animate-inout.animate-inout-borde:hover {
	color: var(--white);
}

.animate-inout.animate-inout-borde:hover::before {
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.animate-inout.animate-inout-borde:hover::after {
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

.animate-inout:hover {
	color: var(--dark);
}

.animate-inout:hover::before, .animate-inout:hover::after {
	width: 200px;
	height: 200px;
	border-radius: 4px;
}

.animate-inout:hover::before {
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.animate-inout:hover::after {
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

.btn-md {
	padding: 16px 52px;
	font-size: 16px;
}

.btn-sm {
    padding: 10px 35px;
    font-size: 14px;
}

.gutter-xl {
	--bs-gutter-x: 150px;
}


.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

.container-medium {
  margin: auto;
  max-width: 85%;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1200px;
    width: 1200px;
  }
}

@media screen and (min-width: 1200px) {
.item-flex {
  display: flex;
}

.item-flex.center {
  align-items: center;
}

}

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  font-size: 40px !important;
}

.sub-title {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 1023px) {
  .site-heading h2 {
    font-size: 36px;
  }
}

.site-heading h4 {
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: var(--color-primary);
}

.site-heading h2 span {
  color: var(--color-primary);
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2::after {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.site-heading h2::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: var(--white);
}

.site-heading h2 span {
  color: var(--color-primary);
}
.green-span {
  color: var(--color-primary);
}

.site-heading {
  margin-bottom:0px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.shadow {
  box-shadow: none !important;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 120px 0;
}

.breadcrumb-area .breadcrumb {
  background: transparent;
  display: inline-flex;
  margin: 0;
  padding: 15px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.breadcrumb-area .breadcrumb::after {
  background: var(--color-heading);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  padding-top: 6px;
  margin: 0;
  font-size: 60px;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: var(--white);
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  left: -5px;
  font-weight: 600;
  position: absolute;
  top: 1px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: var(--font-defalt);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
}

.breadcrumb-area .breadcrumb li.active {
  color: var(--color-primary);
  text-decoration: underline;
}

/* ============================================================== 
     # Topbar Area 
=================================================================== */
.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area {
  overflow: hidden;
}

.top-bar-area li {
  display: inline-block;
}

.top-bar-area li .icon, .top-bar-area li .info {
  display: table-cell;
  vertical-align: middle;
}

.top-bar-area li .info span {
  display: block;
  font-family: var(--font-default);
  color: var(--color-heading);
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 600;
}

.top-bar-area li .icon i {
  font-size: 30px;
  color: var(--color-primary);
  margin-right: 15px;
}

.top-bar-area li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.top-bar-area li:last-child::after {
  display: none;
}

.top-bar-area .info li {
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}

.top-bar-area.double-info .info li {
  margin-right: 30px;
  padding-right: 30px;
}

.top-bar-area.inline .info li {
  display: flex;
  align-items: center;
  font-family: var(--font-default);
}

.top-bar-area.bg-dark.text-light .info li {
  color: var(--white);
}

.top-bar-area.bg-dark.text-light .info li::after {
  display: none;
}

.top-bar-area .info li::after {
  position: absolute;
  right: 0;
  top: -30px;
  content: "";
  height: 100px;
  width: 1px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  background: #e7e7e7;
}

.top-bar-area.style-two {
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}

.top-bar-area.double-info .social ul li a {
  height: 70px;
  line-height: 70px;
}

.top-bar-area.bg-theme .info li::after,
.top-bar-area.bg-dark .info li::after {
  background: rgba(255, 255, 255, 0.2);
}

.top-bar-area .social {
  z-index: 1;
}

.top-bar-area.bg-theme li .icon i {
  color: var(--white);
}

.top-bar-area.bg-theme li .info span {
  color: var(--white);
}

.top-bar-area.bg-theme .info li {
  color: var(--white);
}

.top-bar-area.bg-theme {
  position: relative;
  z-index: 1;
}

.top-bar-area.bg-theme::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  z-index: -1;
}

.top-bar-area.inline .info li i {
  margin-right: 10px;
  color: var(--color-primary);
  font-size: 20px;
}

.top-bar-area.inline.bg-theme .info li i,
.top-bar-area.inline.bg-dark .info li i {
  color: var(--white);
}

.top-bar-area .social.text-end ul li {
  margin-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 3px;
}

.top-bar-area .social.text-end ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.top-bar-area .social ul li a {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 50px;
  line-height: 50px;
}

.top-bar-area.bg-theme .social ul li a {
  color: var(--white);
}

.top-bar-area .bar-btn a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 35px;
  color: var(--white);
  background: var(--color-primary);
  letter-spacing: 1px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top-bar-area.double-info .bar-btn a {
  padding: 22px 35px;
  background: var(--dark);
}

/* Side BG */

.side-bg {
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  width: 30%;
}

.side-bg img {
    left: 0;
    position: absolute;
    top: 50%;
    opacity: 0.1;
    transform: translate(0, -50%);
}


/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
  min-height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area .transparent-nav .content {
  padding-top: 80px;
}

.banner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area.left-shadow::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  height: 100%;
  width: 80%;
  background: var(--color-primary);
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .7s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .9s;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .carousel-item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  width: 50px;
  background: var(--dark);
  border-radius: 50%;
}

.banner-area.text-light .carousel-control,
.banner-area .text-light .carousel-control {
  background: var(--color-primary);
}

.banner-area .carousel-control i {
  font-weight: 400;
}

.banner-area .carousel-control.shadow {
  background: transparent;
  color: var(--white);
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left {
  left: 30px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 50px;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right {
  right: 30px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 30px;
}

/* Content */

.banner-area .double-items {
  display: flex;
  align-items: center;
}

.banner-area .content p {
  font-size: 20px;
}

@media (min-width: 1024px) {
  .banner-area .content p {
    padding-right: 15%;
  }

  .banner-area .content .text-end p,
  .banner-area .content.text-end p,
  .banner-area .text-end .content p {
    padding-left: 15%;
    padding-right: 0;
  }

  .banner-area .content .text-center p,
  .banner-area .content.text-center p,
  .banner-area .text-center .content p {
    padding: 0 8%;
  }

  h2.title {
      font-size: 55px;
      line-height: 1.1;
  }

}

.banner-area.text-dark .content p {
  color: var(--color-heading);
}

.banner-area .content h1 {
  font-size: 70px;
  font-weight: 600;
}

.banner-area .double-content .content h1 {
  font-size: 50px;
}

.banner-area.text-small .content h1 {
  font-size: 60px;
}

.banner-area.heading-exchange .content h1 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}

.banner-area .content h4 {
  font-size: 24px;
}

.banner-area.heading-exchange .content h2,
.banner-area.heading-exchange .content h3,
.banner-area.heading-exchange .content h4 {
  font-weight: 400;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.banner-area.heading-exchange .double-content .content h2, 
.banner-area.heading-exchange .double-content .content h3, 
.banner-area.heading-exchange .double-content .content h4 {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    color: var(--color-paragraph);
}

.banner-area .content span {
  color: #13e4e1;
}

.banner-area .content a {
  margin-top: 5px;
  margin-right: 5px;
}

.banner-area.content-box .content {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.banner-area.content-box .content::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--black);
  z-index: -1;
  opacity: 0.6;
}

.banner-area.content-box .content h1 {
  font-size: 60px;
}

.banner-area .appoinment-box .col-md-12 {
  float: left;
  width: 100%;
}
/* Banner Latest */

.banner-area .double-content .container > .row {
    display: flex;
    align-items: center;
}

.banner-area .double-content .thumb {
    padding-right: 35px;
}

.banner-area.top-pad-50p .content.double-items {
    padding-top: 50px;
}


.banner-area.border-shape {
  position: relative;
  z-index: 1;
}

.banner-area.border-shape:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid var(--white);
    border-top: 250px solid transparent;
    width: 0;
    z-index: -1;
}

.banner-area.bg-gradient .content .thumb {
    padding-left: 35px;
}

.banner-area.bg-gradient .content .thumb img {
    max-width: 130%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background: var(--white);
}

.banner-area.bg-gradient .content {
    overflow: inherit;
}

.banner-area.bg-gradient .content p {
  color: var(--color-heading);
  line-height: 34px;
}

.banner-area.standard .info {
    padding: 200px 15px;
}

.banner-area.standard .thumb {
    position: relative;
}

.banner-area.standard .thumb img {
    position: relative;
    bottom: -120px;
}

.banner-area.standard .content {
  overflow: inherit;
}

.banner-area.standard .content h1 {
    font-size: 60px;
}

.banner-area.standard .content a {
    margin-top: 20px;
}

.banner-area.standard .content p {
  margin-bottom: 0;
}

.banner-area.standard .content a.video-play-button {
  margin-left: 10px;
  margin-bottom: 35px;
}

.banner-style-one-area {
	position: relative;
	z-index: 1;
	background-size: 120%, cover;
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 100%;
}

.banner-style-one-area div {
	height: 100%;
}

.banner-style-one .row div {
	height: auto;
}

.banner-style-one .row div.banner-one-thumb {
	height: 100%;
}

.banner-style-one .thumb img {
	object-fit: cover;
	height: 100%;
}

.banner-style-one .thumb {
	height: 100% !important;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	padding-top: 80px;
  justify-content: center;
}

.banner-style-one .fixed-shape {
  position: absolute;
  right: 0;
  top: 0;
  height: 80%;
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

.banner-style-one .content h1 {
  font-size: 70px;
}

.banner-area.banner-style-two .content {
  padding-top: 100px;
}

.banner-area.banner-style-two .content h1 {
  font-size: 90px;
  line-height: 1;
}

.banner-area.banner-style-three .content h1 {
  font-size: 120px;
  text-transform: uppercase;
  line-height: 1;
}

.banner-area.animate-text h4 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translate3d(-15%, 0, 0);
	transform: translate3d(-15%, 0, 0);
	opacity: 0;
	visibility: hidden;
}

.banner-area.animate-text h1 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.banner-area.animate-text p,
.banner-area.animate-text ul {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
}

.banner-area.animate-text .btn {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
}

.banner-area.animate-text .carousel-item.active h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.banner-area.animate-text .carousel-item.active h1 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.banner-area.animate-text .carousel-item.active p,
.banner-area.animate-text .carousel-item.active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.banner-area.animate-text .carousel-item.active .btn {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.banner-area.banner-style-four h4 {
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 16px;
  background: #b6e0e0;
  display: inline-block;
  border-radius: 6px;
  font-weight: 500;
}

.banner-style-four .content h1 {
  font-size: 90px;
  line-height: 1;
}

.banner-style-five.banner-area .content h1 {
  font-size: 90px;
  line-height: 1;
}

.banner-area.banner-style-six .content h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}

.banner-area.banner-style-six .content h1 {
  font-size: 90px;
  line-height: 1;
}

.banner-area.banner-style-six .btn {
  margin-top: 15px;
}

.banner-area.banner-style-seven .double-content .content h1 {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1;
}

.banner-area.banner-style-seven .double-content .content h4 {
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 16px;
  background: #b6e0e0;
  display: inline-block;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 25px;
}
.banner-area.banner-style-seven .double-content .thumb img {
  transition: all 0.35s ease-in-out;
}

@media (min-width: 1400px) {
  .banner-area.banner-style-seven .double-content .thumb img {
    margin-left: -15%;
    max-width: 115%;
  }
}

.banner-style-nine {
  background: linear-gradient(180deg, var(--white) 0%, var(--color-secondary) 100%);
}

.banner-style-nine .thumb img {
  border-radius: 30px;
}

.banner-style-nine {
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}

.banner-style-nine {
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}

.banner-style-nine h1 {
  font-size: 70px;
}

.banner-style-nine p {
  font-size: 20px;
}

.banner-style-nine .content {
  margin-top: -40px;
}

@media (min-width: 1024px) {
  .banner-style-nine p {
    padding-right: 15%;
  }
}

.banner-style-nine .fun-fact {
  position: absolute;
  right: -50px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  border-radius: 20px;
}

.banner-style-nine .thumb {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.banner-style-nine span {
  color: #0aa6b1;
}

.banner-style-nine .fun-fact .counter {
  display: flex;
  align-items: center;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.banner-style-nine .fun-fact h4 {
  margin: 0;
  font-size: 20px;
}


/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: var(--color-primary);
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--white) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--white) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: var(--color-primary);
}

.video-play-button.relative {
  position: relative;
  height: 80px;
  width: 80px;
  display: inline-block;
  left: 0;
  top: 0;
  line-height: 80px;
  text-align: center;
  transform: inherit;
}

.video-play-button.relative.theme::after,
.video-play-button.relative.theme::before {
  background: var(--color-primary);
}

.video-play-button.relative.theme i {
  color: var(--white);
}

/* ============================================================== 
     # Top Entry 
=================================================================== */

.top-entry-area.text-center {
  border-top: 3px solid var(--color-primary);
}

.top-entry-area.border-less {
  border: none;
}


.top-entry-area .item-box {
  overflow: hidden;
}

.top-entry-area .item {
  padding: 40px 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.top-entry-area ul {
  text-align: left;
}

.top-entry-area ul li {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--font-default);
}

.top-entry-area ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--font-default);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-entry-area ul li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.top-entry-area h4 {
  text-transform:capitalize;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 20px;
}

.top-entry-area h4::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  width: 30px;
  background: var(--color-primary);
  margin-left: -15px;
}

.top-entry-area h2 {
  margin: 0;
}

.top-entry-area .item-box .single-item:nth-child(2n) h4::after {
  background: var(--white);
}

.top-entry-area p {
  margin: 0;
}

.top-entry-area .item a {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 25px;
  font-weight: 600;
}

.top-entry-area .item > i {
  font-size: 45px;
  margin-bottom: 45px;
  transition: all 0.35s ease-in-out;
  display: block;
  color: var(--color-primary);
}

.top-entry-area .item-box .single-item {
  position: relative;
  z-index: 1;
}

.top-entry-area .item-box .single-item:nth-child(2n) {
  background: var(--color-primary);
  color: var(--white);
}

.top-entry-area.border-less .item-box .single-item:nth-child(2n) {
  border-radius: 5px;
}

.top-entry-area .item-box .single-item:nth-child(2n)::after {
  height: 150%;
  width: 100%;
  left: 0;
  top: -25%;
  content: "";
  position: absolute;
  background: var(--color-primary);
  z-index: -1;
}

.top-entry-area.border-less .item-box .single-item:nth-child(2n)::after {
  border-radius: 5px;
  height: 100%;
  top: 0;
}

.top-entry-area .item-box .single-item:nth-child(2n) i,
.top-entry-area .item-box .single-item:nth-child(2n) h2,
.top-entry-area .item-box .single-item:nth-child(2n) h4,
.top-entry-area .item-box .single-item:nth-child(2n) p {
  color: var(--white);
  font-size: 30px;
}


/* ============================================================== 
     # About 
=================================================================== */

.about-area .info {
  padding-right: 35px;
}

.about-area .inc-video .thumb {
  position: relative;
  z-index: 1;
}

.about-area .features-items {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 100%;
  padding: 30px;
  margin-top: 15px;
}

.about-area .tab-content .info a {
  margin-top: 10px;
}

.about-area .features-items i {
  font-size: 50px;
  color: var(--color-primary);
  margin-bottom: 25px;
}

.about-area .features-items h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.about-area .features-items p {
  margin: 0;
}

.about-area .features-items .single-item {
  border-right: 1px solid #e7e7e7;
}

.about-area .features-items .single-item:last-child {
  border: none;
}

.features-items.owl-carousel.features-carousel .owl-dots {
  margin: 0;
}

.features-items.owl-carousel.features-carousel .owl-dots .owl-dot span {
  border: 3px solid #e7e7e7;
  height: 20px;
  width: 20px;
}

.features-items.owl-carousel.features-carousel .owl-dots .owl-dot.active span {
  background: var(--color-primary);
}

.about-area .tab-content .info {
  padding-right: 0;
}

/* Table */
.about-area .em-services-items table {
  border: 1px solid #e5e5e5;
  margin: 0;
}

.about-area .em-services-items table thead {
  font-family: var(--font-default);
  text-transform: uppercase;
  background-color: var(--color-primary);
  border: none;
  border: 1px solid var(--color-primary);
}

.about-area .em-services-items table th {
  border-bottom: none;
  color: var(--white);
}

.about-area .em-services-items table th,
.about-area .em-services-items table td {
  text-align: left;
  padding: 18px 20px 18px 40px;
}

.emergency-services h2 {
  font-weight: 600;
  display: inline-block;
  background: #b6e1e1;
  font-size: 30px;
  padding: 7px 25px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.about-area .em-services-items table tr {
  border-bottom: 1px solid #e7e7e7;
}

.emergency-services h2::after {
  position: absolute;
  left: 100%;
  top: -20px;
  content: "";
  height: 30px;
  width: 30px;
  background: url(assets/img/shape/1.png);
  z-index: -1;
  background-repeat: no-repeat;
}

.em-services-items {
  margin-top: 30px;
}

.about-area .em-services-items table td i {
  font-weight: 500;
  margin-right: 5px;
  color: var(--color-primary);
}

.half-bg {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.half-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: var(--color-primary);
  z-index: -1;
  height: 100%;
  width: 50%;
}

.about-area.half-bg .emergency-services {
  padding-left: 50px;
}

.about-area.half-bg .info {
  padding-right: 50px;
}

.about-area .bottom {
  border: 1px solid #e7e7e7;
  display: flex;
  padding: 37px 60px;
  margin-top: 30px;
  border-radius: 10px;
}

.about-area .bottom .content h4 {
  text-transform: uppercase;
}
.em-services-items tbody {
  border: none !important;
}

.about-area .info > h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 20px;
}

.about-area .info > h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 25px;
}

.about-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-area .info > a {
  margin-top: 15px;
}

.about-area .bottom .content {
  padding-left: 30px;
}

.about-area .bottom .content p {
  margin: 0;
}

.video-play-button.relative i {
  line-height: 80px;
}

.about-area .services-area .equal-height {
    margin-bottom: 0;
    margin-top: 30px;
}

.about-area .services-area .equal-height:first-child,
.about-area .services-area .equal-height:nth-child(2) {
  margin-top: 0;
}

.about-area .services-area .equal-height .item h4 {
  margin-bottom: 0;
}

.about-area .services-area.inc-icon .item {
  border-top: none;
}

.about-area .services-area.inc-icon .item i::after {
    left: -13px;
    top: -13px;
    height: 126px;
    width: 126px;
    opacity: 1;
    border: 2px solid #e7e7e7;
}

.about-area .services-area.inc-icon .item i {
  background: var(--color-primary);
  color: var(--white);
  margin-top: 10px;
}

.about-style-two .thumb {
  position: relative;
  padding-right: 100px;
  padding-bottom: 100px;
  margin-right: 60px;
}

.about-style-two .thumb img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 200px;
}

.about-style-two-info .top {
  margin-bottom: 10px;
}

.about-style-two-info .top h4 {
  font-weight: 500;
  color: var(--color-primary);
}

@media (min-width: 1024px) {
  .about-style-two-info .top {
    margin-left: -20%;
  }
}

.services-area.inc-icon .item.active::after {
  height: 100%;
  top: 0;
}

.about-area .services-area.inc-icon .item.active i {
  background: var(--white);
  color: var(--color-primary);
}

.about-area .services-area.inc-icon .item.active i::after {
  border-color: rgba(255, 255, 255, 0.3);
}

.about-area .services-area.inc-icon .item.active h4 {
  color: var(--white);
}

/* ============================================================== 
     # Features 
=================================================================== */
.features-area .features-items i {
  font-size: 60px;
  margin-bottom: 25px;
  color: var(--color-primary);
  display: inline-block;
  border-radius: 50%;
  min-width: 70px;
  line-height: 1;
}

.features-area .features-items li {
  margin-bottom: 40px;
  display: flex;
}

.features-area .features-items li .info {
  padding-left: 20px;
}

.features-area .features-items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.features-area .features-items h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.features-area .features-items p {
  margin: 0;
}

.features-area .bottom {
  display: flex;
  padding: 30px 50px;
  margin-top: 45px;
  border-radius: 10px;
  background: var(--dark);
  align-items: center;
}

.features-area .bottom h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white);
}

.features-area .bottom p {
  color: #d8f0fb;
}

.features-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.features-area .bottom .content {
  padding-left: 30px;
}

.features-area .bottom .content p {
  margin: 0;
}

.features-area .bottom .video .video-play-button i {
  font-size: 30px;
}


.feature-style-two {
  border-radius: 20px;
  overflow: hidden;
  padding: 50px;
}

.feature-style-two ul {
  display: flex;
  gap: 50px;
}

.feature-style-two ul .fun-fact .counter {
  display: flex;
  align-items: center;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.feature-style-two ul li h4 {
  font-size: 17px;
  margin: 0;
  line-height: 1.4;
}

.feature-style-two .info {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 30px;
}

.quick-call {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.quick-call img {
  height: 70px;
}

.quick-call h5 {
  margin: 0;
  font-size: 20px;
}

.quick-call p {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 15px;
}

/* ============================================================== 
     # Services 
=================================================================== */

.services-area .equal-height {
  margin-bottom: 30px;
}

.services-area.inc-thumb .item {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.services-area.inc-thumb .item .info {
  background: var(--white);
  padding: 30px;
  padding-top: 55px;
}

.services-area.inc-thumb .item .info h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}

.services-area.inc-thumb .item .thumb {
  position: relative;
  z-index: 1;
}

.services-area.inc-thumb .item .thumb::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 100%;
  background: var(--color-primary);
}

.services-area.inc-thumb .item .thumb .overlay {
  position: absolute;
  left: 50%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  bottom: 0;
  background: var(--white);
  height: 80px;
  z-index: 1;
  margin-left: -40px;
  margin-bottom: -40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  font-size: 35px;
  color: var(--color-primary);
  line-height: 80px;
}


/* Services With Icon ONly */
.services-area.inc-icon .item {
  background: var(--white);
  position: relative;
  padding: 50px 30px 50px;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  border-top: 3px solid var(--color-primary);
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}

.services-area.inc-icon .owl-carousel .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.services-area.inc-icon.less-info .item {
  border: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  box-shadow: none;
}

.services-area.inc-icon .item i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  color: var(--white);
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
  font-size: 45px;
  background: var(--color-primary);
  position: relative;
  z-index: 1;
  text-align: center;
}

.services-area.inc-icon.less-info .item i {
  height: 100px;
  width: 100px;
  line-height: 104px;
  margin-bottom: 40px;
  font-size: 45px;
  background: var(--color-primary);
}

.services-area.inc-icon.less-info .item i::after {
  display: none;
}

.services-area.inc-icon .item i::after {
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: -1;
  content: "";
  height: 116px;
  width: 116px;
  opacity: 0.3;
  border: 2px solid var(--color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.services-area.inc-icon .item h4 {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.services-area.inc-icon .item h5 {
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.services-area.inc-icon .item .info > a {
  margin-top: 10px;
}

.services-area.inc-icon .item::after {
  position: absolute;
  left: 0;
  top: -100%;
  content: "";
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--color-primary);
}

.services-area.inc-icon .item:hover::after {
  top: 0;
}

.services-area.inc-icon .item h4,
.services-area.inc-icon .item p,
.services-area.inc-icon .item a,
.services-area.inc-icon .item i {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.services-area.inc-icon .item:hover h4,
.services-area.inc-icon .item:hover p,
.services-area.inc-icon .item:hover a {
  color: var(--white);
}

.services-area.inc-icon .item:hover a.btn {
  color: var(--white) !important;
  border-color: var(--white);
}

.services-area.inc-icon .item:hover i {
  color: var(--color-primary);
  background: var(--white);
}

.services-area.inc-icon .item:hover i::after {
  opacity: 0.3;
  border: 2px solid var(--white);
}

.services-area .services-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.services-area .services-carousel.owl-carousel .owl-nav .owl-prev, 
.services-area .services-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent;
  color: var(--color-paragraph);
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.services-area.bg-gray .services-carousel.owl-carousel .owl-nav .owl-prev, 
.services-area.bg-gray .services-carousel.owl-carousel .owl-nav .owl-next {
  color: var(--color-primary);
}

.services-area .services-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.services-area .services-carousel.owl-carousel .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
  background: transparent;
  border: 2px solid var(--color-primary);
}

.services-area .services-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--color-primary);
}

.services-area.inc-icon.less-info .item h4 {
  margin: 0;
}

.services-area.inc-icon.less-info .item a {
  display: block;
}

/* Services Solid */
.solid-services-area .item i {
  display: inline-block;
  color: var(--color-primary);
  font-size: 60px;
  margin-bottom: 50px;
  line-height: 1;
}

.solid-services-area .item h4 {
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}

.solid-services-area .equal-height {
  margin-bottom: 30px;
}

.solid-services-area .item p {
  margin: 0;
}

.solid-services-area .item {
  padding: 67px 40px 64px;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  background: var(--white);
  border-radius: 20px;
}

.solid-services-area .item li {
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  margin-bottom: 10px;
}

.solid-services-area .item li::after {
  position: absolute;
  left: 0;
  content: "\f1ce";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: var(--color-primary);
}

.solid-services-area .item li:last-child {
  margin-bottom: 0;
}


/* ============================================================== 
     # Services Area 
=================================================================== */
.top-services-area .services-tabs {
  background: transparent;
  margin-bottom: 90px;
  border-bottom: none;
}

.top-services-area .services-tabs ul.nav.nav-tabs {
  margin: 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.top-services-area .services-tabs ul.nav.nav-tabs li {
  display: block;
  flex: 1 1 33.333%;
}

.top-services-area .services-tabs ul.nav.nav-tabs li button {
  display: flex;
  width: 100%;
  min-height: 124px;
  padding: 26px 30px;
  text-transform: uppercase;
  align-items: center;
  gap: 16px;
  border: none;
  margin: 0;
  color: #fff;
  background: #244A2E;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0;
}

.top-services-area .services-tabs ul.nav.nav-tabs li button i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 0;
  background: #dfe8eb;
  color: var(--color-primary);
  flex-shrink: 0;
}

.top-services-area .services-tabs .tab-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.top-services-area .services-tabs .tab-title {
  display: block;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 700;
}

.top-services-area .services-tabs .tab-subtitle {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  font-weight: 500;
  color: #fff;
}

.top-services-area .services-tabs ul.nav.nav-tabs li button.active {
  position: relative;
  z-index: 1;
  background: #fff;
  color:#244A2E;
}

.top-services-area .services-tabs ul.nav.nav-tabs li button.active::after {
  display: none;
}

.top-services-area .services-tabs ul.nav.nav-tabs li button.active i {
  background: #244A2E;
  color:#fff;
}

.top-services-area .services-tabs ul.nav.nav-tabs li button.active .tab-subtitle {
  color: #244A2E;
}

@media (max-width: 767px) {
  .top-services-area .services-tabs {
    margin-bottom: 60px;
  }

  .top-services-area .services-tabs ul.nav.nav-tabs {
    border-radius: 8px;
  }

  .top-services-area .services-tabs ul.nav.nav-tabs li {
    flex: 1 1 100%;
  }

  .top-services-area .services-tabs .tab-title {
    font-size: 18px;
  }

  .top-services-area .services-tabs .tab-subtitle {
    font-size: 13px;
  }
}

.top-services-area .info {
  padding-left: 35px;
}

.top-services-area .info ul {
  margin-top: 25px;
}

.top-services-area .info ul li {
  display: flex;
  margin-top: 10px;
  font-weight: 500;
  color: var(--color-heading);
  padding-left: 25px;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
}

.top-services-area .info ul li::after {
    position: absolute;
    left: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    color: var(--color-primary);
}

.top-services-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.top-services-area .info a {
    margin-top: 30px;
}

.top-services-area .info ul.working-hours {
  margin: 0;
}

.top-services-area .info ul.working-hours li {
    padding-left: 0;
    padding: 12px 25px;
    margin: 0;
    font-weight: 400;
    font-family: var(--font-default);
    text-transform: capitalize;
    border-radius: 5px;
    background: var(--bg-gray);
    margin: 10px 0;
}

.top-services-area .info ul.working-hours li::after {
    display: none;
}

.top-services-area .info ul.working-hours li:nth-child(2n) {
    background: var(--color-primary);
    color: var(--white);
}

.top-services-area .info ul.working-hours li .closed {
  color: red;
}

.top-services-area .thumb {
    position: relative;
    z-index: 1;
}

.top-services-area .thumb::after {
    position: absolute;
    left: -50px;
    bottom: -50px;
    height: 200px;
    width: 200px;
    /* background: url(assets/img/bg-dotted.png); */
    content: "";
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: 0.4;
}

/* Services Details */
.services-details-area .widget {
  padding-bottom: 50px;
  background: var(--white);
  margin-bottom: -5px;
}

.services-details-area .widget:last-child {
  padding-bottom: 0;
}

.services-details-area .widget .appoinment-box {
  box-shadow: none;
  background: var(--bg-gray);
  padding: 35px;
}

.services-details-area .widget .title h4 {
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  color: var(--color-heading);
}

.services-details-area .widget .title h4::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.services-details-area .widget .title h4::after {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
  z-index: -1;
}

.services-details-area .widget.link li {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.services-details-area .widget.link li a {
  display: inline-block;
}

.services-details-area .widget.link li a:hover {
  color: var(--color-primary);
}

.services-details-area .widget.link li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.services-details-area .widget.link li i {
  margin-right: 3px;
  color: var(--color-primary);
}

.services-details-area .widget .info {
  padding: 20px 15px;
  border: 1px solid #e7e7e7;
}

.services-details-area .widget .info h4 {
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-paragraph);
}

.services-details-area .widget .info h5 {
  margin: 0;
  text-transform: uppercase;
  color: var(--color-primary);
}

.services-details-area .widget .thumb {
  position: relative;
  z-index: 1;
}

.services-details-area .widget .thumb .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
  right: 0;
  text-align: center;
}

.services-details-area .widget .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 120%) repeat scroll 0 0;
  content: "";
  height: 50%;
  width: 100%;
  border-radius: 10px;
}

.services-details-area .widget .thumb .overlay h4 {
  text-transform: capitalize;
  font-weight: 600;
  color: var(--white);
}

.services-details-area .widget .thumb .overlay h5 {
  margin: 0;
  color: var(--color-primary);
  text-transform: uppercase;
}

.services-details-area .widget.opening-hours li {
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}

.services-details-area .widget.opening-hours li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.services-details-area .thumb img {
  border-radius: 10px;
}

.services-details-area .content .info {
  margin-top: 30px;
}

.services-details-area .content .info h2, 
.services-details-area .content .info h3 {
  font-weight: 600;
}

.services-details-area .content .info h4 {
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 25px;
}

.services-details-area .content .info ul li {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 15px;
}

.services-details-area .content .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-primary);
  font-weight: 600;
  content: "\f5ae";
  font-family: "Font Awesome 5 Pro";
}

.services-details-area .content .info a {
  margin-top: 10px;
}


/* ============================================================== 
     # Tabs Area 
=================================================================== */
.tabs-items .nav-pills {
  margin-bottom: 30px;
}

.tabs-items .nav-pills li {
  float: left;
}

.tabs-items .nav-pills li a {
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #e7e7e7;
  margin-right: 5px;
  position: relative;
  background: #f9f9f9;
  border-radius: inherit;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tabs-items.bg-gray .nav-pills li a {
  background: var(--white);
}

.tabs-items .nav-pills li a i {
  float: left;
  font-size: 25px;
  color: var(--color-paragraph);
  margin-right: 10px;
}

.tabs-area .tabs-items .tab-content {
  padding: 30px;
  border: 1px solid var(--color-primary);
}

.tabs-items .nav-pills li.active a, 
.tabs-items .nav-pills li:focus a {
  background: var(--color-primary);
}

.tabs-items .nav-pills li.active a i {
  color: var(--white);
}

.tabs-items .nav-pills li.active a::after {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -15px;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--color-primary);
}

.tabs-items .tab-content h4, .tabs-items .tab-content h3 {
  text-transform: capitalize;
  font-weight: 600;
}

.tabs-items .tab-content p:last-child {
  margin-bottom: 0;
}

.tabs-items .tab-content iframe {
  width: 100%;
  min-height: 250px;
  margin-top: 15px;
  margin-bottom: -10px;
}

.tabs-items .tab-content li {
  display: block;
  border: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: var(--font-default);
  padding: 15px;
}

.tabs-items .tab-content li:last-child {
  margin: 0;
}

.tabs-items .tab-content li:nth-child(odd) {
  background: #f4f4f4;
}


/* ============================================================== 
     # Fun Factor
=================================================================== */

.fun-fact-area .fun-fact {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.fun-fact-area .fun-fact::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--white);
  z-index: -1;
  opacity: 0.9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.fun-fact-area .fun-fact i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 25px;
  color: var(--color-primary);
}

.fun-fact-area .fun-fact .timer {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: var(--color-heading);
  margin-bottom: 5px;
}

.fun-fact-area .fun-fact .timer::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  position: absolute;
  top: 0;
}

.fun-fact-area .fun-fact .medium {
  color: var(--color-paragraph);
  text-transform: uppercase;
  font-weight: 600;
}

.fun-fact-area-alt {
  position: relative;
  padding: 60px 0 55px;
  margin-bottom: 50px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(66, 224, 226, 0.98) 0%, rgba(39, 191, 193, 0.98) 100%);
}

.fun-fact-area-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at left center, rgba(255, 255, 255, 0.16), transparent 45%),
              radial-gradient(circle at right center, rgba(255, 255, 255, 0.08), transparent 40%);
  pointer-events: none;
}

.fun-fact-area-alt .container {
  position: relative;
  z-index: 1;
}

.fun-fact-card-alt {
  min-height: 110px;
  padding: 24px 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.42);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fun-fact-card-alt i {
  display: none;
}

.fun-fact-card-alt .timer {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0px;
  font-size: 50px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 6px;
  position: relative;
}

.fun-fact-card-alt .timer::after {
  content: "+";
  font-size: 20px;
  line-height: 1;
  vertical-align: super;
  margin-left: 2px;
}

.fun-fact-card-alt .medium {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.96);
  white-space: normal;
  text-align: center;
}

@media (max-width: 991px) {
  .fun-fact-area-alt {
    padding: 48px 0 48px;
  }

  .fun-fact-card-alt {
    min-height: 105px;
    padding: 22px 18px;
  }

  .fun-fact-card-alt .timer {
    font-size: 44px;
    margin-bottom: 5px;
  }

  .fun-fact-card-alt .timer::after {
    font-size: 18px;
  }

  .fun-fact-card-alt .medium {
    font-size: 11px;
    letter-spacing: 0.48px;
  }
}

@media (max-width: 575px) {
  .fun-fact-area-alt {
    padding: 40px 12px;
  }

  .fun-fact-card-alt {
    min-height: 100px;
    padding: 20px 14px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .fun-fact-card-alt .timer {
    font-size: 40px;
    margin-bottom: 4px;
  }

  .fun-fact-card-alt .timer::after {
    font-size: 16px;
  }

  .fun-fact-card-alt .medium {
    font-size: 10px;
    letter-spacing: 0.4px;
  }
}

/* ============================================================== 
     # Video BG
=================================================================== */
.video-bg-area {
    padding: 200px 0;
}

.video-bg-area h1 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: -8px;
  font-size: 50px;
}

.video-bg-area.shadow.theme::after {
  z-index: inherit;
}

.video-bg-area .content {
  position: relative;
  z-index: 2;
}

/* ============================================================== 
     # Appoinment
=================================================================== */

.appoinment-box {
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  padding: 60px;
  background: var(--white);
  border-radius: 30px;
}

.appoinment .heading {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.appoinment .heading p:last-child {
  margin-bottom: 0;
}

.appoinment .heading::after {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.appoinment .heading::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
}

.appoinment form input {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  padding: 15px;
  color: var(--color-heading);
}

.appoinment form textarea {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  padding: 15px;
  min-height: 120px;
  border-radius: inherit;
}

.appoinment form button {
  background: transparent;
  padding: 13px 35px;
  margin-top: 15px;
  font-family: var(--font-default);
  text-transform: capitalize;
  font-weight: 600;
  border: 2px solid transparent;
  transition: all 0.35s ease-in-out;
  color: var(--color-heading);
  border: 2px solid var(--color-primary);
  background: transparent;
  border-radius: 30px;
}

.appoinment form button:hover {
  background: var(--color-primary);
  color: var(--white);
  border: 2px solid transparent;
}

.appoinment form button i {
  margin-left: 3px;
}

.department-tabs .tab-content p:last-child {
  margin-bottom: 0;
}

.appoinment h4 {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}

.appoinment h2,
.appoinment h3 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}


.appoinment-box .appointment-schedule {
    margin-bottom: 30px;
    text-align: center;
}

.appoinment-box .appointment-schedule h5 {
  font-weight: 700;
  text-transform: uppercase;
  background: #dbefee;
  padding: 15px 35px;
  border-radius: 5px;
  letter-spacing: 0.6px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.appoinment-box .appointment-schedule li {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.appoinment-box .appointment-schedule li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.appoinment-box .appointment-schedule li span {
    float: right;
}

.appoinment-box .appointment-schedule ul {
    text-align: left;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #d8f0fb;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


/* Banner Appoinment */
.banner-area .appoinment-box {
  position: relative;
  z-index: 1;
  background: radial-gradient(#fff2 30%, #fff4);
  backdrop-filter: blur(5px);
  border-radius: 30px;
}

.nice-select .option {
  color: var(--color-heading);
}

.banner-area .appoinment-box .nice-select:after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
}

.banner-area .appoinment-box input, 
.banner-area .appoinment-box .nice-select {
  border-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    background: transparent;
    box-shadow: none;
    color: var(--white);
}

.banner-area .appoinment-box input::-webkit-input-placeholder { /* Chrome */
  color: var(--white);
}
.banner-area .appoinment-box input:-ms-input-placeholder { /* IE 10+ */
  color: var(--white);
}
.banner-area .appoinment-box input::-moz-placeholder { /* Firefox 19+ */
  color: var(--white);
  opacity: 1;
}
.banner-area .appoinment-box input:-moz-placeholder { /* Firefox 4 - 18 */
  color: var(--white);
  opacity: 1;
}

.banner-area .appoinment-box .nice-select span {
  color: var(--white);
}

.banner-area .appoinment-box .heading::after {
  background: var(--white);
}

.banner-area .appoinment-box .heading::before {
  background: var(--white);
}

.banner-area .appoinment-box button {
  background: var(--color-primary);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: var(--white);
}


/* ============================================================== 
     # Faq Accordion
=================================================================== */

.faq-area {
  overflow: hidden;
}

.faq-items .panel-group,
.acd-items .panel-group {
  margin-bottom: 0;
}

.faq-area .faq-items {
  margin-top: -15px;
}

.acd-items .panel-heading .panel-title a span {
  background: #ff5a6e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--white);
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}

.acd-items .panel-heading .panel-title a {
  color: var(--color-heading);
  display: block;
  font-weight: 600;
  padding: 19px 30px 20px 15px;
  position: relative;
}

.acd-items .panel-heading {
  padding: 0;
}

.faq-area .acd-items .panel-body {
  padding: 30px 0 20px;
}

.acd-items .panel.panel-default {
  border: none;
  border-radius: inherit;
  box-shadow: inherit;
  margin: 0 0 10px;
}

.acd-items .panel.panel-default:last-child {
  margin-bottom: 0;
}

.acd-items .panel-body p:last-child {
  margin: 0;
}

.faq-items .panel-body {
  padding: 20px;
}

.faq-items .acd-items .panel .panel-body {
  border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 17px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: var(--color-heading);
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
  content: "\f01b" !important;
  font-size: 20px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 12px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f01a" !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.faq-area .faq-items .panel-group {
  margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.acd-items .panel.panel-default:last-child .panel-body {
  padding-bottom: 0;
  margin-bottom: -5px;
}

.faq-area .heading h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

/* ============================================================== 
     # Chose Us 
=================================================================== */

.container-full .row {
  display: flex;
}

.container-full .row > .info {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 600px;
}

.chose-us-area.item-half .container-full .row > .info {
  padding: 120px 0 115px 50px;
}

.chose-us-area.item-half .info li {
  float: left;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 0;
}

.chose-us-area.item-half .info li:first-child,
.chose-us-area.item-half .info li:nth-child(2) {
  margin-top: 0;
}

.chose-us-area.item-half .info li:nth-child(2n) {
  padding-left: 15px;
}

.chose-us-area .info .heading {
  position: relative;
  z-index: 1;
}

.chose-us-area .info li .icon i {
  display: inline-block;
  font-size: 50px;
  color: var(--color-primary);
}

.chose-us-area .info li .icon {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.chose-us-area .info li {
  display: block;
  margin-bottom: 40px;
}

.chose-us-area .info li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.chose-us-area .info li h4 {
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
}

.chose-us-area .info h2 {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.chose-us-area .info p:last-child {
  margin-bottom: 0;
}

.chose-us-area .info ul {
  margin-top: 30px;
  overflow: hidden;
}

.chose-us-area .info li p:last-child {
  margin: 0;
}

.chose-us-area .info li .title {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid  #e7e7e7;
  align-items: center;
  padding-bottom: 15px;
}

.chose-us-area .info li .info {
  position: relative;
  z-index: 1;
  padding-left: 55px;
}

.chose-us-area .info li .info::after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-size: 20px;
  color: var(--white);
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: var(--color-primary);
  text-align: center;
  font-weight: 100;
  border-radius: 50%;
}

.chose-us-area .appoinment {
  padding-right: 35px;
}


/* ============================================================== 
     # Top Content
=================================================================== */
.top-content-area .item {
    display: flex;
}

.top-content-area .item > div {
    width: 50%;
}

.top-content-area .item .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-content-area .item .info {
    padding: 50px 30px;
}

.top-cotent-items {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


/* ============================================================== 
     # Doctor Tips 
=================================================================== */
.health-tips-items .thumb {
  position: relative;
  z-index: 1;
}

.health-tips-items .thumb img {
  border-radius: 10px;
}

.health-tips-items .thumb .overlay {
  position: absolute;
  left: 0;
  bottom: -30px;
  text-align: center;
  padding: 20px;
  background: var(--color-primary);
}

.health-tips-items .thumb .overlay img {
  padding-left: 30px;
}

.health-tips-items .doctor {
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}

.health-tips-items .doctor h5 {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 16px;
}

.health-tips-items .thumb .overlay h4 {
  text-transform: uppercase;
  color: var(--white);
}

.health-tips-items .thumb .overlay h5 {
  color: var(--white);
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
}

.health-tips-items .info {
  background: var(--white);
  padding: 60px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.health-tips-items .info::after {
  position: absolute;
  left: -18px;
  content: "";
  top: 50px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid var(--white);
}

.health-tips-items .info h4 {
  text-transform: uppercase;
  font-weight: 600;
}

.health-tips-items .info ul li {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-left: 30px;
  font-weight: 500;
}

.health-tips-items .info ul li::after {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-weight: 500;
  color: var(--white);
  height: 20px;
  width: 20px;
  background: var(--color-primary);
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  font-size: 14px;
  top: 4px;
}

.health-tips-items .info p {
  margin-bottom: 40px;
}

.health-tips-items .info ul li:last-child {
  margin: 0;
}

.doctor-tips-area .tips-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.doctor-tips-area .tips-carousel.owl-carousel .owl-nav .owl-prev, 
.doctor-tips-area .tips-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent;
  color: var(--white);
  font-size: 30px;
  height: 50px;
  left: -35px;
  line-height: 50px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
}

.doctor-tips-area .tips-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -35px;
}

.doctor-tips-area .tips-carousel.owl-carousel .owl-nav .owl-prev i, 
.doctor-tips-area .tips-carousel.owl-carousel .owl-nav .owl-next i {
  font-weight: 100;
}


/* ============================================================== 
     # Doctor 
=================================================================== */

.doctor-area .equal-height {
  margin-bottom: 30px;
}

.doctor-items .thumb {
  position: relative;
  z-index: 1;
}

.doctor-items .thumb .overlay {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.doctor-items .thumb .overlay i {
  height: 50px;
  width: 50px;
  background: var(--color-primary);
  line-height: 50px;
  color: var(--white);
  font-size: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.doctor-items .info {
  padding: 40px 30px 30px;
  border-top: 2px solid var(--color-primary);
  background: var(--white);
}

.doctor-items .item {
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  overflow: hidden;
  border-radius: 30px;
}

.doctor-items.owl-carousel .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.doctor-items .info h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.doctor-items .info h5 {
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 1px;
}

/* Social */
.doctor-items .thumb .social {
  position: absolute;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  bottom: 0;
  width: 100%;
  opacity: 0;
}

.doctor-items .item:hover .social {
  opacity: 1;
  bottom: 40px;
}

.doctor-items .item:hover img {
  opacity: 0.5;
}

.doctor-items .thumb img {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.doctor-items .social li {
  display: inline-block;
}

.doctor-items .social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.9);
  line-height: 43px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 1px;
}

.doctor-items .social li.twitter a {
  background-color: #00b6f1;
  color: var(--white);
}

.doctor-items .social li.pinterest a {
  background-color: #bd081c;
  color: var(--white);
}

.doctor-items .social li.facebook a {
  background-color: #3b5998;
  color: var(--white);
}

.doctor-items .social li.g-plus a {
  background-color: #df4a32;
  color: var(--white);
}

.doctor-items .social li.vimeo a {
  background-color: #1ab7ea;
  color: var(--white);
}

.doctor-items .social li.instagram a {
  background-color: #cd486b;
  color: var(--white);
}

.doctor-items .social li.linkedin a {
  background-color: #0077b5;
  color: var(--white);
}

.doctor-items .social li a:hover {
  background: var(--color-primary);
  color: var(--white);
}

.doctor-items .info ul {
  margin-top: 20px;
}

.doctor-items .info .appoinment-btn {
  position: relative;
  z-index: 1;
}

.doctor-items .info .appoinment-btn::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 100%;
  background: #e7e7e7;
  z-index: -1;
}

.doctor-items .info a {
  display: inline-block;
  text-transform: uppercase;
  color: var(--color-paragraph);
  background: var(--white);
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.doctor-area .doctor-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-prev, 
.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent;
  color: var(--color-paragraph);
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-prev, 
.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-next {
  color: var(--color-primary);
}

.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

/* ============================================================== 
     # Doctor Details
=================================================================== */
.doctor-details-area .nav-pills {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
  margin-top: 50px;
}

.doctor-details-area .nav-pills .nav-link {
  position: relative;
  z-index: 1;
  padding: 0;
  text-transform: uppercase;
  background: transparent;
  padding-bottom: 15px;
}

.doctor-details-area .nav-pills .nav-link {
  background: transparent;
  color: var(--color-primary);
}

.doctor-details-area .nav-pills .nav-link {
  margin-right: 25px;
  float: left;
  color: var(--color-heading);
  position: relative;
  z-index: 1;
}

.doctor-details-area .nav-pills .nav-link.active::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  height: 3px;
  width: 100%;
  background: var(--color-primary);
}

.doctor-details-area .info a {
  margin-top: 10px;
  margin-bottom: 15px;
}

.doctor-details-area .info h4 {
  margin-bottom: 25px;
  color: var(--color-paragraph);
  text-transform: uppercase;
}

.doctor-details-area .tab-content p:last-child {
  margin-bottom: 0;
}

.doctor-details-area .tab-content {
  margin-bottom: -10px;
}

.doctor-details-area .thumb {
  position: relative;
  z-index: 1;
}

.doctor-details-area .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 160%) repeat scroll 0 0;
  content: "";
  height: 30%;
  width: 100%;
}

.doctor-details-area .thumb .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  text-align: center;
  right: 0;
  z-index: 1;
}

.doctor-details-area .thumb .overlay li {
  display: inline-block;
}

.doctor-details-area .thumb .overlay li a {
  display: inline-block;
  font-size: 20px;
  color: var(--white);
  margin: 0 10px;
}

.doctor-details-area .tab-content li {
  font-family: var(--font-default);
  text-transform: uppercase;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.doctor-details-area .tab-content li:nth-child(odd) {
  background: #f4f4f4;
}

/* ============================================================== 
     # NHS Care Services Grid
=================================================================== */
.doctor-details-area.nhs-care-section {
  background: #ffffff;
}

.nhs-care-container {
  max-width: 100%;
  padding-left: 36px;
  padding-right: 36px;
}

.nhs-care-wrap {
  width: 100%;
  padding: 24px 24px 10px;
  border-radius: 14px;
  background: #ffffff;
}

.nhs-care-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.nhs-care-kicker {
  margin-bottom: 6px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 600;
}

.nhs-care-kicker::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  margin-right: 8px;
  vertical-align: middle;
}

.nhs-care-top h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.1;
}

.nhs-care-top .btn {
  margin: 4px 0 0;
  min-width: 200px;
  text-align: center;
}

.nhs-care-grid {
  row-gap: 16px;
}

.nhs-care-grid > div {
  display: flex;
}

.nhs-care-card {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 25px 12px;
    align-items: center;
    border: 1px solid #dce5e1;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(36, 74, 46, 0.06);
}

.nhs-care-icon {
    display: inline-flex;
    width: 45px;
    height: 36px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #e4f1df;
    color: var(--color-primary);
    font-size: 24px;
}

.nhs-care-card h4 {
    margin-bottom: 8px;
    color: var(--color-heading);
    font-size: 23px;
    line-height: 1.25;
    font-weight: 600;
    text-transform: none;
}

/* .nhs-care-card p {
  min-height: 68px;
  margin-bottom: 12px;
  color: var(--color-paragraph);
  font-size: 15px;
  line-height: 1.5;
} */

.nhs-care-card p {
    min-height: 68px;
    margin-bottom: 12px;
    color: black;
    font-size: 15px;
    line-height: 2.0;
}

.nhs-care-card .btn.btn-sm {
    min-width: 130px;
    min-height: 34px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 32px;
    padding: 2px 22px;
    font-weight: 600;
}

@media (max-width: 1199px) {
  .nhs-care-top h2 {
    font-size: 34px;
  }

  .nhs-care-card h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .nhs-care-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nhs-care-wrap {
    padding: 24px 20px;
  }

  .nhs-care-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .nhs-care-top .btn {
    min-width: 0;
  }

  .nhs-care-card p {
    min-height: 0;
  }
}

@media (max-width: 575px) {
  .nhs-care-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nhs-care-wrap {
    padding: 18px 12px;
  }

  .nhs-care-top h2 {
    font-size: 28px;
  }

  .nhs-care-card {
    padding: 16px 14px 12px;
  }

  .nhs-care-card h4 {
    font-size: 17px;
  }
}

/* ============================================================== 
     # Departments
=================================================================== */

.department-items .equal-height {
  margin-bottom: 30px;
}

.department-items .item {
  overflow: hidden;
  border-radius: 30px;
}

.department-items .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.department-items .thumb img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.department-items .item:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.department-items .item .info {
  padding: 50px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background: var(--white);
  border-radius: 0 0 30px 30px;
}

.department-items .item .info li {
  float: left;
  width: 50%;
  font-family: var(--font-default);
  text-transform: uppercase;
  font-weight: 500;
}

.department-items .item .info li span {
  display: block;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 1px;
  background: #daecec;
  border-radius: 5px;
}

.department-items .item .info ul {
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
  padding-top: 15px;
  text-align: center;
  display: flex;
  gap: 15px;
}

.department-items .item .info h4 {
  text-transform: capitalize;
  font-weight: 600;
}

/* ============================================================== 
     # Gallery
=================================================================== */

.gallery-area {
  padding-bottom: 105px;
}

.mix-item-menu button {
  border: none;
  background: transparent;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
  position: relative;
  padding: 0 15px;
  cursor: pointer;
  z-index: 1;
  font-family: var(--font-default);
}

.mix-item-menu {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 15px 25px;
  margin-bottom: 30px;
}

.mix-item-menu button.active::after {
  position: absolute;
  left: 50%;
  top: 3px;
  content: "";
  height: 20px;
  width: 2px;
  background: var(--color-primary);
  margin-left: -2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: -1;
}

.mix-item-menu button.active {
  color: var(--color-primary);
}

.gallery-area.inc-colum {
  padding-bottom: 105px;
}

.gallery-area .gallery-items.colums-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.gallery-area .gallery-items.colums-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.gallery-area .gallery-items.colums-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.gallery-area .gallery-items.colums-6 .pf-item {
  float: left;
  padding: 15px;
  width: 16.6666%;
}


/* Portfolio Effects */
/* generic css */

.effect-box {
  position: relative;
  overflow: hidden;
}

.effect-box::after {
  position: absolute;
  left: 5%;
  top: 5%;
  content: "";
  height: 90%;
  background: var(--white);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  opacity: 0;
  width: 90%;
}

.gallery-items .pf-item:hover .effect-box::after {
  opacity: 0.7;
}

.effect-box .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px;
  z-index: 1;
}

.effect-box img {
  display: block;
  position: relative;
}

.effect-box h4,
.effect-box h4 a {
  text-transform: uppercase;
  font-weight: 500;
}

.effect-box img {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.effect-box h4 {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.effect-box p {
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  opacity: 0;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
}

.effect-box .info > a {
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  display: inline-block;
  height: 45px;
  width: 45px;
  background: var(--color-primary);
  display: inline-block;
  line-height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
  color: var(--white);
}

.effect-box .info > a i {
  font-weight: 300;
}

/* Gallery Effect */

.effect-box:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.effect-box:hover .info {
  opacity: 1;
}

.effect-box:hover h4,
.effect-box:hover p,
.effect-box:hover a {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.effect-box:hover p {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.effect-box:hover a {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}


/* ============================================================== 
     # Department Tabs 
=================================================================== */

.department-tabs .nav.nav-tabs {
  margin: 0;
  border: none;
}

.department-tabs .tab-navs li {
  width: 100%;
  margin-bottom: 10px;
}

.department-tabs .tab-navs li i {
  font-size: 30px;
  margin-right: 15px;
  position: relative;
  float: left;
  top: -2px;
}

.department-tabs .tab-navs li button {
  padding: 18px 30px;
  background: var(--white);
  border: 1px solid #e7e7e7;
  display: block;
  width: 100%;
  border-radius: 5px;
  color: var(--color-heading);
  text-align: left;
  font-weight: 600;
  font-size: 17px;
}

.department-tabs .tab-navs li button.active {
  background: var(--color-primary);
  border-color: transparent;
  color: var(--white);
}

.department-tabs .heading h4 {
  font-weight: 600;
  margin-bottom: 25px;
}

.department-tabs .tab-content .thumb {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.department-tabs .tab-content .thumb img {
  border-radius: 10px;
}

.department-tabs .tab-content h3 {
  text-transform: capitalize;
  font-weight: 600;
}

.department-tabs .tab-content .opening-info {
  padding: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.department-tabs .tab-content .opening-info h4 {
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.department-tabs .tab-content .opening-info h4::after {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.department-tabs .tab-content .opening-info h4::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
}

.department-tabs .tab-content .opening-info li {
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font-default);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-gray);
  border-radius: 10px;
  margin: 5px 0;
}

.department-tabs .tab-content .opening-info li:nth-child(2n) {
  background: #e4ebeb;
}

.department-tabs .tab-content .opening-info li .pull-right {
  padding: 0 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.department-tabs .tab-content .opening-info li .pull-right.closed {
  background: var(--color-primary);
  color: var(--white);
}

@media (min-width: 1400px) {
  .department-tabs .container > .row {
    --bs-gutter-x: 60px;
  }
}
/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area.carousel-shadow .owl-stage-outer {
  padding: 25px 15px 15px;
}

.testimonial-items .item {
  background: var(--white);
  padding: 60px;
  padding-bottom: 50px;
  border: 1px solid #e7e7e7;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.testimonial-items .item::after {
  position: absolute;
  left: 60px;
  top: -50px;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  font-size: 50px;
  color: var(--color-primary);
  font-weight: 900;
}

.testimonial-items .provider {
  display: flex;
  margin-top: 20px;
  align-items: center;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}

.testimonial-items .provider img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.testimonial-items .provider .thumb {
  margin-right: 15px;
}

.testimonial-items .provider h4 {
  color: var(--color-heading);
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial-items .item p {
  font-size: 20px;
}

.testimonial-items .provider h5 {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--color-paragraph);
  letter-spacing: 1px;
  margin-bottom: 0;
}

.testimonial-items .provider h5 span {
  color: var(--color-primary);
}

.testimonial-items .content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.testimonial-items .content::after {
  position: absolute;
  left: 50px;
  bottom: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--white);
  content: "";
}

.testimonials-area .testimonial-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-prev, 
.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent;
  color: var(--color-paragraph);
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-prev, 
.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-next {
  color: var(--color-primary);
}

.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

/* ============================================================== 
     # Blog 
=================================================================== */

.blog-area .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.blog-area .thumb .post-type {
  background: rgba(12, 184, 182, 0.7);
  bottom: 20px;
  color: var(--white);
  font-size: 20px;
  height: 50px;
  right: 20px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}

.blog-area .thumb img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px,0,0);
  transform: translate3d(-50px,0,0);
}

.blog-area .item:hover .thumb img {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.blog-area .meta li {
  display: block;
  text-transform: uppercase;
}

.blog-area .meta .comments {
  position: absolute;
  right: 0;
  top: 25px;
}

.blog-area .meta .comments a {
  font-weight: 400;
  color: var(--color-paragraph) !important;
  font-family: 'Open Sans', sans-serif;
}

.blog-area .meta .comments a:hover {
  color: var(--color-primary) !important;
}

.blog-area .meta .comments i {
  margin-right: 3px;
}

.blog-area .info {
  padding-top: 30px;
}

.blog-area .info > a {
  margin-top: 5px;
  text-transform: uppercase;
}

.blog-area .info .meta a {
  text-transform: uppercase;
  color: var(--color-primary);
}

.blog-area .meta {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.blog-area .meta ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-area .info h4 {
  line-height: 1.5;
  text-transform: capitalize;
}

.blog-area .info h2,
.blog-area .info h3 {
  text-transform: capitalize;
  line-height: 1.3;
}

.blog-area .info a:hover {
  color: var(--color-primary);
}

.blog-area.full-blog .single-item {
  margin-bottom: 50px;
}

/* Pagination */

.blog-area .pagi-area .pagination li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: var(--color-heading);
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  display: inline-block;
}

.blog-area .pagi-area .pagination li.active a {
  background: var(--color-primary);
  border-color: transparent;
  color: var(--white);
}

.blog-area .pagi-area .pagination {
  margin-bottom: -10px;
  margin-top: -5px;
}


/* Sidebar */

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.blog-area .sidebar .title h4::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.blog-area .sidebar .title h4::after {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
  z-index: -1;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar input[type="submit"] {
  background: var(--color-heading);
  border: medium none;
  color: var(--white);
  font-family: var(--font-defalt);
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: var(--color-primary);
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 30px;
  width: 100%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  padding-left: 25px;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: var(--color-primary);
}

.sidebar-item.category ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Pro";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  top: 10px;
  font-weight: 100;
}

.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: var(--color-paragraph);
  font-weight: 500;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 10px;
  border: 1px solid #e7e7e7;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: var(--color-heading);
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar-item.recent-post .meta-title {
  color: #999999;
  font-family: var(--font-defalt);
  margin-top: 10px;
  text-transform: uppercase;
}

.sidebar-item.recent-post li a:hover {
  color: var(--color-primary);
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #cdd0d3;
}

.sidebar-item.recent-post li span {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title a {
  text-transform: capitalize;
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transform: inherit;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0 0 0 20px;
  vertical-align: top;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 0 10px 10px 0;
  width: 33.333%;
  float: left;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  color: var(--color-paragraph);
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Pro";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.sidebar-item.social-sidebar li a {
  background: var(--color-heading);
  border: medium none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  height: 60px;
  line-height: 65px;
  margin-bottom: 5px;
  text-align: center;
  width: 60px;
}

.sidebar-item.social-sidebar li:hover {
  color: var(--white) !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437;
}

.sidebar-item.social-sidebar li.vimeo a {
  background: #1ab7ea;
}

.sidebar-item.social-sidebar li.instagram a {
  background: #cd486b;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077b5;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  background: var(--white);
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px;
  margin-right: 5px;
  padding: 10px 20px;
  text-transform: capitalize;
  font-size: 13px;
  color: var(--color-paragraph);
}

.sidebar-item.tags ul li a:hover {
  color: var(--color-primary);
}


/* Blog Single */
.blog-area.single .item .content-box span {
  background: var(--color-primary);
  color: var(--white);
  display: inline-block;
  font-family: var(--font-defalt);
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  font-family: var(--font-defalt);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  border-color: var(--color-primary);
  padding: 50px;
  color: var(--white);
  position: relative;
  font-style: italic;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  border-width: 2px;
  background: var(--dark);
  font-size: 29px;
}

.author-bio {
  display: block;
  margin-top: 30px;
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 30px;
}

.blog-area .author-bio img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.author-bio .avatar {
  display: table-cell;
  vertical-align: top;
  width: 200px;
}

.author-bio .content {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: middle;
}

.author-bio .content p {
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 5px;
  color: var(--color-heading);
}

.author-bio .content p::after {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-size: 60px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  font-weight: 600;
}

.author-bio .content h4 {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: uppercase;
}

.blog-area.single .post-pagi-area {
  background: #f4f4f4;
  margin: 30px 0 45px;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #e7e7e7;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-area.single .post-pagi-area a:hover {
  color: var(--color-primary);
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.blog-area.single .post-tags span {
  font-family: var(--font-defalt);
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
}

.blog-area.single .post-tags a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: var(--color-heading);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  padding: 3px 25px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.blog-area.single .post-tags a:hover {
  color: var(--color-primary);
}

.blog-area.single.color-yellow .post-tags a:hover {
  color: #ff9800;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 100px;
  width: 100px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #e7e7e7;
  margin-top: -5px;
}

.comments-list .commen-item {
  margin-bottom: 30px;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: var(--color-primary);
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
  padding: 1px 10px;
  text-transform: uppercase;
}

.comments-info a:hover {
  color: var(--color-primary);
}

.color-yellow .comments-info a:hover {
  color: #ff9800;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input, 
.comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  border: 2px solid var(--color-primary);
  background: var(--color-primary);
  color: var(--white);
  display: inline-block;
  font-family: var(--font-default);
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 12px 40px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
  color: var(--white);
  background-color: var(--dark-secondary);
  border: 2px solid transparent;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  padding: 0 15px;
}

/* ============================================================== 
     # Newsletter 
=================================================================== */
.newsletter-area form {
  max-width: 400px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.newsletter-area form .input-group {
  width: 100%;
}

.newsletter-area form input {
  border: none;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  padding: 0 20px;
  min-height: 60px;
}

.newsletter-area form button {
  position: absolute;
  right: 0;
  z-index: 9;
  height: 60px;
  border: 5px solid var(--white);
  width: 60px;
  background: var(--color-primary);
  border-radius: 50% !important;
  color: var(--white);
  overflow: hidden;
  padding: 0;
}

.newsletter-area h2 {
  margin-bottom: 30px;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.newsletter-area h4 {
  font-weight: 300;
  margin-bottom: 30px;
}

/* ============================================================== 
     # Contact 
=================================================================== */
.contact-area .contact-items input, 
.contact-area .contact-items textarea {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  min-height: 60px;
  padding: 15px;
}

.contact-area .contact-items textarea {
  min-height: 150px;
}

.contact-area .contact-items button {
  padding: 15px 35px;
  border: 2px solid var(--color-primary);
  background: transparent;
  font-family: var(--font-default);
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
}

.contact-area .contact-items button i {
  margin-left: 5px;
}

.contact-area .contact-items img {
  float: left;
  margin-left: 10px;
  top: 40px;
  position: absolute;
}

.contact-area.bg-dark .contact-items button {
  background: var(--color-primary);
  color: var(--white);
}

.contact-area.bg-dark .contact-items input, .contact-area.bg-dark .contact-items textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  color: var(--white);
}

.contact-area.bg-dark .contact-items textarea {
  padding-top: 20px;
  height: 180px;
}


.contact-area.bg-dark .contact-items input::-webkit-input-placeholder { /* Chrome */
  color: var(--white);
}
.contact-area.bg-dark .contact-items input:-ms-input-placeholder { /* IE 10+ */
  color: var(--white);
}
.contact-area.bg-dark .contact-items input::-moz-placeholder { /* Firefox 19+ */
  color: var(--white);
  opacity: 1;
}
.contact-area.bg-dark .contact-items input:-moz-placeholder { /* Firefox 4 - 18 */
  color: var(--white);
  opacity: 1;
}

.contact-area.bg-dark .contact-items textarea::-webkit-input-placeholder { /* Chrome */
  color: var(--white);
}
.contact-area.bg-dark .contact-items textarea:-ms-input-placeholder { /* IE 10+ */
  color: var(--white);
}
.contact-area.bg-dark .contact-items textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--white);
  opacity: 1;
}
.contact-area.bg-dark .contact-items textarea:-moz-placeholder { /* Firefox 4 - 18 */
  color: var(--white);
  opacity: 1;
}


.contact-area-alt {
  position: relative;
  margin-top: 50px;
  padding: 118px 0 68px;
   background: #2B5735;
  color: #ffffff;
}

.contact-area-alt__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 34px 32px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: #5e994b;
  box-shadow: 0 22px 48px rgba(5, 17, 36, 0.28);
  backdrop-filter: blur(3px);
}

.contact-area-alt__heading {
  margin-bottom: 22px;
}

.contact-area-alt__heading h2 {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
}

.contact-area-alt__heading p {
  max-width: 560px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}

.contact-area-alt__form {
  text-align: left;
}

.contact-area-alt__field {
  margin-bottom: 0;
}

.contact-area-alt__field input,
.contact-area-alt__field textarea {
  width: 100%;
  height: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 14px;
  box-shadow: none;
  outline: none;
}

.contact-area-alt__field textarea {
  height: 120px;
  min-height: 120px;
  padding-top: 12px;
  resize: vertical;
}

.contact-area-alt__field input::placeholder,
.contact-area-alt__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact-area-alt__field input:focus,
.contact-area-alt__field textarea:focus {
  border-color: rgba(16, 211, 211, 0.95);
  box-shadow: 0 0 0 2px rgba(16, 211, 211, 0.12);
}

.contact-area-alt__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 180px;
  height: 46px;
  padding: 0 24px;
  border: none;
  border-radius: 999px;
  background: #2B5735;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(94, 153, 75, 0.32);
  margin: 10px auto 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.contact-area-alt__button:hover {
  transform: translateY(-1px);
  filter: brightness(0.96);
  box-shadow: 0 12px 24px rgba(94, 153, 75, 0.38);
}

.contact-area-alt__button i {
  font-size: 13px;
}

.contact-area-alt__alert {
  margin-top: 2px;
  text-align: center;
}

@media (max-width: 575px) {
  .contact-area-alt {
    margin-top: -38px;
    padding: 74px 14px 46px;
  }

  .contact-area-alt__inner {
    padding: 24px 18px 24px;
  }

  .contact-area-alt__heading h2 {
    font-size: 26px;
  }

  .contact-area-alt__heading p {
    font-size: 13px;
  }
}

/* Google Maps */

.maps-area .google-maps {
  width: 100%;
}

.google-maps iframe {
  height: 500px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}

/* ============================================================== 
     # Error Page 
=================================================================== */

.error-box {
  margin-top: -5px;
}

.error-box h1 {
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
}

.error-box h1 i {
  color: var(--color-primary);
}

.error-box h2 {
  text-transform: capitalize;
  font-weight: 600;
}

.error-box .search {
  border-top: 1px solid #e7e7e7;
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
}

.error-box .search form {
  width: 400px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.error-box .search .input-group {
  margin: auto;
}

.error-box .search form input {
  box-shadow: inherit;
  border-radius: inherit;
  min-height: 60px;
}

.error-box .search form button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  min-height: 60px;
  background: var(--color-primary);
  border: none;
  padding: 0 30px;
  color: var(--white);
}


/* ============================================================== 
     # Footer 
=================================================================== */

footer .f-items img {
  margin-bottom: 30px;
}

footer .f-item h2 {
  font-weight: 800;
  color: var(--color-primary);
  border: 1px solid;
  padding: 10px 20px;
  margin: 0;
  font-size: 30px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}

footer .f-item h2 img {
  height: 40px;
  margin: 0;
  margin-right: 10px;
}

footer .f-item h2 i {
  margin-right: 5px;
}

footer .f-item h4 {
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

footer .f-item h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 30px;
  background: var(--color-primary);
}

footer .f-item h4::before {
  position: absolute;
  left: 33px;
  bottom: 0;
  content: "";
  height: 2px;
  width: 5px;
  background: var(--color-primary);
}

footer.bg-dark p, 
footer.bg-dark {
  color: #d8f0fb;
}

footer .f-item h5 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 20px;
}

footer .twitter-content p {
  margin-bottom: 10px;
}

/* Footer Top */

footer .footer-top .item-box {
  border: 1px solid #e7e7e7;
  overflow: hidden;
  text-align: center;
}

footer .footer-top .item {
  border-right: 1px solid #e7e7e7;
  overflow: hidden;
  padding: 15px;
}

footer .footer-top .item:last-child {
  border: medium none;
}

footer .footer-top .item span {
  display: block;
  font-family: var(--font-defalt);
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

footer .footer-top .item i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 15px;
  color: var(--color-primary);
}

footer .f-item .opening-info li {
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.opening-info.footer-opening-info {
    background:#295333;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #dce7d3;
}
footer.bg-dark .f-item .opening-info li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .opening-info li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

footer .f-item .opening-info li .closed {
  background: var(--white);
  color: var(--color-heading);
  padding: 2px 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

footer .f-item.link li {
  display: block;
  margin-bottom: 15px;
}

footer .f-item li a {
  display: inline-block;
  color: var(--color-paragraph);
  font-weight: 500;
}

footer.bg-dark .f-item li a {
  color: #d8f0fb;
}

footer .f-item.link li a i {
  margin-right: 6px;
  font-size: 10px;
}

footer .f-item li a:hover {
  color: var(--color-primary);
}

footer.bg-dark .f-item li a:hover {
  color: var(--white);
}

footer .f-item.link li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer.active-first .f-items .item:first-child .f-item {
  position: relative;
  padding: 0 30px;
  z-index: 1;
}

footer.active-first .f-items .item:first-child .f-item a, 
footer.active-first .f-items .item:first-child .f-item p, 
footer.active-first .f-items .item:first-child .f-item li, 
footer.active-first .f-items .item:first-child .f-item h5 {
  color: var(--white);
}

footer.active-first .f-items .item:first-child .f-item::after {
  position: absolute;
  left: 0;
  top: -50%;
  content: "";
  height: 200%;
  width: 100%;
  background: var(--color-primary);
  z-index: -1;
  margin-top: -4px;
}

footer.active-first .f-items .item:first-child .f-item h4 {
  color: var(--white);
}

footer.active-first .f-items .item:first-child .f-item h4::after, 
footer.active-first .f-items .item:first-child .f-item h4::before {
  background: var(--white);
}

footer.active-first .f-items .item:first-child .f-item .opening-info li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer.active-first .f-items .item:first-child .f-item .opening-info li:last-child {
  border: none;
}

footer.active-first .f-items .item:first-child .f-item .opening-info li .closed {
  background: var(--white);
  color: var(--color-heading);
}

/* Recent Post */

footer .f-item.recent-post .meta-title, 
footer .f-item.recent-post .meta-title a {
  color: var(--color-paragraph);
  font-family: var(--font-defalt);
  font-size: 12px;
  text-transform: uppercase !important;
}

footer.bg-dark .f-item.recent-post .meta-title, 
footer.bg-dark .f-item.recent-post .meta-title a {
  color: var(--white);
}

/* Pharmacy First page */

.breadcrumb-area .breadcrumb-content {
  max-width: 720px;
}

.breadcrumb-area .breadcrumb-content p {
  max-width: 620px;
  margin-top: 15px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.breadcrumb-area .breadcrumb-cta-box {
  padding: 35px 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.breadcrumb-area .breadcrumb-cta-box h4,
.breadcrumb-area .breadcrumb-cta-box p {
  color: var(--white);
}

.breadcrumb-area .breadcrumb-cta-box p {
  margin-bottom: 25px;
}

.special-features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.feature-card {
    padding: 12px;
    background: var(--white);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(36, 74, 46, 0.08);
    border: 1px solid rgba(94, 153, 75, 0.08);
    height: 100%;
}




.feature-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(94, 153, 75, 0.12);
  color: var(--color-primary);
  font-weight: 400;
  margin-bottom: 20px;
}

 .feature-card  .feature-card-essential-first-span {
  
  background: rgba(94, 153, 75, 0.12);
  color: var(--color-primary);
} 


.feature-card-essential span  {
        color: var(--color-paragraph);
    background: none;

    
}

.feature-card-essential{
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    
    display: flex;
    flex-direction: column;
}

.feature-card-essential p{
    flex-grow: 1;
    margin-bottom: 20px;
}

.read-more-toggle{
    display: inline-block;
    margin-top: auto;
    font-weight: 600;
}
/* .feature-card-essential span:first-of-type { } */

.essential-span-read-more{
  color:black !important;
}

/* Essential services: keep description in normal flow, center the read-more at the bottom */
.feature-card-essential {
  display: flex;
  flex-direction: column;
}

.feature-card-essential p {
  /* make the paragraph grow so the button can sit at the bottom */
  flex: 1 1 auto;
  margin-bottom: 0;
}

.feature-card-essential .read-more-toggle,
.feature-card-essential .read-less-toggle {
  display: block;
  margin: 12px auto 0;
  text-align: center;
  color: #69A057;
}

.feature-card h4 {
  font-weight: 700; 
  margin-bottom: 12px;

}

/* Condition card thumbnail */
.feature-card .card-thumb {
  text-align: center;
  margin-bottom: 16px;
}
.feature-card .card-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0px;
    display: block;
}

.feature-card-primary {
  background: var(--bg-gradient);
  color: var(--white);
}
.feature-card {
    background: #fff;
    transition: all 0.3s ease;
}

.feature-card-hover:hover {
    background: var(--color-primary);
    color: #fff;
}

.feature-card-hover:hover h4,
.feature-card-hover:hover p,
.feature-card-hover:hover span {
    color: #fff;
}

.feature-card-primary h4,
.feature-card-primary p,
.feature-card-primary span {
  color: var(--white);
}

.department-tabs .service-tab-nav {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.department-tabs .service-tab-nav .nav-link {
  width: 100%;
  text-align: left;
  padding: 18px 22px;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid #e9ecef;
  box-shadow: 0 8px 20px rgba(36, 74, 46, 0.04);
}

.department-tabs .service-tab-nav .nav-link.active {
  background: var(--bg-gradient);
  color: var(--white);
  border-color: transparent;
}

.department-tabs .service-tab-content .info.title,
.service-warning-box .opening-info,
.timeline-item {
  background: var(--white);
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(36, 74, 46, 0.08);
  height: 100%;
}

.department-tabs .service-tab-content .info.title .service-meta {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(94, 153, 75, 0.12);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 14px;
}

.department-tabs .service-tab-content .opening-info ul li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #edf0ec;
}

.department-tabs .service-tab-content .opening-info ul li:last-child {
  border-bottom: none;
}

.department-tabs .service-tab-content .opening-info ul li span {
  color: var(--color-paragraph);
  font-weight: 500;
}

.department-tabs .service-tab-content .opening-info ul li strong {
  color: var(--color-heading);
  text-align: right;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.timeline-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bg-gradient);
  color: var(--white);
  font-weight: 700;
  margin-bottom: 18px;
}

.service-warning-box .opening-info {
  background: var(--dark);
  color: var(--white);
}

.service-warning-box .opening-info h4,
.service-warning-box .opening-info p,
.service-warning-box .opening-info li,
.service-warning-box .opening-info strong,
.service-warning-box .opening-info span {
  color: var(--white);
}

.service-warning-box .opening-info li {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.service-warning-box .opening-info li span {
  opacity: 0.85;
}

.service-warning-box .opening-info li strong {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .special-features-grid,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .breadcrumb-area .breadcrumb-cta {
    margin-top: 30px;
  }

  .department-tabs .tab-navs {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-content p {
    font-size: 16px;
  }

  .feature-card,
  .department-tabs .service-tab-content .info.title,
  .service-warning-box .opening-info,
  .timeline-item {
    padding: 22px;
  }

  .department-tabs .service-tab-content .opening-info ul li {
    flex-direction: column;
    gap: 6px;
  }

  .department-tabs .service-tab-content .opening-info ul li strong {
    text-align: left;
  }
}

footer.bg-dark .f-item.recent-post .meta-title a {
  color: var(--color-primary);
}

footer .f-item.recent-post .meta-title {
  margin-bottom: 8px;
  text-transform: uppercase;
}

footer .f-item.recent-post .info a {
  font-size: 18px;
  font-weight: 600;
}

footer .f-item.recent-post li a span {
  display: inline-block;
  color: #cdd0d3;
}

footer .f-item.recent-post li span {
  display: inline-block;
}

footer .f-item.recent-post li span i {
  margin-right: 5px;
}

footer .f-item.recent-post .meta-title a {
  text-transform: capitalize;
  font-size: inherit;
}

/* Contraceptive Service Page */
.contraceptive-service-area {
  background: var(--bg-gray);
}

.contraceptive-service-area .service-suitability-box,
.contraceptive-service-area .service-contact-box {
  padding: 28px;
  border-radius: 18px;
  border: 1px solid rgba(94, 153, 75, 0.08);
  box-shadow: 0 12px 30px rgba(36, 74, 46, 0.08);
}

.contraceptive-service-area h5 {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 12px;
  color: var(--color-primary);
}


.contraceptive-service-area h3 {
  font-size: 34px;
  margin-bottom: 10px;
}

.contraceptive-service-area .service-suitability-item {
  border: 1px solid #e7ece8;
  border-radius: 12px;
  background: #fff;
  padding: 18px;
}

.contraceptive-service-area .service-suitability-item h4 {
  margin-bottom: 14px;
  font-size: 18px;
}

.contraceptive-service-area .service-suitability-item ul li {
  margin-bottom: 10px;
}

.contraceptive-service-area .service-suitability-item-highlight {
  background: var(--dark);
}

.contraceptive-service-area .service-suitability-item-highlight h4,
.contraceptive-service-area .service-suitability-item-highlight ul li,
.contraceptive-service-area .service-suitability-item-highlight ul li::after {
  color: var(--white);
}

.contraceptive-service-area .service-suitability-item-highlight .list-style-one li::before {
  color: #7ed957;
}

/* Legal pages: optional circle bullets without changing existing list classes */
ul.circle-bullet-list {
  list-style-type: circle;
  padding-left: 22px;
}

ul.circle-bullet-list li {
  list-style-type: circle !important;
  display: list-item !important;
  padding-left: 0 !important;
}

ul.circle-bullet-list li::before {
  content: none !important;
}

.contraceptive-service-area .service-suitability-footnote {
  margin-top: 16px;
  font-size: 13px;
  color: var(--color-paragraph);
}

.contraceptive-service-area .service-contact-box h3 {
  font-size: 32px;
}

.contraceptive-service-area .service-contact-box p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .contraceptive-service-area .service-suitability-box,
  .contraceptive-service-area .service-contact-box {
    padding: 20px;
  }

  .contraceptive-service-area h3,
  .contraceptive-service-area .service-contact-box h3 {
    font-size: 26px;
  }
}

footer .f-item.recent-post li {
  color: #cdd0d3;
}

footer .f-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

footer.bg-dark .f-item.recent-post li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

footer .f-item.recent-post li .thumb {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}

footer .f-item .thumb img {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
}

footer .f-item.recent-post li .info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
  line-height: 26px;
  color: #837f7e;
}

footer .equal-height {
  padding-right: 30px;
}

footer .equal-height:last-child {
  padding-right: 15px;
}

footer .f-item .item {
  display: flex;
}

footer .f-item .item i {
  font-size: 30px;
  color: var(--color-primary);
}

footer .f-item .item .info {
  padding-left: 20px;
}

footer .f-item .item .info h3 {
}

footer .f-item .item .info h5 {
  margin-top: 0;
  margin-bottom: 15px;
}

footer .f-item.emergency li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

footer .f-item.emergency li p {
  margin: 0;
}

footer .f-item.emergency li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer .footer-bottom li {
  display: inline-block;
}

footer .footer-bottom li a {
  font-weight: 500;
}

footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

footer .footer-bottom p {
  margin: 0;
}

footer .footer-bottom.bg-light p {
  color: var(--color-paragraph);
}

footer .footer-bottom p a {
  color: var(--color-primary);
}

footer .footer-bottom .text-end li {
  margin-left: 20px;
}

footer .footer-bottom.bg-light li a {
  color: var(--color-heading);
  font-weight: 500;
}

footer .footer-bottom li a:hover {
  color: var(--color-primary);
}

footer.parkgate-footer .f-items {
  padding-top: 70px;
  padding-bottom: 0px;
}

footer.parkgate-footer {
  background: linear-gradient(180deg, #e6fae1 0%, #e6f3e4 100%);
}

footer.parkgate-footer .footer-grid > .item {
  margin-bottom: 0;
}

footer.parkgate-footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

footer.parkgate-footer .footer-brand img {
  width: 72%;
  height: 70px;
  object-fit: cover;
  object-position: left center;
  margin-bottom: 0;
}

footer.parkgate-footer .footer-brand span {
  color: var(--color-heading);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

footer.parkgate-footer .footer-brand-block p {
  max-width: 285px;
  margin-bottom: 22px;
  line-height: 1.7;
}

footer.parkgate-footer .f-item h4 {
  padding-bottom: 0;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
}

footer.parkgate-footer .f-item h4::after,
footer.parkgate-footer .f-item h4::before {
  display: none;
}

footer.parkgate-footer .footer-call {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding: 15px 18px;
  border: 1px solid #e5edf3;
  border-radius: 12px;
  background: #f8fbfd;
  color: var(--color-primary);
  font-weight: 700;
}

footer.parkgate-footer .footer-call i {
  font-size: 15px;
}

footer.parkgate-footer .footer-call:hover {
  color: var(--color-primary);
}

footer.parkgate-footer .footer-nhs-badge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
  gap: 12px;
}

footer.parkgate-footer .footer-nhs-badge img {
  width: 90px;
  height: auto;
}

footer.parkgate-footer .footer-nhs-badge span {
  margin-bottom: 35px;
  max-width: none;
  color: #5e994b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

footer.parkgate-footer .f-item.link li {
  margin-bottom: 12px;
}

footer.parkgate-footer .f-item.link li a {
  position: relative;
  padding-left: 15px;
}

footer.parkgate-footer .f-item.link li a::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-primary);
}

footer.parkgate-footer .opening-info h5 {
  margin-top: 0;
  margin-bottom: 18px;
  text-transform: none;
  font-size: 16px;
}

footer.parkgate-footer .opening-info li {
  gap: 18px;
}

footer.parkgate-footer .opening-info li span {
  color: #fff;
}

footer.parkgate-footer .opening-info li .text-end {
  color: #fff;
  font-size: 14px;
}

footer.parkgate-footer .opening-info li .closed {
  color: #fff;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

footer.parkgate-footer .footer-bottom {
  padding: 16px 0;
  border-top: 1px solid rgba(94, 153, 75, 0.24);
  background: rgba(236, 250, 236, 0.9);
  overflow: hidden;
}

footer.parkgate-footer .footer-bottom p,
footer.parkgate-footer .footer-bottom li a {
  color: #000;
  font-size: 12px;
}

footer.parkgate-footer .footer-bottom p a {
  color: var(--color-primary);
}

footer.parkgate-footer .footer-bottom-links ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.parkgate-footer .footer-bottom-links li {
  margin: 0;
  text-transform: capitalize;
}

footer .f-item.contact li i, footer .f-item.contact li p {
  display: table-cell;
  vertical-align: top;
}

footer .f-item.contact li p {
  margin: 0;
  color: var(--color-heading);
  padding-left: 15px;
  font-family: var(--font-default);
  text-transform: uppercase;
}

footer.bg-dark .f-item.contact li p {
  color: var(--white);
}

footer .f-item.contact li i {
  font-size: 25px;
  padding-top: 5px;
  color: var(--color-primary);
}

footer .f-item.contact li p span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: var(--color-paragraph);
  text-transform: none;
}

footer.bg-dark .f-item.contact li p span {
  color: #d8f0fb;
}

footer .f-item.contact li p a {
  font-family: 'Open Sans', sans-serif;
  color: var(--color-paragraph);
}

footer.bg-dark .f-item.contact li p a {
  color: #d8f0fb;
}

footer .f-item.contact li {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

footer .f-item.contact li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer form {
  width: 100%;
  position: relative;
  z-index: 1;
}

footer form .input-group {
  width: 100%;
}

footer .f-item.contact form input {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: inherit;
}

footer form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: var(--color-primary);
  color: var(--white);
  z-index: 9;
  border: none;
  line-height: 50px;
  min-width: 50px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

footer .f-item.twitter-widget .twitter-contentx {
  color: var(--color-primary);
}

footer .f-item .twitter-context i {
  color: var(--color-primary);
}

footer .f-item .twitter-item {
  margin-bottom: 30px;
}

footer .f-item .twitter-item:last-child {
  margin: 0;
}

footer .footer-bottom .social li a {
  color: var(--color-primary);
}

footer .footer-bottom .social li a:hover {
  color: var(--white);
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

/* .se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/logo.jpg) center no-repeat #fff;
  text-align: center;
} */









.trust-section {
  background: linear-gradient(135deg, #0b2c3d, #0f4c5c);
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}

.trust-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.trust-section p {
  max-width: 600px;
  margin: 0 auto 40px;
  opacity: 0.8;
}

.trust-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.trust-card {
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  width: 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.trust-card img {
  width: 100px;
  margin-bottom: 20px;
}

.trust-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.trust-card p {
  font-size: 14px;
  opacity: 0.75;
}

.trust-section-alt {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 78px 0 104px;
  margin-bottom: 0;
  background:
    radial-gradient(circle at top left, rgba(140, 199, 122, 0.16), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #1d4429 0%, #173224 100%);
  text-align: center;
  color: #fff;
}

.trust-section-alt::before,
.trust-section-alt::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.55;
}

.trust-section-alt::before {
  top: -130px;
  left: -150px;
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.06);
}

.trust-section-alt::after {
  right: -120px;
  bottom: -150px;
  width: 280px;
  height: 280px;
  background: rgba(94, 153, 75, 0.2);
}

.trust-section-alt .container {
  position: relative;
  z-index: 1;
}

.trust-section-alt__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #d7f0ce;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.trust-section-alt__heading {
  max-width: 760px;
  margin: 0 auto 38px;
}

.trust-section-alt__heading h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
  letter-spacing: -0.03em;
}

.trust-section-alt__heading p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(230, 240, 228, 0.88);
}

.trust-section-alt__grid {
  justify-content: center;
}

.trust-card-alt {
  height: 100%;
  min-height: 288px;
  padding: 34px 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(19, 39, 24, 0.66);
  box-shadow: 0 18px 40px rgba(8, 22, 12, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.trust-card-alt::before {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(140, 199, 122, 0.2), rgba(140, 199, 122, 0.95), rgba(140, 199, 122, 0.2));
}

.trust-card-alt:hover {
  transform: translateY(-7px);
  border-color: rgba(140, 199, 122, 0.55);
  background: rgba(22, 45, 28, 0.78);
  box-shadow: 0 24px 44px rgba(6, 18, 11, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.trust-card-alt__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  margin: 0 auto 24px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(5, 18, 10, 0.18);
}

.trust-card-alt__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.trust-card-alt h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.trust-card-alt p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(231, 241, 230, 0.84);
  opacity: 1;
}

.nhs-services-cta {
  position: relative;
  z-index: 3;
  margin-top: -54px;
  padding: 0 0 26px;
  margin-bottom: 0;
}

.nhs-services-cta__panel {
  position: relative;
  overflow: hidden;
  min-height: 236px;
  padding: 40px 44px;
  border-radius: 28px;
  background: #2b5735;
  box-shadow: 0 24px 50px rgba(13, 16, 52, 0.24);
  margin-top: 120px;
}

.nhs-services-cta__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d2efc8;
}

.nhs-services-cta__content {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.nhs-services-cta__content h2 {
  margin-bottom: 12px;
  font-size: 52px;
  line-height: 1.02;
  font-weight: 800;
  color: #ffffff;
}

/* .nhs-services-cta__content p {
  max-width: 570px;
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
} */

.nhs-services-cta__content p {
    max-width: 570px;
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.nhs-services-cta__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 30px;
  border-radius: 999px;
  background: #5e994b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(94, 153, 75, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.nhs-services-cta__button:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(77, 131, 61, 0.34);
  background: #4d833d;
}

.nhs-services-cta__shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.nhs-services-cta__shape--left {
  left: -48px;
  bottom: -76px;
  width: 186px;
  height: 186px;
  background: rgba(63, 148, 177, 0.34);
}

.nhs-services-cta__shape--right {
  top: -58px;
  right: -58px;
  width: 172px;
  height: 172px;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .nhs-services-cta {
    margin-top: -34px;
    padding-bottom: 18px;
  }

  .nhs-services-cta__panel {
    min-height: 0;
    padding: 34px 28px;
    border-radius: 22px;
            margin-top: 70px;
        margin-bottom: 80px;
  }

  .nhs-services-cta__content h2 {
    font-size: 40px;
  }

  .nhs-services-cta__content p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .nhs-services-cta {
    margin-top: -20px;
    padding-bottom: 12px;
  }

  .nhs-services-cta__panel {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .nhs-services-cta__eyebrow {
    font-size: 11px;
  }

  .nhs-services-cta__content h2 {
    font-size: 32px;
  }

  .nhs-services-cta__content p {
    font-size: 14px;
  }

  .nhs-services-cta__button {
    width: 100%;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .trust-section-alt {
    padding: 56px 0 60px;
  }

  .trust-section-alt__heading h2 {
    font-size: 32px;
  }

  .trust-card-alt {
    min-height: 0;
    padding: 28px 22px 24px;
  }

  .trust-card-alt__logo {
    width: 92px;
    height: 92px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .trust-section-alt {
    padding: 48px 0 52px;
  }

  .trust-section-alt__eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .trust-section-alt__heading h2 {
    font-size: 26px;
  }

  .trust-section-alt__heading p {
    font-size: 14px;
  }

  .trust-card-alt {
    padding: 24px 18px 20px;
    border-radius: 20px;
  }

  .trust-card-alt::before {
    margin-bottom: 20px;
  }

  .trust-card-alt__logo {
    width: 84px;
    height: 84px;
    margin-bottom: 18px;
    border-radius: 20px;
  }

  .trust-card-alt h3 {
    font-size: 18px;
  }

  .trust-card-alt p {
    font-size: 14px;
  }
}




/* =========================
   COOKIE BANNER
========================= */
.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: var(--bg-gradient);
  color: var(--white);
  box-shadow: var(--box-shadow-primary);
  border-top: 2px solid var(--color-secondary);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  gap: 15px;
}

.cookie-banner p {
  margin: 0;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  font-size: 17px;
}

.banner-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookie-banner button {
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Accept */
#acceptBtn {
  background: #fff;
  color: #5e994b;
}

#acceptBtn:hover {
  background: #05bfb9;
  color: #000;
  transform: translateY(-2px);
}

/* Reject */
#rejectBtn {
  background: #fff;
  border: 2px solid #ff4d4d;
  color: #ff4d4d;
}

#rejectBtn:hover {
  background: #ff4d4d;
  color: #fff;
  transform: translateY(-2px);
}

/* Customize */
#customizeOpenBtn {
  background: #e0e0e0;
  color: #333;
}

#customizeOpenBtn:hover {
  background: #333;
  color: #fff;
  transform: translateY(-2px);
}

/* =========================
   MODAL OVERLAY
========================= */
.customize-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

/* =========================
   MODAL CONTENT
========================= */
.customize-modal .modal-content {
  background: #ffffff;
  width: 500px;
  max-width: 95%;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  animation: fadeInScale 0.3s ease;
}

/* Animation */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Header */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

/* Close Button */
.close-btn {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #f1f1f1;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.close-btn:hover {
  background: #ff4d4d;
  color: #fff;
  transform: rotate(90deg);
}

/* Body */
.modal-body {
  margin-top: 15px;
}

/* Cookie Category */
.cookie-category {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

/* Layout */
.category-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Title */
.category-header strong {
  font-size: 15px;
  color: #333;
}

/* Description */
.category-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* =========================
   TOGGLE SWITCH
========================= */
.toggle {
  width: 50px;
  height: 26px;
  background: #ddd;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* ON */
.toggle.on {
  background: #5e994b;
}

/* Knob */
.toggle::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: #fff;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* Move */
.toggle.on::after {
  left: 26px;
}

/* Disabled */
.toggle.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* =========================
   SAVE BUTTON
========================= */
#savePreferences {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background: #5e994b;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

#savePreferences:hover {
  background: #05bfb9;
  transform: translateY(-2px);
}

/* =========================
   FLOATING SETTINGS BUTTON
========================= */
.cookie-settings-btn {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #5e994b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 9999;
}

.cookie-settings-btn:hover {
  background: #4d833d;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.cookie-settings-btn:active {
  transform: scale(0.9);
}

.cookie-settings-btn svg {
  width: 26px;
  height: 26px;
  stroke: #ffffff;
}

.cookie-settings-btn:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(94, 153, 75, 0.35);
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .cookie-banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 16px;
  }

  .cookie-banner p {
    white-space: normal;
  }

  .banner-buttons {
    width: 100%;
    flex-direction: column;
  }

  .banner-buttons button {
    width: 100%;
  }
}
.trust-section {
  background: linear-gradient(135deg, #0b2c3d, #0f4c5c);
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}

.trust-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.trust-section p {
  max-width: 600px;
  margin: 0 auto 40px;
  opacity: 0.8;
}

.trust-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.trust-card {
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  width: 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.trust-card img {
  width: 100px;
  margin-bottom: 20px;
}

.trust-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.trust-card p {
  font-size: 14px;
  opacity: 0.75;
}

.trust-section-alt {
  padding: 48px 0 56px;
  margin-bottom: 135px;
  background: linear-gradient(180deg, #1c345c 0%, #1b2f53 100%);
  text-align: center;
  color: #fff;
}

.trust-section-alt__heading {
  margin-bottom: 28px;
}

.trust-section-alt__heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.trust-section-alt__heading p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(225, 235, 255, 0.82);
}

.trust-section-alt__grid {
  justify-content: center;
}

.trust-card-alt {
  height: 100%;
  min-height: 232px;
  padding: 24px 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(39, 59, 92, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.trust-card-alt:hover {
  transform: translateY(-6px);
  border-color: rgba(140, 199, 122, 0.5);
  box-shadow: 0 18px 36px rgba(6, 18, 39, 0.26);
}

.trust-card-alt__tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: rgba(140, 199, 122, 0.22);
  color: #d2efc8;
  font-size: 12px;
}

.trust-card-alt__logo {
  width: 124px;
  height: 86px;
  margin: 0 auto 16px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(11, 30, 58, 0.22);
}

.trust-card-alt__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.trust-card-alt h3 {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.trust-card-alt p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(227, 236, 255, 0.78);
  opacity: 1;
}

@media (max-width: 991px) {
  .trust-section-alt {
    padding: 42px 0 74px;
  }

  .trust-card-alt {
    min-height: 214px;
  }
}

@media (max-width: 575px) {
  .trust-section-alt__heading h2 {
    font-size: 28px;
  }

  .trust-section-alt__heading p {
    font-size: 13px;
  }

  .trust-card-alt {
    padding: 20px 18px;
    min-height: 200px;
  }

  .trust-card-alt__logo {
    width: 112px;
    height: 78px;
  }
}

/* Logo-based green palette overrides */
.trust-section-alt {
  background: linear-gradient(180deg, #2d5a36 0%, #244a2e 100%);
}

.trust-card-alt {
  background: rgba(24, 49, 31, 0.72);
}

.trust-card-alt:hover {
  border-color: rgba(140, 199, 122, 0.5);
}

.trust-card-alt__tick {
  background: rgba(140, 199, 122, 0.22);
  color: #d2efc8;
}

.nhs-services-cta__panel {
  background: linear-gradient(130deg, #2f6039 0%, #244a2e 62%, #3a7546 100%);
  box-shadow: 0 24px 50px rgba(27, 58, 35, 0.24);
}

.nhs-services-cta__eyebrow {
  color: #d2efc8;
}

.nhs-services-cta__button {
  background: #5e994b;
  box-shadow: 0 14px 30px rgba(94, 153, 75, 0.32);
}

.nhs-services-cta__button:hover {
  background: #4d833d;
  box-shadow: 0 18px 34px rgba(77, 131, 61, 0.34);
}

.nhs-services-cta__shape--left {
  background: rgba(140, 199, 122, 0.34);
}

#acceptBtn {
  color: #5e994b;
}

#acceptBtn:hover {
  background: #5e994b;
  color: #ffffff;
}

.toggle.on {
  background: #5e994b;
}

#savePreferences {
  background: #5e994b;
}

#savePreferences:hover {
  background: #4d833d;
}

/* ============================================================== 
     # Trust Section Enhanced Variant
=================================================================== */
.trust-section-alt--enhanced {
  position: relative;
  overflow: hidden;
  padding: 84px 0 92px;
  margin-bottom: 120px;
  background:
    radial-gradient(circle at 12% 15%, rgba(140, 199, 122, 0.2), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(94, 153, 75, 0.22), transparent 26%),
    linear-gradient(165deg, #1f5a34 0%, #244a2e 52%, #1f3f28 100%);
}

.trust-section-alt--enhanced .trust-section-alt__heading {
  max-width: 760px;
  margin: 0 auto 42px;
}

.trust-section-alt--enhanced .trust-section-alt__eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #e4f3de;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-section-alt--enhanced .trust-section-alt__heading h2 {
  margin-bottom: 14px;
  font-size: 46px;
  letter-spacing: -0.03em;
}

.trust-section-alt--enhanced .trust-section-alt__heading p {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.72;
  color: rgba(235, 245, 232, 0.88);
}

.trust-section-alt--enhanced .trust-section-alt__grid {
  row-gap: 22px;
}

.trust-section-alt--enhanced .trust-card-alt {
  position: relative;
  min-height: 300px;
  padding: 34px 30px 30px;
  border: 1px solid rgba(167, 214, 152, 0.28);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(12, 50, 29, 0.78) 0%, rgba(14, 40, 25, 0.84) 100%);
  box-shadow: 0 22px 40px rgba(7, 21, 13, 0.28);
}

.trust-section-alt--enhanced .trust-card-alt::before {
  width: 74px;
  height: 6px;
  margin-bottom: 26px;
  background: linear-gradient(90deg, rgba(140, 199, 122, 0.18), rgba(140, 199, 122, 0.96), rgba(140, 199, 122, 0.18));
}

.trust-section-alt--enhanced .trust-card-alt:hover {
  transform: translateY(-10px);
  border-color: rgba(165, 220, 146, 0.58);
  box-shadow: 0 26px 46px rgba(5, 17, 9, 0.34);
}

.trust-section-alt--enhanced .trust-card-alt__logo {
  width: 132px;
  height: 92px;
  margin-bottom: 20px;
  border-radius: 22px;
  background: #f7f9f8;
  box-shadow: 0 12px 24px rgba(3, 12, 7, 0.2);
}

.trust-section-alt--enhanced .trust-card-alt h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.trust-section-alt--enhanced .trust-card-alt p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(229, 239, 227, 0.9);
}

@media (max-width: 1199px) {
  .trust-section-alt--enhanced {
    padding: 72px 0 82px;
  }

  .trust-section-alt--enhanced .trust-section-alt__heading h2 {
    font-size: 38px;
  }

  .trust-section-alt--enhanced .trust-card-alt {
    min-height: 280px;
    padding: 30px 24px 26px;
  }

  .trust-section-alt--enhanced .trust-card-alt h3 {
    font-size: 22px;
  }

  .trust-section-alt--enhanced .trust-card-alt p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .trust-section-alt--enhanced {
    padding: 62px 0 70px;
  }

  .trust-section-alt--enhanced .trust-section-alt__heading {
    margin-bottom: 32px;
  }

  .trust-section-alt--enhanced .trust-section-alt__heading h2 {
    font-size: 34px;
  }

  .trust-section-alt--enhanced .trust-section-alt__heading p {
    font-size: 16px;
  }

  .trust-section-alt--enhanced .trust-card-alt {
    min-height: 250px;
  }

  .trust-section-alt--enhanced .trust-card-alt h3 {
    font-size: 20px;
  }

  .trust-section-alt--enhanced .trust-card-alt p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .trust-section-alt--enhanced {
    padding: 54px 0 60px;
  }

  .trust-section-alt--enhanced .trust-section-alt__heading h2 {
    font-size: 29px;
  }

  .trust-section-alt--enhanced .trust-card-alt {
    min-height: 0;
    padding: 26px 18px 22px;
    border-radius: 20px;
  }

  .trust-section-alt--enhanced .trust-card-alt__logo {
    width: 118px;
    height: 82px;
  }

  .trust-section-alt--enhanced .trust-card-alt h3 {
    font-size: 19px;
  }

  .trust-section-alt--enhanced .trust-card-alt p {
    font-size: 15px;
  }
}

/* ============================================================== 
     # Trust Section Split Variant
=================================================================== */
.trust-section-alt--split {
  position: relative;
  overflow: hidden;
  padding: 74px 0 88px;
  margin-bottom: 110px;
  background:
    radial-gradient(circle at 6% 18%, rgba(140, 199, 122, 0.2), transparent 30%),
    radial-gradient(circle at 94% 84%, rgba(94, 153, 75, 0.2), transparent 28%),
    linear-gradient(158deg, #1f5a34 0%, #244a2e 54%, #193425 100%);
}

.trust-section-alt--split .trust-split-intro {
  height: 100%;
  padding: 34px 30px;
  border-radius: 24px;
  border: 1px solid rgba(163, 212, 148, 0.28);
  background: rgba(13, 48, 28, 0.72);
  box-shadow: 0 18px 34px rgba(6, 18, 11, 0.24);
}

.trust-split-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #e4f3de;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-section-alt--split .trust-split-intro h2 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.trust-section-alt--split .trust-split-intro p {
  margin-bottom: 18px;
  color: rgba(227, 239, 224, 0.9);
  font-size: 16px;
  line-height: 1.75;
}

.trust-split-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-split-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e6f1e2;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.trust-split-points li:last-child {
  margin-bottom: 0;
}

.trust-split-points i {
  color: #8cc77a;
  font-size: 15px;
}

.trust-split-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trust-split-item {
  display: grid;
  grid-template-columns: 56px 112px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(162, 211, 147, 0.28);
  background: rgba(14, 45, 27, 0.76);
  box-shadow: 0 14px 28px rgba(6, 17, 10, 0.2);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.trust-split-item:hover {
  transform: translateY(-5px);
  border-color: rgba(167, 220, 149, 0.54);
  box-shadow: 0 20px 32px rgba(5, 14, 8, 0.26);
}

.trust-split-item__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(140, 199, 122, 0.2);
  color: #d6edce;
  font-size: 15px;
  font-weight: 700;
}

.trust-split-item__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 72px;
  border-radius: 16px;
  background: #f7faf8;
  box-shadow: 0 8px 18px rgba(3, 10, 6, 0.18);
}

.trust-split-item__logo img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.trust-split-item__content h3 {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 22px;
}

.trust-split-item__content p {
  margin: 0;
  color: rgba(225, 237, 223, 0.88);
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 1199px) {
  .trust-section-alt--split .trust-split-intro h2 {
    font-size: 36px;
  }

  .trust-split-item {
    grid-template-columns: 48px 104px 1fr;
    padding: 16px 16px;
  }

  .trust-split-item__content h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  /* .trust-section-alt--split {
    padding: 62px 0 72px;
  } */

  .trust-section-alt--split .trust-split-intro {
    padding: 28px 22px;
  }

  .trust-section-alt--split .trust-split-intro h2 {
    font-size: 32px;
  }

  .trust-split-item {
    grid-template-columns: 44px 92px 1fr;
    gap: 12px;
  }

  .trust-split-item__logo {
    width: 92px;
    height: 64px;
    border-radius: 12px;
  }
}

@media (max-width: 575px) {
  /* .trust-section-alt--split {
    padding: 52px 0 60px;
    margin-bottom: 90px;
  } */

  .trust-section-alt--split .trust-split-intro h2 {
    font-size: 27px;
  }

  .trust-split-item {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 10px;
    padding: 16px 14px;
  }

  .trust-split-item__index {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .trust-split-item__content h3 {
    font-size: 19px;
  }

  .trust-split-item__content p {
    font-size: 14px;
  }
}
  



.about-style-one .btn-gap {
    margin-top: 20px; 

}
.list-style-disc{
  padding-right: 25px;
    list-style: circle;
}
.park-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #244A2E; /* NHS Blue */
    color: #fff;
    padding: 15px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 94, 184, 0.2);
}
@media (max-width: 768px) {
    .park-badge {
        padding: 8px 18px;
        font-size: 14px;
    }
}
.text-end {
  text-transform:lowercase !important;
}
.nhs-care-section{
    background: #f8f9fb;
    padding: 60px 40px;
}

.nhs-care-top{
    margin-bottom: 60px;
}

.nhs-care-top h2{
    font-size: 42px;
    font-weight: 700;
    color: #0a3d62;
    margin: 0;
}

.nhs-service-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .4s ease;
    height: 100%;

    display: flex;
    flex-direction: column;
}

.nhs-service-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.nhs-service-img{
    position: relative;
    overflow: hidden;
}

.nhs-service-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s;
}
.nhs-service-img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(73 73 73 / 40%);
        z-index: 1;
}

/* Keep icon above overlay */

.service-icon{
    position: absolute;
    z-index: 2;
}
.nhs-service-card:hover .nhs-service-img img{
    transform: scale(1.08);
}

/* Floating Icon */

.service-icon{
    position: absolute;
    left: 30px;
    bottom:20px;
    width: 45px;
    height: 45px;
    background: #244A2E;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    z-index: 9;
}

.service-icon i{
    font-size: 26px;
    color: #fff;
}

/* Content */

.nhs-service-content h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.nhs-service-content p {
    color: #666;
    flex-grow: 1; 
    margin: 0;
}
.nhs-service-content {
 padding: 30px 14px 16px;
     text-align: center;

    display: flex;
    flex-direction: column;
    flex: 1;
}
/* Button */

.nhs-service-content .btn {
    width: 160px;
    height: 47px;
    line-height: 47px;
    padding: 0 30px;
    display: block;
    margin: 30px auto 0; /* Top margin + horizontal center */
}

/* Responsive */

@media(max-width:991px){

    .nhs-care-top h2{
        font-size: 34px;
    }

    .nhs-service-img img{
        height: 250px;
    }

    .nhs-service-content h4{
        font-size: 26px;
    }
}

@media(max-width:767px){

    .nhs-care-top h2{
        font-size: 28px;
    }

    .nhs-service-img img{
        height: 220px;
    }

    .nhs-service-content{
        padding: 50px 20px 30px;
    }

    .nhs-service-content h4{
        font-size: 24px;
    }

    .service-icon{
        width: 55px;
        height: 55px;
        left: 20px;
        bottom: -28px;
    }

    .service-icon i{
        font-size: 22px;
    }
}
.about-single-img img{
    width: 100%;
    border-radius: 20px;
    display: block;
}

.doctor-tips-area .row{
    --bs-gutter-x: 2rem; /* reduce space between image and content */
}

.doctor-tips-area .info p{
    color: #e1d7d7;
    /* margin-bottom: 15px; */
}

.doctor-tips-area .title{
    margin-bottom: 20px;
}
.doctor-tips-area .info .title {
    font-size: 40px;
}

@media (max-width: 991px) {
    .doctor-tips-area .info .title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .doctor-tips-area .info .title {
        font-size: 32px;
    }
}
.health-points {
    margin-top: 30px;
}

.health-point-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 25px;
}

.health-point-item i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #5E994B;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    flex-shrink: 0;
}

.health-point-item h5 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 20px;
}

.health-point-item p {
    margin: 0;
    color: #cfcfcf;
}
.nominate-section {
    background: #f4f5e8;
    padding: 80px 0;
}

.nominate-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    border-radius: 30px;
    overflow: hidden;
}

.nominate-content {
    width: 50%;
    background:#244A2E;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nominate-content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.nominate-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 450px;
}

.nominate-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    background:#5E994B;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.nominate-btn:hover {
    background:#fff;
    color:#5E994B;
}

.nominate-image {
    width: 50%;
}

.nominate-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive */

@media (max-width: 991px) {

    .nominate-wrapper {
        flex-direction: column;
    }

    .nominate-content,
    .nominate-image {
        width: 100%;
    }

    .nominate-content {
        padding: 50px 30px;
    }

    .nominate-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 576px) {

    .nominate-content h2 {
        font-size: 30px;
    }

    .nominate-content p {
        font-size: 16px;
    }

    .nominate-btn {
        width: 100%;
    }
}
.pharmacy-info-card {
    max-width: 500px;
    background: #f7f7f7;
    padding: 15px 10px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #dcdcdc;
}

.pharmacy-info-card h3 {
    color: #264D30;
    font-size:16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pharmacy-info-card p {
    margin-bottom: 8px;
    color: #222;
    font-size: 14px;
}
.pharmacy-info-card p strong{
  font-size: 14px;
}
.pharmacy-info-card p:last-child {
    margin-bottom: 0;
}

.contact-info {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info i {
    color: #6b8e23;
    font-size: 14px;
}
.about-banner-content {
    text-align: center;
    margin: 0 auto;
}
.about-banner-content h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.about-banner-content h1 span {
    color: #b8e986;
}

.about-banner-content p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
    max-width: 650px;
    margin: 0 auto 30px;
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.about-breadcrumb li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.about-breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.about-breadcrumb li a:hover {
    color: #b8e986;
}

.about-breadcrumb li i {
    font-size: 14px;
}

/* Responsive */

@media (max-width: 991px) {
    .about-banner-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {

    .about-banner-content h1 {
        font-size: 34px;
    }

    .about-banner-content p {
        font-size: 16px;
        padding: 15px;
    }

    .about-breadcrumb {
        flex-wrap: wrap;
    }
}
/* Mobile Responsive */
@media (max-width: 767px) {

    .nhs-care-section {
        padding: 60px 0;
    }

    .site-heading h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .site-heading p {
        font-size: 15px;
        padding: 0 15px;
    }

    .nhs-service-card {
        margin-bottom: 30px;
    }

    .nhs-service-img img {
        height: 220px;
    }

    .nhs-service-content {
        padding: 25px 20px;
        text-align: center;
    }

    .nhs-service-content h4 {
        font-size: 22px;
    }

    .nhs-service-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .nhs-service-content .btn {
        width: 100%;
        max-width: 220px;
        margin: 20px auto 0;
        display: block;
    }

    .service-icon {
        width: 46px;
        height: 47px;
        line-height: 60px;
        font-size: 24px;
        margin-bottom: 15%;
    }

    .park-badge {
        font-size: 12px;
        padding: 10px 18px;
        margin: 30px 0px;
    }
}

/* Small Mobile */
@media (max-width: 575px) {

    .site-heading h2 {
        font-size: 26px;
    }

    .nhs-service-img img {
        height: 200px;
    }

    .nhs-service-content {
        padding: 20px 15px;
    }
}
/* Mobile */
@media (max-width: 767px) {
    .top .title {
        margin-left: 0 !important;
    }
}
.why-choose-section {
    padding: 70px 0;
    background:#244A2E;
}

.why-card {
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #ececec;
    border-radius: 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Top Line */
.why-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background: #9dbc38;
    transition: all 0.4s ease;
    transform: translateX(-50%);
}

.why-card:hover::before {
    width: 100%;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.why-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #9dbc38;
    font-size: 40px;
    margin-bottom: 30px;
}

.why-card h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}

.why-card p {
    font-size: 15px;
    color: #000;
    margin: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .why-choose-section {
        padding: 60px 0;
    }

    .why-card {
        padding: 30px 25px;
    }

    .why-card h4 {
        font-size: 24px;
    }

    .why-icon {
        font-size: 34px;
    }
}
.pf-quick-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pf-quick-panel ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom:5px;
}

.pf-quick-panel ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #9dbc38;
    font-size: 16px;
}
.feature-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #eef3ec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.feature-service-icon i {
    font-size: 22px;
    color: #7ba640;
    transition: .3s;
}

.feature-card-essential:hover .feature-service-icon {
    background: #7ba640;
}

.feature-card-essential:hover .feature-service-icon i {
    color: #fff;
}
.feature-card-essential{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.feature-card-essential p{
    flex: 1;
}

.read-more-toggle{
    display: block;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
}

.service-highlights {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.highlight-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    border: 1px solid #5E994B;
    border-radius: 50px;
    background: #fff;
    color: #2d3a1f;
    font-size: 16px;
    font-weight: 600;
    min-width: 240px;
    justify-content: center;
    transition: all 0.3s ease;
}

.highlight-item i {
    color:#5E994B;
    font-size: 20px;
}

.highlight-item:hover {
    background: #f8faed;
    transform: translateY(-3px);
}

@media (max-width: 767px) {
    .highlight-item {
        width: 100%;
        min-width: auto;
    }
}
/* Section */
/* .contraception-steps-section {
    padding: 100px 0;
} */

/* Heading */
.section-heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 20px;
}
.section-heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.section-heading p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

/* Steps Wrapper */
.steps-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #5E994B;
    border-radius: 25px;
    overflow: hidden;
    background-color: #fafff8;
  }

/* Card */
.step-card {
    position: relative;
    padding: 20px 30px; 
    min-height: 260px;
    border-right: 1px solid #5E994B;
}

.step-card:last-child {
    border-right: none;
}

.step-number {
    width:35px;
    height: 35px;
    background: #5E994B;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.step-card h4 {
    font-size: 20px;
   color: #000;
    margin-bottom: 18px;
}

.step-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

/* Arrow */
.arrow {
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #5E994B;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.step-card:last-child .arrow {
    display: none;
}

/* Responsive */
@media (max-width: 991px) {
    .steps-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .step-card:nth-child(2) {
        border-right: none;
    }

    .arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    .steps-wrapper {
        grid-template-columns: 1fr;
    }

    .step-card {
        border-right: none;
        border-bottom: 1px solid #d8e0b2;
    }

    .step-card:last-child {
        border-bottom: none;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .section-heading p {
        font-size: 16px;
    }
}
/*==============================
    SERVICE WHY CHOOSE US
================================*/

.service-why-choose-section {
    padding: 100px 0;
    background: #f7f7f7;
}

.service-why-choose-heading {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.service-why-choose-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e7ebcb;
    color: #71810d;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.service-why-choose-heading h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin-bottom: 20px;
}

.service-why-choose-heading p {
    font-size: 15px;
    color: #000;
    margin: 0;
}

.service-why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-why-choose-card {
    display: flex;
    gap: 20px;
    border: 1px solid #5E994B;
    border-radius: 20px;
    padding: 20px;
    transition: all 0.3s ease;
}

.service-why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.service-why-choose-icon {
    min-width:40px;
    width:40px;
    height:40px;
    border-radius: 16px;
    color:#5E994B;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-why-choose-content h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 700;
}

.service-why-choose-content p {
    margin: 0;
    color: #555;
    font-size: 15px;
}

/* Responsive */

@media (max-width: 991px) {

    .service-why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-why-choose-heading h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {

    .service-why-choose-grid {
        grid-template-columns: 1fr;
    }

    .service-why-choose-heading h2 {
        font-size: 30px;
    }

    .service-why-choose-heading p {
        font-size: 16px;
    }

    .service-why-choose-card {
        flex-direction: column;
    }
}
.service-info-section {
    background: #f8f8f8;
}

.service-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.service-content h2 span {
    color:#5E994B;
}

.service-content p {
    font-size: 15px;
    color: #555;
    margin-bottom:5px;
}

.eligibility-box {
    border: 1px solid #5E994B;
    border-radius: 20px;
    padding:10px;
}

.eligibility-box h5 {
    color: #6d7f11;
    font-size: 20px;
    margin-bottom:10px;
}

.eligibility-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.eligibility-box ul li {
    position: relative;
    padding: 5px 0 5px 25px;
    font-size: 17px;
    color: #333;
}

.eligibility-box ul li:last-child {
    border-bottom: none;
}

.eligibility-box ul li::before {
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 16px;
    color: #8ba118;
}

.service-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.service-image-card img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 24px;
}

.image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: linear-gradient(to top,
            rgba(0,0,0,0.8),
            rgba(0,0,0,0));
}

.image-overlay p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}
.eligibility-box ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 12px;
    color: #5E994B;
    font-size: 18px;
}
@media(max-width:991px) {
    .service-content h2 {
        font-size: 32px;
    }

    .service-image-card img {
        height: 400px;
    }
}
.quick-booking-section {
    padding: 80px 0;
    background: #f3f5f4;
    font-family: 'Poppins', sans-serif;
}

.booking-wrapper {
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* Left Side */
.booking-left {
    width: 32%;
    background: #295333;
    color: #fff;
    padding: 40px 35px;
    position: relative;
}

.circle-shape {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}

.booking-left h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color:#fff;
}

.booking-left p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: .95;
    color: #fff;
}

.booking-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.booking-left ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    font-size: 15px;
}

.booking-left ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #ffc107;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    font-weight: bold;
}

/* Right Side */
.booking-right {
    width: 68%;
    padding: 40px;
}

.booking-heading h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.booking-heading p {
    color: #666;
    margin-bottom: 30px;
    font-size: 15px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    width: 50%;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.form-group input,
.form-group select {
    width: 100%;
    height: 55px;
    border: 1px solid #d9e3df;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 14px;
    outline: none;
    transition: .3s;
}

.form-group input:focus,
.form-group select:focus {
    border-color: #1ba56d;
}

.checkbox-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f5f7f7;
    border: 1px solid #dfe8e5;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 25px;
}

.checkbox-box label {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.submit-btn {
    width: 100%;
    border: none;
    height: 55px;
    border-radius: 10px;
    background: #295333;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.submit-btn:hover {
    transform: translateY(-2px);
}
.contact-list {
    margin: 0;
    padding: 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.contact-item i {
    width: 22px;
    min-width: 22px;
    font-size: 20px;
    color:#fff;
    text-align: center;
    margin-top: 4px;
}

.contact-item span {
    flex: 1;
}
/* Responsive */
@media(max-width:991px){

    .booking-wrapper{
        flex-direction: column;
    }

    .booking-left,
    .booking-right{
        width:100%;
    }

    .form-row{
        flex-direction: column;
        gap:15px;
    }

    .form-group{
        width:100%;
    }
}
/*=============================
Nominate Section
==============================*/

.nominate-section {
    padding: 60px 0;
    background: #f8faf8;
    position: relative;
}

.nominate-section::before {
    content: "";
    position: absolute;
    top: 120px;
    right: 0;
    width: 450px;
    height: 450px;
    background: #eef7e8;
    border-radius: 50%;
    opacity: .7;
}

.nominate-section .container {
    margin: auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

/* Heading */

.nominate-heading {
    text-align: center;
    max-width: 850px;
    margin: auto;
}

.small-badge {
    display: inline-block;
    background: #244A2E;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.nominate-heading h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.nominate-heading p {
    color: #6e7a89;
    line-height: 1.9;
    font-size: 17px;
}

/* Features */

.feature-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 70px;
}

.feature-card {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 20px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,.04);
}

.feature-icon {
    width: 45px;
    height: 45px;
    background: #5E994B;
    border-radius: 16px;
    color: #fff;
    font-size: 24px;
    margin: auto auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card h4 {
    color: #000;
    margin-bottom:5px;
    font-size: 20px;
}

.feature-card p {
    color:#777272;
}

/* Form Box */

.nominate-form-box {
    background: #fff;
    max-width: 950px;
    margin: 90px auto 0;
    padding: 70px;
    border-radius: 35px;
    box-shadow: 0 15px 50px rgba(0,0,0,.06);
}

.form-subtitle {
    color:#5E994B;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.nominate-form-box h3 {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 10px 0;
}

.nominate-form-box p {
    text-align: center;
    color: #6e7a89;
    margin-bottom: 45px;
    line-height: 1.8;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.nominate-form-box input,
.nominate-form-box select,
.nominate-form-box textarea {
    width: 100%;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 15px;
    outline: none;
    color: #444;
}

.nominate-form-box textarea {
    height: 50px;
    resize: none;
    margin-bottom: 20px;
}

.checkbox {
    margin: 0px 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox input {
    width: auto;
}

.checkbox label {
    color: #6e7a89;
    font-size: 14px;
}

.nominate-form-box button {
    background: #5E994B;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.nominate-form-box button:hover {
    background: #08254b;
}

/* Responsive */

@media(max-width:991px){

    .feature-row,
    .form-grid{
        grid-template-columns:1fr;
    }

    .nominate-heading h2,
    .nominate-form-box h3{
        font-size:36px;
    }

    .nominate-form-box{
        padding:40px 25px;
    }
}
@media (max-width: 767px) {
    .park-badge {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.date-wrapper {
    position: relative;
}

.date-wrapper input {
    width: 100%;
    padding-right: 45px;
}

.date-wrapper i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
}
/* Mobile Responsive */
@media (max-width: 767px) {

    .trust-split-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        padding: 18px 15px 15px;
    }

    /* Number */
    .trust-split-item__index {
       display: none;
    }

    /* Logo */
    .trust-split-item__logo {
        width: 55px;
        height: 55px;
        margin-right: 12px;
        flex-shrink: 0;
    }

    .trust-split-item__logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* Content */
    .trust-split-item__content {
        flex: 1;
        min-width: 0;
    }

    /* Logo + Heading in one row */
    .trust-split-item__content h3 {
        font-size: 18px;
        margin: 0;
        line-height: 1.3;
    }

    /* Description below */
    .trust-split-item__content p {
        width: 100%;
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.5;
    }
}
/* Mobile Responsive */
@media (max-width: 767px) {

    .nhs-services-cta .text-lg-end {
        text-align: center !important;
    }

    .nhs-services-cta__button {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 0 auto 12px;
        padding: 14px 20px;
        text-align: center;
        border-radius: 50px;
        font-size: 15px;
    }

    .nhs-services-cta__button:last-child {
        margin-bottom: 0;
    }

}

@media (max-width: 767px) {

    .feature-card-essential{
        background:#fff;
        border-radius:15px;
        padding:30px 20px;
        text-align:center;
        box-shadow:0 5px 20px rgba(0,0,0,.08);
        border:1px solid #e9e9e9;
        transition:.3s;
        margin-bottom:20px;
         border:1px solid #6a9e2b;
    }

    .feature-service-icon{
        width:70px;
        height:70px;
        margin:0 auto 18px;
        border-radius:50%;
        background:#eef3ea;
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .feature-service-icon i{
        font-size:28px;
        color:#5f8f1f;
    }

    .feature-card-essential h4{
        font-size:20px;
        font-weight:700;
        color:#000;
        margin-bottom:15px;
    }

    .feature-card-essential p{
        font-size:15px;
        line-height:1.8;
        color:#555;
        margin-bottom:18px;
    }

    .read-more-toggle,
    .read-less-toggle{
        display:inline-block;
        background:#5f8f1f;
        color:#fff !important;
        padding:8px 18px;
        border-radius:30px;
        text-decoration:none;
        font-size:13px;
        font-weight:600;
        margin-top:10px;
    }

    .feature-card-essential .essential-span-read-more{
        display:block;
        margin-top:10px;
    }

    .col-md-6,
    .col-lg-4{
        margin-bottom:25px;
    }
}
@media (max-width: 767px) {

    .essential-services-section{
        padding:30px 0 !important;
    }

    .essential-services-section .park-badge{
        margin-bottom:10px;
    }

    .essential-services-section .site-heading{
        margin-bottom:20px !important;
    }

    .essential-services-section .site-heading p{
        margin-bottom:0;
    }

    .essential-services-section .col-lg-4.col-md-6{
        margin-bottom:15px !important;
    }

    .essential-services-section .feature-card-essential{
        padding:20px 15px;
    }

}
@media (max-width: 767px) {

    /* Reduce section spacing */
    .default-padding{
        padding:40px 0 !important;
    }
  }
  /* Only for Pharmacy First cards */
.pharmacy-condition-card{
    height:100%;
}

@media (max-width:767px){

    /* Equal space from left & right */
    #pf-conditions .container{
        padding-left:18px;
        padding-right:18px;
    }

    #pf-conditions .row{
        --bs-gutter-x:0px;
        --bs-gutter-y:16px;
    }

    #pf-conditions .col-lg-3,
    #pf-conditions .col-lg-4,
    #pf-conditions .col-md-6{
        padding-left:8px;
        padding-right:8px;
    }

    .pharmacy-condition-card{
        width:100%;
        height:100%;
        padding:20px 15px;
        border-radius:15px;
    }
}
@media (max-width: 767px) {

    /* Only Contraception Service section */
    .contraceptive-service-area{
        padding: 30px 0 !important;
        margin-bottom: 30px !important;
    }

    .contraceptive-service-area .container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contraceptive-service-area .park-badge{
        margin-bottom: 10px;
    }

    .contraceptive-service-area .site-heading{
        margin-bottom: 20px !important;
    }

    .contraceptive-service-area .site-heading h2{
        margin-bottom: 10px;
    }

    .contraceptive-service-area .site-heading p{
        margin-bottom: 0;
    }

    .contraceptive-service-area .row{
        margin-bottom: 0 !important;
    }

    .contraceptive-service-area .col-lg-6{
        margin-bottom: 20px;
    }

    .contraceptive-service-area img{
        margin-bottom: 15px;
    }

    .contraceptive-service-area .highlight-wrapper{
        margin-top: 10px;
    }
    .service-why-choose-section {
      padding: 0px !important;
    }
}
.contact-form .form-control{
    width:100%;
    height:65px;
    border-radius:12px;
    padding:0 25px;
    border:1px solid rgba(255,255,255,.2);
    background:transparent;
    color:#fff;
}

.contact-form textarea.form-control{
    width:100%;
    height:180px;
    padding:20px 25px;
}

.contact-form .form-group{
    width:100%;
    margin-bottom:25px;
}
.pharma-text{
    color: #5E994B;
    font-size: 16px;
}

.escalator-text{
    color: #295333; 
    font-size: 14px;

}
textarea[name="message"]{
    width: 100%;
    min-height: 120px;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    resize: none;          /* Remove resize handle */
    overflow: hidden;      /* Remove scrollbar */
    outline: none;
    font-size: 15px;
    line-height: 1.6;
    box-sizing: border-box;
}

textarea[name="message"]:focus{
    border-color: #4d843c;
    box-shadow: 0 0 0 3px rgba(77, 132, 60, 0.15);
}
textarea[name="address"]{
    width: 100%;
    min-height: 120px;
    padding: 15px 20px;
    border: 1px solid #d9e2ef;
    border-radius: 12px;
    resize: none !important;
    overflow: hidden !important;
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    font-family: inherit;
}