@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


:root {
    --primary-color: #32979F;
    --dark-blue: #0a2d5e;
    --white-color: #fff;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #000;
    /*overflow-x: hidden;*/
}

.container {
	max-width: 1410px;
}

p{font-size: 20px; line-height: 30px;}

a {
    color:#4aaeb5;
    text-decoration: none;
    outline: none;
    border: none;
}

a:hover {
    color:#0d2c5e;
}

img {
    max-width: 100%;
    text-decoration: none;
    outline: none;
}

/* Header */

.hero-section {

    padding: 40px 0;
}

.main-heading {
	color: #0d3b66;
	font-weight: 900;
	line-height: 52px;
	font-size: 42px;
}

.disclaimer {
	color: #333;
	margin-top: 26px;
	font-size: 28px;
	margin-bottom: 40px;
}

.shop-btn {
	background-color: #32979F;
	color: white;
	border-radius: 30px;
	padding: 12px 21px;
	font-weight: 600;
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
	min-width: 223px;
	font-size: 22px;
	justify-content: center;
	gap: 12px;
}

.shop-btn svg {
    margin-left: .5rem;
}

.shop-btn:hover {
    background-color: #1a7d6d;
    transform: translateY(-3px);
    color: var(--white-color);
}

.image-container {
    /* transform:rotate(-4deg); */
}

.image-container img {
    border-radius: 400px 400px;
    max-width: 86%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 4px solid #fff;
}

.bannerSec {
	/* background: url(../images/banner-bg.png) no-repeat 50% 50% / auto 100%; */
	position: relative;
	padding: 8% 0 0;
	overflow: hidden;
}
.bannerSec::before {
	content: "";
	background: url(../images/banner-bg.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: -10px;
	z-index: -1;
	background-size: 100%;
    transform: rotate(1deg);
}
header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.hero-content {
	margin-top: 50px;
}
.about-section .col-12.col-sm-12.col-lg-6 {
	padding-left: 0;
}

.topNav {
    /*width:calc(100vw - 200px);*/
    width: 93%;
}

.topNavContainer {
    background: var(--dark-blue);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: .65rem;

}

.topCont {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: end;
    padding-right: 1rem;
}

.topCont img {
    width: 1.3rem;
}

.topNav .cart {
    position: relative;
}

.topNav .cart span {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    right: -15px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .75rem;

}

.navbar-brand img {
    width: 320px
}

#navbarText {
    justify-content: end;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 18px;
	color: #000;
}

/* About Section */

.about-section {
    /*background: url('../images/abtBg.png') no-repeat 100% 100% / 150px auto;*/
    padding:80px 0 150px;
    position: relative;
    overflow-x: hidden;
}
.about-section::before {
	content: "";
	background: url('https://compoundedmedication.directclix.net.au/wp-content/uploads/abtBg.svg') no-repeat 100% 100% / 150px auto;
	position: absolute;
	right: -140px;
	height: 100%;
	top: 0;
	width: 325px;
	background-size: 100% 100%;
}
.about-section .section-title {
    text-transform: uppercase;
}

.about_Img img {
	border-radius: 370px 370px 370px 370px;
	width: 100%;
}

.about-description {
	font-size: 20px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 2rem;
	max-width: 714px;
}

.pdCustom {
    padding-right: 12rem;
}

/* Practitioner Section */

.practitioner-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /*width: 100vw;*/
    padding-left: 10rem;
}

.practitioner-section .container-fluid {
    background: url('../images/fina_Prac.png') no-repeat center center;
    background-size: cover; 
    color: white;
    border-radius: 500px 0% 0 500px;
    padding: 70px 70px 70px 10rem;
    position: relative;
    overflow: hidden;
}

.practitioner-section .section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color:#48a0a0;
}

.practitioner-section .section-heading.blue {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color:#0d2c5e;
}


.contact-banner-content .section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color:#48a0a0;
}
.contact-banner-content .divider-white-green {
    display: inline-block;
}

.divider-white {
    height: 14px;
    width: 44px;
    background: linear-gradient(to right, #ffffff 50%, #48a0a0 50%);
    border-radius: 50px;
    margin: 0px 0px 2rem 0px;
}
.divider-blue-green {
    height: 14px;
    width: 44px;
    background: linear-gradient(to right, #0d2c5e 50%, #48a0a0 50%);
    border-radius: 50px;
    margin: 0px 0px 2rem 0px;
}
.divider-white-green {
    height: 14px;
    width: 44px;
    background: linear-gradient(to right, #ffffff 50%, #48a0a0 50%);
    border-radius: 50px;
    margin: 0px 0px 2rem 0px;
}

.btn-custom-teal {
	background-color: #32979F;
	color: white;
	border-radius:50px;
	padding: 0.85rem 2rem;
	font-weight: 600;
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
	min-width: 150px;
	font-size: 22px;
	gap: 12px;
}

.btn-custom-teal:hover {
    background-color: #3ac0aa;
    transform: translateY(-2px);
}

.btn-custom-outline {
	background-color: transparent;
	color: #32979F;
	border: 2px solid white;
	border-radius: 50px;
	padding: 0.85rem 2rem;
	font-weight: 600;
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
	min-width: 150px;
	gap: 12px;
	font-size: 22px;
	background: #fff;
}

.btn-custom-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    border: 2px solid  rgba(255, 255, 255, 0.1);
}

.btn-icon {
    margin-left: 8px;
}

.phone-number {
    font-weight: 700;
    font-size: 1.2rem;
}

/* DNA particles animation effect */




.content-wrapper {
    position: relative;
    z-index: 1;
}


/* Compounding Services */

.services-section {
	padding: 7rem 0;
	overflow: hidden;
}

.services-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 2rem;
}

.hexagon-gallery {
    position: relative;
}

.hexagon {
    position: relative;
    overflow: hidden;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hexagon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.know-more-btn {
    background-color: #4aaeb5;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: background-color 0.3s;
    display: inline-flex;
    align-items: center;
    transition: transform .3s;
}

.know-more-btn:hover {
    background-color: #3a9c9c;
    transform: translateY(-3px);
}

.know-more-btn svg {
    margin-left: 0.5rem;
}

/* Call to Action */

.contact-banner {
   /* background: linear-gradient(#AFE1F0, #C9E8F4),
        url('../images/callAction.png');
	background: linear-gradient(#AFE1F0, #C9E8F4);*/
	background: #0F3566;
    background-size: cover;
    background-position: center;
    padding: 3rem 1.5rem;
    border-radius: 500px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-image: url(https://compoundedmedication.directclix.net.au/wp-content/uploads/callAction-1.png);
    background-size: cover;*/
    opacity: 1;
    z-index: 0;
}

.contact-banner-content {
    position: relative;
    z-index: 1;
}

.contact-text {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	line-height: 40px;
}

.contact-email {
    color: #33d0d0;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.contact-email:hover {
    color: #fff;
}

.contact-phone {
    color: #33d0d0;
    font-weight: 600;
}

.know-more-btn {
	background-color: #32979F;
	color: white;
	border: none;
	border-radius: 30px;
	padding:0.85rem 2rem;
	font-weight: 600;
	margin-top: 1rem;
	transition: background-color 0.3s;
	display: inline-flex;
	align-items: center;
	transition: transform .3s;
	font-size: 22px;
	gap: 12px;
}

.know-more-btn:hover {
    background-color: #0a2e48;
    color: #fff;
    transform: translateY(-3px);
}

.know-more-btn svg {
    margin-left: 0.5rem;
}

/* Blog Section */

.recent-posts-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}
.recent-posts-header h2 {
	color: #0F3566;
	font-size: 38px;
	font-weight: 900 !important;
}
.post-card {
	border-radius: 50px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
	transition: transform 0.3s, box-shadow 0.3s;
	height: 100%;
	overflow: hidden;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.post-content {
	padding: 2.5rem;
}

.post-title {
	font-weight: 700;
	margin-bottom: 1rem;
	font-size: 24px;
	color: #000;
	line-height: 34px;
}
.blog-sec {
	padding:60px 0;
}
.know-more-link {
	display: inline-flex;
	align-items: center;
	color: #0c3c60;
	font-weight: 600;
	text-decoration: none;
	margin-top: 1rem;
	transition: color 0.2s;
	font-size: 18px;
	gap: 12px;
    transition: transform .3s;
}

.know-more-link:hover {
    transform: translateY(-3px);
    color: #0c3c60;
    transition: transform .3s;
}

.know-more-link img {
    transition: all ease 0.3s;
}

.know-more-link:hover img {
	margin-left: 6px;
	position: relative;
    transition: all ease 0.3s;
}

.know-more-link svg {
    margin-left: 0.5rem;
    transition: transform 0.2s;
}

.know-more-link:hover svg {
    transform: translateX(3px);
}

.read-more-posts {
    text-align: center;
    margin-top: 2.5rem;
}

.read-more-btn {
	background-color: #4aaeb5;
	color: white;
	border: none;
	border-radius: 50px;
	padding: 0.85rem 2rem;
	font-weight: 700;
	transition: background-color 0.3s;
	display: inline-flex;
	align-items: center;
	transition: transform .3s;
	font-size: 22px;
	gap: 12px;
    margin-top: 40px;
}

.read-more-btn:hover {
    background-color: #0c3c60;
    color: #fff;
    transform: translateY(-3px);
}

.read-more-btn svg {
    margin-left: 0.5rem;
}

/* Pain Therapy Section*/

.pain-therapy-section {
    overflow: hidden;
}

.image-container {
    position: relative;
    height: 100%;
}

.circle-image {
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.circle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.divider.divider-left {
    margin: 0px 0px 2rem 0px;
}

.section-subtitle {
	color: rgba(0,0,0,.80);
	font-size: 30px;
	margin-bottom: 1rem;
}

.section-heading {
	color: #0d2c5e;
	font-weight: 700;
	margin-bottom: 14px;
	font-size: 38px;
	line-height: 56px;
}

.divider-left {

    margin: 0;

}

.benefit-list {
    padding-left: 0;
    list-style: none;
}

.benefit-item {
    margin-bottom: 1.2rem;
    position: relative;
    padding-left: 2rem;
    font-size: 20px;
}

.benefit-icon {
    position: absolute;
    left: 0;
    top:0.4rem;
    background-color: #48a0a0;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

/* Call To Section */

.cta-section {
    /* background: url('../images/call-bg.png') center/cover no-repeat; */
    background-color: #a8e8f9;
    border-radius: 50% / 100%;
    padding: 6% 8%;
    position: relative;
    overflow: hidden;
    margin: 100px auto;
    max-width: 1400px;
}


.cta-heading {
    color: #0d2c5e;
    font-weight: 700;
    text-align: center;
    margin-bottom: .5rem;
    font-size: calc(1.3rem + 1.3vw);
    line-height: 1.3;
    position: relative;
}

.cta-subheading {
	text-align: center;
	color: #333;
	margin-bottom: 1.5rem;
	font-size: 34px;
	font-weight: 700;
}

.btn-consultation {
	background-color: #0d2c5e;
	color: white;
	border-radius: 50px;
	padding: 1.1rem 2rem 1rem;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2rem;
	max-width: 332px;
	gap: 12px;
	font-size: 22px;
}

.btn-consultation:hover {
    background-color: #0a2449;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.btn-consultation i {
    margin-left: .5rem;
}

.btnCTA .bi::before,
.btnCTA [class*=" bi-"]::before,
.btnCTA [class^="bi-"]::before {
    font-size: 2rem;
}

.cta-info {
	text-align: center;
	margin-bottom: 0.5rem;
	font-size: 34px;
	font-weight: 700;
}

.cta-phone {
	font-size: 50px;
	color: #32979F;
	font-weight: 600;
	display: block;
	margin: 1rem 0 0;
	text-align: center;
	text-decoration: none;
}

.cta-phone:hover {
    color: #3a8a8a;
}

.cta-email {
	font-size: 21px;
	color: #0E3466;
	text-align: center;
	display: block;
	text-decoration: none;
	font-weight: 500;
}

.cta-email:hover {
    color: #0d2c5e;
}

/* Form Section */

.contact-section {
	max-width: 1000px;
	margin: 0 auto 100px;
	padding: 0 15px;
}

.section-title {
    color: #0d2c5e;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 38px;
    line-height: 50px;
}

.section-title.text-left {
    text-align: left;
}



.divider {
    height: 14px;
    width: 44px;
    background: linear-gradient(to right, #0d2c5e 50%, #48a0a0 50%);
    border-radius: 50px;
    margin: 0 auto 2rem;
}

.description {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 3rem;
	line-height: 1.7;
	font-size: 20px;
	color: rgba(0,0,0,.80);
}
.form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	padding: 0.75rem 0;
	margin-bottom: 2rem;
	background-color: transparent;
	font-size: 22px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #0d2c5e;
    padding-left: 1rem;
    transition: padding-left .3s;
}

.form-control::placeholder {
    color: #999;
}

textarea.form-control {
    height: 100px;
    resize: none;
}

.submit-btn {
	background-color: #0d2c5e;
	color: white;
	border: none;
	border-radius: 50px;
	padding: 0.75rem 3rem;
	font-size: 22px;
	font-weight: 600;
	transition: all 0.3s ease;
	display: block;
	margin: 2rem auto 0;
	text-transform: uppercase;
}

.submit-btn:hover {
    background-color: #4aaeb5;
    transform: translateY(-2px);
}


/* Footer Section */
footer p {
	font-size: 18px;
	color: rgba(255,255,255,.80);
}
.row.termsLink a {
	padding: 0 2px;
}
.row.termsLink {
	padding-top: 50px;
}
footer p a {
	font-weight: 700;
	color: rgba(255,255,255,.80) !important;
	border-bottom: 1px rgba(255,255,255,.80) solid;
}

.row.termsLink .col-md-12 {
	padding-left: 0;
}


.footer .icon-1 {
	margin-top: 10px;
	margin-right: 10px;
}
.footer .icon-2 {
	margin-top: 0px;
	margin-right: 10px;
}
.footer .icon-3 {
	margin-top: -1px;
	margin-right: 10px;
}

.footer {
    a {
        color: #555;
        color: rgba(0,0,0,.80);
        font-size: 18px;
      }

    .top-nav {
        background-color: #EEF5FF;
        padding:75px 0 60px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: var(--white-color);
        color: white;
        margin-right: 10px;
        transition: all 0.3s ease;
    }

    .social-icons a:hover {
        transform: translateY(-3px);
        background-color: #fff;
    }

    .logoFooter {
        margin: 0 auto;
    }

    .social-icons {
        margin-bottom: 1.5rem;
    }



    .nav-column h4 {
        color: var(--dark-blue);
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 20px;
      }

    .nav-column ul {
        list-style: none;
        padding: 0;
    }

    .nav-column ul li {
        margin-bottom: 12px;
    }

    .nav-column ul li a, & .nav-column a {
        color: rgba(0,0,0,.80);
        text-decoration:none;
        transition: color 0.3s;
        font-size: 18px;
      }

    .nav-column ul li a:hover,
    .nav-column a:hover {
        color: var(--primary-color);
    }

    .contact-info i {
        color: var(--primary-color);
        font-size: 24px;
        margin-right: 10px;
    }

    .contact-text {
        color: rgba(0,0,0,.80);
        margin-bottom: 0;
        font-size: 18px;
      }

    .logoFooter {
        text-align: center;
        width: 200px
    }

    .logoFooter img {
        width: 100%;
    }

    .termsLink a:hover {
        color: var(--primary-color);

    }

    .contactBlock i {
        margin-right: .5rem;
        color: var(--primary-color);
        ;
    }

    footer {
        background-color: var(--dark-blue);
        color: white;
        padding:25px 0;
    }

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

    footer a:hover {
        color:var(--primary-color) !important;
        border-color: var(--primary-color);
    }

    footer p span {
        color: var(--primary-color);
    }

}


/*inner-page*/

.practitioner-section.header-title-sec {
	padding: 0;
}
.practitioner-section.header-title-sec .container-fluid.content-wrapper .row {
	max-width: 1410px;
	margin: 0 auto;
}
.practitioner-section.header-title-sec .container-fluid.content-wrapper {
	padding:7% 0;
	border-radius: 0;
}
.practitioner-section.header-title-sec .container-fluid.content-wrapper .row {
	max-width: 1320px;
	margin: 0 auto;
	text-align: center;
}
.practitioner-section.header-title-sec .container-fluid.content-wrapper .row .col-12 {
	width: 100%;
}
.practitioner-section.header-title-sec .container-fluid.content-wrapper .divider-white {
	margin: 0 auto 10px;
}
.practitioner-section.header-title-sec .container-fluid.content-wrapper .divider-blue-green {
	margin: 0 auto 10px;
}
.practitioner-section.header-title-sec h1 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 42px;
}
.practitioner-section.header-title-sec {
	padding: 0;
	margin-top: 45px;
}

.bannerSec.inner-pages-sec::before {
	display: none;
}

.about-section.about-sec-1 img {
	border-radius: 70px;
	width: 100%;
}

.about-section.about-sec-1 .row.align-items-center {
	align-items: flex-start !important;
}
.about-section.about-sec-1 {
	padding: 120px 0 20px;
}

.pageSection.inner-page-sec-all h3 {
	color: #0d2c5e;
	font-weight: 900;
	margin: 26px 0 12px;
	font-size: 30px;
	line-height: 50px;
}


.bannerSec.inner-pages-sec {
	overflow: visible;
}


.how-to-order .row {
	align-items: center;
}

.how-to-order img {
	border-radius: 70px;
	width: 100%;
}

.how-to-order .steps {
	padding: 80px 0;
}
.how-to-order .steps img {
	border-radius: 0;
	width: 80px;
	display: block;
	margin: 0 auto 20px;
}
.how-to-order .steps {
	padding: 80px 14px 40px;
	display: flex;
	gap: 3%;
	flex-wrap: wrap;
}
.how-to-order .steps .col-lg-3 {
	width: 48.5%;
	text-align: center;
	margin-bottom: 48px;
}

.how-to-order .steps span {
	font-weight:900;
}

.how-to-order .container .row:first-child .col-lg-6:first-child {
	padding-right: 43px;
}
.how-to-order .container .row:last-child .col-lg-6:last-child {
	padding-left: 43px;
}
.how-to-order .container .row:last-child {
	margin-top: 70px;
}


.bannerSec.inner-pages-sec {
	overflow: visible;
	padding: 128px 0 0;
}


.services-section.compounding-sec .container .row:nth-child(2n+1) .col-lg-6:nth-child(1) {
	padding-right: 43px;
}

.services-section.compounding-sec .container .row:nth-child(2n) .col-lg-6:nth-child(1) {
	padding-left: 43px;
}

.services-section.compounding-sec .container .row:last-child .col-lg-6:last-child {
	padding-left: 14px;
}

.main-menu > li a::after {
	display: none;
}
.main-menu > li a {
	padding: 0;
	font-size: 22px;
}

.main-menu > li {
	display: inline-block;
	margin-right:0 !important;
	margin-left:31px;
}

.main-menu li ul {
	box-shadow: 0 0 0 !important;
	border: 0 !important;
	padding: 0 !important;
	padding-top: 10px !important;
}

.main-menu li ul li a {
	padding: 10px 15px;
	background: #32979F;
	color: #fff;
	border-bottom: 1px #43B8C1 solid;
	font-size: 19px;
}
.main-menu li ul.sub-menu li:last-child a {
	border: 0;
}
.main-menu li ul li a:hover {
	background: #0E3466;
	color: #fff;
}

.practitioner-form-section {
	background: #fff !important;
	padding: 90px 0 !important;
	max-width: 900px;
	margin: 0 auto;
}
.practitioner-form-section .form-wrapper {
	background: #fff;
	border-left: 8px solid #0d3b66;
	transition: all 0.3s ease;
	padding: 30px 30px 20px !important;
}

/* Label and input styles */
.practitioner-form-section .wpcf7 form label {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 17px;
}

.practitioner-form-section .wpcf7-form-control {
	width: 100%;
	padding: 12px 16px;
	margin-bottom: 16px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
	background: #fff;
	margin-top: 4px;
}

/* Row layout for side-by-side fields */
.practitioner-form-section .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.practitioner-form-section .form-row .wpcf7-form-control-wrap {
  flex: 1 1 45%;
}

/* Adjust textareas */
.practitioner-form-section .wpcf7 textarea {
  height: 150px;
  resize: vertical;
}

/* Submit button */
.practitioner-form-section .wpcf7 input[type="submit"] {
	background-color: #32979F;
	color: #fff;
	padding: 14px 28px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	font-size: 22px;
	transition: transform .3s;
}

.practitioner-form-section .wpcf7 input[type="submit"]:hover {
  background-color: #0c3b5d;
}

/* Fieldset styling */
.practitioner-form-section fieldset {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.practitioner-form-section legend {
  font-weight: bold;
  color: #0d3b66;
}

/* Remove default <br> tags from Contact Form 7 */
.practitioner-form-section .wpcf7 br {
  display: none !important;
}

.practitioner-form-section .form-wrapper h2 {
	color: #0d2c5e;
	font-weight: 900;
	margin-bottom: 20px;
	font-size: 28px;
}
.practitioner-form-section .wpcf7-form-control label {
	margin: 0 !important;
}
.practitioner-form-section .wpcf7-form-control .wpcf7-list-item {
	margin: 0 20px 0 0;
}

.practitioner-form-section hr {
	margin: 38px 0 28px;
}

.practitioner-form-section .wpcf7-form {
	position: relative;
}
.practitioner-form-section .wpcf7-spinner {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.services-section ul {
	margin: 0 0 19px;
	padding-left: 0;
	list-style: none;
}
.services-section ul li {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
	padding-left: 31px;
}

.services-section ul li::before {
	content: "\f135";
	position: absolute;
	left: 0;
	font-family: FontAwesome;
	font-family: bootstrap-icons !important;
	background-color: #48a0a0;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	top: 6px;
}

.page-template-template-contact-us .practitioner-form-section {
	max-width: 100%;
}

.page-template-template-contact-us .col-lg-10 {
	width: 100%;
	margin-top: 10px;
}

.page-template-template-contact-us .shadow-lg {
	box-shadow: 0 0 18px rgba(0,0,0,.15) !important;
}
.page-template-template-contact-us .contact-info-map .info-box {
	background: #fff;
	height: 100%;
}

.row.contact-info-map.mb-5 {
	gap: 2%;
}
.row.contact-info-map .col-lg-6:first-child {
	width: 41%;
}
.row.contact-info-map .col-lg-6:last-child {
	width: 57%;
}
.row.contact-info-map .col-lg-6:last-child .shadow-lg {
	box-shadow: 0 0 0 !important;
}

.page-template-template-contact-us .contact-info-map .info-box h3 {
	margin-top: 0;
}

.blog-section.py-5 {
	padding: 90px 0 !important;
}

.blog-section .blog-card {
	height: 100%;
	position: relative;
}

.blog-section .blog-card .blog-card-body h2.blog-card-title {
	font-weight: 900;
	line-height: 32px;
}

.blog-section .blog-card .blog-card-body .blog-card-excerpt {
	font-size: 20px;
}
.blog-section .blog-card .blog-card-body .blog-read-more {
	background-color: #32979F;
	font-weight: 600;
	position: absolute;
	bottom: 23px;
}
.blog-section .blog-card .blog-card-body {
	padding-bottom: 64px;
}

.blog-section .blog-card .blog-card-body .blog-read-more:hover {
	background: #0d3b66;
	color: #fff;
}

.blog-section button#load-more-posts {
	background-color: #0d3b66;
	color: white;
	border: none;
	border-radius: 30px;
	padding: 0.85rem 2rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	transition: transform .3s;
	font-size: 22px;
	margin-top: 50px;
}
.blog-section button#load-more-posts:hover {
	background-color: #32979F;
	color: white;
}

.about-section.section-head.about-sec-2 ul {
	margin: 0 0 19px;
	padding-left: 0;
	list-style: none;
}
.about-section.section-head.about-sec-2 ul li {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
	padding-left: 31px;
}

.about-section.section-head.about-sec-2 ul li::before {
	content: "\f135";
	position: absolute;
	left: 0;
	font-family: FontAwesome;
	font-family: bootstrap-icons !important;
	background-color: #48a0a0;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	top: 6px;
}

.about-section.section-head.about-sec-2 ul ul {
	margin: 20px 0;
}

.about-section.section-head.about-sec-2 ol {
	font-size: 20px;
	line-height: 30px;
}

.about-section.section-head.about-sec-2 ol ul {
	margin-top: 12px;
}
.about-section.section-head.about-sec-2 ol li {
	margin-bottom: 11px;
}

.how-to-order .post-content {
	font-size: 20px;
	line-height: 30px;
	word-break: break-word;
}


.about-section.about-sec-1::before {
	display: none;
}
.about-section.about-sec-2::before {
	display: none;
}



.about-section.about-section-new-1::before{display:none;}
.about-section.about-section-new-1 {padding: 120px 0;}
.about-section.about-section-new-1 img {border-radius:70px; object-fit: cover;}
.services-section.company-section-about {
	padding: 0;
	margin-bottom: 120px;
}
.col-lg-6.company-section-left {padding-right: 50px;}
.col-lg-6.about-section-new-right {padding-right: 9rem;}
.about-section-new-left .about_Img, .about-section-new-left .about_Img img {height: 100%;}

.meet-director-main{padding: 120px 0;}
.meet-director {
	background: url('../images/director-bg.jpg') center/cover no-repeat;
	padding: 80px;
	border-radius: 70px;
	background-size: cover !important;
	background-position: center !important;
}
.practitioner-section.about-compounded .container-fluid.content-wrapper{
	/* background: url('../images/company-bg.jpg') center/cover no-repeat; */
}
.pageSection.inner-page-sec-all .meet-director h3 {margin-top: 0;}


.services-section.company-section-about img {
	border-radius: 0 170px 0 170px;
}

.operational-manager{margin-bottom:120px;}
.operational-manager .section-title.text-left {
	text-align: center;
	color: #fff;
}
.operational-manager .divider-left.divider-white {
	margin: 14px auto 32px;
}
.operational-manager p {
	color: #fff;
	margin-bottom: 26px;
}
.operational-manager a {
	color: #33d0d0; font-weight:600;
}
.operational-manager a:hover {
	color: #fff;
}
/*
.operational-manager .contact-banner::before{
	background-image: url(../images/memberships.jpg);
}
*/
.blog-sec.links-section h3.post-title {
	margin-top: 0;
	text-transform: uppercase;
	line-height: 37px;
	font-size: 27px;
}
.blog-sec.links-section a.know-more-link {
	margin-top: 0;
	font-size: 20px;
}
.blog-sec.links-section .post-content span {
	font-size: 20px;
}
.blog-sec.links-section {
	padding-bottom: 0;
}




.woocommerce ul.products {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce ul.products li {
	padding-bottom: 90px !important;
	border: 1px #eee solid;
}
.woocommerce ul.products a.button {
	background-color: #32979F;
	color: white;
	border: none;
	border-radius: 30px;
	padding: 0.85rem 0;
	font-weight: 600;
	transition: background-color 0.3s;
	transition: transform .3s;
	font-size: 17px;
	text-transform: capitalize;
	position: absolute;
	bottom: 33px;
	left: 0;
	right: 0;
	text-align: center;
	width: 160px;
	margin: 0 auto;
}
.woocommerce ul.products a.button:hover {
	background-color: #0a2e48;
	color: #fff;
	transform: translateY(-3px);
}
.woocommerce ul.products h2 {
	color: #0d2c5e;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px !important;
	padding-left: 14px !important;
	padding-right: 14px !important;
	word-break: break-word;
}


.woocommerce ul.products li.product .price {
	color: #000;
	font-size: 18px;
	font-weight: 800;
}
.pageSection.inner-page-sec-all.shop-page {
	padding: 0 0 80px;
}

.woocommerce-ordering select.orderby {
	background: transparent;
	border: 1px #ccc solid;
	padding: 11px 16px;
	background-position: left;
	position: relative;
	top: -6px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers {
	width: 32px;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
	margin: 0 4px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #0F3566;
	color: #fff;
	transition: all ease 0.3s;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers {
	width: 38px;
	border-radius: 100%;
	background-color: #32979F;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 19px;
	height: 38px;
	transition: all ease 0.3s;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #ebe9eb;
	color: #fff;
	background: #0F3566;
	transition: all ease 0.3s;
}

.woocommerce nav.woocommerce-pagination ul .prev.page-numbers, .woocommerce nav.woocommerce-pagination ul .next.page-numbers {
	line-height: 14px;
}

.woocommerce ul.products li.product a img {
	height: auto !important;
	max-width: none !important;
	/* width: auto !important; */
	display: block;
	margin:8px auto 14px;
}

.pageSection.inner-page-sec-all.shop-page article {
	padding-top: 70px;
}


.page-id-91546 .practitioner-section.about-compounded {
	margin-bottom: 120px;
}

.page-id-91546 .practitioner-section .col-12.col-sm-12 {
	width: 100%;
}

.page-id-91546 .practitioner-section.about-compounded .container-fluid.content-wrapper {
	background-size: cover !important;
}


.page-id-91496 .contact-banner-content {
	text-align: left;
	color: #fff;
}
.page-id-91496 .contact-banner-content h2 {
	text-align: left !important;
}
.page-id-91496 .contact-banner-content .divider-left.divider-white {
	margin-left: 0;
}



.page-id-91496 .contact-banner-content ul {
	margin:0 0 29px;
	padding-left: 0;
	list-style: none;
}
.page-id-91496 .contact-banner-content ul li {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
	padding-left: 31px;
}

.page-id-91496 .contact-banner-content ul li::before {
	content: "\f135";
	position: absolute;
	left: 0;
	font-family: FontAwesome;
	font-family: bootstrap-icons !important;
	background-color: #48a0a0;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	top: 6px;
}
.page-id-91574 .services-section.company-section-about ul {
	margin: 20px 0;
}
.page-id-91574 .services-section.company-section-about ol {
	font-size: 20px;
}

.about-section.about-section-new-1 .align-items-center {
	align-items: flex-start !important;
}

.page-id-91574 .about-section.section-head.about-sec-2 {
	padding-top: 0;
}

.single.single-post article {
	padding: 80px 0 0;
	max-width: 1000px;
	margin: 0 auto;
}
.single.single-post .navigation.post-navigation {
	max-width: 1000px;
	margin: 50px auto 80px;
}
.navigation.post-navigation .post-title {
	display: none;
}
.single.single-post article td {
	border: 1px #ccc solid;
	padding: 10px 20px;
}

.single.single-post article table {
	margin: 24px 0;
	width: 100%;
}
.navigation.post-navigation .nav-links p {
	margin: 0;
}

.navigation.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	background-color: var(--dark-blue);
	padding: 14px 30px 17px;
	border-radius: 50px;
}
.navigation.post-navigation .nav-links p{
	color: #fff;
}
.navigation.post-navigation .nav-links p:hover{
	color: #4aaeb5;
}
.navigation.post-navigation .nav-links p .svg-icon {
	margin: 0 7px;
	position: relative;
	top: -1px;
}

.single.single-product .navigation.post-navigation {
	margin-bottom: 80px;
}

.single.single-post article ul {
	margin: 0 0 19px;
	padding-left: 0;
	list-style: none;
}
.single.single-post article ul li {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
	padding-left: 31px;
}

.single.single-post article ul li::before {
	content: "\f135";
	position: absolute;
	left: 0;
	font-family: FontAwesome;
	font-family: bootstrap-icons !important;
	background-color: #48a0a0;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	top: 6px;
}

.single.single-product article {
	padding-top: 80px;
}

.navbar-collapse {
	z-index: 1111;
}

.single.single-product article .summary.entry-summary {
	background: #EEF5FF;
	padding: 30px;
}

.single.single-product article .woocommerce-product-gallery{
	border: 1px #EEF5FF solid;
}

.related.products {
	clear: both;
	padding-top: 70px;
}

.related.products h2 {
	color: #0d2c5e;
	font-weight: 900;
	margin-bottom: 25px;
	font-size: 30px;
	text-transform: uppercase;
}

.single.single-product article .summary.entry-summary .price {
	color: #32979F;
	font-size: 25px;
	font-weight: 900;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.single.single-product article .summary.entry-summary h3 {
	margin-top: 0;
	font-size: 21px;
}

.single.single-product article .summary.entry-summary .ui-accordion h3 {
	border: 0;
	background: #0d2c5e;
	padding: 0 20px;
	color: #fff;
	font-size: 19px;
	font-family: "Lato", sans-serif;
	margin-bottom: 0;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	left: auto;
	filter: brightness(0) invert(1);
	right: 9px;
}
.single.single-product article .summary.entry-summary .woocommerce-product-documents {
	margin-bottom: 22px;
}

.single.single-product article .summary.entry-summary .woocommerce-product-documents .ui-accordion-content {
	padding: 16px 3px;
}

.single.single-product article .summary.entry-summary .variations tbody {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	gap: 2%;
}
.single.single-product article .summary.entry-summary .variations tbody tr {
	display: flex;
	flex-wrap: wrap;
	width: 31.933%;
}
.single.single-product article .summary.entry-summary .variations tbody tr td {
	width: 100%;
}
.single.single-product article .summary.entry-summary .variations tbody tr td select {
	min-width:100%;
	background: #fff;
	padding: 10px 9px;
	margin-top: 0;
	border: 1px #9d9d9d solid;
}
.single.single-product article .summary.entry-summary .variations tbody tr .reset_variations {
	position: absolute;
	right: 2px;
	bottom: -37px;
	font-size: 14px;
	background-color: var(--dark-blue);
	color: #fff;
	padding: 0px 15px;
	border-radius: 20px;
}
.single.single-product article .summary.entry-summary .wcpa_type_textarea label {
	font-weight: 600;
	margin-bottom: 3px;
}

.single.single-product article .summary.entry-summary textarea {
	border: 1px #9d9d9d solid;
}

.single.single-product article .summary.entry-summary .single_add_to_cart_button {
	background-color: #0d2c5e;
	color: white;
	border: none;
	border-radius: 50px;
	padding: 0.75rem 1.4rem;
	font-size: 17px;
	font-weight: 600;
	transition: all 0.3s ease;
	display: block;
	text-transform: uppercase;
	margin-left: 13px;
}
.single.single-product article .summary.entry-summary .single_add_to_cart_button:hover {
	background-color:#32979F;
	color: white;
}
.single.single-product article .summary.entry-summary .quantity .qty {
	height: 41px;
	width: 100px;
	text-align: left;
	padding-left: 10px;
}
.woocommerce-cart-form {
	margin-top: 80px;
	margin-bottom: 40px;
}

.woocommerce-cart-form .product-thumbnail img {
	width: 80px !important;
	height: auto !important;
}
.woocommerce-cart-form .product-name .variation p {
	font-size: 16px;
}
.woocommerce-cart-form .variation {
	line-height: 29px;
}
.woocommerce-cart-form input#coupon_code {
	width: 158px;
	padding-left: 13px;
	height: 42px;
	border-radius: 30px;
}

.woocommerce-cart-form .actions .button {
	background-color: #0d2c5e;
	border-radius: 30px;
	color: #fff !important;
	padding: 13px 26px 13px !important;
	margin-left: 8px;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.woocommerce-cart-form .actions .button:hover {
	background-color: #4aaeb5 !important;
	color: #fff;
	transition: all 0.3s ease;
}
.cart_totals.calculated_shipping h2 {
	color: #0d2c5e;
	font-weight: 900;
	margin-bottom: 13px;
	font-size: 30px;
	line-height: 50px;
	text-transform: uppercase;
}

.woocommerce ul#shipping_method li input {
	position: relative;
	top: 2px;
}

p.woocommerce-shipping-destination {
	font-size: 17px;
	margin: 13px 0 7px !important;
}


.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 0;
	height: 39px;
	font-size: 16px;
	padding-top: 3px;
	padding-left: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
	right: 6px;
}
.shipping-calculator-form input {
	height: 39px;
	font-size: 16px;
	padding-left: 13px;
	color: #444;
}

.shipping-calculator-form .button {
	background-color: #0d2c5e !important;
	border-radius: 30px !important;
	color: #fff !important;
	padding: 13px 26px 13px !important;
	margin-left: 8px;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.shipping-calculator-form .button:hover {
	background-color: #4aaeb5 !important;
	color: #fff;
	transition: all 0.3s ease;
}



.checkout-button.button {
	background-color: #0d2c5e !important;
	border-radius: 30px !important;
	color: #fff !important;
	padding: 17px 26px 17px !important;
	margin-left: 8px;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.checkout-button.button:hover {
	background-color: #4aaeb5 !important;
	color: #fff;
	transition: all 0.3s ease;
}

.woocommerce-form-coupon-toggle {
	margin-top: 60px;
}

.cart_totals.calculated_shipping {
	margin-bottom: 40px;
}


.woocommerce-cart-form thead {
	background: #f2f2f2;
}

.woocommerce-cart-form tbody tr:last-child {
	background: #f2f2f2;
}
.cart_totals.calculated_shipping tbody tr:nth-child(2n) {
	background: #f2f2f2;
}

#customer_details input {
	font-size: 16px;
	height: 39px;
	padding-left: 13px;
}

#customer_details label {
	font-size: 15px;
	color: #444;
}
.woocommerce-shipping-fields input[type="checkbox"] {
	height: auto !important;
	top: 1px;
	position: relative;
	margin-right: 4px;
}

.shop_table.woocommerce-checkout-review-order-table {
	border-collapse: collapse !important;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	border: 1px #ccc solid;
}
.woocommerce table.shop_table tfoot .order-total {
	background: #f2f2f2;
}
.woocommerce table.shop_table tfoot .cart-subtotal {
	background: #f2f2f2;
}
.woocommerce table.shop_table thead {
	background: #f2f2f2;
}
#payment.woocommerce-checkout-payment {
	background: transparent;
	border: 1px #ccc solid;
	margin-top: 40px;
	border-radius: 0;
	margin-bottom: 60px;
}

.woocommerce #payment #place_order{
	float: right;
	background-color: #0d2c5e !important;
	border-radius: 30px !important;
	color: #fff !important;
	padding: 17px 26px 17px !important;
	margin-left: 8px;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.woocommerce #payment #place_order:hover {
	background-color: #4aaeb5 !important;
	color: #fff;
	transition: all 0.3s ease;
}

.woocommerce table.shop_table ul#shipping_method li input {
	top: 4px;
}

#customer_details {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	padding: 2px 34px 34px;
}

.checkout_coupon.woocommerce-form-coupon {
	border-radius: 0 !important;
}

.checkout_coupon.woocommerce-form-coupon .button {
	background-color: #0d2c5e !important;
	border-radius: 30px !important;
	color: #fff !important;
	padding: 17px 26px 17px !important;
	margin-left: 8px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	float: left;
}


.checkout_coupon.woocommerce-form-coupon input {
	font-size: 16px;
	height: 53px;
	padding-left: 17px;
}


.sale-product-section {
	padding-top: 80px;
	padding-bottom: 40px;
}

.sale-product-section .woocommerce ul.products li {
	margin: 0 1% 30px;
	width: 23% !important;
}


.single-pro-page .navigation.post-navigation {
	clear: both;
}
.single.single-product .navigation.post-navigation .nav-links {
	padding: 0;
	background: transparent;
}
.single.single-product .navigation.post-navigation .nav-links .nav-previous, .single.single-product .navigation.post-navigation .nav-links .nav-next {
	background-color: var(--dark-blue);
	width: 150px;
	text-align: center;
	padding: 11px 0;
	border-radius: 50px;
}
.single.single-product .navigation.post-navigation .nav-links .nav-previous {
	padding-right: 10px;
}.single.single-product .navigation.post-navigation .nav-links .nav-next {
	padding-left: 10px;
}
.single.single-product .navigation.post-navigation .nav-links .nav-previous:hover, .single.single-product .navigation.post-navigation .nav-links .nav-next:hover {
	background-color: #32979F;
}
.single.single-product .navigation.post-navigation .nav-links .nav-previous:hover p, .single.single-product .navigation.post-navigation .nav-links .nav-next:hover p {
	color: #fff;
}


.main-menu li ul.sub-menu {
	left: 16px;
	min-width: 290px;
}

.woocommerce-order {
	padding-top: 80px;
}

.woocommerce-order .woocommerce-order-overview {
	padding: 20px 0 0;
}

.woocommerce-order h2.woocommerce-order-details__title {
	color: #0d2c5e;
	font-weight: 900;
	margin-bottom: 8px;
	font-size: 30px;
	line-height: 50px;
}

.woocommerce-order h2.woocommerce-column__title {
	color: #0d2c5e;
	font-weight: 900;
	margin-bottom: 19px;
	font-size: 30px;
}

.woocommerce-order address {
	line-height: 33px;
	padding: 10px 20px 20px !important;
	border-radius: 0 !important;
	margin-bottom: 60px !important;
}

.woocommerce-order-details .wc-item-meta {
	padding-left: 1px;
}

.our-lab-section {
	padding-top: 80px;
}
.lab-img-section {
	padding: 80px 0;
}
.lab-img-section img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	border-radius: 0px 50px 50px 50px;
	border: 5px #fff solid;
	box-shadow: 0 0 14px rgba(0,0,0,.25);
	transition: all 0.5s;
}
.lab-img-section .gallery {
	margin-bottom: 26px;
	transition: all 0.5s;
}
.lab-img-section img:hover {
	opacity: .5;
	transition: all 0.5s;
}
.our-lab-section .company-section-right img {
	border-radius: 0 170px 0 170px;
}
.our-lab-section h2 {
	color: #0d2c5e;
	font-weight: 900;
	margin-bottom: 16px;
	font-size: 38px;
	line-height: 50px;
	margin-top: 28px;
}



/*account-pages*/
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	background: #32979F;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	padding: 12px 28px;
	border: 0;
	cursor: pointer;
	border-radius: 0;
	border-radius: 30px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	background-color: #0c3b5d;
	color: #fff;
}
	
.woocommerce-ResetPassword.lost_reset_password button {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 18px !important;
	padding: 14px 24px !important;
	border-radius: 50px !important;
	background-color: #32979F !important;
	font-weight: 600;
}
	
.woocommerce-MyAccount-navigation li.is-active {background:#0d3b66;}
.woocommerce-MyAccount-navigation li {border-bottom: 1px #fff solid;background:#32979F;padding-left: 14px;}
.woocommerce-MyAccount-navigation li:hover {background:#0d3b66;}
.woocommerce-MyAccount-navigation ul a {
	color: #fff;
	padding: 9px 0 7px !important;
	display: block;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation {width: 21% !important;}
.woocommerce-MyAccount-navigation ul {margin: 0;list-style: none;background: #233f84;padding: 0;width: 230px;border-radius: 6px;}
.woocommerce-account .woocommerce-MyAccount-content {width: 76% !important;}
.woocommerce-MyAccount-content .woocommerce-button.button.view {
	background: #0d3b66;
}
.woocommerce-MyAccount-content .woocommerce-button.button {
	color: #fff !important;
	background: #32979F;
	text-transform: uppercase;
	font-size: 14px;
	padding: 11px 17px 11px;
	margin-bottom: 0px;
	font-weight: normal;
	border-radius: 0 !important;
	border: 0;
	border-radius: 20px !important;
	margin-right: 4px;
	font-family: "Lato", sans-serif;
	font-weight: 600;
}
.woocommerce-MyAccount-content .woocommerce-button.button:hover{background:#333;}
	
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
	background: #f2f2f2;
	padding: 20px 30px;
	border-radius: 17px;
	margin-top: 23px;
	line-height: 32px;
}
.woocommerce-account .addresses .title .edit {
	float: right;
	background: #27aae1;
	padding:4px 14px 1px;
	border-radius: 20px;
	color: #fff !important;
	font-size: 13px;
}
.u-column1.col-1.woocommerce-Address h3, .u-column2.col-2.woocommerce-Address h3 {
	font-size: 23px;
	margin-bottom: 14px;
	font-family: 'Gotham-Bold';
}
.woocommerce-MyAccount-content input {
	box-shadow: 0 0 0 0;
	padding-top: 11px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .button {
	color: #fff !important;
	background: #233f84;
	text-transform: uppercase;
	font-size: 15px;
	padding: 18px 26px 18px;
	margin-bottom: 5px;
	margin-top: 0;
	border-radius: 50px !important;
	margin-right: 4px;
	font-family: "Lato", sans-serif;
	font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button {
	color: #fff;
	background: #27aae1;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Gotham-Bold';
	padding: 17px 24px 15px;
	margin-bottom: 0px;
	margin-top: 20px;
	font-weight: normal;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}
.woocommerce-EditAccountForm.edit-account input {
	width: 100%;
	border: 1px #ccc solid;
	height: 45px;
	font-size: 15px;
	color: #666;
	padding-left: 14px;
	padding-top: 4px;
	padding-bottom: 0;
}
.woocommerce-EditAccountForm.edit-account select {
	border: 1px #ccc solid;
	height: 45px;
	font-size: 15px;
	color: #666;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button {
	color: #fff !important;
	background: #233f84;
	text-transform: uppercase;
	font-size: 15px;
	padding: 15px 16px 13px;
	margin-bottom: 5px;
	margin-top: 0;
	border-radius: 50px !important;
	margin-right: 4px;
	font-family: "Lato", sans-serif;
	font-weight: 600;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
	border-color: #233f84;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info::before {
	color: #233f84;
}
.woocommerce-MyAccount-navigation li.is-active a {
	color:#fff;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
	border-collapse: collapse;
}	
.woocommerce-MyAccount-content h3 {
	color: #000;
	font-size: 30px;
	font-family: 'Gotham-Medium';
	position: relative;
	margin: 0px;
	line-height: 38px;
}	


.pageSection.inner-page-sec-all.account-page .entry-content {
	padding: 80px 0;
}

.woocommerce-EditAccountForm.edit-account span em {
	font-size: 15px;
	color: #555;
}

.login-page .entry-content {
	padding: 80px 0;
}
.login-page .entry-content h2 {
	color: #0d2c5e;
	font-weight: 900;
	text-align: center;
	margin-bottom: 0.5rem;
	font-size: 38px;
	line-height: 50px;
	text-transform: uppercase;
}
.login-page .entry-content .woocommerce-form.woocommerce-form-login.login {
	max-width: 500px;
	margin: 22px auto 0;
	border-radius: 30px;
	box-shadow: 0 0 18px rgba(0,0,0,.15);
	border: 0;
}
.login-page .entry-content .woocommerce-form.woocommerce-form-login.login input#password, .login-page .entry-content .woocommerce-form.woocommerce-form-login.login input#username {
	height: 46px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
	background: #fff;
}


.woocommerce-ResetPassword.lost_reset_password input#user_login {
	height: 50px;
	border-radius: 10px;
	border: 1px #ccc solid;
	margin-bottom: 17px;
	padding-left: 14px;
}

.main-menu li:hover ul.sub-menu {
	display: block !important;
}

.about-section.section-head.about-sec-2.meet-director-main.procedure-form {
	padding-top: 15px !important;
}

.about-section.procedure-form .meet-director {
	background-image: none !important;
	border-left: 8px solid #0d3b66;
	transition: all 0.3s ease;
	box-shadow: 0 0 18px rgba(0,0,0,.15) !important;
}

.about-section.procedure-form .meet-director h2 {
	color: #0d2c5e;
	font-weight: 900;
	margin: 0 0 22px;
	font-size: 30px;
	line-height: 50px;
}

.about-section.procedure-form .meet-director ul li{padding:0;}
.about-section.procedure-form .meet-director ul li:before{display:none;}

.about-section.procedure-form .meet-director input, .about-section.procedure-form .meet-director select {
	margin-bottom: 16px;
	border: 1px solid #ccc;
	border-radius: 8px;
	background: #fff;
	padding: 7px 16px 10px !important;
	height: 48px;
	font-size: 16px !important;
	margin-bottom: 0;
}

.about-section.procedure-form .meet-director label {
	font-size: 17px;
}

.about-section.procedure-form .meet-director input[type="submit"] {
	background-color: #32979F;
	color: white;
	border: none;
	border-radius: 50px;
	padding: 0.85rem 2rem !important;
	font-weight: 600;
	transition: background-color 0.3s;
	transition: transform .3s;
	font-size: 22px !important;
	height: auto;
}
.about-section.procedure-form .meet-director input[type="submit"]:hover {
	background-color:#0a2e48;
	color:white;
}


.about-section.procedure-form .meet-director .gform_drop_area {
	color: #333;
}

.about-section.procedure-form .meet-director .gform_drop_area input {
	border-radius: 50px;
	font-weight: 600;
	font-size: 18px !important;
	padding: 12px 40px !important;
	height: auto;
}

.container.operational-manager.prescription-sec h2 {
	text-align: left;
}


.container.operational-manager.prescription-sec .divider-left.divider-white {
	margin: 14px 0 30px 0;
}
.container.operational-manager.prescription-sec ul {
	margin: 0;
	list-style: none;
	text-align: left;
	padding: 0;
}
.container.operational-manager.prescription-sec ul a {
	font-size: 20px;
	color: #fff;
}
.container.operational-manager.prescription-sec ul li {
	margin-bottom: 18px;
	padding-left: 30px;
	position: relative;
}

.container.operational-manager.prescription-sec ul li::before {
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	content: "";
	background: url(https://compoundedmedication.directclix.net.au/wp-content/uploads/pdf-icon.svg) no-repeat;
	width: 18px;
	height: 26px;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 3px;
}

.about-section.procedure-form #input_11_2 span label {
	margin-bottom: 15px;
}

.container.operational-manager.prescription-sec ul a:hover {
	color: #48a0a0;
}

.main-menu li a.nav-link.active {
	color: var(--primary-color);
}
.main-menu li.current-menu-ancestor a.nav-link {
	color: var(--primary-color);
}


.bannerSec header {
	position: fixed;
	z-index: 111;
}
.bannerSec.inner-pages-sec .navbar.navbar-expand-lg {
	background: #fff;
}
.bannerSec header.stickymenu {
	background: #fff;
}


.page-id-643 .pageSection.inner-page-sec-all article{
	padding: 60px 0;
}

.page-id-641 .pageSection.inner-page-sec-all article{
	padding: 80px 0;
}
.page-id-695 .pageSection.inner-page-sec-all article{
	padding: 80px 0;
}
.page-id-2889 .pageSection.inner-page-sec-all article{
	padding: 60px 0;
}



.page-id-641 .pageSection.inner-page-sec-all article ul {
	padding: 0 !important;
	list-style: none;
}
.page-id-641 .pageSection.inner-page-sec-all article ul li {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
	padding-left: 31px;
}

.page-id-641 .pageSection.inner-page-sec-all article ul li::before {
	content: "\f135";
	position: absolute;
	left: 0;
	font-family: FontAwesome;
	font-family: bootstrap-icons !important;
	background-color: #48a0a0;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	top: 6px;
}


.page-id-695 .pageSection.inner-page-sec-all article ul {
	padding: 0 !important;
	list-style: none;
}
.page-id-695 .pageSection.inner-page-sec-all article ul li {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
	padding-left: 31px;
}

.page-id-695 .pageSection.inner-page-sec-all article ul li::before {
	content: "\f135";
	position: absolute;
	left: 0;
	font-family: FontAwesome;
	font-family: bootstrap-icons !important;
	background-color: #48a0a0;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	top: 6px;
}


.woocommerce-checkout #thwmscf-tabs li a.active {
	background-color: #32979F !important;
}
.woocommerce-checkout #thwmscf-tabs li a {
	border: 0;
	margin-right: 3px;
	border-radius: 42px;
}
.woocommerce-checkout #thwmscf-tab-panels {
	padding: 0 0 70px;
}
.woocommerce-checkout #thwmscf-tab-panels input {
	padding: 12px 16px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
}

.woocommerce-checkout .select2-selection.select2-selection--single {
	padding: 6px 6px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
	height: 45px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}
.woocommerce-checkout #thwmscf-tab-panels h4 {
	margin-top: 30px;
	margin-bottom: 0;
	font-weight: 700;
}
.woocommerce-checkout #thwmscf-tab-panels p label {
	font-size: 16px;
}

.woocommerce-checkout #thwmscf-tab-panels #billing_risk_field label {
	font-size: 23px;
	margin-top: 20px;
}

.woocommerce-checkout #thwmscf-tab-panels h4 {
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 18px;
}
.woocommerce-checkout #thwmscf-tab-panels p.rrp-descri {
	font-size: 16px;
	line-height: 22px;
	margin-top: 16px;
}

.woocommerce-checkout #thwmscf-tab-panels input.button-prev.action-prev {
	color: #000;
	border-radius: 30px;
	padding: 12px 51px;
	font-weight: 600;
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
	min-width: auto;
	font-size: 18px;
	justify-content: center;
	border: 0;
}
.woocommerce-checkout #thwmscf-tab-panels input.button-next.action-next {
	background-color: #32979F;
	color: white;
	border-radius: 30px;
	padding: 12px 51px;
	font-weight: 600;
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
	min-width: auto;
	font-size: 18px;
	justify-content: center;
	border: 0;
	margin-left: 10px;
}
.woocommerce-checkout #thwmscf-tab-panels input.button-next.action-next:hover {
	background-color:#0a2e48;
}

.woocommerce-checkout #thwmscf-tab-panels .checkbox {
	line-height: 20px;
	display: block;
	margin: 0 0 4px;
	position: relative;
	padding-left: 22px;
}
.woocommerce-checkout #thwmscf-tab-panels .checkbox .input-checkbox {
	position: absolute;
	left: 0;
	top: 7px;
}

.woocommerce-checkout #thwmscf-tab-panels .custom-checkout-table {
	margin: 20px 0;
}

.woocommerce-checkout #thwmscf-tab-panels .custom-checkout-table tr {
	border: 1px #ccc solid;
}

.woocommerce-checkout #thwmscf-tab-panels .custom-checkout-table tr th, .woocommerce-checkout #thwmscf-tab-panels .custom-checkout-table tr td {
	padding: 5px 13px;
}

#payment.woocommerce-checkout-payment .form-row.place-order {
	text-align: left !important;
}

.woocommerce-checkout #thwmscf-tab-panels .thwmscf-content #thwmscf-tab-panel-2 {
	position: relative;
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
.woocommerce-checkout #thwmscf-tab-panels .thwmscf-content #thwmscf-tab-panel-2 .custom-chk-text.order-det-title {
	/*position: absolute;
	top: 22px;
	right: 0;
	left: 0;
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: #0d2c5e;
	font-size: 31px;
	line-height: 50px;
	font-weight: 900;*/
}
.woocommerce-checkout #thwmscf-tab-panels .thwmscf-content #thwmscf-tab-panel-2 .custom-chk-text.order-det-title {
	width: 100%;
}
.woocommerce-checkout #thwmscf-tab-panels .thwmscf-content #thwmscf-tab-panel-2 .risk-amt-section {
	width: 100%;
	order: 1;
	margin-top: 20px;
}
.woocommerce-checkout #thwmscf-tab-panels .thwmscf-content #thwmscf-tab-panel-2 .thwmscf-buttons {
	position: absolute;
	bottom: -20px;
	right: 0;
}

.qrcode br {
	display: none;
}

.qrcode p {
	display: flex;
	gap: 20px;
	align-items: center;
}
.qrcode p .qr-image {
	width: 30%;
	display: block;
}

.qrcode {
	margin-top: 24px;
}


.page-id-94616 .practitioner-form-section .checkbox-formwrap .wpcf7-form-control.wpcf7-checkbox {
	padding: 0;
	margin-bottom: 12px;
	display: block;
}
/*.page-id-94616 .practitioner-form-section .checkbox-formwrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	position: relative;
	padding-left: 20px;
	line-height: 24px;
}

.page-id-94616 .practitioner-form-section .checkbox-formwrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 5px;
}*/


.page-id-94712 .entry-content{padding-top:100px;text-align:center;}

.woocommerce-checkout-review-order-table dd p{
line-height: unset;
font-size: 16px;
}
.woocommerce-checkout-review-order-table dt{
font-weight: 400;
}
.woocommerce-table--order-details a{color:#000;font-weight: 700;}
.woocommerce-table--order-details .wc-item-meta p{
line-height: unset;
font-size: 16px;
}

.woocommerce-customer-details .woocommerce-customer-details--phone, .woocommerce-customer-details .woocommerce-customer-details--email{
	font-size: 16px;
}
.woocommerce-checkout .risk-amt-section{
display:none;
}
.thwmscf-last-next{
	display:none !important;
}



.product-search-shop {
	padding-top: 80px;
}
.product-filter-shop {
	margin-top: 30px;
}
.product-filter-shop .wpf_item.wpf_item_wpf_cat {
	padding: 0;
	border: 0;
	margin: 0;
	width: 100%;
}
.product-filter-shop {
	margin-top: 30px;
	margin-bottom: -50px;
}
.product-filter-shop .wpf_items_group {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.product-filter-shop .wpf_items_group ul {
	background: #ccc;
	background-color: #f2f2f2;
	display: flex;
	gap: 20px;
	justify-content: center;
	border-radius: 50px;
	padding: 12px 0 12px 20px !important;
	width: 100%;
}
.product-filter-shop .wpf_items_group ul li {
	margin: 0 !important;
	display: flex !important;
	align-items: center;
	gap: 6px;
	background: #0E3466;
	border-radius: 50px;
	padding: 10px 15px;
	color: #fff;
	width: 16%;
	text-align: center;
	justify-content: center;
	position: relative;
	cursor:pointer;
}
.product-filter-shop .wpf_items_group ul li .wpf_item_count {
	background: #fff;
	color: #0E3466;
	text-align: left;
}

.product-search-shop form.aws-search-form {
	max-width: 600px;
	margin: 0 auto 30px;
	height: 57px;
}
.product-search-shop form.aws-search-form input {
	padding-left: 20px;
	font-size: 20px;
	font-weight: 300;
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
}
.product-search-shop form.aws-search-form .aws-search-btn.aws-form-btn .aws-search-btn_icon {
	width: 60px;
	height: 30px;
}
.product-search-shop form.aws-search-form .aws-search-btn.aws-form-btn .aws-search-btn_icon svg path {
	fill: #fff;
	width: 30px;
}
.product-search-shop form.aws-search-form .aws-search-btn.aws-form-btn {
	width: 70px !important;
	background: #0E3466;
	border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
	border: 0 !important;
}
.product-search-shop form.aws-search-form .aws-search-btn.aws-form-btn .aws-search-btn_icon svg {
	height: 32px;
}

.product-filter-shop .wpf_items_group ul li input {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	cursor:pointer;
}

.product-filter-shop .wpf_items_group ul li:has(input[type="radio"]:checked) {
	background: #32979F !important;
}

.main-menu li ul.sub-menu {
	left: -2px !important;
	padding: 0px !important;
	margin: 0px;
	border: 0px !important;
	background: transparent;
	border:0px !important;
}
.main-menu li {
	position: relative;
	margin-left: 2px;
}
.main-menu li.menu-item-has-children-open > a {
	background: #0E3466;
	color: #fff !important;
}
.main-menu li a:hover {
	background: #0E3466;
	color: #fff !important;
}

.page-id-95172 .practitioner-form-section h1 {
	color: #0d2c5e;
	font-weight: 900;
}
.page-id-95172 .practitioner-form-section h3 {
	font-size: 27px;
	line-height: 34px;
	font-weight: 600;
	color: #000;
}
.page-id-95172 .practitioner-form-section p {
	font-weight: 500;
	line-height: 24px;
}
.page-id-95172 .practitioner-form-section img {
	margin: 26px auto;
	display: block;
}


.page-id-95172 .practitioner-form-section .form-row-new.escript-field button#token-add {
	background-color: #32979F;
	color: #fff;
	padding: 14px 28px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	font-size: 22px;
	transition: transform .3s;
}
.page-id-95172 .practitioner-form-section .form-row-new.escript-field button#token-add:hover {
	background-color: #0c3b5d;
}

.page-id-95172 .practitioner-form-section .form-row-new .wpcf7-fieldtitle h3 {
	color: #0d2c5e;
	margin: 35px 0 15px;
}

.page-id-95172 .practitioner-form-section .form-row-new .wpcf7-form-control.wpcf7-checkbox {
	padding-left: 0;
	display: block;
	padding-bottom: 0;
	margin-bottom: 0;
}
.page-id-95172 .practitioner-form-section .form-row-new select {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
	background-size: 18px;
	background-position: right;
	-col: #fff;
}

.page-id-95172 .practitioner-form-section .form-row-new #token-output .token-chip {
	border: 1px #ccc solid;
	margin-right: 8px;
	padding: 6px 10px 6px;
	display: inline-block;
	border-radius: 50px;
	font-size: 14px;
	background: #ececec;
	margin-bottom:6px;
}

.home .pain-therapy-section.paintherapysection-desktop {
	margin-top: 80px;
}

.home .cta-section {
	background: none;
}
.home .callsection-new {
	position: relative;
	overflow-x: clip;
	/*padding-bottom: 10px;
	padding-top:40px;*/
	margin-top:180px;
}
.home .callsection-new::before {
	content: "";
	/* background: url(../images/banner-bg.png) no-repeat; */
	/* background-size: auto; */
	position: absolute;
	width: 101.2%;
	height: 100%;
	left: -10px;
	right: 0px;
	top: -10px;
	z-index: -1;
	background-size: 100%;
	transform: rotate(10deg);
	background-color:#EEF5FF;
	border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
}


.page-id-91574 .meet-director {
	padding: 0;
	background: transparent !important;
}

.home .contact-banner-content .btn.know-more-btn.btnCTA {
	margin-left: 5px;
	margin-right: 5px;
}

.page-id-91496 .practitioner-section.about-compounded {
	position: relative;
	padding: 100px 0 130px;
	margin: 100px 0;
	overflow-x: clip;
}
.page-id-91496 .practitioner-section.about-compounded .container-fluid.content-wrapper {
	background: transparent !important;
	padding: 0 14px;
	max-width: 1410px;
	border-radius: 0;
}
.page-id-91496 .practitioner-section.about-compounded::before {
	content: "";
	position: absolute;
	width: 101.2%;
	height: 100%;
	left: -10px;
	right: 0px;
	top: -10px;
	z-index: -1;
	background-size: 100%;
	transform: rotate(10deg);
	background-color:#EEF5FF;
	border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
}
.page-id-91496 .practitioner-section p {
	color:#333;
}
.page-id-91496 .practitioner-section.about-compounded .container-fluid.content-wrapper .col-lg-8 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}




.page-id-91496 .operational-manager {
	position: relative;
	padding: 60px 0 100px;
	margin: 140px auto 180px;
}
.page-id-91496 .operational-manager::before {
	content: "";
	position: absolute;
	width: 101.2%;
	height: 100%;
	left: -10px;
	right: 0px;
	top: -10px;
	z-index: -1;
	background-size: 100%;
	transform: rotate(10deg);
	background-color:#EEF5FF;
	border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
}

.page-id-91496 .operational-manager .contact-banner {
	background: transparent;
}
.page-id-91496 .contact-banner-content ul li {
	/*color:#000;*/
}
.page-id-91496 .contact-banner-content p {
	color:#333;
}
.page-id-91496 .operational-manager h2 {
	/*color: #0d2c5e !important;*/
}

.page-id-91496 .container.operational-manager {
	max-width: 100%;
	overflow-x: clip;
}
.page-id-91496 .container.operational-manager .col-12 {
	max-width: 1080px;
}

.page-id-91496 .about-section.section-head.about-sec-2.meet-director-main .meet-director {
	padding: 0;
	background: transparent !important;
}
.page-id-91496 .about-section.section-head.about-sec-2.meet-director-main .meet-director .steps {
	padding: 40px 14px 0;
}
.page-id-91496 .about-section.section-head.about-sec-2.meet-director-main {
	padding-top: 60px;
}
.page-id-91496 .about-section.section-head.about-sec-2.meet-director-main .meet-director .steps .post-content {
	text-align: left;
}

.page-id-91496 .about-section.section-head.about-sec-2.meet-director-main .meet-director .steps h3 {
	line-height: 33px;
	font-size: 24px;
	margin-bottom: 21px;
}
.page-id-91496 .about-section.section-head.about-sec-2.meet-director-main .meet-director .steps p {
	margin-bottom: 4px;
}

.page-id-91496 .practitioner-section h2.section-heading {
	color:#0d3b66;
}

.page-id-91496 .container.operational-manager .divider-left.divider-white-green {
	margin-bottom: 24px;
}



.page-id-91446 .container.operational-manager {
	max-width: 100%;
	background-color: #a8e8f9;
	margin-bottom: 0;
	padding: 100px 0;
}
.page-id-91446 .container.operational-manager .contact-banner {
	background: transparent;
	padding: 0 14px;
	max-width: 1410px;
	margin: 0 auto;
	border-radius: 0;
}
.page-id-91446 .container.operational-manager .contact-banner h2 {
	color: #0d2c5e;
}
.page-id-91446 .container.operational-manager .membership-con-urls {
	display: flex;
	gap: 20px;
	margin: 50px 0 40px;
}
.page-id-91446 .container.operational-manager .membership-con-urls p {
	width: 33%;
	background: #0F3566;
	padding:35px 45px 118px;
	border-radius: 20px;
	position: relative;
	color: #ffff;
}
.page-id-91446 .container.operational-manager .membership-con-urls a {
	position: absolute;
	bottom: 39px;
	left: 0;
	right: 0;
	background-color: #32979F;
	color: white;
	border: none;
	border-radius: 30px;
	padding: 0.55rem 0;
	font-weight: 600;
	margin-top: 1rem;
	font-size: 20px;
	text-align: center;
	width: 170px;
	margin: 0 auto;
	transition: all 0.5s ease;
}

.page-id-91446 .container.operational-manager .membership-con-urls a:hover {
	background-color: #3ac0aa;
	transition: all 0.5s ease;
}

.page-id-91446 .container.operational-manager p {
	color: #000;
}

.page-id-91446 .container.operational-manager .col-12 {
	width: 100%;
}


.page-id-91446 .container.operational-manager .divider-left {
	background: linear-gradient(to right, #0d2c5e 50%, #48a0a0 50%);
}


.home .blog-sec .post-content {
	position: relative;
	height: 100%;
	padding-bottom: 70px;
}
.home .blog-sec .post-content a.know-more-link {
	position:absolute;
	bottom:32px;
}


.page-id-91496 .operational-manager h2.section-title {
	font-weight:700;
	color:#0d3b66;
}

.page-id-91496 .contact-banner-content ul li {
	color:#333;
}

.home p.cta-info {
	color: #333 !important;
}



.page-id-91733 .about-section.section-head.about-sec-2 {
	padding-bottom: 0 !important;
}

.section_disclaimer {
	padding: 80px 0;
}

.section_disclaimer p {
	margin: 0;
	padding: 35px;
	border: 2px #0d2c5e dashed;
	border-radius: 30px;
	background: #EEF5FF;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

address{font-size:20px;}

.page-id-91568 .meet-director .col-lg-8 {
	width: 100%;
}

.textimg-sec-new {
	display: flex;
	flex-wrap: wrap;
}

.textimg-sec-new .text-left-new {
	width: 50%;
	padding-right: 30px;
}
.textimg-sec-new .image-right-new {
	width: 50%;
}
.textimg-sec-new .image-right-new img {
	height: 95%;
	object-fit: cover;
	margin-top: 8px;
}


.about-section.about-section-new-1.predown-sec-new {
	padding-bottom: 70px;
}
.about-section.about-section-new-1.predown-sec-new ul.predown-con-new {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	gap: 2.5%;
}


.about-section.about-section-new-1.predown-sec-new ul.predown-con-new li {
	width: 31.6%;
	margin-bottom: 40px;
}

.about-section.about-section-new-1.predown-sec-new ul.predown-con-new li h3 {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 26px;
}

.about-section.about-section-new-1.predown-sec-new ul.predown-con-new li img {
	border-radius: 30px;
}

.about-section.about-section-new-1.predown-sec-new .about-img.me-5 {
	margin: 0 !important;
}

.about-section.about-section-new-1.predown-sec-new ul.predown-con-new li .btn.shop-btn {
	padding: 9px 21px;
	min-width: 153px;
	font-size: 20px;
}


.search-popup {
	position: relative;
}

header .search-form {
	position: absolute;
	right: 131px;
	top: -33px;
	display: flex;
}

header .search-form label {
	display: none;
}
header .search-form input {
	border: 0;
	margin-right: 6px;
	border-radius: 4px;
	height: 35px;
	padding-left: 12px;
	outline: none !important;
}
header .search-form input[type="submit"] {
	background-color: #4aaeb5;
	color: #fff;
	padding: 0 18px;
}


.topCont {
	position: relative;
}

.topCont .search {
	position: absolute;
	right: 101px;
}