@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 'lib/bootstrap-datetimepicker.css';
@import 'plugins/swiper.css';
@import 'plugins/jquery-ui-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/gig-gulf-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/gig-gulf-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/gig-gulf-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/gig-gulf-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/gig-gulf-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 .portlet-search .portlet-content-container .navbar-btn, .portlet-search .navbar .portlet-content-container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open, .navbar .portlet-search .portlet-content-container .navbar-collapse.open, .portlet-search .navbar .portlet-content-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;
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLightIt.eot");
  src: local("Source Sans Pro ExtraLight Italic"), local("SourceSansPro-ExtraLightIt"), url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLightIt.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLightIt.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Black.eot");
  src: local("Source Sans Pro Black"), local("SourceSansPro-Black"), url("../fonts/Source-Sans-Pro/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-Black.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-BlackIt.eot");
  src: local("Source Sans Pro Black Italic"), local("SourceSansPro-BlackIt"), url("../fonts/Source-Sans-Pro/SourceSansPro-BlackIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-BlackIt.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-BlackIt.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-BoldIt.eot");
  src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldIt"), url("../fonts/Source-Sans-Pro/SourceSansPro-BoldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-BoldIt.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-BoldIt.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-It.eot");
  src: local("Source Sans Pro Italic"), local("SourceSansPro-It"), url("../fonts/Source-Sans-Pro/SourceSansPro-It.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-It.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-It.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLight.eot");
  src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"), url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLight.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Semibold.eot");
  src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"), url("../fonts/Source-Sans-Pro/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-Semibold.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-SemiboldIt.eot");
  src: local("Source Sans Pro Semibold Italic"), local("SourceSansPro-SemiboldIt"), url("../fonts/Source-Sans-Pro/SourceSansPro-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-SemiboldIt.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-SemiboldIt.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Light.eot");
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../fonts/Source-Sans-Pro/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-Light.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Regular.eot");
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("../fonts/Source-Sans-Pro/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-Regular.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Bold.eot");
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("../fonts/Source-Sans-Pro/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-Bold.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-LightIt.eot");
  src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightIt"), url("../fonts/Source-Sans-Pro/SourceSansPro-LightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Source-Sans-Pro/SourceSansPro-LightIt.woff") format("woff"), url("../fonts/Source-Sans-Pro/SourceSansPro-LightIt.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins/Poppins-Bold.eot");
  src: url("../fonts/Poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.eot");
  src: url("../fonts/Poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins/Poppins-Medium.eot");
  src: url("../fonts/Poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-semibold";
  src: url("../fonts/Poppins/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSans-Regular";
  src: url("../fonts/Arabic/IBMPlexSans-Regular.woff") format("woff"), url("../fonts/Arabic/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/Arabic/IBMPlexSans-Regular.svg#IBMPlexSans-Regular") format("svg"), url("../fonts/Arabic/IBMPlexSans-Regular.eot"), url("../fonts/Arabic/IBMPlexSans-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans-Bold";
  src: url("../fonts/Arabic/IBMPlexSans-Bold.woff") format("woff"), url("../fonts/Arabic/IBMPlexSans-Bold.woff2") format("woff2"), url("../fonts/Arabic/IBMPlexSans-Bold.svg#IBMPlexSans-Bold") format("svg"), url("../fonts/Arabic/IBMPlexSans-Bold.eot"), url("../fonts/Arabic/IBMPlexSans-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almarai-Regular";
  src: url("../fonts/Arabic/Almarai-Regular.woff") format("woff"), url("../fonts/Arabic/Almarai-Regular.woff2") format("woff2"), url("../fonts/Arabic/Almarai-Regular.svg#Almarai-Regular") format("svg"), url("../fonts/Arabic/Almarai-Regular.eot"), url("../fonts/Arabic/Almarai-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almarai-Bold";
  src: url("../fonts/Arabic/Almarai-Bold.woff") format("woff"), url("../fonts/Arabic/Almarai-Bold.woff2") format("woff2"), url("../fonts/Arabic/Almarai-Bold.svg#Almarai-Bold") format("svg"), url("../fonts/Arabic/Almarai-Bold.eot"), url("../fonts/Arabic/Almarai-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: "Arial", sans-serif;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.footer-small-light-nav {
  text-align: center;
}
.footer-small-light-nav .footer-bottom-social-light {
  height: auto;
}
.footer-small-light-nav .footer-copyline {
  max-width: 1140px;
  color: #ffffff;
  display: block;
  flex-grow: 0;
}
.footer-small-light-nav .footer-copyline a {
  color: #ffffff;
}
.footer-small-light-nav .lfr-nav-item {
  display: inline-block;
  padding: 3px 0;
}
.footer-small-light-nav .footer-bottom {
  border-top: none;
}

.glf-footer-nav .footer__topStyle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__topStyle {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.glf-footer-nav .footer__topStyle h4.bottom_main_text {
  font-weight: bold;
  width: 25%;
  font-size: 21px;
  font-family: "Source Sans Pro";
  padding: 0;
  margin-top: 0px;
}
@media screen and (max-width: 960px) {
  .glf-footer-nav .footer__topStyle h4.bottom_main_text {
    width: 100%;
    padding: 0px 0px 30px 30px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.33);
  }
}
.glf-footer-nav .footer__wrapperStyle {
  background: #2e2e85;
}
.glf-footer-nav .footer__socialStyle {
  /*justify-content: space-between;*/
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 15px;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  width: 22%;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}
.glf-footer-nav .footer__socialStyle > a {
  margin-right: 30px;
}
.glf-footer-nav .footer__socialStyle > a svg {
  fill: #ffffff;
}
.glf-footer-nav .footer__socialStyle > a:last-child {
  margin-right: 0;
}
.glf-footer-nav .footer__socialStyle > a {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__socialStyle {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .glf-footer-nav .footer_full_width_inline {
    border-bottom: 1px solid #2e2e85;
  }
}
.glf-footer-nav .footer__logoStyle {
  width: 25px;
  fill: #ffffff;
}
.glf-footer-nav .footer__linksWrapperStyle {
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  padding: 0;
  width: calc(100% + 30px);
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__linksWrapperStyle {
    margin: 0 -15px;
    flex-direction: column;
  }
}
.glf-footer-nav .footer__linksGroupStyle {
  margin-bottom: 0px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  width: 25%;
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__linksGroupStyle {
    border-bottom: solid 1px rgba(255, 255, 255, 0.33);
  }
}
.glf-footer-nav .footer__linksGroupStyle:first-child, .glf-footer-nav .footer__linksGroupStyle:last-child {
  padding-top: 0;
}
.glf-footer-nav .footer__linksGroupStyle img {
  max-width: 12px;
  max-height: 12px;
  margin-right: 11px;
}
.glf-footer-nav .footer__socialStyle .footer__linksGroupStyle {
  border-bottom: 0;
}
.glf-footer-nav .footer__socialStyle .footer__linksGroupStyle .subpage-container {
  background-color: transparent;
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__linksGroupStyle {
    width: 100%;
  }
  .glf-footer-nav .footer__linksGroupStyle .subpage-container {
    background-color: #2e2e85;
  }
  .glf-footer-nav .footer__linksGroupStyle.selected .footer__linksTitleStyle:after {
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .glf-footer-nav .footer__linksGroupStyle.selected .footer__linkStyle {
    max-height: 60px;
    padding: 20px 30px;
    border-bottom: 1px solid #494df4;
    opacity: 1;
  }
  .glf-footer-nav .footer__linksGroupStyle.selected .footer__linkStyle:last-child {
    border-bottom: none;
  }
}
.glf-footer-nav .footer__linksTitleStyle {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #2e2e85;
  margin-bottom: 16px;
  letter-spacing: 0.32px;
  width: 60%;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__linksTitleStyle {
    cursor: pointer;
    margin-top: 1px;
    padding: 15px 30px;
    margin: 0;
    width: 100%;
  }
  .glf-footer-nav .footer__linksTitleStyle:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 15px;
    margin-left: 10px;
    margin-bottom: 4px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 5px;
    border: solid #ffffff;
    border-width: 0 1.5px 1.5px 0;
    transition: all 0.2s;
  }
}
.glf-footer-nav .footer__linkStyle {
  display: block;
  margin-bottom: 14px;
  opacity: 1;
}
.glf-footer-nav .footer__linkStyle:last-child {
  margin-bottom: 0;
}
.glf-footer-nav .footer__linkStyle:hover {
  opacity: 0.65;
}
.glf-footer-nav .top_right_menu_text_blue {
  font-weight: 600;
}
.glf-footer-nav .no-browsable:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .glf-footer-nav .footer__linkStyle {
    font-size: 16px;
    margin: 0;
    padding: 0;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.3s ease-out;
  }
  .glf-footer-nav .footer__linkStyle:first-child {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) inset;
  }
  .glf-footer-nav .footer__linkStyle:last-child {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3) inset;
  }
  .glf-footer-nav .footer__langsInnerStyle ul {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.33);
    border-bottom: solid 1px rgba(255, 255, 255, 0.33);
  }
  .glf-footer-nav .footer__langsInnerStyle ul .list-item {
    width: calc(50% - 2px);
    border-right: solid 1px rgba(255, 255, 255, 0.33);
  }
}
.glf-footer-nav .footer__langsBlockStyle {
  background: #2e2e85;
}
.glf-footer-nav .footer__langsInnerStyle {
  display: flex;
}
.glf-footer-nav .footer__langStyle {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.5;
  padding: 0 10px;
  border-right: 1px solid #494df4;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.1em;
}
.glf-footer-nav .footer__langStyle:last-child {
  border-right: 0 none;
}
.glf-footer-nav .footer__langStyle:hover {
  opacity: 0.5;
}
.glf-footer-nav .footer__langStyle.selected {
  opacity: 1;
  cursor: default;
}
.glf-footer-nav .footer__langStyle.selected:hover {
  opacity: 1;
}
.glf-footer-nav .footer__copyrightStyle {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  text-align: center;
}
.glf-footer-nav .footer__wrapperStyle a:hover,
.glf-footer-nav .footer__wrapperStyle a:focus {
  color: #ffffff;
}
.glf-footer-nav .footer__langsInnerStyle .language-entry-long-text {
  text-transform: uppercase;
  display: inline-block;
}
.glf-footer-nav .language-entry-short-text,
.glf-footer-nav .language-entry-long-text {
  color: #ffffff;
  border-left: 1px solid #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0 10px;
}
.glf-footer-nav .language-entry-short-text:nth-child(2),
.glf-footer-nav .language-entry-long-text:nth-child(2) {
  padding-left: 0;
  border-left: none;
}
.glf-footer-nav a.language-entry-short-text,
.glf-footer-nav a.language-entry-long-text {
  opacity: 0.65;
}
.glf-footer-nav .footer__langsInnerStyle {
  color: #ffffff;
  padding: 0;
}
.glf-footer-nav .footer__langsInnerStyle .list-item {
  display: inline-block;
  letter-spacing: -1px;
}
.glf-footer-nav .footer__langsInnerStyle .list-item:last-of-type .item {
  padding: 17px 25px;
}
.glf-footer-nav .footer__langsInnerStyle .item {
  padding: 17px 12px;
  text-align: center;
}
.glf-footer-nav .footer__langsInnerStyle .collapse-arrow {
  background-color: transparent;
  padding-right: 20px;
  margin: 0 auto;
  display: block;
  border: 0;
  box-shadow: none;
  color: #fff;
}
.glf-footer-nav .footer__langsInnerStyle .collapse-arrow:hover, .glf-footer-nav .footer__langsInnerStyle .collapse-arrow:focus {
  background-color: #2e2e85;
}
.glf-footer-nav .footer__langsInnerStyle .collapsing, .glf-footer-nav .footer__langsInnerStyle .collapse {
  position: absolute;
  z-index: 1;
  background-color: #f5f5f5;
  min-width: 104px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 960px) {
  .glf-footer-nav .footer__langsInnerStyle .collapsing, .glf-footer-nav .footer__langsInnerStyle .collapse {
    bottom: 117px;
  }
}
.glf-footer-nav .footer__langsInnerStyle img {
  margin-right: 6px;
}
.glf-footer-nav .footer__langsInnerStyle .site {
  border-bottom: 1px solid #e5e5e5;
}
.glf-footer-nav .footer__langsInnerStyle .site .linkmetastyle {
  padding: 14px;
  display: block;
}
.glf-footer-nav .footer__langsInnerStyle .site img, .glf-footer-nav .footer__langsInnerStyle .site .text-page {
  vertical-align: middle;
}
.glf-footer-nav .footer__langsInnerStyle .site .text-page {
  color: #999999;
  font-weight: 600;
  text-transform: uppercase;
}
.glf-footer-nav .footer__copyrightStyle {
  padding: 0 !important;
}
.glf-footer-nav .footer__copyrightStyle .lfr-nav-item {
  display: inline;
  border-right: 1px solid rgba(255, 255, 255, 0.65);
  padding-left: 5px;
  padding-right: 5px;
}
.glf-footer-nav .footer__copyrightStyle .lfr-nav-item .lfr-nav-item {
  border-right: 1px solid rgba(255, 255, 255, 0.65);
  padding: 0 10px;
}
.glf-footer-nav .footer__copyrightStyle .lfr-nav-item:last-of-type {
  border-right: none;
  padding: 0 5px;
}
.glf-footer-nav .footer_full_width_inline {
  background-color: transparent;
}
.glf-footer-nav .footer_full_width_inline .footer__linksTitleStyle {
  padding-right: 0;
  padding-left: 15px;
}
.glf-footer-nav .footer_full_width_inline .footer__linksTitleStyle:after {
  display: none;
}
.glf-footer-nav .footer_full_width_inline .footer__linksTitleStyle:last-child {
  box-shadow: none;
}
.glf-footer-nav .footer_full_width_inline .footer__linkStyle {
  padding-left: 0;
  opacity: 1;
  max-height: none;
  box-shadow: none;
  font-weight: normal;
}
.glf-footer-nav .footer_full_width_inline .footer__linksTitleStyle, .glf-footer-nav .footer_full_width_inline .subpage-container {
  display: inline-block;
}

.collapse-arrow {
  position: relative;
  cursor: pointer;
}

.collapse-arrow:after {
  -ms-transform: rotate(225deg);
  border-radius: 2px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
  padding: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(225deg);
  transition: all 0.2s;
}

.collapse-arrow.collapsed:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 7px);
}

.collapse-arrow.blue:after {
  border-color: #fff;
}

.collapse-arrow.white:after {
  border-color: #fff;
}

.glf-footer-nav .footer__copyrightStyle .lfr-nav-item a {
  color: rgba(255, 255, 255, 0.65);
}

.glf-images-footer-nav .footer__linkStyle {
  margin-bottom: 0;
  opacity: 1;
  max-height: none;
}
.glf-images-footer-nav .footer__linkStyle:first-child, .glf-images-footer-nav .footer__linkStyle:last-child {
  box-shadow: none;
}
.glf-images-footer-nav .footer__socialTitleStyle {
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .glf-images-footer-nav .footer__socialTitleStyle {
    margin-top: 20px;
  }
}
.glf-images-footer-nav .footer__socialTitleStyle a {
  color: #fff;
  white-space: nowrap;
}
.glf-images-footer-nav .images-container {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
}
.glf-images-footer-nav .item-nav {
  margin-bottom: 23px;
}
.glf-images-footer-nav .item-nav img {
  max-width: 25px;
  max-height: 23px;
}
.glf-images-footer-nav .item-nav:nth-of-type(2) {
  margin-bottom: 0;
}
.glf-images-footer-nav .item-nav:nth-of-type(2) img {
  max-width: 134px;
  max-height: 41px;
}

.menumobilestyle .glf-mobile-nav .tab {
  background-color: #f5f5f5;
}
.menumobilestyle .glf-mobile-nav .tab .menulinkstyle {
  text-align: center;
  background-color: transparent;
  color: #999999;
  padding: 18px 0px;
  border-right: solid 1px #e5e5e5;
}
@media screen and (max-width: 960px) {
  .menumobilestyle .glf-mobile-nav .tab .menulinkstyle {
    border-right: solid 0px #e5e5e5;
  }
}
.menumobilestyle .glf-mobile-nav .tab.selected {
  background-color: transparent;
}
.menumobilestyle .glf-mobile-nav .tab.selected .menulinkstyle {
  color: #5f5f5f;
}
.menumobilestyle .glf-mobile-nav .tab-content .submenustyle {
  position: static;
  transform: none;
}
.menumobilestyle .glf-mobile-nav .tab-content .menuitemstyle {
  position: relative;
}
.menumobilestyle .glf-mobile-nav .tab-content .menulinkstyle {
  width: calc(100% - 55px);
  display: inline-block;
}
.menumobilestyle .glf-mobile-nav .tab-content .menulinkstyle:nth-of-type(2) {
  width: 51px;
  padding: 0;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
}
.menumobilestyle .glf-mobile-nav .tab-content .submenutitle {
  width: 100%;
}
.rtl .menumobilestyle .glf-mobile-nav .header__wrapperstyle .wrapperstyle {
  letter-spacing: 0;
}
.rtl .menumobilestyle .glf-mobile-nav .menuitemiconstyle {
  transform: translateY(-50%) rotate(90deg);
}
.rtl .menumobilestyle .glf-mobile-nav .submenutitleiconstyle {
  transform: translateY(-50%) rotate(-90deg);
}

.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle {
  letter-spacing: -5px;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle {
  letter-spacing: 0.16px;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle .linkmetastyle {
  font-weight: bold;
  padding: 0px 20px;
  display: block;
  text-transform: uppercase;
  color: #ffffff !important;
  background: transparent !important;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle .linkmetastyle {
    padding: 18px 30px;
    background-color: #2e2e85 !important;
  }
}
@media screen and (max-width: 960px) {
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle.box-blue .linkmetastyle {
    display: inline-block;
    width: inherit;
    height: 50px;
    background-color: #cd8c66 !important;
  }
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle .language-switch {
  width: 50%;
}
.glf-top-right-nav img, .glf-top-right-nav .text-page {
  vertical-align: middle;
}
.glf-top-right-nav .text-page {
  font-weight: 600;
  font-family: "Source Sans Pro";
}
.glf-top-right-nav .none img {
  max-width: 14px;
}
.glf-top-right-nav .text-blue .linkmetastyle, .glf-top-right-nav .language-switch .linkmetastyle {
  color: #ffffff;
}
.glf-top-right-nav .rightLinksWrapperStyle .language-switch, .glf-top-right-nav .rightLinksWrapperStyle .current-site {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .glf-top-right-nav .rightLinksWrapperStyle .language-switch, .glf-top-right-nav .rightLinksWrapperStyle .current-site {
    width: 50% !important;
  }
}
@media (max-width: 991px) {
  .glf-top-right-nav .rightLinksWrapperStyle .language-switch, .glf-top-right-nav .rightLinksWrapperStyle .current-site {
    float: left;
  }
}
.glf-top-right-nav .language-switch {
  width: initial;
}
.glf-top-right-nav .language-switch + .line {
  display: none;
}
@media (max-width: 991px) {
  .glf-top-right-nav .language-switch .linkmetastyle {
    height: 50.65px;
  }
  .ios .glf-top-right-nav .language-switch .linkmetastyle {
    height: 51px;
  }
}
.glf-top-right-nav .current-site {
  position: relative;
}
@media screen and (max-width: 960px) {
  .glf-top-right-nav .current-site {
    width: 50%;
  }
}
.glf-top-right-nav .current-site .collapse-arrow {
  width: 100%;
  padding-right: 28px;
}
.glf-top-right-nav .current-site .collapse-arrow:after {
  padding: 3px;
  right: 10px;
}
.glf-top-right-nav .current-site .collapsing, .glf-top-right-nav .current-site .collapse {
  position: absolute;
  z-index: 1;
  background-color: #f5f5f5;
  min-width: 165px;
  border: 1px solid #cccccc;
  width: 200%;
  top: 34px;
  padding: 0;
  margin: 0;
}
.glf-top-right-nav .current-site .collapsing a, .glf-top-right-nav .current-site .collapse a {
  color: #191619;
}
.glf-top-right-nav .current-site .collapsing span, .glf-top-right-nav .current-site .collapse span {
  color: #191619;
}
@media (max-width: 991px) {
  .glf-top-right-nav .current-site .collapsing, .glf-top-right-nav .current-site .collapse {
    border-top: none;
    top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .glf-top-right-nav .current-site .collapsing .site .linkmetastyle, .glf-top-right-nav .current-site .collapse .site .linkmetastyle {
    background: #f5f5f5 !important;
    color: #191619 !important;
  }
}
.glf-top-right-nav .site .linkmetastyle {
  min-height: 42px;
}
.glf-top-right-nav .site:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.glf-top-right-nav .text-blue img {
  max-width: 11px;
}
.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .box-blue {
  height: 35px !important;
  background-color: #cd8c66 !important;
  margin: 0 !important;
  display: block;
  color: #ffffff !important;
  box-sizing: content-box;
  margin-top: -1px !important;
}
@media screen and (max-width: 960px) {
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .box-blue {
    width: 100%;
  }
}
.glf-top-right-nav .box-blue img {
  max-width: 12px;
}
.glf-top-right-nav .box-blue .text-page {
  font-weight: bold;
}
.glf-top-right-nav .box-blue + .line {
  display: none;
}
.glf-top-right-nav .switch-lang {
  letter-spacing: 0;
}

.rtl .glf-top-right-nav .text-page {
  letter-spacing: 0;
}
.rtl .glf-top-right-nav .text-blue {
  direction: rtl;
}
.rtl .glf-top-right-nav .text-blue img {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  float: left;
  margin-top: 12px;
}
.rtl .glf-top-right-nav .text-blue .text-page {
  margin-left: 4px;
}
.rtl .glf-top-right-nav .switch-lang a {
  letter-spacing: 0.65px;
}

.glf-top-right-nav .menu-mobile-meta .linkmetastyle:hover {
  color: #ffffff !important;
  background-color: transparent !important;
}

.top-right-nav .header__wrapperstyle .metaheaderstyle .active .linkmetastyle {
  background-color: transparent !important;
  color: #ffffff !important;
}

.glf-top-right-nav .header__wrapperstyle .metaheaderstyle .active .linkmetastyle {
  background-color: transparent !important;
  color: #ffffff !important;
}

.glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle .linkmetastyle {
  border: 0;
}

.link-text {
  font-family: "Source Sans Pro";
}

.about-more-products {
  background-color: #027180;
  color: #fff;
}
.about-more-products #collapse-4.body-section {
  border-top: none;
}
.about-more-products .title {
  padding: 30px;
  font-size: 36px;
  font-weight: bold;
  font-family: "Poppins-Bold";
}
.about-more-products #button-list {
  margin: 0;
  padding: 0;
}
.about-more-products .title-section-container {
  background-color: #028799;
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.7px;
  padding: 24px 15px;
  border-top: 1px solid #02454e;
  height: 100px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: left;
}
.about-more-products .title-section-container.btn:hover {
  color: #fff;
}
.about-more-products .collapse-arrow:after {
  border-radius: 2px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
  padding: 5px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  transform: rotate(225deg);
  transition: all 0.2s;
  right: 20px;
}
.about-more-products .collapse-arrow.collapsed:after {
  transform: rotate(45deg);
}

.title-section {
  padding-right: 30px;
  font-size: 18px;
  letter-spacing: -4px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: normal;
}
.title-section .image {
  vertical-align: middle;
  padding-right: 24px;
  display: inline-block;
  width: 74px;
}
.title-section .text {
  width: calc(100% - 74px);
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0.7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins-Bold";
}

.body-section {
  border-top: 1px solid #191619;
  padding: 10px 15px;
}
.body-section ul {
  list-style: disc;
  padding-left: 15px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.body-section li {
  margin-bottom: 15px;
}

.body-section-title {
  margin: 0 0 20px 0;
  font-size: 24px;
  text-align: left;
  line-height: 28px;
  letter-spacing: 0.2px;
  font-weight: bold;
  font-family: "Poppins-Bold";
}

.link {
  margin: 50px 0;
  font-size: 14px;
  color: #fff;
}

.palette-teal svg {
  fill: #fff;
}

.advertisement .image {
  display: block;
}
.advertisement .box {
  background-color: #f5f5f5;
  color: #c91432;
  padding: 10px 12px;
  text-align: center;
  max-width: 255px;
}
.advertisement .title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
.advertisement .detail {
  font-size: 18px;
  line-height: 24px;
}

.banner-black {
  position: relative;
  padding: 40px 0;
  background: #000;
}
.banner-black .bg-big {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
}
.banner-black .typo48, .banner-black .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .banner-black .typo46 {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
}
.banner-black .base-text p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
.banner-black .visa-picture {
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
}
.banner-black .visa-text {
  padding: 35px 30px 40px;
  margin-top: 180px;
}

.banner-blue {
  background: #2e2e85;
  color: white;
  padding: 50px 30px;
}
.banner-blue.banner-blue-slider {
  padding: 50px 20px 50px;
}
.banner-blue .myrow {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.banner-blue .myrow .base-text {
  padding: 0;
}
.banner-blue .typo36 {
  font-size: 24px;
  margin-bottom: 20px;
}
.banner-blue .typo28 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px;
}
.banner-blue .button-link a {
  background: transparent;
  border: 1px solid white;
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.banner-blue .button, .banner-blue .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .banner-blue .button-icon-left {
  padding-left: 0;
  padding-right: 0;
}
.banner-blue .button a, .banner-blue .axa-gulf__web-forms .button-icon-left a, .axa-gulf__web-forms .banner-blue .button-icon-left a {
  padding: 12px 20px;
}
.banner-blue .button.ghost.white:hover a, .banner-blue .axa-gulf__web-forms .ghost.white.button-icon-left:hover a, .axa-gulf__web-forms .banner-blue .ghost.white.button-icon-left:hover a {
  color: #2e2e85;
}
.banner-blue .form-group .button.white a:hover, .banner-blue .form-group .axa-gulf__web-forms .white.button-icon-left a:hover, .axa-gulf__web-forms .banner-blue .form-group .white.button-icon-left a:hover {
  color: #2e2e85;
}
.banner-blue .row.banner-blue-wrapper a:hover {
  color: #ffffff;
}
.banner-blue .row.banner-blue-wrapper a:actve {
  color: #ffffff;
}

.banner-body {
  background: #bfac81;
  color: white;
}
.banner-body .box-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
}
.banner-body .box-description {
  padding: 40px;
  text-align: center;
}
.banner-body .box-description .typo36 {
  font-weight: normal;
  margin-bottom: 30px;
}
.banner-body .button-link a {
  box-sizing: border-box;
  background: transparent;
  border: 1px solid white;
  display: inline-block;
  font-size: 12px;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 200px;
  margin: 0 auto;
}
.banner-body .button-link a:hover {
  color: white;
}

.banner-product {
  background-color: #ffffff;
  position: relative;
  text-align: right;
  background: none;
}

.banner-product-transparent-background {
  position: relative;
  height: 160px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.banner-product-transparent-caption {
  background-color: #ffffff;
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 30px 15px;
}

.banner-product-transparent-caption .caption-title {
  margin: 0 0 30px 0;
}

.banner-product-transparent-caption .caption-subtitle {
  margin-bottom: 30px;
}

.banner-product-transparent-caption .caption-terms {
  display: block;
  margin-bottom: 30px;
}

.banner-product-transparent-caption .caption-discount {
  box-sizing: border-box;
  position: absolute;
  top: -75px;
  right: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #c91432;
  color: #fafafa;
  text-align: center;
  padding: 13px;
}

.banner-product-transparent-caption .caption-discount-body {
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 15px;
}

.banner-product-transparent-caption .caption-discount-body .typo48, .banner-product-transparent-caption .caption-discount-body .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .banner-product-transparent-caption .caption-discount-body .typo46 {
  margin-bottom: 0;
}

.banner-product-transparent-caption .caption-discount-text {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  letter-spacing: -0.02em;
  line-height: 30px;
}

.banner-product-transparent-caption .caption-buttons {
  display: flex;
}

.banner-product-transparent-caption .caption-buttons > a {
  margin-right: 20px;
}

.banner-product-transparent-caption .caption-buttons > a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .banner-product-transparent-caption .caption-buttons {
    display: block;
  }
  .banner-product-transparent-caption .caption-buttons > a {
    margin-right: 30px;
    margin-bottom: 15px;
  }
}
.banner-slider {
  /*   max-width: 1280px; */
  margin-left: auto;
  margin-right: auto;
}
.banner-slider .bx-wrapper {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.banner-slider .bx-wrapper .bx-pager, .banner-slider .bx-wrapper .bx-controls-auto {
  bottom: auto;
  top: 75px;
  max-height: 35px;
}
.banner-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #cccccc;
  margin: 0 10px;
}
.banner-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .banner-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #2e2e85;
}
.banner-slider .slide-box .picture-limits {
  height: auto;
}
.banner-slider .slide-box .picture-limits img {
  position: static;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.banner-slider .slide-box .tilsi-buttons a span {
  font-size: 12px;
}

.slide-box {
  /*   max-width: 1280px; */
  margin-left: auto;
  margin-right: auto;
}
.slide-box .banner-slider-wrapper {
  background-color: rgb(250, 250, 250);
}
.slide-box .picture-limits img {
  transform: none;
  left: 0;
  position: static;
  top: 0;
  width: 100%;
  height: auto;
}
.slide-box .picture {
  height: 264px;
  max-width: none;
}
.slide-box .category {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-bottom: 17px;
  font-weight: bold;
}
.slide-box .title {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: 0.2px;
  margin-bottom: 17px;
  color: #191619;
}
.slide-box .description {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
.slide-box .description + .tilsi-buttons {
  margin-top: 30px;
}
.slide-box .sub-description {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 19px;
}
.slide-box .tilsi-buttons a span {
  font-size: 14px;
}
.slide-box .tilsi-buttons a ~ a {
  margin-top: 13px;
}
.slide-box .tilsi-buttons .button, .slide-box .tilsi-buttons .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .slide-box .tilsi-buttons .button-icon-left {
  width: 100%;
  height: 50px;
}
.slide-box .two-buttons .button, .slide-box .two-buttons .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .slide-box .two-buttons .button-icon-left {
  width: auto;
}
.slide-box .two-buttons a ~ a {
  margin-top: 0;
}
.slide-box .sub-description p b {
  color: rgb(0, 0, 143);
}
.slide-box .bx-wrapper img {
  max-width: none;
}
.slide-box .banner-slider .banner-slider-wrapper {
  position: relative;
}
.slide-box .tilsi-background {
  display: none;
}
.slide-box .tilsi-wrapper {
  margin-top: -20px;
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 29px;
}
.slide-box .tilsi-wrapper .banner-slider-title h3.category {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
  color: rgb(136, 136, 136);
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: bold;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.slide-box .tilsi-wrapper .banner-slider-title h2.title {
  font-size: 28px;
  line-height: 32px;
}
.slide-box .tilsi-wrapper .sub-description {
  margin: 20px 0;
}
.slide-box .tilsi-wrapper .sub-description p {
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 18px;
}
.slide-box .tilsi-wrapper .sub-description p a {
  color: #333;
}
.slide-box .tilsi-wrapper .sub-description p a:hover {
  text-decoration: none;
}
.slide-box .tilsi-wrapper .sub-description p:first-child {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: normal;
}
.slide-box .tilsi-buttons {
  text-align: center;
}
.slide-box .text-bottom {
  margin-top: 16px;
  font-size: 14px;
  line-height: 18px;
}
.slide-box .text-bottom p {
  padding: 5px 0;
}

.rtl .bx-wrapper {
  direction: rtl;
  overflow: hidden;
}
.rtl .bx-wrapper .bx-controls-direction .bx-prev {
  transform: rotate(45deg);
}
.rtl .bx-wrapper .bx-prev {
  right: 10px;
  left: auto;
  transform: rotate(45deg);
}
.rtl .bx-wrapper .bx-next {
  left: 10px;
  right: auto;
  transform: rotate(225deg);
}
.rtl .slide-box .tilsi-contents {
  direction: ltr;
}
.rtl .slide-box .banner-slider-title h2.title {
  font-size: 34px;
  line-height: 37px;
  font-family: Almarai-Bold;
}
.rtl .slide-box .tilsi-buttons a span {
  font-size: 20px;
}

.banner-solutions {
  background-size: cover;
  overflow: hidden;
}
.banner-solutions .box {
  background-color: #ffffff;
  box-sizing: border-box;
  opacity: 0.95;
  padding: 22px 24px 30px;
  width: calc(100% - 60px);
}
.banner-solutions .box-top {
  margin-bottom: 50px;
  margin-top: 50px;
}
.banner-solutions .box-bottom {
  margin-bottom: 60px;
  margin-top: 50px;
}
.banner-solutions .title {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.banner-solutions .col-custom:nth-child(2) .col-left {
  margin-bottom: 25px;
}
.banner-solutions .col-left {
  margin-top: 32px;
}
.banner-solutions .title-column,
.banner-solutions .titlesubsection-column {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 1.36;
  margin-bottom: 19px;
}
.banner-solutions .description-column {
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 1.5;
  margin-bottom: 26px;
}
.banner-solutions .btn-column {
  margin-bottom: 30px;
}
.banner-solutions .blue {
  min-width: 111px;
}
.banner-solutions .ghost {
  font-weight: bold;
}
.banner-solutions .btn-subsection {
  margin-bottom: 20px;
}

.banner-left-text {
  padding: 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-left-text .box-description {
  color: white;
  text-align: center;
}
.banner-left-text .box-description .typo62 {
  font-family: "Poppins-Bold", sans-serif;
  margin-bottom: 40px;
  margin-top: 40px;
}
.banner-left-text .box-description .typo18 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.banner-left-text .box-description .typo20 {
  font-size: 20px;
  margin-bottom: 35px;
}
.banner-left-text .box-description .line {
  display: inline-block;
  height: 3px;
  width: 40px;
  background: white;
}
.banner-left-text .box-description .button-link a {
  box-sizing: border-box;
  background: transparent;
  border: 1px solid white;
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.banner-center-text {
  padding: 54px 0 70px;
  background-size: cover;
  background-position: center;
}
.banner-center-text .box-description {
  color: white;
  text-align: center;
  max-width: 269px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding: 0;
}
.banner-center-text .box-description .typo78 {
  font-family: "Poppins-Bold", sans-serif;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 24px;
  line-height: 30px;
}
.banner-center-text .box-description .typo18 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.banner-center-text .box-description .line {
  display: inline-block;
  height: 3px;
  width: 40px;
  background: white;
}
.banner-center-text .box-description .button-link a {
  box-sizing: border-box;
  background: transparent;
  border: 1px solid white;
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.banner-center-text-link {
  padding: 29.5px 0 23px;
  background-size: cover;
  background-position: center;
}
.banner-center-text-link .box-description {
  color: white;
  text-align: center;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding: 0;
}
.banner-center-text-link .box-description .typo78 {
  font-family: "Poppins-Bold", sans-serif;
  margin-bottom: 10.5px;
  font-size: 46px;
  line-height: 48px;
}
.banner-center-text-link .box-description .typo18 {
  margin-bottom: 38px;
  line-height: 19px;
}
.banner-center-text-link .box-description .line {
  display: inline-block;
  height: 3px;
  width: 40px;
  background: white;
}
.banner-center-text-link .box-description .button-link a {
  box-sizing: border-box;
  background: transparent;
  border: 1px solid white;
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.banner-center-text-link .link {
  margin-right: 19px;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 33px;
}
.banner-center-text-link .link .icon.right {
  padding-left: 0;
}

.banner-apps {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0 30px;
  text-align: center;
  color: white;
  position: relative;
}
.banner-apps .overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.banner-apps .box-description .typo78 {
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 50px;
}
.banner-apps .box-description .typo24 {
  margin-bottom: 50px;
  font-weight: normal;
  line-height: 24px;
}
.banner-apps .list-apps li,
.banner-apps .list-apps-bottom li {
  display: inline-block;
}
.banner-apps .list-apps li a {
  display: block;
  margin: 0 7px;
  color: transparent;
}
.banner-apps .list-apps li .apple-store {
  background: url("../images/apple-store.png") no-repeat;
  background-size: 130px;
  height: 50px;
  width: 130px;
}
.banner-apps .list-apps li .play-store {
  background: url("../images/play-store.png") no-repeat;
  background-size: 159px;
  height: 50px;
  width: 160px;
}
.banner-apps .list-apps-bottom {
  margin-top: 50px;
}
.banner-apps .list-apps-bottom li {
  padding: 15px 20px;
  text-align: center;
}
.banner-apps .list-apps-bottom li:first-child {
  border-right: 1px solid white;
}
.banner-apps .list-apps-bottom li a {
  color: white;
  display: inline-block;
  padding-left: 5px;
}

.rtl .article-text .html-products h1 {
  font-family: "Almarai-Bold";
}

.article-text {
  /*	.box-description {
  		width: 90.625%;
  		margin: -30px 4.6875% 0 4.6875%;
  	    padding: 14px 14px 40px 14px;
  	    background: #fff;

  		h3 {
  			font-size: 28px;
  			text-align: left;
  			line-height: 32px;
  			color: $color-text-dark;
  			margin-bottom: 20px;

  			&:empty {
  				display: none;
  			}
  		}

  		.base-text {
  			font-size: 16px;
  			line-height: 24px;
  			color: $color-text-dark;

  			h3 {
  				margin-top: 30px;
  				font-weight: bold;
  				margin-bottom: 5px;
  				font-size: 18px;
  				line-height: 27px;
  				letter-spacing: .1px;
  			}

  			h4 {
  				margin-top: 15px;
  				font-weight: bold;
  				margin-bottom: 10px;
  				font-size: 18px;
  				line-height: 20px;
  				letter-spacing: .2px;
  			}

  			h5 {
  				font-size: 22px;
  				font-family: 'Poppins-Bold';
  				line-height: 28px;
  				margin-top: 25px;
  				font-weight: bold;
  				margin-bottom: 10px;
  				letter-spacing: .2px;
  			}

  			h5 + ul {
  				padding-top: 5px;
  			}

  			h3 + p {
  				color: rgb(95,95,95);
  				line-height: 24px;
  			}

  			ul {

  				li {
  					position: relative;
  					padding: 5px 0 5px 23px;

  					&:after {
  						content: '';
  						position: absolute;
  						left: 0;
  						height: 4px;
  						width: 4px;
  						border-radius: 50%;
  						background-color: rgb(0,0,143);
  						top: 18px;
  						margin-top: -3px;
  					}
  				}
  			}

  			ul {
  				padding-top: 20px;
  			}

  			ul ~ p {
  				padding-top: 20px;
  			}

  			h4 + ul {
  				padding-top: 0;
  			}

  			h4 {
  				margin-top: 20px;
  			}

  			p + p {
  				padding-top: 20px;
  			}

  			p {
  				font-size: 16px;
  				line-height: 24px;
  				padding: 5px 0;

  				a {
  					font-weight: bold;
  					color: rgb(0,0,143);
  				}

  				&.big {
  					font-size: 16px;
  				}

  				cite {
  					display: block;
  					font-size: 15px;
  					color: rgb(155,155,155);
  					line-height: 20px;
  					font-style: normal;
  				}
  			}
  		}

  		.documents {

  			li {
  				padding: 20px 0 20px 26px;
  				border-bottom: 1px solid rgb(229,229,229);
  				position: relative;

  				&:before {
  					content: '';
  					background-image: url("../images/downloadBlue3x.png");
  					background-repeat: no-repeat;
  					background-size: cover;
  					background-position: center;
  					width: 16px;
  					height: 16px;
  					position: absolute;
  					top: 50%;
  					margin-top: -8px;
  					left: 0;
  				}

  				&:first-child {
  					padding-top: 5px;
  				}

  				&:first-child:before {
  					margin-top: -16px;
  				}

  				a {
  					color: rgb(0,0,143);
  					line-height: 20px;
  				}
  			}
  		}

  		.subtitle {
  			font-size: 14px;
  			line-height: 20px;
  			color: rgb(155,155,155);

  			li {
  				padding: 5px 0;
  			}
  		}
  	}*/
}
.article-text .button, .article-text .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .article-text .button-icon-left {
  margin-bottom: 15px;
  height: 50px;
  font-size: 16px;
  width: 100%;
  padding-left: 19px;
  padding-right: 19px;
}
.article-text .button:last-of-type, .article-text .axa-gulf__web-forms .button-icon-left:last-of-type, .axa-gulf__web-forms .article-text .button-icon-left:last-of-type {
  margin-bottom: 0;
}
.article-text .container-article-text {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.article-text .row.row-article {
  margin-left: 0;
  margin-right: 0;
}
.article-text .row-article {
  clear: both;
  /*
  		.square {

  			.box-image {
  				/*height: 190px;
  			}
  		}

  		.normal {

  			.box-image {
  				height: 200px;
  			}
  		}*/
}
.article-text .row-article .large .box-image .mobile-image, .article-text .row-article .square .box-image .mobile-image {
  background-size: cover !important;
}
.article-text .row-article .normal .box-image .mobile-image {
  background-size: contain !important;
}
.article-text .row-article .box-image {
  padding: 0;
}
.article-text .row-article .box-image .desktop-image {
  display: none;
}
.article-text .row-article .box-image .mobile-image {
  display: block;
  width: 100%;
  height: 100%;
}
.article-text .row-article .box-image img {
  width: 100%;
}
.article-text .row-article .large, .article-text .row-article .square, .article-text .row-article .normal {
  height: 100%;
}
.article-text .row-article .large {
  padding-left: 0;
  padding-right: 0;
  /*			.box-image {
  				height: 141px;
  			}*/
}
.article-text .row-article .square, .article-text .row-article .normal {
  padding: 0 30px;
}
.article-text .row-article .square + .box-description, .article-text .row-article .normal + .box-description {
  margin: 10px 15px 0 15px;
}
.article-text .box-description-container {
  width: 90.625%;
  margin: -19px auto 0 auto;
  padding: 14px 14px 65px 14px;
  background: #ffffff;
}
.article-text .html-products h1 {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
  line-height: 32px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.article-text .html-products h1:empty {
  display: none;
}
.article-text .html-products h1 strong {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.article-text .html-products h2, .article-text .html-products h3 {
  text-align: left;
  color: #333333;
  margin-top: 30px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1px;
  margin-bottom: 5px;
}
.article-text .html-products h2 strong {
  font-weight: bold;
}
.article-text .html-products h3 {
  font-weight: bold;
}
.article-text .html-products h4 {
  text-align: left;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}
.article-text .html-products p {
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  margin-bottom: 0;
}
.article-text .html-products p.big {
  font-size: 16px;
}
.article-text .html-products h3 + p {
  color: rgb(95, 95, 95);
  line-height: 24px;
}
.article-text .html-products p + p {
  padding-top: 20px;
}
.article-text .html-products ul ~ p {
  padding-top: 20px;
}
.article-text .html-products a {
  font-weight: bold;
  color: #2e2e85;
}
.article-text .html-products cite {
  display: block;
  font-size: 15px;
  color: rgb(155, 155, 155);
  line-height: 20px;
  font-style: normal;
}
.article-text .html-products ul {
  padding-top: 20px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.article-text .html-products h4 + ul {
  padding-top: 0;
}
.article-text .html-products h5 + ul {
  padding-top: 5px;
}
.article-text .html-products li {
  position: relative;
  padding: 5px 0 5px 23px;
  list-style: none;
}
.article-text .html-products li:after {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #2e2e85;
  top: 20px;
}
.article-text .html-products li h2, .article-text .html-products li h3 {
  margin-top: 0;
}
.article-text .html-products ol {
  list-style: decimal;
  padding-left: 30px;
}
.article-text .html-products h4 {
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.article-text .html-products h5 {
  font-size: 22px;
  font-family: "Poppins-Bold";
  line-height: 28px;
  margin-top: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}
.article-text .documents li {
  padding: 20px 0 20px 26px;
  border-bottom: 1px solid rgb(229, 229, 229);
  position: relative;
}
.article-text .documents li:before {
  content: "";
  background-image: url("../images/downloadBlue3x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.article-text .documents li:first-child {
  padding-top: 5px;
}
.article-text .documents li:first-child:before {
  margin-top: -16px;
}
.article-text .documents li a {
  color: #2e2e85;
  line-height: 20px;
}
.article-text .subtitle {
  font-size: 14px;
  line-height: 20px;
  color: rgb(155, 155, 155);
}
.article-text .subtitle li {
  padding: 5px 0;
}
.article-text .button-article {
  margin-top: 30px;
}

.article-text-white-spaces .button, .article-text-white-spaces .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .article-text-white-spaces .button-icon-left {
  margin-right: 10px;
}
.article-text-white-spaces .button:last-of-type, .article-text-white-spaces .axa-gulf__web-forms .button-icon-left:last-of-type, .axa-gulf__web-forms .article-text-white-spaces .button-icon-left:last-of-type {
  margin-right: none;
}
.article-text-white-spaces .container-article-text {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.article-text-white-spaces .row.row-article {
  margin-left: 0;
  margin-right: 0;
}
.article-text-white-spaces .row-article {
  clear: both;
}
.article-text-white-spaces .row-article .large .box-image .mobile-image, .article-text-white-spaces .row-article .square .box-image .mobile-image {
  background-size: cover !important;
}
.article-text-white-spaces .row-article .normal .box-image .mobile-image {
  background-size: contain !important;
}
.article-text-white-spaces .row-article .box-image {
  padding: 0;
}
.article-text-white-spaces .row-article .box-image .desktop-image {
  display: none;
}
.article-text-white-spaces .row-article .box-image .mobile-image {
  display: block;
  width: 100%;
  height: 100%;
}
.article-text-white-spaces .row-article .box-image img {
  width: 100%;
}
.article-text-white-spaces .row-article .large, .article-text-white-spaces .row-article .square, .article-text-white-spaces .row-article .normal {
  height: 100%;
}
.article-text-white-spaces .row-article .large {
  padding-left: 0;
  padding-right: 0;
}
.article-text-white-spaces .row-article .square, .article-text-white-spaces .row-article .normal {
  padding: 0 30px;
}
.article-text-white-spaces .row-article .square + .box-description, .article-text-white-spaces .row-article .normal + .box-description {
  margin: 10px 15px 0 15px;
}
.article-text-white-spaces .box-description-container {
  width: 90.625%;
  margin: -19px auto 0 auto;
  padding: 14px 14px 65px 14px;
  background: #ffffff;
}
.article-text-white-spaces .html-products h1 {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
  line-height: 32px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.article-text-white-spaces .html-products h1:empty {
  display: none;
}
.article-text-white-spaces .html-products h1 strong {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.article-text-white-spaces .html-products h2, .article-text-white-spaces .html-products h3 {
  text-align: left;
  color: #333333;
  margin-top: 30px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1px;
  margin-bottom: 5px;
}
.article-text-white-spaces .html-products h2 strong {
  font-weight: bold;
}
.article-text-white-spaces .html-products h3 {
  font-weight: bold;
}
.article-text-white-spaces .html-products h4 {
  text-align: left;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}
.article-text-white-spaces .html-products p {
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
}
.article-text-white-spaces .html-products p.big {
  font-size: 16px;
}
.article-text-white-spaces .html-products h3 + p {
  color: rgb(95, 95, 95);
  line-height: 24px;
}
.article-text-white-spaces .html-products p + p {
  padding-top: 20px;
}
.article-text-white-spaces .html-products ul ~ p {
  padding-top: 20px;
}
.article-text-white-spaces .html-products a {
  font-weight: bold;
  color: rgb(0, 0, 143);
}
.article-text-white-spaces .html-products cite {
  display: block;
  font-size: 15px;
  color: rgb(155, 155, 155);
  line-height: 20px;
  font-style: normal;
}
.article-text-white-spaces .html-products ul {
  padding-top: 20px;
  line-height: 24px;
}
.article-text-white-spaces .html-products h4 + ul {
  padding-top: 0;
}
.article-text-white-spaces .html-products h5 + ul {
  padding-top: 5px;
}
.article-text-white-spaces .html-products li {
  position: relative;
  padding: 5px 0 5px 23px;
  font-size: 14px;
  line-height: 22px;
}
.article-text-white-spaces .html-products li:after {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #2e2e85;
  top: 18px;
  margin-top: -3px;
}
.article-text-white-spaces .html-products li h2, .article-text-white-spaces .html-products li h3 {
  margin-top: 0;
  font-size: 16px;
}
.article-text-white-spaces .html-products ol {
  list-style: decimal;
  padding-left: 30px;
}
.article-text-white-spaces .html-products h4 {
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.article-text-white-spaces .html-products h5 {
  font-size: 22px;
  font-family: "Poppins-Bold";
  line-height: 28px;
  margin-top: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}
.article-text-white-spaces .documents li {
  padding: 20px 0 20px 26px;
  border-bottom: 1px solid rgb(229, 229, 229);
  position: relative;
}
.article-text-white-spaces .documents li:before {
  content: "";
  background-image: url("../images/downloadBlue3x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.article-text-white-spaces .documents li:first-child {
  padding-top: 5px;
}
.article-text-white-spaces .documents li:first-child:before {
  margin-top: -16px;
}
.article-text-white-spaces .documents li a {
  color: rgb(0, 0, 143);
  line-height: 20px;
}
.article-text-white-spaces .subtitle {
  font-size: 14px;
  line-height: 20px;
  color: rgb(155, 155, 155);
}
.article-text-white-spaces .subtitle li {
  padding: 5px 0;
}

.article-text-documents {
  /*	.box-description {
  		width: 90.625%;
  		margin: -30px 4.6875% 0 4.6875%;
  	    padding: 14px 14px 40px 14px;
  	    background: #fff;

  		h3 {
  			font-size: 28px;
  			text-align: left;
  			line-height: 32px;
  			color: $color-text-dark;
  			margin-bottom: 20px;

  			&:empty {
  				display: none;
  			}
  		}

  		.base-text {
  			font-size: 16px;
  			line-height: 24px;
  			color: $color-text-dark;

  			h3 {
  				margin-top: 30px;
  				font-weight: bold;
  				margin-bottom: 5px;
  				font-size: 18px;
  				line-height: 27px;
  				letter-spacing: .1px;
  			}

  			h4 {
  				margin-top: 15px;
  				font-weight: bold;
  				margin-bottom: 10px;
  				font-size: 18px;
  				line-height: 20px;
  				letter-spacing: .2px;
  			}

  			h5 {
  				font-size: 22px;
  				font-family: 'Poppins-Bold';
  				line-height: 28px;
  				margin-top: 25px;
  				font-weight: bold;
  				margin-bottom: 10px;
  				letter-spacing: .2px;
  			}

  			h5 + ul {
  				padding-top: 5px;
  			}

  			h3 + p {
  				color: rgb(95,95,95);
  				line-height: 24px;
  			}

  			ul {

  				li {
  					position: relative;
  					padding: 5px 0 5px 23px;

  					&:after {
  						content: '';
  						position: absolute;
  						left: 0;
  						height: 4px;
  						width: 4px;
  						border-radius: 50%;
  						background-color: rgb(0,0,143);
  						top: 18px;
  						margin-top: -3px;
  					}
  				}
  			}

  			ul {
  				padding-top: 20px;
  			}

  			ul ~ p {
  				padding-top: 20px;
  			}

  			h4 + ul {
  				padding-top: 0;
  			}

  			h4 {
  				margin-top: 20px;
  			}

  			p + p {
  				padding-top: 20px;
  			}

  			p {
  				font-size: 16px;
  				line-height: 24px;
  				padding: 5px 0;

  				a {
  					font-weight: bold;
  					color: rgb(0,0,143);
  				}

  				&.big {
  					font-size: 16px;
  				}

  				cite {
  					display: block;
  					font-size: 15px;
  					color: rgb(155,155,155);
  					line-height: 20px;
  					font-style: normal;
  				}
  			}
  		}

  		.documents {

  			li {
  				padding: 20px 0 20px 26px;
  				border-bottom: 1px solid rgb(229,229,229);
  				position: relative;

  				&:before {
  					content: '';
  					background-image: url("../images/downloadBlue3x.png");
  					background-repeat: no-repeat;
  					background-size: cover;
  					background-position: center;
  					width: 16px;
  					height: 16px;
  					position: absolute;
  					top: 50%;
  					margin-top: -8px;
  					left: 0;
  				}

  				&:first-child {
  					padding-top: 5px;
  				}

  				&:first-child:before {
  					margin-top: -16px;
  				}

  				a {
  					color: rgb(0,0,143);
  					line-height: 20px;
  				}
  			}
  		}

  		.subtitle {
  			font-size: 14px;
  			line-height: 20px;
  			color: rgb(155,155,155);

  			li {
  				padding: 5px 0;
  			}
  		}
  	}*/
}
.article-text-documents .container-article-text {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.article-text-documents .row.row-article {
  margin-left: 0;
  margin-right: 0;
}
.article-text-documents .row-article {
  clear: both;
  /*
  		.square {

  			.box-image {
  				/*height: 190px;
  			}
  		}

  		.normal {

  			.box-image {
  				height: 200px;
  			}
  		}*/
}
.article-text-documents .row-article .large .box-image .mobile-image, .article-text-documents .row-article .square .box-image .mobile-image {
  background-size: cover !important;
}
.article-text-documents .row-article .normal .box-image .mobile-image {
  background-size: contain !important;
}
.article-text-documents .row-article .box-image {
  padding: 0;
}
.article-text-documents .row-article .box-image .desktop-image {
  display: none;
}
.article-text-documents .row-article .box-image .mobile-image {
  display: block;
  width: 100%;
  height: 100%;
}
.article-text-documents .row-article .box-image img {
  width: 100%;
}
.article-text-documents .row-article .large, .article-text-documents .row-article .square, .article-text-documents .row-article .normal {
  height: 100%;
}
.article-text-documents .row-article .large {
  padding-left: 0;
  padding-right: 0;
  /*			.box-image {
  				height: 141px;
  			}*/
}
.article-text-documents .row-article .square, .article-text-documents .row-article .normal {
  padding: 0 30px;
}
.article-text-documents .row-article .square + .box-description, .article-text-documents .row-article .normal + .box-description {
  margin: 10px 15px 0 15px;
}
.article-text-documents .box-description-container {
  margin: 0 auto;
  padding: 26px 30px 65px 30px;
  background: #ffffff;
}
.article-text-documents .html-products h1 {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  line-height: 32px;
  color: #191619;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.article-text-documents .html-products h1:empty {
  display: none;
}
.article-text-documents .html-products h1 strong {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.article-text-documents .html-products h2, .article-text-documents .html-products h3 {
  text-align: left;
  color: #333333;
  margin-top: 30px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1px;
  margin-bottom: 5px;
}
.article-text-documents .html-products h2 strong {
  font-weight: bold;
}
.article-text-documents .html-products h3 {
  font-weight: bold;
}
.article-text-documents .html-products h4 {
  text-align: left;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}
.article-text-documents .html-products p {
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
}
.article-text-documents .html-products p.big {
  font-size: 16px;
}
.article-text-documents .html-products h3 + p {
  color: rgb(95, 95, 95);
  line-height: 24px;
}
.article-text-documents .html-products p + p {
  padding-top: 20px;
}
.article-text-documents .html-products ul ~ p {
  padding-top: 20px;
}
.article-text-documents .html-products a {
  font-weight: bold;
  color: rgb(0, 0, 143);
}
.article-text-documents .html-products cite {
  display: block;
  font-size: 15px;
  color: rgb(155, 155, 155);
  line-height: 20px;
  font-style: normal;
}
.article-text-documents .html-products ul {
  padding-top: 20px;
  line-height: 24px;
}
.article-text-documents .html-products h4 + ul {
  padding-top: 0;
}
.article-text-documents .html-products h5 + ul {
  padding-top: 5px;
}
.article-text-documents .html-products li {
  position: relative;
  padding: 5px 0 5px 23px;
}
.article-text-documents .html-products li:after {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #2e2e85;
  top: 18px;
  margin-top: -3px;
}
.article-text-documents .html-products li ul {
  list-style: circle;
}
.article-text-documents .html-products ol {
  list-style: decimal;
  padding-left: 30px;
}
.article-text-documents .html-products h4 {
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.article-text-documents .html-products h5 {
  font-size: 22px;
  font-family: "Poppins-Bold";
  line-height: 28px;
  margin-top: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}
.article-text-documents .documents li {
  padding: 20px 0 20px 26px;
  border-bottom: 1px solid rgb(229, 229, 229);
  position: relative;
}
.article-text-documents .documents li:before {
  content: "";
  background-image: url("../images/downloadBlue3x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.article-text-documents .documents li:first-child {
  padding-top: 5px;
}
.article-text-documents .documents li:first-child:before {
  margin-top: -16px;
}
.article-text-documents .documents li a {
  color: rgb(0, 0, 143);
  line-height: 20px;
}
.article-text-documents .subtitle {
  font-size: 14px;
  line-height: 20px;
  color: rgb(155, 155, 155);
}
.article-text-documents .subtitle li {
  padding: 5px 0;
}

.article-text-html {
  padding: 30px;
}
.article-text-html .title {
  font-size: 28px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 30px;
}
.article-text-html h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.article-text-html ul {
  list-style: disc;
  padding-left: 20px;
}
.article-text-html li {
  margin-bottom: 10px;
}
.article-text-html li ul {
  list-style: circle;
}
.article-text-html ol {
  list-style: decimal;
  padding-left: 30px;
}

.article-text-container .container-article-text {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.article-text-container .row.row-article {
  margin-left: 0;
  margin-right: 0;
}
.article-text-container .row-article {
  clear: both;
}
.article-text-container .row-article .large .box-image .mobile-image, .article-text-container .row-article .square .box-image .mobile-image {
  background-size: cover !important;
}
.article-text-container .row-article .normal .box-image .mobile-image {
  background-size: contain !important;
}
.article-text-container .row-article .box-image {
  padding: 0;
}
.article-text-container .row-article .box-image .desktop-image {
  display: none;
}
.article-text-container .row-article .box-image .mobile-image {
  display: block;
  width: 100%;
  height: 100%;
}
.article-text-container .row-article .large, .article-text-container .row-article .square, .article-text-container .row-article .normal {
  height: 100%;
}
.article-text-container .row-article .large {
  padding-left: 0;
  padding-right: 0;
}
.article-text-container .row-article .large .box-image {
  height: 141px;
}
.article-text-container .row-article .square, .article-text-container .row-article .normal {
  padding: 0;
}
.article-text-container .row-article .square + .box-description, .article-text-container .row-article .normal + .box-description {
  margin: 0;
}
.article-text-container .row-article .square .box-image {
  height: 190px;
}
.article-text-container .row-article .normal .box-image {
  height: 200px;
}
.article-text-container .box-description {
  width: 90.625%;
  margin: -30px 4.6875% 0 4.6875%;
  padding: 11px 14px 0 14px;
  background: #fff;
}
.article-text-container .box-description h3 {
  font-size: 28px;
  text-align: left;
  line-height: 32px;
  color: rgb(51, 51, 51);
}
.article-text-container .box-description h3:empty {
  display: none;
}
.article-text-container .box-description .base-text {
  font-size: 16px;
  line-height: 24px;
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
}
.article-text-container .box-description .base-text h3 {
  margin-top: 7px;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1px;
}
.article-text-container .box-description .base-text h4 {
  margin-top: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.article-text-container .box-description .base-text h5 {
  font-size: 22px;
  font-family: "Poppins-Bold";
  line-height: 28px;
  margin-top: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}
.article-text-container .box-description .base-text h5 + ul {
  padding-top: 5px;
}
.article-text-container .box-description .base-text h3 + p {
  color: rgb(95, 95, 95);
  line-height: 24px;
}
.article-text-container .box-description .base-text ul li {
  position: relative;
  padding: 5px 0 5px 23px;
}
.article-text-container .box-description .base-text ul li:after {
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: rgb(0, 0, 143);
  top: 50%;
  margin-top: -3px;
}
.article-text-container .box-description .base-text ul {
  padding-top: 20px;
}
.article-text-container .box-description .base-text ul ~ p {
  padding-top: 20px;
}
.article-text-container .box-description .base-text h4 + ul {
  padding-top: 0;
}
.article-text-container .box-description .base-text h4 {
  margin-top: 20px;
}
.article-text-container .box-description .base-text p + p {
  padding-top: 5px;
}
.article-text-container .box-description .base-text p {
  font-size: 16px;
  line-height: 24px;
  padding: 3px 0 6px;
}
.article-text-container .box-description .base-text p a {
  font-weight: bold;
  color: rgb(0, 0, 143);
}
.article-text-container .box-description .base-text p.big {
  font-size: 16px;
}
.article-text-container .box-description .base-text p cite {
  display: block;
  font-size: 15px;
  color: rgb(155, 155, 155);
  line-height: 20px;
  font-style: normal;
}
.article-text-container .box-description .documents li {
  padding: 20px 0 20px 26px;
  border-bottom: 1px solid rgb(229, 229, 229);
  position: relative;
}
.article-text-container .box-description .documents li:before {
  content: "";
  background-image: url("../images/downloadBlue3x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.article-text-container .box-description .documents li:first-child {
  padding-top: 5px;
}
.article-text-container .box-description .documents li:first-child:before {
  margin-top: -16px;
}
.article-text-container .box-description .documents li a {
  color: rgb(0, 0, 143);
  line-height: 20px;
}
.article-text-container .box-description .subtitle {
  font-size: 14px;
  line-height: 20px;
  color: rgb(155, 155, 155);
}
.article-text-container .box-description .subtitle li {
  padding: 5px 0;
}

.banner-only-title h1 {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #191619;
  margin-bottom: 0;
  padding: 20px 15px 40px 15px;
}

.banner-only-title-small .title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
  color: rgb(51, 51, 51);
  margin-bottom: 0;
  padding: 45px 15px 30px 15px;
}

.banner-blue.banner-blue-slider {
  padding: 25px 30px 45px 30px;
}

.banner-blue .banner-blue-wrapper {
  padding: 0;
}
.banner-blue .banner-blue-wrapper .base-text.typo28 {
  margin-bottom: 20px;
}
.banner-blue .banner-blue-wrapper .base-text p {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}
.banner-blue .banner-blue-wrapper .form-group {
  margin-bottom: 0;
}
.banner-blue .banner-blue-wrapper .form-group.typo16 {
  margin-bottom: 0;
}
.banner-blue .banner-blue-wrapper .form-group button {
  width: 100%;
}

.rtl .banner-blue.with-title .banner-blue-wrapper h2 {
  font-family: "Almarai-Bold";
}

.banner-blue.with-title .banner-blue-wrapper > .col-xs-12 {
  text-align: left;
}

.banner-blue.with-title .banner-blue-wrapper h2 {
  font-size: 20px;
  line-height: 26px;
  font-family: "Poppins-Bold", "Source Sans Pro", Arial, sans-serif;
  margin-bottom: 18px;
  letter-spacing: 0.2px;
}
.banner-blue.with-title .banner-blue-wrapper .base-text {
  margin-bottom: 0;
}
.banner-blue.with-title .banner-blue-wrapper .base-text p {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}
.banner-blue.with-title .banner-blue-wrapper .form-group {
  margin-top: 28px;
}
.banner-blue.with-title .banner-blue-wrapper .form-group .download-icon a {
  position: relative;
}
.banner-blue.with-title .banner-blue-wrapper .form-group .download-icon a:before {
  content: "";
  background-image: url(../images/downloadWhite.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -8px;
}
.banner-blue.with-title .banner-blue-wrapper .form-group .download-icon:hover a:before {
  filter: invert(75%);
}
.banner-blue.with-title .banner-blue-wrapper .form-group .button, .banner-blue.with-title .banner-blue-wrapper .form-group .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .banner-blue.with-title .banner-blue-wrapper .form-group .button-icon-left {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.banner-blue.with-title .banner-blue-wrapper .form-group .button:first-child, .banner-blue.with-title .banner-blue-wrapper .form-group .axa-gulf__web-forms .button-icon-left:first-child, .axa-gulf__web-forms .banner-blue.with-title .banner-blue-wrapper .form-group .button-icon-left:first-child {
  margin-bottom: 15px;
}
.banner-blue.with-title .banner-blue-wrapper .form-group .button a, .banner-blue.with-title .banner-blue-wrapper .form-group .axa-gulf__web-forms .button-icon-left a, .axa-gulf__web-forms .banner-blue.with-title .banner-blue-wrapper .form-group .button-icon-left a {
  padding: 12px 20px;
  display: block;
}

.slide-box.two-box .container, .slide-box.two-box .portlet-search .portlet-content-container, .portlet-search .slide-box.two-box .portlet-content-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.slide-box.two-box .container .tilsi-wrapper, .slide-box.two-box .portlet-search .portlet-content-container .tilsi-wrapper, .portlet-search .slide-box.two-box .portlet-content-container .tilsi-wrapper {
  top: 0;
}
.slide-box.two-box .tilsi-contents .banner-slider-title {
  margin-bottom: 20px;
}
.slide-box.two-box .tilsi-contents .banner-slider-title .category:empty {
  display: none;
}
.slide-box.two-box .tilsi-contents .banner-slider-title .title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
  max-width: 199px;
}
.slide-box.two-box .tilsi-contents .description {
  margin-bottom: 27px;
}
.slide-box.two-box .tilsi-contents .description p {
  font-size: 16px;
  line-height: 24px;
}
.slide-box.two-box .tilsi-contents .tilsi-buttons .button, .slide-box.two-box .tilsi-contents .tilsi-buttons .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .slide-box.two-box .tilsi-contents .tilsi-buttons .button-icon-left {
  height: 40px;
}
.slide-box.two-box .button.ghost.white:hover, .slide-box.two-box .axa-gulf__web-forms .ghost.white.button-icon-left:hover, .axa-gulf__web-forms .slide-box.two-box .ghost.white.button-icon-left:hover {
  color: #00005b;
}
.slide-box.two-box .container-banner .row.row-banner {
  margin: 0;
}
.slide-box.two-box .container-banner .row.row-banner .picture-limits.block {
  padding: 0 30px;
}
.slide-box.two-box .container-banner .row.row-banner .tilsi-wrapper {
  padding: 34px 30px;
  top: 0;
}

.slide-box.two-box.blue {
  background: rgb(0, 0, 91);
}
.slide-box.two-box.blue .container-banner .row.row-banner .picture-limits img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.slide-box.two-box.blue .container-banner .row.row-banner .tilsi-wrapper {
  background: rgb(0, 0, 91);
  margin-top: 0;
}
.slide-box.two-box.blue .tilsi-contents .banner-slider-title, .slide-box.two-box.blue .tilsi-contents .description, .slide-box.two-box.blue .tilsi-contents .banner-slider-title .title {
  color: #fff;
}
.slide-box.two-box.blue .tilsi-contents .banner-slider-title .title {
  max-width: none;
}

.rtl .quick-links .container h3.typo36, .rtl .quick-links .portlet-search .portlet-content-container h3.typo36, .portlet-search .rtl .quick-links .portlet-content-container h3.typo36 {
  font-family: "Almarai-Bold";
}

.quick-links {
  padding-top: 40px;
  padding-bottom: 40px;
}
.quick-links .container h3.typo36, .quick-links .portlet-search .portlet-content-container h3.typo36, .portlet-search .quick-links .portlet-content-container h3.typo36 {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  color: #2e2e85;
  letter-spacing: -0.1px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 50px;
  font-size: 28px;
}
.quick-links .container h3.typo36 + .base-text.typo20, .quick-links .portlet-search .portlet-content-container h3.typo36 + .base-text.typo20, .portlet-search .quick-links .portlet-content-container h3.typo36 + .base-text.typo20 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: -25px;
}
.quick-links .container h6.typo24, .quick-links .portlet-search .portlet-content-container h6.typo24, .portlet-search .quick-links .portlet-content-container h6.typo24 {
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin: 0 auto 15px auto;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
}
.quick-links .container .base-text.typo20, .quick-links .portlet-search .portlet-content-container .base-text.typo20, .portlet-search .quick-links .portlet-content-container .base-text.typo20 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.quick-links .container .base-text.description p, .quick-links .portlet-search .portlet-content-container .base-text.description p, .portlet-search .quick-links .portlet-content-container .base-text.description p {
  font-weight: bold;
}
.quick-links .container .base-text:empty, .quick-links .portlet-search .portlet-content-container .base-text:empty, .portlet-search .quick-links .portlet-content-container .base-text:empty, .quick-links .container .typo24:empty, .quick-links .portlet-search .portlet-content-container .typo24:empty, .portlet-search .quick-links .portlet-content-container .typo24:empty {
  display: none;
}
.quick-links .quick-link-blue-block {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
.quick-links .quick-link-blue-block svg {
  margin-bottom: 15px;
}
.quick-links .quick-link-blue-block:not(:last-child) {
  margin-bottom: 40px;
}
.quick-links .bxslider-quick-links a {
  text-align: center;
}
.quick-links .bxslider-quick-links img, .quick-links .bxslider-quick-links svg {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 18px;
  display: block;
}
.quick-links.small.js-no-slider {
  padding: 0;
}
.quick-links.small.js-no-slider .wrapper-links-blue.container, .quick-links.small.js-no-slider .portlet-search .wrapper-links-blue.portlet-content-container, .portlet-search .quick-links.small.js-no-slider .wrapper-links-blue.portlet-content-container {
  padding: 0;
}
.quick-links.small.js-no-slider .quick-link-blue-block {
  width: 50%;
  padding: 0;
}
.quick-links.small.js-no-slider .quick-link-blue-block svg, .quick-links.small.js-no-slider .quick-link-blue-block img {
  min-width: 80px;
  max-height: 80px;
  margin-bottom: 14px;
}
.quick-links.small.js-no-slider .quick-link-blue-block h6 {
  color: #2e2e85;
  max-width: 80px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 16px;
}
.quick-links.small.js-no-slider .quick-link-blue-block:last-child {
  margin-bottom: 40px;
}
.quick-links.small.js-no-slider .three-elem .quick-link-blue-block:last-child {
  margin-left: 25%;
  margin-right: 25%;
}

.health-documents {
  margin-left: 15px;
  margin-right: 15px;
  max-width: calc(100% - 30px);
}
.health-documents * {
  border: none !important;
}
.health-documents thead > tr.table-head th.table-th {
  color: #111;
  height: 75px;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
}
.health-documents .table-thead .table-tr-th:not(.table-head) {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.health-documents .table-thead .table-tr-th:not(.table-head) .table-th {
  width: 50%;
  font-size: 14px;
  background: #2e2e85;
  vertical-align: middle;
  color: #fff;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
}
.health-documents .table-thead .table-tr-th:not(.table-head) .table-th:first-child {
  display: none;
}
.health-documents tbody {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.health-documents tbody tr {
  font-size: 13px;
  text-align: center;
  line-height: 16px;
  letter-spacing: 0.2px;
}
.health-documents tbody tr td {
  vertical-align: middle;
}
.health-documents tbody tr:nth-child(odd) {
  background: #fff;
}
.health-documents tbody tr:nth-child(even) {
  background: #f2f2f2;
}
.health-documents tbody .text-tr {
  font-size: 16px;
  font-weight: bold;
  line-height: 10px;
}
.health-documents tbody .text-tr td.quote-text.table-td.mobile-view {
  height: 55px;
}
.health-documents tbody .text-tr td.desktop-view {
  display: none;
}
.health-documents tbody .icons-tr .text {
  font-weight: normal;
}
.health-documents tbody .icons-tr .text a {
  color: #2e2e85;
  font-weight: bold;
  vertical-align: top;
}
.health-documents .icons-tr td.desktop-view {
  display: none;
}
.health-documents .icons-tr li {
  position: relative;
  padding: 5px;
}
.health-documents .icons-tr li:before {
  content: "";
  background-image: url("../images/downloadBlue3x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.table.health-documents tr td,
.table.health-documents tr th {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.table-light {
  margin: 30px 0;
  font-size: 14px;
}
.table-light .table {
  width: auto;
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
  min-width: 100%;
}
.table-light .table-tr,
.table-light .table-tr-th {
  height: 57px;
}
.table-light .table-tr-th {
  border-top: 1px solid #ddd;
}
.table-light .table-tr-th .table-th {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.table-light .table-tr-th .table-th:first-child {
  padding-left: 0;
}
.table-light .table-tr-th .table-th:last-child {
  padding-right: 0;
}
.table-light .table-tr:last-child {
  border-bottom: 1px solid #ddd;
}
.table-light .table-tr .result-td {
  vertical-align: middle;
}
.table-light .table-tr .result-td:first-child {
  padding-left: 0;
}
.table-light .table-tr .result-td:last-child {
  padding-right: 0;
}
.table-light cite {
  font-size: 14px;
  color: #999999;
  font-style: normal;
}

.banner-title-description-button-center {
  margin: 90px auto 108px;
  max-width: 260px;
}
.banner-title-description-button-center .typo48, .banner-title-description-button-center .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .banner-title-description-button-center .typo46 {
  font-family: "Poppins-Bold", "Source Sans Pro", Arial, sans-serif;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.8px;
  color: #191619;
  margin-bottom: 23px;
}
.banner-title-description-button-center .description {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #191619;
  margin: 0 auto 40px auto;
}
.banner-title-description-button-center .description p {
  text-align: center;
}
.banner-title-description-button-center .form-group {
  text-align: center;
  margin-bottom: 0;
}
.banner-title-description-button-center .form-group a:hover {
  color: #fff;
}
.banner-title-description-button-center .button, .banner-title-description-button-center .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .banner-title-description-button-center .button-icon-left {
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
}

.glf-links {
  background-color: #fafafa;
  margin-bottom: 30px;
  padding: 40px 13.006%;
}
.glf-links .item-list {
  margin-top: 10px;
}
.glf-links .item-list:first-of-type {
  margin-top: 0;
}
.glf-links .item-list .link .icon-square {
  height: 20px;
}
.glf-links .link {
  font-size: 12px;
}
.box-alabaster .glf-links {
  margin-bottom: 0;
  padding: 0;
}

.quick-links-blue {
  background: #494df4;
  color: white;
  padding: 28px 0;
  text-align: center;
  min-height: 206px;
}
.quick-links-blue .wrapper-links-blue {
  overflow: auto;
  padding: 0;
}
.quick-links-blue .bx-viewport {
  background-color: #494df4;
}
.quick-links-blue .typo36 {
  font-size: 24px;
  margin-bottom: 0;
}
.quick-links-blue .typo20 {
  font-size: 18px;
}
.quick-links-blue .typo20:empty {
  display: none;
}
.quick-links-blue .bxslider-quick-links {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
}
.quick-links-blue .quick-link-blue-block {
  margin: 0;
  max-width: 105px;
  min-height: 117px;
  padding: 0;
}
.quick-links-blue .quick-link-blue-block a {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ie .quick-links-blue .quick-link-blue-block a {
  display: inline;
}
.quick-links-blue .quick-link-blue-block a:hover {
  color: #fff;
}
.quick-links-blue .quick-link-blue-block img {
  margin-top: 20px;
}
.quick-links-blue .quick-link-blue-block h6 {
  font-weight: bold;
  display: block;
  margin-top: 15px;
  font-size: 24px;
  line-height: 29px;
  COLOR: #fff;
  font-family: "Poppins-Bold";
}
.quick-links-blue svg, .quick-links-blue img {
  transform: scale(0.5);
  position: relative;
  display: block;
  margin: 0 auto;
  top: 0;
  height: 92px;
  margin-top: 15px;
}
.rtl .quick-links-blue .typo36 {
  font-size: 30px;
  line-height: 36px;
}
.rtl .quick-links-blue svg, .rtl .quick-links-blue img {
  transform: scale(0.5);
}

.quick-links-white {
  padding: 40px 0;
  text-align: center;
}
.quick-links-white .typo36 {
  font-size: 36px;
  margin-bottom: 30px;
}
.quick-links-white .typo20 {
  font-size: 18px;
}
.quick-links-white .quick-link-white-block {
  margin: 20px auto;
}
.quick-links-white .quick-link-white-block h6 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #2e2e85;
}
.quick-links-white .box-circle {
  box-sizing: border-box;
  margin: 20px auto;
  padding: 25px;
  width: 135px;
  height: 135px;
  fill: #2e2e85;
  border: 2px solid #2e2e85;
  border-radius: 50%;
}

.article-3-columns-text-out {
  padding: 40px 0;
}
.article-3-columns-text-out .typo20 {
  font-size: 18px;
  text-align: center;
}
.article-3-columns-text-out .typo28 {
  margin-bottom: 20px;
}
.article-3-columns-text-out .typo18 {
  margin-bottom: 20px;
}
.article-3-columns-text-out .article-block {
  margin-bottom: 20px;
}
.article-3-columns-text-out .article-block:last-child {
  margin-bottom: 0;
}
.article-3-columns-text-out .box-image {
  margin-left: -15px;
  margin-right: -15px;
  height: 160px;
  overflow: hidden;
}
.article-3-columns-text-out .box-image img {
  width: 100%;
}
.article-3-columns-text-out .box-description {
  padding: 30px;
  margin: -30px 10px 0;
  background: white;
  position: relative;
}
.article-3-columns-text-out .box-description a {
  color: #f07662;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.article-3-columns-text-out .box-description span {
  color: #f07662;
  display: inline-block;
  font-size: 12px;
  font-weight: lighter;
  margin-left: 10px;
}

.article-3-columns-text-in {
  padding: 40px 0;
}
.article-3-columns-text-in .typo48, .article-3-columns-text-in .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-3-columns-text-in .typo46 {
  font-size: 30px;
  margin-bottom: 35px;
}
.article-3-columns-text-in .article-grid.row {
  margin-left: 15px;
  margin-right: 15px;
}
.article-3-columns-text-in .article-block {
  margin-bottom: 20px;
}
.article-3-columns-text-in .article-block:last-child {
  margin-bottom: 0;
}
.article-3-columns-text-in .article-block-content {
  position: relative;
}
.article-3-columns-text-in .box-image img {
  width: 100%;
}
.article-3-columns-text-in .box-description {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  padding: 10px 20px;
  bottom: 0;
  color: white;
  background: rgba(25, 22, 25, 0.7);
}

.article-4-columns {
  padding: 30px 0 0 0;
}
.article-4-columns .typo20 {
  font-size: 18px;
  text-align: center;
}
.article-4-columns .typo28 {
  margin-bottom: 9px;
}
.article-4-columns .typo18 {
  margin-bottom: 20px;
}
.article-4-columns .typo14 {
  margin-bottom: 20px;
  color: #5f5f5f;
  text-transform: uppercase;
}
.article-4-columns ul {
  padding-left: 15px;
}
.article-4-columns ul li {
  position: relative;
}
.article-4-columns ul li:before {
  content: "";
  font-size: 16px;
  position: absolute;
  left: -12px;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: black;
}
.article-4-columns .article-block {
  margin-bottom: 48px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 0px !important;
}
.article-4-columns .box-image {
  margin-bottom: 13px;
}
.article-4-columns .box-image img {
  width: 50%;
}
.article-4-columns .box-description .link {
  font-size: 16px;
  color: #2E2E85;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.25s ease;
}
.article-4-columns .animate-arrow-right:hover .icon {
  animation: animate-arrow-right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.article-4-columns .box-description span {
  color: #2e2e85;
  display: inline-block;
  font-size: 12px;
  font-weight: lighter;
  margin-left: 10px;
}
.rtl .article-4-columns .typo48, .rtl .article-4-columns .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .rtl .article-4-columns .typo46 {
  font-size: 40px;
}
.rtl .article-4-columns .typo28 {
  font-size: 30px;
}
.rtl .article-4-columns .typo18 {
  line-height: 22px;
}
.rtl .article-4-columns .link {
  font-size: 18px;
}

.rtl .article-4-columns .article-grid.row .col-md-3 {
  margin-left: initial !important;
}

.article-3-columns {
  background: #f5f5f5;
  padding: 40px 0;
}
.article-3-columns .typo20 {
  font-size: 18px;
  text-align: center;
}
.article-3-columns .typo28 {
  margin-bottom: 20px;
}
.article-3-columns .typo18 {
  margin-bottom: 20px;
}
.article-3-columns .article-block {
  margin-bottom: 20px;
}
.article-3-columns .box-image {
  margin-left: -15px;
  margin-right: -15px;
  height: 160px;
  overflow: hidden;
}
.article-3-columns .box-image img {
  width: 100%;
}
.article-3-columns .box-description {
  padding: 30px;
  margin: -30px 10px 0;
  position: relative;
  background: #f5f5f5;
}
.article-3-columns .box-description a {
  color: #f07662;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.article-square-image {
  background: #f5f5f5;
  padding: 40px 0;
}
.article-square-image .article-header .typo20 {
  text-align: center;
  margin-bottom: 40px;
}
.article-square-image .article-row {
  margin-bottom: 60px;
}
.article-square-image .article-row:last-child {
  margin-bottom: 0;
}
.article-square-image .box-image {
  margin-bottom: 30px;
}
.article-square-image .box-description .typo28 {
  margin-bottom: 30px;
}
.article-square-image .box-description p {
  margin-bottom: 20px;
}
.article-square-image .box-description h3.typo28 a:hover {
  color: #2e2e85;
}
.article-square-image .box-description li {
  margin-bottom: 5px;
  padding-left: 5px;
  list-style-type: disc;
  list-style-position: inside;
}

.woc-saying-container .woc-content-section h1 {
  font-family: "Poppins-Bold" !important;
}
.woc-saying-container .woc-content-section .link {
  color: #2e2e85;
  text-decoration: none;
  font-size: 16px !important;
}

.benefits-title {
  font-family: "Poppins-Bold" !important;
}

.benefits-section {
  background-color: #2e2e85 !important;
}

.rtl .benefits-title {
  font-family: "Almarai-Bold" !important;
}

.rtl .woc-saying-container .woc-content-section h1 {
  font-family: "Almarai-Bold" !important;
}
.rtl .woc-saying-container .woc-content-section .link {
  font-size: 16px !important;
}

.benefits-image {
  margin-bottom: 0 !important;
  height: initial !important;
  padding: 0 15px !important;
}
@media screen and (max-width: 960px) {
  .benefits-image {
    margin-bottom: 40px !important;
    padding: 0 30px !important;
  }
}

.benefits-image img {
  margin-bottom: 0 !important;
  width: initial !important;
  height: initial !important;
}
@media screen and (max-width: 960px) {
  .benefits-image img {
    width: 100px !important;
  }
}

.benefits-image p {
  font-weight: normal !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .benefits-image p {
    font-size: 18px !important;
  }
}

.benefits-flex-grid {
  display: flex !important;
  flex-wrap: initial !important;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .benefits-flex-grid {
    flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 960px) {
  .benefits-section {
    padding: 50px 0 0 0 !important;
  }
  .benefits-title {
    font-size: 32px !important;
  }
}
.article-rectangle-image {
  padding-top: 40px;
}
.article-rectangle-image .bg-image {
  display: none;
}
.article-rectangle-image .article-row {
  margin-bottom: 50px;
}
.article-rectangle-image .box-image {
  margin-bottom: 20px;
}
.article-rectangle-image .box-description {
  text-align: left;
}
.article-rectangle-image .box-description .typo48, .article-rectangle-image .box-description .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-rectangle-image .box-description .typo46 {
  text-align: left;
  margin-bottom: 20px;
}
.article-rectangle-image .box-description .typo20 {
  font-size: 16px;
}
.article-rectangle-image .button.large, .article-rectangle-image .axa-gulf__web-forms .large.button-icon-left, .axa-gulf__web-forms .article-rectangle-image .large.button-icon-left {
  width: 80%;
  max-width: 250px;
  margin: auto;
  display: block;
  padding: 15px 20px;
}
.rtl .article-rectangle-image .typo48, .rtl .article-rectangle-image .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .rtl .article-rectangle-image .typo46 {
  font-size: 30px;
  margin-bottom: 13px;
}
.rtl .article-rectangle-image .typo20 {
  font-size: 18px;
}
.rtl .article-rectangle-image .button.large, .rtl .article-rectangle-image .axa-gulf__web-forms .large.button-icon-left, .axa-gulf__web-forms .rtl .article-rectangle-image .large.button-icon-left {
  padding: 14px 20px;
}

.article-rectangle-image-thin {
  padding: 40px 15px;
  text-align: center;
}
.article-rectangle-image-thin .container-mini .row {
  margin: 0;
}
.article-rectangle-image-thin .box-image {
  margin-top: 31px;
}
.article-rectangle-image-thin .box-image img {
  max-width: 246px;
}
.article-rectangle-image-thin .box-description {
  text-align: center;
  margin-bottom: 0;
}
.article-rectangle-image-thin .box-description .typo48, .article-rectangle-image-thin .box-description .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-rectangle-image-thin .box-description .typo46 {
  font-weight: bold;
  margin-bottom: 26px;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.4px;
}
.article-rectangle-image-thin .box-description .typo20 {
  font-size: 16px;
  line-height: 22px;
}
.article-rectangle-image-thin .button.large, .article-rectangle-image-thin .axa-gulf__web-forms .large.button-icon-left, .axa-gulf__web-forms .article-rectangle-image-thin .large.button-icon-left {
  width: 80%;
  max-width: 250px;
  margin: auto;
}
.article-rectangle-image-thin .link {
  margin-top: 40px;
}
.rtl .article-rectangle-image-thin .typo48, .rtl .article-rectangle-image-thin .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .rtl .article-rectangle-image-thin .typo46 {
  font-size: 40px;
  letter-spacing: 0;
}
.rtl .article-rectangle-image-thin .typo20 {
  font-size: 24px;
}

.article-zipper-rectangle-image {
  padding: 40px 0;
}
.article-zipper-rectangle-image .article-row {
  margin-bottom: 50px;
  overflow: hidden;
}
.article-zipper-rectangle-image .article-row:last-child {
  margin-bottom: 0;
}
.article-zipper-rectangle-image .container.article-grid, .article-zipper-rectangle-image .portlet-search .article-grid.portlet-content-container, .portlet-search .article-zipper-rectangle-image .article-grid.portlet-content-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.article-zipper-rectangle-image .box-description {
  text-align: left;
}
.article-zipper-rectangle-image .box-description-content {
  padding: 20px;
  margin: -30px 30px 0;
  position: relative;
  background: white;
}
.article-zipper-rectangle-image .box-description .typo48, .article-zipper-rectangle-image .box-description .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-zipper-rectangle-image .box-description .typo46 {
  text-align: left;
  margin-bottom: 20px;
}
.article-zipper-rectangle-image .box-description .typo20 {
  font-size: 16px;
}
.article-zipper-rectangle-image .button.large, .article-zipper-rectangle-image .axa-gulf__web-forms .large.button-icon-left, .axa-gulf__web-forms .article-zipper-rectangle-image .large.button-icon-left {
  width: 80%;
  max-width: 250px;
  margin: auto;
}

.article-steps {
  padding-top: 45px;
  padding-bottom: 45px;
}
.article-steps .ss1-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
.article-steps .ss1-wrapper header {
  width: 100%;
}
.article-steps .ss1-title {
  color: #2425aa;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.article-steps .ss1-subtitle {
  color: #2425aa;
  font-weight: normal;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 35px;
  text-align: center;
}
.article-steps .ss1-items {
  box-sizing: border-box;
  width: 100%;
  margin-left: 30px;
  margin-right: 15px;
  padding: 0 30px;
}
.article-steps .ss1-item {
  border: none;
  border-left: 3px solid #2425aa;
  box-sizing: border-box;
  border-radius: 0;
  counter-increment: step-counter;
  padding-left: 35px;
  padding-right: 0;
  padding-bottom: 25px;
  padding-top: 0;
}
.article-steps .ss1-item:last-child {
  border-left: 3px solid transparent;
  padding-bottom: 0;
}
.article-steps .ss1-item:before {
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #2425aa;
  color: white;
  content: counter(step-counter);
  font-size: 18px;
  font-weight: bold;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: -52px;
  text-align: center;
  border-left: 3px solid transparent;
  padding-bottom: 0;
  padding-right: 3px;
}
.article-steps .ss1-item-contents {
  display: block;
  overflow: hidden;
  padding-top: 7px;
  color: black;
}
.article-steps .ss1-item-contents-title {
  display: block;
  margin-bottom: 6px;
}

.article-statistics {
  background: #3032c1;
  padding: 25px 0;
  color: white;
}
.article-statistics .article-row {
  display: table;
}
.article-statistics .article-row.right {
  direction: rtl;
}
.article-statistics .article-row.right .base-text {
  text-align: left;
}
.article-statistics header {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.article-statistics .typo78 {
  font-family: "Poppins-Bold", sans-serif;
  line-height: 36px;
  margin-bottom: 12px;
}
.article-statistics .typo20 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 20px;
}
.article-statistics .base-text {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.faqs {
  padding: 50px 0;
}
.faqs .typo36 {
  color: #2e2e85;
  font-family: "Poppins-Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 40px;
  letter-spacing: 0;
}
.faqs .typo24 {
  cursor: pointer;
  font-size: 14px;
}
.faqs .acordeon {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.faqs .acordeon h6 span {
  font-size: 18px;
  color: #888;
  transform: rotate(270deg);
}
.faqs .acordeon h6 span.down {
  transform: rotate(0deg);
}
.faqs .acordeon:last-child {
  margin-bottom: 40px;
  border-bottom: 0;
}
.faqs .panel {
  box-shadow: none;
}
.faqs .panel {
  padding: 21px 0 0 0;
}
.faqs .panel a {
  text-transform: uppercase;
  font-weight: bold;
  color: #2e2e85;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-top: 20px;
}
.faqs .panel span {
  color: #2e2e85;
  display: inline-block;
  font-size: 12px;
  font-weight: lighter;
  margin-left: 10px;
}

.box-color-form-wrapper.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.boxcolor-text {
  overflow: hidden;
}
.boxcolor-text.blue {
  background-color: #3054ae;
}
.boxcolor-text.blue .box {
  color: #ffffff;
}
.boxcolor-text.gray {
  background-color: #fafafa;
}
.boxcolor-text.gray .box {
  color: #191619;
}
.boxcolor-text .box {
  box-sizing: border-box;
  color: #ffffff;
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 189px 70px;
}
.boxcolor-text .text {
  font-family: "Poppins-Bold", "Arial", sans-serif;
}
.boxcolor-text .cursive {
  font-style: italic;
  font-weight: 100;
}
.boxcolor-text .small {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 18px;
  font-weight: normal;
  vertical-align: top;
}
.boxcolor-text .note {
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0 40px;
}
.boxcolor-text ul {
  list-style: disc;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.boxcolor-text ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* SIMPLE CONTACT FORM STYLES */
.loginregister .box {
  padding: 40px;
}
.loginregister .triangle {
  display: none;
}

.additional-text {
  margin-bottom: 40px;
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

/* CONTACT FORM WITH TABS STYLES */
.forms-tabs-wrapper {
  padding: 40px 10px;
  background: #f5f5f5;
}
.forms-tabs-wrapper .container, .forms-tabs-wrapper .portlet-search .portlet-content-container, .portlet-search .forms-tabs-wrapper .portlet-content-container {
  max-width: 720px;
}
.forms-tabs-wrapper .lfr-nav.nav-tabs {
  margin-bottom: 40px;
}
.forms-tabs-wrapper .nav-tabs li {
  width: 50%;
  text-align: center;
}
.forms-tabs-wrapper .nav-tabs li a {
  border: none;
  font-size: 18px;
  background-color: none;
}
.forms-tabs-wrapper .nav-tabs li.active a {
  font-weight: bold;
  background: none;
  color: #2e2e85;
  border: none;
  border-bottom: 4px solid #2e2e85;
}
.forms-tabs-wrapper .radio-check {
  position: relative;
  margin-bottom: 10px;
}
.forms-tabs-wrapper .radio-check input[type=radio]:checked + label:after {
  background: #2e2e85;
}
.forms-tabs-wrapper .radiok label {
  padding-left: 25px;
}
.forms-tabs-wrapper .selec-group label {
  display: none;
}
.forms-tabs-wrapper .select-group select {
  width: 100%;
  color: #ccc;
}
.forms-tabs-wrapper .select-group select option:first-child {
  color: #cccccc;
}
.forms-tabs-wrapper textarea {
  height: 175px;
  border-bottom: none;
  border: 1px solid #ccc;
}
.forms-tabs-wrapper .lfr-input-time input {
  color: #cccccc;
}

/* CONTACT FORM ADMINISTRATION STYLES */
.portlet-forms-administration {
  padding: 40px;
}
.portlet-forms-administration .fieldset {
  margin-bottom: 40px;
}
.portlet-forms-administration .fieldset-legend {
  margin-bottom: 15px;
}
.portlet-forms-administration .form-inline .control-label {
  display: block;
  margin-bottom: 5px;
}
.portlet-forms-administration .form-inline .form-control {
  display: block;
  width: 500px;
}

/* INCLUDE FILES OR PHOTOS */
.container-files-upload .delete label {
  color: #2e2e85;
  display: block;
}
.container-files-upload .delete label i {
  margin-right: 5px;
}
.container-files-upload .delete .name-file {
  color: #000;
  margin: 10px 0;
}
.container-files-upload .delete .remove-file {
  cursor: pointer;
}
.container-files-upload .delete .remove-file span {
  text-transform: uppercase;
  font-size: 0.92em;
  font-weight: bold;
}

.form-succes-title-small .sub-heading .typo24 {
  line-height: 42px;
}
.form-succes-title-small .box-alabaster .details p {
  margin-bottom: 15px;
}
.form-succes-title-small .blue-title-link {
  padding-top: 100px;
}

.ui-datepicker.ui-widget {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background: white;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ui-datepicker {
  padding: 0;
}

.ui-datepicker .ui-datepicker-header {
  background: #3054ae;
  border: none;
  font-weight: normal;
  font-size: 15px;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker .ui-datepicker-title {
  margin-top: 0.4em;
  margin-bottom: 0.3em;
  color: #e9f0f4;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: 0.9em;
  border: none;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-image: url(images/ui-icons_ffffff_256x240.png);
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}

.ui-datepicker table {
  margin: 0;
}

.ui-datepicker th {
  padding: 1em 0;
  color: #3054ae;
  font-size: 13px;
  font-weight: normal;
  border: none;
  border-top: 1px solid #3a414d;
  background: white;
}

.ui-datepicker td {
  background: #2e2e85;
  border: 2px solid white;
  padding: 0;
}

.ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 16px;
}

.ui-datepicker .ui-state-disabled {
  opacity: 0.6;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  background: white;
  color: #3054ae;
  font-weight: bold;
}

.rtl .agent-search-result .span12 p {
  font-family: "Almarai-Bold";
}

/* 48px publico */
.agent-cy-fs-48-publico {
  font-family: "Poppins-Bold", "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

/* 36px publico */
.agent-cy-fs-36-publico {
  font-family: "Poppins-Bold", "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

/* fixed 28 */
.agent-cy-fs-fixed-28 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.01em;
}

/* fixed 24px  */
.agent-cy-fs-fixed-24 {
  font-size: 24px;
  line-height: 29px;
}

/* fixed 20px */
.agent-cy-fs-fixed-20 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

/* 18px */
.agent-cy-fs-18 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

/* fixed 16px  */
.agent-cy-fs-fixed-16 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

/* 16px  */
.agent-cy-fs-16 {
  font-size: 14px;
  line-height: 17px;
}

/* fixed 14px */
.agent-cy-fs-fixed-14 {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
}

.agency-profile-cmpnt {
  width: 100%;
  background: white;
}

.agency-profile-cmpnt .cmpnt-inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px 25px;
}

/* PROFILE PICTURE */
.agency-profile-picture {
  width: 100%;
  margin: 0 auto;
}

.agency-profile-picture img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0 auto;
}

.agency-profile-picture-title {
  position: relative;
  width: calc(100% - 30px);
  margin: -60px auto 0;
  padding: 25px 25px 20px;
  background: white;
  text-align: center;
}

.agency-profile-picture-btns {
  flex-direction: column;
  display: flex;
  width: calc(100% - 30px);
  margin: 0 auto;
  text-align: center;
}

.agency-profile-picture-btn {
  margin-bottom: 20px;
}

/* not standard custom button  */
.agency-profile-picture-btn.btn-contact .icon {
  position: absolute;
  right: 0;
  top: 0;
  /* static width because button is 100% width */
  width: 60px !important;
}

/* button not visible on mobile devices  */
.agency-profile-picture-btn.btn-add-to-contact {
  display: none;
}

/* / PROFILE PICTURE */
/* PROFILE CONTACT */
.agency-profile-contact {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.agency-profile-contact-title {
  display: none;
}

.agency-profile-contact-info-links {
  display: none;
}

.agency-profile-contact-info-link {
  text-transform: none;
  letter-spacing: normal;
  margin-right: 35px;
}

.agency-profile-contact-info-link:last-child {
  margin-right: 0;
}

.agency-profile-contact-info-link svg {
  position: relative;
  margin-right: 10px;
  top: 1px;
}

.agency-profile-contact-services {
  margin-top: 20px;
}

.agency-profile-contact-services-title {
  font-weight: bold;
  color: #333;
}

.agency-profile-contact-services-col {
  margin-bottom: 35px;
}

.agency-profile-contact-services-col:last-child {
  margin: 0;
}

.agency-profile-contact-services-col ul {
  margin: 15px 0 0;
}

.agency-profile-contact-skills {
  margin-top: 15px;
}

/* / PROFILE CONTACT */
/* AGENCY LOCATIONS */
.agency-location-cmpnt {
  width: 100%;
  background: #f5f5f5;
}

.agency-location-cmpnt .cmpnt-inner {
  width: 100%;
}

.agency-location-col {
  position: relative;
  width: 100%;
}

.agency-location-find-us {
  padding: 45px 30px 40px;
}

.agency-location-find-us-title {
  margin: 0;
  font-weight: bold;
  color: #333;
}

.agency-location-find-us-subtitle {
  margin: 35px 0 0;
  font-weight: bold;
  color: #7f7f7f;
  text-transform: uppercase;
}

.agency-location-find-us-description {
  padding: 15px 0 0;
  color: #333;
}

.agency-location-find-us-btn {
  text-align: left;
  margin-top: 30px;
  display: flex;
}

.agency-location-find-us-btn:last-child {
  margin-top: 20px;
}

.agency-location-map {
  width: 100%;
  height: 202px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.agency-location-map iframe {
  max-width: 100%;
  max-height: 100%;
}

/* Agency form Search */
.agency-form-serch {
  background: #cccccc;
  text-align: center;
}
.agency-form-serch .select-wrapper {
  display: inline-block;
  width: 300px;
  margin: 0 30px;
}
.agency-form-serch .select-wrapper select {
  display: inline-block;
  margin-right: 30px;
  max-width: 400px;
  vertical-align: top;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  padding: 10px;
  -webkit-appearance: none;
  background: #fff url("../images/chevron-down.png") no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 14px;
}
.agency-form-serch .select {
  padding: 30px 0;
}
.agency-form-serch .select-styled,
.agency-form-serch label {
  display: none;
}
.agency-form-serch .select-options {
  display: none;
}

.agent-search-result .span12 {
  text-align: center;
  margin-top: 20px;
  font-size: 45px;
  font-weight: bold;
  line-height: 70px;
}
.agent-search-result .span12 p, .agent-search-result .span12 span {
  font-family: "Poppins-Bold", "Source Sans Pro", Arial, sans-serif;
}
.agent-search-result .table-data .table-cell {
  background-color: #f5f5f5;
  text-align: center;
  line-height: 30px;
  font-size: 19px;
}
.agent-search-result iframe {
  width: 100%;
  max-width: 1140px;
  margin: 30px auto 20px;
  display: block;
}
.agent-search-result .alert {
  width: 100%;
  max-width: 1140px;
  margin: 25px auto;
  text-align: center;
  background-color: #f5f5f5;
  color: #191619;
}

.agency-team-cmpnt {
  width: 100%;
  background: white;
}

.agency-team-cmpnt .cmpnt-inner {
  margin: 0 auto;
  width: 100%;
  padding: 60px 0 30px;
}

@media (min-width: 768px) {
  .agency-team-cmpnt .cmpnt-inner {
    width: 690px;
  }
}
@media (min-width: 992px) {
  .agency-team-cmpnt .cmpnt-inner {
    width: 930px;
  }
}
.agency-team-title {
  margin: 0;
  font: normal normal 36px/36px "Poppins-Bold";
  color: #333;
  text-align: center;
}

.agency-team-experts {
  margin: 45px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.agency-team-expert {
  /* https://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html */
  flex: 0 0 260px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.agency-team-expert .agency-team-expert-picture {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.agency-team-expert h5 {
  margin: 20px 0;
  font: normal bold 14px/14px "Source Sans Pro";
  color: #7F7F7F;
  text-transform: uppercase;
}

.agency-team-expert h3 {
  margin: 0;
  font: normal bold 24px/24px "Source Sans Pro";
  color: #333;
}

.agency-team-expert p {
  margin: 20px 0 0;
  font: normal normal 18px/24px "Source Sans Pro";
  color: #333;
}

.agency-team-expert .agency-team-expert-link {
  margin-top: 20px;
}

.agency-team-view-more {
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .agency-team-expert {
    /* https://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html */
    flex: 0 0 210px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .agency-team-expert {
    /* https://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html */
    flex: 0 0 210px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .agency-team-expert {
    flex: 0 0 285px;
    margin-bottom: 40px;
  }
}
/* SOCIAL NETWORKS */
.agency-social-networks-cmpnt {
  width: 100%;
  background: #f5f5f5;
}

.agency-social-networks-cmpnt .cmpnt-inner {
  padding: 35px 0 50px;
}

.agency-social-networks-col {
  position: relative;
  width: 100%;
}

.agency-social-networks-contents {
  padding: 0 15px;
  text-align: center;
}

.agency-social-networks-contents-title {
  margin: 0;
}

.agency-social-networks-contents-description {
  margin-top: 30px;
}

.agency-social-networks-contents-btn {
  margin-top: 45px;
}

.agency-social-networks-tw-timeline {
  margin-top: 45px;
  padding: 0 30px;
  text-align: center;
}

.btn-follow-twitter-top {
  display: none;
}

.btn-follow-twitter-bottom {
  display: block;
  text-align: center;
}

.agency-social-networks-follow-us {
  margin-top: 50px;
  color: #333;
  text-align: center;
}

.agency-social-networks-follow-us a {
  margin-right: 4px;
}

@media (min-width: 768px) {
  .agency-social-networks-cmpnt .cmpnt-inner {
    padding: 60px 0 50px;
    width: 690px;
    margin: 0 auto;
  }
  .agency-social-networks-contents {
    padding: 0 40px;
    text-align: center;
  }
  .agency-social-networks-contents-description {
    margin-top: 40px;
  }
  .agency-social-networks-contents-btn {
    margin-top: 40px;
  }
  .agency-social-networks-tw-timeline {
    height: 400px;
    padding: 0 15px;
  }
  .agency-social-networks-follow-us {
    margin-top: 50px;
  }
  .agency-social-networks-follow-us a {
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .agency-social-networks-cmpnt .cmpnt-inner {
    padding: 60px 0px 50px;
    width: 930px;
  }
  .agency-social-networks-cols {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .agency-social-networks-col {
    width: 50%;
  }
  .agency-social-networks-contents {
    text-align: left;
    padding: 0 40px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .agency-social-networks-contents-description {
    margin-top: 30px;
  }
  .agency-social-networks-contents-btn {
    margin-top: 45px;
  }
  .agency-social-networks-tw-timeline {
    margin-top: 0;
    padding: 0;
  }
  .btn-follow-twitter-top {
    display: block;
  }
  .btn-follow-twitter-bottom {
    display: none;
  }
  .agency-social-networks-follow-us {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .agency-social-networks-cmpnt .cmpnt-inner {
    padding: 65px 0 60px;
    width: 1110px;
    margin: 0 auto;
  }
}
.slider-our-partners-cmpnt {
  width: 100%;
  background: #fff;
  position: relative;
}

.slider-our-partners-cmpnt .cmpnt-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  height: 100%;
  padding: 25px 30px 40px;
}

.slider-our-partners-cmpnt .cmpnt-inner-centered {
  width: 100%;
  margin: auto;
}

.slider-our-partners-title {
  margin: 0;
  color: #333;
  text-align: center;
}

.slider-our-partners-legend {
  margin-top: 25px;
  color: #333;
  text-align: center;
}

@media (min-width: 768px) {
  .slider-our-partners-cmpnt .cmpnt-inner {
    padding: 40px 0 30px;
  }
  .slider-our-partners-legend {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .slider-our-partners-cmpnt .cmpnt-inner {
    padding: 60px 0 40px;
    width: 930px;
  }
  .slider-our-partners-legend {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .slider-our-partners-cmpnt .cmpnt-inner {
    padding: 40px 0;
    width: 1110px;
  }
}
/* SLIDER */
.swiper-slider-our-partners-nav-next,
.swiper-slider-our-partners-nav-prev {
  display: none;
}

.swiper-slider-our-partners-pagination {
  position: relative;
  margin-top: 45px;
  width: 100%;
}

.swiper-slider-our-partners-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

@media (min-width: 768px) {
  .swiper-slider-our-partners-pagination {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .swiper-slider-our-partners-nav-next,
  .swiper-slider-our-partners-nav-prev {
    position: absolute;
    /* 		display: block; */
    top: 50%;
    width: 32px;
    height: 32px;
    /* 16 + (40+16)/2  */
    margin-top: -44px;
  }
  .swiper-slider-our-partners-nav-next {
    right: 0px;
  }
  .swiper-slider-our-partners-nav-prev {
    left: 0px;
  }
  .swiper-slider-our-partners-nav-next svg path,
  .swiper-slider-our-partners-nav-prev svg path {
    -webkit-transition: fill 0.2s ease-out;
    -moz-transition: fill 0.2s ease-out;
    transition: fill 0.2s ease-out;
  }
  .swiper-slider-our-partners-nav-next svg,
  .swiper-slider-our-partners-nav-prev svg {
    fill: #ccc;
  }
  .swiper-slider-our-partners-nav-next:hover svg,
  .swiper-slider-our-partners-nav-next:active svg,
  .swiper-slider-our-partners-nav-prev:hover svg,
  .swiper-slider-our-partners-nav-prev:active svg {
    fill: #333;
  }
  .swiper-slider-our-partners-pagination {
    margin-top: 40px;
  }
  .swiper-slider-our-partners-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .swiper-slider-our-partners-nav-next {
    right: 0;
  }
  .swiper-slider-our-partners-nav-prev {
    left: 0;
  }
  .swiper-slider-our-partners-pagination {
    margin-top: 50px;
  }
  .swiper-slider-our-partners-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}
/* / SLIDER */
/* PARTNER SLIDE */
.slide-partner {
  width: 100%;
  /* height: 400px; */
  background: #f5f5f5;
}

.slide-partner-picture {
  position: relative;
  width: calc(100% - 4px);
  height: 95px;
  left: 2px;
  top: 2px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
}

.slide-partner-contents {
  padding: 30px;
  min-height: 250px;
}

.slide-partner-contents h6 {
  margin: 0;
  color: #333;
  font: normal normal 14px/14px "Source Sans Pro";
  text-transform: uppercase;
}

.slide-partner-contents h5 {
  margin: 10px 0 0;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

.slide-partner-contents p {
  margin: 20px 0 0;
  color: #333;
  min-height: 66px;
}

.slide-partner-contents-link {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .slide-partner {
    width: 390px;
    margin: 0 auto;
  }
  .slide-partner-picture {
    height: 150px;
  }
  .slide-partner-contents {
    padding: 28px;
    min-height: 250px;
  }
  .slide-partner-contents h5 {
    margin: 20px 0 0;
  }
  .slide-partner-contents p {
    margin: 20px 0 0;
  }
  .slide-partner-contents-link {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .slide-partner {
    width: 100%;
  }
  .slide-partner-contents {
    padding: 28px;
    min-height: 250px;
  }
  .slide-partner-contents p {
    margin: 30px 0 0;
  }
}
/* / PARTNER SLIDE */
.top-content-image .corporate {
  background-color: #027180;
}
.top-content-image .corporate a.button, .top-content-image .corporate .axa-gulf__web-forms a.button-icon-left, .axa-gulf__web-forms .top-content-image .corporate a.button-icon-left {
  font-weight: 600;
}
.top-content-image .corporate .invert_ghost {
  color: #027180;
  fill: #027180;
}
.top-content-image .corporate .invert_ghost:hover {
  color: #ffffff;
}
.top-content-image .corporate .invert_ghost:after {
  background-color: #02606D;
}
.top-content-image .corporate .button.ghost.white:hover, .top-content-image .corporate .axa-gulf__web-forms .ghost.white.button-icon-left:hover, .axa-gulf__web-forms .top-content-image .corporate .ghost.white.button-icon-left:hover {
  color: #027180;
  fill: #027180;
}
.top-content-image .commercial {
  background-color: #00005b;
}
.top-content-image .warning {
  background-color: #c91432;
}
.top-content-image .box {
  padding: 15px;
  color: #ffffff;
}
.top-content-image .detail {
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 0;
  text-align: center;
  line-height: normal;
}
.top-content-image .invert_ghost {
  background-color: #ffffff;
  border-color: #ffffff;
  border-style: solid;
  color: #5f5f5f;
  fill: #5f5f5f;
  border-bottom: none;
}
.top-content-image .invert_ghost:hover {
  color: #ffffff;
}
.top-content-image .invert_ghost:after {
  background: #5f5f5f;
  color: #ffffff;
  fill: #ffffff;
}
.top-content-image .box-buttons {
  text-align: center;
  letter-spacing: 7px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top-content-image .box-buttons span {
  letter-spacing: 0.7px;
}
.top-content-image .button, .top-content-image .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .top-content-image .button-icon-left {
  height: 34px;
}
.top-content-image .button.ghost, .top-content-image .axa-gulf__web-forms .ghost.button-icon-left, .axa-gulf__web-forms .top-content-image .ghost.button-icon-left {
  border-width: 1px;
}
.top-content-image .button-image {
  margin-right: 10px;
  max-width: 140px;
}
.top-content-image .button-image:nth-last-child(2) {
  margin-right: 0;
}
.top-content-image .ghost-close {
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  margin: 8px calc(50% - 27px) 0;
  padding-right: 18px;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}
.top-content-image .ghost-close:hover {
  color: #ffffff;
}
.top-content-image .ghost-close:after {
  width: 11px;
  content: "×";
  font-size: 20px;
  position: absolute;
  right: 0;
  top: -4px;
}

.top-content .corporate {
  background-color: #027180;
}
.top-content .corporate a.button, .top-content .corporate .axa-gulf__web-forms a.button-icon-left, .axa-gulf__web-forms .top-content .corporate a.button-icon-left {
  font-weight: 600;
}
.top-content .corporate .invert_ghost {
  color: #027180;
  fill: #027180;
}
.top-content .corporate .invert_ghost:hover {
  color: #ffffff;
}
.top-content .corporate .invert_ghost:after {
  background-color: #02606D;
}
.top-content .corporate .button.ghost.white:hover, .top-content .corporate .axa-gulf__web-forms .ghost.white.button-icon-left:hover, .axa-gulf__web-forms .top-content .corporate .ghost.white.button-icon-left:hover {
  color: #027180;
  fill: #027180;
}
.top-content .commercial {
  background-color: #00005b;
}
.top-content .warning {
  background-color: #c91432;
}
.top-content .box {
  padding: 19px 17px 17px;
  color: #ffffff;
}
.top-content .detail {
  font-size: 13px;
  margin-bottom: 14px;
  line-height: 18px;
  letter-spacing: 0.3px;
  text-align: center;
}
.top-content .invert_ghost {
  background-color: #ffffff;
  border-color: #ffffff;
  border-style: solid;
  color: #5f5f5f;
  fill: #5f5f5f;
  border-bottom: none;
}
.top-content .invert_ghost:hover {
  color: #ffffff;
}
.top-content .invert_ghost:after {
  background: #5f5f5f;
  color: #ffffff;
  fill: #ffffff;
}
.top-content .box-buttons {
  text-align: center;
  letter-spacing: 7px;
}
.top-content .box-buttons span {
  letter-spacing: 0.7px;
}
.top-content .button, .top-content .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .top-content .button-icon-left {
  height: 34px;
}
.top-content .button.ghost, .top-content .axa-gulf__web-forms .ghost.button-icon-left, .axa-gulf__web-forms .top-content .ghost.button-icon-left {
  border-width: 1px;
}

.axa-gulf__web-forms .main-banner-textbox {
  position: relative;
}
.axa-gulf__web-forms .main-banner-textbox .text-box {
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  left: 45%;
  opacity: 0.8;
  padding: 50px 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
}
.axa-gulf__web-forms .main-banner-textbox .title {
  color: #191619;
  font-family: "Poppins-Bold", "Arial", sans-serif;
  font-size: 46px;
  margin-bottom: 25px;
  margin-top: 0;
}
.axa-gulf__web-forms .main-banner-textbox .subtitle {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 20px;
  margin-bottom: 25px;
}
.axa-gulf__web-forms .main-banner-textbox .details {
  margin-bottom: 25px;
}
.axa-gulf__web-forms .hc-wrapper {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 0;
  position: relative;
  text-align: right;
}
.axa-gulf__web-forms .hc-background {
  background-position: center center;
  background-size: cover;
  height: 160px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.axa-gulf__web-forms .hc-caption {
  background-color: #ffffff;
  display: inline-block;
  padding: 30px 15px;
  position: relative;
  text-align: left;
}
.axa-gulf__web-forms .hc-title {
  margin: 0 0 30px 0;
}
.axa-gulf__web-forms .hc-subtitle {
  margin-bottom: 30px;
}
.axa-gulf__web-forms .hc-terms {
  display: block;
  margin-bottom: 30px;
}
.axa-gulf__web-forms .hc-discountblock {
  background-color: #c91432;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fafafa;
  height: 90px;
  padding: 13px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -75px;
  width: 90px;
}
.axa-gulf__web-forms .hc-discountbody {
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.axa-gulf__web-forms .hc-discount {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  letter-spacing: -0.02em;
  line-height: 30px;
}
.axa-gulf__web-forms .hc-buttons > a {
  margin-right: 30px;
}
.axa-gulf__web-forms .hc-buttons > a:last-child {
  margin-right: 0;
}

.axa-gulf__web-forms .textcta2-wrapperstyle {
  padding-top: 25px;
}
.axa-gulf__web-forms .textcta2-wrapperstyle.white {
  background: white;
}
.axa-gulf__web-forms .textcta2-wrapperstyle.white .textcta2-title, .axa-gulf__web-forms .textcta2-wrapperstyle.white .textcta2-subtitle {
  color: #191619;
}
.axa-gulf__web-forms .textcta2-wrapperstyle.blue {
  background: #3b3fd8;
}
.axa-gulf__web-forms .textcta2-wrapper {
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  padding: 0 25px;
  text-align: center;
}
.axa-gulf__web-forms .textcta2-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.axa-gulf__web-forms .textcta2-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
  width: 100%;
}

.textlink-site .box-alabaster p {
  margin-bottom: 20px;
  line-height: 21px;
}
.textlink-site .box-alabaster a {
  color: #2e2e85;
  font-weight: bold;
}

.html {
  padding: 40px 10px;
}

.axa-gulf__web-forms .html {
  padding: 40px 40px;
}

.axa-gulf__web-forms .html h3, .html h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.axa-gulf__web-forms .html ul, .html ul {
  list-style: disc;
  padding-left: 20px;
}
.axa-gulf__web-forms .html li, .html li {
  margin-bottom: 10px;
}
.axa-gulf__web-forms .html li ul, .html li ul {
  list-style: circle;
}
.axa-gulf__web-forms .html ol, .html ol {
  list-style: decimal;
  padding-left: 30px;
}

.html-barebone h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.html-barebone ul {
  list-style: disc;
  padding-left: 20px;
}
.html-barebone li {
  margin-bottom: 10px;
}
.html-barebone li ul {
  list-style: circle;
}
.html-barebone ol {
  list-style: decimal;
  padding-left: 30px;
}

.axa-gulf__web-forms .icontitle-text {
  margin-bottom: 10px;
  overflow: hidden;
}
.axa-gulf__web-forms .icontitle-text .container, .axa-gulf__web-forms .icontitle-text .portlet-search .portlet-content-container, .portlet-search .axa-gulf__web-forms .icontitle-text .portlet-content-container {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}
.axa-gulf__web-forms .icontitle-text .item {
  box-sizing: border-box;
  float: left;
  padding-bottom: 35px;
  padding-left: 70px;
  padding-top: 5px;
  position: relative;
  width: 100%;
}
.axa-gulf__web-forms .icontitle-text img {
  left: 8px;
  position: absolute;
  top: -4px;
  max-width: 50px;
  max-height: 50px;
}
.axa-gulf__web-forms .icontitle-text .title {
  margin-bottom: 6px;
}

.axa-gulf__web-forms .boxcolor-text {
  overflow: hidden;
}
.axa-gulf__web-forms .boxcolor-text.blue {
  background-color: #3054ae;
}
.axa-gulf__web-forms .boxcolor-text.blue .box {
  color: #ffffff;
}
.axa-gulf__web-forms .boxcolor-text.gray {
  background-color: #fafafa;
}
.axa-gulf__web-forms .boxcolor-text.gray .box {
  color: #191619;
}
.axa-gulf__web-forms .boxcolor-text .box {
  box-sizing: border-box;
  color: #ffffff;
  float: right;
  padding: 100px 70px;
  width: 490px;
  background-position: center;
  background-size: cover;
}
.axa-gulf__web-forms .boxcolor-text .cursive {
  font-style: italic;
  font-weight: 100;
}
.axa-gulf__web-forms .boxcolor-text .small, .axa-gulf__web-forms .boxcolor-text .note {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 18px;
}
.axa-gulf__web-forms .boxcolor-text .small {
  font-weight: normal;
  vertical-align: top;
}
.axa-gulf__web-forms .boxcolor-text .note {
  margin: 30px 0 40px;
}

.ebp-success-message .typo24 {
  line-height: 42px;
}
.ebp-success-message .icon {
  padding-left: 0;
}
.ebp-success-message .blue-title-link {
  padding-top: 0;
}

a:focus, .dropdown-toggle:focus {
  outline: none;
  text-decoration: none;
}

.form-control:focus {
  color: #2e2e85;
  border-color: #2e2e85;
}

.form-control:focus::placeholder {
  color: transparent;
  border-color: #2e2e85;
}

.signed-out #wrapper {
  padding-top: 0;
}

:focus {
  outline: none;
}

.portlet {
  margin-bottom: 0;
}

.portlet-content {
  border: none;
}

.typo48, .axa-gulf__web-forms .typo46 {
  font-size: 24px;
  margin-bottom: 35px;
  text-align: center;
}

.typo36 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.typo20 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
}

.picture {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}

.picture-limits {
  display: block;
  overflow: hidden;
  position: relative;
}
.picture-limits iframe {
  height: 100%;
  width: 100%;
}

.container-mini {
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}

.axa-gulf__web-forms {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  color: #333333;
  letter-spacing: 0.01em;
  /*min-width: 320px; coment to fix responsive callback confirmation*/
  font-weight: normal;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-break: keep-all;
}
@media (max-width: 820px) {
  .axa-gulf__web-forms input {
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  .axa-gulf__web-forms .bot-margin-0 .form-group {
    margin-bottom: 0;
  }
}
.axa-gulf__web-forms html, .axa-gulf__web-forms body, .axa-gulf__web-forms div, .axa-gulf__web-forms span, .axa-gulf__web-forms object, .axa-gulf__web-forms iframe,
.axa-gulf__web-forms h1, .axa-gulf__web-forms h2, .axa-gulf__web-forms h3, .axa-gulf__web-forms h4, .axa-gulf__web-forms h5, .axa-gulf__web-forms h6, .axa-gulf__web-forms p, .axa-gulf__web-forms blockquote, .axa-gulf__web-forms pre,
.axa-gulf__web-forms a, .axa-gulf__web-forms abbr, .axa-gulf__web-forms address, .axa-gulf__web-forms cite, .axa-gulf__web-forms code,
.axa-gulf__web-forms del, .axa-gulf__web-forms dfn, .axa-gulf__web-forms em, .axa-gulf__web-forms img, .axa-gulf__web-forms ins, .axa-gulf__web-forms kbd, .axa-gulf__web-forms q, .axa-gulf__web-forms s, .axa-gulf__web-forms samp,
.axa-gulf__web-forms small, .axa-gulf__web-forms strong, .axa-gulf__web-forms sub, .axa-gulf__web-forms sup, .axa-gulf__web-forms var,
.axa-gulf__web-forms b, .axa-gulf__web-forms u, .axa-gulf__web-forms i,
.axa-gulf__web-forms dl, .axa-gulf__web-forms dt, .axa-gulf__web-forms dd, .axa-gulf__web-forms ol, .axa-gulf__web-forms ul, .axa-gulf__web-forms li,
.axa-gulf__web-forms fieldset, .axa-gulf__web-forms form, .axa-gulf__web-forms label, .axa-gulf__web-forms legend,
.axa-gulf__web-forms table, .axa-gulf__web-forms caption, .axa-gulf__web-forms tbody, .axa-gulf__web-forms tfoot, .axa-gulf__web-forms thead, .axa-gulf__web-forms tr, .axa-gulf__web-forms th, .axa-gulf__web-forms td,
.axa-gulf__web-forms article, .axa-gulf__web-forms aside, .axa-gulf__web-forms canvas, .axa-gulf__web-forms details, .axa-gulf__web-forms embed,
.axa-gulf__web-forms figure, .axa-gulf__web-forms figcaption, .axa-gulf__web-forms footer, .axa-gulf__web-forms header, .axa-gulf__web-forms hgroup,
.axa-gulf__web-forms main, .axa-gulf__web-forms menu, .axa-gulf__web-forms nav, .axa-gulf__web-forms output, .axa-gulf__web-forms ruby, .axa-gulf__web-forms section, .axa-gulf__web-forms summary,
.axa-gulf__web-forms time, .axa-gulf__web-forms mark, .axa-gulf__web-forms audio, .axa-gulf__web-forms video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-break: keep-all;
}
.axa-gulf__web-forms .row {
  margin-left: -15px;
  margin-right: -15px;
}
.axa-gulf__web-forms .col-xs-1, .axa-gulf__web-forms .col-sm-1, .axa-gulf__web-forms .col-md-1, .axa-gulf__web-forms .col-lg-1,
.axa-gulf__web-forms .col-xs-2, .axa-gulf__web-forms .col-sm-2, .axa-gulf__web-forms .col-md-2, .axa-gulf__web-forms .col-lg-2,
.axa-gulf__web-forms .col-xs-3, .axa-gulf__web-forms .col-sm-3, .axa-gulf__web-forms .col-md-3, .axa-gulf__web-forms .col-lg-3,
.axa-gulf__web-forms .col-xs-4, .axa-gulf__web-forms .col-sm-4, .axa-gulf__web-forms .col-md-4, .axa-gulf__web-forms .col-lg-4,
.axa-gulf__web-forms .col-xs-5, .axa-gulf__web-forms .col-sm-5, .axa-gulf__web-forms .col-md-5, .axa-gulf__web-forms .col-lg-5,
.axa-gulf__web-forms .col-xs-6, .axa-gulf__web-forms .col-sm-6, .axa-gulf__web-forms .col-md-6, .axa-gulf__web-forms .col-lg-6,
.axa-gulf__web-forms .col-xs-7, .axa-gulf__web-forms .col-sm-7, .axa-gulf__web-forms .col-md-7, .axa-gulf__web-forms .col-lg-7,
.axa-gulf__web-forms .col-xs-8, .axa-gulf__web-forms .col-sm-8, .axa-gulf__web-forms .col-md-8, .axa-gulf__web-forms .col-lg-8,
.axa-gulf__web-forms .col-xs-9, .axa-gulf__web-forms .col-sm-9, .axa-gulf__web-forms .col-md-9, .axa-gulf__web-forms .col-lg-9,
.axa-gulf__web-forms .col-xs-10, .axa-gulf__web-forms .col-sm-10, .axa-gulf__web-forms .col-md-10, .axa-gulf__web-forms .col-lg-10,
.axa-gulf__web-forms .col-xs-11, .axa-gulf__web-forms .col-sm-11, .axa-gulf__web-forms .col-md-11, .axa-gulf__web-forms .col-lg-11,
.axa-gulf__web-forms .col-xs-12, .axa-gulf__web-forms .col-sm-12, .axa-gulf__web-forms .col-md-12, .axa-gulf__web-forms .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.axa-gulf__web-forms .container, .axa-gulf__web-forms .portlet-search .portlet-content-container, .portlet-search .axa-gulf__web-forms .portlet-content-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.axa-gulf__web-forms .js-hidden {
  display: none;
}
.axa-gulf__web-forms .typo78 {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 50px;
}
.axa-gulf__web-forms .typo62 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 48px;
}
.axa-gulf__web-forms .typo48, .axa-gulf__web-forms .typo46 {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 36px;
}
.axa-gulf__web-forms .typo36 {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 30px;
}
.axa-gulf__web-forms .typo32 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 30px;
}
.axa-gulf__web-forms .typo28 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 24px;
}
.axa-gulf__web-forms .typo24 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}
.axa-gulf__web-forms .typo20 {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 24px;
}
.axa-gulf__web-forms .typo18 {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 20px;
  font-weight: 400;
}
.axa-gulf__web-forms .typo16 {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
}
.axa-gulf__web-forms .typo14 {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 14px;
}
.axa-gulf__web-forms .typo13 {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 18px;
}
.axa-gulf__web-forms *:focus {
  outline: none;
}
.axa-gulf__web-forms img,
.axa-gulf__web-forms svg {
  max-width: 100%;
}
.axa-gulf__web-forms a {
  color: inherit;
}
.axa-gulf__web-forms .root {
  min-height: 100vh;
  overflow: hidden;
}
.axa-gulf__web-forms .bg-wildsand {
  background-color: #f5f5f5;
}
.axa-gulf__web-forms .no-underline {
  border-bottom: none;
}

@keyframes animate-arrow-right-rtl {
  0% {
    transform: translate(0, 0) scale(1, 1) rotate(180deg);
    transform: translate3d(0, 0, 0) scale(1, 1) rotate(180deg);
    opacity: 1;
  }
  50% {
    transform: translate(-10px, 0) scale(1.3, 1) rotate(180deg);
    transform: translate3d(-10px, 0, 0) scale(1.3, 1) rotate(180deg);
    opacity: 0;
  }
  51% {
    transform: translate(10px, 0) scale(1.3, 1) rotate(180deg);
    transform: translate3d(10px, 0, 0) scale(1.3, 1) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1, 1) rotate(180deg);
    transform: translate3d(0, 0, 0) scale(1, 1) rotate(180deg);
    opacity: 1;
  }
}
.rtl .animate-arrow-right .icon {
  transform: rotate(180deg);
}
.rtl .animate-arrow-right:hover .icon {
  animation: animate-arrow-right-rtl 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.rtl .collapse-arrow:after {
  transform: rotate(135deg);
}
.rtl .collapse-arrow.collapsed:after {
  transform: rotate(315deg);
}

/*#wrapper {
  margin-top: 0;
  padding-top: 0;
}

#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_top_content_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.banner-slider {
  .bx-wrapper {
    .bx-pager {
      position: inherit;
    }
  }
}*/
.rtl html, .rtl body, .rtl div, .rtl span, .rtl object, .rtl iframe,
.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl p, .rtl blockquote, .rtl pre,
.rtl a, .rtl abbr, .rtl address, .rtl cite, .rtl code,
.rtl del, .rtl dfn, .rtl em, .rtl img, .rtl ins, .rtl kbd, .rtl q, .rtl s, .rtl samp,
.rtl small, .rtl strong, .rtl sub, .rtl sup, .rtl var,
.rtl b, .rtl u, .rtl i,
.rtl dl, .rtl dt, .rtl dd, .rtl ol, .rtl ul, .rtl li,
.rtl fieldset, .rtl form, .rtl label, .rtl legend,
.rtl table, .rtl caption, .rtl tbody, .rtl tfoot, .rtl thead, .rtl tr, .rtl th, .rtl td,
.rtl article, .rtl aside, .rtl canvas, .rtl details, .rtl embed,
.rtl figure, .rtl figcaption, .rtl footer, .rtl header, .rtl hgroup,
.rtl main, .rtl menu, .rtl nav, .rtl output, .rtl ruby, .rtl section, .rtl summary,
.rtl time, .rtl mark, .rtl audio, .rtl video {
  letter-spacing: 0;
}
.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
  font-family: Almarai-Bold;
}
.rtl html, .rtl body, .rtl div, .rtl span, .rtl object, .rtl iframe,
.rtl p, .rtl blockquote, .rtl pre,
.rtl a, .rtl abbr, .rtl address, .rtl cite, .rtl code,
.rtl del, .rtl dfn, .rtl em, .rtl img, .rtl ins, .rtl kbd, .rtl q, .rtl s, .rtl samp,
.rtl small, .rtl strong, .rtl sub, .rtl sup, .rtl var,
.rtl b, .rtl u, .rtl i,
.rtl dl, .rtl dt, .rtl dd, .rtl ol, .rtl ul, .rtl li,
.rtl fieldset, .rtl form, .rtl label, .rtl legend,
.rtl table, .rtl caption, .rtl tbody, .rtl tfoot, .rtl thead, .rtl tr, .rtl th, .rtl td,
.rtl article, .rtl aside, .rtl canvas, .rtl details, .rtl embed,
.rtl figure, .rtl figcaption, .rtl footer, .rtl header, .rtl hgroup,
.rtl main, .rtl menu, .rtl nav, .rtl output, .rtl ruby, .rtl section, .rtl summary,
.rtl time, .rtl mark, .rtl audio, .rtl video {
  font-family: IBMPlexSans-Regular;
}

.box-alabaster .blue-title-link {
  margin-top: 50px;
}
.box-alabaster .webcontent {
  margin-top: 30px;
}
.box-alabaster .webcontent ul + ul {
  margin-top: 20px;
}
.box-alabaster .webcontent li + li {
  margin-top: 10px;
}
.box-alabaster .webcontent li a {
  display: flex;
  align-items: center;
  color: #00008f;
  font-weight: bold;
}
.box-alabaster .webcontent li a .icon {
  margin-right: 10px;
}
.box-alabaster li a .icon svg {
  fill: #00008f;
}
.box-alabaster .form-group li a.animate-arrow-right svg.icon.right {
  margin-left: -10px;
}

.axa-gulf__web-forms:not(.renewal) .box-fieldset .ebp-final-price {
  margin-bottom: 40px;
}

.axa-gulf__web-forms .box-fieldset .ebp-final-price .reference .vat {
  margin-top: 5px;
}

.axa-gulf__web-forms .radio + .radio {
  margin-top: auto;
}
.axa-gulf__web-forms p {
  line-height: 21px;
}
.axa-gulf__web-forms .form-group {
  margin-bottom: 25px;
}
.axa-gulf__web-forms .fieldset .form-group .help-block {
  margin-top: 5px;
}
.axa-gulf__web-forms .fieldset .form-group.has-error {
  padding-left: 25px;
  margin-left: -25px;
  background: url("../images/error.svg") no-repeat;
  background-position: left 50px;
}
.axa-gulf__web-forms .fieldset .form-group.has-success {
  padding-left: 25px;
  margin-left: -25px;
  background: url("../images/ok.svg") no-repeat;
  background-position: left 50px;
}
.axa-gulf__web-forms .fieldset .input-checkbox-wrapper.has-error {
  background-position: left 5px;
}
.axa-gulf__web-forms .fieldset .input-checkbox-wrapper.has-success {
  background-position: left 5px;
}
.axa-gulf__web-forms textarea,
.axa-gulf__web-forms input[type=color],
.axa-gulf__web-forms input[type=date],
.axa-gulf__web-forms input[type=datetime],
.axa-gulf__web-forms input[type=datetime-local],
.axa-gulf__web-forms input[type=email],
.axa-gulf__web-forms input[type=month],
.axa-gulf__web-forms input[type=number],
.axa-gulf__web-forms input[type=password],
.axa-gulf__web-forms input[type=search],
.axa-gulf__web-forms input[type=select],
.axa-gulf__web-forms input[type=tel],
.axa-gulf__web-forms input[type=text],
.axa-gulf__web-forms input[type=time],
.axa-gulf__web-forms input[type=url],
.axa-gulf__web-forms input[type=week],
.axa-gulf__web-forms select,
.axa-gulf__web-forms select.error-field,
.axa-gulf__web-forms select.success-field,
.axa-gulf__web-forms .uneditable-input {
  border: 1px solid #cccccc;
  color: #191619;
  outline: none;
}
.axa-gulf__web-forms textarea:focus,
.axa-gulf__web-forms input[type=color]:focus,
.axa-gulf__web-forms input[type=date]:focus,
.axa-gulf__web-forms input[type=datetime]:focus,
.axa-gulf__web-forms input[type=datetime-local]:focus,
.axa-gulf__web-forms input[type=email]:focus,
.axa-gulf__web-forms input[type=month]:focus,
.axa-gulf__web-forms input[type=number]:focus,
.axa-gulf__web-forms input[type=password]:focus,
.axa-gulf__web-forms input[type=search]:focus,
.axa-gulf__web-forms input[type=select]:focus,
.axa-gulf__web-forms input[type=tel]:focus,
.axa-gulf__web-forms input[type=text]:focus,
.axa-gulf__web-forms input[type=time]:focus,
.axa-gulf__web-forms input[type=url]:focus,
.axa-gulf__web-forms input[type=week]:focus,
.axa-gulf__web-forms select:focus,
.axa-gulf__web-forms select.error-field:focus,
.axa-gulf__web-forms select.success-field:focus,
.axa-gulf__web-forms .uneditable-input:focus {
  border-color: #2e2e85;
  color: #2e2e85;
  box-shadow: none;
}
.axa-gulf__web-forms .form-group.success .control-label,
.axa-gulf__web-forms .form-group.success .help-block,
.axa-gulf__web-forms .form-group.success .help-inline {
  color: #191619;
}
.axa-gulf__web-forms .no-validationcolor input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.axa-gulf__web-forms .no-validationcolor .input-checkbox-wrapper label {
  padding-left: 25px;
  position: relative;
}
.axa-gulf__web-forms .no-validationcolor .input-checkbox-wrapper label::before {
  border: 1px solid #cccccc;
  content: "";
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 1px;
  transition: all 0.2s ease;
}
.axa-gulf__web-forms .no-validationcolor .input-checkbox-wrapper label:hover {
  color: #2e2e85;
}
.axa-gulf__web-forms .no-validationcolor .input-checkbox-wrapper label:hover:before {
  border: 1px solid #2e2e85;
}
.axa-gulf__web-forms .no-validationcolor .js-cutom-check-on label::before {
  background-color: #3032c1;
  transition: all 0.2s ease;
}
.axa-gulf__web-forms .no-validationcolor input[type=radio] {
  opacity: 0;
  position: absolute;
}
.axa-gulf__web-forms .no-validationcolor .radio {
  padding-left: 0;
  position: relative;
}
.axa-gulf__web-forms .no-validationcolor .radio + .radio {
  margin-left: 20px;
}
.axa-gulf__web-forms .no-validationcolor .radio label {
  padding-left: 20px;
}
.axa-gulf__web-forms .no-validationcolor .radio label::before {
  border: 1px solid #cccccc;
  content: "";
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
}
.axa-gulf__web-forms .no-validationcolor .radio label::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #cccccc;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.axa-gulf__web-forms .no-validationcolor .radio label:hover {
  color: #3032c1;
}
.axa-gulf__web-forms .no-validationcolor .radio label:hover:before, .axa-gulf__web-forms .no-validationcolor .radio label:hover:after {
  border: 1px solid #3032c1;
}
.axa-gulf__web-forms .no-validationcolor .forms .radio-group-tabs {
  display: inline-block;
}
.axa-gulf__web-forms .no-validationcolor .forms .radio-group-tabs .radio-tabs {
  padding-top: 0;
  background-color: #f7f8f9;
  border-bottom: 1px solid #b0b0b0;
  border-top: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  text-transform: uppercase;
  color: #cccccc;
  cursor: pointer;
  margin-left: 0;
  margin-right: 3px;
  margin-top: 0;
  float: left;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 21px;
  vertical-align: middle;
  border-radius: 3px;
}
.axa-gulf__web-forms .no-validationcolor .forms .radio-group-tabs .radio-tabs:hover {
  background-color: rgba(95, 160, 206, 0.1);
  border-color: #2e2e85;
  color: #2e2e85;
}
.axa-gulf__web-forms .no-validationcolor .forms .radio-group-tabs .radio-tabs label {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  padding: 10px 20px;
}
.axa-gulf__web-forms .no-validationcolor .forms .radio-group-tabs .radio-tabs label::before,
.axa-gulf__web-forms .no-validationcolor .forms .radio-group-tabs .radio-tabs label::after {
  content: none;
}
.axa-gulf__web-forms .no-validationcolor .forms .radio-group-tabs .radio-tabs.js-cutom-radio-on {
  border-radius: 3px;
  border: solid 1px #2e2e85;
  background-color: rgba(95, 160, 206, 0.1);
}
.axa-gulf__web-forms .no-validationcolor .forms .radio-group-tabs .radio-tabs.js-cutom-radio-on label {
  color: #2e2e85;
}
.axa-gulf__web-forms .no-validationcolor .forms .radio-group-tabs.tabs-error .radio-tabs:first-child {
  margin-bottom: 20px;
}
.axa-gulf__web-forms .no-validationcolor .forms .radio-group-tabs.tabs-error .radio-tabs.error-showed {
  border-bottom: 3px solid #c91432;
  border-top: 1px solid #c91432;
  border-left: 1px solid #c91432;
  border-right: 1px solid #c91432;
}
.axa-gulf__web-forms .no-validationcolor .forms .radio-group-tabs.tabs-error .radio-tabs.error-showed label {
  color: #c91432;
}
.axa-gulf__web-forms .no-validationcolor .select-field .form-group {
  margin-bottom: 0;
}
.axa-gulf__web-forms .no-validationcolor .select-field .input-select-wrapper {
  width: 100%;
}
.axa-gulf__web-forms .no-validationcolor .select-field .ui-selectmenu-button.ui-button {
  box-sizing: border-box;
  width: 100%;
  max-width: 242px;
  height: 45px;
  padding: 12px 18px 8px 18px;
  background: #fff url("../images/chevron-down.png") no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 14px;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #191619;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.axa-gulf__web-forms .no-validationcolor .select-field .ui-selectmenu-button.ui-button:hover, .axa-gulf__web-forms .no-validationcolor .select-field .ui-selectmenu-button.ui-button:focus {
  border: 1px solid #3032c1;
  color: #3032c1;
}
.axa-gulf__web-forms .no-validationcolor .select-field .ui-selectmenu-button.ui-button.error-select:hover {
  border: 1px solid #c91432;
}
.axa-gulf__web-forms .no-validationcolor .select-field .ui-selectmenu-button.ui-button.error-select::before {
  content: "×";
  position: absolute;
  top: 10px;
  left: -26px;
  color: #c91432;
  font-size: 29px;
  font-weight: 400;
  font-family: "Source Sans Pro", "Arial", sans-serif;
}
.axa-gulf__web-forms .no-validationcolor .box-fieldset .select-field .error-select-text {
  color: #c91432;
}
.axa-gulf__web-forms .no-validationcolor .select-field .ui-icon-triangle-1-s {
  display: none;
}
.axa-gulf__web-forms .no-validationcolor .select-field .ui-selectmenu-button.ui-button.span-products {
  max-width: 100%;
  position: relative;
  height: auto;
  min-height: 45px;
  overflow: visible;
  padding-top: 0;
  padding-left: 10px;
}
.axa-gulf__web-forms .no-validationcolor .select-field .list-products-selected {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
}
.axa-gulf__web-forms .no-validationcolor .select-field .close-icon {
  border: solid thin #0f2f86;
  float: left;
  margin-right: 10px;
  padding: 7px 10px;
  font-size: 14px;
  color: #5f5f5f;
  margin-top: 10px;
}
.axa-gulf__web-forms .no-validationcolor .select-field .close-icon > span {
  color: #0f2f86;
  font-size: 16px;
  cursor: pointer;
  margin-left: 5px;
  font-family: "Verdana", sans-serif;
  font-weight: 200;
  vertical-align: bottom;
}
.axa-gulf__web-forms .no-validationcolor .js-cutom-radio-on label::after {
  border: 1px solid #3032c1;
  background: #3032c1;
}
.axa-gulf__web-forms .no-validationcolor textarea,
.axa-gulf__web-forms .no-validationcolor input[type=color],
.axa-gulf__web-forms .no-validationcolor input[type=date],
.axa-gulf__web-forms .no-validationcolor input[type=datetime],
.axa-gulf__web-forms .no-validationcolor input[type=datetime-local],
.axa-gulf__web-forms .no-validationcolor input[type=email],
.axa-gulf__web-forms .no-validationcolor input[type=month],
.axa-gulf__web-forms .no-validationcolor input[type=number],
.axa-gulf__web-forms .no-validationcolor input[type=password],
.axa-gulf__web-forms .no-validationcolor input[type=search],
.axa-gulf__web-forms .no-validationcolor input[type=select],
.axa-gulf__web-forms .no-validationcolor input[type=tel],
.axa-gulf__web-forms .no-validationcolor input[type=text],
.axa-gulf__web-forms .no-validationcolor input[type=time],
.axa-gulf__web-forms .no-validationcolor input[type=url],
.axa-gulf__web-forms .no-validationcolor input[type=week],
.axa-gulf__web-forms .no-validationcolor select,
.axa-gulf__web-forms .no-validationcolor select.error-field,
.axa-gulf__web-forms .no-validationcolor select.success-field,
.axa-gulf__web-forms .no-validationcolor .uneditable-input {
  border: 1px solid #cccccc;
  color: #191619;
  outline: none;
}
.axa-gulf__web-forms .no-validationcolor textarea:focus,
.axa-gulf__web-forms .no-validationcolor input[type=color]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=date]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=datetime]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=datetime-local]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=email]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=month]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=number]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=password]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=search]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=select]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=tel]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=text]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=time]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=url]:focus,
.axa-gulf__web-forms .no-validationcolor input[type=week]:focus,
.axa-gulf__web-forms .no-validationcolor select:focus,
.axa-gulf__web-forms .no-validationcolor select.error-field:focus,
.axa-gulf__web-forms .no-validationcolor select.success-field:focus,
.axa-gulf__web-forms .no-validationcolor .uneditable-input:focus {
  border-color: #2e2e85;
  color: #2e2e85;
  box-shadow: none;
}
.axa-gulf__web-forms .no-validationcolor textarea:hover,
.axa-gulf__web-forms .no-validationcolor input[type=color]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=date]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=datetime]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=datetime-local]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=email]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=month]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=number]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=password]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=search]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=select]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=tel]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=text]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=time]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=url]:hover,
.axa-gulf__web-forms .no-validationcolor input[type=week]:hover,
.axa-gulf__web-forms .no-validationcolor select:hover,
.axa-gulf__web-forms .no-validationcolor select.error-field:hover,
.axa-gulf__web-forms .no-validationcolor select.success-field:hover,
.axa-gulf__web-forms .no-validationcolor .uneditable-input:hover {
  cursor: pointer;
  border-color: #2e2e85;
  color: #2e2e85;
  box-shadow: none;
}
.axa-gulf__web-forms .no-validationcolor .form-group.success .control-label, .axa-gulf__web-forms .no-validationcolor .form-group.error .control-label {
  color: #191619;
}
.axa-gulf__web-forms .no-validationcolor .fieldset,
.axa-gulf__web-forms .no-validationcolor .fieldsetSelect {
  overflow: visible;
}
.axa-gulf__web-forms .no-validationcolor .error textarea:focus, .axa-gulf__web-forms .no-validationcolor .error textarea:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=color]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=color]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=date]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=date]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=datetime]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=datetime]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=datetime-local]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=datetime-local]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=email]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=email]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=month]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=month]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=number]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=number]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=password]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=password]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=search]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=search]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=select]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=select]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=tel]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=tel]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=text]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=text]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=time]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=time]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=url]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=url]:hover,
.axa-gulf__web-forms .no-validationcolor .error input[type=week]:focus,
.axa-gulf__web-forms .no-validationcolor .error input[type=week]:hover,
.axa-gulf__web-forms .no-validationcolor .error select:focus,
.axa-gulf__web-forms .no-validationcolor .error select:hover,
.axa-gulf__web-forms .no-validationcolor .error select.error-field:focus,
.axa-gulf__web-forms .no-validationcolor .error select.error-field:hover,
.axa-gulf__web-forms .no-validationcolor .error select.success-field:focus,
.axa-gulf__web-forms .no-validationcolor .error select.success-field:hover,
.axa-gulf__web-forms .no-validationcolor .error .uneditable-input:focus,
.axa-gulf__web-forms .no-validationcolor .error .uneditable-input:hover {
  border: 1px solid #c91432;
  color: #c91432;
  box-shadow: none;
}
.axa-gulf__web-forms .no-validationcolor .form-group.error textarea {
  border-color: #cccccc;
}
.axa-gulf__web-forms .no-validationcolor .form-group.error .help-inline {
  color: #c91432;
  padding-left: 0;
}
.axa-gulf__web-forms .no-validationcolor .form-group.error input:hover,
.axa-gulf__web-forms .no-validationcolor .form-group.error select:hover,
.axa-gulf__web-forms .no-validationcolor .form-group.error textarea:hover {
  border: 1px solid #c91432;
}
.axa-gulf__web-forms .no-validationcolor .help-inline {
  display: block;
  position: relative;
}
.axa-gulf__web-forms .no-validationcolor .help-inline::before {
  content: "×";
  position: absolute;
  top: -34px;
  left: -26px;
  color: #c91432;
  font-size: 30px;
}
.axa-gulf__web-forms .form-group ul + ul {
  margin-top: 20px;
}
.axa-gulf__web-forms .form-group li + li {
  margin-top: 10px;
}
.axa-gulf__web-forms .form-group li a {
  display: flex;
  align-items: center;
}
.axa-gulf__web-forms .form-group li a .icon {
  margin-right: 10px;
}
.axa-gulf__web-forms .forms .form-group,
.axa-gulf__web-forms .forms .fields-group {
  margin-bottom: 25px;
}
.axa-gulf__web-forms .forms .form-group .js-cutom-radio-group {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.axa-gulf__web-forms .forms .form-group .js-cutom-radio-group label {
  margin-bottom: 0;
}
.axa-gulf__web-forms .forms .text-center .form-group {
  display: inline-block;
}
.axa-gulf__web-forms .forms label {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  color: #191619;
}
.axa-gulf__web-forms .forms textarea,
.axa-gulf__web-forms .forms input[type=color],
.axa-gulf__web-forms .forms input[type=date],
.axa-gulf__web-forms .forms input[type=datetime],
.axa-gulf__web-forms .forms input[type=datetime-local],
.axa-gulf__web-forms .forms input[type=email],
.axa-gulf__web-forms .forms input[type=month],
.axa-gulf__web-forms .forms input[type=number],
.axa-gulf__web-forms .forms input[type=password],
.axa-gulf__web-forms .forms input[type=search],
.axa-gulf__web-forms .forms input[type=select],
.axa-gulf__web-forms .forms input[type=tel],
.axa-gulf__web-forms .forms input[type=text],
.axa-gulf__web-forms .forms input[type=time],
.axa-gulf__web-forms .forms input[type=url],
.axa-gulf__web-forms .forms input[type=week],
.axa-gulf__web-forms .forms select,
.axa-gulf__web-forms .forms select.error-field,
.axa-gulf__web-forms .forms select.success-field,
.axa-gulf__web-forms .forms .uneditable-input {
  box-sizing: border-box;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 45px;
  margin-bottom: 0;
  padding: 12px 50px 12px 20px;
  width: 242px;
  max-width: 242px;
  outline: none;
}
.axa-gulf__web-forms .forms .form-group.success textarea {
  border: 1px solid #cccccc;
  color: #191619;
}
.axa-gulf__web-forms .forms .form-group.success textarea:focus {
  border-color: #3032c1;
  color: #3032c1;
  box-shadow: none;
}
.axa-gulf__web-forms .forms textarea {
  width: 100%;
  max-width: none;
  height: 100px;
  font-size: 14px;
  font-weight: 500;
  resize: none;
}
.axa-gulf__web-forms .forms textarea:focus {
  border-color: #3032c1;
  color: #3032c1;
  box-shadow: none;
}
.axa-gulf__web-forms .forms select {
  background: white url("../images/chevron-down.png") no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 14px;
}
.axa-gulf__web-forms .forms .fieldset-mobile .form-group {
  margin-bottom: 0;
}
.axa-gulf__web-forms .forms .fieldset-mobile .field-help-text-down {
  margin-bottom: 25px;
  line-height: 21px;
}
.axa-gulf__web-forms .forms input[class*=date] {
  background-color: #ffffff;
}
.axa-gulf__web-forms .forms .tooltip-help-group {
  position: relative;
  overflow: visible;
}
.axa-gulf__web-forms .forms .tooltip-help-group .icon-help {
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url("../images/help-blue.png");
  right: -30px;
  top: 75px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.axa-gulf__web-forms .forms .tooltip-help-group .box-help {
  position: relative;
  display: none;
  background: #3032c1;
  color: white;
  padding: 20px;
  margin-bottom: 20px;
}
.axa-gulf__web-forms .forms .tooltip-help-group .box-help .content {
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  padding-left: 30px;
  background: url("../images/help-white.png") no-repeat 0 center;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 21px;
  vertical-align: middle;
}
.axa-gulf__web-forms .forms .tooltip-help-group .box-help .box-help-arrow-up {
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3032c1;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.axa-gulf__web-forms .forms .tooltip-help-group .box-help .box-help-arrow-left {
  box-sizing: border-box;
  display: none;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #3032c1;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.axa-gulf__web-forms .forms .send {
  margin-bottom: 20px;
}
.axa-gulf__web-forms .aui body {
  -webkit-font-smoothing: antialiased;
}
.axa-gulf__web-forms .js-hidden {
  display: none;
}
.axa-gulf__web-forms .typo78 {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 50px;
}
.axa-gulf__web-forms .typo62 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 48px;
}
.axa-gulf__web-forms .typo48, .axa-gulf__web-forms .typo46 {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 36px;
}
.axa-gulf__web-forms .typo36 {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 30px;
}
.axa-gulf__web-forms .typo32 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 30px;
}
.axa-gulf__web-forms .typo28 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 24px;
}
.axa-gulf__web-forms .typo24 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}
.axa-gulf__web-forms .typo20 {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 24px;
}
.axa-gulf__web-forms .typo18 {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 20px;
  font-weight: 400;
}
.axa-gulf__web-forms .typo16 {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
}
.axa-gulf__web-forms .typo14 {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 14px;
}
.axa-gulf__web-forms .typo13 {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 18px;
}
.axa-gulf__web-forms *:focus {
  outline: none;
}
.axa-gulf__web-forms img,
.axa-gulf__web-forms svg {
  max-width: 100%;
}
.axa-gulf__web-forms a {
  color: inherit;
}
.axa-gulf__web-forms .root {
  min-height: 100vh;
  overflow: hidden;
}
.axa-gulf__web-forms .bg-wildsand {
  background-color: #f5f5f5;
}
.axa-gulf__web-forms .no-underline {
  border-bottom: none;
}

.ui-selectmenu-menu ul {
  max-height: 400px;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 6px 1em 3px 1.4em;
}

.ui-menu .ui-menu-item {
  color: #999999;
  font-family: "Source Sans Pro", sans-serif;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #fafafa;
  color: #3032c1;
  border: none;
}

.rtl .axa-gulf__web-forms .forms .tooltip-help-group .box-help .content {
  background: url("../images/help-white.png") no-repeat 0% center;
}
.rtl .axa-gulf__web-forms .forms input[type=tel] {
  padding: 12px 20px 12px 12px;
}

@media (min-width: 1200px) {
  .axa-gulf__web-forms .forms .tooltip-help-group .box-help {
    right: -80%;
    max-width: 400px;
    top: 24px;
  }
}
.product-tables {
  /*overflow: hidden;
  display: none;
  opacity: 0;*/
}
.product-tables .car .active .number,
.product-tables .car .textinfo-quotecolor .box-title,
.product-tables .car .table-th,
.product-tables .car .table-th .container-recommended,
.product-tables .car .quote .box-header,
.product-tables .car .textinfo-bannercolor {
  background-color: #027180;
  color: #ffffff;
}
.product-tables .car .table-th:nth-child(1) {
  background-color: #028a9c;
}
.product-tables .car .table-th:nth-child(1) .container-recommended {
  background-color: #028a9c;
}
.product-tables .car .table-th:nth-child(2) {
  background-color: #03a3b8;
}
.product-tables .car .table-th:nth-child(2) .container-recommended {
  background-color: #03a3b8;
}
.product-tables .car .table-th:nth-child(3) {
  background-color: #03bbd4;
}
.product-tables .car .table-th:nth-child(3) .container-recommended {
  background-color: #03bbd4;
}
.product-tables .car .table-th:nth-child(4) {
  background-color: #04d4f0;
}
.product-tables .car .table-th:nth-child(4) .container-recommended {
  background-color: #04d4f0;
}
.product-tables .car .table-th:nth-child(5) {
  background-color: #15e0fb;
}
.product-tables .car .table-th:nth-child(5) .container-recommended {
  background-color: #15e0fb;
}
.product-tables .car .table-th:nth-child(6) {
  background-color: #32e4fc;
}
.product-tables .car .table-th:nth-child(6) .container-recommended {
  background-color: #32e4fc;
}
.product-tables .car .table-th:nth-child(7) {
  background-color: #4ee7fc;
}
.product-tables .car .table-th:nth-child(7) .container-recommended {
  background-color: #4ee7fc;
}
.product-tables .car .table-td .ico-ok,
.product-tables .car .table-td .ico-ko:after,
.product-tables .car .table-td .ico-ko:before {
  border-color: #027180;
}
.product-tables .car .table-td .text {
  color: #027180;
}
.product-tables .car .box-white .ico-ok {
  border-color: #027180;
}
.product-tables .life .active .number,
.product-tables .life .textinfo-quotecolor .box-title,
.product-tables .life .table-th,
.product-tables .life .table-th .container-recommended,
.product-tables .life .quote .box-header,
.product-tables .life .textinfo-bannercolor {
  background-color: #00005b;
  color: #ffffff;
}
.product-tables .life .table-th:nth-child(1) {
  background-color: #000078;
}
.product-tables .life .table-th:nth-child(1) .container-recommended {
  background-color: #000078;
}
.product-tables .life .table-th:nth-child(2) {
  background-color: #000094;
}
.product-tables .life .table-th:nth-child(2) .container-recommended {
  background-color: #000094;
}
.product-tables .life .table-th:nth-child(3) {
  background-color: #0000b1;
}
.product-tables .life .table-th:nth-child(3) .container-recommended {
  background-color: #0000b1;
}
.product-tables .life .table-th:nth-child(4) {
  background-color: mediumblue;
}
.product-tables .life .table-th:nth-child(4) .container-recommended {
  background-color: mediumblue;
}
.product-tables .life .table-th:nth-child(5) {
  background-color: #0000ea;
}
.product-tables .life .table-th:nth-child(5) .container-recommended {
  background-color: #0000ea;
}
.product-tables .life .table-th:nth-child(6) {
  background-color: #0707ff;
}
.product-tables .life .table-th:nth-child(6) .container-recommended {
  background-color: #0707ff;
}
.product-tables .life .table-th:nth-child(7) {
  background-color: #2424ff;
}
.product-tables .life .table-th:nth-child(7) .container-recommended {
  background-color: #2424ff;
}
.product-tables .life .table-td .ico-ok,
.product-tables .life .table-td .ico-ko:after,
.product-tables .life .table-td .ico-ko:before {
  border-color: #00005b;
}
.product-tables .life .table-td .text {
  color: #00005b;
}
.product-tables .life .box-white .ico-ok {
  border-color: #00005b;
}
.product-tables .home .active .number,
.product-tables .home .textinfo-quotecolor .box-title,
.product-tables .home .table-th,
.product-tables .home .table-th .container-recommended,
.product-tables .home .quote .box-header,
.product-tables .home .textinfo-bannercolor {
  background-color: #00adc6;
  color: #ffffff;
}
.product-tables .home .table-th:nth-child(1) {
  background-color: #00c6e3;
}
.product-tables .home .table-th:nth-child(1) .container-recommended {
  background-color: #00c6e3;
}
.product-tables .home .table-th:nth-child(2) {
  background-color: #00dfff;
}
.product-tables .home .table-th:nth-child(2) .container-recommended {
  background-color: #00dfff;
}
.product-tables .home .table-th:nth-child(3) {
  background-color: #1de2ff;
}
.product-tables .home .table-th:nth-child(3) .container-recommended {
  background-color: #1de2ff;
}
.product-tables .home .table-th:nth-child(4) {
  background-color: #39e6ff;
}
.product-tables .home .table-th:nth-child(4) .container-recommended {
  background-color: #39e6ff;
}
.product-tables .home .table-th:nth-child(5) {
  background-color: #56eaff;
}
.product-tables .home .table-th:nth-child(5) .container-recommended {
  background-color: #56eaff;
}
.product-tables .home .table-th:nth-child(6) {
  background-color: #72edff;
}
.product-tables .home .table-th:nth-child(6) .container-recommended {
  background-color: #72edff;
}
.product-tables .home .table-th:nth-child(7) {
  background-color: #8ff1ff;
}
.product-tables .home .table-th:nth-child(7) .container-recommended {
  background-color: #8ff1ff;
}
.product-tables .home .table-td .ico-ok,
.product-tables .home .table-td .ico-ko:after,
.product-tables .home .table-td .ico-ko:before {
  border-color: #00adc6;
}
.product-tables .home .table-td .text {
  color: #00adc6;
}
.product-tables .home .box-white .ico-ok {
  border-color: #00adc6;
}
.product-tables .health .active .number,
.product-tables .health .textinfo-quotecolor .box-title,
.product-tables .health .table-th,
.product-tables .health .table-th .container-recommended,
.product-tables .health .quote .box-header,
.product-tables .health .textinfo-bannercolor {
  background-color: #00005b;
  color: #ffffff;
}
.product-tables .health .table-th:nth-child(1) {
  background-color: #000078;
}
.product-tables .health .table-th:nth-child(1) .container-recommended {
  background-color: #000078;
}
.product-tables .health .table-th:nth-child(2) {
  background-color: #000094;
}
.product-tables .health .table-th:nth-child(2) .container-recommended {
  background-color: #000094;
}
.product-tables .health .table-th:nth-child(3) {
  background-color: #0000b1;
}
.product-tables .health .table-th:nth-child(3) .container-recommended {
  background-color: #0000b1;
}
.product-tables .health .table-th:nth-child(4) {
  background-color: mediumblue;
}
.product-tables .health .table-th:nth-child(4) .container-recommended {
  background-color: mediumblue;
}
.product-tables .health .table-th:nth-child(5) {
  background-color: #0000ea;
}
.product-tables .health .table-th:nth-child(5) .container-recommended {
  background-color: #0000ea;
}
.product-tables .health .table-th:nth-child(6) {
  background-color: #0707ff;
}
.product-tables .health .table-th:nth-child(6) .container-recommended {
  background-color: #0707ff;
}
.product-tables .health .table-th:nth-child(7) {
  background-color: #2424ff;
}
.product-tables .health .table-th:nth-child(7) .container-recommended {
  background-color: #2424ff;
}
.product-tables .health .table-td .ico-ok,
.product-tables .health .table-td .ico-ko:after,
.product-tables .health .table-td .ico-ko:before {
  border-color: #00005b;
}
.product-tables .health .table-td .text {
  color: #00005b;
}
.product-tables .health .box-white .ico-ok {
  border-color: #00005b;
}
.product-tables .travel .active .number,
.product-tables .travel .textinfo-quotecolor .box-title,
.product-tables .travel .table-th,
.product-tables .travel .table-th .container-recommended,
.product-tables .travel .quote .box-header,
.product-tables .travel .textinfo-bannercolor {
  background-color: #9190ac;
  color: #ffffff;
}
.product-tables .travel .table-th:nth-child(1) {
  background-color: #a1a0b8;
}
.product-tables .travel .table-th:nth-child(1) .container-recommended {
  background-color: #a1a0b8;
}
.product-tables .travel .table-th:nth-child(2) {
  background-color: #b1b1c4;
}
.product-tables .travel .table-th:nth-child(2) .container-recommended {
  background-color: #b1b1c4;
}
.product-tables .travel .table-th:nth-child(3) {
  background-color: #c2c1d1;
}
.product-tables .travel .table-th:nth-child(3) .container-recommended {
  background-color: #c2c1d1;
}
.product-tables .travel .table-th:nth-child(4) {
  background-color: #d2d1dd;
}
.product-tables .travel .table-th:nth-child(4) .container-recommended {
  background-color: #d2d1dd;
}
.product-tables .travel .table-th:nth-child(5) {
  background-color: #e2e2e9;
}
.product-tables .travel .table-th:nth-child(5) .container-recommended {
  background-color: #e2e2e9;
}
.product-tables .travel .table-th:nth-child(6) {
  background-color: #f2f2f5;
}
.product-tables .travel .table-th:nth-child(6) .container-recommended {
  background-color: #f2f2f5;
}
.product-tables .travel .table-th:nth-child(7) {
  background-color: white;
}
.product-tables .travel .table-th:nth-child(7) .container-recommended {
  background-color: white;
}
.product-tables .travel .table-td .ico-ok,
.product-tables .travel .table-td .ico-ko:after,
.product-tables .travel .table-td .ico-ko:before {
  border-color: #9190ac;
}
.product-tables .travel .table-td .text {
  color: #9190ac;
}
.product-tables .travel .box-white .ico-ok {
  border-color: #9190ac;
}
.product-tables .main-title,
.product-tables .sub-main-title,
.product-tables .main-title-health {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  text-align: center;
}
.product-tables .main-title,
.product-tables .main-title-health {
  font-size: 28px;
  line-height: 32px;
  margin-top: 42px;
}
.product-tables .sub-main-title {
  font-size: 22px;
  line-height: 28px;
  margin-top: 65px;
  margin-bottom: 30px;
}
.product-tables .sub-main-title:first-child {
  margin-top: 23px;
}
.product-tables .shadow {
  -webkit-box-shadow: 0px 0px 9px 1px rgb(212, 212, 212);
  -moz-box-shadow: 0px 0px 9px 1px rgb(212, 212, 212);
  box-shadow: 0px 0px 9px 1px rgb(212, 212, 212);
}
.product-tables .table-tr {
  overflow: hidden;
}
.product-tables .table-tr.odd-tr {
  background-color: #ffffff;
}
.product-tables .table-tr.even-tr {
  background-color: rgba(216, 216, 216, 0.34);
}
.product-tables .table-th {
  text-align: center;
  width: 33%;
  padding: 13px 16px;
  position: relative;
}
.product-tables .table-th .container-recommended {
  position: absolute;
  top: -23px;
  width: 100%;
  padding: 10px 10px 0;
  left: 0;
  height: 30px;
}
.product-tables .table-th .recommended {
  background: #999999;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 8px;
}
.product-tables .table-th .title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 14px;
}
.product-tables .table-th .subtitle,
.product-tables .table-th .number,
.product-tables .table-th .title-big {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.product-tables .table-th .title-big {
  font-size: 20px;
  letter-spacing: 0.4px;
}
.product-tables .table-th .subtitle {
  font-size: 12px;
  margin-top: 10px;
}
.product-tables .table-td {
  border-top: none;
}
.product-tables .table-td.title {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-size: 18px;
}
.product-tables .table-td.quote-text {
  padding-top: 10px;
  text-align: left;
}
.product-tables .table-td.result-td {
  text-align: center;
  padding-bottom: 25px;
}
.product-tables .table-td .ico-ok {
  height: 7px;
  width: 15px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  display: inline-block;
  transform: rotate(-45deg);
  font-size: 0;
  vertical-align: middle;
}
.product-tables .table-td .ico-ko {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 20px;
  vertical-align: middle;
  margin-top: 6px;
}
.product-tables .table-td .ico-ko:before, .product-tables .table-td .ico-ko:after {
  content: "";
  height: 9px;
  width: 9px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  display: inline-block;
  position: absolute;
}
.product-tables .table-td .ico-ko:before {
  top: 0;
  left: 25%;
  transform: rotate(-45deg);
}
.product-tables .table-td .ico-ko:after {
  bottom: 0;
  left: 25%;
  transform: rotate(135deg);
}
.product-tables .table-foot {
  background-color: #00adc6;
  color: #ffffff;
  border-left: 1px solid #00adc6;
  border-right: 1px solid #00adc6;
}
.product-tables .table-foot .table-td .ico-ok,
.product-tables .table-foot .table-td .ico-ko:after,
.product-tables .table-foot .table-td .ico-ko:before {
  border-color: #ffffff;
}
.product-tables cite {
  display: block;
  font-size: 15px;
  color: rgb(155, 155, 155);
  line-height: 20px;
  font-style: normal;
}
.product-tables .table-tr:last-child, .product-tables .table-tr:nth-last-child(2) {
  margin-bottom: -3px;
}
.product-tables .table-th {
  vertical-align: middle;
}
.product-tables .quote-text {
  width: 98%;
}
.product-tables .table-td {
  vertical-align: middle;
}
.product-tables .main-title {
  margin-bottom: 36px;
}
.product-tables .car .main-title {
  margin-bottom: 27px;
}
.product-tables .col-table-7,
.product-tables .col-table-6,
.product-tables .col-table-5,
.product-tables .col-table-4 {
  overflow-x: scroll;
  margin-right: -15px;
}
.product-tables .col-table-7 .table,
.product-tables .col-table-6 .table,
.product-tables .col-table-5 .table,
.product-tables .col-table-4 .table {
  max-width: none;
  width: 1180px;
  margin-left: 10px;
  margin-right: 10px;
}
.product-tables .health .col-table-5 .table-tr-th,
.product-tables .health .col-table-5 .icons-tr,
.product-tables .health .col-table-4 .table-tr-th,
.product-tables .health .col-table-4 .icons-tr {
  width: calc(100% - 145px);
}
.product-tables .health .col-table-5 .text-tr,
.product-tables .health .col-table-4 .text-tr {
  width: 145px;
}
.product-tables .health .col-table-5 .title,
.product-tables .health .col-table-4 .title {
  font-size: 14px;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.product-tables .health .col-table-5 .subtitle,
.product-tables .health .col-table-4 .subtitle {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 12px;
  margin-top: 0;
}
.product-tables .col-table-7 .table-tr-th,
.product-tables .col-table-7 .icons-tr {
  width: calc(100% - 180px);
}
.product-tables .col-table-7 .table-th,
.product-tables .col-table-7 .result-td {
  width: 14.1857143%;
}
.product-tables .col-table-7 .text-tr {
  width: 180px;
}
.product-tables .col-table-7 .table-td.result-td {
  width: 14.185%;
  padding-bottom: 25px;
}
.product-tables .col-table-7 .table-td .text {
  font-size: 14px;
}
.product-tables .col-table-7 .title {
  font-size: 14px;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.product-tables .col-table-7 .subtitle {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 12px;
  margin-top: 0;
}
.product-tables .col-table-6 .table-tr-th,
.product-tables .col-table-6 .icons-tr {
  width: calc(100% - 180px);
}
.product-tables .col-table-6 .table-th,
.product-tables .col-table-6 .result-td {
  width: 16.6666666666%;
}
.product-tables .col-table-6 .text-tr {
  width: 180px;
}
.product-tables .col-table-6 .table-td.result-td {
  width: 16.235%;
  padding-bottom: 25px;
}
.product-tables .col-table-6 .table-td .text {
  font-size: 14px;
}
.product-tables .col-table-6 .title {
  font-size: 14px;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.product-tables .col-table-6 .subtitle {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 12px;
  margin-top: 0;
}
.product-tables .personal-accident .col-table-4 .table-th {
  color: #ffffff;
}
.product-tables .col-table-5 .table-tr-th,
.product-tables .col-table-5 .icons-tr {
  width: calc(100% - 288px);
}
.product-tables .col-table-5 .table-th,
.product-tables .col-table-5 .result-td {
  width: 19.9%;
}
.product-tables .col-table-5 .text-tr {
  width: 288px;
}
.product-tables .col-table-5 .table-td.result-td {
  width: 19.9%;
}
.product-tables .col-table-4 .table-tr-th,
.product-tables .col-table-4 .icons-tr {
  width: calc(100% - 288px);
}
.product-tables .col-table-4 .table-th,
.product-tables .col-table-4 .result-td {
  width: 24.9%;
}
.product-tables .col-table-4 .text-tr {
  width: 288px;
}
.product-tables .col-table-4 .table-td.result-td {
  width: 24%;
}
.product-tables .col-table-2 .table-tr-th,
.product-tables .col-table-2 .icons-tr {
  width: calc(100% - 490px);
}
.product-tables .col-table-2 .table-th,
.product-tables .col-table-2 .result-td {
  width: 49%;
}
.product-tables .col-table-2 .text-tr {
  width: 490px;
}
.product-tables .col-table-2 .table-td.result-td {
  width: 48%;
}
.product-tables .col-table-half .table-tr-th,
.product-tables .col-table-half .table-tr,
.product-tables .col-table-half .icons-tr,
.product-tables .col-table-half .text-tr {
  width: 100%;
}
.product-tables .col-table-half .table-th,
.product-tables .col-table-half .result-td,
.product-tables .col-table-half .table-td.result-td {
  width: 49.94%;
}
.product-tables .col-table-half .table-td {
  text-align: center;
}
.product-tables .col-table-half .table-td.result-td {
  padding: 19px;
}
.product-tables .col-table-1 .table-tr-th,
.product-tables .col-table-1 .icons-tr {
  width: calc(100% - 490px);
}
.product-tables .col-table-1 .table-th,
.product-tables .col-table-1 .result-td {
  width: 100%;
}
.product-tables .col-table-1 .text-tr {
  width: 490px;
}
.product-tables .col-table-1 .table-td.result-td {
  width: 99%;
}
.product-tables .col-table-1-golf .table-th,
.product-tables .col-table-1-golf .result-td {
  width: auto;
  min-width: 125px;
}
.product-tables .health .table-tr {
  letter-spacing: -4px;
}
.product-tables .health .table-tr .table-td {
  letter-spacing: 0;
}
.product-tables .health .col-table-4 .table-td.result-td {
  width: 24.9%;
}

.rtl .product-tables .table-td .ico-ok {
  transform: rotate(45deg);
  height: 15px;
  width: 7px;
}
.rtl .product-tables .table-td .ico-ko:before {
  transform: rotate(45deg);
}
.rtl .product-tables .table-td .ico-ko:after {
  transform: rotate(-135deg);
}
.rtl .product-tables .main-title,
.rtl .product-tables .sub-main-title,
.rtl .product-tables .main-title-health {
  font-family: "Almarai-Bold";
  text-align: center;
}
.rtl .product-tables .subtitle,
.rtl .product-tables .number,
.rtl .product-tables .title-big {
  font-family: "Almarai-Bold";
}
.rtl .product-tables .table-td .title {
  font-family: "Almarai-Bold";
  font-size: 18px;
}
.rtl .product-tables .health .col-table-5,
.rtl .product-tables .health .col-table-4 {
  font-size: 14px;
  font-family: "Almarai-Bold";
}

.product-tables .table-tr .even-tr.bg-solid {
  background-color: #f3fafc;
}
.product-tables .car .table-th:nth-child(1) {
  background-color: #007594;
}
.product-tables .car .table-th:nth-child(2) {
  background-color: #1a839f;
}
.product-tables .car .table-th:nth-child(3) {
  background-color: #3391a9;
}
.product-tables .car .table-td .text {
  color: #007594;
}
.product-tables .car .table-td .ico-ok {
  border-color: #007594;
}
.product-tables .car .table-td .ico-ok:after, .product-tables .car .table-td .ico-ok:before {
  border-color: #007594;
}
.product-tables .car .table-td .ico-ko {
  border-color: #007594;
}
.product-tables .car .table-td .ico-ko:after, .product-tables .car .table-td .ico-ko:before {
  border-color: #007594;
}
.product-tables .car .table-td.result-td {
  color: #007594;
}
.product-tables .travel .table-th:nth-child(1) {
  background-color: #5FA0CE;
}
.product-tables .travel .table-th:nth-child(2) {
  background-color: #6FAAD3;
}
.product-tables .travel .table-td .text {
  color: #5FA0CE;
}
.product-tables .travel .table-td .ico-ok {
  border-color: #5FA0CE;
}
.product-tables .travel .table-td .ico-ok:after, .product-tables .travel .table-td .ico-ok:before {
  border-color: #5FA0CE;
}
.product-tables .travel .table-td .ico-ko {
  border-color: #5FA0CE;
}
.product-tables .travel .table-td .ico-ko:after, .product-tables .travel .table-td .ico-ko:before {
  border-color: #5FA0CE;
}
.product-tables .travel .table-td.result-td {
  color: #5FA0CE;
}
.product-tables .health .table-th:nth-child(1) {
  background-color: #827877;
}
.product-tables .health .table-th:nth-child(2) {
  background-color: #8E8584;
}
.product-tables .health .table-th:nth-child(3) {
  background-color: #9B9392;
}
.product-tables .health .table-th:nth-child(4) {
  background-color: #A7A09F;
}
.product-tables .health .table-th:nth-child(5) {
  background-color: #B4AEAD;
}
.product-tables .health .table-td .text {
  color: #675C5B;
}
.product-tables .health .table-td .ico-ok {
  border-color: #675C5B;
}
.product-tables .health .table-td .ico-ok:after, .product-tables .health .table-td .ico-ok:before {
  border-color: #675C5B;
}
.product-tables .health .table-td .ico-ko {
  border-color: #675C5B;
}
.product-tables .health .table-td .ico-ko:after, .product-tables .health .table-td .ico-ko:before {
  border-color: #675C5B;
}
.product-tables .health .table-td.result-td {
  color: #675C5B;
}
.product-tables .yacht .table-th:nth-child(1) {
  background-color: #BE356C;
}
.product-tables .yacht .table-th:nth-child(2) {
  background-color: #C5497B;
}
.product-tables .yacht .table-td .text {
  color: #BE356C;
}
.product-tables .yacht .table-td .ico-ok {
  border-color: #BE356C;
}
.product-tables .yacht .table-td .ico-ok:after, .product-tables .yacht .table-td .ico-ok:before {
  border-color: #BE356C;
}
.product-tables .yacht .table-td .ico-ko {
  border-color: #BE356C;
}
.product-tables .yacht .table-td .ico-ko:after, .product-tables .yacht .table-td .ico-ko:before {
  border-color: #BE356C;
}
.product-tables .yacht .table-td.result-td {
  color: #BE356C;
}
.product-tables .home .table-th:nth-child(1) {
  background-color: #5F96C0;
}
.product-tables .home .table-td .text {
  color: #5F96C0;
}
.product-tables .home .table-td .ico-ok {
  border-color: #5F96C0;
}
.product-tables .home .table-td .ico-ok:after, .product-tables .home .table-td .ico-ok:before {
  border-color: #5F96C0;
}
.product-tables .home .table-td .ico-ok .ico-ko {
  border-color: #5F96C0;
}
.product-tables .home .table-td .ico-ok .ico-ko:after, .product-tables .home .table-td .ico-ok .ico-ko:before {
  border-color: #5F96C0;
}
.product-tables .home .table-td.result-td {
  color: #5F96C0;
}

.modal.loading-dialog .modal-body {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
}
.modal.loading-dialog .modal-body .ajax-loader {
  width: 400px;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 200px);
}
.modal.loading-dialog .modal-body .loading-message {
  color: #191619;
  margin: 25px 0;
  font-family: "SourceSansPro-Regular", "Arial", sans-serif;
  font-size: 21px;
  position: relative;
  left: 15px;
}

@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lfr-spa-loading-bar {
  display: none;
  opacity: 0;
}

.lfr-spa-loading .lfr-spa-loading-bar {
  opacity: 1;
  transition: opacity 0.14s ease 1s;
  height: 200px;
  width: 200px;
  background-image: url(../images/loader.gif);
  position: fixed;
  background-size: cover;
  align-items: center;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  animation: none !important;
  background-color: transparent;
}
.lfr-spa-loading .loading-bg-dark {
  background: black;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  display: block;
  z-index: 9999;
  position: absolute;
  top: 0;
  bottom: 0;
}

@page {
  margin: 10mm;
}
@media screen {
  .show-print {
    display: none;
  }
}
@media print {
  body.has-control-menu #wrapper {
    margin-top: 0;
  }
  #wrapper {
    padding-top: 0;
    margin-top: 0;
  }
  .form-control::placeholder {
    color: transparent;
  }
  header,
  footer {
    display: none;
  }
  .col-print-12 {
    width: 100%;
  }
  .col-print-11 {
    width: 91.66667%;
  }
  .col-print-10 {
    width: 83.33333%;
  }
  .col-print-6 {
    width: 50%;
  }
}
.axa-gulf__web-forms.complaint,
.axa-gulf__web-forms.renewal,
.axa-gulf__web-forms.success {
  /* Positioning error message in input cutom file */
}
.axa-gulf__web-forms.complaint .quote-title,
.axa-gulf__web-forms.renewal .quote-title,
.axa-gulf__web-forms.success .quote-title {
  margin-top: 40px;
  color: #2e2e85;
  position: relative;
  padding: 10px 0;
}
.axa-gulf__web-forms.complaint .quote-title h2,
.axa-gulf__web-forms.complaint .quote-title h4,
.axa-gulf__web-forms.renewal .quote-title h2,
.axa-gulf__web-forms.renewal .quote-title h4,
.axa-gulf__web-forms.success .quote-title h2,
.axa-gulf__web-forms.success .quote-title h4 {
  margin-left: 0;
}
.axa-gulf__web-forms.complaint .quote-title .logo,
.axa-gulf__web-forms.renewal .quote-title .logo,
.axa-gulf__web-forms.success .quote-title .logo {
  position: absolute;
  top: -40px;
  left: 0;
}
.axa-gulf__web-forms.complaint .quote-title a,
.axa-gulf__web-forms.renewal .quote-title a,
.axa-gulf__web-forms.success .quote-title a {
  display: block;
  width: 85px;
  height: 35px;
  background: url("../../images/gig-logo.svg") no-repeat;
  background-size: cover;
}
.axa-gulf__web-forms.complaint .two-logos .main-heading-logos,
.axa-gulf__web-forms.renewal .two-logos .main-heading-logos,
.axa-gulf__web-forms.success .two-logos .main-heading-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.axa-gulf__web-forms.complaint .two-logos .main-heading-logos .logo,
.axa-gulf__web-forms.renewal .two-logos .main-heading-logos .logo,
.axa-gulf__web-forms.success .two-logos .main-heading-logos .logo {
  position: static;
}
.axa-gulf__web-forms.complaint .two-logos .main-heading-logos .logo:first-child,
.axa-gulf__web-forms.renewal .two-logos .main-heading-logos .logo:first-child,
.axa-gulf__web-forms.success .two-logos .main-heading-logos .logo:first-child {
  margin-left: 30px;
}
.axa-gulf__web-forms.complaint .two-logos .main-heading-logos .logo a,
.axa-gulf__web-forms.renewal .two-logos .main-heading-logos .logo a,
.axa-gulf__web-forms.success .two-logos .main-heading-logos .logo a {
  background: none;
  width: auto;
  height: auto;
}
.axa-gulf__web-forms.complaint #menu-subheader,
.axa-gulf__web-forms.renewal #menu-subheader,
.axa-gulf__web-forms.success #menu-subheader {
  position: absolute;
  right: 5px;
  top: -32px;
}
.axa-gulf__web-forms.complaint #menu-subheader .ui-selectmenu-button.ui-button,
.axa-gulf__web-forms.renewal #menu-subheader .ui-selectmenu-button.ui-button,
.axa-gulf__web-forms.success #menu-subheader .ui-selectmenu-button.ui-button {
  box-sizing: border-box;
  text-align: left;
  background: #fff url("../images/chevron-down.png") no-repeat;
  background-position: calc(100% - 3px) 4px;
  background-size: 14px;
  width: auto;
  padding-right: 25px;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  color: rgb(69, 69, 69);
}
.axa-gulf__web-forms.complaint #menu-subheader .ui-button .ui-icon,
.axa-gulf__web-forms.renewal #menu-subheader .ui-button .ui-icon,
.axa-gulf__web-forms.success #menu-subheader .ui-button .ui-icon {
  display: none;
}
.axa-gulf__web-forms.complaint #menu-subheader .ui-button:active,
.axa-gulf__web-forms.renewal #menu-subheader .ui-button:active,
.axa-gulf__web-forms.success #menu-subheader .ui-button:active {
  border: none;
  color: #191619;
}
.axa-gulf__web-forms.complaint #menu-subheader .ui-button:hover, .axa-gulf__web-forms.complaint #menu-subheader .ui-button:focus,
.axa-gulf__web-forms.renewal #menu-subheader .ui-button:hover,
.axa-gulf__web-forms.renewal #menu-subheader .ui-button:focus,
.axa-gulf__web-forms.success #menu-subheader .ui-button:hover,
.axa-gulf__web-forms.success #menu-subheader .ui-button:focus {
  border: 0;
}
.axa-gulf__web-forms.complaint #menu-subheader a,
.axa-gulf__web-forms.renewal #menu-subheader a,
.axa-gulf__web-forms.success #menu-subheader a {
  background: none;
}
.axa-gulf__web-forms.complaint .box-alabaster h5,
.axa-gulf__web-forms.renewal .box-alabaster h5,
.axa-gulf__web-forms.success .box-alabaster h5 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.axa-gulf__web-forms.complaint .box-alabaster strong,
.axa-gulf__web-forms.renewal .box-alabaster strong,
.axa-gulf__web-forms.success .box-alabaster strong {
  font-weight: bold;
}
.axa-gulf__web-forms.complaint .box-alabaster a,
.axa-gulf__web-forms.renewal .box-alabaster a,
.axa-gulf__web-forms.success .box-alabaster a {
  color: #2e2e85;
  font-weight: bold;
}
.axa-gulf__web-forms.complaint .box-alabaster p,
.axa-gulf__web-forms.renewal .box-alabaster p,
.axa-gulf__web-forms.success .box-alabaster p {
  margin-bottom: 20px;
}
.axa-gulf__web-forms.complaint .box-alabaster .text-heading p:last-child,
.axa-gulf__web-forms.renewal .box-alabaster .text-heading p:last-child,
.axa-gulf__web-forms.success .box-alabaster .text-heading p:last-child {
  margin-bottom: 50px;
}
.axa-gulf__web-forms.complaint .box-alabaster .blue-title-link,
.axa-gulf__web-forms.renewal .box-alabaster .blue-title-link,
.axa-gulf__web-forms.success .box-alabaster .blue-title-link {
  margin: 30px 0;
}
.axa-gulf__web-forms.complaint .box-alabaster .blue-title-link a,
.axa-gulf__web-forms.renewal .box-alabaster .blue-title-link a,
.axa-gulf__web-forms.success .box-alabaster .blue-title-link a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.axa-gulf__web-forms.complaint .box-alabaster .blue-title-link a span,
.axa-gulf__web-forms.renewal .box-alabaster .blue-title-link a span,
.axa-gulf__web-forms.success .box-alabaster .blue-title-link a span {
  margin-left: 5px;
}
.axa-gulf__web-forms.complaint .box-alabaster .last-box-fieldset .blue-title-link,
.axa-gulf__web-forms.renewal .box-alabaster .last-box-fieldset .blue-title-link,
.axa-gulf__web-forms.success .box-alabaster .last-box-fieldset .blue-title-link {
  margin: 20px 0;
}
.axa-gulf__web-forms.complaint .box-alabaster .middleline,
.axa-gulf__web-forms.renewal .box-alabaster .middleline,
.axa-gulf__web-forms.success .box-alabaster .middleline {
  margin-bottom: 45px;
}
.axa-gulf__web-forms.complaint .box-alabaster .middleline .icon,
.axa-gulf__web-forms.renewal .box-alabaster .middleline .icon,
.axa-gulf__web-forms.success .box-alabaster .middleline .icon {
  display: none;
}
.axa-gulf__web-forms.complaint .box-alabaster .middleline h5,
.axa-gulf__web-forms.renewal .box-alabaster .middleline h5,
.axa-gulf__web-forms.success .box-alabaster .middleline h5 {
  font-size: 16px;
}
.axa-gulf__web-forms.complaint .box-fieldset,
.axa-gulf__web-forms.renewal .box-fieldset,
.axa-gulf__web-forms.success .box-fieldset {
  margin-bottom: 40px;
  clear: both;
}
.axa-gulf__web-forms.complaint .box-fieldset.no-margin-bottom,
.axa-gulf__web-forms.renewal .box-fieldset.no-margin-bottom,
.axa-gulf__web-forms.success .box-fieldset.no-margin-bottom {
  margin-bottom: 0;
}
.axa-gulf__web-forms.complaint .last-box-fieldset,
.axa-gulf__web-forms.renewal .last-box-fieldset,
.axa-gulf__web-forms.success .last-box-fieldset {
  margin-bottom: 0;
}
.axa-gulf__web-forms.complaint .forms .field-wrapper .control-label,
.axa-gulf__web-forms.complaint .forms label,
.axa-gulf__web-forms.renewal .forms .field-wrapper .control-label,
.axa-gulf__web-forms.renewal .forms label,
.axa-gulf__web-forms.success .forms .field-wrapper .control-label,
.axa-gulf__web-forms.success .forms label {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
}
.axa-gulf__web-forms.complaint .forms .tooltip-help-group .box-help,
.axa-gulf__web-forms.renewal .forms .tooltip-help-group .box-help,
.axa-gulf__web-forms.success .forms .tooltip-help-group .box-help {
  margin-bottom: 20px;
}
.axa-gulf__web-forms.complaint .fieldset-mobile .field-help-text-down,
.axa-gulf__web-forms.renewal .fieldset-mobile .field-help-text-down,
.axa-gulf__web-forms.success .fieldset-mobile .field-help-text-down {
  font-size: 12px;
}
.axa-gulf__web-forms.complaint .fields-behalf-someone,
.axa-gulf__web-forms.renewal .fields-behalf-someone,
.axa-gulf__web-forms.success .fields-behalf-someone {
  margin-top: 30px;
}
.axa-gulf__web-forms.complaint .text-complaints,
.axa-gulf__web-forms.renewal .text-complaints,
.axa-gulf__web-forms.success .text-complaints {
  padding: 0 40px;
}
.axa-gulf__web-forms.complaint .text-complaints h3,
.axa-gulf__web-forms.renewal .text-complaints h3,
.axa-gulf__web-forms.success .text-complaints h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  border: 0px;
  padding: 0px;
  outline: none 0px;
  word-break: normal;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  line-height: inherit;
  color: #5f5f5f;
  font-size: 22px;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-stretch: inherit;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: 0.14px;
}
.axa-gulf__web-forms.complaint .text-complaints h4,
.axa-gulf__web-forms.renewal .text-complaints h4,
.axa-gulf__web-forms.success .text-complaints h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.axa-gulf__web-forms.complaint .text-complaints p,
.axa-gulf__web-forms.renewal .text-complaints p,
.axa-gulf__web-forms.success .text-complaints p {
  margin-bottom: 20px;
}
.axa-gulf__web-forms.complaint .text-complaints strong,
.axa-gulf__web-forms.renewal .text-complaints strong,
.axa-gulf__web-forms.success .text-complaints strong {
  font-weight: bold;
}
.axa-gulf__web-forms.complaint .text-complaints a,
.axa-gulf__web-forms.renewal .text-complaints a,
.axa-gulf__web-forms.success .text-complaints a {
  color: #2e2e85;
  font-weight: bold;
}
.axa-gulf__web-forms.complaint .text-complaints ul,
.axa-gulf__web-forms.renewal .text-complaints ul,
.axa-gulf__web-forms.success .text-complaints ul {
  margin-left: 15px;
}
.axa-gulf__web-forms.complaint .text-complaints ul li,
.axa-gulf__web-forms.renewal .text-complaints ul li,
.axa-gulf__web-forms.success .text-complaints ul li {
  list-style: disc;
  margin-bottom: 5px;
  font-size: 16px;
}
.axa-gulf__web-forms.complaint .label-required,
.axa-gulf__web-forms.renewal .label-required,
.axa-gulf__web-forms.success .label-required {
  display: none;
}
.axa-gulf__web-forms.complaint .select-field .form-group, .axa-gulf__web-forms.complaint .select-field .control-group,
.axa-gulf__web-forms.renewal .select-field .form-group,
.axa-gulf__web-forms.renewal .select-field .control-group,
.axa-gulf__web-forms.success .select-field .form-group,
.axa-gulf__web-forms.success .select-field .control-group {
  margin-bottom: 25px;
}
.axa-gulf__web-forms.complaint .textarea-box .help-inline::before,
.axa-gulf__web-forms.renewal .textarea-box .help-inline::before,
.axa-gulf__web-forms.success .textarea-box .help-inline::before {
  top: -60px;
}
.axa-gulf__web-forms.complaint .recaptcha2,
.axa-gulf__web-forms.renewal .recaptcha2,
.axa-gulf__web-forms.success .recaptcha2 {
  margin-bottom: 20px;
  clear: both;
  padding-top: 0;
  transform: scale(0.95);
  transform-origin: 0 0;
}
.axa-gulf__web-forms.complaint .upload-files,
.axa-gulf__web-forms.renewal .upload-files,
.axa-gulf__web-forms.success .upload-files {
  overflow: hidden;
}
.axa-gulf__web-forms.complaint .take-photo,
.axa-gulf__web-forms.complaint .custom-file,
.axa-gulf__web-forms.renewal .take-photo,
.axa-gulf__web-forms.renewal .custom-file,
.axa-gulf__web-forms.success .take-photo,
.axa-gulf__web-forms.success .custom-file {
  width: 100%;
}
.axa-gulf__web-forms.complaint .take-photo,
.axa-gulf__web-forms.renewal .take-photo,
.axa-gulf__web-forms.success .take-photo {
  margin-bottom: 20px;
}
.axa-gulf__web-forms.complaint .take-photo p,
.axa-gulf__web-forms.renewal .take-photo p,
.axa-gulf__web-forms.success .take-photo p {
  margin-bottom: 0;
  position: relative;
  display: none;
}
.axa-gulf__web-forms.complaint .take-photo p span,
.axa-gulf__web-forms.renewal .take-photo p span,
.axa-gulf__web-forms.success .take-photo p span {
  position: absolute;
  top: 30px;
  left: 210px;
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: white;
  font-size: 32px;
  cursor: pointer;
}
.axa-gulf__web-forms.complaint .take-photo .showPicture,
.axa-gulf__web-forms.renewal .take-photo .showPicture,
.axa-gulf__web-forms.success .take-photo .showPicture {
  width: 250px;
  margin-top: 30px;
}
.axa-gulf__web-forms.complaint .custom-file > span,
.axa-gulf__web-forms.renewal .custom-file > span,
.axa-gulf__web-forms.success .custom-file > span {
  color: #999999;
  margin-right: 5px;
}
.axa-gulf__web-forms.complaint .custom-file span,
.axa-gulf__web-forms.renewal .custom-file span,
.axa-gulf__web-forms.success .custom-file span {
  font-size: 16px;
  font-weight: 500;
}
.axa-gulf__web-forms.complaint .custom-file .form-group .control-label,
.axa-gulf__web-forms.renewal .custom-file .form-group .control-label,
.axa-gulf__web-forms.success .custom-file .form-group .control-label {
  color: #2e2e85;
  font-weight: 600;
}
.axa-gulf__web-forms.complaint .custom-file .form-group .control-label,
.axa-gulf__web-forms.renewal .custom-file .form-group .control-label,
.axa-gulf__web-forms.success .custom-file .form-group .control-label {
  color: #2e2e85;
  font-weight: 600;
}
.axa-gulf__web-forms.complaint .custom-file .form-group.success .control-label,
.axa-gulf__web-forms.renewal .custom-file .form-group.success .control-label,
.axa-gulf__web-forms.success .custom-file .form-group.success .control-label {
  color: #2e2e85;
  font-size: 16px;
  font-weight: 600;
}
.axa-gulf__web-forms.complaint .custom-file .form-group.success .control-label,
.axa-gulf__web-forms.renewal .custom-file .form-group.success .control-label,
.axa-gulf__web-forms.success .custom-file .form-group.success .control-label {
  color: #2e2e85;
  font-size: 16px;
  font-weight: 600;
}
.axa-gulf__web-forms.complaint .custom-file .button-upload-file,
.axa-gulf__web-forms.renewal .custom-file .button-upload-file,
.axa-gulf__web-forms.success .custom-file .button-upload-file {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.axa-gulf__web-forms.complaint .custom-file .button-upload-file input,
.axa-gulf__web-forms.renewal .custom-file .button-upload-file input,
.axa-gulf__web-forms.success .custom-file .button-upload-file input {
  display: none;
}
.axa-gulf__web-forms.complaint .custom-file .button-upload-file label,
.axa-gulf__web-forms.renewal .custom-file .button-upload-file label,
.axa-gulf__web-forms.success .custom-file .button-upload-file label {
  margin-bottom: 0;
}
.axa-gulf__web-forms.complaint .custom-file .input-text-wrapper,
.axa-gulf__web-forms.renewal .custom-file .input-text-wrapper,
.axa-gulf__web-forms.success .custom-file .input-text-wrapper {
  margin-bottom: 0;
}
.axa-gulf__web-forms.complaint .custom-file .name-file,
.axa-gulf__web-forms.renewal .custom-file .name-file,
.axa-gulf__web-forms.success .custom-file .name-file {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.axa-gulf__web-forms.complaint .custom-file .name-file p,
.axa-gulf__web-forms.renewal .custom-file .name-file p,
.axa-gulf__web-forms.success .custom-file .name-file p {
  margin-bottom: 0;
  color: #2e2e85;
  font-size: 16px;
  font-weight: 500;
}
.axa-gulf__web-forms.complaint .custom-file .name-file .name-showed,
.axa-gulf__web-forms.renewal .custom-file .name-file .name-showed,
.axa-gulf__web-forms.success .custom-file .name-file .name-showed {
  padding: 10px 30px 10px 15px;
  background: #e5e5e5;
  border: 1px solid #999999;
  word-break: break-all;
}
.axa-gulf__web-forms.complaint .custom-file .name-file span,
.axa-gulf__web-forms.renewal .custom-file .name-file span,
.axa-gulf__web-forms.success .custom-file .name-file span {
  position: absolute;
  color: #2e2e85;
  font-size: 25px;
  right: 9px;
  display: none;
  width: 25px;
  height: 25px;
  top: 10px;
  text-align: center;
  cursor: pointer;
}
.axa-gulf__web-forms.complaint .custom-file .container-files,
.axa-gulf__web-forms.renewal .custom-file .container-files,
.axa-gulf__web-forms.success .custom-file .container-files {
  margin: 20px 0;
}
.axa-gulf__web-forms.complaint .custom-file .div-input-file-error,
.axa-gulf__web-forms.renewal .custom-file .div-input-file-error,
.axa-gulf__web-forms.success .custom-file .div-input-file-error {
  clear: both;
  color: #c91432;
}
.axa-gulf__web-forms.complaint .custom-file .name-file.error-box p,
.axa-gulf__web-forms.renewal .custom-file .name-file.error-box p,
.axa-gulf__web-forms.success .custom-file .name-file.error-box p {
  color: #c91432;
}
.axa-gulf__web-forms.complaint .custom-file .name-file.error-box .name-showed,
.axa-gulf__web-forms.renewal .custom-file .name-file.error-box .name-showed,
.axa-gulf__web-forms.success .custom-file .name-file.error-box .name-showed {
  border: 1px solid #c91432;
}
.axa-gulf__web-forms.complaint .custom-file .name-file.error-box span,
.axa-gulf__web-forms.renewal .custom-file .name-file.error-box span,
.axa-gulf__web-forms.success .custom-file .name-file.error-box span {
  color: #c91432;
}
.axa-gulf__web-forms.complaint .custom-file .format-files,
.axa-gulf__web-forms.renewal .custom-file .format-files,
.axa-gulf__web-forms.success .custom-file .format-files {
  margin-bottom: 10px;
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 21px;
}
.axa-gulf__web-forms.complaint .custom-file .form-group.error .help-inline,
.axa-gulf__web-forms.renewal .custom-file .form-group.error .help-inline,
.axa-gulf__web-forms.success .custom-file .form-group.error .help-inline {
  left: -1px;
  margin-bottom: 10px;
}
.axa-gulf__web-forms.complaint .custom-file .form-group.error .help-inline::before,
.axa-gulf__web-forms.renewal .custom-file .form-group.error .help-inline::before,
.axa-gulf__web-forms.success .custom-file .form-group.error .help-inline::before {
  top: 0;
  left: -22px;
}
.axa-gulf__web-forms.complaint .send,
.axa-gulf__web-forms.renewal .send,
.axa-gulf__web-forms.success .send {
  clear: both;
}
.axa-gulf__web-forms.complaint .message-validation-error .alert-error:first-child,
.axa-gulf__web-forms.renewal .message-validation-error .alert-error:first-child,
.axa-gulf__web-forms.success .message-validation-error .alert-error:first-child {
  margin-top: -20px;
}
.axa-gulf__web-forms.complaint .message-validation-error .alert-error:last-child,
.axa-gulf__web-forms.renewal .message-validation-error .alert-error:last-child,
.axa-gulf__web-forms.success .message-validation-error .alert-error:last-child {
  margin-bottom: 40px;
}
.axa-gulf__web-forms.complaint .ebp-price,
.axa-gulf__web-forms.renewal .ebp-price,
.axa-gulf__web-forms.success .ebp-price {
  overflow: hidden;
  margin-bottom: 20px;
}
.axa-gulf__web-forms.complaint .ebp-price .reference,
.axa-gulf__web-forms.renewal .ebp-price .reference,
.axa-gulf__web-forms.success .ebp-price .reference {
  margin-left: 0;
  float: left;
}
.axa-gulf__web-forms.complaint .ebp-price .price,
.axa-gulf__web-forms.renewal .ebp-price .price,
.axa-gulf__web-forms.success .ebp-price .price {
  float: right;
  margin-right: 0;
}
.axa-gulf__web-forms.complaint .ebp-price .reference,
.axa-gulf__web-forms.complaint .ebp-price .price,
.axa-gulf__web-forms.renewal .ebp-price .reference,
.axa-gulf__web-forms.renewal .ebp-price .price,
.axa-gulf__web-forms.success .ebp-price .reference,
.axa-gulf__web-forms.success .ebp-price .price {
  font-size: 16px;
  font-weight: 700;
}
.axa-gulf__web-forms.complaint .box-protection,
.axa-gulf__web-forms.renewal .box-protection,
.axa-gulf__web-forms.success .box-protection {
  padding: 25px;
  background: #fff;
  border: 1px solid #E195AA;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.axa-gulf__web-forms.complaint .protection-plan,
.axa-gulf__web-forms.renewal .protection-plan,
.axa-gulf__web-forms.success .protection-plan {
  overflow: hidden;
  margin-bottom: 30px;
}
.axa-gulf__web-forms.complaint .content-essential-benefit-plan,
.axa-gulf__web-forms.renewal .content-essential-benefit-plan,
.axa-gulf__web-forms.success .content-essential-benefit-plan {
  margin-bottom: 40px;
  padding-right: 40px;
}
.axa-gulf__web-forms.complaint .content-essential-benefit-plan ul,
.axa-gulf__web-forms.renewal .content-essential-benefit-plan ul,
.axa-gulf__web-forms.success .content-essential-benefit-plan ul {
  list-style: none;
}
.axa-gulf__web-forms.complaint .content-essential-benefit-plan ul li,
.axa-gulf__web-forms.renewal .content-essential-benefit-plan ul li,
.axa-gulf__web-forms.success .content-essential-benefit-plan ul li {
  padding: 5px 0;
  padding-left: 20px;
  text-indent: -20px;
  font-weight: 400;
  list-style-type: disc;
  list-style-position: inside;
}
.axa-gulf__web-forms.complaint .button-group-protection,
.axa-gulf__web-forms.renewal .button-group-protection,
.axa-gulf__web-forms.success .button-group-protection {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 0;
}
.axa-gulf__web-forms.complaint .button-protection,
.axa-gulf__web-forms.renewal .button-protection,
.axa-gulf__web-forms.success .button-protection {
  float: left;
  margin-right: 5px;
}
.axa-gulf__web-forms.complaint .button-protection.minus,
.axa-gulf__web-forms.renewal .button-protection.minus,
.axa-gulf__web-forms.success .button-protection.minus {
  display: none;
}
.axa-gulf__web-forms.complaint .ebp-final-price,
.axa-gulf__web-forms.renewal .ebp-final-price,
.axa-gulf__web-forms.success .ebp-final-price {
  margin-top: 30px;
  overflow: hidden;
}
.axa-gulf__web-forms.complaint .ebp-final-price .reference,
.axa-gulf__web-forms.complaint .ebp-final-price .price span,
.axa-gulf__web-forms.renewal .ebp-final-price .reference,
.axa-gulf__web-forms.renewal .ebp-final-price .price span,
.axa-gulf__web-forms.success .ebp-final-price .reference,
.axa-gulf__web-forms.success .ebp-final-price .price span {
  font-size: 16px;
  font-weight: 700;
}
.axa-gulf__web-forms.complaint .ebp-final-price .reference,
.axa-gulf__web-forms.renewal .ebp-final-price .reference,
.axa-gulf__web-forms.success .ebp-final-price .reference {
  float: left;
  margin-left: 0;
}
.axa-gulf__web-forms.complaint .ebp-final-price .reference .vat,
.axa-gulf__web-forms.renewal .ebp-final-price .reference .vat,
.axa-gulf__web-forms.success .ebp-final-price .reference .vat {
  font-size: 14px;
  font-weight: 400;
  color: #191619;
}
.axa-gulf__web-forms.complaint .ebp-final-price .price,
.axa-gulf__web-forms.renewal .ebp-final-price .price,
.axa-gulf__web-forms.success .ebp-final-price .price {
  float: right;
  margin-right: 0;
}

.axa-gulf__web-forms.success h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.axa-gulf__web-forms.success .box-alabaster p {
  margin-bottom: 20px;
}

.axa-gulf__web-forms.complaint > .text-complaints {
  padding: 0 25px 0 10px;
}

.axa-gulf__web-forms.complaint .box-alabaster {
  margin: 10px 0 40px;
  padding: 20px 25px;
}
.axa-gulf__web-forms.complaint .forms label {
  font-size: 18px;
}

.rtl .axa-gulf__web-forms.complaint .quote-title .logo,
.rtl .axa-gulf__web-forms.renewal .quote-title .logo,
.rtl .axa-gulf__web-forms.success .quote-title .logo {
  right: 0;
  left: auto;
}
.rtl .axa-gulf__web-forms.complaint #menu-subheader,
.rtl .axa-gulf__web-forms.renewal #menu-subheader,
.rtl .axa-gulf__web-forms.success #menu-subheader {
  left: 5px;
  right: auto;
}
.rtl .axa-gulf__web-forms.complaint #menu-subheader .ui-selectmenu-button.ui-button,
.rtl .axa-gulf__web-forms.renewal #menu-subheader .ui-selectmenu-button.ui-button,
.rtl .axa-gulf__web-forms.success #menu-subheader .ui-selectmenu-button.ui-button {
  padding-right: 0;
  padding-left: 25px;
}
.rtl .axa-gulf__web-forms.complaint .no-validationcolor .select-field .ui-selectmenu-button.ui-button,
.rtl .axa-gulf__web-forms.renewal .no-validationcolor .select-field .ui-selectmenu-button.ui-button,
.rtl .axa-gulf__web-forms.success .no-validationcolor .select-field .ui-selectmenu-button.ui-button {
  background-position: 10px center;
}
.rtl .axa-gulf__web-forms.complaint .no-validationcolor .fieldset-mobile input,
.rtl .axa-gulf__web-forms.renewal .no-validationcolor .fieldset-mobile input,
.rtl .axa-gulf__web-forms.success .no-validationcolor .fieldset-mobile input {
  text-align: left;
}

/* This file inherit styles from "complaint-form.scss" */
.axa-gulf__web-forms.renewal .box-fieldset .upload-files {
  overflow: visible;
}
.axa-gulf__web-forms.renewal .box-fieldset .upload-files .form-group.has-error {
  background-position: left 21px;
}

.axa-gulf__web-forms.renewal .quote-title .logo,
.axa-gulf__web-forms.success .quote-title .logo {
  left: 0;
}
.axa-gulf__web-forms.renewal .no-validationcolor .forms .radio-group-tabs.tabs-error .radio-tabs label,
.axa-gulf__web-forms.success .no-validationcolor .forms .radio-group-tabs.tabs-error .radio-tabs label {
  min-width: 151px;
  text-align: center;
}
.axa-gulf__web-forms.renewal .box-alabaster .middleline.custom h5,
.axa-gulf__web-forms.success .box-alabaster .middleline.custom h5 {
  margin-left: 10px;
}
.axa-gulf__web-forms.renewal .box-alabaster .last-box-fieldset .form-group,
.axa-gulf__web-forms.success .box-alabaster .last-box-fieldset .form-group {
  margin-bottom: 0;
}
.axa-gulf__web-forms.renewal .box-alabaster .last-box-fieldset .form-group label,
.axa-gulf__web-forms.success .box-alabaster .last-box-fieldset .form-group label {
  margin-bottom: 0;
}
.axa-gulf__web-forms.renewal .custom-file,
.axa-gulf__web-forms.success .custom-file {
  margin-bottom: 20px;
}
.axa-gulf__web-forms.renewal .custom-file .div-input-file-error,
.axa-gulf__web-forms.success .custom-file .div-input-file-error {
  padding-left: 25px;
  margin-left: -25px;
  background: url(../images/error.svg) no-repeat;
  background-position: left 50px;
}
.axa-gulf__web-forms.renewal .take-photo h5,
.axa-gulf__web-forms.success .take-photo h5 {
  margin-bottom: 20px;
}
.axa-gulf__web-forms.renewal .no-validationcolor .forms .radio-group-tabs.custom-width .radio-tabs,
.axa-gulf__web-forms.success .no-validationcolor .forms .radio-group-tabs.custom-width .radio-tabs {
  width: 78px;
  text-align: center;
}
.axa-gulf__web-forms.renewal .error-showed,
.axa-gulf__web-forms.success .error-showed {
  color: #c91432;
}
.axa-gulf__web-forms.renewal .send button,
.axa-gulf__web-forms.success .send button {
  width: auto;
}

.axa-gulf__web-forms.renewal.success,
.axa-gulf__web-forms.renewal.error {
  text-align: center;
}

.axa-gulf__web-forms.error .box-alabaster .blue-title-link {
  margin: 30px 0;
}
.axa-gulf__web-forms.error .box-alabaster .blue-title-link a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #2e2e85;
  font-weight: bold;
}
.axa-gulf__web-forms.error .box-alabaster .blue-title-link a span {
  margin-left: 5px;
}
.axa-gulf__web-forms.error .error-paragraph, .axa-gulf__web-forms.error .box-alabaster .underline .error-paragraph {
  color: #c91432;
}
.axa-gulf__web-forms.error strong {
  font-weight: bold;
}
.axa-gulf__web-forms.error .box-alabaster p {
  margin-bottom: 20px;
}
.axa-gulf__web-forms.error .box-alabaster .text-heading p:last-child {
  margin-bottom: 0;
}
footer #footer-copyright {
  background: #2425aa;
}
footer #footer-copyright #copyright li {
  color: #fff;
}

.axa-gulf__web-forms.ebp-tabs .button-upload-file .form-group.has-error {
  background-position: left 21px;
}
.axa-gulf__web-forms.ebp-tabs .button-upload-file .form-group.has-success {
  background-position: left 21px;
}
.axa-gulf__web-forms.ebp-tabs .quote-title {
  margin-bottom: 20px;
}
.axa-gulf__web-forms.ebp-tabs .quote-title .logo {
  left: 0;
}
.axa-gulf__web-forms.ebp-tabs .quote-title h2.typo46 {
  margin-bottom: 0;
}
.axa-gulf__web-forms.ebp-tabs .quote-title h4.main-sub-heading {
  font-size: 14px;
}
.axa-gulf__web-forms.ebp-tabs .quote-process .arrow-link.arrow-first-page {
  visibility: hidden;
}
.axa-gulf__web-forms.ebp-tabs .quote-process .arrow-link.arrow-second-page .axa-sprite,
.axa-gulf__web-forms.ebp-tabs .quote-process .arrow-link.arrow-third-page .axa-sprite {
  transform: rotate(180deg);
}
.axa-gulf__web-forms.ebp-tabs .quote-process .arrow-link.hidden-arrow {
  visibility: hidden;
}
.axa-gulf__web-forms.ebp-tabs .quote-process .step-3 {
  border-right-width: 1px;
}
.axa-gulf__web-forms.ebp-tabs .quote-process a.step {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  pointer-events: none;
}
.axa-gulf__web-forms.ebp-tabs .no-validationcolor .forms .radio-group-tabs.tabs-error .radio-tabs label {
  min-width: 151px;
  text-align: center;
}
.axa-gulf__web-forms.ebp-tabs .no-validationcolor .forms .radio-group-tabs.custom-width .radio-tabs {
  width: 78px;
  text-align: center;
}
.axa-gulf__web-forms.ebp-tabs .forms .tooltip-help-group .icon-help {
  right: auto;
  left: 255px;
  top: 48px;
}
.axa-gulf__web-forms.ebp-tabs .box-alabaster .middleline.custom h5 {
  margin-left: 10px;
}
.axa-gulf__web-forms.ebp-tabs .error-showed {
  color: #c91432;
}
.axa-gulf__web-forms.ebp-tabs .buttons-row {
  overflow: hidden;
}
.axa-gulf__web-forms.ebp-tabs .send {
  margin-bottom: 0;
  margin-right: 40px;
  float: left;
}
.axa-gulf__web-forms.ebp-tabs .send button {
  margin-bottom: 20px;
  width: auto;
  font-family: "Source Sans Pro Semibold", sans-serif;
  font-size: 14px;
}
.axa-gulf__web-forms.ebp-tabs .back-button {
  margin-bottom: 20px;
  float: left;
}
.axa-gulf__web-forms.ebp-tabs .back-button a {
  font-size: 14px;
  margin-top: 5px;
  font-family: "Source Sans Pro Semibold", sans-serif;
}
.axa-gulf__web-forms.ebp-tabs .text-bottom {
  clear: both;
  font-size: 14px;
}
.axa-gulf__web-forms.ebp-tabs .terms-conditions .error label {
  color: #c91432;
}
.axa-gulf__web-forms.ebp-tabs .terms-conditions .error .help-inline {
  display: none;
}
.axa-gulf__web-forms.ebp-tabs svg.lexicon-icon.lexicon-icon-asterisk {
  display: none;
}
.axa-gulf__web-forms.ebp-tabs .ebp-text p {
  font-size: 14px;
}
.axa-gulf__web-forms.ebp-tabs .text-complaints h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333333;
}
.axa-gulf__web-forms.ebp-tabs input.datePickerContainer {
  background-image: url(../images/icon-calendar.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) center;
}

.axa-gulf__web-forms .quote-title-red {
  color: #924147;
}
.axa-gulf__web-forms .quote-title {
  color: #191619;
  text-align: center;
}
.axa-gulf__web-forms .quote-title h3 {
  margin-top: 28px;
}
.axa-gulf__web-forms .quote-title h5 {
  margin-bottom: 27px;
}
.axa-gulf__web-forms .quote-process {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  font-size: 0;
  margin: 0 auto;
}
.axa-gulf__web-forms .quote-process .container, .axa-gulf__web-forms .quote-process .portlet-search .portlet-content-container, .portlet-search .axa-gulf__web-forms .quote-process .portlet-content-container {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.axa-gulf__web-forms .quote-process .arrow-link {
  display: inline-block;
  width: 12.5%;
}
.axa-gulf__web-forms .quote-process .arrow-link .axa-sprite {
  margin: 0 auto;
  transform: rotate(0deg);
}
.axa-gulf__web-forms .quote-process .step {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #cccccc;
  box-sizing: border-box;
  display: none;
  font-family: "SourceSansPro-Bold", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 30px;
  position: relative;
  width: 74.9%;
}
.axa-gulf__web-forms .quote-process .step:hover {
  text-decoration: none;
}
.axa-gulf__web-forms .quote-process .step.active {
  color: #191619;
  display: inline-block;
}
.axa-gulf__web-forms .quote-process .step.active .quote-bar {
  background-color: #924147;
  bottom: -4px;
  height: 3px;
  left: 0;
  position: absolute;
  width: 42px;
}
.axa-gulf__web-forms .quote-process .step.done {
  background-color: #f5f5f5;
  color: #999999;
}
.axa-gulf__web-forms .quote-process .step.done .quote-bar {
  background-color: #cccccc;
  bottom: -4px;
  height: 3px;
  left: 0;
  position: absolute;
  width: 108%;
}
.axa-gulf__web-forms .quote-process .step:first-of-type.active .quote-bar {
  left: -15px;
}
.axa-gulf__web-forms .quote-process .step:first-of-type.done .quote-bar {
  left: -15px;
}
.axa-gulf__web-forms .quote-process .step:last-of-type {
  border-right: 1px solid #cccccc;
  border-right-width: 1px;
}
.axa-gulf__web-forms .quote-process .step .axa-sprite {
  display: none;
}
.axa-gulf__web-forms .quote-process .step .axa-sprite {
  transform: rotate(0deg);
}
.axa-gulf__web-forms .quote-process .step.completed .axa-sprite {
  transform: rotate(180deg);
}
.axa-gulf__web-forms .step1-details .control-group {
  width: 100%;
  max-width: 345px;
}
.axa-gulf__web-forms .quote-number-container .quote-number {
  color: #191619;
  font-family: "Poppins-BoldHeadlineWeb-Bold", "Source Sans Pro", "Arial", sans-serif;
  margin-bottom: 20px;
  margin-top: 75px;
  padding-bottom: 5px;
  text-align: center;
}
.axa-gulf__web-forms .quote-number-container .quote-number .quote-title-red {
  font-family: "SourceSansPro-Bold", "Arial", sans-serif;
}
.axa-gulf__web-forms .quote-number-container .quote-resume {
  font-family: "SourceSansPro", "Arial", sans-serif;
  margin-bottom: 75px;
  text-align: center;
}
.axa-gulf__web-forms .prices {
  color: #191619;
}
.axa-gulf__web-forms .prices > .tr-div:last-of-type .td-div:first-of-type {
  display: none;
}
.axa-gulf__web-forms .prices .header-table-div .th-div:first-of-type {
  text-align: center;
  width: 100%;
}
.axa-gulf__web-forms .prices .header-table-div .th-div:last-of-type {
  border: 1px solid #cccccc;
  position: relative;
  width: 100%;
}
.axa-gulf__web-forms .prices .th-div, .axa-gulf__web-forms .prices .td-div {
  text-align: center;
  vertical-align: middle;
}
.axa-gulf__web-forms .prices .td-div:first-of-type, .axa-gulf__web-forms .prices .th-div:first-of-type {
  box-sizing: border-box;
  padding-right: 20px;
  text-align: left;
  width: 235px;
}
.axa-gulf__web-forms .prices .th-div:first-of-type {
  background-color: #fafafa;
  font-size: 14px;
  text-transform: none;
  vertical-align: bottom;
}
.axa-gulf__web-forms .prices .td-div {
  box-sizing: border-box;
  padding: 15px 20px;
}
.axa-gulf__web-forms .prices .td-div .axa-sprite {
  display: inline-block;
}
.axa-gulf__web-forms .prices .services {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.axa-gulf__web-forms .prices .services .td-div {
  display: inline-block;
}
.axa-gulf__web-forms .prices .services .td-div:last-of-type {
  width: 20%;
}
.axa-gulf__web-forms .prices .th-div {
  box-sizing: border-box;
  display: block;
  font-size: 13px;
  padding: 30px 20px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.axa-gulf__web-forms .prices .th-container-price {
  text-align: left;
}
.axa-gulf__web-forms .prices .th-price {
  font-family: "arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-right: 20px;
  float: right;
}
.axa-gulf__web-forms .prices .period {
  font-size: 13px;
}
.axa-gulf__web-forms .prices .td-div:first-of-type {
  color: #2425aa;
  width: 77%;
}
.axa-gulf__web-forms .prices .footer-table-div {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
.axa-gulf__web-forms .prices .footer-table-div .td-div {
  padding: 30px 20px;
  vertical-align: top;
}
.axa-gulf__web-forms .prices .footer-table-div .td-title {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.axa-gulf__web-forms .prices .footer-table-div .td-text {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.axa-gulf__web-forms .prices .no-border {
  border: none;
}
.axa-gulf__web-forms .prices .primary-cta, .axa-gulf__web-forms .prices .secondary-cta {
  font-weight: bold;
}
.axa-gulf__web-forms .prices .primary-cta {
  padding: 14px 18px;
}
.axa-gulf__web-forms .prices .secondary-cta {
  padding: 8px 18px;
}
.axa-gulf__web-forms .table-div {
  display: block;
}
.axa-gulf__web-forms .quote-buttons .btn {
  font-size: 13px;
  margin-bottom: 19px;
}

.aui .lp-theme .prices {
  max-width: 680px;
}

.aui.ios .healthquote select {
  max-width: 90%;
}

.rtl .axa-gulf__web-forms .quote-process .step .axa-sprite {
  transform: rotate(180deg);
}

.rtl .axa-gulf__web-forms .quote-process .step.active .axa-sprite {
  transform: rotate(90deg);
}

.axa-gulf__web-forms.hsbc .quote-title a {
  background: none;
  width: auto;
  height: auto;
}
.axa-gulf__web-forms.hsbc .main-heading-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.axa-gulf__web-forms.hsbc .main-heading-logos .logo {
  position: static;
}
.axa-gulf__web-forms.hsbc .text-heading.disclaimer p {
  font-size: 14px;
}
.axa-gulf__web-forms.hsbc .checkbox-group .form-group {
  margin-bottom: 15px;
}
.axa-gulf__web-forms.hsbc .checkbox-group .fields-car-insurance,
.axa-gulf__web-forms.hsbc .checkbox-group .fields-home-insurance {
  margin-bottom: 30px;
  margin-top: -20px;
}

@media (min-width: 768px) {
  .axa-gulf__web-forms.hsbc .main-heading-logos .logo:first-child {
    margin-left: 30px;
  }
  .axa-gulf__web-forms.hsbc .checkbox-group p {
    margin-bottom: 30px;
  }
}
.axa-gulf__web-forms.callback .quote-title h2 {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 39px;
}
.axa-gulf__web-forms.callback .quote-title .logo {
  left: 5px;
  top: -40px;
}
.axa-gulf__web-forms.callback .quote-title .logo a {
  width: 35px;
  height: 35px;
  background-size: cover;
}
.axa-gulf__web-forms.callback .box-alabaster {
  margin: 10px 0 40px;
  padding: 20px 25px;
}
.axa-gulf__web-forms.callback .box-alabaster .text-heading > p {
  font-family: "Source Sans Pro", sans-serif;
}
.axa-gulf__web-forms.callback .box-alabaster .text-heading p {
  font-size: 18px;
}
.axa-gulf__web-forms.callback .box-alabaster .text-heading p:last-child {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.axa-gulf__web-forms.callback .box-fieldset {
  margin-bottom: 0;
}
.axa-gulf__web-forms.callback .forms label {
  font-size: 18px;
}
.axa-gulf__web-forms.callback .forms input[type=text] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
.axa-gulf__web-forms.callback .forms .fieldset-mobile input[type=tel] {
  box-sizing: border-box;
  width: 180px;
  font-size: 16px;
  padding: 12px 20px;
}
.axa-gulf__web-forms.callback .fieldset-mobile .field-help-text-down {
  left: 195px;
  font-size: 16px;
  margin-top: 5px;
}
.axa-gulf__web-forms.callback .forms .select-field .ui-selectmenu-button.ui-button {
  max-width: 100%;
  font-size: 16px;
}
.axa-gulf__web-forms.callback .forms input:hover {
  cursor: text;
}
.axa-gulf__web-forms.callback .forms .select-field p {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}
.axa-gulf__web-forms.callback .forms .select-field p,
.axa-gulf__web-forms.callback .fieldset-mobile .field-help-text-down {
  color: #5f5f5f;
}
.axa-gulf__web-forms.callback .forms .required,
.axa-gulf__web-forms.callback .forms .customTextEnglishArabic {
  font-size: 16px;
}
.axa-gulf__web-forms.callback .forms .help-inline {
  font-size: 16px;
}
.axa-gulf__web-forms.callback .forms .help-inline::before {
  left: -20px;
}
.axa-gulf__web-forms.callback .container-buttons {
  overflow: hidden;
  margin-bottom: 20px;
}
.axa-gulf__web-forms.callback .send {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
}
.axa-gulf__web-forms.callback .send button {
  letter-spacing: 1px;
  font-size: 12px;
  min-width: 91px;
  background-color: #2e2e85;
  font-family: "Source Sans Pro Semibold", sans-serif;
  border: 1px solid #2e2e85;
}
.axa-gulf__web-forms.callback .send button:hover {
  background-color: #2e2e85;
  border: 1px solid #2e2e85;
  box-shadow: 0 9px 16px 0 rgba(15, 18, 83, 0.3);
}
.axa-gulf__web-forms.callback .cancel {
  float: right;
}
.axa-gulf__web-forms.callback .cancel button {
  width: auto;
  font-size: 12px;
  letter-spacing: 1px;
  min-width: 91px;
  font-family: "Source Sans Pro Semibold", sans-serif;
  margin-top: 5px;
}
.axa-gulf__web-forms.callback .text-bottom {
  clear: both;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #5f5f5f;
}
.axa-gulf__web-forms.callback .error textarea,
.axa-gulf__web-forms.callback .error input[type=color],
.axa-gulf__web-forms.callback .error input[type=date],
.axa-gulf__web-forms.callback .error input[type=datetime],
.axa-gulf__web-forms.callback .error input[type=datetime-local],
.axa-gulf__web-forms.callback .error input[type=email],
.axa-gulf__web-forms.callback .error input[type=month],
.axa-gulf__web-forms.callback .error input[type=number],
.axa-gulf__web-forms.callback .error input[type=password],
.axa-gulf__web-forms.callback .error input[type=search],
.axa-gulf__web-forms.callback .error input[type=select],
.axa-gulf__web-forms.callback .error input[type=tel],
.axa-gulf__web-forms.callback .error input[type=text],
.axa-gulf__web-forms.callback .error input[type=time],
.axa-gulf__web-forms.callback .error input[type=url],
.axa-gulf__web-forms.callback .error input[type=week],
.axa-gulf__web-forms.callback .error select,
.axa-gulf__web-forms.callback .error .error-field,
.axa-gulf__web-forms.callback .error .success-field,
.axa-gulf__web-forms.callback .error .uneditable-input {
  color: #c91432;
}
.axa-gulf__web-forms.callback .error-message-color {
  color: #c91432;
}
.axa-gulf__web-forms.callback .error-select-text {
  font-size: 16px;
}
.axa-gulf__web-forms.callback .html strong {
  font-weight: bold;
}
.axa-gulf__web-forms.callback .html p {
  line-height: 16px;
}

.text_center #footer-copyright {
  background: #3b3fd8;
  padding: 7px 0;
  height: 45px;
  box-sizing: border-box;
}
.text_center #footer-copyright #copyright li {
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
}

.axa-gulf__web-forms.renewal.success .callback-success-page,
.axa-gulf__web-forms.renewal.error .callback-success-page {
  text-align: left;
}
.axa-gulf__web-forms.renewal.success .callback-success-page p,
.axa-gulf__web-forms.renewal.error .callback-success-page p {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
}

.rtl .axa-gulf__web-forms.callback .quote-title .logo {
  right: 0;
  left: auto;
}
.rtl .axa-gulf__web-forms.callback #menu-subheader {
  left: 5px;
  right: auto;
}
.rtl .axa-gulf__web-forms.callback #menu-subheader .ui-selectmenu-button.ui-button {
  padding-right: 0;
  padding-left: 25px;
}
.rtl .axa-gulf__web-forms.callback .no-validationcolor .select-field .ui-selectmenu-button.ui-button {
  background-position: 10px center;
}

.palette-alabaster {
  background-color: #f3fafc;
  color: #191619;
}

.rtl .web-public-contact-form-web h1, .rtl .web-public-contact-form-web h2, .rtl .web-public-contact-form-web h3 {
  font-family: "Almarai-Bold";
}
.rtl .web-public-contact-form-web h1 strong, .rtl .web-public-contact-form-web h1 b, .rtl .web-public-contact-form-web h2 strong, .rtl .web-public-contact-form-web h2 b, .rtl .web-public-contact-form-web h3 strong, .rtl .web-public-contact-form-web h3 b {
  font-family: "Almarai-Bold";
}

.web-public-contact-form-web {
  /*
  FORMS FIELDS ICON OK
  */
  /*
   JQuery UI for Calendar (month/year)
  */
}
.web-public-contact-form-web.style1 {
  /* 		background-size: 0; */
}
.web-public-contact-form-web.style1 .message-group .help-block {
  margin-top: 0;
  margin-bottom: 0;
}
.web-public-contact-form-web.style1 .message-group .required {
  float: left;
  line-height: 24px;
}
.web-public-contact-form-web.style1 .forms .form-group .select-styled {
  margin-bottom: 0;
}
.web-public-contact-form-web .box {
  padding: 37px 45px 55px;
}
.web-public-contact-form-web .triangle {
  display: none;
}
.web-public-contact-form-web .bg-image {
  display: none;
}
.web-public-contact-form-web h1, .web-public-contact-form-web h2, .web-public-contact-form-web h3, .web-public-contact-form-web h4, .web-public-contact-form-web h5, .web-public-contact-form-web h6 {
  margin-bottom: 6px;
  font-weight: bold;
}
.web-public-contact-form-web h1, .web-public-contact-form-web h2, .web-public-contact-form-web h3 {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.web-public-contact-form-web h1 strong, .web-public-contact-form-web h1 b, .web-public-contact-form-web h2 strong, .web-public-contact-form-web h2 b, .web-public-contact-form-web h3 strong, .web-public-contact-form-web h3 b {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.web-public-contact-form-web h2 {
  font-size: 24px;
}
.web-public-contact-form-web p {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.2px;
  margin-bottom: 25px;
  font-weight: normal;
}
.web-public-contact-form-web .name-showed {
  line-height: 21px;
}
.web-public-contact-form-web b {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2px;
  color: #2e2e85;
  font-style: normal;
  margin-bottom: 30px;
}
.web-public-contact-form-web .box {
  width: 100%;
}
.web-public-contact-form-web .textarea {
  height: 127px;
  resize: none;
}
.web-public-contact-form-web .upload-document-info {
  margin-top: 40px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
.web-public-contact-form-web .axa-gulf__web-forms {
  min-width: 0;
}
.web-public-contact-form-web .button.ghost, .web-public-contact-form-web .axa-gulf__web-forms .ghost.button-icon-left, .axa-gulf__web-forms .web-public-contact-form-web .ghost.button-icon-left {
  border-width: 2px;
  width: 100%;
  margin-bottom: 10px;
}
.web-public-contact-form-web .button.ghost:hover .link, .web-public-contact-form-web .axa-gulf__web-forms .ghost.button-icon-left:hover .link, .axa-gulf__web-forms .web-public-contact-form-web .ghost.button-icon-left:hover .link {
  color: #ffffff;
}
.web-public-contact-form-web #modelCar {
  border: 1px solid #cccccc;
}
.web-public-contact-form-web .ui-autocomplete-input {
  border: 1px solid #cccccc;
}
.web-public-contact-form-web ul .ui-autocomplete {
  background: #fff;
  border: 1px solid #afafaf;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.58);
}
.web-public-contact-form-web button.transparent {
  background: none;
}
.web-public-contact-form-web .has-success {
  background: url("../images/ok.svg") no-repeat 100% 42px;
}
.web-public-contact-form-web .has-error {
  background: url("../images/error.svg") no-repeat 100% 42px;
}
.web-public-contact-form-web .forms .has-success .help-block {
  display: none;
}
.web-public-contact-form-web .form-group {
  padding-right: 30px;
}
.web-public-contact-form-web .container-files-upload button {
  background: none;
}
.web-public-contact-form-web .icon-remove {
  cursor: pointer;
}
.web-public-contact-form-web .ui-datepicker-calendar {
  display: none;
}
.web-public-contact-form-web .error-msg {
  color: #c91432;
}
.web-public-contact-form-web .link .icon {
  width: 13px;
  min-width: 13px;
  margin-right: 13px;
}
.web-public-contact-form-web .button, .web-public-contact-form-web .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .web-public-contact-form-web .button-icon-left {
  max-width: 237px;
}
.web-public-contact-form-web .button .link, .web-public-contact-form-web .axa-gulf__web-forms .button-icon-left .link, .axa-gulf__web-forms .web-public-contact-form-web .button-icon-left .link {
  margin-left: -13px;
  margin-right: -13px;
}
.web-public-contact-form-web .div-input-file-error {
  font-size: 14px;
}
.web-public-contact-form-web .caracters {
  float: right;
  margin: 0;
  font-size: 14px;
  color: rgb(153, 153, 153);
  line-height: 27px;
}

.portlet-search .visible-interaction span {
  position: absolute;
  top: 0;
  right: 20px;
}
.portlet-search .taglib-header {
  margin-top: 10px;
}
.portlet-search .input-container .fieldset .search-input {
  color: #191619;
  font-size: 16px;
  line-height: 18px;
  padding-left: 9px;
  caret-color: #2e2e85;
}
.portlet-search .input-container .fieldset .search-input::placeholder {
  color: #cccccc;
}
.portlet-search .input-container .fieldset .search-input:-webkit-autofill, .portlet-search .input-container .fieldset .search-input:-webkit-autofill:hover, .portlet-search .input-container .fieldset .search-input:-webkit-autofill:focus {
  border: 1px solid white;
  -webkit-text-fill-color: #191619;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.portlet-search .results-for {
  margin-top: 30px;
  font-size: 20px;
  line-height: 54px;
  color: #9b9b9b;
  font-family: "Poppins-Bold", "Source Sans Pro", Arial, sans-serif;
}
.portlet-search .form-group {
  margin-bottom: 0;
}
.portlet-search .form-group-inline .form-control {
  padding-left: 0;
}
.portlet-search .lfr-ddm-field-group-inline > button {
  display: none;
}
.portlet-search .portlet-icon-back {
  display: none;
}
.portlet-search .results-for + form .field {
  border: none;
  box-sizing: border-box;
  color: #191619;
  font-size: 32px;
  font-family: "Poppins-Bold", "Source Sans Pro", Arial, sans-serif;
}
.portlet-search .results-for + form .field:-webkit-autofill, .portlet-search .results-for + form .field:-webkit-autofill:hover, .portlet-search .results-for + form .field:-webkit-autofill:focus {
  -webkit-text-fill-color: #191619;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.portlet-search .results-for + form .field:focus {
  border-color: #999999;
  color: #191619;
}
.portlet-search .lfr-search-container-wrapper .tabular-list-group {
  box-shadow: none;
  margin-bottom: 0;
}
.portlet-search .lfr-search-container-wrapper .list-group-item {
  border: none;
  height: auto;
}
.portlet-search .lfr-search-container-wrapper .list-group-item .list-group-item-field {
  display: none;
}
.portlet-search .lfr-search-container-wrapper .list-group-item .list-group-item-content {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
}
.portlet-search .lfr-search-container-wrapper .list-group-item .list-group-item-content h5 span {
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
  color: #7f7f7f;
}
.portlet-search .lfr-search-container-wrapper .list-group-item .list-group-item-content h5 a {
  font-size: 16px;
  line-height: 17px;
  color: #2e2e85;
}
.portlet-search .lfr-search-container-wrapper .list-group-item .list-group-item-content h5 a + a {
  display: block;
  margin-top: 10px;
}
.portlet-search .lfr-search-container-wrapper .list-group-item .list-group-item-content .text-default {
  font-size: 14px;
  line-height: 19px;
  color: #7f7f7f;
}
.portlet-search .pagination-bar {
  margin-bottom: 40px;
}
.portlet-search .pagination-bar .pagination-items-per-page,
.portlet-search .pagination-bar .pagination-results {
  display: none;
}
.portlet-search .pagination {
  display: flex;
  justify-content: space-between;
}
.portlet-search .pagination li {
  display: none;
}
.portlet-search .pagination li:first-child,
.portlet-search .pagination li:last-child {
  display: inline;
}
.portlet-search .pagination li:first-child a {
  padding-left: 0;
}
.portlet-search .pagination li:last-child a {
  padding-right: 0;
}
.portlet-search .pagination li:first-child a:after {
  content: "Previous";
  margin-left: 15px;
}
.portlet-search .pagination li:last-child a:before {
  content: "Next";
  margin-right: 15px;
}
.portlet-search .pagination li.disabled .icon-caret-right:before,
.portlet-search .pagination li.disabled .icon-caret-left:before,
.portlet-search .pagination li.disabled a:after,
.portlet-search .pagination li.disabled a:before {
  color: #333333;
}
.portlet-search .pagination li.disabled {
  opacity: 0.5;
}
.portlet-search .pagination .icon-caret-right:before,
.portlet-search .pagination .icon-caret-left:before,
.portlet-search .pagination li a:after,
.portlet-search .pagination li a:before {
  color: #2e2e85;
}
.portlet-search .taglib-empty-result-message {
  box-shadow: none;
}
.portlet-search .taglib-empty-result-message .card-row-padded {
  padding: 50px 0 85px 0;
}
.portlet-search .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url("../images/magnifierGlassBlueCircle.png");
  max-width: 76px;
  padding-top: 76px;
}
.portlet-search .taglib-empty-result-message .text-muted {
  color: #191619;
  margin-top: 22px;
}
.portlet-search .taglib-empty-result-message .text-muted p {
  font-family: "Poppins-Bold", "Source Sans Pro", Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.8px;
}

.branch-locator {
  background: #f3fafc;
  text-align: center;
}
.branch-locator .select-wrapper {
  display: inline-block;
}
.branch-locator .select-wrapper select {
  display: inline-block;
  margin-right: 30px;
  max-width: 400px;
  vertical-align: top;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  padding: 10px;
  -webkit-appearance: none;
  background: #fff url("../images/chevron-down.png") no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 14px;
}
.branch-locator .select-styled,
.branch-locator label,
.branch-locator .select-options {
  display: none;
}
.branch-locator .container.wrapper, .branch-locator .portlet-search .wrapper.portlet-content-container, .portlet-search .branch-locator .wrapper.portlet-content-container {
  padding: 22px 15px;
}
.branch-locator .container.wrapper h3, .branch-locator .portlet-search .wrapper.portlet-content-container h3, .portlet-search .branch-locator .wrapper.portlet-content-container h3 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1px;
  max-width: 232px;
  color: #191619;
  font-weight: bold;
  margin: 0 auto 25px auto;
}
.branch-locator .container.wrapper form .select-wrapper, .branch-locator .portlet-search .wrapper.portlet-content-container form .select-wrapper, .portlet-search .branch-locator .wrapper.portlet-content-container form .select-wrapper {
  width: 100%;
  margin: 0;
}
.branch-locator .container.wrapper form .select-wrapper:not(:first-child), .branch-locator .portlet-search .wrapper.portlet-content-container form .select-wrapper:not(:first-child), .portlet-search .branch-locator .wrapper.portlet-content-container form .select-wrapper:not(:first-child) {
  margin-top: 25px;
}
.branch-locator .container.wrapper form .select, .branch-locator .portlet-search .wrapper.portlet-content-container form .select, .portlet-search .branch-locator .wrapper.portlet-content-container form .select {
  padding: 0;
}
.branch-locator .container.wrapper form .select .select-styled, .branch-locator .portlet-search .wrapper.portlet-content-container form .select .select-styled, .portlet-search .branch-locator .wrapper.portlet-content-container form .select .select-styled {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2px;
  color: #191619;
  text-align: left;
  border-radius: 3px;
}
.branch-locator .container.wrapper form .select .select-options, .branch-locator .portlet-search .wrapper.portlet-content-container form .select .select-options, .portlet-search .branch-locator .wrapper.portlet-content-container form .select .select-options {
  top: 39px;
}
.branch-locator .container.wrapper form .select .select-options li, .branch-locator .portlet-search .wrapper.portlet-content-container form .select .select-options li, .portlet-search .branch-locator .wrapper.portlet-content-container form .select .select-options li {
  text-align: left;
}
.branch-locator + #agents * {
  border: none;
  padding: 0;
  text-align: left;
  background-color: #fff;
}
.branch-locator + #agents .span12 p {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 34px;
}
.branch-locator + #agents .cmpnt-inner {
  margin-bottom: 42px;
}
.branch-locator + #agents .cmpnt-inner .agency-location-find-us {
  padding: 0 20px;
}
.branch-locator + #agents .cmpnt-inner .agency-location-find-us h4.agency-location-find-us-title {
  font-size: 24px;
  margin-bottom: 18px;
}
.branch-locator + #agents .cmpnt-inner .agency-location-find-us h6.agency-location-find-us-subtitle {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(127, 127, 127);
  margin-top: 16px;
  margin-bottom: 4px;
}
.branch-locator + #agents .cmpnt-inner .agency-location-find-us h6.agency-location-find-us-subtitle:first-child {
  margin-top: 0;
}
.branch-locator + #agents .cmpnt-inner .agency-location-find-us p.agency-location-find-us-description {
  font-size: 16px;
  line-height: 24px;
}
.branch-locator + #agents .empty_results_message {
  padding: 52px 50px;
}
.branch-locator + #agents .empty_results_message h3, .branch-locator + #agents .empty_results_message p {
  text-align: center;
}
.branch-locator + #agents .empty_results_message h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 21px;
  font-family: "Poppins-Bold", "Source Sans Pro", Arial, sans-serif;
}
.branch-locator + #agents .empty_results_message p {
  font-size: 18px;
  line-height: 24px;
}

.rtl .direct-billing-form .billing-title {
  font-family: "Almarai-Bold", "Source Sans Pro", "Arial", sans-serif;
}

.direct-billing-form .box-quotemain .box-title.active {
  cursor: default;
}
.direct-billing-form .picture-limits {
  color: #ffffff;
  height: 275px;
  text-align: center;
}
.direct-billing-form .picture {
  top: 0;
  transform: translate(-50%);
  width: 100%;
}
.rtl .direct-billing-form .picture {
  transform: translate(50%);
}
.direct-billing-form .image {
  width: 100%;
}
.direct-billing-form .billing-description {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 17px;
  margin-bottom: 6px;
  margin-top: 52px;
}
.direct-billing-form .billing-title {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-size: 40px;
  letter-spacing: 0.87px;
  line-height: 47px;
  margin: 0 auto;
  max-width: 320px;
  padding: 12px 0 13px;
}
.direct-billing-form .forms .form-group {
  margin-bottom: 19px;
}
.direct-billing-form .forms textarea {
  border-color: #cccccc;
  height: 116px;
  resize: none;
}
.direct-billing-form .forms label {
  line-height: 20px;
  margin-bottom: 8px;
}
.direct-billing-form .forms .radio-box-group .radio + .radio {
  margin-top: 0;
}
.direct-billing-form .forms .buttons-flex {
  flex-direction: column;
}
.direct-billing-form .forms .buttons-flex .radio {
  margin: 0;
}
.direct-billing-form .forms .buttons-flex .input-checkbox-wrapper:not(:last-child) .control-label, .direct-billing-form .forms .buttons-flex .radio:not(:last-child) .control-label {
  margin-bottom: 8px;
}
.direct-billing-form .remaining {
  color: #999999;
  font-size: 14px;
  line-height: 17px;
  margin-top: 6px;
  text-align: right;
}
.direct-billing-form .label-group {
  display: block;
}
.direct-billing-form .normal-checks {
  width: 49%;
}
.direct-billing-form .input-checkbox-wrapper {
  display: inline-block;
  /*     
      width: 32%; */
}
.direct-billing-form .container-button {
  background-color: #fafafa;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 0;
  height: auto;
  padding: 5px 30px 57px;
}
.direct-billing-form .button, .direct-billing-form .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .direct-billing-form .button-icon-left {
  height: 40px;
}
@media print {
  .direct-billing-form {
    border: 1px solid #000;
    border-radius: 15px;
    padding: 20px;
  }
  .touch.linux .direct-billing-form, .touch.ios .direct-billing-form {
    padding: 0;
    border: 0;
  }
  .direct-billing-form .header {
    text-align: right;
  }
  .direct-billing-form .header .billing-image {
    float: left;
    margin-bottom: 10px;
  }
  .direct-billing-form .header .picture-limits {
    height: auto;
    text-align: right;
  }
  .direct-billing-form .header .billing-description,
  .direct-billing-form .header .billing-title {
    font-weight: bold;
    text-align: right;
  }
  .direct-billing-form .header .billing-title {
    font-size: 20px;
    padding: 0;
    line-height: 20px;
    max-width: none;
  }
  .direct-billing-form .header .billing-description {
    margin-top: 0;
    font-size: 12px;
    line-height: 12px;
  }
  .direct-billing-form .label-group {
    display: inline-block;
  }
  .direct-billing-form .radio,
  .direct-billing-form .checkbox {
    margin-bottom: 0;
    margin-top: 0;
  }
  .touch.linux .direct-billing-form .forms label, .touch.ios .direct-billing-form .forms label {
    line-height: 8px;
  }
  .direct-billing-form .quotes-tunnel textarea {
    font-size: 12px;
    height: 37px;
    padding: 0;
    resize: none;
  }
  .direct-billing-form .quotes-tunnel .form-group:not(.textarea) .control-label {
    width: 130px;
  }
  .touch.linux .direct-billing-form .quotes-tunnel .form-group:not(.textarea) .control-label, .touch.ios .direct-billing-form .quotes-tunnel .form-group:not(.textarea) .control-label {
    width: 110px;
  }
  .direct-billing-form .quotes-tunnel .form-group:not(.textarea) .print-label-big {
    width: 50%;
  }
  .direct-billing-form .quotes-tunnel .form-group:not(.textarea) .form-control {
    display: inline-block;
    height: 20px;
    max-width: calc(100% - 160px);
  }
  .direct-billing-form .quotes-tunnel .form-group .control-label {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 4px;
    width: 100%;
  }
  .touch.linux .direct-billing-form .quotes-tunnel .form-group .control-label, .touch.ios .direct-billing-form .quotes-tunnel .form-group .control-label {
    font-size: 8px;
    margin-top: 0;
  }
  .direct-billing-form .quotes-tunnel .form-group .form-control {
    display: inline-block;
    font-size: 12px;
    max-width: none;
    padding: 0;
  }
  .direct-billing-form .quotes-tunnel .form-group .input-checkbox-wrapper .control-label {
    line-height: 19px;
    margin-right: 10px;
    width: auto;
    margin-top: 4px;
  }
  .direct-billing-form .quotes-tunnel .form-group .input-checkbox-wrapper label::before, .direct-billing-form .quotes-tunnel .form-group .input-checkbox-wrapper label::after {
    display: none;
  }
  .direct-billing-form .quotes-tunnel .form-group .radio-box-group .radio {
    margin-right: 10px;
    width: auto;
  }
  .direct-billing-form .quotes-tunnel .box-quotemain {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .direct-billing-form .quotes-tunnel .box-quotemain .title {
    font-size: 14px;
    line-height: 14px;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 0;
  }
  .touch.linux .direct-billing-form .quotes-tunnel .box-quotemain .title, .touch.ios .direct-billing-form .quotes-tunnel .box-quotemain .title {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 0;
  }
  .direct-billing-form .quotes-tunnel .box-quotemain .quotemain.active {
    margin-bottom: 0;
  }
  .direct-billing-form .quotes-tunnel .box-quotemain .box-title {
    border: 0;
    padding: 0;
  }
  .direct-billing-form .quotes-tunnel .box-quotemain .box-body {
    border: 0;
    padding: 0;
  }
  .direct-billing-form .quotes-tunnel .box-quotemain .box-body .form-group {
    margin-bottom: 0;
    min-height: 20px;
    width: 100%;
  }
  .direct-billing-form .quotes-tunnel .box-quotemain .radio-buttons-switch {
    margin-left: 0;
    display: inline-block;
  }
  .direct-billing-form .quotes-tunnel .box-quotemain .radio-buttons-switch .radio:not(:first-child) {
    margin-left: 0;
  }
  .direct-billing-form .quotes-tunnel .buttons-flex {
    display: inline-block;
  }
  .direct-billing-form .quotes-tunnel .buttons-flex .radio:not(:last-child) .control-label {
    margin-bottom: 0;
  }
  .direct-billing-form .quotes-tunnel input[type=radio] {
    margin-left: 0;
    opacity: 1;
    width: 13px;
    margin-top: 2px;
  }
  .direct-billing-form .quotes-tunnel input[type=checkbox] {
    opacity: 1;
    top: 4px;
  }
  .direct-billing-form .quotes-tunnel .radio-box-group .radio label {
    border: 0;
    font-size: 12px;
    height: 12px;
    line-height: 15px;
    margin-top: 0;
    min-height: 0;
    overflow: hidden;
    padding-left: 15px;
    text-align: left;
    text-transform: capitalize;
  }
  .touch.linux .direct-billing-form .quotes-tunnel .radio-box-group .radio label, .touch.ios .direct-billing-form .quotes-tunnel .radio-box-group .radio label {
    font-size: 8px;
  }
  .direct-billing-form .quotes-tunnel .checkbox-box-group .input-checkbox-wrapper {
    width: auto;
  }
  .direct-billing-form .quotes-tunnel .checkbox-box-group .input-checkbox-wrapper label {
    border: 0;
    padding-left: 17px;
    text-transform: capitalize;
    min-height: 0;
    margin-top: 0;
  }
  .direct-billing-form .quotes-tunnel .checkbox-box-group .input-checkbox-wrapper label .control-label {
    width: auto;
  }
  .direct-billing-form .radio-buttons-switch {
    width: calc(100% - 155px);
  }
  .direct-billing-form .input-checkbox-wrapper {
    min-height: 25px;
    position: relative;
    width: auto;
  }
  .direct-billing-form .input-checkbox-wrapper label {
    padding-left: 17px;
  }
  .direct-billing-form .description div {
    font-size: 8px;
  }
  .direct-billing-form .patient,
  .direct-billing-form .medical_practitioner {
    float: left;
    font-size: 10px;
    width: 50%;
  }
  .direct-billing-form .patient .description .description-title,
  .direct-billing-form .medical_practitioner .description .description-title {
    font-family: "Conv_ITCFranklinGothicStd-MdCd";
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .direct-billing-form .patient .description .description-text,
  .direct-billing-form .medical_practitioner .description .description-text {
    font-size: 8px;
    line-height: 10px;
    padding: 0 24px 0 8px;
    text-align: justify;
  }
  .direct-billing-form .patient .description div,
  .direct-billing-form .medical_practitioner .description div {
    margin: 9px 0 15px 8px;
  }
  .direct-billing-form .medical_practitioner .description .name {
    margin-bottom: 0;
  }
  .direct-billing-form .description .signature,
  .direct-billing-form .description .date {
    float: left;
    width: 46%;
  }
  .direct-billing-form p.clearfix-billing-form {
    clear: both;
    height: 0;
  }
  .direct-billing-form .foot-warning {
    font-size: 10px;
    line-height: 12px;
    text-align: justify;
  }
  .touch.linux .direct-billing-form .foot-warning, .touch.ios .direct-billing-form .foot-warning {
    font-size: 7px;
    line-height: 9px;
  }
  .direct-billing-form .small-print {
    font-size: 7px;
    line-height: 9px;
    margin-top: 10px;
    text-align: justify;
  }
}

@media (min-width: 480px) {
  .axa-gulf__web-forms .forms .fieldset-mobile {
    position: relative;
  }
  .axa-gulf__web-forms .forms .fieldset-mobile .form-group {
    margin-bottom: 25px;
  }
  .axa-gulf__web-forms .forms .fieldset-mobile .field-help-text-down {
    position: absolute;
    left: 257px;
    top: 51px;
    line-height: 15px;
    margin-bottom: 0;
  }
  .axa-gulf__web-forms .forms label {
    margin-bottom: 10px;
  }
  .axa-gulf__web-forms .forms .primary-cta,
  .axa-gulf__web-forms .forms .secondary-cta {
    padding: 9px 20px;
  }
  .axa-gulf__web-forms.complaint .quote-title .logo,
  .axa-gulf__web-forms.renewal .quote-title .logo,
  .axa-gulf__web-forms.success .quote-title .logo {
    top: -40px;
  }
  .axa-gulf__web-forms.renewal .no-validationcolor .radio-group-tabs.first-group .radio-tabs:first-child,
  .axa-gulf__web-forms.success .no-validationcolor .radio-group-tabs.first-group .radio-tabs:first-child {
    margin-bottom: 0;
  }
  .axa-gulf__web-forms.renewal .fieldset-mobile .form-group,
  .axa-gulf__web-forms.success .fieldset-mobile .form-group {
    margin-bottom: 25px;
  }
  .axa-gulf__web-forms.callback .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .axa-gulf__web-forms.callback .col-md-8, .axa-gulf__web-forms.callback .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .axa-gulf__web-forms.callback .typo36 {
    margin-bottom: 30px;
  }
  .axa-gulf__web-forms.callback .html {
    padding: 40px 10px;
  }
  .axa-gulf__web-forms.callback #menu-subheader {
    top: -32px;
  }
  .axa-gulf__web-forms.callback .quote-title .logo {
    left: 5px;
    top: -40px;
  }
  .axa-gulf__web-forms.callback .forms input[type=text] {
    width: 100%;
    max-width: 333px;
  }
  .axa-gulf__web-forms.callback .forms .fieldset-mobile input[type=tel] {
    width: 184px;
  }
  .axa-gulf__web-forms.callback .fieldset-mobile .field-help-text-down {
    margin-top: 0;
    left: 200px;
  }
  .axa-gulf__web-forms.callback .forms .select-field .ui-selectmenu-button.ui-button {
    width: 100%;
    max-width: 333px;
  }
  .axa-gulf__web-forms.callback .forms .select-field .list-country-products .ui-selectmenu-button.ui-button {
    width: 100%;
    max-width: 100%;
  }
  .axa-gulf__web-forms.callback .cancel button {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .glf-footer-nav .footer__socialStyle {
    margin-top: 0;
  }
  .glf-footer-nav .footer__linksWrapperStyle {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 0;
  }
  .glf-footer-nav .footer__linksGroupStyle {
    width: 33%;
    margin-bottom: 0;
  }
  .glf-footer-nav .container-plus {
    width: 1140px !important;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .glf-footer-nav .container-plus {
    display: block;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .glf-footer-nav .footer__langsInnerStyle .list-item:last-of-type {
    border-left: none;
  }
  .glf-footer-nav .footer__langsInnerStyle .collapsing, .glf-footer-nav .footer__langsInnerStyle .collapse {
    bottom: 49px;
  }
  .glf-footer-nav .footer__copyrightStyle {
    margin: 0;
  }
  .glf-footer-nav .footer__copyrightStyle .list-menu {
    padding: 0;
  }
  .glf-footer-nav .footer__copyrightStyle .list-menu ul > .lfr-nav-item:first-of-type .lfr-nav-item {
    padding-left: 0;
  }
  .glf-footer-nav .footer__copyrightStyle .list-menu ul > .lfr-nav-item:last-of-type {
    padding-right: 0;
  }
  .glf-footer-nav .footer__copyrightStyle .list-menu ul {
    margin-bottom: 0;
  }
  .glf-footer-nav .footer_full_width_inline {
    width: 100%;
  }
  .glf-footer-nav .footer_full_width_inline .footer__linksTitleStyle {
    padding-left: 0;
  }
  .glf-footer-nav .footer__langsBlockStyle {
    font-size: 13px;
  }
  .glf-images-footer-nav {
    padding: 0;
  }
  .glf-images-footer-nav .item-nav {
    width: auto !important;
  }
  .glf-images-footer-nav .item-nav:first-of-type .images-container {
    width: 100%;
  }
  .glf-images-footer-nav .item-nav:nth-of-type(2) img {
    max-width: 96px;
    max-height: 32px;
  }
  .about-more-products {
    background-color: #027180;
    color: #fff;
  }
  .about-more-products .title {
    padding: 30px;
    font-size: 36px;
    font-weight: bold;
    font-family: "Poppins-Bold";
  }
  .about-more-products #button-list {
    margin: 0;
    padding: 0;
  }
  .about-more-products .collapse-arrow:after {
    right: 15px;
  }
  .about-more-products .title-section {
    padding-right: 15px;
  }
  .banner-black .base-text p {
    font-size: 16px;
  }
  .banner-black .visa-picture {
    visibility: hidden;
    position: relative;
    top: 0;
  }
  .banner-black .bg-big {
    height: 100%;
    width: 100%;
    background-position: -300px 0;
  }
  .banner-black .visa-text {
    margin-top: 0;
  }
  .banner-blue {
    padding: 80px 0;
  }
  .banner-blue .typo36 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .banner-blue .typo28 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .banner-blue .button, .banner-blue .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .banner-blue .button-icon-left {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-blue .button a, .banner-blue .axa-gulf__web-forms .button-icon-left a, .axa-gulf__web-forms .banner-blue .button-icon-left a {
    padding: 12px 30px;
  }
  .banner-body .banner-body-wrapper {
    display: table;
  }
  .banner-body .box-image {
    display: table-cell;
    float: none;
    height: auto;
  }
  .banner-body .box-description {
    display: table-cell;
    float: none;
    padding-left: 60px;
    padding: 80px 0 80px 60px;
    text-align: left;
  }
  .banner-body .box-description .typo36 {
    margin-bottom: 40px;
  }
  .banner-body .button-link a {
    font-size: 16px;
    width: auto;
  }
  .banner-product-transparent-background {
    height: 430px;
  }
  .banner-product-transparent-caption {
    margin-top: -60px;
    padding: 60px;
  }
  .banner-product-transparent-caption .caption-title {
    margin-bottom: 40px;
  }
  .banner-product-transparent-caption .caption-subtitle {
    margin-bottom: 50px;
  }
  .banner-product-transparent-caption .caption-terms {
    margin-bottom: 50px;
  }
  .banner-product-transparent-caption .caption-discount {
    width: 120px;
    height: 120px;
    top: -90px;
    right: 60px;
  }
  .banner-product-transparent-caption .caption-discount-body {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 18px;
  }
  .banner-product-transparent-caption .caption-discount-text {
    font-size: 36px;
    line-height: 34px;
  }
  .banner-product-transparent-caption .caption-buttons > a {
    margin-right: 20px;
  }
  .banner-slider .bx-wrapper {
    overflow: hidden;
    margin-bottom: 0;
  }
  .banner-slider .bx-wrapper .bx-pager, .banner-slider .bx-wrapper .bx-controls-auto {
    top: 260px;
  }
  .banner-slider .bx-controls-direction {
    position: absolute;
    top: 165px;
    width: 100%;
    max-width: 100%;
    width: 720px;
    left: 50%;
    transform: translate(-50%);
  }
  .banner-slider .bx-controls-direction a {
    width: 17px;
    height: 17px;
    top: 0;
  }
  .banner-slider .bx-prev, .banner-slider .bx-next {
    border-bottom: 4px solid #2e2e85;
    border-right: 4px solid #2e2e85;
  }
  .banner-slider .bx-prev {
    transform: rotate(135deg);
  }
  .banner-slider .bx-next {
    transform: rotate(315deg);
  }
  .banner-slider .slide-box .picture-limits {
    height: auto;
  }
  .slide-box .picture-limits img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .slide-box .tilsi-wrapper {
    padding: 32px 60px 50px 60px;
  }
  .slide-box .tilsi-wrapper .banner-slider-title h3.category {
    font-size: 18px;
    line-height: 27px;
  }
  .slide-box .tilsi-wrapper .banner-slider-title h2.title {
    font-size: 36px;
    line-height: 42px;
  }
  .slide-box .category {
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: 0.3px;
  }
  .slide-box .title {
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.7px;
  }
  .slide-box .description {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.1px;
  }
  .slide-box .sub-description {
    margin: 20px 0;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.2px;
  }
  .slide-box .description, .slide-box .sub-description {
    padding-right: 60px;
  }
  .slide-box .tilsi-buttons {
    text-align: left;
  }
  .slide-box .tilsi-buttons a ~ a {
    margin-top: 0;
  }
  .slide-box .tilsi-buttons .button, .slide-box .tilsi-buttons .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .slide-box .tilsi-buttons .button-icon-left {
    width: auto;
  }
  .slide-box .text-bottom {
    margin-top: 42px;
    font-size: 12px;
  }
  .rtl .bx-wrapper .bx-controls-direction {
    transform: translate(50%);
  }
  .rtl .slide-box .sub-description p:first-child {
    font-size: 20px;
  }
  .banner-solutions .box {
    box-sizing: border-box;
    padding: 37px 59px 10px;
  }
  .banner-solutions .box-top {
    margin-bottom: 33px;
    margin-top: 80px;
  }
  .banner-solutions .box-bottom {
    margin-bottom: 110px;
    margin-top: 33px;
  }
  .banner-solutions .col-custom {
    letter-spacing: -4px;
    margin-bottom: 40px;
  }
  .banner-solutions .col-custom:first-of-type {
    text-align: center;
    margin-bottom: 54px;
  }
  .banner-solutions .col-repeatable {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }
  .banner-solutions .col-left {
    margin-top: 0;
  }
  .banner-solutions .col-right {
    text-align: center;
  }
  .banner-solutions .title {
    margin-bottom: 1px;
    font-size: 48px;
  }
  .banner-solutions .col-custom:nth-child(2) .col-left {
    margin-bottom: 0;
  }
  .banner-solutions .description-column {
    margin-bottom: 0;
    font-size: 18px;
  }
  .banner-solutions .btn-column {
    margin-bottom: 0;
  }
  .banner-solutions .button, .banner-solutions .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .banner-solutions .button-icon-left {
    min-width: 180px;
  }
  .banner-solutions .container-button-subsection {
    text-align: right;
  }
  .banner-left-text {
    padding: 140px 0;
  }
  .banner-left-text .box-description .typo62 {
    margin-bottom: 45px;
    margin-top: 25px;
  }
  .banner-left-text .box-description .typo18 {
    margin-bottom: 20px;
  }
  .banner-left-text .box-description .typo20 {
    margin-bottom: 40px;
  }
  .banner-center-text {
    padding: 109px 0 73px;
  }
  .banner-center-text .box-description {
    max-width: 413px;
  }
  .banner-center-text .box-description .typo78 {
    margin-bottom: 45px;
    margin-top: 25px;
    font-size: 36px;
    line-height: 42px;
  }
  .banner-center-text .box-description .typo18 {
    margin-bottom: 20px;
  }
  .banner-center-text-link {
    padding: 109px 0 115px;
  }
  .banner-center-text-link .box-description {
    max-width: none;
  }
  .banner-center-text-link .box-description .typo78 {
    margin-bottom: 34px;
    font-size: 60px;
    line-height: 82px;
  }
  .banner-center-text-link .box-description .typo18 {
    font-size: 20px;
    margin-bottom: 66px;
    line-height: 30px;
    max-width: 629px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-center-text-link .link {
    margin-bottom: 0;
    margin-right: 45px;
  }
  .banner-center-text-link .link:last-of-type {
    margin-right: 0;
  }
  .banner-apps .list-apps-bottom {
    margin-top: 110px;
  }
  .quick-links-blue {
    padding: 59px 0 77px;
  }
  .quick-links-blue .typo36 {
    font-size: 36px;
    letter-spacing: -0.4px;
    font-family: "Poppins-Bold";
  }
  .quick-links-blue .quick-link-blue-block {
    min-height: 185px;
    max-width: 136px;
    max-width: none;
    padding: 30px 15px;
  }
  .quick-links-blue .container-scroll {
    width: 100%;
  }
  .quick-links-blue .wrapper-links-blue {
    display: block;
  }
  .quick-links-blue .bx-wrapper {
    margin: 0 auto;
    padding: 0 35px;
    background-color: transparent;
  }
  .quick-links-blue .bxslider-quick-links {
    flex-wrap: wrap;
  }
  .quick-links-blue .bxslider-quick-links {
    overflow: hidden;
  }
  .quick-links-blue .quick-link-blue-block {
    display: flex;
    justify-content: center;
    flex-basis: 25%;
    float: none;
  }
  .quick-links-blue .quick-link-blue-block svg + h6 {
    margin-top: 0;
  }
  .quick-links-blue .quick-link-blue-block img + h6 {
    margin-top: 15px;
  }
  .quick-links-blue svg, .quick-links-blue img {
    transform: scale(1);
    height: 100px;
    margin-top: 25px;
  }
  .rtl .quick-links-blue.js-no-slider .typo36 {
    font-size: 52px;
  }
  .rtl .quick-links-blue.js-no-slider svg, .rtl .quick-links-blue.js-no-slider img {
    transform: scale(0.8);
    height: 92px;
    margin-top: 20px;
  }
  .rtl .quick-links-blue.js-no-slider .js-no-slider svg, .rtl .quick-links-blue.js-no-slider .js-no-slider img {
    transform: scale(1);
  }
  .quick-links-white .quick-link-white-block {
    margin: 30px auto;
  }
  .quick-links-white .quick-link-white-block h6 {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .article-3-columns-text-out .article-grid.row {
    margin-left: 0;
    margin-right: 0;
  }
  .article-3-columns-text-out .typo48, .article-3-columns-text-out .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-3-columns-text-out .typo46 {
    font-size: 46px;
    margin-bottom: 60px;
  }
  .article-3-columns-text-out .typo28 {
    margin-bottom: 30px;
  }
  .article-3-columns-text-out .box-image {
    margin-left: -15px;
    margin-right: -15px;
    height: 250px;
  }
  .article-3-columns-text-out .box-description {
    margin: -30px 20px 0;
  }
  .article-3-columns-text-in .article-grid.row {
    margin-left: 0;
    margin-right: 0;
  }
  .article-3-columns-text-in .typo48, .article-3-columns-text-in .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-3-columns-text-in .typo46 {
    font-size: 46px;
    margin-bottom: 60px;
  }
  .article-3-columns-text-in .article-block {
    margin-bottom: 40px;
  }
  .article-3-columns-text-in .box-description {
    padding: 15px 20px;
  }
  .article-4-columns .article-grid.row {
    margin-left: 0;
    margin-right: 0;
  }
  .article-4-columns .typo48, .article-4-columns .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-4-columns .typo46 {
    font-size: 46px;
    margin-bottom: 60px;
  }
  .article-4-columns .typo28 {
    margin-bottom: 30px;
  }
  .rtl .article-4-columns .typo48, .rtl .article-4-columns .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .rtl .article-4-columns .typo46 {
    font-size: 66px;
  }
  .rtl .article-4-columns .typo28 {
    font-size: 32px;
  }
  .rtl .article-4-columns .typo18 {
    line-height: 27px;
  }
  .article-3-columns .article-grid.row {
    margin-left: 0;
    margin-right: 0;
  }
  .article-3-columns .typo48, .article-3-columns .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-3-columns .typo46 {
    font-size: 46px;
    margin-bottom: 60px;
  }
  .article-3-columns .typo28 {
    margin-bottom: 30px;
  }
  .article-3-columns .box-image {
    margin-left: -15px;
    margin-right: -15px;
    height: 250px;
  }
  .article-3-columns .box-description {
    margin: -30px 20px 0;
  }
  .article-square-image .typo48, .article-square-image .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-square-image .typo46 {
    font-size: 46px;
    margin-bottom: 60px;
  }
  .article-square-image .box-image img {
    width: 100%;
  }
  .article-rectangle-image {
    padding: 80px 0;
  }
  .article-rectangle-image .box-image {
    margin-bottom: 60px;
  }
  .article-rectangle-image .box-image img {
    width: 100%;
  }
  .article-rectangle-image .box-description {
    text-align: center;
  }
  .article-rectangle-image .base-text {
    line-height: 27px;
  }
  .article-rectangle-image .box-description .typo48, .article-rectangle-image .box-description .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-rectangle-image .box-description .typo46 {
    text-align: center;
    margin-bottom: 40px;
  }
  .rtl .article-rectangle-image .typo48, .rtl .article-rectangle-image .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .rtl .article-rectangle-image .typo46 {
    font-size: 54px;
    line-height: 65px;
    margin-bottom: 15px;
  }
  .rtl .article-rectangle-image .typo20 {
    line-height: 27px;
  }
  .article-rectangle-image-thin {
    padding: 30px 90px 40px 90px;
  }
  .article-rectangle-image-thin .box-image {
    margin-top: 40px;
  }
  .article-rectangle-image-thin .box-image img {
    width: 100%;
    max-width: 300px;
  }
  .article-rectangle-image-thin .box-description .typo48, .article-rectangle-image-thin .box-description .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-rectangle-image-thin .box-description .typo46 {
    font-size: 38px;
    line-height: 46px;
  }
  .article-rectangle-image-thin .box-description .typo20 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
  }
  .rtl .article-rectangle-image-thin .typo48, .rtl .article-rectangle-image-thin .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .rtl .article-rectangle-image-thin .typo46 {
    font-size: 54px;
  }
  .rtl .article-rectangle-image-thin .typo20 {
    line-height: 30px;
  }
  .article-zipper-rectangle-image .article-row {
    margin-bottom: 50px;
  }
  .article-zipper-rectangle-image .box-image img {
    width: 100%;
  }
  .article-zipper-rectangle-image .box-description {
    text-align: left;
  }
  .article-zipper-rectangle-image .box-description-content {
    padding: 50px;
    margin: -50px 60px 0;
    position: relative;
    background: white;
  }
  .article-zipper-rectangle-image .box-description .typo48, .article-zipper-rectangle-image .box-description .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-zipper-rectangle-image .box-description .typo46 {
    text-align: left;
    margin-bottom: 40px;
  }
  .article-steps {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .ss1-title {
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 15px;
  }
  .ss1-subtitle {
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 80px;
  }
  .ss1-items {
    margin-left: 80px;
    margin-right: 60px;
    padding: 0;
    width: auto;
  }
  .ss1-item {
    padding-left: 70px;
    padding-right: 70px;
  }
  .ss1-item:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: -92px;
  }
  .article-statistics {
    padding: 60px 0;
  }
  .article-statistics .article-row {
    display: block;
  }
  .article-statistics .article-row.right .base-text {
    text-align: center;
  }
  .article-statistics header,
  .article-statistics .base-text {
    display: block;
    float: left;
  }
  .article-statistics header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .article-statistics .typo78 {
    font-size: 48px;
    margin-bottom: 15px;
    line-height: 46px;
  }
  .article-statistics .typo20 {
    margin-bottom: 30px;
  }
  .article-statistics .typo18 {
    font-size: 16px;
    text-align: center;
  }
  .faqs {
    padding: 80px 0;
  }
  .faqs .typo36 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 60px;
  }
  .faqs .typo24 {
    font-size: 24px;
  }
  .faqs .acordeon {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .faqs .panel a {
    font-size: 14px;
  }
  .forms-tabs-wrapper {
    padding: 50px 40px;
  }
  .forms-tabs-wrapper .nav-tabs li a {
    font-size: 20px;
  }
  .forms-tabs-wrapper .name-group,
  .forms-tabs-wrapper .mail-group {
    width: calc(50% - 32px);
    float: left;
  }
  .forms-tabs-wrapper .mail-group {
    float: right;
  }
  .forms-tabs-wrapper .select-group {
    clear: both;
  }
  .agent-cy-fs-48-publico {
    font-size: 36px;
    line-height: 42px;
  }
  .agent-cy-fs-36-publico {
    font-size: 28px;
    line-height: 34px;
  }
  .agent-cy-fs-fixed-28 {
    font-size: 28px;
    line-height: 32px;
  }
  .agent-cy-fs-fixed-24 {
    font-size: 24px;
    line-height: 29px;
  }
  .agent-cy-fs-fixed-20 {
    font-size: 20px;
    line-height: 24px;
  }
  .agent-cy-fs-18 {
    font-size: 18px;
    line-height: 27px;
  }
  .agent-cy-fs-fixed-16 {
    font-size: 16px;
    line-height: 24px;
  }
  .agent-cy-fs-16 {
    font-size: 16px;
    line-height: 24px;
  }
  .agent-cy-fs-fixed-14 {
    font-size: 14px;
    line-height: 17px;
  }
  .agency-profile-cmpnt .cmpnt-inner {
    display: flex;
    align-items: stretch;
    padding: 40px 0px 25px;
    width: 690px;
  }
  .agency-profile-picture {
    /* 150px/690px  */
    width: 21.7391304%;
  }
  .agency-profile-picture-title {
    display: none;
  }
  .agency-profile-picture-btns {
    margin-top: 10px;
    width: 100%;
  }
  .agency-profile-picture-btn {
    margin-bottom: 0;
  }
  .agency-profile-picture-btn.btn-contact {
    padding-left: 0px;
    padding-right: 60px;
  }
  .agency-profile-picture-btn.btn-phone {
    display: none;
  }
  .agency-profile-picture-btn.btn-add-to-contact {
    margin: 10px 0;
    display: flex;
  }
  .agency-profile-contact {
    margin: 0 0 0 30px;
    width: 78.2608696%;
  }
  .agency-profile-contact-title {
    display: block;
    margin: 0;
    color: #333;
  }
  .agency-profile-contact-info-links {
    display: flex;
    margin-top: 15px;
  }
  .agency-profile-contact-services {
    margin-top: 20px;
    display: flex;
    align-items: stretch;
  }
  .agency-profile-contact-services-col {
    margin-bottom: 0;
  }
  .agency-profile-contact-services-col:last-child {
    margin-left: 80px;
  }
  .agency-profile-contact-services-row-50 {
    overflow: hidden;
  }
  .agency-profile-contact-services-row-50 li {
    float: left;
    display: inline;
    width: 50%;
  }
  .agency-profile-contact-skills {
    margin-top: 15px;
  }
  .agency-location-cmpnt .cmpnt-inner {
    display: flex;
    align-items: stretch;
    width: 690px;
    margin: 0 auto;
  }
  .agency-location-col {
    width: 50%;
  }
  .agency-location-find-us {
    margin-left: 0;
    padding: 40px 0;
    max-width: 270px;
    height: 100%;
  }
  .agency-location-find-us-btn {
    margin-top: 40px;
  }
  .agency-location-map {
    /* fix safari flexbox height 100% */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .agency-location-map {
    /* map always be glued on the right */
    width: 49vw;
  }
  .article-text {
    /*	.box-description {
    	    width: 82.03125%;
    	    margin: -30px 8.484375% 0 8.484375%;
    	    padding: 36px 60px 40px 60px;

    	    h3 {
    	    	line-height: 30px;
    	    	letter-spacing: .8px;
    	    }

    	    .base-text {

    			h5 {
    				line-height: 30px;
    			}

    	    	p {
    	    		&.big {
    					font-size: 20px;
    					line-height: 29px;
    				}
    	    	}
    	    }
    	}*/
  }
  .article-text .button, .article-text .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .article-text .button-icon-left {
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .article-text .button:last-of-type, .article-text .axa-gulf__web-forms .button-icon-left:last-of-type, .axa-gulf__web-forms .article-text .button-icon-left:last-of-type {
    margin-right: 0;
  }
  .article-text .box-description-container {
    width: 82.03125%;
    margin: -30px auto 0 auto;
    padding: 36px 60px 70px 60px;
  }
  .article-text .html-products h1 {
    line-height: 30px;
    letter-spacing: 0.8px;
  }
  .article-text .html-products .base-text h5 {
    line-height: 30px;
  }
  .article-text .html-products .base-text p.big {
    font-size: 20px;
    line-height: 29px;
  }
  .article-text .row-article {
    /*		.large {
    			.box-image {
    				height: 278px;
    			}
    		}*/
  }
  .article-text .row-article .square {
    padding: 0 70px;
    /*			.box-image {
    				height: 370px;
    			}*/
  }
  .article-text .row-article .square + .box-description {
    width: 100%;
    margin: 0;
    padding-left: 70px;
    padding-right: 70px;
  }
  .article-text .row-article .normal {
    padding: 0 110px;
  }
  .article-text .row-article .normal + .box-description {
    width: 100%;
    margin: 0;
    padding-left: 125px;
    padding-right: 125px;
  }
  .article-text .row-article .normal .box-image {
    height: 354px;
  }
  .article-text-white-spaces .box-description-container {
    width: 82.03125%;
    margin: -30px auto 0 auto;
    padding: 36px 60px 70px 60px;
  }
  .article-text-white-spaces .html-products h1 {
    line-height: 30px;
    letter-spacing: 0.8px;
  }
  .article-text-white-spaces .html-products li {
    padding: 13px 0 13px 23px;
    font-size: 16px;
  }
  .article-text-white-spaces .html-products li:after {
    top: 27px;
  }
  .article-text-white-spaces .html-products li h2, .article-text-white-spaces .html-products li h3 {
    font-size: 20px;
  }
  .article-text-white-spaces .html-products .base-text h5 {
    line-height: 30px;
  }
  .article-text-white-spaces .html-products .base-text p.big {
    font-size: 20px;
    line-height: 29px;
  }
  .article-text-white-spaces .row-article .square {
    padding: 0 70px;
  }
  .article-text-white-spaces .row-article .square + .box-description {
    width: 100%;
    margin: 0;
    padding-left: 70px;
    padding-right: 70px;
  }
  .article-text-white-spaces .row-article .normal {
    padding: 0 110px;
  }
  .article-text-white-spaces .row-article .normal + .box-description {
    width: 100%;
    margin: 0;
    padding-left: 125px;
    padding-right: 125px;
  }
  .article-text-white-spaces .row-article .normal .box-image {
    height: 354px;
  }
  .article-text-documents {
    /*	.box-description {
    	    width: 82.03125%;
    	    margin: -30px 8.484375% 0 8.484375%;
    	    padding: 36px 60px 40px 60px;

    	    h3 {
    	    	line-height: 30px;
    	    	letter-spacing: .8px;
    	    }

    	    .base-text {

    			h5 {
    				line-height: 30px;
    			}

    	    	p {
    	    		&.big {
    					font-size: 20px;
    					line-height: 29px;
    				}
    	    	}
    	    }
    	}*/
  }
  .article-text-documents .box-description-container {
    margin: 0 auto;
    padding: 45px 70px 70px 70px;
  }
  .article-text-documents .html-products h1 {
    line-height: 30px;
    letter-spacing: 0.8px;
    font-size: 38px;
  }
  .article-text-documents .html-products .base-text h5 {
    line-height: 30px;
  }
  .article-text-documents .html-products .base-text p.big {
    font-size: 20px;
    line-height: 29px;
  }
  .article-text-documents .documents {
    font-size: 14px;
  }
  .article-text-documents .documents li {
    padding: 12px 0 12px 26px;
  }
  .article-text-documents .documents li:first-child:before {
    margin-top: -12px;
  }
  .article-text-documents .row-article {
    /*		.large {
    			.box-image {
    				height: 278px;
    			}
    		}*/
  }
  .article-text-documents .row-article .square {
    padding: 0 70px;
    /*			.box-image {
    				height: 370px;
    			}*/
  }
  .article-text-documents .row-article .square + .box-description {
    width: 100%;
    margin: 0;
    padding-left: 70px;
    padding-right: 70px;
  }
  .article-text-documents .row-article .normal {
    padding: 0 110px;
  }
  .article-text-documents .row-article .normal + .box-description {
    width: 100%;
    margin: 0;
    padding-left: 125px;
    padding-right: 125px;
  }
  .article-text-documents .row-article .normal .box-image {
    height: 354px;
  }
  .article-text-container .box-description {
    width: 82.03125%;
    margin: -30px 8.484375% 0 8.484375%;
    padding: 33px 60px 40px 60px;
  }
  .article-text-container .box-description h3 {
    line-height: 30px;
    letter-spacing: 0.8px;
  }
  .article-text-container .box-description .base-text h3 {
    margin-top: 24px;
  }
  .article-text-container .box-description .base-text h3:first-of-type {
    margin-top: 8px;
  }
  .article-text-container .box-description .base-text h5 {
    line-height: 30px;
  }
  .article-text-container .box-description .base-text p.big {
    font-size: 20px;
    line-height: 29px;
  }
  .article-text-container .row-article .large .box-image {
    height: 278px;
  }
  .article-text-container .row-article .square {
    padding: 0 70px;
  }
  .article-text-container .row-article .square + .box-description {
    width: 100%;
    margin: 0;
    padding-left: 125px;
    padding-right: 125px;
  }
  .article-text-container .row-article .square .box-image {
    height: 370px;
  }
  .article-text-container .row-article .normal {
    padding: 0 70px;
  }
  .article-text-container .row-article .normal + .box-description {
    width: 100%;
    margin: 0;
    padding-left: 83px;
    padding-right: 83px;
  }
  .article-text-container .row-article .normal .box-image {
    height: 354px;
  }
  .article-text-html .title {
    font-size: 60px;
    margin-top: 23px;
    margin-bottom: 25px;
  }
  .banner-only-title h1 {
    font-size: 34px;
    line-height: 42px;
    padding: 60px;
  }
  .banner-only-title-small .title {
    font-size: 28px;
    line-height: 36px;
    padding: 59px 75px 29px;
  }
  .banner-blue.banner-blue-slider {
    padding: 0;
  }
  .banner-blue .banner-blue-wrapper {
    padding: 40px 60px;
  }
  .banner-blue .banner-blue-wrapper .base-text.typo28 {
    margin-bottom: 30px;
  }
  .banner-blue .banner-blue-wrapper .base-text p {
    font-size: 21px;
    line-height: 28px;
  }
  .banner-blue .banner-blue-wrapper .form-group button {
    width: auto;
    display: block;
  }
  .banner-blue.with-title .banner-blue-wrapper h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .banner-blue.with-title .banner-blue-wrapper .base-text {
    margin-bottom: 24px;
    max-width: 463px;
  }
  .banner-blue.with-title .banner-blue-wrapper .base-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-blue.with-title .banner-blue-wrapper .form-group {
    display: inline-block;
  }
  .banner-blue.with-title .banner-blue-wrapper .form-group .download-icon a:before {
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 0;
  }
  .banner-blue.with-title .banner-blue-wrapper .form-group .button, .banner-blue.with-title .banner-blue-wrapper .form-group .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .banner-blue.with-title .banner-blue-wrapper .form-group .button-icon-left {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-blue.with-title .banner-blue-wrapper .form-group .button:first-child, .banner-blue.with-title .banner-blue-wrapper .form-group .axa-gulf__web-forms .button-icon-left:first-child, .axa-gulf__web-forms .banner-blue.with-title .banner-blue-wrapper .form-group .button-icon-left:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .banner-blue.with-title .banner-blue-wrapper .form-group .button a, .banner-blue.with-title .banner-blue-wrapper .form-group .axa-gulf__web-forms .button-icon-left a, .axa-gulf__web-forms .banner-blue.with-title .banner-blue-wrapper .form-group .button-icon-left a {
    padding: 12px 30px;
  }
  .slide-box.two-box .right .tilsi-background {
    right: 0;
  }
  .slide-box.two-box .right .container-banner .row.row-banner .tilsi-wrapper {
    margin-right: 40%;
    margin-left: 0;
  }
  .slide-box.two-box .left .tilsi-background {
    left: 0;
  }
  .slide-box.two-box .left .container-banner .row.row-banner .tilsi-wrapper {
    margin-left: 40%;
    margin-right: 0;
  }
  .slide-box.two-box .container-banner .row.row-banner .picture-limits.block {
    padding: 0 70px;
  }
  .slide-box.two-box .container-banner .row.row-banner .tilsi-wrapper {
    padding: 30px 70px 40px 70px;
  }
  .slide-box.two-box .tilsi-contents .banner-slider-title {
    margin-bottom: 10px;
  }
  .slide-box.two-box .tilsi-contents .banner-slider-title .title {
    font-size: 25px;
    line-height: 42px;
    letter-spacing: 0.7px;
    max-width: 100%;
  }
  .slide-box.two-box .tilsi-contents .description p {
    font-size: 16px;
    line-height: 24px;
  }
  .slide-box.two-box .tilsi-contents .tilsi-buttons .button, .slide-box.two-box .tilsi-contents .tilsi-buttons .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .slide-box.two-box .tilsi-contents .tilsi-buttons .button-icon-left {
    height: 50px;
  }
  .slide-box.two-box.blue .container-banner .row.row-banner .tilsi-wrapper {
    min-height: 266px;
    padding: 34px 30px;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .slide-box.two-box.blue .tilsi-background {
    display: block;
    position: absolute;
    width: 40%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .slide-box.two-box.blue .picture-limits {
    display: none;
  }
  .quick-links {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quick-links .container h3.typo36, .quick-links .portlet-search .portlet-content-container h3.typo36, .portlet-search .quick-links .portlet-content-container h3.typo36 {
    line-height: 42px;
    margin-bottom: 53px;
    font-size: 32px;
  }
  .quick-links .container h3.typo36 + .base-text.typo20, .quick-links .portlet-search .portlet-content-container h3.typo36 + .base-text.typo20, .portlet-search .quick-links .portlet-content-container h3.typo36 + .base-text.typo20 {
    font-size: 20px;
  }
  .quick-links .container h6.typo24, .quick-links .portlet-search .portlet-content-container h6.typo24, .portlet-search .quick-links .portlet-content-container h6.typo24 {
    font-size: 18px;
    line-height: 24px;
  }
  .quick-links .container .base-text.typo20, .quick-links .portlet-search .portlet-content-container .base-text.typo20, .portlet-search .quick-links .portlet-content-container .base-text.typo20 {
    font-size: 16px;
    line-height: 22px;
  }
  .quick-links .quick-link-blue-block {
    float: left;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .quick-links .quick-link-blue-block:nth-child(4n+4) {
    clear: left;
  }
  .quick-links .six-elem .quick-link-blue-block:nth-child(4) {
    margin-left: 0;
  }
  .quick-links .five-elem .quick-link-blue-block h6.typo24 {
    font-weight: normal;
  }
  .quick-links .five-elem .quick-link-blue-block:nth-child(4) {
    margin-left: 16.66666%;
  }
  .quick-links .four-elem .quick-link-blue-block:nth-child(4) {
    margin-left: 33.33333%;
  }
  .quick-links .two-elem .quick-link-blue-block {
    width: 50%;
  }
  .quick-links .bxslider-quick-links img, .quick-links .bxslider-quick-links svg {
    margin-bottom: 19px;
  }
  .quick-links.js-no-slider .quick-link-blue-block {
    max-width: none;
  }
  .quick-links.js-no-slider .quick-link-blue-block svg {
    transform: none;
  }
  .quick-links.small.js-no-slider .four-elem .quick-link-blue-block {
    width: 25%;
  }
  .quick-links.small.js-no-slider .four-elem .quick-link-blue-block:nth-child(4) {
    margin-left: 0;
  }
  .quick-links.small.js-no-slider .four-elem .quick-link-blue-block:nth-child(4n+4) {
    clear: none;
  }
  .quick-links.small.js-no-slider .three-elem .quick-link-blue-block {
    width: 33.33333%;
  }
  .quick-links.small.js-no-slider .three-elem .quick-link-blue-block:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .quick-links.small.js-no-slider .two-elem .quick-link-blue-block {
    width: 50%;
  }
  .health-documents {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .health-documents thead > tr.table-head th.table-th {
    background: #2e2e85;
    color: #fff;
    height: 75px;
    font-size: 30px;
    line-height: 42px;
    text-align: left;
    vertical-align: middle;
  }
  .health-documents .table-thead .table-tr-th:not(.table-head) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .health-documents .table-thead .table-tr-th:not(.table-head) .table-th {
    width: 33.33333%;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    height: 75px;
  }
  .health-documents .table-thead .table-tr-th:not(.table-head) .table-th:first-child {
    display: table-cell;
  }
  .health-documents .table-thead .table-tr-th:not(.table-head) .table-th:not(:last-child) {
    width: 32%;
  }
  .health-documents .table-thead .table-tr-th:not(.table-head) .table-th:last-child {
    width: 36%;
  }
  .health-documents .table-thead .table-tr-th:not(.table-head) .table-th:last-child .title {
    padding-left: 5px;
  }
  .health-documents tbody.oddRow {
    background: #f2f2f2;
  }
  .health-documents tbody.evenRow {
    background: #fff;
  }
  .health-documents tbody {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .health-documents tbody tr {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
  }
  .health-documents tbody tr:nth-child(odd) {
    background: none;
  }
  .health-documents tbody tr:nth-child(even) {
    background: none;
  }
  .health-documents tbody .text-tr td.mobile-view {
    display: none;
  }
  .health-documents .icons-tr b {
    font-size: 14px;
  }
  .health-documents .icons-tr td.desktop-view {
    display: table-cell;
  }
  .health-documents .icons-tr li:before {
    width: 16px;
    height: 16px;
  }
  .health-documents .icons-tr li:nth-child(3n+3) {
    clear: left;
  }
  .table.health-documents tr td,
  .table.health-documents tr th {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .table-light .table {
    margin-left: 0;
    margin-right: 0;
  }
  .table-light .table-tr,
  .table-light .table-tr-th {
    height: 45px;
  }
  .banner-title-description-button-center {
    margin: 98px auto 130px;
    max-width: 704px;
  }
  .banner-title-description-button-center .typo48, .banner-title-description-button-center .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .banner-title-description-button-center .typo46 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 1px;
    margin-bottom: 32px;
  }
  .banner-title-description-button-center .description {
    max-width: 301px;
    margin: 0 auto 44px auto;
  }
  .banner-title-description-button-center .button.large, .banner-title-description-button-center .axa-gulf__web-forms .large.button-icon-left, .axa-gulf__web-forms .banner-title-description-button-center .large.button-icon-left {
    font-size: 12px;
    height: 40px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .glf-links .item-list .link {
    font-size: 14px;
  }
  .portlet-barebone-static .portlet > .portlet-topper {
    top: 0;
  }
  .typo48, .axa-gulf__web-forms .typo46 {
    font-size: 48px;
    margin-bottom: 80px;
  }
  .typo36 {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 30px;
  }
  .typo20 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .axa-gulf__web-forms .box-alabaster {
    overflow: visible;
  }
  .axa-gulf__web-forms .no-validationcolor .forms .radio-group-tabs.tabs-error .radio-tabs:first-child {
    margin-bottom: 0;
  }
  .axa-gulf__web-forms .forms .tooltip-help-group .box-help .box-help-arrow-up {
    display: none;
  }
  .axa-gulf__web-forms .forms .tooltip-help-group .box-help .box-help-arrow-left {
    display: block;
  }
  .axa-gulf__web-forms .forms .tooltip-help-group .box-help {
    box-sizing: border-box;
    position: absolute;
    max-width: 250px;
    width: 100%;
    left: auto;
    right: -80%;
    top: -6px;
    padding: 30px 20px;
  }
  .axa-gulf__web-forms .forms .tooltip-help-group .box-help .content {
    padding-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .axa-gulf__web-forms .containerphone {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .axa-gulf__web-forms .containertablet {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 720px;
  }
}
@media (min-width: 768px) {
  .axa-gulf__web-forms .container, .axa-gulf__web-forms .portlet-search .portlet-content-container, .portlet-search .axa-gulf__web-forms .portlet-content-container {
    max-width: 100%;
    width: 720px;
  }
  .axa-gulf__web-forms .typo78 {
    font-size: 78px;
    line-height: 82px;
  }
  .axa-gulf__web-forms .typo62 {
    font-size: 62px;
    line-height: 72px;
  }
  .axa-gulf__web-forms .typo48, .axa-gulf__web-forms .typo46 {
    font-size: 46px;
    line-height: 52px;
  }
  .axa-gulf__web-forms .typo46 {
    font-size: 46px;
    line-height: 52px;
  }
  .axa-gulf__web-forms .typo36 {
    font-size: 36px;
    line-height: 42px;
  }
  .axa-gulf__web-forms .typo32 {
    font-size: 32px;
    line-height: 42px;
  }
  .axa-gulf__web-forms .typo28 {
    font-size: 28px;
    line-height: 32px;
  }
  .axa-gulf__web-forms .typo24 {
    font-size: 24px;
    line-height: 29px;
  }
  .axa-gulf__web-forms .typo20 {
    font-size: 20px;
    line-height: 30px;
  }
  .axa-gulf__web-forms .typo18 {
    font-size: 18px;
    line-height: 27px;
  }
  .axa-gulf__web-forms .typo16 {
    font-size: 16px;
    line-height: 24px;
  }
  .axa-gulf__web-forms .typo14 {
    font-size: 14px;
    line-height: 17px;
  }
  .axa-gulf__web-forms .typo13 {
    font-size: 13px;
    line-height: 18px;
  }
  .product-tables .main-title-health {
    font-size: 34px;
    line-height: 42px;
    padding: 0 135px;
    margin-top: 50px;
  }
  .product-tables .main-title {
    font-size: 34px;
    line-height: 42px;
    margin-top: 44px;
    margin-bottom: 36px;
    padding: 0 135px;
    margin-top: 50px;
  }
  .product-tables .sub-main-title {
    font-size: 26px;
    line-height: 36px;
    margin-top: 60px;
  }
  .product-tables .sub-main-title:first-child {
    margin-top: 30px;
  }
  .product-tables .table {
    margin-bottom: 76px;
  }
  .product-tables .table-theader {
    display: block;
    letter-spacing: -5px;
  }
  .product-tables .table-tr {
    display: inline-block;
    letter-spacing: 0;
    position: relative;
  }
  .product-tables .table-tr:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0.1%;
    vertical-align: middle;
  }
  .product-tables .table-tr.even-tr {
    background-color: transparent;
  }
  .product-tables .table-tr.even-tr.bg-solid {
    background-color: rgba(216, 216, 216, 0.34);
  }
  .product-tables .table-tr.even-tr.bg-solid td {
    background-color: #f2f2f2;
  }
  .product-tables .table-thead {
    text-align: right;
  }
  .product-tables .table-tr-th {
    display: inline-block;
    width: 79%;
    letter-spacing: -4px;
  }
  .product-tables .table-th {
    display: inline-block;
    min-height: 53px;
    height: auto;
    letter-spacing: 0;
    padding: 13px 10px;
  }
  .product-tables .table-th .container-recommended {
    padding: 5px 10px 0;
    height: 25px;
    top: -14px;
  }
  .product-tables .table-th .recommended {
    max-width: 62px;
    margin: 0 auto;
  }
  .product-tables .table-th .subtitle, .product-tables .table-th .number {
    display: inline-block;
  }
  .product-tables .table-tbody {
    letter-spacing: -4px;
  }
  .product-tables .table-td {
    display: inline-block;
  }
  .product-tables .table-td.result-td {
    width: 32.45%;
    padding-bottom: 10px;
  }
  .product-tables .text-tr {
    width: 43%;
  }
  .product-tables .icons-tr {
    width: 57%;
  }
  .product-tables .center-text {
    position: relative;
    top: 0% !important;
  }
  .product-tables .table-foot {
    background-color: transparent;
    border-right: none;
    border-left: none;
  }
  .product-tables .table-foot .pacific-color-tr {
    background-color: #00adc6;
    width: 100%;
  }
  .product-tables .table-foot .text-tr {
    -webkit-box-shadow: 0px 0px 9px 1px rgb(212, 212, 212);
    -moz-box-shadow: 0px 0px 9px 1px rgb(212, 212, 212);
    box-shadow: 0px 0px 9px 1px rgb(212, 212, 212);
    letter-spacing: 0;
    color: #191619;
  }
  .product-tables .table-foot .text-tr:after {
    content: "";
    display: block;
    background-color: #fafafa;
    position: absolute;
    height: 50px;
    width: 21px;
    left: calc(43% - 10.5px);
    bottom: 69px;
  }
  .product-tables .table-foot .text-tr .table-td {
    padding-top: 20px;
  }
  .product-tables .table-foot .pacific-icons-tr {
    -webkit-box-shadow: 0px 0px 9px 1px rgb(212, 212, 212);
    -moz-box-shadow: 0px 0px 9px 1px rgb(212, 212, 212);
    box-shadow: 0px 0px 9px 1px rgb(212, 212, 212);
    display: inline-block;
    letter-spacing: 0;
  }
  .product-tables .table-foot .pacific-icons-tr .ico-ok, .product-tables .table-foot .pacific-icons-tr .ico-ko:after, .product-tables .table-foot .pacific-icons-tr .ico-ko:before {
    border-color: #00adc6;
  }
  .product-tables .car .main-title {
    margin-bottom: 36px;
  }
  .product-tables .col-table-half .quote-text {
    padding: 25px;
  }
  .product-tables .col-table-1-golf .table-tr {
    display: table-row;
  }
  .product-tables .col-table-1-golf .table-th, .product-tables .col-table-1-golf .table-td {
    display: table-cell;
  }
  .product-tables .col-table-7 .table-td.result-td {
    padding-bottom: 10px;
  }
  .axa-gulf__web-forms.complaint .quote-title h2,
  .axa-gulf__web-forms.complaint .quote-title h4,
  .axa-gulf__web-forms.renewal .quote-title h2,
  .axa-gulf__web-forms.renewal .quote-title h4,
  .axa-gulf__web-forms.success .quote-title h2,
  .axa-gulf__web-forms.success .quote-title h4 {
    margin-left: 0;
  }
  .axa-gulf__web-forms.complaint .quote-title .logo,
  .axa-gulf__web-forms.renewal .quote-title .logo,
  .axa-gulf__web-forms.success .quote-title .logo {
    position: absolute;
    top: 7px;
    left: 22px;
  }
  .axa-gulf__web-forms.complaint .quote-title a,
  .axa-gulf__web-forms.renewal .quote-title a,
  .axa-gulf__web-forms.success .quote-title a {
    width: 55px;
    height: 55px;
  }
  .axa-gulf__web-forms.complaint #menu-subheader,
  .axa-gulf__web-forms.renewal #menu-subheader,
  .axa-gulf__web-forms.success #menu-subheader {
    top: 25px;
  }
  .axa-gulf__web-forms.complaint .text-complaints,
  .axa-gulf__web-forms.renewal .text-complaints,
  .axa-gulf__web-forms.success .text-complaints {
    padding: 40px 40px;
  }
  .axa-gulf__web-forms.complaint > .text-complaints,
  .axa-gulf__web-forms.renewal > .text-complaints,
  .axa-gulf__web-forms.success > .text-complaints {
    padding: 40px 25px 40px 10px;
  }
  .axa-gulf__web-forms.complaint .box-alabaster .blue-title-link,
  .axa-gulf__web-forms.renewal .box-alabaster .blue-title-link,
  .axa-gulf__web-forms.success .box-alabaster .blue-title-link {
    margin: 30px 0;
  }
  .axa-gulf__web-forms.complaint .box-alabaster .blue-title-link a,
  .axa-gulf__web-forms.renewal .box-alabaster .blue-title-link a,
  .axa-gulf__web-forms.success .box-alabaster .blue-title-link a {
    font-size: 16px;
  }
  .axa-gulf__web-forms.complaint .box-alabaster .middleline h5,
  .axa-gulf__web-forms.renewal .box-alabaster .middleline h5,
  .axa-gulf__web-forms.success .box-alabaster .middleline h5 {
    font-size: 18px;
  }
  .axa-gulf__web-forms.complaint .box-alabaster p,
  .axa-gulf__web-forms.renewal .box-alabaster p,
  .axa-gulf__web-forms.success .box-alabaster p {
    font-size: 16px;
  }
  .axa-gulf__web-forms.complaint .box-protection,
  .axa-gulf__web-forms.renewal .box-protection,
  .axa-gulf__web-forms.success .box-protection {
    padding: 40px;
  }
  .axa-gulf__web-forms.complaint .ebp-price .reference,
  .axa-gulf__web-forms.renewal .ebp-price .reference,
  .axa-gulf__web-forms.success .ebp-price .reference {
    float: left;
    margin-left: 40px;
  }
  .axa-gulf__web-forms.complaint .ebp-price .price,
  .axa-gulf__web-forms.renewal .ebp-price .price,
  .axa-gulf__web-forms.success .ebp-price .price {
    float: right;
    margin-left: 0;
    margin-right: 40px;
  }
  .axa-gulf__web-forms.complaint .protection-plan .description,
  .axa-gulf__web-forms.renewal .protection-plan .description,
  .axa-gulf__web-forms.success .protection-plan .description {
    float: left;
  }
  .axa-gulf__web-forms.complaint .protection-plan .value-protection-plan,
  .axa-gulf__web-forms.renewal .protection-plan .value-protection-plan,
  .axa-gulf__web-forms.success .protection-plan .value-protection-plan {
    float: right;
  }
  .axa-gulf__web-forms.complaint .ebp-final-price,
  .axa-gulf__web-forms.renewal .ebp-final-price,
  .axa-gulf__web-forms.success .ebp-final-price {
    margin-top: 60px;
  }
  .axa-gulf__web-forms.complaint .ebp-final-price .reference,
  .axa-gulf__web-forms.renewal .ebp-final-price .reference,
  .axa-gulf__web-forms.success .ebp-final-price .reference {
    float: left;
    margin-left: 40px;
  }
  .axa-gulf__web-forms.complaint .ebp-final-price .price,
  .axa-gulf__web-forms.renewal .ebp-final-price .price,
  .axa-gulf__web-forms.success .ebp-final-price .price {
    float: right;
    margin-left: 0;
    margin-right: 40px;
  }
  .axa-gulf__web-forms.complaint .forms .field-wrapper .control-label,
  .axa-gulf__web-forms.complaint .forms label,
  .axa-gulf__web-forms.renewal .forms .field-wrapper .control-label,
  .axa-gulf__web-forms.renewal .forms label,
  .axa-gulf__web-forms.success .forms .field-wrapper .control-label,
  .axa-gulf__web-forms.success .forms label {
    font-size: 18px;
  }
  .axa-gulf__web-forms.complaint .box-fieldset textarea,
  .axa-gulf__web-forms.renewal .box-fieldset textarea,
  .axa-gulf__web-forms.success .box-fieldset textarea {
    font-size: 16px;
  }
  .axa-gulf__web-forms.complaint .recaptcha2,
  .axa-gulf__web-forms.renewal .recaptcha2,
  .axa-gulf__web-forms.success .recaptcha2 {
    transform: scale(1);
    transform-origin: 0 0;
  }
  .axa-gulf__web-forms.complaint .text-complaints p,
  .axa-gulf__web-forms.renewal .text-complaints p,
  .axa-gulf__web-forms.success .text-complaints p {
    font-size: 16px;
  }
  .axa-gulf__web-forms.complaint .box-alabaster {
    margin: 30px 0;
    padding: 30px 45px 30px 65px;
  }
  .axa-gulf__web-forms.complaint .forms .tooltip-help-group .box-help {
    max-width: none;
    left: auto;
    right: auto;
    position: relative;
  }
  .axa-gulf__web-forms.complaint .forms .tooltip-help-group .box-help .box-help-arrow-up {
    display: block;
  }
  .axa-gulf__web-forms.complaint .forms .tooltip-help-group .box-help .box-help-arrow-left {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .axa-gulf__web-forms.complaint .quote-title .logo,
  .axa-gulf__web-forms.renewal .quote-title .logo,
  .axa-gulf__web-forms.success .quote-title .logo {
    left: 33px;
  }
}
@media (min-width: 768px) {
  .rtl .axa-gulf__web-forms.complaint .quote-title .logo,
  .rtl .axa-gulf__web-forms.renewal .quote-title .logo,
  .rtl .axa-gulf__web-forms.success .quote-title .logo {
    left: auto;
  }
  .rtl .axa-gulf__web-forms.complaint #menu-subheader,
  .rtl .axa-gulf__web-forms.renewal #menu-subheader,
  .rtl .axa-gulf__web-forms.success #menu-subheader {
    right: auto;
    left: 25px;
  }
  .axa-gulf__web-forms.renewal .quote-title .logo,
  .axa-gulf__web-forms.success .quote-title .logo {
    left: 24px;
  }
  .axa-gulf__web-forms.renewal .no-validationcolor .radio-group-tabs.first-group .radio-tabs:first-child,
  .axa-gulf__web-forms.success .no-validationcolor .radio-group-tabs.first-group .radio-tabs:first-child {
    margin-bottom: 0;
  }
  .axa-gulf__web-forms.renewal .select-field .form-group,
  .axa-gulf__web-forms.success .select-field .form-group {
    margin-bottom: 25px;
  }
  .axa-gulf__web-forms.renewal .box-alabaster .middleline.custom h5,
  .axa-gulf__web-forms.success .box-alabaster .middleline.custom h5 {
    margin-left: 30px;
  }
  .axa-gulf__web-forms.error .box-alabaster .blue-title-link {
    margin: 40px 0;
  }
  .axa-gulf__web-forms.error .box-alabaster .blue-title-link a {
    font-size: 16px;
  }
  .axa-gulf__web-forms.renewal.success .span8 {
    width: 65.81197%;
  }
  .axa-gulf__web-forms.renewal.success .span4 {
    margin-left: 0;
    width: 31.62393%;
  }
  .axa-gulf__web-forms.renewal.success,
  .axa-gulf__web-forms.renewal.error {
    text-align: left;
  }
  .axa-gulf__web-forms.ebp-tabs .container, .axa-gulf__web-forms.ebp-tabs .portlet-search .portlet-content-container, .portlet-search .axa-gulf__web-forms.ebp-tabs .portlet-content-container {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  .axa-gulf__web-forms.ebp-tabs .quote-title.container, .axa-gulf__web-forms.ebp-tabs .portlet-search .quote-title.portlet-content-container, .portlet-search .axa-gulf__web-forms.ebp-tabs .quote-title.portlet-content-container {
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .axa-gulf__web-forms.ebp-tabs .quote-title .logo {
    top: -4px;
  }
  .axa-gulf__web-forms.ebp-tabs .box-alabaster .middleline.custom h5 {
    margin-left: 30px;
  }
  .axa-gulf__web-forms.ebp-tabs .back-button a {
    margin-top: 0;
  }
  .axa-gulf__web-forms.ebp-tabs .forms .tooltip-help-group .box-help {
    max-width: 57%;
    left: 300px;
    top: calc(50% + 18px);
    transform: translateY(-50%);
  }
  .axa-gulf__web-forms.ebp-tabs .forms .fieldset-mobile .field-help-text-down {
    top: 48px;
  }
  .axa-gulf__web-forms.hsbc .main-heading-logos .logo {
    position: static;
    left: auto;
    top: auto;
  }
  .axa-gulf__web-forms.hsbc .main-heading-logos .logo a {
    width: auto;
    height: auto;
  }
  .wrapper-header-callback-form {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 25px;
  }
  .axa-gulf__web-forms.callback .span8 {
    width: 100%;
    margin-left: 0;
  }
  .axa-gulf__web-forms.callback .quote-title h2 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin: 0 auto;
    font-size: 46px;
  }
  .axa-gulf__web-forms.callback #menu-subheader {
    position: absolute;
    top: 25px;
  }
  .axa-gulf__web-forms.callback .quote-title .logo {
    left: 45px;
    top: 10px;
  }
  .axa-gulf__web-forms.callback .quote-title .logo a {
    width: 55px;
    height: 55px;
    background-size: cover;
  }
  .axa-gulf__web-forms.callback .box-alabaster {
    margin: 30px 0;
    padding: 30px 45px 30px 65px;
  }
  .axa-gulf__web-forms.callback .forms .select-field .close-icon {
    font-size: 16px;
  }
  .axa-gulf__web-forms.callback .send {
    margin-right: 40px;
  }
  .axa-gulf__web-forms.callback .cancel {
    float: left;
  }
  .axa-gulf__web-forms.callback .send button,
  .axa-gulf__web-forms.callback .cancel button {
    min-width: 141px;
    font-size: 14px;
  }
  .axa-gulf__web-forms.callback .cancel button {
    margin-top: 0;
  }
  .axa-gulf__web-forms.callback .text-complaints p {
    color: #5f5f5f;
  }
  .text_center #footer-copyright {
    background: #3b3fd8;
    padding: 9px 0;
    height: 51px;
    box-sizing: border-box;
  }
  .text_center #footer-copyright #copyright li {
    font-size: 16px;
    font-family: "SourceSansPro-Regular", sans-serif;
  }
  .rtl .axa-gulf__web-forms.callback .quote-title .logo {
    right: 25px;
    left: auto;
  }
  .rtl .axa-gulf__web-forms.callback #menu-subheader {
    right: auto;
    left: 25px;
  }
  .web-public-contact-form-web .box {
    padding: 37px 130px 88px;
  }
  .web-public-contact-form-web .triangle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    transform: rotate(45deg);
    top: 67px;
    background: #3054ae;
  }
  .web-public-contact-form-web h1, .web-public-contact-form-web h2, .web-public-contact-form-web h3, .web-public-contact-form-web h4, .web-public-contact-form-web h5, .web-public-contact-form-web h6 {
    margin-bottom: 9px;
  }
  .web-public-contact-form-web h2 {
    font-size: 36px;
  }
  .web-public-contact-form-web p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.1px;
    margin-bottom: 33px;
  }
  .web-public-contact-form-web b {
    font-size: 16px;
  }
  .web-public-contact-form-web .textarea {
    height: 114px;
  }
  .web-public-contact-form-web .upload-document-info {
    margin-top: 22px;
    font-size: 18px;
    line-height: 24px;
  }
  .web-public-contact-form-web .button.ghost, .web-public-contact-form-web .axa-gulf__web-forms .ghost.button-icon-left, .axa-gulf__web-forms .web-public-contact-form-web .ghost.button-icon-left {
    margin-bottom: 0;
  }
  .portlet-search .form-group {
    margin-bottom: 20px;
  }
  .portlet-search .pagination {
    margin-top: 15px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .portlet-search .pagination li {
    display: inline;
  }
  .portlet-search .pagination li a, .portlet-search .pagination li span {
    color: #2e2e85;
  }
  .portlet-search .pagination li:not(:first-child):not(:last-child) {
    padding: 0 10px;
  }
  .portlet-search .pagination li:first-child {
    float: left;
  }
  .portlet-search .pagination li:last-child {
    float: right;
  }
  .portlet-search .pagination > .active > a,
  .portlet-search .pagination > .active > a:hover,
  .portlet-search .pagination > .active > a:focus,
  .portlet-search .pagination > .active > span,
  .portlet-search .pagination > .active > span:hover,
  .portlet-search .pagination > .active > span:focus {
    color: #f07662;
    background-color: transparent;
    border: none;
    font-weight: bold;
  }
  .portlet-search .taglib-empty-result-message .card-row-padded {
    padding: 50px 0 150px 0;
  }
  .branch-locator .container.wrapper, .branch-locator .portlet-search .wrapper.portlet-content-container, .portlet-search .branch-locator .wrapper.portlet-content-container {
    padding: 32px 40px;
  }
  .branch-locator .container.wrapper h3, .branch-locator .portlet-search .wrapper.portlet-content-container h3, .portlet-search .branch-locator .wrapper.portlet-content-container h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    max-width: 100%;
  }
  .branch-locator .container.wrapper form .select-wrapper, .branch-locator .portlet-search .wrapper.portlet-content-container form .select-wrapper, .portlet-search .branch-locator .wrapper.portlet-content-container form .select-wrapper {
    width: 48%;
    margin: 0 auto;
    max-width: 320px;
    padding: 0 10px;
  }
  .branch-locator .container.wrapper form .select-wrapper:not(:first-child), .branch-locator .portlet-search .wrapper.portlet-content-container form .select-wrapper:not(:first-child), .portlet-search .branch-locator .wrapper.portlet-content-container form .select-wrapper:not(:first-child) {
    margin-top: 0;
  }
  .branch-locator + #agents .span12 p {
    margin-top: 41px;
    margin-bottom: 47px;
  }
  .branch-locator + #agents .cmpnt-inner {
    margin-bottom: 24px;
    width: 100%;
  }
  .branch-locator + #agents .cmpnt-inner .agency-location-find-us {
    padding: 21px 31px 21px 43px;
    max-width: none;
    width: 100%;
    float: left;
  }
  .branch-locator + #agents .cmpnt-inner .agency-location-find-us h4.agency-location-find-us-title {
    margin-bottom: 25px;
    line-height: 29px;
  }
  .branch-locator + #agents .cmpnt-inner .agency-location-find-us h6.agency-location-find-us-subtitle {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .branch-locator + #agents .cmpnt-inner .agency-location-map {
    width: 100%;
  }
  .branch-locator + #agents .cmpnt-inner .agency-location-map iframe {
    margin: 0;
  }
  .branch-locator + #agents .empty_results_message {
    padding: 57px 30px;
  }
  .direct-billing-form .container, .direct-billing-form .portlet-search .portlet-content-container, .portlet-search .direct-billing-form .portlet-content-container {
    width: 690px;
  }
  .direct-billing-form .picture-limits {
    height: 336px;
  }
  .direct-billing-form .billing-description {
    margin-top: 119px;
  }
  .direct-billing-form .billing-title {
    max-width: none;
    padding: 12px 0 49px;
  }
  .direct-billing-form .forms .buttons-flex {
    flex-direction: row;
  }
  .direct-billing-form .forms .checkbox-box-group .input-checkbox-wrapper:not(:first-child) {
    margin-left: 7px;
  }
  .direct-billing-form .forms .radio-box-group .radio:not(:first-child) {
    margin-left: 11px;
  }
  .direct-billing-form .forms .remaining {
    margin-top: 9px;
  }
  .direct-billing-form .container-button {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
  }
  .direct-billing-form .button, .direct-billing-form .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .direct-billing-form .button-icon-left {
    font-size: 16px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .footer-small-light-nav {
    text-align: right;
  }
  .glf-footer-nav .footer__linksWrapperStyle {
    width: 75%;
    padding: 0;
  }
  .glf-footer-nav .footer__langsInnerStyle .language-entry-long-text {
    display: none;
  }
  .glf-footer-nav .footer__topStyle {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 44px 0 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 960px) {
  .glf-footer-nav .footer__topStyle {
    padding: 30px 0 0 0;
  }
}
@media (min-width: 992px) {
  .glf-footer-nav .footer__linksWrapperStyle {
    flex-wrap: wrap;
    width: 81%;
  }
  .glf-footer-nav .footer__socialStyle {
    width: 19%;
    padding: 0;
    margin-bottom: 20px;
  }
  .glf-footer-nav .footer_bolder {
    font-weight: bold;
  }
  .glf-footer-nav .footer_margin_bottom_small {
    margin-bottom: 0;
  }
  .glf-footer-nav .footer_full_width_inline .footer__linksTitleStyle {
    margin-top: 20px;
  }
  .glf-images-footer-nav .list-nav {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
  }
  .glf-images-footer-nav .item-nav {
    width: auto;
  }
  .glf-images-footer-nav .item-nav:first-of-type .images-container {
    max-width: none;
  }
  .glf-images-footer-nav .item-nav:nth-of-type(2) img {
    max-width: 80px;
    max-height: 32px;
  }
  .glf-main-nav:hover .menuitemstyle.selected {
    border-bottom: none;
  }
  .glf-main-nav .subnavblock {
    position: relative;
  }
  .glf-main-nav .menuitemstyle .subnavmenustyle .subnavblock .subnavitemswraper {
    max-height: 215px;
  }
  .header__wrapperstyle .wrapperstyle .glf-main-nav .stroke {
    bottom: 0;
  }
  .header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .firstlevellink {
    font-weight: bold;
    color: #2e2e85;
    letter-spacing: 0.5px;
    font-size: 14px;
  }
  .rtl .header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .firstlevellink {
    letter-spacing: 0;
    font-size: 15px;
  }
  .header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle:hover .firstlevellink {
    font-weight: bold;
    color: #2e2e85;
  }
  .header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .subnavblock:first-child:nth-last-child(3) {
    padding-left: 0;
    width: 269px;
  }
  .header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .subnavblock:first-child:nth-last-child(3) ~ .subnavblock {
    padding-left: 44px;
  }
  .header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .subnavblock:first-child:nth-last-child(3) ~ .subnavblock-noborder {
    width: 256px;
    padding-left: 0;
  }
  .header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .submenuitemstyle {
    min-width: 200px;
  }
  .header__wrapperstyle .wrapperstyle .glf-main-nav .navbar .header-meta-menu-list .menuitemstyle .submenustyle .two-columns {
    width: 554px;
  }
  .header__wrapperstyle .wrapperstyle .glf-main-nav li.menuitemstyle > .submenustyle.show-submenu {
    transition: all 0.2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
  }
  .header__wrapperstyle .wrapperstyle .glf-main-nav .menuitemstyle .submenustyle {
    z-index: 0;
    transition: all 0.2s ease;
  }
  .header__wrapperstyle .wrapperstyle .glf-main-nav.js-animations-on li.menuitemstyle > .submenustyle.show-submenu {
    transition: opacity 0.2s ease;
    opacity: 1;
    visibility: visible;
  }
  .header__wrapperstyle .wrapperstyle .glf-main-nav.js-animations-on .submenustyle {
    transition: all 0.2s ease;
    padding: 40px 0;
    visibility: hidden;
    opacity: 0;
  }
  .glf-main-nav .nav-list .menuitemstyle .subnavmenustyle .subnavblock-noborder {
    border-left: none;
  }
  .glf-meta-nav .linkwrapperstyle .linkmetastyle {
    padding: 0 22px;
    background-color: transparent;
  }
  .glf-meta-nav .linkwrapperstyle:not(.active) .linkmetastyle:hover {
    background-color: transparent;
  }
  .glf-meta-nav .active .linkmetastyle {
    background-color: #ffffff;
    padding-bottom: 2px;
    position: relative;
  }
  .glf-meta-nav .active .linkmetastyle:hover {
    padding-bottom: 3px;
  }
  .glf-top-right-nav .menu-mobile-meta .linkmetastyle {
    height: calc(100% - 1px);
  }
  .glf-top-right-nav .menu-mobile-meta .linkmetastyle:hover {
    color: #5f5f5f;
  }
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .line {
    height: 20px;
    margin-top: 8px;
  }
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .linkwrapperstyle .linkmetastyle {
    background-color: transparent;
  }
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .current-site .collapse-arrow {
    background-color: #ffffff;
  }
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .current-site .linkmetastyle:hover {
    background-color: #ffffff;
  }
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .current-site .collapsed, .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .current-site .collapsed:hover {
    background-color: transparent;
  }
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .box-blue {
    display: inline-block;
  }
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .box-blue .linkmetastyle {
    color: #ffffff;
    background: #cd8c66 !important;
  }
  .glf-top-right-nav .menu-mobile-meta .rightLinksWrapperStyle .box-blue .linkmetastyle:hover {
    background-color: #00005b;
  }
  .glf-top-right-nav .text-blue .linkmetastyle:hover, .glf-top-right-nav .text-blue a:hover, .glf-top-right-nav .language-switch .linkmetastyle:hover, .glf-top-right-nav .language-switch a:hover {
    color: #ffffff;
  }
  .glf-top-right-nav .linkwrapperstyle .linkmetastyle {
    background-color: transparent;
  }
  .glf-top-right-nav .language-switch, .glf-top-right-nav .current-site {
    width: auto;
  }
  .glf-top-right-nav .current-site {
    height: initial;
  }
  .glf-top-right-nav .current-site img {
    max-width: 15px;
    max-height: 9px;
  }
  .glf-top-right-nav .current-site .text-page {
    margin-left: 3px;
    margin-right: 3px;
  }
  .glf-top-right-nav .current-site .collapse-arrow:after {
    padding: 2px;
    top: calc(50% - 1px);
  }
  .glf-top-right-nav .current-site .collapse-arrow.blue:after {
    border-color: #ffffff;
  }
  .glf-top-right-nav .current-site .collapsing, .glf-top-right-nav .current-site .collapse {
    width: auto;
    top: 35px;
  }
  .glf-top-right-nav .current-site .collapsing .collapse-arrow:after, .glf-top-right-nav .current-site .collapse .collapse-arrow:after {
    top: calc(50% - 3px);
  }
  .glf-top-right-nav .current-site .collapsed:after {
    top: calc(50% - 5px) !important;
  }
  .rtl .glf-top-right-nav .text-blue img {
    float: none;
  }
  .rtl .glf-top-right-nav .text-blue .text-page {
    float: right;
    margin-top: 1.5px;
  }
  .rtl .glf-top-right-nav .switch-lang a {
    font-size: 13.5px;
    margin-top: 2px;
    display: inline-block;
  }
  .header__wrapperstyle .metaheaderstyle {
    background-color: #f5f5f5;
  }
  .logo {
    margin-left: 23px;
  }
  .about-more-products {
    background-color: #027180;
    color: #fff;
  }
  .about-more-products .container .col-md-6:first-child, .about-more-products .portlet-search .portlet-content-container .col-md-6:first-child, .portlet-search .about-more-products .portlet-content-container .col-md-6:first-child {
    padding: 75px 0;
  }
  .about-more-products .container .col-md-6 ul, .about-more-products .portlet-search .portlet-content-container .col-md-6 ul, .portlet-search .about-more-products .portlet-content-container .col-md-6 ul {
    margin: 0;
    padding: 0;
  }
  .about-more-products .title {
    text-align: left;
    font-family: "Poppins-Bold";
    padding: 50px 0;
    margin: 0;
  }
  .about-more-products .collapse-arrow:after {
    transform: rotate(315deg);
  }
  .about-more-products .row.active {
    background-color: #028799;
  }
  .about-more-products .body-section {
    padding: 130px 15px 15px 72px;
    min-height: 598px;
  }
  .about-more-products .body-section p {
    line-height: 25px;
  }
  .about-more-products li.row:not(.active) a.collapsed:hover:before {
    background: #58a5b0;
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 2px);
    opacity: 0.5;
    z-index: 999;
  }
  .hidden {
    display: none;
  }
  #button-list {
    border-bottom: 1px solid #02454e;
    border-top: 1px solid #02454e;
  }
  #button-list a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    border-top: 1px solid #02454e;
    border-bottom: 1px solid #02454e;
    padding: 20px;
    min-height: 80px;
    transition: 0.2s;
  }
  #button-list a:hover {
    background: rgba(2, 135, 153, 0.4);
  }
  #button-list a:hover picture {
    animation: animate-arrow-right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  }
  #button-list a.active {
    background-color: #028799;
  }
  #button-list a.active picture {
    animation: animate-arrow-right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  }
  #button-list a .text {
    margin-left: 20px;
  }
  #button-list a picture {
    max-width: 50px;
  }
  .tab-content {
    padding: 0 0 0 20px;
  }
  .tab-content .tab-pane ul li {
    margin: 15px;
  }
  .tab-content .tab-pane .link {
    font-size: 16px;
  }
  .banner-black .container, .banner-black .portlet-search .portlet-content-container, .portlet-search .banner-black .portlet-content-container {
    width: 90%;
  }
  .banner-black .typo48, .banner-black .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .banner-black .typo46 {
    margin-bottom: 20px;
  }
  .banner-black .base-text p {
    font-size: 20px;
  }
  .banner-black .bg-big {
    background-position: -80px 0;
  }
  .banner-blue {
    padding: 60px 0;
  }
  .banner-blue.banner-blue-slider {
    padding: 33px 0 42px 0;
  }
  .banner-blue .typo28 {
    margin-bottom: 50px;
  }
  .banner-blue .myrow .base-text {
    padding: 0;
  }
  .banner-product {
    padding: 70px 0;
    background-size: cover;
    background-position: center center;
  }
  .banner-product-transparent-background {
    display: none;
  }
  .banner-product-transparent-caption {
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    width: 60%;
    padding: 50px;
    margin: 0;
    margin-right: 65px;
  }
  .banner-product-transparent-caption .caption-title {
    margin-right: 30px;
  }
  .banner-product-transparent-caption .caption-subtitle {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .banner-product-transparent-caption .caption-terms {
    margin-bottom: 40px;
  }
  .banner-product-transparent-caption .caption-discount {
    top: 20%;
    right: -65px;
  }
  .banner-slider .bx-wrapper .bx-pager, .banner-slider .bx-wrapper .bx-controls-auto {
    top: auto;
    bottom: 28px;
  }
  .banner-slider .bx-controls-direction {
    top: 50%;
    width: 960px;
  }
  .banner-slider .bx-controls-direction a {
    width: 27px;
    height: 27px;
  }
  .banner-slider .bx-prev, .banner-slider .bx-next {
    border-bottom: 6px solid #2e2e85;
    border-right: 6px solid #2e2e85;
  }
  .slide-box .banner-slider-wrapper {
    background-color: rgb(255, 255, 255);
  }
  .slide-box:not(.two-box) .tilsi-wrapper {
    min-height: 650px;
  }
  .slide-box {
    position: relative;
  }
  .slide-box .description {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.1px;
    max-width: 100%;
  }
  .slide-box .picture-limits {
    display: none;
  }
  .slide-box .tilsi-buttons {
    text-align: left;
  }
  .slide-box .tilsi-buttons .button, .slide-box .tilsi-buttons .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .slide-box .tilsi-buttons .button-icon-left {
    padding-left: 25px;
    padding-right: 25px;
  }
  .slide-box .tilsi-background {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-position: center top;
    /*     width: 90%;
        background-position: right center; */
    background-repeat: no-repeat;
    background-size: cover;
  }
  .slide-box .tilsi-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 32%, white 70%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 32%, white 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 32%, white 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#d9ffffff",GradientType=1);
  }
  .slide-box .bx-wrapper .tilsi-image {
    display: none;
  }
  .slide-box .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 10px;
  }
  .slide-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #999999;
  }
  .slide-box .tilsi-contents {
    position: absolute;
    width: calc(100% - 60px);
    top: 50%;
    transform: translate(0, -50%);
  }
  .slide-box .typo36 {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 40px;
  }
  .slide-box .typo20 {
    line-height: 30px;
    margin-bottom: 40px;
  }
  .slide-box .tilsi-wrapper {
    background: transparent;
    margin-top: 0;
    top: auto;
    padding: 80px 30px;
    align-items: center;
  }
  .slide-box .tilsi-wrapper .banner-slider-title h3.category {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .slide-box .tilsi-wrapper .banner-slider-title h2.title {
    font-size: 48px;
    line-height: 54px;
    max-width: 100%;
  }
  .slide-box .tilsi-wrapper .sub-description {
    margin: 30px 0 40px 0;
  }
  .slide-box .tilsi-wrapper .sub-description p {
    font-size: 18px;
    letter-spacing: 0.1px;
    line-height: 24px;
  }
  .slide-box .text-bottom {
    margin-top: 25px;
    font-size: 14px;
  }
  .rtl .slide-box .tilsi-background {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .rtl .slide-box .tilsi-background.no-mirror {
    -webkit-transform: none;
    transform: none;
  }
  .rtl .slide-box .tilsi-background:before {
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 68%, white 70%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 68%, white 70%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 68%, white 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#d9ffffff",GradientType=1);
  }
  .rtl .slide-box .tilsi-wrapper {
    padding: 80px 60px;
  }
  .banner-solutions .box-top {
    box-sizing: border-box;
    margin-bottom: 150px;
    margin-top: 150px;
    padding: 37px 33px 50px;
  }
  .banner-solutions .box-top .row-custom {
    position: relative;
  }
  .banner-solutions .box-top .col-custom {
    margin-bottom: 0;
    min-height: 256px;
  }
  .banner-solutions .box-top .col-custom:first-of-type {
    min-height: auto;
    text-align: left;
  }
  .banner-solutions .box-bottom {
    box-sizing: border-box;
    margin-bottom: 100px;
    margin-top: 33px;
    padding: 37px 33px 10px;
  }
  .banner-solutions .col-repeatable {
    float: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .banner-solutions .col-right {
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 0;
  }
  .banner-solutions .title {
    margin-bottom: 13px;
  }
  .banner-solutions .title-column {
    margin-top: 10px;
  }
  .banner-solutions .btn-column {
    bottom: 0;
    margin-bottom: 0;
    margin-top: 23px;
    position: absolute;
  }
  .banner-solutions .titlesubsection-column {
    margin-top: 10px;
  }
  .banner-left-text {
    padding: 140px 0;
  }
  .banner-left-text .box-description {
    text-align: left;
  }
  .quick-links-blue .banner-slider {
    overflow: hidden;
    position: relative;
  }
  .quick-links-blue .banner-slider .bx-controls {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
  }
  .quick-links-blue .banner-slider .bx-controls .slide-prev,
  .quick-links-blue .banner-slider .bx-controls .slide-next {
    content: "";
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    width: 17px;
    height: 17px;
    cursor: pointer;
  }
  .quick-links-blue .banner-slider .bx-controls .slide-prev {
    transform: rotate(135deg);
  }
  .quick-links-blue .banner-slider .bx-controls .slide-next {
    transform: rotate(-45deg);
  }
  .quick-links-blue svg, .quick-links-blue img {
    margin-top: 20px;
    transform: scale(0.8);
    min-height: 95px;
  }
  .quick-links-blue .bx-controls-direction .bx-prev, .quick-links-blue .bx-controls-direction .bx-next {
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    width: 17px;
    height: 17px;
  }
  .quick-links-blue .bxslider-quick-links {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .quick-links-blue .quick-link-blue-block {
    max-width: 158px;
    flex-basis: auto;
    padding: 30px 15px 0;
  }
  .rtl .quick-links-blue svg, .rtl .quick-links-blue img {
    margin-top: 25px;
  }
  .quick-links-white {
    padding: 50px 0;
  }
  .quick-links-white .quick-link-white-block {
    margin: 30px auto 0;
  }
  .article-3-columns-text-out {
    padding: 80px 0;
  }
  .article-3-columns-text-out .article-grid.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .article-3-columns-text-out .typo48, .article-3-columns-text-out .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-3-columns-text-out .typo46 {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .article-3-columns-text-out .typo28 {
    margin-bottom: 30px;
  }
  .article-3-columns-text-out .article-block {
    margin-bottom: 0;
  }
  .article-3-columns-text-out .box-image {
    margin: 0 0 25px;
    height: 200px;
  }
  .article-3-columns-text-out .box-description {
    margin: 0;
    padding: 0;
  }
  .article-3-columns-text-in {
    padding: 80px 0;
  }
  .article-3-columns-text-in .article-grid.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .article-3-columns-text-in .box-description {
    padding: 20px;
  }
  .article-3-columns-text-in .article-block {
    margin-bottom: 0;
  }
  .article-4-columns {
    padding: 70px 0;
  }
  .article-4-columns .article-grid.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .article-4-columns ul li {
    line-height: 22px;
    margin-top: 5.5px;
  }
  .article-4-columns .typo48, .article-4-columns .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-4-columns .typo46 {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .article-4-columns .typo28 {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 32px;
  }
  .article-4-columns .typo28 a {
    color: #333;
  }
  .article-4-columns .typo28 a:hover {
    color: #2e2e85;
  }
  .article-4-columns .typo28 a:active {
    color: #2e2e85;
  }
  .article-4-columns .typo18 a:hover {
    color: #2e2e85;
  }
  .article-4-columns .typo18 a:active {
    color: #2e2e85;
  }
  .article-4-columns .article-block {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .rtl .article-4-columns .typo48, .rtl .article-4-columns .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .rtl .article-4-columns .typo46 {
    font-size: 54px;
  }
  .article-square-image {
    padding: 80px 0;
  }
  .article-square-image .typo48, .article-square-image .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-square-image .typo46 {
    font-size: 48px;
    margin-bottom: 50px;
  }
  .article-square-image .typo36 {
    line-height: 46px;
  }
  .article-square-image .article-header .base-text {
    width: 800px;
    margin: 0 auto 80px;
  }
  .article-square-image .article-grid.container, .article-square-image .portlet-search .article-grid.portlet-content-container, .portlet-search .article-square-image .article-grid.portlet-content-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .article-square-image .article-row {
    margin-bottom: 0;
  }
  .article-square-image .box-description {
    margin-top: 40px;
  }
  .article-square-image .box-image {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .article-square-image .box-image.right {
    float: right;
  }
  .article-square-image .box-image img {
    vertical-align: bottom;
  }
  .article-rectangle-image {
    padding: 0 0 80px 0;
  }
  .article-rectangle-image img {
    display: none;
  }
  .article-rectangle-image .bg-image {
    display: block;
    background-size: cover;
  }
  .article-rectangle-image .article-grid.container, .article-rectangle-image .portlet-search .article-grid.portlet-content-container, .portlet-search .article-rectangle-image .article-grid.portlet-content-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .article-rectangle-image .article-row:first-of-type .box-description {
    padding-top: 77px;
  }
  .article-rectangle-image .article-row:last-child {
    margin-bottom: 0;
  }
  .article-rectangle-image .article-row:last-child .box-image {
    margin-bottom: 0;
  }
  .article-rectangle-image .box-description {
    text-align: left;
    padding-left: 66px;
    padding-right: 93px;
    max-width: 600px;
  }
  .article-rectangle-image .box-description:first-of-type {
    padding-top: 77px;
  }
  .article-rectangle-image .box-description .typo48, .article-rectangle-image .box-description .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-rectangle-image .box-description .typo46 {
    text-align: left;
    margin-bottom: 28px;
  }
  .article-rectangle-image .right .box-image, .article-rectangle-image .right .box-description {
    float: right;
  }
  .article-rectangle-image .button.large, .article-rectangle-image .axa-gulf__web-forms .large.button-icon-left, .axa-gulf__web-forms .article-rectangle-image .large.button-icon-left {
    width: 80%;
    max-width: 250px;
    margin: auto;
    display: inline-block;
  }
  .rtl .article-rectangle-image .typo48, .rtl .article-rectangle-image .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .rtl .article-rectangle-image .typo46 {
    margin-bottom: 15px;
  }
  .article-rectangle-image-thin {
    padding: 20px 0 80px 0;
  }
  .article-rectangle-image-thin .article-grid {
    padding-left: 64px;
    padding-right: 64px;
  }
  .article-rectangle-image-thin .article-row:last-child {
    margin-bottom: 0;
  }
  .article-rectangle-image-thin .article-row:last-child .box-image {
    max-width: none;
    float: left;
    margin-bottom: 0;
  }
  .article-rectangle-image-thin .box-description {
    text-align: left;
  }
  .article-rectangle-image-thin .box-description .typo48, .article-rectangle-image-thin .box-description .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-rectangle-image-thin .box-description .typo46 {
    text-align: left;
    margin-bottom: 36px;
  }
  .article-rectangle-image-thin .box-description .typo20 {
    margin-bottom: 52px;
  }
  .article-rectangle-image-thin .link {
    margin-top: 0;
  }
  .article-rectangle-image-thin .box-image {
    margin-top: 0;
  }
  .rtl .article-rectangle-image-thin .typo48, .rtl .article-rectangle-image-thin .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .rtl .article-rectangle-image-thin .typo46 {
    /*font-size: 36px;*/
    font-size: 54px;
  }
  .rtl .article-rectangle-image-thin .link {
    font-size: 24px;
  }
  .article-zipper-rectangle-image {
    padding: 80px 0;
  }
  .article-zipper-rectangle-image .article-grid.container, .article-zipper-rectangle-image .portlet-search .article-grid.portlet-content-container, .portlet-search .article-zipper-rectangle-image .article-grid.portlet-content-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .article-zipper-rectangle-image .article-row {
    margin-bottom: 80px;
  }
  .article-zipper-rectangle-image .article-row .box-description {
    margin-left: 40px;
  }
  .article-zipper-rectangle-image .article-row.right .box-description {
    margin-left: 80px;
  }
  .article-zipper-rectangle-image .box-description {
    text-align: left;
  }
  .article-zipper-rectangle-image .box-description-content {
    padding: 0;
    margin: 0;
  }
  .article-zipper-rectangle-image .box-description .typo48, .article-zipper-rectangle-image .box-description .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .article-zipper-rectangle-image .box-description .typo46 {
    text-align: left;
    margin-bottom: 40px;
  }
  .article-zipper-rectangle-image .box-image {
    padding-left: 0;
  }
  .article-zipper-rectangle-image .right .box-image {
    float: right;
    padding-right: 0;
  }
  .article-steps {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ss1-title {
    margin-left: 80px;
    margin-right: 80px;
  }
  .ss1-subtitle {
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 45px;
  }
  .ss1-items {
    margin-left: 145px;
    margin-right: 130px;
  }
  .ss1-item {
    padding-left: 65px;
    padding-bottom: 35px;
  }
  .ss1-item:before {
    margin-left: -87px;
  }
  .article-statistics .article-wrapper {
    width: 100%;
  }
  .article-statistics .typo78 {
    font-size: 62px;
  }
  .article-statistics .separator-box {
    display: inline-block;
    height: 50px;
    width: 1px;
    background: #cccccc;
    position: absolute;
    right: 0px;
    top: 50%;
  }
  .article-statistics .box-content:last-child .separator-box {
    display: none;
  }
  .article-statistics .box-content .article-row {
    width: 280px;
    margin: auto;
  }
  .faqs {
    padding: 100px 0;
  }
  .faqs .typo36 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 60px;
  }
  .faqs .acordeon {
    margin-bottom: 30px;
  }
  .faqs .acordeon:last-child {
    margin-bottom: 80px;
    border-bottom: 0;
  }
  .faqs .journal-content-article:last-child .acordeon:last-child {
    margin-bottom: 0;
  }
  .boxcolor-text .box {
    float: right;
    padding: 189px 70px 189px 0;
    width: 490px;
  }
  .policieslist .box-buttons {
    text-align: left;
  }
  .policieslist .see-more {
    text-align: right;
  }
  .loginregister .box {
    width: 490px;
    padding: 76px 60px;
  }
  .loginregister .triangle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    transform: rotate(45deg);
    top: 67px;
    background: #3054ae;
  }
  .agent-cy-fs-48-publico {
    font-size: 36px;
    line-height: 42px;
  }
  .agent-cy-fs-36-publico {
    font-size: 36px;
    line-height: 42px;
  }
  .agent-cy-fs-fixed-28 {
    font-size: 28px;
    line-height: 32px;
  }
  .agent-cy-fs-fixed-24 {
    font-size: 24px;
    line-height: 29px;
  }
  .agent-cy-fs-18 {
    font-size: 18px;
    line-height: 27px;
  }
  .agent-cy-fs-fixed-16 {
    font-size: 16px;
    line-height: 24px;
  }
  .agent-cy-fs-16 {
    font-size: 16px;
    line-height: 24px;
  }
  .agent-cy-fs-fixed-14 {
    font-size: 14px;
    line-height: 17px;
  }
  .agency-profile-cmpnt .cmpnt-inner {
    padding: 35px 0 30px;
    width: 930px;
  }
  .agency-profile-picture {
    /* 190/832 */
    width: 22.8365385%;
  }
  .agency-profile-contact {
    width: 77.1634615%;
  }
  .agency-location-cmpnt .cmpnt-inner {
    width: 930px;
  }
  .agency-location-find-us {
    margin-left: 0;
    padding: 35px 0 55px;
    max-width: 350px;
    height: 100%;
  }
  .top-content-image .box {
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    padding: 8px;
  }
  .top-content-image .detail {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0;
    line-height: 34px;
    font-weight: 600;
  }
  .top-content-image .button-image {
    margin-right: 7px;
  }
  .top-content-image .ghost-close {
    position: absolute;
    margin: auto;
    align-self: end;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-content .box {
    text-align: center;
    height: 40px;
    padding: 0;
  }
  .top-content .detail {
    display: inline-block;
    margin-right: 16px;
  }
  .top-content .box-buttons {
    display: inline-block;
    margin-top: 5px;
  }
  .top-content .box-buttons .button, .top-content .box-buttons .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .top-content .box-buttons .button-icon-left {
    height: 30px;
  }
  .article-text .button-article {
    margin-right: -65px;
  }
  .article-text .container-article-text {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 100%;
  }
  .article-text .row-article {
    position: relative;
    clear: both;
    /*		.box-description {
    			min-height: 450px;
    		}*/
    /*		.box-description {
    			padding-top: 58px;
    			margin: 0;
    			width: 50%;
    			max-width: 575px;

    			& > h3 {
    				font-size: 36px;
    				line-height: 42px;
    				margin-bottom: 30px;
    			}

    			.base-text {

    				h5 {
    					font-size: 28px;
    					line-height: 38px;
    				}

    				p {
    		    		&.big {
    						font-size: 20px;
    						line-height: 29px;
    					}
    		    	}
    			}

    			.documents {

    				li {
    					padding: 12.5px 0 12.5px 26px;

    					&:first-child {
    						padding-top: 5px;
    					}

    					&:first-child:before {
    						margin-top: -11px;
    					}
    				}
    			}
    		}*/
  }
  .article-text .row-article .large, .article-text .row-article .square, .article-text .row-article .normal {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0;
  }
  .article-text .row-article .box-description-container {
    min-height: 450px;
  }
  .article-text .row-article .html-products > h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .article-text .row-article.left {
    /*			.box-description {
    				margin-left: 50% !important;
    				padding-left: 98px;
    				padding-right: 68px;
    			}*/
  }
  .article-text .row-article.left .large, .article-text .row-article.left .square, .article-text .row-article.left .normal {
    left: 0;
  }
  .article-text .row-article.left .box-description-container {
    margin-left: 50% !important;
    padding-left: 98px;
    padding-right: 68px;
  }
  .article-text .row-article.right {
    /*			.box-description {
    				margin-right: 50% !important;
    				padding-left: 68px;
    				padding-right: 98px;
    				float: right;
    			}*/
  }
  .article-text .row-article.right .large, .article-text .row-article.right .square, .article-text .row-article.right .normal {
    right: 0;
  }
  .article-text .row-article.right .box-description-container {
    margin-right: 50% !important;
    padding-left: 68px;
    padding-right: 98px;
    float: right;
  }
  .article-text .row-article .box-image {
    padding: 0;
    height: 100%;
  }
  .article-text .row-article .box-image .desktop-image {
    display: block;
    height: 100%;
    background-size: cover !important;
  }
  .article-text .row-article .box-image .mobile-image {
    display: none;
  }
  .article-text .row-article .large .box-image {
    height: 100%;
  }
  .article-text .row-article .square, .article-text .row-article .normal {
    padding: 0;
  }
  .article-text .row-article .square + .box-description, .article-text .row-article .normal + .box-description {
    margin: 0;
    width: 50%;
    max-width: 575px;
  }
  .article-text .row-article .square .box-image, .article-text .row-article .normal .box-image {
    height: 100%;
  }
  .article-text .row-article .normal .box-image .desktop-image {
    background-size: auto !important;
  }
  .article-text .row-article .box-description-container {
    padding-top: 58px;
    margin: 0;
    width: 50%;
    max-width: 575px;
  }
  .article-text .row-article .base-text h5 {
    font-size: 28px;
    line-height: 38px;
  }
  .article-text .row-article .base-text p.big {
    font-size: 20px;
    line-height: 29px;
  }
  .article-text .row-article .documents li {
    padding: 12.5px 0 12.5px 26px;
  }
  .article-text .row-article .documents li:first-child {
    padding-top: 5px;
  }
  .article-text .row-article .documents li:first-child:before {
    margin-top: -11px;
  }
  .article-text-white-spaces .container-article-text {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 100%;
  }
  .article-text-white-spaces .row-article {
    position: relative;
    clear: both;
  }
  .article-text-white-spaces .row-article .large, .article-text-white-spaces .row-article .square, .article-text-white-spaces .row-article .normal {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0;
  }
  .article-text-white-spaces .row-article .box-description-container {
    min-height: 450px;
  }
  .article-text-white-spaces .row-article .html-products > h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
    min-width: 440px;
  }
  .article-text-white-spaces .row-article.left .large, .article-text-white-spaces .row-article.left .square, .article-text-white-spaces .row-article.left .normal {
    left: 0;
  }
  .article-text-white-spaces .row-article.left .box-description-container {
    margin-left: 50% !important;
    padding-left: 98px;
    padding-right: 82px;
  }
  .article-text-white-spaces .row-article.right .large, .article-text-white-spaces .row-article.right .square, .article-text-white-spaces .row-article.right .normal {
    right: 0;
  }
  .article-text-white-spaces .row-article.right .box-description-container {
    margin-right: 50% !important;
    padding-left: 68px;
    padding-right: 98px;
    float: right;
  }
  .article-text-white-spaces .row-article .box-image {
    padding: 0;
    height: 100%;
  }
  .article-text-white-spaces .row-article .box-image .desktop-image {
    display: block;
    height: 100%;
    background-size: cover !important;
  }
  .article-text-white-spaces .row-article .box-image .mobile-image {
    display: none;
  }
  .article-text-white-spaces .row-article .large .box-image {
    height: 100%;
  }
  .article-text-white-spaces .row-article .square, .article-text-white-spaces .row-article .normal {
    padding: 0;
  }
  .article-text-white-spaces .row-article .square + .box-description, .article-text-white-spaces .row-article .normal + .box-description {
    margin: 0;
    width: 50%;
    max-width: 575px;
  }
  .article-text-white-spaces .row-article .square .box-image, .article-text-white-spaces .row-article .normal .box-image {
    height: 100%;
  }
  .article-text-white-spaces .row-article .normal .box-image .desktop-image {
    background-size: auto !important;
  }
  .article-text-white-spaces .row-article .box-description-container {
    padding-top: 195px;
    margin: 0;
    width: 50%;
    max-width: 575px;
    padding-bottom: 188px;
  }
  .article-text-white-spaces .row-article .base-text h5 {
    font-size: 28px;
    line-height: 38px;
  }
  .article-text-white-spaces .row-article .base-text p.big {
    font-size: 20px;
    line-height: 29px;
  }
  .article-text-white-spaces .row-article .documents li {
    padding: 12.5px 0 12.5px 26px;
  }
  .article-text-white-spaces .row-article .documents li:first-child {
    padding-top: 5px;
  }
  .article-text-white-spaces .row-article .documents li:first-child:before {
    margin-top: -11px;
  }
  .article-text-documents .container-article-text {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 100%;
  }
  .article-text-documents .row-article {
    position: relative;
    clear: both;
    /*		.box-description {
    			min-height: 450px;
    		}*/
    /*		.box-description {
    			padding-top: 58px;
    			margin: 0;
    			width: 50%;
    			max-width: 575px;

    			& > h3 {
    				font-size: 36px;
    				line-height: 42px;
    				margin-bottom: 30px;
    			}

    			.base-text {

    				h5 {
    					font-size: 28px;
    					line-height: 38px;
    				}

    				p {
    		    		&.big {
    						font-size: 20px;
    						line-height: 29px;
    					}
    		    	}
    			}

    			.documents {

    				li {
    					padding: 12.5px 0 12.5px 26px;

    					&:first-child {
    						padding-top: 5px;
    					}

    					&:first-child:before {
    						margin-top: -11px;
    					}
    				}
    			}
    		}*/
  }
  .article-text-documents .row-article .large, .article-text-documents .row-article .square, .article-text-documents .row-article .normal {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0;
  }
  .article-text-documents .row-article .box-description-container {
    min-height: 450px;
  }
  .article-text-documents .row-article .html-products > h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .article-text-documents .row-article.left {
    /*			.box-description {
    				margin-left: 50% !important;
    				padding-left: 98px;
    				padding-right: 68px;
    			}*/
  }
  .article-text-documents .row-article.left .large, .article-text-documents .row-article.left .square, .article-text-documents .row-article.left .normal {
    left: 0;
  }
  .article-text-documents .row-article.left .box-description-container {
    margin-left: 50% !important;
    padding-left: 150px;
    padding-right: 68px;
  }
  .article-text-documents .row-article.right {
    /*			.box-description {
    				margin-right: 50% !important;
    				padding-left: 68px;
    				padding-right: 98px;
    				float: right;
    			}*/
  }
  .article-text-documents .row-article.right .large, .article-text-documents .row-article.right .square, .article-text-documents .row-article.right .normal {
    right: 0;
  }
  .article-text-documents .row-article.right .box-description-container {
    margin-right: 50% !important;
    padding-left: 68px;
    padding-right: 98px;
    float: right;
  }
  .article-text-documents .row-article .box-image {
    padding: 0;
    height: 100%;
  }
  .article-text-documents .row-article .box-image .desktop-image {
    display: block;
    height: 100%;
    background-size: cover !important;
  }
  .article-text-documents .row-article .box-image .mobile-image {
    display: none;
  }
  .article-text-documents .row-article .large .box-image {
    height: 100%;
  }
  .article-text-documents .row-article .square, .article-text-documents .row-article .normal {
    padding: 0;
  }
  .article-text-documents .row-article .square + .box-description, .article-text-documents .row-article .normal + .box-description {
    margin: 0;
    width: 50%;
    max-width: 575px;
  }
  .article-text-documents .row-article .square .box-image, .article-text-documents .row-article .normal .box-image {
    height: 100%;
  }
  .article-text-documents .row-article .normal .box-image .desktop-image {
    background-size: auto !important;
  }
  .article-text-documents .row-article .box-description-container {
    padding-top: 58px;
    margin: 0;
    width: 50%;
    max-width: 575px;
  }
  .article-text-documents .row-article .base-text h5 {
    font-size: 28px;
    line-height: 38px;
  }
  .article-text-documents .row-article .base-text p.big {
    font-size: 20px;
    line-height: 29px;
  }
  .article-text-documents .row-article .documents li {
    padding: 12.5px 0 12.5px 26px;
  }
  .article-text-documents .row-article .documents li:first-child {
    padding-top: 5px;
  }
  .article-text-documents .row-article .documents li:first-child:before {
    margin-top: -11px;
  }
  .banner-only-title h1 {
    font-size: 48px;
    line-height: 56px;
    padding: 50px 0;
    max-width: 787px;
    display: block;
    margin: 0 auto;
  }
  .banner-blue.container, .portlet-search .banner-blue.portlet-content-container {
    max-width: 1280px;
    width: 100%;
  }
  .banner-blue .banner-blue-wrapper {
    padding: 0;
  }
  .banner-blue .banner-blue-wrapper .base-text.typo28 {
    margin-bottom: 0;
  }
  .banner-blue .banner-blue-wrapper .base-text p {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.2px;
  }
  .banner-blue .banner-blue-wrapper .form-group button {
    margin: 0 auto;
  }
  .banner-blue .banner-blue-wrapper .form-group button a {
    letter-spacing: 1.3px;
  }
  .banner-blue.with-title .banner-blue-wrapper > .col-xs-12 {
    text-align: center;
    margin: 0 auto;
    float: none;
    max-width: 664px;
  }
  .banner-blue.with-title .banner-blue-wrapper h2 {
    max-width: 100%;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.2px;
    margin-bottom: 24px;
  }
  .banner-blue.with-title .banner-blue-wrapper .base-text {
    margin-bottom: 0;
    max-width: 100%;
  }
  .banner-blue.with-title .banner-blue-wrapper .base-text p {
    line-height: 24px;
  }
  .slide-box.two-box .tilsi-background {
    width: 50%;
  }
  .slide-box.two-box .tilsi-background:before {
    display: none;
  }
  .slide-box.two-box .right .tilsi-background {
    right: 0;
  }
  .slide-box.two-box .right .container-banner .row.row-banner .tilsi-wrapper {
    margin-right: 50%;
    margin-left: 0;
  }
  .slide-box.two-box .left .tilsi-background {
    left: 0;
  }
  .slide-box.two-box .left .container-banner .row.row-banner .tilsi-wrapper {
    margin-left: 50%;
    margin-right: 0;
  }
  .slide-box.two-box .container-banner {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 100%;
    /* 		max-width: 1280px; */
  }
  .slide-box.two-box .container-banner .row.row-banner {
    position: relative;
  }
  .slide-box.two-box .container-banner .row.row-banner .tilsi-background {
    width: 50%;
  }
  .slide-box.two-box .container-banner .row.row-banner .tilsi-wrapper {
    margin-left: 50%;
    max-width: 640px;
  }
  .slide-box.two-box .tilsi-contents {
    position: static;
    width: auto;
    top: auto;
    transform: none;
  }
  .slide-box.two-box .tilsi-contents .banner-slider-title {
    margin-bottom: 22px;
  }
  .slide-box.two-box .tilsi-contents .banner-slider-title .title {
    font-size: 30px;
    letter-spacing: 0.8px;
  }
  .slide-box.two-box .tilsi-contents .description {
    margin-bottom: 43px;
  }
  .slide-box.two-box .tilsi-contents .description p {
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 30px;
  }
  .slide-box.two-box.blue .container-banner .row.row-banner .tilsi-wrapper {
    padding: 55px 70px;
    min-height: 360px;
  }
  .slide-box.two-box.blue .tilsi-background {
    width: 50%;
  }
  .slide-box.two-box.blue .tilsi-background:before {
    display: none;
  }
  .quick-links .container h3.typo36, .quick-links .portlet-search .portlet-content-container h3.typo36, .portlet-search .quick-links .portlet-content-container h3.typo36 {
    margin-bottom: 50px;
    font-size: 36px;
  }
  .quick-links .container h3.typo36 + .base-text.typo20, .quick-links .portlet-search .portlet-content-container h3.typo36 + .base-text.typo20, .portlet-search .quick-links .portlet-content-container h3.typo36 + .base-text.typo20 {
    font-size: 22px;
  }
  .quick-links .container h6.typo24, .quick-links .portlet-search .portlet-content-container h6.typo24, .portlet-search .quick-links .portlet-content-container h6.typo24 {
    font-size: 18px;
    line-height: 24px;
  }
  .quick-links .quick-link-blue-block:nth-child(4n+4) {
    clear: none;
  }
  .quick-links .six-elem .quick-link-blue-block:nth-child(4), .quick-links .five-elem .quick-link-blue-block:nth-child(4), .quick-links .four-elem .quick-link-blue-block:nth-child(4), .quick-links .three-elem .quick-link-blue-block:nth-child(4), .quick-links .two-elem .quick-link-blue-block:nth-child(4) {
    margin-left: 0;
  }
  .quick-links .six-elem .quick-link-blue-block {
    width: 16.66667%;
  }
  .quick-links .five-elem .quick-link-blue-block {
    width: 20%;
  }
  .quick-links .four-elem .quick-link-blue-block {
    width: 25%;
  }
  .quick-links .three-elem .quick-link-blue-block {
    width: 33.33333%;
  }
  .quick-links .two-elem .quick-link-blue-block {
    width: 30%;
  }
  .quick-links .two-elem .quick-link-blue-block:first-child {
    margin-left: 20%;
  }
  .quick-links .bxslider-quick-links .four-elem .quick-link-blue-block img {
    height: 81px !important;
    width: 82px !important;
  }
  .quick-links .bxslider-quick-links img, .quick-links .bxslider-quick-links svg {
    margin-bottom: 25px;
    height: 142px;
    width: 142px;
  }
  .quick-links.small .wrapper-links-blue {
    max-width: none;
    width: calc(100% + 68px);
    margin-left: -8px;
  }
  .health-documents .table-thead .table-tr-th:not(.table-head) .table-th {
    font-size: 18px;
    line-height: 29px;
  }
  .health-documents .table-thead .table-tr-th:not(.table-head) .table-th:first-child {
    display: table-cell;
  }
  .health-documents .icons-tr li {
    width: 50%;
    float: left;
  }
  .axa-gulf__web-forms .forms .tooltip-help-group .box-help {
    max-width: 350px;
    right: -85%;
    top: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .axa-gulf__web-forms .containerdesktop {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 960px;
  }
}
@media (min-width: 992px) {
  .axa-gulf__web-forms .typo48, .axa-gulf__web-forms .typo46 {
    font-size: 48px;
    line-height: 54px;
  }
  .axa-gulf__web-forms .typo46 {
    font-size: 46px;
    line-height: 54px;
  }
  .axa-gulf__web-forms .container, .axa-gulf__web-forms .portlet-search .portlet-content-container, .portlet-search .axa-gulf__web-forms .portlet-content-container {
    max-width: 100%;
    width: 960px;
  }
  .product-tables .table {
    margin-bottom: 69px;
  }
  .product-tables .col-table-7, .product-tables .col-table-6, .product-tables .col-table-5, .product-tables .col-table-4 {
    overflow-x: auto;
    margin-right: auto;
  }
  .product-tables .col-table-7 .table, .product-tables .col-table-6 .table, .product-tables .col-table-5 .table, .product-tables .col-table-4 .table {
    max-width: 100%;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-tables .col-table-6 {
    overflow: hidden;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .axa-gulf__web-forms.complaint .box-alabaster .last-box-fieldset .blue-title-link,
  .axa-gulf__web-forms.renewal .box-alabaster .last-box-fieldset .blue-title-link,
  .axa-gulf__web-forms.success .box-alabaster .last-box-fieldset .blue-title-link {
    margin: 30px 0;
  }
  .axa-gulf__web-forms.complaint .box-fieldset .select-field .ui-selectmenu-button.ui-button,
  .axa-gulf__web-forms.complaint .box-fieldset textarea,
  .axa-gulf__web-forms.renewal .box-fieldset .select-field .ui-selectmenu-button.ui-button,
  .axa-gulf__web-forms.renewal .box-fieldset textarea,
  .axa-gulf__web-forms.success .box-fieldset .select-field .ui-selectmenu-button.ui-button,
  .axa-gulf__web-forms.success .box-fieldset textarea {
    font-size: 18px;
  }
  .axa-gulf__web-forms.complaint .take-photo button,
  .axa-gulf__web-forms.renewal .take-photo button,
  .axa-gulf__web-forms.success .take-photo button {
    display: none;
  }
  .axa-gulf__web-forms.complaint .custom-file,
  .axa-gulf__web-forms.renewal .custom-file,
  .axa-gulf__web-forms.success .custom-file {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  .axa-gulf__web-forms.complaint .custom-file span,
  .axa-gulf__web-forms.renewal .custom-file span,
  .axa-gulf__web-forms.success .custom-file span {
    display: none;
  }
  .axa-gulf__web-forms.complaint .custom-file .button-upload-file,
  .axa-gulf__web-forms.renewal .custom-file .button-upload-file,
  .axa-gulf__web-forms.success .custom-file .button-upload-file {
    display: block;
  }
  .axa-gulf__web-forms.complaint .custom-file .input-text-wrapper,
  .axa-gulf__web-forms.renewal .custom-file .input-text-wrapper,
  .axa-gulf__web-forms.success .custom-file .input-text-wrapper {
    float: left;
  }
  .axa-gulf__web-forms.complaint .custom-file .format-files,
  .axa-gulf__web-forms.renewal .custom-file .format-files,
  .axa-gulf__web-forms.success .custom-file .format-files {
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 10px;
  }
  .axa-gulf__web-forms.complaint .custom-file .format-files .control-label,
  .axa-gulf__web-forms.renewal .custom-file .format-files .control-label,
  .axa-gulf__web-forms.success .custom-file .format-files .control-label {
    font-weight: 500;
  }
  .axa-gulf__web-forms.complaint .custom-file .name-file,
  .axa-gulf__web-forms.renewal .custom-file .name-file,
  .axa-gulf__web-forms.success .custom-file .name-file {
    clear: both;
  }
  .axa-gulf__web-forms.complaint .custom-file .div-input-file-error,
  .axa-gulf__web-forms.renewal .custom-file .div-input-file-error,
  .axa-gulf__web-forms.success .custom-file .div-input-file-error {
    overflow: hidden;
  }
  .axa-gulf__web-forms.complaint .no-validationcolor .custom-file .form-group .control-label,
  .axa-gulf__web-forms.complaint .no-validationcolor .custom-file .form-group.success .control-label,
  .axa-gulf__web-forms.complaint .no-validationcolor .custom-file .form-group.error .control-label,
  .axa-gulf__web-forms.renewal .no-validationcolor .custom-file .form-group .control-label,
  .axa-gulf__web-forms.renewal .no-validationcolor .custom-file .form-group.success .control-label,
  .axa-gulf__web-forms.renewal .no-validationcolor .custom-file .form-group.error .control-label,
  .axa-gulf__web-forms.success .no-validationcolor .custom-file .form-group .control-label,
  .axa-gulf__web-forms.success .no-validationcolor .custom-file .form-group.success .control-label,
  .axa-gulf__web-forms.success .no-validationcolor .custom-file .form-group.error .control-label {
    padding: 15px 22px;
    border: 2px solid #2e2e85;
    transition: all 0.3s ease-out;
    border-radius: 3px;
  }
  .axa-gulf__web-forms.complaint .no-validationcolor .custom-file .form-group .control-label:hover,
  .axa-gulf__web-forms.complaint .no-validationcolor .custom-file .form-group.success .control-label:hover,
  .axa-gulf__web-forms.complaint .no-validationcolor .custom-file .form-group.error .control-label:hover,
  .axa-gulf__web-forms.renewal .no-validationcolor .custom-file .form-group .control-label:hover,
  .axa-gulf__web-forms.renewal .no-validationcolor .custom-file .form-group.success .control-label:hover,
  .axa-gulf__web-forms.renewal .no-validationcolor .custom-file .form-group.error .control-label:hover,
  .axa-gulf__web-forms.success .no-validationcolor .custom-file .form-group .control-label:hover,
  .axa-gulf__web-forms.success .no-validationcolor .custom-file .form-group.success .control-label:hover,
  .axa-gulf__web-forms.success .no-validationcolor .custom-file .form-group.error .control-label:hover {
    background: #2e2e85;
    color: white;
  }
  .axa-gulf__web-forms.complaint .custom-file .form-group.error .help-inline,
  .axa-gulf__web-forms.renewal .custom-file .form-group.error .help-inline,
  .axa-gulf__web-forms.success .custom-file .form-group.error .help-inline {
    left: 20px;
    margin-bottom: 10px;
  }
  .text-complaints {
    padding: 60px 40px;
  }
  .axa-gulf__web-forms.complaint .box-alabaster {
    overflow: visible;
    padding: 30px 65px;
  }
  .axa-gulf__web-forms.complaint .forms .tooltip-help-group .box-help {
    position: absolute;
    right: -88%;
    max-width: 77%;
  }
  .axa-gulf__web-forms.complaint .forms .tooltip-help-group .box-help .box-help-arrow-up {
    display: none;
  }
  .axa-gulf__web-forms.complaint .forms .tooltip-help-group .box-help .box-help-arrow-left {
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 1164px) {
  .axa-gulf__web-forms.complaint .custom-file .format-files {
    margin-left: 10px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .axa-gulf__web-forms .forms .tooltip-help-group .box-help {
    right: -83%;
  }
}
@media (min-width: 992px) {
  .axa-gulf__web-forms .no-validationcolor .radio label:hover {
    cursor: pointer;
  }
  .axa-gulf__web-forms .box-alabaster.no-validationcolor input[type=tel]:hover, .axa-gulf__web-forms .box-alabaster.no-validationcolor input[type=text]:hover {
    cursor: text;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .axa-gulf__web-forms.renewal .quote-title .logo,
  .axa-gulf__web-forms.success .quote-title .logo {
    left: -7px;
  }
  .axa-gulf__web-forms.renewal .forms .tooltip-help-group .icon-help,
  .axa-gulf__web-forms.success .forms .tooltip-help-group .icon-help {
    left: 221px;
  }
  .axa-gulf__web-forms.renewal .custom-file,
  .axa-gulf__web-forms.success .custom-file {
    position: relative;
  }
  .axa-gulf__web-forms.renewal .custom-file .format-files,
  .axa-gulf__web-forms.success .custom-file .format-files {
    position: absolute;
    max-width: 350px;
    top: 0;
    left: 220px;
    margin-left: 0;
  }
  .axa-gulf__web-forms.renewal .custom-file .form-group .control-label,
  .axa-gulf__web-forms.success .custom-file .form-group .control-label {
    font-weight: 500;
  }
  .axa-gulf__web-forms.renewal .take-photo h5,
  .axa-gulf__web-forms.success .take-photo h5 {
    margin-bottom: 0;
  }
  .axa-gulf__web-forms.renewal .recaptcha2,
  .axa-gulf__web-forms.success .recaptcha2 {
    padding-top: 0;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .axa-gulf__web-forms.renewal .quote-title .logo,
  .axa-gulf__web-forms.success .quote-title .logo {
    left: -45px;
  }
  .axa-gulf__web-forms.renewal .custom-file .format-files,
  .axa-gulf__web-forms.success .custom-file .format-files {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .axa-gulf__web-forms.ebp-tabs .container, .axa-gulf__web-forms.ebp-tabs .portlet-search .portlet-content-container, .portlet-search .axa-gulf__web-forms.ebp-tabs .portlet-content-container {
    width: 1230px;
  }
  .axa-gulf__web-forms.ebp-tabs .forms .fieldset-mobile .field-help-text-down {
    top: 47px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .axa-gulf__web-forms.ebp-tabs .quote-title .logo {
    left: 0;
  }
  .axa-gulf__web-forms.ebp-tabs .smaller-inputs {
    overflow: hidden;
  }
  .axa-gulf__web-forms.ebp-tabs .smaller-inputs > div {
    float: left;
    margin-right: 30px;
    width: 242px;
  }
  .axa-gulf__web-forms.ebp-tabs .emirates-id .form-group,
  .axa-gulf__web-forms.ebp-tabs .emirates-id .text-or {
    display: inline-block;
  }
  .axa-gulf__web-forms.ebp-tabs .emirates-id .form-group:first-child {
    vertical-align: top;
  }
  .axa-gulf__web-forms.ebp-tabs .emirates-id .text-or {
    font-size: 18px;
    margin: 0 10px;
  }
  .axa-gulf__web-forms.ebp-tabs .no-validationcolor .custom-file .form-group .control-label {
    width: 205px;
    text-align: center;
  }
  .axa-gulf__web-forms.ebp-tabs .custom-file {
    position: relative;
  }
  .axa-gulf__web-forms.ebp-tabs .custom-file .format-files {
    margin-top: 10px;
    margin-left: 30px;
    position: absolute;
    left: 200px;
  }
  .axa-gulf__web-forms.ebp-tabs .custom-file .container-files {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .axa-gulf__web-forms .quote-process .container, .axa-gulf__web-forms .quote-process .portlet-search .portlet-content-container, .portlet-search .axa-gulf__web-forms .quote-process .portlet-content-container {
    padding-left: 0;
    padding-right: 0;
  }
  .axa-gulf__web-forms .quote-process .arrow-link {
    display: none;
  }
  .axa-gulf__web-forms .quote-process .step {
    border-right-width: 0;
    display: inline-block;
    width: 33.3%;
  }
  .axa-gulf__web-forms .quote-process .step .axa-sprite {
    display: block;
    float: right;
    margin-top: 3px;
  }
  .axa-gulf__web-forms .quote-process .step.active .axa-sprite {
    transform: rotate(90deg);
  }
  .axa-gulf__web-forms .quote-process .step.completed .axa-sprite {
    transform: rotate(0deg);
  }
  .axa-gulf__web-forms .quote-process .step.completed .quote-bar {
    background-color: #cccccc;
    bottom: -4px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .axa-gulf__web-forms .table-div {
    display: table;
  }
  .axa-gulf__web-forms .prices .tr-div:first-of-type {
    display: table-header-group;
  }
  .axa-gulf__web-forms .prices .tr-div {
    display: table-row;
  }
  .axa-gulf__web-forms .prices .th-div, .axa-gulf__web-forms .prices .td-div {
    display: table-cell;
  }
  .axa-gulf__web-forms .prices > .tr-div:last-of-type .td-div:first-of-type {
    display: block;
  }
  .axa-gulf__web-forms .prices .th-div, .axa-gulf__web-forms .prices .td-div {
    border: 1px solid #cccccc;
    text-align: center;
    vertical-align: middle;
  }
  .axa-gulf__web-forms .prices .td-div:first-of-type, .axa-gulf__web-forms .prices .th-div:first-of-type {
    border-left: none;
    padding-right: 80px;
    width: 235px;
    box-sizing: border-box;
  }
  .axa-gulf__web-forms .prices .td-div:first-of-type {
    border-right: none;
    color: #2425aa;
    width: auto;
  }
  .axa-gulf__web-forms .prices .header-table-div .th-div:first-of-type {
    width: 235px;
    border-bottom: 1px solid #cccccc;
  }
  .axa-gulf__web-forms .prices .header-table-div .th-div:last-of-type {
    width: auto;
  }
  .axa-gulf__web-forms .prices .services .td-div {
    border-top: none;
    display: table-cell;
  }
  .axa-gulf__web-forms .prices .services .td-div:last-of-type {
    width: auto;
  }
  .axa-gulf__web-forms .prices .th-div {
    text-align: left;
  }
  .axa-gulf__web-forms .prices .th-div:last-of-type {
    text-align: center;
  }
  .axa-gulf__web-forms .prices .th-price {
    font-size: 13px;
    width: 100%;
    margin-top: 10px;
  }
  .axa-gulf__web-forms .prices .period {
    font-size: 13px;
  }
  .axa-gulf__web-forms .prices .footer-table-div .td-div {
    border-top: none;
  }
  .axa-gulf__web-forms .prices .no-border {
    border: none;
  }
}
@media (min-width: 992px) and (min-width: 980px) {
  .aui.ios select {
    max-width: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .axa-gulf__web-forms.callback.container, .portlet-search .axa-gulf__web-forms.callback.portlet-content-container {
    margin: 0 auto;
  }
  .axa-gulf__web-forms.callback .quote-title .logo {
    left: 25px;
    top: 10px;
  }
  .axa-gulf__web-forms.callback .span8 {
    width: 65.95745%;
    margin-left: 2.12766%;
  }
  .axa-gulf__web-forms.callback .box-alabaster {
    padding: 30px 65px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1261px) {
  .axa-gulf__web-forms.callback.container, .portlet-search .axa-gulf__web-forms.callback.portlet-content-container {
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .axa-gulf__web-forms.callback .quote-title .logo {
    left: 30px;
  }
}
@media (min-width: 992px) and (min-width: 1261px) {
  .wrapper-header-callback-form .axa-gulf__web-forms.callback.container, .wrapper-header-callback-form .portlet-search .axa-gulf__web-forms.callback.portlet-content-container, .portlet-search .wrapper-header-callback-form .axa-gulf__web-forms.callback.portlet-content-container {
    margin: 0 auto;
  }
  .axa-gulf__web-forms.callback.container, .portlet-search .axa-gulf__web-forms.callback.portlet-content-container {
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .rtl .wrapper-header-callback-form .row {
    margin-left: 0;
    margin-right: -30px;
  }
  .rtl .axa-gulf__web-forms.callback .quote-title .logo {
    right: 30px;
    left: auto;
  }
  .rtl .axa-gulf__web-forms.callback #menu-subheader {
    right: auto;
  }
}
@media (min-width: 992px) {
  .portlet-search .results-for {
    margin-top: 64px;
    font-size: 25px;
  }
  .portlet-search .results-for + form .field {
    font-size: 36px;
  }
  .portlet-search .col-md-9.result {
    width: 100%;
  }
  .portlet-search .pagination-bar {
    margin-bottom: 60px;
  }
  .portlet-search .pagination {
    margin-top: 23px;
  }
  .branch-locator + #agents {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
  }
  .branch-locator + #agents .span12 p {
    font-size: 42px;
    line-height: 54px;
    margin-top: 46px;
    margin-bottom: 41px;
  }
  .branch-locator + #agents .cmpnt-inner {
    margin-bottom: 36px;
  }
  .branch-locator + #agents .cmpnt-inner .agency-location-find-us {
    padding: 30px 45px;
    margin-right: 0;
  }
  .branch-locator + #agents .empty_results_message {
    padding: 74px 30px;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
  }
  .branch-locator + #agents .empty_results_message h3 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 31px;
  }
}
@media (min-width: 1200px) {
  .glf-images-footer-nav .item-nav:nth-of-type(2) img {
    max-width: 96px;
    max-height: 32px;
  }
  .banner-black .typo48, .banner-black .axa-gulf__web-forms .typo46, .axa-gulf__web-forms .banner-black .typo46 {
    margin-bottom: 25px;
  }
  .banner-black .base-text p {
    font-size: 20px;
  }
  .banner-black .bg-big {
    background-position: 0 0;
  }
  .banner-blue {
    padding: 60px 0;
  }
  .banner-blue .typo28 {
    font-size: 28px;
  }
  .banner-center-text {
    padding: 158px 0 184px;
  }
  .banner-center-text .box-description {
    max-width: 662px;
  }
  .banner-center-text .box-description .typo78 {
    font-size: 58px;
    line-height: 66px;
  }
  .banner-center-text-link {
    padding: 114px 0 129px;
  }
  .banner-center-text-link .box-description .typo78 {
    font-size: 58px;
    line-height: 42px;
    margin-bottom: 62.5px;
  }
  .banner-center-text-link .box-description .typo18 {
    font-size: 22px;
    line-height: 32px;
    max-width: 680px;
    margin-bottom: 69px;
  }
  .banner-product-transparent-caption {
    width: 50%;
  }
  .banner-slider .bx-controls-direction {
    width: 1140px;
  }
  .banner-slider .tilsi-buttons {
    display: block;
  }
  .slide-box .tilsi-wrapper {
    padding: 80px 60px;
  }
  .slide-box .tilsi-contents {
    width: calc(100% - 120px);
  }
  .banner-solutions .box-top {
    box-sizing: border-box;
    padding: 37px 64px 50px;
  }
  .banner-solutions .box-bottom {
    box-sizing: border-box;
    margin-bottom: 90px;
    padding: 37px 64px 10px;
  }
  .banner-only-title-small .title {
    font-size: 36px;
    line-height: 42px;
    padding: 57px 0 76px;
    max-width: 654px;
    display: block;
    margin: 0 auto;
  }
  .quick-links-white .quick-link-white-block h6 {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .article-4-columns {
    padding: 80px 0;
  }
  .article-4-columns .rtl .typo18 {
    font-size: 18px;
    line-height: 28px;
  }
  .article-4-columns .rtl .typo20 {
    font-size: 30px;
  }
  .article-square-image .article-grid.container, .article-square-image .portlet-search .article-grid.portlet-content-container, .portlet-search .article-square-image .article-grid.portlet-content-container {
    box-sizing: border-box;
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-rectangle-image .article-grid.container, .article-rectangle-image .portlet-search .article-grid.portlet-content-container, .portlet-search .article-rectangle-image .article-grid.portlet-content-container {
    box-sizing: border-box;
    /*             width:1200px; */
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-rectangle-image .box-image {
    padding-left: 0;
    padding-right: 0;
  }
  .article-rectangle-image-thin .article-grid.container, .article-rectangle-image-thin .portlet-search .article-grid.portlet-content-container, .portlet-search .article-rectangle-image-thin .article-grid.portlet-content-container {
    box-sizing: border-box;
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-steps .ss1-wrapper {
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .article-steps .ss1-wrapper > div,
  .article-steps .ss1-wrapper > ol {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .article-steps .ss1-title {
    margin-left: 65px;
    margin-right: 65px;
    margin-bottom: 20px;
    text-align: left;
  }
  .article-steps .ss1-subtitle {
    margin-left: 65px;
    margin-right: 65px;
    text-align: left;
  }
  .article-steps .ss1-items {
    margin-left: 50px;
    margin-right: 65px;
    text-align: left;
  }
  .article-steps .ss1-item {
    padding-left: 40px;
    padding-bottom: 40px;
  }
  .article-steps .ss1-item:before {
    margin-left: -56px;
  }
  .article-text-container {
    margin-bottom: 49px;
  }
  .article-text-container .container-article-text {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 100%;
  }
  .article-text-container .row-article {
    position: relative;
    clear: both;
  }
  .article-text-container .row-article .large, .article-text-container .row-article .square, .article-text-container .row-article .normal {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0;
  }
  .article-text-container .row-article .box-description {
    min-height: 450px;
  }
  .article-text-container .row-article.left .large, .article-text-container .row-article.left .square, .article-text-container .row-article.left .normal {
    left: 0;
  }
  .article-text-container .row-article.left .box-description {
    margin-left: 50% !important;
    padding-left: 98px;
    padding-right: 68px;
  }
  .article-text-container .row-article.right .large, .article-text-container .row-article.right .square, .article-text-container .row-article.right .normal {
    right: 0;
  }
  .article-text-container .row-article.right .box-description {
    margin-right: 50% !important;
    padding-left: 68px;
    padding-right: 98px;
    float: right;
  }
  .article-text-container .row-article .box-image {
    padding: 0;
    height: 100%;
  }
  .article-text-container .row-article .box-image .desktop-image {
    display: block;
    height: 100%;
    background-size: cover !important;
  }
  .article-text-container .row-article .box-image .mobile-image {
    display: none;
  }
  .article-text-container .row-article .large .box-image {
    height: 100%;
  }
  .article-text-container .row-article .square, .article-text-container .row-article .normal {
    padding: 0;
  }
  .article-text-container .row-article .square + .box-description, .article-text-container .row-article .normal + .box-description {
    margin: 0;
    width: 50%;
    max-width: 575px;
  }
  .article-text-container .row-article .square .box-image, .article-text-container .row-article .normal .box-image {
    height: 100%;
  }
  .article-text-container .row-article .normal .box-image .desktop-image {
    background-size: auto !important;
  }
  .article-text-container .row-article .box-description {
    padding-top: 58px;
    margin: 0;
    width: 50%;
    max-width: 575px;
  }
  .article-text-container .row-article .box-description > h3 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .article-text-container .row-article .box-description .base-text h5 {
    font-size: 28px;
    line-height: 38px;
  }
  .article-text-container .row-article .box-description .base-text p.big {
    font-size: 20px;
    line-height: 29px;
  }
  .article-text-container .row-article .box-description .documents ul {
    padding: 0;
    margin: 0;
  }
  .article-text-container .row-article .box-description .documents li {
    padding: 12.5px 0 12.5px 26px;
    list-style: none;
  }
  .article-text-container .row-article .box-description .documents li:first-child {
    padding-top: 5px;
  }
  .article-text-container .row-article .box-description .documents li:first-child:before {
    margin-top: -11px;
  }
  .article-text-container .box-description .base-text {
    margin-bottom: 0;
  }
  .article-text-container .box-description .base-text h3 {
    margin-top: 13px;
    margin-bottom: 0;
  }
  .article-text-container .box-description .base-text p {
    padding: 2px 0 5px;
  }
  .article-text-container .box-description .base-text p + p {
    padding-top: 6px;
  }
  .article-text-container .row-article.left .box-description {
    padding-right: 35px;
    padding-bottom: 64px;
  }
  .article-text-html .title {
    margin-top: 51px;
    margin-bottom: 51px;
  }
  .agent-cy-fs-48-publico {
    font-size: 48px;
    line-height: 54px;
  }
  .agency-profile-cmpnt .cmpnt-inner {
    max-width: 950px;
    padding: 35px 0 20px;
  }
  .agency-profile-picture {
    width: 26.8421053%;
  }
  .agency-profile-contact {
    width: 73.1578947%;
  }
  .agency-location-find-us {
    float: right;
    margin-right: 125px;
    padding: 50px 0 40px;
    max-width: 350px;
    height: 100%;
  }
  .banner-title-description-button-center {
    margin: 148px auto;
  }
  .axa-gulf__web-forms .forms .tooltip-help-group .box-help {
    right: -80%;
    max-width: 400px;
    top: 24px;
  }
  .axa-gulf__web-forms .containerdesktopxl {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 1140px;
  }
  .axa-gulf__web-forms .container, .axa-gulf__web-forms .portlet-search .portlet-content-container, .portlet-search .axa-gulf__web-forms .portlet-content-container {
    max-width: 100%;
    width: 980px;
  }
  .product-tables .main-title-health {
    font-size: 38px;
    line-height: 42px;
    margin-top: 50px;
  }
  .product-tables .sub-main-title {
    font-size: 28px;
    line-height: 42px;
    margin-top: 50px;
  }
  .product-tables .sub-main-title:first-child {
    margin-top: 25px;
  }
  .product-tables .col-table-7 .table, .product-tables .col-table-6 .table, .product-tables .col-table-5 .table, .product-tables .col-table-4 .table {
    width: 1140px;
  }
  .web-public-contact-form-web {
    display: table;
    width: calc(100% + 15px);
  }
  .web-public-contact-form-web.style1 {
    /* 		background-size: cover;
    		background-repeat: no-repeat;
    		max-width: 50%; */
    display: flex;
    align-items: stretch;
  }
  .web-public-contact-form-web .column-left {
    background-size: cover;
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .web-public-contact-form-web .column-right {
    /* 		margin-left: calc(100% - 15px);
    		width: auto;
    		float: left;
    		padding: 0 15px; */
    width: 50%;
  }
  .web-public-contact-form-web .box {
    padding: 35px 87px 40px;
    max-width: 100%;
    width: 641px;
  }
  .web-public-contact-form-web .bg-image {
    display: block;
    background-size: cover;
  }
  .web-public-contact-form-web .forms > .form-group {
    margin-bottom: 10px;
  }
  .web-public-contact-form-web .forms .message-group {
    margin-bottom: 23px;
  }
  .web-public-contact-form-web p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .web-public-contact-form-web .textarea {
    height: 100px;
  }
  .web-public-contact-form-web .upload-document-info {
    margin-top: 17px;
    line-height: 27px;
  }
  .web-public-contact-form-web .button.ghost, .web-public-contact-form-web .axa-gulf__web-forms .ghost.button-icon-left, .axa-gulf__web-forms .web-public-contact-form-web .ghost.button-icon-left {
    margin-bottom: 5px;
  }
  .direct-billing-form .container, .direct-billing-form .portlet-search .portlet-content-container, .portlet-search .direct-billing-form .portlet-content-container {
    width: 693px;
  }
  .direct-billing-form .picture-limits {
    height: 516px;
  }
  .direct-billing-form .billing-description {
    margin-top: 197px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2px;
  }
  .direct-billing-form .billing-title {
    font-size: 48px;
    line-height: 54px;
  }
}
.glf-header-car-journey-nav .lfr-nav-item, .glf-header-car-journey-nav .lfr-nav-item-link {
  color: #2e2e85;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.glf-header-car-journey-nav .lfr-nav-item {
  display: inline-block;
  padding: 0 35px;
  cursor: pointer;
}
.glf-header-car-journey-nav .lfr-nav-item img {
  max-width: 14px;
  margin-right: 10px;
  vertical-align: top;
}
.glf-header-car-journey-nav .child-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
  z-index: 1;
  background-color: #fafafa;
}
.glf-header-car-journey-nav .have-child.open .child-menu, .glf-header-car-journey-nav .have-child:focus .child-menu {
  display: block;
}
.glf-header-car-journey-nav .lfr-nav-item-child {
  padding: 21px 18px;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
}

.axa-gulf__web-forms .axa-sprite {
  background-image: url("../images/axa-sprites.png");
}
.axa-gulf__web-forms .axa-sprite-arrow-gray-down {
  height: 7px;
  width: 12px;
}
.axa-gulf__web-forms .axa-sprite-arrow-gray-up {
  height: 7px;
  width: 12px;
  transform: rotate(180deg);
}
.axa-gulf__web-forms .axa-sprite-arrow-gray-right-big {
  background-position: 12px 0;
  height: 18px;
  width: 10px;
}
.axa-gulf__web-forms .axa-sprite-arrow-gray-left-big {
  background-position: 12px 0;
  height: 18px;
  width: 10px;
  transform: rotate(180deg);
}
.axa-gulf__web-forms .axa-sprite-arrow-blue-down {
  background-position: 0 -7px;
  height: 7px;
  width: 12px;
}
.axa-gulf__web-forms .axa-sprite-arrow-blue-up {
  background-position: 0 -7px;
  height: 7px;
  width: 12px;
  transform: rotate(180deg);
}
.axa-gulf__web-forms .axa-sprite-monitor {
  background-position: 0 -18px;
  height: 23px;
  width: 25px;
}
.axa-gulf__web-forms .axa-sprite-phone {
  background-position: 0 -41px;
  height: 23px;
  width: 25px;
}
.axa-gulf__web-forms .axa-sprite-user {
  background-position: 0 -64px;
  height: 23px;
  width: 25px;
}
.axa-gulf__web-forms .axa-sprite-check {
  background-position: 0 -87px;
  height: 18px;
  width: 22px;
}
.axa-gulf__web-forms .axa-sprite-error {
  background-position: 0 -105px;
  height: 18px;
  width: 22px;
}

.rtl .axa-gulf__web-forms .axa-sprite-arrow-gray-right-big {
  transform: rotate(180deg);
}
.rtl .axa-gulf__web-forms .axa-sprite-arrow-gray-left-big {
  transform: rotate(0);
}

.button-points {
  border: 1.5px dashed #cccccc;
  padding: 11px 0;
  background: transparent;
  width: 100%;
  margin-bottom: 20px;
}

.axa-gulf__web-forms .button, .axa-gulf__web-forms .button-icon-left {
  align-items: center;
  animation-delay: 0.2s;
  animation-name: fadeInUp;
  background-color: #2e2e85;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  opacity: 1;
  outline: none;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: none;
  transition: all 0.25s ease;
  vertical-align: middle;
  z-index: 0;
  border-radius: 3px;
}
.axa-gulf__web-forms .button:hover, .axa-gulf__web-forms .button-icon-left:hover, .axa-gulf__web-forms .button:active, .axa-gulf__web-forms .button-icon-left:active {
  background-color: #2e2e85;
  box-shadow: 0 9px 16px 0 rgba(15, 18, 83, 0.3);
}
.axa-gulf__web-forms .button.small, .axa-gulf__web-forms .small.button-icon-left {
  height: 30px;
}
.axa-gulf__web-forms .button.large, .axa-gulf__web-forms .large.button-icon-left {
  height: 40px;
}
.axa-gulf__web-forms .button.ghost, .axa-gulf__web-forms .ghost.button-icon-left {
  background-color: transparent;
  border-color: #2e2e85;
  border-style: solid;
  border-width: 1px;
  color: #2e2e85;
  border-radius: 3px;
}
.axa-gulf__web-forms .button.ghost:hover, .axa-gulf__web-forms .ghost.button-icon-left:hover,
.axa-gulf__web-forms .button.ghost:active,
.axa-gulf__web-forms .ghost.button-icon-left:active {
  background-color: #2e2e85;
  border: 0px;
  color: #ffffff;
  background-color: #2e2e85;
}
.axa-gulf__web-forms .button.ghost.large, .axa-gulf__web-forms .ghost.large.button-icon-left {
  border-width: 2px;
}
.axa-gulf__web-forms .button.ghost.white, .axa-gulf__web-forms .ghost.white.button-icon-left {
  background-color: transparent;
  border-color: #ffffff;
  border-style: solid;
  color: #ffffff;
}
.axa-gulf__web-forms .button.ghost.white:after, .axa-gulf__web-forms .ghost.white.button-icon-left:after {
  background: #ffffff;
}
.axa-gulf__web-forms .button.ghost.white:hover, .axa-gulf__web-forms .ghost.white.button-icon-left:hover,
.axa-gulf__web-forms .button.ghost.white:active,
.axa-gulf__web-forms .ghost.white.button-icon-left:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #5f5f5f;
}
.axa-gulf__web-forms .button .icon, .axa-gulf__web-forms .button-icon-left .icon {
  box-sizing: border-box;
  height: 15px;
  padding-left: 20px;
  width: 35px;
}
.axa-gulf__web-forms .button .squareiconwrapper, .axa-gulf__web-forms .button-icon-left .squareiconwrapper {
  align-items: center;
  border-left-color: rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  border-left-width: 1px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-left: 20px;
  margin-right: -20px;
  transition: border 0.25s ease;
  width: 30px;
}
.axa-gulf__web-forms .button.large .squareiconwrapper, .axa-gulf__web-forms .large.button-icon-left .squareiconwrapper {
  width: 40px;
}
.axa-gulf__web-forms .button .squareicon, .axa-gulf__web-forms .button-icon-left .squareicon {
  height: 15px;
  width: 15px;
}
.axa-gulf__web-forms .button-icon-left {
  background: white;
  border: 2px solid #2e2e85;
  color: #2e2e85;
}
.axa-gulf__web-forms .button-icon-left:hover, .axa-gulf__web-forms .button-icon-left:focus {
  color: #2e2e85;
}
.axa-gulf__web-forms .button-icon-left::after {
  background: white;
  color: #2e2e85;
  transition: none;
  transform: none;
}
.axa-gulf__web-forms .button-icon-left span {
  margin-right: 10px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .axa-gulf__web-forms .button, .axa-gulf__web-forms .button-icon-left {
    font-size: 14px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .axa-gulf__web-forms .button.small, .axa-gulf__web-forms .small.button-icon-left {
    font-size: 12px;
    height: 30px;
  }
  .axa-gulf__web-forms .button.large, .axa-gulf__web-forms .large.button-icon-left {
    font-size: 16px;
    height: 50px;
  }
  .axa-gulf__web-forms .button.ghost, .axa-gulf__web-forms .ghost.button-icon-left {
    border-width: 2px;
  }
  .axa-gulf__web-forms .button.ghost.small, .axa-gulf__web-forms .ghost.small.button-icon-left {
    border-width: 1px;
  }
  .axa-gulf__web-forms .button.ghost.large, .axa-gulf__web-forms .ghost.large.button-icon-left {
    border-width: 2px;
  }
  .axa-gulf__web-forms .button .icon, .axa-gulf__web-forms .button-icon-left .icon {
    box-sizing: border-box;
    height: 18px;
    padding-left: 20px;
    width: 38px;
  }
  .axa-gulf__web-forms .button .squareiconwrapper, .axa-gulf__web-forms .button-icon-left .squareiconwrapper {
    margin-left: 30px;
    margin-right: -30px;
    width: 40px;
  }
  .axa-gulf__web-forms .button.small .squareiconwrapper, .axa-gulf__web-forms .small.button-icon-left .squareiconwrapper {
    width: 30px;
  }
  .axa-gulf__web-forms .button.large .squareiconwrapper, .axa-gulf__web-forms .large.button-icon-left .squareiconwrapper {
    width: 50px;
  }
  .axa-gulf__web-forms .button .squareicon, .axa-gulf__web-forms .button-icon-left .squareicon {
    height: 18px;
    width: 18px;
  }
}

.axa-gulf__web-forms .btn-primary {
  display: inline-block;
  margin-bottom: 0;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-shadow: none;
  background: #2e2e85;
  filter: none;
  border: 0 solid #cfcfcf;
  border-radius: 0;
  box-shadow: none;
  border-radius: 3px;
}
@media (max-width: 767px) and (max-width: 979px) {
  .axa-gulf__web-forms .btn-primary {
    margin-top: 5px;
    width: 100%;
  }
}
.axa-gulf__web-forms .btn-primary:active, .axa-gulf__web-forms .btn-primary:focus, .axa-gulf__web-forms .btn-primary:hover {
  color: #fff;
  background-color: #2e2e85;
  box-shadow: 0 9px 16px 0 rgba(15, 18, 83, 0.3);
}
.axa-gulf__web-forms .primary-cta {
  box-sizing: border-box;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.axa-gulf__web-forms .primary-cta.btn-lg {
  border-bottom-width: 2px;
  padding: 14px 20px;
}
.axa-gulf__web-forms .primary-cta.btn-md {
  border-bottom-width: 2px;
  padding: 9px 20px;
}
.axa-gulf__web-forms .primary-cta.btn-sm {
  border-bottom: none;
  padding: 5px 20px;
}
.axa-gulf__web-forms .primary-cta.btn-full {
  width: 100%;
}
.axa-gulf__web-forms .primary-cta.icon {
  line-height: 1.8;
  text-align: left;
}
.axa-gulf__web-forms .primary-cta.icon .axa-sprite {
  float: right;
}
.axa-gulf__web-forms .primary-cta.close-modal {
  width: 150px;
  margin-top: 40px;
}
.axa-gulf__web-forms .secondary-cta {
  background-color: #ffffff;
  border: solid #3032c1;
  box-sizing: border-box;
  color: #3032c1;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.axa-gulf__web-forms .secondary-cta.btn-lg {
  border-width: 2px;
  padding: 13px 20px;
}
.axa-gulf__web-forms .secondary-cta.btn-md {
  border-width: 2px;
  padding: 8px 20px;
}
.axa-gulf__web-forms .secondary-cta.btn-sm {
  border-width: 1px;
  padding: 4px 20px;
}
.axa-gulf__web-forms .secondary-cta.btn-full {
  width: 100%;
}
.axa-gulf__web-forms .secondary-cta.icon {
  line-height: 1.8;
  text-align: left;
}
.axa-gulf__web-forms .secondary-cta.icon .axa-sprite {
  float: right;
}

.rtl .button, .rtl .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .rtl .button-icon-left {
  letter-spacing: 0;
  font-size: 20px;
  direction: rtl;
}
.rtl .button span, .rtl .axa-gulf__web-forms .button-icon-left span, .axa-gulf__web-forms .rtl .button-icon-left span {
  direction: ltr;
}
.rtl .button:after, .rtl .axa-gulf__web-forms .button-icon-left:after, .axa-gulf__web-forms .rtl .button-icon-left:after {
  left: auto;
  right: 50%;
}

.axa-gulf__web-forms .box-alabaster {
  background-color: #f3fafc;
  margin: 30px 0;
  padding: 40px 13.006%;
  overflow: hidden;
}
.axa-gulf__web-forms .box-alabaster p {
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}
.axa-gulf__web-forms .box-alabaster p b {
  font-family: "Source Sans Pro Semibold", "Arial", sans-serif;
}
.axa-gulf__web-forms .box-alabaster .js-toggle {
  cursor: pointer;
  overflow: hidden;
}
.axa-gulf__web-forms .box-alabaster .underline {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 25px;
  margin-top: 5px;
  overflow: hidden;
  padding-bottom: 23px;
}
.axa-gulf__web-forms .box-alabaster .underline h4 {
  font-family: "Poppins-Bold", "Arial", sans-serif;
  color: #191619;
  display: inline;
}
.axa-gulf__web-forms .box-alabaster .underline button {
  float: right;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 14px;
}
.axa-gulf__web-forms .box-alabaster h6 {
  font-weight: bold;
}
.axa-gulf__web-forms .box-alabaster .middleline {
  background-color: #cccccc;
  background-image: url("line.gif");
  background-position: center;
  background-repeat: repeat-y;
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  overflow: visible;
  width: 100%;
}
.axa-gulf__web-forms .box-alabaster .middleline h5 {
  background-color: #fafafa;
  color: #5f5f5f;
  display: inline;
  font-size: 22px;
  font-weight: 600;
  margin-left: 30px;
  padding: 0 20px;
  position: relative;
  top: -10px;
}
.axa-gulf__web-forms .box-alabaster .middleline .icon {
  background-color: #fafafa;
  float: right;
  margin-right: 20px;
  padding: 0 25px;
  position: relative;
  top: -3px;
}
.axa-gulf__web-forms .box-alabaster .list-two-colums {
  overflow: hidden;
  margin-top: 50px;
}
.axa-gulf__web-forms .box-alabaster .list-two-colums li {
  width: 50%;
  float: left;
  margin-bottom: 30px;
  padding-right: 20px;
  box-sizing: border-box;
}
.axa-gulf__web-forms .box-alabaster .list-two-colums p {
  margin-bottom: 20px;
}
.axa-gulf__web-forms .box-alabaster .list-three-colums {
  overflow: hidden;
  text-align: center;
}
.axa-gulf__web-forms .box-alabaster .list-three-colums .content {
  max-width: 310px;
  margin: 0 auto;
}
.axa-gulf__web-forms .box-alabaster .list-three-colums a {
  display: inline-block;
  cursor: pointer;
}
.axa-gulf__web-forms .box-alabaster .list-three-colums img {
  max-width: 68px;
}
.axa-gulf__web-forms .box-alabaster .list-three-colums .btn {
  font-size: 11px;
  font-weight: bold;
}
.axa-gulf__web-forms .box-quote-motor {
  background-color: #924147;
  color: #ffffff;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  margin: 30px 0 19px 0;
  padding: 30px 13.006% 50px;
}
.axa-gulf__web-forms .box-quote-motor .number {
  text-transform: uppercase;
}
.axa-gulf__web-forms .box-quote-motor h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.axa-gulf__web-forms .box-quote-motor ul {
  margin: 15px 0 25px;
  padding-left: 20px;
}
.axa-gulf__web-forms .box-quote-motor ul li {
  line-height: 1.5;
  list-style: disc;
}
.axa-gulf__web-forms .box-quote-motor .result-year {
  font-size: 17px;
  opacity: 0.6;
}
.axa-gulf__web-forms .box-quote-motor .result-month {
  margin-top: 15px;
  font-weight: normal;
  font-size: 13px;
}
.axa-gulf__web-forms .box-quote-motor .result-month span {
  font-size: 13px;
  text-transform: uppercase;
}
.axa-gulf__web-forms .separation-top-off {
  margin-top: 0;
  padding-top: 0;
}
.axa-gulf__web-forms .separation-bottom-of {
  margin-bottom: 0;
  padding-bottom: 0;
}

.forms textarea,
.forms input[type=color],
.forms input[type=date],
.forms input[type=datetime],
.forms input[type=datetime-local],
.forms input[type=email],
.forms input[type=month],
.forms input[type=number],
.forms input[type=password],
.forms input[type=search],
.forms input[type=select],
.forms input[type=tel],
.forms input[type=text],
.forms input[type=time],
.forms input[type=url],
.forms input[type=week],
.forms select,
.forms select.error-field,
.forms select.success-field,
.forms .uneditable-input,
.forms .select-styled {
  font-size: 14px;
  height: 40px;
}
.forms .form-group {
  margin-bottom: 20px;
}
.forms .form-group input, .forms .form-group .select-styled {
  margin-bottom: 11px;
}
.forms .form-group input:last-of-type, .forms .form-group .select-styled:last-of-type {
  margin-bottom: 0;
}
.forms label {
  font-size: 16px;
  font-weight: 600;
}
.forms .select-options {
  top: 39px;
  z-index: 5;
}
.forms .js-cutom-check-on label:before {
  background-color: #2e2e85;
  transition: all 0.2s ease;
  border: none;
  width: 9px;
  height: 9px;
  left: 4px;
  top: 5px;
  z-index: 1;
}
.forms .js-cutom-check-on label:after {
  border: 1px solid #cccccc;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 1px;
  transition: all 0.2s ease;
  z-index: 0;
}
.forms .disabled {
  color: #999999;
}
.forms .disabled .form-group label {
  color: #999999;
  cursor: not-allowed;
}
.forms .disabled .input-checkbox-wrapper label:hover:before {
  cursor: not-allowed;
  border: 1px solid #cccccc;
}
.forms .disabled .js-cutom-check-on label::before, .forms .disabled .input-checkbox-wrapper label::before {
  background-color: transparent;
}
.forms .disabled .button, .forms .disabled .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .forms .disabled .button-icon-left {
  background-color: #e5e5e5;
  border-color: #cccccc;
  cursor: not-allowed;
}
.forms .disabled .button:after, .forms .disabled .axa-gulf__web-forms .button-icon-left:after, .axa-gulf__web-forms .forms .disabled .button-icon-left:after {
  background-color: #e5e5e5;
}
.forms .radio-box-group {
  display: flex;
}
.forms .radio-box-group .radio + .radio {
  margin-top: 10px;
}
.forms .radio-box-group .radio {
  display: inline-block;
  flex-grow: 1;
  width: 100%;
  margin-top: 10px;
}
.forms .radio-box-group .radio label {
  font-size: 14px;
  padding: 0;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
  border-radius: 3px;
}
.forms .radio-box-group .radio label:hover, .forms .radio-box-group .radio label.focus, .forms .radio-box-group .radio label.active {
  border-color: #2e2e85;
  background-color: rgba(95, 160, 206, 0.1);
}
.forms .radio-box-group .radio label:hover svg, .forms .radio-box-group .radio label.focus svg, .forms .radio-box-group .radio label.active svg {
  fill: #2e2e85;
}
.forms .radio-box-group .radio label:before, .forms .radio-box-group .radio label:after {
  display: none;
}
.forms .radio-box-group .radio label.disabled {
  opacity: 1;
  cursor: default;
  color: #999999;
  border-color: #cccccc;
  background-color: #f5f5f5;
  font-weight: normal;
}
.forms .radio-box-group .radio label.disabled:hover, .forms .radio-box-group .radio label.disabled:active, .forms .radio-box-group .radio label.disabled:focus {
  cursor: default;
  color: #999999;
  border-color: #cccccc;
  background-color: #f5f5f5;
  font-weight: normal;
}
.forms .radio-box-group .js-cutom-radio-on label {
  border-color: #2e2e85;
  background-color: rgba(95, 160, 206, 0.1);
  color: #2e2e85;
  font-weight: bold;
}
.forms .radio-box-group .js-cutom-radio-on label svg {
  fill: #2e2e85;
}
.forms .radio-box-group .js-cutom-radio-on label.disabled {
  opacity: 1;
  cursor: default;
  color: #999999;
  border-color: #cccccc;
  background-color: #f5f5f5;
  font-weight: normal;
}
.forms .radio-box-group .js-cutom-radio-on label.disabled:hover, .forms .radio-box-group .js-cutom-radio-on label.disabled:active, .forms .radio-box-group .js-cutom-radio-on label.disabled:focus {
  cursor: default;
  color: #999999;
  border-color: #cccccc;
  background-color: #f5f5f5;
  font-weight: normal;
}
.forms .checkbox-box-group {
  display: flex;
}
.forms .checkbox-box-group .check + .check {
  margin-top: 10px;
}
.forms .checkbox-box-group .input-checkbox-wrapper {
  display: inline-block;
  flex-grow: 1;
  width: 100%;
}
.forms .checkbox-box-group .input-checkbox-wrapper label {
  font-size: 14px;
  padding: 0;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
  border-radius: 3px;
}
.forms .checkbox-box-group .input-checkbox-wrapper label.disabled {
  opacity: 1;
  cursor: default;
  color: #999999;
  border-color: #cccccc;
  background-color: #f5f5f5;
  font-weight: normal;
}
.forms .checkbox-box-group .input-checkbox-wrapper label.disabled:hover, .forms .checkbox-box-group .input-checkbox-wrapper label.disabled:active, .forms .checkbox-box-group .input-checkbox-wrapper label.disabled:focus {
  cursor: default;
  color: #999999;
  border-color: #cccccc;
  background-color: #f5f5f5;
  font-weight: normal;
}
.forms .checkbox-box-group .input-checkbox-wrapper label:hover, .forms .checkbox-box-group .input-checkbox-wrapper label.focus {
  border-color: #2e2e85;
}
.forms .checkbox-box-group .input-checkbox-wrapper label:hover svg, .forms .checkbox-box-group .input-checkbox-wrapper label.focus svg {
  fill: #2e2e85;
}
.forms .checkbox-box-group .input-checkbox-wrapper label:before, .forms .checkbox-box-group .input-checkbox-wrapper label:after {
  display: none;
}
.forms .checkbox-box-group .js-cutom-check-on label {
  border-color: #2e2e85;
  background-color: rgba(95, 160, 206, 0.1);
  color: #2e2e85;
  font-weight: bold;
}
.forms .checkbox-box-group .js-cutom-check-on label svg {
  fill: #2e2e85;
}
.forms .checkbox-box-group .js-cutom-check-on label.disabled {
  opacity: 1;
  cursor: default;
  color: #999999;
  border-color: #cccccc;
  background-color: #f5f5f5;
  font-weight: normal;
}
.forms .checkbox-box-group .js-cutom-check-on label.disabled:hover, .forms .checkbox-box-group .js-cutom-check-on label.disabled:active, .forms .checkbox-box-group .js-cutom-check-on label.disabled:focus {
  cursor: default;
  color: #999999;
  border-color: #cccccc;
  background-color: #f5f5f5;
  font-weight: normal;
}
.forms .help-inline::before, .forms .help-block::before {
  display: none;
}
.forms .range-group {
  /* CSS by Steven Estrella. http://www.stevenestrella.com */
  /* The .slider and .slidervertical classes are for the range inputs. 
  	Set the z-index high so its on top. */
  /* slidershell exists only
  to provide a positioning context for the range input and other elements.*/
  /* .slidertrack is the visible track on which the user drags the thumb button. */
  /* .sliderfill adds color (or a gradient as seen here) to the track as the user 
  	drags the thumb. */
  /* .sliderthumb can be any css you like including an image. 
  	The dimensions must match those found in the rule for 
  	input[type=range]::-webkit-slider-thumb. */
  /* .slidervalue can be styled as you see fit */
  /* First we have to make transparent all the default elements of the range input.
  	We use color:transparent to eliminate the default tick marks in IE. */
  /* we need a separate rule for when the range input is to be vertical */
  /* Make the thumbs the same size as your custom sliderthumb. 
  	they will not be visible but they will be draggable. 	*/
  /* microsoft IE10+ and Edge - eliminates default fills before and after thumb */
  /* other rules you may need for page styling */
}
.forms .range-group .slider,
.forms .range-group .slidervertical {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
  z-index: 100;
}
.forms .range-group .slidershell {
  border: 0 none;
  position: relative;
  left: 0px;
  top: 0px;
  overflow: visible;
}
.forms .range-group .slidertrack {
  border-radius: 4px;
  position: absolute;
  background-color: #cccccc;
}
.forms .range-group .sliderfill {
  border-radius: 4px;
  position: absolute;
  pointer-events: none;
  background: #3032c1;
  z-index: 1;
}
.forms .range-group .sliderthumb {
  cursor: pointer;
  width: 85px;
  height: 35px;
  background-size: 40px 40px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0 none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  pointer-events: none;
  box-shadow: 0px 0px 10px;
  border-radius: 25px;
  z-index: 2;
}
.forms .range-group .slidervalue {
  width: 85px;
  height: 35px;
  line-height: 35px;
  color: #191619;
  font-family: helvetica, sans-serif;
  font-size: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0 none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  pointer-events: none;
  z-index: 2;
}
.forms .range-group input[type=range]::-ms-track {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  margin: 0px;
  padding: 0px;
  border: 0 none;
  background: transparent;
  color: transparent;
  overflow: visible;
}
.forms .range-group input[type=range]::-moz-range-track {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
  margin: 0px;
  padding: 0px;
  border: 0 none;
  background: transparent;
  color: transparent;
  overflow: visible;
}
.forms .range-group input[type=range] {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  margin: 0px;
  padding: 0px;
  border: 0 none;
  background: transparent;
  color: transparent;
  overflow: visible;
}
.forms .range-group input[type=range].slidervertical {
  -webkit-appearance: slider-vertical;
  writing-mode: bt-lr;
  /* IE */
  opacity: 0.01;
  /* needed to hide the default slider-vertical appearance */
}
.forms .range-group input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}
.forms .range-group input[type=range]:focus {
  outline: none;
}
.forms .range-group input[type=range]::-ms-thumb {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  border: 0 none;
  background: transparent;
}
.forms .range-group input[type=range]::-moz-range-thumb {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  border: 0 none;
  background: transparent;
}
.forms .range-group input[type=range]::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
}
.forms .range-group input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}
.forms .range-group input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}
.forms .range-group input[type=range]::-ms-tooltip {
  display: none;
}
.forms .range-group body {
  font-family: sans-serif;
}
.forms .range-group .slider2column,
.forms .range-group td,
.forms .range-group tr,
.forms .range-group th {
  width: 400px;
  border: 0 none !important;
}
.forms .date .error-field,
.forms .date .error-field:last-of-type {
  margin-bottom: 11px;
}
.forms .date .input-group-addon {
  position: absolute;
  background-color: transparent;
  z-index: 4;
  bottom: 0;
  top: 0;
  width: 100%;
  border-bottom: none;
}
.forms .date .glyphicon-calendar {
  top: 43px;
  position: absolute;
  right: 25px;
  color: #2e2e85;
}
.forms .has-error .help-block {
  color: #c91432;
}

.select .select-styled {
  display: -webkit-box;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  display: block;
}

.has-success .form-control {
  border-color: #cccccc;
}

.form-control:hover::placeholder {
  border-color: #cccccc;
}

.rtl .select .select-styled {
  background-position: 10px center;
}

.input-select-wrapper select.form-control {
  background: url(../images/car_claim_journey_images/icon-arrow-down-blue.svg) no-repeat 90%;
}

.error-msg {
  color: #c91432;
}

.forms .error-field:focus, .forms .error-field:hover {
  border: 1px solid #c91432;
  color: #c91432;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins-Bold";
}

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

.select .select-styled {
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  background: #fff url("../images/chevron-down.png") no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 14px;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "SourceSansPro", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 45px;
  line-height: 1.3;
  padding: 12px 50px 12px 20px;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  vertical-align: 1.3;
  width: 100%;
  border-radius: 3px;
}

.select .select-styled.error-select {
  border: 1px solid #c91432;
  color: #c91432;
}

.select .select-styled.error-select::before {
  position: absolute;
  top: 10px;
  left: -26px;
  color: #c91432;
  font-size: 29px;
  font-weight: 400;
  font-family: "SourceSansPro-Regular", "Arial", sans-serif;
  content: "×";
  font-size: 23px;
  transform: scaleX(1.4);
}

.box-fieldset .select .error-select-text {
  color: #c91432;
}

.select-options {
  position: absolute;
  width: 100%;
  display: none;
  color: #999;
  font-family: "SourceSansPro-Regular", sans-serif;
  border: 1px solid #ccc;
  overflow: auto;
  overflow-x: hidden;
  font-size: 1em;
  z-index: 1;
  background-color: #fff;
  top: 45px;
  padding: 0;
}

.select-options li {
  padding: 17px 1em 17px 1.4em;
}

.select-options li:hover {
  background-color: rgba(95, 160, 206, 0.1);
  color: #2e2e85 !important;
  border: 0;
}

@media (max-width: 480px) {
  .forms label {
    margin-bottom: 10px;
  }
  .forms .primary-cta, .forms .secondary-cta {
    padding: 9px 31px;
  }
}
textarea, input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=select], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, select.error-field, select.success-field, .uneditable-input, .select-styled {
  border: 1px solid #ccc;
  color: #191619;
}

textarea:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=select]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, select.error-field:focus, select.success-field:focus, .uneditable-input:focus, .select-styled:focus {
  border-color: #2e2e85;
  color: #2e2e85;
  box-shadow: none;
}

.form-group.success .control-label, .form-group.success .help-block, .form-group.success .help-inline {
  color: #191619;
}

.forms .form-group {
  margin-bottom: 25px;
}

.forms .form-group a:hover {
  color: #2e2e85;
}

.forms .form-group a:active {
  color: #2e2e85;
}

.forms textarea, .forms input[type=color], .forms input[type=date], .forms input[type=datetime], .forms input[type=datetime-local], .forms input[type=email], .forms input[type=month], .forms input[type=number], .forms input[type=password], .forms input[type=search], .forms input[type=select], .forms input[type=tel], .forms input[type=text], .forms input[type=time], .forms input[type=url], .forms input[type=week], .forms select, .forms select.error-field, .forms select.success-field, .forms .uneditable-input {
  box-sizing: border-box;
  font-family: "SourceSansPro", "Arial", sans-serif;
  font-size: 18px;
  height: 45px;
  margin-bottom: 0;
  padding: 12px 45px 12px 20px;
  line-height: 1;
  border-radius: 3px;
}

.forms input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

.forms .smaller-inputs input {
  padding: 5px 5px 5px 18px;
}

.forms .input-checkbox-wrapper label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.forms .input-checkbox-wrapper label::before {
  border: 1px solid #ccc;
  content: "";
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 1px;
  transition: all 0.2s ease;
}

.forms .input-checkbox-wrapper label:hover {
  color: #2e2e85;
  background-color: rgba(95, 160, 206, 0.1);
}

.forms .input-checkbox-wrapper label:hover:before {
  border: 1px solid #2e2e85;
}

.forms .js-cutom-check-on label::before {
  background: #2e2e85 url("../images/icon-checkbox-white-tick.png") no-repeat;
  transition: all 0.2s ease;
  background-position: 45%;
}

.forms input[type=radio] {
  opacity: 0;
  position: absolute;
}

.forms .radio {
  padding-left: 0;
  position: relative;
}

.forms .radio label {
  padding-left: 20px;
}

.forms .radio label::before {
  border: 1px solid #ccc;
  content: "";
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 15px;
}

.forms .radio label::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #ccc;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.forms .radio label:hover {
  color: #2e2e85;
}

.forms .radio label:hover:before, .forms .radio label:hover:after {
  border: 1px solid #2e2e85;
}

.forms .js-cutom-radio-on label::after {
  border: 1px solid #3032c1;
  background: #3032c1;
}

.forms .form-group .control-label, .forms .form-group label {
  color: #191619;
}

.forms .fieldset, .forms .fieldsetSelect {
  overflow: visible;
}

::placeholder {
  color: #b0b4bb;
}

.hidden {
  display: none !important;
}

.axa-gulf__web-forms .link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  color: #2e2e85;
  fill: #2e2e85;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.25s ease;
  font-size: 12px;
  line-height: 14px;
}
.axa-gulf__web-forms .link.red {
  color: #f07662;
  fill: #f07662;
}
.axa-gulf__web-forms .link:hover, .axa-gulf__web-forms .link:active {
  color: #2e2e85;
  fill: #2e2e85;
}
.axa-gulf__web-forms .link.red:hover, .axa-gulf__web-forms .link.red:active {
  color: #ec4d33;
  fill: #ec4d33;
}
.axa-gulf__web-forms .link .icon {
  height: 11px;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.axa-gulf__web-forms .link .icon.right {
  padding-left: 5px;
}
.axa-gulf__web-forms .link .icon.left {
  padding-right: 5px;
}
.axa-gulf__web-forms .opens-new-window-accessible {
  display: none;
}
@media (min-width: 768px) {
  .axa-gulf__web-forms .link {
    font-size: 14px;
    line-height: 17px;
  }
  .axa-gulf__web-forms .link .icon {
    height: 13px;
  }
  .axa-gulf__web-forms .link .icon.right {
    padding-left: 10px;
  }
  .axa-gulf__web-forms .link .icon.left {
    padding-right: 10px;
  }
}

.rtl .link {
  letter-spacing: 0;
  font-size: 20px;
}

@media (max-width: 991px) {
  .openMenuResponsive.ios {
    position: fixed;
  }
  .openMenuResponsive.ios body {
    position: fixed;
    width: 100%;
  }
}
.container-car-journey-nav {
  margin-left: auto;
}

.navbar {
  border: none;
}

.search-icon {
  -moz-transform: scaleX(-1); /* Gecko */
  -o-transform: scaleX(-1); /* Opera */
  -webkit-transform: scaleX(-1); /* Webkit */
  transform: scaleX(-1); /* Standard */
  filter: FlipH; /* IE 6/7/8 */
}
.search-icon:hover {
  fill: #7f7f7f;
}

.search-input:focus {
  color: #999999;
}

.custom-logo {
  width: auto !important;
}
.custom-logo img {
  height: auto !important;
}

/*.header__wrapperstyle {
	position: fixed;
	width: 100%;
	z-index: 999;
	transition: top 0.2s ease-in-out;

	.container.wrapperstyle {
		background: #fff;
	}

	.wrapperstyle {
		.menubuttonstyle {
			z-index: 999;
		}
	}
}

.nav-up-top {
	transition: top 0.2s ease-in-out;
	top: -120px;
}*/
.rtl .wrapperstyle .menumobilestyle {
  transform: translate3d(-100%, 0, 0);
}

.quotes-tunnel {
  overflow: hidden;
}
.quotes-tunnel .car .active .number,
.quotes-tunnel .car .textinfo-quotecolor .box-title,
.quotes-tunnel .car .compare-products .table-th,
.quotes-tunnel .car .compare-products .table-th .container-recommended,
.quotes-tunnel .car .quote .box-header,
.quotes-tunnel .car .textinfo-bannercolor {
  background-color: #027180;
  color: #ffffff;
}
.quotes-tunnel .car .compare-products .table-th:nth-child(1) {
  background-color: #028a9c;
}
.quotes-tunnel .car .compare-products .table-th:nth-child(1) .container-recommended {
  background-color: #028a9c;
}
.quotes-tunnel .car .compare-products .table-th:nth-child(3) {
  background-color: #025864;
}
.quotes-tunnel .car .compare-products .table-th:nth-child(3) .container-recommended {
  background-color: #025864;
}
.quotes-tunnel .car .compare-products .table-td .ico-ok, .quotes-tunnel .car .compare-products .table-td .ico-ko:after, .quotes-tunnel .car .compare-products .table-td .ico-ko:before {
  border-color: #027180;
}
.quotes-tunnel .car .compare-products .table-td .text {
  color: #027180;
}
.quotes-tunnel .car .container-scroll .col-xs-4:nth-child(1) .box-header {
  background-color: #028a9c;
}
.quotes-tunnel .car .container-scroll .col-xs-4:nth-child(3) .box-header {
  background-color: #025864;
}
.quotes-tunnel .car .box-white .ico-ok {
  border-color: #027180;
}
.quotes-tunnel .life .active .number,
.quotes-tunnel .life .textinfo-quotecolor .box-title,
.quotes-tunnel .life .compare-products .table-th,
.quotes-tunnel .life .compare-products .table-th .container-recommended,
.quotes-tunnel .life .quote .box-header,
.quotes-tunnel .life .textinfo-bannercolor {
  background-color: #00005b;
  color: #ffffff;
}
.quotes-tunnel .life .compare-products .table-th:nth-child(1) {
  background-color: #000078;
}
.quotes-tunnel .life .compare-products .table-th:nth-child(1) .container-recommended {
  background-color: #000078;
}
.quotes-tunnel .life .compare-products .table-th:nth-child(3) {
  background-color: #00003e;
}
.quotes-tunnel .life .compare-products .table-th:nth-child(3) .container-recommended {
  background-color: #00003e;
}
.quotes-tunnel .life .compare-products .table-td .ico-ok, .quotes-tunnel .life .compare-products .table-td .ico-ko:after, .quotes-tunnel .life .compare-products .table-td .ico-ko:before {
  border-color: #00005b;
}
.quotes-tunnel .life .compare-products .table-td .text {
  color: #00005b;
}
.quotes-tunnel .life .container-scroll .col-xs-4:nth-child(1) .box-header {
  background-color: #000078;
}
.quotes-tunnel .life .container-scroll .col-xs-4:nth-child(3) .box-header {
  background-color: #00003e;
}
.quotes-tunnel .life .box-white .ico-ok {
  border-color: #00005b;
}
.quotes-tunnel .home .active .number,
.quotes-tunnel .home .textinfo-quotecolor .box-title,
.quotes-tunnel .home .compare-products .table-th,
.quotes-tunnel .home .compare-products .table-th .container-recommended,
.quotes-tunnel .home .quote .box-header,
.quotes-tunnel .home .textinfo-bannercolor {
  background-color: #00adc6;
  color: #ffffff;
}
.quotes-tunnel .home .compare-products .table-th:nth-child(1) {
  background-color: #00c6e3;
}
.quotes-tunnel .home .compare-products .table-th:nth-child(1) .container-recommended {
  background-color: #00c6e3;
}
.quotes-tunnel .home .compare-products .table-th:nth-child(3) {
  background-color: #0094a9;
}
.quotes-tunnel .home .compare-products .table-th:nth-child(3) .container-recommended {
  background-color: #0094a9;
}
.quotes-tunnel .home .compare-products .table-td .ico-ok, .quotes-tunnel .home .compare-products .table-td .ico-ko:after, .quotes-tunnel .home .compare-products .table-td .ico-ko:before {
  border-color: #00adc6;
}
.quotes-tunnel .home .compare-products .table-td .text {
  color: #00adc6;
}
.quotes-tunnel .home .container-scroll .col-xs-4:nth-child(1) .box-header {
  background-color: #00c6e3;
}
.quotes-tunnel .home .container-scroll .col-xs-4:nth-child(3) .box-header {
  background-color: #0094a9;
}
.quotes-tunnel .home .box-white .ico-ok {
  border-color: #00adc6;
}
.quotes-tunnel .health .active .number,
.quotes-tunnel .health .textinfo-quotecolor .box-title,
.quotes-tunnel .health .compare-products .table-th,
.quotes-tunnel .health .compare-products .table-th .container-recommended,
.quotes-tunnel .health .quote .box-header,
.quotes-tunnel .health .textinfo-bannercolor {
  background-color: #2e2e85;
  color: #ffffff;
}
.quotes-tunnel .health .compare-products .table-th:nth-child(1) {
  background-color: #35359a;
}
.quotes-tunnel .health .compare-products .table-th:nth-child(1) .container-recommended {
  background-color: #35359a;
}
.quotes-tunnel .health .compare-products .table-th:nth-child(3) {
  background-color: #272770;
}
.quotes-tunnel .health .compare-products .table-th:nth-child(3) .container-recommended {
  background-color: #272770;
}
.quotes-tunnel .health .compare-products .table-td .ico-ok, .quotes-tunnel .health .compare-products .table-td .ico-ko:after, .quotes-tunnel .health .compare-products .table-td .ico-ko:before {
  border-color: #2e2e85;
}
.quotes-tunnel .health .compare-products .table-td .text {
  color: #2e2e85;
}
.quotes-tunnel .health .container-scroll .col-xs-4:nth-child(1) .box-header {
  background-color: #35359a;
}
.quotes-tunnel .health .container-scroll .col-xs-4:nth-child(3) .box-header {
  background-color: #272770;
}
.quotes-tunnel .health .box-white .ico-ok {
  border-color: #2e2e85;
}
.quotes-tunnel .travel .active .number,
.quotes-tunnel .travel .textinfo-quotecolor .box-title,
.quotes-tunnel .travel .compare-products .table-th,
.quotes-tunnel .travel .compare-products .table-th .container-recommended,
.quotes-tunnel .travel .quote .box-header,
.quotes-tunnel .travel .textinfo-bannercolor {
  background-color: #9190ac;
  color: #ffffff;
}
.quotes-tunnel .travel .compare-products .table-th:nth-child(1) {
  background-color: #a1a0b8;
}
.quotes-tunnel .travel .compare-products .table-th:nth-child(1) .container-recommended {
  background-color: #a1a0b8;
}
.quotes-tunnel .travel .compare-products .table-th:nth-child(3) {
  background-color: #8180a0;
}
.quotes-tunnel .travel .compare-products .table-th:nth-child(3) .container-recommended {
  background-color: #8180a0;
}
.quotes-tunnel .travel .compare-products .table-td .ico-ok, .quotes-tunnel .travel .compare-products .table-td .ico-ko:after, .quotes-tunnel .travel .compare-products .table-td .ico-ko:before {
  border-color: #9190ac;
}
.quotes-tunnel .travel .compare-products .table-td .text {
  color: #9190ac;
}
.quotes-tunnel .travel .container-scroll .col-xs-4:nth-child(1) .box-header {
  background-color: #a1a0b8;
}
.quotes-tunnel .travel .container-scroll .col-xs-4:nth-child(3) .box-header {
  background-color: #8180a0;
}
.quotes-tunnel .travel .box-white .ico-ok {
  border-color: #9190ac;
}
.quotes-tunnel .no-introduction-text {
  margin-top: 15px;
}
.quotes-tunnel .no-introduction-text-type-b {
  margin-top: 15px;
}
.quotes-tunnel .no-bottom-content {
  margin-bottom: 40px;
}
.quotes-tunnel .shadow {
  -webkit-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
  -moz-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
  box-shadow: 0 0 9px 1px rgb(212, 212, 212);
}
.quotes-tunnel .link {
  font-size: 12px;
}
.quotes-tunnel .button.double-line, .quotes-tunnel .axa-gulf__web-forms .double-line.button-icon-left, .axa-gulf__web-forms .quotes-tunnel .double-line.button-icon-left {
  display: block;
  height: 40px;
}
.quotes-tunnel .button.double-line .text, .quotes-tunnel .axa-gulf__web-forms .double-line.button-icon-left .text, .axa-gulf__web-forms .quotes-tunnel .double-line.button-icon-left .text {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.quotes-tunnel .button.double-line .detail, .quotes-tunnel .axa-gulf__web-forms .double-line.button-icon-left .detail, .axa-gulf__web-forms .quotes-tunnel .double-line.button-icon-left .detail {
  display: block;
  font-size: 10px;
  text-transform: lowercase;
}
.quotes-tunnel .button.btn-save-quit, .quotes-tunnel .axa-gulf__web-forms .btn-save-quit.button-icon-left, .axa-gulf__web-forms .quotes-tunnel .btn-save-quit.button-icon-left {
  float: right;
  margin: 20px 165px 20px 0;
}
.quotes-tunnel .no-padding-xs {
  padding: 0;
}
.quotes-tunnel .quote-steps {
  border-top: 1px solid #cccccc;
  border-bottom: 3px solid #cccccc;
  font-size: 0;
  background-color: #ffffff;
}
.quotes-tunnel .quote-steps .big-container {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  max-width: 100%;
}
.quotes-tunnel .quote-steps .step {
  color: #cccccc;
  box-sizing: border-box;
  display: inline-block;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 0;
  position: relative;
  width: 20%;
  text-align: center;
}
.quotes-tunnel .quote-steps .step:hover {
  text-decoration: none;
}
.quotes-tunnel .quote-steps .done {
  color: #191619;
  font-weight: bold;
}
.quotes-tunnel .quote-steps .done .number {
  border-color: #2e2e85;
  color: #2e2e85;
  font-weight: normal;
}
.quotes-tunnel .quote-steps .done .quote-bar {
  background-color: #f07662;
  bottom: -3px;
  height: 3px;
  left: 0;
  position: absolute;
  width: calc(100% + 16px);
}
.quotes-tunnel .quote-steps .number {
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  font-size: 12px;
  line-height: 1;
}
.quotes-tunnel .quote-steps .text {
  display: none;
}
.quotes-tunnel .quote-steps .active {
  color: #191619;
  font-weight: bold;
}
.quotes-tunnel .quote-steps .active .number {
  border: none;
}
.quotes-tunnel .quote-steps .active .quote-bar {
  background-color: #f07662;
  bottom: -3px;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.quotes-tunnel .quote-steps .step1-details .control-group {
  width: 100%;
  max-width: 345px;
}
.quotes-tunnel .wrapper-quote {
  background-color: #ffffff;
}
.quotes-tunnel .note {
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 50px;
  line-height: 22px;
}
.quotes-tunnel .note.thanks {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.quotes-tunnel .note.thanks .title {
  font-size: 34px;
}
.quotes-tunnel .note .link {
  margin-top: 13px;
  text-transform: lowercase;
  font-size: 14px;
  letter-spacing: 0.23px;
}
.quotes-tunnel .note .title {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 15px;
}
.quotes-tunnel .note .text-link {
  color: #2e2e85;
}
.quotes-tunnel .box-quotemain .box-title {
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  padding: 19px 31px;
  border-bottom: none;
  box-shadow: inset 0 24px 48px -36px rgba(0, 0, 0, 0.75);
  color: #999999;
  width: 100%;
  text-align: left;
}
.quotes-tunnel .box-quotemain .box-title.active {
  background-color: #ffffff;
  box-shadow: none;
  color: #191619;
  cursor: pointer;
}
.quotes-tunnel .box-quotemain .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 30px;
  display: inline;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  margin-left: 15px;
}
.quotes-tunnel .box-quotemain .subtitle {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 24px;
}
.quotes-tunnel .box-quotemain .subtitle-semibold {
  font-weight: 600;
  margin-bottom: 14px;
  display: block;
  margin-top: 28px;
}
.quotes-tunnel .box-quotemain .text {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 20px;
  margin-bottom: 18px;
}
.quotes-tunnel .box-quotemain .box-body {
  background-color: #f3fafc;
  border: 1px solid #cccccc;
  padding: 30px 30px 19px;
  border-bottom: 0;
}
.quotes-tunnel .box-quotemain .box-body .redirected-msg {
  width: 100%;
  padding: 16px;
  margin: 20px 0;
  border: 2px solid #00008f;
  border-radius: 4px;
  color: #00008f;
}
.quotes-tunnel .box-quotemain .box-body .form-group-dark {
  margin-left: -31px;
  margin-right: -31px;
  padding: 16px 31px 20px;
  background-color: #f0f0f0;
  margin-bottom: 20px;
}
.quotes-tunnel .box-quotemain .radio-buttons-list {
  letter-spacing: -4px;
  margin-right: -20px;
  margin-left: -7px;
}
.quotes-tunnel .box-quotemain .radio-buttons-list .radio {
  width: 33.333%;
  padding-left: 7px;
  letter-spacing: 0.16px;
}
.quotes-tunnel .box-quotemain .radio-buttons-list .radio label {
  width: 100%;
}
.quotes-tunnel .box-quotemain .radio-buttons-switch .radio {
  width: 50%;
  letter-spacing: 0.16px;
  max-width: 50%;
  margin-top: 0;
  margin-bottom: 0;
}
.quotes-tunnel .box-quotemain .radio-buttons-switch .radio:not(:first-child) {
  margin-left: 12px;
}
.quotes-tunnel .box-quotemain .radio-buttons-switch .radio label {
  width: 100%;
}
.quotes-tunnel .box-quotemain .button, .quotes-tunnel .box-quotemain .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .quotes-tunnel .box-quotemain .button-icon-left {
  width: 100%;
}
.quotes-tunnel .box-white {
  background: #ffffff;
  margin-bottom: 29px;
}
.quotes-tunnel .box-white .box-title {
  border: 1px solid #cccccc;
  padding: 19px 14px;
  border-bottom: none;
  color: #191619;
}
.quotes-tunnel .box-white .box-title.collapsed {
  border-bottom: 1px solid #cccccc;
  padding-right: 45px;
}
.quotes-tunnel .box-white .collapse-arrow:after {
  right: 19px;
}
.quotes-tunnel .box-white .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 30px;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.quotes-tunnel .box-white .title-source {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 30px;
}
.quotes-tunnel .box-white .box-body {
  border: 1px solid #cccccc;
  padding: 19px 14px;
}
.quotes-tunnel .box-white .col-icon {
  display: none;
}
.quotes-tunnel .box-white .col-result button {
  width: 100%;
}
.quotes-tunnel .box-white .subtitle {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 3px;
  display: block;
}
.quotes-tunnel .box-white .important-text {
  color: #2e2e85;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 24px;
}
.quotes-tunnel .box-white .detail {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 20px;
  margin-bottom: 16px;
  display: block;
}
.quotes-tunnel .box-white .result {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 17px;
  display: block;
}
.quotes-tunnel .box-white .list {
  line-height: 41px;
  color: #2e2e85;
}
.quotes-tunnel .box-white .ico-ok {
  height: 7px;
  width: 15px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  display: inline-block;
  transform: rotate(-45deg);
  margin-right: 14px;
}
.quotes-tunnel .box-success .text-link {
  color: #2e2e85;
}
.quotes-tunnel .box-success .button, .quotes-tunnel .box-success .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .quotes-tunnel .box-success .button-icon-left {
  width: 100%;
}
.quotes-tunnel .box-success-noborder .button, .quotes-tunnel .box-success-noborder .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .quotes-tunnel .box-success-noborder .button-icon-left {
  width: 100%;
}
.quotes-tunnel .compare-products .modal .modal-dialog {
  top: 100%;
}
.quotes-tunnel .compare-products .modal.in .modal-dialog {
  top: 48px;
  transform: translate(-50%, 0);
}
.quotes-tunnel .compare-products .modal-dialog {
  width: 100%;
  max-width: none;
  max-height: calc(100% - 48px );
}
.quotes-tunnel .compare-products .modal-body {
  padding: 40px 10px 16px;
}
.quotes-tunnel .compare-products .button, .quotes-tunnel .compare-products .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .quotes-tunnel .compare-products .button-icon-left {
  -webkit-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
  -moz-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
  box-shadow: 0 0 9px 1px rgb(212, 212, 212);
  position: fixed;
  background-color: #ffffff;
  border: none;
  border-radius: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 50px;
  padding-left: 28px;
  padding-right: 28px;
  height: 46px;
  font-weight: bold;
  z-index: 1;
}
.quotes-tunnel .compare-products .table-tr.odd-tr {
  background-color: #ffffff;
}
.quotes-tunnel .compare-products .table-tr.even-tr {
  background-color: rgba(216, 216, 216, 0.34);
}
.quotes-tunnel .compare-products .table-th {
  text-align: center;
  padding: 13px 16px;
  position: relative;
}
.quotes-tunnel .compare-products .table-th:nth-child(1) {
  background-color: transparent;
}
.quotes-tunnel .compare-products .table-th .container-recommended {
  position: absolute;
  top: -23px;
  width: 100%;
  padding: 10px 10px 0;
  left: 0;
  height: 30px;
}
.quotes-tunnel .compare-products .table-th .recommended {
  background: #999999;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 8px;
}
.quotes-tunnel .compare-products .table-th .title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 14px;
}
.quotes-tunnel .compare-products .table-th .subtitle, .quotes-tunnel .compare-products .table-th .number, .quotes-tunnel .compare-products .table-th .title-big {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.quotes-tunnel .compare-products .table-th .title-big {
  font-size: 20px;
  letter-spacing: 0.4px;
}
.quotes-tunnel .compare-products .table-th .subtitle {
  font-size: 12px;
  margin-top: 10px;
}
.quotes-tunnel .compare-products .table-td {
  border-top: none;
}
.quotes-tunnel .compare-products .table-td.title {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-size: 18px;
}
.quotes-tunnel .compare-products .table-td.quote-text {
  padding-top: 20px;
  text-align: left;
}
.quotes-tunnel .compare-products .table-td.result-td {
  text-align: center;
  padding-bottom: 25px;
}
.quotes-tunnel .compare-products .table-td .ico-ok {
  height: 7px;
  width: 15px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  display: inline-block;
  transform: rotate(-45deg);
}
.quotes-tunnel .compare-products .table-td .ico-ko {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 20px;
  vertical-align: middle;
  margin-top: 6px;
}
.quotes-tunnel .compare-products .table-td .ico-ko:before, .quotes-tunnel .compare-products .table-td .ico-ko:after {
  content: "";
  height: 9px;
  width: 9px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  display: inline-block;
  position: absolute;
}
.quotes-tunnel .compare-products .table-td .ico-ko:before {
  top: 0;
  left: 25%;
  transform: rotate(-45deg);
}
.quotes-tunnel .compare-products .table-td .ico-ko:after {
  bottom: 0;
  left: 25%;
  transform: rotate(135deg);
}
.quotes-tunnel .compare-products .table-foot {
  background-color: #00adc6;
  color: #ffffff;
  border-left: 1px solid #00adc6;
  border-right: 1px solid #00adc6;
}
.quotes-tunnel .compare-products .table-foot .table-td .ico-ok, .quotes-tunnel .compare-products .table-foot .table-td .ico-ko:after, .quotes-tunnel .compare-products .table-foot .table-td .ico-ko:before {
  border-color: #ffffff;
}
.quotes-tunnel .compare-products.one-products .table-th {
  width: 100%;
}
.quotes-tunnel .compare-products.two-products .table-th {
  width: 49.74%;
}
.quotes-tunnel .compare-products.three-products .table-th {
  width: 33.3%;
}
.quotes-tunnel .compare-products .col-table-7 .table-tr-th, .quotes-tunnel .compare-products .col-table-7 .icons-tr {
  width: calc(100% - 180px);
}
.quotes-tunnel .compare-products .col-table-7 .table-th, .quotes-tunnel .compare-products .col-table-7 .result-td {
  width: 14.2857143%;
}
.quotes-tunnel .compare-products .col-table-7 .text-tr {
  width: 180px;
}
.quotes-tunnel .compare-products .col-table-7 .table-td.result-td {
  width: 14.285%;
}
.quotes-tunnel .compare-products .col-table-4 .table-tr-th, .quotes-tunnel .compare-products .col-table-4 .icons-tr {
  width: calc(100% - 288px);
}
.quotes-tunnel .compare-products .col-table-4 .table-th, .quotes-tunnel .compare-products .col-table-4 .result-td {
  width: 25%;
}
.quotes-tunnel .compare-products .col-table-4 .text-tr {
  width: 288px;
}
.quotes-tunnel .compare-products .col-table-4 .table-td.result-td {
  width: 24%;
}
.quotes-tunnel .compare-products .col-table-2 .table-tr-th, .quotes-tunnel .compare-products .col-table-2 .icons-tr {
  width: calc(100% - 490px);
}
.quotes-tunnel .compare-products .col-table-2 .table-th, .quotes-tunnel .compare-products .col-table-2 .result-td {
  width: 50%;
}
.quotes-tunnel .compare-products .col-table-2 .text-tr {
  width: 490px;
}
.quotes-tunnel .compare-products .col-table-2 .table-td.result-td {
  width: 49%;
}
.quotes-tunnel .compare-products .col-table-1 .table-tr-th, .quotes-tunnel .compare-products .col-table-1 .icons-tr {
  width: calc(100% - 490px);
}
.quotes-tunnel .compare-products .col-table-1 .table-th, .quotes-tunnel .compare-products .col-table-1 .result-td {
  width: 100%;
}
.quotes-tunnel .compare-products .col-table-1 .text-tr {
  width: 490px;
}
.quotes-tunnel .compare-products .col-table-1 .table-td.result-td {
  width: 99%;
}
.quotes-tunnel .health .compare-products .table-tr {
  letter-spacing: -4px;
}
.quotes-tunnel .health .compare-products .table-tr .table-td {
  letter-spacing: 0;
}
.quotes-tunnel .box-shadow {
  -webkit-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
  -moz-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
  box-shadow: 0 0 9px 1px rgb(212, 212, 212);
  padding: 22px 16px 17px;
  margin-top: 23px;
  margin-bottom: 23px;
}
.quotes-tunnel .box-shadow .table-shadow {
  width: 100%;
}
.quotes-tunnel .box-shadow .table-tr {
  border-bottom: 1px solid #cccccc;
}
.quotes-tunnel .box-shadow .table-tr:last-of-type {
  border-bottom: none;
}
.quotes-tunnel .box-shadow .table-thead .table-tr {
  border-bottom: none;
}
.quotes-tunnel .box-shadow .table-thead .table-th {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 19px;
}
.quotes-tunnel .box-shadow .table-coverage .table-td {
  padding: 14px 0;
  font-size: 14px;
}
.quotes-tunnel .box-shadow .table-coverage .table-td:nth-child(odd) {
  color: #999999;
}
.quotes-tunnel .box-shadow .table-coverage .table-td:nth-child(even) {
  color: #4a4a4a;
  text-align: right;
}
.quotes-tunnel .box-shadow .table-documents .table-thead .table-tr:last-of-type {
  display: none;
}
.quotes-tunnel .box-shadow .table-documents .table-td {
  display: block;
}
.quotes-tunnel .box-shadow .table-documents .table-td:last-of-type, .quotes-tunnel .box-shadow .table-documents .table-td:nth-last-of-type(2) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.quotes-tunnel .box-shadow .table-documents .pull-left-xs {
  float: left;
}
.quotes-tunnel .box-shadow .table-documents .pull-right-xs {
  float: right;
}
.quotes-tunnel .box-shadow .table-documents .subtitle {
  color: #2e2e85;
  font-size: 16px;
  padding-bottom: 6px;
  padding-top: 25px;
}
.quotes-tunnel .box-shadow .table-documents .detail {
  font-size: 14px;
  color: #7f7f7f;
}
.quotes-tunnel .list-quotes {
  width: 100%;
  background-color: #fafafa;
  position: relative;
  overflow: auto;
}
.quotes-tunnel .list-quotes.one-products .container-scroll {
  width: 100%;
}
.quotes-tunnel .list-quotes.two-products .container-scroll {
  width: calc(200% - 100px);
}
.quotes-tunnel .list-quotes.three-products .container-scroll {
  width: calc(300% - 150px);
}
.quotes-tunnel .list-quotes .container-scroll {
  position: relative;
}
.quotes-tunnel .list-quotes .container-scroll .col-xs-4, .quotes-tunnel .list-quotes .container-scroll .col-xs-6, .quotes-tunnel .list-quotes .container-scroll .col-xs-12 {
  padding-left: 6px;
  padding-right: 6px;
}
.quotes-tunnel .list-quotes .quote-container {
  cursor: pointer;
}
.quotes-tunnel .list-quotes .quote {
  -webkit-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
  -moz-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
  box-shadow: 0 0 9px 1px rgb(212, 212, 212);
  background-color: #ffffff;
  margin-bottom: 26px;
  transition: all ease 0.5s;
}
.quotes-tunnel .list-quotes .box-header {
  position: relative;
  padding: 22px 16px 17px;
  background-image: url("../images/mask2.png");
  background-repeat: repeat-x;
}
.quotes-tunnel .list-quotes .box-header .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.53px;
  line-height: 30px;
  display: block;
}
.quotes-tunnel .list-quotes .box-header .recommended {
  position: absolute;
  top: 25px;
  right: 16px;
  background: #999999;
  border-radius: 5px;
  padding: 8px;
  font-size: 10px;
}
.quotes-tunnel .list-quotes .box-header .price-default {
  font-size: 10px;
  position: relative;
  line-height: 2px;
}
.quotes-tunnel .list-quotes .box-header .price-default:before {
  content: "";
  width: calc(100% + 4px);
  height: 2px;
  background-color: #ec4d33;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.quotes-tunnel .list-quotes .box-header .price-offert {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 40px;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.quotes-tunnel .list-quotes .box-header .detail {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.25px;
  line-height: 5px;
  margin-bottom: 15px;
}
.quotes-tunnel .list-quotes .box-header .car-illustration {
  width: 36%;
  display: inline-block;
}
.quotes-tunnel .list-quotes .box-header .border-bottom {
  float: right;
  width: 65%;
  border-bottom: 1px solid #fff;
}
.quotes-tunnel .list-quotes .box-body {
  padding: 0 16px 5px;
}
.quotes-tunnel .list-quotes .box-body .list {
  display: block;
}
.quotes-tunnel .list-quotes .box-body .item {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.quotes-tunnel .list-quotes .box-body .item:last-of-type {
  border-bottom: none;
}
.quotes-tunnel .list-quotes .box-body .title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 40px;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.quotes-tunnel .list-quotes .box-body .details {
  font-size: 12px;
  line-height: 18px;
}
.quotes-tunnel .list-quotes .box-footer {
  text-align: center;
  padding: 0 16px 20px;
}
.quotes-tunnel .list-quotes .box-footer .button, .quotes-tunnel .list-quotes .box-footer .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .quotes-tunnel .list-quotes .box-footer .button-icon-left {
  width: 100%;
  margin-bottom: 15px;
}
.quotes-tunnel .textinfo-bannercolor {
  position: relative;
  margin-bottom: 10px;
}
.quotes-tunnel .textinfo-bannercolor .box-title {
  padding: 7px 15px 12px;
  width: 100%;
  text-align: left;
}
.quotes-tunnel .textinfo-bannercolor .box-title .text-small {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.quotes-tunnel .textinfo-bannercolor .box-title .number {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-weight: bold;
}
.quotes-tunnel .textinfo-bannercolor .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 30px;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.quotes-tunnel .textinfo-bannercolor .big-text {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-size: 25px;
}
.quotes-tunnel .textinfo-bannercolor .banner-text {
  line-height: 30px;
}
.quotes-tunnel .textinfo-bannercolor .banner-text .link-inside {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.quotes-tunnel .textinfo-bannercolor .banner-text .link-inside .icon {
  fill: #ffffff;
  max-width: 9px;
  vertical-align: sub;
  margin-right: 10px;
}
.quotes-tunnel .textinfo-bannercolor .box-body {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 18px;
}
.quotes-tunnel .textinfo-bannercolor .box-body .box-line {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 16px;
  padding-top: 11px;
}
.quotes-tunnel .textinfo-bannercolor .box-body .box-line:last-of-type {
  border-bottom: none;
}
.quotes-tunnel .textinfo-bannercolor .box-body .title-inside {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.quotes-tunnel .textinfo-bannercolor .box-body p {
  margin: 10px 0;
}

.rtl .quotes-tunnel .compare-products .table-td .ico-ok {
  transform: rotate(45deg);
  height: 15px;
  width: 7px;
}
.rtl .quotes-tunnel .compare-products .table-td .ico-ko:before {
  transform: rotate(45deg);
}
.rtl .quotes-tunnel .compare-products .table-td .ico-ko:after {
  transform: rotate(-135deg);
}

.wrapper-quote {
  background: #fafafa;
}
.wrapper-quote .note {
  width: 50%;
  line-height: 20px;
  margin: 20px auto;
}
.wrapper-quote .note h2.session-expired {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  display: none;
}
.wrapper-quote .note > p {
  margin-bottom: 10px;
}
.wrapper-quote .note p.start-quote a {
  color: #2e2e85;
  font-weight: bold;
}
.wrapper-quote .note p.error-quote {
  display: none;
  color: #de350b;
}
.wrapper-quote .get-quote .quotemain {
  width: 400px;
  margin: 0 auto 25px;
  box-shadow: 0 2px 10px 0 #cccccc;
  border: solid 1px #cccccc;
  background-color: #fafafa;
}
.wrapper-quote .get-quote .quotemain .title {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 25px 0;
  font-weight: bold;
  border-bottom: solid 1px #cccccc;
}
.wrapper-quote .get-quote .quotemain .box-body {
  padding: 0 60px 25px 60px;
}
.wrapper-quote .get-quote .quotemain .box-body > div {
  padding-right: 0;
}
.wrapper-quote .get-quote .quotemain .box-body button {
  width: 100%;
}
.wrapper-quote .back {
  margin: 20px 0;
}

.box-request {
  background: #fafafa;
  width: 100%;
  padding: 80px 20%;
}
.box-request .title {
  margin-bottom: 10px;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.box-request .details {
  line-height: 22px;
  margin-bottom: 45px;
}
.box-request .question {
  margin-bottom: 20px;
}
.box-request button.start-again {
  width: 280px;
  color: #de350b;
  background: transparent;
  border: solid 1px #de350b;
}
.box-request button.start-again:hover, .box-request button.start-again:after {
  color: #ffffff;
  background: #de350b;
  border: solid 1px #de350b;
}
.box-request .start-quote {
  margin: 80px 0;
}
.box-request .start-quote a {
  font-weight: bold;
}

.faqs-arrowsblue {
  padding: 0 15px 18px;
}
.faqs-arrowsblue .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 28px;
  color: #2e2e85;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  padding: 25px 0;
}
.faqs-arrowsblue .subtitle {
  border-top: solid 1px #cccccc;
  padding: 33px 20px 14px 0;
  font-weight: bold;
}
.faqs-arrowsblue .details {
  padding-bottom: 25px;
}

.faqs-arrowsblue-borderbottom {
  padding: 0 15px 60px;
}
.faqs-arrowsblue-borderbottom .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 28px;
  color: #2e2e85;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  padding: 25px 0;
}
.faqs-arrowsblue-borderbottom .collapse-arrow:after {
  padding: 3.5px;
  right: 10px;
}
.faqs-arrowsblue-borderbottom .subtitle {
  border-top: solid 1px #cccccc;
  padding: 21px 43px 21px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2px;
}
.faqs-arrowsblue-borderbottom .subtitle:first-child {
  border-top: none;
}
.faqs-arrowsblue-borderbottom .subtitle.collapsed:last-of-type {
  border-bottom: solid 1px #cccccc;
}
.faqs-arrowsblue-borderbottom .details {
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2px;
  padding-right: 43px;
}
.faqs-arrowsblue-borderbottom .link {
  font-size: 12px;
}

.message-band {
  padding-top: 26px;
  padding-bottom: 26px;
}
.message-band .details {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 31px;
  max-width: 233px;
  margin-left: auto;
  margin-right: auto;
}
.message-band .button, .message-band .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .message-band .button-icon-left {
  width: 100%;
}

.modal-list .button, .modal-list .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .modal-list .button-icon-left {
  width: 100%;
  margin-bottom: 22px;
}

.out-modal .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.out-modal .details {
  font-size: 15px;
  max-width: 255px;
  margin: 0 auto 20px;
  line-height: 18px;
}
.out-modal .details p a {
  color: #2e2e85;
  font-weight: bold;
  cursor: pointer;
}

.in-modal .modal-dialog {
  width: 460px;
}
.in-modal .modal-body {
  padding: 30px 70px;
  overflow: hidden;
}
.in-modal .modal-body ul {
  margin: 10px 0;
}
.in-modal .modal-body ul li svg {
  color: #2e2e85;
  width: 10px;
  margin-right: 5px;
}
.in-modal .modal-body .modal-title,
.in-modal .modal-body .modal-subtitle {
  font-family: "Poppins-Bold", "Arial", sans-serif;
}
.in-modal .modal-body .modal-title {
  font-size: 32px;
}
.in-modal .modal-body .modal-subtitle {
  font-size: 28px;
}
.in-modal .custom-modal .custom-modal-dialog {
  width: 400px;
}
.in-modal .custom-modal .custom-modal-dialog .custom-modal-content .custom-modal-body {
  padding: 40px 0;
}
.in-modal .custom-modal .custom-modal-dialog .custom-modal-content .custom-modal-body img {
  margin-bottom: 15px;
}
.in-modal .custom-modal .custom-modal-dialog .custom-modal-content .custom-modal-body .modal-subtitle {
  padding: 0 30px;
  margin-bottom: 20px;
  color: #2e2e85;
}
.in-modal .custom-modal .custom-modal-dialog .custom-modal-content .details, .in-modal .custom-modal .custom-modal-dialog .custom-modal-content .options {
  padding: 0 30px;
}
.in-modal .custom-modal .custom-modal-dialog .custom-modal-content .details {
  margin-bottom: 20px;
}
.in-modal .custom-modal .custom-modal-dialog .custom-modal-content .options {
  margin-top: 25px;
}
.in-modal .custom-modal .custom-modal-dialog .custom-modal-content .options a.link {
  display: block;
}
.in-modal .custom-modal .custom-modal-dialog .custom-modal-content .options .first-option {
  margin-bottom: 30px;
}

.textinfo-box .box {
  border: 1px solid #cccccc;
  margin-bottom: 23px;
}
.textinfo-box .title {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 25px;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  border-bottom: 1px solid #cccccc;
  padding: 16px;
}
.textinfo-box .text {
  padding: 16px 16px 24px;
  letter-spacing: 0.2px;
  line-height: 24px;
}

.modal-pacific .out-modal {
  position: relative;
}
.modal-pacific .out-modal .box-title {
  padding: 17px 15px;
  width: 100%;
  text-align: left;
  margin-top: 1px;
}
.modal-pacific .out-modal .collapse-arrow:after {
  right: 19px;
}
.modal-pacific .out-modal .collapse,
.modal-pacific .out-modal .collapsing {
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0px 4px 9px 1px rgb(212, 212, 212);
  -moz-box-shadow: 0px 4px 9px 1px rgb(212, 212, 212);
  box-shadow: 0px 4px 9px 1px rgb(212, 212, 212);
  z-index: 1;
}
.modal-pacific .out-modal .title {
  font-weight: bold;
  letter-spacing: 0.5px;
}
.modal-pacific .out-modal .box-details {
  background-color: #ffffff;
  padding: 20px 14px 30px;
}
.modal-pacific .in-modal .modal-dialog {
  width: 398px;
}
.modal-pacific .in-modal .modal-header {
  padding-top: 20px;
  padding-bottom: 4px;
}
.modal-pacific .in-modal .modal-content {
  border-radius: 15px;
}
.modal-pacific .in-modal .modal-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 32px;
  text-overflow: clip;
  white-space: normal;
  color: #2e2e85;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.modal-pacific .in-modal .modal-body {
  padding-left: 0;
  padding-right: 0;
}
.modal-pacific .in-modal .subtitle {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 30px;
  color: #00adc6;
  margin-top: 20px;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}
.modal-pacific .in-modal .modal-footer {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 10px;
}

.textinfo-quotecolor {
  position: relative;
}
.textinfo-quotecolor .bg-white {
  padding: 23px 15px;
  background-color: #ffffff;
}
.textinfo-quotecolor .box-title {
  margin-top: 14px;
  padding: 7px 15px 12px;
  width: 100%;
  text-align: left;
}
.textinfo-quotecolor .box-title .pull-right {
  margin-right: 25px;
}
.textinfo-quotecolor .box-title .text-small {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.textinfo-quotecolor .box-title .number {
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
  font-weight: bold;
}
.textinfo-quotecolor .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 30px;
  font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
}
.textinfo-quotecolor .collapse-arrow:after {
  right: 19px;
}
.textinfo-quotecolor .subtitle {
  font-size: 12px;
  font-weight: regular;
  letter-spacing: 0.17px;
  line-height: 17px;
}
.textinfo-quotecolor .collapse,
.textinfo-quotecolor .collapsing {
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0px 4px 9px 1px rgb(212, 212, 212);
  -moz-box-shadow: 0px 4px 9px 1px rgb(212, 212, 212);
  box-shadow: 0px 4px 9px 1px rgb(212, 212, 212);
  z-index: 2;
}
.textinfo-quotecolor .box-body {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 18px;
}
.textinfo-quotecolor .box-body .box-line {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 16px;
  padding-top: 11px;
}
.textinfo-quotecolor .box-body .box-line:last-of-type {
  border-bottom: none;
}
.textinfo-quotecolor .box-body .title-inside {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.textinfo-quotecolor .box-body b {
  margin-top: 19px;
}
.textinfo-quotecolor .box-body b:first-of-type {
  margin-top: 0;
}
.textinfo-quotecolor .box-body p {
  margin: 10px 0;
}
.textinfo-quotecolor .box-body a {
  color: #2e2e85;
}
.textinfo-quotecolor .box-body .link {
  cursor: pointer;
}
.textinfo-quotecolor .box-body .button, .textinfo-quotecolor .box-body .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .textinfo-quotecolor .box-body .button-icon-left {
  width: 100%;
  margin-top: 24px;
}
.textinfo-quotecolor .box-body .success {
  color: green;
}

@media (min-width: 768px) {
  .hidden-collapse-sm .collapse-arrow:after {
    display: none;
  }
  .hidden-collapse-sm .collapse {
    display: block;
    position: static;
  }
  .quotes-tunnel .no-bottom-content {
    margin-bottom: 50px;
  }
  .quotes-tunnel .no-padding-xs {
    padding: 0 15px;
  }
  .quotes-tunnel .quote-steps .big-container {
    padding-left: 0;
    padding-right: 0;
    width: 1280px;
    margin: 0 auto;
  }
  .quotes-tunnel .quote-steps .step {
    border-right-width: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    max-width: 319px;
  }
  .quotes-tunnel .quote-steps .step:last-of-type {
    border-right: 1px solid #cccccc;
  }
  .quotes-tunnel .quote-steps .done {
    color: #2e2e85;
  }
  .quotes-tunnel .quote-steps .done .quote-bar {
    background-color: #f07662;
    bottom: -4px;
    height: 3px;
    left: 0;
    position: absolute;
  }
  .quotes-tunnel .quote-steps .active .text {
    color: #027180;
  }
  .quotes-tunnel .quote-steps .text {
    display: inline;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 5px;
  }
  .quotes-tunnel .wrapper-quote {
    background-color: #fafafa;
  }
  .quotes-tunnel .note.thanks {
    text-align: center;
    max-width: 524px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .quotes-tunnel .box-quotemain {
    float: none;
    margin: 52px auto 76px;
  }
  .quotes-tunnel .box-quotemain .quotemain {
    box-shadow: none;
  }
  .quotes-tunnel .box-quotemain .quotemain.active {
    -webkit-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
    -moz-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
    box-shadow: 0 0 9px 1px rgb(212, 212, 212);
    margin-bottom: 40px;
  }
  .quotes-tunnel .box-quotemain .box-title {
    padding: 17px 65px 14px;
    box-shadow: none;
    border-bottom: 1px solid #cccccc;
  }
  .quotes-tunnel .box-quotemain .box-title.active {
    background-color: #ffffff;
  }
  .quotes-tunnel .box-quotemain .title {
    font-size: 25px;
    margin-left: 0;
  }
  .quotes-tunnel .box-quotemain .subtitle {
    display: block;
    font-weight: 600;
  }
  .quotes-tunnel .box-quotemain .box-success {
    padding: 27px 64px 23px;
  }
  .quotes-tunnel .box-quotemain .box-body {
    padding-left: 68px;
    padding-right: 68px;
    border-bottom: 1px solid #cccccc;
    padding-top: 24px;
  }
  .quotes-tunnel .box-quotemain .box-body .redirected-msg {
    width: 70%;
  }
  .quotes-tunnel .box-quotemain .box-body .form-group-dark {
    margin-left: -64px;
    margin-right: -64px;
    padding: 16px 64px 20px;
    margin-bottom: -19px;
  }
  .quotes-tunnel .box-quotemain .box-body .form-group {
    width: calc(50% + 7px);
  }
  .quotes-tunnel .box-quotemain .box-body .no-resize {
    width: 100%;
  }
  .quotes-tunnel .box-quotemain .radio-buttons-list .radio {
    width: 16.666%;
  }
  .quotes-tunnel .box-quotemain .radio-buttons-switch .radio:not(:first-child) {
    margin-left: 7px;
  }
  .quotes-tunnel .box-white {
    margin-bottom: 49px;
  }
  .quotes-tunnel .box-white .box-title {
    padding: 19px 29px;
  }
  .quotes-tunnel .box-white .box-title.collapsed {
    padding-right: 29px;
  }
  .quotes-tunnel .box-white .title {
    font-size: 25px;
  }
  .quotes-tunnel .box-white .box-body {
    padding: 25px 32px 24px 29px;
  }
  .quotes-tunnel .box-white .col-icon {
    padding-right: 0;
    padding-left: 10px;
    display: inline-block;
  }
  .quotes-tunnel .box-white .col-detail {
    padding-left: 18px;
  }
  .quotes-tunnel .box-white .col-result {
    padding-left: 41px;
  }
  .quotes-tunnel .box-white .button, .quotes-tunnel .box-white .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .quotes-tunnel .box-white .button-icon-left {
    font-size: 13px;
    height: 26px;
  }
  .quotes-tunnel .box-white .subtitle {
    margin-bottom: 20px;
    max-width: 320px;
  }
  .quotes-tunnel .box-white .detail {
    max-width: 320px;
  }
  .quotes-tunnel .box-white .footer-button {
    float: right;
    width: 133px;
  }
  .quotes-tunnel .box-white .list {
    max-height: 400px;
    overflow: hidden;
  }
  .quotes-tunnel .box-white .item-list-check {
    display: block;
    width: 50%;
    float: left;
  }
  .quotes-tunnel .box-success {
    padding: 27px 23px 24px;
    border: 1px solid #cccccc;
    margin-top: 30px;
  }
  .quotes-tunnel .box-success.disabled {
    background-color: #f5f5f5;
  }
  .quotes-tunnel .box-success-noborder {
    margin-top: 30px;
  }
  .quotes-tunnel .box-success-noborder.disabled {
    background-color: #f5f5f5;
  }
  .quotes-tunnel .compare-products .main-title {
    font-family: "Poppins-Bold", "Source Sans Pro", "Arial", sans-serif;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    margin-top: 44px;
    margin-bottom: 36px;
  }
  .quotes-tunnel .compare-products .table {
    margin-bottom: 76px;
  }
  .quotes-tunnel .compare-products .table-theader {
    display: block;
    letter-spacing: -5px;
  }
  .quotes-tunnel .compare-products .table-tr {
    display: inline-block;
    letter-spacing: 0;
  }
  .quotes-tunnel .compare-products .table-tr.even-tr {
    background-color: transparent;
  }
  .quotes-tunnel .compare-products .table-tr.even-tr.bg-solid {
    background-color: rgba(216, 216, 216, 0.34);
  }
  .quotes-tunnel .compare-products .table-thead {
    text-align: right;
  }
  .quotes-tunnel .compare-products .table-tr-th {
    display: inline-block;
    width: 57%;
    letter-spacing: -4px;
  }
  .quotes-tunnel .compare-products .table-th {
    display: inline-block;
    min-height: 53px;
    height: auto;
    letter-spacing: 0;
    padding: 13px 10px;
  }
  .quotes-tunnel .compare-products .table-th .container-recommended {
    padding: 5px 10px 0;
    height: 25px;
    top: -14px;
  }
  .quotes-tunnel .compare-products .table-th .recommended {
    max-width: 62px;
    margin: 0 auto;
  }
  .quotes-tunnel .compare-products .table-th .subtitle, .quotes-tunnel .compare-products .table-th .number {
    display: inline-block;
  }
  .quotes-tunnel .compare-products .table-tbody {
    letter-spacing: -4px;
  }
  .quotes-tunnel .compare-products .table-td {
    display: inline-block;
  }
  .quotes-tunnel .compare-products .table-td.result-td {
    padding-bottom: 17.5px;
  }
  .quotes-tunnel .compare-products .text-tr {
    width: 43%;
  }
  .quotes-tunnel .compare-products .icons-tr {
    width: 57%;
  }
  .quotes-tunnel .compare-products .table-foot {
    background-color: transparent;
    border-right: none;
    border-left: none;
  }
  .quotes-tunnel .compare-products .table-foot .pacific-color-tr {
    background-color: #00adc6;
    width: 100%;
  }
  .quotes-tunnel .compare-products .table-foot .text-tr {
    -webkit-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
    -moz-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
    box-shadow: 0 0 9px 1px rgb(212, 212, 212);
    letter-spacing: 0;
    color: #191619;
  }
  .quotes-tunnel .compare-products .table-foot .text-tr:after {
    content: "";
    display: block;
    background-color: #fafafa;
    position: absolute;
    height: 50px;
    width: 21px;
    left: calc(43% - 10.5px);
    bottom: 69px;
  }
  .quotes-tunnel .compare-products .table-foot .text-tr .table-td {
    padding-top: 20px;
  }
  .quotes-tunnel .compare-products .table-foot .pacific-icons-tr {
    -webkit-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
    -moz-box-shadow: 0 0 9px 1px rgb(212, 212, 212);
    box-shadow: 0 0 9px 1px rgb(212, 212, 212);
    display: inline-block;
    letter-spacing: 0;
  }
  .quotes-tunnel .compare-products .table-foot .pacific-icons-tr .ico-ok, .quotes-tunnel .compare-products .table-foot .pacific-icons-tr .ico-ko:after, .quotes-tunnel .compare-products .table-foot .pacific-icons-tr .ico-ko:before {
    border-color: #00adc6;
  }
  .quotes-tunnel .compare-products.one-products .table-td.result-td {
    width: 100%;
  }
  .quotes-tunnel .compare-products.two-products .table-td.result-td {
    width: 49.5746%;
  }
  .quotes-tunnel .compare-products.three-products .table-td.result-td {
    width: 32.75%;
  }
  .quotes-tunnel .box-shadow {
    padding: 36px 31px 34px;
  }
  .quotes-tunnel .box-shadow .table-thead .table-th {
    font-size: 32px;
  }
  .quotes-tunnel .box-shadow .table-coverage .table-td {
    font-size: 16px;
  }
  .quotes-tunnel .box-shadow .table-coverage .table-td:nth-child(even) {
    font-weight: 600;
  }
  .quotes-tunnel .box-shadow .table-documents .table-thead .table-tr:last-of-type {
    display: table-row;
    color: #2e2e85;
    border-bottom: 1px solid #cccccc;
  }
  .quotes-tunnel .box-shadow .table-documents .table-thead .table-tr:last-of-type .table-th {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 14px;
  }
  .quotes-tunnel .box-shadow .table-documents .table-td {
    display: table-cell;
  }
  .quotes-tunnel .box-shadow .table-documents .table-td:last-of-type, .quotes-tunnel .box-shadow .table-documents .table-td:nth-last-of-type(2) {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .quotes-tunnel .box-shadow .table-documents .pull-left-xs, .quotes-tunnel .box-shadow .table-documents .pull-right-xs {
    float: none;
    text-align: center;
  }
  .quotes-tunnel .box-shadow .table-documents .text-right-sm {
    text-align: right;
  }
  .quotes-tunnel .box-shadow .table-documents .detail {
    font-size: 16px;
  }
  .quotes-tunnel .list-quotes .quote {
    margin-bottom: 10px;
  }
  .quotes-tunnel .list-quotes .container-scroll {
    width: calc(150% - 40px);
  }
  .quotes-tunnel .list-quotes .container-scroll .col-xs-4, .quotes-tunnel .list-quotes .container-scroll .col-xs-6, .quotes-tunnel .list-quotes .container-scroll .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .quotes-tunnel .textinfo-bannercolor {
    margin-bottom: 30px;
  }
  .quotes-tunnel .textinfo-bannercolor .box-title {
    padding: 29px 29px 12px;
  }
  .quotes-tunnel .textinfo-bannercolor .box-title .title {
    font-size: 25px;
    margin-bottom: 14px;
  }
  .quotes-tunnel .textinfo-bannercolor .box-title .name {
    margin-bottom: 14px;
    display: block;
  }
  .quotes-tunnel .textinfo-bannercolor .box-title .text-small {
    font-size: 30px;
    margin-right: 10px;
  }
  .quotes-tunnel .textinfo-bannercolor .box-title .big-text {
    font-size: 60px;
    line-height: 60px;
  }
  .quotes-tunnel .textinfo-bannercolor .banner-text .link-container {
    display: inline-block;
    margin-right: 30px;
  }
  .quotes-tunnel .textinfo-bannercolor .banner-text .link-inside {
    font-size: 14px;
  }
  .faqs-arrowsblue-borderbottom {
    padding: 0 16px 90px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .faqs-arrowsblue-borderbottom .collapse-arrow:after {
    right: 12px;
  }
  .faqs-arrowsblue-borderbottom .subtitle {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    padding: 26px 43px 26px 0;
  }
  .faqs-arrowsblue-borderbottom .details {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
  }
  .faqs-arrowsblue-borderbottom .link {
    font-size: 14px;
  }
  .message-band {
    padding-top: 34px;
    padding-bottom: 44px;
  }
  .message-band .details {
    font-size: 30px;
    line-height: 42px;
    max-width: 418px;
    margin-bottom: 34px;
  }
  .message-band .button, .message-band .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .message-band .button-icon-left {
    width: 158px;
  }
  .modal-list .button, .modal-list .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .modal-list .button-icon-left {
    /* 		width: 100%;
    		margin-bottom: 22px; */
  }
  .modal-list .button.double-line, .modal-list .axa-gulf__web-forms .double-line.button-icon-left, .axa-gulf__web-forms .modal-list .double-line.button-icon-left {
    height: 52px;
  }
  .modal-list .button.double-line .text, .modal-list .axa-gulf__web-forms .double-line.button-icon-left .text, .axa-gulf__web-forms .modal-list .double-line.button-icon-left .text {
    font-size: 16px;
  }
  .modal-list .button.double-line .detail, .modal-list .axa-gulf__web-forms .double-line.button-icon-left .detail, .axa-gulf__web-forms .modal-list .double-line.button-icon-left .detail {
    font-size: 12px;
  }
  .modal-list .out-modal .title {
    /* 			font-size: 18px;
    			font-weight: bold;
    			line-height: 34px; */
  }
  .modal-list .out-modal .details {
    /* 			font-size: 14px;
    			max-width: 254px;
    			margin: 0 auto 20px;
    			line-height: 18px; */
    max-width: none;
  }
  .modal-list .in-modal .modal-title {
    /* 			font-size: 24px; */
  }
  .textinfo-box .box {
    margin-bottom: 53px;
  }
  .textinfo-box .title {
    padding: 16px 29px;
  }
  .textinfo-box .text {
    padding: 16px 29px 24px;
  }
  .textinfo-quotecolor.no-padding-xs .collapse, .textinfo-quotecolor.no-padding-xs .collapsing {
    width: calc(100% - 30px);
  }
}
@media (min-width: 992px) {
  .glf-header-car-journey-nav .have-child {
    padding: 0;
  }
  .glf-header-car-journey-nav .have-child .lfr-nav-item-link {
    display: none;
  }
  .glf-header-car-journey-nav .child-menu {
    position: static;
    display: inline-block;
    background-color: transparent;
  }
  .glf-header-car-journey-nav .lfr-nav-item-child {
    display: inline-block;
    padding: 0 35px;
    font-size: 12px;
    border-bottom: none;
  }
  .hidden-collapse-md .collapse-arrow:after {
    display: none;
  }
  .hidden-collapse-md .collapse {
    display: block;
    position: static;
  }
  .quotes-tunnel .no-introduction-text {
    margin-top: 60px;
  }
  .quotes-tunnel .no-bottom-content {
    margin-bottom: 80px;
  }
  .quotes-tunnel .box-white {
    margin-top: 0;
  }
  .quotes-tunnel .box-white .col-result {
    padding-left: 24px;
  }
  .quotes-tunnel .box-shadow {
    padding: 36px 53px 37px;
  }
  .quotes-tunnel .box-shadow .table-coverage {
    max-height: 185px;
    overflow: hidden;
    display: block;
  }
  .quotes-tunnel .box-shadow .table-coverage .table-td:nth-child(odd) {
    float: left;
  }
  .quotes-tunnel .box-shadow .table-coverage .table-td:nth-child(even) {
    float: right;
  }
  .quotes-tunnel .box-shadow .table-coverage .table-tr {
    width: calc(50% - 40px);
    float: left;
  }
  .quotes-tunnel .box-shadow .table-coverage .table-tr:nth-child(odd) {
    margin-right: 40px;
  }
  .quotes-tunnel .box-shadow .table-coverage .table-tr:nth-child(even) {
    margin-left: 40px;
  }
  .quotes-tunnel .list-quotes {
    overflow: visible;
  }
  .quotes-tunnel .list-quotes .quote {
    -webkit-box-shadow: 0 7px 9px 1px rgb(212, 212, 212);
    -moz-box-shadow: 0 7px 9px 1px rgb(212, 212, 212);
    box-shadow: 0 7px 9px 1px rgb(212, 212, 212);
  }
  .quotes-tunnel .list-quotes .quote.active {
    transform: scale(1.12);
  }
  .quotes-tunnel .list-quotes .quote.opacity8 {
    opacity: 0.8;
  }
  .quotes-tunnel .list-quotes.one-products .container-scroll {
    width: 100%;
  }
  .quotes-tunnel .list-quotes.one-products .quote.active {
    transform: none;
  }
  .quotes-tunnel .list-quotes.two-products .container-scroll {
    width: 100%;
  }
  .quotes-tunnel .list-quotes.three-products .container-scroll {
    width: 100%;
  }
  .quotes-tunnel .list-quotes .container-scroll .col-xs-4, .quotes-tunnel .list-quotes .container-scroll .col-xs-6, .quotes-tunnel .list-quotes .container-scroll .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .quotes-tunnel .compare-products .table {
    margin-bottom: 69px;
  }
  .textinfo-box .box {
    margin-bottom: 56px;
  }
  .textinfo-box .title {
    padding: 16px 70px;
  }
  .textinfo-box .text {
    padding: 16px 70px 24px;
  }
  .faqs-arrowsblue {
    padding: 0 31px 18px;
  }
  .message-band {
    padding-top: 49px;
    padding-bottom: 48px;
  }
  .message-band .details {
    font-size: 36px;
    line-height: 47px;
    max-width: 725px;
    margin-bottom: 38px;
  }
  .message-band .button, .message-band .axa-gulf__web-forms .button-icon-left, .axa-gulf__web-forms .message-band .button-icon-left {
    width: 205px;
  }
  .modal-list {
    margin-top: 25px;
  }
  .modal-pacific {
    margin-top: 25px;
  }
  .modal-pacific .out-modal .collapse {
    position: static;
  }
  .textinfo-quotecolor .box-title {
    margin-top: 0;
  }
  .textinfo-quotecolor .box-title .text-small {
    font-size: 15px;
  }
  .textinfo-quotecolor .collapse {
    position: static;
  }
}
@media (min-width: 1200px) {
  .quotes-tunnel .box-quotemain {
    margin: 64px auto 92px;
  }
  .quotes-tunnel .box-quotemain .box-title {
    padding: 14px 65px 9px;
  }
  .quotes-tunnel .box-quotemain .title {
    display: inline-block;
    margin-top: 3px;
  }
  .quotes-tunnel .box-quotemain .box-body {
    padding-top: 28px;
  }
  .faqs-arrowsblue-borderbottom {
    padding: 0 31px 110px 52px;
    max-width: 1170px;
  }
  .faqs-arrowsblue-borderbottom .collapse-arrow:after {
    right: 18px;
  }
  .faqs-arrowsblue-borderbottom .subtitle {
    padding: 28px 43px 28px 30px;
  }
  .faqs-arrowsblue-borderbottom .details {
    padding-right: 43px;
  }
  .faqs-arrowsblue-borderbottom .details, .faqs-arrowsblue-borderbottom .form-group {
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .glf-images-footer-nav {
    padding: 15px 0;
  }
}
.must-read {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 250, 253, 0.61)), to(rgba(242, 249, 251, 0)));
  background-image: linear-gradient(to bottom, rgba(239, 250, 253, 0.61), rgba(242, 249, 251, 0));
  padding-top: 50px;
}
.must-read .quick-link {
  text-align: center;
}
.must-read .quick-link .btn {
  margin-right: 20px;
  width: auto;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.must-read .mr-main-title {
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 30px;
  color: #191619;
  padding: 50px 0;
  text-align: center;
}
.must-read .mr-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  margin: auto;
}
.must-read .mr-content .mr-content-left {
  margin-right: 50px;
}
.must-read .mr-content .mr-item:last-child {
  margin-bottom: 0;
}
.must-read .mr-content .mr-item {
  color: #191619;
  margin-bottom: 30px;
  display: block;
}
.must-read .mr-content .mr-content-left .pic-mr-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.must-read .mr-content .mr-content-left .pic-mr-item .play-icon {
  background: url("../../images/icon-play-blue.svg") no-repeat top left;
  background-size: cover;
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 100px;
  -webkit-box-shadow: 0 16px 40px 0 rgba(46, 46, 133, 0.13);
  box-shadow: 0 16px 40px 0 rgba(46, 46, 133, 0.13);
  z-index: 11;
  border: solid 10px #f9fbfb;
}
.must-read .mr-content .mr-content-left .pic-mr-item .play-icon.active::before {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -50%;
  left: -50%;
  right: 0;
  bottom: 0;
  content: "";
  height: 200%;
  width: 200%;
  border: 20px solid white;
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
.must-read .mr-content .mr-content-left .pic-mr-item .play-icon.active::after {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -50%;
  left: -50%;
  right: 0;
  bottom: 0;
  content: "";
  height: 200%;
  width: 200%;
  border: 20px solid white;
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
.must-read .mr-content .mr-content-left .pic-mr-item .play-icon:hover {
  -webkit-box-shadow: 0 16px 40px 0 #c0895f;
  box-shadow: 0 16px 40px 0 #c0895f;
}
.must-read .mr-content .mr-content-left .pic-mr-item .video-pic {
  width: 100%;
}
.must-read .mr-content .mr-item .mr-content-section .mr-small-head {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 11px;
  margin: 10px 0;
}
.must-read .mr-content .mr-item .mr-content-section .mr-title.size-26 {
  font-size: 26px;
  line-height: 34px;
}
.must-read .mr-content .mr-item .mr-content-section .mr-title {
  font-size: 16px;
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #333333;
}
.must-read .mr-content .mr-item .mr-content-section p {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}
.must-read .quick-link-content .quick-link .slick-arrow.slick-disabled {
  display: none !important;
}
.must-read .quick-link-content .quick-link .slick-arrow.slick-prev {
  background: url("../../images/icon-arrow-cirle-left.svg") no-repeat;
  left: -30px;
}
.must-read .quick-link-content .quick-link .slick-arrow {
  height: 38px;
  width: 38px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.must-read .quick-link-content .quick-link .slick-arrow.slick-next {
  background: url("../../images/icon-arrow-cirle-right.svg") no-repeat;
  right: -30px;
}
@media screen and (max-width: 960px) {
  .must-read .mr-main-title {
    padding: 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .must-read .mr-content {
    max-width: none;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .must-read .mr-content .mr-content-left {
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .must-read .mr-content .mr-content-left .pic-mr-item .play-icon {
    width: 80px;
    height: 80px;
    border: solid 10px #f9fbfb;
  }
}
@media screen and (max-width: 960px) {
  .must-read .mr-content .mr-item .mr-content-section .mr-small-head {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .must-read .mr-content .mr-item .mr-content-section p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .must-read .mr-content .mr-item.mr-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .must-read .mr-content .mr-item.mr-item-right .pic-mr-item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .must-read .mr-content .mr-item.mr-item-right .pic-mr-item img {
    width: 125px;
  }
}
@media screen and (max-width: 960px) {
  .must-read .mr-content .mr-item.mr-item-right .mr-small-head {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .must-read .quick-link-content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .must-read .quick-link-content .quick-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .must-read .quick-link-content .quick-link .btn {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }
}

.responsive-hidden {
  display: block;
}
@media screen and (max-width: 960px) {
  .responsive-hidden {
    display: none;
  }
}

.responsive-block {
  display: none;
}
@media screen and (max-width: 960px) {
  .responsive-block {
    display: block;
  }
}

.company-updates-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
@media screen and (max-width: 960px) {
  .company-updates-section {
    flex-direction: column-reverse;
    margin: 0 0 30px 0;
  }
}
.company-updates-section .cu-content {
  width: 400px;
  margin-right: 40px;
}
@media screen and (max-width: 960px) {
  .company-updates-section .cu-content {
    margin-right: auto;
    width: initial;
    margin-top: 20px;
  }
}
.company-updates-section .cu-content .cu-small-head {
  color: #191619;
  font-size: 13px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .company-updates-section .cu-content .cu-small-head {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.company-updates-section .cu-content .cu-title {
  color: #191619;
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 26px;
  line-height: 35px;
}
@media screen and (max-width: 960px) {
  .company-updates-section .cu-content .cu-title {
    letter-spacing: -0.72px;
  }
}
.company-updates-section .cu-content .cu-date-time {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  color: #191619;
  font-size: 13px;
  margin: 15px 0;
}
.company-updates-section .cu-content .cu-date-time .dot {
  margin-left: 3px;
  margin-right: 3px;
}
.company-updates-section .cu-content .cu-date-time .read-time {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
}
.company-updates-section .cu-content .cu-para {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  color: #191619;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 21px;
}
@media screen and (max-width: 960px) {
  .company-updates-section .cu-content .cu-para {
    font-size: 18px;
    letter-spacing: 0.27px;
  }
}
@media screen and (max-width: 960px) {
  .company-updates-section .pic-company-updates {
    width: 100%;
  }
}
.company-updates-section a.btn, .company-updates-section button.btn {
  border-radius: 3px;
  min-height: 46px;
  padding: 13px 39px;
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
}
.company-updates-section a.btn:focus, .company-updates-section a.btn:active, .company-updates-section button.btn:focus, .company-updates-section button.btn:active {
  border: 0;
  box-shadow: none;
}
.company-updates-section a.btn.btn-gig-blue, .company-updates-section button.btn.btn-gig-blue {
  background: #2e2e85;
  width: 160px !important;
}
.company-updates-section a.btn.btn-gig-blue:hover, .company-updates-section button.btn.btn-gig-blue:hover {
  box-shadow: 0 9px 16px 0 rgba(15, 18, 83, 0.3);
  color: #ffffff;
}
.company-updates-section a.btn.btn-gig-brown, .company-updates-section button.btn.btn-gig-brown {
  background: #c0885f;
}
.company-updates-section a.btn.btn-gig-brown:hover, .company-updates-section button.btn.btn-gig-brown:hover {
  box-shadow: 0 9px 16px 0 rgba(46, 46, 133, 0.5);
}

.latest-story.blog-all-story {
  background-image: linear-gradient(to bottom, rgba(239, 250, 253, 0.61), rgba(242, 249, 251, 0));
}
.latest-story.blog-all-story .ls-main-title {
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 30px;
  color: #191619;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .latest-story.blog-all-story .ls-main-title {
    padding: 20px 0 30px 0;
  }
}
.latest-story.blog-all-story .ls-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.latest-story.blog-all-story .ls-content .ls-item {
  width: 320px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .latest-story.blog-all-story .ls-content .ls-item {
    margin-bottom: 30px;
    width: initial;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .latest-story.blog-all-story .ls-content .ls-item {
    width: 320px;
    margin-right: 20px;
  }
}
.latest-story.blog-all-story .ls-content .ls-item.hide {
  display: none;
}
@media screen and (max-width: 960px) {
  .latest-story.blog-all-story .ls-content .ls-item .pic-ls-item {
    width: 100%;
  }
}
.latest-story.blog-all-story .ls-content .ls-item .ls-small-head {
  color: #191619;
  font-size: 12px;
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  margin: 10px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .latest-story.blog-all-story .ls-content .ls-item .ls-small-head {
    margin: 20px 0;
  }
}
.latest-story.blog-all-story .ls-content .ls-item .ls-title {
  color: #191619;
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .latest-story.blog-all-story .ls-content .ls-item .ls-title {
    font-size: 18px;
  }
}
.latest-story.blog-all-story .ls-content .ls-item .ls-date-time {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  color: #333333;
  font-size: 13px;
  margin: 10px 0;
}
.latest-story.blog-all-story .ls-content .ls-item .ls-date-time .dot {
  margin-left: 3px;
  margin-right: 3px;
}
.latest-story.blog-all-story .ls-content .ls-item .ls-date-time .read-time {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
}
.latest-story.blog-all-story .ls-content .ls-item .ls-para {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.latest-story.blog-all-story .ls-load-more {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.latest-story.blog-all-story .ls-load-more a {
  display: inline-block;
  padding: 12px 57px 12px 52px;
  border-radius: 23px;
  background-color: #f9eaf0;
  color: #191619;
  font-size: 16px;
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  cursor: pointer;
}
.latest-story.blog-all-story .ls-load-more a:hover {
  box-shadow: 0 9px 16px 0 rgba(249, 234, 240, 0.5);
}

.blog-article-container {
  border-bottom: solid 1px rgba(25, 22, 25, 0.1);
  max-width: 730px;
  margin: auto;
}
.blog-article-container .bread-crumb {
  list-style: none;
  padding: 0;
  margin: 50px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-article-container .bread-crumb li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
.blog-article-container .bread-crumb li a {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  color: #2e2e85;
}
.blog-article-container .bread-crumb li.bc-arrow {
  margin: 0 6px;
}
.blog-article-container .bac-title {
  color: #191619;
  font-size: 30px;
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.blog-article-container .date-time-social-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-article-container .date-time-social-container .date-time-content {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  color: #333333;
  font-size: 13px;
  margin: 15px 0;
}
.blog-article-container .date-time-social-container .date-time-content .dot {
  margin-left: 3px;
  margin-right: 3px;
}
.blog-article-container .date-time-social-container .date-time-content .read-time {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
}
.blog-article-container .date-time-social-container .social-media-content a {
  margin-left: 10px;
}
.blog-article-container .sub-head {
  font-family: "Poppins-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 20px;
  color: #191619;
}
.blog-article-container .article-pic {
  text-align: center;
  margin: 30px 0;
  border-radius: 4px;
}
@media screen and (min-width:320px) and (max-width:479px) {
  .blog-article-container .article-pic img {
    width: 100%;
  }
}
.blog-article-container .para-text {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 20px;
}

.article-pic p {
  text-align: left;
  line-height: 26px;
}

.article-pic p.article-img {
  text-align: center;
}

.category-bread-crumb {
  list-style: none;
  padding: 0;
  margin: 50px 0 30px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-bread-crumb li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
.category-bread-crumb li a {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  color: #2e2e85;
}
.category-bread-crumb li.bc-arrow {
  margin: 0 6px;
}

.category-quick-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px 75px;
}

.quick-filter-content .category-quick-filter a:hover, .quick-filter-content .category-quick-filter a.active {
  background-color: #f9eaf0;
}

.quick-filter-content .category-quick-filter a {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  display: inline-block;
  padding: 12px 15px;
  border-radius: 23.5px;
  cursor: pointer;
  min-width: 80px;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #191619;
}

.category-quick-filter a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .quick-filter-content .category-quick-filter a:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .category-bread-crumb li.bc-arrow img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 960px) {
  .category-bread-crumb {
    margin: 0;
  }
}
.bread-crumb li.bc-arrow {
  margin: 0 6px;
}

@media screen and (max-width: 960px) {
  .bread-crumb li {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .quick-filter-content {
    padding: 0 30px;
  }
}
.quick-filter-content .category-quick-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px 75px;
}

@media screen and (max-width: 960px) {
  .quick-filter-content .category-quick-filter {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .quick-filter-content .category-quick-filter .slick-arrow {
    height: 38px;
    width: 38px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .quick-filter-content .category-quick-filter .slick-arrow.slick-prev {
    background: url("../../images/icon-arrow-cirle-left.svg") no-repeat;
    left: -30px;
  }
  .quick-filter-content .category-quick-filter .slick-arrow.slick-next {
    background: url("../../images/icon-arrow-cirle-right.svg") no-repeat;
    right: -30px;
  }
  .quick-filter-content .category-quick-filter .slick-arrow.slick-disabled {
    display: none !important;
  }
}
.hidden-xs-up {
  display: none;
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none;
  }
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  word-wrap: break-word;
}

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

.portlet-barebone-static .portlet {
  position: static;
}

.portlet-barebone-static .portlet-content {
  padding: 0;
}

/*!
  * animate.css -http://daneden.me/animate
  * Version - 3.5.2
  * Licensed under the MIT license - http://opensource.org/licenses/MIT
  *
  * Copyright (c) 2018 Daniel Eden
  */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

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