/**
 * Clay 3.141.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.141.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,300,0..1,0");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css?t=1754918962416");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20,100,1,200&icon_names=favorite,home,search,settings");
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.user-avatar-link {
  display: block;
  position: relative;
}
.user-avatar-link .panel-notifications-count {
  display: block;
  margin: 0;
  max-width: none;
  position: absolute;
  right: calc(100% - 0.7rem);
  top: -0.4rem;
}
.user-avatar-link .text-default {
  align-items: center;
  display: flex;
}
.user-avatar-link .text-default .user-full-name {
  margin-left: 0.5rem;
}
@media (max-width: 575.98px) {
  .user-avatar-link .text-default .user-full-name {
    display: none;
  }
}

.user-personal-bar .fieldset {
  position: relative;
}
.user-personal-bar .user-avatar-link .panel-notifications-count {
  right: calc(100% - 1rem);
  top: -0.6rem;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info .h4,
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(
		100vh - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    background-color: #fff;
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h4,
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6,
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item .h6 + .h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

@media (max-width: 991.98px) {
  ul.pagination ul.inline-scroller {
    max-height: inherit;
  }
}
.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6c757d;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #6c757d;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #24a892;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #ff4d4d;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ff6200;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #bf66ff;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #0099e6;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #ff4db2;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6c757d;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #66abff;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff6200;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4d4d;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #24a892;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4db2;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #53a117;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf66ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #b38900;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #0099e6;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M15%203H1a1%201%200%200%201%200-2h14a1%201%200%200%201%200%202Zm0%206H1a1%201%200%200%201%200-2h14a1%201%200%200%201%200%202ZM1%2015h14a1%201%200%200%200%200-2H1a1%201%200%200%200%200%202Z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  height: 28px;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
  height: 12px;
  width: 12px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
  height: 16px;
  width: 16px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-97%);
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    align-items: center;
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  transition: border-color 0.15s ease;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
@font-face {
  font-family: "Dubai Regular";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Dubai Regular"), url("../fonts/dubai-fonts/Dubai-Regular.woff") format("woff");
}
@font-face {
  font-family: "Dubai Light";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Dubai Light"), url("../fonts/dubai-fonts/Dubai-Light.woff") format("woff");
}
@font-face {
  font-family: "Dubai Medium";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Dubai Medium"), url("../fonts/dubai-fonts/Dubai-Medium.woff") format("woff");
}
@font-face {
  font-family: "Dubai Bold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Dubai Bold"), url("../fonts/dubai-fonts/Dubai-Bold.woff") format("woff");
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqauLY1HY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqY-LY1HY.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqa-LY1HY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZOLY1HY.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaOLY1HY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqaeLY1HY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LY.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wIaZfrc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wsaZfrc.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wMaZfrc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wwaZfrc.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wAaZfrc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3wEaZfrc.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3w8aZQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*-----------------------------------------------------------------------------------
Template Name: Dubai health
Version: 1.0.0
*/
/*-----------------------------------------------------------------------------------

  Template Name: Dubai health

  Version: 1.0.0
*/
/************ TABLE OF CONTENTS ***************

  01. 

**********************************************/
/*-----------------------------------------------------------------------------------

  Template Name: Dubai health
  Author: Webstrot
  Version: 1.0.0
*/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  transition: all 0.4s ease;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  transition: all 0.4s ease;
  overflow-x: hidden;
  font-family: "Dubai Regular";
  box-sizing: border-box;
  scroll-behavior: smooth;
}

input:focus,
.form-control:focus,
button:focus,
.form-check-input:focus {
  box-shadow: unset;
  outline: none;
  transition: all 0.4s ease;
}

/* Hide the spin buttons in WebKit browsers */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide spin buttons in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

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

button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  transition: all 0.4s ease;
  margin: 0;
}

a {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  transition: all 0.4s ease;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
  margin: 0;
  padding: 0;
  padding: 0;
  margin: 0;
}
a:hover {
  text-decoration: none;
}

.display1 {
  font-size: 60px;
}

.heading1 {
  font-size: 36px;
}

.heading2 {
  font-size: 26px;
}

.heading3 {
  font-size: 24px;
}

.heading4 {
  font-size: 20px;
}

.subHeading1 {
  font-size: 22px;
}

.subHeading2 {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  transition: all 0.4s ease;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Dubai Regular";
  color: #002F70;
  transition: all 0.4s ease;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.4s ease;
}
ul li {
  list-style: none;
  transition: all 0.4s ease;
}

.paddingTop40 {
  padding-top: 40px 0px 0px 0px;
}

.paddingBottom40 {
  padding-bottom: 0px 0px 40px 0px;
}

.paddingTop50 {
  padding-top: 50px;
}

.paddingBottom50 {
  padding-bottom: 50px;
}

.paddingTopBottom40 {
  padding: 40px 0;
}

.paddingTopBottom50 {
  padding: 50px 0;
}

.paddingTop80 {
  padding-top: 80px;
}

.paddingBottom80 {
  padding-bottom: 80px;
}

.paddingTopBottom80 {
  padding: 80px 0;
}

.marginTop50 {
  margin-top: 50px;
}

.marginBottom50 {
  margin-bottom: 50px;
}

.marginTopBottom50 {
  margin: 50px 0;
}

.marginTop80 {
  margin-top: 80px;
}

.marginBottom80 {
  margin-bottom: 80px;
}

.marginTopBottom80 {
  margin: 80px 0;
}

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

/* .containerFluid {
  max-width: 1320px;
  padding: 0 15px !important;
}
//for container padding complete site

.containerFluid {
  padding: 0 64px !important;
  max-width: 1512px;
} */
.containerFluid {
  padding: 0 5% 0 5% !important;
  max-width: 1500px;
}

.direction-ltr {
  direction: ltr;
  text-align: left;
}

.direction-rtl {
  direction: rtl;
  text-align: right;
}

.custombody_color {
  background-color: #ECF2F5;
}

.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 1366px) {
  /*.containerFluid {
      padding: 0 32px !important;
  }*/
  .containerFluid {
    padding: 0 5% 0 5% !important;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  /*.containerFluid {
    padding: 0px 20px !important;
  } */
}
@media (max-width: 991px) {
  .custombody_color {
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  /* .containerFluid {
       padding: 0 24px !important;
   } */
  .containerFluid {
    padding: 0 5% 0 5% !important;
  }
}
@media (max-width: 575px) {
  /* .containerFluid {
       padding: 0 16px !important;
   } */
  .containerFluid {
    padding: 0 5% 0 5% !important;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.InfoMainSection .InfoMainWrapper .InfoLeftMainBox .TitleTextBox {
  border-bottom: 1px solid #E5EBF0;
}
.InfoMainSection .InfoMainWrapper .InfoLeftMainBox .TitleBulletPointBox {
  border-bottom: 1px solid #E5EBF0;
}

.commonHeadingOne {
  margin-bottom: 48px;
}
.commonHeadingOne h2, .commonHeadingOne h1 {
  font-size: 36px;
  font-family: "Dubai Bold";
  color: #002F70;
  text-transform: none;
}
.commonHeadingOne p {
  font-size: 20px;
  color: #1A4775;
}

.MainTitleOne {
  font-family: "Source Sans 3";
  font-weight: 600;
  color: #002F70;
}

.Gray_Title {
  font-family: "Source Sans 3";
  font-weight: 400;
  color: #3B4F63;
}

.Title_Inner_Box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 16px;
}
.Title_Inner_Box span {
  font-size: 32px;
  color: #ffffff;
  display: none;
}
.Title_Inner_Box .MainTitleOne {
  font-size: 20px;
}

@media (max-width: 991px) {
  .Title_Inner_Box {
    background-color: #002F70;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
  }
  .Title_Inner_Box span {
    display: block;
  }
  .Title_Inner_Box .MainTitleOne {
    text-align: center;
    color: #ffffff;
  }
}
.blue_btn_link {
  width: auto;
  min-width: 170px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  background-color: rgb(0, 47, 112);
  color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Dubai Medium";
  border: 1px solid rgb(0, 47, 112);
  transition: all 0.4s ease;
}
.blue_btn_link:hover {
  background-color: transparent;
  color: #002F70;
}

.blue_btn_link_sm {
  font-size: 14px;
  min-width: 128px;
}

.bluetrans_btn_link {
  width: auto;
  min-width: 170px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 2px 10px;
  font-weight: 500;
  font-family: "Dubai Medium";
  background-color: transparent;
  color: #002F70;
  border-radius: 6px;
  border: 1px solid rgb(0, 47, 112);
  transition: all 0.4s ease;
}
.bluetrans_btn_link:hover {
  background-color: rgb(0, 47, 112);
  color: #ffffff;
}

.bluetrans_btn_link_sm {
  font-size: 14px;
  min-width: 128px;
}

.muted_btn_link {
  width: auto;
  min-width: 170px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 2px 10px;
  background-color: #E5EBF0;
  color: #002F70;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #E5EBF0;
  transition: all 0.4s ease;
}
.muted_btn_link span {
  color: #002F70;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.4s ease;
}

.muted_btn_link_sm {
  font-size: 14px;
  min-width: 128px;
}

.disabled_btn_link {
  width: auto;
  min-width: 170px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 2px 10px;
  font-weight: 500;
  font-family: "Dubai Medium";
  background-color: #99ACC6;
  color: #ffffff;
  border-radius: 6px;
  transition: all 0.4s ease;
  cursor: not-allowed;
  cursor: default;
}
.disabled_btn_link.disabled {
  cursor: not-allowed;
  cursor: default;
}
.disabled_btn_link:hover {
  color: #ffffff;
}

.button2 {
  width: auto;
  min-width: 170px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid rgb(0, 47, 112);
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: hidden;
}
.button2:hover {
  background-color: rgb(0, 47, 112);
}
.button2:hover .content .button-text {
  color: #ffffff;
}
.button2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: #4A5578;
  border-radius: 55px;
  transition: all 6s ease-in-out;
}
.button2.active {
  height: 8px;
  min-width: 172px;
  background-color: #CCD6E0;
  border-color: transparent;
  transition: all 0.4s ease;
}
.button2.active::before {
  animation: layer 6s ease-in-out forwards;
}
.button2.active .content {
  transform: translateY(60px);
}
.button2 .content {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  transition-delay: 0.2s;
}
.button2 .content i.fa-download {
  display: none;
}
.button2 .content .button-text {
  color: #002F70;
  font-size: 16px;
  font-weight: 500;
  font-family: "Dubai Medium";
  font-size: 16px;
  margin-right: 8px;
  transition: all 0.4s ease;
}
.button2 .content .button-text:hover .content .button-text {
  color: #ffffff;
}
.button2.download1 {
  background-color: #E5EBF0;
  color: #ffffff;
  border-color: transparent;
}
.button2.download1 .content .button-text {
  color: #002F70;
  font-weight: 500;
  font-family: "Dubai Medium";
}
.button2.download1 .content i {
  color: #002F70;
}

@keyframes layer {
  100% {
    left: 0%;
  }
}
.custom_badge_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1A4775;
  font-size: 14px;
  font-family: "Source Sans 3";
  gap: 8px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 8px 8px;
  min-width: 126px;
  height: auto;
  border-radius: 6px;
}
.custom_badge_link .icon_box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #E6E9EB;
  transition: all 0.4s ease;
}
.custom_badge_link .icon_box i {
  color: #002F70;
  font-size: 16px;
  transition: all 0.4s ease;
}

.btn1 {
  background-color: #002F70;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 5px 30px;
  font-size: 18px;
  font-family: "Dubai Bold";
}
.btn1.btnLg {
  font-size: 48px;
}
.btn1.btnMd {
  font-size: 44px;
}
.btn1.btnSm {
  font-size: 14px;
}
.btn1:disabled, .btn1.disableBtn {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn1:hover {
  color: #ffffff;
  background-color: #335C85;
}
.btn1.purpleClr {
  background-color: #AC9DFF;
  color: #002F70;
  border-radius: 8px;
}
.btn1.purpleClr.borderRadius50 {
  border-radius: 50px;
}
.btn1.lightBlueClr {
  background-color: #77DEFC;
  color: #002F70;
  border-radius: 8px;
}
.btn1.lightBlueClr.borderRadius50 {
  border-radius: 50px;
}
.btn1.linkedInBlueClr {
  background-color: #0A66C2;
  color: #ffffff;
  border-radius: 8px;
}
.btn1.linkedInBlueClr.borderRadius50 {
  border-radius: 50px;
}

.btn2 {
  background-color: #ffffff;
  border: 1px solid #000000;
  font-family: "Dubai Bold";
  color: #000000;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 18px;
  transition: all 0.4s ease;
}
.btn2.btnLg {
  font-size: 40px;
}
.btn2.btnMd {
  font-size: 36px;
}
.btn2.btnSm {
  font-size: 14px;
}
.btn2:disabled, .btn2.disableBtn {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn2.btnNavyClr {
  border: 1px solid #002F70;
  color: #002F70;
}
.btn2.btnNavyClr:hover {
  opacity: 1;
  background-color: #002F70;
  color: #ffffff;
}
.btn2.btnSm {
  padding: 8px 20px;
}
.btn2:hover {
  background-color: #002F70;
  color: #ffffff;
}

.btn3 {
  background-color: #32AFFC;
  font-family: "Dubai Bold";
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 18px;
}
.btn3:disabled, .btn3.disableBtn {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn3:hover {
  opacity: 0.8;
  color: #ffffff;
}

.btn4 {
  background-color: #ffffff;
  font-family: "Dubai Bold";
  padding: 10px 30px;
  border: 1px solid #002F70;
  color: #002F70;
  border-radius: 50px;
  font-size: 18px;
  transition: all 0.5s;
}
.btn4:hover {
  opacity: 0.8;
  color: #002F70;
}

.btn5 {
  background-color: #ffffff;
  font-family: "Dubai Bold";
  border: 1px solid transparent;
  color: #002F70;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 18px;
  transition: all 0.5s;
}
.btn5:hover {
  opacity: 0.8;
  color: #002F70;
  border-color: #002F70;
}

@media (max-width: 767px) {
  .btn1 {
    padding: 8px 12px;
    font-size: 14px;
  }
  .btn2.btnSm {
    padding: 8px 12px;
  }
}
@media (max-width: 450px) {
  .btn4 {
    padding: 8px 12px;
    font-size: 14px;
  }
  .btn5 {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.linkBtn {
  font-size: 18px;
  font-family: "Dubai Bold";
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.linkBtn i,
.linkBtn .material-symbols-outlined,
.linkBtn img {
  transform: translateX(0);
  transition: all 0.4s ease;
}
.linkBtn.iconClrBlueDark i,
.linkBtn.iconClrBlueDark .material-symbols-outlined {
  color: #003366;
}
.linkBtn:hover i,
.linkBtn:hover .material-symbols-outlined,
.linkBtn:hover img {
  transform: translateX(5px);
}
.linkBtn.linkBtnBlueClr {
  color: #037BC5;
}
.linkBtn.linkBtnBlueClr:hover {
  color: #5BBFFD;
}
.linkBtn.linkBtnBlueClr:disabled, .linkBtn.linkBtnBlueClr.disableLink {
  opacity: 0.5;
  cursor: not-allowed;
}
.linkBtn.linkBtnNavyBlueClr {
  color: #002F70;
}
.linkBtn.linkBtnNavyBlueClr:hover {
  color: #335C85;
}
.linkBtn.linkBtnNavyBlueClr:disabled, .linkBtn.linkBtnNavyBlueClr.disableLink {
  opacity: 0.5;
  cursor: not-allowed;
}
.linkBtn.linkBtnLg {
  font-size: 18px;
}
.linkBtn.linkBtnMd {
  font-size: 16px;
}
.linkBtn.linkBtnSm {
  font-size: 14px;
}

@media (max-width: 991px) {
  .btn2 {
    padding: 8px 20px;
    font-size: 16px;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.blogBx .blogBxInner .row {
  align-items: center;
}
.blogBx .blogBxInner .blogBxContent h2, .blogBx .blogBxInner .blogBxContent h1 {
  font-size: 26px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.blogBx .blogBxInner .blogBxContent p {
  font-size: 16px;
  font-family: "Dubai Regular";
  color: #1A4775;
  margin-top: 16px;
}
.blogBx .blogBxInner .readMoreBtnLink {
  margin-top: 16px;
  margin-bottom: 24px;
}
.blogBx .blogBxInner .blogBxImg img {
  border-radius: 20px;
}

.readMoreLink {
  font-size: 18px;
  font-family: "Dubai Bold";
  color: #037BC5;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-transform: capitalize;
}
.readMoreLink span {
  transition: all 0.4s ease;
  color: #002F70;
  font-size: 24px;
}
.readMoreLink:hover {
  color: #32AFFC;
}
.readMoreLink:hover span {
  transform: translateX(5px);
}

.downloadLink {
  font-size: 18px;
  font-family: "Dubai Bold";
  color: #32AFFC;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.downloadLink span {
  transition: all 0.4s ease;
  color: #002F70;
  font-size: 24px;
}
.downloadLink:hover {
  color: #32AFFC;
  text-decoration: none;
}
.downloadLink:hover span {
  transform: translateX(5px);
}

.blogBx .blogBxInner .blogBxImg img {
  border-radius: 20px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blogBx .blogBxInner .blogBxImg .videoPlayBtn img {
  height: auto;
}

.blogBxContent {
  margin-top: 16px;
  margin-bottom: 16px;
}

.blogBx .blogBxInner .row {
  align-items: start;
}

.blogBxContent .knowLinkBtn {
  justify-content: start;
}

@media (max-width: 575px) {
  .blogBxContent h2 {
    font-size: 18px;
    font-family: "Dubai Bold";
    color: #002F70;
  }
  .blogBxContent h1 {
    font-size: 24px !important;
  }
  .blogBxContent p {
    font-size: 14px;
    font-family: "Dubai Regular";
    color: #1A4775;
    margin-top: 16px;
  }
  .blogBx.paddingTopBottom50 {
    padding: 16px 0;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.counterInner {
  background-color: #002F70;
  border-radius: 20px;
  padding: 50px 150px;
}
.counterInner .counterHeading {
  margin-bottom: 50px;
}
.counterInner .counterHeading h2 {
  font-size: 36px;
  font-family: "Dubai Bold";
  color: #ffffff;
  text-align: center;
}

.counterItem .counterIcon {
  text-align: center;
}
.counterItem .counterContent {
  margin-top: 10px;
}
.counterItem .counterContent .countNum {
  font-size: 60px;
  font-family: "Dubai Bold";
  color: #A5FFBC;
  text-align: center;
  margin-bottom: 0;
  display: block;
  line-height: 1.2;
}
.counterItem .counterContent .countText {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  display: block;
  line-height: 1.2;
}

@media (max-width: 1400px) {
  .counterInner {
    padding: 50px 0px;
  }
}
@media (max-width: 1199px) {
  .counterInner {
    padding: 50px 0px;
  }
  .appStoreContent {
    padding: 80px 15px;
  }
  .counterItem .counterContent .countNum {
    font-size: 45px;
  }
  .counterItem .counterContent .countText {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .counterItem .counterContent .countNum {
    font-size: 35px;
  }
  .counterItem .counterContent .countText {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .counterGroup .row {
    gap: 30px 0;
  }
}
@media (max-width: 575px) {
  .counterItem .counterContent .countNum {
    font-size: 28px;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.cardBoxGroup {
  border: 1px solid #D6EFFE;
  border-radius: 20px;
  overflow: hidden;
}
.cardBoxGroup .cardBoxImg img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.cardBoxGroup .cardBoxContent {
  padding: 24px 24px;
}
.cardBoxGroup .cardBoxContent .cardBoxTxt h4, .cardBoxGroup .cardBoxContent .cardBoxTxt h3, .cardBoxGroup .cardBoxContent .cardBoxTxt h2, .cardBoxGroup .cardBoxContent .cardBoxTxt span.doctorName {
  font-size: 24px;
  font-family: "Dubai Bold";
}
.cardBoxGroup .cardBoxContent .cardBoxTxt h4 a, .cardBoxGroup .cardBoxContent .cardBoxTxt h3 a, .cardBoxGroup .cardBoxContent .cardBoxTxt h2 a, .cardBoxGroup .cardBoxContent .cardBoxTxt span.doctorName a {
  color: #002F70;
}
.cardBoxGroup .cardBoxContent .cardBoxTxt p {
  margin-bottom: 0;
  font-size: 16px;
  color: #002F70;
}
.cardBoxGroup .cardBoxContent .cardBoxTxt .cardBoxInnerTxtHead {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.cardBoxGroup .cardBoxContent .cardBoxPhoneLocation {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.cardBoxGroup .cardBoxContent .cardBoxPhoneLocation p {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.4s ease;
}
.cardBoxGroup .cardBoxContent .cardBoxPhoneLocation p .dark_text {
  font-size: 18px;
  font-family: "Dubai Bold";
  color: #8099B2;
  transition: all 0.4s ease;
}
.cardBoxGroup .cardBoxContent .cardBoxPhoneLocation p .icon_span {
  transition: all 0.4s ease;
  color: #8099B2;
  font-size: 24px;
}
.cardBoxGroup .cardBoxContent .cardBoxPhoneLocation p:hover {
  transform: translateX(5px);
}
.cardBoxGroup .cardBoxContent .cardBoxPhoneLocation p:hover .dark_text {
  color: #002F70;
}
.cardBoxGroup .cardBoxContent .cardBoxPhoneLocation p:hover span {
  color: #002F70;
}
.cardBoxGroup .cardBoxContent .cardBoxlink {
  margin-top: 24px;
}
.cardBoxGroup .cardBoxContent .cardBoxlink a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Dubai Bold";
  color: #037BC5;
}
.cardBoxGroup .cardBoxContent .cardBoxlink a span {
  font-size: 24px;
  transition: all 0.4s ease;
  color: #037BC5;
}
.cardBoxGroup .cardBoxContent .cardBoxlink a:hover span {
  transform: translateX(5px);
}

.cardBoxGroupTwo {
  border: 1px solid #CCD6E0;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease;
}
.cardBoxGroupTwo:hover {
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 102, 0.12);
}
.cardBoxGroupTwo:hover .cardBoxImg img {
  transform: scale(1.1);
}
.cardBoxGroupTwo .cardBoxImg {
  overflow: hidden;
}
.cardBoxGroupTwo .cardBoxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.4s ease;
}
.cardBoxGroupTwo .cardBoxContent {
  padding: 20px 24px;
  min-height: 155px;
}
.cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4, .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h2, .cardBoxGroupTwo .cardBoxContent .cardBoxTxt span.doctorName, .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h3 {
  font-size: 24px;
  font-family: "Dubai Bold";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4 a, .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h2 a, .cardBoxGroupTwo .cardBoxContent .cardBoxTxt span.doctorName a, .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h3 a {
  color: #002F70;
  word-break: break-word;
}
.cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
  margin-top: 8px;
  font-size: 14px;
  color: rgb(77, 112, 148);
  font-family: "Dubai Medium";
  line-height: 20px;
}
.cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot .cardBoxFootRight {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}
.cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot .cardBoxFootRight .cardBoxDate .cardBoxDateItem {
  color: #6685A3;
  font-size: 16px;
  font-weight: 400;
}
.cardBoxGroupTwo .cardBoxContent .lineLimit2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cardBoxGroupTwo .cardBoxContent .cardBoxPhoneLocation p {
  margin-bottom: 4px;
}
.cardBoxGroupTwo .cardBoxContent .cardBoxPhoneLocation p img {
  margin-right: 5px;
}
.cardBoxGroupTwo .cardBoxContent .cardBoxPhoneLocation p span {
  font-size: 18px;
  font-family: "Dubai Bold";
  color: #8099B2;
}
.cardBoxGroupTwo .cardBoxContent .cardBoxlink {
  margin-top: 15px;
}
.cardBoxGroupTwo .cardBoxContent .cardBoxlink a {
  font-size: 18px;
  font-family: "Dubai Bold";
  color: #32AFFC;
}
.cardBoxGroupTwo .cardBoxContent .cardBoxlink a img {
  transition: all 0.4s ease;
  margin-left: 5px;
}
.cardBoxGroupTwo .cardBoxContent .cardBoxlink a:hover img {
  transform: translateX(5px);
}
.cardBoxGroupTwo.cardBoxGroupTwoX {
  overflow: visible;
}

.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo {
  position: relative;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo:hover {
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 102, 0.12);
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo:hover .cardBoxImg img {
  transform: scale(1);
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo:hover .cardBoxImg .cardBoxImgOverlay {
  background-color: rgba(0, 47, 112, 0.6);
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo:hover .cardBoxImg .cardBoxImgOverlay .cardBoxOverlayBtn {
  transform: translateY(0px);
  opacity: 1;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxImg {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxImg .cardBoxImgOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 47, 112, 0);
  transition: all 0.6s ease;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxImg .cardBoxImgOverlay .cardBoxOverlayBtn {
  transition: all 1s ease;
  transform: translateY(40px);
  opacity: 0;
  background-color: #ffffff;
  color: #002F70;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: "Dubai Bold";
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .telehealthCall {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .telehealthCall .wrapperTooltip .tooltip {
  white-space: nowrap;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .telehealthCall a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50px;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt span {
  color: #32AFFC;
  font-size: 14px;
  margin-bottom: 14px;
  line-height: 18px;
  display: inline-block;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4, .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h2, .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt span.doctorName {
  margin-bottom: 0;
  font-size: 20px;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt span.doctorName {
  line-height: 1.2;
  display: block;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
  text-transform: uppercase;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment {
  padding: 20px 24px;
  border-top: 1px solid #E5EBF0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment .cardBoxScheduleAppointmentLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 4px;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment .cardBoxScheduleAppointmentLink span {
  color: #037BC5;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment .cardBoxScheduleAppointmentLink p {
  color: #037BC5;
  font-size: 16px;
  font-family: "Dubai Bold";
  margin-top: 4px;
}
.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment .viewDetailLink {
  font-size: 14px;
  color: #1A4775;
  display: none;
}

.wrapperTooltip {
  text-transform: uppercase;
  cursor: help;
  position: relative;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
}

.wrapperTooltip .tooltip {
  background: #002F70;
  bottom: 100%;
  color: #fff;
  display: block;
  right: -24%;
  margin-bottom: 15px;
  opacity: 0;
  border-radius: 8px;
  padding: 8px 12px;
  pointer-events: none;
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapperTooltip .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.wrapperTooltip .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #002F70 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  right: 22px;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.wrapperTooltip:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: ttranslateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}

.blogBx.imgsize .blogBxInner .blogBxImg img {
  border-radius: 20px;
  height: 320px;
  width: 100%;
  object-fit: cover;
}

.blogBxContent {
  margin-top: 0px;
}

.cardBoxInner .container-fluid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cardBoxInner .container-fluid .cardBoxGroup div {
  height: auto;
}

.cardBoxInner .container-fluid div {
  height: 100%;
}

.cardBoxInner .container-fluid .cardBoxGroup .cardBoxContentInner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cardBoxGroup .cardBoxContent .cardBoxTxt h4, .cardBoxGroup .cardBoxContent .cardBoxTxt h3, .cardBoxGroup .cardBoxContent .cardBoxTxt h2, .cardBoxGroup .cardBoxContent .cardBoxTxt span.doctorName {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lineCardBoxGroup {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.lineCardBoxGroup .cardBoxGroupTwo.lineCardBoxItem {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.lineCardBoxGroup .cardBoxGroupTwo.lineCardBoxItem .cardBoxContent {
  height: 100%;
}
.lineCardBoxGroup .cardBoxGroupTwo.lineCardBoxItem .cardBoxContent .cardBoxTxt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.badge {
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 6px;
}

.badge-yellow {
  background-color: #FABC4C;
  color: #002F70;
}
.badge-yellow:hover {
  background-color: #FABC4C;
  color: #002F70;
}

.badge-pink {
  background-color: #EFBFE2;
  color: #002F70;
}
.badge-pink:hover {
  background-color: #EFBFE2;
  color: #002F70;
}

@media (max-width: 1199px) {
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment {
    padding: 20px 10px;
  }
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment p {
    font-size: 14px;
  }
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4, .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h2, .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt span.doctorName {
    font-size: 18px;
  }
  .cardBoxGroupTwo .cardBoxContent {
    padding: 20px 10px;
  }
  .cardBoxInner .container-fluid {
    display: flex !important;
    scrollbar-width: none !important;
    overflow-x: scroll !important;
  }
  .cardBoxInner .container-fluid .row {
    flex: 0 0 350px !important;
  }
}
@media (max-width: 767px) {
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment .viewDetailLink {
    display: block;
  }
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo:hover .cardBoxImg .cardBoxImgOverlay {
    display: none;
  }
  .cardBoxInner .container-fluid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment {
    padding: 15px 10px;
  }
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment .cardBoxScheduleAppointmentLink p {
    font-size: 12px;
  }
  .cardBoxGroupTwo .cardBoxContent {
    padding: 15px 10px;
  }
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4, .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h2 {
    font-size: 16px;
  }
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p,
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt span,
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment .viewDetailLink {
    font-size: 12px;
  }
  .cardBoxGroupTwo .cardBoxContent {
    min-height: 115px;
  }
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment .cardBoxScheduleAppointmentLink img {
    width: 16px;
  }
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment .cardBoxScheduleAppointmentLink {
    gap: 3px;
  }
  .wrapperTooltip .tooltip {
    right: 0;
  }
  .wrapperTooltip .tooltip:after {
    right: 60px;
  }
  .blogBx.imgsize .blogBxInner .blogBxImg img {
    margin-top: 25px;
  }
  .cardBoxInner .container-fluid {
    grid-template-columns: repeat(1, 1fr);
  }
  .cardBoxInner .container-fluid .row {
    flex: 0 0 330px !important;
  }
  .cardBoxInner .container-fluid {
    gap: 15px !important;
  }
}
@media (max-width: 375px) {
  .wrapperTooltip .tooltip {
    right: 0%;
  }
  .wrapperTooltip .tooltip:after {
    right: 124px;
  }
  .cardBoxInner .container-fluid .row {
    flex: 0 0 300px !important;
  }
  .cardBoxInner .container-fluid {
    gap: 10px !important;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.topBanner {
  background-image: url("../images/banner-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.topBanner:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.topBanner .topBannerInner h1 {
  font-size: 36px;
  font-family: "Dubai Bold";
  color: #ffffff;
}

.topBanner.topBannerHospitals:after {
  content: unset;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.TitleTextBox h4 {
  font-size: 26px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.TitleTextBox p {
  margin-top: 24px;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.TitleBulletPointBox {
  color: #002F70;
}
.TitleBulletPointBox h4 {
  font-size: 26px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.TitleBulletPointBox ul {
  margin-top: 24px;
}
.TitleBulletPointBox ul li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-family: "Dubai Regular";
  color: #002F70;
}
.TitleBulletPointBox ul li a i {
  font-size: 6px;
  color: #002F70;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.TitleLinkBox h4 {
  font-size: 26px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.TitleLinkBox ul {
  margin-top: 24px;
}
.TitleLinkBox .TitleLinkBtn {
  width: auto;
  padding: 25px 16px;
  background-color: transparent;
  display: inline-flex;
  justify-content: space-between;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.AlertMainWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.AlertInnerBox {
  width: 100%;
  position: relative;
  background-color: transparent;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
  border-radius: 6px;
  margin: 0px;
}
.AlertInnerBox .Icon_box {
  display: flex;
}
.AlertInnerBox .Icon_box a {
  display: inline-flex;
}
.AlertInnerBox .Icon_box a span {
  color: #002F70;
  font-size: 24px;
}
.AlertInnerBox .alert_text {
  display: flex;
  flex-direction: column;
}
.AlertInnerBox .alert_text h6 {
  font-family: "Source Sans 3";
  font-size: 20px;
  font-weight: 400;
}
.AlertInnerBox .alert_text h6 a {
  color: #3B4F63;
}
.AlertInnerBox .alert_text .number_txt {
  font-family: "Source Sans 3";
  font-size: 14px;
}
.AlertInnerBox .alert_text .number_txt a {
  color: #3B4F63;
}
.AlertInnerBox .close {
  padding: 8px 15px;
}

.YellowAlertInnerBox {
  background-color: #FEF8ED;
}

.GreenAlertInnerBox {
  background-color: #EDFFF1;
}

.YellowAlertInnerBox2 {
  background-color: #FFFFF0;
}

@media (max-width: 576px) {
  .AlertInnerBox .alert_text {
    max-width: 320px;
  }
  .AlertInnerBox .alert_text .number_txt {
    margin-top: 8px;
  }
  .AlertInnerBox .close {
    padding: 5px 5px;
  }
}
@media (max-width: 365px) {
  .AlertInnerBox .alert_text {
    max-width: 230px;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.CertificateAttestedWrap {
  width: 100%;
  position: relative;
}

.Certificateinnerbox {
  width: 100%;
  position: relative;
}

.status_main_box {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 16px;
  border-radius: 6px;
}
.status_main_box .icon_box span {
  color: #002F70;
  font-size: 24px;
}
.status_main_box .content_box {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
}
.status_main_box .content_box .active {
  font-family: "Source Sans 3";
  font-size: 12px;
  font-weight: 400;
  color: #3B4F63;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.status_main_box .content_box .active .circle_icon {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
}
.status_main_box .content_box .active .circle_icon.active_icon {
  background-color: #A5FFBC;
}
.status_main_box .content_box .active .circle_icon.yellow_icon {
  background-color: #FABC4C;
}
.status_main_box .content_box .active .circle_icon.orange_icon {
  background-color: #FF8F8A;
}
.status_main_box .content_box .active .circle_icon.blue_icon {
  background-color: #002F70;
}
.status_main_box .content_box .name_txt {
  font-family: "Source Sans 3";
  font-size: 20px;
  font-weight: 600;
  color: #3B4F63;
}
.status_main_box .content_box .MainTitleOne {
  font-size: 20px;
}
.status_main_box .content_box .detail_box {
  display: flex;
  flex-direction: column;
}
.status_main_box .content_box .detail_box li p span {
  font-family: "Source Sans 3";
  font-size: 14px;
  font-weight: 400;
  color: #3B4F63;
}
.status_main_box .content_box .detail_box li p a {
  font-family: "Source Sans 3";
  font-size: 14px;
  font-weight: 600;
  color: #3B4F63;
}
.status_main_box.status_main_box2 {
  width: 100%;
  display: flex;
}
.status_main_box.status_main_box2 .content_box {
  width: 100%;
}
.status_main_box.status_main_box2 .content_box .detail_box {
  width: 100%;
}
.status_main_box.status_main_box2 .content_box .detail_box li {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.Payment_Status_Box {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 15px;
  padding: 16px 16px;
  border-radius: 6px;
}
.Payment_Status_Box .btn_box a {
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  background-color: rgb(0, 47, 112);
  color: #ffffff;
  border-radius: 6px;
  font-size: 12px;
  border: 1px solid rgb(0, 47, 112);
}
.Payment_Status_Box .btn_box a:hover {
  background-color: transparent;
  color: #002F70;
}
.Payment_Status_Box .content_box {
  width: 100%;
  display: flex;
}
.Payment_Status_Box .content_box .inner_box1 {
  width: 50%;
}
.Payment_Status_Box .content_box .inner_box1 p {
  font-family: "Source Sans 3";
  font-size: 14px;
  font-weight: 400;
  color: #3B4F63;
  display: flex;
  align-items: center;
  gap: 3px;
}
.Payment_Status_Box .content_box .inner_box1 p b {
  font-weight: 600;
}
.Payment_Status_Box .content_box .inner_box1 p a {
  color: #3B4F63;
}
.Payment_Status_Box .content_box .inner_box1 p a:hover {
  color: #002F70;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.Payment_Confirmation_Box {
  width: 100%;
  max-width: 560px;
  padding: 16px 16px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Payment_Confirmation_Box .MainTitleOne {
  font-size: 20px;
}
.Payment_Confirmation_Box .Payment_inner_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Payment_Confirmation_Box .Payment_inner_wrap .payment_detail_box {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.Payment_Confirmation_Box .Payment_inner_wrap .payment_detail_box .blod_title {
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 600;
  color: #3B4F63;
}
.Payment_Confirmation_Box .Payment_inner_wrap .payment_detail_box ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.Payment_Confirmation_Box .Payment_inner_wrap .payment_detail_box ul li p {
  font-family: "Source Sans 3";
  font-size: 14px;
  font-weight: 400;
  color: #3B4F63;
  display: flex;
  justify-content: space-between;
}
.Payment_Confirmation_Box .Payment_inner_wrap .payment_detail_box ul li p a {
  color: #3B4F63;
  font-weight: 700;
  font-family: "Dubai Bold";
}
.Payment_Confirmation_Box .Payment_inner_wrap .payment_detail_box ul li p a:hover {
  color: #002F70;
}
.Payment_Confirmation_Box .Payment_inner_wrap .pay_btn_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.Pop_Inner_Btn_Box {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.Custom_Modal_Box .modal-dialog {
  margin: 0 auto;
}
.Custom_Modal_Box .CoveragePlan_Dialog1 {
  max-width: 648px;
}
.Custom_Modal_Box .CoveragePlan_Dialog2 {
  max-width: 560px;
}
.Custom_Modal_Box .modal-content {
  padding: 0px 0px;
  border-radius: 20px;
}
.Custom_Modal_Box .modal-content .modal-header {
  padding: 0px 0px;
  position: relative;
}
.Custom_Modal_Box .modal-content .modal-header .close {
  position: absolute;
  top: -6px;
  right: -2px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #3B4F63;
  border-radius: 50%;
  opacity: 1;
  text-shadow: none;
  font-size: 24px;
  color: #ffffff;
}
.Custom_Modal_Box .modal-content .modal-header .Title_Inner_Box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  background-color: #002F70;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
}
.Custom_Modal_Box .modal-content .modal-header .Title_Inner_Box span {
  font-size: 32px;
  color: #ffffff;
  display: none;
}
.Custom_Modal_Box .modal-content .modal-header .Title_Inner_Box .MainTitleOne {
  font-size: 16px;
  color: #ffffff;
}
.Custom_Modal_Box .modal-content .modal-body {
  padding: 0px 0px;
  overflow-y: auto;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 48px 48px 64px 48px;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Top_Icon_Box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Top_Icon_Box .Modal_Title_Text {
  font-family: "Dubai Bold";
  font-size: 26px;
  color: #002F70;
  text-align: center;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Info_Middle_Wrapper {
  width: 100%;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Info_Middle_Wrapper ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Info_Middle_Wrapper ul li {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 6px;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Info_Middle_Wrapper ul li p {
  font-family: "Dubai Regular";
  font-size: 14px;
  font-weight: 400;
  color: #002F70;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Info_Middle_Wrapper ul li h6 {
  font-family: "Dubai Regular";
  font-size: 18px;
  font-weight: 400;
  color: #002F70;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Middle_Text_Box h6 {
  font-family: "Dubai Regular";
  font-size: 16px;
  font-weight: 400;
  color: #002F70;
  text-align: center;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Inner_Form_Box {
  width: 100%;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Inner_Form_Box form .inner_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Inner_Form_Box form .inner_box label {
  font-family: "Dubai Medium";
  font-size: 14px;
  font-weight: 400;
  color: #002F70;
  text-align: left;
  margin: 0;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Inner_Form_Box form .inner_box input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #8099B2;
  font-family: "Dubai Medium";
  font-size: 18px;
  font-weight: 400;
  color: #8099B2;
  text-align: left;
  padding: 14px 16px;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Inner_Form_Box form .inner_box input::placeholder {
  color: #8099B2;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Info_Btn_Box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 23px;
  padding-top: 23px;
  border-top: 1px solid #E5EBF0;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Info_Btn_Box .para_txt {
  font-family: "Dubai Regular";
  font-size: 16px;
  color: #002F70;
  text-align: center;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Info_Btn_Box .btn_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Info_Btn_box_withoutborder {
  padding: 0px;
  border: none;
}
.Custom_Modal_Box .modal-content .modal-footer {
  border-top: none;
}

@media (max-width: 767px) {
  .Custom_Modal_Box .CoveragePlan_Dialog1 {
    max-width: 100% !important;
    padding: 0px 16px;
  }
  .Custom_Modal_Box .CoveragePlan_Dialog2 {
    max-width: 100% !important;
    padding: 0px 16px;
  }
  .Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper {
    padding: 24px 16px;
  }
  .Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Top_Icon_Box .Modal_Title_Text {
    font-size: 24px;
  }
  .Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Info_Middle_Wrapper ul {
    justify-content: center;
    align-items: center;
  }
  .Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Info_Middle_Wrapper ul li {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Info_Btn_Box .btn_box {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .Custom_Modal_Box .modal-content .modal-body .Login_Inner_Wrapper .Info_Btn_Box .btn_box button {
    width: 100%;
  }
}
.Sick_leave_white_box {
  width: 100%;
  position: relative;
  display: flex;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 6px;
  padding: 16px 16px;
}
.Sick_leave_white_box .sick_inner_box1 {
  width: 70%;
  display: flex;
  gap: 24px;
}
.Sick_leave_white_box .sick_inner_box1 .date_box span {
  font-size: 30px;
  font-weight: 200;
}
.Sick_leave_white_box .sick_inner_box1 .content_box {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
}
.Sick_leave_white_box .sick_inner_box1 .content_box .active {
  font-family: "Source Sans 3";
  font-size: 12px;
  font-weight: 400;
  color: #3B4F63;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.Sick_leave_white_box .sick_inner_box1 .content_box .active .circle_icon {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
}
.Sick_leave_white_box .sick_inner_box1 .content_box .active .circle_icon.active_icon {
  background-color: #A5FFBC;
}
.Sick_leave_white_box .sick_inner_box1 .content_box .active .circle_icon.yellow_icon {
  background-color: #FABC4C;
}
.Sick_leave_white_box .sick_inner_box1 .content_box .active .circle_icon.orange_icon {
  background-color: #FF8F8A;
}
.Sick_leave_white_box .sick_inner_box1 .content_box .active .circle_icon.nonactive_icon {
  background-color: #E6E9EB;
}
.Sick_leave_white_box .sick_inner_box1 .content_box .name_txt {
  font-family: "Source Sans 3";
  font-size: 20px;
  font-weight: 600;
  color: #3B4F63;
}
.Sick_leave_white_box .sick_inner_box1 .content_box .detail_ul_box {
  display: flex;
  gap: 16px;
}
.Sick_leave_white_box .sick_inner_box1 .content_box .detail_ul_box li p {
  display: flex;
}
.Sick_leave_white_box .sick_inner_box1 .content_box .detail_ul_box li p span {
  font-family: "Source Sans 3";
  font-size: 14px;
  font-weight: 600;
  color: #3B4F63;
}
.Sick_leave_white_box .sick_inner_box1 .content_box .detail_ul_box li p a {
  font-family: "Source Sans 3";
  font-size: 14px;
  font-weight: 400;
  color: #3B4F63;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 190px;
  overflow: hidden;
  display: inline-block;
}
.Sick_leave_white_box .sick_inner_box1 .content_box .detail_ul_box2 li {
  min-width: 200px;
}
.Sick_leave_white_box .sick_inner_box2 {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.Sick_leave_white_box .sick_inner_box2 .btn_innerwrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.Sick_leave_white_box .sick_inner_box2 .btn_innerwrap .view_btn_link {
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 600;
  color: #002F70;
}
.Sick_leave_white_box .sick_inner_box2 .btn_innerwrap .view_btn_link:hover {
  text-decoration: underline;
}
.Sick_leave_white_box .sick_inner_box2 .btn_innerwrap .progress_inner_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.Sick_leave_white_box .sick_inner_box2 .btn_innerwrap .progress_inner_box .progress {
  width: 100%;
  max-width: 152px;
  height: 8px;
  gap: 0px;
  border-radius: 8px;
  opacity: 0px;
  background-color: #E6E9EB;
}
.Sick_leave_white_box .sick_inner_box2 .btn_innerwrap .progress_inner_box .progress .progress-bar {
  background-color: #4A5578;
}
.Sick_leave_white_box .sick_inner_box2 .btn_innerwrap .progress_inner_box .cross_icon {
  font-size: 16px;
  color: #4A5578;
  font-weight: 600;
}

.Info_Note_Box {
  width: 100%;
  display: grid;
  grid-template-columns: 18px 1fr;
}
.Info_Note_Box .icon_box i {
  color: #002F70;
  font-size: 16px;
}
.Info_Note_Box .content_box p {
  font-size: 12px;
  font-family: "Source Sans 3";
  font-weight: 400;
  color: #002F70;
}

.Step_Info_ul_box {
  width: 100%;
  display: flex;
}
.Step_Info_ul_box li {
  width: 100%;
}
.Step_Info_ul_box li .Step_inner_box {
  width: 100%;
  border-top: 6px solid #E6E9EB;
}
.Step_Info_ul_box li .Step_inner_box .inner_counter_wrap {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding: 10px 8px 10px 8px;
  gap: 8px;
}
.Step_Info_ul_box li .Step_inner_box .inner_counter_wrap .count_box {
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #9DA7B1;
  font-size: 14px;
  font-family: "Source Sans 3";
  font-weight: 600;
  color: #9DA7B1;
  line-height: 10px;
}
.Step_Info_ul_box li .Step_inner_box .inner_counter_wrap p {
  font-size: 14px;
  font-family: "Source Sans 3";
  font-weight: 600;
  color: #9DA7B1;
}
.Step_Info_ul_box li .active_box {
  border-top-color: #6685A3;
}
.Step_Info_ul_box li .active_box .inner_counter_wrap .count_box {
  border: 1px solid #6685A3;
  color: #6685A3;
}
.Step_Info_ul_box li .active_box .inner_counter_wrap p {
  color: #6685A3;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.ourInsurancesInner {
  margin-bottom: 40px;
}

.ourInsurancesLogoGroup {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.ourInsurancesLogoGroup .ourInsurancesLogoItem {
  border-left: 1px dashed #CCD6E0;
  text-align: center;
  padding: 24px;
}
.ourInsurancesLogoGroup .ourInsurancesLogoItem:first-child {
  border-left: 0;
}
.ourInsurancesLogoGroup .ourInsurancesLogoItem:last-child {
  border-right: 0;
}

@media (max-width: 992px) {
  .ourInsurancesLogoGroup {
    grid-template-columns: repeat(3, 1fr);
  }
  .ourInsurancesLogoGroup .ourInsurancesLogoItem {
    border-left: 0;
  }
}
@media (max-width: 575px) {
  .ourInsurancesLogoGroup {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.appStore {
  background-color: #EBF7FF;
  padding: 50px 0 0;
  overflow: hidden;
}
.appStore .appStoreInner {
  display: grid;
  grid-template-columns: 1fr 220px;
  padding-right: 120px;
  gap: 20px;
}
.appStore .appStoreInner .appStoreContent {
  padding: 80px 0 100px;
}
.appStore .appStoreInner .appStoreContent h2 {
  font-size: 36px;
  font-family: "Dubai Bold";
  color: #002F70;
  text-transform: none;
}
.appStore .appStoreInner .appStoreContent p {
  font-size: 20px;
  color: #1A4775;
}
.appStore .appStoreInner .appStoreContent .appStoreItem {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.appStoreImg {
  position: relative;
  height: 100%;
}
.appStoreImg img {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .appStoreContent h2 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .appStore .appStoreInner {
    display: grid;
    grid-template-columns: 1fr 250px;
    padding-right: 0;
  }
  .appStoreContent .appStoreItem a {
    display: inline-block;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .appStore .appStoreInner .appStoreContent .appStoreItem a img {
    width: 150px;
  }
  .appStore .appStoreInner .appStoreContent .appStoreItem {
    gap: 2px;
    flex-direction: column;
  }
  .appStore .appStoreInner .appStoreContent h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .appStoreContent h2 {
    font-size: 24px;
  }
  .appStoreContent {
    padding: 40px 0;
  }
  .appStore .appStoreInner {
    grid-template-columns: 1fr 220px;
    grid-template-columns: repeat(2, 1fr);
  }
  .appStoreContent p {
    font-size: 16px;
  }
  .appStoreContent .appStoreItem {
    margin-top: 20px;
    display: flex;
    gap: 6px;
    flex-direction: column;
  }
  .dubaiHealth .commonHeadingOne {
    padding: 0 15px;
  }
  .appStore .appStoreInner .appStoreContent {
    padding: 20px 0 40px;
  }
  .appStore {
    padding: 40px 0 0;
  }
}
@media (max-width: 450px) {
  .appStore .appStoreInner .appStoreContent {
    padding: 0px 0 30px;
  }
  .appStoreContent {
    padding: 40px 0 20px;
  }
  .appStore .appStoreInner .appStoreContent h2 {
    font-size: 18px;
  }
  .appStore .appStoreInner .appStoreContent p {
    font-size: 14px;
  }
  .appStore .appStoreInner .appStoreContent .appStoreItem a img {
    width: 120px;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.appStore {
  background-color: #EBF7FF;
  padding: 50px 0 0;
  overflow: hidden;
}
.appStore .appStoreInner {
  display: grid;
  grid-template-columns: 1fr 220px;
  padding-right: 120px;
  gap: 20px;
}
.appStore .appStoreInner .appStoreContent {
  padding: 80px 0 100px;
}
.appStore .appStoreInner .appStoreContent h2 {
  font-size: 36px;
  font-family: "Dubai Bold";
  color: #002F70;
  text-transform: none;
}
.appStore .appStoreInner .appStoreContent p {
  font-size: 20px;
  color: #1A4775;
}
.appStore .appStoreInner .appStoreContent .appStoreItem {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.appStoreImg {
  position: relative;
  height: 100%;
}
.appStoreImg img {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .appStoreContent h2 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .appStore .appStoreInner {
    display: grid;
    grid-template-columns: 1fr 250px;
    padding-right: 0;
  }
  .appStoreContent .appStoreItem a {
    display: inline-block;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .appStore .appStoreInner .appStoreContent .appStoreItem a img {
    width: 150px;
  }
  .appStore .appStoreInner .appStoreContent .appStoreItem {
    gap: 2px;
    flex-direction: column;
  }
  .appStore .appStoreInner .appStoreContent h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .appStoreContent h2 {
    font-size: 24px;
  }
  .appStoreContent {
    padding: 40px 0;
  }
  .appStore .appStoreInner {
    grid-template-columns: 1fr 220px;
    grid-template-columns: repeat(2, 1fr);
  }
  .appStoreContent p {
    font-size: 16px;
  }
  .appStoreContent .appStoreItem {
    margin-top: 20px;
    display: flex;
    gap: 6px;
    flex-direction: column;
  }
  .dubaiHealth .commonHeadingOne {
    padding: 0 15px;
  }
  .appStore .appStoreInner .appStoreContent {
    padding: 20px 0 40px;
  }
  .appStore {
    padding: 40px 0 0;
  }
}
@media (max-width: 450px) {
  .appStore .appStoreInner .appStoreContent {
    padding: 0px 0 30px;
  }
  .appStoreContent {
    padding: 40px 0 20px;
  }
  .appStore .appStoreInner .appStoreContent h2 {
    font-size: 18px;
  }
  .appStore .appStoreInner .appStoreContent p {
    font-size: 14px;
  }
  .appStore .appStoreInner .appStoreContent .appStoreItem a img {
    width: 120px;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.topSliderCard {
  position: relative;
  width: 100%;
  margin-top: -110px;
  background-color: #F1FCFF;
  padding-bottom: 80px;
}
.topSliderCard .topSliderCardInner .topSliderCardBx {
  display: flex;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  gap: 10px;
}

.topSliderCardBxItemOuter {
  background-color: #ffffff;
  padding: 24px 24px 48px;
  border-radius: 20px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}
.topSliderCardBxItemOuter:hover {
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 102, 0.12);
}
.topSliderCardBxItemOuter:hover .topSliderCardBxItem .topSliderCardContent {
  transform: translateY(0);
}
.topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardIcon {
  text-align: center;
  margin-bottom: 15px;
}
.topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardContent {
  text-align: center;
  transform: translateY(6px);
  transition: all 0.8s ease;
}
.topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardContent h4, .topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardContent span {
  display: block;
  line-height: 1.2;
  font-size: 26px;
  color: #002F70;
  font-family: "Dubai Bold";
}
.topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardContent p {
  font-size: 16px;
  color: #1A4775;
}
.topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardContent a {
  color: #002F70;
}
.topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardContent a:hover {
  color: #002F70;
}

@media (max-width: 1399px) {
  .topSliderCard .topSliderCardInner .topSliderCardBx .topSliderCardBxItemOuter {
    padding: 30px;
  }
  .topSliderCard .topSliderCardInner .topSliderCardBx .topSliderCardBxItem .topSliderCardContent h4 {
    margin-bottom: 8px;
  }
  .topSliderCard .topSliderCardInner .topSliderCardBx .topSliderCardBxItem .topSliderCardContent span {
    margin-bottom: 8px;
  }
  .topSliderCard .topSliderCardInner .topSliderCardBx .topSliderCardBxItem .topSliderCardContent h4 {
    font-size: 22px;
  }
  .topSliderCard .topSliderCardInner .topSliderCardBx .topSliderCardBxItem .topSliderCardContent span {
    font-size: 22px;
  }
  .topSliderPosGroup {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .topSliderCard {
    scrollbar-width: none !important;
    overflow-x: scroll;
  }
  .topSliderCard .topSliderCardInner .topSliderCardBx {
    display: flex;
    gap: 10px;
  }
  .topSliderCard .topSliderCardInner .topSliderCardBx a {
    display: block;
  }
  .topSliderCard .topSliderCardInner .topSliderCardBx .topSliderCardBxItemOuter {
    padding: 30px;
    flex: 0 0 300px;
  }
  .topSliderCard .topSliderCardInner .topSliderCardBx .topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardContent h4 {
    font-size: 20px;
  }
  .topSliderCard .topSliderCardInner .topSliderCardBx .topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardContent span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .topSliderCard .topSliderCardInner .topSliderCardBx .topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardContent h4 {
    font-size: 18px;
  }
  .topSliderCard .topSliderCardInner .topSliderCardBx .topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardContent span {
    font-size: 18px;
  }
  .topSliderCard .topSliderCardInner .topSliderCardBx .topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardContent p {
    font-size: 14px;
    color: #1A4775;
  }
  .topSliderCard {
    position: relative;
    margin-top: -255px;
    top: -10px;
  }
}
@media (max-width: 575px) {
  .topSliderCard {
    margin-top: -200px;
    padding-bottom: 40px;
    top: -50px;
  }
  .topSliderCard .topSliderCardInner .topSliderCardBx .topSliderCardBxItemOuter {
    padding: 16px;
    flex: 0 0 250px;
  }
  .topSliderCard .topSliderCardInner .topSliderCardBx .topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardContent p {
    font-size: 12px;
    color: #1A4775;
  }
  .topSliderCardBxItemOuter .topSliderCardBxItem .topSliderCardIcon img {
    width: 30px;
    height: 30px;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.owlCarouselSlider .item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.progress-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
}

.circle-progress {
  position: relative;
  width: 30px;
  height: 30px;
}

.circle-progress svg {
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
}

.circle-progress circle {
  fill: none;
  stroke-width: 2;
  stroke: rgba(255, 255, 255, 0.15);
}

.circle-progress .owlCircleProgress {
  stroke: #ffffff;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transition: stroke-dashoffset linear;
}

button#playPauseBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background-color: transparent;
  font-size: 12px;
  cursor: pointer;
  color: #ffffff;
}

.progressPlayPauseGroup {
  display: flex;
  align-items: center;
  gap: 15px;
}

.customOwlDots {
  display: flex;
  align-items: center;
  gap: 15px;
}

.customOwlDots .owl-dot {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 50px;
}

.customOwlDots .owl-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
}

.customOwlDots .owl-dot.active span {
  background: #ffffff;
}

.sliderControls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.sliderControls .prev-btn,
.sliderControls .next-btn {
  border: 0;
  background-color: transparent;
  color: #ffffff;
}

.topSlider {
  position: relative;
}
.topSlider .topSliderInner {
  position: relative;
}

.owlControlGroup {
  margin-top: 20px;
}

.owlCarouselSlider .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.owlCarouselSlider .item::after {
  content: "";
  background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.owlCarouselContentSlider .owlCarouselContent {
  text-align: center;
  margin-bottom: 25px;
}
.owlCarouselContentSlider .owlCarouselContent h2 {
  font-size: 36px;
  font-family: "Dubai Bold";
  color: #ffffff;
}
.owlCarouselContentSlider .owlCarouselContent p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}

.topSliderPosGroup {
  position: absolute;
  bottom: 150px;
  z-index: 4;
  width: 832px;
  transform: translateX(-50%);
  left: 50%;
}

.topSliderSearch {
  position: relative;
}
.topSliderSearch .searchForm .input-group {
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
  padding: 0 15px;
  z-index: 6;
}
.topSliderSearch .searchForm .input-group::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-bottom: 1px solid #8099B2;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 96%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 4;
}
.topSliderSearch .searchForm .input-group .input-group-prepend.sliderSearchIcon .input-group-text .material-symbols-outlined,
.topSliderSearch .searchForm .input-group .input-group-prepend.sliderSearchIcon .input-group-text i {
  color: #002F70;
}
.topSliderSearch .searchForm .input-group .input-group-prepend.sliderSearchClose .input-group-text {
  cursor: pointer;
}
.topSliderSearch .searchForm .input-group .input-group-prepend.sliderSearchClose .input-group-text .material-symbols-outlined,
.topSliderSearch .searchForm .input-group .input-group-prepend.sliderSearchClose .input-group-text i {
  color: #002F70;
}
.topSliderSearch .searchForm .input-group .input-group-prepend .input-group-text {
  background-color: transparent;
  border: 0;
}
.topSliderSearch .searchForm .input-group .form-control {
  border: 0;
  height: 64px;
  color: #002F70;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.topSliderSearch .searchForm .input-group .form-control::placeholder {
  color: #8099B2;
}
.topSliderSearch .searchResult {
  background-color: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 32px 20px 20px 20px;
  position: absolute;
  top: 40px;
  width: 100%;
  box-shadow: 0px 8px 12px -6px rgba(0, 51, 102, 0.0784313725);
  z-index: 2;
}
.topSliderSearch .searchResult .searchResultAlert {
  color: #FF8F8A;
  font-size: 14px;
}
.topSliderSearch .searchResult .searchResultInner {
  padding: 30px 20px 0px 20px;
}
.topSliderSearch .searchResult .searchResultInner .searchResultContent h5 {
  color: #99ADC2;
  font-size: 14px;
  font-family: "Dubai Bold";
  margin-bottom: 10px;
  text-transform: uppercase;
}
.topSliderSearch .searchResult .searchResultInner .searchResultContent .nav li a {
  font-size: 14px;
  font-family: "Dubai Bold";
  color: #002F70;
  padding: 10px 0;
  border-bottom: 1px solid #E5EBF0;
}
.topSliderSearch .searchResult .searchResultInner .searchResultContent .nav li:last-child a {
  border-bottom: 0;
}

/* scroll botton css start */
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.scroll-btn {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #000;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 25px;
  height: 40px;
  margin: 0 auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 23px;
}

.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 -3px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

/* scroll botton css end */
/* Home Main Slider video */
.home-banner {
  height: 85vh;
  position: relative;
  overflow: hidden;
}

.home-slider.swiper {
  width: 100%;
  height: 100%;
}

.home-service-search {
  margin: auto;
  left: 0;
  right: 0;
  z-index: 9;
  position: absolute;
  bottom: 440px;
  max-width: 832px;
  width: 100%;
  height: 64px;
  padding-left: 32px;
  padding-right: 32px;
}

.home-scroll-bottom {
  margin: auto;
  left: 0;
  right: 0;
  z-index: 9;
  position: absolute;
  bottom: 170px;
  max-width: 90px;
  width: 100%;
  height: 50px;
  padding-left: 32px;
  padding-right: 32px;
}

.home-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-slider .swiper-slide:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, #000000 -5.21%, rgba(0, 0, 0, 0.946196) 5.59%, rgba(0, 0, 0, 0.75) 15.31%, rgba(0, 0, 0, 0.5) 36.9%, rgba(0, 0, 0, 0) 61.6%);
}

.home-slider .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider .swiper-slide picture {
  width: 100%;
  height: 100%;
}

.home-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

.home-slider .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #ffffff;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.home-slider .autoplay-progress > span {
  display: none;
}

.home-slider .swiper-slide-caption {
  position: absolute;
  width: 100%;
  max-width: 1312px;
  margin: auto;
  bottom: 356px;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.home-slider .swiper-slide-caption h1 {
  font-size: 36px;
  /*background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(28.26px);*/
  /*-webkit-backdrop-filter: blur(28.26px);*/
  margin: 0px;
  padding: 0px;
  line-height: 40px;
  letter-spacing: -0.36px;
  font-family: "Dubai Bold";
  color: #ffffff;
}

.home-slider .swiper-slide-caption h2 {
  font-size: 24px;
  width: 802px;
  /*background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(28.26px);*/
  /*-webkit-backdrop-filter: blur(28.26px);*/
  font-family: "Dubai Regular";
  margin: 0px;
  padding: 0px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff;
}

.home-slider .swiper-slide-caption h2 a {
  color: #fff;
  text-decoration: underline;
}

.home-slider .swiper-stop,
.home-slider .swiper-start {
  z-index: 99;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.home-slider .swiper-stop i,
.home-slider .swiper-start i {
  font-size: 10px;
  color: #000;
  /*-webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);*/
  filter: invert(100%);
}

.home-slider .swiper-controls {
  position: absolute;
  z-index: 99;
  bottom: 220px;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-slider .swiper-controls .swiper-pagination {
  width: auto;
}

.home-slider .swiper-controls .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  transition: all 300ms ease-in;
  margin: 0 8px !important;
}

.home-slider .swiper-controls .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home-slider .swiper-controls .swiper-pagination-bullet:hover {
  opacity: 1;
}

.home-slider .swiper-controls .swiper-button-next,
.home-slider .swiper-controls .swiper-button-prev,
.home-slider .swiper-controls .autoplay-progress,
.home-slider .swiper-controls .swiper-pagination {
  position: relative;
  right: auto;
  bottom: auto;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.home-slider .swiper-controls .swiper-button-next {
  margin-left: 8px;
}

.home-slider .swiper-controls .swiper-button-prev {
  margin-right: 8px;
}

.home-slider .swiper-controls .swiper-button-next,
.home-slider .swiper-controls .swiper-button-prev {
  color: #fff;
  opacity: 0.5;
  transition: all 300ms ease-in;
}

.home-slider .swiper-controls .swiper-button-next:hover,
.home-slider .swiper-controls .swiper-button-prev:hover {
  opacity: 1;
}

.home-slider .swiper-controls .swiper-button-next:after,
.home-slider .swiper-controls .swiper-button-prev:after {
  font-size: 24px;
  font-family: "Material Symbols Outlined";
}

.home-slider .swiper-controls .swiper-button-next:after {
  content: "chevron_right";
}

.home-slider .swiper-controls .swiper-button-prev:after {
  content: "chevron_left";
}

.home-slider .swiper-controls .autoplay-progress {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.home-slider .swiper-controls .autoplay-progress svg {
  stroke: #fff;
}

.rtl .home-slider .swiper-controls .autoplay-progress {
  margin-right: 0px;
  margin-left: 8px;
}

.rtl .home-slider .swiper-controls .swiper-button-next {
  margin-right: 8px;
  margin-left: 0px;
}

.rtl .home-slider .swiper-controls .swiper-button-prev {
  margin-left: 8px;
  margin-right: 0px;
}

.rtl .home-slider .swiper-controls .swiper-button-prev:after {
  content: "chevron_left";
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.rtl .home-slider .swiper-controls .swiper-button-next:after {
  content: "chevron_right";
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

#skeleton-loader .swiper.home-slider .swiper-slide:after {
  background: none !important;
}

#skeleton-loader .swiper.home-slider .swiper-slide .swiper-slide-caption .ph-item {
  max-width: 604px;
  margin: auto;
}

#skeleton-loader .swiper.home-slider .swiper-slide .swiper-slide-caption .ph-row div {
  background: #fff;
  border-radius: 45px;
}

#skeleton-loader .swiper.home-slider .swiper-slide .swiper-slide-caption .ph-row .big {
  max-width: 338px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9px;
}

#skeleton-loader .swiper.home-slider .swiper-slide .swiper-slide-caption .ph-item {
  max-width: 604px;
  margin: auto;
}

#skeleton-loader .swiper.home-slider .swiper-slide .swiper-slide-caption .ph-row div {
  background: #fff;
  border-radius: 45px;
}

#skeleton-loader .swiper.home-slider .swiper-slide .swiper-slide-caption .ph-row .big {
  max-width: 338px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9px;
}

.topSliderSearch .search-bar-keywords-input::placeholder {
  color: #8099B2;
}

topSliderSearch .input-group .input-group-inset-item-after {
  color: #002F70;
}

.topSliderSearch .input-group {
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
  padding: 0 15px 0px 5px;
  z-index: 6;
}

.topSliderSearch .input-group .form-control {
  border: 0;
  height: 64px;
  color: #002F70;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.topSliderSearch .input-group::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-bottom: 1px solid #8099B2;
  left: 0;
  bottom: -1px;
  height: 0px;
  width: 96%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 4;
}

.topSliderSearch .input-group .input-group-inset-item-after {
  order: 1;
  border: 0;
}

.communityInitiativesCarousel .owlSliderControls .swiper-button-next, .owlSliderControls .swiper-button-prev {
  width: 24px;
  height: 24px;
}

@media (max-width: 1399px) {
  .topSliderPosGroup {
    width: 80%;
  }
  .home-service-search {
    bottom: 460px;
  }
}
@media (max-width: 991px) {
  .owlCarouselContentSlider .item .owlCarouselContent p {
    font-size: 20px;
    color: #ffffff;
  }
  .topSliderPosGroup {
    width: 100%;
  }
  .owlCarouselSlider .item {
    height: 80vh;
  }
}
@media (max-width: 767px) {
  .home-banner {
    height: 92vh;
  }
  .searchResultContent {
    margin-top: 30px;
  }
  .topSliderSearch .searchResult {
    padding: 32px 20px 20px 20px;
    height: 385px;
    overflow: auto;
  }
  .topSliderSearch .searchForm .input-group::after {
    width: 92%;
  }
  .topSliderSearch .searchResult .searchResultInner {
    padding: 0;
  }
  .topSliderSearch .searchForm .input-group .form-control {
    height: 46px;
  }
  .scrollBottom {
    display: none;
  }
  .topSliderSearch .searchForm .input-group {
    padding: 0;
  }
  .topSliderSearch .searchForm .input-group .form-control {
    padding-left: 0;
  }
  .topSliderSearch .searchResult {
    padding: 40px 20px 20px 20px;
  }
  .topSliderSearch .searchResult {
    top: 30px;
  }
  .topSliderPosGroup {
    bottom: 165px;
  }
  .owlCarouselSlider .item {
    height: 88vh;
  }
  .home-slider .swiper-slide-caption {
    bottom: 450px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }
  .home-slider .swiper-slide-caption h1 {
    font-size: 32px;
    line-height: 36px;
    width: 320px;
  }
  .home-slider .swiper-slide-caption h2 {
    font-size: 14px;
    line-height: 24px;
    width: 320px;
  }
  .home-slider .swiper-controls {
    bottom: 345px;
  }
  .home-service-search {
    bottom: 365px;
  }
  .topSliderSearch .input-group .form-control {
    height: 46px;
  }
}
@media (max-width: 575px) {
  .home-banner {
    height: 92vh;
  }
  .home-slider .swiper-controls {
    bottom: 300px;
  }
  .topSliderPosGroup {
    bottom: 270px;
  }
  .bgLightSkyBlue {
    display: none;
  }
  .owlCarouselContentSlider .item .owlCarouselContent h2 {
    font-size: 32px;
  }
  .owlCarouselContentSlider .item .owlCarouselContent p {
    font-size: 16px;
    color: #ffffff;
  }
  .home-service-search {
    bottom: 320px;
  }
  .home-slider .swiper-slide-caption {
    bottom: 400px;
  }
}
@media (max-width: 375px) {
  .owlCarouselContentSlider .item .owlCarouselContent p {
    font-size: 14px;
  }
}
.Faqgreen_callbox {
  width: 100%;
  padding: 23px;
  display: flex;
  gap: 16px;
  background-color: #DBFFE4;
  border-radius: 12px;
}
.Faqgreen_callbox.clrGreenDark {
  background-color: #B7FFC9;
}
.Faqgreen_callbox .icon_box span {
  width: 25px;
  height: 25px;
  color: #002F70;
}
.Faqgreen_callbox .content_box {
  width: 92%;
}
.Faqgreen_callbox .content_box h6 {
  font-family: "Dubai Medium";
  font-size: 20px;
  font-weight: 400;
  color: #002F70;
  transition: all 0.5s;
}
.Faqgreen_callbox .content_box h6 a {
  color: #002F70;
  font-family: "Dubai Bold";
  transition: all 0.5s;
}
.Faqgreen_callbox .content_box h6 a:hover {
  text-decoration: underline;
}
.Faqgreen_callbox .content_box p {
  font-family: "Dubai Regular";
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

.FaqPurpleCallBox {
  width: 100%;
  padding: 23px;
  display: flex;
  gap: 16px;
  background-color: #DED8FF;
  border-radius: 12px;
}
.FaqPurpleCallBox .icon_box span {
  width: 25px;
  height: 25px;
  color: #002F70;
}
.FaqPurpleCallBox .content_box {
  width: 92%;
}
.FaqPurpleCallBox .content_box h6 {
  font-family: "Dubai Medium";
  font-size: 20px;
  font-weight: 400;
  color: #002F70;
  transition: all 0.5s;
}
.FaqPurpleCallBox .content_box h6 a {
  color: #002F70;
  font-family: "Dubai Bold";
  transition: all 0.5s;
}
.FaqPurpleCallBox .content_box h6 a:hover {
  text-decoration: underline;
}
.FaqPurpleCallBox .content_box p {
  font-family: "Dubai Regular";
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

.FaqBlueCallBox {
  width: 100%;
  padding: 23px;
  display: flex;
  gap: 16px;
  background-color: #D6EFFE;
  border-radius: 12px;
}
.FaqBlueCallBox.clrBluelight {
  background-color: #ADDFFE;
}
.FaqBlueCallBox .icon_box span {
  width: 25px;
  height: 25px;
  color: #002F70;
}
.FaqBlueCallBox .icon_box img {
  width: 25px;
  height: 25px;
}
.FaqBlueCallBox .content_box {
  width: 92%;
}
.FaqBlueCallBox .content_box h6, .FaqBlueCallBox .content_box span {
  font-family: "Dubai Bold";
  font-size: 20px;
  color: #002F70;
  transition: all 0.5s;
}
.FaqBlueCallBox .content_box h6 a, .FaqBlueCallBox .content_box span a {
  font-family: "Dubai Bold";
  color: #002F70;
  transition: all 0.5s;
}
.FaqBlueCallBox .content_box h6 a:hover, .FaqBlueCallBox .content_box span a:hover {
  text-decoration: underline;
}
.FaqBlueCallBox .content_box p {
  font-family: "Dubai Regular";
  font-size: 14px;
  margin-top: 10px;
  line-height: 18px;
}
.FaqBlueCallBox .content_box div.helpSectionDescription {
  font-family: "Dubai Regular";
  font-size: 14px;
  margin-top: 4px;
  line-height: 18px;
  color: #002F70;
}
.FaqBlueCallBox .content_box .btn1 {
  margin-top: 10px !important;
}

@media (max-width: 1199px) {
  .FaqBlueCallBox .content_box .btn1 {
    padding: 6px 20px;
    font-size: 14px;
  }
  .relatedArticlesCard.searchResultNewEvent .searchResultNewEventInner .cardBoxGroupTwo .cardBoxFoot .cardBoxFootLeft .cardBoxBadge {
    position: static;
  }
}
@media (max-width: 1199px) {
  .FaqPurpleCallBox, .Faqgreen_callbox, .FaqBlueCallBox {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .insuranceWraper .asidePageSidebar {
    padding: 0;
  }
  .FaqBlueCallBox .content_box h6 {
    font-size: 16px !important;
  }
  .FaqBlueCallBox .content_box span {
    font-size: 16px !important;
  }
  .FaqBlueCallBox .content_box p {
    font-size: 12px !important;
  }
}
.accordion {
  width: 100%;
  position: relative;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.accordion .card {
  width: 100%;
  position: relative;
  border: 1px solid #E5EBF0 !important;
  border-radius: 16px 16px 16px 16px !important;
  padding: 24px 24px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 12px;
}
.accordion .card .card-head {
  width: 100%;
}
.accordion .card .card-head .accordion-btn {
  width: 100%;
  position: relative;
  font-family: "Dubai Medium";
  font-size: 16px;
  font-weight: 500;
  color: #1A4775;
  cursor: pointer;
}
.accordion .card .card-head .accordion-btn::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(../images/icon/down_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  top: 50%;
}
.accordion .card .card-head .accordion-btn:not(.collapsed)::after {
  background-image: url(../images/icon/up_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion .card .card-body {
  width: 100%;
  padding: 0;
  font-family: "Dubai Regular";
  font-size: 14px;
  font-weight: 400;
  color: #1A4775;
}
.accordion .card .card-body p {
  font-size: 14px;
  font-weight: 400;
  color: #1A4775;
}
.accordion .card:first-of-type {
  border-bottom: 1px solid #E5EBF0;
  border-radius: 16px 16px 16px 16px;
}
.accordion .card:not(:first-of-type) {
  border-bottom: 1px solid #E5EBF0;
  border-radius: 16px 16px 16px 16px;
}
.accordion .card:not(:last-of-type) {
  border-bottom: 1px solid #E5EBF0;
  border-radius: 16px 16px 16px 16px;
}

.commonSearchBar {
  margin-bottom: 48px;
}
.commonSearchBar .commonSearchForm .input-group {
  background-color: #ffffff;
  border: 1px solid #8099B2;
  border-radius: 12px;
  height: 64px;
  align-items: center;
  padding: 0 10px;
}
.commonSearchBar .commonSearchForm .input-group .input-group-prepend.headerSearchIcon .input-group-text .material-symbols-outlined,
.commonSearchBar .commonSearchForm .input-group .input-group-prepend.headerSearchIcon .input-group-text i {
  color: #002F70;
}
.commonSearchBar .commonSearchForm .input-group .input-group-prepend.commonSearchClose .input-group-text {
  cursor: pointer;
}
.commonSearchBar .commonSearchForm .input-group .input-group-prepend.commonSearchClose .input-group-text .material-symbols-outlined,
.commonSearchBar .commonSearchForm .input-group .input-group-prepend.commonSearchClose .input-group-text i {
  color: #002F70;
}
.commonSearchBar .commonSearchForm .input-group .input-group-prepend .input-group-text {
  background-color: transparent;
  border: 0;
  font-size: 20px;
}
.commonSearchBar .commonSearchForm .input-group .form-control {
  border: 0;
  color: #002F70;
  padding: 0 10px 0px 0px;
}
.commonSearchBar .commonSearchForm .input-group .form-control::placeholder {
  color: #8099B2;
}
.commonSearchBar .commonSearchForm .input-group .input-group-inset-item .btn-monospaced {
  font-size: 18px;
  color: #002F70 !important;
}

.specialtyFaqs .specialtyFaqsInner .specialtyFaqsGroup .accordion .card {
  width: 100%;
  position: relative;
  border: 0 !important;
  border-bottom: 1px solid #E5EBF0 !important;
  border-radius: 0 !important;
  padding: 12px 36px 12px 0px;
}
.specialtyFaqs .specialtyFaqsInner .specialtyFaqsGroup .accordion .card .card-head .accordion-btn::after {
  content: "";
  position: absolute;
  right: -30px;
}

.accordion .card .card-head .accordion-btn, .accordion .card .card-body {
  padding-right: 20px;
}

@media (max-width: 575px) {
  .accordion .card .card-body p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .commonSearchBar {
    margin-bottom: 24px;
  }
}
.pagination_main_wrapper {
  width: 100%;
}
.pagination_main_wrapper .Pagination_custom_box {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination_main_wrapper .Pagination_custom_box .pagination {
  display: inline-flex;
  gap: 16px;
}
.pagination_main_wrapper .Pagination_custom_box .pagination .page-item .page-link {
  border: none;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Dubai Regular";
  font-size: 16px;
  font-weight: 400;
  color: #002F70;
  border-radius: 50%;
  transition: all 0.5s;
}
.pagination_main_wrapper .Pagination_custom_box .pagination .page-item .page-link:hover {
  background-color: #002F70;
  color: #ffffff;
}
.pagination_main_wrapper .Pagination_custom_box .pagination .page-item .page-link.active {
  background-color: #002F70;
  color: #ffffff;
}
.pagination_main_wrapper .Pagination_custom_box .Pre_box a {
  display: inline-flex;
  align-items: center;
  font-family: "Dubai Bold";
  font-size: 16px;
  color: #9DA7B1;
}
.pagination_main_wrapper .Pagination_custom_box .Pre_box a:hover {
  color: #002F70;
}
.pagination_main_wrapper .Pagination_custom_box .Pre_box a i {
  width: 20px;
  color: #003366;
}
.pagination_main_wrapper .Pagination_custom_box .next_box a {
  display: inline-flex;
  align-items: center;
  font-family: "Dubai Bold";
  font-size: 16px;
  color: #9DA7B1;
}
.pagination_main_wrapper .Pagination_custom_box .next_box a:hover {
  color: #002F70;
}
.pagination_main_wrapper .Pagination_custom_box .next_box a.active {
  color: #002F70;
}
.pagination_main_wrapper .Pagination_custom_box .next_box a i {
  width: 20px;
  color: #003366;
}

.paginationMainWrapper .Pagination_custom_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 20px 0;
}
.paginationMainWrapper .Pagination_custom_box .Pre_box {
  color: #002F70;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: 1px solid #002F70;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginationMainWrapper .Pagination_custom_box p {
  margin-bottom: 0;
  color: #6685A3;
}

@media (max-width: 1199px) {
  .menu-level {
    display: none;
  }
  .menu-level.active {
    display: block;
  }
  .back-btn i {
    margin-right: 5px;
  }
  h3 {
    margin: 0 0 10px;
  }
  .mob-mega-menu-dropdown .care .levelNavMenuOuter ul li a {
    border: 0;
  }
  .menu-level.inner-level {
    height: 100vh;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    overflow: auto;
  }
  .menu-level.inner-level .backBtnOuter {
    padding: 60px 30px 20px 30px;
  }
  .menu-level.inner-level .backBtnOuter .back-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #32AFFC;
    text-transform: uppercase;
    font-family: "Dubai Bold";
    font-size: 15px;
  }
  .menu-level .levelNavMenuOuter {
    padding: 10px 30px 30px 30px;
  }
  .menu-level ul li .nav-link {
    font-size: 14px;
    font-family: "Dubai Medium";
    font-weight: 500;
    color: #002F70;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(183, 183, 183, 0.3019607843);
  }
  .menu-level ul li .navPillsTab {
    display: flex;
    gap: 10px;
  }
  .menu-level ul li .navPillsTab .navPillsIcon {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .menu-level ul li .navPillsTab .navPillsTxt h4 {
    color: #002F70;
    font-size: 16px;
    font-weight: 500;
    font-family: "Dubai Medium";
  }
  .menu-level ul li .navPillsTab .navPillsTxt span.navHead {
    color: #002F70;
    font-size: 16px;
    font-weight: 500;
    font-family: "Dubai Medium";
    line-height: 1.2;
  }
  .menu-level ul li .navPillsTab .navPillsTxt p {
    color: #002F70;
    font-size: 11px;
  }
  .menu-level ul li .navPillsTab .navPillsArrowIcon {
    display: flex;
    color: #002F70;
  }
  .menu-level ul li .navPillsTab .navPillsArrowIcon .material-symbols-outlined {
    font-size: 14px;
  }
  .menu-level ul li .megaFacilitiesMenu {
    margin-bottom: 40px;
  }
  .menu-level ul li .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesHeading h4, .menu-level ul li .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesHeading span.navHead {
    color: #002F70;
    font-family: "Dubai Bold";
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .menu-level ul li .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesHeading span.navHead {
    display: block;
    line-height: 1.2;
  }
  .menu-level ul li .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesMainMenu {
    margin-bottom: 10px;
  }
  .menu-level ul li .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesMainMenu ul li a {
    color: #002F70;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
  }
  .menu-level ul li .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesViewLink a {
    color: #037BC5;
    font-size: 16px;
    font-family: "Dubai Bold";
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .menu-level ul li .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesViewLink a .material-symbols-outlined {
    color: inherit;
    font-size: 14px;
  }
  .menu-level ul li .megaFacilitiesMenu .megaFacilitiesMenuInner .megaMenuBtn {
    display: flex;
    margin-top: 20px;
  }
  .menu-level ul li .megaFacilitiesMenu .megaFacilitiesMenuInner .megaMenuBtn a {
    display: flex;
    align-items: center;
    gap: 2px;
  }
  .menu-level ul li .megaFacilitiesMenu .megaFacilitiesMenuInner .megaMenuBtn a .material-symbols-outlined {
    font-size: 14px;
  }
  .levelNavMenuOuter .megaMenuBtn {
    display: flex;
    margin-top: 20px;
  }
  .levelNavMenuOuter .megaMenuBtn a {
    display: flex;
    align-items: center;
    gap: 2px;
  }
  .levelNavMenuOuter .megaMenuBtn a .material-symbols-outlined {
    font-size: 14px;
  }
  .menuSidebar .menuSidebarContainer {
    overflow: scroll;
  }
  .mobMenuSidebarFoot {
    background-color: #ffffff;
    padding: 20px 20px 40px;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner ul {
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner ul li a {
    transition: all 0.4s ease;
    color: #002F70;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner ul li a span,
  .mobMenuSidebarFoot .mobMenuSidebarFootInner ul li a i {
    color: #002F70;
    transition: all 0.4s ease;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner ul li a:hover {
    background-color: #002F70;
    color: #ffffff;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner ul li a:hover span,
  .mobMenuSidebarFoot .mobMenuSidebarFootInner ul li a:hover i {
    color: #ffffff;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner ul li a:hover.loginToggle svg,
  .mobMenuSidebarFoot .mobMenuSidebarFootInner ul li a:hover.loginToggle svg path {
    transition: all 0.4s ease;
    fill: #ffffff;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner .searchIconToggle {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F7F9;
    padding: 0;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner .loggedStatus {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F7F9;
    padding: 0;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner .languageToggle {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F7F9;
    padding: 8px 15px;
    color: #002F70;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner .donateToggle {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DBFFE4;
    padding: 8px 15px;
    color: #002F70;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner .donateToggle:hover {
    background-color: #A5FFBC;
    color: #002F70;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner .bookAppointmentToggle {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D6EFFE;
    padding: 8px 15px;
    color: #002F70;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner .bookAppointmentToggle:hover {
    background-color: #ADDFFE;
    color: #002F70;
  }
  .mobMenuSidebarFoot .mobMenuSidebarFootInner .loginToggle {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F7F9;
    padding: 8px 15px;
    color: #002F70;
    display: flex;
    align-items: center;
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .mobMenuSidebarFoot {
    padding: 20px 20px 80px;
  }
}
@media (max-width: 575px) {
  .menuSidebar {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.LinkBox .link-box {
  color: #002F70;
  display: flex;
  font-family: "Dubai Bold";
  width: 100%;
  border: 1px solid #E5EBF0;
  border-radius: 16px;
  padding: 25px 22px;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.LinkBox .link-box .link-text {
  display: flex;
  align-items: center;
  gap: 12px;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.infoGraphic .infoGraphic-img {
  border-radius: 25px;
}
.infoGraphic .infoGraphic-img img {
  display: inline-block;
  width: 100%;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.imageText .image-text {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  gap: 16px;
}
.imageText .image-text .doc-image {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E5EBF0;
  min-width: 250px;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.imageText .image-text .doc-image:hover {
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 102, 0.12);
}
.imageText .image-text .doc-image img {
  width: 100%;
  display: inline-block;
}
.imageText .image-text .doc-image .doc-detail {
  padding: 16px;
}
.imageText .image-text .doc-image .doc-detail h5 {
  font-size: 20px;
  font-family: "Dubai Bold";
  color: #002F70;
  line-height: 24px;
}
.imageText .image-text .doc-image .doc-detail span.doctorName, .imageText .image-text .doc-image .doc-detail span.departmentChairTitle, .imageText .image-text .doc-image .doc-detail h3.leaderName {
  display: block;
  font-size: 20px;
  font-family: "Dubai Bold";
  color: #002F70;
  line-height: 24px;
}
.imageText .image-text .doc-image .doc-detail h6 {
  color: #4D7094;
  font-size: 14px;
  font-weight: 500;
  font-family: "Dubai Regular";
}
.imageText .image-text .doc-image .doc-detail span.doctorDesignation, .imageText .image-text .doc-image .doc-detail span.departmentChairDesc, .imageText .image-text .doc-image .doc-detail span.leaderDesc {
  display: block;
  color: #4D7094;
  font-size: 14px;
  font-weight: 500;
  font-family: "Dubai Regular";
}
.imageText .image-text .doc-image .doc-detail.facilitiesDetailContent h6, .imageText .image-text .doc-image .doc-detail.facilitiesDetailContent span.doctorDesignation {
  margin-top: 5px;
  text-transform: uppercase;
}
.imageText .image-text .doc-des {
  padding-left: 40px;
}
.imageText .image-text .doc-des p {
  color: #1A4775;
  padding-top: 8px;
}

@media (min-width: 767px) {
  .departmentChairContent .doc-detail h6 {
    text-transform: uppercase;
    font-family: "Dubai Medium" !important;
  }
  .departmentChairContent .doc-detail span.departmentChairDesc {
    text-transform: uppercase;
    font-family: "Dubai Medium" !important;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.CounterBox .counter-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  background-color: #002F70;
  padding: 24px;
  border-radius: 16px;
  width: 100%;
}
.CounterBox .counter-box .counter-text h5 {
  color: #ffffff;
  font-family: "Dubai Bold";
  font-size: 20px;
}
.CounterBox .counter-box .counter-text h4 {
  color: #A5FFBC;
  font-family: "Dubai Bold";
  font-size: 24px;
}
.CounterBox .counter-box .counter-text p {
  color: #ffffff;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.serviceStep .row:last-child .service-box {
  padding: 0;
}
.serviceStep .row:last-child .service-box::before {
  display: none;
}
.serviceStep .service-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 0 36px;
  border-radius: 16px;
  width: 100%;
  position: relative;
}
.serviceStep .service-box::before {
  content: "";
  position: absolute;
  border-left: 1px solid #E5EBF0;
  left: 16px;
  height: 65%;
  transform: translateY(-50%);
  top: 64%;
}
.serviceStep .service-box.last-step::before {
  display: none;
}
.serviceStep .service-box .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #E5EBF0;
  color: #002F70;
  line-height: 35px;
  text-align: center;
  position: relative;
  z-index: 9;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceStep .service-box .service-text h5, .serviceStep .service-box .service-text span.stepTitle {
  color: #335C85;
  font-weight: 500;
  font-size: 22px;
  display: block;
}
.serviceStep .service-box .service-text h6, .serviceStep .service-box .service-text span.stepDesc {
  font-weight: 400;
  font-size: 16px;
  color: #4D7094;
  margin-top: 10px;
  display: block;
}
.serviceStep .service-box .service-text p {
  color: #99ADC2;
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .serviceStep .service-box .service-text h5 {
    color: #335C85;
    font-weight: 500;
    font-size: 14px;
    font-family: "Dubai Bold";
  }
  .serviceStep .service-box .service-text span.stepTitle {
    color: #335C85;
    font-weight: 500;
    font-size: 14px;
    font-family: "Dubai Bold";
  }
  .serviceStep .service-box .service-text h6 {
    font-size: 14px;
    margin-top: 4px;
  }
  .serviceStep .service-box .service-text span.stepDesc {
    font-size: 14px;
    margin-top: 4px;
  }
  .serviceStep .service-box .service-text p {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .serviceStep .service-box .icon {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .serviceStep .service-box::before {
    left: 10px;
    height: 60%;
    transform: translateY(-50%);
    top: 62%;
  }
  .serviceStep .service-box {
    padding: 0 0 20px;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.approchBox .approch-box {
  background-color: #F1FCFF;
  padding: 24px;
  border-radius: 16px;
  width: 100%;
}
.approchBox .approch-box h5, .approchBox .approch-box h3 {
  color: #002F70;
  font-family: "Dubai Bold";
  font-size: 20px;
  margin-bottom: 0;
}
.approchBox .approch-box p {
  color: #335C85;
  margin-top: 10px;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.formTab .tab-box {
  border: none;
  gap: 24px;
  flex-wrap: nowrap;
  padding: 10px 0;
}
.formTab .tab-box .nav-link {
  background-color: #E5EBF0;
  padding: 15px;
  border-radius: 12px;
  width: 100%;
  border: 1px solid #CCD6E0;
  width: 228px;
  height: 100%;
}
.formTab .tab-box .nav-link svg path {
  fill: #002F70;
}
.formTab .tab-box .nav-link:hover {
  border: 1px solid #CCD6E0;
}
.formTab .tab-box .nav-link.active {
  background-color: #32AFFC !important;
  border: 1px solid #32AFFC;
}
.formTab .tab-box .nav-link.active svg path {
  fill: #ffffff;
}
.formTab .tab-box .nav-link.active h4 {
  color: #ffffff;
}
.formTab .tab-box .nav-link.active p {
  color: #ffffff;
}
.formTab .tab-box h4 {
  color: #002F70;
  font-size: 18px;
  margin-top: 8px;
  font-family: "Dubai Bold";
}
.formTab .tab-box p {
  color: #335C85;
  font-size: 14px;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.input-field {
  margin-bottom: 16px;
}
.input-field .selectInputField {
  border: 1px solid #8099B2;
  border-radius: 12px;
  background-color: transparent;
  display: inline-block;
  width: 100%;
  height: 52px;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
}
.input-field .selectInputField input,
.input-field .selectInputField select {
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  height: 100%;
  color: #002F70;
  font-size: 18px;
}
.input-field .selectInputField.selectBold select {
  font-family: "Dubai Bold";
}
.input-field .selectInputField.otpFiled {
  grid-template-columns: 42px 1fr;
}
.input-field .selectInputField.otpFiled p {
  font-size: 18px;
  font-weight: 400;
  color: #002F70;
}
.input-field input {
  border: 1px solid #8099B2;
  border-radius: 12px;
  padding: 12px 16px;
  background-color: transparent;
  display: inline-block;
  width: 100%;
  height: 52px;
  color: #002F70;
  font-size: 18px;
}
.input-field input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 25px;
  background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAwMkY3MCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOC43NSAyLjI1djEuOGg2LjV2LTEuOGgxLjV2MS44Yy41OC4wMDIgMS4wNjUuMDA5IDEuNDc1LjAzOS41NDEuMDQgMS4wMTMuMTIzIDEuNDUuMzI0LjY5OC4zMiAxLjI4LjgzNyAxLjY1IDEuNDkyLjIzOC40MTguMzM1Ljg3LjM4MSAxLjM3NC4wNDQuNDg0LjA0NCAxLjA4LjA0NCAxLjgwNnY3LjYzYzAgLjcyNiAwIDEuMzIyLS4wNDQgMS44MDYtLjA0Ni41MDMtLjE0My45NTYtLjM4IDEuMzc0YTMuNjE5IDMuNjE5IDAgMDEtMS42NTEgMS40OTJjLS40MzcuMi0uOTA5LjI4NC0xLjQ1LjMyNC0uNTI3LjAzOS0xLjE4LjAzOS0xLjk5Ni4wMzlINy43NzFjLS44MTYgMC0xLjQ2OSAwLTEuOTk2LS4wMzktLjU0MS0uMDQtMS4wMTMtLjEyMy0xLjQ1LS4zMjNhMy42MTkgMy42MTkgMCAwMS0xLjY1LTEuNDkzYy0uMjM4LS40MTgtLjMzNS0uODctLjM4MS0xLjM3NC0uMDQ0LS40ODQtLjA0NC0xLjA4LS4wNDQtMS44MDZ2LTcuNjNjMC0uNzI2IDAtMS4zMjIuMDQ0LTEuODA2LjA0Ni0uNTA0LjE0My0uOTU2LjM4LTEuMzc0YTMuNjE4IDMuNjE4IDAgMDExLjY1MS0xLjQ5MmMuNDM3LS4yLjkwOS0uMjg0IDEuNDUtLjMyNC40MS0uMDMuODk2LS4wMzcgMS40NzUtLjAzOXYtMS44aDEuNXptLTEuNSAzLjNjLS41Ny4wMDItMS4wMDcuMDA4LTEuMzY1LjAzNS0uNDYuMDM0LS43My4wOTctLjkzNC4xOTFhMi4xMTYgMi4xMTYgMCAwMC0uOTcxLjg2OGMtLjA5LjE1OS0uMTU2LjM3My0uMTkyLjc3LS4wMzcuNDA5LS4wMzguOTM2LS4wMzggMS43MDZ2LjMzaDE2LjV2LS4zM2MwLS43NyAwLTEuMjk3LS4wMzgtMS43MDYtLjAzNi0uMzk3LS4xMDItLjYxMS0uMTkyLS43N2EyLjEyIDIuMTIgMCAwMC0uOTctLjg2OGMtLjIwNS0uMDk0LS40NzUtLjE1Ny0uOTM1LS4xOTFhMjAuMzU5IDIwLjM1OSAwIDAwLTEuMzY1LS4wMzV2MS44aC0xLjV2LTEuOGgtNi41djEuOGgtMS41di0xLjh6bTEzIDUuNEgzLjc1djUuNzNjMCAuNzcgMCAxLjI5Ny4wMzggMS43MDYuMDM2LjM5Ny4xMDIuNjExLjE5Mi43Ny4yMDQuMzYyLjU0LjY3Ljk3Ljg2OC4yMDUuMDk0LjQ3NS4xNTcuOTM1LjE5MS40NjYuMDM1IDEuMDY0LjAzNSAxLjkxNS4wMzVoOC40Yy44NTEgMCAxLjQ0OSAwIDEuOTE1LS4wMzUuNDYtLjAzNC43My0uMDk3LjkzNC0uMTkxYTIuMTIgMi4xMiAwIDAwLjk3MS0uODY4Yy4wOS0uMTU5LjE1Ni0uMzczLjE5Mi0uNzcuMDM3LS40MDkuMDM4LS45MzYuMDM4LTEuNzA2di01LjczeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggZmlsbD0iIzAwMkY3MCIgZD0iTTEwLjQ5NyAxOUw3IDE1LjY4MmwuODc0LS44MyAyLjYyMyAyLjQ4OUwxNi4xMjYgMTJsLjg3NC44M0wxMC40OTcgMTl6Ii8+PC9zdmc+) no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
}
.input-field input::-webkit-datetime-edit {
  position: relative;
  left: 12px;
}
.input-field input::-webkit-datetime-edit-fields-wrapper {
  position: relative;
  left: 12px;
}
.input-field select {
  border: 1px solid #8099B2;
  border-radius: 12px;
  background-color: transparent;
  display: inline-block;
  width: 100%;
  height: 52px;
  color: #002F70;
  font-size: 18px;
}
.input-field textarea {
  border: 1px solid #8099B2;
  border-radius: 12px;
  background-color: transparent;
  display: inline-block;
  width: 100%;
  color: #002F70;
  font-size: 18px;
}
.input-field textarea::placeholder {
  color: #8099B2;
}
.input-field label {
  color: #003366;
  font-size: 14px;
}
.input-field.success input {
  background-color: #F6FFF8;
  border: 1px solid #A5FFBC;
}
.input-field.error input {
  background-color: #FFF4F3;
  border: 1px solid #FF8F8A;
}
.input-field.disable input {
  background-color: #E5EBF0;
  border: 1px solid #E5EBF0;
}

::placeholder {
  color: #8099B2 !important;
}

.form-checkbox {
  display: block;
  margin-bottom: 15px;
}
.form-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-checkbox label {
  position: relative;
  cursor: pointer;
  color: #002F70;
}
.form-checkbox label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #002F70;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  height: 18px;
  width: 18px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: 2px solid #32AFFC;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-checkbox input:checked + label {
  font-family: "Dubai Bold";
}

.form-radio {
  display: block;
  margin-bottom: 15px;
}
.form-radio input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-radio label {
  position: relative;
  cursor: pointer;
  color: #002F70;
}
.form-radio label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #002F70;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form-radio input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 3.5px;
  width: 13px;
  height: 13px;
  background: #32AFFC;
  border-radius: 50px;
}
.form-radio input:checked + label {
  font-family: "Dubai Bold";
}

.filelabel {
  border-radius: 12px;
  display: block;
  padding: 5px;
  transition: border 300ms ease;
  cursor: pointer;
  text-align: center;
  margin: 0;
}

.filelabel i {
  display: block;
  font-size: 30px;
  padding-bottom: 5px;
}

.filelabel i,
.filelabel .title {
  font-family: "Dubai Bold";
  font-size: 16px;
  color: #32AFFC;
}

#FileInput {
  display: none;
}

.filelabel {
  color: #003366;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #8099B2;
}

.input-field .uploadFileLabel {
  font-size: 18px;
  font-weight: 500;
  font-family: "Dubai Medium";
  line-height: 22px;
}
.input-field .filelabel {
  padding: 5px 0;
}
.input-field .captionWord {
  margin-bottom: 8px;
}
.input-field .captionWord span {
  font-size: 26px;
  font-family: "Dubai Bold";
  line-height: 32px;
  text-align: center;
  border: 0.1px solid #3B4F63;
  padding: 8px 50px;
  border-radius: 8px;
  display: inline-block;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.faciLinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.faciLinks .container-fluid {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  gap: 10px;
}
.faciLinks .link-box {
  color: #002F70;
  display: flex;
  font-weight: 400;
  border: 1px solid #CCD6E0;
  border-radius: 50px;
  padding: 8px 16px;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  background-color: #E5EBF0;
}
.faciLinks .link-box .link-text {
  display: flex;
  align-items: center;
  gap: 12px;
}
.faciLinks .link-box p {
  font-size: 16px;
}
.faciLinks .link-box a {
  color: #002F70 !important;
}
.faciLinks .faciLinksGroup {
  color: #002F70;
  display: flex;
  font-weight: 400;
  border: 1px solid #CCD6E0;
  border-radius: 50px;
  padding: 8px 16px;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
  background-color: #E5EBF0;
  cursor: pointer;
}
.faciLinks .faciLinksGroup .link-box {
  display: inline-block;
  border: 0;
  background-color: 0;
  color: #002F70;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.sidebarFormTab {
  border: 1px solid #E5EBF0;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0px 25px 26px -22px rgba(0, 51, 102, 0.0784313725);
}
.sidebarFormTab .loginTab .loginHeading {
  margin-bottom: 20px;
}
.sidebarFormTab .loginTab .loginHeading h2 {
  font-family: "Dubai Bold";
  font-size: 20px;
  color: #002F70;
  margin-bottom: 8px;
}
.sidebarFormTab .loginTab .loginHeading p {
  font-size: 14px;
  font-weight: 400;
  color: #002F70;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.select2-container--default .select2-selection--single {
  padding: 12px 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
  height: 52px;
  border: 1px solid #1A4775;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #002F70;
}
.select2-container--default .select2-selection--single.select2-selection--disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: unset;
  color: unset;
}
.select2-container--default .select2-results__option--selectable {
  background-color: transparent;
  color: #002F70;
}
.select2-container--default .select2-results__option--selectable.select2-results__option--selected {
  background-color: unset;
  color: #32AFFC;
  font-family: "Dubai Bold";
}
.select2-container--default .select2-results__option--selectable.select2-results__option--selected:hover {
  background-color: unset;
  color: #32AFFC;
  font-family: "Dubai Bold";
}
.select2-container--default .select2-results__option--selectable:hover {
  background-color: #EBF7FF;
  color: #002F70;
  font-family: "Dubai Medium";
}
.select2-container--default .select2-results__option--selected {
  background-color: unset;
}
.select2-container--default .select2-results__option--selectable {
  color: #002F70;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}

.select2-results__option {
  padding: 12px 16px;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #1A4775;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 2px;
}

.select2-results__option[aria-disabled=true] {
  color: #8099B2;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #1A4775;
  border-radius: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #1A4775;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  top: -2px;
}

.select2-container--open .select2-dropdown {
  overflow: hidden;
}

.select2-search--dropdown {
  display: none;
}

/* Hide the remove "x" button from each selected choice */
.select2-container--default .select2-selection__choice__remove {
  display: none;
}

/* Style the selection box to hold selected items in one line */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

/* Customize the appearance of selected choices */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  border: none;
  white-space: nowrap;
}

/* Ensure each selected option is displayed in a comma-separated format */
.select2-container--default .select2-selection--multiple .select2-selection__choice::after {
  content: ", ";
  /* Adds comma after each option */
}

/* Remove the trailing comma after the last selected option */
.select2-container--default .select2-selection--multiple .select2-selection__choice:last-child::after {
  content: "";
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #1A4775;
  outline: 0;
  padding: 14px 34px 14px 16px;
  border-radius: 12px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #1A4775;
}

.select2-search__field::placeholder {
  color: #1A4775;
}

/* Ensure each selected option is displayed in a comma-separated format */
.select2-container--default .select2-selection--multiple .select2-selection__choice::after {
  content: ", ";
  /* Adds comma after each option */
}

/* Remove the trailing comma after the last selected option */
.select2-container--default .select2-selection--multiple .select2-selection__choice:last-child::after {
  content: "";
}

.select2-container .select2-selection--multiple {
  height: 52px;
  position: relative;
}

.select2-search.select2-search--inline {
  position: absolute;
  top: 10px;
  left: 15px;
}

/* Bold text for selected options */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #002F70;
  font-size: 16px;
}

/* Ensure each selected option is displayed in a comma-separated format */
.select2-container--default .select2-selection--multiple .select2-selection__choice::after {
  content: ", ";
  /* Adds comma after each option */
}

/* Remove the trailing comma after the last selected option */
.select2-container--default .select2-selection--multiple .select2-selection__choice:last-child::after {
  content: "";
}

/* Style for the hover effect on options */
.select2-results__option--highlighted {
  background-color: #d3d3d3;
  /* Light gray background on hover */
}

/* Style for disabled options */
.select2-results__option--disabled {
  color: #a9a9a9;
  /* Gray color for disabled options */
  pointer-events: none;
  /* Disable pointer events */
}

.select2-container .selection .select2-selection {
  position: relative;
}
.select2-container .selection .select2-selection:after {
  content: "";
  background-image: url(../images/icon/down-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 18px;
  width: 12px;
  height: 12px;
}

.select2-container.select2-container--open .selection .select2-selection:after {
  background-image: url(../images/icon/down-up.png);
}

.select2-results__option span label {
  margin-bottom: 0;
}

/* Style for the checkbox in the Select2 dropdown */
.select2-container--default .select2-results__option input[type=checkbox] {
  border: 2px solid #002F70;
  /* Border color */
  width: 18px;
  /* Width of the checkbox */
  height: 18px;
  /* Height of the checkbox */
  margin-right: 5px;
  /* Space between checkbox and label */
  cursor: pointer;
  /* Pointer cursor on hover */
}

.select2-container--default .select2-results__option--disabled input[type=checkbox] {
  border-color: #8099B2;
}

/* Style for the checked state of the checkbox */
.select2-container--default .select2-results__option input[type=checkbox]:checked {
  background-color: #32AFFC;
  /* Background color when checked */
  color: #fff;
  /* Change color for the checked checkbox */
}

/* Optional: Add a hover effect for better UX */
.select2-container--default .select2-results__option:hover {
  background-color: #e8f0fe;
  /* Light background on hover */
}

/* Style the checkbox itself to ensure it's visible */
.select2-container--default .select2-results__option input[type=checkbox] {
  -webkit-appearance: none;
  /* Remove default checkbox styling */
  -moz-appearance: none;
  /* Remove default checkbox styling */
  appearance: none;
  /* Remove default checkbox styling */
  position: relative;
  /* For custom styles */
}

/* Create a custom checkbox */
.select2-container--default .select2-results__option input[type=checkbox]:checked {
  background-color: #fff;
  color: #32AFFC;
}

.select2-container--default .select2-results__option input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/tick.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
}

.select2-container--default .select2-results__option span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.customMultiSelectWithSearch .bootstrap-select .dropdown-menu .bs-searchbox .form-control {
  color: #002F70;
  font-size: 16px;
}
.customMultiSelectWithSearch .bootstrap-select .dropdown-menu .bs-searchbox .form-control::placeholder {
  color: #8099B2;
}
.customMultiSelectWithSearch .bootstrap-select.show-tick .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.customMultiSelectWithSearch .bootstrap-select.show-tick .dropdown-menu .dropdown-item .text {
  color: #002F70;
  font-size: 16px;
}
.customMultiSelectWithSearch .bootstrap-select.show-tick .dropdown-menu .dropdown-item:hover {
  background-color: #EBF7FF;
  color: #002F70;
  font-family: "Dubai Medium";
}
.customMultiSelectWithSearch .bootstrap-select.show-tick .dropdown-menu span.check-mark {
  position: relative;
  border: 2px solid #002F70;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  right: 0;
  top: 0;
}
.customMultiSelectWithSearch .bootstrap-select.show-tick .dropdown-menu span.check-mark::after {
  display: none;
  border: 0;
  content: "";
  position: absolute;
  background-image: url("../images/icon/tick.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
}
.customMultiSelectWithSearch .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark::after {
  display: block;
  border: 0;
}
.customMultiSelectWithSearch .bootstrap-select.show-tick .dropdown-menu .selected .text {
  color: #32AFFC;
  font-family: "Dubai Bold";
}
.customMultiSelectWithSearch .bootstrap-select.show-tick .dropdown-menu .selected .dropdown-item:hover {
  background-color: transparent;
  color: #32AFFC;
}
.customMultiSelectWithSearch .bootstrap-select .bs-searchbox {
  position: relative;
}
.customMultiSelectWithSearch .bootstrap-select .bs-searchbox input[type=search]::-webkit-search-cancel-button {
  background-image: url("../images/icon/close.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  -webkit-appearance: none;
}
.customMultiSelectWithSearch .bootstrap-select .bs-searchbox::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/icon/search.png"); /* Your search icon */
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.customMultiSelectWithSearch .bootstrap-select .btn {
  padding: 12px 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
  height: 52px;
  border: 1px solid #1A4775;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  background-color: #ffffff;
}
.customMultiSelectWithSearch .bootstrap-select .btn::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background-image: url(../images/icon/down-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.customMultiSelectWithSearch .bootstrap-select .btn[aria-expanded=true]:after {
  background-image: url(../images/icon/down-up.png);
}
.customMultiSelectWithSearch .bootstrap-select .btn:focus {
  outline: 0 !important;
  box-shadow: unset;
}
.customMultiSelectWithSearch .bootstrap-select .btn:hover {
  background-color: #ffffff;
}
.customMultiSelectWithSearch .bootstrap-select .btn .filter-option .filter-option-inner .filter-option-inner-inner {
  color: #002F70;
}
.customMultiSelectWithSearch .bootstrap-select.show .btn:focus {
  outline: 0 !important;
  box-shadow: unset;
}
.customMultiSelectWithSearch .bootstrap-select .dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #1A4775;
  border-radius: 12px;
  padding: 0;
}
.customMultiSelectWithSearch .bootstrap-select .dropdown-menu .bs-searchbox {
  padding: 12px 16px;
}
.customMultiSelectWithSearch .bootstrap-select .dropdown-menu .bs-searchbox input {
  border-color: #8099B2;
  border-radius: 12px;
  padding: 6px 12px 6px 32px;
}
.customMultiSelectWithSearch .bootstrap-select .dropdown-menu .dropdown-menu.inner {
  padding: 0;
  border: 0;
}
.customMultiSelectWithSearch .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
  padding: 12px 16px;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: unset;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.insuranceListItem {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  border: 1px solid #E5EBF0;
  padding: 24px;
  border-radius: 16px;
}
.insuranceListItem .insuranceListImg {
  border: 1px solid #E5EBF0;
  padding: 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.insuranceListItem .insuranceListContent h5 a, .insuranceListItem .insuranceListContent h2 a {
  font-size: 20px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.insuranceListItem .insuranceListContent p {
  font-size: 14px;
  color: #1A4775;
  display: inline;
}
.insuranceListItem .insuranceListContent .nav {
  gap: 10px;
}
.insuranceListItem .insuranceListContent .nav li a {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.insuranceListItem .insuranceListContent .nav li a span {
  width: 24px;
  height: 24px;
  border: 1px solid #E5EBF0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insuranceListItem .insuranceListContent .nav li a span img {
  width: 14px;
}
.insuranceListItem .insuranceListContent .nav li a p {
  font-size: 14px;
  color: #1A4775;
  font-family: "Dubai Bold";
}

.insurancepartnerinnercontent .playstore {
  font-size: 14px;
  margin-left: 5px;
  color: #1A4775;
  font-family: "Dubai Bold";
}

.insurancepartnerinnercontent .playstore:hover {
  color: #1A4775;
}

@media (max-width: 575px) {
  .insuranceListItem {
    grid-template-columns: 1fr;
  }
  .insuranceListItem .insuranceListImg {
    width: 120px;
    height: 120px;
  }
  .insuranceListItem .insuranceListContent h5, h2 {
    font-size: 16px;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.breadcrumb {
  background-color: transparent;
  padding: 10px 0 8px;
  margin: 0 0 48px;
}
.breadcrumb .breadcrumb-item a {
  color: #002F70;
  font-size: 16px;
  font-family: "Dubai Bold";
}
.breadcrumb .breadcrumb-item.active {
  color: #4D7094;
}
.breadcrumb .breadcrumb-item .active-breadcrumb {
  color: #4D7094;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "FontAwesome";
  content: "\f105";
}

@media (max-width: 767px) {
  .commonSearchBar .commonSearchForm .input-group {
    height: 48px;
  }
}
/*
@media (max-width: 767px) {
  .accordion .card .card-head .accordion-btn::after {
      width: 10px;
      height: 10px;
  }
}*/
.location_wrapper {
  position: relative;
}

.map_box_wrapper {
  width: 440px;
  height: 100%;
  position: relative;
  border-radius: 20px;
  margin-bottom: 80px;
}
.map_box_wrapper .dhLocationScroll {
  overflow: auto;
  scrollbar-width: none !important;
}
.map_box_wrapper .dhLocationBox1 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 25px 26px -22px rgba(0, 51, 102, 0.0784313725);
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme {
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead {
  width: 100%;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h5, .map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h2, .map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h1 {
  font-family: "Dubai Bold";
  font-size: 24px;
  color: #002F70;
  text-transform: capitalize;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead button[aria-expanded=true] {
  transform: rotate(180deg);
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .btn_inner_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .btn_inner_wrapper .btn_inner_box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .btn_inner_wrapper .btn_inner_box .map_tags_btn {
  width: auto;
  padding: 8px 16px;
  background-color: #E5EBF0;
  border: 1px solid #CCD6E0;
  font-family: "Dubai Regular";
  font-size: 16px;
  font-weight: 400;
  color: #002F70;
  border-radius: 48px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .btn_inner_wrapper .btn_inner_box .map_tags_btn:hover {
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 102, 0.1215686275);
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .btn_inner_wrapper .btn_inner_box .map_tags_btn.active {
  background-color: #002F70;
  border-color: #002F70;
  color: #FFFFFF;
  font-family: "Dubai Bold";
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .topSliderSearch .searchForm .input-group {
  border: 1px solid #8099B2;
  padding: 0 12px;
  z-index: 6;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .topSliderSearch .searchForm .input-group::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-bottom: 1px solid #8099B2;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 91%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 4;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .topSliderSearch .searchForm .input-group .form-control {
  height: 48px;
  padding: 0px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .topSliderSearch .searchForm .input-group.inputActive {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .topSliderSearch .searchResult {
  border-top: 0;
  border: 1px solid #8099B2;
  padding: 16px;
  max-height: 250px;
  height: auto;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .topSliderSearch .searchResult .searchResultInner {
  padding: 0;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .topSliderSearch .searchResult .searchResultInner .searchResultContent h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #335C85;
  text-transform: capitalize;
  font-family: "Dubai Regular";
  margin-top: 16px;
  margin-bottom: 12px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .topSliderSearch .searchResult .searchResultInner .searchResultContent ul li {
  cursor: pointer;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .faq_inner_box {
  width: 100%;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 8px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .faq_inner_box .faq_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .faq_inner_box .faq_content .text_wrap .title1 {
  font-family: "Dubai Bold";
  font-size: 18px;
  color: #002F70;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .faq_inner_box .faq_content .text_wrap .title2 {
  font-weight: 400;
  font-family: "Dubai Regular";
  font-size: 18px;
  color: #002F70;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .faq_inner_box .faq_content .text_wrap p {
  font-family: "Dubai Regular";
  font-size: 14px;
  font-weight: 400;
  color: #1A4775;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .faq_inner_box .faq_content .text_wrap .btnlink .readMoreLink {
  font-family: "Dubai Regular";
  font-size: 14px;
  font-weight: 400;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .faq_inner_box .faq_content .text_wrap .btnlink .readMoreLink .icon {
  font-size: 12px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail p {
  font-family: "Dubai Medium";
  font-size: 22px;
  font-weight: 500;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail .hosp_title {
  font-family: "Dubai Medium";
  font-size: 16px;
  font-weight: 400;
  color: #1A4775;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail .VisitBtnLink .readMoreLink {
  font-size: 16px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail .VisitBtnLink .readMoreLink .icon {
  font-size: 16px;
  width: 12px;
  height: 16px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail.dhLocationDetail2 {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 8px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail.dhLocationDetail2 p {
  font-size: 18px;
}
.map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .hrHroziLineOuterInner hr {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.map_box_wrapper .dhLocationBox2 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 25px 26px -22px rgba(0, 51, 102, 0.0784313725);
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme {
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead .readMoreLink {
  font-size: 16px;
  margin-bottom: 5px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead .readMoreLink .icon {
  font-size: 16px;
  width: 12px;
  height: 16px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead button[aria-expanded=true] {
  transform: rotate(180deg);
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .subtitle_box {
  position: relative;
  margin-top: 24px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .subtitle_box button {
  position: absolute;
  top: 40px;
  right: 0;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .subtitle_box button[aria-expanded=true] {
  transform: rotate(180deg);
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHours {
  margin-bottom: 16px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHours .visitingPatientHoursItemGroup {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .EmergencyBoxhead {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .EmergencyBoxhead .sub_title {
  font-family: "Dubai Bold";
  font-size: 18px;
  color: #002F70;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .EmergencyBoxhead .cardBoxBadge {
  position: static;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .EmergencyBoxhead .cardBoxBadge .badge {
  font-weight: unset;
  padding: 6px 8px;
  font-size: 16px;
  border-radius: 6px;
  background-color: #FABC4C;
  color: #0A233C;
  font-family: "Dubai Bold";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail p {
  font-family: "Dubai Medium";
  font-size: 22px;
  font-weight: 500;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail .hosp_title {
  font-family: "Dubai Medium";
  font-size: 16px;
  font-weight: 400;
  color: #1A4775;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail .VisitBtnLink .readMoreLink {
  font-size: 16px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail .VisitBtnLink .readMoreLink .icon {
  font-size: 16px;
  width: 12px;
  height: 16px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail.dhLocationDetail2 {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 8px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail.dhLocationDetail2 p {
  font-size: 18px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .hours_inner_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .hours_inner_wrap .hours_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .hours_inner_wrap .hours_wrap .subtitle_box h5 {
  font-family: "Dubai Bold";
  font-size: 18px;
  color: #002F70;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .hours_inner_wrap .hours_wrap .visitingPatientHours {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .hours_inner_wrap .hours_wrap .visitingPatientHours .visitingPatientHoursItem {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #D6EFFE;
  border-radius: 8px;
  padding: 8px 26px 8px 8px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .hours_inner_wrap .hours_wrap .visitingPatientHours .visitingPatientHoursItem .visitingPatientHoursIcon p {
  font-size: 16px;
  font-family: "Dubai Medium";
  line-height: 21px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .hours_inner_wrap .emergencyDepartment {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .hours_inner_wrap .emergencyDepartment .emergencyDepartmentPara p {
  font-family: "Dubai Regular";
  font-size: 14px;
  font-weight: 400;
  color: #6685A3;
  line-height: 20px;
}
.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .hours_inner_wrap .emergencyDepartment .emergencyDepartmentPara p a {
  color: #32AFFC;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 2px;
}

.direction-rtl .map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .subtitle_box button {
  left: 0;
  right: unset;
}

.maplinkClrBlue {
  color: #32AFFC !important;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.triggerMenu .trigger {
  margin-left: 10px;
}
.triggerMenu .trigger .bars {
  width: 40px;
  cursor: pointer;
}
.triggerMenu .trigger .bars .line {
  fill: none;
  stroke: #002F70;
  stroke-width: 4;
  stroke-linecap: square;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
}
.triggerMenu .trigger .bars .line.top {
  stroke-dasharray: 40 172;
}
.triggerMenu .trigger .bars .line.middle {
  stroke-dasharray: 40 111;
}
.triggerMenu .trigger .bars .line.bottom {
  stroke-dasharray: 40 172;
}
.triggerMenu .trigger .bars.active .top {
  stroke-dashoffset: -132px;
}
.triggerMenu .trigger .bars.active .middle {
  stroke-dashoffset: -71px;
}
.triggerMenu .trigger .bars.active .bottom {
  stroke-dashoffset: -132px;
}

.dubaiHealthHeader {
  position: relative;
  height: 100px;
  z-index: 999;
  box-shadow: 0px 8px 12px -6px rgba(0, 51, 102, 0.0784313725);
  background-color: #fff;
}
.dubaiHealthHeader.headerActive {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
}
.dubaiHealthHeader .containerFluid {
  height: 100%;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter {
  position: relative;
  height: 100%;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 140px;
  height: 100%;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderLogo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu {
  display: flex;
  align-items: center;
  height: 100%;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu a {
  height: 100%;
  display: flex;
  align-items: center;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu ul,
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav {
  height: 100%;
  gap: 15px;
  flex-direction: row;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu ul li,
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav li {
  height: 100%;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu ul li a,
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav li a {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: rgb(0, 47, 112);
  padding: 0.5rem 1rem;
  font-family: "Dubai Regular";
  line-height: 24px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu ul li a:hover::after,
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav li a:hover::after {
  content: "";
  background-color: rgb(0, 47, 112);
  height: 4px;
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu ul li a:hover.btn::after,
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav li a:hover.btn::after {
  content: unset;
  display: none;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu ul li a.active::after,
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav li a.active::after {
  content: "";
  background-color: rgb(0, 47, 112);
  height: 4px;
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu ul.flex-custom,
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav.flex-custom {
  gap: 12px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu ul {
  gap: 10px;
  align-items: center;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu ul li a {
  transition: all 0.4s ease;
  color: #002F70;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu ul li a span,
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu ul li a i {
  color: #002F70;
  transition: all 0.4s ease;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu ul li a:hover {
  background-color: #002F70;
  color: #ffffff;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu ul li a:hover span,
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu ul li a:hover i {
  color: #ffffff;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu ul li a:hover svg,
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu ul li a:hover svg path {
  transition: all 0.4s ease;
  fill: #ffffff;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu ul li a:hover .trigger svg,
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu ul li a:hover .trigger svg path {
  transition: all 0.4s ease;
  fill: transparent;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu .searchIconToggle {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F7F9;
  padding: 0;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu .loggedStatus {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F7F9;
  padding: 0;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu .languageToggle {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F7F9;
  padding: 8px 15px;
  color: #002F70;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu .donateToggle {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DBFFE4;
  padding: 8px 15px;
  color: #002F70;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu .donateToggle:hover {
  background-color: #A5FFBC;
  color: #002F70;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu .bookAppointmentToggle {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D6EFFE;
  padding: 8px 15px;
  color: #002F70;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu .bookAppointmentToggle:hover {
  background-color: #ADDFFE;
  color: #002F70;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu .loginToggle {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F7F9;
  padding: 8px 15px;
  color: #002F70;
  display: flex;
  align-items: center;
  gap: 6px;
}

.headerTwo {
  padding: 24px;
  background-color: #ffffff;
  transition: all 0.6s ease;
  z-index: 9999;
  border-bottom: 1px solid #E5EBF0;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.headerTwo .headerTwoOuter .headerTwoInner {
  display: grid;
  grid-template-columns: 154px 1fr;
  gap: 15px;
}
.headerTwo .headerTwoOuter .headerTwoInner .headerTwoMenu {
  display: flex;
  align-items: center;
  justify-content: end;
}
.headerTwo .headerTwoOuter .headerTwoInner .headerTwoMenu .nav .nav-item .nav-link {
  font-size: 15px;
  color: #002F70;
  display: flex;
  align-items: center;
  gap: 6px;
  border-right: 1px solid #4D7094;
  padding: 0;
  padding-right: 20px;
  margin-right: 20px;
}
.headerTwo .headerTwoOuter .headerTwoInner .headerTwoMenu .nav .nav-item:last-child .nav-link {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .triggerMenu .trigger .bars {
    width: 40px;
    cursor: pointer;
  }
  .dubaiHealthHeader .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu .searchIconToggle {
    background-color: transparent;
    height: 100%;
  }
  .dubaiHealthHeader {
    height: 85px;
  }
  .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderLogo img,
  .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderLogo {
    width: 110px !important;
    /*height: 110px;*/
  }
}
.dropdown-menu {
  display: none;
  /* Initially hidden */
  padding: 10px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  margin-top: 5px;
}

.dropdown-item {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
}

.dropdown-item:hover {
  background-color: #007bff;
  color: white;
}

.arrow {
  display: inline-block;
  transition: transform 0.3s;
}

[dir=ltr] .menuSidebar {
  left: 0;
}

.menuSidebar {
  background-color: #fff;
  width: 375px;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  transition: all 0.6s ease;
  transform: translateX(-950px);
}
.menuSidebar.activeSidebar {
  transform: translateX(0px);
}
.menuSidebar .menuSidebarClose {
  position: absolute;
  top: 10px;
  right: 30px;
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 1, 0.15);
}
.menuSidebar .menuSidebarClose span.material-symbols-outlined {
  color: #002F70;
}
.menuSidebar .menuSidebarInner {
  height: calc(100vh - 195px);
  overflow: auto;
  padding: 40px 40px 20px 40px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.menuSidebar .menuSidebarInner::-webkit-scrollbar {
  width: 4px;
}
.menuSidebar .menuSidebarInner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.menuSidebar .menuSidebarInner::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 10px;
}
.menuSidebar .menuSidebarInner::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.menuSidebar .menuSidebarInner .sidebarMenuGroup {
  margin-top: 30px;
}
.menuSidebar .menuSidebarInner .sidebarMenuGroup h5 {
  font-size: 15px;
  font-family: "Dubai Bold";
  text-transform: uppercase;
  color: #002F70;
  margin-bottom: 20px;
}
.menuSidebar .menuSidebarInner .sidebarMenuGroup span.sidebarMenuTitle {
  display: block;
  font-size: 15px;
  font-family: "Dubai Bold";
  text-transform: uppercase;
  color: #002F70;
  margin-bottom: 20px;
  line-height: 1.2;
}
.menuSidebar .menuSidebarInner .sidebarMenuGroup .sidebarMenu .collapsible-section.activeCollapse a.collapse-toggle {
  color: #32AFFC;
  border-color: #32AFFC;
}
.menuSidebar .menuSidebarInner .sidebarMenuGroup .sidebarMenu .collapsible-section.activeCollapse a.collapse-toggle i.arrow {
  transform: rotate(180deg);
  color: #32AFFC;
}
.menuSidebar .menuSidebarInner .sidebarMenuGroup .sidebarMenu .collapsible-section a.collapse-toggle {
  font-size: 14px;
  font-family: "Dubai Medium";
  font-weight: 500;
  color: #002F70;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(183, 183, 183, 0.3019607843);
}
.menuSidebar .menuSidebarInner .sidebarMenuGroup .sidebarMenu .collapsible-section a.collapse-toggle i.arrow {
  color: #002F70;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.4s ease;
}
.menuSidebar .menuSidebarInner .sidebarMenuGroup .sidebarMenu .collapsible-section .collapseDropDown ul {
  padding-left: 20px;
}
.menuSidebar .menuSidebarInner .sidebarMenuGroup .sidebarMenu .collapsible-section .collapseDropDown ul li a {
  font-size: 14px;
  font-family: "Dubai Medium";
  font-weight: 500;
  color: #002F70;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(183, 183, 183, 0.3019607843);
}
.menuSidebar .menuSidebarInner .sidebarMenuGroup .sidebarMenu .collapsible-section .collapseDropDown ul li:last-child a {
  border-bottom: 0;
}
.menuSidebar .menuSidebarFoot {
  padding: 20px 40px 20px;
}
.menuSidebar .menuSidebarFoot h5 {
  font-size: 15px;
  font-family: "Dubai Bold";
  text-transform: uppercase;
  color: #002F70;
  margin-bottom: 20px;
}
.menuSidebar .menuSidebarFoot span.sidebarMenuTitle {
  display: block;
  font-size: 15px;
  font-family: "Dubai Bold";
  text-transform: uppercase;
  color: #002F70;
  margin-bottom: 20px;
  line-height: 1.2;
}
.menuSidebar .menuSidebarFoot .menuSidebarStoreImg {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 450px) {
  .menuSidebar .menuSidebarInner {
    height: calc(100vh - 180px);
  }
  .menuSidebar .menuSidebarInner,
  .menuSidebar .menuSidebarFoot {
    padding: 20px !important;
  }
}
.headerSearchBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0px 0px 150px;
  z-index: 4;
  height: 100%;
  display: none;
}
.headerSearchBar .headerSearchForm {
  height: 100%;
  background-color: #fff;
}
.headerSearchBar .headerSearchForm .input-group {
  background-color: #ffffff;
  border: 1px solid #8099B2;
  border-radius: 12px;
  height: 64px;
  align-items: center;
}
.headerSearchBar .headerSearchForm .input-group .input-group-prepend.headerSearchIcon .input-group-text .material-symbols-outlined,
.headerSearchBar .headerSearchForm .input-group .input-group-prepend.headerSearchIcon .input-group-text i {
  color: #002F70;
}
.headerSearchBar .headerSearchForm .input-group .input-group-prepend.headerSearchClose .input-group-text {
  cursor: pointer;
}
.headerSearchBar .headerSearchForm .input-group .input-group-prepend.headerSearchClose .input-group-text .material-symbols-outlined,
.headerSearchBar .headerSearchForm .input-group .input-group-prepend.headerSearchClose .input-group-text i {
  color: #002F70;
}
.headerSearchBar .headerSearchForm .input-group .input-group-prepend .input-group-text {
  background-color: transparent;
  border: 0;
  font-size: 20px;
}
.headerSearchBar .headerSearchForm .input-group .form-control {
  border: 0;
  border-left: 1px solid #000000;
  color: #002F70;
  padding: 0 10px;
  height: 25px;
}
.headerSearchBar .headerSearchForm .input-group .form-control::placeholder {
  color: #8099B2;
}

@media (max-width: 767px) {
  .headerSearchBar {
    padding: 120px 20px 65px 20px;
    background: #fff;
  }
  .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderLogo {
    z-index: 9;
    top: 0;
  }
  .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft {
    padding-left: 0;
  }
  .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderLogo img,
  .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderLogo svg {
    width: 95px !important;
  }
  .dubaiHealthHeader {
    height: 70px;
  }
  .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderLogo img {
    width: 90px;
    /* height: 90px; */
  }
  .dubaiHealthHeader.searchActive .headerSearchBar .headerSearchForm .input-group .headerSearchClose {
    margin-top: -200px;
  }
  .dubaiHealthHeader.searchActive .headerSearchBar .headerSearchForm .input-group .headerSearchClose .input-group-text span {
    font-size: 30px;
  }
  .dubaiHealthHeader.searchActive .containerFluid {
    padding: 0;
  }
  .dubaiHealthHeader.searchActive .dubaiHealthHeaderOuter .dubaiHealthHeaderInner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .headerSearchBar .headerSearchForm .input-group {
    height: 48px;
  }
  .headerSearchBar .headerSearchForm .input-group .form-control {
    border-left: none;
  }
}
.megaMenu {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  box-shadow: inset 0px 8px 12px -6px rgba(0, 51, 102, 0.0784313725);
}
.megaMenu .megaMenuInner {
  position: relative;
  z-index: 1;
}
.megaMenu .megaMenuInner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ECF2F5;
  width: 50%;
  height: 100%;
  z-index: -1;
  box-shadow: inset 0px 8px 12px -6px rgba(0, 51, 102, 0.0784313725);
}
.megaMenu .megaMenuInner .megaMenuContainer {
  height: 100%;
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuRow {
  height: 100%;
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab {
  height: 100%;
  padding: 65px 0;
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab .nav {
  gap: 15px;
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab .nav .nav-item .nav-link {
  border-radius: 12px;
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab .nav .nav-item .nav-link.active {
  background-color: #ffffff;
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab .nav .nav-item .nav-link.active .navPillsTab .navPillsTxt h4 {
  font-family: "Dubai Bold";
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab .nav .nav-item .nav-link.active .navPillsTab .navPillsTxt span.nav-head {
  font-family: "Dubai Bold";
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab .nav .nav-item .nav-link.active .navPillsTab .navPillsTxt p {
  font-family: "Dubai Bold";
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab .nav .nav-item .nav-link.active .navPillsTab .navPillsArrowIcon {
  display: flex;
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab .nav .nav-item .nav-link .navPillsTab {
  display: flex;
  gap: 10px;
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab .nav .nav-item .nav-link .navPillsTab .navPillsIcon {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab .nav .nav-item .nav-link .navPillsTab .navPillsTxt h4 {
  color: #002F70;
  font-size: 16px;
  font-weight: 500;
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab .nav .nav-item .nav-link .navPillsTab .navPillsTxt span.navHead {
  color: #002F70;
  font-size: 16px;
  font-weight: 500;
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab .nav .nav-item .nav-link .navPillsTab .navPillsTxt p {
  color: #002F70;
  font-size: 11px;
}
.megaMenu .megaMenuInner .megaMenuContainer .megaMenuMenuTab .nav .nav-item .nav-link .navPillsTab .navPillsArrowIcon {
  display: flex;
  align-items: center;
  justify-self: center;
  color: #002F70;
  display: none;
}

.megaMenuMenuTabPanes {
  height: 100%;
  background-color: #ffffff;
}
.megaMenuMenuTabPanes .tab-content {
  background-color: #ffffff;
  padding: 80px 0 80px 30px;
  box-shadow: inset 0px 8px 12px -6px rgba(0, 51, 102, 0.0784313725);
}
.megaMenuMenuTabPanes .tab-content .tab-pane .departmentSpecialtiesOuter .megaMenuBtn {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.megaMenuMenuTabPanes .tab-content .tab-pane .departmentSpecialtiesOuter .megaMenuBtn a {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #002F70;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 18px;
  font-family: "Dubai Bold";
}
.megaMenuMenuTabPanes .tab-content .tab-pane .departmentSpecialtiesOuter .megaMenuBtn a .material-symbols-outlined {
  font-size: 16px;
}
.megaMenuMenuTabPanes .tab-content .tab-pane .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesHeading h4 {
  color: #002F70;
  font-family: "Dubai Bold";
  font-size: 20px;
  margin-bottom: 10px;
}
.megaMenuMenuTabPanes .tab-content .tab-pane .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesHeading span.navHead {
  color: #002F70;
  font-family: "Dubai Bold";
  font-size: 20px;
  margin-bottom: 10px;
}
.megaMenuMenuTabPanes .tab-content .tab-pane .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesMainMenu {
  margin-bottom: 10px;
}
.megaMenuMenuTabPanes .tab-content .tab-pane .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesMainMenu ul li a {
  color: #002F70;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
}
.megaMenuMenuTabPanes .tab-content .tab-pane .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesViewLink a {
  color: #037BC5;
  font-size: 16px;
  font-family: "Dubai Bold";
  display: flex;
  align-items: center;
  gap: 6px;
}
.megaMenuMenuTabPanes .tab-content .tab-pane .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesViewLink a .material-symbols-outlined {
  color: inherit;
  font-size: 14px;
}

.searchResult {
  display: none;
  transition: opacity 0.3s ease-in-out;
}

.showoverlay {
  opacity: 1 !important;
  z-index: 999 !important;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
}

@media (max-width: 1399px) {
  .megaMenuMenuTabPanes .tab-content .tab-pane .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesHeading h4 {
    font-size: 18px;
  }
  .megaMenuMenuTabPanes .tab-content .tab-pane .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesHeading span.navHead {
    font-size: 18px;
  }
  .megaMenuMenuTabPanes .tab-content .tab-pane .megaFacilitiesMenu .megaFacilitiesMenuInner .megaFacilitiesMainMenu ul li a {
    font-size: 14px;
    padding: 6px 0;
  }
}
@media (max-width: 1199px) {
  .showoverlay {
    z-index: 99 !important;
  }
  .menuSidebar {
    z-index: 99;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
  }
  .menuSidebar .menuSidebarInner {
    height: auto;
    overflow: unset;
    padding: 40px;
  }
  .menuSidebar .menuSidebarInner {
    padding: 40px 40px 20px 40px;
  }
  .menuSidebar .menuSidebarClose {
    display: none;
  }
  .menuSidebar .menuSidebarInner .sidebarMenuGroup {
    margin-top: 20px;
  }
  .menu-level.inner-level {
    z-index: 2;
  }
  .menu-level ul li .navPillsTab {
    display: grid;
    grid-template-columns: 35px 1fr 15px;
  }
}
@media (max-width: 767px) {
  .headerTwo {
    padding: 15px 0;
  }
  .headerTwo .headerTwoOuter .headerTwoInner .headerTwoMenu .nav .nav-item .nav-link {
    gap: 4px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderRight .dubaiHealthHeaderRightMenu .searchIconToggle {
    width: auto;
    height: auto;
    font-size: 22px;
  }
  .dubaiHealthHeader {
    height: 70px !important;
  }
  .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderLogo img {
    top: 20px;
  }
}
@media (max-width: 575px) {
  .menuSidebar {
    width: 100%;
  }
  .headerTwo .headerTwoOuter .headerTwoInner {
    display: flex;
    flex-direction: column-reverse;
  }
  .headerTwo .headerTwoOuter .headerTwoInner .headerTwoLogo {
    text-align: center;
  }
  .headerTwo .headerTwoOuter .headerTwoInner .headerTwoMenu ul.nav {
    width: 100%;
  }
  .headerTwo .headerTwoOuter .headerTwoInner .headerTwoMenu ul.nav li:first-child {
    margin: 0 auto 0 0;
  }
  .headerTwoLogo svg {
    width: 140px;
  }
  .headerTwo .headerTwoOuter .headerTwoInner .headerTwoMenu .nav .nav-item .nav-link {
    border-right: 0;
  }
  .headerTwo .headerTwoOuter .headerTwoInner {
    gap: 20px;
  }
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav {
  display: flex;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav a {
  display: block;
  text-decoration: none;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav > li > a {
  padding: 4px 10px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav > li {
  position: relative;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav > li > ul {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 0%;
  transform: scaleY(0);
  transition: height all 500ms ease-in-out 500ms;
  transition: all 500ms ease-in-out;
  transform-origin: center top 0;
  transition-delay: 250ms;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav > li > ul > li,
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav > li > ul > li > ul > li {
  height: auto;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transform: scaleY(1);
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav {
  position: static;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul {
  min-height: 500px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ECF2F5;
  z-index: -1;
  padding: 50px 0;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  background-color: #ECF2F5;
  width: 50%;
  height: 100%;
  z-index: -1;
  box-shadow: inset 0px 8px 12px -6px rgba(0, 51, 102, 0.0784313725);
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  background-color: #ffffff;
  width: 50%;
  height: 100%;
  z-index: -1;
  box-shadow: inset 0px 8px 12px -6px rgba(0, 51, 102, 0.0784313725);
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li {
  width: 35%;
  padding-right: 30px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li .navPillsTab {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  gap: 10px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li .navPillsTab .navPillsIcon {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li .navPillsTab .navPillsTxt h4 {
  color: #002F70;
  font-size: 16px;
  line-height: 24px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li .navPillsTab .navPillsTxt span.navHead {
  color: #002F70;
  font-size: 16px;
  line-height: 24px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li .navPillsTab .navPillsTxt p {
  color: #335C85;
  font-size: 11px;
  line-height: 16px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li .navPillsTab .navPillsArrowIcon {
  display: flex;
  align-items: center;
  justify-self: center;
  color: #002F70;
  display: none;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li .navPillsTab .navPillsArrowIcon span {
  font-size: 18px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li.show a {
  background-color: #ffffff;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li.show a .navPillsTab .navPillsTxt h4 {
  font-family: "Dubai Bold";
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li.show a .navPillsTab .navPillsTxt span.navHead {
  font-family: "Dubai Bold";
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li.show a .navPillsTab .navPillsTxt p {
  font-family: "Dubai Bold";
  color: #002F70;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li.show a .navPillsTab .navPillsArrowIcon {
  display: flex;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li.show .megaMenuBtn {
  padding-top: 30px;
  margin-left: 25px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li.show .btn1 {
  background-color: #002F70;
  color: #ffffff;
  max-width: 150px;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 12px 24px !important;
  font-size: 18px;
  font-family: "Dubai Bold";
  line-height: 0px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li.show .btn1 span {
  font-size: 18px;
  margin-left: 4px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li.show .btn1:hover {
  opacity: 0.8;
  color: #ffffff;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > a {
  border-radius: 12px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > a::after {
  content: unset;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav > li > a:hover,
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav > li > a.active {
  font-family: "Dubai Bold";
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 35%;
  width: 65%;
  background: #ffffff;
  box-shadow: inset 0px 8px 12px -6px rgba(0, 51, 102, 0.0784313725);
  padding: 50px 0 50px 25px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li.show > ul {
  display: block;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > ul > li {
  display: block;
  width: 100%;
  float: left;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > ul > li.col3 {
  width: 33.3334%;
  padding: 0 10px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > ul > li > .btn::after {
  content: unset;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > ul > li .megaFacilitiesViewLink {
  margin-top: 10px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > ul > li .megaFacilitiesViewLink a {
  color: #037BC5;
  font-size: 16px;
  font-family: "Dubai Bold";
  display: flex;
  align-items: center;
  gap: 6px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > ul > li .megaFacilitiesViewLink a span {
  font-size: 16px;
  color: inherit;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > ul > li a h4 {
  color: #002F70;
  font-family: "Dubai Bold";
  font-size: 20px;
  margin-bottom: 10px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > ul > li a span.navHead {
  color: #002F70;
  font-family: "Dubai Bold";
  font-size: 20px;
  margin-bottom: 10px;
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > ul > li a.active {
  font-family: "Dubai Bold";
}
.dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > ul > li a::after {
  content: unset;
}

.direction-rtl .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > ul {
  right: 36%;
  padding: 50px 25px 50px 0;
}
.direction-rtl .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li .navPillsTab .navPillsArrowIcon span {
  transform: rotate(180deg);
}
.direction-rtl .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul:after {
  left: unset;
  right: -50%;
}
.direction-rtl .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul::before {
  right: unset;
  left: -50%;
}
.direction-rtl .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li > ul > li .megaFacilitiesViewLink a span {
  transform: rotate(180deg);
}
.direction-rtl .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li.show .btn1 span.material-symbols-outlined {
  transform: rotate(180deg);
}
.direction-rtl .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderMenu .navbar-nav .big-nav > ul > li.show .btn1 {
  justify-content: center;
}

h2.portlet-title-text {
  display: none !important;
}

/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.latestNewsEventHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.latestNewsEventsCard .latestNewsEventsCardRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.dubaiHealth .cardBoxInner .cardBoxRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.latestNewsEventsCard .latestNewsEventsCardRow div {
  height: 100%;
}

.latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo div {
  height: auto;
}

.topSliderPosGroup .input-group {
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
  padding: 0 15px;
  z-index: 6;
}

.topSliderPosGroup .input-group .form-control {
  border: 0;
  height: 64px;
  color: #002F70;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.topSliderPosGroup .input-group::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-bottom: 1px solid #8099B2;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 96%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 4;
}

.topSliderPosGroup .input-group .input-group-inset-item-after {
  order: 1;
}

.cardBoxFoot .cardBoxFootLeft .knowLinkBtn {
  margin-top: 0;
}

img.img-fluid.eventimg {
  height: 491px;
  width: auto;
}

.latestNewsEvents .latestNewsEventsCard .latestNewsEventsCardRow .latestNewsEventsCardCol .lineCardBoxGroup .container-fluid {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxContent {
  padding: 20px;
  min-height: auto;
}

.latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxImg img.img-fluid.eventimg {
  height: 400px;
  width: auto;
  width: 100%;
  object-fit: cover;
}

.latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4, .latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
  font-size: 16px;
}

.owlSliderControls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.owlSliderControls .owlPrevBtn i.fa,
.owlSliderControls .owlNextBtn i.fa {
  color: #002F70;
  font-size: 12px;
}
.owlSliderControls .owlPrevBtn.disabled i.fa,
.owlSliderControls .owlNextBtn.disabled i.fa {
  color: #bfbfbf;
}
.owlSliderControls .owlCustomDots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.owlSliderControls .owlCustomDots .owl-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50px;
  background-color: #bfbfbf;
}
.owlSliderControls .owlCustomDots .owl-dot.active {
  background-color: #002F70;
}

@media (min-width: 1199px) {
  .latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxImg .eventimg {
    min-height: auto;
  }
}
@media (max-width: 1600px) {
  .lineCardBoxGroup .cardBoxGroupTwo.lineCardBoxItem {
    grid-template-columns: 180px 1fr;
  }
}
@media (max-width: 1500px) {
  .lineCardBoxGroup .cardBoxGroupTwo.lineCardBoxItem {
    grid-template-columns: 175px 1fr;
  }
}
@media (max-width: 1400px) {
  .lineCardBoxGroup .cardBoxGroupTwo.lineCardBoxItem {
    grid-template-columns: 150px 1fr;
  }
  .cardBoxGroupTwo.lineCardBoxItem .cardBoxContent .cardBoxTxt .cardBoxFoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
  }
}
@media (max-width: 1199px) {
  .latestNewsEvents {
    /* .latestNewsEvents .latestNewsEventsInner .latestNewsEventsCard .latestNewsEventsCardRow {
      padding: 0;
    } */
  }
  .latestNewsEvents .latestNewsEventsInner .latestNewsEventsCard .latestNewsEventsCardRow {
    padding: 0;
  }
  .latestNewsEvents .dubaiHealth .cardBoxInner .cardBoxRow {
    padding: 0;
  }
  .latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot .cardBoxFootRight .cardBoxBadge {
    position: absolute !important;
  }
  .latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxImg img.img-fluid.eventimg {
    height: 250px;
    width: 100%;
  }
  .latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxImg img {
    height: 250px;
  }
  .dubaiHealth .cardBoxInner {
    scrollbar-width: none !important;
    overflow-x: scroll;
  }
  .dubaiHealth .cardBoxInner .container-fluid {
    overflow-x: scroll !important;
  }
  .dubaiHealth .cardBoxInner .cardBoxRow {
    padding: 0 20px;
  }
  .dubaiHealth .cardBoxInner .cardBoxRow .cardBoxCol .cardBoxGroupTwo.fixWidth {
    width: 350px;
  }
  .cardBoxGroupTwo.lineCardBoxItem .cardBoxContent .cardBoxTxt .cardBoxFoot {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    margin-top: 16px;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .latestNewsEventsCard .cardBoxGroupTwo .cardBoxContent .cardBoxTxt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
  }
  .cardBoxGroupTwo .cardBoxImg img {
    height: 250px;
  }
  .lineCardBoxGroup {
    flex-direction: unset;
    gap: 20px;
  }
  .lineCardBoxGroup .cardBoxGroupTwo.lineCardBoxItem {
    grid-template-columns: 1fr;
  }
  .lineCardBoxGroup .cardBoxGroupTwo,
  .lineCardBoxGroup .cardBoxGroupTwo.lineCardBoxItem {
    position: relative;
  }
  .cardBoxBadge {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .latestNewsEventsCard .latestNewsEventsCardRow {
    display: grid;
    gap: 15px;
  }
  .latestNewsEventsCard .cardBoxGroupTwo .cardBoxContent .cardBoxTxt {
    height: auto;
  }
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot {
    display: flex;
    align-items: self-start;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .latestNewsEventsCardCol .cardBoxGroupTwo,
  .lineCardBoxGroup .cardBoxGroupTwo.lineCardBoxItem {
    position: relative;
    width: 350px;
  }
  .latestNewsEventsCard {
    scrollbar-width: none !important;
    overflow-x: scroll;
  }
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot,
  .cardBoxGroupTwo.lineCardBoxItem .cardBoxContent .cardBoxTxt .cardBoxFoot {
    flex-direction: unset;
  }
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4, .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h3 {
    font-size: 18px !important;
  }
  .commonHeadingOne h2, .commonHeadingOne h1,
  .counterInner .counterHeading h2 {
    font-size: 28px;
  }
  .readMoreLink {
    font-size: 16px;
  }
  .readMoreLink span {
    font-size: 16px;
  }
  .dubaiHealth .containerFluid,
  .latestNewsEvents .containerFluid {
    padding: 0;
  }
  .latestNewsEvents .latestNewsEventsInner .latestNewsEventHead {
    padding: 0 20px;
  }
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot {
    margin-top: 16px;
  }
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot,
  .cardBoxGroupTwo.lineCardBoxItem .cardBoxContent .cardBoxTxt .cardBoxFoot {
    align-items: center;
  }
  .latestNewsEvents .latestNewsEventsCard .latestNewsEventsCardRow .latestNewsEventsCardCol .lineCardBoxGroup .container-fluid {
    flex-direction: unset;
  }
}
@media (max-width: 992px) {
  .dubaiHealthLeft,
  .dubaiHealthInner {
    flex-direction: column;
  }
  .dubaiHealthLeft .dubaiHealthLogoFooter img {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .dubaiHealthLeft {
    gap: 20px;
  }
  .dubaiHealthInner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .paddingTopBottom80 {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxImg img {
    height: 180px;
  }
  .latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxImg img.img-fluid.eventimg {
    height: 180px;
  }
  .latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
    font-size: 14px;
  }
  .latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot .cardBoxFootRight .cardBoxDate .cardBoxDateItem {
    font-size: 16px !important;
  }
  .commonHeadingOne h2, .commonHeadingOne h1,
  .counterInner .counterHeading h2 {
    font-size: 24px !important;
  }
  .readMoreLink {
    font-size: 16px;
  }
  .commonHeadingOne p {
    font-size: 14px;
    color: #1A4775;
  }
  .dubaiHealth .commonHeadingOne {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4, .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h3 {
    font-size: 18px !important;
  }
  .latestNewsEventsCard .latestNewsEventsCardRow .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot .cardBoxFootLeft .knowLinkBtn .knowLink {
    font-size: 14px !important;
  }
  .readMoreLink,
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot .cardBoxFootRight .cardBoxDate .cardBoxDateItem,
  .badge {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .latestNewsEventsCardCol .cardBoxGroupTwo,
  .lineCardBoxGroup .cardBoxGroupTwo.lineCardBoxItem,
  .dubaiHealth .cardBoxInner .cardBoxRow .cardBoxCol .cardBoxGroupTwo.fixWidth {
    width: 280px;
  }
  .cardBoxGroupTwo .cardBoxContent {
    padding: 15px;
  }
  .btn1 {
    padding: 10px 12px;
    font-size: 14px;
  }
  .readMoreLink,
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot .cardBoxFootRight .cardBoxDate .cardBoxDateItem,
  .badge {
    font-size: 12px;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.RenewCoveragePlanSection {
  width: 100%;
  height: 100%;
}
.RenewCoveragePlanSection .container {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
}
.RenewCoveragePlanSection .cover_inner_wrapper {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: relative;
  display: flex;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 {
  width: 70%;
  height: auto;
  padding: 0px 16px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .History_title {
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 400;
  color: #3B4F63;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .History_title a {
  color: #3B4F63;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .History_title a:hover {
  color: #002F70;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_status_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_main_btn_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 {
  width: 30%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 .content_box2 {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: transparent;
  border-radius: 6px;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 .content_box2 h6 {
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 .content_box2 h6 a {
  color: #002F70;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 .content_box2 .btn_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.RenewCoveragePlanSection.PaymentConfirmationBx {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RenewCoveragePlanSection.PaymentConfirmationBx .container {
  background-color: transparent;
}
.RenewCoveragePlanSection.PaymentConfirmationBx .Title_Inner_Box {
  display: none;
}
.RenewCoveragePlanSection.PaymentConfirmationBx .Payment_Confirmation_Box {
  margin: 0 auto;
}
.RenewCoveragePlanSection .Pop_Inner_Btn_Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 20px;
}

@media (max-width: 991px) {
  .RenewCoveragePlanSection .container {
    max-width: 100%;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper {
    height: 100%;
    flex-direction: column;
    gap: 0px;
    background-color: #ffffff;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 {
    width: 100%;
    padding: 16px 16px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .History_title {
    padding-left: 8px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_status_wrap {
    padding-left: 8px;
    padding-right: 8px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_status_wrap .Payment_Status_Box .content_box .inner_box1 {
    width: 45%;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 {
    width: 100%;
    padding: 16px 16px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 .content_box2 {
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 16px 10px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper2 {
    flex-direction: column-reverse;
  }
  .RenewCoveragePlanSection.PaymentConfirmationBx {
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .RenewCoveragePlanSection.PaymentConfirmationBx .Payment_Confirmation_Box {
    max-width: 100%;
    padding: 0px 0px;
    box-shadow: none;
  }
  .RenewCoveragePlanSection.PaymentConfirmationBx .Payment_Confirmation_Box .MainTitleOne {
    display: block;
    background-color: #002F70;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
  }
  .RenewCoveragePlanSection.PaymentConfirmationBx .Payment_Confirmation_Box .Payment_inner_wrap {
    padding: 0px 8px;
  }
  .RenewCoveragePlanSection.PaymentConfirmationBx .Payment_Confirmation_Box .Payment_inner_wrap .pay_btn_box a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .status_main_box3 {
    flex-direction: column;
    gap: 24px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .status_main_box3 .inner_bnt_box .blue_btn_link {
    padding: 7px 35px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_status_wrap .Payment_Status_Box .content_box {
    flex-direction: column;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_status_wrap .Payment_Status_Box .content_box .inner_box1 {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_status_wrap .Payment_Status_Box {
    grid-template-columns: none;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .status_main_box3 {
    justify-content: center;
    align-items: center;
    box-shadow: none;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .status_main_box3 .inner_bnt_box {
    width: 100%;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .status_main_box3 .inner_bnt_box .blue_btn_link {
    width: 100%;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_main_btn_box a {
    width: 100%;
  }
}
.SickLeaveConfirmationSection {
  width: 100%;
  height: 100vh;
}
.SickLeaveConfirmationSection .container {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
}
.SickLeaveConfirmationSection .cover_inner_wrapper {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: relative;
  display: flex;
}
.SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 {
  width: 70%;
  height: auto;
  padding: 0px 16px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Result_Title_Box .Gray_Title {
  font-size: 16px;
}
.SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box2 {
  width: 30%;
  height: auto;
}
.SickLeaveConfirmationSection .Pop_Inner_Btn_Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 20px;
}
.SickLeaveConfirmationSection.PaymentConfirmationBx {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SickLeaveConfirmationSection.PaymentConfirmationBx .container {
  background-color: transparent;
}
.SickLeaveConfirmationSection.PaymentConfirmationBx .Title_Inner_Box {
  display: none;
}
.SickLeaveConfirmationSection.PaymentConfirmationBx .Payment_Confirmation_Box {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .SickLeaveConfirmationSection .container {
    max-width: 100%;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper {
    height: 100%;
    flex-direction: column;
    gap: 15px;
    background-color: #ffffff;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 {
    width: 100%;
    padding: 16px 16px;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .status_main_box3 {
    flex-direction: column;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box2 {
    width: 100%;
  }
  .SickLeaveConfirmationSection.PaymentConfirmationBx {
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .SickLeaveConfirmationSection.PaymentConfirmationBx .Payment_Confirmation_Box {
    max-width: 100%;
    padding: 0px 0px;
    box-shadow: none;
  }
  .SickLeaveConfirmationSection.PaymentConfirmationBx .Payment_Confirmation_Box .MainTitleOne {
    display: block;
    background-color: #002F70;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
  }
  .SickLeaveConfirmationSection.PaymentConfirmationBx .Payment_Confirmation_Box .Payment_inner_wrap {
    padding: 0px 8px;
  }
  .SickLeaveConfirmationSection.PaymentConfirmationBx .Payment_Confirmation_Box .Payment_inner_wrap .pay_btn_box a {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 {
    padding: 16px 8px;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box {
    flex-direction: column;
    gap: 24px;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box1 {
    width: 100%;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box2 {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 {
    padding: 16px 8px;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box {
    flex-direction: column;
    gap: 24px;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box1 {
    width: 100%;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box1 .content_box .detail_ul_box {
    flex-direction: column;
    gap: 0px;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box2 {
    width: 100%;
    justify-content: center;
  }
}
.MedicalReportMainSection {
  width: 100%;
  height: 100%;
}
.MedicalReportMainSection .container {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
}
.MedicalReportMainSection .cover_inner_wrapper {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: relative;
  display: flex;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 {
  width: 70%;
  height: auto;
  padding: 0px 16px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Load_More_Btn_Box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Load_More_Btn_Box .load_more_link {
  font-family: "Source Sans 3";
  font-size: 14px;
  font-weight: 600;
  color: #002F70;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Load_More_Btn_Box .load_more_link:hover {
  text-decoration: underline;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Load_More_Btn_Box .Gray_Title {
  font-size: 12px;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 {
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 .content_box2 {
  width: 100%;
  position: relative;
  padding: 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: transparent;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 .content_box2 h6 {
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 .content_box2 h6 a {
  color: #002F70;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 .btn_box {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box3 {
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .MedicalReportMainSection .container {
    max-width: 100%;
  }
  .MedicalReportMainSection .cover_inner_wrapper {
    height: 100%;
    flex-direction: column-reverse;
    gap: 15px;
    background-color: #ffffff;
    padding: 16px 0px;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 {
    width: 100%;
    padding: 16px 16px;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box {
    flex-direction: column;
    gap: 24px;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box1 {
    width: 100%;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box2 {
    width: 100%;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box {
    flex-direction: column;
    gap: 24px;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box1 .content_box .detail_ul_box {
    flex-direction: column;
    gap: 0px;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box2 {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 .btn_box {
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .Sick_leave_white_box .sick_inner_box1 .content_box .detail_ul_box li p a {
    max-width: 135px;
  }
}
.Faq_Main_Wraper {
  width: 100%;
  height: 100%;
}
.Faq_Main_Wraper .portlet {
  margin-bottom: 0;
}
.Faq_Main_Wraper .pagination_main_wrapper {
  padding: 25px 0px;
  border-top: 1px solid #CCD6E0;
  margin-top: 50px;
}
.Faq_Main_Wraper .accordion .card .card-head .accordion-btn, .Faq_Main_Wraper .accordion .card .card-body {
  font-family: "Dubai Bold";
  font-size: 20px;
}
.Faq_Main_Wraper .tab_inner_wrapper .nav-tabs {
  border: none;
  margin-bottom: 12px;
  display: flex;
  gap: 12px;
  overflow: auto !important;
  flex-wrap: nowrap;
  white-space: nowrap;
  scrollbar-width: none !important;
  padding: 10px 0;
}
.Faq_Main_Wraper .tab_inner_wrapper .nav-tabs .nav-link {
  border: none;
  font-family: "Dubai Regular";
  font-size: 16px;
  font-weight: 400;
  color: #002F70;
  background-color: #E5EBF0;
  padding: 5px 16px;
  border-radius: 48px;
  transition: all 0.5s;
  border: 1px solid #CCD6E0;
}
.Faq_Main_Wraper .tab_inner_wrapper .nav-tabs .nav-link svg path {
  fill: #002F70;
}
.Faq_Main_Wraper .tab_inner_wrapper .nav-tabs .nav-link img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(500%) hue-rotate(210deg) brightness(85%);
}
.Faq_Main_Wraper .tab_inner_wrapper .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: #002F70;
}
.Faq_Main_Wraper .tab_inner_wrapper .nav-tabs .nav-link:hover svg path {
  fill: #ffffff;
}
.Faq_Main_Wraper .tab_inner_wrapper .nav-tabs .nav-link:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%);
}
.Faq_Main_Wraper .tab_inner_wrapper .nav-tabs .nav-link.active {
  border: 1px solid transparent;
  color: #ffffff;
  background-color: #002F70;
  font-family: "Dubai Bold";
}
.Faq_Main_Wraper .tab_inner_wrapper .nav-tabs .nav-link.active svg path {
  fill: #ffffff;
}
.Faq_Main_Wraper .tab_inner_wrapper .nav-tabs .nav-link.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%);
}

.dubai-health-search-results .faq-list .accordion .card {
  flex-wrap: wrap;
}

.dubai-health-search-results .Faq_Main_Wraper .accordion .card {
  flex-wrap: wrap;
  margin: 0;
}

@media (max-width: 991px) {
  .Faqgreen_callbox .icon_box {
    width: 4%;
  }
}
@media (max-width: 767px) {
  .Faq_Main_Wraper .breadcrumbContainer {
    margin-bottom: 0px;
  }
  .Faq_Main_Wraper .commonHeadingOne {
    margin-bottom: 20px !important;
  }
  .Faqgreen_callbox .icon_box {
    width: 8%;
  }
}
@media (max-width: 575px) {
  .accordion .card .card-head .accordion-btn {
    font-size: 14px !important;
  }
  .accordion .card .card-body {
    font-size: 12px;
  }
  .dubai-health-search-results .Faq_Main_Wraper .accordion .card {
    padding: 12px 16px;
  }
}
.Faq_Main_Wraper .accordion .card .card-head .accordion-btn[aria-expanded=false]::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(/o/dubai-health-theme-css/images/icon/down_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  top: 60%;
}

.commonSearchBar .commonSearchForm .input-group .input-group-inset-item {
  background-color: #ffffff !important;
}

.commonSearchBar .commonSearchForm .form-control {
  background: unset;
}

.dubaiHealthSearchResultBanner {
  background-color: #D6EFFE;
  padding: 45px 0 75px 0;
}
.dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner h1 {
  font-size: 36px;
  font-family: "Dubai Bold";
  color: #002F70;
  margin-bottom: 4px;
}
.dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner p {
  font-size: 20px;
  color: #4D7094;
  line-height: 32px;
}

.searchResultSearchBar {
  margin-top: -30px;
}
.searchResultSearchBar .commonSearchBar {
  width: 65%;
}
.searchResultSearchBar .commonSearchBar .commonSearchForm .input-group {
  border: 0;
  box-shadow: 0px 25px 36px 0px rgba(0, 51, 102, 0.0784313725);
}
.searchResultSearchBar .commonSearchBar .commonSearchForm .input-group-item .input-group {
  box-shadow: none;
}
.searchResultSearchBar .commonSearchBar .commonSearchForm .input-group .input-group-inset-item-after {
  border: none;
  order: unset !important;
}
.searchResultSearchBar .commonSearchBar .commonSearchForm .input-group .input-group-inset-item .btn {
  padding: 0 12px 0 0 !important;
}
.searchResultSearchBar .commonSearchBar .commonSearchForm .input-group .input-group-inset-item .btn .lexicon-icon {
  color: #002F70;
}

.searchResultShow .highlight {
  background-color: #D6EFFE;
  font-weight: bold;
}

.searchResultShowCount p {
  font-size: 20px;
  color: #99ADC2;
}
.searchResultShowCount p strong {
  color: #002F70;
  font-family: "Dubai Bold";
}

.dubaiHealthDoctors .dubaiHealthDoctorsInner .dubaiHealthDoctorsRow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.searchResultNewEvent .searchResultNewEventInner {
  scrollbar-width: none !important;
  overflow-x: scroll;
}
.searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow .container-fluid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow .searchResultNewEventCol .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot {
  margin-top: 20px;
}

.dubaiHealthSpecialitiesGroup, .dubaiHealthSpecialitiesGroup .container-fluid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.dubaiHealthSpecialitiesGroup a, .dubaiHealthSpecialitiesGroup .container-fluid a {
  display: flex;
  justify-content: space-between;
  line-height: 18px;
  border: 1px solid #E5EBF0;
  border-radius: 16px;
  display: inline-block;
  padding: 16px 16px 16px 16px;
  width: 100%;
  position: relative;
  font-family: "Dubai Bold";
  font-size: 16px;
  font-weight: 700;
  color: #002F70;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  /*
          &::after {
              content: "";
              position: absolute;
              width: 15px;
              height: 15px;
              display: inline-block;
              background-image: url(../images/icon/down_arrow.svg);
              background-size: contain;
              background-repeat: no-repeat;
              transform: translateX(-50%) rotate(-90deg);
              right: 8px;
              top: 38%;
          }
  */
}
.dubaiHealthSpecialitiesGroup a p, .dubaiHealthSpecialitiesGroup .container-fluid a p {
  line-height: 18px;
  font-family: "Dubai Bold";
}
.dubaiHealthSpecialitiesGroup a:hover, .dubaiHealthSpecialitiesGroup .container-fluid a:hover {
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 102, 0.1215686275);
}
.dubaiHealthSpecialitiesGroup a img, .dubaiHealthSpecialitiesGroup .container-fluid a img {
  width: 24px;
  height: 24px;
}

.dubaiHealthOtherGroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dubaiHealthOtherGroup a {
  border: 1px solid #E5EBF0;
  border-radius: 16px;
  display: inline-block;
  padding: 24px 24px 20px 24px;
  width: 100%;
  position: relative;
  font-family: "Dubai Bold";
  font-size: 20px;
  font-weight: 700;
  color: #002F70;
}
.dubaiHealthOtherGroup a::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(../images/icon/down_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
}
.dubaiHealthOtherGroup a:hover {
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 102, 0.1215686275);
}

.searchResultItemLineGridGroup {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.searchResultItemLineGridGroup .searchResultItemLineGrid {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 15px;
  border: 1px solid #E5EBF0;
  padding: 20px;
  border-radius: 16px;
}
.searchResultItemLineGridGroup .searchResultItemLineGrid .searchResultLineGridContent h2 {
  font-size: 20px;
  font-weight: 700;
  color: #002F70;
}
.searchResultItemLineGridGroup .searchResultItemLineGrid .searchResultLineGridContent p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #1A4775;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.searchResultItemLineGridGroup .searchResultItemLineGrid .searchResultLineGridContent span {
  font-size: 20px;
  font-weight: 400;
  color: #6685A3;
  display: inline-block;
}

.dbSearchResultSidebar {
  padding: 40px;
  box-shadow: 0px 8px 12px -2px rgba(0, 51, 102, 0.0784313725);
  border-radius: 20px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem {
  border-bottom: 1px solid #E5EBF0;
  margin-top: 20px;
  padding-bottom: 20px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem:first-child {
  margin-top: 10px;
  padding-bottom: 20px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .dbSearchResultSidebarHeading {
  margin-bottom: 15px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .dbSearchResultSidebarHeading h4, .dbSearchResultSidebar .dbSearchResultSidebarItem .dbSearchResultSidebarHeading h2, .dbSearchResultSidebar .dbSearchResultSidebarItem .dbSearchResultSidebarHeading label.dbSearchResultSidebarTitle {
  font-size: 20px;
  font-weight: 700;
  color: #002F70;
  margin-bottom: 0;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem button {
  position: relative;
  display: block;
  width: 100%;
  text-align: start;
  margin-bottom: 20px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem button:after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTQgOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiMwMDJGNzAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  transition: all 0.4s ease;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem button[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(0deg);
}
.dbSearchResultSidebar .dbSearchResultSidebarItem button[aria-expanded=false]:after {
  transform: translateY(-50%) rotate(180deg);
}
.dbSearchResultSidebar .dbSearchResultSidebarItem button .dbSearchResultSidebarHeading {
  margin-bottom: 0;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem button .dbSearchResultSidebarHeading h4, .dbSearchResultSidebar .dbSearchResultSidebarItem button .dbSearchResultSidebarHeading h2, .dbSearchResultSidebar .dbSearchResultSidebarItem button .dbSearchResultSidebarHeading label.dbSearchResultSidebarTitle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem button .dbSearchResultSidebarHeading h4 span, .dbSearchResultSidebar .dbSearchResultSidebarItem button .dbSearchResultSidebarHeading h2 span, .dbSearchResultSidebar .dbSearchResultSidebarItem button .dbSearchResultSidebarHeading label.dbSearchResultSidebarTitle span {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #32AFFC;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .checkItemGroupTitle {
  margin-bottom: 20px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .checkItemGroupTitle:last-child {
  margin-bottom: 0;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .checkItemGroupTitle h4 {
  font-size: 14px;
  font-weight: 400;
  color: #6685A3;
  margin-bottom: 10px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .dbFiltersApplied {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .dbFiltersApplied .dbLabelItem {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #002F70;
  padding: 4px 12px;
  border: 1px solid #CCD6E0;
  background-color: #E5EBF0;
  border-radius: 8px;
  gap: 6px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .dbFiltersApplied .dbLabelItem a {
  display: inline-block;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .dbFiltersApplied .dhClearAll .dhClearAllBtn {
  font-size: 18px;
  font-weight: 700;
  color: #037BC5;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .dhClearAll {
  margin-top: 20px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .dhClearAll a {
  font-size: 18px;
  font-weight: 700;
  color: #037BC5;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .sdSeeAll {
  margin-top: 20px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .sdSeeAll a {
  font-size: 16px;
  font-weight: 700;
  color: #037BC5;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .dbSearchResultCollapseItemGroup .dbSrCollapseItem button {
  position: relative;
  display: block;
  width: 100%;
  text-align: start;
  margin-bottom: 0px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .dbSearchResultCollapseItemGroup .dbSrCollapseItem button:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTYgMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiMwMDJGNzAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDFoMTQiLz48L3N2Zz4=");
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .dbSearchResultCollapseItemGroup .dbSrCollapseItem button[aria-expanded=true]:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTYgMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiMwMDJGNzAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDFoMTQiLz48L3N2Zz4=");
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .dbSearchResultCollapseItemGroup .dbSrCollapseItem button[aria-expanded=false]:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjMDAyRjcwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNOCAxdjE0TTEgOGgxNCIvPjwvc3ZnPg==");
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .dbSearchResultCollapseItemGroup .dbSrCollapseItem .checkItemGroupTitle .checkItemTitleGroup {
  margin-left: 22px;
}
.dbSearchResultSidebar .dbSearchResultSidebarItem .unavailableOptionHeading h4 {
  font-size: 20px;
  font-weight: 700;
  color: #99ADC2;
}

.searchResultColGrid {
  margin-bottom: 40px;
}

.ratioItem [type=radio]:checked,
.ratioItem [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.ratioItem [type=radio]:checked + label,
.ratioItem [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.ratioItem [type=radio]:checked + label:before,
.ratioItem [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #002F70;
  border-radius: 100%;
  background: #fff;
}
.ratioItem [type=radio]:checked + label:after,
.ratioItem [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #32AFFC;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ratioItem [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.ratioItem [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkItem .form-group {
  margin-bottom: 0;
}
.checkItem .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkItem .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #002F70;
  margin-top: 2px;
}
.checkItem .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #002F70;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
}
.checkItem .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #32AFFC;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.searchResultShowCountsOuter {
  display: grid;
  gap: 15px;
}
.searchResultShowCountsOuter .searchResultShowsCounts p {
  font-size: 20px;
  font-weight: 400;
  color: #99ADC2;
}
.searchResultShowCountsOuter .searchResultShowsCounts p strong {
  font-size: 20px;
  font-weight: 400;
  color: #002F70;
}
.searchResultShowCountsOuter .bookAppointmentFormBtn {
  font-size: 14px;
  font-weight: 700;
  color: #037BC5;
  justify-content: end;
}
.searchResultShowCountsOuter .bookAppointmentFormBtn span {
  transform: rotate(-90deg);
}
.searchResultShowCountsOuter .Faq_Main_Wraper .tab_inner_wrapper .nav-tabs {
  gap: 8px;
}

@media (max-width: 1199px) {
  .searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow {
    display: flex;
  }
  .searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow .searchResultNewEventCol .cardBoxGroupTwo {
    width: 350px;
  }
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .dubaiHealthDoctorsRow {
    grid-template-columns: repeat(3, 1fr);
  }
  .dubaiHealthSpecialitiesGroup, .dubaiHealthSpecialitiesGroup .container-fluid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow {
    grid-template-columns: repeat(2, 1fr);
  }
  .dubaiHealthSpecialitiesGroup, .dubaiHealthSpecialitiesGroup .container-fluid {
    grid-template-columns: repeat(2, 1fr);
  }
  .searchResultSearchBar .commonSearchBar {
    width: 80%;
  }
  .dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner p {
    font-size: 14px;
    line-height: 18px;
  }
  .dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner h1 {
    font-size: 18px;
  }
  .dbSearchResultSidebar {
    padding: 0;
    box-shadow: unset;
    border-radius: 0px;
  }
  .dbSearchResultSidebar.mobileDeviceSidebar .dbSearchResultSidebarItem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }
  .dbSearchResultSidebar.mobileDeviceSidebar .dbSearchResultSidebarItem .dhClearAll {
    margin-top: 0;
  }
  .dbSearchResultSidebar.mobileDeviceSidebar .dbSearchResultSidebarItem .dhClearAll a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #037BC5;
  }
  .Faq_Main_Wraper .tab_inner_wrapper .nav-tabs .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .dubaiHealthDoctorsRow {
    grid-template-columns: repeat(2, 1fr);
  }
  .searchResultShow .tab-content .paddingTop50,
  .searchResultShow .tab-content .paddingTop80 {
    padding-top: 20px !important;
  }
  .searchResultShow .tab-content .paddingTopBottom80 {
    padding: 20px 0 !important;
  }
  .searchResultSearchBar .commonSearchBar {
    width: 100%;
  }
  .dubaiHealthOtherGroup a::after {
    right: 16px;
    width: 12px;
    height: 12px;
  }
  .dubaiHealthSearchResultBanner.searchResultPageBanner {
    padding: 45px 0 45px !important;
  }
  .dubaiHealthSearchResultBanner {
    padding: 45px 0 22px;
  }
  .dubaiHealthSpecialitiesGroup a::after, .dubaiHealthSpecialitiesGroup .container-fluid a::after {
    width: 12px;
    height: 12px;
    right: 2px;
    top: 34%;
  }
  .dubaiHealthSpecialitiesGroup a, .dubaiHealthSpecialitiesGroup .container-fluid a {
    padding: 13px 25px 13px 13px;
    min-height: 40px;
  }
  .dubaiHealthSpecialitiesGroup a img, .dubaiHealthSpecialitiesGroup .container-fluid a img {
    width: 10px;
    height: 18px;
  }
  .searchResultShow .dubaiHealthDoctors .commonHeadingOne,
  .dubaiHealthSpecialitiesInner .commonHeadingOne,
  .dubaiHealthFacilities .commonHeadingOne,
  .searchResultNewEvent .commonHeadingOne,
  .searchResultFaq .commonHeadingOne,
  .dubaiHealthOthers .commonHeadingOne {
    margin-bottom: 12px;
  }
  .Faq_Main_Wraper .tab_inner_wrapper .nav-tabs {
    margin-bottom: 16px;
  }
  .dubaiHealthDoctors .overviewWrapper .para p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow {
    display: flex;
  }
  .searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow .searchResultNewEventCol .cardBoxGroupTwo {
    width: 300px;
  }
  .dubaiHealthSpecialitiesGroup, .dubaiHealthSpecialitiesGroup .container-fluid {
    grid-template-columns: repeat(1, 1fr);
  }
  .dubaiHealthOtherGroup a {
    font-size: 14px;
  }
  .dubaiHealthOtherGroup a {
    padding: 24px 35px 20px 24px;
  }
  .searchResultItemLineGridGroup .searchResultItemLineGrid .searchResultLineGridContent h2 {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .cardBoxGroupTwo .cardBoxContent, .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment {
    padding: 8px;
  }
}
.search-results .nav-tabs > *:last-child {
  order: -1;
}

.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list .dropdown-subheader {
  padding: 0 10px;
}

.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list .suggestion-item-title {
  font-size: 14px;
  font-family: "Dubai Bold";
  color: #002F70;
  padding: 0 0 10px;
  border-bottom: 1px solid #E5EBF0;
}

.search-bar-suggestions-dropdown-menu .search-bar-suggestions-show-more {
  color: #037BC5;
  font-size: 14px;
  font-weight: 600;
  font-family: "Dubai Bold";
}

.search-bar-suggestions-dropdown-menu .search-bar-suggestions-show-more:hover {
  color: #037BC5;
  text-decoration: none;
}

.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list .dropdown-subheader {
  color: #99ADC2;
  font-size: 14px;
  font-family: "Dubai Bold";
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 0 10px;
}

.dropdown-menu {
  background-color: #ffffff;
  border: 0;
  margin-top: -4px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 8px 12px -6px rgba(0, 51, 102, 0.13);
}

.topSliderSearch .input-group {
  border-radius: 12px 12px;
  position: relative;
}

.searchResultSearchBar .commonSearchBar .commonSearchForm .input-group {
  border-radius: 12px 12px;
}

/* .topSliderSearch .input-group::after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    border-bottom: 1px solid #8099B2;
    left: 0;
    bottom: 1px;
    height: 2px;
    width: 96%;
    transform: translateX(-50%);
    left: 50%;
    z-index: 4;
} */
.searchResultSearchBar .commonSearchBar .commonSearchForm .input-group {
  padding: 0 10px;
  position: relative;
}

/* .searchResultSearchBar .commonSearchBar .commonSearchForm .input-group::after{
    content: "";
    position: absolute;
    background-color: #ffffff;
    border-bottom: 1px solid #8099B2;
    left: 0;
    bottom: 1px;
    height: 2px;
    width: 96%;
    transform: translateX(-50%);
    left: 50%;
    z-index: 4;
} */
.searchResultSearchBar .commonSearchBar .commonSearchForm .input-group-item .input-group {
  padding: 0 10px;
}

.searchResultSearchBar .commonSearchBar .commonSearchForm .input-group-item .input-group {
  padding: 0 10px;
}

/*
.commonSearchBar .commonSearchForm .input-group {
    padding: 0;
}*/
.searchResultSearchBar .search-bar-suggestions-dropdown-menu .dropdown-item:active, .searchResultSearchBar .search-bar-suggestions-dropdown-menu .dropdown-item .dropdown-item:hover {
  background-color: initial;
}

.searchResultSearchBar .form-control {
  background: unset;
}
.searchResultSearchBar .input-group .input-group-inset-item {
  background-color: #ffffff !important;
}

.searchResultShowCountsOuter {
  margin-bottom: 48px;
}

.searchResultColGrid .Faq_Main_Wraper .tab_inner_wrapper .nav-tabs {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .searchResultShowCountsOuter {
    margin-bottom: 0;
  }
  .searchResultColGrid .Faq_Main_Wraper .tab_inner_wrapper .nav-tabs {
    margin-bottom: 0;
  }
}
.direction-rtl .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft {
  padding-left: 0px;
  padding-right: 140px;
}
.direction-rtl .dubaiHealthHeader .dubaiHealthHeaderOuter .dubaiHealthHeaderInner .dubaiHealthHeaderLeft .dubaiHealthHeaderLogo {
  left: unset;
  right: 0;
}
.direction-rtl .menuSidebar {
  left: unset !important;
  transform: translateX(950px);
  right: 0;
}
.direction-rtl .menuSidebar.activeSidebar {
  transform: translateX(0px);
}
.direction-rtl .sliderControls .prev-btn i.fa {
  transform: rotate(-180deg);
}
.direction-rtl .sliderControls .next-btn i.fa {
  transform: rotate(180deg);
}
.direction-rtl .readMoreLink span {
  transform: rotate(180deg);
}
.direction-rtl .readMoreLink svg {
  transform: rotate(180deg);
}
.direction-rtl .dubaiHealthLeft .dubaiHealthLogoFooter {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
  border-left: 2px solid #335C85;
  padding-left: 50px;
  margin-left: 50px;
}
.direction-rtl .linkBtn i,
.direction-rtl .linkBtn .material-symbols-outlined,
.direction-rtl .linkBtn img {
  transform: translateX(0) rotate(180deg);
}
.direction-rtl .linkBtn:hover i,
.direction-rtl .linkBtn:hover .material-symbols-outlined,
.direction-rtl .linkBtn:hover img {
  transform: translateX(-5px) rotate(180deg);
}
.direction-rtl .pagination_main_wrapper .Pagination_custom_box .Pre_box a i {
  transform: rotate(180deg);
}
.direction-rtl .pagination_main_wrapper .Pagination_custom_box .next_box a i {
  transform: rotate(-180deg);
}
.direction-rtl .accordion .card .card-head .accordion-btn::after {
  right: unset !important;
  left: 0;
}
.direction-rtl .accordion .card .card-head .accordion-btn, .direction-rtl .accordion .card .card-body {
  padding-left: 20px;
  padding-right: 0;
}
.direction-rtl .specialtyFacilitiesGroup .link-box .arrow-icon {
  transform: rotate(180deg);
}
.direction-rtl .dubaiHealthSpecialitiesGroup a {
  padding: 16px 16px 16px 16px;
}
.direction-rtl .dubaiHealthSpecialitiesGroup a img {
  transform: rotate(180deg);
}
.direction-rtl .dubaiHealthSpecialitiesGroup a::after {
  transform: translateX(-50%) rotate(90deg);
  right: unset;
  left: 16px;
}
.direction-rtl .dhSpecialitiesItemGroup .dhSpecialitiesItem::after {
  transform: translateX(-50%) rotate(90deg) !important;
  right: unset !important;
  left: 16px !important;
}
.direction-rtl .dubaiHealthOtherGroup a::after {
  right: unset;
  transform: translateY(-50%) rotate(90deg);
  left: 10px;
}
.direction-rtl .specialtyPreRequesites .TitleBulletPointBox ul {
  margin-left: unset !important;
  margin-right: 15px;
}
.direction-rtl .specialtyHeadingOne .specialtyHeadingOneInner ul {
  margin-left: unset !important;
  margin-right: 15px;
}
.direction-rtl .dubaiHealthOtherGroup a {
  padding: 24px 24px 20px 40px;
}
.direction-rtl .breadcrumb-item + .breadcrumb-item::before {
  margin-left: 5px;
}
.direction-rtl .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 1em;
}
.direction-rtl .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  left: unset;
  right: 0;
}
.direction-rtl .breadcrumb-item + .breadcrumb-item::before {
  transform: rotate(180deg);
}
.direction-rtl .specialtyFaqs .specialtyFaqsInner .specialtyFaqsGroup .accordion .card .card-head .accordion-btn::after {
  right: unset !important;
  left: -26px;
}
.direction-rtl .specialtyFaqs .specialtyFaqsInner .specialtyFaqsGroup .accordion .card {
  padding: 12px 0px 12px 36px;
}
.direction-rtl .knowLinkBtn {
  justify-content: right;
}
.direction-rtl .knowLinkBtn .knowLink .material-symbols-outlined,
.direction-rtl .knowLinkBtn .knowLink img {
  transform: translateX(0px) rotate(180deg);
}
.direction-rtl .knowLinkBtn .knowLink img, .direction-rtl .knowLinkBtn img {
  transform: translateX(0px) rotate(180deg);
}
.direction-rtl .knowLinkBtn:hover img {
  transform: translate(-6px) rotate(180deg);
}
.direction-rtl .whyDubaiHealth .commonHeadingOne h2,
.direction-rtl .availablePositions .commonHeadingOne h2,
.direction-rtl .whyDubaiHealth .commonHeadingOne p,
.direction-rtl .availablePositions .commonHeadingOne p {
  text-align: right;
}
.direction-rtl .dhSpecialitiesItemGroup .dhSpecialitiesItem, .direction-rtl .dhSpecialitiesItemGroup .container-fluid .dhSpecialitiesItem {
  padding: 16px 16px 16px 36px;
}
.direction-rtl .footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem {
  border-right: 1px solid #DCDCDC;
  padding-right: 20px;
  margin-right: 20px;
}
.direction-rtl .footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem {
  border-right: 1px solid #DCDCDC;
  padding-right: 20px;
  margin-right: 20px;
}
.direction-rtl .footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem:last-child {
  border-right: 1px solid #DCDCDC;
  padding-right: 20px;
  margin-right: 20px;
}
.direction-rtl .footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem:last-child {
  border-right: 1px solid #DCDCDC;
}
.direction-rtl .footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem:first-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.direction-rtl .footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem:first-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.direction-rtl .faqGreenCallBoxOuter .Faqgreen_callbox .icon_box .material-symbols-outlined, .direction-rtl .faqPurpleCallBoxOuter .FaqBlueCallBox .icon_box img {
  -webkit-transform: scaleX(-1);
}
.direction-rtl .serviceStep .service-box::before {
  left: unset !important;
  right: 10px;
}
.direction-rtl .owlCarouselSlider, .direction-rtl .owlCarouselContentSlider {
  direction: ltr;
}
.direction-rtl .menu-level ul li .navPillsTab .navPillsArrowIcon span {
  transform: rotate(180deg);
}
.direction-rtl .menu-level ul li .navPillsTab .navPillsArrowIcon {
  align-items: flex-start;
}
.direction-rtl .menu-level.inner-level .backBtnOuter .back-btn span {
  transform: rotate(180deg);
}
.direction-rtl .mob-mega-menu-dropdown .menu-level ul li a span.material-symbols-outlined {
  transform: rotate(180deg);
}
.direction-rtl .mob-mega-menu-dropdown .levelNavMenuOuter .megaMenuBtn a .material-symbols-outlined {
  transform: rotate(180deg);
}
.direction-rtl .healthCardRenewalWraper .healthCardRenewalInner ul {
  margin-left: 0 !important;
  margin-right: 15px;
}
.direction-rtl .healthCardRenewalWraper .healthCardRenewalInner ul li {
  list-style: disc;
  color: #002F70;
}
.direction-rtl .home-service-search {
  bottom: 400px;
}
.direction-rtl .dbSearchResultSidebar .dbSearchResultSidebarItem button:after {
  right: unset;
  left: 0;
}
.direction-rtl .checkItem .form-group input:checked + label:after {
  top: 5px;
  left: unset;
  right: 6px;
}
.direction-rtl .checkItem .form-group label:before {
  margin-right: 0;
  margin-left: 5px;
}
.direction-rtl .dbSearchResultSidebar .dbSearchResultSidebarItem .ratioItem [type=radio]:checked,
.direction-rtl .dbSearchResultSidebar .dbSearchResultSidebarItem .ratioItem [type=radio]:not(:checked) {
  position: unset;
  left: unset;
  display: none;
}
.direction-rtl .searchResultShowCountsOuter .bookAppointmentFormBtn span {
  transform: rotate(90deg);
}
.direction-rtl #bookAppointmentModal .modal-content .modal-header h5 {
  text-align: center;
}
.direction-rtl #bookAppointmentModal .modal-content .modal-header span.mobileModal {
  text-align: center;
}
.direction-rtl #bookAppointmentModal .modal-content .modal-header .close {
  top: 0;
  right: unset;
  left: 0;
  border: 0;
}
.direction-rtl .dbSearchResultSidebar .dbSearchResultSidebarItem .dbSearchResultCollapseItemGroup .dbSrCollapseItem .checkItemGroupTitle .checkItemTitleGroup {
  margin-left: unset;
  margin-right: 22px;
}

@media (min-width: 768px) {
  :lang(ar) .dubai-health-search-results .pagination-bar .pagination .page-item:first-child {
    margin-left: 0;
    position: absolute;
    right: -15px;
    left: unset !important;
  }
  :lang(ar) .dubai-health-search-results .pagination-bar .pagination .page-item:last-child {
    left: 5px;
    position: absolute;
    right: unset !important;
  }
  :lang(ar) .dubai-health-search-results .pagination-bar .pagination .page-item:first-child .page-link::after {
    content: "السابق" !important;
    right: 38px;
    top: 20px !important;
  }
  :lang(ar) .dubai-health-search-results .pagination-bar .pagination .page-item:last-child .page-link::before {
    content: "التالي" !important;
  }
  :lang(ar) .dubai-health-search-results .pagination-bar .pagination .page-item:first-child .c-inner {
    margin-top: 5px !important;
  }
}
@media (max-width: 768px) {
  :lang(ar) .dubai-health-search-results .pagination-bar .pagination .page-item:last-child {
    right: unset !important;
    left: 0;
  }
  :lang(ar) .dubai-health-search-results .pagination-bar .pagination .page-item:first-child {
    right: 1px;
    left: unset !important;
  }
  :lang(ar) .dhSpecialitiesItemGroup .dhSpecialitiesItem {
    padding: 13px 25px 13px 36px !important;
    min-height: 40px !important;
  }
}
:lang(ar) .form-input-captcha .taglib-captcha .input-text-wrapper label.control-label {
  right: 0;
}

@media (max-width: 767px) {
  .direction-rtl .footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    padding: 0;
  }
  .direction-rtl .footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    padding: 0;
  }
  .direction-rtl .footerBottomMenuFixedInner .stickyFooterBottomItem {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem:last-child {
    border-right: 1px solid #DCDCDC;
    padding-right: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .direction-rtl .dubaiHealthLeft .dubaiHealthLogoFooter {
    padding-left: 0px;
    margin-left: 0px;
    border: 0;
  }
}
@media (max-width: 575px) {
  .direction-rtl .home-service-search {
    bottom: 250px;
  }
}
.loginAlert {
  padding: 15px;
  border-radius: 0;
  bottom: 0;
}
.loginAlert.warning {
  background-color: #FF8F8A;
}
.loginAlert.success {
  background-color: #A5FFBC;
}
.loginAlert .loginAlertOuter .loginAlertInner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.loginAlert .loginAlertOuter .loginAlertInner .loginAlertLeft {
  display: flex;
  gap: 10px;
  align-items: center;
}
.loginAlert .loginAlertOuter .loginAlertInner .loginAlertLeft span {
  color: #0A233C;
  font-size: 20px;
}
.loginAlert .loginAlertOuter .loginAlertInner .loginAlertLeft p {
  color: #0A233C;
  font-size: 16px;
  line-height: 20px;
}
.loginAlert .loginAlertOuter .loginAlertInner .loginAlertRight {
  position: relative;
}
.loginAlert .loginAlertOuter .loginAlertInner .loginAlertRight button.alertClose {
  position: static;
  padding: 0;
  color: #0A233C;
  display: flex;
  align-items: center;
}
.loginAlert .loginAlertOuter .loginAlertInner .loginAlertRight button.alertClose span {
  color: #0A233C;
  font-size: 20px;
}

.loginBox {
  padding: 30px 0;
}
.loginBox .loginOuter .loginInner {
  width: 480px;
  margin: 0 auto;
}
.loginBox .loginOuter .loginInner .form-tab .loginHeading {
  padding: 40px 0;
}
.loginBox .loginOuter .loginInner .form-tab .loginHeading h2 {
  font-size: 24px;
  color: #002F70;
  font-family: "Dubai Bold";
  margin-bottom: 8px;
}
.loginBox .loginOuter .loginInner .form-tab .loginHeading p {
  font-size: 14px;
  color: #335C85;
}
.loginBox .loginOuter .loginInner .form-tab .loginTab form .forgotLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.loginBox .loginOuter .loginInner .form-tab .loginTab form .forgotLink .forgotItemLink a {
  font-size: 16px;
  font-family: "Dubai Medium";
  color: #32AFFC;
}
.loginBox .loginOuter .loginInner .form-tab .loginTab form .forgotLink .forgotItemLink a:hover {
  text-decoration: underline;
}
.loginBox .loginOuter .loginInner .form-tab .loginTab form .formBtnContainer {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.loginBox .loginOuter .loginInner .form-tab .loginTab form .formBtnContainer .formBtn {
  width: 100%;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "Dubai Bold";
  gap: 10px;
}
.loginBox .loginOuter .loginInner .form-tab .loginTab form .formBtnContainer .formBtn span {
  margin-right: 6px;
}
.loginBox .loginOuter .loginInner .form-tab .loginTab form .formFoot {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.loginBox .loginOuter .loginInner .form-tab .loginTab form .formFoot p {
  color: #1A4775;
  font-size: 16px;
}
.loginBox .loginOuter .loginInner .form-tab .loginTab form .formFoot p a {
  color: #32AFFC;
  text-transform: capitalize;
  font-family: "Dubai Medium";
}
.loginBox .loginOuter .loginInner .form-tab .loginTab form .formFoot p a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .loginBox .loginOuter .loginInner {
    width: 100%;
    margin: 0 auto;
  }
  .loginBox .loginOuter .loginInner .form-tab .loginHeading,
  .loginBox .loginOuter .loginInner .form-tab .loginTab form .formFoot p {
    text-align: center;
  }
  .formTab .tab-box {
    gap: 10px;
    scrollbar-width: none !important;
    overflow-x: scroll;
    justify-content: center;
  }
  .formTab .tab-box .nav-link {
    width: 200px;
    display: flex;
    gap: 10px;
  }
  .loginBox .loginOuter .loginInner .form-tab .loginHeading h2 {
    font-size: 32px;
  }
  .formTab .tab-box .nav-link svg {
    margin-top: 6px;
  }
  .loginAlert .loginAlertOuter .loginAlertInner .loginAlertLeft p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .loginAlert .loginAlertOuter .loginAlertInner p {
    font-size: 14px;
  }
  .formTab .tab-box h4 {
    font-size: 16px;
  }
  .formTab .tab-box p {
    font-size: 12px;
  }
  .formTab .tab-box .nav-link {
    width: 204px;
    padding: 12px;
  }
}
@media (max-width: 450px) {
  .formTab .tab-box {
    justify-content: left;
  }
}
.registerBox {
  padding: 30px 0;
}
.registerBox .registerOuter .registerInner {
  width: 65%;
  margin: 0 auto;
}
.registerBox .registerOuter .registerInner .registerTab .formProgress .formProgressInner {
  position: relative;
  display: flex;
  align-items: center;
  width: 440px;
  justify-content: space-between;
  margin: 20px auto 50px;
  z-index: 1;
}
.registerBox .registerOuter .registerInner .registerTab .formProgress .formProgressInner .formProgressIcon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.registerBox .registerOuter .registerInner .registerTab .formProgress .formProgressInner .formProgressIcon img {
  margin-bottom: 8px;
}
.registerBox .registerOuter .registerInner .registerTab .formProgress .formProgressInner .formProgressIcon span {
  font-size: 12px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.registerBox .registerOuter .registerInner .registerTab .formProgress .formProgressInner .formProgressIcon.formProgressDisable span {
  color: #344054;
}
.registerBox .registerOuter .registerInner .registerTab .formProgress .formProgressInner .formProgressBar {
  background-color: #CCD6E0;
  width: 350px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 40px;
  z-index: -1;
}
.registerBox .registerOuter .registerInner .registerTab .Faq_Main_Wraper h5 {
  font-size: 14px;
  font-weight: 400;
  color: #003366;
}
.registerBox .registerOuter .registerInner .registerTab .registerHeading {
  padding: 40px 0;
}
.registerBox .registerOuter .registerInner .registerTab .registerHeading h2 {
  font-size: 24px;
  color: #002F70;
  font-family: "Dubai Bold";
  margin-bottom: 8px;
}
.registerBox .registerOuter .registerInner .registerTab .registerHeading p {
  font-size: 14px;
  color: #335C85;
}
.registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdField {
  display: flex;
  gap: 20px;
  width: 100%;
}
.registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdField .btn1 {
  padding: 10px 40px;
  margin-bottom: 1.5rem;
}
.registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdField input {
  border-color: #8099B2;
}
.registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdField2 {
  display: flex;
  align-items: end;
  gap: 20px;
  width: 80%;
}
.registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdField2 .emiratesIdInp {
  width: 60%;
}
.registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdField2 .btn1 {
  padding: 10px 40px;
}
.registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdField2 input {
  border-color: #8099B2;
}
.registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdInp2 .emiratesIdInp2Inner {
  display: flex;
  width: 150px;
}
.registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdInp2 .emiratesIdInp2Inner input {
  border-color: #8099B2;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdInp2 .emiratesIdInp2Inner span {
  border-radius: 12px;
  border: 1px solid #8099B2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 8px 15px;
  border-left: 0;
  display: inline-block;
  display: flex;
  align-items: center;
}
.registerBox .registerOuter .registerInner .registerTab form .emiratesIdPara p {
  font-size: 12px;
  font-weight: 400;
  color: #002F70;
}
.registerBox .registerOuter .registerInner .registerTab form .passowrdGuidelines p {
  font-size: 12px;
  color: #002F70;
}
.registerBox .registerOuter .registerInner .registerTab form .passowrdGuidelines ul {
  margin-left: 20px;
}
.registerBox .registerOuter .registerInner .registerTab form .passowrdGuidelines ul li {
  font-size: 12px;
  color: #002F70;
  list-style: disc;
}
.registerBox .registerOuter .registerInner .registerTab form .forgotLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.registerBox .registerOuter .registerInner .registerTab form .forgotLink .forgotItemLink a {
  font-size: 16px;
  font-family: "Dubai Bold";
  color: #32AFFC;
}
.registerBox .registerOuter .registerInner .registerTab form .gRecaptcha {
  margin-top: 40px;
}
.registerBox .registerOuter .registerInner .registerTab form .formBtnContainer {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.registerBox .registerOuter .registerInner .registerTab form .formBtnContainer .formBtn {
  width: 100%;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  gap: 10px;
}
.registerBox .registerOuter .registerInner .registerTab form .formBtnContainer .formBtn span {
  margin-right: 6px;
}
.registerBox .registerOuter .registerInner .registerTab form .formFoot {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.registerBox .registerOuter .registerInner .registerTab form .formFoot p {
  color: #1A4775;
  font-size: 16px;
}
.registerBox .registerOuter .registerInner .registerTab form .formFoot p a {
  color: #32AFFC;
  text-transform: capitalize;
  font-family: "Dubai Medium";
}
.registerBox .registerOuter .registerInner .registerTab form .formFoot p a:hover {
  text-decoration: underline;
}

::marker {
  font-size: 8px;
}

@media (max-width: 1199px) {
  .registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdField2 {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .registerBox .registerOuter .registerInner .registerTab form .passowrdGuidelines {
    margin-bottom: 15px;
  }
  .registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdField {
    width: 100%;
    flex-direction: column;
  }
  .registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdField2 {
    width: 100%;
    flex-direction: column;
  }
  .registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdField2 .emiratesIdInp {
    width: 100%;
  }
  .registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdInp2 {
    width: 100%;
  }
  .registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdField .btn1 {
    margin-bottom: 0;
  }
  .registerBox .registerOuter .registerInner .registerTab form .formBtnContainer {
    margin-top: 20px;
  }
  .registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdInp2 .emiratesIdInp2Inner {
    width: 100%;
  }
  .registerBox .registerOuter .registerInner .registerTab form .input-field .emiratesIdField2 .btn1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .registerBox .registerOuter .registerInner .registerTab .registerHeading {
    padding: 0px 0 30px;
    text-align: center;
  }
  .registerBox .registerOuter .registerInner .registerTab form .formFoot {
    text-align: center;
  }
  .registerBox .registerOuter .registerInner .registerTab .formProgress .formProgressInner .formProgressBar {
    width: 240px;
  }
  .registerBox .registerOuter .registerInner .registerTab .formProgress .formProgressInner {
    width: 315px;
  }
}
@media (max-width: 575px) {
  .registerBox .registerOuter .registerInner {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .registerBox .registerOuter .registerInner .registerTab .formProgress .formProgressInner .formProgressBar {
    width: 175px;
  }
  .registerBox .registerOuter .registerInner .registerTab .formProgress .formProgressInner {
    width: 265px;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.RenewCoveragePlanSection {
  width: 100%;
  height: 100%;
}
.RenewCoveragePlanSection .container {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
}
.RenewCoveragePlanSection .cover_inner_wrapper {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: relative;
  display: flex;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 {
  width: 70%;
  height: auto;
  padding: 0px 16px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .History_title {
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 400;
  color: #3B4F63;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .History_title a {
  color: #3B4F63;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .History_title a:hover {
  color: #002F70;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_status_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_main_btn_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 {
  width: 30%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 .content_box2 {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: transparent;
  border-radius: 6px;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 .content_box2 h6 {
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 .content_box2 h6 a {
  color: #002F70;
}
.RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 .content_box2 .btn_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.RenewCoveragePlanSection.PaymentConfirmationBx {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RenewCoveragePlanSection.PaymentConfirmationBx .container {
  background-color: transparent;
}
.RenewCoveragePlanSection.PaymentConfirmationBx .Title_Inner_Box {
  display: none;
}
.RenewCoveragePlanSection.PaymentConfirmationBx .Payment_Confirmation_Box {
  margin: 0 auto;
}
.RenewCoveragePlanSection .Pop_Inner_Btn_Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 20px;
}

@media (max-width: 991px) {
  .RenewCoveragePlanSection .container {
    max-width: 100%;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper {
    height: 100%;
    flex-direction: column;
    gap: 0px;
    background-color: #ffffff;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 {
    width: 100%;
    padding: 16px 16px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .History_title {
    padding-left: 8px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_status_wrap {
    padding-left: 8px;
    padding-right: 8px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_status_wrap .Payment_Status_Box .content_box .inner_box1 {
    width: 45%;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 {
    width: 100%;
    padding: 16px 16px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box2 .content_box2 {
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 16px 10px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper2 {
    flex-direction: column-reverse;
  }
  .RenewCoveragePlanSection.PaymentConfirmationBx {
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .RenewCoveragePlanSection.PaymentConfirmationBx .Payment_Confirmation_Box {
    max-width: 100%;
    padding: 0px 0px;
    box-shadow: none;
  }
  .RenewCoveragePlanSection.PaymentConfirmationBx .Payment_Confirmation_Box .MainTitleOne {
    display: block;
    background-color: #002F70;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
  }
  .RenewCoveragePlanSection.PaymentConfirmationBx .Payment_Confirmation_Box .Payment_inner_wrap {
    padding: 0px 8px;
  }
  .RenewCoveragePlanSection.PaymentConfirmationBx .Payment_Confirmation_Box .Payment_inner_wrap .pay_btn_box a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .status_main_box3 {
    flex-direction: column;
    gap: 24px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .status_main_box3 .inner_bnt_box .blue_btn_link {
    padding: 7px 35px;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_status_wrap .Payment_Status_Box .content_box {
    flex-direction: column;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_status_wrap .Payment_Status_Box .content_box .inner_box1 {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_status_wrap .Payment_Status_Box {
    grid-template-columns: none;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .status_main_box3 {
    justify-content: center;
    align-items: center;
    box-shadow: none;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .status_main_box3 .inner_bnt_box {
    width: 100%;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .status_main_box3 .inner_bnt_box .blue_btn_link {
    width: 100%;
  }
  .RenewCoveragePlanSection .cover_inner_wrapper .cover_main_box1 .payment_main_btn_box a {
    width: 100%;
  }
}
.SickLeaveConfirmationSection {
  width: 100%;
  height: 100vh;
}
.SickLeaveConfirmationSection .container {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
}
.SickLeaveConfirmationSection .cover_inner_wrapper {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: relative;
  display: flex;
}
.SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 {
  width: 70%;
  height: auto;
  padding: 0px 16px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Result_Title_Box .Gray_Title {
  font-size: 16px;
}
.SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box2 {
  width: 30%;
  height: auto;
}
.SickLeaveConfirmationSection .Pop_Inner_Btn_Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 20px;
}
.SickLeaveConfirmationSection.PaymentConfirmationBx {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SickLeaveConfirmationSection.PaymentConfirmationBx .container {
  background-color: transparent;
}
.SickLeaveConfirmationSection.PaymentConfirmationBx .Title_Inner_Box {
  display: none;
}
.SickLeaveConfirmationSection.PaymentConfirmationBx .Payment_Confirmation_Box {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .SickLeaveConfirmationSection .container {
    max-width: 100%;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper {
    height: 100%;
    flex-direction: column;
    gap: 15px;
    background-color: #ffffff;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 {
    width: 100%;
    padding: 16px 16px;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .status_main_box3 {
    flex-direction: column;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box2 {
    width: 100%;
  }
  .SickLeaveConfirmationSection.PaymentConfirmationBx {
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .SickLeaveConfirmationSection.PaymentConfirmationBx .Payment_Confirmation_Box {
    max-width: 100%;
    padding: 0px 0px;
    box-shadow: none;
  }
  .SickLeaveConfirmationSection.PaymentConfirmationBx .Payment_Confirmation_Box .MainTitleOne {
    display: block;
    background-color: #002F70;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
  }
  .SickLeaveConfirmationSection.PaymentConfirmationBx .Payment_Confirmation_Box .Payment_inner_wrap {
    padding: 0px 8px;
  }
  .SickLeaveConfirmationSection.PaymentConfirmationBx .Payment_Confirmation_Box .Payment_inner_wrap .pay_btn_box a {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 {
    padding: 16px 8px;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box {
    flex-direction: column;
    gap: 24px;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box1 {
    width: 100%;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box2 {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 {
    padding: 16px 8px;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box {
    flex-direction: column;
    gap: 24px;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box1 {
    width: 100%;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box1 .content_box .detail_ul_box {
    flex-direction: column;
    gap: 0px;
  }
  .SickLeaveConfirmationSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box2 {
    width: 100%;
    justify-content: center;
  }
}
.MedicalReportMainSection {
  width: 100%;
  height: 100%;
}
.MedicalReportMainSection .container {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
}
.MedicalReportMainSection .cover_inner_wrapper {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: relative;
  display: flex;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 {
  width: 70%;
  height: auto;
  padding: 0px 16px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Load_More_Btn_Box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Load_More_Btn_Box .load_more_link {
  font-family: "Source Sans 3";
  font-size: 14px;
  font-weight: 600;
  color: #002F70;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Load_More_Btn_Box .load_more_link:hover {
  text-decoration: underline;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Load_More_Btn_Box .Gray_Title {
  font-size: 12px;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 {
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 .content_box2 {
  width: 100%;
  position: relative;
  padding: 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: transparent;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 .content_box2 h6 {
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 .content_box2 h6 a {
  color: #002F70;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 .btn_box {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}
.MedicalReportMainSection .cover_inner_wrapper .cover_main_box3 {
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .MedicalReportMainSection .container {
    max-width: 100%;
  }
  .MedicalReportMainSection .cover_inner_wrapper {
    height: 100%;
    flex-direction: column-reverse;
    gap: 15px;
    background-color: #ffffff;
    padding: 16px 0px;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 {
    width: 100%;
    padding: 16px 16px;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box {
    flex-direction: column;
    gap: 24px;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box1 {
    width: 100%;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box2 {
    width: 100%;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box {
    flex-direction: column;
    gap: 24px;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box1 .content_box .detail_ul_box {
    flex-direction: column;
    gap: 0px;
  }
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box1 .Sick_Leave_Main_Wrapper .Sick_leave_white_box .sick_inner_box2 {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .MedicalReportMainSection .cover_inner_wrapper .cover_main_box2 .btn_box {
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .Sick_leave_white_box .sick_inner_box1 .content_box .detail_ul_box li p a {
    max-width: 135px;
  }
}
.otpBox {
  padding: 30px 0;
}
.otpBox .otpOuter .otpInner {
  width: 480px;
  margin: 0 auto;
}
.otpBox .otpOuter .otpInner input {
  border-left: 1px solid #8099B2;
  padding-left: 20px;
}
.otpBox .otpOuter .otpInner .otpHeading {
  padding: 30px 0;
}
.otpBox .otpOuter .otpInner .otpHeading h2 {
  font-size: 24px;
  color: #002F70;
  font-family: "Dubai Bold";
  margin-bottom: 8px;
}
.otpBox .otpOuter .otpInner .otpHeading p {
  font-size: 14px;
  color: #335C85;
}
.otpBox .otpOuter .otpInner .otpSendBtn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.otpBox .otpOuter .otpInner .otpSendBtn .otpSendCode {
  border: 1px solid #002F70;
  color: #002F70;
  border-radius: 50px;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-family: "Dubai Bold";
}
.otpBox .otpOuter .otpInner .otpSendBtn .otpSendCode:hover {
  color: #ffffff;
}
.otpBox .otpOuter .otpInner .otpSendBtn .btn1 {
  color: #ffffff;
}
.otpBox .otpOuter .otpInner .optBtn {
  margin-top: 40px;
}
.otpBox .otpOuter .otpInner .optBtn p {
  color: #335C85;
  font-size: 16px;
  margin-bottom: 24px;
}
.otpBox .otpOuter .otpInner .optBtn .optBtnLink {
  width: 100%;
  padding: 10px;
  font-size: 18px;
}
.otpBox .otpOuter .otpInner .formFoot {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.otpBox .otpOuter .otpInner .formFoot p {
  color: #1A4775;
  font-size: 16px;
}
.otpBox .otpOuter .otpInner .formFoot p a {
  color: #32AFFC;
  text-transform: capitalize;
  font-family: "Dubai Medium";
  transition: all 0.4s ease;
}
.otpBox .otpOuter .otpInner .formFoot p a:hover {
  text-decoration: underline;
}
.otpBox .otpOuter .otpInner .passowrdGuidelines p {
  font-size: 12px;
  color: #002F70;
}
.otpBox .otpOuter .otpInner .passowrdGuidelines ul {
  margin-left: 20px;
  margin-bottom: 24px;
}
.otpBox .otpOuter .otpInner .passowrdGuidelines ul li {
  font-size: 12px;
  color: #002F70;
  list-style: disc;
}

@media (max-width: 575px) {
  .otpBox .otpOuter .otpInner .formFoot {
    text-align: center;
  }
  .otpBox .otpOuter .otpInner {
    width: 100%;
    margin: 0 auto;
  }
  .otpBox .otpOuter .otpInner .otpHeading {
    padding: 0px 0 30px;
    text-align: center;
  }
  .otpBox .otpOuter .otpInner .optBtn p {
    text-align: center;
    font-size: 14px;
  }
}
.serviceDashboardInner {
  margin-bottom: 40px;
}
.serviceDashboardInner .row {
  gap: 30px 0;
}

.areYouPatient {
  padding: 40px 0;
}
.areYouPatient .areYouPatientInner h5 {
  font-size: 20px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.areYouPatient .areYouPatientInner p {
  font-size: 14px;
  color: #002F70;
}
.areYouPatient .areYouPatientInner .btn2 {
  margin-top: 20px;
}

.serviceDashboard {
  padding: 40px 0 0 0;
}

.serviceDashboardCard {
  border: 1px solid #E5EBF0;
  padding: 24px;
  border-radius: 12px;
  transition: all 0.4s ease;
  height: 100%;
}
.serviceDashboardCard .serviceDashboardCardInner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.serviceDashboardCard .serviceDashboardCardInner .serviceDashboardCardContent h4, .serviceDashboardCard .serviceDashboardCardInner .serviceDashboardCardContent h2, .serviceDashboardCard .serviceDashboardCardInner .serviceDashboardCardContent span.serviceTitle {
  font-size: 18px;
  font-family: "Dubai Bold";
  color: #002F70;
  margin-bottom: 10px;
}
.serviceDashboardCard .serviceDashboardCardInner .serviceDashboardCardContent p {
  font-size: 14px;
  color: #1A4775;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.serviceDashboardCard .serviceDashboardCardInner .serviceDashboardCardBtn {
  text-align: end;
  margin-top: 16px;
}
.serviceDashboardCard:hover {
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 102, 0.1215686275);
}

.servicedashBtn {
  text-align: end;
}
.servicedashBtn a {
  font-size: 20px;
}

.hrHroziLine {
  border-top: 1px solid #E5EBF0;
}

.pagination_Group_wrapper .pagination_main_wrapper {
  padding: 20px 0 40px;
}

@media (max-width: 991px) {
  .serviceDashboardInner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner {
    text-align: center;
  }
  .dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner .servicedashBtn {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .serviceDashboardCard .serviceDashboardCardInner .serviceDashboardCardBtn {
    text-align: start;
  }
  .serviceDashboardCard {
    padding: 16px;
  }
  .serviceDashboardCard .serviceDashboardCardInner h4, .serviceDashboardCard .serviceDashboardCardInner span.serviceTitle, .serviceDashboardCard .serviceDashboardCardInner h2 {
    font-size: 14px !important;
  }
  .serviceDashboardCard .serviceDashboardCardInner p {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .serviceDashboardCard .serviceDashboardCardInner a {
    font-size: 14px !important;
  }
  .serviceDashboardCard .serviceDashboardCardInner span {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .serviceDashboardInner {
    margin-bottom: 10px;
  }
}
.insuranceList .insuranceListInner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.insuranceList .insuranceListInner .insuranceResultFound {
  border: 1px solid #E5EBF0;
  padding: 24px;
  border-radius: 16px;
}
.insuranceList .insuranceListInner .insuranceResultFound img {
  margin-bottom: 16px;
}
.insuranceList .insuranceListInner .insuranceResultFound h4 {
  color: #002F70;
  font-size: 20px;
  font-family: "Dubai Bold";
}
.insuranceList .insuranceListInner .insuranceResultFound p {
  color: #335C85;
  font-size: 16px;
}
.insuranceList .insuranceListInner .insuranceResultFound p strong {
  color: #32AFFC;
}

.asidePageSidebar .asidePageSidebarInner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.InsuranceSection .paginationMainWrapper .Pagination_custom_box {
  margin: 0;
}

.dubai-health-search-bar .input-group {
  height: 64px;
}

@media (max-width: 991px) {
  .asidePageSidebar {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .InsuranceSection.paddingTopBottom50 {
    padding: 50px 0 50px;
  }
  .InsuranceSection .commonHeadingOne {
    margin-bottom: 20px;
  }
  .dubai-health-search-bar .input-group {
    height: 48px;
  }
}
@media (max-width: 575px) {
  .insuranceList .insuranceListInner .insuranceResultFound {
    text-align: center;
  }
  .insuranceListItem .insuranceListContent h2 a {
    font-size: 16px;
  }
}
cardBoxTxt .specialtiesSection {
  padding: 10px 0 80px !important;
}

.specialtyHeadingOne h4 {
  font-size: 26px;
  font-family: "Dubai Bold";
  color: #002F70;
  margin-bottom: 20px;
}
.specialtyHeadingOne h2 {
  font-size: 26px;
  font-family: "Dubai Bold";
  color: #002F70;
  margin-bottom: 20px;
}
.specialtyHeadingOne h6, .specialtyHeadingOne h3 {
  font-size: 20px;
  font-family: "Dubai Bold";
  color: #002F70;
  margin-bottom: 20px;
}
.specialtyHeadingOne h3 {
  margin-top: 20px;
}
.specialtyHeadingOne p {
  font-size: 16px;
  color: #1A4775;
  line-height: 20px;
}
.specialtyHeadingOne a {
  color: #1A4775;
}
.specialtyHeadingOne div {
  font-size: 16px;
  color: #1A4775;
}
.specialtyHeadingOne .specialtyHeadingOneInner ul {
  margin-left: 15px;
}
.specialtyHeadingOne .specialtyHeadingOneInner ul li {
  list-style: disc;
}

.dubaiHealthSpecialitiesGroup.subSpecialties {
  grid-template-columns: repeat(3, 1fr);
}
.dubaiHealthSpecialitiesGroup.subSpecialties .container-fluid {
  grid-template-columns: repeat(3, 1fr);
}

.stepsInfographicsTitle .stepsInfographicsImg a {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: end;
}
.stepsInfographicsTitle .stepsInfographicsImg a i {
  color: #003366;
}

.relatedArticles .specialtyrelatedArticlesHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}
.relatedArticles .specialtyrelatedArticlesHead .specialtyHeadingOne h4 {
  margin-bottom: 0;
}
.relatedArticles .specialtyrelatedArticlesHead .relatedArticlesViewLink .linkBtn {
  display: flex;
  align-items: center;
  gap: 4px;
}

.relatedArticlesCard.searchResultNewEvent .searchResultNewEventInner .cardBoxGroupTwo .cardBoxContent {
  padding: 15px;
}
.relatedArticlesCard.searchResultNewEvent .searchResultNewEventInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4 {
  font-size: 20px;
  font-family: "Dubai Bold";
}
.relatedArticlesCard.searchResultNewEvent .searchResultNewEventInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
  color: #1A4775 !important;
  font-weight: 400;
  font-size: 16px !important;
  font-family: unset !important;
}
.relatedArticlesCard.searchResultNewEvent .searchResultNewEventInner .cardBoxGroupTwo .cardBoxFoot .cardBoxFootLeft .cardBoxBadge .badge {
  font-family: "Dubai Bold";
  text-transform: capitalize;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 6px;
}

.specialtiesWraper .hrHroziLineOuter hr.hrHroziLine {
  margin: 40px 0;
}

.specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .cardBoxCol .specialtyDoctorListContent.imageText .image-text .doc-image {
  min-width: auto;
}
.specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .cardBoxCol .specialtyDoctorListContent.imageText .image-text .doc-detail h5, .specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .cardBoxCol .specialtyDoctorListContent.imageText .image-text span.doctorName {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .cardBoxCol .specialtyDoctorListContent.imageText .image-text .doc-detail h5 a, .specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .cardBoxCol .specialtyDoctorListContent.imageText .image-text span.doctorName a {
  color: #002F70;
}
.specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .cardBoxCol .specialtyDoctorListContent.imageText .image-text .doc-detail h6, .specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .cardBoxCol .specialtyDoctorListContent.imageText .image-text span.doctorDesignation {
  text-transform: uppercase;
}
.specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .container-fluid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .container-fluid div {
  height: 100%;
}
.specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .cardBoxCol .specialtyDoctorListContent.imageText .image-text .doc-image img {
  height: 200px;
  object-fit: cover;
}

.specialtyFaqsGroup .specialtyFaqsLink {
  margin-top: 20px;
}
.specialtyFaqsGroup .specialtyFaqsLink .linkBtn {
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 1199px) {
  .specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .cardBoxCol .specialtyDoctorListContent.imageText .image-text .doc-image {
    width: 190px;
  }
  .specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow {
    padding: 0;
  }
  .specialtiesSection .specialtiesWraper .specialtyDoctorList .paddingMobile {
    padding: 0;
  }
  .specialtyDoctorList .specialtyDoctorCard .cardBoxInner {
    overflow-x: unset !important;
  }
}
@media (max-width: 767px) {
  .specialtiesSection .specialtiesWraper .row .columnOne,
  .specialtiesWraper .row {
    margin: 0;
  }
  .specialtiesSection .specialtiesWraper .row .columnOne,
  .specialtiesWraper .row .columnTwo {
    padding: 0;
  }
  .specialtiesSection {
    padding: 24px 0 40px !important;
  }
  .asidePageSidebar {
    margin-top: 40px;
  }
  .specialtiesSection .specialtiesWraper .relatedArticles .paddingMobile {
    padding: 0;
  }
  .specialtiesSection .specialtiesWraper .relatedArticles .paddingMobile .searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow {
    padding: 0 15px;
  }
  .specialtiesSection .relatedArticles .paddingMobile .searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow .searchResultNewEventCol {
    width: 280px;
  }
  .dubaiHealthSpecialitiesGroup.subSpecialties, .dubaiHealthSpecialitiesGroup.subSpecialties .container-fluid {
    grid-template-columns: repeat(2, 1fr);
  }
  .faciLinks .link-box p {
    font-size: 14px;
  }
  .faciLinks .link-box .arrow-icon svg {
    width: 14px;
  }
  .topBanner .topBannerInner h1 {
    font-size: 24px;
    text-align: center;
  }
  .specialtyHeadingOne h4, .specialtyHeadingOne h2 {
    font-size: 16px;
  }
  .specialtyHeadingOne h3 {
    font-size: 14px;
  }
  .dubaiHealthSpecialitiesGroup.subSpecialties a p,
  .TitleBulletPointBox ul li a {
    font-weight: 500;
    font-size: 14px;
    font-family: "Dubai Medium" !important;
  }
  .imageText .image-text .doc-des p {
    font-family: "Dubai Regular" !important;
  }
  .faciLinks .link-box {
    padding: 6px 14px;
  }
  .specialtyHeadingOne p {
    font-size: 14px;
  }
  .topBanner {
    padding: 50px 0;
  }
  .dubaiHealthSpecialitiesGroup a p {
    font-size: 14px;
  }
  .departmentChair {
    background-color: #ECF2F5;
    padding: 40px 15px;
  }
  .departmentChairInner .imageText .image-text .doc-des {
    padding-left: 0px;
  }
  .departmentChairInner .imageText .image-text {
    flex-direction: column;
  }
  .departmentChairInner .imageText .image-text .doc-image img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 10px;
  }
  .departmentChairInner .imageText .image-text .doc-image {
    margin-bottom: 10px;
    display: flex;
    border: 0;
  }
  .departmentChairInner .imageText .image-text .doc-image .doc-detail h5 {
    font-size: 16px;
  }
  .departmentChairInner .imageText .image-text .doc-image .doc-detail span.departmentChairTitle {
    font-size: 16px;
    display: block;
  }
  .departmentChairContent .doc-des .docDesIcon {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
  }
  .departmentChairContent .doc-des .docDesPara p {
    line-height: 20px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .dubaiHealthSpecialitiesGroup.subSpecialties, .dubaiHealthSpecialitiesGroup.subSpecialties .container-fluid {
    grid-template-columns: repeat(1, 1fr);
  }
  .imageText .image-text .doc-image .doc-detail h5 {
    font-size: 14px;
  }
  .imageText .image-text .doc-image .doc-detail span.departmentChairTitle, .imageText .image-text .doc-image .doc-detail span.doctorName {
    display: block;
    font-size: 14px;
  }
  .imageText .image-text .doc-image .doc-detail h6 {
    font-size: 12px;
  }
  .imageText .image-text .doc-image .doc-detail span.departmentChairDesc, .imageText .image-text .doc-image .doc-detail span.doctorDesignation {
    display: block;
    font-size: 12px;
  }
}
.hrHroziLineOuterInner hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.dhSpecialitiesItemGroup, .dhSpecialitiesItemGroup .container-fluid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.dhSpecialitiesItemGroup .dhSpecialitiesItem, .dhSpecialitiesItemGroup .container-fluid .dhSpecialitiesItem {
  border: 1px solid #E5EBF0;
  border-radius: 16px;
  display: inline-block;
  padding: 16px 44px 16px 16px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  cursor: pointer;
}
.dhSpecialitiesItemGroup .dhSpecialitiesItem::after, .dhSpecialitiesItemGroup .container-fluid .dhSpecialitiesItem::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(/o/dubai-health-theme-css/images/icon/down_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%) rotate(-90deg);
  right: 8px;
  top: 38%;
}
.dhSpecialitiesItemGroup .dhSpecialitiesItem:hover, .dhSpecialitiesItemGroup .container-fluid .dhSpecialitiesItem:hover {
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 102, 0.1215686275);
}
.dhSpecialitiesItemGroup .dhSpecialitiesItem .dhSpecialitiesLink, .dhSpecialitiesItemGroup .container-fluid .dhSpecialitiesItem .dhSpecialitiesLink {
  font-family: "Dubai Bold";
  font-size: 16px;
  color: #002F70;
}
.dhSpecialitiesItemGroup .dhSpecialitiesItem .dhSpecialitiesLink p, .dhSpecialitiesItemGroup .container-fluid .dhSpecialitiesItem .dhSpecialitiesLink p {
  line-height: 18px;
  font-family: "Dubai Bold";
}
.dhSpecialitiesItemGroup .dhSpecialitiesItem .dhSpecialitiesLink:nth-child(2), .dhSpecialitiesItemGroup .container-fluid .dhSpecialitiesItem .dhSpecialitiesLink:nth-child(2) {
  line-height: 18px;
  font-family: "Dubai Bold";
}

.dhSpecialitiesItemGroup .container-fluid div {
  height: 100%;
}

.dhSpecialitiesItemGroup .container-fluid .dhSpecialitiesItem a {
  display: flex;
}

.specialtyPreRequesites .TitleBulletPointBox ul li {
  color: #1A4775;
  line-height: 20px;
}

.knowLinkBtn {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  justify-content: end;
}
.knowLinkBtn .knowLink {
  font-size: 18px;
  font-family: "Dubai Bold";
  text-transform: none;
  color: #037BC5;
  display: flex;
  align-items: center;
}
.knowLinkBtn .knowLink .material-symbols-outlined {
  color: inherit;
  transform: translateX(0px);
  transition: all 0.4s ease;
}
.knowLinkBtn .knowLink img {
  width: 20px;
  height: 20px;
  transition: all 0.4s ease;
}
.knowLinkBtn:hover .material-symbols-outlined {
  transform: translateX(5px);
}
.knowLinkBtn:hover img {
  transform: translateX(5px);
  cursor: pointer;
}

.dhspecialtyFaciGroup .specialtyFacilitiesItem {
  cursor: pointer;
}

@media (max-width: 1199px) {
  .dhSpecialitiesItemGroup, .dhSpecialitiesItemGroup .container-fluid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .dhSpecialitiesItemGroup, .dhSpecialitiesItemGroup .container-fluid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .dhSpecialitiesItemGroup .dhSpecialitiesItem {
    padding: 13px 25px 13px 13px !important;
    min-height: 40px !important;
  }
  .specialtiesWraper .hrHroziLineOuter hr.hrHroziLine {
    margin: 20px 0;
  }
  .knowLinkBtn .knowLink {
    font-size: 16px !important;
  }
  .knowLinkBtn img {
    width: 12px !important;
    height: 12px !important;
  }
  .dubaiHealthSpecialitiesGroup a, .dubaiHealthSpecialitiesGroup .container-fluid a {
    font-size: 14px;
  }
  .specialtyPreRequesites .TitleBulletPointBox ul li {
    font-size: 14px;
  }
  .faciLinks .link-box a {
    font-size: 14px;
  }
  .specialtyFacilitiesItem.link-box .arrow-icon img {
    width: 14px;
  }
  .dhSpecialitiesItemGroup .dhSpecialitiesItem .dhSpecialitiesLink {
    font-size: 14px !important;
  }
  .dhSpecialitiesItemGroup .dhSpecialitiesItem .dhSpecialitiesLink .dhSpecialitiesItemGroup .dhSpecialitiesItem img {
    margin-top: -8px !important;
    max-width: 18px;
    max-height: 18px;
  }
  .dhSpecialitiesItemGroup .dhSpecialitiesItem .dhSpecialitiesLink .dhSpecialitiesItemGroup .dhSpecialitiesItem a:first-child {
    height: 18px;
  }
  .relatedArticlesInner .relatedArticlesCard .cardBoxGroupTwo .cardBoxImg img {
    height: auto !important;
  }
}
@media (max-width: 575px) {
  .dhSpecialitiesItemGroup, .dhSpecialitiesItemGroup .container-fluid {
    grid-template-columns: repeat(1, 1fr);
  }
  .dhSpecialitiesItemGroup .dhSpecialitiesItem .dhSpecialitiesLink {
    font-weight: 500 !important;
    font-family: "Dubai Medium" !important;
  }
}
@media (max-width: 1199px) {
  .searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow .searchResultNewEventCol .cardBoxGroupTwo {
    width: 100%;
  }
  .searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow .container-fluid {
    display: flex !important;
    scrollbar-width: none !important;
    overflow-x: scroll !important;
  }
  .searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow .container-fluid .row {
    flex: 0 0 289px;
  }
}
@media (max-width: 767px) {
  .specialtiesSection .relatedArticles .paddingMobile .searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow .searchResultNewEventCol {
    width: 100%;
  }
  .relatedArticlesInner .relatedArticlesCard .cardBoxGroupTwo .cardBoxImg img {
    height: 100% !important;
  }
}
@media (max-width: 575px) {
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4 a, .cardBoxGroupTwo .cardBoxContent .cardBoxTxt span.doctorName a, .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h2 a {
    font-size: 16px;
  }
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h3 a {
    font-size: 18px;
  }
  .searchResultNewEvent .searchResultNewEventInner .searchResultNewEventRow .searchResultNewEventCol .cardBoxGroupTwo {
    width: 100%;
  }
  .relatedArticlesCard.searchResultNewEvent .searchResultNewEventInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
    font-size: 12px !important;
  }
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot .cardBoxFootRight .cardBoxDate .cardBoxDateItem {
    font-size: 12px !important;
  }
  .relatedArticlesCard.searchResultNewEvent .searchResultNewEventInner .cardBoxGroupTwo .cardBoxFoot .cardBoxFootLeft .cardBoxBadge .badge {
    font-size: 10px !important;
  }
}
.specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .container-fluid.overflow-hidden {
  overflow: unset !important;
}

.specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .container-fluid div {
  height: 100% !important;
}

.specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .cardBoxCol .specialtyDoctorListContent.imageText .image-text .doc-image div {
  height: auto !important;
}

.specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .container-fluid div {
  height: 100% !important;
  display: block;
}

@media (max-width: 1199px) {
  .specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .container-fluid {
    overflow-x: unset !important;
  }
  .specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .cardBoxCol .specialtyDoctorListContent.imageText .image-text .doc-image {
    width: 100%;
    overflow-x: unset !important;
  }
  .specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .container-fluid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) and (max-height: 1023px) {
  .specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .container-fluid .col-12 {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .container-fluid .col-12 {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .container-fluid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 375px) {
  .specialtyDoctorCard .dubaiHealth .cardBoxInner .cardBoxRow .container-fluid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bookAppointment {
  padding: 50px 0 !important;
}

.bookAppointmentFilter .bookAppointmentForm button.resetBtn {
  color: #32AFFC;
  font-family: "Dubai Bold";
  font-size: 18px;
  margin-top: 20px;
}
.bookAppointmentFilter .bookAppointmentForm .customSelect label {
  color: #002F70;
  font-size: 14px;
  font-weight: 400;
}
.bookAppointmentFilter .bookAppointmentFilterRow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.bookAppointmentFilterSearch .searchResultShowCount {
  display: block;
  margin: 20px 0;
}
.bookAppointmentFilterSearch .bookAppointmentFilterSearchRow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.bookAppointmentFilterSearch .bookAppointmentFilterSearchRow .bookAppointmentCol .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent {
  padding: 16px 16px;
}
.bookAppointmentFilterSearch .bookAppointmentFilterSearchRow .bookAppointmentCol .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment {
  padding: 16px 16px;
}

.bookAppointmentCollapse {
  margin-bottom: 20px;
}
.bookAppointmentCollapse .bookAppointmentCollapseInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bookAppointmentCollapse .bookAppointmentCollapseInner .commonHeadingOne {
  margin-bottom: 0;
}
.bookAppointmentCollapse .bookAppointmentCollapseInner button.bookAppointmentFormBtn {
  color: #037BC5;
  font-family: "Dubai Bold";
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: capitalize;
}
.bookAppointmentCollapse .bookAppointmentCollapseInner button.bookAppointmentFormBtn span.material-symbols-outlined {
  transition: all 0.4s ease;
}
.bookAppointmentCollapse .bookAppointmentCollapseInner button.bookAppointmentFormBtn[aria-expanded=false] span.material-symbols-outlined {
  transform: rotate(-180deg);
}
.bookAppointmentCollapse .bookAppointmentCollapseInner button.bookAppointmentFormBtn[data-bs-target="#bookAppointmentModal"] span.material-symbols-outlined {
  transition: all 0.4s ease;
  transform: rotate(-90deg);
}

#bookAppointmentModal .modal-content {
  border-radius: 16px;
  box-shadow: 0px 25px 36px 0px rgba(0, 51, 102, 0.0784313725);
}
#bookAppointmentModal .modal-content .modal-header {
  border-bottom: 0;
  justify-content: center;
  position: relative;
}
#bookAppointmentModal .modal-content .modal-header h5 {
  font-size: 24px;
  font-family: "Dubai Bold";
  color: #002F70;
  text-transform: capitalize;
}
#bookAppointmentModal .modal-content .modal-header span.mobileModal {
  font-size: 24px;
  font-family: "Dubai Bold";
  color: #002F70;
  text-transform: capitalize;
}
#bookAppointmentModal .modal-content .modal-header .close {
  margin: 0;
  position: absolute;
  top: 0;
  right: 5px;
}
#bookAppointmentModal .modal-content .modal-body .bookAppointmentFilter .bookAppointmentForm .bookAppointmentFilterRow {
  grid-template-columns: repeat(1, 1fr);
}
#bookAppointmentModal .modal-content .modal-body .bookAppointmentFilter .bookAppointmentForm .modelFormBtn {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
#bookAppointmentModal .modal-content .modal-body .bookAppointmentFilter .bookAppointmentForm .modelFormBtn .btn {
  width: 100%;
}

@media (max-width: 1199px) {
  .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow {
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .bookAppointment .commonHeadingOne h2, .bookAppointment .commonHeadingOne h1, .bookAppointment .counterInner .counterHeading h2 {
    font-size: 18px;
  }
  .bookAppointmentCollapse .bookAppointmentCollapseInner button.bookAppointmentFormBtn {
    font-size: 14px;
  }
  .searchResultShowCount p {
    font-size: 14px;
  }
  .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow .bookAppointmentCol .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment {
    padding: 8px;
  }
  .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow .bookAppointmentCol .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent {
    padding: 8px;
  }
  .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow .bookAppointmentCol:nth-child(even) .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .findDoctorCard .telehealthCall .wrapperTooltip .tooltip:after {
    right: 16px;
  }
  .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow .bookAppointmentCol:nth-child(odd) .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .findDoctorCard .telehealthCall .wrapperTooltip .tooltip {
    right: unset;
    left: -14px;
  }
  .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow .bookAppointmentCol:nth-child(odd) .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .findDoctorCard .telehealthCall .wrapperTooltip .tooltip:after {
    right: unset;
    left: 35px;
  }
  .direction-rtl .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow .bookAppointmentCol:nth-child(odd) .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .findDoctorCard .telehealthCall .wrapperTooltip .tooltip {
    right: 0px;
    left: unset;
  }
  .direction-rtl .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow .bookAppointmentCol:nth-child(odd) .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .findDoctorCard .telehealthCall .wrapperTooltip .tooltip:after {
    right: 10px;
    left: unset;
  }
  .direction-rtl .wrapperTooltip .tooltip {
    right: unset;
    left: 0;
  }
  .direction-rtl .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow .bookAppointmentCol:nth-child(even) .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .findDoctorCard .telehealthCall .wrapperTooltip .tooltip:after {
    right: unset;
    left: 24px;
  }
}
@media (max-width: 350px) {
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
    font-size: 12px;
    font-family: "Dubai Bold";
  }
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4, .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h2 {
    font-size: 16px;
  }
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxContent .cardBoxTxt span {
    margin-bottom: 8px;
  }
  .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment .cardBoxScheduleAppointmentLink p {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  .direction-rtl .wrapperTooltip .tooltip {
    right: unset;
    left: 0;
  }
}
.bookAppointmentDoctorDetails {
  padding: 50px 0 !important;
  position: relative;
}
.bookAppointmentDoctorDetails::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D6EFFE;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bookAppointDoctorDetail .bookAppointDoctorDetailInner .bookAppointDoctorDetailRow {
  display: grid;
  grid-template-columns: 312px 1fr;
  gap: 40px;
}

.doctorImgItem {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 102, 0.1215686275);
}
.doctorImgItem .doctorImage img {
  width: 100%;
}
.doctorImgItem .doctorImageDetail {
  text-align: center;
  padding: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, height 0.5s ease, padding 0.5s ease;
}
.doctorImgItem .doctorImageDetail.show {
  display: block;
}
.doctorImgItem .doctorImageDetail h5 {
  font-size: 24px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.doctorImgItem .doctorImageDetail h1 {
  font-size: 24px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.doctorImgItem .doctorImageDetail p {
  font-size: 16px;
  font-weight: 400;
  color: #4D7094;
}
.doctorImgItem .doctorImageDetail .btn {
  margin-top: 20px;
  width: 100%;
}

.doctorTopInformationInner .doctorInformationSelect {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.doctorTopInformationInner .hrHroziLineOuter hr {
  margin: 36px 0;
}

.doctorNameInfo {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 15px;
}
.doctorNameInfo .doctorName h2 {
  font-size: 36px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.doctorNameInfo .doctorName p {
  font-size: 20px;
  font-weight: 400;
  color: #4D7094;
}

.doctorInformationSelect .doctorNormalBtn {
  margin-bottom: 36px;
}
.doctorInformationSelect .doctorNormalBtn p {
  font-size: 16px;
  font-weight: 400;
  color: #4D7094;
  margin-bottom: 6px;
}
.doctorInformationSelect .doctorNormalBtn .doctorNormalBtnGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.doctorInformationSelect .doctorNormalBtn .doctorNormalBtnGroup h1 {
  display: flex;
}
.doctorInformationSelect .doctorNormalBtn .doctorNormalBtnGroup span.doctorBtnName {
  display: inline-block;
  padding: 6px 12px;
  background-color: #ADDFFE;
  color: #002F70;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
  margin-right: 10px;
}
.doctorInformationSelect .doctorNormalBtn .doctorNormalBtnGroup span.doctorBtnName.clr1 {
  background-color: #AC9DFF;
  display: flex;
  align-items: center;
  gap: 8px;
}
.doctorInformationSelect .doctorNormalBtn .doctorNormalBtnGroup span.doctorBtnName.clr2 {
  background-color: #77DEFC;
  display: flex;
  align-items: center;
  gap: 8px;
}
.doctorInformationSelect .doctorNormalBtn .doctorNormalBtnGroup a.dubaiHealthSpecialitiesLink {
  border: 1px solid #E5EBF0;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 6px 40px 6px 20px;
  width: 100%;
  position: relative;
  font-family: "Dubai Regular";
  font-size: 16px;
  font-family: "Dubai Bold";
  color: #6685A3;
  display: flex;
  align-items: center;
  gap: 15px;
}
.doctorInformationSelect .doctorNormalBtn .doctorNormalBtnGroup a.dubaiHealthSpecialitiesLink p {
  margin-bottom: 0;
}
.doctorInformationSelect .doctorNormalBtn .doctorNormalBtnGroup a.dubaiHealthSpecialitiesLink:hover {
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 102, 0.1215686275);
}
.doctorInformationSelect .doctorNormalBtn .doctorNormalBtnGroup a.dubaiHealthSpecialitiesLink::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(../images/icon/down_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%) rotate(-90deg);
  right: 6px;
}

.doctorInformationSelect .lfr-layout-structure-item-book-an-appointment-languahe:last-child .doctorNormalBtn {
  margin-bottom: 0;
}

.doctorInformationSelect .practiceAt:last-child .container-fluid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.ratioButton {
  margin: 0 5px 0 0;
  position: relative;
}
.ratioButton label {
  display: inline-block;
  padding: 6px 16px;
  background-color: #77DEFC;
  color: #002F70;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
}
.ratioButton input {
  display: none;
}
.ratioButton input[type=radio]:checked + label {
  background-color: #AC9DFF;
}
.ratioButton.nxtClr label {
  background-color: #ADDFFE;
}
.ratioButton.nxtClr input[type=radio]:checked + label {
  background-color: #AC9DFF;
}

.doctorInformationTab {
  margin-top: 48px;
}
.doctorInformationTab .doctorInformationTabInner {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 25px 36px 0px rgba(0, 51, 102, 0.0784313725);
}
.doctorInformationTab .doctorInformationTabInner .nav-pills {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #335C85;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.doctorInformationTab .doctorInformationTabInner .nav-pills .nav-item {
  flex: 1;
  text-align: center;
}
.doctorInformationTab .doctorInformationTabInner .nav-pills .nav-item:first-child .nav-link.active {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.doctorInformationTab .doctorInformationTabInner .nav-pills .nav-item:last-child .nav-link.active {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.doctorInformationTab .doctorInformationTabInner .nav-pills .nav-item .nav-link {
  width: 100%;
  padding: 24px 15px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  height: 100%;
}
.doctorInformationTab .doctorInformationTabInner .nav-pills .nav-item .nav-link.active {
  border-radius: 0;
  background-color: #ffffff;
  font-family: "Dubai Bold";
  color: #002F70;
}
.doctorInformationTab .doctorInformationTabInner .navbar-toggler {
  display: none;
}
.doctorInformationTab .doctorInformationTabInner .collapse:not(.show) {
  display: block !important;
}
.doctorInformationTab .doctorInformationTabInner .tab-content {
  padding: 24px 40px;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .viewAllArticles {
  margin-top: 24px;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .hrHroziLineOuter {
  margin: 32px 0;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .doctorInfoTabHeading {
  margin-bottom: 24px;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .doctorInfoTabHeading h3 {
  font-size: 24px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .doctorInfoTabContent h4 {
  font-size: 22px;
  font-family: "Dubai Medium";
  color: #335C85;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .doctorInfoTabContent p {
  font-size: 16px;
  font-weight: 400;
  color: #1A4775;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .row:last-child .Info-box .icon::before {
  display: none;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .row:last-child .Info-box .Info-text {
  margin-bottom: 0;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 16px;
  width: 100%;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .icon {
  color: #8099B2;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  z-index: 2;
  text-align: center;
  height: 100%;
  position: relative;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .icon::before {
  content: "";
  position: absolute;
  border-left: 1px solid #E5EBF0;
  height: 100%;
  left: 23px;
  top: 0;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .icon span {
  background-color: #ffffff;
  display: inline-block;
  padding: 6px;
  position: relative;
  z-index: 1;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .Info-text {
  margin-bottom: 35px;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .Info-text h5, .doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .Info-text h4 {
  color: #335C85;
  font-family: "Dubai Bold";
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .Info-text h6 {
  font-weight: 400;
  font-size: 16px;
  color: #6685A3;
  margin-top: 10px;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .Info-text p {
  color: #99ADC2;
  font-size: 16px;
  font-family: "Dubai Regular";
  line-height: 20px;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .Info-text span {
  font-size: 16px;
  font-family: "Dubai Regular";
  line-height: 20px;
  color: #4D7094;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .infoUlList ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .infoUlList ul li {
  list-style: disc;
  color: #1A4775;
  font-size: 16px;
  font-family: "Dubai Regular";
  line-height: 20px;
}
.doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .infoUlList ul li a {
  font-size: 16px;
  font-family: "Dubai Bold";
  line-height: 18px;
  color: #037BC5;
}

.doctorImageDetailMobSticky {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, height 0.5s ease, padding 0.5s ease;
  background-color: #ffffff;
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 102, 0.1215686275);
}
.doctorImageDetailMobSticky.sticky-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  animation: slideDown 0.1s ease-out;
  z-index: 9;
  padding: 40px 15px 14px;
  opacity: 1;
  height: auto;
  transition: opacity 0.5s ease, height 0.5s ease, padding 0.5s ease;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.doctorImageDetailMobSticky h5 {
  font-size: 24px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.doctorImageDetailMobSticky span.doctorName {
  font-size: 24px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.doctorImageDetailMobSticky p {
  font-size: 16px;
  font-weight: 400;
  color: #4D7094;
}
.doctorImageDetailMobSticky .btn {
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .doctorImgAndName {
    transition: top 0.3s ease-in-out;
  }
  .doctorImgAndName.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: top 0.5s ease-in-out;
    height: auto;
    animation: slideDown 0.1s ease-out;
  }
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .doctorImgAndName.sticky .doctorImageDetail {
    padding: 15px;
    opacity: 1;
    height: auto;
    transition: opacity 0.5s ease, height 0.5s ease, padding 0.5s ease;
  }
}
@media (max-width: 1399px) {
  .doctorInformationTab .doctorInformationTabInner .nav-pills {
    flex-wrap: nowrap;
  }
  .doctorInformationTab .doctorInformationTabInner .nav-pills .nav-item .nav-link {
    white-space: nowrap;
  }
  .doctorInformationTab .doctorInformationTabInner .doctorInformationNavPills .nav-pills {
    scrollbar-width: none !important;
    overflow-x: scroll;
  }
}
@media (max-width: 1199px) {
  .doctorNameInfo .doctorName h2 {
    font-size: 30px;
  }
  .doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .Info-text h5 {
    font-size: 18px;
  }
  .doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .Info-text h4 {
    font-size: 18px;
  }
  .doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .doctorInfoTabHeading h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .doctorNameInfo {
    flex-direction: column;
    gap: 10px;
  }
  .doctorImgItem .doctorImageDetail h5 {
    font-size: 18px;
  }
  .doctorImgItem .doctorImageDetail h1 {
    font-size: 18px;
  }
  .btn1 {
    background-color: #002F70;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 16px;
    font-family: "Dubai Bold";
  }
  .doctorImgAndName.sticky .doctorImageDetail {
    padding: 12px;
  }
  .doctorInformationTab .doctorInformationTabInner .nav-pills .nav-item .nav-link {
    padding: 15px 20px;
  }
  .doctorNameInfo .doctorName h2 {
    font-size: 26px;
  }
  .doctorNameInfo .doctorName p {
    font-size: 18px;
  }
  .bookAppointmentDoctorDetails::after {
    height: 915px;
  }
}
@media (max-width: 767px) {
  .doctorNameInfo .doctorName h2 {
    font-size: 18px;
  }
  .doctorNameInfo .doctorName p {
    font-size: 14px;
  }
  .doctorNameInfo {
    display: flex;
    align-items: center;
  }
  .doctorNameInfo .doctorName {
    text-align: center;
  }
  .doctorNameInfo .doctorAppointmentBtn {
    text-align: center;
    margin-top: 24px;
  }
  .doctorImgItem {
    width: 180px;
    margin: 0 auto 24px;
  }
  .doctorImage {
    text-align: center;
  }
  .doctorInformationSelect .doctorNormalBtn .doctorNormalBtnGroup {
    justify-content: center;
  }
  .doctorInformationSelect .doctorNormalBtn p {
    margin-bottom: 8px;
    text-align: center;
  }
  .bookAppointmentDoctorDetails::after {
    height: 1060px;
  }
  .doctorInformationTab .doctorInformationTabInner .tab-content {
    padding: 16px;
  }
  .doctorInformationTab .doctorInformationTabInner .nav-pills .nav-item .nav-link, .doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .Info-text h5,
  .doctorInformationTab .doctorInformationTabInner .nav-pills .nav-item .nav-link, .doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .Info-text h4, .doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .Info-text p, .doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .doctorInfoTabContent p, .ratioButton label, .doctorInformationSelect .doctorNormalBtn .doctorNormalBtnGroup span.doctorBtnName, .doctorInformationSelect .doctorNormalBtn .doctorNormalBtnGroup a.dubaiHealthSpecialitiesLink p, .doctorInformationSelect .doctorNormalBtn p, .doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .infoUlList ul li, .doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .infoUlList ul li a {
    font-size: 14px;
  }
  .doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .doctorInfoTabHeading h3 {
    font-size: 16px;
  }
  .doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .stepInfo .InfoStep .Info-box .Info-text span {
    font-size: 12px;
  }
  .doctorInformationTab .doctorInformationTabInner .tab-content .tabContentInner .doctorInfoTabContent h4 {
    font-size: 14px;
    font-weight: 700;
    font-family: "Dubai Bold";
  }
  .doctorImgItem .doctorImageDetail {
    display: none;
  }
  .doctorInformationInner .hrHroziLine {
    border-top: none;
    margin: 14px !important;
  }
  .dhBookAppointment .doctorInformation .doctorInformationInner .doctorTopInformationInner .hrHroziLineOuter hr.hrHroziLine, .bookAppointmentDoctorDetails .doctorInformation .doctorInformationInner .doctorTopInformationInner .hrHroziLineOuter hr.hrHroziLine {
    border-top: 1px solid #CCD6E0;
  }
}
@media (max-width: 575px) {
  .bookAppointmentDoctorDetails::after {
    height: 1020px;
  }
  .doctorImageDetailMobSticky h5 {
    font-size: 16px;
  }
  .doctorImageDetailMobSticky span.doctorName {
    line-height: 1.2;
    display: block;
    font-size: 16px;
  }
  .doctorImageDetailMobSticky p {
    font-size: 12px;
  }
  .doctorImageDetailMobSticky .doctorImageDetailMobStickyBtn .btn {
    font-size: 14px;
    color: #037BC5;
    font-family: "Dubai Bold";
    text-transform: capitalize;
    display: flex;
    align-items: center;
    background-color: unset;
    border: none;
    margin-top: 0;
    padding: 0;
  }
  .doctorImageDetailMobSticky .doctorImageDetailMobStickyBtn .btn:hover {
    color: #5BBFFD;
  }
  .doctorImageDetailMobSticky .doctorImageDetailMobStickyBtn .btn:disabled, .doctorImageDetailMobSticky .doctorImageDetailMobStickyBtn .btn.disableLink {
    opacity: 0.5;
    cursor: not-allowed;
  }
}
@media (max-width: 375px) {
  .bookAppointmentDoctorDetails::after {
    height: 1150px;
  }
  .doctorImageDetailMobSticky {
    flex-direction: column;
  }
  .doctorImageDetailMobSticky .doctorImageDetailMobStickyContent {
    text-align: center;
  }
}
.dubaiHealthDoctors, .dubaiHealthDoctors .dubaiHealthDoctorsInner, .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo {
  height: 100%;
}

.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxImg img {
  height: 240px;
  object-fit: cover;
}

.dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bookAppointmentFilterSearch .bookAppointmentFilterSearchRow .bookAppointmentCol .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment {
  height: 65px;
}

.doctorNormalBtn:not(:has(.doctorBtnName)):not(:has(a)) {
  display: none;
}

.has-edit-mode-menu .doctorNormalBtn:not(:has(.doctorBtnName)):not(:has(a)) {
  display: block !important;
}

.requestAppointmentTab {
  padding: 48px 0 64px;
}
.requestAppointmentTab .requestAppointmentTabInner .hrHroziLineOuter .hrHroziLine {
  margin: 40px 0;
}
.requestAppointmentTab .requestAppointmentTabInner .requestAppointmentHead h5, .requestAppointmentTab .requestAppointmentTabInner .requestAppointmentHead h2 {
  font-size: 26px;
  font-family: "Dubai Bold";
  color: #002F70;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.requestAppointmentTab .requestAppointmentTabInner .requestAppointmentTabContent .requestAppointmentForm .requestAppointmentFormInner .input-field .customSelect .select2-container--default .select2-selection--single {
  padding: 12px 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
  height: 52px;
  border: 1px solid #8099B2;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
}
.requestAppointmentTab .requestAppointmentTabInner .requestAppointmentTabContent .requestAppointmentForm .requestAppointmentFormInner .formBtnContainer {
  margin-top: 40px;
}

.input-field .ratioGroup {
  display: flex;
  align-items: center;
  gap: 8px;
}
.input-field .ratioGroup .ratioButton.nxtClr {
  margin-left: 0;
}
.input-field .ratioGroup .ratioButton.nxtClr label {
  background-color: #E5EBF0;
  border: 1px solid #CCD6E0;
  color: #002F70;
  border-radius: 50px;
  font-size: 16px;
  padding: 6px 24px;
}
.input-field .ratioGroup .ratioButton.nxtClr input[type=radio]:checked + label {
  background-color: #002F70;
  color: #ffffff;
}

@media (max-width: 767px) {
  .requestAppointmentTab .requestAppointmentTabInner .requestAppointmentHead h5 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .requestAppointmentTab .requestAppointmentTabInner .requestAppointmentHead h2 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .requestAppointmentTab .requestAppointmentTabInner .hrHroziLineOuter .hrHroziLine {
    border-top: 1px solid #CCD6E0;
  }
  .requestAppointmentTab .requestAppointmentTabInner .hrHroziLineOuter .hrHroziLine {
    margin: 24px 0;
  }
  .input-field .selectInputField input, .input-field .selectInputField select {
    font-size: 16px;
  }
}
.dhBookAppointment .bookAppointmentDoctorDetails {
  background-color: #D6EFFE;
}
.dhBookAppointment .bookAppointmentDoctorDetails::after {
  content: "";
  width: 100%;
  height: 52%;
  background-color: #D6EFFE;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.dhBookAppointment .bookAppointRatioFiled {
  margin-bottom: 24px;
}
.dhBookAppointment .bookAppointRatioFiled .commonHeadingOne {
  margin: 48px 0;
}
.dhBookAppointment .bookAppointRatioFiled.ratioBorderClr1 .bookAppointRatioFiledInner {
  border: 1px solid #E5EBF0;
  border-radius: 20px;
  padding: 40px;
}
.dhBookAppointment .bookAppointRatioFiled.ratioBorderClr2 .bookAppointRatioFiledInner {
  border: 1px solid #32AFFC;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 80px;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointRatioInnerHeading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointRatioInnerHeading h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Dubai Bold";
  line-height: 24px;
  color: #002F70;
  margin-bottom: 0;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRtoFiledHead {
  background-color: #E5EBF0;
  padding: 8px 12px;
  border-radius: 8px;
  margin: 24px 0;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRtoFiledHead h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #002F70;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner:last-child {
  margin-bottom: 0px;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner:last-child .bookAppointRatioBtnGroup {
  border-bottom: 0;
  padding-bottom: 0;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner .bookAppointRatioItemDate {
  padding-bottom: 24px;
  width: 120px;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner .bookAppointRatioItemDate span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #8099B2;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner .bookAppointRatioItemDate p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #8099B2;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner .bookAppointRatioBtnGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #E5EBF0;
  width: calc(100% - 120px);
  gap: 12px;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner .bookAppointRatioBtnGroup .ratioButton {
  margin: 0;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner .bookAppointRatioBtnGroup .ratioButton label {
  font-family: "Dubai Bold";
  background-color: #ffffff;
  border: 1px solid #CCD6E0;
  color: #002F70;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner .bookAppointRatioBtnGroup .ratioButton input[type=radio]:checked + label {
  background-color: #CCD6E0;
  border: 1px solid #CCD6E0;
}
.dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner .bookAppointRatioBtnGroup .ratioButton input[type=radio]:disabled + label {
  color: #CCD6E0;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 575px) {
  .dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner {
    flex-direction: column;
  }
  .dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner .bookAppointRatioItemDate {
    padding-bottom: 0;
    width: 100%;
  }
  .dhBookAppointment .bookAppointRatioFiled .bookAppointRatioFiledInner .bookAppointRatioGroup .bookAppointFiledGroup .bookAppointRatioItem .bookAppointRatioItemInner .bookAppointRatioBtnGroup {
    width: 100%;
  }
  .dhBookAppointment .bookAppointRatioFiled.ratioBorderClr2 .bookAppointRatioFiledInner {
    padding: 16px;
  }
  .dhBookAppointment .bookAppointRatioFiled.ratioBorderClr1 .bookAppointRatioFiledInner {
    padding: 16px;
  }
  .dhBookAppointment .bookAppointRatioFiled .commonHeadingOne {
    margin: 24px 0;
    text-align: center;
  }
}
.direction-rtl .bookAppointmentCollapse .bookAppointmentCollapseInner button.bookAppointmentFormBtn[data-bs-target="#bookAppointmentModal"] span.material-symbols-outlined {
  transform: rotate(90deg) !important;
}

.facilitiesDetailsTabs .hrHroziLineOuterInner .hrHroziLine {
  margin: 40px 0;
}

.facilitiesDetailsTabs .specialtyHeadingOne h4 {
  margin-bottom: 24px !important;
  text-transform: capitalize;
}
.facilitiesDetailsTabs .approchBox .ourApproachRow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.facilitiesDetailsTabs .approchBox .ourApproachRow .ourApproachCol .approchBox .approch-box {
  height: 100%;
}
.facilitiesDetailsTabs .approchBox .approch-box {
  height: 100%;
}
.facilitiesDetailsTabs .imageText .leaderShipRow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.facilitiesDetailsTabs .imageText .image-text .doc-image {
  min-width: unset;
}
.facilitiesDetailsTabs .CounterBox {
  margin-top: 40px;
}
.facilitiesDetailsTabs .CounterBox .counterBoxRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.facilitiesDetailsTabs .CounterBox .counterBoxRow .counterBoxCol .counter-box {
  height: 100%;
}
.facilitiesDetailsTabs .CounterBox .counterBoxRow .counterBoxCol .counter-box .counter-text h5 {
  font-size: 20px;
  font-family: "Dubai Medium";
  font-weight: 500;
}
.facilitiesDetailsTabs .tab_inner_wrapper .accordion .card .card-head .accordion-btn {
  font-size: 16px;
  font-family: "Dubai Medium";
  font-weight: 500;
  line-height: 20px;
}
.facilitiesDetailsTabs .dubaiHealthSpecialitiesGroup {
  grid-template-columns: repeat(3, 1fr);
}
.facilitiesDetailsTabs .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow {
  grid-template-columns: repeat(3, 1fr);
}
.facilitiesDetailsTabs .cardBoxGroupTwo .cardBoxContent {
  padding: 20px 24px;
  min-height: 135px;
}
.facilitiesDetailsTabs .serviceDashboard {
  padding: 0;
}
.facilitiesDetailsTabs .serviceDashboard .serviceDashboardInner {
  width: 100%;
}
.facilitiesDetailsTabs .serviceDashboard .serviceDashboardInner .ourServiceRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.facilitiesDetailsTabs .serviceDashboard .serviceDashboardInner .ourServiceRow .ourServiceCol {
  height: 100%;
}
.facilitiesDetailsTabs .serviceDashboard .serviceDashboardInner .ourServiceRow .ourServiceCol .serviceDashboardCard {
  height: 100%;
  margin-bottom: 0px;
}
.facilitiesDetailsTabs .serviceDashboard .serviceDashboardInner .ourServiceRow .ourServiceCol .serviceDashboardCard a span {
  font-size: 16px;
}

.topBannerTwo {
  background-image: url("../images/banner-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 350px 0 50px;
}
.topBannerTwo:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.18);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.topBannerTwo .topBannerInner h1 {
  font-size: 36px;
  font-family: "Dubai Bold";
  color: #ffffff;
}

.facilitiesWraper .asidePageSidebar {
  position: relative;
  z-index: 1;
  top: -450px;
}
.facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 12px 24px -8px rgba(0, 51, 102, 0.1215686275);
}
.facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme {
  padding: 24px;
}
.facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead {
  margin-bottom: 16px;
}
.facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h5, .facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h2 {
  font-size: 20px;
  font-family: "Dubai Bold";
  color: #002F70;
}
.facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
}
.facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail p {
  font-family: "Dubai Medium";
  font-size: 18px;
}
.facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHours {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
}
.facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHours .visitingPatientHoursItem {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #D6EFFE;
  border-radius: 8px;
  padding: 8px;
}
.facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHours .visitingPatientHoursItem .visitingPatientHoursIcon p {
  font-size: 13px;
  font-family: "Dubai Medium";
  line-height: 21px;
}
.facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .hrHroziLineOuterInner hr {
  margin: 26px 0;
}
.facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .emergencyDepartment {
  background-color: #77DEFC;
  padding: 24px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
}
.facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .emergencyDepartment .emergencyDepartmentPara p {
  font-size: 16px;
  font-family: "Dubai Medium";
  line-height: 20px;
}
.facilitiesWraper h1 {
  display: none;
}

.visitingPatientHoursIcon img {
  margin-right: 0px !important;
  width: 18px;
}

.approchBox .ourApproachRow .container-fluid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.approch-box {
  background-color: #F1FCFF;
  padding: 24px;
  border-radius: 16px;
  width: 100%;
}

.approchBox div {
  height: 100% !important;
}

.CounterBox .container-fluid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.CounterBox div {
  height: 100%;
}

.serviceDashboard .serviceDashboardInner .container-fluid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.serviceDashboardpadding .serviceDashboardInner .container-fluid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.doctorsTabContent .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow {
  grid-template-columns: repeat(3, 1fr);
}

.doctorsTabContent .cardBoxContent .cardBoxTxt h4, .doctorsTabContent .cardBoxContent .cardBoxTxt span.doctorName {
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
}

.ourspecialtiestab .dhSpecialitiesItemGroup {
  display: block !important;
}

.ourspecialtiestab .dhSpecialitiesItemGroup .container-fluid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.leadershipTeam .imageText .container-fluid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.leadershipTeam .imageText .container-fluid div {
  height: 100%;
}

.leaderShipColumn .image-text .doc-image img {
  height: 200px;
  object-fit: cover;
}

.bookAppointmentFilterSearch .bookAppointmentcard-w .container-fluid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.serviceDashboardCard .serviceDashboardCardInner .readMoreBtnLink a {
  position: relative;
}

.serviceDashboardCard .serviceDashboardCardInner .readMoreBtnLink a::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiMwMDJGNzAiIGQ9Ik0xMjguMyAxMy4xbC0xMy4xIDEzLjIgMTEzLjYgMTE0LjRjNjIuNSA2Mi45IDExMy43IDExNC44IDExMy43IDExNS4zcy01MS4yIDUyLjQtMTEzLjcgMTE1LjNMMTE1LjEgNDg1LjdsMTMuMyAxMy4yIDEzLjIgMTMuMiAxMjcuMi0xMjcuNWM3MC03MCAxMjcuMi0xMjcuOSAxMjcuMi0xMjguNiAwLS43LTU3LjMtNTguNi0xMjcuMi0xMjguNkwxNDEuNS0uMWwtMTMuMiAxMy4yeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
}

/*.serviceDashboardpadding .serviceDashboardInner .container-fluid div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}*/
.serviceDashboardCard .serviceDashboardCardInner h4, .serviceDashboardCard .serviceDashboardCardInner span.serviceTitle {
  font-size: 18px;
  color: #002F70;
}

.serviceDashboardCard .serviceDashboardCardInner .serviceDashboardCardContent p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.serviceDashboardCardBtn a[href=""] {
  display: none;
}

.serviceDashboardpadding .serviceDashboardInner .container-fluid .serviceDashboardCardBtn.readMoreBtnLink {
  flex-direction: unset;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: unset;
}

.serviceDashboardpadding .serviceDashboardInner .container-fluid .serviceDashboardCardBtn.readMoreBtnLink a.readMoreLink {
  margin-top: 0 !important;
}

.serviceDashboardpadding .serviceDashboardInner .container-fluid div .serviceDashboardCardContent {
  height: unset;
}

.serviceDashboardpadding .serviceDashboardInner .container-fluid div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  justify-content: space-between;
}

.serviceDashboardpadding .serviceDashboardInner .container-fluid .serviceDashboardCardBtn.readMoreBtnLink .btn2.btnSm {
  padding: 8px 13px;
}

.serviceDashboardpadding .serviceDashboardInner .container-fluid div .serviceDashboardCardContent h4, .serviceDashboardpadding .serviceDashboardInner .container-fluid div .serviceDashboardCardContent span.serviceTitle {
  display: block;
  min-height: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .facilitiesDetailsTabs .imageText .leaderShipRow {
    display: flex;
    gap: 10px;
    scrollbar-width: none !important;
    overflow-x: scroll;
  }
  .facilitiesDetailsTabs .imageText .leaderShipRow .leaderShipColumn {
    min-width: 220px;
    flex-shrink: 0;
  }
  .imageText .container-fluid .row {
    min-width: 220px;
    flex-shrink: 0;
  }
  .imageText .container-fluid {
    gap: 10px;
    scrollbar-width: none !important;
    overflow-x: scroll !important;
  }
  .facilitiesDetailsTabs .CounterBox .counterBoxRow {
    display: flex;
    gap: 10px;
    scrollbar-width: none !important;
    overflow-x: scroll;
  }
  .facilitiesDetailsTabs .CounterBox .counterBoxRow .counterBoxCol {
    min-width: 220px;
    flex-shrink: 0;
  }
  .CounterBox .container-fluid {
    display: flex !important;
    gap: 10px;
    scrollbar-width: none !important;
    overflow-x: scroll !important;
    flex-wrap: nowrap !important;
  }
  .CounterBox .container-fluid .row {
    min-width: 220px;
    flex-shrink: 0;
  }
  .facilitiesDetailsTabs .approchBox .ourApproachRow {
    grid-template-columns: repeat(3, 1fr);
  }
  .topBannerTwo {
    padding: 300px 0 50px;
  }
  .facilitiesDetailsTabs .dubaiHealthSpecialitiesGroup {
    grid-template-columns: repeat(2, 1fr);
  }
  .approchBox .ourApproachRow .container-fluid {
    grid-template-columns: repeat(3, 1fr);
  }
  .ourspecialtiestab .dhSpecialitiesItemGroup .container-fluid {
    grid-template-columns: repeat(2, 1fr);
  }
  .serviceDashboardpadding .serviceDashboardInner .container-fluid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .facilitiesWraper .asidePageSidebar {
    margin-bottom: 24px;
  }
  .facilitiesWraper .breadcrumbContainer {
    margin-bottom: 0;
  }
  .facilitiesWraper .breadcrumb {
    margin: 0 0 0px;
  }
  .topBannerTwo {
    padding: 250px 0 50px;
  }
  .facilitiesWraper .asidePageSidebar {
    top: 0;
  }
}
@media (max-width: 767px) {
  .facilitiesDetailsTabs .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow {
    grid-template-columns: repeat(2, 1fr);
  }
  .doctorsTabContent .bookAppointmentFilterSearch .bookAppointmentFilterSearchRow {
    grid-template-columns: repeat(2, 1fr);
  }
  .facilitiesDetailsTabs .approchBox .ourApproachRow {
    grid-template-columns: repeat(2, 1fr);
  }
  .bookAppointmentFilterSearch .bookAppointmentcard-w .container-fluid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .facilitiesWraper .asidePageSidebar {
    padding: 0;
    margin-top: 24px;
  }
  .facilitiesDetailsTabs .imageText .image-text .doc-image .doc-detail h5 {
    font-size: 16px;
    font-family: "Dubai Bold";
    color: #002F70;
    line-height: 24px;
  }
  .facilitiesDetailsTabs .imageText .image-text .doc-image .doc-detail h3.leaderName {
    display: block;
    font-size: 16px;
    font-family: "Dubai Bold";
    color: #002F70;
    line-height: 24px;
  }
  .topBannerTwo {
    padding: 60px 0;
  }
  .topBannerTwo .topBannerInner h1 {
    display: none;
  }
  .facilitiesDetailsTabs .dubaiHealthDoctors .overview_wrapper .para p {
    font-size: 14px;
  }
  .facilitiesDetailsTabs .serviceDashboard .serviceDashboardInner .ourServiceRow {
    grid-template-columns: repeat(2, 1fr);
  }
  .facilitiesWraper h1 {
    display: block;
    font-family: "Dubai Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    color: #002F70;
    margin-bottom: 24px;
  }
  .approchBox .ourApproachRow .container-fluid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h5, .facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h2 {
    font-size: 16px;
  }
  .facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail p {
    font-size: 14px;
  }
  .facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .EmergencyBoxhead h5, .facilitiesWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .EmergencyBoxhead h2 {
    font-size: 16px !important;
  }
  .facilitiesWraper .imageText .image-text .doc-image .doc-detail h5 {
    font-size: 16px;
  }
  .facilitiesWraper .imageText .image-text .doc-image .doc-detail h3.leaderName {
    font-size: 16px;
  }
  .facilitiesWraper .imageText .image-text .doc-image .doc-detail h6 {
    font-size: 14px;
    color: #8099B2;
  }
  .facilitiesWraper .imageText .image-text .doc-image .doc-detail span.leaderDesc {
    font-size: 14px;
    color: #8099B2;
  }
  .facilitiesWraper .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4 a {
    font-size: 16px;
  }
  .facilitiesWraper .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment p {
    font-size: 14px !important;
    font-family: dubai medium;
  }
  .facilitiesWraper .dubaiHealthDoctors .dubaiHealthDoctorsInner .cardBoxGroupTwo .cardBoxScheduleAppointment .viewDetailLink {
    font-size: 14px;
  }
  .facilitiesWraper .overview_wrapper .aboutHospitalDescription p {
    font-size: 14px;
    color: #335C85;
  }
  .facilitiesWraper .dhlocationCall a {
    font-size: 14px !important;
  }
}
@media (max-width: 575px) {
  .facilitiesDetailsTabs .approchBox .ourApproachRow {
    grid-template-columns: repeat(1, 1fr);
  }
  .facilitiesDetailsTabs .dubaiHealthSpecialitiesGroup {
    grid-template-columns: repeat(1, 1fr);
  }
  .facilitiesDetailsTabs .serviceDashboard .serviceDashboardInner .ourServiceRow {
    grid-template-columns: repeat(1, 1fr);
  }
  .approchBox .ourApproachRow .container-fluid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ourspecialtiestab .dhSpecialitiesItemGroup .container-fluid {
    grid-template-columns: repeat(1, 1fr);
  }
  .serviceDashboardpadding .serviceDashboardInner .container-fluid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.whyDubaiHealth {
  background-color: #ECF2F5;
  padding: 48px 0;
}
.whyDubaiHealth .commonHeadingOne h2 {
  font-size: 26px;
  font-family: "Dubai Bold";
}
.whyDubaiHealth .whyDubaiHealthContent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.whyDubaiHealth .whyDubaiHealthContent .whyDubaiHealthCard {
  padding: 24px;
  border-radius: 20px;
  background-color: #ffffff;
}
.whyDubaiHealth .whyDubaiHealthContent .whyDubaiHealthCard .whyDubaiHealthCardInner h4 {
  font-size: 26px;
  font-family: "Dubai Bold";
  line-height: 32px;
  color: #002F70;
  margin-bottom: 8px;
}
.whyDubaiHealth .whyDubaiHealthContent .whyDubaiHealthCard .whyDubaiHealthCardInner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #1A4775;
}

.joinWorkSucceed .joinWorkSucceedInner .blogBxContent h2, .joinWorkSucceed .joinWorkSucceedInner .blogBxContent h1 {
  font-size: 36px;
  font-family: "Dubai Bold";
  line-height: 40px;
}
.joinWorkSucceed .joinWorkSucceedInner .blogBxContent p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #4D7094;
}

.availablePositions .commonHeadingOne h2 {
  margin-bottom: 10px;
  font-size: 26px;
  font-family: "Dubai Bold";
  line-height: 32px;
}
.availablePositions .commonHeadingOne p {
  color: #4D7094;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.availablePositions.paddingTopBottom50 {
  padding: 80px 0;
}

.availablePositionsCard, .availablePositionsCard .container-fluid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.availablePositionsItem {
  border: 1px solid #E5EBF0;
  border-radius: 16px;
  padding: 24px;
  background-color: #ffffff;
}
.availablePositionsItem .availablePositionsHead h5 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Dubai Bold";
  line-height: 24px;
  color: #002F70;
  margin-bottom: 8px;
}
.availablePositionsItem .availablePositionsPara p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #4D7094;
}
.availablePositionsItem hr {
  margin: 22px 0;
}
.availablePositionsItem .availablePositionsBtn {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.availablePositionsItem .availablePositionsBtn .btn1 {
  font-size: 14px;
  padding: 5px 10px;
  font-family: "Dubai Regular" !important;
  line-height: 18px;
}
.availablePositionsItem .availablePositionsBtn .availablePositionsLink {
  font-family: "Dubai Regular" !important;
  color: #002F70;
}

.joinWorkSucceed .joinWorkSucceedInner .blogBxImg {
  position: relative;
}
.joinWorkSucceed .joinWorkSucceedInner .blogBxImg img {
  height: unset !important;
}
.joinWorkSucceed .joinWorkSucceedInner .blogBxImg .videoPlayBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12px 24px;
  border-radius: 50px;
  left: 50%;
}
.joinWorkSucceed .joinWorkSucceedInner .blogBxImg .videoPlayBtn span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Dubai Bold";
  line-height: 20px;
  color: #ffffff;
}
.joinWorkSucceed .joinWorkSucceedInner .blogBxImg video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .whyDubaiHealth .whyDubaiHealthContent {
    grid-template-columns: repeat(2, 1fr);
  }
  .availablePositionsCard, .availablePositionsCard .container-fluid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .joinWorkSucceed .joinWorkSucceedInner .blogBxContent h2, .joinWorkSucceed .joinWorkSucceedInner .blogBxContent h1 {
    font-size: 18px;
  }
  .joinWorkSucceed .joinWorkSucceedInner .blogBxContent p {
    font-size: 18px;
  }
  .whyDubaiHealth .whyDubaiHealthContent .whyDubaiHealthCard .whyDubaiHealthCardInner h4 {
    font-size: 22px;
  }
  .availablePositions .commonHeadingOne h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .availablePositions .commonHeadingOne p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .availablePositions {
    padding: 30px 0 !important;
  }
  .availablePositions .availablePositionsCard .availablePositionsItem {
    padding: 16px !important;
  }
  .availablePositions .availablePositionsCard .availablePositionsItem .knowLinkBtn img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
  .joinWorkSucceed {
    margin-bottom: 24px;
    padding-bottom: 0 !important;
  }
  .joinWorkSucceed .containerFluid {
    padding: 0 !important;
  }
  .joinWorkSucceed .joinWorkSucceedInner .joinWorkSucceedRow {
    margin: 0;
  }
  .joinWorkSucceed .joinWorkSucceedInner .joinWorkSucceedRow .joinWorkSucceedCol {
    padding: 0;
  }
  .joinWorkSucceed .joinWorkSucceedInner .blogBxContent {
    padding: 0 15px;
    margin-top: 24px;
    text-align: center;
  }
  .joinWorkSucceed .joinWorkSucceedInner .blogBxImg img {
    border-radius: 0;
    width: 100%;
  }
  .breadcrumbContainer.paddingTop50 {
    padding-top: 0;
  }
  .availablePositionsCard, .availablePositionsCard .container-fluid {
    grid-template-columns: repeat(1, 1fr);
  }
  .joinWorkSucceed .joinWorkSucceedInner .blogBxImg video {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .whyDubaiHealth .whyDubaiHealthContent {
    grid-template-columns: repeat(1, 1fr);
  }
  .availablePositionsCard .availablePositionsItem .availablePositionsHead h5 {
    font-size: 16px;
  }
  .availablePositionsItem .linkBtn {
    font-size: 14px;
  }
  .availablePositionsItem .knowLinkBtn .knowLink {
    font-size: 14px !important;
    font-family: "Dubai Regular" !important;
  }
  .availablePositions .commonHeadingOne h2 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }
  .availablePositions .commonHeadingOne {
    margin-bottom: 16px;
  }
  .whyDubaiHealth .whyDubaiHealthContent .whyDubaiHealthCard .whyDubaiHealthCardInner h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .whyDubaiHealth .commonHeadingOne h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .joinWorkSucceed .joinWorkSucceedInner .blogBxContent h2, .joinWorkSucceed .joinWorkSucceedInner .blogBxContent h1 {
    font-size: 18px !important;
    line-height: 22px;
  }
  .whyDubaiHealth .commonHeadingOne {
    margin-bottom: 16px;
  }
  .availablePositions .commonHeadingOne p,
  .joinWorkSucceed .joinWorkSucceedInner .blogBxContent p,
  .whyDubaiHealth .whyDubaiHealthContent .whyDubaiHealthCard .whyDubaiHealthCardInner p {
    font-size: 14px !important;
    line-height: 18px;
  }
  .availablePositions .commonHeadingOne p {
    text-align: left;
  }
  .availablePositionsBtn .btn1.lightBlueClr {
    font-size: 14px;
  }
  .whyDubaiHealth .whyDubaiHealthContent .whyDubaiHealthCard {
    padding: 20px;
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .whyDubaiHealth {
    padding: 28px 0;
  }
}
.dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner .availablePositionsItem {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner .availablePositionsItem .availablePositionsHead h2, .dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner .availablePositionsItem .availablePositionsHead h1 {
  font-size: 36px;
  font-family: "Dubai Bold";
  line-height: 40px;
  color: #002F70;
}

.dubaiHealthSearchResultBanner.careerPositionDetailPageBanner {
  padding: 50px 0 75px 0;
}

.aboutPosition {
  padding: 48px 0 0;
}

.hrAboutPosition .hrHroziLineOuterInner .hrHroziLine {
  margin: 48px 0;
}

.keyRequirements .overview_wrapper .infoUlList ul {
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.keyRequirements .overview_wrapper .infoUlList ul li {
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #1A4775;
}
.keyRequirements .overview_wrapper .infoUlList ul li p {
  color: #1A4775;
}
.keyRequirements div {
  color: #1A4775 !important;
}

.relationshipManagerForm {
  background-color: #ECF2F5;
  padding: 40px 0 !important;
}
.relationshipManagerForm .sidebarFormTab {
  border: 0;
  background-color: #ffffff;
  padding: 40px;
}
.relationshipManagerForm .sidebarFormTab .loginTab form .input-field {
  margin-bottom: 40px;
}

.relationshipFormBtn {
  display: flex;
  align-items: center;
  gap: 24px;
}
.relationshipFormBtn .orBtn {
  color: #002F70;
  font-size: 14px;
  position: relative;
}
.relationshipFormBtn .orBtn::after, .relationshipFormBtn .orBtn::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #E5EBF0;
}
.relationshipFormBtn .orBtn::after {
  left: 50%;
  top: -12px;
}
.relationshipFormBtn .orBtn::before {
  left: 50%;
  bottom: -12px;
}

@media (max-width: 767px) {
  .relationshipManagerForm .sidebarFormTab {
    padding: 16px;
  }
  .relationshipManagerForm .sidebarFormTab .loginTab form .input-field {
    margin-bottom: 16px;
  }
  .dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner .availablePositionsItem .availablePositionsHead h2, .dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner .availablePositionsItem .availablePositionsHead h1 {
    font-size: 18px;
  }
  .dubaiHealthSearchResultBanner .availablePositionsItem .availablePositionsBtn {
    margin-top: 16px;
    justify-content: center;
  }
  .dubaiHealthSearchResultBanner .availablePositionsItem hr {
    display: none;
  }
  /*    .availablePositionsItem hr {
          display: none;
      } */
  .relationshipFormBtn {
    flex-direction: column;
  }
  .relationshipFormBtn .btn1 {
    width: 100%;
  }
  .availablePositionsItem a.linkBtn.linkBtnBlueClr {
    margin-top: 20px;
  }
  .hrAboutPosition .hrHroziLineOuterInner .hrHroziLine {
    margin: 28px 0;
  }
  .relationshipManagerForm {
    padding: 20px 0 !important;
  }
  .keyRequirements div {
    font-size: 14px;
  }
  .keyRequirements .overview_wrapper .infoUlList ul li p {
    font-size: 14px !important;
  }
}
.servicesDetailsTabs .serviceDashboardCard .serviceDashboardCardInner .serviceDashboardCardBtn {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.servicesDetailsTabs .serviceDashboardCard .serviceDashboardCardInner .serviceDashboardCardBtn .readMoreLink {
  font-size: 16px;
}
.servicesDetailsTabs .serviceDashboardCard .serviceDashboardCardInner .btnNavyClr {
  font-family: unset !important;
  font-weight: 600;
}

.servicesTabContent .Faq_Main_Wraper .tab_inner_wrapper {
  display: grid;
  grid-template-columns: 1fr 445px;
}
.servicesTabContent .Faq_Main_Wraper .tab_inner_wrapper .commonSearchBar .commonSearchForm .input-group {
  background-color: #ffffff;
  border: 0.5px solid #8099B2;
  border-radius: 12px;
  height: 52px;
  align-items: center;
  padding: 0 10px;
}
.servicesTabContent .Faq_Main_Wraper .tab_inner_wrapper .serviceTabCollapseBtn {
  color: #037BC5;
  font-family: "Dubai Bold";
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: capitalize;
  margin: 15px 0;
  justify-content: center;
}
.servicesTabContent .Faq_Main_Wraper .tab_inner_wrapper .serviceTabCollapseBtn span.material-symbols-outlined {
  transition: all 0.4s ease;
}
.servicesTabContent .Faq_Main_Wraper .tab_inner_wrapper .serviceTabCollapseBtn[aria-expanded=true] span.material-symbols-outlined {
  transform: rotate(-180deg);
}
.servicesTabContent .serviceDashboardCardBtn:has(.btn.d-none) {
  justify-content: end !important;
}

@media (max-width: 1399px) {
  .serviceDashboardCard {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .servicesTabContent .Faq_Main_Wraper .tab_inner_wrapper {
    grid-template-columns: 1fr;
  }
  .servicesTabContent .Faq_Main_Wraper .tab_inner_wrapper .nav-tabs {
    margin-bottom: 12px;
  }
  .servicesTabContent .Faq_Main_Wraper .tab_inner_wrapper .serviceTabCollapseBtn {
    font-size: 14px !important;
  }
}
@media (min-width: 991px) {
  .servicesTabContent .commonSearchBar {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .servicesDetailsTabs .pagination {
    padding: 25px 0px 0px !important;
  }
}
@media (max-width: 767px) {
  .serviceDashboardInner .row {
    gap: 20px 0;
  }
  .servicesTabContent .dubai-health-search-results .pagination-bar {
    margin: 0 !important;
  }
}
.servicesSearchBar .input-group .input-group-inset-item {
  background-color: #ffffff !important;
  padding-left: 0;
  padding-height: 0;
}

.servicesSearchBar .form-control {
  background: unset;
}

.healthCardRenewalWraper {
  padding: 48px 0 64px !important;
}
.healthCardRenewalWraper .asidePageSidebar {
  position: relative;
  z-index: 1;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 10px 12px 2px rgba(0, 51, 102, 0.06);
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme {
  padding: 24px;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h5, .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h3 {
  font-size: 18px;
  font-family: "Dubai Medium";
  font-weight: 500;
  color: #002F70;
  margin-bottom: 0;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead button[aria-expanded=true] img {
  transform: rotate(0deg);
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead button[aria-expanded=false] img {
  transform: rotate(180deg);
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead button img {
  width: 14px;
  height: 14px;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationDetail p {
  font-family: "Dubai Medium";
  font-size: 18px;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: fit-content;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup .container-fluid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup .visitingPatientHours p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #6685A3;
  margin-bottom: 8px;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup .visitingPatientHours .visitingPatientHoursItemGroup {
  display: flex;
  flex-wrap: unset;
  align-items: center;
  gap: 12px;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup .visitingPatientHours .visitingPatientHoursItemGroup .visitingPatientHoursItem {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #D6EFFE;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup .visitingPatientHours .visitingPatientHoursItemGroup .visitingPatientHoursItem .visitingPatientHoursIcon p {
  font-size: 13px;
  font-family: "Dubai Medium";
  line-height: 21px;
  color: #002F70;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup .visitingPatientHours .visitingPatientHoursItemGroup .visitingPatientHoursItem .visitingPatientHoursIcon img {
  width: 18px;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .container-fluid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .container-fluid .row:first-child .col {
  padding-left: 4px;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .serviceChannelsItem {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 6px 12px;
  gap: 8px;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .serviceChannelsItem.serviceChannelBg1 {
  background-color: #AC9DFF;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .serviceChannelsItem.serviceChannelBg2 {
  background-color: #77DEFC;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .serviceChannelsItem.serviceChannelBg3 {
  background-color: #D6EFFE;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .serviceChannelsItem .serviceChannelsContent p {
  font-weight: 500;
  font-family: "Dubai Medium";
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .hrHroziLineOuterInner hr {
  margin: 26px 0;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .emergencyDepartment {
  background-color: #77DEFC;
  padding: 24px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .emergencyDepartment .emergencyDepartmentPara p {
  font-size: 16px;
  font-family: "Dubai Medium";
  line-height: 20px;
}
.healthCardRenewalWraper h1 {
  display: none;
}
.healthCardRenewalWraper .healthCardRenewalInner .overviewWrapper .hrHroziLineOuterInner .hrHroziLine {
  margin: 40px 0;
}
.healthCardRenewalWraper .healthCardRenewalInner .overviewWrapper ul {
  margin-left: 15px;
}
.healthCardRenewalWraper .healthCardRenewalInner .overviewWrapper ul li {
  list-style: disc;
  color: #002F70;
}
.healthCardRenewalWraper .hrHroziLineOuterInner .hrHroziLine {
  margin: 40px 0;
}

@media (max-width: 1399px) {
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup {
    display: unset;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .row .col {
    padding: 0;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .container-fluid {
    gap: 12px 42px;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .serviceChannelsIcon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .serviceChannelsItem {
    padding: 4px 6px;
    gap: 4px;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .serviceChannelsItem .serviceChannelsContent p {
    font-size: 13px;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup .visitingPatientHours .visitingPatientHoursItemGroup {
    gap: 8px;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup .visitingPatientHours .visitingPatientHoursItemGroup .visitingPatientHoursIcon img {
    width: 18px;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup .visitingPatientHours .visitingPatientHoursItemGroup .visitingPatientHoursItem {
    padding: 4px 8px;
    gap: 3px;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup .visitingPatientHours .visitingPatientHoursItemGroup .visitingPatientHoursItem .visitingPatientHoursIcon p {
    font-size: 13px !important;
  }
}
@media (max-width: 991px) {
  .healthCardRenewalWraper .asidePageSidebar {
    margin-top: 0px;
  }
  .healthCardRenewalWraper .asidePageSidebar {
    margin-bottom: 24px;
  }
  .healthCardRenewalWraper .dubaiHealthDoctors .overviewWrapper .para p {
    line-height: 18px;
  }
  .healthCardRenewalInner .overviewWrapper ul li {
    list-style: disc;
    line-height: 18px;
  }
}
.healthCardRenewalWraper .asidePageSidebar {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .healthCardRenewalWraper .asidePageSidebar {
    padding: 0;
  }
  .healthCardRenewalWraper {
    padding: 24px 0 !important;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox {
    border: 1px solid #E5EBF0;
  }
  .healthCardRenewalWraper .healthCardRenewalInner .overviewWrapper .hrHroziLineOuterInner .hrHroziLine {
    margin: 15px 0;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme {
    padding: 16px;
  }
  .healthCardRenewalInner .overviewWrapper ul li {
    font-size: 14px !important;
  }
}
@media (max-width: 575px) {
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup .visitingPatientHours .visitingPatientHoursItemGroup .visitingPatientHoursItem .visitingPatientHoursIcon p, .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .serviceChannelsItem .serviceChannelsContent p, .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h5, .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup .visitingPatientHours p {
    font-size: 14px;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h3 {
    font-size: 14px;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup, .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .visitingPatientHoursGroup .visitingPatientHours .visitingPatientHoursItemGroup {
    gap: 8px;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .serviceChannelsItem {
    padding: 5px 10px;
  }
  .btn1 {
    font-size: 14px;
  }
}
@media (max-width: 398px) {
  .healthCardRenewalWraper .serviceChannelsItem .serviceChannelsIcon img {
    width: 14px !important;
  }
}
@media (max-width: 365px) {
  .healthCardRenewalWraper .serviceChannelsItem .serviceChannelsIcon img {
    width: 12px !important;
  }
}
.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .row.align-items-start {
  margin: 0 !important;
}

.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .row.align-items-start .col {
  padding: 0 !important;
}

.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .container-fluid {
  gap: 8px 0 !important;
}

.healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .serviceChannelsItem {
  margin-right: 8px;
}

@media (max-width: 1199px) {
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme {
    padding: 18px 12px !important;
  }
}
@media (max-width: 575px) {
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme {
    padding: 16px !important;
  }
}
@media (max-width: 375px) {
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .serviceChannelsItem {
    margin-right: 6px !important;
  }
  .healthCardRenewalWraper .asidePageSidebar .asidePageSidebarInner .dhLocationBox .dhFacilitiesTme .dhLocationBoxInner .serviceChannelsGroup .serviceChannelsItem {
    padding: 4px 8px !important;
  }
}
.bookAppointmentFilter.eductionalMaterialFilter {
  margin-bottom: 48px;
}
.bookAppointmentFilter.eductionalMaterialFilter .bookAppointmentFilterRow {
  display: grid;
  grid-template-columns: 1fr repeat(3, 216px);
  gap: 15px;
}
.bookAppointmentFilter.eductionalMaterialFilter .customSelect .commonSearchBar .commonSearchForm .input-group {
  height: 52px;
  border: 1px solid #8099B2;
}
.bookAppointmentFilter.eductionalMaterialFilter .customSelect .select2-container--default .select2-selection--single {
  border: 1px solid #8099B2;
}

.educationlMaterialFilter .educationlMaterialFilterRow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.educationlMaterialFilter .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.educationlMaterialFilter .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot {
  margin-top: 15px;
}
.educationlMaterialFilter .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot .cardBoxFootLeft .cardBoxDate .cardBoxDateItem {
  color: #1A4775;
  font-size: 16px;
  font-weight: 400;
}
.educationlMaterialFilter .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot .cardBoxFootRight .cardBoxDate .cardBoxDateItem {
  color: #1A4775;
  font-size: 16px;
  font-weight: 400;
}
.educationlMaterialFilter .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot .cardBoxFootRight .cardBoxBadge .cardBoxBadgeItem {
  text-transform: capitalize;
  font-size: 12px;
}

.educationlMaterialFilter .cardBoxGroupTwo .cardBoxImg {
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.educationlMaterialFilter .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
  min-height: 60px;
}

@media (max-width: 1199px) {
  .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot .cardBoxFootRight .cardBoxBadge {
    position: static;
  }
  .educationlMaterialFilter .educationlMaterialFilterRow {
    grid-template-columns: repeat(3, 1fr);
  }
  .educationlMaterialFilter .cardBoxGroupTwo .cardBoxImg img {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .educationlMaterialFilter .educationlMaterialFilterRow {
    grid-template-columns: repeat(2, 1fr);
  }
  .educationalMaterialCollapse .commonSearchBar {
    margin: 24px 0;
  }
}
@media (max-width: 767px) {
  .educationalMaterialCollapse .commonHeadingOne h2, .educationalMaterialCollapse .commonHeadingOne h1 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .educationlMaterialFilter .educationlMaterialFilterRow {
    grid-template-columns: repeat(1, 1fr);
  }
  .educationlMaterialFilter .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot .cardBoxFootLeft .cardBoxDate .cardBoxDateItem {
    font-size: 14px !important;
  }
  .educationlMaterialFilter .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .cardBoxFoot {
    margin-top: 5px;
  }
  /*
  .educationalMaterialCollapse .commonSearchBar{
      margin: 10px 0;
  } */
}
.educationalMaterialHeading h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #002F70;
}

.medicalAdvancesSection {
  margin-bottom: 85px;
}
.medicalAdvancesSection .medicalAdvancesWraper .hrHroziLineOuter hr.hrHroziLine {
  margin: 24px 0;
}
.medicalAdvancesSection .medicalAdvancesWraper .blogBanner {
  margin-bottom: 48px;
}
.medicalAdvancesSection .medicalAdvancesWraper .specialtyHeadingOne {
  margin-bottom: 40px;
}

.blogBanner img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
}

.blogDateTime {
  display: flex;
  align-items: center;
  gap: 15px 48px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.blogDateTime .dateTimeBlog {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.blogDateTime .dateTimeBlog:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -24px;
  background-color: #CCD6E0;
}
.blogDateTime .dateTimeBlog .dateBlog span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #1A4775;
}
.blogDateTime .dateTimeBlog .timeBlog span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #1A4775;
}
.blogDateTime .dateTimeBlog .timeBlog span strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #002F70;
}
.blogDateTime .blogShare {
  position: relative;
}
.blogDateTime .blogShare:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -24px;
  background-color: #CCD6E0;
}
.blogDateTime .blogShare span {
  color: #002F70;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.blogDateTime .blogTag {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blogDateTime .blogTag span {
  display: inline-block;
  padding: 6px 12px 6px 12px;
  border-radius: 8px;
  background-color: #EFBFE2;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.blogDateTime .blogTag a {
  display: inline-block;
  border-radius: 8px;
  background-color: #EFBFE2;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #212529;
}

.relatedArticlesSidebar .relatedArticlesSidebarHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
}
.relatedArticlesSidebar .relatedArticlesSidebarHead .relatedArticlesHeading h4, .relatedArticlesSidebar .relatedArticlesSidebarHead .relatedArticlesHeading span.relatedArticleTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #002F70;
}
.relatedArticlesSidebar .educationlMaterialFilter .educationlMaterialFilterRow {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 991px) {
  .relatedArticlesSidebar .educationlMaterialFilter .educationlMaterialFilterRow {
    flex-direction: unset;
    flex-wrap: nowrap;
  }
  .relatedArticlesSidebar .educationlMaterialFilter {
    scrollbar-width: none !important;
    overflow-x: scroll;
  }
  .relatedArticlesSidebar .educationlMaterialFilter .educationlMaterialFilterRow .educationlMaterialFilterCol {
    flex: 0 0 300px;
  }
}
@media (max-width: 767px) {
  .relatedArticlesSidebar .relatedArticlesSidebarHead .relatedArticlesHeading h4, .relatedArticlesSidebar .relatedArticlesSidebarHead .relatedArticlesHeading span.relatedArticleTitle {
    font-size: 16px;
  }
  .relatedArticlesSidebar .relatedArticlesSidebarHead .relatedArticlesBtn .linkBtn {
    font-size: 16px;
  }
  .educationalMaterialHeading h1 {
    font-size: 22px;
    line-height: 24px;
  }
  .blogDateTime .dateTimeBlog .dateBlog span, .blogDateTime .dateTimeBlog .timeBlog span strong, .blogDateTime .blogShare span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .relatedArticlesSidebar .educationlMaterialFilter .educationlMaterialFilterRow .educationlMaterialFilterCol {
    flex: 0 0 250px;
  }
  .educationalMaterialHeading h1 {
    font-size: 18px;
    line-height: 20px;
  }
}
.requestAppointmentForm .requestAppointmentFormInner .passowrdGuidelines p {
  font-size: 16px;
  color: #002F70;
}
.requestAppointmentForm .requestAppointmentFormInner .passowrdGuidelines ul {
  margin-left: 20px;
}
.requestAppointmentForm .requestAppointmentFormInner .passowrdGuidelines ul li {
  font-size: 16px;
  color: #002F70;
  list-style: disc;
}

.formBtnContainer {
  display: flex;
  align-items: center;
  gap: 24px;
}
.formBtnContainer .cancelBtn {
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 5px 30px;
  font-size: 18px;
  font-family: "Dubai Bold";
  border: 1px solid #FFA5A1;
  color: #FFA5A1;
  border-radius: 30px;
}

.changePassowrdEditProfile .changePassowrdFlied {
  margin-top: 24px;
}

.nationalitySelect .customSelect .select2-container--default .select2-selection--single {
  border: 1px solid #8099B2;
  background-color: #F9FAFB;
}

.personalInformation .input-field input {
  background-color: #F9FAFB;
}

.optModalBox .modal-content .modal-header {
  border: 0;
}
.optModalBox .modal-content .modal-header .close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 12px;
  height: 12px;
  background-color: unset;
  color: #002F70;
  padding: 0;
  font-size: 12px;
  z-index: 1;
}

@media (max-width: 575px) {
  .optModalBox .modal-content .modal-header .close {
    top: 35px;
    right: 35px;
  }
  .requestAppointmentFormInner .formBtnContainer {
    gap: 15px;
    flex-direction: column;
  }
  .requestAppointmentFormInner .formBtnContainer .btn {
    width: 100%;
  }
}
/*-------------------------------------

	Author: Ashok Laylend
	Copyright © 2020-21

---------------------------------------

---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
input,
select,
button,
textarea {
  outline: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

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

.float_left {
  float: left;
  width: 100%;
}

a:hover {
  text-decoration: none;
}

.modal-backdrop {
  opacity: 0.5 !important;
}

/***----------- location wrapper css -----------**/
#dvMap {
  width: 100%;
  height: 100vh;
}

.serch_box_wrapper {
  position: absolute;
  top: 70px;
  left: 300px;
}

.serch_box input {
  float: left;
  font-size: 14px;
  color: #0c0c0c;
  width: calc(100% - 45px);
  height: 50px;
  background: #fff;
  border: 0;
  padding-left: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.serch_box button {
  float: left;
  border: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 50px;
  background-color: #fff;
  color: #0c0c0c;
  padding-left: 20px;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* sidebar */
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -473px;
  width: 450px;
  padding: 20px;
  background-color: #f9f9f9;
  z-index: 1000;
  overflow-x: hidden;
  box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.05);
}

#toggle {
  position: absolute;
  right: 0;
  padding: 10px 15px 12px 15px;
  border-left: 1px solid #dddddd;
}
#toggle a i:before {
  color: #0c0c0c;
  font-weight: 600;
  font-size: 22px;
}

#sidebar .side_head {
  float: left;
  color: #0681c7;
  font-size: 20px;
  padding-bottom: 15px;
}

#toggle_close {
  float: right;
  font-size: 24px;
  color: #0681c7;
  cursor: pointer;
}

.map_tab_wrapper {
  background: #f9f9f9;
  border-radius: 5px;
}

.net_tab_content {
  padding-top: 10px;
}

.map_tab_wrapper .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background: #0c83c5;
}
.map_tab_wrapper .nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #0b73ad;
  width: 175px;
  padding-left: 30px;
}
.map_tab_wrapper .nav-tabs .nav-link.active {
  color: #fff;
  background: #0c83c5;
}
.map_tab_wrapper .nav-tabs .nav-item:first-child a {
  border-top-left-radius: 5px;
}
.map_tab_wrapper .nav-tabs .nav-item:last-child a {
  border-top-right-radius: 5px;
}
.map_tab_wrapper .checkbox {
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}
.map_tab_wrapper .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  line-height: 26px;
  cursor: pointer;
}
.map_tab_wrapper .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  top: 2px;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.map_tab_wrapper .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 1px;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.map_tab_wrapper .checkbox input[type=checkbox] {
  opacity: 0;
  z-index: 1;
}
.map_tab_wrapper .checkbox input[type=checkbox]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.map_tab_wrapper .checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.map_tab_wrapper .checkbox input[type=checkbox]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.map_tab_wrapper .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.map_tab_wrapper .checkbox.checkbox-inline {
  margin-top: 0;
}

.products_select,
.products_radio,
.products_types_radio {
  background: #fff;
  padding: 0px 25px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #efefef;
}

.filter_tab_content h2 {
  font-size: 20px;
  color: #0681c7;
  padding-bottom: 15px;
}

.filter_input_box .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0c0c0c;
}
.filter_input_box span {
  width: 100% !important;
  border-radius: 8px !important;
  height: 40px !important;
  line-height: 40px !important;
  margin-bottom: 10px;
}
.filter_input_box span:focus {
  outline: none;
}
.filter_input_box .select2-selection__arrow b {
  left: auto !important;
  right: 15px;
  border-color: #0c0c0c transparent transparent transparent !important;
}
.filter_input_box .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}
.filter_input_box .select2-selection__clear {
  display: none !important;
}

.filter_radio {
  float: left;
  border-radius: 35px;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  padding: 2px 8px;
  margin-right: 15px;
}
.filter_radio [type=radio]:checked, .filter_radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.filter_radio [type=radio]:checked + label, .filter_radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #0c0c0c;
  margin: 0;
}
.filter_radio [type=radio]:checked + label:before, .filter_radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.filter_radio [type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0681c7;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filter_radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0681c7;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.filter_radio [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.filter_btn {
  display: inline-block;
  padding: 0 25px;
  padding-top: 0px;
}
.filter_btn button,
.filter_btn a {
  display: inline-block;
  border: 0;
  background: #0681c7;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.filter_btn button:hover,
.filter_btn a:hover {
  background: #0b73ad;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.filter_show_btn {
  text-align: center;
}
.filter_show_btn button {
  background: transparent;
  border: 0;
}

.filter_hide_btn {
  text-align: center;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.filter_hide_btn button {
  background: #fff;
  padding: 10px 30px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
}
.filter_hide_btn button i {
  padding-right: 10px;
}

.mapLegends {
  position: absolute;
  top: 105px;
  right: 270px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
}
.mapLegends > span {
  display: inline-block;
  float: left;
  padding: 12px;
  color: #111;
  border-right: 1px solid #ddd;
  padding-right: 30px;
  padding-left: 20px;
}
.mapLegends ul {
  display: inline-block;
  float: left;
}
.mapLegends ul li {
  float: left;
  display: block;
  font-size: 12px;
  padding: 12px 13px;
  vertical-align: middle;
}
.mapLegends ul li img {
  display: inline-block;
  max-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}

.map_btn {
  position: absolute;
  top: 105px;
  right: 70px;
  width: 180px;
  padding: 0;
}
.map_btn i {
  padding-right: 10px;
}

.model_location {
  float: left;
  width: 350px;
  margin-left: 20px;
}

.sidebar_location_wrapper {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.19);
}
.sidebar_location_wrapper h2 {
  background: #0681c7;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.side_location {
  padding: 15px 15px 5px 15px;
}
.side_location ul li {
  float: left;
  width: 100%;
}
.side_location ul li i {
  float: left;
  width: 20px;
  color: #0681c7;
  line-height: 26px;
}
.side_location ul li p {
  float: left;
  width: calc(100% - 20px);
  font-size: 15px;
  line-height: 16px;
  color: #0279a5;
  padding-left: 5px;
  margin-bottom: 0;
  font-weight: 600;
}

.side_legends {
  float: left;
  display: block;
  font-size: 14px;
  padding: 0 15px 15px;
  vertical-align: middle;
}
.side_legends ul li {
  display: inline-block;
}
.side_legends ul li:first-child {
  border-radius: 35px;
  margin-bottom: 5px;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  padding: 5px 20px;
  margin-right: 15px;
}
.side_legends img {
  display: inline-block;
  max-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.side_legends span {
  color: #212121;
  line-height: 1px;
  display: inline-block;
  vertical-align: middle;
}
.side_legends a:hover {
  color: #0056b3;
}

.map_width {
  width: 260px;
}
.map_width h2 {
  background: #0c0c0c;
}

.gm-style .gm-style-iw-c {
  padding: 0;
  box-shadow: none;
}

@-moz-document url-prefix() {
  .serch_box_wrapper {
    top: 60px;
  }
}
@media (max-width: 1400px) {
  .mapLegends {
    right: 250px;
  }
  .map_btn {
    right: 60px;
  }
  .mapLegends > span {
    padding-right: 10px;
    padding-left: 20px;
  }
  .mapLegends ul li {
    padding: 12px 10px;
  }
}
@media (max-width: 991px) {
  .mapLegends {
    width: 150px;
  }
  .mapLegends span {
    border: 0;
  }
  .model_location {
    float: left;
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .serch_box_wrapper {
    top: 168px;
  }
  .mapLegends {
    left: 12px;
  }
  .mapLegends > span {
    border: 0;
  }
  .mapLegends ul {
    padding-left: 15px;
  }
}
@media (max-width: 580px) {
  #sidebar {
    width: 400px;
  }
}
@media (max-width: 420px) {
  .map_btn {
    left: 17px;
  }
  #sidebar {
    width: 315px;
  }
  .mapLegends {
    top: 165px;
    left: 17px;
  }
  .serch_box_wrapper {
    top: 230px;
    width: 300px;
  }
  .map_tab_wrapper .nav-tabs .nav-link {
    width: 150px;
  }
  /*
    .dropdown-menu.show {
      left: -50px !important;
    }
  */
  .filter_radio {
    margin-bottom: 20px;
  }
}
.gm-ui-hover-effect,
.gm-style-iw-ch,
.gm-style .gm-style-iw-tc {
  display: none !important;
}

.gm-style .gm-style-iw-c {
  top: 50px;
  left: 132px;
  background-color: transparent !important;
}

.gm-style-iw-d {
  overflow: unset !important;
  max-height: auto !important;
}

@media (min-width: 768px) {
  .mapCollapse,
  .innerCollapse,
  .outerCollapse {
    display: block !important;
    /* Overrides Bootstrap's collapse */
    visibility: visible;
  }
}
@media (max-width: 1700px) {
  .serch_box_wrapper {
    left: 204px;
  }
}
@media (max-width: 1400px) {
  .serch_box_wrapper {
    left: 55px;
  }
}
@media (max-width: 992px) {
  .serch_box_wrapper {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .serch_box_wrapper {
    left: 0;
    top: unset !important;
    bottom: 0;
    width: 100%;
  }
  .map_box_wrapper {
    width: 100%;
  }
  .map_box_wrapper .dhLocationBox2 .dhFacilitiesTme,
  .map_box_wrapper .dhLocationBox1 .dhFacilitiesTme {
    padding: 24px 24px 100px 24px;
  }
  .map_box_wrapper .dhLocationBox1,
  .map_box_wrapper .dhLocationBox2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .map_box_wrapper {
    margin-bottom: 0;
  }
  .mapCollapse.collapse,
  .innerCollapse.collapse,
  .outerCollapse.collapse {
    display: none;
    /* Only show on toggle */
  }
  .mapCollapse.collapse.show,
  .innerCollapse.collapse.show,
  .outerCollapse.collapse.show {
    display: block;
  }
  .serch_box_wrapper {
    height: auto !important;
  }
  .map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h1, .map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h2, .map_box_wrapper .dhLocationBox1 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead h5 {
    font-size: 20px;
  }
}
.portlet {
  margin-bottom: 0 !important;
  position: relative;
}

.map_box_wrapper .dhLocationBox2 .dhFacilitiesTme .dhLocationBoxInner .dhLocationBoxhead .readMoreLink span {
  transform: rotate(0deg);
}

.preLoginScreenSize {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  gap: 16px;
  margin: 0 auto;
}

.headerPreLogin {
  background-color: #002F70;
  padding: 10px 0;
}
.headerPreLogin .headerPreLoginInner {
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  align-items: center;
  gap: 10px;
}
.headerPreLogin .headerPreLoginInner .headerPreLoginPhone a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #037BC5;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}
.headerPreLogin .headerPreLoginInner .headerPreLoginlogo {
  text-align: center;
}
.headerPreLogin .headerPreLoginInner .headerPreLoginlogo a {
  display: inline-block;
}
.headerPreLogin .headerPreLoginInner .headerPreLoginLang a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #037BC5;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 6px;
  padding: 0;
}

.preLoginBtnGroup {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
.preLoginBtnGroup .preLoginBtn {
  color: #ffffff;
  border-radius: 12px;
  width: 100%;
  height: 64px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Dubai Regular";
}
.preLoginBtnGroup .preLoginBtn svg {
  width: 30px;
  height: 30px;
}
.preLoginBtnGroup .preLoginBtn svg path {
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.preLoginBtnGroup .preLoginBtn.patientLoginBtn {
  background-color: #5bbffd;
  color: #ffffff;
}
.preLoginBtnGroup .preLoginBtn.donateNowBtn {
  background-color: #a5ffbc;
  color: #002f70;
}
.preLoginBtnGroup .preLoginBtn.seeOurLocationsBtn {
  background-color: #002f70;
  color: #ffffff;
}

.guestServices {
  margin: 28px 0;
}
.guestServices .guestServicesHeading {
  margin-bottom: 20px;
}
.guestServices .guestServicesHeading h2 {
  font-size: 24px;
  font-weight: 600;
  color: #002F70;
  font-family: "Dubai Regular";
}
.guestServices .guestServicesOuter .guestServicesRow {
  display: flex;
  gap: 10px;
  scrollbar-width: none !important;
  overflow-x: scroll;
  padding-left: 15px;
}
.guestServices .guestServicesOuter .guestServicesRow .guestServicesCol {
  flex: 0 0 200px;
}
.guestServices .guestServicesOuter .guestServicesRow .guestServicesCol .guestServicesCard {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #E5EBF0;
  box-shadow: 0px 1px 16px -6px rgba(0, 51, 102, 0.0784313725);
  box-shadow: 0px 1px 3px 0px rgba(0, 51, 102, 0.1019607843);
  height: 100%;
}
.guestServices .guestServicesOuter .guestServicesRow .guestServicesCol .guestServicesCard .guestServicesCardInner .guestServicesIcon {
  margin-bottom: 20px;
}
.guestServices .guestServicesOuter .guestServicesRow .guestServicesCol .guestServicesCard .guestServicesCardInner .guestServicesContent h4 {
  font-size: 16px;
  font-weight: 700;
  color: #002F70;
  font-family: "Dubai Regular";
}
.guestServices .guestServicesOuter .guestServicesRow .guestServicesCol .guestServicesCard .guestServicesCardInner .guestServicesContent p {
  font-size: 14px;
  font-weight: 400;
  color: #335C85;
  font-family: "Dubai Regular";
}

.carouselGroupOuter .carousel .carousel-inner .carousel-item {
  position: relative;
}
.carouselGroupOuter .carousel .carousel-inner .carousel-item .carouselItemContent {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.carouselGroupOuter .carousel .carousel-inner .carousel-item .carouselItemContent h2 {
  font-family: Source Sans Pro;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
}
.carouselGroupOuter .carousel .carousel-inner .carousel-item .carouselItemContent p {
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.carouselGroupOuter .carousel .carousel-indicators {
  bottom: 12px;
  justify-content: start;
  margin: 0 20px;
}
.carouselGroupOuter .carousel .carousel-indicators li {
  width: 6px;
  height: 6px;
  border: 0px;
  border-radius: 50px;
}

.loginPageSec {
  height: 100%;
  position: relative;
  margin: 0 auto;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.loginPageSec .loginPageWrapper .bgBox {
  width: var(--width100);
  height: 40px;
  background-color: #000f33;
}
.loginPageSec .loginPageWrapper .loginTilte h4 {
  color: #fff;
  background-color: #002f70;
  margin: 0;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 24px;
}
.loginPageSec .loginPageWrapper .loginImgBox {
  width: 100%;
  height: 430px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px 30px 5px 30px;
  z-index: 9;
}
.loginPageSec .loginPageWrapper .loginImgBox .shape {
  position: absolute;
  top: 30px;
  left: 30px;
}
.loginPageSec .loginPageWrapper .loginImgBox .shape img {
  width: 100%;
  max-width: 90px;
}
.loginPageSec .loginPageWrapper .loginImgBox .loginBtnBox {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.loginPageSec .loginPageWrapper .loginImgBox .loginBtnBox a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #002f70;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
}
.loginPageSec .loginPageWrapper .loginImgBox .para {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 47, 112, 0.2784313725);
}
.loginPageSec .loginPageWrapper .loginImgBox .para div {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #002f70;
  padding-bottom: 10px;
}
.loginPageSec .loginPageWrapper .loginImgBox .para div a {
  color: #002f70;
  text-decoration: underline;
}
.loginPageSec .loginPageWrapper .loginImgBox::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.4705882353), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  top: 0;
  left: 0;
}
.loginPageSec .loginPageWrapper .loginContentBox {
  width: 100%;
  padding: 10px 30px 30px 30px;
}
.loginPageSec .loginPageWrapper .loginContentBox h2 {
  font-weight: 500;
  font-size: 36px;
  color: #002f70;
  text-align: center;
}
.loginPageSec .loginPageWrapper .loginContentBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0px;
}
.loginPageSec .loginPageWrapper .loginContentBox ul li {
  width: 33%;
  list-style: none;
}
.loginPageSec .loginPageWrapper .loginContentBox ul li .loginInnerBox {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.loginPageSec .loginPageWrapper .loginContentBox ul li .loginInnerBox .iconBox {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b9d4f6;
  border-radius: 50px;
}
.loginPageSec .loginPageWrapper .loginContentBox ul li .loginInnerBox .iconBox svg {
  position: relative;
  z-index: 9;
}
.loginPageSec .loginPageWrapper .loginContentBox ul li .loginInnerBox .textBox a {
  display: inline-flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  color: #002F70;
  text-align: center;
}

@media (max-width: 768px) {
  .loginPageSec .loginPageWrapper .loginImgBox .shape {
    left: 25%;
  }
}
@media (max-width: 575px) {
  .loginPageSec .loginPageWrapper .loginImgBox .shape {
    left: 15%;
  }
}
.aboutColumnBx {
  padding: 32px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 8px 12px -6px rgba(0, 51, 102, 0.0784313725);
}

.dhOurVisionMission .dhOurVisionMissionInner.dhOurVisionMissionBg {
  padding: 64px 0 16px;
  background-color: #EBF7FF;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurVisionMissionRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurVisionMissionRow .dhOurVisionMissionCol .dhOurVisionMissionItem {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 32px;
  width: 100%;
  height: 100%;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurVisionMissionRow .dhOurVisionMissionCol .dhOurVisionMissionItem .dhOurVisionMissionTxt h4, .dhOurVisionMission .dhOurVisionMissionInner .dhOurVisionMissionRow .dhOurVisionMissionCol .dhOurVisionMissionItem .dhOurVisionMissionTxt h3 {
  font-size: 26px;
  font-weight: 700;
  color: #002F70;
  margin-bottom: 0;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurVisionMissionRow .dhOurVisionMissionCol .dhOurVisionMissionItem .dhOurVisionMissionTxt p {
  font-size: 20px;
  font-weight: 400;
  color: #1A4775;
  line-height: 24px;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue {
  margin-bottom: 24px;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol {
  position: relative;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol::after {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  background: #E5EBF0;
  width: 1px;
  height: 100%;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol:last-child::after {
  content: unset;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurPrimaryValueContent {
  display: grid;
  grid-template-columns: 216px 1fr;
  align-items: center;
  gap: 48px;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurPrimaryValueContent .dhOurPrimaryValueTxt h4, .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurPrimaryValueContent .dhOurPrimaryValueTxt h3 {
  font-size: 26px;
  font-weight: 700;
  color: #002F70;
  margin-bottom: 0;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurPrimaryValueContent .dhOurPrimaryValueTxt p {
  font-size: 20px;
  font-weight: 400;
  color: #1A4775;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurValues h4, .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurValues h3 {
  font-size: 26px;
  font-weight: 700;
  color: #002F70;
  margin-bottom: 20px;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurValues .dhOurValuesRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 15px;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurValues .dhOurValuesRow .dhOurValuesCol .dhOurValuesItem {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurValues .dhOurValuesRow .dhOurValuesCol .dhOurValuesItem .dhOurValuesTxt p {
  font-size: 20px;
  font-weight: 500;
  color: #1A4775;
}
.dhOurVisionMission .dhOurMissionOuter {
  position: relative;
  z-index: 1;
}
.dhOurVisionMission .dhOurMissionOuter.dhMissionBg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  background-color: #EBF7FF;
  width: 100%;
  height: 60%;
  z-index: -1;
}
.dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionHeading {
  margin-bottom: 40px;
}
.dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionHeading h4, .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionHeading h3 {
  font-size: 36px;
  font-weight: 700;
  color: #002F70;
  text-align: center;
  margin-bottom: 0;
}
.dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
.dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol {
  position: relative;
}
.dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  background: #E5EBF0;
  width: 1px;
  height: 100%;
}
.dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol:last-child::after {
  content: unset;
}
.dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
}
.dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem .dhMissionContent h4, .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem .dhMissionContent span {
  font-size: 26px;
  font-weight: 700;
  color: #002F70;
  margin-bottom: 16px;
  line-height: 1.2;
}
.dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem .dhMissionContent span {
  display: block;
}
.dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem .dhMissionContent p {
  font-size: 20px;
  font-weight: 400;
  color: #1A4775;
  line-height: 24px;
}

.dhOurAbout {
  padding: 90px 0 57px;
}
.dhOurAbout .dhOurAboutOuter .dhOurAboutInner {
  background-color: #002F70;
  padding: 80px 15px;
  border-radius: 16px;
}
.dhOurAbout .dhOurAboutOuter .dhOurAboutInner .dhOurAboutContent p {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}

.blogBx .blogBxInner .about-us-btn .readMoreBtnLink {
  margin-bottom: 8px;
}

.blogBx .blogBxImg .videoPlayBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12px 24px;
  border-radius: 50px;
  left: 50%;
}
.blogBx .blogBxImg .videoPlayBtn span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Dubai Bold";
  line-height: 20px;
  color: #ffffff;
}
.blogBx .blogBxImg video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurPrimaryValueContent {
    grid-template-columns: 150px 1fr;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow {
    gap: 50px;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol::after {
    right: -25px;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem .dhMissionContent h4 {
    font-size: 20px;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem .dhMissionContent span {
    font-size: 20px;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem .dhMissionContent p {
    font-size: 18px;
  }
  .joinWorkSucceed .joinWorkSucceedInner .blogBxContent p,
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurVisionMissionRow .dhOurVisionMissionCol .dhOurVisionMissionItem .dhOurVisionMissionTxt p {
    font-size: 18px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurPrimaryValueContent .dhOurPrimaryValueTxt h4,
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurValues h4,
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurVisionMissionRow .dhOurVisionMissionCol .dhOurVisionMissionItem .dhOurVisionMissionTxt h4 {
    font-size: 22px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurPrimaryValueContent .dhOurPrimaryValueTxt h3,
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurValues h3,
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurVisionMissionRow .dhOurVisionMissionCol .dhOurVisionMissionItem .dhOurVisionMissionTxt h3 {
    font-size: 22px;
  }
  .joinWorkSucceed .joinWorkSucceedInner .blogBxContent h2, .joinWorkSucceed .joinWorkSucceedInner .blogBxContent h1,
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionHeading h4, .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionHeading h3 {
    font-size: 28px;
  }
  .dhOurAbout .dhOurAboutOuter .dhOurAboutInner .dhOurAboutContent p {
    font-size: 22px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurValues .dhOurValuesRow .dhOurValuesCol .dhOurValuesItem .dhOurValuesTxt p {
    font-size: 18px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurVisionMissionRow .dhOurVisionMissionCol .dhOurVisionMissionItem {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .joinWorkSucceed .joinWorkSucceedInner .blogBxContent p,
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurVisionMissionRow .dhOurVisionMissionCol .dhOurVisionMissionItem .dhOurVisionMissionTxt p {
    font-size: 16px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow {
    grid-template-columns: repeat(1, 1fr);
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol::after {
    right: -12px;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol:nth-of-type(2n)::after {
    content: none;
    /* Removes the pseudo-element entirely */
  }
  .joinWorkSucceed.dhAboutUs .joinWorkSucceedInner .blogBxContent {
    text-align: left;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurValues .dhOurValuesRow {
    gap: 20px 15px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow {
    gap: 49px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol::after {
    background: #E5EBF0;
    top: unset;
    right: 0;
    width: 100%;
    height: 1px;
    bottom: -25px;
  }
  .dhOurAbout .dhOurAboutOuter .dhOurAboutInner .dhOurAboutContent p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .joinWorkSucceed.dhAboutUs .joinWorkSucceedInner .blogBxImg {
    padding: 0 15px;
  }
  .joinWorkSucceed.dhAboutUs .joinWorkSucceedInner .blogBxImg img {
    border-radius: 12px;
  }
  .blogBx .blogBxInner .about-us-btn .readMoreBtnLink {
    margin: 0px;
  }
  .about-us-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurVisionMissionRow {
    grid-template-columns: repeat(1, 1fr);
  }
  .dhOurAbout {
    padding: 25px 0;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow {
    grid-template-columns: repeat(1, 1fr);
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol::after {
    content: none;
    /* Removes the pseudo-element entirely */
  }
  .dhOurAbout .dhOurAboutOuter .dhOurAboutInner {
    background-color: #002F70;
    padding: 40px 15px;
  }
  .dhOurAbout .dhOurAboutOuter .dhOurAboutInner .dhOurAboutContent p {
    font-size: 16px;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem .dhMissionContent p {
    font-size: 14px;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem .dhMissionContent h4, .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem .dhMissionContent h3 {
    font-size: 18px;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem .dhMissionContent span {
    font-size: 18px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurValues .dhOurValuesRow {
    grid-template-columns: repeat(2, 1fr);
  }
  .dhOurVisionMission .dhOurMissionOuter.dhMissionBg::after {
    height: 84%;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem .dhMissionContent h4 {
    margin-bottom: 8px;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionRow .dhMissionCol .dhMissionItem .dhMissionContent span {
    margin-bottom: 8px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner.dhOurVisionMissionBg {
    padding: 32px 0 16px;
    background-color: #EBF7FF;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue {
    margin-bottom: 10px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurPrimaryValueContent .dhOurPrimaryValueTxt h4, .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurPrimaryValueContent .dhOurPrimaryValueTxt h3 {
    font-size: 16px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurVisionMissionRow .dhOurVisionMissionCol .dhOurVisionMissionItem .dhOurVisionMissionTxt h4, .dhOurVisionMission .dhOurVisionMissionInner .dhOurVisionMissionRow .dhOurVisionMissionCol .dhOurVisionMissionItem .dhOurVisionMissionTxt h3 {
    font-size: 18px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurPrimaryValueContent .dhOurPrimaryValueTxt p {
    font-size: 14px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurPrimaryValueContent {
    gap: 20px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurPrimaryValueContent {
    grid-template-columns: 100px 1fr;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurValues h4, .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurValues h3 {
    font-size: 16px;
  }
  .aboutColumnBx {
    padding: 20px;
  }
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurValues .dhOurValuesRow .dhOurValuesCol .dhOurValuesItem .dhOurValuesTxt p {
    font-size: 16px;
  }
  .downloadBtnLink .downloadLink {
    font-size: 14px;
  }
  .dhOurVisionMission .dhOurMissionOuter .dhMission .dhMissionInner .dhMissionHeading h3 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .dhOurVisionMission .dhOurVisionMissionInner .dhOurPrimaryValue .dhOurPrimaryValueRow .dhOurPrimaryValueCol .dhOurPrimaryValueContent {
    grid-template-columns: 80px 1fr;
  }
}
.leadershipTeamsList .row {
  gap: 30px 0;
}

.leadershipTeamsList .cardBoxGroup .cardBoxImg img {
  height: 100%;
}

.leadershipTeamsList .cardBoxDescription {
  margin-top: 8px;
}

.leadershipTeamsList .cardBoxDescription p {
  font-size: 14px;
  text-transform: uppercase;
  color: #4D7094;
}

.leadershipTeamsList .cardBoxGroup .cardBoxContent .cardBoxTxt h4 {
  display: block;
}

.leadershipTeamsList .journal-content-article {
  height: 100%;
}

.leadershipTeamsList .cardBoxGroup {
  height: 100%;
  border: 1px solid #E5EBF0 !important;
}

.leadershipTeamsList {
  padding: 0 0 64px 0;
}

@media (max-width: 1199px) {
  .leadershipTeamsList .cardBoxGroup .cardBoxContent .cardBoxTxt h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .leadershipTeamsList {
    padding: 0 0 24px 0 !important;
  }
}
@media (max-width: 768px) {
  .leadershipTeamsList .cardBoxGroup .cardBoxContent .cardBoxTxt a {
    font-size: 20px;
    display: block;
  }
}
.dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner .availablePositionsItem.contentUsBannerContant .availablePositionsHead {
  width: 50%;
}

.dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner .availablePositionsItem.contentUsBannerContant .availablePositionsHead h2 {
  margin-bottom: 40px;
}

.dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner .availablePositionsItem.contentUsBannerContant .availablePositionsHead p {
  color: #002F70;
}

.contantForm {
  padding: 80px 0;
}
.contantForm .sidebarFormTab {
  border: 0;
  padding: 0;
  box-shadow: unset;
}
.contantForm .sidebarFormTab .loginTab .select2-container--default .select2-selection--single {
  border: 1px solid #8099B2;
}
.contantForm .sidebarFormTab .loginTab .relationshipFormBtn {
  margin-top: 20px;
}
.contantForm .contantSidebarCard {
  padding-left: 100px;
}
.contantForm .contantSidebarCard .contantSidebarCardInner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contantForm .contantSidebarCard .contantSidebarCardInner .contantSidebarCardItem {
  padding: 20px 30px;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid #99ADC2;
  border-radius: 20px;
}
.contantForm .contantSidebarCard .contantSidebarCardInner .contantSidebarCardItem .sidebarCardContant h4, .contantForm .contantSidebarCard .contantSidebarCardInner .contantSidebarCardItem .sidebarCardContant h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #002F70;
  margin-bottom: 10px;
}
.contantForm .contantSidebarCard .contantSidebarCardInner .contantSidebarCardItem .sidebarCardContant h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #32AFFC;
}

.select-from-list__dropdown-menu {
  border: 1px solid #4D7094;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 4px;
  padding: 10px 0px;
}

.select-from-list__dropdown-menu ul li {
  color: #002F70;
  font-family: "Dubai Regular";
  font-size: 16px;
  font-weight: 400;
}

.select-from-list__dropdown-menu ul li:hover {
  background-color: #EBF7FF;
  color: #002F70;
  font-family: "Dubai Medium";
}

.select-from-list__dropdown-menu .dropdown-item.active[aria-selected=true], .select-from-list__dropdown-menu .dropdown-item[aria-selected=true] {
  background-color: unset;
  color: #037BC5;
  font-family: "Dubai Bold";
}

.direction-rtl .select-from-list__dropdown-menu {
  right: -12px !important;
  left: unset !important;
  text-align: right;
}

.direction-rtl .contantForm .contantSidebarCard .contantSidebarCardInner .contantSidebarCardItem .sidebarCardContant a {
  direction: rtl;
  unicode-bidi: embed;
}

@media (max-width: 1399px) {
  .contantForm .contantSidebarCard .contantSidebarCardInner .contantSidebarCardItem {
    padding: 15px 20px;
  }
  .contantForm .contantSidebarCard {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .contantForm .contantSidebarCard {
    padding-left: 0;
  }
  .dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner .availablePositionsItem.contentUsBannerContant .availablePositionsHead h2 {
    margin-bottom: 10px;
  }
  .breadcrumb {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .dubaiHealthSearchResultBanner .dubaiHealthSearchResultBannerInner .availablePositionsItem.contentUsBannerContant .availablePositionsHead {
    width: 100%;
  }
  .contantForm {
    padding: 40px 0;
  }
  .contantForm .contantSidebarCard .contantSidebarCardInner {
    scrollbar-width: none !important;
    overflow-x: scroll;
    margin-bottom: 40px;
  }
  .contantForm .contantSidebarCard .contantSidebarCardInner {
    flex-direction: unset;
  }
  .contantForm .contantSidebarCard .contantSidebarCardInner .contantSidebarCardItem {
    flex: 0 0 300px;
  }
  .contantForm .sidebarFormTab {
    border: 1px solid #E5EBF0;
    padding: 24px;
    box-shadow: 0px 25px 26px -22px rgba(0, 51, 102, 0.0784313725);
  }
  .contantForm .contantSidebarCard .contantSidebarCardInner .contantSidebarCardItem .sidebarCardContant h4 {
    font-size: 18px;
  }
  .contantForm .contantSidebarCard .contantSidebarCardInner .contantSidebarCardItem .sidebarCardContant h2 {
    font-size: 18px;
  }
  .contantForm .contantSidebarCard .contantSidebarCardInner .contantSidebarCardItem .sidebarCardContant h5 {
    font-size: 18px;
  }
}
.sitemap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
}

.sitemap ul {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  height: fit-content;
}

.sitemap ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 100%;
  background: #CCD6E0;
}

.sitemap li {
  position: relative;
  padding: 10px 0 10px 20px;
}

.sitemap li::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 10px;
  height: 2px;
  background: #CCD6E0;
}

.sitemap ul li > a {
  text-decoration: none;
  color: #002F70;
  /* Main menu color */
  font-weight: 700;
  font-size: 20px;
  /* Parent menu font size */
}

.sitemap ul ul li a {
  font-size: 16px;
  /* Sub menu font size */
  color: #1A4775;
  font-weight: 400;
}

.sitemap ul li a:hover {
  text-decoration: underline;
  color: #335C85;
  /* Hover effect color */
}

.sitemap a {
  transition: all 0.4s ease;
}

.sitemap a[data-bs-toggle=collapse]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background-image: url("../images/icon/down-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
  position: relative;
  top: 4px;
}

.sitemap a[data-bs-toggle=collapse][aria-expanded=true]:after {
  background-image: url("../images/icon/down-up.png");
}

@media (max-width: 768px) {
  .sitemap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .sitemap {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*listing page*/
.media-center .educationlMaterialFilter.dubai-health-search-results {
  padding-bottom: 40px;
}
.media-center .dubai-health-search-results .border-t .pagination-bar .pagination {
  border-top: unset;
}
.media-center .cardBoxGroupTwo .cardBoxContent .lineLimit2 {
  max-height: 4.5em;
  line-height: 1.5em;
}
.media-center .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4, .media-center .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h2 {
  font-size: 18px;
}
.media-center .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
  font-size: 16px;
  color: #1A4775;
  font-family: "Dubai Regular";
}

#bookAppointmentModal.media-center .modal-content .modal-header .close {
  border: 0;
}

.direction-rtl #bookAppointmentModal.media-center .modal-content .modal-header .close {
  right: unset;
  left: 5px;
  border: 0;
}

.direction-rtl .media-center .bookAppointmentCollapse .bookAppointmentCollapseInner button.bookAppointmentFormBtn[data-bs-target="#bookAppointmentModal"] span.material-symbols-outlined {
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .media-center .educationlMaterialFilter.dubai-health-search-results {
    padding-bottom: 64px;
  }
  .media-center .bookAppointmentCollapse {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .media-center .dubai-health-search-results .pagination-bar .pagination {
    margin-top: 50px;
  }
}
/* news */
/*events*/
.media-cards {
  margin-bottom: 64px;
}
.media-cards .cardBoxGroupTwo .cardBoxContent .lineLimit2 {
  max-height: 4.5em;
  line-height: 1.5em;
}
.media-cards .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4, .media-cards .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h2 {
  font-size: 18px;
}
.media-cards .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
  font-size: 16px;
  color: #1A4775;
  font-family: "Dubai Regular";
}
.media-cards .noRelatedContent {
  padding: 20px 24px;
}
.media-cards .noRelatedContentHeading {
  font-size: 24px;
  font-family: "Dubai Bold";
  display: block;
  color: #002F70;
}

.knowLinkBtn {
  cursor: pointer;
}
.knowLinkBtn i.material-symbols-outlined {
  color: #002F70;
}

.direction-rtl .media-center .knowLinkBtn:hover .material-symbols-outlined {
  transform: translateX(5px) rotate(180deg);
}
.direction-rtl .media-center .knowLinkBtn .material-symbols-outlined {
  transform: rotate(180deg);
}

.mediaCenterNews .social-links {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.mediaCenterNews .social-links img {
  display: block;
  margin: 5px 0;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  height: 16px;
}
.mediaCenterNews .social-links img:hover {
  color: #0073e6;
}
.mediaCenterNews .share-container {
  position: relative;
  display: inline-block;
}
.mediaCenterNews .share-container:hover .social-links {
  display: block;
}
.mediaCenterNews .share-btn {
  padding: 10px 20px;
  background-color: #008CBA;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.mediaCenterNews .share-btn:hover {
  background-color: #005f73;
}
.mediaCenterNews .social-icons {
  font-size: 20px;
}
.mediaCenterNews .social-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.mediaCenterNews .blogDateTime .blogShare .social-list span {
  width: 75px;
  font-weight: 400;
}
.mediaCenterNews .blogDateTime .blogShare span a {
  color: #002F70;
}
.mediaCenterNews .blogShare.share-container {
  cursor: pointer;
}

.mediaCenterEvents .blogBanner {
  margin-bottom: 48px !important;
}
.mediaCenterEvents .educationalMaterialHeading {
  margin-bottom: 48px;
}
.mediaCenterEvents .blogDateTime {
  justify-content: space-between;
}
.mediaCenterEvents .blogDateTime .blogShare {
  align-self: center;
}
.mediaCenterEvents .blogDateTime .blogShare:after {
  content: unset;
}
.mediaCenterEvents .blogDateTime .blogShare .social-list span {
  width: 75px;
  font-weight: 400;
}
.mediaCenterEvents .blogDateTime .blogShare span a {
  color: #002F70;
}
.mediaCenterEvents .addCalendar {
  gap: 16px;
}
.mediaCenterEvents .event-date-time {
  gap: 24px;
  background-color: #FFFFFF;
  padding: 30px 40px;
  border-radius: 16px;
  border: 1px solid #CCD6E0;
  border-radius: 20px;
  overflow: hidden;
}
.mediaCenterEvents .event-icone {
  gap: 16px;
}
.mediaCenterEvents .event-head-time-date {
  font-family: "Dubai Bold";
  font-size: 20px;
  color: #002F70;
}
.mediaCenterEvents .event-date-time-title {
  font-family: "Dubai Regular";
  font-size: 14px;
  color: #8099B2;
}
.mediaCenterEvents .social-links {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.mediaCenterEvents .social-links img {
  display: block;
  margin: 5px 0;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  height: 16px;
}
.mediaCenterEvents .social-links img:hover {
  color: #0073e6;
}
.mediaCenterEvents .share-container {
  position: relative;
  display: inline-block;
}
.mediaCenterEvents .share-container:hover .social-links {
  display: block;
}
.mediaCenterEvents .share-btn {
  padding: 10px 20px;
  background-color: #008CBA;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.mediaCenterEvents .share-btn:hover {
  background-color: #005f73;
}
.mediaCenterEvents .social-icons {
  font-size: 20px;
}
.mediaCenterEvents .social-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.mediaCenterEvents .blogShare.share-container {
  cursor: pointer;
}

.direction-rtl .relatedArticlesSidebarHead .relatedArticlesViewLink .material-symbols-outlined {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .relatedArticlesSidebarHead .relatedArticlesViewLink .material-symbols-outlined {
    font-size: 16px;
  }
  .media-cards {
    margin-bottom: 24px;
  }
  .media-cards .noRelatedContentHeading {
    font-size: 16px;
  }
  .medicalAdvancesSection .medicalAdvancesWraper .blogBanner {
    margin-bottom: 20px !important;
  }
  .mediaCenterNews .blogDateTime {
    margin-bottom: 20px;
  }
  .mediaCenterEvents .social-links {
    top: 34px;
    left: -57px;
  }
  .mediaCenterEvents .blogDateTime {
    margin-bottom: 20px;
  }
  .mediaCenterEvents .educationalMaterialHeading {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .mediaCenterEvents .social-links {
    top: 34px;
    left: -57px;
  }
}
@media (max-width: 575px) {
  .media-center .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
    font-size: 14px !important;
  }
  .media-cards .cardBoxGroupTwo .cardBoxContent .cardBoxTxt p {
    font-size: 14px !important;
  }
  .mediaCenterEvents .social-links {
    top: 34px;
    left: -57px;
  }
  .direction-rtl .media-center .show-result-top .btn-group {
    padding-right: unset !important;
  }
}
@media (max-width: 450px) {
  .mediaCenterEvents .blogDateTime {
    justify-content: unset;
  }
  .mediaCenterEvents .event-head-time-date {
    font-size: 14px !important;
  }
  .noRelatedContentHeading {
    font-size: 14px !important;
  }
}
/*-----------------------------------------------------------------------------------
  Template Name: Dubai health
  Version: 1.0.0
*/
.dubaiHealthFooter {
  background-color: #002F70;
  padding: 64px 0 75px;
}

.dubaiHealthInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.dubaiHealthLeft {
  display: flex;
  align-items: center;
}
.dubaiHealthLeft .dubaiHealthLogoFooter {
  border-right: 2px solid #335C85;
  padding-right: 50px;
  margin-right: 50px;
}
.dubaiHealthLeft .footerMenu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.dubaiHealthLeft .footerMenu ul,
.dubaiHealthLeft .footerMenu .navbar-nav {
  flex-direction: row;
  gap: 20px;
}
.dubaiHealthLeft .footerMenu ul li a,
.dubaiHealthLeft .footerMenu .navbar-nav li a {
  font-size: 16px;
  font-family: "Dubai Bold";
  color: #fff;
  transition: all 0.4s ease;
}
.dubaiHealthLeft .footerMenu ul li a:hover,
.dubaiHealthLeft .footerMenu .navbar-nav li a:hover {
  transform: translateY(-5px);
}
.dubaiHealthLeft .footerMenu ul li a span,
.dubaiHealthLeft .footerMenu .navbar-nav li a span {
  font-size: 16px;
  font-family: "Dubai Bold";
  color: #fff;
  transition: all 0.4s ease;
}

.reachUsOn .reachUsOnLink {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.reachUsOn .reachUsOnLink .reachUsOnHeading span {
  color: #ffffff;
  font-size: 12px;
}
.reachUsOn .reachUsOnLink .reachUsOnTxt {
  display: flex;
  gap: 10px;
  align-items: end;
}
.reachUsOn .reachUsOnLink .reachUsOnTxt h4 {
  font-size: 20px;
  color: #32AFFC;
  font-family: "Dubai Bold";
}
.reachUsOn .reachUsOnLink .reachUsOnTxt a {
  font-size: 20px;
  color: #037BC5;
  font-family: "Dubai Bold";
}

.reachUsOnTxt {
  display: flex;
  gap: 10px;
}

.dubaiHealthRight .reachUsOn .reachUsOnTxt {
  display: flex;
  gap: 4px;
}

.horizLine {
  border-color: #335C85;
}

.dubaiHealthFoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
.dubaiHealthFoot .dubaiHealthCopyRight p {
  font-size: 14px;
  font-weight: 400;
  color: #6685A3;
}
.dubaiHealthFoot .socialMediaGroup {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dubaiHealthFoot .socialMediaGroup a {
  transition: all 0.4s ease;
}
.dubaiHealthFoot .socialMediaGroup a:hover {
  transform: translateY(-5px);
}
.dubaiHealthFoot .socialMediaGroup a svg {
  width: 25px;
  height: 25px;
}

.footerBottomMenuFixedInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.footerBottomMenuFixedInner .footerBottomMenuLeft {
  display: flex;
  align-items: center;
}
.footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem {
  border-right: 1px solid #DCDCDC;
  padding-right: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.4s ease;
}
.footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem:hover a {
  transform: translateY(-5px);
}
.footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem a {
  font-size: 16px;
  font-weight: 400;
  color: #002F70;
}
.footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem a svg {
  width: 32px;
  height: 32px;
}
.footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem a span {
  font-size: 16px;
}
.footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem:last-child {
  border-right: 0;
}
.footerBottomMenuFixedInner .footerBottomMenuRight {
  display: flex;
  align-items: center;
}
.footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem {
  display: flex;
  align-items: center;
  gap: 6px;
  border-right: 1px solid #DCDCDC;
  padding-right: 20px;
  margin-right: 20px;
  transition: all 0.4s ease;
}
.footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem:hover {
  transform: translateY(-5px);
}
.footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem a {
  font-size: 16px;
  font-weight: 400;
  color: #002F70;
}
.footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem a svg {
  width: 24px;
  height: 24px;
}
.footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem a span {
  font-size: 16px;
}
.footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem a .material-symbols-outlined {
  font-size: 24px;
}
.footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.sticky-bar {
  box-shadow: 0px -4px 20px 4px rgba(0, 0, 0, 0.16);
  position: fixed;
  transition: 0.1s all ease-in-out;
  width: 100%;
  transform: translateY(80px);
  z-index: 999999;
  bottom: 0;
  background-color: #ffffff;
  /*padding: 16px 0;*/
  padding: 6px 0;
}

.sticky-bar.fixed {
  transform: translateY(0);
}

.sticky-bar.unfixed {
  opacity: 0;
}

.sticky-bar.slide-footer-fixed {
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .sticky-bar {
    z-index: 59;
    padding: 16px 0;
  }
}
@media (max-width: 991px) {
  .dubaiHealthLeft .dubaiHealthLogoFooter {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .sticky-bar {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .footerBottomMenuFixedInner .footerBottomMenuRight {
    flex-direction: row-reverse;
  }
  .dubaiHealthLeft .footerMenu ul,
  .dubaiHealthLeft .footerMenu .navbar-nav {
    align-items: center;
    gap: 0;
    flex-direction: column;
  }
  .dubaiHealthLeft .footerMenu a {
    font-weight: 500;
    font-family: "Dubai Medium";
  }
  .footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem,
  .footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem:last-child {
    padding-right: 10px;
  }
  .direction-rtl .footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem:last-child {
    padding-right: 0px;
  }
  .footerBottomMenuFixedInner .footerBottomMenuLeft,
  .footerBottomMenuFixedInner .footerBottomMenuRight {
    gap: 10px;
  }
  .footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem a svg,
  .footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem a svg {
    width: 32px;
    height: 32px;
  }
  .sticky-bar {
    box-shadow: unset;
    background-color: transparent;
    padding: 16px 0;
  }
}
@media (max-width: 575px) {
  .dubaiHealthLeft .footerMenu {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
  }
  .dubaiHealthLeft,
  .dubaiHealthInner {
    gap: 35px;
  }
  .reachUsOn .reachUsOnLink {
    flex-direction: unset;
    gap: 6px;
  }
  .reachUsOn .reachUsOnLink .reachUsOnHeading span {
    font-size: 20px;
  }
  .reachUsOn .reachUsOnLink .reachUsOnTxt,
  .reachUsOn .reachUsOnLink {
    align-items: center;
  }
  .dubaiHealthFooter .dubaiHealthInner .dubaiHealthRight .reachUsOn {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .dubaiHealthFoot {
    flex-direction: column-reverse;
  }
  .dubaiHealthFooter {
    padding: 50px 0 120px;
  }
  .footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem,
  .footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem {
    padding: 6px;
    width: 48px;
    height: 48px;
  }
  .footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem a svg,
  .footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem a svg {
    width: 20px;
    height: 20px;
  }
  .footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem:last-child {
    padding-right: 6px;
  }
  .sticky-bar {
    padding: 16px 0;
  }
}
@media (max-width: 375px) {
  .footerBottomMenuFixedInner .footerBottomMenuLeft .stickyFooterBottomItem,
  .footerBottomMenuFixedInner .footerBottomMenuRight .stickyFooterBottomItem {
    padding: 6px;
    width: 41px;
    height: 41px;
  }
  .footerBottomMenuFixed .container-fluid {
    padding-right: 5px;
  }
}
.footerTwo {
  padding: 20px;
  border-top: 1px solid #E5EBF0;
}
.footerTwo .footerTwoInner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footerTwo .footerTwoInner a {
  color: #002F70;
  font-size: 16px;
  font-family: "Dubai Bold";
  text-transform: capitalize;
}
.footerTwo .footerTwoInner p {
  margin-bottom: 0;
  font-size: 14px;
  color: #6685A3;
}

@media (max-width: 767px) {
  .footerTwo .footerTwoInner {
    gap: 5px;
    flex-direction: column;
  }
}
.grtyoutube-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.grtyoutube-popup-content {
  margin-top: 150px;
  width: 95%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grtyoutube-popup-close {
  position: absolute;
  top: -30px;
  right: 0;
  color: #FFF;
  font-size: 25px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.grtyoutube-iframe {
  width: 100%;
  height: 480px;
}

@media (max-width: 767px) {
  .grtyoutube-iframe {
    width: 100%;
    height: 350px;
  }
}
.grtyoutube-dark-theme {
  background: rgba(0, 0, 0, 0.85);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHZpZXdCb3g9IjAgMCA2NCA2NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOS42IDkuOWMtMS43IDEuOS0xLjUgMi4zIDYuMyAxMS42IDQuNSA1LjMgOC4xIDEwIDguMSAxMC41cy0zLjUgNS4xLTcuOSAxMC4yYy03LjggOS40LTcuOCA5LjQtNiAxMS43bDEuOCAyLjIgOS42LThjNS4zLTQuNSAxMC04LjEgMTAuNS04LjFzNS4yIDMuNiAxMC41IDguMWw5LjYgOCAxLjgtMi4yYzEuOC0yLjMgMS44LTIuMy02LTExLjdDNDMuNSAzNy4xIDQwIDMyLjUgNDAgMzJzMy43LTUuMiA4LjEtMTAuNWw4LjItOS43LTIuMS0yLTItMi4xLTkuNyA4LjJDMzcuMiAyMC4zIDMyLjUgMjQgMzIgMjRzLTUuMS0zLjYtMTAuNC04Yy01LjItNC40LTkuNy04LTkuOS04LS4yIDAtMS4yLjktMi4xIDEuOXoiLz48L3N2Zz4=") no-repeat;
}

.grtyoutube-light-theme {
  background: rgba(255, 255, 255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHZpZXdCb3g9IjAgMCA2NCA2NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOS42IDkuOWMtMS43IDEuOS0xLjUgMi4zIDYuMyAxMS42IDQuNSA1LjMgOC4xIDEwIDguMSAxMC41cy0zLjUgNS4xLTcuOSAxMC4yYy03LjggOS40LTcuOCA5LjQtNiAxMS43bDEuOCAyLjIgOS42LThjNS4zLTQuNSAxMC04LjEgMTAuNS04LjFzNS4yIDMuNiAxMC41IDguMWw5LjYgOCAxLjgtMi4yYzEuOC0yLjMgMS44LTIuMy02LTExLjdDNDMuNSAzNy4xIDQwIDMyLjUgNDAgMzJzMy43LTUuMiA4LjEtMTAuNWw4LjItOS43LTIuMS0yLTItMi4xLTkuNyA4LjJDMzcuMiAyMC4zIDMyLjUgMjQgMzIgMjRzLTUuMS0zLjYtMTAuNC04Yy01LjItNC40LTkuNy04LTkuOS04LS4yIDAtMS4yLjktMi4xIDEuOXoiLz48L3N2Zz4=") no-repeat;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "" !important;
}

.search-bar .panel-body {
  padding: 0;
}

.dubai-health-search-bar {
  height: 64px;
}
.dubai-health-search-bar .input-group {
  background-color: #ffffff;
  border: 1px solid #8099B2;
  border-radius: 12px;
  padding: 0 10px 0 0;
}
.dubai-health-search-bar .input-group .input-group-inset-item {
  background-color: #ffffff !important;
}
.dubai-health-search-bar .input-group-inset:focus ~ .input-group-inset-item {
  background-color: #ffffff;
}
.dubai-health-search-bar .input-group-inset-before.form-control {
  padding-left: 10px !important;
}
.dubai-health-search-bar .form-control {
  background: unset;
}
.dubai-health-search-bar .input-group-inset-item .btn-monospaced {
  font-size: 20px;
  color: #002F70 !important;
}
.dubai-health-search-bar .search-bar-keywords-input-wrapper {
  font-family: "Dubai Regular";
  padding-left: 10px;
}
.dubai-health-search-bar .close-icon {
  padding-right: 15px;
  margin-top: 17px;
  height: 1.5rem;
  cursor: pointer;
}

.insuranceSearchBar .input-group-inset-before.form-control {
  padding-left: 0px !important;
}

.insuranceSearchBar .search-bar-keywords-input-wrapper {
  padding-left: 0px;
}

.customSelect .dubai-health-search-bar {
  height: auto;
}

.dubai-health-search-results .pagination-bar nav {
  width: 100%;
}
.dubai-health-search-results .pagination-bar .pagination {
  justify-content: center;
  gap: 8px;
  position: relative;
}
.dubai-health-search-results .pagination-bar .pagination .page-item:first-child {
  margin-left: 0;
  position: absolute;
  left: -15px;
}
.dubai-health-search-results .pagination-bar .pagination .page-item:last-child {
  margin-right: 0;
  position: absolute;
  right: 0px;
}
.dubai-health-search-results .pagination-bar .pagination .page-item .page-link {
  width: 48px;
  height: 48px;
  border: none;
  font-family: "Dubai Regular";
  font-size: 16px;
  font-weight: 400;
  color: #002F70;
  border-radius: 50%;
  transition: all 0.5s;
}
.dubai-health-search-results .pagination .page-item.active .page-link::before,
.dubai-health-search-results .page-link:hover::before {
  background-color: unset;
}
.dubai-health-search-results .pagination .page-item.active .page-link {
  background-color: #002F70;
  color: #ffffff !important;
}
.dubai-health-search-results .pagination a.page-link:hover {
  background-color: #002F70 !important;
  color: #ffffff !important;
}
.dubai-health-search-results .pagination a.lfr-portal-tooltip.page-link:hover {
  background: unset !important;
  color: #002F70 !important;
}
.dubai-health-search-results .pagination .dropdown .dropdown-item:hover {
  background-color: #002F70 !important;
  color: #ffffff !important;
}
.dubai-health-search-results .pagination .dropdown-item {
  display: grid !important;
}
.dubai-health-search-results .pagination .c-inner {
  font-size: 24px;
}
.dubai-health-search-results .pagination .page-link[aria-expanded=true]:hover::before,
.dubai-health-search-results .page-link.show:hover::before {
  background-color: unset;
  height: 0;
}
@media (min-width: 768px) {
  .dubai-health-search-results .pagination-bar .pagination {
    justify-content: center;
    gap: 8px;
    padding: 25px 0px;
    border-top: 1px solid #CCD6E0;
  }
  .dubai-health-search-results .Faq_Main_Wraper .pagination-bar .pagination {
    margin-top: 50px;
  }
  .dubai-health-search-results .dubai-health-search-results .pagination-bar .pagination-items-per-page {
    display: none;
  }
  .dubai-health-search-results .dubai-health-search-results .pagination-bar .pagination-results {
    display: block;
    width: 100%;
    text-align: center;
  }
  .dubai-health-search-results .pagination-bar .pagination .page-item:first-child .page-link:after {
    content: "Previous";
    font-family: "Dubai Bold";
    font-size: 16px;
    color: #002F70 !important;
    position: absolute;
    top: 17px;
    left: 38px;
    letter-spacing: 0;
  }
  .dubai-health-search-results .pagination-bar .pagination .page-item:first-child:hover {
    color: #335C85 !important;
  }
  .dubai-health-search-results .pagination-bar .pagination .page-item:last-child:hover {
    color: #335C85 !important;
  }
  .dubai-health-search-results .pagination-bar .pagination .page-item:last-child .c-inner {
    margin-top: 3px;
  }
  .dubai-health-search-results .pagination-bar .pagination li.active {
    font-weight: bold;
  }
  .dubai-health-search-results .pagination-bar .pagination .page-item:last-child .page-link::before {
    content: "Next";
    font-family: "Dubai Bold";
    font-size: 16px;
    color: #002F70 !important;
    letter-spacing: 0;
    top: 4px !important;
    position: relative;
  }
  .dubai-health-search-results .pagination-bar .pagination .page-item:first-child .page-link:hover::after {
    color: #335C85 !important;
  }
  .dubai-health-search-results .pagination-bar .pagination .page-item:last-child .page-link:hover::before {
    color: #335C85 !important;
  }
  .dubai-health-search-results .pagination-bar .pagination .page-item:first-child .c-inner:hover {
    color: #335C85 !important;
  }
  .dubai-health-search-results .pagination-bar .pagination .page-item:last-child .c-inner:hover {
    color: #335C85 !important;
  }
  .dubai-health-search-results .pagination-bar .pagination .page-item.disabled .page-link .lexicon-icon {
    fill: #9da7b1;
  }
  .dubai-health-search-results .pagination-bar .pagination .page-item.disabled:first-child .page-link:after,
  .dubai-health-search-results .pagination-bar .pagination .page-item.disabled:last-child .page-link::before,
  .dubai-health-search-results .pagination-bar .pagination .page-item.disabled:first-child .page-link:hover::after,
  .dubai-health-search-results .pagination-bar .pagination .page-item.disabled:last-child .page-link:hover::before {
    color: #9da7b1 !important;
  }
  .dubai-health-search-results .pagination-bar .pagination .page-link[aria-expanded=true], .dubai-health-search-results .page-link.show {
    background-color: unset;
  }
}

@media (min-width: 769px) {
  .pagination-bar .pagination-items-per-page,
  .pagination-bar .pagination-results {
    display: none;
  }
}
@media (max-width: 768px) {
  .pagination-bar .pagination-items-per-page {
    display: none;
  }
  .pagination-bar {
    position: relative;
  }
  .pagination-bar nav {
    width: 100%;
  }
  .pagination-bar .pagination .page-item:first-child {
    border: 1px solid #002F70;
    border-radius: 50px;
    left: 0 !important;
  }
  .pagination-bar .pagination .page-item:last-child {
    border: 1px solid #002F70;
    border-radius: 50px;
  }
  .page-item:not(:first-child):not(:last-child) {
    display: none;
  }
  .pagination-bar .pagination .page-item:first-child {
    left: 0px;
  }
  .pagination-bar .pagination .page-item:last-child {
    right: 0px;
  }
  .pagination-bar .pagination-results {
    position: absolute;
    top: 75%;
    margin-bottom: 0;
    color: #6685A3;
    width: 100%;
    text-align: center;
  }
  .pagination-bar .pagination .disabled {
    border: 1px solid #9da7b1 !important;
  }
  .pagination-bar .pagination .disabled .c-inner {
    color: #9da7b1;
  }
  .dubai-health-search-results .pagination-bar .pagination .page-item:first-child .page-link:after, .dubai-health-search-results .pagination-bar .pagination .page-item:last-child .page-link::before {
    display: none;
  }
  .insuranceWraper .dubai-health-search-results .pagination-bar {
    margin-bottom: 50px;
  }
  .pagination-bar .pagination .page-item .page-link .lexicon-icon {
    margin-top: -3px !important;
  }
  .dubai-health-search-results.marg .pagination-bar nav {
    margin-top: 10px;
  }
}
.bookAppointmentFilter.eductionalMaterialFilter .customSelect .commonSearchBar .commonSearchForm .input-group {
  height: 52px;
  border: 1px solid #8099B2;
}

.bookAppointmentFilter.eductionalMaterialFilter .customSelect .select2-container--default .select2-selection--single {
  border: 1px solid #8099B2;
}

.dubai-health-search-bar.icn .close-icon {
  margin-top: 0px;
}

.bookAppointmentFilter .bookAppointmentForm .customSelect label {
  color: #002F70;
  font-size: 14px;
  font-weight: 400;
}

.bookAppointmentFilter.mbt0 {
  margin-bottom: 0;
}

.educationlMaterialFilter .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .lineLimit3 p {
  overflow: unset;
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
}

.educationlMaterialFilter .cardBoxGroupTwo .cardBoxContent .cardBoxTxt .lineLimit3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bookAppointmentFilter.eductionalMaterialFilter.filter-mb {
  margin-bottom: 30px;
}

.blogDateTime .blogTag .container-fluid {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cardBoxGroupTwo .cardBoxContent .cardBoxTxt h4, .cardBoxGroupTwo .cardBoxContent .cardBoxTxt h3 {
  font-size: 24px;
  font-family: "Dubai Bold";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.cardBoxGroupTwo .cardBoxContent .cardBoxTxt span.doctorName {
  font-size: 24px;
  font-family: "Dubai Bold";
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) and (max-height: 1023px) {
  .specialtiesWraper .container-fluid .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.right-banner {
  background-color: #ecf2f5;
  padding-bottom: var(--spacer-6, 4.5rem) !important;
  padding-top: var(--spacer-6, 4.5rem) !important;
}

.fnt {
  font-size: 20px;
  color: #002f70;
  font-weight: 400;
  margin-top: 125px;
}

.component-image {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}

.ellipse {
  background: #e3e7ea;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-shadow {
  background: #000000;
  border-radius: 16px;
  opacity: 0.1;
  width: 80%;
  height: 80%;
  margin: 60px 80px;
  position: absolute;
  filter: blur(22px);
}

.component-image .image-bg {
  object-fit: cover;
}

.component-image .image-bg {
  aspect-ratio: 1/1.1;
}

.image-bg {
  border-radius: 16px;
  width: 80%;
  margin: 40px 50px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.bgimg-card img {
  object-fit: cover;
}

.left-banner {
  background-color: #ecf2f5;
  padding-bottom: var(--spacer-6, 4.5rem) !important;
  padding-top: var(--spacer-6, 4.5rem) !important;
}

.left-banner h1 {
  margin-bottom: var(--spacer-3, 1rem) !important;
  color: #002f70;
  font-size: var(--h1-font-size, 1.625rem);
  font-weight: 700;
  margin-top: 75px;
}

.fntr {
  font-size: 20px;
  color: #002f70;
  font-weight: 400;
}

.component-image {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}

.ellipse {
  background: #e3e7ea;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-shadow {
  background: #000000;
  border-radius: 16px;
  opacity: 0.1;
  width: 80%;
  height: 80%;
  margin: 60px 80px;
  position: absolute;
  filter: blur(22px);
}

.component-image .image-bg {
  object-fit: cover;
}

.component-image .image-bg {
  aspect-ratio: 1/1.1;
}

.image-bg {
  border-radius: 16px;
  width: 80%;
  margin: 40px 50px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.bgimg-card img {
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .fnt {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 991px) {
  .fnt {
    font-size: 16px !important;
    margin-top: 85px !important;
  }
  .left-banner h1 {
    font-size: 20px !important;
  }
  .fntr {
    font-size: 16px !important;
  }
  .fs44-800 {
    font-size: 30px !important;
  }
  .image-bg {
    margin: 40px 38px;
  }
}
@media screen and (max-width: 767px) {
  .fnt {
    margin-top: 0px !important;
  }
  .component-image {
    margin: 20px auto 0 !important;
  }
  .left-banner {
    Padding-top: 0;
    padding-bottom: 25px !important;
  }
  .left-banner h1 {
    margin-top: 40px !important;
  }
  .tophedBanner {
    height: 200px !important;
  }
}
@media screen and (max-width: 575px) {
  .right-banner {
    padding-top: 30px !important;
  }
  .fs44-800 {
    font-size: 22px !important;
  }
  .readmore a {
    font-size: 12px !important;
  }
  .image-bg {
    margin: 10px 40px !important;
  }
  .dubai-health-search-results.marg .pagination-bar nav {
    margin-top: 10px !important;
  }
  .footerBottomMenuFixedInner .footerBottomMenuLeft, .footerBottomMenuFixedInner .footerBottomMenuRight {
    gap: 6px;
  }
  .commonSearchBar .commonSearchForm .input-group .form-control::placeholder {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  .tophedBanner {
    height: 150px !important;
  }
  .tophedBanner .topBannerInner h1 {
    font-size: 28px !important;
    text-align: center;
  }
  .left-banner h1 {
    font-size: 18px !important;
    margin-top: 25px !important;
  }
  .fs44-800 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 375px) {
  .tophedBanner .topBannerInner h1 {
    font-size: 20px !important;
  }
  .fnt {
    font-size: 14px !important;
  }
  .left-banner h1 {
    font-size: 16px !important;
  }
  .fntr {
    font-size: 14px !important;
  }
  .p-40 {
    padding: 25px !important;
  }
  .fs44-800 {
    font-size: 16px !important;
  }
  .readmore a {
    font-size: 10px !important;
  }
  .bgimg-card {
    height: 225px !important;
  }
  .image-bg {
    margin: 10px 30px !important;
  }
}
.tophedBanner {
  height: 290px;
}

.tophedBanner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.tophedBanner:after {
  content: "";
  background-color: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tophedBanner .topBannerInner h1 {
  font-size: 36px;
  font-family: "Dubai Bold";
  color: #ffffff;
}

.bgclr {
  background-color: #ecf2f5;
}

.bgimg-card {
  height: 307px;
  overflow: hidden;
}

.radius-20 {
  border-radius: 20px;
}

.gap-8 {
  gap: 8px;
}

.gap-4 {
  gap: 4px;
}

.readmore, .readmore a {
  color: #037BC5;
  font-size: 16px;
}

.fs44-800 {
  font-size: 40px;
  font-weight: 700;
}

.background-gradient {
  background: linear-gradient(180deg, rgba(10, 35, 60, 0) 0%, rgba(11, 38, 65, 0.65) 100%);
}

.p-40 {
  padding: 40px;
}

.bgimg-card .title {
  color: #ffffff;
}

.imgc {
  width: 49px;
  height: 54px;
}

.Privacy h1 {
  margin-bottom: 16px;
  color: #002F70;
  font-size: 36px;
  font-family: Dubai Bold;
}

.Privacy-heading {
  color: #002F70;
  font-size: 16px;
}

.Privacy-heading ul {
  padding-left: 40px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #1A4775;
}

.Privacy-heading ul li {
  list-style: disc;
}

.Privacy-heading ul li p {
  margin-bottom: 0px !important;
}

.Privacy-heading ul ul {
  margin-bottom: 0;
  list-style-type: circle;
}

.Privacy-heading ul ul li {
  list-style-type: circle;
}

.Privacy-heading h1 {
  font-size: 26px;
  font-family: "Dubai Bold";
  margin-bottom: 0.5rem;
}

.Privacy-heading h2 {
  font-weight: unset;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 22px;
}

.Privacy-heading p {
  margin-bottom: 1rem;
  margin-top: 0;
  color: #1A4775;
}

.direction-rtl .Privacy-heading ul {
  padding-right: 40px;
}

.direction-rtl .Privacy-heading ul li ul {
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .Privacy h1 {
    font-size: 28px;
  }
  .Privacy-heading h2 {
    font-size: 22px;
  }
  .Privacy-heading p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .Privacy h1 {
    font-size: 28px;
  }
  .Privacy-heading h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .Privacy h1 {
    font-size: 24px !important;
  }
  .Privacy-heading h2 {
    font-size: 22px;
  }
  .direction-rtl .Privacy-heading ul {
    padding-right: 20px;
  }
  .direction-rtl .Privacy-heading ul li ul {
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .Privacy-heading p {
    font-size: 14px !important;
  }
  .Privacy-heading h2 {
    font-size: 18px !important;
  }
  .Privacy-heading h1 {
    font-size: 18px !important;
  }
  .Privacy-heading ul {
    font-size: 14px;
  }
}
.medicalAdvancesSection .medicalAdvancesWraper .specialtyHeadingOne .specialtyHeadingOneInner ul li {
  list-style-type: disc;
  margin-left: 30px;
}

.medicalAdvancesSection .medicalAdvancesWraper .specialtyHeadingOne .specialtyHeadingOneInner table {
  width: 100%;
}

.medicalAdvancesSection .medicalAdvancesWraper .specialtyHeadingOne .specialtyHeadingOneInner table tbody td {
  padding: 5px 5px 5px 5px;
}

.rtl .phone {
  transform: rotate(251deg);
}

.rtl .reachUsOnTxt h4 {
  direction: ltr;
}

.rtl .reachUsOnTxt a {
  direction: ltr;
}

.captcha-text canvas {
  border: 2px solid black;
  width: 205px;
}

.captcha-reload {
  background: #fff;
  border: 1px solid #cdced9;
  border-radius: 4px;
  font-size: 16px;
  height: 32px;
  margin-left: 8px;
  padding-top: 2px;
  text-align: center;
  width: 32px;
  cursor: pointer;
}

.discover h1 {
  font-size: 26px;
  font-weight: 700;
}

.breadcrumbContainer {
  margin-bottom: 0px !important;
}

.form-input-captcha .taglib-captcha .input-text-wrapper {
  width: calc(100% - 0px) !important;
}

.loginTab .applyNowBtn .btn-primary:hover {
  background-color: transparent;
  border-color: transparent;
}

.loginTab .applyNowBtn .btn-primary {
  background-color: transparent;
  border-color: transparent;
}

.dhMapWraper .readMoreLink {
  color: #002F70;
}

.has-error span {
  color: #FF8F8A;
  font-family: "Dubai Medium";
}

.custom-phone-container .lexicon-icon {
  fill: red;
}

.custom-phone-container span {
  color: red;
}

.custom-phone-container input {
  font-family: "Dubai Bold";
}

.custom-phone-container select {
  font-family: "Dubai Bold";
}

.has-edit-mode-menu .fadein {
  opacity: unset !important;
  transition: none !important;
  transform: unset !important;
}

.dubai-health-search-results.marg .pagination-bar nav {
  width: 100%;
  margin-top: 50px;
}

.loginTab .text-input .has-error .lexicon-icon {
  fill: red;
}

.loginTab .text-input .has-error .cror-regex-warning {
  display: none;
}

.loginTab .text-3.text-center.text-secondary {
  background-color: #A5FFBC !important;
  font-size: 16px;
  color: #002f70 !important;
  border-radius: 6px;
  font-family: dubai medium;
}

.insuranceList .insuranceListInner .insuranceResultFound p strong a {
  color: #037BC5;
}

.insuranceList .insuranceListInner .insuranceResultFound p strong a:hover {
  color: #037BC5;
}

.requestAppointmentTab .text-danger {
  color: #FF8F8A !important;
  font-family: "Dubai Medium";
}

.direction-rtl .FaqBlueCallBox .content_box h6 a, .direction-rtl .insuranceListItem .insuranceListContent .nav li a p {
  direction: ltr;
}

.direction-rtl select.form-control {
  background-position: left 0.75rem center;
}

.dubaiHealthSpecialitiesGroup a, .dubaiHealthSpecialitiesGroup .container-fluid a {
  font-weight: unset;
}

.noRelatedContent {
  padding: 20px 24px;
}

.noRelatedContentHeading {
  font-size: 24px;
  font-family: "Dubai Bold";
  display: block;
  color: #002F70;
}

.socialMediaGroup .ourInsurancesLogoItem .social-icon img {
  width: 188px;
  height: 118px;
  object-fit: contain;
}

.socialMediaGroup .ourInsurancesLogoItem {
  padding: 0;
}

.direction-rtl .insph {
  transform: translateX(0px) rotate(250deg);
}