/* 
Theme Name: NAATI
Theme URI: https://osky.com.au/
Description: NAATI is a custom child theme of Hello Elementor, created by OSKY
Author: OSKY
Author URI: https://osky.com.au/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/****** General ******/
html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

.btn-theme {
  outline: none !important;
}

.dialog-close-button {
  text-decoration: none !important;
  outline: 0 !important;
}

.container .elementor-container {
  max-width: 1120px;
  padding-left: 10px;
  padding-right: 10px;
}

.elementor-widget-text-editor a {
  text-decoration: underline;
}

.elementor hr {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

h5 {
  line-height: 25px !important;
}

.elementor-widget-text-editor h1 a,
.elementor-widget-text-editor h2 a,
.elementor-widget-text-editor h3 a,
.elementor-widget-text-editor h4 a,
.elementor-widget-text-editor h5 a,
.elementor-widget-text-editor h6 a {
  font-family: "Raleway", Sans-serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
}

a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
  color: #009383;
}

h1,
h2,
h3,
h4,
h5,
h {
  font-weight: 700;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.elementor-button-link:hover {
  text-decoration: none;
}

.elementor-button-wrapper a {
  text-decoration: none;
}

/****** Elementor Control ******/
.elementor-control-type-select select {
  text-transform: capitalize !important;
}

/****** Overlay ******/
.overlay-realign .elementor-background-overlay {
  top: -7px;
  left: -11px;
}

/****** Content ******/
b,
strong {
  font-weight: bold !important;
}

span {
  text-decoration: none !important;
}

.tick-icon {
  max-width: 20%;
}

.page
  .elementor-widget-theme-post-content
  .elementor-container
  .elementor-column:first-child
  .elementor-element-populated
  .elementor-heading-title {
  color: #000 !important;
}

/****** Video ******/
iframe,
video {
  border-radius: 20px !important;
}

/* Add gap between columns for inside pages */
.elementor-widget-theme-post-content
  .elementor-column-gap-default
  > .elementor-column:first-child {
  margin-right: 15px;
}

/****** Variables/Boostrap classes ******/
.bg-transparent {
  background-color: transparent !important;
}

.color-primary {
  color: #009383 !important;
}

.color-secondary {
  color: #002d5d !important;
}

.color-grey {
  color: #757575 !important;
}

.color-black {
  color: #000 !important;
}

.font-primary {
  font-size: 16px !important;
}

.font-sm {
  font-size: 14px !important;
}

.font-xs {
  font-size: 12px !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.w-100,
.w-100 .elementor-button {
  width: 100%;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.clear-mb p {
  margin-bottom: 0 !important;
}

.border-0 {
  border: none !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-top-left-radius-0 {
  border-top-left-radius: 0 !important;
}

.border-bottom-left-radius-0 {
  border-bottom-left-radius: 0 !important;
}

.border-top-right-radius-0 {
  border-top-right-radius: 0 !important;
}

.border-bottom-right-radius-0 {
  border-bottom-right-radius: 0 !important;
}

.border-top-right-radius {
  border-top-right-radius: 999px !important;
}

.border-bottom-right-radius {
  border-bottom-right-radius: 999px !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

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

.justify-content-end {
  justify-content: end;
}

.align-items-center {
  align-items: center;
}

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

.flex-direction-column {
  flex-direction: column;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-none {
  display: none;
}

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

.list-unstyled {
  padding-left: 0;
}

.list-unstyled li {
  list-style: none;
}

.position-relative {
  position: relative;
}

/****** Buttons ******/
.elementor-button-icon svg {
  width: 6px;
}

[type="button"],
button {
  border: 0 !important;
}

input[type="submit"]:focus {
  outline: 0 !important;
}

.clear-filter-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent !important;
  border: solid 2px #009383 !important;
  color: #009383 !important;
}

.clear-filter-btn:hover {
  color: white !important;
  background-color: #002d5d !important;
  border: solid 2px #002d5d !important;
}

.clear-filter-btn > img {
  position: absolute;
  right: 80%;
}

/****** Header ******/
header a {
  text-decoration: none !important;
}

header.sticky {
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.2);
}

.home header {
  position: absolute;
  width: 100%;
}

.home header.position-absolute {
  width: 100%;
}

header {
  transform: translateY(0%);
  transition: 0;
  z-index: 99;
}

header .elementor-menu-toggle.elementor-active {
  color: #fff !important;
}

header.bg-primary .elementor-search-form__toggle {
  color: #fff;
}

header.bg-primary .elementor-heading-title {
  color: #fff !important;
}

header .elementor-menu-toggle {
  transition: color 0.3s;
  outline: none;
}

header .elementor-menu-toggle i {
  min-width: 24px;
}

header nav .elementor-nav-menu {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}

header nav .elementor-nav-menu > li > a,
header nav .elementor-nav-menu > li > a:hover {
  line-height: 56px;
}

header#header-design-two nav .elementor-nav-menu > li > a,
header#header-design-two nav .elementor-nav-menu > li > a:hover {
  line-height: 40px;
}

header nav .elementor-nav-menu li {
  max-width: 520px;
}

header nav .elementor-nav-menu li a {
  justify-content: start !important;
}

header .logo-wrapper .elementor-widget-wrap {
  display: flex;
}

header .logo-wrapper a {
  font-weight: 700;
  font-family: Raleway;
}

header .logo-wrapper a:hover {
  text-decoration: none;
}

header .small-menu-list {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

header .small-menu-list a:hover {
  font-weight: 600 !important;
  text-decoration: none !important;
}

header#header-design-one .small-menu-list a:hover {
  font-weight: initial !important;
}

header .small-menu-list a {
  transition: 0s !important;
}

header .small-menu-list li {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

header .small-menu-list li:after {
  right: -22px !important;
}

header .small-menu-list li:first-child {
  padding-left: 0 !important;
}

header .small-menu-list li:last-child {
  padding-right: 0 !important;
}

header#header-design-one .small-menu-list li {
  margin-bottom: 15px;
}

header .small-menu-list li a {
  font-size: 20px !important;
  font-family: Raleway;
  line-height: 22px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-decoration: underline !important;
}
/* 
header .menu-item a{
  font-size: 50px !important;
  font-weight: 600 !important;
  font-family: Raleway !important;
}

header .menu-item > ul > .menu-item > a {
  flex-direction: column !important;
  text-align: start !important;
  align-items: start !important;
} */

header .small-menu-list li a:hover {
  text-decoration: none !important;
}

header .menu-social-list {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

header .menu-social-list .elementor-social-icon {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background-color:#fff !important;
}

header .menu-social-list .elementor-social-icon:hover {
  background-color: #fff !important;
}

header
  .menu-social-list
  .elementor-social-icons-wrapper
  .elementor-grid-item:first-child:before {
  content: "Follow us:";
  color: #fff;
  font-size: 20px;
  font-family: Raleway;
  word-spacing: initial;
}

header.bg-primary .e-con > .e-con-inner {
  height: auto !important;
  flex-grow: 0 !important;
}

header.bg-primary
  .elementor-widget-n-menu
  .e-n-menu
  .e-n-menu-items-content
  .drop-main-menu,
header.bg-primary
  .drop-main-menu{
  height: 90vh;
  background-color: #009383;
}

header.bg-primary
  .elementor-widget-n-menu
  .e-n-menu
  .e-n-menu-items-content
  .drop-main-menu::-webkit-scrollbar {
  display: none;
}

.elementor-nav-menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  > .has-submenu:before {
  position: absolute;
  margin-left: -2rem;
  content: url(/wp-content/themes/hello-theme-child-master/assets/images/m-arrow.svg) !important;
  transition: all 100ms;
}

.elementor-nav-menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  > .has-submenu:hover:before {
  transform: rotate(180deg);
}

.hover .has-submenu:before {
  transform: rotate(180deg);
}

/****** Header search bar ******/
.elementor-search-form__container {
  background-color: transparent !important;
}

.elementor-lightbox .dialog-lightbox-close-button {
  top: 1rem;
  font-size: 1.5rem;
  margin: 1%;
}

.elementor-search-form--skin-full_screen
  .elementor-search-form
  input[type="search"].elementor-search-form__input {
  color: black !important;
}

.elementor-47
  .elementor-element.elementor-element-711bec8d.elementor-search-form--skin-full_screen
  input[type="search"].elementor-search-form__input {
  border-radius: 10rem;
}

.elementor-search-form__container input {
  border-radius: 3px;
  background-color: transparent !important;
}

.elementor-search-form__container {
  border: none !important;
}

/****** Search bar ******/
.nav-search .elementor-search-form {
  border-radius: 10rem !important;
  transition: all 150ms ease-in !important;
  display: flex;
  height: 40px !important;
  align-items: center !important;
  font-family: Raleway !important;
}

.nav-search .elementor-search-form input {
  opacity: 0;
  color: #000;
}

.active-sbar {
  background-color: #fff;
  border: solid 2px #e5e5e5 !important;
}

.active-sinput {
  opacity: 1 !important;
  width: 200px !important;
}

.active-width {
  transform: translatex(0) !important;
}

input:-internal-autofill-selected {
  background-color: none !important;
  -webkit-box-shadow: 0 0 0px 1000px rgb(0 0 0 0.5) !important;
}

/****** Forms ******/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  color: inherit !important;
}

input[type="text"],
input[type="email"],
input[type="number"] {
  color: #747373;
  background-color: #fff;
  border-radius: 999px;
  padding: 9.5px 15.5px;
  border: transparent;
}

input:active,
input:focus {
  outline: 0 !important;
}

.select-caret-down-wrapper {
  display: none !important;
}

select {
  appearance: none !important;
  background-image: url("/wp-content/themes//hello-theme-child-master/assets/images/dropdown.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 93% 50%;
}

select#results-page {
  background-image: url("/wp-content/themes//hello-theme-child-master/assets/images/a-down.svg");
  background-position: 83% 50%;
  border-color: #d6e4f7;
  max-width: 75px;
  margin-left: 15px;
  font-size: 14px;
  color: #002d5d;
}

/****** Search Post ******/
#search-post .elementor-field {
  margin-bottom: 10px;
}

#search-post input[type="text"] {
  padding-right: 25%;
  background-image: url("/wp-content/themes//hello-theme-child-master/assets/images/search-dark.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 87% 44%;
}

/* Filter Bar */
#filter-bar .elementor-field-type-select {
  margin-bottom: 20px;
}

/****** Footer ******/
.footer-menu .elementor-nav-menu a {
  padding: 0 !important;
  text-decoration: underline;
  transition: 0s !important;
}

.footer-menu .elementor-nav-menu a:hover {
  padding: 0 !important;
  text-decoration: none;
}

.footer-menu .elementor-widget {
  margin-bottom: 0 !important;
}

.footer-menu .elementor-text-editor,
.footer-menu .elementor-text-editor p {
  margin-bottom: 0 !important;
}

.footer-menu .elementor-nav-menu li {
  margin-bottom: 15px !important;
}

.footer-menu .elementor-nav-menu li:first-child {
  margin-top: 30px !important;
}

.footer-menu .elementor-nav-menu li:last-child {
  margin-bottom: 0px !important;
}

/****** Sticky ******/
.sticky {
  position: fixed !important;
  background-color: #fff;
  transform: translateY(10%);
  width: 100%;
  top: -12px;
}

.sticky-tab {
  position: fixed !important;
  transform: translateY(10%);
  transition: 300ms transform ease-in-out;
  width: 1120px;
  top: 113px;
  z-index: 10;
  left: 50%;
  margin-left: -560px;
}

/****** Verify a Credential ******/
.verify-a-credential {
  padding: 24px 36px;
  background-color: #cae9e4;
  border-radius: 20px;
}

.verify-a-credential h2.filter-type {
  font-size: 20px !important;
  padding-left: 3px;
  line-height: 20px;
}

.verify-a-credential .credential-form input[type="text"] {
  min-width: 280px;
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

.verify-a-credential .credential-form #vac-submit {
  background-color: white !important;
  padding: 7.3px 15.5px;
  padding-right: 25px;
  /* position:relative;
  top:4.5px; */
}

/* .verify-a-credential .credential-form #vac-submit img{
  position:relative;
  top:2px;
} */

/****** Elementor menu-anchor ******/
.elementor-menu-anchor {
  top: -150px !important;
  position: relative !important;
}

#practAnchor {
  scroll-margin: 123px;
}

#stickyAnchor {
  scroll-margin: 70px;
}

/****** Chatbot styling ******/
#joe-bubble-unread {
  width: 18px !important;
  height: 18px !important;
}

.chat-container .chat-header .fa-comments,
.mobile-chat-container .fa-comments {
  height: 27px !important;
  width: 27px !important;
}

.chat-footer .title-tag a {
  font-size: 12px !important;
}

/****** Verify a Credential - Modal ******/
.verify-a-credential-modal .flex-wrap {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap !important;
}

.verify-a-credential-modal .info-group .info-wrap {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 16px;
}

.verify-a-credential-modal .info-group {
  display: flex;
  flex-wrap: nowrap;
  max-width: 570px;
  width: 100%;
  flex-direction: column;
}

.verify-a-credential-modal .info-detail-group {
  font-weight: 700;
  color: #000;
}

.verify-a-credential-modal .info-detail-group .user-cert-a {
  max-width: 324px !important;
}

.verify-a-credential-modal .user-photo img {
  max-width: 170px;
  margin-bottom: 16px;
  height: auto;
}

/****** Featured Carousel ******/
.featured-carousel .image {
  width: 100%;
  max-width: 534px;
}

.featured-carousel .image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.featured-carousel .content {
  width: 100%;
  margin-left: 30px;
}

.slick-track {
  width: 8040px !important;
}

.post-carousel {
  width: 120vw !important;
}

.slick-carousel {
  padding-bottom: 50px;
  border-bottom: 1px solid #cae9e4;
}

.slick-navigation {
  margin-bottom: 10px;
}

.slick-navigation .slick-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  background-color: #009383;
  transition: background-color 0.5s;
}

.slick-navigation .slick-arrow:hover {
  background-color: #002d5d;
}

.slick-navigation .slick-left {
  margin-right: 15px !important;
}

.slick-disabled {
  opacity: 0.3;
}

.slick-navigation .slick-left i:before {
  position: relative;
  right: 1px;
}

.slick-navigation .slick-right i:before {
  position: relative;
  left: 1px;
}

/****** Featured Carousel button ******/
.view-news {
  height: 427px !important;
  display: flex !important;
  margin-left: 25px !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

.news-btn {
  display: flex;
  flex-direction: row-reverse;
}

.news-btn > img {
  width: 22px !important;
  margin-left: 10px !important;
}

/****** Post Carousel ******/
.post-carousel .tile-carousel {
  margin-right: 15px;
  width: 285px !important;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
}

.post-carousel .tile-carousel .content {
  padding-top: 25px;
  padding-bottom: 33px;
  padding-left: 23px;
  padding-right: 23px;
}

.post-carousel .tile-carousel .content .excerpt {
  max-height: 130px;
  min-height: 130px;
  overflow: hidden;
}

.post-carousel .tile-carousel h5 {
  font-size: 20px !important;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}

.post-carousel .tile:last-child {
  margin-right: 0;
}

.total-items {
  color: #757575;
}

/****** Resources ******/
.resource .date {
  text-transform: uppercase;
}

.resource .terms {
  text-transform: uppercase;
}

.resource a {
  color: #000;
  text-decoration: none;
}

.resource a:hover {
  text-decoration: underline;
}

/****** Tile Card ******/
.d-flex .tile-card:last-child {
  margin-right: 0;
}

.tile-card {
  max-width: 350px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 34px;
  margin-bottom: 20px;
  overflow: hidden;
}

.tile-card .content {
  padding-top: 25px;
  padding-bottom: 33px;
  padding-left: 23px;
  padding-right: 23px;
}

.tile-card .font-sm {
  min-height: 88px;
  margin-bottom: 15px;
}

.tile-card .font-sm p {
  margin-bottom: 0;
  min-height: 88px;
}

/****** Tiles ******/
.tile {
  max-width: 260px;
  min-width: 260px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
  border-radius: 20px !important;
  overflow: hidden;
}

.tile img {
  object-fit: cover;
  object-position: center center;
  min-height: 141px;
  width: 100%;
  border-radius: 0;
}

.tile .excerpt {
  max-height: 66px;
  overflow: hidden;
}

.tile .content {
  padding: 15px !important;
}

#list-view .tile {
  box-shadow: none !important;
  border-radius: 0 !important;
}

#list-view .tile .img-fluid {
  border-radius: 20px !important;
}

#list-view .tile .content {
  padding: 0 !important;
}

/****** Event/Job listings ******/
.event-tile {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 24px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 10px;
  position: relative;
  min-height: 420px;
}

.event-tile a {
  text-decoration: none;
}

.event-tile a:hover {
  text-decoration: underline;
}

.event-tile .location {
  text-transform: capitalize;
}

.card-title {
  font-size: 24px !important;
  line-height: 32px !important;
}

.location {
  font-size: 20px !important;
  line-height: 32px !important;
}

.card-content {
  font-size: 14px;
  margin-bottom: 0;
}
.card-info span {
  font-size: 12px;
}

.card-info ul li {
  text-transform: capitalize;
  font-size: 12px !important;
}

.card-info li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.event-tile .arrow {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 24px;
  bottom: 24px;
}

.event-tile .card-content {
  max-height: 66px;
  overflow: hidden;
}

.jobs {
  border: solid 1px #e4e4e4;
  padding: 15px 20px;
  border-radius: 10px;
}

.jobs img {
  min-width: 100% !important;
}

.jobs .elementor-icon-list-item .elementor-icon-list-text {
  color: #000 !important;
}

/****** Job listing show more button (Only show on mobile) ******/
.show-more svg {
  width: 24px !important;
}

.show-more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-more span {
  display: flex;
  align-items: center !important;
  color: black !important;
  font-family: "Raleway", sans-serif !important;
  text-shadow: none !important;
}

.show-more a {
  background-color: transparent !important;
}

.show-active .job-req {
  display: block !important;
}

.show-active .expand .elementor-button-icon {
  transform: rotate(180deg);
}

/****** Event View List ******/
#list-view .event-tile {
  margin-bottom: 1.5rem !important;
}

#list-view .event-tile .d-flex > div:first-child {
  width: 80%;
}

#list-view .event-tile .card-info {
  display: flex;
  justify-content: end;
  width: 20%;
}

#list-view .event-tile {
  max-width: 100%;
  gap: initial;
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
  min-height: initial;
  min-height: 210px;
}

#list-view .card-info ul {
  display: block;
  align-items: center;
}

#list-view .card-info ul li {
  font-size: 14px;
}

#list-view .card-info ul li:last-child {
  margin-right: 0px;
  position: relative;
  bottom: 2px;
}

/****** View List ******/

#view-list .elementor-icon-list-item:hover svg path {
  stroke: #009383;
}

#view-list .elementor-icon-list-item svg {
  width: 16px;
  height: 16px;
}

#view-list .elementor-icon-list-item {
  font-size: 14px;
}

#view-list a {
  color: #000;
  text-decoration: none;
}

#view-list a:hover {
  color: 009383;
  text-decoration: underline;
}

#view-type {
  position: relative;
}

#view-type button {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  color: #000 !important;
  outline: none !important;
  font-weight: 400;
}

#view-type .icon {
  position: relative;
  top: 3px;
  padding-right: 5px;
}

#view-type ul {
  position: absolute;
  top: -55px;
}

ul.list-inline {
  display: inline-flex;
  width: 100%;
}

#view-type button:hover {
  color: #009383 !important;
  text-decoration: underline;
}

#view-type button:hover svg {
  fill: #009383 !important;
}

#view-type button:hover svg path {
  fill: #009383 !important;
  stroke: #009383 !important;
}

#view-type button.active {
  color: #009383 !important;
  text-decoration: underline;
}

#view-type button.active svg path {
  fill: #009383 !important;
  stroke: #009383 !important;
}

#list-view .tile {
  width: 100%;
  display: flex;
  max-width: 100% !important;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

#list-view .image {
  width: 50%;
  margin-right: 25px !important;
}

#list-view .image img {
  border-radius: 0 !important;
}

#list-view .content {
  width: 100%;
}

#list-view .content:not(.no-img) {
  margin-left: 1.8rem !important;
}

/****** Our Services ******/
.our-services ul li {
  margin-bottom: 10px;
}

.our-services ul li:last-child {
  margin-bottom: 0;
}

.our-services a {
  text-decoration: none;
  color: #000;
}

.our-services a:hover {
  text-decoration: underline;
}

.our-services .tile-card img {
  width: 100%;
  max-width: 348px;
  min-height: 185px;
  max-height: 185px;
  object-fit: cover;
}

/****** Quick Menu ******/
#quick-menu .elementor-container {
  padding-left: 10px;
  padding-right: 10px;
}

#quick-menu a {
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}

/****** Breadcrumbs ******/
.breadcrumbs {
  font-family: Open Sans;
  color: #009383 !important;
  font-size: 12px;
  margin-bottom: 30px !important;
}

.single .breadcrumbs {
  margin-bottom: 0 !important;
}

.breadcrumbs a {
  font-family: Open Sans;
  color: #009383;
  font-size: 12px !important;
  text-decoration: none !important;
}

/****** Table of Content ******/
.elementor-toc__list-item-text {
  padding: 0 5px !important;
  transition: all 150ms ease-in-out;
}

.elementor-toc__list-item-text:hover {
  background-color: #cae9e4;
  border-radius: 5px;
}

.elementor-toc__body .elementor-item-active {
  background-color: #cae9e4;
  border-radius: 5px;
}

/****** Pagination ******/
.pagination ul {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #d6e4f7;
  margin-top: 25px;
  border-radius: 3px !important;
  padding: 0 !important;
}

.pagination li {
  line-height: 2em;
}

.pagination ul li a {
  color: #009383;
  font-size: 14px;
  text-decoration: none;
}

.pagination ul li a:hover {
  color: #002d5d;
}

.pagination ul li {
  margin-left: 15px;
  margin-right: 15px;
}

.pagination ul li.active a {
  color: #002d5d;
  border: 1px solid #002d5d;
  border-radius: 999px;
  padding-left: 5px;
  padding-right: 5px;
}

.pagination .prev {
  display: flex;
  align-items: center;
  border-top: 1px solid #d6e4f7;
  border-left: 1px solid #d6e4f7;
  border-bottom: 1px solid #d6e4f7;
  padding-left: 15px;
  padding-right: 14px;
  height: 35px;
  position: relative;
  top: 12px;
}

.pagination .prev svg,
.pagination .next svg {
  margin-bottom: -3px;
}

.pagination .next {
  display: flex;
  align-items: center;
  border-top: 1px solid #d6e4f7;
  border-right: 1px solid #d6e4f7;
  border-bottom: 1px solid #d6e4f7;
  padding-right: 15px;
  padding-left: 14px;
  height: 35px;
  position: relative;
  top: 12px;
}

.page-numbers.dots {
  color: #009383 !important;
}

.pagination > ul > li:first-child > a {
  top: 0 !important;
  border: none !important;
  border-right: 1px solid #d6e4f7 !important;
  padding-left: 0;
}

.pagination > ul > li:last-child > a {
  top: 0 !important;
  border: none !important;
  border-left: 1px solid #d6e4f7 !important;
  padding-right: 0;
}

.pagination > ul > li > a > img {
  min-width: 7px !important;
}

.pagination > ul > li > .current {
  font-size: 14px !important;
  color: #002d5d !important;
  border: 1px solid black;
  padding: 0 5px;
  border-radius: 12px;
}

/****** Single Post ******/
.back {
  font-family: Raleway !important;
  font-size: 14px !important;
  text-decoration: none !important;
  color: #000 !important;
}

.back:hover {
  text-decoration: underline !important;
}

.back span {
  margin-left: 10px;
  position: relative;
  left: -10px;
}

/****** Pages widget (inside table of content) ******/
.pages .elementor-toc__header-title {
  line-height: 24px;
  padding-bottom: 20px !important;
  margin-bottom: 0 !important;
}

.pages h3 a {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.pages a {
  text-decoration: none !important;
  color: #000;
  margin-right: 10px;
}

.pages a:hover {
  text-decoration: underline !important;
}

.pages a.active {
  font-weight: 700 !important;
}

.pages ul li {
  display: flex;
  align-items: center;
}

.pages .elementor-toc__body > ul {
  padding-left: 0 !important;
}

.pages .elementor-toc__body > ul > .g-children {
  display: none;
}

.pages .g-children.active {
  display: block !important;
}

.pages ul li {
  position: relative;
}

.pages ul li .circle {
  position: absolute;
  top: 8px;
}

.pages .toggle-page {
  cursor: pointer;
  margin-left: auto;
  transform: rotate(0deg);
  transition: transform 0.3s;
  padding-left: 10px;
  padding-right: 10px;
}

.pages .toggle-page.active {
  transform: rotate(90deg);
}

/****** Accordion ******/
.elementor-tab-title:hover {
  background-color: #e4f4f1 !important;
}

.elementor-tab-title[aria-expanded="true"] {
  background-color: #cae9e4 !important;
}

.elementor-accordion-item:hover {
  background-color: white !important ;
}

.elementor-accordion-title {
  font-family: "Open Sans", Sans-serif !important;
}

.elementor-accordion ul,
.elementor-accordion ol {
  margin-bottom: 14px !important;
  margin-top: 14px !important;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
  margin-bottom: 14px !important;
  margin-top: 14px !important;
}

/****** Easy Accordion ******/
.collapsed .ea-icon-expand-plus:before {
  content: url("/wp-content/uploads/2024/01/chevron-down-solid-1.svg") !important;
}

.fa-minus:before,
.ea-icon-expand-minus:before {
  content: url("/wp-content/uploads/2024/01/chevron-up-solid.svg") !important;
}

.ea-card {
  border-bottom: 1px solid #c4c4c4 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

.ea-expand {
  background-color: #e4f4f1 !important;
}
.ea-expand-icon {
  color: #009383 !important;
}

.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
  justify-content: space-between !important;
}

.elementor-tabs-wrapper {
  justify-content: space-between;
}

.elementor-tabs-wrapper .elementor-active {
  border-bottom: 3px solid #009383 !important;
  font-weight: 600 !important;
}

.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
  gap: 0 !important;
}

.spcollapsing {
  height: 0;
  overflow: hidden;
  transition-property: height;
  transition-duration: 300ms;
}

.sp-easy-accordion > .sp-ea-single {
  border: 0px solid #e2e2e2;
  border-radius: 0 !important;
}

.ea-card {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

.ea-card:last-child {
  margin-bottom: 10px !important ;
}

.ea-header {
  background-color: transparent !important;
}

.ea-header:hover {
  background-color: #e4f4f1 !important;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a {
  color: #444;
  font-size: 16px !important;
}

.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background: white !important;
  color: #444;
}

.ea-body ul,
.ea-body ol {
  margin-bottom: 14px !important;
  margin-top: 14px !important;
}

.sp-easy-accordion > .sp-ea-single {
  background: transparent;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa {
  float: right;
  color: #009383;
  font-size: 16px;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa {
  margin-right: 0;
}

.spcollapsing {
  height: 0;
  overflow: hidden;
  transition-property: height;
  transition-duration: 300ms;
}

.sp-easy-accordion > .sp-ea-single {
  border: 0px solid #e2e2e2;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a {
  color: #444;
}

.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background: transparent;
  color: #444;
}

.sp-easy-accordion > .sp-ea-single {
  background: transparent;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa {
  float: right;
  color: #009383;
  font-size: 16px;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa {
  margin-right: 0;
}

.spcollapsing {
  height: 0;
  overflow: hidden;
  transition-property: height;
  transition-duration: 300ms;
}

.sp-easy-accordion > .sp-ea-single {
  border: 0px solid #e2e2e2;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a {
  color: #444;
}

.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background: transparent;
  color: #444;
}

.sp-easy-accordion > .sp-ea-single {
  background: transparent;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa {
  float: right;
  color: #009383;
  font-size: 16px;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa {
  margin-right: 0;
}

/****** Tabs ******/
.elementor-tabs-wrapper {
  gap: 0 !important;
  justify-content: center;
}

.elementor-tabs-wrapper .elementor-tab-title {
  border-radius: 10px !important;
  border: 1px solid #c4c4c4 !important;
  background-color: #fff !important;
}

.e-n-tab-title {
  border-radius: 10px !important;
  border: 1px solid #c4c4c4;
  background-color: #fff !important;
}

.elementor-tabs-wrapper .elementor-active {
  background-color: #cae9e4 !important;
  border-bottom: 3px solid #009383 !important;
  font-weight: 600 !important;
}

.e-n-tabs-heading .e-normal,
.e-n-tabs-heading .e-n-tab-title {
  width: auto !important;
  background-color: #fff !important;
  flex: 1 !important;
}

.e-n-tabs-heading .e-normal,
.e-n-tabs-heading .e-n-tab-title {
  padding: 25px 20px !important;
  border-radius: 10px !important;
  border: 1px solid #c4c4c4 !important;
}

.e-n-tabs-heading .e-normal:hover,
.e-n-tabs-heading .e-n-tab-title:hover {
  background-color: #e4f4f1 !important;
  transition: 0s;
  color: #000 !important;
  font-size: 24px !important;
}

.e-active > span {
  font-weight: 600 !important;
  color: #000;
}

.elementor-widget-n-tabs .e-n-tabs-heading {
  gap: 0 !important;
}

.e-n-tabs-heading .e-active,
.e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
  background-color: #e4f4f1 !important;
  border-bottom: 3px solid #009383 !important;
}

.e-n-tab-title-text {
  color: #009383 !important;
  font-weight: 500;
}

.e-active .e-n-tab-title-text {
  color: #009383 !important;
}

.e-n-tabs-content .e-con {
  padding: 40px;
  background-color: #00938312;
  border-radius: 10px;
}

/****** Stat section ******/
.stat-container {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.elementor-section .elementor-container {
  max-width: 1140px !important;
}

/****** CTA Banner ******/
.single .cta-banner {
  margin-top: 0 !important;
}

#od-loader-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.1);
}

/****** Online Directory ******/
.modal-practitioner-detail {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

#result-listing-online-directory .od-phone-contact,
.od-email-contact,
.od-web-contact {
  display: none !important;
}

.modal-content-practitioner-detail {
  font-family: "Open Sans";
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
}

.od-pagination-content {
  justify-content: center;
}

.od-loader {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  position: absolute;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 7;
  margin: auto;
  max-width: 1903px;
}

.od-loader img {
  max-width: 223px !important;
  top: auto !important;
}

.elementor-widget-result-listing-online-directory {
  position: relative;
}

#od-print-button {
  margin-bottom: 15px;
}

#od-print-button i {
  margin-right: 15px;
}

#od-print-button span {
  color: black !important;
  font-size: 15px !important;
}

.loader-content-filter {
  position: absolute;
  width: 200%;
  height: 116%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 7;
  top: -10px;
  left: -50%;
  right: -50%;
  margin: auto;
  max-width: 1903px;
}

.loader-content-filter img {
  max-width: 148px;
  position: relative;
  top: 7px;
}

.test-date-table .loader-content-filter {
  overflow: hidden !important;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 7;
  top: 0;
  left: -50%;
  right: -50%;
  margin: auto;
}

.test-date-table .loader-wrapper {
  display: grid;
  place-items: center;
  width: 100% !important;
  height: 100% !important;
}

.test-date-table .loader-wrapper img {
  max-width: 160px;
}

#directory-filter .verify-a-credential {
  padding: 1rem 0 !important;
  align-items: end !important;
  justify-content: space-between !important;
  border-radius: 0 !important;
}

#search-online-directory .content {
  /* width: 25%; */
}

@media screen and (min-width:768px){
  #search-online-directory .content {
  min-width:280px;
  max-width:280px;
  margin-right:25px;
 }
}

@media screen and (max-width:767px){
  .mobile-language-selector {
    padding: 0 !important;
  }

  .mobile-language-selector > div {
    padding: 0 !important;
  }

  .mobile-language-selector .elementor-icon {
    background-color: #002d5d !important;
  }

  .language-wrapper .e-con-inner {
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    padding: 0 !important;
  }

  .language-wrapper .e-con-inner div:nth-child(3) {
    width: 80%;
  }

  .language-selector {
    flex-direction: column !important;
  }

  #search-online-directory .content {
   width:100%;
  }
  
  #search-online-directory .d-flex{
   width:100%;
   flex-direction:column;
  }
  
  #search-online-directory .d-flex select{
    background-position:97% 50%;
  }
}

#search-online-directory .content h4 {
  padding-bottom: 0.5rem;
}

#search-online-directory .form-check {
  margin-bottom: 0.6rem;
}

#search-online-directory .form-check i {
  color: #009383 !important;
}

#search-online-directory .content select {
  border-radius: 3px !important;
  border: none;
  outline: none;
  background-color: white !important;
}

#search-online-directory .credential-form {
  width: 15% !important;
}

#search-online-directory .credential-form input {
  width: 100%;
  line-height: 1.5rem;
}

#search-online-directory .credential-form input:hover {
  background-color: #002d5d;
}

.elementor-widget-result-filter-online-directory #main-content {
  padding: 35px 25px;
}

.elementor-widget-result-filter-online-directory h2 {
  font-size: 20px !important;
  margin: 0;
  line-height: 20px;
}

.elementor-widget-result-filter-online-directory h4 {
  font-size: 20px;
  font-weight: 400 !important;
  margin: 0 !important;
}

.elementor-widget-result-filter-online-directory h6 {
  font-size: 14px;
  color: #757575 !important;
  text-transform: capitalize;
  margin: 0;
  padding-top: 5px !important;
}

.elementor-widget-result-filter-online-directory .form-wrap {
  border-bottom: 1px solid #0093834a;
  padding-bottom: 10px;
}

.elementor-widget-result-filter-online-directory .form-group .form-wrap select,
.elementor-widget-result-filter-online-directory .form-group .form-wrap input {
  border-radius: 3px !important;
  border: none;
  outline: none;
  background-color: white !important;
  font-size: 16px !important;
  margin-top: 10px !important;
}

.elementor-widget-result-filter-online-directory button,
input {
  border: none !important;
}

.elementor-widget-result-filter-online-directory input {
  width: 100%;
  margin-top: 10px !important;
}
#online-directory-filters-apply {
  margin-bottom: 0.5rem;
}

.elementor-widget-result-filter-online-directory button {
  width: 100%;
  color: #009383;
  border: solid 2px #009383 !important;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.elementor-widget-result-filter-online-directory button:hover {
  border: 2px solid transparent !important;
}

.elementor-widget-result-filter-online-directory button img {
  position: absolute;
  right: 80%;
}

.elementor-widget-result-filter-online-directory
  .form-group
  .form-wrap:nth-child(2)
  h6 {
  margin-bottom: 0;
}

.elementor-widget-result-filter-online-directory
  .form-group
  .form-wrap:nth-child(3)
  h6 {
  margin-bottom: 0;
}

.elementor-widget-result-filter-online-directory
  .form-group
  .form-wrap:nth-child(2)
  select,
input {
  margin-top: 0.5rem;
}

#current-page-selector-online-directory {
  width: 30px;
  line-height: inherit;
  padding: 5px;
  text-align: center;
  margin: 0 !important;
  border: 1px solid #d6e4f7 !important;
}

#current-page-selector-online-directory::-webkit-outer-spin-button,
#current-page-selector-online-directory::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

/****** Online directory pop-up ******/
.modal-practitioner-detail {
  padding-top: 162px !important;
  padding-bottom: 162px !important;
  width: 100% !important;
  font-family: "Raleway", sans-serif !important;
}

.modal-practitioner-detail .modal-content-practitioner-detail {
  max-width: 100% !important;
}

.modal-practitioner-detail .modal-content-practitioner-detail button {
  margin-bottom: 20px !important;
  float: right !important;
  outline: 0;
}

.modal-practitioner-detail .modal-content-practitioner-detail button svg {
  width: 20px !important;
}

.modal-practitioner-detail .modal-content-practitioner-detail span {
  font-size: 28px;
  font-weight: 600 !important;
  color: black !important;
  position: relative;
  top: 10px;
}

.modal-practitioner-detail .modal-content-practitioner-detail td {
  border: 1px solid #80808024 !important;
}

/****** Online Directory Pagination ******/
#result-listing-online-directory-pagination {
  justify-content: center !important;
}
.paging-input {
  max-width: 106px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid #d6e4f7;
  border-right: 1px solid #d6e4f7;
}
.paging-input > span {
  width: 30px !important;
}
.pagination-links {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0rem !important;
  /*  background-color: white !important; */
  border: 1px solid #d6e4f7;
  border-radius: 3px !important;
}
.pagination-links a {
  line-height: 32px;
  /*  width: 30px !important; */
}
.pagination-links span {
  color: black !important;
  padding: 0 10px;
}
.pagination-links > .last-page,
.prev-page {
  text-align: center;
}
.pagination-links > .first-page,
.next-page {
  text-align: center;
}
.pagination-links .button {
  padding: 0 10px !important;
  border-left: 1px solid #d6e4f7;
}
.pagination-links .button img {
  max-width: 100% !important;
  min-width: 7px !important;
}
#current-page-selector-online-directory {
  width: 30px;
  line-height: inherit;
  padding: 5px;
  text-align: center;
  margin: 0 !important;
  border: 1px solid #d6e4f7 !important;
}
#current-page-selector-online-directory::-webkit-outer-spin-button,
#current-page-selector-online-directory::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

/****** Practitioner pop-up ******/
.credential-active {
  height: auto !important;
  opacity: 1 !important;
}
.verify-a-credential-modal .user-photo img {
  width: 100% !important;
}
#elementor-popup-modal-25325 {
  align-items: center !important;
  font-family: "Raleway", sans-serif !important;
  width: 100% !important;
}
#elementor-popup-modal-25325 .dialog-message {
  min-width: 836px !important;
  height: 100% !important;
  overflow: initial;
}
#elementor-popup-modal-25325 .loader {
  display: grid !important;
  place-items: center !important;
}
#elementor-popup-modal-25325 .loader .img-fluid {
  margin-top: 70px !important;
}
.eicon-close {
  font-size: 30px !important;
}

.verify-a-credential-modal .user-details {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#elementor-popup-modal-25325
  > div
  > div.dialog-message.dialog-lightbox-message
  > div
  > section.elementor-section.elementor-top-section.elementor-element.elementor-element-d33cfa7.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle {
  padding: 15px !important;
}
#elementor-popup-modal-25325 .info-wrap p {
  width: 100% !important;
  max-width: 195px;
  margin-right: 20px;
}
#elementor-popup-modal-25325
  > div
  > div.dialog-message.dialog-lightbox-message
  > div
  > section.elementor-section.elementor-top-section.elementor-element.elementor-element-d33cfa7.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle
  > div.verify-a-credential-modal
  > div
  > div.user-details
  > div.info-wrap {
  display: flex !important;
}
#elementor-popup-modal-25325 .credential-toggle {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #dee2e6;
}
#elementor-popup-modal-25325 .disclaimer {
  font-weight: 600 !important;
}

/****** Test Date ******/
.test-date .verify-a-credential {
  padding: 35px 23px;
  font-size: 16px !important;
}

.test-date .verify-a-credential > div {
  display: flex !important;
  flex-direction: column !important;
}

.test-date .verify-a-credential > div > div {
  width: 100% !important;
  padding: 10px 0 !important;
}

.test-date .verify-a-credential > div > div > select {
  border: none !important;
  outline: none !important;
  border-radius: 3px !important;
}

input[type="date"] {
  border-radius: 3px !important;
  margin: 0 !important;
  background-image: url("/wp-content/themes/hello-theme-child-master/assets/images/calendar-date.svg");
  background-position: 93% 50%;
  background-repeat: no-repeat;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  opacity: 0;
}

.test-date .verify-a-credential > #search-test-date-form input {
  margin: 10px 0 !important;
}

.test-date .verify-a-credential > #search-test-date-form > div {
  padding: 0 !important;
}

.test-date .verify-a-credential > #search-test-date-form > div > input {
  width: 100% !important;
  border-radius: 3px !important;
  padding: 0.5rem !important;
}

.test-date
  .verify-a-credential
  > #search-test-date-form
  > div
  > input[type="search"] {
  padding-left: 1rem !important;
}

.test-date
  .verify-a-credential
  > #search-test-date-form
  > div
  > input[type="submit"] {
  border-radius: 10rem !important;
}

/****** Test Date & Online Directory Table ******/
#test-session-table,
#result-listing-online-directory {
  font-family: "Open Sans" !important;
  border-radius: 4px;
  text-align: left !important;
}

#test-session-table th {
  border: 1px solid #80808024;
}

#test-session-table td {
  border: 1px solid #80808024;
}

#result-listing-online-directory th {
  border: 1px solid #80808024;
}

#result-listing-online-directory td {
  border: 1px solid #80808024;
}

/****** Search page ******/
.search #view-list {
  display: none;
}

.search-container {
  padding: 0px 0px 25px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #0093834a;
}
.input-search {
  border-radius: 20px 20px 20px 20px !important;
  margin-bottom: 20px !important;
}
.custom-heading {
  font-size: 20px !important;
  font-weight: 400 !important;
}
.custom-label {
  padding-bottom: 10px !important;
}
.elementor-field-group .elementor-select-wrapper:before {
  display: none !important;
}

#tab-content-jobs {
  display: none;
}

.e-preview--show-hidden-elements #tab-content-jobs,
.e-preview--show-hidden-elements #tab-content-resources {
  display: block !important;
}

/****** Multimap styling ******/
.acf-map .gm-iv-address-link a {
  font-size: 12px !important;
  text-decoration: none !important;
}
.gm-iv-close {
  background-color: transparent !important;
  padding-left: 5px;
}
.gm-iv-address-link {
  position: relative !important;
  top: 0;
}
.gm-svpc > div {
  width: 40px !important;
}

.gm-iv-address {
  width: 100% !important;
}
.gmnoprint .gm-style-mtc button {
  border-radius: 0 !important;
}
.gm-control-active.gm-compass-turn {
  background-color: transparent !important;
  cursor: pointer;
  background-color: transparent;
  border: 0 none;
  height: 48px;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 14px;
  z-index: 1;
}
.gm-control-active.gm-compass-needle {
  cursor: pointer;
  background-color: transparent;
  border: 0 none;
  height: 48px;
  left: 14px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.gmnoprint.gm-style-cc {
  font-size: 10px !important;
}
#office-locations
  > div
  > div
  > div
  > div:nth-child(17)
  > div
  > div.gmnoprint.gm-style-cc
  > div:nth-child(1) {
  top: 0 !important;
}
#office-locations
  > div
  > div
  > div
  > div:nth-child(17)
  > div
  > div.gmnoprint.gm-style-cc
  > div:nth-child(2) {
  top: -5px !important;
}
#office-locations
  > div
  > div
  > div:nth-child(2)
  > div:nth-child(16)
  > div
  > div.gmnoprint.gm-style-cc
  > div:nth-child(2) {
  top: -5px !important;
}
#office-locations
  > div
  > div
  > div:nth-child(2)
  > div:nth-child(16)
  > div
  > div:nth-child(5)
  > div:nth-child(2) {
  top: -5px !important;
}

#maps-fw .elementor-widget-wrap {
  padding: 0 !important;
}

/****** Verify Crednetial (On home page) ******/
.credential-toggle {
  transition: 0.5s transform;
}

.credential-toggle > .d-flex {
  width: 100%;
  justify-content: space-between;
}

.credential-toggle .toggle-arrow {
  width: 100%;
  max-width: 15px;
  position: relative;
  right: 10px;
}

.credential-toggle.accord-active .toggle-arrow {
  transform: rotate(180deg);
}

/****** File Upload/Download box ******/
.file-upload-widget {
  max-width: 450px !important;
  font-family: Open Sans !important;
  background-color: #cae9e4 !important;
  border-radius: 10px !important;
  padding: 9px 9px !important;
  align-items: center !important;
  gap: 15px !important;
  text-decoration: none !important;
}

.file-upload-icon {
  width: 45px !important;
}

.file-upload-title {
  flex-direction: column !important;
  width: 100% !important;
  font-weight: 600 !important;
  color: #000 !important;
}

.file-upload-title p {
  margin-bottom: 2px !important;
}

.file-upload-file-name {
  color: #5a5a5a !important;
  font-weight: 400 !important;
}

.file-upload-title {
  word-break: break-word !important;
  font-size: 14px;
  line-height: 1.3;
}

.file-upload-description {
  gap: 10px !important;
  align-items: center !important;
  width: 100% !important;
  font-weight: 400 !important;
  font-size: 12px;
}

.file-upload-description p,
.file-upload-description span {
  margin-bottom: 0 !important;
  color: #5a5a5a !important;
}

.file-upload-description span {
  margin-top: -4px !important;
}

.file-upload-download-icon img {
  width: 40px !important;
}

/****** Gform confrimation styling ******/
#gform_confirmation_message_2 {
  text-align: center !important;
}

.gform-theme-button {
  border: none !important;
}

/* 
////////////////////////////////
MEDIA QUERIES / RESPONSIVE CHECK
////////////////////////////////
*/

/****** ///// BIG MOBILE ///// ******/
@media screen and (max-width: 676px) {
  .tile {
    max-width: 100% !important;
    margin-right: 0px !important;
  }

  .elementor-widget-archive_post {
    margin-top: 80px !important;
  }

  #navbar > div > div:last-child {
    align-items: center !important;
  }

  #navbar > div > div > div > div > div {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  #navbar .elementor-menu-toggle {
    padding-top: 15px !important;
  }

  #navbar {
    padding: 15px !important;
  }

  #list-view .event-tile > .d-flex {
    flex-direction: column !important;
  }
  #list-view .event-tile > .d-flex > .card-info {
    justify-content: flex-start;
    padding-top: 1rem;
  }
  #list-view .event-tile > .d-flex > div {
    width: 100% !important;
  }
  .verify-a-credential-modal .flex-wrap {
    flex-direction: column-reverse !important;
  }

  #directory-filter .verify-a-credential {
    gap: 0.5rem;
  }
  #search-online-directory .content {
    width: 100% !important;
  }
  #search-online-directory .credential-form {
    margin: 0;
    width: 100% !important;
  }

  #search-online-directory .form-check {
    margin: 0;
  }

  input[type="date"] {
    background-image: url(/wp-content/uploads/2023/04/calendar-date.svg);
    background-repeat: no-repeat;
    background-position: 93%;
    background-size: 5%;
    padding: 1.5rem !important;
    appearance: none !important;
  }

  .modal-practitioner-detail {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .modal-practitioner-detail .modal-content-practitioner-detail {
    overflow-x: scroll !important;
  }
  .modal-practitioner-detail .modal-content-practitioner-detail span {
    top: 8px;
  }

  .modal-practitioner-detail .modal-content-practitioner-detail button {
    content: "x" !important;
  }

  .test-date .verify-a-credential > div > div {
    width: 100% !important;
  }

  .test-date .verify-a-credential > div > div > select {
    background-color: white !important;
  }

  .test-date .verify-a-credential > #search-test-date-form > div {
    width: 100% !important;
  }

  .test-date
    .verify-a-credential
    > #search-test-date-form
    > div
    > input[type="search"] {
    margin-top: 0 !important;
  }

  /* table */
  .test-date-table .verify-a-credential {
    overflow-x: scroll !important;
  }

  .loader-content-filter {
    position: absolute;
    width: 200%;
    height: 110%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 7;
    top: -3%;
    left: -50%;
    right: -50%;
    margin: auto;
    max-width: 1903px;
  }
  .loader-content-filter img {
    top: 100px;
  }

  .tile {
    margin-right: 10px !important;
  }
}

/****** ///// MEDIUM MOBILE ///// ******/
@media screen and (max-width: 480px) {
  header > div > div:last-child .verify-a-credential {
    padding: 24px 15px;
  }

  .verify-a-credential .credential-form input[type="text"] {
    min-width: 180px;
  }

  .verify-a-credential .credential-form #vac-submit {
    padding-right: 15px;
  }

  .overlay-realign .elementor-background-overlay {
    background-image: linear-gradient(
      360deg,
      #ffffff 50%,
      #ffffff00 70%
    ) !important;
  }

  header nav .sub-menu a {
    max-width: 350px;
  }

  header .small-menu-list li a {
    font-size: 14px !important;
  }

  header
    .menu-social-list
    .elementor-social-icons-wrapper
    .elementor-grid-item:first-child:before {
    font-size: 14px !important;
  }

  .elementor-nav-menu > .menu-item-has-children > .sub-menu > .menu-item a {
    margin-left: 10px !important;
    padding-left: 10px !important;
  }

  header
    nav
    .elementor-nav-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item-has-children
    .sub-arrow {
    right: 35px !important;
  }

  header
    nav
    .elementor-nav-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item-has-children
    .sub-menu
    a {
    padding-left: 30px !important;
  }

  header
    nav
    .elementor-nav-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item-has-children
    .sub-menu
    a:before {
    right: 12px;
  }

  #list-view .tile {
    flex-direction: column;
    max-width: 0%;
  }

  #list-view .image {
    width: 100% !important;
  }

  #list-view .image img {
    max-height: 191px;
  }

  .overflow {
    overflow-x: scroll;
  }

  .quick-menu .elementor-widget-wrap {
    padding: 15px !important;
  }
}

/****** ///// TABLET AND BELOW ///// ******/
@media (max-width: 767px) {
  .elementor-tabs-content-wrapper > div {
    border-bottom: 1px solid #cae9e4 !important;
  }

  header.bg-primary .elementor-widget-n-menu .e-n-menu .e-n-menu-items-content {
    overflow-y: scroll !important;
  }

  .elementor-toc__header,
  .elementor-toc__body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .elementor-tab-mobile-title[aria-expanded="true"]:after {
    display: block;
    content: url(/wp-content/uploads/2023/06/minus-solid.svg);
    width: 18px !important;
    float: right;
  }

  .elementor-tab-mobile-title[aria-expanded="false"]:after {
    display: block;
    content: url(/wp-content/uploads/2023/06/plus-solid.svg);
    width: 18px !important;
    float: right;
  }

  .elementor-widget-n-tabs .e-n-tab-title {
    justify-content: start !important;
    padding: 10px !important;
  }

  .elementor-widget-n-tabs .e-n-tab-title[aria-expanded="true"]:after {
    display: block;
    content: url(/wp-content/uploads/2023/06/minus-solid.svg);
    width: 18px !important;
    float: right;
  }
  .elementor-widget-n-tabs .e-n-tab-title[aria-expanded="false"]:after {
    display: block;
    content: url(/wp-content/uploads/2023/06/plus-solid.svg);
    width: 18px !important;
    float: right;
  }

  .e-n-tab-title-text {
    font-size: 24px !important;
    color: black !important;
  }

  .elementor-widget-n-tabs .e-n-tab-title:not(.e-active) {
    background-color: white !important;
    justify-content: space-between !important;
  }

  .elementor-widget-n-tabs .e-n-tab-title:is(.e-active) {
    background-color: #e4f4f1 !important;
    justify-content: space-between !important;
  }

  .elementor-widget-n-tabs .e-n-tab-title:is(.e-active) > .e-n-tab-title-text {
    font-weight: 400 !important;
    color: #009383 !important;
  }

  .glossary-toc .elementor-toc__list-wrapper {
    display: flex;
  }

  .elementor-54
    .elementor-element.elementor-element-ccc77e2
    > .elementor-widget-container {
    margin-top: 0 !important;
    margin-left: 40px !important;
  }
}

/****** ///// BIG TABLET AND BELOW ///// ******/
@media screen and (max-width: 992px) {
  header .elementor-search-form {
    border: none !important;
  }

  .nav-search .elementor-search-form input {
    opacity: 1;
    color: #000;
  }
}

/****** ///// BIG TABLET AND ABOVE ///// ******/
@media screen and (min-width: 992px) {
  header.bg-primary .elementor-menu-toggle,
  header.bg-primary .elementor-menu-toggle i,
  header.bg-primary .elementor-menu-toggle span {
    color: #fff !important;
  }

  .elementor-location-header {
    min-height: 130px;
  }

  .page-id-54 .elementor-location-header {
    min-height: 0 !important;
  }

  .our-services .tile-card img {
    min-height: 185px;
  }

  header .logo-wrapper img {
    min-width: 69px;
  }

  header .elementor-menu-toggle.elementor-active:after {
    content: "Close";
  }

  header .elementor-menu-toggle:after {
    content: "Menu";
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
  }

  header .elementor-menu-toggle {
    min-width: 93px;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .featured-carousel .image img {
    min-height: 307px;
  }

  .slick-header {
    max-width: 1120px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 16px;
  }

  /* Sticky Sidebar */
  .sticky-sidebar {
    position: sticky;
    top: 20px !important;
  }

  .sticky-sidebar.affix .elementor-widget-wrap {
    margin-top: 100px;
    transition: margin-top 0.5s ease-in-out;
  }

  .t-12 {
    top: 120px !important;
  }

  .tile img {
    max-height: 141px;
    object-fit: cover;
  }

  .elementor-widget-archive_post .d-flex .tile {
    margin-right: 15px;
  }

  .elementor-widget-archive_post .d-flex .tile:nth-child(3n) {
    margin-right: 0px;
  }
}

/****** ///// SMALL LAPTOP AND ABOVE ///// ******/
@media screen and (min-width: 768px) {
  .post-carousel .tile-carousel {
    width: 190px !important;
  }

  #od-print-button {
    position: absolute;
    right: 25px;
    top: -35px;
  }

  .h3 {
    font-size: 32px !important;
  }

  .h4 {
    font-size: 26px !important;
  }

  ul li {
    word-break: break-word;
  }

  .w-auto-md,
  .w-auto-md .elementor-button {
    width: auto !important;
  }

  .flex-direction-md-row {
    flex-direction: row !important;
  }

  .align-items-md-start {
    align-items: start !important;
  }

  .d-md-block {
    display: block !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  #quick-menu .elementor-container .elementor-column:first-child {
    width: 30% !important;
  }

  #quick-menu .elementor-container .elementor-column:last-child {
    width: 30% !important;
  }

  #quick-menu .elementor-container .elementor-column:nth-child(2n) {
    width: 40% !important;
  }

  header .elementor-item.has-submenu {
    opacity: 0.5;
  }

  .home header .elementor-item.has-submenu {
    opacity: 1;
  }

  header .elementor-nav-menu .menu-item.active .elementor-item.has-submenu {
    opacity: 1 !important;
  }

  header .elementor-item.has-submenu.highlighted {
    opacity: 1;
  }

  header .current_page_item .elementor-item.has-submenu,
  header .current-menu-parent .elementor-item.has-submenu {
    opacity: 1;
  }

  header .current_page_item .sub-menu,
  header .current-menu-parent .sub-menu {
    display: block;
    transition: all 0.5s;
  }

  header#header-design-one .menu-wrapper {
    display: flex;
    width: 100%;
    padding-bottom: 50px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  header#header-design-one nav .menu-wrapper > ul li > .sub-menu {
    position: initial;
  }

  header#header-design-one nav li.hover .sub-menu {
    display: block !important;
  }

  header#header-design-one nav .menu-wrapper > ul > li > a {
    padding-bottom: 0 !important;
  }

  header#header-design-one nav .menu-wrapper > ul > li > a {
    min-height: 81px;
    line-height: 40px;
  }

  header nav li a {
    background-color: transparent !important;
  }

  header nav .sub-menu {
    width: auto !important;
    position: absolute;
    right: 50px;
    top: 11% !important;
    left: auto !important;
    min-width: 491px !important;
    max-width: 491px !important;
    height: 100%;
    max-height: 425px;
  }

  header nav .sub-menu li a {
    font-size: 23px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 35px !important;
    background: transparent !important;
  }

  header#header-design-one .other-menu {
    position: relative;
    top: 50px;
    height: 100%;
  }

  header#header-design-two .other-menu {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }

  header#header-design-two
    nav
    > ul.elementor-nav-menu
    li
    a:not(.sub-menu li a) {
    font-size: 31px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 15px;
  }

  header#header-design-two nav > ul.elementor-nav-menu > li {
    margin-bottom: 25px;
  }

  header#header-design-two nav .elementor-nav-menu {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  header#header-design-two nav .elementor-nav-menu > li {
    flex-grow: 1;
    width: 33%;
  }

  header#header-design-two nav > .elementor-nav-menu > li > .sub-menu {
    position: initial !important;
    display: block !important;
    opacity: 0;
    height: 0;
    transition: opacity 0.5s;
  }

  header#header-design-two nav > .elementor-nav-menu > li.active > .sub-menu {
    opacity: 1;
    height: 100%;
  }

  header#header-design-two .small-menu-list,
  header#header-design-two .menu-social-list {
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
  }

  header#header-design-two .hover .sub-menu {
    display: block !important;
  }

  header#header-design-two nav .elementor-nav-menu .sub-menu .sub-menu {
    margin-left: 75px !important;
  }

  header#header-design-two .other-menu li a:hover {
    font-weight: 400 !important;
  }

  header#header-design-one
    nav
    .menu-wrapper
    > ul.elementor-nav-menu
    li
    a:not(.sub-menu li a) {
    font-size: 35px !important;
  }

  header#header-design-one nav .sub-menu li a {
    font-size: 20px !important;
  }

  header nav .menu-item-has-children .sub-arrow {
    display: none !important;
  }

  header nav .sub-menu .menu-item-has-children > .sub-menu {
    visibility: hidden;
    height: 0;
    transition: all 0.5s;
  }

  header nav .sub-menu .menu-item-has-children > .sub-menu a:before {
    content: "-";
    position: relative;
    right: 10px;
  }

  header
    nav
    .elementor-nav-menu
    > .menu-item-has-children
    > .sub-menu
    > .menu-item
    a:hover:after {
    content: url("/wp-content/themes/hello-theme-child-master/assets/images/menu-arrow.svg");
    position: absolute;
    right: 0;
  }

  header nav .drop-main-menu .elementor-icon-list-item a:hover:after {
    content: url("/wp-content/themes/hello-theme-child-master/assets/images/menu-arrow.svg");
    position: absolute;
    right: 0;
  }

  header nav .menu-item {
    position: initial !important;
  }

  header
    nav
    .elementor-nav-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item-has-children
    .sub-menu {
    position: relative !important;
    margin-left: 70px !important;
    margin-top: 0 !important;
  }

  header nav .sub-menu.sub-active {
    visibility: initial !important;
    height: auto !important;
  }

  header nav .sub-menu a {
    max-width: 92%;
  }

  header .elementor-nav-menu > .menu-item-has-children.active > .sub-menu {
    display: block;
  }

  #mobile-search {
    display: none !important;
  }
}

/****** ///// SMALL LAPTOP AND BELOW ///// ******/
@media screen and (max-width: 1199px) {
  .elementor-widget-archive_post .d-flex {
    /*    justify-content: space-evenly !important; */
  }
  .elementor-widget-archive_post .d-flex .tile:nth-child(3n) {
    margin-right: 15px !important;
  }
  .elementor-widget-archive_post .d-flex .tile {
    margin-right: 15px !important;
  }

  .post-carousel .tile h5 {
    font-size: 20px !important;
    min-height: 96px !important;
  }
}

/****** ///// MEDIUM LAPTOP AND ABOVE ///// ******/
@media screen and (min-width: 1025px) {
  header nav .drop-main-menu .elementor-icon-list-text {
    max-width: 232px;
  }

  header.bg-primary {
    background-color: #009383 !important;
  }

  header.bg-primary .elementor-button-link {
    background-color: #fff !important;
    color: #009383 !important;
  }

  header.bg-primary .elementor-button-link span {
    color: #009383 !important;
  }

  header.bg-primary .elementor-button-link:hover {
    color: #fff !important;
    background-color: #002d5d !important;
  }

  header.bg-primary .elementor-button-link:hover span {
    color: #fff !important;
  }

  header.bg-primary .elementor-menu-toggle,
  header.bg-primary .elementor-menu-toggle i,
  header.bg-primary .elementor-menu-toggle span {
    color: #fff !important;
  }

}
/****** ///// SMALL DESKTOP AND ABOVE ///// ******/
@media screen and (min-width: 1200px) {
  .post-carousel {
    margin-left: 0%;
    padding-bottom: 30px;
  }
}
/****** ///// MEDIUM DESKTOP AND ABOVE ///// ******/
@media screen and (min-width: 1600px) {
  .post-carousel {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

/****** ///// BIG DESKTOP AND BELOW ///// ******/
@media screen and (max-width: 1650px) {
  .post-carousel .tile {
    margin-right: 10px;
  }
}

/****** ///// BELOW SMALL DESKTOP ///// ******/
@media screen and (max-width: 1199px) {
  .verify-a-credential .credential-form input[type="text"] {
    min-width: 190px;
  }

  .our-services {
    overflow-x: scroll;
  }

  .our-services .d-flex {
    width: 1110px;
  }

  header nav .sub-menu {
    right: 0px;
    min-width: 430px !important;
    max-width: 430px !important;
  }

  .event-tile {
    max-width: 100% !important;
    min-height: 100% !important;
    margin-bottom: 2rem !important;
  }
  #elementor-popup-modal-25325 .dialog-message {
    min-width: 100% !important;
  }
  .verify-a-credential-modal .flex-wrap {
    flex-direction: column-reverse !important;
  }
  .verify-a-credential-modal .user-photo {
    width: 100% !important;
    text-align: center;
  }
  .verify-a-credential-modal .user-photo img {
    min-width: 100% !important;
  }
}

/****** ///// LAPTOP AND BELOW ///// ******/
@media screen and (min-width: 1024px) {
  .post-carousel .tile-carousel {
    width: 235px !important;
  }
}
@media screen and (max-width: 1024px) {
  header .elementor-search-form__container {
    background-color: #fff !important;
    border-radius: 10rem;
  }

  header.bg-primary
    .elementor-widget-n-menu
    .e-n-menu
    .e-n-menu-items-content
    .drop-main-menu {
    overflow: scroll;
    height: 100vh;
  }

  header .drop-main-menu .elementor-element-6911567c {
    display: block !important;
    width: 100%;
  }

  header
    .drop-main-menu
    .elementor-element-6911567c
    .elementor-widget-container {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }

  header
    .drop-main-menu
    .elementor-element-6911567c
    .elementor-widget-container
    .elementor-search-form__container {
    width: 100%;
    border-radius: 24px !important;
  }

  header .eicon-menu-bar:before {
    width: 52px;
    content: url("/wp-content/uploads/2023/03/mobile-menu.svg");
  }

  header .eicon-close:before {
    content: url("/wp-content/uploads/2023/03/close.svg");
  }

  header #ele-mega-menu {
    margin-left: 10px;
  }

  header .e-n-menu-items-content.e-active .e-con-boxed {
    display: flex !important;
  }

  header .e-n-menu-items-content > .e-n-menu-item-title {
    display: none !important;
  }

  header #ele-mega-menu .e-n-menu-items-content.e-active .drop-main-menu {
    top: 19px !important;
  }

  header .e-n-menu-items-content .e-con-inner {
    flex-direction: column;
  }

  header nav .elementor-nav-menu li {
    max-width: 470px;
  }

  header .e-n-menu-items-content h5 {
    border-bottom: 0 !important;
    min-height: initial !important;
    padding-bottom: 0 !important;
  }

  header .e-n-menu-items-content h5 a {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  header
    .e-n-menu-items-content
    .drop-main-menu
    .e-con
    > div:not(.elementor-widget-heading) {
    display: none;
  }

  header .drop-main-menu .page-has-children {
    position: relative;
  }

  header .drop-main-menu .page-has-children .sub-arrow {
    right: 15px;
    color: #fff;
  }

  header .drop-main-menu .page-has-children .sub-arrow i {
    color: #fff;
  }

  header .drop-main-menu .page-has-children .elementor-widget-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .drop-main-menu .e-con-inner {
    row-gap: initial !important;
    height: auto !important;
  }

  header #ele-mega-menu .other-menu .small-menu-list a,
  header #ele-mega-menu .other-menu .menu-social-list a {
    font-size: 14px !important;
  }

  header .menu-social-list .elementor-social-icon {
    padding: 15px !important;
  }

  header .small-menu-list,
  header .menu-social-list {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  header .menu-social-list {
    margin-left: 0 !important;
  }

  header .small-menu-list {
    margin-bottom: 0 !important;
  }

  header .small-menu-list .elementor-icon-list-items {
    margin-right: 0 !important;
  }

  header .drop-main-menu .e-con-inner .e-con {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  header.bg-primary {
    background-color: #fff;
    transition: none;
  }

  header .elementor-nav-menu > .menu-item > a {
    font-size: 40px !important;
  }

  .view-news {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
    height: 50px !important;
  }

  .slick-track {
    width: 2572px !important;
  }

  header .sub-arrow {
    transform: rotate(0);
    transition: transform 0.3s;
  }

  header .sub-menu-active .sub-arrow {
    transform: rotate(180deg);
  }

  header .page-has-children .elementor-widget-icon-list ul {
    padding-left: 10px !important;
    padding-right: 15px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  header nav .drop-main-menu .page-has-children {
    width: 100% !important;
    padding-right: 15px !important;
  }

  header.bg-primary .logo-wrapper .elementor-heading-title {
    color: #000 !important;
  }

  header .elementor-widget-n-menu .e-n-menu {
    position: relative;
    top: 4px;
  }
}

@media screen and (max-width: 991px) {
  #navbar {
    background-color: #fff !important;
  }

  /* Stat section */
  .stat-container > div > div {
    width: 24% !important;
  }

  .verify-a-credential .credential-form {
    margin-top: 20px;
  }

  header .elementor-menu-toggle {
    min-width: 64px;
  }

  header .elementor-menu-toggle i {
    font-size: 46px;
  }

  header .elementor-menu-toggle i:before {
    display: none;
  }

  header .elementor-menu-toggle i:after {
    width: 52px;
    content: url("/wp-content/uploads/2023/03/mobile-menu.svg");
  }

  header .elementor-menu-toggle.elementor-active i:after {
    content: url("/wp-content/uploads/2023/03/close.svg");
  }
}

@media screen and (max-width: 850px) {
  header .elementor-nav-menu > .menu-item > a {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 767px) {

  #od-print-button {
    margin-top: 15px;
  }

  /* Stat section */
  .stat-container > div > div {
    width: 50% !important;
    margin: 0 !important;
  }

  .view-news {
    justify-content: flex-start !important;
    margin-left: 20px !important;
  }

  .cta-banner .elementor-column-gap-default .elementor-column:first-child {
    order: 2;
  }

  .cta-banner .elementor-column-gap-default .elementor-column:last-child {
    order: 1;
  }

  .cta-banner .elementor-button-icon {
    margin-left: 0;
    position: absolute;
    right: 21%;
  }

  .cta-banner .elementor-button {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-banner .elementor-button-wrapper {
    text-align: center;
  }

  .cta-banner .elementor-button-wrapper .elementor-button-link {
    position: relative;
  }

  .featured-carousel .content {
    margin-left: 0;
  }

  .our-services .d-flex {
    width: 960px;
  }

  .our-services .tile-card {
    max-width: 320px;
    margin-right: 15px;
  }

  #quick-menu a {
    font-size: 20px;
  }

  .overlay-realign {
    margin-bottom: -100px;
  }

  .overlay-realign .elementor-background-overlay {
    background-image: linear-gradient(
      360deg,
      #ffffff 32%,
      #ffffff00 56%
    ) !important;
    filter: brightness(118%) contrast(174%) saturate(120%) blur(0px)
      hue-rotate(0deg) !important;
    top: 0px;
    left: 0px;
  }

  .fw-btn .elementor-button-link {
    width: 100%;
  }

  .banner-content {
    position: relative;
    top: 100px;
  }

  .post-carousel .tile {
    margin-right: 5px;
  }

  header .elementor-nav-menu > .menu-item > a {
    font-size: 22px !important;
    line-height: 28px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  header nav .elementor-nav-menu li {
    max-width: 100%;
  }

  header .elementor-nav-menu--dropdown {
    margin-top: 20px !important;
  }

  #navbar .sub-arrow {
    position: absolute;
    right: 26px;
  }

  header nav .sub-menu a {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 32px;
  }

  header nav .sub-menu a:hover,
  header nav .sub-menu a:focus {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 32px;
  }

  header .small-menu-list li a {
    font-size: 15px !important;
    transition: 0 !important;
  }

  header .small-menu-list li {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-right: 0px !important;
  }

  header .small-menu-list li:after {
    right: -8px !important;
  }

  header
    .menu-social-list
    .elementor-social-icons-wrapper
    .elementor-grid-item:first-child:before {
    font-size: 15px !important;
  }

  header .elementor-nav-menu > .menu-item > a {
    opacity: 1 !important;
  }

  nav.elementor-nav-menu--dropdown {
    height: 536px;
    overflow-y: scroll;
  }

  #mobile-search {
    margin-top: 40px !important;
    margin-bottom: -30px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #mobile-search input {
    height: 44px;
  }

  #mobile-search .elementor-search-form__container {
    min-height: 44px !important;
  }

  #mobile-search .elementor-search-form {
    position: relative;
  }

  #mobile-search .elementor-search-form__submit {
    position: absolute;
    min-height: 44px;
    right: 10px;
    background-image: url("/wp-content/themes/hello-theme-child-master/assets/images/search.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 22px;
    background-color: transparent;
  }

  #mobile-search .elementor-search-form__submit i {
    display: none;
  }

  #mobile-search input[type="search"]::-webkit-search-decoration,
  #mobile-search input[type="search"]::-webkit-search-cancel-button,
  #mobile-search input[type="search"]::-webkit-search-results-button,
  #mobile-search input[type="search"]::-webkit-search-results-decoration {
    display: none;
  }

  #mobile-search input[type="search"] {
    padding-right: 50px;
  }

  header
    nav
    .elementor-nav-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item-has-children
    .sub-menu {
    margin-top: 0 !important;
  }

  header
    nav
    .elementor-nav-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item-has-children
    .sub-menu
    a {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 50px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  header
    nav
    .elementor-nav-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .menu-item-has-children
    .sub-menu
    a:before {
    content: "-";
    position: relative;
  }

  .elementor-tabs-content-wrapper > div {
    border-bottom: 1px solid #cae9e4 !important;
  }

  .pagingInfo {
    display: none;
  }

  .sticky {
    top: -12px;
  }

  .elementor-nav-menu
    > .menu-item-has-children
    > .sub-menu
    > .menu-item-has-children
    > .has-submenu:before {
    content: "" !important;
  }
}

@media screen and (max-width: 767px) {
  header #ele-mega-menu .e-n-menu-items-content.e-active .drop-main-menu {
    top: 7px !important;
  }
}

@media screen and (max-width: 480px) {
  .quick-menu .elementor-widget-wrap .elementor-widget-container {
    margin-left: 5px !important;
  }

  .quick-menu .elementor-widget-wrap {
    flex-wrap: nowrap;
  }

  /* Wrap header items into one line */
  .elementor-element-48d2c765 .elementor-widget-wrap {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  header.bg-primary
    .elementor-widget-n-menu
    .e-n-menu
    .e-n-menu-items-content
    .drop-main-menu {
    height: 90vh;
  }
}

@media screen and (min-width: 1440px) {
  .post-carousel .tile-carousel {
    width: 275px !important;
  }
}

/****** ///// PRINT ///// ******/
@media print {
  body {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-family: "Raleway", sans-serif !important;
  }

  #od-table-content-print a {
    color: #009383 !important;
    font-size: 12px !important;
    text-decoration: none !important;
  }

  #od-table-content-print th,
  #od-table-content-print td {
    padding: 15px !important;
  }

  #od-table-content-print th {
    border: none !important;
  }

  #od-table-content-print td {
    border: 2px solid #f2f2f2 !important ;
  }

  #od-table-content-print td:last-child {
    text-align: center !important;
  }

  #od-table-content-print {
    width: 100% !important;
  }

  #result-listing-online-directory .od-icon-phone-contact,
  .od-icon-email-contact,
  .od-icon-web-contact {
    display: none !important;
  }

  #result-listing-online-directory .od-phone-contact,
  .od-email-contact,
  .od-web-contact {
    display: block !important;
  }
}

/* Elementor Mega menu */
.drop-main-menu {
  position: relative !important;
  top: 39px !important;
  padding-top: 15px;
  padding-bottom: 50px;
}

.drop-main-menu .elementor-heading-title a {
  font-family: "Raleway", Sans-serif;
  font-weight: 700 !important;
}

.drop-main-menu .elementor-heading-title {
  display: flex;
  align-items: center;
  min-height: 75px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

#ele-mega-menu .e-n-menu-title-text {
  color: #000;
}

#ele-mega-menu .e-active .e-n-menu-item-icon-opened i,
#ele-mega-menu .e-active .e-n-menu-item-title-text {
  color: #fff !important;
}

#ele-mega-menu .e-n-menu-dropdown-icon {
  order: 1;
}

#ele-mega-menu .e-n-menu-title-container {
  order: 2;
}

#ele-mega-menu .fa-bars:before {
  font-size: 24px;
}

#ele-mega-menu .e-n-menu-dropdown-icon-closed{
  margin-right:15px;
}

#ele-mega-menu .e-n-menu-dropdown-icon-opened {
  width: 30px;
}

#ele-mega-menu .e-n-menu-dropdown-icon-opened i:before {
  font-size: 24px !important;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\e87f" !important;
  color:#fff;
}

#ele-mega-menu .small-menu-list {
  margin-bottom: 25px;
}

#ele-mega-menu .menu-social-list {
  padding-bottom: 0;
}

#ele-mega-menu .other-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

#ele-mega-menu .other-menu .small-menu-list {
  margin-left: 0;
  padding-left: 0;
}

#ele-mega-menu .other-menu .menu-social-list {
  margin-right: 0;
  padding-right: 0;
}

#ele-mega-menu .other-menu .small-menu-list a,
#ele-mega-menu .other-menu .menu-social-list a {
  font-size: 18px !important;
}

@media screen and (max-width:1024px){
  #ele-mega-menu .e-con-inner{
    flex-direction:column;
  }
  
  #ele-mega-menu .elementor-widget-search-form{
    display:none !important;
  }
  
  #ele-mega-menu .e-n-menu-title{
    display:none;
  }
  
  #ele-mega-menu .drop-main-menu{
    display:flex !important;
    top:25px !important;
  }
  
  #ele-mega-menu .drop-main-menu .elementor-heading-title{
    border-bottom:0;
    min-height:initial !important;
    padding-bottom:0;
  }
  
  #ele-mega-menu .e-n-menu-toggle{
    background-color:transparent;
  }
  
}

@media screen and (max-width:767px){
  #ele-mega-menu .drop-main-menu{
    top:10px !important;
  }
}

/* Filter Bar landscape view for mobile */
@media screen and (min-width: 678px) and (max-width: 767px) {
  #filter-bar .elementor-field-type-select {
    margin-top: 6px;
  }
  .elementor-field-group .elementor-select-wrapper select {
    padding-right: 150px;
  }
  .elementor-widget-archive_post .d-flex {
    justify-content: space-evenly !important;
  }
}

/* @media screen and (max-width:678px){
  #result-listing-online-directory th {
  padding: 5px;
}
} */

/* Fix issue with background size */
.page .elementor-top-section {
  background-size: cover;
  background-repeat: no-repeat;
}

.elementor-widget-table-of-contents .elementor-toc__header {
  padding-bottom: 5px;
  padding-top: 0;
  margin-top: -10px;
}

.elementor-widget-table-of-contents .elementor-toc__body {
  padding-top: 0;
}

.elementor-hidden-mobile .breadcrumbs {
  color: #fff !important;
}

@media only screen and (max-width: 600px) {
  #list-view .content:not(.no-img) {
    margin-left: 0 !important;
  }
}

header .e-n-menu-item-title-container {
  display: flex;
}

@media screen and (max-width: 991px) {
  .drop-main-menu .e-con-inner {
    flex-direction: column !important;
  }
}

.elementor-widget-post-carousel .slick-list {
  padding: 10px !important;
}

.cky-notice {
  max-width: 1685px;
  margin-left: auto;
  margin-right: auto;
}

.cky-notice-des a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.cky-notice-des a:hover {
  color: #fff !important;
}

.cky-title {
  display: none;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

.otgs-development-site-front-end {
  display: none !important;
}

.error404 .elementor-widget-search-form .elementor-widget-container {
  margin-top: 0 !important;
}

@media screen and (max-width: 1300px) {
  .cky-consent-container {
    z-index: 99999999999 !important;
  }
}

@media screen and (min-width: 1300px) {
  .home .elementor-element-bad8b14 {
    position: relative;
    top: 20px;
  }
}

/* WPML */
.wpml-ls-link span,
.wpml-ls-item a {
  color: #009383;
}

/* Email share button */

#email-share-button{
  background-color:transparent;
  padding-top: unset;
}

#email-share-button svg{
  max-width:20px;
}

#practitioner-detail-share{
  float: right !important;
  margin-top: 10px;
}

/* Surname capitalise on online directory */
#result-listing-online-directory tbody > tr >td:first-child{
  text-transform: capitalize;
}

#practitioner-detail-name{
 text-transform: capitalize;
}

.elementor-widget-result-listing-online-directory .results{
  display: flex;
  align-items: center;
  width: fit-content;
  float: right;
  position: relative;
  top: -36px;
}

.elementor-widget-result-listing-online-directory label{
  color:#000;
  margin-right:15px;
}

.elementor-widget-result-listing-online-directory select{
  width: fit-content;
  background-color: #fff;
  border: 0;
}

/* Select2 dropdown */

.select2-selection{
  width: 100%;
  border: 0 !important;
  height: 40px !important;
  border-radius: 3px !important;
  padding: 0.4rem 0.5rem;
  transition: all .3s;
  appearance: none !important;
  background-image: url(/wp-content/themes//hello-theme-child-master/assets/images/dropdown.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 93% 50%;
}

.select2-selection__arrow{
  display: none;
}

.select2-results__option{
  color:#000;
}

.select2-container--open .select2-dropdown{
  top:-7px;
}

.select2-results__options {
  scrollbar-color: #009383 #CAE9E4;
}

.select2-selection__rendered{
  color:#000 !important;
}

.select2-search__field{
  border-radius: 0 !important;
  border-bottom: 1px solid #aaa !important;
}

/* Online directory revamp */

.language-selector {
  display: flex;
  align-items: center;
}

.language-selector p {
  margin: 0;
  width: 100%;
}

.language-selector .language-dropdown {
  border: none;
  background-color: transparent !important;
  border-bottom: solid 2px #009383;
}