:root {
  --color--black: #000;
  --color--one: #1f3574;
  --color--two: #5b7e46;
  --color--three: #5e5e5e;
  --color--four: #050f2a;
  --color--five: #343434;
  --color--six: #fff;
  --font-family--one: "Aeonik", sans-serif;
  --font-family--two: "Aeonik", sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--font-family--one);
  background: #fff;
  font-size: 16px;
  color: var(--color--three);
  line-height: 1.9;
  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 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.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 auto;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 25px auto;
}
.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--one);
  font-family: var(--font-family--one);
  text-transform: none;
}
.h2,
h2,
.heading {
  color: var(--color--one);
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
  text-transform: none;
}
.black-heading {
  color: #1f1f1f;
}
/*============ Heading CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
  background-image: url(../js/skins/default/lightbox-close.png) !important;
  width: 32px;
  height: 32px;
}
button#html5-close img {
  display: none !important;
}
.html5-elem-data-box,
div#html5lightbox-watermark {
  display: none !important;
}
/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination h2.screen-reader-text {
  display: none !important;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: center;
  position: relative;
  width: 100%;
}
.pagination .nav-links * {
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  margin: 0 4px;
  text-transform: uppercase;
  color: var(--color--one);
  border: 1px solid var(--color--one);
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.pagination .nav-links * font {
  border: none !important;
}
.pagination .nav-links .current,
.pagination .nav-links *:hover,
.pagination .nav-links .current font,
.pagination .nav-links * font:hover {
  color: #fff;
  border-color: var(--color--one);
  background: var(--color--one);
}
.pagination .nav-links svg,
.pagination .nav-links img {
  border: none;
  width: 26px;
  height: 26px;
  background: none;
  fill: var(--color--one);
}
.pagination .nav-links svg path {
  fill: var(--color--one);
}
.pagination .nav-links *:hover svg,
.pagination .nav-links *:hover svg path {
  border: none;
  background: none;
  fill: #fff;
}
/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.wp-block-group__inner-container {
  margin: 0 auto;
}
.space-pd,
.wp-block-group {
  padding-top: 70px;
  padding-bottom: 70px;
}
.space-mr {
  margin-top: 70px;
  margin-bottom: 70px;
}
.btn,
.wp-block-button__link {
  background: var(--color--two);
  border-radius: 35px;
  color: #fff;
  border: 2px solid var(--color--two);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 50px 14px 25px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
  position: relative;
  transition: background-color 500ms linear, color 500ms linear,
    border-color 500ms linear;
}
.btn::before,
.wp-block-button__link::before {
  position: absolute;
  content: "";
  background-image: url(../img/btn-arrow.svg);
  width: 25px;
  height: 19px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
.btn.focus,
.btn:focus,
.wp-block-button__link:focus {
  box-shadow: none;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.btn:hover,
.btn:focus,
.btn:active,
:not(.btn-check) + .btn:active,
.btn-check:checked + .btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background: var(--color--one);
  color: #fff;
  border-color: var(--color--one);
}
a.wp-block-button__link:hover {
  color: #fff !important;
}
.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: #fff;
  border-color: #fff;
}
.btn-grp {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.btn-grp .btn {
  margin-right: 20px;
}
.btn-grp .btn:last-child {
  margin-right: 0px;
}
/*==================== 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: 35px;
}
.form-control:focus {
  box-shadow: none;
  background: none;
  color: var(--color--black);
  border-color: var(--color--skyblue);
}
.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: #fff;
  margin-bottom: 0;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 11px;
  background-color: #dc3231;
  padding: 2px 3px 2px;
  border-radius: 0;
  height: 20px;
  line-height: 18px;
}
.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 .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 #959595;
  padding: 14px 0px;
  color: var(--color--three);
  outline: none;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  font-size: 18px;
}
textarea.form-control {
  height: 120px;
  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(../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;
  border: none;
  padding: 15px 70px 15px 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid var(--color--two);
  line-height: 24px;
  width: 100%;
  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: #fff;
  opacity: 1;
  border-color: var(--color--one);
}
.submit-btn:after {
  content: "";
  background: url(../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: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
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(../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;
}
.msg-side-form {
  position: absolute;
  color: #fff;
  font-size: 12px;
  right: 62px;
  margin: 0;
  background-color: #c20000;
  padding: 5px;
  height: 22px;
  line-height: normal;
  letter-spacing: 0;
  bottom: 0;
}
.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 ====================*/

/*==================== Inner page Banner CSS ====================*/
.page-banner {
  background-color: var(--color--one);
  background-position: center;
  background-size: cover;
  min-height: 420px;
  padding-top: 100px;
  position: relative;
}
.page-banner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #defff3 0%, rgba(0, 51, 153, 0) 99.35%);
  height: 100%;
  width: 100%;
}
.page-banner .page-banner-title {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 45px;
  line-height: 1.2;
  position: relative;
  z-index: 9;
  color: #1f3574;
  text-align: left;
}
.breadcrumbs-block {
  background: #f8f8f8;
  padding: 12px 0;
}
#breadcrumbs {
  text-transform: uppercase;
  font-size: 16px;
  color: var(--color--one);
  letter-spacing: 1px;
  font-weight: 400;
}
/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.blog-search {
  margin-bottom: 30px;
}
.blog-search input.form-control {
  padding: 15px 85px 15px 18px;
  line-height: normal;
  height: 55px;
  width: 100%;
  color: var(--color--black);
  background: none;
  border: 1px solid #d3d3d3;
  border-radius: 10px !important;
}
.blog-search .search-btn {
  height: 55px;
  cursor: pointer;
  z-index: 9;
  width: 80px;
  line-height: normal;
  position: absolute;
  border-radius: 0px 10px 10px 0px;
  border: none;
  right: 0px;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color--two);
}
.blog-search .search-btn svg,
.blog-search .search-btn img {
  width: 20px;
  height: 20px;
  stroke: #fff;
}
.blog-search .search-btn svg path {
  stroke: #fff;
}
.blog-search .msg-side-form {
  right: 83px;
}
.blog-search .form-control:focus {
  box-shadow: none;
}
.blog-search .search-btn:hover {
  background-color: var(--color--one);
}
.sidebar-list,
.sidebar-wrap {
  background-color: var(--color--one);
  padding: 22px;
}
.sidebar-form .sidebar-heading {
  text-align: center;
}
.sidebar-heading,
.sidebar .widget-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
}
.sidebar-list .widget-title {
  color: #fff;
}
.sidebar-list li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-list li:last-child {
  border-bottom: none;
}
.sidebar-list ul li a {
  padding: 10px 20px 10px 0;
  display: block;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  font-weight: 400;
}
.sidebar-list ul li a::before {
  content: "";
  right: 5px;
  position: absolute;
  top: 21px;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.sidebar-list ul li a:hover::before,
.sidebar-list ul li.active a::before,
.sidebar-list ul li.activeChild a::before,
.sidebar-list ul li.current_page_item a::before {
  border-right: 2px solid var(--color--two);
  border-bottom: 2px solid var(--color--two);
}
.sidebar-list ul li a:hover,
.sidebar-list ul li.active a,
.sidebar-list ul li.activeChild a,
.sidebar-list ul li.current_page_item a {
  color: var(--color--two);
}
.sidebar-form {
  padding: 40px 22px;
  background: var(--color--one);
  border-radius: 15px;
}
.sidebar-form .form-group {
  margin-bottom: 30px;
}
.sidebar-form .form-control {
  color: #fff;
  padding: 10px 0px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.sidebar-form .form-control:focus {
  border-bottom: 1px solid #fff;
}
.sidebar-form .submit-btn input[type="submit"]:hover {
  border-color: #fff;
}
.sidebar-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
/*==================== Sidebar CSS END ====================*/

.star-rating {
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: center;
}
.star-rating svg,
.star-rating img {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
.star-rating svg:last-child {
  margin-right: 0;
}

/*==================== Header CSS ====================*/
header.main-header {
  z-index: 999;
  top: 0px;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}
.header-left {
  width: 220px;
}
.header-right {
  width: calc(100% - 220px);
}
.header-logo {
  width: 100%;
}
.neurostar-logo {
  width: calc(40% - 15px);
  margin-left: 15px;
}
.header-ph {
  background: var(--color--two);
  color: #fff;
  border-color: var(--color--two);
  position: relative;
  flex-direction: column;
  white-space: nowrap;
  padding: 10px 25px 10px 65px;
  text-align: left;
  align-items: start;
  font-size: 20px;
  line-height: normal;
  font-family: var(--font-family--two);
  font-variant-numeric: lining-nums;
}
.header-ph span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  font-family: var(--font-family--one);
}
.header-ph::before {
  position: absolute;
  content: "";
  background-image: url(../img/phicon.svg);
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.small-header .header-ph:hover {
  color: #fff;
  background: none;
  border-color: #fff;
}
.small-header .header-ph:hover::before {
  background-image: url(../img/phicon.svg);
}
.header-ph:hover::before {
  background-image: url(/wp-content/uploads/2024/06/phicon-svg-grn.svg);
}
.header-ph:hover {
  color: var(--color--two);
  background: none;
  border-color: var(--color--two);
}
.patient-portal-btn {
  background: var(--color--one);
  border-color: var(--color--one);
  white-space: nowrap;
  margin-right: 12px;
  padding: 14px 25px 14px 50px;
  font-family: var(--font-family--two);
}
.patient-portal-btn::before {
  position: absolute;
  content: "";
  background-image: url(../img/user-icon.svg);
  width: 15px;
  height: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.patient-portal-btn:hover {
  color: #fff;
  background: none;
  border-color: #fff;
}
.patient-portal-btn:hover,
.patient-portal-btn:focus,
.patient-portal-btn:active,
:not(.btn-check) + .patient-portal-btn:active,
.btn-check:checked + .btn,
.patient-portal-btn.active,
.patient-portal-btn:first-child:active,
:not(.btn-check) + .patient-portal-btn:active {
  color: #fff;
  background: none;
  border-color: #fff;
}
header.small-header .patient-portal-btn {
  background: var(--color--two);
  color: #fff;
  border-color: var(--color--two);
}
header.small-header .patient-portal-btn:hover {
  color: #fff;
  background: none;
  border-color: #fff;
}
header.small-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: var(--color--one);
  position: fixed;
}
header.small-header .header-logo {
  width: 90%;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
header.small-header .menu-top li a {
  padding: 30px 0;
}
header.small-header .neurostar-logo img {
  filter: brightness(100);
}
/*========= 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: 18px;
  height: 18px;
  stroke: #fff;
}
.search-icon svg path {
  stroke: #fff;
}
.search-icon:hover {
  opacity: 0.8;
}
.header-search-box {
  position: fixed;
  background-color: #fff;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  height: 0;
  top: 0;
  right: 0;
}
.header-search-box.open-search {
  opacity: 1;
  height: 110px;
  z-index: 999999;
}
.header-search-box span.closebtn {
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  width: 35px;
  height: 35px;
}
.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%;
}
.header-search-box input.search {
  height: 55px;
  color: #000;
  padding: 8px 58px 8px 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
#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 Search CSS END =========*/

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

/*========= Nav Multiple CSS =========*/
.main-menu {
  align-items: center;
  width: 100%;
  justify-content: end;
}
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: 0px 20px;
  line-height: normal;
}
ul.menu-top > li.menu-item-has-children {
    padding-right: 17px;
    margin-right: 20px;
}
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 0.5s;
  transform: translateY(1.5em);
}
.menu-top li a {
  color: var(--color--black);
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
  height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  padding: 43px 0;
  transition: all ease-in-out 0.3s;
}
.small-header .menu-top li a {
  color: var(--color--six);
}
.menu-top li a:hover {
  transition: 0.5s ease-in-out all;
  color: var(--color--two);
}
.menu-top li a::before {
  position: absolute;
  content: "";
  background: var(--color--two);
  left: 0;
  bottom: 0;
  height: 4px;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  opacity: 0;
  border-radius: 10px;
  width: 1%;
}
.menu-top li a:hover::before,
.menu-header > ul > li.current_page_item > a::before,
.menu-header > ul > li.current_page_ancestor > a::before,
.menu-header .menu-top > li.current-menu-ancestor > a::before {
  width: 100%;
  opacity: 1;
}
.menu-header > ul > li.current_page_item > a,
.menu-header > ul > li.current_page_ancestor > a {
  color: var(--color--two);
}
.menu-header > ul > li.current_page_item:before, .menu-header > ul > li.current_page_ancestor:before {
    border-color: var(--color--two) !important;
}
.menu-header > ul > li.current_page_item > a::before,
.menu-header > ul > li.current_page_ancestor > a::before {
  position: absolute;
  content: "";
  background: var(--color--two);
  left: 0;
  bottom: 0;
  height: 4px;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  opacity: 1;
  width: 100%;
  border-radius: 10px;
}
#mainNav > li.menu-item-has-children::before {
  content: "";
  right: 0px;
  position: absolute;
  top: 50%;
  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 #000;
  border-bottom: 2px solid #000;
  transform-origin: 3px 0px;
}

.small-header #mainNav > li.menu-item-has-children::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.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 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;
}
.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: #fff;
  min-width: 240px;
  z-index: 9;
  text-align: left;
  border-top: 3px solid var(--color--one);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
ul.menu-top li .sub-menu li {
  padding: 0;
  border-bottom: 1px solid rgba(0, 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;
  margin: 0;
  color: var(--color--black);
  border: none;
  display: block;
  font-weight: 500;
  padding: 10px;
  line-height: 16px;
  text-transform: capitalize;
  font-size: 14px;
}
ul.menu-top li .sub-menu li a:hover {
  border: none;
}
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 {
  background-color: var(--color--four);
  color: #fff;
  padding-top: 60px;
}
#footer .day {
  width: 40%;
}
#footer .hours {
  width: 60%;
}
#footer .footer-logo {
  max-width: 250px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
#footer .footer-neurostar {
  max-width: 140px;
  margin-left: 20px;
}
.footer-info-col {
  padding-right: 50px;
}
.footer-heading {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 22px;
}
.footer-content {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 400;
}
.footer-nav ul li {
  display: block;
}
.footer-nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 4px 0;
  transition: color 600ms linear;
  text-transform: uppercase;
}
.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;
}
.nap-address .b-name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  display: block;
  color: #fff;
}
.nap-address {
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.nap-address svg,
.nap-address img {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  fill: var(--color--six);
}
.nap-address svg path {
  fill: var(--color--six);
}
.nap-address .direction-link {
  text-transform: uppercase;
  border-bottom: 1px solid var(--color--six);
  margin-top: 8px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: var(--color--six);
}
.nap-address .direction-link:hover {
  color: var(--color--two);
  border-color: var(--color--two);
}
.footer-ph {
  position: relative;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin-top: 25px;
  display: inline-flex;
  font-size: 16px;
}
.footer-ph svg,
.footer-ph img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  fill: var(--color--six);
}
.footer-ph svg path {
  fill: var(--color--six);
}
.footer-ph:hover {
  color: var(--color--two);
}
.social-btn {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: space-between;
}
.sociallink {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.sociallink li {
  display: block;
  margin-right: 8px;
}
.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%;
}
.sociallink li a svg,
.sociallink li a img {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.sociallink li a svg path {
  fill: #fff;
}
.sociallink li a:hover svg,
.sociallink li a:hover svg path {
  fill: var(--color--two);
}

.copyright {
  margin-top: 30px;
}
.copyright-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    padding: 15px 0;
     font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.7;
}
.copyright-desgned img {
    max-width: 120px;
}
.copyright-desgned a {
    display: flex;
    margin-left: 10px;
}
.copyright-desgned {
    display: flex;
    align-items: center;
    line-height: normal;
}
/*==================== Footer CSS END ====================*/

/*==================== Blog List Page CSS ====================*/
.post-lists {
  max-width: 720px;
}
.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: 400px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 15px;
}
.post-image .featured {
  background-size: cover;
  background-position: center;
}
.post-image .no-featured {
  background-size: 160px;
  background-position: center;
  background-color: #fff;
}
.post-lists .loop-item:hover .post-image .featured {
  transform: scale(1.1);
}
.post-lists .blog-title {
  margin-top: 15px;
}
.post-lists .blog-title a {
  font-weight: 500;
  font-size: 30px;
  color: var(--color--one);
  display: block;
  line-height: 1.2;
}
.post-lists .blog-title a:hover {
  color: var(--color--two);
}
/*==================== Blog List Page CSS END ====================*/

/*==================== Default Page CSS ====================*/
.default-content {
  max-width: 740px;
}
.blog-detail .default-content {
  max-width: 740px;
}
.fullwidth-content {
  max-width: 100%;
}
.fullwidth-page .default-content {
  max-width: 100%;
}
.default-content h1,
.wp-block-group h1 {
  font-size: 45px;
}
.default-content h2,
.wp-block-group h2 {
  font-size: 40px;
}
.default-content h3,
.wp-block-group h3 {
  font-size: 30px;
}
.default-content h4,
.wp-block-group h4 {
  font-size: 26px;
}
.default-content h5,
.wp-block-group h5 {
  font-size: 22px;
}
.default-content h6,
.wp-block-group h6 {
  font-size: 20px;
}
blockquote {
  background: #f4f4f4;
  padding: 20px 20px;
  border-left: 7px solid var(--color--two);
  font-style: italic;
  margin: 15px 0;
  display: block;
}
.default-content iframe {
  height: 500px;
}
.list-style ul {
  margin-bottom: 25px;
}
.list-style ul li ul {
  margin-bottom: 8px;
  margin-top: 8px;
}
.list-style ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.list-style ul li::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 23px;
  background-image: url(/wp-content/uploads/2024/06/image-17.png);
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 7px;
}
.list-style .cross-icon li::before {
  background-image: url(/wp-content/uploads/2024/08/cross-icon.png);	
}


.list-style ul li a,
.list-style ol li a,
.page-content a,
.postlist-single a {
  text-decoration: none;
  font-weight: 400;
}
.list-style ul li a:hover,
.postlist-single a:hover,
.list-style ol li a:hover,
.page-content a:hover {
  text-decoration: none;
}
.list-style ol {
  list-style-type: none;
  counter-reset: ordered;
  margin: 0 0 20px;
  padding: 0;
}
.list-style ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.list-style ol li:last-child {
  margin-bottom: 0;
}
.list-style ol li::before {
  content: counter(ordered);
  counter-increment: ordered;
  position: absolute;
  left: 0;
  top: 0;
}
.default-content.list-style ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.default-content.list-style ul li::before {
  width: 22px;
  height: 18px;
  background-size: 22px;
  top: 5px;
}
/*==================== Default Page CSS END ====================*/

/*============= Team Details Page CSS ===============*/
.team-details .inner-content {
  padding-left: 10px;
}
.team-details figure {
  margin-bottom: 0px;
}
.team-details .heading {
  font-size: 30px;
  margin-bottom: 0;
}
.team-details .designation {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 8px;
}
.team-details img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .team-details figure {
    margin-bottom: 30px;
  }
  .team-details .inner-content {
    padding-left: 0;
  }
}
/*============= Team Details Page CSS ===============*/
.home .testimonial-carousel {
  padding-top: 100px;
}
.service-block.space-pd h2.heading {
  color: #fff;
}
.wp-block-group.alignfull.is-content-justification-center {
    padding: 0;
}

.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
    height: 80px;
}
#breadcrumbs span span:first-child a {
    font-weight: 600;
}
#breadcrumbs a {
    font-weight: 400;
}
body.page-id-428 .list-style ul li::before, body.page-id-428 .default-content.list-style ul li::before{
  position: unset;
}
body.page-id-428 .list-style ul li ul li::before{
  position: absolute !important;
  content: "";
  width: 27px;
  height: 23px;
  background-image: url(/wp-content/uploads/2024/06/image-17.png);
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 7px;
}
body.page-id-428 .default-content.list-style ul li ul li::before{
  width: 22px;
  height: 18px;
  background-size: 22px;
  top: 5px;
}
body.page-id-428 .default-content.list-style ul li{
  padding-left: 0px;
}
body.page-id-428 .default-content.list-style ul li ul li{
  padding-left: 30px;
}