@charset "UTF-8";
/**
 * Clay 3.84.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.84.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 "animate.css";
@import "datepicker.css";
@import "font-awesome.min.css";
@import "owl.carousel.min.css";
.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;
}

.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 {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm select.form-control {
  padding-right: 1.6rem;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.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 .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}
.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 {
  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 - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}
body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }
  .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 .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 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: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(/o/magma-hdi-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/magma-hdi-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/magma-hdi-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/magma-hdi-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/magma-hdi-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.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;
}

.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 {
    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(.component-action):not(.btn) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn):focus, .lfr-search-container-wrapper a:not(.component-action):not(.btn):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 {
  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 {
  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;
  }
}

.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 .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.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;
  }
}
.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: #6b6c7e;
}

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

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

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

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

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

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

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

.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 .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::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;
  }
}
.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: #6b6c7e;
}

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

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

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

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

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

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

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

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

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

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%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-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;
  padding: 3px 12px 3px 24px;
  position: relative;
}
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;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .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: 14px;
  font-weight: 600;
}
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;
    transform: translateY(-97%);
  }
}
@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 {
    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;
    transform: translateY(-97%);
  }
}
@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: 1px 1px 1px 1px;
}
.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-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.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.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .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: 1px 1px 1px 1px;
  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;
  }
}

@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;
}

/*@import "jquery-ui.css";*/
/*common*/
/*html {
  scroll-behavior: smooth;
}*/
* {
  box-sizing: border-box;
}

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

.portlet-content {
  padding: 0;
}

.portlet-header .autofit-col.autofit-col-expand {
  display: none;
}

.portlet-header .autofit-col.autofit-col-end {
  top: 40px;
  z-index: 10;
}

.portlet-layout .portlet-header {
  margin-bottom: 0 !important;
}

/*section{
	overflow: hidden;
}*/
.panel {
  background: transparent;
}

.panel-default {
  border: none;
}

.panel-default .panel-heading {
  background: transparent;
}

/*overflow scroll*/
.overflow-text::-webkit-scrollbar {
  width: 7px;
}

.overflow-text::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

.overflow-text::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

/* global form styling start */
.error .error-text, .error .error-text2 {
  opacity: 1;
  visibility: visible;
}

.error input {
  border-bottom: 1px solid #ed2f37;
  transition: all 0.5s ease;
}

.error-text, .error-text2 {
  position: absolute;
  left: 0;
  top: 45px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  display: block;
}

.error-text2 {
  position: relative;
  top: 0;
}

.error-text, .error-text2 {
  font-size: 12px;
  line-height: 14px;
  color: #ed2f37;
}

.error_select {
  border-bottom: 1px solid #ed2f37;
}

/* global form styling end */
button:focus {
  outline: none;
  box-shadow: none !important;
}

.btn {
  font-weight: bold;
}

.btn-primary {
  color: #fff;
  background-color: #00a54f;
  border-color: #28a745;
  border-radius: 100px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}
.btn-primary:focus {
  color: #fff;
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}
.btn-primary:active {
  color: #fff;
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}
.btn-primary:disabled {
  color: #fff;
  opacity: 1;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
.btn-primary img {
  width: auto !important;
  margin: auto;
}

.btn-primary.disabled {
  color: #fff;
  opacity: 1;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
.btn-primary.disabled:hover {
  color: #fff;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}

.btn-secondary {
  color: #777;
  background-color: transparent;
  border-color: #777;
  border-radius: 100px;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
}
.btn-secondary:disabled {
  color: #a9a9a9;
  background-color: transparent;
  border-color: #a9a9a9;
}

.btn-secondary.disabled {
  color: #a9a9a9;
  background-color: transparent;
  border-color: #a9a9a9;
}

.btn-disabled {
  color: #fff;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  border-radius: 100px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
}
.btn-disabled:hover {
  background-color: #00a54f;
  border-color: #28a745;
}

.btn-tag {
  color: #777;
  background-color: transparent;
  border-color: #777;
  border-radius: 100px;
  font-size: 12px;
  height: 31px;
  line-height: 31px;
  padding: 0 30px;
  margin: 0 3px 9px;
  border: 1px solid;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-tag.active {
  color: #fff;
  background: #000;
  border: 2px solid #a9a9a9;
}

.btn-link {
  color: #218838;
}
.btn-link:hover {
  color: #107126;
  text-decoration: none;
}
.btn-link:focus {
  color: #218838;
  text-decoration: none;
}

.btn_link {
  display: inline;
  border: none;
  background-color: transparent;
  text-transform: inherit;
  cursor: pointer;
}

.btn-black {
  color: #fff !important;
  background-color: #000;
  border-radius: 100px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
}

.btn-black:hover, .btn-black:focus, .btn-black:active {
  background-color: #222 !important;
}

.m_t_20 {
  margin-top: 20px !important;
}

.m_t_30 {
  margin-top: 30px !important;
}

.m_t_35 {
  margin-top: 35px;
}

.m_t_40 {
  margin-top: 40px;
}

.m_t_50 {
  margin-top: 50px;
}

.m_t_60 {
  margin-top: 60px;
}

.m_t_80 {
  margin-top: 80px;
}

.m_t_3 {
  margin-top: 3px;
}

.m_t_5 {
  margin-top: 5px;
}

.m_t_10 {
  margin-top: 10px !important;
}

.m_t_15 {
  margin-top: 15px;
}

.m_10_0 {
  margin: 10px 0;
}

.m_20_0 {
  margin: 20px 0;
}

.m_25_0 {
  margin: 25px 0;
}

.m_30_0 {
  margin: 30px 0;
}

.m_40_0 {
  margin: 40px 0;
}

.m_b_5 {
  margin-bottom: 5px !important;
}

.m_b_8 {
  margin-bottom: 8px;
}

.m_b_10 {
  margin-bottom: 10px;
}

.m_b_15 {
  margin-bottom: 15px;
}

.m_b_20 {
  margin-bottom: 20px !important;
}

.m_b_30 {
  margin-bottom: 30px;
}

.m_b_40 {
  margin-bottom: 40px;
}

.m_b_50 {
  margin-bottom: 50px;
}

.m_b_0 {
  margin-bottom: 0;
}

.m_b_-20 {
  margin-bottom: -20px !important;
}

.m_l_5 {
  margin-left: 5px;
}

.m_l_15 {
  margin-left: 15px;
}

.m_l_25 {
  margin-left: 25px;
}

.m_l_50 {
  margin-left: 50px;
}

.m_l_-57 {
  margin-left: -57px;
}

.p_0_10 {
  padding: 0 10px;
}

.p_0_15 {
  padding: 0 15px;
}

.p_8_0 {
  padding: 8px 0;
}

.p_10_0 {
  padding: 10px 0;
}

.p_20_0 {
  padding: 20px 0;
}

.p_30_0 {
  padding: 30px 0;
}

.p_40_0 {
  padding: 40px 0;
}

.p_50_0 {
  padding: 50px 0;
}

.p_70_0 {
  padding: 70px 0;
}

.p_80_0 {
  padding: 80px 0;
}

.p_t_0 {
  padding-top: 0px !important;
}

.p_t_10 {
  padding-top: 10px;
}

.p_t_40 {
  padding-top: 40px;
}

.p_t_70 {
  padding-top: 70px;
}

.p_t_90 {
  padding-top: 90px;
}

.p_t_100 {
  padding-top: 90px;
}

.p_l_20 {
  padding-left: 20px;
}

.p_l_50 {
  padding-left: 50px;
}

.p_b_0 {
  padding-bottom: 0;
}

.p_b_120 {
  padding-bottom: 120px;
}

.m_r_10 {
  margin-right: 10px;
}

.m_r_20 {
  margin-right: 20px;
}

.m_l_20 {
  margin-left: 20px;
}

.m_r_50 {
  margin-right: 50px;
}

.font_10 {
  font-size: 10px !important;
}

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

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

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

.font_18 {
  font-size: 18px !important;
}

.font_20 {
  font-size: 20px !important;
}

.font_22 {
  font-size: 22px !important;
}

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

.font_48 {
  font-size: 48px;
}

img {
  max-width: 100%;
}

body {
  max-width: 1366px;
  margin: auto;
  color: #000;
  padding: 0 !important;
  line-height: 1.4;
  font-family: "Josefin Sans", sans-serif;
}

#content {
  overflow: hidden;
}

.primary {
  color: #00a54f !important;
}

.dark_primary {
  color: #095a30 !important;
}

.bg_primary {
  background: #00a54f !important;
}

.black {
  color: #000 !important;
}

.gray {
  color: #777 !important;
}

.grey {
  color: #999 !important;
}

.white {
  color: #fff !important;
}

.bg_gray {
  background: #a9a9a9 !important;
}

.bg_grey {
  background: #eee !important;
}

.light_gray {
  color: #f0f0f0 !important;
}

.bg_light_gray {
  background: #f0f0f0 !important;
  position: relative;
}
.bg_light_gray:before {
  background-color: #eee;
  position: absolute;
  content: "";
  background-image: url(../images/Background_pattern.png);
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg_light_gray div, .bg_light_gray img, .bg_light_gray article, .bg_light_gray h3 {
  position: relative;
}

.red {
  color: #ed2f37 !important;
}

.dark_red {
  color: #c80008 !important;
}

.thin {
  font-weight: 300 !important;
}

.normal {
  font-weight: normal !important;
}

.bold {
  font-weight: bold !important;
}

.semi-bold, .semi_bold {
  font-weight: 600 !important;
}

.heading_1 {
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

.heading_2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

a {
  text-transform: uppercase;
  font-size: 14px;
  color: #00a54f;
}
a:hover {
  text-decoration: none;
  color: #095a30;
  box-shadow: none !important;
}
a:focus {
  text-decoration: none;
  color: #095a30;
  box-shadow: none !important;
}
a.btn {
  font-size: 14px;
}

.modal-dialog {
  position: initial;
}

.btn-max {
  max-width: max-content;
  margin: auto;
}

/*.error {
	font-size: 10px;
	color: #c80008;
}*/
.card {
  text-align: center;
  padding: 30px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 8px;
}

input {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0 !important;
  padding: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  height: 38px;
  background: transparent;
}
input::placeholder {
  color: #777;
  opacity: 1;
  font-weight: 300;
  font-size: 16px;
}
input:-ms-input-placeholder {
  color: #777;
  font-weight: 300;
  font-size: 16px;
}
input::-ms-input-placeholder {
  color: #777;
  font-weight: 300;
  font-size: 16px;
}
input:focus {
  outline: none;
}
input::-ms-clear {
  display: none;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=radio] {
  width: auto;
  height: auto;
}

input[type=checkbox] {
  width: auto;
  height: auto;
}

input.input {
  transition: padding-top 0.2s ease, margin-top 0.2s ease;
  overflow-x: hidden;
}
input.input + label {
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  width: 10%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  height: 0px;
}
input.input + label > span {
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  position: absolute;
  color: #777;
  bottom: 10px;
  left: 0px;
  height: 16px;
  -webkit-transition: bottom 0.2s ease, font-size 0.2s ease, color 0.2s ease;
  transition: bottom 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}
input.input:focus + label > span {
  bottom: 37px;
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
input.input:valid + label {
  border-color: green;
}
input.input:valid + label > span {
  bottom: 37px;
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
input.input:invalid {
  box-shadow: none;
}

textarea.input {
  transition: padding-top 0.2s ease, margin-top 0.2s ease;
  overflow-x: hidden;
}
textarea.input + label {
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  width: 10%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  height: 0px;
}
textarea.input + label > span {
  font-weight: 300;
  margin: 0;
  position: absolute;
  color: #777;
  bottom: 10px;
  left: 0px;
  height: 16px;
  -webkit-transition: bottom 0.2s ease, font-size 0.2s ease, color 0.2s ease;
  transition: bottom 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}
textarea.input:focus + label > span {
  bottom: 37px;
  font-size: 16px;
  color: #777;
}
textarea.input:valid + label {
  border-color: green;
}
textarea.input:valid + label > span {
  bottom: 37px;
  font-size: 16px;
  color: #777;
}
textarea.input:invalid {
  box-shadow: none;
}
textarea.input::placeholder {
  color: #777;
  opacity: 1;
  font-weight: 300;
  font-size: 16px;
}
textarea.input:-ms-input-placeholder {
  color: #777;
  font-weight: 300;
  font-size: 16px;
}
textarea.input::-ms-input-placeholder {
  color: #777;
  font-weight: 300;
  font-size: 16px;
}

/*radio and checkbox*/
@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 100px;
    width: 100px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0;
  }
}
.option-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 3.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18px;
  width: 18px;
  transition: all 0.15s ease-out 0s;
  /*background: #cbd1d8;*/
  border: 1px solid #424242;
  /*border: none!important;*/
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative !important;
  z-index: 1;
  margin: 0 !important;
}
.option-input input:hover {
  background: #eee;
}
.option-input input:checked {
  /*background: #eee;*/
}
.option-input input:checked::before {
  height: 16px;
  width: 16px;
  position: absolute;
  content: "✔";
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  line-height: 20px;
  color: #00a54f;
}
.option-input input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #00a54f;
  content: "";
  display: block;
  position: relative;
  z-index: 1;
}

.option-input.check_left input {
  position: absolute !important;
}

.option-input.radio input {
  border-radius: 50% !important;
}
.option-input.radio input::after {
  border-radius: 50% !important;
}
.option-input.radio input::before {
  background: #00a54f;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  content: "";
  left: 3px;
  top: 3px;
}
.option-input.radio input:checked + label {
  color: #000;
  font-weight: 600;
}
.option-input.radio input + label {
  color: #777;
  font-weight: 400;
  font-size: 14px;
}

.option-input.checkbox input + label {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.radio, .checkbox {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.radio label, .checkbox label {
  padding-left: 5px;
  min-height: auto;
}

/*radio and checkbox end*/
.icon_btn {
  position: relative;
}

.icon_btn [type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

/* IMAGE STYLES */
.icon_btn [type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
.icon_btn [type=radio]:checked + img {
  display: none;
}

.icon_btn [type=radio]:checked ~ img.active {
  display: block !important;
}

.icon_btn [type=radio]:checked ~ span {
  color: #00a54f;
}

.icon_btn [type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

/* IMAGE STYLES checkbox*/
.icon_btn [type=checkbox] + img {
  cursor: pointer;
}

.icon_btn [type=checkbox]:checked ~ span {
  color: #00a54f;
}

.icon_btn.dose [type=checkbox]:checked ~ span {
  color: #00a54f;
  font-weight: 600;
}

.members label {
  position: relative;
}

.members label [type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.members label [type=radio]:checked + span.btn {
  background: #000;
  color: #fff;
  border: 2px solid #a9a9a9;
}

.btn-tags {
  position: relative;
}

.btn-tags [type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.btn-tags [type=checkbox]:checked + span.btn {
  background: #000;
  color: #fff;
  border: 2px solid #a9a9a9;
}

.btn-tags [type=checkbox]:checked + span.title-tag {
  border-color: #999;
}

.btn-tags [type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.btn-tags [type=radio]:checked + span.btn {
  background: #000;
  color: #fff;
  border: 2px solid #a9a9a9;
}

select.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  border: none;
  border-bottom: 1px solid #ced4da;
  width: 100%;
  height: 38px;
}
select.input:focus {
  outline: none;
}
select.input::-ms-expand {
  display: none;
}

span.select {
  position: absolute;
  bottom: 7px;
  right: 0;
}

.tooltips {
  cursor: pointer;
  position: relative;
}

.tooltips:hover:after {
  content: "";
  position: absolute;
  top: 15px;
  margin-left: 0px;
  left: 50%;
  border-top: 20px solid #fff;
  border-left: 20px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
}

.tiptool {
  position: relative;
}
.tiptool .tooltiptext {
  display: none;
  width: 294px;
  background: #fff;
  left: 0;
  right: 0;
  /*transform: translateX(50%);*/
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 22px 20px 21px;
  border-radius: 6px;
  position: absolute;
  z-index: 10;
  top: 5px;
  margin: auto;
}

.icon-arrow-left {
  font-style: normal;
}
.icon-arrow-left:after {
  content: "\f0d9";
  font-family: fontAwesome;
}

.icon-arrow-right {
  font-style: normal;
}
.icon-arrow-right:after {
  content: "\f0da";
  font-family: fontAwesome;
}

.tooltip_o {
  cursor: pointer;
  position: relative;
}
.tooltip_o:hover:after {
  content: "";
  position: absolute;
  top: 35px;
  margin-left: 0px;
  left: 50%;
  border-top: 20px solid #fff;
  border-left: 20px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.08);
}
.tooltip_o:hover + .tooltip {
  display: block;
  opacity: 1;
}

.tooltip {
  display: none;
  width: 294px;
  background: #fff;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 22px 20px 21px;
  border-radius: 6px;
  position: absolute;
  z-index: 10;
  margin: auto;
}

#portlet_com_liferay_login_web_portlet_LoginPortlet {
  max-width: 400px;
  margin: 30px auto 20px;
}
#portlet_com_liferay_login_web_portlet_LoginPortlet::before {
  content: "LOGIN";
  font-size: 30px;
  display: block;
  text-align: center;
}
#portlet_com_liferay_login_web_portlet_LoginPortlet .icon-monospaced {
  margin-left: 11px;
}
#portlet_com_liferay_login_web_portlet_LoginPortlet .navigation .taglib-icon-list,
#portlet_com_liferay_login_web_portlet_LoginPortlet fieldset + .button-holder {
  margin-left: 20px;
}
@media (max-width: 991px) {
  #portlet_com_liferay_login_web_portlet_LoginPortlet::before {
    font-size: 18px;
  }
}

/*header*/
header#banner {
  padding: 0 21px;
  /*border-bottom: 1px solid #dfdfdf;*/
}
header#banner .navbar-brand {
  padding-top: 27px;
  padding-bottom: 24px;
  padding-right: 15px;
  padding-left: 0;
  max-width: 168px;
}
header#banner nav {
  width: calc(100% - 174px);
  vertical-align: middle;
  display: inline-block;
}

.mainmenu {
  float: left;
}
.mainmenu li a {
  text-transform: uppercase;
  font-size: 12px;
  /*color: #231f20;*/
  color: #777;
  padding: 15px !important;
  font-weight: 600;
}
.mainmenu li a:hover {
  color: #000;
}
.mainmenu li a:focus {
  color: #000;
}
.mainmenu li a.active {
  color: #000;
  font-weight: 700;
}
.mainmenu li.selected a {
  color: #000;
}
.mainmenu li.active a {
  color: #000;
}

.mainmenu_icons {
  line-height: 28px;
  float: right;
}
.mainmenu_icons li a {
  color: #00a54f;
  padding: 10px;
}
.mainmenu_icons .toll_free {
  padding-right: 0;
}
.mainmenu_icons .toll_free span {
  display: block;
  line-height: 14px;
  color: #000;
}

.home_menu .close_menu {
  background: #00a54f;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  position: relative;
}
.home_menu .close_menu:before {
  content: "";
  position: absolute;
  left: 25%;
  width: 50%;
  height: 2px;
  background: #fff;
  top: 45%;
  transform: rotate(-45deg);
}
.home_menu .close_menu:after {
  content: "";
  position: absolute;
  left: 25%;
  width: 50%;
  height: 2px;
  background: #fff;
  top: 45%;
  transform: rotate(45deg);
}
.home_menu .show_mnav {
  display: none;
}
.home_menu li a {
  color: #a9a9a9;
  text-transform: capitalize;
}
.home_menu li a.active, .home_menu li a.active:hover {
  background: #00a54f;
  color: #fff !important;
}
.home_menu li a.sub_menu:hover, .home_menu li a.toll_free:hover {
  color: #00a54f;
}
.home_menu li .child-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  padding: 64px 0 0;
  z-index: 100;
}
.home_menu li .child-menu ul {
  width: 100%;
  padding: 15px 0;
  padding-bottom: 0;
  list-style: none;
  text-align: center;
  background: #fff;
  position: relative;
  /*box-shadow: 0 0 20px -1px rgba(0, 0, 0, 0.2);*/
  border: none;
}
.home_menu li .child-menu ul li.nav-item {
  display: inline-block;
  max-width: 115px;
  margin: 0 10px;
  position: initial;
}
.home_menu li .child-menu ul li.nav-item a {
  line-height: 14px;
  color: #00a54f;
  white-space: unset;
  border: none;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  max-width: 100px;
}
.home_menu li .child-menu ul li.nav-item a.collapsed {
  font-weight: 400;
  color: #000;
}
.home_menu li .child-menu ul li.nav-item.active a:before {
  content: "";
  position: absolute;
  bottom: -16px;
  width: 10px;
  height: 10px;
  left: 50%;
  transform: rotate(-45deg) translateX(-50%);
  border-left: 10px solid #00a54f;
  border-top: 10px solid #00a54f;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.home_menu li .child-menu ul li.nav-item .mobi_menu {
  display: none;
}
.home_menu li .child-menu ul .about_menu {
  padding-left: 35px;
  position: absolute;
  z-index: 1;
  background: #00a54f;
  padding-bottom: 15px;
}
.home_menu li .child-menu ul .about_menu li {
  display: block;
  /*max-width: 100%;*/
  text-align: left;
  line-height: 28px;
}
.home_menu li .child-menu ul .about_menu li a {
  color: #eee;
  font-weight: 400;
  font-size: 15px;
}
.home_menu li .child-menu ul .about_menu li a.active, .home_menu li .child-menu ul .about_menu li a:hover, .home_menu li .child-menu ul .about_menu li a:focus {
  color: #fff;
}

.home_icons {
  border: 2px solid #a9a9a9;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  padding: 0 !important;
  margin-top: 4px;
  margin-left: 0.5rem;
}

.navbar-nav .nav-link:hover {
  color: #00a54f !important;
}

.home_menu li .child-menu ul li.nav-item a {
  max-width: 108px;
}

.home_menu li .child-menu ul li.nav-item a.collapsed > span {
  display: block;
}

@media (max-width: 991px) {
  .home_menu li a.sub_menu.active {
    color: #00a54f !important;
  }
  .home_menu li a.sub_menu.active .show_mnav.fa {
    color: #000 !important;
  }
}
@media (max-width: 768px) {
  .home_menu li .child-menu ul li.nav-item a {
    max-width: 100px;
  }
  .home_menu li .child-menu ul li.nav-item a.collapsed img {
    max-height: 63px;
  }
}
/*header end*/
#banner:before {
  position: absolute;
  content: "";
  background-image: url(/o/magma-hdi-theme/images/Homepage_pattern.png) !important;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 85%;
  width: 82% !important;
  height: 401px !important;
  top: 0;
  right: 0;
}

.home_menu > li > a img {
  margin-top: -6px;
  max-width: 22px !important;
  mix-blend-mode: multiply;
}

@media (max-width: 991px) {
  header#banner nav.modify-pages {
    width: 100vw;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .home_menu {
    width: 100% !important;
  }
  .home_menu li a {
    color: #000;
  }
  .home_menu li > a.nav-link.sub_menu {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .mobile_nav {
    margin-top: 9px;
  }
  .secondLineNav {
    display: none !important;
  }
}
/*footer*/
footer {
  background: #000;
  color: #a9a9a9;
  padding-bottom: 40px;
}
footer .container-fluid {
  padding-left: 21px;
  padding-right: 21px;
}
footer hr {
  border-color: #555;
}
footer.footer_expanded {
  /*display: none;*/
}
footer.footer_expanded .show_moblist {
  pointer-events: none;
}
footer.footer_expanded .show_moblist span {
  display: none;
}
footer.footer_expanded .mobile_show {
  display: none;
}
footer.footer_expanded .mob_list {
  display: block;
}
footer.footer_expanded .social_icons a {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  /*margin: 0 7.5px;*/
  /*height: 24px;*/
  width: 40px;
  height: 40px;
  border-radius: 100px;
  line-height: 46px;
  text-align: center;
}
footer.footer_expanded .social_icons a:nth-child(2) {
  margin: 0 16px;
}
footer.footer_expanded .social_icons a.fb {
  background: #4867aa;
}
footer.footer_expanded .social_icons a.twitter {
  background: #52a2f2;
}
footer.footer_expanded .social_icons a.linkedin {
  background: #3d7bb6;
}
footer.footer_colapsed .social_icons {
  /*position: absolute;   
  top: -5px;*/
  margin-top: 40px;
}
footer.footer_colapsed .social_icons a {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  padding: 0 7.5px;
  height: 24px;
}
footer .footer_expand, footer .footer_minimise {
  background: #1b1b1b;
  border-top: 7px solid #00a54f;
  text-align: center;
  padding: 7px 0;
  cursor: pointer;
}
footer .input-group {
  max-width: 350px;
}
footer .input-group input {
  border-radius: 100px 0 0 100px !important;
  height: 36px;
  border: none;
}
footer .input-group input:focus {
  box-shadow: none;
}

.customer_care {
  border-bottom: 1px solid #555;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}
.customer_care a {
  color: #fff;
  text-transform: inherit;
}
.customer_care span img {
  margin-top: -6px;
  margin-right: 4px;
}
.customer_care .subscribe_text {
  height: 36px;
  line-height: 36px;
  margin: 0;
  text-align: right;
}

.footer_list p {
  margin-bottom: 10px;
}
.footer_list p a {
  color: #a9a9a9;
  text-transform: none;
}
.footer_list p a:hover {
  color: #fff;
}
.footer_list .col-lg-3 {
  max-width: 20%;
}
.footer_list .col-lg-2 {
  max-width: 16%;
}
.footer_list .social_icons a {
  padding: 0 2.9%;
}
.footer_list .col-md-4:last-child .m_b_5.mobile_show {
  display: none;
}

.mid_footer {
  border-bottom: 1px solid #555;
  text-align: center;
  padding: 20px 0;
}
.mid_footer a {
  font-weight: bold;
  float: left;
  padding: 0 25px;
  color: #fff;
  text-transform: inherit;
  border-right: 1px solid #555;
}
.mid_footer span:last-child a {
  border: none;
}

.bootom_footer {
  text-align: center;
  padding: 30px 0 20px;
}
.bootom_footer a {
  float: left;
  font-size: 12px;
  padding: 0 25px;
  color: #fff;
  text-transform: inherit;
  border-right: 1px solid #555;
}
.bootom_footer span:last-child a {
  border: none;
}

.footerBottom p {
  margin-bottom: 0;
}

/*footer end*/
/*home page*/
/*.bg_home_mid {
	background-image: url(../images/shape_2home.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 200px;
}*/
.bg_home_mid {
  /*&:before{
      position: fixed;
      content: "";
      background-image: url(../images/Homepage_pattern.png);
      background-repeat: no-repeat;
      background-position: right top;
      background-size: contain;
      width: 82%;
      height: 401px;
      top: 0;
      right: 0;
  }*/
}
.bg_home_mid h5.gray {
  color: #666 !important;
}
.bg_home_mid .home_img {
  width: 800px;
}

.dashed {
  border: 0.5px #ccc dashed;
}

.inner-card {
  width: 600px;
  margin: auto;
  max-width: 100%;
}

.home_search {
  position: relative;
  margin-top: 50px;
  border: 1px solid #999;
  border-radius: 100px;
  height: 56px;
  padding: 0 30px;
}
.home_search input {
  height: 100%;
  width: 100%;
  border: none;
}
.home_search input::placeholder {
  color: #777;
  opacity: 1;
  font-weight: 300;
  font-size: 18px;
}
.home_search input:-ms-input-placeholder {
  color: #777;
  font-weight: 300;
  font-size: 18px;
}
.home_search input::-ms-input-placeholder {
  color: #777;
  font-weight: 300;
  font-size: 18px;
}
.home_search input:focus + span {
  opacity: 1;
}
.home_search input:valid + span {
  opacity: 1;
}
.home_search span {
  position: absolute;
  opacity: 0.5;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.main_search {
  position: relative;
}
.main_search input {
  background: #e7e8ea;
  height: 48px;
  border-radius: 6px;
  border: none;
  padding: 15px;
}
.main_search span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #00a54f;
}

.w-80 {
  width: 80%;
}

/*home page end*/
.back_btn {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  border: none;
  color: #00a54f;
  cursor: pointer;
  z-index: 1;
}

.guest_info {
  max-width: 767px;
  margin: auto;
}
.guest_info .owl-stage-outer {
  /*overflow: visible;*/
  height: 100% !important;
}
.guest_info .owl-dots {
  display: none;
}
.guest_info .card {
  margin: 20px 30px;
  background: #f0f0f0;
}
.guest_info .card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 10;
}
.guest_info .card .inner-card {
  max-width: 100%;
  margin: auto;
  width: 460px;
}
.guest_info .card .inner-card h6.primary {
  font-weight: 700;
}
.guest_info .card .icon_btn {
  background: transparent;
  border: none;
  color: #a9a9a9;
  margin: 0 15px;
  font-weight: 600;
  cursor: pointer;
}
.guest_info .card .icon_btn:first-child {
  margin-left: 0;
}
.guest_info .card .icon_btn:last-child {
  margin-right: 0;
}
.guest_info .card .icon_btn img {
  width: 115px;
  margin: auto;
}
.guest_info .card .icon_btn img.active {
  display: none;
}
.guest_info .card .icon_btn.family img {
  width: 160px;
}
.guest_info .card .icon_btn:hover {
  color: #00a54f;
}
.guest_info .card .icon_btn.individual img {
  max-height: 105px;
  width: auto;
}
.guest_info .card .icon_btn.active {
  color: #00a54f;
}
.guest_info .card .icon_btn.active img {
  display: none;
}
.guest_info .card .icon_btn.active img.active {
  display: block;
}
.guest_info .card button.prev {
  height: 40px;
  width: 40px;
  padding: 0;
}
.guest_info .card button.next {
  height: 40px;
  width: 40px;
  padding: 0;
}
.guest_info .owl-nav {
  position: absolute;
  bottom: 88px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.guest_info .owl-nav button {
  height: 40px;
  width: 40px;
  text-align: center;
  margin: 0 3px;
}

.guest_info .owl-item .card .input_icon {
  background: transparent;
}

.guest_info .owl-item.active .card {
  background: #fff;
}
.guest_info .owl-item.active .card:before {
  content: none;
}
.guest_info .owl-item.active .card .input_icon {
  background: #fff;
}

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.loader img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 200px;
  height: 200px;
}

.otp .submit {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
}

.otp_numbers input {
  width: 25px;
  margin: 0 4px;
  text-align: center;
}

.calendar_icon {
  position: absolute;
  bottom: 8px;
  right: 0;
}

.card_icon img {
  width: 120px !important;
  margin: 15px auto;
}

.family_members {
  display: none;
}
.family_members .members {
  display: inline-block;
}
.family_members .members .btn-tag {
  width: 31px;
  padding: 0;
}

.right_options {
  position: absolute !important;
  right: 15px;
  bottom: 5px;
}
.right_options a {
  padding: 0 5px 15px;
  cursor: pointer;
}
.right_options span {
  padding: 0 5px 15px;
  cursor: pointer;
}

.share:hover .share_by {
  display: block;
}
.share .share_by {
  display: none;
  width: 180px;
  background: #fff;
  right: -30px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 10px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 35px;
}
.share .share_by:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 35px;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  transform: rotate(-45deg);
}
.share .share_by a {
  display: inline-block;
  font-size: 11px;
  text-transform: inherit;
  color: #00a54f;
  font-weight: 600;
  padding-bottom: 0;
}
.share .share_by a img {
  display: block;
  margin: auto;
  margin-bottom: 5px;
}

.card-head {
  position: relative;
}

.more_options {
  position: absolute !important;
  right: 35px;
  top: 20px;
}
.more_options a {
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
}

.edit_option {
  position: absolute !important;
  right: 65px;
  top: 5px;
}

.accordian_nav {
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
}
.accordian_nav .plus {
  display: none;
}

.accordian_nav.collapsed .minus {
  display: none;
}
.accordian_nav.collapsed .plus {
  display: block;
  margin-top: 4px;
}

.dotted {
  background-image: linear-gradient(to right, #777 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  border-color: transparent;
  margin: 5px 0;
  clear: both;
}

.main_accordion .card-body {
  margin: 0 -30px;
  padding: 0;
}
.main_accordion .inner-card {
  width: 600px;
  margin: auto;
  max-width: 100%;
}

.inner_accordian .inner-card {
  margin-bottom: 20px;
}

.accordion_head {
  cursor: pointer;
  /*font-weight: 600;*/
}

.accordion_head.collapsed .fa-angle-up:before {
  content: "\f107";
}

.copay_check {
  margin-left: 30px;
  margin-top: 10px;
}
.copay_check label {
  margin-bottom: 20px;
}
.copay_check .checkbox:last-child label {
  margin-bottom: 0;
}

.deductable_check {
  margin-left: 30px;
  margin-top: 10px;
}
.deductable_check label {
  margin-bottom: 20px;
}
.deductable_check .checkbox:last-child label {
  margin-bottom: 0;
}

.addition_cover {
  border: 1px solid #ccc;
  padding: 20px 15px;
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  min-height: 164px;
}
.addition_cover:nth-child(even) {
  margin-left: 20px;
}
.addition_cover img {
  float: left;
  margin-right: 10px;
}
.addition_cover h6 {
  padding-left: 50px;
}
.addition_cover .add_icon {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 20px;
  height: 20px;
  background: #999;
  font-size: 28px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
  text-align: center;
}

.addition_cover.active .add_icon {
  background: #ed2f37;
}

.plan-tabs {
  margin-top: 30px;
}
.plan-tabs ul.nav {
  border: none;
  display: block;
}
.plan-tabs ul.nav a {
  text-transform: capitalize;
  color: #737171;
  padding: 7px 14px;
  font-size: 16px;
}
.plan-tabs ul.nav li {
  display: inline-block;
}
.plan-tabs ul.nav li a.active {
  color: #00a54f;
  position: relative;
  font-weight: 700;
}
.plan-tabs ul.nav li a.active:after {
  position: absolute;
  content: "";
  width: 42px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #00a54f;
}
.plan-tabs .tab-content .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 18px;
}
.plan-tabs .tab-content .title img {
  margin-right: 13px;
  width: 30px;
}
.plan-tabs .tab-content .title_category {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.plan-tabs .tab-content .title_category:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.plan-tabs .tab-content .not_covered_list {
  list-style: none;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
.plan-tabs .tab-content .not_covered_list li {
  margin-bottom: 15px;
  position: relative;
}
.plan-tabs .tab-content .not_covered_list li:last0child {
  margin: 0;
}
.plan-tabs .tab-content .not_covered_list li:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #00a54f;
  border-radius: 10px;
  left: -20px;
  top: 5px;
}

.title-tag {
  font-size: 12px;
  border: 1px solid #eee;
  border-radius: 100px;
  padding: 5px 15px;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.title-tag.active {
  border-color: #999;
}

.modal.magma_modal {
  display: none;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.6);
}
.modal.magma_modal .modal-content {
  padding: 40px;
  position: relative;
  border-radius: 10px;
  overflow: visible;
}
.modal.magma_modal .modal-header {
  border: none;
  padding: 0;
  text-align: center;
  display: block;
}
.modal.magma_modal .modal-header .close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.modal.magma_modal .modal-body {
  padding: 0;
  padding-top: 30px;
}
.modal.magma_modal .modal-footer {
  border-top: none;
  margin-top: 30px;
  display: block;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.sum_list {
  margin-top: 25px;
  text-align: left;
  font-weight: 600;
}

.detail_tab ul {
  border-bottom: none;
  padding-top: 10px;
  display: inline-block;
}
.detail_tab ul li {
  margin-right: 93px;
  position: relative;
  float: left;
}
.detail_tab ul li:before {
  position: absolute;
  content: "";
  width: 65px;
  right: calc(100% + 14px);
  height: 1px;
  background: #b7b7b7;
  top: 48%;
}
.detail_tab ul li:last-child {
  margin-right: 0;
}
.detail_tab ul li:first-child:before {
  content: none;
}
.detail_tab ul li a {
  font-size: 16px;
  color: #b7b7b7;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding: 0;
}
.detail_tab ul li a span.tabindex {
  font-weight: 400;
  display: block;
  height: 16px;
  position: absolute;
  top: -22px;
  left: 0;
}
.detail_tab ul li a.done {
  color: #00a54f;
}
.detail_tab ul li a.active {
  font-size: 18px;
  color: #00a54f;
}
.detail_tab ul li a.active span.tabindex {
  font-size: 26px;
  height: 26px;
  font-weight: 300;
  top: -32px;
}
.detail_tab .details_img {
  float: left;
  margin-right: 20px;
  width: 37px;
}
.detail_tab .details_img .more_detaild_img span {
  position: relative;
  height: 21px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.detail_tab .details_img .more_detaild_img span:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #b7b7b7;
  left: 50%;
}
.detail_tab .details_img .more_detaild_img span:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #00a54f;
  bottom: 0;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.detail_tab .details {
  float: left;
  width: calc(100% - 57px);
}
.detail_tab .details .heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 14px 0 20px;
}

.details .form-group {
  margin-top: 40px;
  position: relative;
  margin-bottom: 0;
}

.calendar .fa-calendar {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.calendar .fa-calendar input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.calendar_two .input {
  position: relative;
  z-index: 1;
  background: transparent;
}

.insured_detail.collapsed .details_img .more_detaild_img {
  display: none;
}
.insured_detail.collapsed .details_img .detail_icon {
  display: none;
}
.insured_detail.collapsed .details_img .completed {
  display: block;
  width: 16px;
  margin: 12px auto;
  background: #00a54f;
  border-radius: 50px;
  height: 16px;
  text-align: center;
  color: #fff;
  line-height: 18px;
  font-size: 8px;
  position: relative;
}
.insured_detail.collapsed .details_img .completed:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  bottom: 6px;
  bottom: -25px;
  left: 50%;
  background: #00a54f;
}
.insured_detail.collapsed .details .heading {
  color: #00a54f;
}
.insured_detail.collapsed .details .heading .insured_form_edit {
  display: block;
}

.insured_detail .details_img .completed {
  display: none;
}
.insured_detail .details .heading .insured_form_edit {
  display: none;
}

.guest_info .owl-item.active .card:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 8.3%;
  background: #00a54f;
  left: 0;
  border-radius: 0 0 0 5px;
}
.guest_info .owl-item.active:nth-child(1) .card:after {
  width: 8.3%;
  transition: 1s ease-out;
}
.guest_info .owl-item.active:nth-child(1) .card.active:after {
  width: 16.6%;
  transition: 1s ease-out;
}
.guest_info .owl-item.active:nth-child(2) .card:after {
  width: 24.9%;
  transition: 1s ease-out;
}
.guest_info .owl-item.active:nth-child(2) .card.active:after {
  width: 33.2%;
  transition: 1s ease-out;
}
.guest_info .owl-item.active:nth-child(3) .card:after {
  width: 41.5%;
  transition: 1s ease-out;
}
.guest_info .owl-item.active:nth-child(3) .card.active:after {
  width: 49.8%;
  transition: 1s ease-out;
}
.guest_info .owl-item.active:nth-child(4) .card:after {
  width: 58.1%;
  transition: 1s ease-out;
}
.guest_info .owl-item.active:nth-child(4) .card.active:after {
  width: 66.4%;
  transition: 1s ease-out;
}
.guest_info .owl-item.active:nth-child(5) .card:after {
  width: 74.7%;
  transition: 1s ease-out;
}
.guest_info .owl-item.active:nth-child(5) .card.active:after {
  width: 83%;
  transition: 1s ease-out;
}
.guest_info .owl-item.active:nth-child(6) .card:after {
  width: 91.3%;
  transition: 1s ease-out;
}
.guest_info .owl-item.active:nth-child(6) .card.active:after {
  width: 99.6%;
  transition: 1s ease-out;
  border-radius: 0 0 5px 5px;
}
.guest_info.four_items .owl-item.active:nth-child(1) .card:after {
  width: 12.5%;
  transition: 1s ease-out;
}
.guest_info.four_items .owl-item.active:nth-child(1) .card.active:after {
  width: 25%;
  transition: 1s ease-out;
}
.guest_info.four_items .owl-item.active:nth-child(2) .card:after {
  width: 37.5%;
  transition: 1s ease-out;
}
.guest_info.four_items .owl-item.active:nth-child(2) .card.active:after {
  width: 50%;
  transition: 1s ease-out;
}
.guest_info.four_items .owl-item.active:nth-child(3) .card:after {
  width: 62.5%;
  transition: 1s ease-out;
}
.guest_info.four_items .owl-item.active:nth-child(3) .card.active:after {
  width: 75%;
  transition: 1s ease-out;
}
.guest_info.four_items .owl-item.active:nth-child(4) .card:after {
  width: 87.5%;
  transition: 1s ease-out;
}
.guest_info.four_items .owl-item.active:nth-child(4) .card.active:after {
  width: 100%;
  transition: 1s ease-out;
  border-radius: 0px 0px 5px 5px;
}
.guest_info.two_items .owl-item.active:nth-child(1) .card:after {
  width: 25%;
  transition: 1s ease-out;
}
.guest_info.two_items .owl-item.active:nth-child(1) .card.active:after {
  width: 50%;
  transition: 1s ease-out;
}
.guest_info.two_items .owl-item.active:nth-child(2) .card:after {
  width: 75%;
  transition: 1s ease-out;
}
.guest_info.two_items .owl-item.active:nth-child(2) .card.active:after {
  width: 100%;
  transition: 1s ease-out;
  border-radius: 0px 0px 5px 5px;
}

.motor_rollover {
  /*.owl-item {
  	&.active{
  		.card {
  			&:after {
  				content: "";
  				position: absolute;
  				bottom: 0;
  				height: 3px;
  				width: 6.25%;
  				background: #00a54f;
  				left: 0;
  				border-radius: 0 0 0 5px;
  			}
  		}
  		&:nth-child(1) {
  			.card {
  				&:after {
  					width: 6.25%;
  					transition: 1s ease-out;
  				}
  			}
  			.card.active {
  				&:after {
  					width: 12.5%;
  					transition: 1s ease-out;
  				}
  			}
  		}
  		&:nth-child(2) {
  			.card {
  				&:after {
  					width: 18.75%;
  					transition: 1s ease-out;
  				}
  			}
  			.card.active {
  				&:after {
  					width: 25%;
  					transition: 1s ease-out;
  				}
  			}
  		}
  		&:nth-child(3) {
  			.card {
  				&:after {
  					width: 31.25%;
  					transition: 1s ease-out;
  				}
  			}
  			.card.active {
  				&:after {
  					width: 37.5%;
  					transition: 1s ease-out;
  				}
  			}
  		}
  		&:nth-child(4) {
  			.card {
  				&:after {
  					width: 43.75%;
  					transition: 1s ease-out;
  				}
  			}
  			.card.active {
  				&:after {
  					width: 50%;
  					transition: 1s ease-out;
  				}
  			}
  		}
  		&:nth-child(5) {
  			.card {
  				&:after {
  					width: 56.25%;
  					transition: 1s ease-out;
  				}
  			}
  			.card.active {
  				&:after {
  					width: 62.5%;
  					transition: 1s ease-out;
  				}
  			}
  		}
  		&:nth-child(6) {
  			.card {
  				&:after {
  					width: 68.75%;
  					transition: 1s ease-out;
  				}
  			}
  			.card.active {
  				&:after {
  					width: 75%;
  					transition: 1s ease-out;
  					border-radius: 0 0 5px 5px;
  				}
  			}
  		}
  		&:nth-child(7) {
  			.card {
  				&:after {
  					width: 81.25%;
  					transition: 1s ease-out;
  				}
  			}
  			.card.active {
  				&:after {
  					width: 87.5%;
  					transition: 1s ease-out;
  					border-radius: 0 0 5px 5px;
  				}
  			}
  		}
  		&:nth-child(8) {
  			.card {
  				&:after {
  					width: 93.75%;
  					transition: 1s ease-out;
  				}
  			}
  			.card.active {
  				&:after {
  					width: 100%;
  					transition: 1s ease-out;
  					border-radius: 0 0 5px 5px;
  				}
  			}
  		}
  	}
  }*/
}
.motor_rollover .owl-item.active .card:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 8.3%;
  background: #00a54f;
  left: 0;
  border-radius: 0 0 0 5px;
}
.motor_rollover .owl-item.active:nth-child(1) .card:after {
  width: 8.3%;
  transition: 1s ease-out;
}
.motor_rollover .owl-item.active:nth-child(1) .card.active:after {
  width: 16.6%;
  transition: 1s ease-out;
}
.motor_rollover .owl-item.active:nth-child(2) .card:after {
  width: 24.9%;
  transition: 1s ease-out;
}
.motor_rollover .owl-item.active:nth-child(2) .card.active:after {
  width: 33.2%;
  transition: 1s ease-out;
}
.motor_rollover .owl-item.active:nth-child(3) .card:after {
  width: 41.5%;
  transition: 1s ease-out;
}
.motor_rollover .owl-item.active:nth-child(3) .card.active:after {
  width: 49.8%;
  transition: 1s ease-out;
}
.motor_rollover .owl-item.active:nth-child(4) .card:after {
  width: 58.1%;
  transition: 1s ease-out;
}
.motor_rollover .owl-item.active:nth-child(4) .card.active:after {
  width: 66.4%;
  transition: 1s ease-out;
}
.motor_rollover .owl-item.active:nth-child(5) .card:after {
  width: 74.7%;
  transition: 1s ease-out;
}
.motor_rollover .owl-item.active:nth-child(5) .card.active:after {
  width: 83%;
  transition: 1s ease-out;
}
.motor_rollover .owl-item.active:nth-child(6) .card:after {
  width: 91.3%;
  transition: 1s ease-out;
}
.motor_rollover .owl-item.active:nth-child(6) .card.active:after {
  width: 99.6%;
  transition: 1s ease-out;
  border-radius: 0 0 5px 5px;
}

.height_weight {
  display: inline-block;
  width: 100%;
}

.full_hr {
  width: 100%;
  position: absolute;
  left: 0;
}

.add_circle {
  border-radius: 10px;
  border: 1px solid;
  width: 16px;
  height: 16px;
  line-height: 14px;
  font-size: 10px;
}

.upload_file {
  position: absolute !important;
  bottom: 5px;
  right: 0;
  text-align: center;
  width: 22px;
  height: 22px;
}
.upload_file input {
  position: absolute;
  opacity: 0;
  height: 100%;
  left: 0;
}

.other_doc {
  border-bottom: 1px solid #ced4da;
  margin-bottom: -1px;
  cursor: pointer;
  /*span {
  	font-weight: 300;
  }*/
}

.other_documents {
  display: none;
  padding: 38px;
  border: 1px solid #ced4da;
}
.other_documents .checkbox {
  margin-bottom: 30px;
}
.other_documents .checkbox input {
  font-size: 14px;
}

.relation .icon_btn {
  background: transparent;
  border: none;
  color: #a9a9a9;
  margin: 0 16px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
.relation .icon_btn img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 62px;
}
.relation .icon_btn img.active {
  display: none;
}

.medical_details .d-inline-block {
  position: relative;
}

.medical_info {
  display: none;
}

.accordian_head {
  cursor: pointer;
}

.accordian_head.open_head .fa-angle-down:before {
  content: "\f106";
}

.medication {
  margin-top: 33px;
}

.icon_btn.dose {
  display: inline-block;
  margin: 0 6%;
  font-size: 14px;
  color: #777;
}
.icon_btn.dose span {
  height: 40px;
  display: block;
  position: relative;
  padding-top: 22px;
  text-align: center;
}
.icon_btn.dose img {
  display: block;
  margin: auto;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*motor scss*/
.guest_info .guest_motor .icon_btn {
  margin: 0 10px;
}
.guest_info .guest_motor .icon_btn:first-child {
  margin-left: 0;
}
.guest_info .guest_motor .icon_btn:last-child {
  margin-right: 0;
}
.guest_info .guest_motor .icon_btn img {
  width: 92px;
}
.guest_info .wheeler .icon_btn img {
  width: 170px;
}

.input_icon {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 5px;
  cursor: pointer;
  background: #FFF;
}

.input_angle {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  cursor: pointer;
}

.input_icon.second {
  right: 25px;
}

.know_reg_no {
  margin-left: 50px;
}

hr.bg_light_gray {
  border: none;
  height: 1px;
}

.range[type=range] {
  -webkit-appearance: none;
  -moz-apperance: none;
  height: 6px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.15, #00a54f), color-stop(0.15, #f0f0f0));
  padding: 0;
  border: none;
  border-radius: 6px;
  /*mozila*/
  /*ie*/
}
.range[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  box-shadow: 0 1px 8px -2px #000;
  cursor: pointer;
}
.range[type=range]::-moz-range-track {
  -webkit-appearance: none;
  -moz-apperance: none;
  border-radius: 6px;
  height: 6px;
  background-color: #f0f0f0;
  padding: 0;
  border: none;
}
.range[type=range]::-moz-range-progress {
  background-color: #00a54f;
}
.range[type=range]::-moz-range-thumb {
  -webkit-appearance: none !important;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  box-shadow: 0 1px 8px -2px #000;
  cursor: pointer;
}
.range[type=range]::-ms-track {
  border: none;
  height: 6px;
  color: transparent;
}
.range[type=range]::-ms-thumb {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  box-shadow: 0 1px 8px -2px #000;
  cursor: pointer;
}
.range[type=range]::-ms-fill-upper {
  background: #f0f0f0;
}
.range[type=range]::-ms-fill-lower {
  background: #00a54f;
}

output.output {
  position: absolute;
  background-image: linear-gradient(#eee, #ccc);
  height: 22px;
  text-align: center;
  color: #424242;
  border-radius: 10px;
  display: inline-block;
  bottom: 118%;
  left: 0;
  margin-left: -20px;
  padding: 0 5px;
  box-shadow: 0px 1px 10px -3px #000;
}
output.output:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #ccc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}

/*[if IE]>
    [type='range'].range {
        height: 22px;
    }
<![endif]*/
.motor_accordian .addOn {
  display: inline-block;
  width: 100%;
}
.motor_accordian .accordion_head {
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
}
.motor_accordian .accordion_head.collapsed {
  border-bottom: 0;
}
.motor_accordian .icon_btn {
  margin: 0 1%;
  width: 30%;
  margin-bottom: 20px;
  float: left;
  min-height: 125px;
  /*[type=checkbox] {
  	&:checked {
  		~ {
  			div span {
  				font-weight: 400;
  				color: #000;
  			}
  		}
  	}
  }*/
}
.motor_accordian .icon_btn:first-child {
  margin-left: 0;
}
.motor_accordian .icon_btn:last-child {
  margin-right: 0;
}
.motor_accordian .icon_btn img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.motor_accordian .icon_btn span {
  font-weight: 300;
  font-size: 14px;
}
.motor_accordian .icon_btn .acty_bold span {
  font-weight: 400;
  color: #000;
}
.motor_accordian .icon_btn label {
  min-height: 50px;
}

.in_accordion_head {
  cursor: pointer;
}
.in_accordion_head img.plus {
  display: none;
}

.in_accordion_head.collapsed img.minus {
  display: none;
}
.in_accordion_head.collapsed img.plus {
  display: block;
}

.fuel_used {
  position: relative;
  height: 20px;
}
.fuel_used label.icon_btn {
  margin: 0;
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
  width: auto;
  z-index: 1;
}
.fuel_used label.icon_btn:nth-child(2) {
  left: 33%;
}
.fuel_used label.icon_btn:nth-child(3) {
  left: 66%;
}
.fuel_used label.icon_btn:nth-child(4) {
  left: auto;
  right: 0;
}
.fuel_used .icon_btn span {
  font-weight: 400;
  font-size: 14px;
  color: #a9a9a9;
}
.fuel_used .icon_btn [type=radio]:checked ~ span {
  font-weight: 600;
}

.fuel_motion {
  position: relative;
  padding-top: 35px;
  margin-bottom: 30px;
}
.fuel_motion img {
  position: absolute;
  top: 30px;
  z-index: 10;
  margin-left: -5px;
  left: 5px;
}
.fuel_motion:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  background: #dbdbdb;
  left: 0;
}

img.plus, img.minus {
  width: 16px;
}

.geographical_extention .option-input {
  display: inline-block;
  margin-right: 20px;
  min-width: 126px;
}

.border_mid {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-top: 20px;
}

.head_popup {
  /*display: none;*/
  position: absolute;
  width: calc(100% - 30px);
  height: 60px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  top: 0;
  left: 15px;
  text-align: center;
  color: #777;
  padding-top: 18px;
  z-index: 1;
}

/*key benefits*/
.circle_small {
  width: 100px;
  border: 1px solid #ccc;
  border-radius: 100px;
  height: 100px;
  float: left;
  padding: 0 10px;
  font-size: 10px;
  position: absolute !important;
  background: #fff;
  display: table;
}
.circle_small span {
  display: table-cell;
  vertical-align: middle;
  /*color: #999;*/
}

.circle_large {
  width: 170px;
  border: 1px solid #ccc;
  border-radius: 100px;
  height: 170px;
  float: left;
  padding: 0 25px;
  font-size: 10px;
  position: absolute !important;
  background: #fff;
  display: table;
}
.circle_large span {
  display: table-cell;
  vertical-align: middle;
  /*color: #999;*/
}

.key_benefits {
  position: relative;
  height: 400px;
  width: 390px;
  margin: auto;
}

.key_benefits .circle_1 {
  left: 30px;
  top: 20px;
  z-index: 5;
}

.key_benefits .circle_2 {
  left: 110px;
  top: 0;
  z-index: 2;
}

.key_benefits .circle_3 {
  left: 260px;
  top: 20px;
  z-index: 5;
}

.key_benefits .circle_4 {
  left: 0;
  top: 100px;
}

.key_benefits .circle_5 {
  left: 145px;
  top: 135px;
  z-index: 5;
  padding: 15px 5px;
}

.key_benefits .circle_6 {
  left: 220px;
  top: 100px;
}

.key_benefits .circle_7 {
  left: 30px;
  top: 250px;
  z-index: 5;
}

.key_benefits .circle_8 {
  left: 110px;
  top: 200px;
  z-index: 2;
}

.key_benefits .circle_9 {
  left: 260px;
  top: 250px;
  z-index: 5;
}

.model_box, .varient_box {
  /*padding: 15px;*/
  /*border: 1px solid #ced4da;*/
  /*border-top: none;*/
  /*position: absolute;*/
  /*z-index: 1;*/
  /*background: #fff;*/
  display: none;
  /*width: 100%;*/
}

/*key benefits end*/
.ui-autocomplete {
  position: absolute;
  z-index: 10;
  list-style: none;
  padding: 0;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  max-height: 300px;
  overflow-y: scroll;
}
.ui-autocomplete li {
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
}
.ui-autocomplete li:last-child {
  border-bottom: 1px solid #d4d4d4;
}
.ui-autocomplete li:hover {
  background-color: #f0f0f0;
}
.ui-autocomplete li .ui-state-active {
  background: transparent;
  color: inherit;
}
.ui-autocomplete::-webkit-scrollbar {
  width: 7px;
}
.ui-autocomplete::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.ui-autocomplete::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

/*ipa keybenefits*/
.key_benefits_ipa {
  height: 300px;
  width: 300px;
  margin: auto;
  position: relative;
}
.key_benefits_ipa .benefit_circle {
  width: 130px;
  border: 1px solid #ccc;
  border-radius: 100px;
  height: 130px;
  padding: 0 10px;
  font-size: 10px;
  position: absolute !important;
  background: #fff;
  display: table;
}
.key_benefits_ipa .benefit_circle span {
  display: table-cell;
  vertical-align: middle;
  /*color: #999;*/
}

.circle_ipa1 {
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.circle_ipa4 {
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 0;
}

.circle_ipa2 {
  top: 50%;
  transform: translateY(-50%);
  padding-right: 20px !important;
}

.circle_ipa3 {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding-left: 20px !important;
}

.mid_circle {
  width: 100px;
  border: 1px solid #ccc;
  border-radius: 100px;
  height: 100px;
  padding: 15px 5px;
  font-size: 10px;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

/*ipa keybenefits end*/
/*datepicker*/
.datepicker-dropdown {
  border-radius: 10px;
  left: auto !important;
  border: none;
  padding: 0;
  border: none !important;
  overflow: hidden;
  box-shadow: 0px 0px 15px -1px;
  min-height: 260px;
  width: 255px;
  font-family: "Josefin Sans", sans-serif;
  z-index: 10 !important;
  padding-bottom: 10px;
}
.datepicker-dropdown table {
  border-collapse: collapse;
  width: 100%;
}
.datepicker-dropdown table thead tr:first-child {
  background: #00a54f;
  color: #fff;
  height: 40px;
}
.datepicker-dropdown table thead tr:first-child th {
  min-width: 35px;
  border-radius: 0;
}
.datepicker-dropdown table thead tr:first-child th .icon-arrow-left:after, .datepicker-dropdown table thead tr:first-child th .icon-arrow-right:after {
  content: none;
}
.datepicker-dropdown table thead tr:first-child th .icon-arrow-left:before {
  content: "\f0d9";
}
.datepicker-dropdown table thead tr:first-child th .icon-arrow-right:before {
  content: "\f0da";
}
.datepicker-dropdown table thead tr:first-child th:hover {
  background: #218838;
}
.datepicker-dropdown table thead tr th.dow {
  color: #00a54f;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  width: 35px;
  height: 35px;
  padding-top: 18px;
}
.datepicker-dropdown tbody tr td.day {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
}
.datepicker-dropdown tbody tr td.day.active {
  background: #00a54f;
}
.datepicker-dropdown tbody tr td.day.old {
  color: #a9a9a9;
}

.page_navigation {
  position: fixed;
  right: 15px;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
  /*display: none;*/
}

.page_navigation div {
  position: relative;
  cursor: pointer;
  text-align: right;
  height: 20px;
  clear: both;
  overflow: hidden;
}

.page_navigation div:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 10px;
  right: 8px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}

.page_navigation div a {
  background: #000;
  border-radius: 10px;
  font-size: 10px;
  padding: 4px 10px;
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  height: 100%;
  display: block;
  float: right;
  width: 0;
}

.page_navigation div.active:after, .page_navigation div:hover:after {
  background: #00a54f;
  width: 6px;
  height: 6px;
}

.page_navigation div.active a, .page_navigation div:hover a {
  opacity: 1;
  width: auto;
  padding: 4px 20px 2px 10px;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0, 0.6);
}

/***************************about us****************************/
.tabs_1 {
  width: 85%;
  margin: auto;
}
.tabs_1 li {
  width: 33%;
  text-align: center;
}
.tabs_1 li a {
  display: block;
  padding: 10px;
  text-transform: capitalize;
  color: #424242;
  font-size: 18px;
}
.tabs_1 li a.active {
  color: #00a54f;
  font-weight: 700;
  position: relative;
}
.tabs_1 li a.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #00a54f;
}
.tabs_1.two_tabs {
  width: 50%;
}
.tabs_1.two_tabs li {
  width: 50%;
}

#why_magma > article .p-4.text-center img {
  width: 175px;
  margin-bottom: 10px;
}

.claim_settlement .primary .big_one {
  font-size: 70px;
}
.claim_settlement .average h1 {
  font-size: 50px;
}

.card.text-center img {
  margin: auto;
}

.offices .big_text {
  font-size: 85px;
  font-weight: bold;
  color: #fff;
}
.offices .mid_hr {
  border-right: 1px solid;
  border-color: rgba(204, 204, 204, 0.6);
}
.offices .font_40 {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.7);
}

.quote_in p {
  color: #fff;
  position: relative;
  width: 62%;
  margin: auto;
}
.quote_in p:before {
  content: "";
  position: absolute;
  background: url(../images/left-quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  left: -40px;
  top: 0;
  opacity: 0.4;
}
.quote_in p:after {
  content: "";
  position: absolute;
  background: url(../images/left-quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  transform: rotateY(180deg);
  right: -40px;
  bottom: 0;
  opacity: 0.4;
}

.awards {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.awards h3 {
  position: absolute;
  color: #fff;
  bottom: 0;
  margin: 0;
  text-align: center;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  height: 80px;
  padding-top: 30px;
  width: 100%;
  font-weight: bold;
}

.glance {
  text-align: center;
}
.glance .big_text {
  font-size: 70px;
  font-weight: 100;
}

.general_insurance .card {
  padding: 12%;
}

.testimonials {
  padding-top: 60px;
  overflow: hidden;
}
.testimonials .owl-stage-outer {
  overflow: visible;
}
.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.testimonials .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #707070;
  margin: 7px;
}
.testimonials .owl-dots .owl-dot.active {
  background: #00a54f;
}
.testimonials .card .test_img {
  width: 130px;
  height: 130px;
  border-radius: 100px;
  overflow: hidden;
  margin: -95px auto 0;
}
.testimonials .card p {
  margin: 40px 0;
}
.testimonials .card h6 {
  position: relative;
  padding-bottom: 15px;
  margin: 0;
}
.testimonials .card h6:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #00a54f;
}
.testimonials .item {
  padding: 15px;
}

.core_tab {
  background: #f1faf5;
}

.core_team_tabs {
  width: 85%;
  margin: auto;
  border-bottom: none;
}
.core_team_tabs li {
  width: 33%;
  text-align: center;
}
.core_team_tabs li a {
  display: block;
  padding: 15px 10px;
  text-transform: capitalize;
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 600;
}
.core_team_tabs li a.active {
  color: #424242;
  background: transparent;
}

.board_ofdirectors .exec_post {
  padding-bottom: 15px;
  position: relative;
}
.board_ofdirectors .exec_post:after {
  position: absolute;
  content: "";
  width: 50px;
  bottom: 0;
  background: #00a54f;
  left: 0;
  height: 3px;
}

.team_members {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
.team_members .member_info {
  position: absolute;
  color: #fff;
  bottom: 0;
  margin: 0;
  text-align: center;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  height: 80px;
  padding-top: 25px;
  width: 100%;
}
.team_members .member_info .show_more_media {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 14px;
}

.team_modal .modal-dialog {
  max-width: 75%;
  margin-top: 5%;
}
.team_modal .close {
  position: absolute;
  right: -30px;
  top: -30px;
  opacity: 1;
}
.team_modal .modal-body {
  padding: 5%;
  display: inline-block;
  width: 100%;
}
.team_modal .exec_post {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.team_modal .exec_post:after {
  position: absolute;
  content: "";
  width: 50px;
  bottom: 0;
  background: #00a54f;
  left: 0;
  height: 3px;
}
.team_modal .w-50 img {
  padding-right: 20px;
}

.mid_hr {
  border-right: 1px solid #ccc;
}

.bg_main {
  position: relative;
  background: #eee;
  padding-bottom: 100px;
  /*new pages*/
  /*&.bg_LoanGuard1{
  	&:before{
  		background-image: url(../images/banners/Loan-Guard1.jpg);

  	}
  }*/
  /*
  &.bg_motor_act_only{
  	&:before{
  		background-image: url(../images/banners/Shopkeepers_Package_Policy.jpg);
  		width:100px;
  		hight:90px
  	}
  }








  &.bg_public_liability_in{
  	&:before{
  		background-image: url(../images/banners/Shopkeepers_Package_Policy.jpg);
  	}
  }
  &.bg_error_omission{
  	&:before{
  		background-image: url(../images/banners/Shopkeepers_Package_Policy.jpg);
  	}
  }


  */
}
.bg_main.height_400 {
  height: 400px;
}
.bg_main .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background: rgba(0, 0, 0, 0.28);
}
.bg_main:before {
  content: "";
  background-image: url(../images/banners/About_Us.jpg);
  /*background-image: url(../images/banners/Motor-TIP.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  width: 100%;
  position: absolute;
  top: 0;
}
.bg_main.small_header {
  height: 200px;
}
.bg_main.small_header:before {
  height: 200px;
}
.bg_main .header_info {
  position: relative;
  width: calc(100% - 30px);
  left: 15px;
  top: 100px;
  padding: 5% 7% 5% 7%;
  /*h1{
  	font-size: 2rem;
  }*/
}
.bg_main.bg_blog:before {
  background-image: url(../images/banners/Blog.jpg);
  background-position: 0px 14%;
}
.bg_main.bg_contact:before {
  background-image: url(../images/banners/Contact_Us.jpg);
}
.bg_main.bg_marine:before {
  background-image: url(../images/banners/Marine.jpg);
}
.bg_main.bg_public_disclosure:before {
  background-image: url(../images/banners/Public_Disclosure.jpg);
  background-position: 0 70%;
}
.bg_main.bg_legal_disclaimer:before {
  background-image: url(../images/banners/Legal_disclaimer.jpg);
}
.bg_main.bg_public_liability:before {
  background-image: url(../images/banners/Public_Liability.jpg);
}
.bg_main.bg_Privacy_Policy:before {
  background-image: url(../images/banners/Privacy_Policy.jpg);
  background-position: 0 36%;
}
.bg_main.bg_terms:before {
  background-image: url(../images/banners/Terms_&_Condition.jpg);
}
.bg_main.bg_ipa:before {
  background-image: url(../images/banners/IPA.jpg);
}
.bg_main.bg_unclaimed_amount:before {
  background-image: url(../images/banners/Unclaimed_amount.jpg);
}
.bg_main.bg_media_center:before {
  background-image: url(../images/banners/Media_Center.jpg);
}
.bg_main.bg_glossary:before {
  background-image: url(../images/banners/Glossary.jpg);
  background-position: 0 35%;
}
.bg_main.bg_risk_management:before {
  background-image: url(../images/banners/Risk_Management.jpg);
  background-position: 0 82%;
}
.bg_main.bg_products_withdrawn:before {
  background-image: url(../images/banners/Products_Withdrawn.jpg);
}
.bg_main.bg_download:before {
  background-image: url(../images/banners/Downloads.jpg);
}
.bg_main.bg_burglary:before {
  background-image: url(../images/banners/Burglary.jpg);
  background-position: 0 22%;
}
.bg_main.bg_fire:before {
  background-image: url(../images/banners/Fire_Insurance.jpg);
}
.bg_main.bg_engineering:before {
  background-image: url(../images/banners/Engineering.jpg);
}
.bg_main.bg_commercial_vehicle:before {
  background-image: url(../images/banners/Commercial_Vehicle.jpg);
}
.bg_main.bg_one_health:before {
  background-image: url(../images/banners/One_health.jpg);
}
.bg_main.bg_private_car:before {
  background-image: url(../images/banners/Private_Car.jpg);
}
.bg_main.bg_Group_Healths:before {
  background-image: url(../images/banners/Group_Health.jpg);
}
.bg_main.bg_Commercials_Crime:before {
  background-image: url(../images/banners/Commercials_Crime.jpg);
}
.bg_main.bg_two_wheeler:before {
  background-image: url(../images/banners/Two_Wheeler.jpg);
}
.bg_main.bg_CGL_shutterstock:before {
  background-image: url(../images/banners/CGL_shutterstock.jpg);
}
.bg_main.bg_customer_poll:before {
  background-image: url(../images/banners/Customer_Poll.jpg);
}
.bg_main.bg_csr_screen:before {
  background-image: url(../images/banners/CSR_Screen.jpg);
}
.bg_main.bg_Award_Screen:before {
  background-image: url(../images/banners/Award_Screen.jpg);
}
.bg_main.bg_tax_benefits:before {
  background-image: url(../images/banners/Tax_Benefits.jpg);
}
.bg_main.bg_surveyor_registration:before {
  background-image: url(../images/banners/Surveyor_Registration.jpg);
}
.bg_main.bg_career:before {
  background-image: url(../images/banners/Career.jpg);
}
.bg_main.bg_agent:before {
  background-image: url(../images/banners/Agent_registration.jpg);
}
.bg_main.bg_loan_guard:before {
  background-image: url(../images/banners/Loan_Guard.jpg);
}
.bg_main.bg_clinical_trials:before {
  background-image: url(../images/banners/Clinical_Trials_Liability.jpg);
}
.bg_main.bg_commercial_vehicle_package:before {
  background-image: url(../images/banners/Commercial_Vehicle_Package_Policy.jpg);
}
.bg_main.bg_boiler_pressure:before {
  background-image: url(../images/banners/Boiler_&_Pressure_Plant_Insurance.jpg);
}
.bg_main.bg_contractors_all_risk:before {
  background-image: url(../images/banners/Contractors_All_risk.jpg);
}
.bg_main.bg_marine_cargo:before {
  background-image: url(../images/banners/Marine_Cargo_Insurance.jpg);
}
.bg_main.bg_industrial_all_risk:before {
  background-image: url(../images/banners/Industrial_All_Risk.jpg);
}
.bg_main.bg_fire_loss:before {
  background-image: url(../images/banners/Fire_loss.jpg);
}
.bg_main.bg_directors_officers_liability:before {
  background-image: url(../images/banners/Directors_and_Officers.jpg);
}
.bg_main.bg_erectron_all_risk:before {
  background-image: url(../images/banners/Erection_All_Risk.jpg);
}
.bg_main.bg_machinery_loss_profit:before {
  background-image: url(../images/banners/Machinery_Loss_of_Profit.jpg);
}
.bg_main.bg_motor_tractor_package:before {
  background-image: url(../images/banners/Motor_Tractor_Package.jpg);
}
.bg_main.bg_public_liability_in_act:before {
  background-image: url(../images/banners/Public_Liability_Act_Only.jpg);
}
.bg_main.bg_do_not_call:before {
  background-image: url(../images/banners/do_not_call.jpg);
  background-size: auto;
}
.bg_main.bg_motor_trade_insurance_package:before {
  background-image: url(../images/banners/Motor_Trade_Policy.png);
  background-size: contain;
  background-position: center -66px;
}
.bg_main.bg_electronic_equipment:before {
  background-image: url(../images/banners/Electronic_Equipment_insurance.jpg);
}
.bg_main.bg_error_omission:before {
  background-image: url(../images/banners/Errors_Omission.jpg);
}
.bg_main.bg_public_liability_industrial_in:before {
  background-image: url(../images/banners/Public_Liability_Industrial.jpg);
}
.bg_main.bg_shopkeepers_package:before {
  background-image: url(../images/banners/Shopkeepers_Package_Policy.jpg);
}
.bg_main.bg_site_map:before {
  background-image: url(../images/banners/site-map.jpg);
  background-position: 0 50%;
}
.bg_main.bg_contractor_plant_machinery:before {
  background-image: url(../images/banners/Contractors-Plant-and-Machinery.jpg);
}
.bg_main.bg_motor_trade_internal_risk:before {
  background-image: url(../images/banners/Motor_Trade_Internal_Risk.jpg);
}
.bg_main.bg_liability-insurance:before {
  background-image: url(../images/banners/liability-insurance.jpg);
}
.bg_main.bg_marine-insurance:before {
  background-image: url(../images/banners/marine-insurance.png);
}
.bg_main.bg_engineering-insurance:before {
  background-image: url(../images/banners/engineering-insurance.jpg);
}
.bg_main.bg_motor-insurance:before {
  background-image: url(../images/banners/motor-insurance.jpg);
}
.bg_main.bg_health-insurance:before {
  background-image: url(../images/banners/health-insurance.jpg);
}
.bg_main.bg_miscellaneous-insurance:before {
  background-image: url(../images/banners/miscellaneous-insurance.jpg);
}
.bg_main.bg_corona:before {
  background-image: url(../images/banners/covid.jpg);
}
.bg_main.bg_fire-insurance:before {
  background-image: url(../images/banners/fire-insurance.jpg);
}
.bg_main.bg_health:before {
  background-image: url(../images/banners/Health.jpg);
}
.bg_main.bg_PersonalAccident:before {
  background-image: url(../images/banners/Personal-Accident.jpg);
}
.bg_main.bg_LoanGuard:before {
  background-image: url(../images/banners/LoanGuards.jpg);
}
.bg_main.bg_OneHealth:before {
  background-image: url(../images/banners/OneHealth.jpg);
}
.bg_main.bg_Health_Check_up:before {
  background-image: url(../images/banners/Health-Check-up.jpg);
}
.bg_main.bg_RSA:before {
  background-image: url(../images/banners/RSA.jpg);
}
.bg_main.bg_Senoir_Citizen:before {
  background-image: url(../images/banners/Senoir-Citizen.jpg);
}
.bg_main.bg_Commercial_VehiclePp:before {
  background-image: url(../images/banners/Commercial-VehicleP.jpg);
  background-position: top;
}
.bg_main.bg_Motor_InsurancePp:before {
  background-image: url(../images/banners/Motor-InsuranceP.jpg);
  background-position: top;
}
.bg_main.bg_Motor_OnlyPp:before {
  background-image: url(../images/banners/Motor-OnlyP.jpg);
  background-position: top;
}
.bg_main.bg_Motor_TIPp:before {
  background-image: url(../images/banners/Motor-TIP.jpg);
  background-position: top;
}
.bg_main.bg_Motor_Trade_InternalRPPp:before {
  background-image: url(../images/banners/Motor-Trade-InternalRPP.jpg);
  background-position: top;
}
.bg_main.bg_Private_CarPp:before {
  background-image: url(../images/banners/Private-CarP.jpg);
  background-position: top;
}
.bg_main.bg_Stand_ODPrivateCarPp:before {
  background-image: url(../images/banners/Stand-Alone-OD-PrivateCarP.jpg);
  background-position: top;
}
.bg_main.bg_Stand_AlonePp:before {
  background-image: url(../images/banners/Stand-Alone-OD-TwoWheelerP.jpg);
  background-position: top;
}
.bg_main.bg_Third_TTWMIP:before {
  background-image: url(../images/banners/Third-Party-Long-TTWMIPP.jpg);
  background-position: top;
}
.bg_main.bg_Two_WheelerPPIPp:before {
  background-image: url(../images/banners/Two-WheelerPPIP.jpg);
  background-position: top;
}
.bg_main.bg_EInsurance:before {
  background-image: url(../images/banners/E-Insurance-Account-Banner.jpg);
  background-position: top;
}
.bg_main.bg_customer_testimonials:before {
  background-image: url(../images/banners/customer-testimonials-Banner.jpg);
  background-position: top;
}
.bg_main.bg_Burglary1:before {
  background-image: url(../images/banners/Burglary1.jpg);
  background-position: top;
}
.bg_main.bg_Engineering1:before {
  background-image: url(../images/banners/Engineering1.jpg);
  background-position: top;
}
.bg_main.bg_Fire1:before {
  background-image: url(../images/banners/Fire1.jpg);
  background-position: top;
}
.bg_main.bg_Fires1:before {
  background-image: url(../images/banners/Fire.jpg);
  background-position: top;
}
.bg_main.bg_Machinery_Breakdown1:before {
  background-image: url(../images/banners/Machinery-Breakdown1.jpg);
  background-position: top;
}
.bg_main.bg_Marine_Cargo1:before {
  background-image: url(../images/banners/Marine-Cargo1.jpg);
  background-position: top;
}
.bg_main.bg_Marine1:before {
  background-image: url(../images/banners/Marine1.jpg);
  background-position: top;
}
.bg_main.bg_Miscellaneous1:before {
  background-image: url(../images/banners/Miscellaneous1.jpg);
  background-position: top;
}
.bg_main.bg_Standard_Fire1:before {
  background-image: url(../images/banners/Standard-Fire-and-Special-Perils1.jpg);
  background-position: top;
}
.bg_main.bg_Health12:before {
  background-image: url(../images/banners/Health1.jpg);
  background-position: top;
}
.bg_main.bg_IPA12:before {
  background-image: url(../images/banners/IPA1.jpg);
  background-position: top;
}
.bg_main.bg_Householders12:before {
  background-image: url(../images/banners/Householders12.jpg);
  background-position: top;
}
.bg_main.bg_EnachWebBanners:before {
  background-image: url(../images/banners/EnachWebBanner.jpg);
  background-position: top;
}
.bg_main.bg_Marine12:before {
  background-image: url(../images/banners/Marine12.jpg);
  background-position: top;
}
.bg_main.bg_Marines1:before {
  background-image: url(../images/banners/Marines.jpg);
  background-position: top;
}
.bg_main.bg_Liabilitys1:before {
  background-image: url(../images/banners/Liabilitys.jpg);
  background-position: top;
}
.bg_main.bg_Engineerings1:before {
  background-image: url(../images/banners/Engineerings.jpg);
  background-position: top;
}
.bg_main.bg_MotorAct12:before {
  background-image: url(../images/banners/MotorAct12.jpg);
  background-position: top;
}
.bg_main.bg_IMDPageA:before {
  background-image: url(../images/banners/IMDPageA.jpg);
  background-position: top;
}
.bg_main.bg_MotorTradeInsurancePackage12:before {
  background-image: url(../images/banners/MotorTradeInsurancePackage12.jpg);
  background-position: top;
}
.bg_main.bg_StandaloneTW12:before {
  background-image: url(../images/banners/StandaloneTW12.jpg);
  background-position: top;
}
.bg_main.bg_Householders13:before {
  background-image: url(../images/banners/Householders13.jpg);
  background-position: top;
}
.bg_main.bg_Healthop2:before {
  background-image: url(../images/banners/Healthop2.jpg);
  background-position: top;
}
.bg_main.bg_miscellaneousInsurance:before {
  background-image: url(../images/banners/miscellaneousInsurance.jpg);
  background-position: top;
}
.bg_main.bg_motorInsurance:before {
  background-image: url(../images/banners/Motor.jpg);
  background-position: top;
}
.bg_main.bg_privateCarInsurance:before {
  background-image: url(../images/banners/Motor.jpg);
  background-position: top;
}
.bg_main.bg_twoWheelerInsurance:before {
  background-image: url(../images/banners/Motor.jpg);
  background-position: top;
}
.bg_main.bg_commercialVehicleInsurance:before {
  background-image: url(../images/banners/Motor.jpg);
  background-position: top;
}
.bg_main.bg_twoWheelerInsurance:before {
  background-image: url(../images/banners/Motor.jpg);
  background-position: top;
}
.bg_main.bg_motorActOnly:before {
  background-image: url(../images/banners/Motor.jpg);
  background-position: top;
}
.bg_main.bg_insurancePackage:before {
  background-image: url(../images/banners/Motor.jpg);
  background-position: top;
}
.bg_main.bg_internalRiskInsurance:before {
  background-image: url(../images/banners/Motor.jpg);
  background-position: top;
}
.bg_main.bg_odTwoWheeler:before {
  background-image: url(../images/banners/Motor.jpg);
  background-position: top;
}
.bg_main.bg_odPrivateCar:before {
  background-image: url(../images/banners/Motor.jpg);
  background-position: top;
}
.bg_main.bg_OneHealth12:before {
  background-image: url(../images/banners/OneHealth1.jpg);
  background-position: top;
}

.nextto_header {
  padding-top: 30px;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.ach_year p {
  font-weight: 500;
  font-size: 48px;
  color: #00a54f;
  margin: 40px 0 60px 0;
  opacity: 0.6;
  position: relative;
}

.ach_year.active p {
  font-size: 58px;
  opacity: 1;
  margin-top: 30px;
}

.ach_year p:after {
  content: "";
  position: absolute;
  left: 195px;
  height: 1px;
  background-image: linear-gradient(to right, transparent 50%, #00a54f 50%);
  background-size: 10px 100%;
  width: calc(100% - 85px);
  top: 48%;
}

.ach_year:first-child p:after {
  left: 195px;
  top: 48%;
}

.ach_year:nth-child(2) p:after {
  top: 50%;
  left: 275px;
}

.ach_year:last-child p:after {
  left: 104%;
}

.achievement {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.achievement p {
  position: absolute;
  color: #fff;
  bottom: 0;
  text-align: center;
  padding: 5%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  height: 80px;
  padding-top: 30px;
}

.always_there div img {
  margin: 15px;
}

.always_there div:first-child img {
  width: 100px;
}

.always_there div:nth-child(2) img {
  width: 150px;
}

.always_there div:last-child img {
  width: 100px;
}

/***************************contact us maan css*************************************/
.helpBox {
  width: 100%;
  height: 145px;
  background-color: #eeeeee;
}
.helpBox a {
  float: right;
}

.generalBox {
  width: 100%;
}
.generalBox a {
  color: #000;
  text-transform: inherit;
}
.generalBox h3 {
  /*margin-bottom: 50px;*/
  overflow: hidden;
  width: 100%;
}
.generalBox h3 span {
  padding: 10px 0 25px;
  color: #000;
  display: block;
  font-weight: normal;
}
.generalBox .row {
  margin: auto;
  width: 60%;
}
.generalBox .col-sm-6 {
  width: 50%;
  padding: 10px;
}
.generalBox .card {
  border-radius: 4px;
}

.addressBox {
  width: 100%;
  background-color: #f7f7f7;
}
.addressBox h3 {
  overflow: hidden;
  width: 100%;
}
.addressBox .office {
  min-height: 150px;
}
.addressBox h6 {
  margin-top: 10px;
}
.addressBox span {
  display: block;
}
.addressBox .map {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
.addressBox .map img {
  width: 100%;
}
.addressBox a.full {
  position: absolute;
  bottom: 12px;
  right: 8px;
}
.addressBox .row.mid {
  width: 98%;
  margin: auto;
}
.addressBox a.take {
  border: 3px solid #b3b3b3;
}

.locateBox {
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
}
.locateBox a {
  margin-left: 22px;
  padding: 7px 0 1px 45px;
  color: #000;
  float: left;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  background: url("../images/locateBox_icon.png") left center no-repeat;
}
.locateBox .h6 {
  padding-right: 38px;
  height: 40px;
  width: 480px;
  margin: 0;
  background: url("../images/locateBox_arrow.png") right center no-repeat;
}

.locateBox.reg {
  background-color: #f5f5f5;
}
.locateBox.reg a {
  margin-left: 0;
  text-transform: inherit;
}
.locateBox.reg a.icon2 {
  background: url("../images/locateBox_icon2.png") left center no-repeat;
}
.locateBox.reg a.icon3 {
  background: url("../images/locateBox_icon3.png") left center no-repeat;
  float: right;
  /*padding-right: 15%;*/
}
.locateBox.reg h4 {
  padding-right: 38px;
  margin: 0;
  width: 360px;
  height: 40px;
  background: url("../images/locateBox_arrow.png") right center no-repeat;
}
.locateBox.reg h4 a {
  font-size: 24px;
}
.locateBox.reg .your {
  overflow: hidden;
  border-right: 1px solid #b2b2b2;
}

.grievanceBox {
  padding: 95px 0;
  width: 100%;
  overflow: hidden;
}
.grievanceBox h3 {
  margin-bottom: 50px;
}
.grievanceBox .still {
  padding-right: 50px;
}
.grievanceBox .right-b {
  border-right: 1px solid #cccccc;
}
.grievanceBox .primary {
  text-transform: inherit;
}

.contactBox {
  padding: 70px 0;
  width: 100%;
  overflow: hidden;
}
.contactBox .mid {
  padding: 0 30px;
  width: 100%;
}
.contactBox .mid .col-sm-6 {
  padding-right: 60px;
}
.contactBox .row {
  margin: 0 auto;
  padding: 0 20px;
}
.contactBox h3 {
  width: 100%;
}
.contactBox h3 a {
  padding-left: 32px;
  font-size: inherit;
  color: #000;
  text-transform: inherit;
  display: inline-block;
  background-position: 0 4px;
  background: url("../images/contactBox_arrow.png") left center no-repeat;
}
.contactBox .line {
  width: 100%;
  float: left;
}
.contactBox .line .set {
  height: 30px;
  border-bottom: 1px solid #e4e4e4;
}
.contactBox .des {
  width: 100%;
  margin-bottom: 10px;
  height: 147px;
  border: 2px solid #ccc;
  resize: none;
  border-radius: 5px !important;
}
.contactBox a.upload {
  padding-right: 33px;
  float: left;
  line-height: 18px;
  background: url("../images/upload.png") right center no-repeat;
  position: relative;
  background-position: top right;
}
.contactBox a.upload input {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
}
.contactBox .line.sub {
  margin-bottom: 0;
  text-align: center;
}
.contactBox .line.sub a {
  margin: 0 8px;
  display: inline-block;
}

.locationBox {
  width: 100%;
  overflow: hidden;
  background: #00a54f;
}
.locationBox .left {
  padding: 25px;
  /*float: left;
  width: 35%;
  min-height: 645px;*/
  border-right: 1px solid #73c796;
  /*background-color: #17a553;*/
}
.locationBox .left li a {
  /*margin-left: 25px;*/
  /*padding: 0 20px 10px;*/
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.locationBox .left li a.active {
  font-weight: 600;
  color: #fff;
}
.locationBox .left .nav-tabs {
  width: 100%;
  margin-bottom: 55px;
  border-color: #2fad64;
}
.locationBox .left .tabs_1 li a.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
}
.locationBox .left .set {
  height: 30px;
  width: 100%;
  color: #add9b8;
  border-bottom: 1px solid #73c796;
}
.locationBox .left .set::-moz-placeholder {
  color: #add9b8;
}
.locationBox .left .set::-webkit-input-placeholder {
  color: #add9b8;
}
.locationBox .left .set:-ms-input-placeholder {
  color: #add9b8;
}
.locationBox .right {
  padding: 0;
  /*float: left;
  width: 65%;
  min-height: 645px;*/
}
.locationBox .line {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.locationBox .line::-moz-placeholder {
  color: #add9b8;
}
.locationBox .line::-webkit-input-placeholder {
  color: #add9b8;
}
.locationBox .line:-ms-input-placeholder {
  color: #add9b8;
}
.locationBox .city {
  padding-right: 0;
  width: 42%;
  float: left;
}
.locationBox .city.state {
  padding: 0 15px 0 0;
  float: right;
}
.locationBox .DivSelectyze {
  float: left;
  position: relative;
  width: 100%;
}
.locationBox .DivSelectyze a.selectyzeValue {
  position: relative;
  z-index: 10;
  display: block;
  text-decoration: none;
  color: #add9b8;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #73c796;
  text-transform: inherit;
  background: url("../images/locateBox_arrow2.png") right center no-repeat;
}
.locationBox .DivSelectyze .UlSelectize {
  padding: 10px 5px;
  display: none;
  position: absolute;
  z-index: 9999;
  top: 29px;
  left: 0px;
  width: 100%;
  list-style: none;
  background-color: #111111;
  border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  height: 140px;
  overflow: auto;
}
.locationBox .DivSelectyze .UlSelectize::-webkit-scrollbar {
  width: 7px;
}
.locationBox .DivSelectyze .UlSelectize::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.locationBox .DivSelectyze .UlSelectize::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.locationBox .DivSelectyze li {
  width: 100%;
  overflow: hidden;
}
.locationBox .DivSelectyze li a {
  margin: 0;
  padding: 0 10px;
  text-transform: inherit;
  display: block;
  text-decoration: none;
  height: 32px;
  line-height: 30px;
  color: white;
  border-top: 1px solid #292929;
}
.locationBox .DivSelectyze li:first-child a {
  border-top: 0;
}
.locationBox .state {
  float: right;
}
.locationBox .hospital {
  width: 100%;
  position: relative;
  clear: both;
  text-align: center;
}
.locationBox .hospital a {
  border: 1px solid #777777;
  display: inline-block;
  line-height: 40px;
  color: #777777;
  font-weight: 700;
}
.locationBox .hospital a:hover {
  background-color: #fff;
}

.contactus_table {
  padding-right: 15px !important;
}
.contactus_table::-webkit-scrollbar {
  width: 10px;
  background: #000;
  opacity: 1;
  z-index: 100;
}
.contactus_table::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.contactus_table::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.contactus_table table {
  box-shadow: 0px 0px 6px -3px;
}
.contactus_table table th {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.contactus_table table td {
  background: #fff;
  padding: 10px;
}

/***************************contact us end maan css*************************************/
/*fire engineering marine public liabilty*/
.collapse.eng-bullet ul li::before {
  line-height: 22px !important;
}
.collapse.eng-bullet ul.silent-list li {
  margin-bottom: 15px !important;
}

.eng-nextto_header {
  padding-top: 135px;
}

.eng-row .card.text-center img {
  margin: 0px auto;
  width: 136px;
}

.eng-bullet ul {
  list-style: none;
}
.eng-bullet ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.eng-bullet ul li:last-child {
  margin-bottom: 0px;
}
.eng-bullet ul li::before {
  content: "•";
  color: #00a54f;
  position: absolute;
  left: 0;
  font-size: 22px;
  top: -2px;
  height: 24px;
  line-height: 22px;
}
.eng-bullet .card.text-center img {
  margin: 0px auto;
}

.eng-whats-covered.eng-bullet .overflow-text {
  max-height: 350px;
  overflow-y: auto;
}

.panel-group .eng-panel {
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.panel-group .eng-panel .panel-heading {
  /*padding-left: 75px;*/
  position: relative;
}
.panel-group .eng-panel .panel-heading img {
  position: absolute;
  left: 0;
  max-width: 70px;
  max-height: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.panel-group .eng-panel .panel-heading .collapsed .open-img {
  display: block;
}
.panel-group .eng-panel .panel-heading .collapsed .close-img {
  display: none;
}
.panel-group .eng-panel .panel-heading a {
  padding-left: 70px;
}
.panel-group .eng-panel .panel-heading .panel-title a {
  padding-left: 70px;
}
.panel-group .eng-panel .panel-heading .eng-img-toggle a {
  padding-left: 0;
  top: -15px;
}
.panel-group .eng-panel .m_l_50 {
  margin-left: 57px;
}

.eng-img-toggle {
  right: 0px;
  /*display: none;*/
}
.eng-img-toggle .open-img, .eng-img-toggle .close-img {
  width: 18px;
  height: 18px;
}

.open-img {
  display: none;
}

.eng-owl .owl-item.active div {
  max-width: 100%;
}
.eng-owl .owl-item.active .card {
  min-height: 285px;
}
.eng-owl .owl-dots {
  text-align: center;
}
.eng-owl .owl-dots .owl-dot {
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background: #707070;
  margin-left: 10px;
  vertical-align: middle;
}
.eng-owl .owl-dots .owl-dot.active {
  height: 15px;
  width: 15px;
  border: 1px solid gray;
  position: relative;
  background: none;
}
.eng-owl .owl-dots .owl-dot.active span {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #00a54f;
}
.eng-owl .owl-stage {
  display: flex;
}

.morelink {
  text-transform: lowercase;
}

.morecontent span {
  display: none;
}

.Quick-links ul {
  list-style: none;
}
.Quick-links ul li {
  display: inline-block;
}
.Quick-links ul li a {
  padding: 0px 20px;
  border-right: 1px solid gray;
}
.Quick-links ul li:first-child a {
  padding-left: 0px;
}
.Quick-links ul li:last-child a {
  border-right: none;
}
.Quick-links ul li img {
  padding-right: 15px;
  height: 15px;
}

#Suminsured p {
  padding-left: 56px;
}

.eng-panel .panel-heading {
  padding: 10px 0px;
  /*.eng-img-toggle{
      top: 25px;
      a{
      	padding: 0;
      }
  }*/
}
.eng-panel .panel-heading a .eng-img-toggle {
  top: 13px;
}
.eng-panel .panel-heading .panel-title .eng-img-toggle {
  top: 25px;
}

.mob-covered {
  padding: 0 10px;
}
.mob-covered .card {
  width: 100%;
  border-radius: 4px;
}
.mob-covered .panel-default {
  border: none;
}
.mob-covered .panel-default .panel-heading {
  background: transparent;
  pointer-events: none;
}
.mob-covered .panel-default .panel-heading a {
  position: relative;
}
.mob-covered .panel-default .panel-heading a .whats-covered-head a img {
  width: 140px;
}
.mob-covered .panel-default .panel-heading a .whats-covered-head h6 {
  text-transform: capitalize;
  color: black;
}
.mob-covered .panel-default .panel-heading .eng-img-toggle {
  display: none;
}

.fir-owl .owl-item {
  height: 1px;
}
.fir-owl .owl-item.active {
  height: auto;
}
.fir-owl .owl-item.active .card {
  min-height: 340px;
  min-height: 285px;
}
.fir-owl .owl-item.active div {
  max-width: 100%;
}
.fir-owl .owl-stage {
  display: flex;
}
.fir-owl .owl-stage-outer {
  padding: 15px 0px;
}
.fir-owl .owl-dots {
  text-align: center;
}
.fir-owl .owl-dots .owl-dot {
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background: #707070;
  margin-left: 10px;
  vertical-align: middle;
}
.fir-owl .owl-dots .owl-dot.active {
  height: 15px;
  width: 15px;
  border: 1px solid gray;
  position: relative;
  background: none;
}
.fir-owl .owl-dots .owl-dot.active span {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #00a54f;
}

.pub-covered {
  margin: 0px auto;
}

.marine-list li {
  display: inline-block;
  padding: 0px 15px;
  margin-bottom: 0px !important;
  vertical-align: top;
}

.marine-bullet-color li:first-child::before {
  color: orange;
}
.marine-bullet-color li:last-child::before {
  color: red;
}

.marine-extensions {
  border-bottom: 1px solid #e0dede;
}

.marine-transit-list li {
  text-align: center;
  width: 32%;
}
.marine-transit-list li h6 {
  margin: 0px;
  font-size: 14px;
}
.marine-transit-list li h6::before {
  content: "•";
  color: #00a54f;
  font-size: 22px;
}

/*fire engineering marine public liabilty*/
/*************************one-health**************************/
.close_it .close {
  position: absolute;
  right: 20px;
  top: 15px;
  opacity: 1;
}

.feature_plan {
  width: 90%;
  margin: auto;
}
.feature_plan .numbers {
  display: inline-block;
  text-align: center;
  width: 20%;
  float: left;
  position: relative;
  padding-top: 20px;
}
.feature_plan .numbers:before {
  content: "";
  position: absolute;
  right: -10%;
  height: 1px;
  width: 20%;
  top: 30px;
  background-image: linear-gradient(to right, #ccc 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
.feature_plan .numbers:after {
  content: "";
  position: absolute;
  background: url(../images/plus.png);
  z-index: 1;
  background-size: contain;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 23px;
  right: 0;
  margin-right: -6px;
}
.feature_plan .numbers span {
  height: 85px;
  font-weight: 600;
  display: block;
  margin: auto;
  width: 100%;
  font-size: 14px;
  padding: 0 18px;
}
.feature_plan .numbers:last-child:before {
  content: none;
}
.feature_plan .numbers:last-child:after {
  content: none;
}

.sum_insured {
  width: 95%;
  margin: auto;
  margin-top: 40px;
}
.sum_insured .green_block {
  position: relative;
  margin-bottom: -7px;
  /*&:before {
  	content: "";
  	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
  	width: 1px;
  	height: 100%;
  	top: 0;
  	background: rgba(0, 0, 0, 0.2);
  }
  &:after {
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	transform: translateY(-50%);
  	width: 100%;
  	height: 1px;
  	background: rgba(0, 0, 0, 0.2);
  }*/
}
.sum_insured .green_block > div {
  padding: 10px 0;
  color: #fff;
}
.sum_insured .green_block .border_bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sum_insured .card {
  border-radius: 4px;
  overflow: hidden;
  /*&:hover {
  	transform: scale(1.1);
  }*/
}

.premium_divs .col-md-3.col-6 {
  border-right: 1px solid #ccc;
  padding: 0;
}
.premium_divs .col-md-3.col-6 .pricing {
  height: 50%;
  padding: 20px;
  margin: 0;
}
.premium_divs .col-md-3.col-6 .pricing:first-child {
  border-bottom: 1px solid #ccc;
}
.premium_divs .col-md-3.col-6 .pricing:last-child {
  padding-top: 40px;
}
.premium_divs .col-md-3.col-6:last-child {
  border: none;
}

.oh_step {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  position: relative;
}
.oh_step:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 50%;
  left: 0;
}
.oh_step span {
  position: relative;
  z-index: 1;
  padding: 5px 25px;
  background: #f7f7f7;
}
.oh_step span:before {
  content: "";
  top: 17px;
  left: 0;
  background-color: #ccc;
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 8px;
}
.oh_step span:after {
  content: "";
  top: 17px;
  right: 0;
  background-color: #ccc;
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 8px;
}

.optimize_premium {
  background: #fff;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  padding: 30px 50px 40px;
  margin-top: 40px;
}

.calc_prem {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  padding: 30px 50px;
  display: inline-block;
  width: 100%;
  margin-bottom: -100px;
  background: #fff;
}

.additional_sumin {
  margin: 0;
  width: 100%;
}
.additional_sumin .green_block {
  position: relative;
  /*&:before {
  	content: "";
  	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
  	width: 1px;
  	height: 100%;
  	top: 0;
  	background: rgba(0, 0, 0, 0.2);
  }
  &:after {
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	transform: translateY(-50%);
  	width: 100%;
  	height: 1px;
  	background: rgba(0, 0, 0, 0.2);
  }*/
}
.additional_sumin .green_block > div {
  padding: 10px 0;
  color: #fff;
}
.additional_sumin .card {
  border-radius: 4px;
  overflow: hidden;
}
.additional_sumin .add_card {
  float: left;
  width: 22%;
  margin-right: 3% !important;
}
.additional_sumin .add_card:last-child {
  margin-right: 0;
}
.additional_sumin .card {
  width: 100%;
  margin: 0 !important;
  padding: 10px 0 !important;
  border: 1px solid #ccc;
  box-shadow: none;
}
.additional_sumin .card .add_priceing {
  border-top: 2px solid rgba(0, 165, 79, 0.5);
  padding-top: 10px;
}
.additional_sumin .card div {
  margin-right: 0 !important;
  display: block !important;
  font-size: 20px !important;
}
.additional_sumin .card div span {
  font-size: 14px !important;
  color: #a9a9a9 !important;
}

.pricing {
  margin: 20px 0 50px 0;
}
.pricing .big_font {
  font-size: 50px;
  color: #00a54f;
  font-weight: 100;
  height: 60px;
}

#health_steps #additional_cover {
  padding-bottom: 100px;
}

.additional_cover {
  position: relative;
}
.additional_cover .close_it {
  position: absolute;
  display: none;
  height: 100%;
  left: 0;
}
.additional_cover .close_it .card {
  height: 100%;
}
.additional_cover .close_it .card .overflow-text {
  overflow-y: scroll;
  height: 230px;
}

.key_benefitsoneh .item {
  padding: 15px;
}
.key_benefitsoneh .item .card {
  margin-bottom: 30px;
}

.item .card img {
  width: auto;
}

.owltype2 .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owltype2 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  margin: 5px;
  cursor: pointer;
}
.owltype2 .owl-dots .owl-dot span {
  display: block;
  background: #999;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  margin: auto;
}
.owltype2 .owl-dots .owl-dot.active {
  background: #fefefe;
  border: 1px solid #000;
}
.owltype2 .owl-dots .owl-dot.active span {
  background: #4ea650;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.avail_box {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.avail_box .avail {
  width: 205px;
  float: left;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.avail_box .avail_info {
  width: calc(100% - 205px);
  float: left;
  padding-left: 50px;
}
.avail_box .avail_info div {
  display: inline-block;
  font-size: 28px;
  margin-right: 25px;
  font-weight: 600;
}
.avail_box .avail_info div span {
  font-size: 40px;
  color: #00a54f;
}

.policy_duration .avail {
  width: 170px;
  border-right: none;
}
.policy_duration .avail_info {
  width: calc(100% - 170px);
}

/*************************one-health end**************************/
/*public disclosure*/
.about_tabs {
  width: 85%;
  margin: auto;
}
.about_tabs li {
  width: 33%;
  text-align: center;
}
.about_tabs li a {
  display: block;
  padding: 10px;
  text-transform: capitalize;
  color: #424242;
  font-size: 18px;
}
.about_tabs li a.active {
  color: #00a54f;
  font-weight: 700;
  position: relative;
}
.about_tabs li a.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #00a54f;
}

.pub_dis_tab {
  width: 100%;
}
.pub_dis_tab li {
  width: 50%;
}

.pub-dis-search_form {
  position: relative;
}
.pub-dis-search_form input {
  border: none;
  border-bottom: 1px solid #ccc;
}
.pub-dis-search_form i {
  position: absolute;
  right: 6px;
  color: gray;
  font-size: 15px;
}

.pub_dis_download {
  border-bottom: 1px solid #ccc;
}
.pub_dis_download img {
  right: 0px;
}

.pub_year-tabs {
  padding: 20px 0px;
}
.pub_year-tabs .nav-tabs {
  border-bottom: none;
  padding-bottom: 10px;
  width: 1055px;
  margin: 0px auto;
}
.pub_year-tabs ul li {
  width: 150px;
  text-align: center;
}
.pub_year-tabs ul li a {
  color: gray;
  line-height: 40px;
  font-size: 20px;
  display: block;
  position: relative;
  padding: 0;
  padding-bottom: 20px;
}
.pub_year-tabs ul li a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  height: 10px;
  width: 10px;
  background: #cccccc;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.pub_year-tabs ul li a::after {
  content: "";
  width: 100%;
  background: #dee2e6;
  position: absolute;
  bottom: 0px;
  height: 1px;
  right: 0px;
}
.pub_year-tabs ul li a.active {
  color: #00a54f;
  font-size: 28px;
  font-weight: bold;
}
.pub_year-tabs ul li a.active::before {
  background: #00a54f;
}
.pub_year-tabs ul li:first-child a::after {
  width: 50%;
}
.pub_year-tabs ul li:last-child a::after {
  width: 50%;
  left: 0px;
}

/*public disclosure end*/
/*legal pages*/
.legal_pages table thead.bg_primary tr th {
  border: none;
  color: white;
  text-transform: uppercase;
  padding: 40px;
  font-size: 14px;
  font-weight: normal;
  background: #00a54f;
}
.legal_pages table.product_withdraw tbody tr td {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  padding: 20px 10px 50px;
  border-bottom: none;
}
.legal_pages table.product_withdraw tbody tr td:last-child {
  border-right: none;
}

/*legal pages end*/
/*motor inaurance*/
.table-card table {
  border-collapse: collapse;
}
.table-card table thead tr th {
  padding: 10px 0px;
  border-color: #009347;
  color: white;
  font-weight: normal;
  font-size: 14px;
  text-transform: capitalize;
}
.table-card table tr td {
  border-color: #ccc;
  padding: 10px 0px;
  border-bottom: none;
  border-top: none;
  width: 23%;
  font-size: 20px;
}
.table-card table tr td:first-child {
  color: gray;
  width: 30%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  border-right: none;
  text-align: justify;
  line-height: 20px;
}
.table-card table tr td:nth-child(2) {
  border-left: none;
}
.table-card table tr th:first-child {
  border-right: none;
}
.table-card table tr th:nth-child(2) {
  border-left: none;
}
.table-card table tr:last-child td {
  padding-bottom: 30px;
}

.card.table-card:hover {
  transform: scale(1);
}

.plan-table {
  border: 1px solid #e4dbdb;
  border-collapse: collapse;
}
.plan-table thead th {
  vertical-align: middle;
  text-align: center;
  padding: 10px 5px;
}
.plan-table tr td {
  padding: 5px;
  text-align: center;
}
.plan-table tr td:first-child {
  text-align: left;
}

.family-pack-table td {
  padding: 15px 0px;
  border-bottom: 1px solid #e4dbdb;
  text-align: left;
  width: 50%;
  font-weight: 300;
  font-size: 18px;
}
.family-pack-table td:first-child {
  padding-left: 80px;
}
.family-pack-table th {
  padding-bottom: 15px;
  border-bottom: 1px solid #e4dbdb;
  color: #00a54f;
  font-size: 22px;
  text-transform: uppercase;
}

.can-table {
  display: inline-table;
}
.can-table th {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4dbdb;
  color: #00a54f;
  font-size: 22px;
  text-transform: uppercase;
}
.can-table th:first-child {
  border-right: 1px solid #e4dbdb;
}
.can-table td {
  padding: 15px 0px;
  text-align: left;
  width: 50%;
  color: gray;
  padding-left: 5%;
}
.can-table td:first-child {
  border-right: 1px solid #e4dbdb;
}

.can-card {
  padding: 0px 15px;
}

.comm-sum-insured {
  padding: 25px 70px;
}
.comm-sum-insured .big_font {
  color: #00a54f;
  font-size: 40px;
}
.comm-sum-insured h5 {
  line-height: 20px;
}

.close_it .close_btn_comm {
  position: absolute;
  right: 20px;
  top: 15px;
  opacity: 1;
  cursor: pointer;
}
.close_it .close_btn_Addi {
  position: absolute;
  right: 20px;
  top: 15px;
  opacity: 1;
  cursor: pointer;
}

.personal-accident-open {
  display: none;
}

.additional-legal-open {
  display: none;
}

.bi-fuel-open {
  display: none;
}

.imt-open {
  display: none;
}

.overturning-open {
  display: none;
}

.noclaimbonus_open {
  display: none;
}

.vol_excess_dis_open {
  display: none;
}

.aai_mem_open {
  display: none;
}

.anti_theft_open {
  display: none;
}

select.add_cover_select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  font-weight: bold;
  position: relative;
  padding: 0 15px 0 10px;
  z-index: 1;
  background: transparent;
  outline: none !important;
}
select.add_cover_select::-ms-expand {
  display: none;
}
select.add_cover_select + .select_arrow {
  position: absolute;
  right: 0;
  top: 0px;
  width: 10px;
  height: 10px;
  font-size: 20px;
  color: #999;
}

ul.three_tab li {
  margin-right: 200px;
}
ul.three_tab li a:before {
  width: 176px;
}

.inner_details .completed {
  display: none;
}
.inner_details a {
  display: none;
}

.inner_details.active {
  color: #00a54f;
  position: relative;
}
.inner_details.active .completed {
  display: block;
  width: 15px;
  border-radius: 50px;
  height: 15px;
  border: 2px solid;
  text-align: center;
  color: #00a54f;
  line-height: 14px;
  font-size: 8px;
  position: absolute;
  left: -46px;
  background: #fff;
}
.inner_details.active a {
  display: block;
}

.nominiee_details {
  margin-top: 28px;
}

.angle_right {
  position: absolute;
  right: 0;
  bottom: 12px;
}

.banks label {
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
}
.banks label:first-child {
  padding-left: 0;
}
.banks label img {
  display: block;
  margin: auto;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-bottom: 10px;
}
.banks label input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.payment_inform .heading {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.payment_inform .heading a {
  font-weight: bold;
  text-transform: inherit;
  display: block;
}
.payment_inform .heading a:hover {
  color: #00a54f;
}
.payment_inform .heading a:focus {
  color: #00a54f;
}
.payment_inform .heading a.collapsed {
  color: #222;
}
.payment_inform .heading a.collapsed .fa-angle-up:before {
  content: "\f107";
}

.checkbox_text label {
  width: calc(100% - 45px);
}

.vmn .close {
  top: 15px;
  right: 20px;
}

/*motor insurance end*/
.quote_modal .modal-dialog {
  max-width: 700px;
  position: initial;
}
.quote_modal .close {
  position: absolute;
  right: 7px;
  opacity: 1;
  z-index: 1;
  top: 7px;
}
.quote_modal .modal-body {
  padding: 30px;
}

/*media center*/
/*.media_more_info {
	display: none;
}*/
.press_release .release_box {
  position: relative;
}
.press_release .release_box h6 {
  width: calc(100% - 40px);
  height: 44px;
  line-height: 22px;
  margin: 0;
}
.press_release .release_box .item_span {
  position: absolute;
  right: 10px;
  top: 5px;
}

.card_row {
  position: relative;
}

.icon {
  position: absolute !important;
  top: 50%;
  right: 10px;
  width: 5%;
  margin-top: -12px;
}

.card.card-tag {
  padding: 15px 30px 15px 25px;
  min-height: 125px;
}

.anchore {
  text-align: center;
  padding: 30px;
}
.anchore a {
  display: inline-block;
}

.images.height {
  height: 100%;
  width: 100%;
}
.images.height img {
  height: 100%;
  width: 100%;
}

.images img {
  width: 100%;
}

.card_row_hdi {
  position: relative;
}

.card_row_images {
  padding: 30px 0;
}

.icon_hdi {
  position: absolute;
  top: 80%;
  right: 10px;
  margin-top: -12px;
}

.media_centerr .owl-stage-outer {
  overflow: visible;
}

/*media center end*/
/*downloads*/
.downloads .panel-heading .collapsed .open-img {
  display: block;
}
.downloads .panel-heading .collapsed .close-img {
  display: none;
}
.downloads .eng-panel {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}
.downloads .eng-panel ul {
  list-style: none;
  line-height: 30px;
}
.downloads .eng-panel ul li a img {
  width: 10px;
  margin-right: 5px;
}
.downloads .eng-panel .panel-heading .panel-title a {
  line-height: 65px;
  text-transform: capitalize;
}
.downloads .eng-panel .panel-heading .panel-title a img {
  height: 65px;
  padding-left: 0;
}
.downloads .eng-panel .panel-heading .eng-img-toggle {
  top: 32px;
}
.downloads .eng-panel div a {
  color: black;
}

/*downloads end*/
/*glossary*/
.glossary {
  list-style: none;
  text-align: center;
  margin: 0px;
}
.glossary li {
  padding: 20px;
  display: inline-block;
}
.glossary li a {
  color: gray;
  font-size: 28px;
  font-weight: 300;
}
.glossary li a.active {
  color: #00a54f;
  font-weight: bold;
}

.glossary-list {
  max-height: 500px;
  overflow-y: scroll;
}
.glossary-list li:before {
  line-height: 24px;
}
.glossary-list::-webkit-scrollbar {
  width: 7px;
}
.glossary-list::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.glossary-list::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

/*glossary end*/
/*blog */
.line-h-50 {
  line-height: 50px;
}

.ex-health-head h4 {
  padding: 40px 0px 0px 0px;
}

.expert-details img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 20px;
}
.expert-details button {
  height: 27px;
}

.blog-item button {
  height: 27px;
}
.blog-item .thumbnail {
  padding: 0px 5px;
  margin-bottom: 40px;
}
.blog-item .thumbnail img {
  border-radius: 5px;
}
.blog-item .blog-item-content {
  height: 140px;
}
.blog-item .blog-item-content .h4 {
  padding: 10px 0px;
  margin: 0px;
  text-transform: capitalize;
  font-size: 18px;
}
.blog-item .btn-tag {
  color: #999;
  border-color: #999;
}

.filter-option img {
  padding-right: 20px;
}
.filter-option .form-group {
  width: 100%;
  margin-bottom: 0px;
  vertical-align: middle;
  position: relative;
}
.filter-option .other_doc {
  width: 100%;
  border-bottom: 1px solid #cac8c8;
  font-size: 20px;
  line-height: 35px;
  padding: 15px 0px 0px 0px;
  color: black;
}
.filter-option .other_doc i {
  font-size: 35px;
}
.filter-option .Product_interested {
  font-size: 18px;
  display: none;
  position: absolute;
  width: 100%;
  line-height: 34px;
  text-align: left;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  text-transform: capitalize;
  z-index: 100;
}
.filter-option .Product_interested .semi-bold {
  padding: 5px 30px;
  margin-bottom: 0px;
}
.filter-option .Product_interested .option-input:hover {
  background: #eff7e2;
}
.filter-option .Product_interested.card {
  border-radius: 0;
}

.blog-option {
  overflow-x: auto;
}
.blog-option .option_item {
  text-align: center;
  width: 120px;
  padding: 10px;
  color: gray;
  opacity: 0.6;
  line-height: 15px;
  font-size: 14px;
}
.blog-option .option_item span {
  display: block;
  width: 90px;
  height: 90px;
  padding: 10px;
  line-height: 65px;
  margin: auto;
  margin-bottom: 10px;
}
.blog-option .option_item span img {
  vertical-align: middle;
}
.blog-option .option_item:hover {
  color: black;
  cursor: pointer;
  opacity: 1;
  font-size: 16px;
}
.blog-option .option_item:hover span {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 90px;
  width: 90px;
}
.blog-option .option_item.active {
  color: black;
  cursor: pointer;
  opacity: 1;
  font-size: 16px;
}
.blog-option .option_item.active span {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 90px;
  width: 90px;
}
.blog-option .option_item.all_option span {
  line-height: 16px;
  height: 70px;
  width: 70px;
  padding: 20px 0;
  color: #00a54f;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 20px;
}
.blog-option .option_item.all_option span:before {
  background: #eee;
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  z-index: -1;
  border-radius: 100px;
}

.blog-content-head {
  font-size: 20px;
  position: relative;
}
.blog-content-head span {
  padding-left: 45px;
  position: absolute;
}
.blog-content-head img {
  width: 35px;
  display: block;
}

.exp-content-details p {
  font-weight: 300;
  /*font-size: 14px !important;*/
}

.exp-social a {
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50% !important;
}
.exp-social a i {
  width: inherit;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  background: #00a54f;
}

.newsletter-sub {
  background: #00a54f;
  padding: 20px 0px;
}
.newsletter-sub input {
  width: calc(100% - 400px);
  padding: 0px;
  margin-right: 10px;
  height: auto;
  color: #fff;
}
.newsletter-sub input::-webkit-input-placeholder {
  color: #ccc;
}
.newsletter-sub input::-moz-placeholder {
  color: #ccc;
}
.newsletter-sub input:-ms-input-placeholder {
  color: #ccc;
}
.newsletter-sub input:-moz-placeholder {
  color: #ccc;
}
.newsletter-sub span {
  padding-right: 20px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
}
.newsletter-sub .btn-primary {
  background: #218838 !important;
  text-transform: capitalize !important;
  padding: 10px 30px !important;
  line-height: initial;
  color: #bbb;
}

.expert-crousel {
  position: relative;
}
.expert-crousel .owl-nav {
  height: 0;
}
.expert-crousel .owl-nav button {
  font-size: 100px !important;
  font-weight: 100 !important;
  color: #00a54f !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.expert-crousel .owl-nav button.disabled {
  color: #ccc !important;
}
.expert-crousel .owl-nav button.owl-prev {
  left: -50px;
}
.expert-crousel .owl-nav button.owl-next {
  right: -50px;
}
.expert-crousel .owl-dots {
  height: 0;
}

.eng-owl.owl-loaded img {
  width: auto;
  margin: auto;
}

/*blog end*/
/*Non logged in claims*/
.cliams_tabs {
  margin-bottom: 35px;
}
.cliams_tabs .nav-tabs {
  border: none;
}
.cliams_tabs .nav-tabs li {
  width: 50%;
  text-align: center;
}
.cliams_tabs .nav-tabs a {
  display: block;
  padding: 15px;
  color: #777;
  text-transform: capitalize;
}
.cliams_tabs .nav-tabs a.disabled {
  pointer-events: none;
}
.cliams_tabs .nav-tabs a.active {
  color: #00a54f;
  font-weight: 700;
  position: relative;
}
.cliams_tabs .nav-tabs a.active:after {
  content: "";
  position: absolute;
  bottom: 12px;
  width: 100px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #00a54f;
}

.claim_in2_steps .nav-tabs li {
  width: auto;
  text-align: left;
}
.claim_in2_steps .nav-tabs li:first-child {
  position: relative;
  width: 250px;
}
.claim_in2_steps .nav-tabs li:first-child:after {
  content: "";
  position: absolute;
  right: -6px;
  width: 140px;
  height: 1px;
  background: #ccc;
  top: 62%;
}
.claim_in2_steps .nav-tabs li a {
  color: #a9a9a9;
}
.claim_in2_steps .nav-tabs li a.active:after {
  content: none;
}

.others-option .form-group {
  width: 100%;
  margin-bottom: 0px;
  vertical-align: middle;
  position: relative;
}
.others-option .other_doc {
  width: 100%;
  border-bottom: 1px solid #cac8c8;
  font-size: 16px;
  line-height: 35px;
  padding: 15px 0px 0px 0px;
  color: black;
}
.others-option .other_doc i {
  font-size: 22px;
  margin-top: 10px;
}
.others-option .other_doc span {
  font-weight: 400;
}
.others-option .Product_interested {
  padding: 10px 0;
  font-size: 14px;
  display: none;
  position: absolute;
  width: 100%;
  line-height: 34px;
  text-align: left;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  text-transform: capitalize;
}
.others-option .Product_interested .semi-bold {
  padding: 5px 30px;
  margin-bottom: 0px;
}
.others-option .Product_interested .option-input:hover {
  background: #eee;
}
.others-option .Product_interested.card {
  border-radius: 0;
}

.policy_claims {
  display: inline-block;
  width: 50%;
}
.policy_claims .icon_btn {
  float: left;
  margin: 8px 20px;
}
.policy_claims .icon_btn img {
  /*width: 61px;*/
  height: 61px;
}
.policy_claims .icon_btn img.active {
  display: none;
}
.policy_claims .position-relative.m_t_15 {
  margin-top: 0;
}

.p_t_32 {
  padding-top: 32px;
}

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

.claims_info {
  display: none;
  margin-bottom: -30px !important;
}
.claims_info hr.dotted {
  position: absolute;
  left: 0;
  width: 100%;
}

.claim_status {
  padding: 10px 0;
}
.claim_status .loss_info {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #eee;
}
.claim_status .loss_info:last-child {
  border-right: none;
}
.claim_status .loss_info:first-child {
  padding-left: 0;
}
.claim_status .Pending {
  position: relative;
  color: #f1bf10;
}
.claim_status .Pending:before {
  content: "";
  position: absolute;
  left: -30px;
  background: #f1bf10;
  width: 6px;
  height: 70px;
}
.claim_status .approved {
  position: relative;
  color: #00a54f;
}
.claim_status .approved:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 6px;
  height: 70px;
  background: #00a54f;
}
.claim_status .expired {
  position: relative;
  color: #ed2f37;
}
.claim_status .expired:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 6px;
  height: 70px;
  background: #ed2f37;
}

.pointer_none {
  pointer-events: none;
}

.disabled.show_claims {
  pointer-events: none;
}

.drop_downs .drop_downs_box {
  position: relative;
}
.drop_downs .drop_downs_box:nth-child(2) {
  margin-left: 70px;
}
.drop_downs .drop_downs_box .dropdown_head {
  cursor: pointer;
  padding: 10px 0;
  margin: 0;
  position: relative;
  padding-right: 30px;
}
.drop_downs .drop_downs_box .dropdown_head span {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 20px;
}
.drop_downs .drop_downs_box .dropdown_box {
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  display: none;
  max-height: 200px;
  overflow: auto;
}
.drop_downs .drop_downs_box .dropdown_box::-webkit-scrollbar {
  width: 7px;
}
.drop_downs .drop_downs_box .dropdown_box::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.drop_downs .drop_downs_box .dropdown_box::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.drop_downs .drop_downs_box .dropdown_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drop_downs .drop_downs_box .dropdown_box ul li {
  font-size: 12px;
  color: #777;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.drop_downs .drop_downs_box .dropdown_box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 5px;
  background: #00a54f;
  border-radius: 5px;
}

.doc_upload .file_name {
  width: calc(100% - 25px);
  height: auto;
  font-size: 14px;
  border: none;
  font-weight: 300;
}
.doc_upload .file_name::placeholder {
  font-size: 14px;
}
.doc_upload .file_name:-ms-input-placeholder {
  font-size: 14px;
}
.doc_upload .file_name::-ms-input-placeholder {
  font-size: 14px;
}
.doc_upload .upload {
  position: relative;
  width: 20px;
  float: right;
  text-align: center;
}
.doc_upload .upload input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.add_doc {
  cursor: pointer;
}
.add_doc .fa-plus {
  border: 1px solid;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #00a54f;
}

.max_450 {
  max-width: 450px;
}

/*non logged in claims end*/
/*unclaimed amount*/
ul.theme_list {
  list-style: none;
}

ul.theme_list li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
}

ul.theme_list li:before {
  content: "";
  background: #00a54f;
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  top: 4px;
}

.vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}

.vertical-middle .middle {
  display: table-cell;
  vertical-align: middle;
}

.card_p_60_0 {
  padding: 60px 0 !important;
}

.show_unclaimed {
  display: none;
}

.disabled.search_unclaimed {
  pointer-events: none;
}

.unclaimed_opt .form-group {
  width: 100%;
  margin-bottom: 0px;
  vertical-align: middle;
  position: relative;
}
.unclaimed_opt .other_doc {
  width: 100%;
  border-bottom: 1px solid #ced4da;
  font-size: 16px;
  line-height: 38px;
  padding: 0;
  color: #777;
  text-align: left;
}
.unclaimed_opt .other_doc span {
  font-weight: 400;
}
.unclaimed_opt .other_doc i {
  font-size: 22px;
  margin-top: 10px;
}
.unclaimed_opt .Product_interested {
  padding: 10px 0;
  font-size: 14px;
  display: none;
  position: absolute;
  width: 100%;
  line-height: 34px;
  text-align: left;
  z-index: 1;
  max-height: 160px;
  overflow-y: auto;
  text-transform: capitalize;
  margin-top: 1px;
  z-index: 100;
}
.unclaimed_opt .Product_interested .semi-bold {
  padding: 5px 30px;
  margin-bottom: 0px;
}
.unclaimed_opt .Product_interested .option-input:hover {
  background: #eee;
}
.unclaimed_opt .Product_interested.card {
  border-radius: 0;
}

/*unclaimed amount end*/
.big_circl:before {
  font-size: 28px !important;
}

.truthMust {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.truthMust img {
  width: 100px !important;
}
.truthMust:after {
  content: "";
  position: absolute;
  right: 15px;
  width: 1px;
  top: 10%;
  background: #999;
  height: 80%;
}

/*Quick Quote start*/
.get_insurance {
  padding: 30px 0;
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.2);
}

.home_insurances .item img {
  height: 120px;
  width: auto;
  margin: auto;
  margin-bottom: 10px;
}
.home_insurances .item h6 {
  height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.home_insurances .owl-item.active .item {
  border-right: 1px solid #dedede;
}
.home_insurances .owl-item.big .item {
  border-right: none;
}
.home_insurances .owl-dots {
  margin-top: 30px;
}

.port_policy .policy_items {
  width: 200px;
  display: inline-block;
  border-right: 1px solid #eee;
}
.port_policy .policy_items:last-child {
  border-right: none;
}

/*Quick Quote end*/
.text-initial {
  text-transform: initial !important;
}

/*ipa renewal*/
.numb .btn-tag {
  width: 31px;
  padding: 0;
}

.add_edit .edit {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.my_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}
.my_select select::-ms-expand {
  display: none;
}

.addition_cover .offer {
  color: red;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  border: 1px dashed;
  padding: 5px 15px;
  max-width: 80%;
  margin-top: 10px;
}

.iparenew_tab li a {
  color: #00a54f !important;
  font-size: 16px !important;
}
.iparenew_tab li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: -22px;
  background-image: url(../images/edit.png);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}
.iparenew_tab li a.active .tabindex {
  font-weight: 400 !important;
  top: -22px !important;
  font-size: 16px !important;
}

/*ipa renewal end*/
/*agent registration*/
.w-92 {
  width: 92%;
  margin: auto;
}

.why_agent {
  background-image: url(../images/Agent-registration-stroke.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.why_agent .owl-nav button {
  position: absolute;
  bottom: 20%;
  font-size: 70px !important;
  font-weight: 100 !important;
  color: #00a54f !important;
}
.why_agent .owl-nav button.disabled {
  color: #ccc !important;
}
.why_agent .owl-nav .owl-prev {
  left: 0;
}
.why_agent .owl-nav .owl-next {
  right: 0;
}
.why_agent .item img {
  max-width: 150px;
  margin: auto;
}

.why_magma_agent {
  background-image: url(../images/agent_whybg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.why_magma_agent .card {
  border-radius: 4px;
}
.why_magma_agent .why_list {
  margin-top: 30px;
  list-style: none;
  margin-left: 40px;
}
.why_magma_agent .why_list li {
  padding: 0 0 30px;
  position: relative;
}
.why_magma_agent .why_list li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: -29px;
  top: 8px;
  background-image: linear-gradient(#00a54f 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 9px;
  background-repeat: repeat-y;
}
.why_magma_agent .why_list li:last-child:before {
  content: none;
}
.why_magma_agent .why_list li:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #00a54f;
  border-radius: 10px;
  left: -33px;
  top: 4px;
}

.genral_insurance .col-sm-6 {
  padding: 30px;
}
.genral_insurance .col-sm-6 p {
  max-width: 318px;
  margin: auto;
}
.genral_insurance .col-sm-6:first-child {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.genral_insurance .col-sm-6:nth-child(2) {
  border-bottom: 1px solid #eee;
}
.genral_insurance .col-sm-6:nth-child(3) {
  border-right: 1px solid #eee;
}

.Proposition_in p {
  width: 80%;
  margin: auto;
  display: inline-block;
  margin-bottom: 30px;
}
.Proposition_in .prop_img {
  width: 70px;
  float: left;
  margin-top: -8px;
}
.Proposition_in .prop_info {
  width: calc(100% - 90px);
  padding-left: 20px;
  float: left;
  text-align: left;
}

.tobecome_item {
  position: relative;
}
.tobecome_item:before {
  position: absolute;
  content: "";
  height: calc(100% - 130px);
  width: 1px;
  left: 50%;
  top: 99px;
  background-image: linear-gradient(#00a54f 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 9px;
  background-repeat: repeat-y;
}
.tobecome_item .left_item {
  padding-right: 60%;
  margin-top: -20px;
  position: relative;
}
.tobecome_item .left_item:after {
  content: "";
  position: absolute;
  right: 60%;
  top: 90px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #00a54f;
}
.tobecome_item .left_item:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 10%;
  top: 97px;
  right: 50%;
  background-image: linear-gradient(to right, #00a54f 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 9px 1px;
  background-repeat: repeat-x;
}
.tobecome_item .right_item {
  padding-left: 60%;
  margin-top: -20px;
  position: relative;
}
.tobecome_item .right_item:after {
  content: "";
  position: absolute;
  left: 60%;
  top: 90px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #00a54f;
}
.tobecome_item .right_item:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 10%;
  top: 97px;
  left: 50%;
  background-image: linear-gradient(to right, #00a54f 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 9px 1px;
  background-repeat: repeat-x;
}

.agent_opt .Product_interested {
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.2);
}
.agent_opt .Product_interested .option-input:hover {
  background: #e6f6ec;
}

.agent_form {
  max-width: 75%;
  margin: auto;
}

/*agent registration end*/
/***********************************************onehealth renewal (Maan singh scss start)**********************************/
.followBox {
  width: 100%;
  text-align: center;
}
.followBox span {
  margin: 35px 0 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  display: block;
}
.followBox em {
  margin: 25px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #105931;
  display: block;
  font-style: normal;
}
.followBox h5 {
  margin: 35px 0;
}
.followBox .option-input.radio input:checked + label {
  font-weight: 400;
}
.followBox .pan {
  text-transform: uppercase;
}
.followBox .position-relative {
  margin: 20px 0 0;
}

select.add_cover_select.sum-ins {
  padding: 0 15px 0 0px;
  margin-left: -5px;
}

.availBox {
  padding-top: 30px;
  width: 100%;
}
.availBox em {
  font-size: 16px;
  line-height: 18px;
  color: #ed2f37;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-style: normal;
}
.availBox img {
  margin: -5px 0 0;
  float: left;
}

span.fitness img {
  margin: -6px 0 0;
  display: inline-block;
}

.policyDetailBox {
  margin: 40px 0 0;
  padding: 30px 15px;
  width: 100%;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 10px;
  background-color: #fff;
}
.policyDetailBox .detail {
  margin-bottom: 30px;
  padding: 25px;
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #999999;
}
.policyDetailBox .detail em {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  display: inline-block;
  font-style: normal;
}
.policyDetailBox .form-group {
  max-width: 440px;
  margin: 0 auto 25px;
}
.policyDetailBox .choose {
  margin-bottom: 35px;
  width: 100%;
  float: left;
}
.policyDetailBox .choose label {
  margin: 0 18px 0 0;
  float: left;
}
.policyDetailBox .choose label span {
  cursor: pointer;
  text-align: center;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 30px;
  color: #000;
  border: 1px solid #afafaf;
  background-color: #fff;
}
.policyDetailBox .choose input[type=radio]#ch1 {
  display: none;
}
.policyDetailBox .choose input[type=radio]#ch1:checked + span {
  background-color: #000;
  color: #fff;
}
.policyDetailBox label span:hover {
  background-color: #000;
  color: #fff;
}
.policyDetailBox .count {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.policyDetailBox .detail_tab {
  width: 100%;
  float: left;
}
.policyDetailBox .detail_tab ul {
  margin: 10px 0 50px;
  width: 100%;
  float: left;
  text-align: center;
}
.policyDetailBox .detail_tab ul li {
  float: none;
  display: inline-block;
}
.policyDetailBox .family {
  margin: 0 auto 50px;
  max-width: 440px;
}
.policyDetailBox .family span {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  display: block;
}
.policyDetailBox .family ul {
  margin: 15px 0 50px;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
}
.policyDetailBox .family li {
  float: left;
  padding: 0 10px;
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  border-left: 1px solid #dfdfdf;
  font-weight: 700;
}
.policyDetailBox .family li:first-child {
  padding-left: 0;
  border-left: 0;
}
.policyDetailBox .family li:last-child {
  padding-right: 0;
}
.policyDetailBox .add-more {
  display: none;
}
.policyDetailBox .more-people {
  display: none;
}

.relationBox {
  width: 100%;
  overflow: hidden;
}
.relationBox label {
  margin: 0 60px 18px 0;
  float: left;
  cursor: pointer;
}
.relationBox label:nth-child(4n) {
  margin-right: 0;
}
.relationBox label img {
  width: 65px;
  height: auto;
}
.relationBox label span {
  display: block;
}
.relationBox label span img.first_img {
  display: block;
}
.relationBox label span img.change_img {
  display: none;
}
.relationBox label small {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 100;
}
.relationBox input[type=radio] {
  display: none;
}
.relationBox input[type=radio]:checked + span img.change_img {
  display: block;
}
.relationBox input[type=radio]:checked + span img.first_img {
  display: none;
}

.additionalBox em.text {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000;
  display: block;
  margin-bottom: 30px;
}
.additionalBox h5 {
  margin: 40px 0 30px;
}
.additionalBox .addition_cover {
  min-height: 195px;
  width: calc(50% - 20px);
}
.additionalBox .addition_cover:nth-child(2n) {
  margin-left: 18px;
}
.additionalBox .addition_cover em {
  margin-top: 10px;
  padding: 5px 20px 2px;
  float: left;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: #ea323d;
  text-transform: uppercase;
  border: 1px dashed #ea323d;
}

.detail_tab ul li a small.edit-it {
  top: -24px;
  position: absolute;
  right: 0;
}
.detail_tab ul li a.active small.edit-it {
  top: -30px;
}

.additionalBox.cover {
  max-width: 600px;
  margin: auto;
}
.additionalBox.cover .addition_cover {
  text-align: left;
  width: calc(50% - 10px);
}
.additionalBox.cover .addition_cover:nth-child(2n) {
  margin-left: 20px;
}
.additionalBox.cover .addition_cover:nth-child(2n+1) {
  margin-left: 0;
}

.additionalCoverBox {
  display: none;
}

.premiumBox {
  position: relative;
  width: 100%;
  /*float: left;*/
}
.premiumBox .select_arrow {
  position: absolute;
  right: 0;
  top: 0px;
  width: 10px;
  height: 10px;
  font-size: 20px;
  color: #999;
}
.premiumBox .premium {
  padding: 0 18px 0 0;
  cursor: pointer;
}
.premiumBox .premium-drop {
  display: none;
  margin-top: 13px;
  width: 100%;
  float: left;
  border-top: 1px solid #f1f1f1;
}
.premiumBox .premium-drop .total {
  padding-top: 15px;
  width: 100%;
  float: left;
}
.premiumBox .premium-drop span {
  color: #777777;
}

.proceedBox {
  margin: 40px 0 0;
  padding: 35px 15px;
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.proceedBox p {
  margin: 25px 0 45px;
  font-size: 16px;
  color: #000;
}
.proceedBox a {
  margin-top: 20px;
  font-size: 14px;
  color: #105931;
  display: block;
  text-decoration: none;
}

.proceedBox.choose {
  padding: 35px 0;
  text-align: left;
}
.proceedBox.choose h5 {
  padding: 0 15px 15px;
  border-bottom: 1px dotted #999999;
  text-align: center;
}
.proceedBox.choose span.heading {
  padding: 25px 0 40px;
  font-size: 18px;
  color: #000;
  display: block;
  font-weight: 700;
}
.proceedBox.choose .payment-mode {
  padding: 0 15px;
  width: 100%;
  float: left;
}
.proceedBox.choose .payment {
  margin-bottom: 40px;
  width: 100%;
  float: left;
  position: relative;
}
.proceedBox.choose .payment::before {
  position: absolute;
  left: 15px;
  top: 20px;
  content: "";
  width: calc(100% + 30px);
  height: 1px;
  background-color: #e4e4e4;
}
.proceedBox.choose .payment .pay {
  display: none;
  width: 100%;
  padding: 25px 0 0;
  float: left;
}
.proceedBox.choose .payment .pay h6 {
  padding-bottom: 4px;
  margin: 0 0 15px;
  cursor: pointer;
  display: block;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 100;
  background: url("../images/OneHealthRenewal/proceedBox-down-arrow.png") right 5px no-repeat;
  border-bottom: 1px solid #e4e4e4;
}
.proceedBox.choose .payment .pay h6.act {
  color: #00a54f;
  background: url("../images/OneHealthRenewal/proceedBox-up-arrow.png") right 5px no-repeat;
}
.proceedBox.choose .payment ul {
  padding: 0;
  width: 100%;
  float: left;
  list-style: none;
}
.proceedBox.choose .payment li {
  margin-left: 30px;
  float: left;
}
.proceedBox.choose .payment li em {
  margin-bottom: 8px;
  float: left;
  width: 42px;
  height: 42px;
  border: 1px solid #e3e3e3;
  position: relative;
  display: block;
}
.proceedBox.choose .payment li:first-child {
  margin-left: 0;
}
.proceedBox.choose .payment li a {
  margin: 0;
  display: block;
}
.proceedBox.choose .payment li small {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 100;
  text-transform: uppercase;
}
.proceedBox.choose .payment li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.proceedBox.choose .payment .other {
  width: 100%;
  float: left;
}
.proceedBox.choose .payment .bank {
  display: none;
  width: 100%;
  float: left;
}
.proceedBox.choose .mode {
  max-width: 475px;
  margin: 0 auto;
}
.proceedBox.choose h4 {
  padding-bottom: 4px;
  margin: 0;
  cursor: pointer;
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 700;
  background: url("../images/OneHealthRenewal/proceedBox-down-arrow.png") right 5px no-repeat;
}
.proceedBox.choose h4.act {
  color: #00a54f;
  background: url("../images/OneHealthRenewal/proceedBox-up-arrow.png") right 5px no-repeat;
}
.proceedBox.choose .full {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.proceedBox.choose button.continue {
  text-transform: uppercase;
  background-color: #e8e8e8;
  color: #fff;
  border: 0;
  line-height: 42px;
  font-weight: 700;
}
.proceedBox.choose .option-input.check-it {
  width: 100%;
}
.proceedBox.choose .option-input.check-it input {
  width: 4%;
  border-radius: 0;
}
.proceedBox.choose .option-input.check-it label {
  padding: 5px 0 0;
  float: right;
  width: 94%;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 100;
}
.proceedBox.choose .inception {
  max-width: 475px;
  margin: 0 auto;
}
.proceedBox.choose .inception p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
}
.proceedBox.choose .inception .option-input.radio {
  margin-right: 20px;
}
.proceedBox.choose .name {
  padding: 50px 0 40px;
  width: 100%;
  float: left;
}
.proceedBox.choose .name .set {
  margin-bottom: 50px;
}
.proceedBox.choose .name .datepicker {
  border-radius: 0;
}
.proceedBox.choose .name.disease {
  display: none;
}
.proceedBox.choose .name.total {
  padding: 5px 0 20px;
}
.proceedBox.choose em.data {
  margin-bottom: 40px;
  font-size: 16px;
  display: block;
  font-weight: 700;
  font-style: normal;
}

.successBox {
  margin: 40px 0 0;
  padding: 35px 0 40px;
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.successBox .success {
  padding: 35px 15px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #999999;
}
.successBox .success ul {
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.successBox .success li {
  padding: 5px 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
  border-left: 1px solid #dfdfdf;
}
.successBox .success li:first-child {
  border-left: 0;
}
.successBox .success.line {
  border-top: 1px dotted #999999;
}
.successBox h3 {
  margin: 35px 0 30px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.successBox h4 {
  margin: 0 0 15px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.successBox h5 {
  margin: 0 0 15px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.successBox h5 span {
  font-weight: 400;
  display: inline-block;
}
.successBox p {
  margin: 0;
  font-size: 14px;
  color: #000;
  font-weight: 300;
}
.successBox .full {
  padding: 15px 15px 0;
}
.successBox a {
  padding: 10px 40px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 22px;
  color: #00a54f;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 1px solid #dfdfdf;
  background: url("../images/OneHealthRenewal/download.png") 20px 9px no-repeat;
}
.successBox a:first-child {
  border-left: 0;
}
.successBox .continue {
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

.popupBox {
  width: 100%;
  height: 100%;
  display: table;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
}
.popupBox .popup {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.popupBox .mid {
  position: relative;
  max-width: 550px;
  padding: 35px 115px 40px;
  margin: auto;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 10px;
  background-color: #fff;
}
.popupBox h3 {
  margin: 0;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.popupBox span {
  margin: 25px 0 25px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  display: block;
  font-weight: 400;
}
.popupBox p {
  margin: 0 0 40px;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  font-weight: 300;
}
.popupBox a.popup-close {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/OneHealthRenewal/popup_close.png") no-repeat;
}
.popupBox a.wish {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #00a64c;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}

.insuredBox {
  border-bottom: 1px dotted #999999;
}
.insuredBox h6 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}

.sumBox label {
  float: left;
}
.sumBox .btn-tag {
  padding: 0 29px;
  margin-left: 1px;
}
.sumBox .sum {
  width: 100%;
  overflow: hidden;
}
.sumBox .sum_value {
  width: 100%;
  float: left;
}
.sumBox .sum_value.member {
  margin: 30px 0 10px;
}
.sumBox .sum_value.member p {
  text-align: left;
}
.sumBox .sum_value.member .addMember {
  padding-left: 17px;
  outline: none;
  font-size: 14px;
  line-height: 16px;
  float: left;
  color: #095a30;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/OneHealthRenewal/sumBox_addMember.png") left 1px no-repeat;
}

.sumBox.medical {
  width: 555px;
}
.sumBox.medical .sum_value.member p {
  margin-bottom: 20px;
}

.pay-itBox {
  width: 100%;
  float: left;
  display: none;
}

.tenureBox {
  padding-bottom: 35px;
  border-bottom: 1px dotted #999999;
}
.tenureBox .tenure {
  padding: 35px 0 20px;
  border-bottom: 1px dotted #999999;
}
.tenureBox .tenure small {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.tenureBox .copay {
  padding: 35px 25px 0;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.tenureBox .copay .option-input {
  width: 100%;
  text-align: left;
}
.tenureBox .copay .check-it input {
  border-radius: 0;
}

.adultBox {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
}
.adultBox .adult a {
  text-align: left;
  text-transform: none;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  display: block;
  background: url("../images/OneHealthRenewal/proceedBox-down-arrow.png") right center no-repeat;
}
.adultBox .adult a.up-arrow {
  background: url("../images/OneHealthRenewal/proceedBox-up-arrow.png") right center no-repeat;
}

.adult {
  padding: 0 25px;
  max-width: 600px;
  margin: 0 auto;
}

.personBox {
  padding: 10px 15px;
  border-top: 1px solid #e4e4e4;
}
.personBox .person {
  margin: 0 auto;
  max-width: 600px;
}

.details .full-addressBox {
  width: 100%;
  position: relative;
}
.details .full-addressBox img.edit-add {
  position: absolute;
  right: 0;
  top: 11px;
  cursor: pointer;
}
.details .full-addressBox .input {
  padding-right: 30px;
}

.renewBox .option-input.radio {
  width: 100%;
  text-align: left;
}
.renewBox .form-group {
  margin: 0 0 60px;
  overflow: hidden;
}
.renewBox .form-group label {
  margin-left: 7px;
}
.renewBox h5 {
  margin-bottom: 15px;
  text-align: left;
}

.findBox {
  width: 100%;
  overflow: hidden;
}
.findBox span.arrow {
  padding-right: 22px;
  cursor: pointer;
  background: url("../images/OneHealthRenewal/proceedBox-down-arrow.png") right center no-repeat;
}
.findBox span.arrow.up {
  background: url("../images/OneHealthRenewal/proceedBox-up-arrow.png") right center no-repeat;
}
.findBox .find {
  display: none;
  margin-top: 10px;
  padding: 10px 0 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
}
.findBox .find .mid {
  float: right;
}
.findBox .find small {
  display: inline-block;
}
.findBox .find em {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #777777;
  display: inline-block;
  font-style: normal;
}

.main_accordion .inner-card.fDetailBox h5 {
  margin: 20px 0;
  color: #000;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.main_accordion .inner-card.fDetailBox h6 {
  margin: 20px 0;
  color: #000;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 70px;
}

.imgBox {
  margin: 0 auto;
  width: 114px;
  height: auto;
}
.imgBox img {
  width: 100% !important;
  height: auto;
}

/*************************************************onehealth renewal (Maan singh scss end)**********************************/
/*new css from awards pages*/
section.timeline {
  overflow: hidden;
}
section.timeline .nav-tabs li {
  width: 33%;
}
section.timeline .nav-tabs li a {
  display: block;
  background: transparent;
}
section.timeline:before {
  content: none;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.ach_year {
  font-weight: 500;
  font-size: 48px;
  color: rgba(0, 165, 79, 0.6);
  margin: 40px 0 60px 0;
  position: relative;
}
.ach_year span {
  padding: 15px;
  z-index: 1;
  background: #f0f0f0;
  position: relative;
}
.ach_year:hover {
  color: #00a54f;
}
.ach_year:focus {
  color: #00a54f;
}
.ach_year:before {
  content: "";
  position: absolute;
  left: 40%;
  height: 1px;
  background-image: linear-gradient(to right, transparent 50%, #00a54f 50%);
  background-size: 10px 100%;
  width: 100%;
  top: 48%;
}

.ach_year.active {
  font-size: 58px;
  margin-top: 33px;
  color: #00a54f;
}

.achievement {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}
.achievement p {
  position: absolute;
  color: #fff;
  bottom: 0;
  text-align: center;
  padding: 5%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  height: 80px;
  padding-top: 30px;
}

/*tax benefits*/
.tax_card {
  padding: 50px;
  margin-bottom: 40px;
}

.tax_alphabet {
  width: 140px;
  position: relative;
  text-align: right;
  margin-left: 20px;
  margin-right: 20px;
  float: left;
}
.tax_alphabet span {
  font-size: 58px;
  color: #999;
  font-weight: 600;
  position: absolute;
  left: -20px;
  top: -10px;
}

.tax_alphainfo {
  float: left;
  width: calc(100% - 200px);
}
.tax_alphainfo .d-table-cell {
  vertical-align: middle;
}

.tax_table {
  clear: both;
  width: 90%;
}
.tax_table table {
  border: 1px solid #999;
  width: 100%;
  text-align: center;
}
.tax_table table th {
  border: none;
  width: 50%;
  padding: 5px;
}
.tax_table table td {
  border: none;
  width: 50%;
  padding: 5px;
  position: relative;
}
.tax_table table td:first-child:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  right: 0;
  bottom: 0;
}
.tax_table table thead th {
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.tax_table table tr:first-child td {
  padding-top: 20px;
}
.tax_table table tr:first-child td:after {
  height: calc(100% - 20px);
}
.tax_table table tr:last-child td {
  padding-bottom: 20px;
}
.tax_table table tr:last-child td:after {
  top: 0;
  height: calc(100% - 20px);
  bottom: unset;
}

.Doc_Upload {
  height: 38px;
  padding-top: 10px;
  border-bottom: 1px solid #ced4da;
}
.Doc_Upload .doc_name {
  font-weight: 300;
}
.Doc_Upload .doc_name span.fa-check {
  display: none;
  background: #00a54f;
  color: #fff;
  width: 20px;
  text-align: center;
  height: 20px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 20px;
  margin-left: 20px;
}
.Doc_Upload .doc_name.active {
  font-weight: 600;
  font-size: 18px;
}
.Doc_Upload .doc_name.active span {
  display: inline-block;
}
.Doc_Upload .view_doc_text {
  display: none;
  margin-top: 5px;
}
.Doc_Upload .view_doc_file {
  display: block;
  margin-top: 5px;
}

/*service feedback*/
.service_feedback_heading {
  position: relative;
}
.service_feedback_heading span {
  position: absolute;
  left: -30px;
  font-size: 36px;
  top: -6px;
}

.starrr {
  display: inline-block;
}
.starrr a {
  font-size: 36px;
  padding: 0 1px;
  cursor: pointer;
  color: #00a54f;
  text-decoration: none;
  margin: 0 8px;
}
.starrr a:first-child {
  margin-left: 0;
}
.starrr a.gray_star {
  color: #ccc;
}

.left_angle {
  position: absolute;
  left: 0;
}

.password_eye {
  position: absolute;
  right: 0;
  top: 8px;
  padding: 0 10px;
  cursor: pointer;
}

.Trending_topics .icon_btn {
  width: 100px;
  margin: 20px;
}
.Trending_topics .icon_btn [type=radio] ~ img.active {
  display: none;
}
.Trending_topics .icon_btn [type=radio]:checked ~ img {
  display: none;
}
.Trending_topics .icon_btn [type=radio]:checked ~ img.active {
  display: block;
}

/*customer poll*/
.customer_polls .card {
  border-radius: 0;
  height: 100%;
}

.customer_polls .card .percents {
  font-size: 100px;
  color: #00a54f;
}

.customer_polls .card .percents span {
  font-size: 42px;
  color: #000;
}

/*career*/
.work_why {
  width: 50%;
  margin: auto;
  display: flex;
}
.work_why .img_div {
  width: 170px;
}

.why_magm {
  width: calc(100% - 170px);
  padding-left: 30px;
  padding-top: 30px;
}

.galery .bg_galimg {
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.galery .bg_galimg p {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  margin: 0;
}
.galery .bg_galimg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.galery .col-md-8 .bg_galimg {
  height: calc(100% - 5px);
  width: calc(50% - 8px);
  float: left;
  margin-left: 8px;
}
.galery .bg_galimg1 {
  background-image: url(../images/mg-1.PNG);
  min-height: 580px;
}
.galery .bg_galimg2 {
  background-image: url(../images/mg-4.PNG);
}
.galery .bg_galimg3 {
  background-image: url(../images/mg-3.PNG);
}
.galery .bg_galimg4 {
  background-image: url(../images/mg-6.png);
}
.galery .bg_galimg5 {
  background-image: url(../images/mg-2.PNG);
}

.emp_testimonial .item {
  position: relative;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}
.emp_testimonial .item .item_cont {
  border-radius: 250px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
  position: relative;
  display: table;
  background: #fff;
}
.emp_testimonial .item .item_cont .cont_text {
  display: table-cell;
  vertical-align: middle;
}
.emp_testimonial .item.part_one .item_cont {
  float: right;
  padding: 0 50px;
  width: 350px;
  height: 350px;
  margin-right: -10px;
}
.emp_testimonial .item.part_one .item_img {
  position: absolute;
  width: 100px;
  border-radius: 100px;
  overflow: hidden;
  height: 100px;
  bottom: 0;
  left: -35px;
}
.emp_testimonial .item.part_two .item_cont {
  padding: 0 60px;
  width: 400px;
  height: 400px;
  margin-left: -10px;
}
.emp_testimonial .item.part_two .item_cont .item_img {
  position: absolute;
  width: 100px;
  border-radius: 100px;
  overflow: hidden;
  height: 100px;
  top: 60px;
  right: -50px;
}

.speak_vid {
  height: 250px;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.speak_vid:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.speak_vid p {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  margin: 0;
}
.speak_vid.m_speak1 {
  background-image: url(../images/m_speak1.png);
}
.speak_vid.m_speak2 {
  background-image: url(../images/m_speak2.png);
}
.speak_vid.m_speak3 {
  background-image: url(../images/m_speak3.png);
}

.job_looking {
  width: 70%;
  margin: auto;
}
.job_looking .btn-black {
  width: 180px;
}

.job_opening .form-group {
  width: 100%;
  margin-bottom: 0px;
  vertical-align: middle;
  position: relative;
}
.job_opening .other_doc {
  width: 100%;
  border-bottom: 1px solid #cac8c8;
  font-size: 16px;
  line-height: 35px;
  color: black;
  text-align: left;
}
.job_opening .other_doc i {
  font-size: 22px;
  margin-top: 10px;
}
.job_opening .other_doc span {
  font-weight: 400;
}
.job_opening .Product_interested {
  padding: 10px 0;
  font-size: 14px;
  display: none;
  position: absolute;
  width: 100%;
  line-height: 34px;
  text-align: left;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  text-transform: capitalize;
}
.job_opening .Product_interested .semi-bold {
  padding: 5px 30px;
  margin-bottom: 0px;
}
.job_opening .Product_interested .option-input:hover {
  background: #eee;
}
.job_opening .Product_interested.card {
  border-radius: 0;
}

.btn-primary-o {
  color: #00a54f;
  background-color: transparent;
  border-color: #00a54f;
  border-radius: 100px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
}
.btn-primary-o:hover {
  color: #fff;
  background-color: #00a54f !important;
  border-color: #00a54f !important;
}
.btn-primary-o:focus {
  color: #fff;
  background-color: #00a54f !important;
  border-color: #00a54f !important;
}
.btn-primary-o:active {
  color: #fff;
  background-color: #00a54f !important;
  border-color: #00a54f !important;
}

.looking_job .to_apply {
  padding: 25px 0;
  /*margin: 0 25px;*/
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.looking_job .to_apply .pull-right .btn {
  margin: 0 2px;
}
.looking_job .to_apply:last-child {
  border: none;
}
.looking_job .register {
  padding: 25px 0;
  /*margin: 0 25px;*/
  display: inline-block;
  width: 100%;
}
.looking_job .register .pull-right .btn {
  margin: 0 2px;
}

.no-border {
  border: none;
}

ul.theme_list ul {
  list-style: none;
}
ul.theme_list ul li:before {
  content: "";
  background: #00a54f;
  position: absolute;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  top: 6px;
}

.job_description {
  display: none;
}

.job_popup .modal-dialog {
  max-width: 75%;
  top: 5%;
}
.job_popup .modal-body {
  padding: 7% 15%;
  display: inline-block;
  width: 100%;
}

.job_status {
  position: relative;
}
.job_status div {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 10px;
}
.job_status div img {
  width: 130px;
  margin-bottom: 20px;
}
.job_status div:first-child {
  float: left;
}
.job_status div:last-child {
  float: right;
}
.job_status:before {
  content: "";
  position: absolute;
  top: 80px;
  background: #ccc;
  height: 1px;
  width: 100%;
  left: 0;
}

.text_area {
  width: 100%;
  margin-bottom: 10px;
  height: 147px;
  border: 1px solid #ccc;
  resize: none;
  border-radius: 5px !important;
}

.upload_it {
  position: relative;
}

.upload_file input {
  position: absolute;
  opacity: 0;
  height: 100%;
  left: 0;
  z-index: 1;
}

#job_opening .upload_file {
  position: static !important;
  width: auto;
}

.why_agent {
  width: 75%;
  margin: auto;
}
.why_agent .owl-stage {
  background-image: url(../images/Agent-registration-stroke.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 43% -60px;
}
.why_agent .owl-nav button {
  position: absolute;
  bottom: 20%;
  font-size: 70px !important;
  font-weight: 100 !important;
  color: #00a54f !important;
}
.why_agent .owl-nav button.disabled {
  color: #ccc !important;
}
.why_agent .owl-nav .owl-prev {
  left: 0;
}
.why_agent .owl-nav .owl-next {
  right: 0;
}
.why_agent .item img {
  max-width: 150px;
  margin: auto;
}

.why_magma_agent {
  background-image: url(../images/agent_whybg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.why_magma_agent .card {
  border-radius: 4px;
}
.why_magma_agent .why_list {
  margin-top: 30px;
  list-style: none;
  margin-left: 40px;
}
.why_magma_agent .why_list li {
  padding: 0 0 30px;
  position: relative;
}
.why_magma_agent .why_list li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: -29px;
  top: 8px;
  background-image: linear-gradient(#00a54f 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 9px;
  background-repeat: repeat-y;
}
.why_magma_agent .why_list li:last-child:before {
  content: none;
}
.why_magma_agent .why_list li:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #00a54f;
  border-radius: 10px;
  left: -33px;
  top: 4px;
}

.genral_insurance .col-sm-6 {
  padding: 30px;
}
.genral_insurance .col-sm-6 p {
  max-width: 318px;
  margin: auto;
}
.genral_insurance .col-sm-6:first-child {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.genral_insurance .col-sm-6:nth-child(2) {
  border-bottom: 1px solid #eee;
}
.genral_insurance .col-sm-6:nth-child(3) {
  border-right: 1px solid #eee;
}

.Proposition_in p {
  width: 80%;
  margin: auto;
  display: inline-block;
  margin-bottom: 30px;
}
.Proposition_in .prop_img {
  width: 70px;
  float: left;
  margin-top: -8px;
}
.Proposition_in .prop_info {
  width: calc(100% - 90px);
  padding-left: 20px;
  float: left;
  text-align: left;
}

.tobecome_item {
  position: relative;
}
.tobecome_item:before {
  position: absolute;
  content: "";
  height: calc(100% - 130px);
  width: 1px;
  left: 50%;
  top: 99px;
  background-image: linear-gradient(#00a54f 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 9px;
  background-repeat: repeat-y;
}
.tobecome_item .left_item {
  padding-right: 60%;
  margin-top: -20px;
  position: relative;
}
.tobecome_item .left_item:after {
  content: "";
  position: absolute;
  right: 60%;
  top: 90px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #00a54f;
}
.tobecome_item .left_item:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 10%;
  top: 97px;
  right: 50%;
  background-image: linear-gradient(to right, #00a54f 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 9px 1px;
  background-repeat: repeat-x;
}
.tobecome_item .right_item {
  padding-left: 60%;
  margin-top: -20px;
  position: relative;
}
.tobecome_item .right_item:after {
  content: "";
  position: absolute;
  left: 60%;
  top: 90px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #00a54f;
}
.tobecome_item .right_item:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 10%;
  top: 97px;
  left: 50%;
  background-image: linear-gradient(to right, #00a54f 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 9px 1px;
  background-repeat: repeat-x;
}

.agent_opt .Product_interested {
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.2);
}
.agent_opt .Product_interested .option-input:hover {
  background: #e6f6ec;
}

.agent_form {
  max-width: 75%;
  margin: auto;
}

.mobile_show {
  display: none;
}

.mobile_hide {
  display: block;
}

/*magma customer portal*/
.form-group .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.form-group .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-group .switch input:checked + .slider {
  border: 3px solid #00a54f;
}
.form-group .switch input:checked + .slider:before {
  background-color: #00a54f;
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.form-group .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #a9a9a9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #a9a9a9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.cust_dash {
  display: flex;
}
.cust_dash .dash_img {
  width: 20%;
}
.cust_dash .dash_img .user_img {
  width: 100px;
  margin: auto;
  position: relative;
}
.cust_dash .dash_img .user_img > img {
  border-radius: 100px;
  background: #eee;
  width: 100px;
  height: 100px;
}
.cust_dash .dash_img .edit_img {
  position: absolute;
  right: -10px;
  top: 50%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.cust_dash .dash_img .edit_img input {
  position: absolute;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.cust_dash .dash_profile {
  width: 80%;
  padding-left: 10px;
}
.cust_dash .main_edit {
  position: absolute;
  right: 40px;
  top: 0;
}
.cust_dash .settings {
  position: absolute;
  right: 0px;
  top: 0;
}

.headr {
  padding-bottom: 20px;
  border-bottom: 1px solid #00a54f;
  margin-left: -30px;
  margin-right: -30px;
  padding-right: 20px;
  position: relative;
}

.serve {
  padding: 28px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.serve:last-child {
  border-bottom: none;
}
.serve .fa-angle-right {
  position: absolute;
  right: 0;
}

.section .dating {
  padding: 0 20px;
  border-right: 1px solid #eee;
}
.section .dating:last-child {
  border-right: none;
}

.menu_dot {
  background: transparent;
  border: none;
  height: 36px;
  cursor: pointer;
  float: right;
  padding-left: 10px;
}
.menu_dot span {
  width: 4px;
  height: 4px;
  display: block;
  background: #00a54f;
  border-radius: 10px;
  margin: 2px;
}

.modal.type_1 .modal-dialog {
  max-width: 600px;
}
.modal.type_1 .modal-dialog .modal-content {
  padding: 0;
}
.modal.type_1 .modal-dialog .modal-content .modal-body {
  padding: 1rem;
}
.modal.type_1 .close {
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 15px;
  margin-top: 10px;
  opacity: 1;
}

.popover {
  position: absolute !important;
  display: none;
  margin: 0;
  min-width: 170px;
  border: none;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.popover ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popover ul li a {
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
  padding: 10px 8px;
  display: block;
}

.modal-open .modal.magma_modal {
  overflow-y: auto;
}

.pol_menu {
  right: 25px;
  left: auto;
}
.pol_menu .arrow {
  top: 14px;
}

.claim_status .menu_dot:hover + .pol_menu {
  display: block;
}
.claim_status .pol_menu:hover {
  display: block;
}
.claim_status:last-child {
  margin-bottom: 0;
}

.show_more {
  position: absolute !important;
  bottom: 0;
  width: calc(100% - 30px);
  left: 15px;
  text-align: center;
  padding: 120px 0 20px 0;
  background: rgba(255, 255, 255, 0.8);
}

.filter_menu {
  right: 0px;
  left: auto;
  top: 30px;
}
.filter_menu .arrow {
  left: 85%;
}
.filter_menu:hover {
  display: block;
}
.filter_menu .arrow {
  top: -7px;
  transform: rotate(-90deg);
  margin-left: -3px;
}

.show_filter {
  cursor: pointer;
}
.show_filter:hover + .filter_menu {
  display: block;
}

.add_policy_result {
  display: inline-block;
  width: 100%;
}
.add_policy_result .claim_status {
  width: 50%;
  float: left;
  position: relative;
}
.add_policy_result .claim_status .checkbox {
  position: absolute;
  right: 15%;
}
.add_policy_result .claim_status.right {
  padding-left: 23px;
}
.add_policy_result .claim_status.left:after {
  content: "";
  position: absolute;
  top: -30px;
  height: calc(100% + 30px);
  width: 1px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.mobile_novisible {
  border-top: 1px solid #eee;
}

.clearfix {
  clear: both;
}

.remain_insure {
  display: none;
}
.remain_insure p {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.right-0 {
  right: 0;
}

.w-88 {
  width: 88%;
  margin: auto;
}

.w-85 {
  width: 85%;
  margin: auto;
}

.p_l_15 {
  padding-left: 15px;
}

.m_l_15 {
  margin-left: 15px;
}

.change-option .form-group {
  width: 100%;
  margin-bottom: 0px;
  vertical-align: middle;
  position: relative;
}
.change-option .change_type {
  width: 100%;
  border-bottom: 1px solid #cac8c8;
  font-size: 16px;
  line-height: 35px;
  padding: 15px 0px 0px 0px;
  color: black;
  cursor: pointer;
}
.change-option .change_type i {
  font-size: 22px;
  margin-top: 10px;
}
.change-option .Product_change {
  padding: 0 0 10px 0;
  font-size: 14px;
  display: none;
  position: absolute;
  width: 100%;
  line-height: 34px;
  text-align: left;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  text-transform: capitalize;
  margin-top: -1px;
  box-shadow: 0px 2px 5px -3px;
}
.change-option .Product_change label {
  padding: 5px 30px;
  margin-bottom: 0px;
}
.change-option .Product_change .change-option:hover {
  background: #eff7e2;
}
.change-option .Product_change .search_here input {
  background-color: #e7e9eb;
  height: 30px;
  border-bottom: none;
  padding: 5px 15px;
}
.change-option .Product_change .search_here .fa {
  position: absolute;
  right: 6px;
  top: 8px;
}
.change-option .Product_change.card {
  border-radius: 0;
}

.view_doc {
  position: absolute;
  bottom: 2px;
}

.opacity_low {
  opacity: 0.3;
  pointer-events: none;
}

.help_cust p {
  padding: 25px 0;
  margin: 0;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.help_cust p:last-child {
  border-bottom: none;
}
.help_cust p:after {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  font-family: fontAwesome;
  font-size: 16px;
  color: #999;
  margin-top: -11px;
}

.three_tab ul.nav-tabs li {
  width: 33%;
}

.btn-tag.small {
  padding: 0 15px;
}

.choose_poltype {
  display: inline-block;
  width: 100%;
}
.choose_poltype div {
  width: 25%;
  float: left;
  line-height: 12px;
  font-weight: 300;
  font-size: 14px;
  padding: 5px 10px;
}
.choose_poltype div img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 60px;
  margin-bottom: 5px;
}
.choose_poltype div.active {
  margin: auto;
  float: none;
}
.choose_poltype div.active img {
  -webkit-filter: grayscale(1%);
  filter: grayscale(1%);
}
.choose_poltype div.active p {
  display: none;
}

.service_request_status .m_l_-30 {
  margin-left: -30px;
}

.ser_req_st {
  padding: 0 15px;
  display: inline-block;
  position: relative;
}
.ser_req_st:last-child:before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #eee;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.ser_req_st.p_t_32 {
  padding-top: 32px;
}

.type_1.large .modal-dialog {
  max-width: 991px;
}

.modal.magma_modal .col-md-6.row {
  margin: 0 0 20px 0;
}

.pointer {
  cursor: pointer;
}

/*magma customer portal end*/
/*pre login */
.prelogin {
  background-image: url(assets/img/prelogin_background.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 160px;
  background-position: bottom;
  margin-top: 50px;
}
.prelogin .details {
  width: 420px;
  margin: auto;
}

.password_icon input {
  padding: 0 20px 0 10px;
}
.password_icon .pass_icon {
  position: absolute;
  right: 0;
  top: 7px;
  cursor: pointer;
}

.otp_numbers input {
  width: 25px;
  margin: 0 4px;
  text-align: center;
}

.show_pass {
  display: none;
}

/*pre login*/
/*site map*/
.site_pages .site_page_haed {
  font-size: 24px;
  font-weight: 600;
  color: #424242;
  padding: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.site_pages .site_page_body .in_accord_head {
  font-weight: 600;
  text-transform: inherit;
  padding: 15px;
  display: block;
  font-size: 18px;
  color: #424242;
  cursor: pointer;
}
.site_pages .site_page_body .accordion ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site_pages .site_page_body .accordion ul li a {
  font-weight: 300;
  text-transform: initial;
  font-size: 16px;
  color: #000;
  padding: 10px 15px;
  display: block;
}
.site_pages .site_page_body .accordion .in_accord_head span {
  width: 16px;
  float: right;
}
.site_pages .site_page_body .accordion .in_accord_head span img {
  display: none;
}
.site_pages .site_page_body .accordion .in_accord_head span .closed {
  display: block;
}
.site_pages .site_page_body .accordion .in_accord_head.collapsed span img {
  display: block;
}
.site_pages .site_page_body .accordion .in_accord_head.collapsed span img.closed {
  display: none;
}
.site_pages .site_page_body .site_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site_pages .site_page_body .site_list li a {
  font-weight: 600;
  text-transform: inherit;
  padding: 15px;
  display: block;
  font-size: 18px;
  color: #424242;
  cursor: pointer;
}

.site_pages.p_l_60 .site_page_haed {
  padding-left: 60px;
}
.site_pages.p_l_60 .site_list li a {
  padding-left: 60px;
}

/*site map end*/
.over_auto {
  max-height: 380px;
  overflow: auto;
}

.over_auto::-webkit-scrollbar {
  width: 7px;
}

.over_auto::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

.over_auto::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.arrow_text {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}

.arrow_textMobile {
  position: absolute;
  top: -5px;
  left: 69%;
  transform: translateX(-50%);
}

/*************************************************************media query*******************************************************************/
@media only screen and (min-width: 1199px) {
  .w-90_lg {
    width: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .offices .big_text {
    font-size: 68px;
  }
  .offices .font_40 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1020px) {
  .expert-crousel .owl-nav button.owl-prev {
    left: -40px;
  }
  .expert-crousel .owl-nav button.owl-next {
    right: -40px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile_nav {
    display: none;
  }
  .ss-item-required.details .col-md-4 {
    padding-right: 70px;
  }
  .surveyor_registration .form-group {
    width: 85%;
  }
  .Doc_Upload .view_doc_text {
    display: block;
  }
  .Doc_Upload .view_doc_file {
    display: none;
  }
  .service_feedback .form-group {
    width: 85%;
  }
}
@media only screen and (min-width: 991px) {
  .product_withdraw.table-responsive {
    display: table;
  }
  #menulist_accordian .nav-item:hover .about_menu {
    display: block;
    left: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  .general_insurance .card {
    padding: 25%;
  }
  .locateBox.reg h4 {
    width: 285px !important;
  }
  .locateBox.reg h4 a {
    font-size: 18px;
    padding: 10px 0 10px 45px;
  }
  .offices .big_text {
    font-size: 54px;
  }
  .offices .font_40 {
    font-size: 24px;
  }
  .job_looking {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  header#banner {
    display: flex;
  }
  header#banner nav {
    width: 100%;
  }
  .footer_list .col-lg-3 {
    max-width: initial;
  }
  .footer_list .col-lg-2 {
    max-width: initial;
  }
  .mainmenu, .mainmenu_icons {
    float: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.show {
    display: block !important;
  }
  .family_member {
    width: calc(100% - 50px);
  }
  .mobile_nav {
    display: inline-block;
    width: calc(100% - 174px);
    text-align: right;
  }
  .mobile_nav .nav-link, .mobile_nav .navbar-toggler {
    display: inline-block;
    color: #a9a9a9;
    font-size: 9px;
    /*margin-top: 18px;*/
  }
  .home_menu {
    display: block;
    position: absolute;
    top: 0;
    /*background: #fff;*/
    z-index: 100;
    width: 90%;
    right: 0;
    height: 96vh;
    overflow-y: scroll;
  }
  .home_menu .show_mnav {
    display: block !important;
  }
  .home_menu .hide_mnav {
    display: none !important;
  }
  .home_menu li {
    display: block !important;
    background: #fff;
    padding: 0 10px;
  }
  .home_menu li a.sub_menu {
    color: #000;
    padding: 12px;
  }
  .home_menu li a.sub_menu.active {
    font-weight: bold;
    background: transparent;
  }
  .home_menu li.show_mnav .child-menu {
    height: auto;
  }
  .home_menu li .child-menu {
    padding-top: 0;
    position: relative;
    background: transparent;
    height: 360px;
  }
  .home_menu li .child-menu ul {
    position: relative;
    box-shadow: none;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .home_menu li .child-menu ul li {
    width: 22%;
    padding: 0;
    float: left;
    margin: 0;
    max-width: initial;
  }
  .home_menu li .child-menu ul li.nav-item {
    height: 130px;
  }
  .home_menu li .child-menu ul li a {
    width: 100px;
    margin: auto;
  }
  .home_menu li .child-menu ul li.nav-item .mobi_menu {
    display: block;
    margin-top: -125px;
    margin-left: 90%;
    width: 12px;
  }
  .home_menu li .child-menu ul .about_menu {
    margin-top: 94px;
    height: 100%;
    width: auto;
    left: 0px;
    width: calc(100vw - 70px);
    padding-left: 10px;
    z-index: 10;
    position: absolute;
    height: auto;
  }
  .home_menu li .child-menu ul .about_menu li {
    width: 100%;
    background: transparent;
    line-height: 24px;
  }
  .home_menu li .child-menu ul .about_menu li a {
    font-size: 14px;
    padding-bottom: 0;
  }
  .home_menu li .child-menu ul .about_menu .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home_menu:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
  }
  .additional_coverbox .additional_cover.w-60 {
    width: 100%;
  }
  .bg_home_mid {
    background-size: inherit;
  }
  .cliams_tabs .w-80.m-auto, .cliams_tabs .w-50 {
    width: 100% !important;
  }
  .bg_main.height_400 {
    height: 200px;
  }
  .bg_main .overlay {
    height: 200px;
  }
  .home_menu li .child-menu ul li.nav-item.active a:before {
    content: none !important;
  }
  .policy_claims {
    width: 100%;
  }
  .additional_sumin .add_card {
    width: 47%;
    margin-bottom: 2px;
  }
  .p_b_120 {
    padding-bottom: 60px;
  }
  .core_team_tabs {
    width: 100%;
  }
  .work_why {
    width: 100%;
  }
  .ach_year {
    font-size: 30px;
  }
  .ach_year.active {
    font-size: 36px;
  }
  /*magma customer portal*/
  .other_serve {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
  }
  .other_serve .serve {
    width: 50%;
    float: left;
    min-height: 190px;
  }
  .other_serve .serve:nth-child(3) {
    border: none;
  }
  .card.other_serve:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #eee;
    left: 50%;
  }
  .serve .fa-angle-right {
    right: auto;
  }
  .cust_dash {
    padding-bottom: 80px;
  }
  .cust_dash .user_details {
    position: absolute;
    width: calc(100% + 30px);
    left: 0;
    margin-top: 30px;
  }
  .add_policy_result .claim_status {
    width: 100%;
    float: none;
  }
  .add_policy_result .claim_status.left:after {
    content: none;
  }
  .add_policy_result .claim_status.right {
    padding-left: 0;
  }
  .dashboard .cust_dash {
    padding-bottom: 0;
  }
  /*magma customer portal end*/
  /*site map*/
  .site_pages .site_page_haed {
    font-size: 18px;
    padding: 10px;
  }
  .site_pages .site_page_body .in_accord_head {
    font-size: 14px;
    padding: 10px;
  }
  .site_pages .site_page_body .accordion ul li a {
    font-size: 14px;
    padding: 10px;
  }
  .site_pages .site_page_body .accordion .in_accord_head span {
    width: 13px;
    margin-top: 3px;
  }
  .site_pages .site_page_body .site_list li a {
    font-size: 14px;
    padding: 10px;
  }
  .site_pages.p_l_60 .site_page_haed {
    padding-left: 15px;
  }
  .site_pages.p_l_60 .site_list li a {
    padding-left: 15px;
  }
  /*site map end*/
}
@media only screen and (min-width: 768px) {
  .portlet.open > .portlet-topper, .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
  }
}
.yui3-widget-bd ul li a {
  padding: 5px 10px;
}

.yui3-widget-bd ul li a:hover {
  background-color: #00a54f;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mobile_show {
    display: block;
  }
  .mobile_hide {
    display: none;
  }
  .page_navigation {
    display: none !important;
  }
  body {
    font-size: 14px;
  }
  h1, .h1 {
    font-size: 1.4rem;
  }
  h2, .h2 {
    font-size: 1.3rem;
  }
  h3, .h3 {
    font-size: 1.2rem;
  }
  h4, .h4 {
    font-size: 1.1rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 0.9rem;
  }
  .font_14 {
    font-size: 12px !important;
  }
  .font_16 {
    font-size: 14px !important;
  }
  .font_18 {
    font-size: 16px !important;
  }
  .font_20 {
    font-size: 18px !important;
  }
  .font_22 {
    font-size: 20px !important;
  }
  .font_48 {
    font-size: 32px;
  }
  .mid_hr {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  footer hr.m_40_0 {
    margin: 5px 0 20px 0;
  }
  footer.footer_expanded {
    /*display: none;*/
  }
  footer.footer_expanded .show_moblist {
    pointer-events: auto;
    text-align: left;
    cursor: pointer;
  }
  footer.footer_expanded .show_moblist span:before {
    content: "\f106";
  }
  footer.footer_expanded .show_moblist.collapsed span:before {
    content: "\f107";
  }
  footer.footer_expanded .mobile_show, footer.footer_expanded .show_moblist span {
    display: block;
  }
  footer.footer_expanded .mobile_show img {
    max-width: 250px;
  }
  footer.footer_expanded .mobile_hide, footer.footer_expanded .mob_list {
    display: none;
  }
  footer.footer_expanded .mobile_hide.show, footer.footer_expanded .mob_list.show {
    display: block;
  }
  footer.footer_expanded .footer_list {
    /*text-align: center;*/
  }
  footer.footer_expanded .footer_list .social_icons a {
    padding: 0 5px;
  }
  footer.footer_colapsed .social_icons {
    /*position: relative;
    top: 20px;
    border-top: 1px solid #555;
    padding: 20px 0;*/
  }
  footer.footer_colapsed .social_icons .social_icons a {
    font-size: 20px;
  }
  .mob_full {
    padding: 0;
    max-width: 100%;
  }
  .customer_care .subscribe_text {
    text-align: center;
  }
  .input-group {
    margin: auto;
  }
  .right_options {
    position: relative;
    text-align: center;
    right: 0;
    bottom: 0;
  }
  .accordian_nav {
    top: -10px;
  }
  .more_options {
    right: 0;
    top: 20px;
  }
  .main_accordion .inner-card {
    padding: 0 20px;
  }
  .edit_option {
    right: 30px;
  }
  .detail_tab ul li {
    margin-right: 25px;
  }
  .detail_tab ul li:before {
    width: 13px;
    right: calc(100% + 6px);
  }
  .detail_tab ul li a {
    font-size: 11px;
    font-weight: 600;
  }
  .detail_tab ul li a span.tabindex {
    font-weight: 400;
    font-size: 14px;
    height: 14px;
    top: -17px;
  }
  .detail_tab ul li a.active {
    font-size: 12px;
    color: #00a54f;
  }
  .detail_tab ul li a.active span.tabindex {
    font-size: 24px;
    top: -27px;
    height: 24px;
  }
  .head_popup {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .panel-group .eng-panel .panel-heading img {
    padding-left: 0;
    max-width: 45px;
  }
  .panel-group .eng-panel .panel-heading .panel-title a {
    padding-left: 40px;
  }
  /*about us*/
  .bg_main:before {
    max-height: 200px;
  }
  .always_there a img {
    margin: 10px;
  }
  .always_there a:first-child img {
    width: 60px;
  }
  .always_there a:nth-child(2) img {
    width: 80px;
  }
  .always_there a:first-child img {
    width: 60px;
  }
  .tabs_1, .core_team_tabs {
    width: 500px;
    margin-bottom: 1px;
  }
  .tabs_1 {
    width: 500px;
    margin-bottom: 1px;
  }
  .tabs_1 li a {
    font-size: 14px;
  }
  .tabs_1.two_tabs {
    width: inherit;
  }
  .tab_vision {
    max-width: 100%;
    overflow: auto;
    padding-bottom: 1px;
  }
  .tab_vision::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .f_right {
    float: none;
    width: 100%;
  }
  .f_left {
    float: none;
    width: 100%;
  }
  .content_mob {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .claim_settlement .primary {
    display: inline-block;
    margin: 5px 0 30px;
    width: 49%;
  }
  .claim_settlement .primary .big_one {
    font-size: 32px;
  }
  .claim_settlement .average {
    display: inline-block;
    margin: 5px 0 30px;
    width: 49%;
  }
  .claim_settlement .average h1 {
    font-size: 26px;
  }
  .offices .big_text {
    font-size: 42px;
  }
  .offices .font_40 {
    font-size: 22px;
  }
  .offices .mid_hr {
    border-right: none;
  }
  .p_70_0 {
    padding: 30px 0;
  }
  .p_t_70 {
    padding-top: 30px;
  }
  .p_t_90 {
    padding-top: 35px;
  }
  .p_t_100 {
    padding-top: 4px;
  }
  .awards h3 {
    font-size: 18px;
  }
  .vision .font_20 {
    font-size: 16px;
    text-align: center;
  }
  .article.p_40_0 {
    padding: 10px 0;
  }
  .glance .p-4 {
    padding: 0 !important;
  }
  .glance .big_text {
    font-size: 35px;
  }
  .team_modal .modal-content {
    overflow: visible;
  }
  .team_modal .modal-content .modal-body .w-50 {
    width: 100% !important;
  }
  .team_modal .modal-content .modal-body .w-50 img {
    padding: 0;
  }
  .team_modal .modal-content .modal-body .w-50:first-child {
    margin-bottom: 15px;
  }
  .team_members {
    margin-bottom: 15px;
  }
  /*contact us*/
  .p_l_50 {
    padding-left: 15px;
    padding-top: 20px;
  }
  .addressBox .col-lg-6 {
    text-align: center;
  }
  .addressBox .col-lg-6:first-child {
    margin-bottom: 30px;
  }
  .addressBox .office {
    min-height: auto;
    margin-bottom: 10px;
  }
  .grievanceBox {
    text-align: center;
  }
  .locateBox.reg h4 {
    margin: auto;
    float: none !important;
    width: auto;
  }
  .locateBox.reg a.icon2, .locateBox.reg a.icon3 {
    /*margin-left: 50%;
    transform: translateX(-50%);*/
    min-width: 280px;
    /*padding-right: 0;*/
    float: left;
    font-size: 18px;
    padding: 8px 0 8px 45px;
  }
  .locateBox.reg .your {
    border-right: none;
    position: relative;
    padding-bottom: 15px;
  }
  .locateBox.reg .your:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #999;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
  }
  .generalBox .row {
    width: 100%;
  }
  .p_80_0 {
    padding: 30px 0;
  }
  .contactBox .mid .col-md-6 {
    padding-right: 15px;
  }
  /*fire engineering marine public liabilty*/
  .fir-owl .owl-item.active .card {
    padding: 0px 15px;
    min-height: 260px;
  }
  .eng-owl .owl-item.active {
    height: auto;
  }
  .eng-owl .owl-item.active .card {
    min-height: 260px;
    padding: 0px 15px;
  }
  .eng-owl .owl-item {
    height: 1px;
  }
  #additional_covers > article > div {
    padding: 30px 0px;
  }
  .mob-covered .panel-default .panel-heading {
    pointer-events: visible;
    padding: 0px;
    margin-bottom: 10px;
  }
  .mob-covered .panel-default .panel-heading .whats-covered-head {
    text-align: left;
    display: inline-block;
    width: 100%;
  }
  .mob-covered .panel-default .panel-heading .whats-covered-head a {
    float: left;
  }
  .mob-covered .panel-default .panel-heading .whats-covered-head a img {
    width: 70px;
    margin-right: 10px;
  }
  .mob-covered .panel-default .panel-heading .whats-covered-head h6 {
    float: left;
    margin-top: 25px !important;
  }
  .mob-covered .panel-default .panel-heading .eng-img-toggle {
    top: 50%;
    display: block;
    margin-top: -10px;
  }
  .mob-covered .card {
    padding: 15px;
  }
  .mob-covered .panel-heading ~ div > ul {
    padding: 15px !important;
  }
  .mob-covered .panel-heading ~ div > p ~ ul {
    padding-top: 0px !important;
  }
  .eng-img-toggle img {
    max-width: 18px;
  }
  .marine-transit-list li {
    width: 100%;
  }
  #coverednotcovered a.collapsed .eng-img-toggle .close-img {
    display: none;
  }
  #coverednotcovered a.collapsed .eng-img-toggle .open-img {
    display: block;
  }
  #coverednotcovered a .eng-img-toggle .open-img {
    display: none;
  }
  #coverednotcovered a .eng-img-toggle .close-img {
    display: block;
  }
  .mob-center {
    text-align: center;
  }
  .grievanceBox {
    padding: 20px 0;
  }
  .grievanceBox h3 {
    margin-bottom: 20px;
  }
  .grievanceBox .still {
    padding-right: 0;
  }
  /*one health media 767*/
  .mobile_full .w-50 {
    width: 100% !important;
  }
  .mobile_full .w-60 {
    width: 100% !important;
  }
  .mobile_full .w-75 {
    width: 100% !important;
  }
  .mobile_full .col-md-6.col-6 {
    padding: 0 10px;
  }
  .mobile_full .card {
    padding: 20px;
  }
  .mobile_full.w-60 {
    width: 100%;
    padding: 0 15px;
  }
  .additional_sumin .w-50 {
    width: 50% !important;
  }
  .feature_plan {
    width: 100%;
    padding: 0 15px;
  }
  .feature_plan .numbers {
    width: 33%;
  }
  .feature_plan .numbers:after {
    content: none;
  }
  .feature_plan .numbers:before {
    content: none;
  }
  .feature_plan .numbers span {
    height: 50px;
    font-size: 12px;
    padding: 0 10px;
  }
  .pricing {
    /*text-align: left;*/
    margin: 0;
  }
  .pricing .big_font {
    font-size: 40px;
    height: 50px;
  }
  .avail_box .avail {
    width: 200px;
    padding: 0;
  }
  .avail_box .avail_info {
    width: calc(100% - 200px);
    padding-left: 10px;
  }
  .avail_box .avail_info div {
    font-size: 18px;
    margin-right: 10px;
  }
  .avail_box .avail_info div span {
    font-size: 24px;
  }
  .policy_duration .avail {
    width: 100%;
    padding: 0;
  }
  .policy_duration .avail_info {
    width: 100%;
    padding: 0;
  }
  /*one health media end 767*/
  .about_tabs, .core_team_tabs {
    width: 500px;
    margin-bottom: 1px;
  }
  .about_tabs li a {
    font-size: 14px;
  }
  .pub_dis_co.pub-covered {
    padding: 0px;
  }
  .pub_dis_download.p_40_0 {
    padding: 30px 0px;
  }
  .key_benefitsoneh .item {
    padding: 10px;
    display: inline-block;
    width: 100%;
  }
  .key_benefitsoneh .item .card {
    width: 46%;
    float: left;
    margin: 2%;
    padding: 10px;
  }
  /*one health end 767*/
  /*legal pages*/
  .legal_pages .p_40_0 {
    padding: 15px 0;
  }
  .legal_pages .m_t_50 {
    margin-top: 30px;
  }
  .legal_pages table thead.bg_primary tr th {
    padding: 20px;
  }
  #terms.m_t_40 {
    margin-top: 0px;
  }
  /*motor insurance*/
  .family-pack-table td {
    padding: 15px 10px;
  }
  .family-pack-table td:first-child {
    padding-left: 0px;
  }
  .table-card {
    margin-bottom: 20px;
  }
  .comm-sum-insured {
    padding: 20px 0px;
  }
  #Suminsured ul {
    padding: 0px;
  }
  .bg_home_mid {
    background-size: inherit;
    background-position: -210px bottom;
  }
  .collapsed .close-img {
    display: none;
  }
  .collapsed .open-img {
    display: inline-block;
  }
  /*unclaimed amount*/
  .card_p_60_0 {
    padding: 20px !important;
  }
  .vertical-middle {
    margin-top: 20px;
    text-align: center;
  }
  /*unclaimed amount end*/
  /*blog*/
  .expert-details img {
    margin-right: 15px;
  }
  .expert-details button {
    height: 25px;
    font-size: 10px;
    line-height: 27px;
  }
  .row.expert-details.p_40_0 {
    padding: 15px 0px;
  }
  .blog-item {
    /*div {
    	&:last-child {
    		margin-bottom: 0px;
    	}
    }*/
  }
  .blog-item button {
    height: 25px;
    font-size: 10px;
    line-height: 27px;
  }
  #products.p_40_0 {
    padding-bottom: 15px;
  }
  .blog-option .option_item img {
    padding: 5px;
  }
  .blog-option .option_item.active img {
    height: 70px;
    width: 70px;
  }
  .filter-option.w-60 {
    width: 100%;
  }
  .newsletter-sub {
    text-align: center;
  }
  .newsletter-sub span {
    display: block;
    text-align: left;
  }
  .newsletter-sub input {
    width: 100%;
    margin-bottom: 15px;
  }
  .mob_center {
    text-align: center;
  }
  /*blog end*/
  /*non logged in claims*/
  .p_t_32 {
    padding-top: 12PX;
  }
  .claim_status {
    padding: 0;
  }
  .drop_downs .drop_downs_box {
    margin-left: -30px !important;
    width: calc(100% + 60px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
  }
  .mobile_novisible {
    opacity: 0;
    margin: 6px;
  }
  /*non logged in claims end   */
  .card_row_heading {
    width: 90%;
  }
  .eng-row.owl-carousel {
    width: calc(100% + 30px);
  }
  .truthMust {
    display: block;
  }
  .truthMust:after {
    content: none;
  }
  .locationBox .left {
    border-right: none;
    border-bottom: 1px solid #73c796;
  }
  .premium_divs .col-md-3.col-6 .pricing:last-child {
    padding-top: 20px;
  }
  .premium_divs .col-md-3.col-6:nth-child(2) {
    border-right: 0;
  }
  .premium_divs .col-md-3.col-6:nth-child(2) .pricing, .premium_divs .col-md-3.col-6:nth-child(1) .pricing {
    border-bottom: 1px solid #ccc;
  }
  .optimize_premium {
    padding: 20px 20px 40px;
  }
  #Suminsured p {
    padding-left: 38px;
  }
  .m_l_50 {
    margin-left: 35px !important;
  }
  .header_info h1 {
    font-size: 1.3rem;
  }
  .mob_onlyhead {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  ul.three_tab li {
    margin-right: 60px;
  }
  ul.three_tab li a:before {
    width: 48px;
  }
  /*onehealth renewal(maan singh)*/
  .proceedBox.choose .option-input.check-it label {
    width: 87%;
  }
  .proceedBox.choose .option-input.check-it input {
    width: 20px;
  }
  .proceedBox.choose span.heading {
    padding: 20px 0;
  }
  .proceedBox.choose .name {
    padding: 25px 0;
  }
  .card-head .heading {
    font-size: 20px;
  }
  .popupBox .mid {
    max-width: 300px;
    padding: 30px 25px 35px;
  }
  .sumBox .btn-tag {
    padding: 0 25px;
    margin-left: 5px;
  }
  .additionalBox.cover {
    padding: 0 15px;
  }
  .additionalBox.cover .addition_cover {
    width: 100%;
  }
  .sumBox.medical {
    width: 100%;
  }
  .availBox em {
    font-size: 12px;
    line-height: 16px;
  }
  /*onehealth renewal end(maan singh)*/
  /*career start*/
  .tax_card {
    padding: 25px;
    margin-bottom: 20px;
  }
  .tax_card .d-flex {
    display: block !important;
  }
  .tax_alphabet {
    float: none;
    width: 80px;
    margin-bottom: 10px;
  }
  .tax_alphabet span {
    font-size: 40px;
  }
  .tax_alphainfo {
    width: auto;
    float: none;
  }
  .tax_table {
    width: 100%;
  }
  .starrr a {
    font-size: 28px;
    margin: 0 5px;
  }
  .w-90_lg {
    padding: 0 10px;
  }
  .customer_polls {
    padding: 0 10px;
  }
  .customer_polls .card {
    padding: 20px;
  }
  .customer_polls .card .percents {
    font-size: 42px;
  }
  .customer_polls .card .percents span {
    font-size: 20px;
  }
  .customer_polls .col-lg-4.col-6 {
    padding: 0 6px;
  }
  .to_apply p {
    margin: 0;
  }
  .to_apply .pull-left {
    float: none !important;
  }
  .to_apply .pull-right {
    float: none !important;
  }
  .galery .bg_galimg1 {
    min-height: 380px;
  }
  .galery .col-md-8 .bg_galimg {
    height: 250px;
    margin-top: 10px;
  }
  .work_why {
    display: block;
    text-align: center;
  }
  .work_why .img_div {
    width: 100%;
  }
  .why_magm {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .job_opening .form-group {
    margin-bottom: 20px;
  }
  .job_looking.text-left {
    text-align: center !important;
  }
  .job_looking.text-left .pull-left {
    float: none !important;
  }
  .job_looking.text-left .pull-right {
    float: none !important;
  }
  .looking_job .register .pull-left {
    float: none !important;
  }
  .looking_job .register .pull-right {
    float: none !important;
  }
  .job_popup .modal-dialog {
    max-width: 95%;
    margin: auto;
  }
  .job_status div {
    float: none !important;
    display: block;
  }
  .job_status div:nth-child(2) {
    margin: 100px 0;
  }
  .job_status:before {
    top: 0;
    height: 100%;
    width: 1px;
    left: 50%;
  }
  /*career end*/
  .ach_year {
    font-size: 20px;
  }
  .ach_year.active {
    font-size: 26px;
  }
  .achievement {
    text-align: center;
    margin-bottom: 15px;
  }
  /*magma customer portal*/
  .w-92 {
    width: 100%;
  }
  .other_serve .serve {
    min-height: 181px;
    font-size: 12px;
  }
  .serve .fa-angle-right {
    margin-top: -3px;
  }
  .cust_dash {
    padding-bottom: 100px;
  }
  .cust_dash .user_details {
    position: absolute;
    width: calc(100% + 30px);
    left: 0;
    margin-top: 10px;
  }
  .cust_dash .dash_img .user_img {
    width: 65px;
  }
  .cust_dash .dash_img .user_img > img {
    width: 65px;
    height: 65px;
  }
  .cust_dash .dash_img .edit_img {
    width: 24px;
    height: 24px;
  }
  .cust_dash .dash_img .edit_img img {
    width: 12px !important;
  }
  .cust_dash .dash_img .edit_img input {
    position: absolute;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .form-group .switch {
    width: 46px;
    height: 20px;
  }
  .form-group .switch input:checked + .slider {
    border: 2px solid #00a54f;
  }
  .slider {
    border: 2px solid #a9a9a9;
  }
  .slider:before {
    left: 3px;
    bottom: 2px;
  }
  .remain_insure p {
    font-weight: normal;
  }
  .dashboard .cust_dash {
    padding-bottom: 0;
  }
  /*magma customer portal end*/
  .card-head .heading {
    max-width: 325px;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
  header#banner {
    padding: 0 15px;
  }
  header#banner .navbar-brand {
    padding-top: 13px;
    padding-bottom: 12px;
    padding-right: 0;
    max-width: 96px;
  }
  .option-input.checkbox input + label, .option-input.radio input + label {
    font-size: 12px;
  }
  .card {
    padding: 20px;
  }
  .btn-primary {
    font-size: 12px;
  }
  .btn-secondary {
    font-size: 12px;
  }
  .btn-disabled {
    font-size: 12px;
  }
  .btn-tag {
    font-size: 10px;
    height: 31px;
    padding: 0 20px;
    margin: 0 1px 5px;
  }
  .tiptool .tooltiptext {
    padding: 15px 20px;
  }
  .tiptool .tooltiptext p.font_14 {
    line-height: 14px;
  }
  .icon_btn:nth-child(odd) .tiptool .tooltiptext {
    margin-left: -20px;
  }
  .icon_btn:nth-child(even) .tiptool .tooltiptext {
    margin-left: -136px;
  }
  .guest_info .card {
    margin: 15px;
  }
  .guest_info .card .icon_btn {
    margin: 0 3%;
    width: 27%;
  }
  .guest_info .card .icon_btn:first-child {
    margin-left: 0;
  }
  .guest_info .card .icon_btn:last-child {
    margin-right: 0;
  }
  .guest_info .card .icon_btn.individual {
    width: 36%;
  }
  .guest_info .card .icon_btn.family {
    width: 55%;
  }
  .guest_info .owl-nav {
    bottom: 78px;
  }
  .guest_info .guest_motor .icon_btn {
    margin: 0 10px !important;
    width: 40%;
  }
  .guest_info .wheeler .icon_btn {
    margin: 0 5%;
    width: 40%;
  }
  .main_accordion .card-body {
    margin: 0 -20px;
  }
  .edit_option {
    right: 20px;
  }
  .family_member {
    width: calc(100% - 25px);
  }
  .family_member .m_l_25 {
    margin-left: 15px;
  }
  .addition_cover {
    width: 100%;
    margin-left: 0 !important;
  }
  .plan-tabs ul.nav a {
    font-size: 12px;
  }
  .plan-tabs ul.nav li.active a:after {
    width: 38px;
  }
  .card-head .heading {
    max-width: 200px;
    margin: auto;
    margin-bottom: 8px;
  }
  .family_member {
    width: calc(100% - 20px);
  }
  .family_member .m_l_25 {
    margin-left: 10px;
  }
  .plan-tabs .tab-content .title_category {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .plan-tabs .tab-content .title_category .title-tag {
    font-size: 10px;
    margin-right: 5px;
  }
  .height_weight div.form-group {
    width: 40%;
  }
  .detail_tab .details_img {
    margin-right: 10px;
  }
  .detail_tab .details {
    width: calc(100% - 47px);
  }
  .know_reg_no {
    margin-left: 0;
  }
  .motor_accordian .icon_btn {
    /*margin: 0 3%;*/
    width: 42%;
    max-width: 42%;
    text-align: center;
    line-height: 10px;
  }
  .motor_accordian .icon_btn span {
    font-size: 12px;
  }
  .circle_small {
    font-size: 9px;
    width: 70px;
    height: 70px;
    padding: 25px 5px;
  }
  .circle_large {
    width: 130px;
    height: 130px;
    font-size: 9px;
    padding: 50px 20px;
  }
  .key_benefits {
    width: 290px;
  }
  .key_benefits .circle_4, .key_benefits .circle_6 {
    top: 80px;
  }
  .key_benefits .circle_6 {
    left: 160px;
  }
  .key_benefits .circle_5 {
    left: 110px;
    top: 110px;
  }
  .key_benefits .circle_1, .key_benefits .circle_3 {
    top: 25px;
  }
  .key_benefits .circle_1, .key_benefits .circle_7 {
    left: 25px;
  }
  .key_benefits .circle_2, .key_benefits .circle_8 {
    left: 80px;
  }
  .key_benefits .circle_3, .key_benefits .circle_9 {
    left: 195px;
  }
  .key_benefits .circle_7, .key_benefits .circle_9 {
    top: 195px;
  }
  .key_benefits .circle_8 {
    top: 160px;
  }
  .key_benefits_ipa {
    width: 290px;
    height: 290px;
  }
  .key_benefits_ipa .benefit_circle {
    font-size: 9px;
    width: 125px;
    height: 125px;
    padding: 50px 5px;
  }
  .navbar-brand {
    padding-right: 0;
    max-width: 91px;
  }
  .mobile_nav {
    width: calc(100% - 101px);
  }
  .home_icons {
    margin-left: 0.3rem;
  }
  .home_menu li .child-menu ul {
    text-align: left;
    display: inline-block;
  }
  .home_menu li .child-menu ul:before {
    content: "";
    position: absolute;
    left: 50%;
    height: calc(100% - 30px);
    width: 1px;
    background: #ccc;
    z-index: 1;
  }
  .home_menu li .child-menu ul li {
    position: relative;
    width: 50%;
    max-width: calc(50% - 20px) !important;
    max-width: initial;
    text-align: center;
    margin: 0;
    float: left;
    height: 125px;
  }
  .home_menu li .child-menu ul li.active {
    width: 100%;
    z-index: 2;
  }
  .home_menu li .child-menu ul li.active a {
    border-bottom: 1px solid #ccc;
  }
  .home_menu li .child-menu ul li.active:before, .home_menu li .child-menu ul li.active:after {
    content: none;
  }
  .home_menu li .child-menu ul li a {
    margin: auto;
    width: 104px;
  }
  .home_menu li .child-menu ul li.nav-item {
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
  }
  .home_menu li .child-menu ul li.nav-item:last-child {
    border-bottom: 0;
  }
  .home_menu li .child-menu ul .about_menu {
    padding: 10px;
    display: none;
    border-bottom: 1px solid #ccc;
    width: calc(100vw - 30px);
  }
  .home_menu li .child-menu ul .about_menu:before {
    content: none;
  }
  .home_menu li .child-menu ul .about_menu.show {
    display: inline-block;
    z-index: 2;
  }
  .home_menu li .child-menu ul .about_menu li {
    width: 100%;
    max-width: 100% !important;
    height: auto;
    padding-top: 0;
  }
  .home_menu li .child-menu ul .about_menu li:after, .home_menu li .child-menu ul .about_menu li:before {
    content: none;
  }
  /*about us*/
  .team_modal .modal-body {
    padding: 5% 8%;
  }
  .team_modal .modal-dialog {
    max-width: 90%;
    top: 10%;
    margin: auto;
  }
  .team_modal .close {
    right: -14px;
    top: -24px;
    opacity: 1;
    width: 15px;
  }
  .glance {
    text-align: left;
  }
  .tab-content {
    padding: 0 15px;
  }
  /*home*/
  .bg_home_mid h5.gray {
    font-size: 14px;
  }
  .bg_home_mid .font_18.thin {
    font-size: 14px !important;
  }
  .home_search input {
    height: 38px;
    padding: 0 20px;
  }
  .home_search input::placeholder {
    font-size: 14px;
  }
  .home_search input:-ms-input-placeholder {
    font-size: 14px;
  }
  .home_search input::-ms-input-placeholder {
    font-size: 14px;
  }
  .home_search span {
    width: 25px;
    right: 20px;
  }
  /*home end*/
  /*blog*/
  .expert-crousel .owl-nav button {
    font-size: 50px !important;
  }
  .expert-crousel .owl-nav button.owl-prev {
    left: -15px;
  }
  .expert-crousel .owl-nav button.owl-next {
    right: -15px;
  }
  /*blog end*/
  .claim_status .col-lg-4.row {
    margin-left: -5px;
  }
  .claim_status .loss_info:first-child {
    padding-left: 10px;
  }
  .drop_downs .drop_downs_box {
    margin-left: -20px !important;
    width: calc(100% + 40px);
  }
  .claim_in2_steps .nav-tabs li {
    width: auto;
    text-align: left;
  }
  .claim_in2_steps .nav-tabs li:first-child {
    width: 135px;
  }
  .claim_in2_steps .nav-tabs li:first-child:after {
    width: 18px;
  }
  .locateBox .h6 {
    width: max-content;
  }
  .locateBox .h6 a {
    font-size: 14px;
    padding: 15px 0px 10px 45px;
  }
  .add_sum_info {
    width: 100% !important;
    padding: 0;
    margin-top: 15px;
  }
  .calc_prem {
    padding: 30px 20px;
    text-align: center;
    display: block;
  }
  .calc_prem .pull-left {
    float: none !important;
  }
  .calc_prem .pull-right {
    float: none !important;
  }
  .downloads .eng-panel {
    padding: 0 10px;
  }
  .downloads .eng-panel .panel-heading .panel-title a {
    line-height: 55px;
    font-size: 18px !important;
  }
  .downloads .eng-panel .panel-heading .panel-title a img {
    height: 45px;
  }
  .downloads .eng-panel .panel-heading .eng-img-toggle {
    top: 28px;
  }
  .Quick-links ul li {
    display: block;
    margin-bottom: 10px;
  }
  .Quick-links ul li a {
    padding: 0px;
    border-right: none;
  }
  .panel-group .eng-panel .m_l_50 {
    margin-left: 0px !important;
  }
  #others .panel-group .eng-panel {
    padding-left: 0;
  }
  #others .panel-group .eng-panel .panel-collapse {
    margin-top: 5px;
  }
  .key_benefitsoneh .item img {
    height: 100px;
  }
  .mob_p_0 {
    padding: 0 !important;
  }
  .sum_insured {
    width: 100%;
  }
  .feature_plan {
    width: 100%;
    padding: 0 15px;
  }
  .feature_plan .numbers {
    width: 50%;
  }
  .contactBox .mid {
    padding: 0 !important;
  }
  /*agent registration*/
  .genral_insurance .col-sm-6:first-child {
    border-right: none;
  }
  .genral_insurance .col-sm-6:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .genral_insurance .col-sm-6 p {
    max-width: 1000%;
  }
  .agent_form {
    max-width: 100%;
  }
  /*agent registration end*/
  /*magma customer portal*/
  .cust_dash .dash_img {
    width: 70px;
    margin-right: 10px;
  }
  .dash_profile .user_name p.font_12 {
    font-weight: normal;
    font-size: 10px !important;
  }
  .dash_profile .user_name p.h5 {
    font-size: 16px;
    font-weight: 600;
  }
  .headr {
    margin-left: -20px;
    margin-right: -20px;
  }
  .claim_status .Pending:before {
    left: -20px;
  }
  .claim_status .approved:before {
    left: -20px;
    left: -30px;
  }
  .add_policy_result .claim_status .Pending:before {
    left: -30px;
  }
  .add_policy_result .claim_status .checkbox {
    right: 0;
  }
  .service_request_status .claim_status .Pending:before {
    left: -30px;
  }
  .service_request_status .claim_status .approved:before {
    left: -30px;
  }
  .service_request_status .claim_status .expired:before {
    left: -30px;
  }
  .service_request_status .m_l_-30 {
    margin-left: 0;
  }
  /*magma customer portal end*/
}
@media only screen and (max-width: 480px) {
  .claim_status .loss_info:nth-child(2) {
    border-right: 0;
  }
  .claim_status .loss_info:last-child {
    clear: both;
    margin-top: 10px;
    padding-left: 10px;
  }
  .main_accordion .inner-card {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .home_menu {
    width: 98%;
  }
}
/*search portlet css*/
.search-total-label, .list-group-item-flex > .autofit-col:first-child, .list-group-item-flex > .autofit-col:first-of-type {
  display: none;
}

/*body scroll bar*/
.nicescroll-rails {
  z-index: 100000 !important;
}

.datepicker-dropdown {
  margin-top: -320px;
}

.datepicker-dropdown.mtop {
  margin-top: unset;
}

.footer_expanded {
  display: none;
}

.bg_home_mid {
  margin-bottom: 20px;
}

.odisha-tragedy-claim {
  position: absolute;
  top: 33px;
  right: 50px;
  z-index: 1;
}

.buttonpos {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .odisha-tragedy-claim {
    top: 3px;
    right: 1px;
  }
  .odisha-tragedy-claim img {
    max-width: 55px !important;
  }
  .buttonpos {
    margin-top: 30px;
  }
  .buttonpos .btn-primary {
    padding: 0 20px;
  }
}
.buttonCard {
  margin-top: 1.5rem;
}

@media (max-width: 1152px) {
  .claim_settlement .col-md-4 h4 {
    font-size: 20px;
  }
  .claim_settlement .col-md-4 .big_one {
    font-size: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab_vision .tabs_1.oneNav {
    width: 100%;
  }
  .tab_vision .core_team_tabs.navSub {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .claim_settlement .col-md-4 h4 {
    font-size: 16px;
  }
  .claim_settlement .col-md-4 .big_one {
    font-size: 40px;
  }
}
.optimizeYourPremium .avail_box .avail_info div {
  font-size: 15px;
}

.optimizeYourPremium .greenTableTitle {
  background-color: #00CC66;
  width: 300px;
  max-width: 100%;
  text-align: center;
  margin: 0;
}

.optimizeYourPremium .containerPlr-0 {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .optimizeYourPremium .greenTableTitle {
    width: 220px;
  }
  .optimizeYourPremium .table td {
    padding: 4px 6px !important;
    font-size: 12px;
  }
  .optimizeYourPremium .avail_box .avail_info {
    width: 100%;
    padding-left: 0;
  }
  .key_benefitsoneh .owl-stage-outer + .owl-nav + .owl-dots {
    display: none;
  }
  #additional_cover .eng-owl .owl-item.active .card {
    padding: 15px;
  }
  #additional_cover .w-60.m-auto {
    width: 90%;
  }
}
.privacy_policy_page .pub-dis-search_form button {
  position: absolute;
  right: 0;
  border-radius: 0px;
}
.privacy_policy_page .pub_year-tabs {
  overflow: auto;
}
.privacy_policy_page .pub_year-tabs .nav-tabs {
  width: auto;
}
.privacy_policy_page .pub_year-tabs::-webkit-scrollbar {
  height: 0.4em;
}
.privacy_policy_page .pub_year-tabs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.privacy_policy_page .pub_year-tabs::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.privacy_policy_page .pub_year-tabs ul li a.active {
  font-size: 26px;
}
.privacy_policy_page .pub_dis_download h3 a, .privacy_policy_page .pub_dis_download h4 a {
  font-size: 1.5rem;
  display: flex;
  position: relative;
}
.privacy_policy_page .pub_year-tabs.search .nav-tabs {
  display: flex; /* justify-content: flex-end; flex-direction: row-reverse; */
  flex-wrap: nowrap;
}
.privacy_policy_page .pub_year-tabs ul li {
  min-width: 150px;
}
.privacy_policy_page .pub_year-tabs ul li:first-child a::after {
  left: 0;
  right: auto;
}
.privacy_policy_page .pub_year-tabs ul li:last-child a::after {
  left: auto;
  right: 0px;
}
@media (max-width: 991px) {
  .privacy_policy_page .pub_year-tabs ul li {
    min-width: 120px;
    width: auto;
  }
  .privacy_policy_page .pub_year-tabs ul li a {
    font-size: 18px;
  }
  .privacy_policy_page .pub_year-tabs ul li a.active {
    font-size: 20px;
  }
  .privacy_policy_page .pub_dis_download {
    padding: 20px 0px;
  }
  .privacy_policy_page .pub_dis_download h3 a, .privacy_policy_page .pub_dis_download h4 a {
    font-size: 1rem;
    padding-right: 25px;
    text-align: left;
  }
  .privacy_policy_page .pub_dis_download h3 a img, .privacy_policy_page .pub_dis_download h4 a img {
    width: 11px;
  }
}

#getintouch h2.semi_bold {
  font-size: 28px;
}
#getintouch .card {
  height: 100%;
  margin-bottom: 0;
}

.panel-collapse.collapse.show .panel-collapse.collapse {
  display: block;
}

.modify-pages li {
  position: relative;
}

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  *position: fixed !important;
  _position: absolute !important;
}

.portlet-decorate .portlet-content {
  padding: 0;
  border-width: 0;
}

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 {
  transform: translateY(0%);
  z-index: 99999;
}

/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */