
:root {
	--color--black: #161616;
	--color--one: #003262;
	--color--two: #eb8f25;
	--color--three: #161616;
	--color--four: #242424;
	--color--five: #222;
	--color--six: #fff;
	--font-family--one: "DM Sans", sans-serif;
	--font-family--two: "DM Sans", sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: var(--font-family--two);
	background: #fff;
	font-size: 16px;
	color: #161616;
	line-height: 35px;
	font-weight: 400;
}

body, html {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

img, svg {
	vertical-align: inherit;
}

:focus {
	outline: none !important;
}

a {
	color: var(--color--one);
	font-weight: 500;
	-webkit-transition: all ease-in-out .6s;
	-moz-transition: all ease-in-out .6s;
	-o-transition: all ease-in-out .6s;
	transition: all ease-in-out .6s;
	text-decoration: none;
}

a:hover {
	color: var(--color--two);
}

a, .btn, input, select, textarea, button, img {
	outline: 0 !important;
	box-shadow: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: #c70e09;
}

ol {
	padding-left: 15px;
}

select {
	color: rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 #000;
}

a img {
	outline: 0;
}

input, select, textarea {
	outline: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
}

input[type="submit"] {
	cursor: pointer;
}

a:hover, a:focus {
	text-decoration: none;
}

p:empty {
	display: none;
}

p:last-child {
	margin-bottom: 0;
}

iframe {
	border: none;
	width: 100%;
	height: 100%;
}

.alignnone {
	display: block;
	margin: 25px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 25px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 22px 15px 0px;
}

.aligncenter, div.aligncenter {
	width: auto !important;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.no_result a {
	text-decoration: underline;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 500;
	color: var(--color--black);
	font-family: var(--font-family--one);
	text-transform: none;
}

h1, .h1 {
	line-height: 110px;
	font-size: 80px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
}

.h2, h2, .heading {
	color: var(--color--black);
	font-size: 55px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 80px;
	text-transform: capitalize;
}

h3, .h3 {
	font-weight: 600;
	font-size: 35px;
	line-height: 50px;
}

h5 {}

p {
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	color: #161616;
}

.sub_heading {
	font-family: DM Sans;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #eb8f25;
	letter-spacing: 7px;
}

.img_block {
	line-height: 0;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group {
	padding-top: 70px;
	padding-bottom: 70px;
}

.space-pd {
	padding: 100px 0;
}

.space-mr {
	margin: 120px 0;
}

.btn {
	background: var(--color--two);
	border-radius: 99px;
	color: var(--color--six);
	border: 1px solid var(--color--two);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 21px 35px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 100%;
	position: relative;
	transition: background-color 300ms linear, color 300ms linear, border-color 300ms linear;
	text-align: center;
	letter-spacing: .2px;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

.white-outline:active, :not(.btn-check)+.white-outline:active, .btn-check:checked+.white-outline, .white-outline.active, .white-outline:first-child:active, :not(.btn-check)+.white-outline:active, .white-outline:hover {
	background: none;
	color: var(--color--six);
	border-color: var(--color--six);
}

.btn-grp {
	display: flex;
	align-items: center;
	flex-flow: wrap;
}

.btn-grp .btn {
	margin-right: 20px;
}

.btn-grp .btn:last-child {
	margin-right: 0px;
}

a.next.page-numbers svg {
	transform: rotateY(180deg);
}

/*============ Heading CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
	background-image: url("https://blendwellness.com/nitropack_static/NAmcZzEKBWtTZBxKkNAFJxKTbCkSAqkS/assets/images/optimized/rev-72c9f28/blendwellness.com/wp-content/themes/blendmh/js/skins/default/lightbox-close.png") !important;
	width: 32px;
	height: 32px;
}

button#html5-close.nitro-lazy {
	background-image: none !important;
}

button#html5-close img {
	display: none !important;
}

.html5-elem-data-box, div#html5lightbox-watermark {
	display: none !important;
}

/*============ HTML5Lightbox CSS END ============*/

/*==================== Common CSS ====================*/

/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.review-schema-wrapper {
	margin-top: 50px;
}

.clientreviews {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 50px;
}

.clientreviews p strong, .testimonialTitle strong {
	font-weight: 600;
}

.clientreviews .heading {
	font-size: 28px;
}

.video-schema iframe {
	height: 260px;
}

/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7 {
	position: relative;
	z-index: 9;
}

.wpcf7 .form-group {
	margin-bottom: 40px;
	position: relative;
}

.form-control:focus {
	box-shadow: none;
	background: 0 0;
	color: var(--color--three);
	border-color: rgba(149, 149, 149, .72);
}

.wpcf7-form-control-wrap {
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
	color: var(--color--six);
	margin-bottom: 0;
	display: block;
	position: absolute;
	bottom: -20px;
	right: 0;
	font-size: 11px;
	background-color: #dc3231;
	padding: 2px 3px 2px;
	border-radius: 0;
	height: 20px;
	line-height: 13px;
}

.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 .wpcf7-response-output {
	border: none !important;
	margin: 0 !important;
	font-size: 15px;
	line-height: 1.3;
	position: absolute;
	left: 0;
	bottom: -45px;
	right: 0;
	text-align: center;
	color: #c20000;
	font-weight: normal;
	padding: 5px 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	display: none !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #398f14 !important;
}

.wpcf7 label {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	display: block;
}

.quiz-gp .wpcf7-form-control-wrap {
	display: block !important;
}

.form-control, .infusion-field input[type="text"] {
	border: none;
	border-bottom: 1px solid rgba(149, 149, 149, .72);
	padding: 0px 0 34px 0px;
	color: var(--color--three);
	border-radius: 0;
	background-color: transparent;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
}

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

.select-box select {
	color: var(--color--three);
	text-shadow: none;
	background: none;
	border: none;
	border-bottom: 1px solid #959595;
	width: 100%;
	padding: 16px 0;
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.select-box select::-ms-expand {
	display: none;
}

.select-box p > span {
	position: relative;
}

.select-box p > span::after {
	content: "";
	right: 15px;
	position: absolute;
	top: 51%;
	width: 16px;
	height: 10px;
	background-image: url("https://blendwellness.com/wp-content/themes/blendmh/img/select-box-arrow.svg");
	pointer-events: none;
	background-size: 16px;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item {
	margin: 0;
	margin-right: 30px;
}

.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
	display: none;
	width: auto;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	color: var(--color--four);
	display: block;
	line-height: 1.4;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
	border: 1px solid var(--color--four);
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 4px;
	left: 0;
}

.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
	border-color: var(--color--four);
	background: var(--color--four);
}

.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox .wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	color: #8a8b8d;
}

.checkbox .wpcf7-list-item-label::before {
	border: 1px solid #afafaf;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 1px;
	left: 0;
}

.checkbox label input:checked+.wpcf7-list-item-label {
	color: #4e6072;
}

.checkbox label input:checked+.wpcf7-list-item-label::before {
	border-color: #4e6072;
	background: #4e6072;
}

.checkbox label input:checked+.wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.wpcf7-acceptance label a {
	color: #dcac35;
}

.submit-btn {
	position: relative;
	display: inline-flex;
}

.submit-btn input[type="submit"] {
	border-radius: 50px;
	background: var(--color--two);
	width: auto;
	width: 100%;
	border: none;
	border: 2px solid var(--color--two);
	padding: 15px 70px 15px 25px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--color--six);
	line-height: 24px;
	margin: 0;
	text-align: left;
	transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
}

.submit-btn input[type="submit"]:hover, body form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
	background: var(--color--one);
	color: var(--color--six);
	opacity: 1;
	border-color: var(--color--one);
}

.submit-btn:after {
	content: "";
	background: url("https://blendwellness.com/wp-content/themes/blendmh/img/btn-arrow.svg") no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}

.wpcf7-spinner {
	margin: 0;
	position: absolute;
	left: 59%;
	top: auto;
	transform: translate(-50%, -50%);
	bottom: 0;
}

/* .wpcf7-spinner {
    position: absolute;
    transform: translateY(50%);
} */

/* .wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
} */
div.wpcf7 .ajax-loader {
	display: none;
}

div.wpcf7 .ajax-loader.is-active {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	border-radius: 100px;
	background-color: var(--color--skyblue);
	background-image: url("https://blendwellness.com/wp-content/themes/blendmh/img/loader-w.svg");
	height: 100%;
	width: 100%;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center;
	display: block !important;
	top: 0;
	bottom: auto;
}

div.wpcf7 .ajax-loader.is-active.nitro-lazy {
	background-image: none !important;
}

/* .msg-side-form {
    position: absolute;
    color: var(--color--six);
    font-size: 12px;
    right: 62px;
    margin: 0;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: normal;
    letter-spacing: 0;
    bottom: -22px;
    display: none;
} */
.search-input-wrap span.msg-side-form {
	position: absolute;
	color: var(--color--six);
	font-size: 12px;
	right: 62px;
	margin: 0;
	background-color: #c20000;
	padding: 5px;
	height: 22px;
	line-height: normal;
	letter-spacing: 0;
	bottom: -22px;
}

.radio-btn .wpcf7-radio {
	margin-top: 20px;
}

.radio-btn input[type=radio] {
	display: none;
}

.radio-btn span.wpcf7-list-item {
	margin-left: 0;
	padding-left: 30px;
	margin-right: 30px;
	position: relative;
}

.radio-btn span.wpcf7-list-item label {
	margin-bottom: 0;
	cursor: pointer;
	line-height: 25px;
	color: var(--color--four);
}

.radio-btn span.wpcf7-list-item:last-child {
	margin-right: 0;
}

.radio-btn label .wpcf7-list-item-label::before {
	border: 1px solid var(--color--one);
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	top: 2px;
	left: 0;
	border-radius: 100%;
}

.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 7px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::before {
	border-color: var(--color--four);
	background: var(--color--four);
}

/*============ Form CSS END ============*/

/*==================== No Inner Banner CSS ====================*/
.no-banner header#header {
	background-color: var(--color--one);
}

.no-banner {
	margin-top: 110px;
}

/*==================== No Inner Banner CSS END ====================*/

/*==================== Header CSS ====================*/
header.main-header {
	padding: 7px 0;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	width: 100%;
	top: 0;
	top: 0;
	z-index: 999;
	backdrop-filter: blur(20px);
	background: #002854;
	position: fixed;
	height: 100px;
}

.home header.main-header {
	background: rgba(255, 255, 255, .04);
}

header.main-header .container-fluid {
	padding-left: 100px;
	padding-right: 100px;
}

.header-left {
	width: 100px;
}

.header-left img {
	width: 65px;
	height: 88px;
	object-fit: cover;
	object-position: center;
}

.header-right {
	width: calc(100% - 100px);
}

.header-logo {
	width: 100%;
}

.header-ph {
	background: rgba(255, 255, 255, 0);
	color: #fff;
	border-radius: 0px;
	border-color: rgba(255, 255, 255, 0);
	position: relative;
	white-space: nowrap;
	padding: 0px;
	font-size: 22px;
	line-height: normal;
	font-family: var(--font-family--two);
	font-variant-numeric: lining-nums;
	display: flex;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	margin-right: 22px;
}

.btn:hover {
	background-color: #fff;
	color: var(--color--two);
	border-color: var(--color--two);
	-webkit-transition: all ease-in-out .7s;
	-moz-transition: all ease-in-out .7s;
	-o-transition: all ease-in-out .7s;
	transition: all ease-in-out .7s;
}

.header-ph svg {
	vertical-align: middle;
	margin-right: 10px;
	height: 28px;
	width: 28px;
}

.header-ph svg path {
	fill: #fff;
	transition: all ease-in-out .5s;
}

.header-ph .number {
	border-radius: 30px;
	line-height: 0;
}

.patient-portal-btn {
	padding: 16px 30px;
}

.header-ph span {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	font-family: var(--font-family--two);
	text-transform: uppercase;
	color: var(--color--two);
	margin-bottom: 5px;
}

header:not(.small-header) .sociallink li a svg path {
	fill: var(--color--black);
}

header:not(.small-header) .sociallink li {
	background-color: var(--color--six);
	border-radius: 30px;
}

header:not(.small-header) .sociallink li:hover {
	background-color: var(--color--black);
}

header:not(.small-header) .sociallink li:hover a svg path {
	fill: var(--color--six) !important;
}

.small-header .sociallink li a svg path {
	fill: var(--color--six);
}

.small-header .sociallink li {
	background-color: var(--color--black);
	border-radius: 30px;
}

.small-header .sociallink li:hover {
	background-color: var(--color--six);
}

.small-header .sociallink li:hover a svg path {
	fill: var(--color--black) !important;
}

.social-head {
	font-size: 18px;
}

.header-ph:hover {
	color: var(--color--six);
}

header.small-header {
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	position: fixed;
	background: #002854;
}

header.small-header .header-logo {
	/*    width: 90%;
        padding: 5px;*/
	border-radius: 5px;
}

header.small-header .search-icon:hover svg path {
	stroke: #000;
}

header.small-header .header-ph:hover {
	color: #002854;
}

header.small-header .header-ph:hover svg path {
	fill: #000;
}

header.small-header .menu-header>ul>li.current_page_item>a, header.small-header .menu-header>ul>li.current_page_ancestor>a {
	color: var(--color--two);
}

/*========= Header Search CSS END =========*/
.search-icon {
	cursor: pointer;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.search-icon svg, .search-icon img {
	width: 19px;
	height: 19px;
	stroke: #000;
}

.search-icon svg:hover path {
	stroke: var(--color--two);
}

.search-icon svg path {
	stroke: #fff;
	transition: all ease-in-out .5s;
}

.search-icon:hover {
	opacity: .8;
}

.header-search-box {
	position: fixed;
	background-color: #fff;
	width: 100%;
	transition: all .5s ease 0s;
	transition: .6s ease-in-out;
	opacity: 0;
	height: 0;
	top: 0;
	right: 0;
	z-index: 9999;
}

.header-search {
	transition: .6s ease-in-out;
}

.header-search-box.open-search {
	opacity: 1;
	height: 98px;
	z-index: 999999;
	transition: .6s ease-in-out;
}

.header-search-box span.closebtn {
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	right: 0px;
	width: 35px;
	height: 35px;
	transition: .9s ease-in-out;
}

.header-search-box span.closebtn::before, .header-search-box span.closebtn::after {
	position: absolute;
	content: "";
	height: 30px;
	width: 2px;
	background-color: #000;
}

.header-search-box span.closebtn::before {
	transform: rotate(45deg);
}

.header-search-box span.closebtn::after {
	transform: rotate(-45deg);
}

.header-search-box span.closebtn:hover::before, .header-search-box span.closebtn:hover::after {
	background-color: var(--color--one);
}

.header-search-box .search-input-wrap .searchform {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
	margin: 0 auto;
	width: 100%;
	transition: all .5s ease 0s;
}

.header-search-box input.search {
	height: 55px;
	color: #000;
	padding: 8px 58px 8px 10px;
	border: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

#site-searchs {
	top: 0;
	position: absolute;
	right: 0px;
	width: auto;
	height: 55px;
	border: none;
	padding: 13px 20px;
	line-height: 38px;
	cursor: pointer;
	background: none;
}

#site-searchs svg, #site-searchs img {
	width: 20px;
	height: 20px;
	stroke: #000;
}

#site-searchs svg path {
	stroke: #000;
}

.header-ph:hover {
	color: #eb8f25;
}

.header-ph:hover svg path {
	fill: #eb8f25;
}

/*========= Header Search CSS END =========*/

/*==================== Header CSS END ====================*/

/*========= Nav Multiple CSS =========*/
.main-menu {
	align-items: center;
	width: 100%;
	justify-content: end;
	padding-left: 30px;
}

header .sociallink {
	margin: 3px 0 !important;
}

header.small-header .header-row .main-menu {
	margin-top: 0;
}

.wrap-header {
	display: flex;
	align-items: center;
}

.menu-top {
	position: relative;
	display: flex;
}

ul.menu-top li {
	color: #fff;
	position: relative;
	padding: 0 13px 0px 13px;
	line-height: normal;
}

ul.menu-top>li.menu-item-has-children {
	padding-right: 30px;
}

ul.menu-top li:first-child {
	padding-left: 0;
}

ul.menu-top li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all ease-in-out .5s;
	transform: translateY(1.5em);
}

#menu-item-447 {
	display: none;
}

.menu-top li a {
	color: var(--color--six);
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	text-decoration: none;
	height: 100%;
	font-weight: 500;
	text-transform: uppercase;
	transition: all ease-in-out .3s;
	font-family: var(--font-family--two);
	line-height: 25px;
}

.menu-top li a:hover {
	transition: .5s ease-in-out all;
	color: var(--color--two);
}

.menu-header>ul>li.current_page_item>a, .menu-header>ul>li.current_page_ancestor>a {
	color: var(--color--two);
}

.small-header .btn {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}

.small-header .btn:hover {
	background: NONE;
	color: #fff;
}

#mainNav>li.menu-item-has-children::before {
	content: "";
	right: 14px;
	position: absolute;
	top: 38%;
	width: 6px;
	height: 6px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	border-right: 2px solid var(--color--six);
	border-bottom: 2px solid var(--color--six);
	transform-origin: 3px 0px;
}

.small-header .menu-header>ul>li.current_page_item>a, .small-header .menu-top li a:hover {
	color: var(--color--two);
}

.small-header .menu-top::before {
	display: none;
}

.sub-menu li.menu-item-has-children {
	position: relative;
}

.menu-top li>.sub-menu>li.menu-item-has-children:after {
	content: "";
	right: 7px;
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	transform: rotate(-45deg) translateY(-50%);
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform-origin: 0px 5px;
}

ul.menu-top li:hover>ul {
	visibility: visible;
	position: absolute;
	bottom: auto;
	opacity: 1;
	transform: translateY(0);
}

ul.menu-top li:hover li {
	float: none;
}

header .sub-menu li ul.sub-menu {
	position: absolute;
	background-color: #fff;
	z-index: 99;
	top: 0 !important;
}

.menu-top li ul li {
	border-top: 0;
	display: block;
	margin: 0;
}

ul.menu-top li .sub-menu li ul.sub-menu li>a {
	background-color: #fff;
	color: var(--color--black);
}

ul.menu-top li:hover li a:hover, ul.menu-top li .sub-menu li ul.sub-menu li>a:hover {
	background: #e4e4e4;
	color: var(--color--black);
}

.menu-top ul.sub-menu li.current_page_item .sub-menu li a {
	color: var(--color--black) !important;
}

.menu-top ul.sub-menu li.current_page_item a, ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item > a, .menu-top ul.sub-menu li.current_page_item a:hover, .menu-top li.current-menu-parent ul.sub-menu li.menu-item-object-team_post.current-menu-item a {
	background: var(--color--two);
	color: #fff !important;
}

.menu-top ul.sub-menu li.current_page_item::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

ul.menu-top ul ul {
	left: 100%;
}

.menu-header .sub-menu {
	background-color: #f2f2f2;
	min-width: 240px;
	z-index: 9;
	text-align: left;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	top: 30px;
}

ul.menu-top li .sub-menu li {
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

ul.menu-top li .sub-menu li:last-child {
	border-bottom: none;
}

ul.menu-top li .sub-menu li a {
	line-height: normal;
	line-height: 16px;
	margin: 0;
	color: var(--color--black);
	border: none;
	display: block;
	font-weight: 500;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
}

ul.menu-top li .sub-menu li a:hover {
	border: none;
	color: var(--color--two) !important;
}

ul.menu-top li .sub-menu li a:hover::before, ul.menu-top li .sub-menu li a:hover::after {
	display: none;
}

.pointer-hide a {
	pointer-events: none;
}

.submenu-scroll .sub-menu {
	overflow-y: scroll;
	height: 450px;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-track {
	background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar {
	width: 4px;
	background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-thumb {
	background-color: #fff;
}

/*========= Nav Multiple CSS END =========*/

/*==================== Footer CSS ====================*/
#footer {
	padding: 33px 0px 0px 0px;
	background: #002854;
}

.footer-info-col {
	padding-right: 120px;
}

#footer .day {
	width: 40%;
}

#footer .hours {
	width: 60%;
}

.footer-content p {
	color: #fff;
}

#footer .footer-neurostar {
	max-width: 140px;
	margin-left: 20px;
}

.pre-footer-nav .current-menu-item a {
	color: var(--color--two) !important;
}

.pre-footer-nav li a:hover {
	color: var(--color--two) !important;
}

/* .pre-footer-nav li a:hover {
    border-bottom: 2px solid #fff;
} */
#footer .sociallink li {
	display: inline-block;
	border-radius: 50px;
	margin: 0px 5px;
}

.foot-head, span.b-name {
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
}

ul#menu-quick-links li a {
	color: #fff;
	text-transform: uppercase;
}

ul#menu-quick-links li {
	margin: 7px 0px;
}

.footer .margin_top {
	margin-top: 60px;
}

ul.sociallink {
	margin-top: 25px;
}

#footer .social-head {
	display: flex;
	align-items: center;
	justify-content: end;
}

.footer-heading {
	color: #20ce88;
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 15px;
	display: block;
	font-weight: 600;
}

.footer-content {
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.9;
	font-weight: 300;
	color: #fff;
	font-family: var(--font-family--two);
}

.footer-nav ul li {
	display: block;
}

.footer-nav ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	display: block;
	padding: 4px 0;
	transition: color 600ms linear;
}

.footer-nav ul li a:hover, .footer-nav ul li.current-menu-item a {
	color: var(--color--two);
}

.nap-row .inner-item {
	margin-bottom: 30px;
}

.nap-row .inner-item:last-child {
	margin-bottom: 0px;
}

.location-icon {
	margin-top: 5px;
}

.nap-address .b-name {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	display: block;
}

.nap-address {
	font-weight: 300;
	line-height: 1.5;
	line-height: 30px;
	position: relative;
	padding-left: 18px;
	font-size: 16px;
	color: #fff;
	margin-top: 3px;
}

.footer-ph .icon, .footer-mail .icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.selected-default-nap img {
	position: absolute;
	left: 0;
	top: -5 ps;
	width: 32px;
	height: 32px;
	padding: 5px;
	border-radius: 50px;
}

.nap-address .direction-link {
	margin-top: 8px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: var(--color--six);
	text-decoration: underline;
}

.nap-address .direction-link:hover {
	color: var(--color--two);
}

.footer-ph, .footer-mail {
	position: relative;
	position: relative;
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
	margin-top: 20px;
	font-size: 15px;
	display: flex;
}

.footer-ph span, .footer-mail span {
	padding-left: 15px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 300;
}

.footer-mail span {
	color: #fff;
}

.footer-ph:hover, .footer-mail a:hover span {
	color: var(--color--two);
}

.social-btn {
	display: flex;
	align-items: center;
	margin-top: 30px;
	justify-content: space-between;
}

.sociallink li:last-child {
	margin-right: 0px;
}

.sociallink li a {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 1px solid #ccc;
}

.sociallink li a svg, .sociallink li a img {
	width: 15px;
	height: 15px;
}

.sociallink li a:hover {
	background: #eb8f25;
	border: 1px solid #eb8f25;
}

.copyright {
	margin-top: 50px;
	background: rgba(255, 255, 255, .05);
}

.copyright-text {
	padding: 20px 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .26px;
	text-align: center;
	color: #fff;
}

.copyright_link a {
	color: #fff;
	margin-left: 15px;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .26px;
	text-decoration: underline;
}

.copyright_link a:hover {
	color: var(--color--two);
}

/*==================== Footer CSS END ====================*/

/*==================== Blog List Page CSS ====================*/
.post-lists .loop-item {
	margin-bottom: 45px;
}

.post-lists .loop-item:last-child {
	margin-bottom: 0px;
}

.post-image {
	overflow: hidden;
	position: relative;
	display: block;
}

.post-image img {
	height: 370px;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.post-image .featured {
	background-size: cover;
	background-position: center;
}

.post-image .no-featured {
	background-size: 160px;
	background-position: center;
	background-color: #fff;
}

.post-img .featured:hover {
	transform: scale(1.1);
}

.post-lists  .blog-title a {
	font-weight: 600;
	font-size: 28px;
	display: block;
	line-height: 1.2;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.post-lists  .blog-title a:hover {
	color: var(--color--black);
}

/*==================== Blog List Page CSS END ====================*/

/*============= Team Details Page CSS ===============*/
.team-details .inner-content {
	padding-left: 10px;
}

.team-details figure {
	margin-bottom: 0px;
	padding-right: 40px;
}

/*============= Team Details Page CSS ===============*/
.breadcrumbs-block {
	padding: 12px 0;
}

div#breadcrumbs .container {
	max-width: 100%;
	padding: 0 100px;
}

div#breadcrumbs {
	padding-top: 20px;
	background: #f2f2f2;
	margin: 0;
	padding: 10px 0;
}

div#breadcrumbs span a {
	text-transform: capitalize;
	color: #eb8f25;
	font-weight: 400;
}

div#breadcrumbs span a:hover {
	color: #242e3d;
}

span.breadcrumb_last {
	color: #181818;
	font-weight: 400;
	text-transform: capitalize;
}

.page-banner {
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
}

.page-banner .row {
	position: absolute;
	left: 5%;
	bottom: 26%;
	width: 87%;
}

.bgimage-content h2, .bgimage-content h3, .bgimage-content h4, .bgimage-content h5, .bgimage-content h6 {
	color: #fff !important;
}

.inner-content ul li {
	list-style: disc;
}

.inner-content ol li {
	list-style: disc;
}

.testimonial-outer .testimonial-list {
	padding: 20px;
	transition: all .5s;
	height: 100%;
}

.testimonial-outer:hover .testimonial-list {
	background-color: #eb8f25;
}

.testimonial-outer:hover .quote-icon svg path {
	fill: #fff !important;
	opacity: .7;
}

.testimonial-outer:hover .testimonial-title {
	color: #fff;
}

.testimonial-outer:hover .column p {
	color: #fff;
}

.content-phase .repeated-row .image svg {
	width: 49%;
	height: auto;
}

.contact_page iframe {
	height: 600px;
}

.content-phase .repeated-row .image {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.home_blog {
	background: #002854;
}

.boxes-section h2 {
	color: #002854 !important;
}

.search-page em {
	word-break: break-word;
}

.subscribe-btn .sub-te {
	color: #fff;
}
