.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  -webkit-font-smoothing: none;
}
.icon-search {
  width: 1.05em;
}
.icon-left-arrow {
  width: 0.5361328125em;
}
.icon-right-arrow {
  width: 0.5361328125em;
}
.icon-facebook,
.icon-instagram,
.icon-linkedin,
.icon-share,
.icon-twitter,
.icon-youtube {
  width: 1.05em;
  height: 1.05em;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}
.white-popup h2 {
  color: #ca1700;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 8px;
  background: #fff;
  border: 1px solid #ced1d8;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #ca1700;
  border: #ca1700;
}
.fixed-supported .fixedsticky-off,
.fixedsticky-withoutfixedfixed .fixedsticky-off {
  position: static;
}
.fixed-supported .fixedsticky-on,
.fixedsticky-withoutfixedfixed .fixedsticky-on {
  position: fixed;
}
.fixedsticky-dummy {
  display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
  display: block;
}
@-webkit-keyframes slideUp {
  from {
    bottom: -100%;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    bottom: -100%;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  from {
    top: -100%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    top: -100%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes kenburns {
  0% {
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    width: 120vw;
    height: 120vh;
    -webkit-transform: translate(-52%, -52%);
    -ms-transform: translate(-52%, -52%);
    transform: translate(-52%, -52%);
  }
  100% {
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes kenburns {
  0% {
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    width: 120vw;
    height: 120vh;
    -webkit-transform: translate(-52%, -52%);
    -ms-transform: translate(-52%, -52%);
    transform: translate(-52%, -52%);
  }
  100% {
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #dcdfe5;
  font-family: Helvetica, sans, sans-serif;
  z-index: 1;
}
.smartbanner__exit {
  position: absolute;
  top: calc(50% - 6px);
  left: 9px;
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 0;
  text-align: center;
}
.smartbanner__exit::after,
.smartbanner__exit::before {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #4e5156;
  content: " ";
}
.smartbanner__exit::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.smartbanner__exit::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.smartbanner__icon {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 64px;
  height: 64px;
  border-radius: 15px;
  -webkit-background-size: 64px 64px;
  background-size: 64px 64px;
}
.smartbanner__info {
  position: absolute;
  top: 10px;
  left: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  width: 60%;
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.smartbanner__info__title {
  font-size: 14px;
}
.smartbanner__info__author,
.smartbanner__info__price {
  font-size: 12px;
}
.smartbanner__button {
  position: absolute;
  top: 32px;
  right: 15px;
  display: block;
  padding: 5px 10px;
  min-width: 10%;
  border-radius: 3px;
  background: #dcdfe5;
  color: #ca1700;
  border: 1px solid #ca1700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}
.smartbanner__button__label {
  text-align: center;
}
.smartbanner.smartbanner--android {
  background: #3d3d3d
    url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
  -webkit-box-shadow: inset 0 4px 0 #ca1700;
  box-shadow: inset 0 4px 0 #ca1700;
}
.smartbanner.smartbanner--android .smartbanner__exit {
  left: 6px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  background: #1c1e21;
  -webkit-box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.8) inset,
    0 1px 1px rgba(255, 255, 255, 0.3);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.8) inset,
    0 1px 1px rgba(255, 255, 255, 0.3);
  color: #b1b1b3;
  font-family: ArialRoundedMTBold, Arial;
  font-size: 20px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 17px;
  text-shadow: 0 1px 1px #000;
}
.smartbanner.smartbanner--android .smartbanner__exit::after,
.smartbanner.smartbanner--android .smartbanner__exit::before {
  top: 3px;
  left: 8px;
  width: 2px;
  height: 11px;
  background: #b1b1b3;
}
.smartbanner.smartbanner--android .smartbanner__exit:active,
.smartbanner.smartbanner--android .smartbanner__exit:hover {
  color: #eee;
}
.smartbanner.smartbanner--android .smartbanner__icon {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.smartbanner.smartbanner--android .smartbanner__info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}
.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #fff;
  font-weight: 700;
}
.smartbanner.smartbanner--android .smartbanner__button {
  top: 30px;
  right: 20px;
  padding: 0;
  min-width: 12%;
  border-radius: 0;
  background: 0 0;
  -webkit-box-shadow:
    0 0 0 1px #333,
    0 0 0 2px #dddcdc;
  box-shadow:
    0 0 0 1px #333,
    0 0 0 2px #dddcdc;
  color: #d1d1d1;
  font-size: 14px;
  font-weight: 700;
}
.smartbanner.smartbanner--android .smartbanner__button:active,
.smartbanner.smartbanner--android .smartbanner__button:hover {
  background: 0 0;
}
.smartbanner.smartbanner--android .smartbanner__button__label {
  display: block;
  padding: 0 10px;
  background: #ca1700;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
}
.smartbanner.smartbanner--android .smartbanner__button__label:active,
.smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: #ca1700;
}
.ui-keyboard {
  text-align: left;
  padding: 0.3em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 16000;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.ui-keyboard-has-focus {
  z-index: 16001;
}
.ui-keyboard div {
  font-size: 1.1em;
}
.ui-keyboard[contenteditable] {
  white-space: pre;
}
.ui-keyboard-button {
  height: 2em;
  min-width: 2em;
  margin: 0.1em;
  cursor: pointer;
  overflow: hidden;
  line-height: 2em;
  -moz-user-focus: ignore;
}
.ui-keyboard-button span {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  display: inline-block;
}
.ui-keyboard-button-endrow {
  clear: left;
}
.ui-keyboard-space {
  width: 15em;
}
.ui-keyboard-empty span,
.ui-keyboard-space span {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.ui-keyboard-preview-wrapper {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ui-keyboard-preview {
  text-align: left;
  margin: 0 0 3px;
  display: inline;
  width: 99%;
}
.ui-keyboard-keyset {
  text-align: center;
  white-space: nowrap;
}
.ui-keyboard-input {
  text-align: left;
}
.ui-keyboard-input-current {
  -webkit-box-shadow: 0 0 5px #4d90fe;
  box-shadow: 0 0 5px #4d90fe;
}
.ui-keyboard-placeholder {
  color: #888;
}
.ui-keyboard-nokeyboard {
  color: #888;
  border-color: #888;
}
.ui-keyboard-spacer {
  display: inline-block;
  width: 1px;
  height: 0;
  cursor: default;
}
.ui-keyboard-LRM span,
.ui-keyboard-NBSP span,
.ui-keyboard-RLM span,
.ui-keyboard-ZWJ span,
.ui-keyboard-ZWNJ span,
.ui-keyboard-ZWSP span {
  font-size: 0.5em;
  line-height: 1.5em;
  white-space: normal;
}
.ui-keyboard-button.ui-keyboard-combo.ui-state-default {
  border-color: #ffaf0f;
}
button.ui-keyboard-accept.ui-keyboard-valid-input {
  border-color: #0c0;
  background: #080;
  color: #fff;
}
button.ui-keyboard-accept.ui-keyboard-valid-input:not([disabled]):hover {
  background: #0a0;
}
button.ui-keyboard-accept.ui-keyboard-invalid-input {
  border-color: #c00;
  background: #800;
  color: #fff;
  opacity: 0.5;
}
button.ui-keyboard-accept.ui-keyboard-invalid-input:not([disabled]):hover {
  background: #a00;
}
.ui-keyboard-caret {
  background: #c00;
  width: 1px;
  margin-top: 3px;
}
div.ui-body.ui-keyboard button.ui-keyboard-button.ui-btn {
  padding: 0.5em 1em;
  border-color: transparent;
}
.ui-body .ui-keyboard-button {
  width: 3em;
  height: 3em;
  display: inline-block;
}
.ui-body .ui-keyboard-widekey {
  width: 5.5em;
}
.ui-body .ui-keyboard-space {
  width: 15em;
}
.ui-body .ui-keyboard-space span {
  visibility: hidden;
}
.ui-body .ui-keyboard-keyset {
  line-height: 0.5em;
}
.ui-body input.ui-input-text,
.ui-body textarea.ui-input-text {
  width: 95%;
}
.ui-body .ui-btn-inner {
  height: 2em;
  padding: 0.2em 0;
  margin: 0;
}
.ui-body .ui-btn {
  margin: 0;
  font-size: 13px;
}
button.ui-keyboard-button.btn {
  padding: 1px 6px;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #797984;
}
a {
  color: #003f7e;
  -webkit-transition:
    color 0.3s,
    background-color 0.3s;
  -o-transition:
    color 0.3s,
    background-color 0.3s;
  transition:
    color 0.3s,
    background-color 0.3s;
}
a:hover {
  color: #0a56af;
}
h1,
h2,
h3,
h4,
h5 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
th {
  font-weight: 600;
}
.container {
  max-width: 100%;
}
.square-list {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}
.square-list > li {
  list-style: none;
  padding: 1px 0 0 18px;
}
.square-list > li:before {
  content: "";
  color: red;
  float: left;
  width: 6px;
  height: 6px;
  background: #ca1700;
  margin: 0.55rem -1.1rem;
}
.btn {
  cursor: pointer;
  font-weight: 600;
  border-radius: 0.1875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition:
    color 0.3s,
    background-color 0.3s;
  -o-transition:
    color 0.3s,
    background-color 0.3s;
  transition:
    color 0.3s,
    background-color 0.3s;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-more {
  font-size: 0.875rem;
  color: #003f7e;
  border-radius: 0;
  padding: 8px 0;
}
.btn-more .icon {
  font-size: 0.815rem;
  color: #ca1700;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.btn-back {
  font-size: 0.875rem;
  color: #003f7e;
  border-radius: 0;
  padding: 8px 0;
}
.btn-back .icon {
  font-size: 0.815rem;
  color: #ca1700;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.btn-outline-more {
  border-color: #dcdfe5;
  color: #003f7e;
  padding: 0.3125rem 0.75rem;
}
.btn-outline-more .icon {
  font-size: 0.815rem;
  color: #ca1700;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.btn-outline-more:hover {
  background: #dcdfe5;
}
.btn-primary {
  border: none;
  background: #0954ab;
  background: -webkit-linear-gradient(#0954ab 0, #003f7e 100%);
  background: -o-linear-gradient(#0954ab 0, #003f7e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#0954ab), to(#003f7e));
  background: linear-gradient(#0954ab 0, #003f7e 100%);
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background: #003f7e;
  background: -webkit-linear-gradient(#003f7e 0, #003f7e 100%);
  background: -o-linear-gradient(#003f7e 0, #003f7e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#003f7e), to(#003f7e));
  background: linear-gradient(#003f7e 0, #003f7e 100%);
}
.btn-outline-primary {
  border-color: #ca1700;
  color: #ca1700;
  padding: 0.3125rem 0.75rem;
}
.btn-outline-primary:hover {
  border-color: #ca1700;
  background: #ca1700;
  color: #fff;
}
.btn-toggler {
  border-color: #dcdfe5;
  color: #797984;
  padding: 0.3125rem 0.65rem;
}
.btn-toggler:hover {
  background: #e6e9ed;
}
.btn-toggler .icon-bar {
  display: block;
  height: 4px;
  width: 4px;
  background-color: #4e5156;
  border-radius: 100%;
  margin-top: 3px;
}
.btn-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.btn-calendar,
.btn-download {
  padding-left: 24px;
  position: relative;
  font-size: 0.875rem;
  text-align: left;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-calendar .icon,
.btn-download .icon {
  color: #ca1700;
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 1rem;
}
.btn-direction {
  padding-left: 24px;
  position: relative;
  font-size: 0.875rem;
  text-align: left;
}
.btn-direction .icon-img {
  width: 18px;
  height: auto;
  color: #ca1700;
  position: absolute;
  left: 0;
  top: 9px;
}
button:focus {
  outline: 0 dotted;
  outline: 0 auto -webkit-focus-ring-color;
}
.section-wrapper {
  padding: 30px 0;
}
.loader {
  width: 100px;
  text-align: center;
  padding: 5px;
}
.loader span {
  font-size: 0.875rem;
  display: block;
}
.alert {
  display: none;
  border-radius: 0;
  position: relative;
  padding-left: 60px;
  background: #fff;
}
.alert.show {
  display: block;
}
.alert .alert-icon {
  position: absolute;
  font-size: 1.375rem;
  padding: 5px;
  left: 0;
  top: 0;
  width: 50px;
  bottom: 0;
}
.alert .alert-icon .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.alert-close {
  border-radius: 0;
  padding: 0;
  background: 0 0;
  outline: 0;
  border: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.alert-close .icon-bar {
  display: block;
  height: 2px;
  width: 16px;
  background-color: #797984;
}
.alert-close .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 40% 50%;
  -ms-transform-origin: 40% 50%;
  transform-origin: 40% 50%;
}
.alert-close .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 40% 75%;
  -ms-transform-origin: 40% 75%;
  transform-origin: 40% 75%;
}
.alert-success {
  border-color: #75aa29;
  background: #fff;
}
.alert-success .alert-icon {
  color: #fff;
  border-right: 1px solid #75aa29;
  background: #75aa29;
}
.alert-danger {
  border-color: #ca1700;
  background: #fff;
}
.alert-danger .alert-icon {
  color: #fff;
  border-right: 1px solid #ca1700;
  background: #ca1700;
}
.pt0 {
  padding-top: 0 !important;
}
.no-break {
  white-space: nowrap;
}
.no-section-heading {
  border-top: 0;
  padding-top: 0;
}
.no-section-heading h2 {
  display: none;
}
.dummy-text {
  background: #ffffe0;
}
.table {
  color: #797984;
}
.table th {
  color: #4e5156;
  padding: 0.5rem;
  font-size: 0.9375rem;
}
.table td {
  padding: 0.5rem;
  font-size: 0.9375rem;
}
.table td .btn-calendar,
.table td .btn-download {
  padding-top: 0;
}
.table td .btn-calendar .icon,
.table td .btn-download .icon {
  top: 3px;
}
.table .thead-light th {
  color: #4e5156;
}
.hidden {
  display: none;
}
.m-center {
  margin: 0 auto;
}
.rtl {
  direction: rtl;
  display: inline-block;
}
.ltr {
  direction: ltr;
  display: inline-block;
}
.maintenance {
  background: #edeff2;
}
.maintenance h1 {
  color: #ca1700;
  font-size: 1.5rem;
  font-weight: 600;
}
.maintenance strong {
  font-weight: 600;
}
.maintenance ul > li {
  margin-bottom: 7px;
}
.maintenance ul > li p {
  margin-bottom: 7px;
}
.maintenance ul > li p:last-child {
  margin-bottom: 0;
}
.maintenance .btn-wrapper ul {
  padding: 0;
  border-top: 1px solid #dcdfe5;
  margin-bottom: 0;
}
.maintenance .btn-wrapper ul li {
  margin-bottom: 0;
  padding: 4px 0;
  border-bottom: 1px solid #dcdfe5;
}
.maintenance .error-block {
  max-width: 600px;
  margin: 0 auto 5px;
  background: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.maintenance .arb-block,
.maintenance .eng-block {
  background: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 10px;
}
.maintenance .arb-block {
  font-family: Arial, sans-serif;
  direction: rtl;
  text-align: right;
  margin-top: 30px;
}
.maintenance .arb-block h1 {
  font-weight: 700;
}
.maintenance .arb-block .btn-more .icon {
  margin-left: 0;
  margin-right: 8px;
}
.table-borderless td,
.table-borderless th {
  border: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control {
  border-color: #dcdfe5;
}
.form-control:focus {
  color: #4e5156;
  background-color: inherit;
  border-color: #dcdfe5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}
.custom-select {
  background: #fff url(../images/select-arrow.svg) no-repeat right 0.75rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.4;
  color: inherit;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background: 0 0;
}
.form-group {
  background-color: #edeff2;
  padding: 10px 10px 5px;
  position: relative;
}
.form-group label {
  display: block;
  color: #797984;
  font-size: 1rem;
  margin-bottom: 0;
}
.form-group label.error {
  font-size: 0.75rem;
  color: #797984;
  display: block;
  padding: 0 15px;
  margin: 0 -10px -5px;
  background-color: #dcdfe5;
}
.form-group.field-error {
  border: 1px solid red;
}
.form-group .captcha-input input {
  border: 1px solid #dcdfe5;
  padding: 11px;
}
.form-group .captcha-input label.error {
  margin: 0 0 -5px;
}
.form-group .captcha-input.field-error input {
  border: 1px solid red;
}
.form-group .form-control {
  background-color: #edeff2;
  padding: 5px 0;
  border: none;
  font-weight: 600;
  color: #4e5156;
  border-radius: 0;
}
.form-group .form-control:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control::-webkit-input-placeholder {
  opacity: 0.6;
}
.form-group .form-control::-moz-placeholder {
  opacity: 0.6;
}
.form-group .form-control:-ms-input-placeholder {
  opacity: 0.6;
}
.form-group .form-control:-moz-placeholder {
  opacity: 0.6;
}
.form-group .custom-control-label {
  padding: 5px 0;
  color: #4e5156;
}
.form-group .custom-control-label:before {
  top: 0.65rem;
  border: 1px solid #ced1d8;
  background: #fff;
}
.form-group .custom-control-label:after {
  top: 0.65rem;
  color: #fff;
}
.form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.form-group .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border: 1px solid #797984;
  background: #797984;
}
.form-group .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}
.form-group .custom-file label.error {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.form-group .custom-file.with-add-btn {
  padding-right: 38px;
}
.form-group .custom-file.added-field {
  position: relative;
  margin-top: 4px;
}
.form-group .custom-file.added-field:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  right: 0;
  height: 1px;
  background: #ced1d8;
}
.form-group .custom-file .btn-add-field,
.form-group .custom-file .btn-remove-field {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 0 0.5rem;
  height: 27px;
  line-height: 25px;
  color: #fff;
  font-size: 0.675rem;
  color: #797984;
  border: 1px solid #797984;
  margin: 0;
  border-radius: 0.1875rem;
}
.form-group .custom-file .btn-add-field .icon,
.form-group .custom-file .btn-remove-field .icon {
  position: relative;
  top: 1px;
}
.form-group .custom-file-label {
  padding: 5px 0;
  line-height: 1.5;
  font-weight: 600;
  color: #797984;
  background-color: #edeff2;
  border: none;
  padding-right: 72px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 0;
}
.form-group .custom-file-label span {
  font-weight: 400;
  font-weight: 0.875rem;
}
.form-group .custom-file-label:after {
  top: 5px;
  content: attr(data-content) !important;
  padding: 0 0.5rem;
  height: 27px;
  line-height: 25px;
  color: #fff;
  font-size: 0.875rem;
  color: #797984;
  border: 1px solid #797984;
  border-radius: 0.1875rem;
}
.form-group .with-add-btn .custom-file-label {
  right: 38px;
}
.form-group .datepicker-icon,
.form-group .keyboard-icon {
  position: absolute;
  right: 10px;
  top: 37px;
  font-size: 24px;
}
.form-group .keyboard-icon {
  font-size: 20px;
  cursor: pointer;
}
.required-fields {
  position: relative;
  font-size: 12px;
  padding-left: 10px;
  line-height: 2;
  margin-bottom: 15px;
}
.mandatory {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #ca1700 transparent transparent;
}
.captcha-img {
  max-width: 270px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.captcha-img div {
  border: 1px solid #dcdfe5;
}
.captcha-input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.reload-captcha {
  color: #797984;
  font-size: 1.25rem;
  padding: 5px;
  width: 38px;
  text-align: center;
  line-height: 38px;
}
.form-tags {
  width: 100%;
}
.tag-list {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.tag-item {
  float: left;
  padding: 0 5px;
  font-size: 0.75rem;
  color: #4e5156;
  font-weight: 600;
}
.tag-item .custom-checkbox {
  padding: 5px 5px 5px 25px;
  border-radius: 0.1875rem;
  border: 1px solid #dcdfe5;
  background: #dcdfe5;
  margin-bottom: 8px;
}
.tag-item .custom-checkbox.unchecked {
  background: 0 0;
}
.tag-item .custom-control-label:before {
  left: 5px;
  top: 5px;
  border-radius: 100%;
  background: 0 0;
  border: 1px solid #dcdfe5;
}
.tag-item .custom-control-label:after {
  left: 5px;
  top: 5px;
  border-radius: 100%;
}
option.disabled {
  display: none;
}
.form-overlay {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
}
form.disabled {
  position: relative;
}
form.disabled .form-overlay {
  display: block;
}
.selectric-wrapper {
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 4px 1.75rem 5px 0;
  background: #edeff2;
  color: #4e5156;
  font-size: 1rem;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  height: 28px;
  line-height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  line-height: 368px;
  text-align: center;
  font: 0/0 a;
}
.selectric .button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  margin: -5px 0 0;
  width: 16px;
  height: 16px;
  background: url(../images/select-arrow.svg) no-repeat 0 0;
}
.selectric-focus .selectric {
  border-color: #aaa;
}
.selectric-hover .selectric {
  border-color: #dcdfe5;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #fff;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: none !important;
  background: 0 0 !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #dcdfe5;
  z-index: 9;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items li,
.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
}
.selectric-items li {
  padding: 0.5rem 0.75rem;
  margin: 0;
  display: block;
  cursor: pointer;
  color: #003f7e;
  border-top: 1px solid #dcdfe5;
}
.article-wrapper .selectric-items ul > li {
  margin-bottom: 0;
}
.selectric-items li.selected {
  background: rgba(237, 239, 242, 0.6);
}
.selectric-items li.highlighted {
  background: rgba(237, 239, 242, 0.6);
}
.selectric-items li:hover {
  background: #edeff2;
  color: #0a56af;
}
.selectric-items .disabled {
  opacity: 0.5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  padding-left: 0.75rem;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #4e5156;
}
.selectric-items .selectric-group.disabled li {
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.form-group .selectric-items {
  width: 100% !important;
  right: 0;
}
.blue-hero .selectric-wrapper {
  position: relative;
}
.blue-hero .selectric {
  background: #fff;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}
.blue-hero .selectric .label {
  height: 36px;
  line-height: 36px;
}
.blue-hero .selectric .button:after {
  left: 5px;
}
.modal-box-body .selectric {
  background: #fff;
}
.credit-cell {
  position: relative;
  width: 60px;
  font-size: 1rem;
  line-height: 1.5;
  color: #4e5156;
  outline: 0;
  letter-spacing: 3px;
  background-color: #edeff2;
  padding: 5px 0;
  border: none;
  font-weight: 600;
  border-radius: 0;
}
.credit-input {
  display: block;
  width: 100%;
}
.text-group {
  border: 1px solid #e6e9ed;
  padding: 10px 10px 5px;
  position: relative;
  margin-bottom: 1rem;
}
.text-group .lbl {
  display: block;
  color: #797984;
  font-size: 1rem;
  margin-bottom: 0;
}
.text-group .val {
  display: block;
  padding: 5px 0;
  border: none;
  font-weight: 600;
}
.field-hidden {
  display: none;
}
.field-hidden.show {
  display: block;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #ced1d8;
}
.ui-widget-content {
  border: 1px solid #ced1d8;
  background: #fff;
  color: #4e5156;
}
.ui-widget-content a {
  color: #4e5156;
}
.ui-widget-header {
  border: 1px solid #ced1d8;
  background: #e6e9ed;
  color: #4e5156;
  font-weight: 700;
}
.ui-widget-header a {
  color: #4e5156;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #ced1d8;
  background: #edeff2;
  font-weight: 400;
  color: #4e5156;
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #4e5156;
  text-decoration: none;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ced1d8;
  background: #edeff2;
  font-weight: 400;
  color: #0a56af;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #0a56af;
  text-decoration: none;
}
.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #4e5156;
  background: #797984;
  font-weight: 400;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #4e5156;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #797984;
  background: #dcdfe5;
  color: #000;
}
.ui-state-checked {
  border: 1px solid #797984;
  background: #dcdfe5;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #000;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
.form-group label.label-right {
  font-family: Tajawal, Helvetica, sans-serif;
  text-align: right;
  direction: rtl;
  position: absolute;
  right: 15px;
  top: 10px;
}
.nav-mobile {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 0 !important;
}
.nav-mobile body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nav-mobile .smartbanner {
  display: none;
}
.nav-link:focus {
  outline: 0;
}
.gb-header {
  position: relative;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition:
    margin-bottom 0.4s,
    -webkit-transform 0.3s;
  -o-transition:
    margin-bottom 0.4s,
    -o-transform 0.3s;
  transition:
    margin-bottom 0.4s,
    -webkit-transform 0.3s;
  -o-transition:
    margin-bottom 0.4s,
    transform 0.3s;
  transition:
    margin-bottom 0.4s,
    transform 0.3s;
  transition:
    margin-bottom 0.4s,
    transform 0.3s,
    -webkit-transform 0.3s;
}
.gb-header:before {
  display: none;
  content: "mobile";
}
.gb-header.login-active {
  z-index: 4;
}
.nav-mobile .gb-header {
  margin-top: 35px;
  -webkit-box-shadow: -5px 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -5px 0 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(260px);
  -ms-transform: translateX(260px);
  transform: translateX(260px);
  z-index: 2;
}
.gb-page {
  border-top: 1px solid #dcdfe5;
  background: #fff;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.nav-mobile .gb-page {
  z-index: 3;
}
.filtersOpen {
  height: 100%;
  overflow: hidden;
}
.filtersOpen body {
  height: 100%;
  overflow: hidden;
}
.filtersOpen .gb-page {
  position: static;
}
.nav-mobile .gb-page {
  -webkit-box-shadow: -5px 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -5px 0 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(260px);
  -ms-transform: translateX(260px);
  transform: translateX(260px);
}
.top-nav {
  position: relative;
  z-index: 4;
  background: #e6e9ed;
  font-size: 0.8125rem;
}
.top-nav .nav-link {
  color: #4e5156;
  padding: 8px 12px;
  border-right: 1px solid #ced1d8;
}
.top-nav .nav-link:hover {
  color: #0a56af;
}
.top-nav .nav-link.active {
  color: #ca1700;
}
.top-nav .nav-search .nav-link {
  font-size: 1.25rem;
  padding: 9px 10px 5px;
}
.top-nav .nav-search .nav-link.active {
  background: #ced1d8;
}
.nav-global-sub {
  position: relative;
}
.nav-global-sub .dropdown-toggle:after {
  display: none;
}
.nav-global-sub .dropdown-menu {
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  border: 1px solid #ced1d8;
  -webkit-box-shadow: 0 2px 5px 0 rgba(121, 121, 132, 0.5);
  box-shadow: 0 2px 5px 0 rgba(121, 121, 132, 0.5);
}
.nav-global-sub .dropdown-item {
  font-size: 0.875rem;
  color: #4e5156;
  padding: 0.5rem 0.75rem;
  background: #e6e9ed;
  border-bottom: 1px solid #dcdfe5;
  white-space: normal;
}
.nav-global-sub .dropdown-item:last-child {
  border-bottom: none;
}
.nav-global-sub .dropdown-item:hover {
  background: #dcdfe5;
  color: #0a56af;
}
.nav-global-sub .dropdown-item.active {
  color: #ca1700;
}
.nav-global-sub.show .dropdown-toggle {
  background: #ced1d8;
  color: #003f7e;
}
.nav-mobile .top-nav {
  position: fixed;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
}
.global-nav-toggle:after {
  display: none;
}
.nav-global li .nav-link {
  padding: 8px;
}
.nav-global li .nav-link .icon {
  font-size: 0.6875rem;
  margin-left: 4px;
  position: relative;
  top: 2px;
}
.nav-global li:first-child .nav-link {
  padding-left: 0;
}
.top-nav .nav-corporate {
  display: none;
}
.top-nav .nav-listen-link {
  padding: 5px 0;
  border-right: none;
  margin-left: auto;
}
.top-nav .nav-listen-link span {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ced1d8;
  color: #4e5156;
  border-radius: 100%;
}
.top-nav .nav-listen-link.playing span {
  background: #ced1d8;
  color: #ca1700;
}
.top-nav .nav-lang-link {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  border-right: none;
  margin-right: -7px;
  margin-left: 5px;
  padding: 5px 0;
}
.top-nav .nav-lang-link span {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #ced1d8;
  color: #4e5156;
  border-radius: 100%;
}
.top-nav .nav-lang {
  font-size: 1.125rem;
  line-height: 1.4;
}
.top-nav .nav-lang .nav-lang-link {
  margin-left: 0;
  margin-right: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
}
.home .top-nav .nav-listen-link {
  display: none;
}
.home .top-nav .nav-lang-link {
  margin-left: auto;
}
.show-rs .top-nav .nav-listen-link span {
  background: #ced1d8;
  color: #ca1700;
}
.navbar-gb {
  background: #fff;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.brand-wrapper {
  margin: 0 auto;
}
.navbar-brand {
  display: block;
  width: 133px;
  height: 34px;
  margin-left: 0;
  margin-right: 0;
}
.navbar-brand img {
  display: block;
  width: 133px;
  height: 24px;
}
.navbar-left {
  position: absolute;
  left: 5px;
  z-index: 2;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.navbar-left .nav-search-link {
  padding: 8px;
  line-height: 1;
}
.navbar-left .nav-search-link .icon-search {
  font-size: 1.35rem;
  color: #4e5156;
}
.navbar-left .nav-search-link.active .icon-search {
  color: #ca1700;
}
.navbar-right {
  position: absolute;
  right: 15px;
  z-index: 1;
}
.navbar-right .dropdown-menu {
  right: 0;
  left: auto;
  top: 39px;
  padding: 0;
  margin: 0;
  max-width: 280px;
  border-radius: 0;
  border: 1px solid #ced1d8;
  bottom: none;
  background: #e6e9ed;
  -webkit-box-shadow: 0 2px 5px 0 rgba(121, 121, 132, 0.5);
  box-shadow: 0 2px 5px 0 rgba(121, 121, 132, 0.5);
}
.navbar-right .dropdown-item {
  background: #e6e9ed;
  border-bottom: 1px solid #dcdfe5;
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  position: relative;
  font-size: 0.875rem;
}
.navbar-right .dropdown-item .icon {
  font-size: 0.815rem;
  color: #ca1700;
  position: absolute;
  right: 10px;
  top: 13px;
}
.navbar-right .dropdown-item:hover {
  background: #dcdfe5;
  color: #0a56af;
}
.navbar-toggler {
  padding: 8px;
  cursor: pointer;
}
.navbar-toggler .icon-bar {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #4e5156;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar { 
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.btn-login {
  margin-top: auto;
  color: #fff;
  border: none;
  position: relative;
  padding: 0.4rem 0.5rem;
  font-size: 0.875rem;
  background: #0954ab;
  background: -webkit-linear-gradient(#0954ab 0, #003f7e 100%);
  background: -o-linear-gradient(#0954ab 0, #003f7e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#0954ab), to(#003f7e));
  background: linear-gradient(#0954ab 0, #003f7e 100%);
  border-radius: 4px;
    min-width: auto;
}
.btn-login .icon {
  display: none;
  position: absolute; 
  right: 8px;
  font-size: 1.5rem;
  color: #fff;
  top: 50%;
    transform: translateY(-50%);
}
.btn-login:hover {
  color: #fff;
  background: #003f7e;
  background: -webkit-linear-gradient(#003f7e 0, #003f7e 100%);
  background: -o-linear-gradient(#003f7e 0, #003f7e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#003f7e), to(#003f7e));
  background: linear-gradient(#003f7e 0, #003f7e 100%);
}
.login-active .btn-login {
  background: #003f7e;
  background: -webkit-linear-gradient(#003f7e 0, #003f7e 100%);
  background: -o-linear-gradient(#003f7e 0, #003f7e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#003f7e), to(#003f7e));
  background: linear-gradient(#003f7e 0, #003f7e 100%);
}
.btn-login:not(:disabled):not(.disabled).active,
.btn-login:not(:disabled):not(.disabled):active {
  background: #003f7e;
  background: -webkit-linear-gradient(#003f7e 0, #003f7e 100%);
  background: -o-linear-gradient(#003f7e 0, #003f7e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#003f7e), to(#003f7e));
  background: linear-gradient(#003f7e 0, #003f7e 100%);
}
.search-box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1009;
  border-top: 1px solid #e6e9ed;
}
.search-box .container {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 15px;
}
.search-form {
  background: #fff;
  height: 43px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-form .form-control {
  border-radius: 0;
  height: 43px;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 72%;
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  max-width: 72%;
  font-size: 1.15rem;
}
.search-form .btn-search {
  background: #dcdfe5;
  border-radius: 0;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
  font-size: 1.125rem;
  cursor: pointer;
}
.navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 260px;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  background: #757981;
  -webkit-transition:
    visibility 0 0.3s,
    opacity 0 0.3s;
  -o-transition:
    visibility 0 0.3s,
    opacity 0 0.3s;
  transition:
    visibility 0 0.3s,
    opacity 0 0.3s;
  padding-top: 37px;
  padding-bottom: 90px;
}
.navbar-collapse .nav-corporate {
  display: block;
}
.navbar-collapse .nav-corporate li {
  display: block;
}
.navbar-collapse .nav-corporate li .nav-link {
  padding: 12px 15px;
  background: #757981;
  border-bottom: 1px solid #6a6e76;
  color: #fff;
  font-size: 0.9375rem;
  position: relative;
}
.navbar-collapse .nav-corporate li .nav-link .icon {
  color: rgba(78, 81, 86, 0.95);
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 1;
  font-size: 0.875rem;
}
.nav-mobile .navbar-collapse {
  visibility: visible;
  opacity: 1;
  -webkit-transition:
    visibility 0 0s,
    opacity 0 0;
  -o-transition:
    visibility 0 0s,
    opacity 0 0;
  transition:
    visibility 0 0s,
    opacity 0 0;
}
.navbar-nav {
  justify-content: flex-start;
  border-bottom: 15px solid rgba(78, 81, 86, 0.4);
}
.navbar-nav .dropdown {
  position: static;
}
.navbar-nav .nav-link {
  padding: 15px 30px 15px 15px;
  background: #757981;
  border-bottom: 1px solid rgba(78, 81, 86, 0.4);
  color: #fff;
  font-size: 1.125rem;
  position: relative;
}
.navbar-nav .nav-link .icon {
  color: rgba(78, 81, 86, 0.95);
  position: absolute;
  right: 20px;
  top: 24px;
  z-index: 1;
  font-size: 0.875rem;
}
.navbar-nav .nav-link:hover {
  background: rgba(78, 81, 86, 0.15);
}
.navbar-gb {
  padding: 5px 0;
}
.navbar-gb .navbar-nav {
  border-bottom: none;
}
.megamenu .dropdown-menu {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0;
  border: none;
  width: 260px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  background: #757981;
  display: block;
  -webkit-transform: translateX(260px);
  -ms-transform: translateX(260px);
  transform: translateX(260px);
  padding-top: 33px;
  padding-bottom: 90px;
}
.megamenu .dropdown-menu .container {
  padding-left: 15px;
  padding-right: 15px;
}
.megamenu .dropdown-menu.open {
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.dropdown-title {
  padding: 0 15px 0 35px;
  display: block;
  font-size: 1.125rem;
  position: relative;
  background: rgba(78, 81, 86, 0.6);
  margin-left: -15px;
  margin-right: -15px;
  height: 52px;
  line-height: 52px;
}
.dropdown-title h3 {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.dropdown-title h3 a {
  display: block;
  color: #fff;
  height: 52px;
  line-height: 52px;
}
.dropdown-title h3 a:hover {
  text-decoration: none;
}
.dropdown-title h3 a .icon {
  display: none;
}
.dropdown-title .menu-back {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 0.875rem;
  width: 30px;
  height: 52px;
  color: #ced1d8;
  text-align: center;
}
.dropdown-title .menu-back:hover {
  color: #797984;
}
.sub-menu ul {
  padding: 0;
}
.sub-menu ul li {
  width: 100%;
  display: block;
}
.sub-menu ul li a {
  display: block;
  padding: 15px 15px 15px 50px;
  color: #fff;
  font-size: 0.9375rem;
  border-top: 1px solid rgba(78, 81, 86, 0.2);
  position: relative;
}
.sub-menu ul li a:hover {
  text-decoration: none;
  color: #4e5156;
}
.sub-menu ul li a .icon {
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
.sub-menu ul li.menu-title > a {
  display: block;
  border-top: 1px solid rgba(78, 81, 86, 0.4);
  font-size: 1rem;
  padding: 10px 15px 10px 35px;
  background: rgba(78, 81, 86, 0.2);
}
.menu-promo {
  display: none;
}
.nav-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: -44px;
  right: 0;
  bottom: 0;
  background: 0 0;
  opacity: 0;
  z-index: 9999;
}
.nav-mobile .nav-overlay {
  display: block;
}
.gb-corporate .nav-corporate > li > .nav-link {
  font-size: 1.125rem;
  padding: 15px 30px 15px 15px;
}
.gb-corporate .nav-corporate > li > .nav-link .icon {
  top: 24px;
}
.menu-corporate {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0;
  border: none;
  width: 260px;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  background: #757981;
  display: block;
  -webkit-transform: translateX(260px);
  -ms-transform: translateX(260px);
  transform: translateX(260px);
  padding-top: 37px;
}
.menu-corporate.open {
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.menu-corporate > .dropdown-title {
  margin: 0;
}
.menu-corporate .navbar-nav > li > .nav-link {
  display: block;
  border-top: 1px solid rgba(78, 81, 86, 0.4);
  font-size: 1rem;
  padding: 10px 15px 10px 35px;
  background: rgba(78, 81, 86, 0.2);
}
.menu-corporate .navbar-nav > li > .nav-link .icon {
  top: 17px;
}
.menu-corporate .sub-menu {
  border-bottom: 15px solid rgba(78, 81, 86, 0.4);
}
.section-hero {
  display: none;
}
.section-hero.show {
  display: block;
}
.site-guide__image {
  width: 40px !important;
  height: 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: 13px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}
.guide-message {
  display: none;
  padding: 8px 0 5px;
  border-bottom: 1px solid #dcdfe5;
  font-size: 0.875rem;
}
.guide-message .btn {
  padding-top: 6px;
}
.guide-message.show {
  display: block;
}
.section-guide {
  display: none;
  position: relative;
  overflow: hidden;
  min-height: 420px;
  height: calc(100vh - 79px);
}
.section-guide.show {
  display: block;
}
.smartOn .section-guide {
  height: calc(100vh - 163px);
}
.guide-video {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #797984;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: calc(100vh - 79px);
}
.guide-video.ready {
  opacity: 1;
}
.smartOn .guide-video {
  height: calc(100vh - 163px);
}
.guide-bg {
  display: none;
}
.guide-bg img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.guide-video.hide {
  display: none;
}
.guide-bg.kenburns {
  display: block;
}
.guide-bg.kenburns img {
  animation: kenburns 35s 2s infinite;
  -webkit-animation: kenburns 35s 2s infinite;
  -ms-animation: kenburns 35s 2s infinite;
  -o-animation: kenburns 35s 2s infinite;
  -moz-animation: kenburns 35s 2s infinite;
}
.guide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
}
.guide-content {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}
.guide-content .container {
  padding: 0;
  position: relative;
  height: 100%;
}
.guide-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.guide-main p {
  visibility: hidden;
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  padding: 0 10px;
}
.guide-main h2 {
  visibility: hidden;
  position: relative;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 10px;
}
.guide-main.title-blue h2,
.guide-main.title-blue p {
  color: #003f7e;
}
.guide-main.title-red h2,
.guide-main.title-red p {
  color: #ca1700;
}
.guide-main.title-grey h2,
.guide-main.title-grey p {
  color: #797984;
}
.guide-main.init p {
  visibility: visible;
  -webkit-animation: fadeInDown 0.6s;
  animation: fadeInDown 0.6s;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.guide-main.init h2 {
  visibility: visible;
  -webkit-animation: fadeInRight 0.6s;
  animation: fadeInRight 0.6s;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.guide-carousel {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.guide-carousel .guide-item {
  opacity: 0;
  padding: 10px;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.guide-carousel .guide-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 10px 10px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(206, 209, 216, 0.65);
  border-top: 2px solid #ca1700;
}
.guide-carousel .guide-item a .icon {
  position: absolute;
  left: 50%;
  top: 10px;
  color: #fff;
  font-size: 2.25rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.guide-carousel .guide-item a span {
  display: block;
  position: relative;
  color: #fff;
  font-size: 0.775rem;
  line-height: 1.35rem;
  height: 2.5rem;
  overflow: hidden;
}
.guide-carousel .guide-item a span i {
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.guide-carousel .owl-stage {
  margin: auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.guide-carousel .owl-stage .owl-item {
  float: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.guide-carousel.owl-loaded .guide-item {
  opacity: 1;
  padding: 10px;
  margin: 0 auto;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.guide-carousel.owl-loaded .owl-item {
  -webkit-animation: zoomIn 0.3s;
  animation: zoomIn 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.guide-carousel.owl-loaded .owl-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.guide-carousel.owl-loaded .owl-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.guide-carousel.owl-loaded .owl-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.guide-carousel.owl-loaded .owl-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.guide-carousel.owl-loaded .owl-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.guide-carousel.owl-loaded .owl-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.guide-carousel.owl-loaded .owl-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.guide-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.guide-switcher {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.guide-switcher .guide-item {
  opacity: 0;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
.guide-switcher .guide-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 60px;
  background: rgba(0, 0, 0, 0.35);
  text-align: left;
  border: 1px solid rgba(206, 209, 216, 0.65);
  border-left: 2px solid #ca1700;
}
.guide-switcher .guide-item a .icon {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  font-size: 2.25rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.guide-switcher .guide-item a span {
  display: block;
  position: relative;
  color: #fff;
  font-size: 0.775rem;
  line-height: 1.35rem;
  height: 2.5rem;
  overflow: hidden;
}
.guide-switcher .guide-item a span i {
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.init .guide-switcher .guide-item {
  -webkit-animation: zoomIn 0.3s;
  animation: zoomIn 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.init .guide-switcher .guide-item:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.init .guide-switcher .guide-item:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.init p {
  visibility: visible;
  -webkit-animation: fadeInDown 0.6s;
  animation: fadeInDown 0.6s;
}
.init h2 {
  visibility: visible;
  -webkit-animation: fadeInRight 0.6s;
  animation: fadeInRight 0.6s;
}
.guide-sub {
  position: relative;
  opacity: 0;
}
.guide-sub.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
}
.guide-sub.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
.guide-sub-title {
  display: block;
  position: absolute;
  z-index: 11;
  left: 50%;
  top: -52px;
  padding: 10px;
  background: #ca1700;
  border: 1px solid #ca1700;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(33.33% - 20px);
}
.guide-sub-title .icon {
  color: #000;
  font-size: 2.25rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.guide-sub-title span {
  display: block;
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.35rem;
  height: 2.5rem;
  overflow: hidden;
}
.guide-sub-title span i {
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.guide-sub-content {
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(206, 209, 216, 0.65);
  border-bottom: 1px solid rgba(206, 209, 216, 0.65);
  display: none;
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
}
.guide-sub-content .guide-back {
  background: #fff;
  padding: 0.3125rem 0.5rem;
  position: absolute;
  left: 50%;
  bottom: -16px;
  border-radius: 0.1875rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.guide-sub-content .guide-back .icon {
  font-size: 0.815rem;
  color: #ca1700;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.guide-sub-content .guide-carousel .guide-item a {
  background: 0 0;
  border: none;
  position: relative;
  padding: 50px 10px 0;
}
.guide-sub-content .guide-carousel .guide-item a:hover {
  background: 0 0;
  border: none;
}
.guide-sub-content .guide-carousel .owl-stage .owl-item.active .guide-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  border-left: 1px solid rgba(206, 209, 216, 0.65);
}
.guide-sub-content .guide-carousel .owl-stage .owl-item.active:first-child .guide-item:after {
  display: none;
}
.guide-scroll {
  position: absolute;
  padding-bottom: 5px;
  left: 50%;
  bottom: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.guide-scroll span {
  display: block;
  letter-spacing: 1px;
  -webkit-transition: letter-spacing 0.3s;
  -o-transition: letter-spacing 0.3s;
  transition: letter-spacing 0.3s;
}
.guide-scroll .icon {
  font-size: 1.25rem;
}
.guide-scroll:hover {
  color: #fff;
  text-decoration: none;
}
.guide-scroll:hover span {
  letter-spacing: 2px;
}
.guide-control {
  opacity: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 4;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.guide-close {
  position: relative;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #fff;
  color: #003f7e;
  font-size: 0.75rem;
  width: 74px;
  text-align: end;
  height: 35px;
  line-height: 35px;
  font-size: 1rem;
}
.guide-close .icon-bar {
  display: block;
  height: 2px;
  width: 16px;
  background-color: #ca1700;
  position: absolute;
  left: 5px;
  top: 18px;
}
.guide-close .top-bar {
  -webkit-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg);
  -webkit-transform-origin: 53% 72%;
  -ms-transform-origin: 53% 72%;
  transform-origin: 53% 72%;
}
.guide-close .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 48% 97%;
  -ms-transform-origin: 48% 97%;
  transform-origin: 48% 97%;
  top: 18px;
}
.guide-close:hover {
  color: #0a56af;
  background: #fff;
}
.guide-close:hover .icon-bar {
  background-color: #0a56af;
}
.index-h1 {
  font-size: 10px;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.carousel-inner {
  z-index: 1;
}
.hero-carousel .carousel-item {
  height: 12.5rem;
  background-color: #dcdfe5;
}
.hero-carousel .carousel-item > a > img,
.hero-carousel .carousel-item > a > picture > img,
.hero-carousel .carousel-item > img,
.hero-carousel .carousel-item > picture > img {
  position: relative;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-carousel .carousel-item > a{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.carousel-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
  background: #000;
  background: rgba(0, 0, 0, 0.55);
}
.carousel-caption .caption {
  font-size: 1.2rem;
  line-height: 1.25;
  color: #fff;
  margin: 0;
}
.carousel-caption .caption span,
.carousel-caption .caption strong {
  font-weight: 700;
}
.carousel-caption .caption a {
  color: #fff;
}
.carousel-caption .caption a:hover {
  text-decoration: none;
}
.carousel-caption .caption a .icon {
  color: #ca1700;
  font-size: 0.915rem;
  position: relative;
  top: 1px;
  margin-left: 2px;
}
.carousel-caption p {
  margin: 0;
}
.carousel-caption .btn-more {
  color: #fff;
}
.carousel-caption .btn-more:hover {
  color: #dcdfe5;
}
.carousel-controls {
  display: none;
}
.carousel-controls .container {
  position: relative;
}
.carousel-btn-next,
.carousel-btn-prev {
  position: absolute;
  right: 30px;
  bottom: 26px;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  text-align: center;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition:
    border 0.3s,
    background-color 0.3s;
  -o-transition:
    border 0.3s,
    background-color 0.3s;
  transition:
    border 0.3s,
    background-color 0.3s;
}
.carousel-btn-next .icon,
.carousel-btn-prev .icon {
  font-size: 0.85rem;
  color: #fff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.carousel-btn-next .icon-left-arrow,
.carousel-btn-prev .icon-left-arrow {
  position: relative;
  right: 1px;
}
.carousel-btn-next .icon-right-arrow,
.carousel-btn-prev .icon-right-arrow {
  position: relative;
  left: 1px;
}
.carousel-btn-next:hover,
.carousel-btn-prev:hover {
  background: #fff;
  border: 2px solid #fff;
}
.carousel-btn-next:hover .icon,
.carousel-btn-prev:hover .icon {
  color: #ca1700;
}
.carousel-btn-prev {
  right: 68px;
}
.carousel-caption .container {
  opacity: 0;
  -webkit-transition: opacity 1s ease !important;
  -o-transition: opacity 1s ease !important;
  transition: opacity 1s ease !important;
}
.carousel-inner .active.carousel-item-left .carousel-caption .container,
.carousel-inner .active.carousel-item-right .carousel-caption .container,
.carousel-inner .carousel-item .carousel-caption .container {
  opacity: 0;
}
.carousel-inner .active .carousel-caption .container,
.carousel-inner .carousel-item-next.carousel-item-left .carousel-caption .container,
.carousel-inner .carousel-item-prev.carousel-item-right .carousel-caption .container {
  opacity: 1;
}
.compilation {
  background: #edeff2;
}
.comp-wrapper {
  position: relative;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}
.comp-tabs {
  height: 53px;
  margin-bottom: 20px;
}
.comp-tabs .comp-tab {
  display: none;
}
.comp-tabs.owl-loaded,
.comp-tabs.slick-initialized {
  display: block;
}
.comp-tabs.owl-loaded .comp-tab,
.comp-tabs.slick-initialized .comp-tab {
  display: block;
}
.comp-tab a {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  height: 53px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  vertical-align: bottom;
  padding: 0 1rem 2px 0.9375rem;
  color: rgba(121, 121, 132, 0.75);
  position: relative;
  overflow: hidden;
  outline: 0;
}
.comp-tab a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 0;
  width: 1px;
  background: #ced1d8;
  height: 53px;
}
.comp-tab a:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 1px;
  top: -54px;
  width: 1px;
  background: #ca1700;
  height: 53px;
  -o-transition: top 0.3s;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.comp-tab a:hover {
  color: #0a56af;
  text-decoration: none;
}
.comp-tab a:hover:after {
  top: 0;
}
.current .comp-tab a,
.slick-current .comp-tab a {
  color: #4e5156;
  text-decoration: none;
}
.current .comp-tab a:after,
.slick-current .comp-tab a:after {
  top: 0;
}
.comp-contents.slick-initialized {
  overflow: visible;
}
.comp-contents .slick-list {
  height: 100%;
}
.comp-contents .slick-track {
  height: 100%;
}
.comp-contents .slick-slide > div {
  height: 100%;
}
.comp-controls {
  display: none;
}
.comp-left {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 0.875rem;
  color: #797984;
  border: 2px solid rgba(121, 121, 132, 0.5);
  text-align: center;
  border-radius: 100%;
  left: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-left .icon {
  position: relative;
  right: 1px;
}
.comp-left:hover {
  color: #ca1700;
  border-color: #ced1d8;
  background: #ced1d8;
}
.comp-left.disabled {
  opacity: 0.35;
  cursor: default;
}
.comp-left.disabled:hover {
  color: #797984;
  border: 2px solid rgba(121, 121, 132, 0.5);
  background: 0 0;
}
.comp-right {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 0.875rem;
  color: #797984;
  border: 2px solid rgba(121, 121, 132, 0.5);
  text-align: center;
  border-radius: 100%;
  right: 0;
  display: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-right .icon {
  position: relative;
  left: 1px;
}
.comp-right:hover {
  border-color: #ced1d8;
  color: #ca1700;
  background: #ced1d8;
}
.comp-right.disabled {
  opacity: 0.35;
  cursor: default;
}
.comp-right.disabled:hover {
  color: #797984;
  border: 2px solid rgba(121, 121, 132, 0.5);
  background: 0 0;
}
.comp-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.comp-content {
  background: #fff;
  min-height: 100%;
}
.comp-content .container {
  padding: 0;
}
.comp-body {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.comp-body.comp-body-fill {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.comp-media a {
  background: #dcdfe5;
  display: block;
  text-align: center;
  color: #dcdfe5;
}
.comp-media a img {
  width: 100%;
  height: auto;
}
.comp-contents .comp-media img {
  width: 100%;
  height: auto;
}
.comp-main {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
}
.comp-main h2 {
  color: #ca1700;
}
.comp-main h2 a {
  color: #ca1700;
}
.comp-main h2 a:hover {
  text-decoration: none;
}
.comp-main .btn-wrapper {
  margin-bottom: 1rem;
}
.comp-main .btn-wrapper .btn {
  margin-right: 15px;
}
.comp-body-fill {
  padding-right: 15px;
}
.comp-side {
  padding: 0 15px;
  border-top: 1px solid #dcdfe5;
  width: 100%;
}
.comp-side h3 {
  line-height: 1.1;
  color: #ca1700;
}
.comp-side h3 a {
  color: #ca1700;
}
.comp-side h3 a:hover {
  text-decoration: none;
}
.comp-side p {
  margin-bottom: 8px;
}
.comp-side img {
  display: inline-block;
}
.comp-side-full {
  padding: 15px;
}
.comp-side-half {
  padding: 15px;
}
.comp-side-half h3 {
  height: 26px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comp-side-half:first-child {
  border-bottom: 1px solid #dcdfe5;
}
.comp-links {
  font-size: 0.875rem;
  font-weight: 600;
}
.comp-contents .comp-side img {
  width: auto;
  height: auto;
}
.comp-reward {
  text-align: center;
  margin: 5px 0;
}
.comp-reward h4 {
  font-size: 1.125rem;
  color: #ca1700;
  margin: 0;
}
.comp-reward h4 a {
  color: #ca1700;
}
.comp-reward h4 a:hover {
  text-decoration: none;
}
.owl-carousel .owl-item img.gulf-img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 15px;
}
.teasers .container {
  padding: 0;
}
.teaser-carousel {
  margin: 0;
}
.teaser-block {
  border-top: 3px solid #ca1700;
  margin-bottom: 0.625rem;
}
.teaser-media a {
  background: #dcdfe5;
  display: block;
  padding-top: 56.25%;
  position: relative;
  height: 0;
  text-align: center;
  color: #dcdfe5;
  overflow: hidden;
}
.teaser-media a img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
}
.row-full .teaser-media a img {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
  height: 100%;
}
.teaser-content {
  margin-top: 1px;
  padding: 15px;
  background: #eff1f3;
  background: -webkit-linear-gradient(top, #eff1f3 0, #fff 92%);
  background: -webkit-gradient(linear, left top, left bottom, from(#eff1f3), color-stop(92%, #fff));
  background: -o-linear-gradient(top, #eff1f3 0, #fff 92%);
  background: linear-gradient(to bottom, #eff1f3 0, #fff 92%);
}
.teaser-content h2 {
  color: #ca1700;
  line-height: 1.35;
}
.teaser-content h2 a {
  color: inherit;
  display: block;
}
.teaser-content h2 a:hover {
  color: #0a56af;
  text-decoration: none;
}
.teaser-content h3 {
  color: #ca1700;
}
.teaser-content h3 a {
  color: inherit;
}
.teaser-content h3 a:hover {
  color: #0a56af;
  text-decoration: none;
}
.teaser-content p {
  margin-bottom: 8px;
}
.add-to-compare {
  font-size: 0.75rem;
  line-height: 2;
}
.add-to-compare .custom-control-label:before {
  background: #fff;
  border: 1px solid #ced1d8;
  border-radius: 100%;
}
.add-to-compare .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #dcdfe5;
}
.teaser-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.teaser-carousel .owl-item {
  float: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}
.teaser-hover .shine {
  position: absolute;
  left: 0;
  top: -3px;
  right: 0;
  width: 100%;
  height: 3px;
  z-index: 9;
  overflow: hidden;
}
.teaser-hover .shine:before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  width: 50%;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(99%, rgba(128, 186, 232, 0)),
    color-stop(100%, rgba(125, 185, 232, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(99%, rgba(128, 186, 232, 0)),
    to(rgba(125, 185, 232, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  z-index: 10;
}
.teaser-hover:hover .shine:before {
  -webkit-transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
  left: 100%;
}
.teaser-hover:hover .teaser-media a img {
  -webkit-transform: scale(1.09) translateY(-47%);
  -ms-transform: scale(1.09) translateY(-47%);
  transform: scale(1.09) translateY(-47%);
}
.card {
  padding-bottom: 15px;
}
.card-block {
  position: relative;
  border: 1px solid #dcdfe5;
  border-top: 3px solid #ca1700;
  padding: 15px;
  height: 100%;
}
.card-block.card-view-all {
  padding-bottom: 54px;
  position: relative;
}
.card-block.card-view-all .btn-more {
  position: absolute;
  left: 15px;
  bottom: 10px;
}
.card-title {
  color: #ca1700;
  margin-bottom: 15px;
  line-height: 1.35;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-title a {
  color: inherit;
}
.card-title a:hover {
  color: #0a56af;
  text-decoration: none;
}
.card-body {
  margin-left: -10px;
  margin-right: -10px;
}
.card-body .col {
  padding: 0 10px;
}
.card-image {
  max-width: 50%;
}
.card-image a {
  display: block;
  text-align: left;
}
.card-image a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.card-image .btn-download {
  padding-right: 0;
  white-space: normal;
}
.card-text {
  max-width: 50%;
}
.card-text .btn-calendar,
.card-text .btn-download {
  display: block;
}
.card-logo {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #dcdfe5;
}
.card-logo a {
  padding: 15px 10px;
  display: block;
  text-align: center;
  height: 92px;
}
.card-logo a img {
  max-height: 62px;
}
.card-logo .status {
  display: inline-block;
  padding: 1px 5px;
  position: absolute;
  left: 50%;
  bottom: -11px;
  text-align: center;
  font-size: 0.75rem;
  color: #ca1700;
  border: 1px solid #dcdfe5;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.card-logo-big {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #dcdfe5;
}
.card-logo-big a {
  padding: 15px 10px;
  display: block;
  text-align: center;
  height: 154px;
}
.card-logo-big a img {
  max-height: 124px;
}
.card-logo-big .status {
  display: inline-block;
  padding: 1px 5px;
  position: absolute;
  left: 50%;
  bottom: -11px;
  text-align: center;
  font-size: 0.75rem;
  color: #ca1700;
  border: 1px solid #dcdfe5;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.card-media {
  position: relative;
}
.card-media a {
  background: #dcdfe5;
  display: block;
  padding-top: 56.25%;
  position: relative;
  height: 0;
  text-align: center;
  color: #dcdfe5;
  overflow: hidden;
}
.card-media a img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
}
.card-media .status {
  display: inline-block;
  padding: 1px 5px;
  position: absolute;
  left: 50%;
  bottom: -11px;
  text-align: center;
  font-size: 0.75rem;
  color: #ca1700;
  border: 1px solid #dcdfe5;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.card-content {
  margin-top: 1px;
  padding: 15px 15px 50px;
}
.card-content h3 {
  color: #ca1700;
  margin-bottom: 3px;
}
.card-content h3 a {
  color: inherit;
}
.card-content h3 a:hover {
  color: #0a56af;
  text-decoration: none;
}
.card-content p {
  margin-bottom: 8px;
}
.card-content p.reward-off {
  margin-bottom: 0;
  color: #4e5156;
}
.card-content p.reward-eligible {
  font-size: 0.875rem;
}
.card-content p a {
  color: #797984;
  text-decoration: none;
}
.card-content > .btn {
  margin-right: 5px;
  position: absolute;
  left: 15px;
  bottom: 12px;
}
.card-content .btn-wrapper ul {
  margin-bottom: 0;
}
.card-content .btn-wrapper ul .btn {
  margin-right: 0;
}
.card-calendar .card-date {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 76px;
  -ms-flex: 0 0 76px;
  flex: 0 0 76px;
  max-width: 76px;
  border-right: 1px solid #dcdfe5;
  padding-right: 10px;
}
.card-calendar .card-date span {
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 5px;
  text-transform: uppercase;
}
.card-calendar .card-date .month {
  font-size: 0.75rem;
}
.card-calendar .card-date .date {
  font-size: 3rem;
  font-weight: 600;
  color: #ca1700;
}
.card-calendar .card-date .year {
  font-size: 1rem;
  letter-spacing: 3.5px;
}
.card-calendar .card-text {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 calc(100% - 76px);
  -ms-flex: 0 0 calc(100% - 76px);
  flex: 0 0 calc(100% - 76px);
  max-width: calc(100% - 76px);
  padding-left: 10px;
}
.landing-cards .card-calendar {
  margin: 0;
}
.landing-cards .card-calendar .calendar-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #dcdfe5;
  color: #797984;
}
.landing-cards .card-calendar .calendar-item:first-child {
  padding-top: 0;
}
.landing-cards .card-calendar .card-date {
  padding-left: 0;
}
.landing-cards .card-calendar .card-text {
  padding-right: 0;
}
.card-downloads {
  padding: 0 10px;
}
.card-downloads .btn-download {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  display: block;
  text-align: left;
  font-size: 1rem;
  border-bottom: 1px solid #dcdfe5;
  padding-right: 0;
  white-space: normal;
}
.card-downloads .btn-download .icon {
  top: 14px;
}
.card-downloads ul li:first-child .btn-download:first-child {
  padding-top: 0;
}
.card-downloads ul li:first-child .btn-download:first-child .icon {
  top: 5px;
}
.card-news {
  padding: 0 10px;
}
.card-news .news-item {
  display: block;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #dcdfe5;
  color: #797984;
}
.card-news .news-item:first-child {
  padding-top: 0;
}
.card-news .news-item .more {
  color: #003f7e;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-right: 12px;
}
.card-news .news-item .more .icon {
  position: absolute;
  right: 0;
  top: 6px;
  color: #ca1700;
  font-size: 0.6875rem;
}
.card-news .news-item:hover {
  color: #4e5156;
  text-decoration: none;
}
.card-news .news-item:hover .more {
  color: #0a56af;
}
.card-news .disc-item {
  padding-top: 0.65rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #dcdfe5;
}
.card-news .disc-item:first-child {
  padding-top: 0;
}
.card-news .disc-item .btn-wrapper ul {
  margin: 0;
}
.card-disclosure {
  padding: 15px;
}
.card-faqs {
  padding: 0 10px;
}
.card-faqs .faqs-item {
  display: block;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #dcdfe5;
  color: #797984;
  padding-left: 30px;
  position: relative;
}
.card-faqs .faqs-item .icon-question {
  position: absolute;
  left: 0;
  top: 0.7rem;
  font-size: 1.25rem;
  color: rgba(121, 121, 132, 0.8);
}
.card-faqs .faqs-item:first-child {
  padding-top: 0;
}
.card-faqs .faqs-item:first-child .icon-question {
  top: 3px;
}
.card-faqs .faqs-item .more {
  color: #003f7e;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-right: 12px;
}
.card-faqs .faqs-item .more .icon {
  position: absolute;
  right: 0;
  top: 6px;
  color: #ca1700;
  font-size: 0.6875rem;
}
.card-faqs .faqs-item:hover {
  text-decoration: none;
}
.card-faqs .faqs-item:hover .more {
  color: #0a56af;
}
.card-person .card-block {
  padding: 0;
}
.award-home > .row {
  margin: 0;
  display: block;
}
.recent-awards {
  border-top: 1px solid #dcdfe5;
  position: relative;
  overflow: hidden;
  display: none;
}
.recent-awards h3 {
  color: #ca1700;
}
.recent-awards .gray-scale {
  position: absolute;
  left: -200%;
  top: -200%;
}
.award-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.award-list li {
  padding: 10px 10px 0;
}
.award-list li.d-none {
  display: none !important;
}
.award-list li a {
  text-align: center;
  height: 70px;
  display: block;
}
.award-list li a img {
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recent-awards .award-list li a img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: url(#grayScale);
  filter: url(#grayScale);
  -webkit-filter: gray;
  filter: gray;
}
.recent-awards .award-list li a:hover img {
  webkit-filter: grayscale(0);
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.card-awards {
  padding: 0 10px;
}
.card-awards .award-list li {
  padding: 0 10px;
  text-align: center;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}
.accordion {
  margin: 20px 0;
  border-top: thin solid #dcdfe5;
}
.accordion:first-child {
  margin-top: 0;
}
.accd-item {
  border-bottom: thin solid #dcdfe5;
}
.accd-header h3 {
  margin: 0 !important;
}
.accd-header h3 .btn {
  font-size: 1.25rem;
  line-height: 1.25;
}
.accd-header h4 {
  margin: 0 !important;
}
.accd-header h4 .btn {
  font-size: 1.125rem;
}
.accd-header .btn {
  outline: 0;
  color: #ca1700;
  text-align: left;
  width: 100%;
  display: block;
  padding: 10px 25px 10px 0;
  position: relative;
  white-space: normal;
  background: 0 0;
}
.accd-header .btn:focus {
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}
.accd-header .btn .icon-plus {
  display: none;
}
.accd-header .btn .icon-minus {
  display: block;
}
.accd-header .btn span {
  position: absolute;
  right: 10px;
  top: 17px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #003f7e;
}
.accd-header .btn.collapsed {
  color: #797984;
}
.accd-header .btn.collapsed:hover {
  color: #0a56af;
}
.accd-header .btn.collapsed .icon-plus {
  display: block;
}
.accd-header .btn.collapsed .icon-minus {
  display: none;
}
.accd-body {
  color: #4e5156;
  padding: 0 10px 5px;
}
.accd-body .box-list {
  margin: 10px 0;
}
.section-announcement {
  padding: 15px 0;
  position: relative;
  background: #797984;
  border-top: 5px solid #ca1700;
  color: #fff;
}
.section-announcement h2 {
  display: block;
  padding: 0 30px 0 0;
  position: relative;
  margin: 0;
  font-size: 1.35rem;
}
.section-announcement h2.with-icon {
  padding: 0 30px 0 36px;
}
.section-announcement h2 .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #dcdfe5;
}
.section-announcement h2 .icon-announcement {
  font-size: 2rem;
}
.section-announcement p {
  margin: 10px 0 0;
}
.section-announcement p strong {
  font-weight: 600;
}
.section-announcement .btn-wrapper ul {
  margin: 5px 0 0;
}
.section-announcement .btn-wrapper ul li {
  display: inline-block;
  margin-right: 1rem;
}
.section-announcement .btn-wrapper ul li:last-child {
  margin-right: 0;
}
.section-announcement .btn-more {
  color: #fff;
}
.section-announcement .btn-more:hover {
  color: #e6e9ed;
}
.section-announcement .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.announcement-close {
  border-radius: 0;
  padding: 0;
  background: 0 0;
  outline: 0;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
}
.announcement-close .icon-bar {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #fff;
}
.announcement-close .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 40% 50%;
  -ms-transform-origin: 40% 50%;
  transform-origin: 40% 50%;
}
.announcement-close .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 40% 75%;
  -ms-transform-origin: 40% 75%;
  transform-origin: 40% 75%;
}
.announcement-slider:after {
  display: block;
  clear: both;
  content: "";
}
.announcement-slider.owl-carousel {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  overflow: hidden;
  padding-bottom: 32px;
}
.announcement-slider .announcement-item {
  min-width: 100%;
}
.announcement-slider.owl-loaded {
  display: block;
  padding-bottom: 0;
}
.page-hero {
  height: 12.5rem;
  background-color: #dcdfe5;
  position: relative;
  overflow: hidden;
}
.page-hero .carousel-item {
  height: 12.5rem;
  background-color: #dcdfe5;
  overflow: hidden;
}
.page-hero .carousel-item > a > img,
.page-hero .carousel-item > a > picture > img,
.page-hero .carousel-item > img,
.page-hero .carousel-item > picture > img {
  position: relative;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.page-hero.video-hero {
  height: auto;
  padding-top: 12.5rem;
  position: relative;
}
.page-hero.video-hero video {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-hero > a > img,
.page-hero > a > picture > img,
.page-hero > img,
.page-hero > picture > img {
  position: relative;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play-video {
  position: absolute;
  width: 64px;
  height: 64px;
  background: rgba(0, 63, 126, 0.85);
  left: 50%;
  top: 50%;
  padding: 16px;
  font-size: 2rem;
  color: #fff;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.play-video .icon {
  display: block;
}
.play-video:hover {
  background: #003f7e;
  width: 58px;
  height: 58px;
  padding: 10px;
  font-size: 2.375rem;
}
.video-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
}
.yt-video-close {
  background: rgba(0, 63, 126, 0.85);
  padding: 10px;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  outline: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
}
.yt-video-close .icon-bar {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #fff;
}
.yt-video-close .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 40% 50%;
  -ms-transform-origin: 40% 50%;
  transform-origin: 40% 50%;
}
.yt-video-close .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 40% 75%;
  -ms-transform-origin: 40% 75%;
  transform-origin: 40% 75%;
}
.hero-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  padding-top: 9px;
  padding-bottom: 9px;
  background: #000;
  background: rgba(0, 0, 0, 0.55);
}
.hero-caption .caption {
  font-size: 1.2rem;
  line-height: 1.25;
  color: #fff;
  margin: 0;
}
.hero-caption .caption span,
.hero-caption .caption strong {
  font-weight: 700;
}
.hero-caption .caption a {
  color: #fff;
}
.hero-caption .caption a:hover {
  text-decoration: none;
}
.hero-caption .caption a .icon {
  color: #ca1700;
  font-size: 0.915rem;
  position: relative;
  top: 1px;
  margin-left: 2px;
}
.hero-caption p {
  margin: 0;
}
.hero-caption .btn-more {
  color: #fff;
  padding-bottom: 3px;
}
.hero-caption .btn-more:hover {
  color: #dcdfe5;
}
.blue-hero {
  background: #003f7e;
  color: #fff;
  padding: 15px 0;
}
.blue-hero h1 {
  font-size: 1.375rem;
  font-weight: 600;
}
.blue-hero .blue-hero-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.blue-lookup {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blue-lookup .btn-filters {
  display: block;
  border: 1px solid #fff;
  border-radius: 0;
  height: 48px;
  line-height: 46px;
  position: relative;
  width: 48px;
  font-size: 1.25rem;
  padding: 4px 0 0;
  text-align: center;
}
.blue-lookup .btn-filters span {
  display: none;
}
.blue-lookup .btn-filters .icon-down-arrow {
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  position: absolute;
  right: 15px;
  top: 16px;
  font-size: 0.925rem;
}
.blue-lookup .btn-filters .icon-filter {
  display: inline-block;
}
.blue-lookup .btn-filters.active .icon-down-arrow {
  webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blue-lookup .custom-control-label:before {
  top: 15px;
  left: 15px;
  border-radius: 100%;
  background: 0 0;
  border: 1px solid #fff;
}
.blue-lookup .custom-control-label:after {
  top: 15px;
  left: 15px;
  border-radius: 100%;
}
.blue-lookup-center {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-filters {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1010;
  background: #003f7e;
  padding-bottom: 150px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}
.search-filters .col-checkbox {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.search-filters .custom-checkbox {
  margin: 10px 0;
}
.search-filters .custom-control-label:before {
  border-radius: 100%;
  background: 0 0;
  border: 1px solid #fff;
}
.search-filters .custom-control-label:after {
  border-radius: 100%;
}
.search-filters .btn-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
  padding: 30px 0 15px;
  background: #003f7e;
}
.search-filters .btn {
  margin-left: 15px;
  margin-right: 15px;
}
.search-filters .btn-primary {
  font-size: 1.125rem;
  background: #fff;
  color: #003f7e;
  padding: 0.75rem;
}
.search-filters .btn-outline-secondary {
  font-size: 1.125rem;
  border-color: #fff;
  color: #fff;
  padding: 0.75rem;
}
.search-filters .filter-results {
  font-size: 0.875rem;
  padding: 45px 15px 15px;
  position: fixed;
  z-index: 1030;
  left: 0;
  right: 0;
  bottom: 70px;
  background: -webkit-linear-gradient(top, rgba(0, 63, 126, 0) 0, rgba(0, 63, 126, 0.75) 48%, #003f7e 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 63, 126, 0)),
    color-stop(48%, rgba(0, 63, 126, 0.75)),
    to(#003f7e)
  );
  background: -o-linear-gradient(top, rgba(0, 63, 126, 0) 0, rgba(0, 63, 126, 0.75) 48%, #003f7e 100%);
  background: linear-gradient(to bottom, rgba(0, 63, 126, 0) 0, rgba(0, 63, 126, 0.75) 48%, #003f7e 100%);
}
.section-wrapper.page-header {
  padding-bottom: 0;
}
.page-title {
  position: relative;
}
.breadcrumb {
  display: block;
  padding: 0;
  margin-bottom: 0;
  background: 0 0;
  border-radius: 0;
  font-size: 0.75rem;
}
.breadcrumb a {
  color: #797984;
}
.breadcrumb a:hover {
  text-decoration: none;
  color: #0a56af;
}
.breadcrumb-item {
  float: left;
}
.breadcrumb-item.active {
  clear: both;
  float: none;
}
.breadcrumb-item.active:before {
  display: none;
}
.breadcrumb-item h1 {
  color: #ca1700;
  font-size: 1.875rem;
  font-weight: 600;
  padding-right: 80px;
  margin-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-left: 5px;
  padding-right: 5px;
}
.print-share {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -5px 0 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.print-share li {
  position: relative;
}
.print-share li .btn {
  padding: 0;
  display: block;
  color: #797984;
  width: 32px;
  height: 32px;
  /* line-height: 32px; */
  text-align: center;
  border: 2px solid #dcdfe5;
  border-radius: 100%;
  margin-left: 10px;
  background: #fff;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.print-share li .btn:active,
.print-share li .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.print-share li .btn.playing {
  background: #dcdfe5;
  color: #ca1700;
}
.print-share li .btn:hover {
  text-decoration: none;
  background: #dcdfe5;
  color: #0a56af;
}
.print-share li.show .btn {
  background: #dcdfe5;
  color: #ca1700;
}
.print-share li.btn-listen {
  display: none;
}
.print-share li.btn-rs {
  display: none;
  position: absolute;
  left: -33px;
  bottom: 36px;
}
.print-share .dropdown-menu {
  margin: 5px 0 0;
  border-radius: 0;
  background: #e6e9ed;
  border: 2px solid #dcdfe5;
  padding: 0;
  position: relative;
  outline: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(121, 121, 132, 0.5);
  box-shadow: 0 2px 5px 0 rgba(121, 121, 132, 0.5);
  z-index: 998;
}
.print-share .dropdown-menu:before {
  content: "";
  position: absolute;
  right: 7px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #dcdfe5;
}
.print-share .dropdown-menu[x-placement="top-end"] {
  margin: 0 0 5px;
  -webkit-box-shadow: 0 -2px 5px 0 rgba(121, 121, 132, 0.5);
  box-shadow: 0 -2px 5px 0 rgba(121, 121, 132, 0.5);
}
.print-share .dropdown-menu[x-placement="top-end"]:before {
  top: auto;
  bottom: -8px;
  border-bottom: none;
  border-top: 6px solid #dcdfe5;
}
.print-share .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  padding: 10px 10px 10px 40px;
  color: #4e5156;
  position: relative;
  border-top: 1px solid #dcdfe5;
}
.print-share .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
.print-share .dropdown-menu .dropdown-item .icon {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 24px;
  color: #797984;
}
.print-share .dropdown-menu .dropdown-item:active,
.print-share .dropdown-menu .dropdown-item:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.print-share .dropdown-menu .dropdown-item:hover {
  background: #dcdfe5;
  color: #0a56af;
}
.print-share .rsfloating.rsexpanded {
  position: absolute;
  right: 42px;
  top: 0;
  width: 258px !important;
}
.show-rs .print-share li.btn-listen .btn {
  background: #dcdfe5;
  color: #ca1700;
}
.show-rs .print-share li.btn-rs {
  display: block;
}
.page-promo {
  padding: 0;
}
.page-promo img {
  max-width: 100%;
  height: auto;
}
.nav-line {
  position: relative;
  border-top: 1px solid #dcdfe5;
  border-bottom: 1px solid #dcdfe5;
}
.left-paddle {
  display: none;
  font-size: 0.9375rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 24px;
  height: 56px;
  line-height: 58px;
  text-align: left;
  background: -webkit-linear-gradient(left, #fff 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    color-stop(50%, #fff),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(left, #fff 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #fff 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
}
.right-paddle {
  display: none;
  font-size: 0.9375rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 56px;
  line-height: 58px;
  text-align: right;
  z-index: 2;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, #fff),
    to(white)
  );
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%);
}
.right-paddle .icon {
  position: relative;
  right: 2px;
}
.action-btns {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  padding: 8px 10px 8px 0;
  background: #fff;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.action-btns .btn-wrapper {
  position: relative;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.action-btns .btn-wrapper .compare-count {
  font-style: normal;
}
.action-btns ul {
  margin: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.action-btns ul li {
  margin-left: 8px;
}
.action-btns ul li:first-child {
  margin-left: 0;
}
.action-btns ul li .btn {
  padding: 0.425rem 0.5rem;
  font-size: 0.875rem;
  display: block;
}
.action-btns ul li .btn span {
  display: none;
}
.action-btns .btn-toggler {
  margin-left: 8px;
}
.action-btns .btn-toggler.active {
  background: #e6e9ed;
}
.multi-btns .btn-wrapper {
  overflow: hidden;
  width: 92px;
}
.show-btns .multi-btns .btn-wrapper {
  width: 100%;
}
.only-btns .action-btns {
  position: static;
}
.only-btns .action-btns .btn-wrapper {
  width: 100%;
}
.only-btns .action-btns ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.only-btns .action-btns .btn-toggler {
  display: none;
}
.page-nav {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  margin-top: 20px;
  background: #fff;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.page-nav .container {
  padding: 0;
  position: relative;
}
.page-nav .container:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 1px;
  bottom: 1px;
  width: 15px;
  background: #fff;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 51%, #fff 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(51%, rgba(255, 255, 255, 0.8)),
    to(white)
  );
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 51%, #fff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 51%, #fff 100%);
}
.page-nav .container:before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 1px;
  width: 15px;
  background: #fff;
  background: -webkit-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0.8) 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    color-stop(51%, rgba(255, 255, 255, 0.8)),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0.8) 51%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0.8) 51%, rgba(255, 255, 255, 0) 100%);
}
.page-nav .nav {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow-x: -moz-hidden-unscrollable;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  position: relative;
}
.page-nav .nav::-webkit-scrollbar {
  display: none;
}
.page-nav .nav li {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.page-nav .nav .nav-link {
  display: block;
  padding: 1rem 0.5rem;
  color: #4e5156;
  font-weight: 600;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  white-space: nowrap;
}
.page-nav .nav .nav-link.active {
  color: #797984;
}
.page-nav .nav .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0.5rem;
  bottom: 0;
  right: 0.5rem;
  height: 2px;
  background: #ca1700;
}
.page-nav .nav .nav-link:hover {
  color: #0a56af;
  text-decoration: none;
}
.page-nav .nav li:first-child .nav-link {
  padding-left: 1rem;
}
.page-nav .nav li:first-child .nav-link.active:after {
  left: 1rem;
}
.page-nav .nav li:last-child .nav-link {
  padding-right: 1rem;
}
.page-nav .nav li:last-child .nav-link.active:after {
  right: 1rem;
}
.page-nav.with-btns .container:after {
  right: 124px;
}
.page-nav.with-btns .nav-line {
  padding-right: 124px;
}
.page-nav.with-btns.show-btns .container:after {
  width: 100%;
  right: 20%;
}
.page-nav.fixedsticky-on {
  margin-top: 0;
  background: #edeff2;
  border-top: none;
  border-bottom: 1px solid #dcdfe5;
}
.page-nav.fixedsticky-on > * {
  -webkit-transform: translateZ(0);
}
.page-nav.fixedsticky-on .container:after {
  background: #edeff2;
  background: -webkit-linear-gradient(left, rgba(237, 239, 242, 0) 0, rgba(237, 239, 242, 0.8) 49%, #edeff2 100%);
  background: -o-linear-gradient(left, rgba(237, 239, 242, 0) 0, rgba(237, 239, 242, 0.8) 49%, #edeff2 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(237, 239, 242, 0)),
    color-stop(49%, rgba(237, 239, 242, 0.8)),
    to(#edeff2)
  );
  background: linear-gradient(to right, rgba(237, 239, 242, 0) 0, rgba(237, 239, 242, 0.8) 49%, #edeff2 100%);
}
.page-nav.fixedsticky-on .container:before {
  background: #edeff2;
  background: -webkit-linear-gradient(left, #edeff2 0, rgba(237, 239, 242, 0.8) 51%, rgba(237, 239, 242, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#edeff2),
    color-stop(51%, rgba(237, 239, 242, 0.8)),
    to(rgba(237, 239, 242, 0))
  );
  background: -o-linear-gradient(left, #edeff2 0, rgba(237, 239, 242, 0.8) 51%, rgba(237, 239, 242, 0) 100%);
  background: linear-gradient(to right, #edeff2 0, rgba(237, 239, 242, 0.8) 51%, rgba(237, 239, 242, 0) 100%);
}
.page-nav.fixedsticky-on .nav-line {
  border-bottom: none;
}
.page-nav.fixedsticky-on .action-btns {
  background: #edeff2;
}
.page-nav.fixedsticky-on .left-paddle {
  background: -webkit-linear-gradient(left, #edeff2 0, #edeff2 50%, rgba(237, 239, 242, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#edeff2),
    color-stop(50%, #edeff2),
    to(rgba(237, 239, 242, 0))
  );
  background: -o-linear-gradient(left, #edeff2 0, #edeff2 50%, rgba(237, 239, 242, 0) 100%);
  background: linear-gradient(to right, #edeff2 0, #edeff2 50%, rgba(237, 239, 242, 0) 100%);
}
.page-nav.fixedsticky-on .right-paddle {
  background: -webkit-linear-gradient(left, rgba(237, 239, 242, 0) 0, #edeff2 50%, #edeff2 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(237, 239, 242, 0)),
    color-stop(50%, #edeff2),
    to(#edeff2)
  );
  background: -o-linear-gradient(left, rgba(237, 239, 242, 0) 0, #edeff2 50%, #edeff2 100%);
  background: linear-gradient(to right, rgba(237, 239, 242, 0) 0, #edeff2 50%, #edeff2 100%);
}
.page-nav.fixedsticky-off .nav-line > ul li:first-child a:after {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 0;
  right: 0.5rem;
  height: 2px;
  background: #ca1700;
}
.page-widget {
  background: #edeff2;
}
.page-widget.border-top {
  border-top: 1px solid #dcdfe5;
}
.page-widget h3 {
  color: #ca1700;
}
.widget-header .btn-more {
  margin-bottom: 15px;
}
.widget-faqs .question {
  border-top: 1px solid #ced1d8;
  margin: 0;
}
.widget-faqs .question a {
  position: relative;
  padding: 15px 0 15px 30px;
  display: block;
  color: #797984;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
}
.widget-faqs .question a .icon {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 1.25rem;
  color: rgba(121, 121, 132, 0.8);
}
.widget-faqs .question a:hover {
  color: #0a56af;
  text-decoration: none;
}
.widget-faqs .question a:hover .icon {
  color: #ca1700;
}
.widget-tools {
  margin-top: 15px;
}
.widget-tools .tool-link {
  position: relative;
  padding: 15px 10px 15px 42px;
  display: block;
  color: #797984;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4;
  border-top: 1px solid #ced1d8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget-tools .tool-link .icon {
  text-align: left;
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 2.25rem;
  color: rgba(121, 121, 132, 0.8);
}
.widget-tools .tool-link .icon-loan {
  font-size: 2.125rem;
}
.widget-tools .tool-link:hover {
  color: #0a56af;
  text-decoration: none;
}
.widget-tools .tool-link:hover .icon {
  color: #ca1700;
}
.widget-tools .col-widget {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.widget-tools .col-widget:last-child a:after {
  display: none;
}
.widget-trigger {
  display: none;
  bottom: 0;
  z-index: 910;
}
.widget-trigger.sticky {
  display: block;
  position: -webkit-sticky;
  position: sticky;
}
.widget-trigger a {
  border: 0 solid #000;
  background-color: #ca1700;
  color: #fff;
  padding: 10px 15px;
  display: block;
  text-align: center;
  border-radius: 0.1875rem 0.1875rem 0 0;
  -moz-border-radius: 0.1875rem 0.1875rem 0 0;
  -webkit-border-radius: 0.1875rem 0.1875rem 0 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.widget-trigger a:hover {
  color: #fff;
  text-decoration: none;
}
.widget-trigger.chances {
  width: 170px;
  left: calc(50% - 85px);
}
.widget-trigger.converter {
  width: 170px;
  left: calc(50% - 85px);
}
.widget-trigger.loan {
  width: 170px;
  left: calc(50% - 85px);
}
.widget-trigger.deposit {
  width: 170px;
  left: calc(50% - 85px);
}
.modal .widget-trigger.sticky {
  display: none;
}
.page-featured {
  padding: 15px 0;
}
.featured-box {
  background: #edeff2;
}
.featured-text {
  padding: 15px 30px 10px;
}
.featured-text p {
  font-size: 1.125rem;
  margin: 0;
}
.featured-content {
  padding: 15px 30px 10px;
}
.featured-content h2 {
  color: #ca1700;
}
.featured-content p {
  font-size: 1.125rem;
  margin: 0;
}
.featured-img {
  padding: 0 15px;
}
.featured-img .img-wrapper img {
  width: 100%;
  height: auto;
}
.featured-promo {
  text-align: center;
  position: relative;
  padding: 0 30px 15px;
}
.featured-promo img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.home-featured .featured-box {
  background: #fff;
}
.home-featured .featured-content {
  padding: 15px 15px 0;
}
.home-featured .featured-content p {
  font-size: 1rem;
  margin: 0 0 10px;
}
.home-featured .featured-img {
  padding: 0 15px;
}
.home-featured .featured-img .img-wrapper img {
  width: 100%;
  height: auto;
}
.page-landing {
  border-top: 5px solid #e6e9ed;
  padding: 30px 0 20px;
}
.page-landing:first-child {
  border-top: none;
}
.landing-header h2 {
  color: #ca1700;
}
.landing-header .landing-links {
  display: none;
}
.landing-teasers {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0.75rem;
}
.landing-teasers .teaser-carousel {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.landing-teasers .teaser-carousel.owl-loaded {
  display: block;
}
.landing-teasers .teaser-carousel .owl-stage-outer {
  overflow-x: hidden;
  overflow-y: auto;
}
.landing-teasers .teaser-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.landing-teasers .teaser-carousel .owl-item {
  float: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.landing-teasers .teaser-carousel .owl-item .card,
.landing-teasers .teaser-carousel .owl-item .teaser {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.landing-teasers .teaser {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.landing-teasers .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.landing-teasers.row-full .row {
  margin-left: 0;
  margin-right: 0;
}
.landing-cards {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0.925rem;
}
.landing-cards .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.landing-cards .cards-carousel {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.landing-cards .cards-carousel.owl-loaded {
  display: block;
}
.landing-cards .cards-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.landing-cards .cards-carousel .owl-item {
  float: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.landing-cards .cards-carousel .owl-item .card {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.landing-cards .card {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.m-landing-btns {
  margin-bottom: 15px;
}
.pagination .page-item .page-link {
  border-radius: 0;
  text-decoration: none;
  border-color: #dcdfe5;
  color: #003f7e;
  padding: 0.5rem;
}
.pagination .page-item .page-link:hover {
  color: #0a56af;
  background-color: #e6e9ed;
}
.pagination .page-item.active .page-link {
  background: 0 0;
  color: #ca1700;
}
.pagination .page-item.disabled .page-link {
  color: #797984;
}
.pagination .page-item.disabled.active .page-link {
  color: #ca1700;
}
.dropdown-download .dropdown-menu {
  margin: 0;
  border-radius: 0;
  background: #e6e9ed;
  border: 2px solid #dcdfe5;
  padding: 0;
  position: relative;
  outline: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(121, 121, 132, 0.5);
  box-shadow: 0 2px 5px 0 rgba(121, 121, 132, 0.5);
  z-index: 998;
}
.dropdown-download .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 1px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #dcdfe5;
}
.dropdown-download .dropdown-menu[x-placement="top-start"] {
  margin: 0 0 5px;
  -webkit-box-shadow: 0 -2px 5px 0 rgba(121, 121, 132, 0.5);
  box-shadow: 0 -2px 5px 0 rgba(121, 121, 132, 0.5);
}
.dropdown-download .dropdown-menu[x-placement="top-start"]:before {
  top: auto;
  bottom: -8px;
  border-bottom: none;
  border-top: 6px solid #dcdfe5;
}
.dropdown-download .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  padding: 10px 10px 10px 40px;
  color: #4e5156;
  position: relative;
  border-top: 1px solid #dcdfe5;
  text-decoration: none;
}
.dropdown-download .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
.dropdown-download .dropdown-menu .dropdown-item .icon {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 24px;
  color: #797984;
}
.dropdown-download .dropdown-menu .dropdown-item:active,
.dropdown-download .dropdown-menu .dropdown-item:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-download .dropdown-menu .dropdown-item:hover {
  background: #dcdfe5;
  color: #0a56af;
}
.page-article {
  border-top: 5px solid #e6e9ed;
  padding: 30px 0 15px;
}
.page-article.no-top-border,
.page-article:first-child {
  border-top: none;
}
.page-article.only-header {
  min-height: 0;
}
.page-article h2 {
  color: #ca1700;
}
.page-article > .btn-wrapper {
  margin-bottom: 1rem;
}
.page-article .page-nav {
  margin-top: 0;
}
.article-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.article-wrapper h2 {
  line-height: 1.3;
  margin-bottom: 10px;
}
.article-wrapper h3 {
  color: #ca1700;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.article-wrapper h4 {
  color: #003f7e;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.article-wrapper h5 {
  color: #4e5156;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.article-wrapper strong {
  font-weight: 600;
}
.article-wrapper .image-col-6 {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}
.article-wrapper .image-col-6 img {
  display: block;
  max-width: 350px;
  margin: 0 auto 1rem;
  width: 100%;
  height: auto;
}
.article-wrapper .image-col-6.with-border {
  border-top: 3px solid #ca1700;
}
.article-wrapper .square-list > li {
  margin-bottom: 7px;
}
.article-wrapper .square-list > li:before {
  color: #797984;
  background: #797984;
}
.article-wrapper .square-list > li p {
  margin-bottom: 7px;
}
.article-wrapper .square-list > li p:last-child {
  margin-bottom: 0;
}
.article-wrapper ol:last-child,
.article-wrapper ul:last-child {
  margin-bottom: 0;
}
.article-wrapper ol > li,
.article-wrapper ul > li {
  margin-bottom: 7px;
}
.article-wrapper ol > li p,
.article-wrapper ul > li p {
  margin-bottom: 7px;
}
.article-wrapper ol > li p:last-child,
.article-wrapper ul > li p:last-child {
  margin-bottom: 0;
}
.article-wrapper > ol {
  padding: 1px 0 0 24px;
}
.article-wrapper > ol li {
  list-style: none;
  counter-increment: step-counter;
}
.article-wrapper > ol li:before {
  content: counter(step-counter) ".";
  margin: 0 -1.5rem;
  float: left;
  width: 24px;
}
.article-wrapper .check-list {
  margin-bottom: 10px;
}
.article-wrapper .btn-wrapper ul li {
  margin: 0;
}
.article-wrapper a {
  text-decoration: underline;
}
.article-wrapper a.btn {
  text-decoration: none;
  margin-right: 10px;
}
.page-content .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid .page-article {
  border-top: none;
}
.container-fluid .article-wrapper {
  max-width: 930px;
}
.container-fluid .article-wrapper.full-width {
  margin: 0 -15px;
  max-width: none;
}
.check-list p {
  font-size: 1rem;
  color: #4e5156;
}
.check-list > li {
  position: relative;
  padding-left: 45px;
  font-size: 1.125rem;
}
.check-list > li p {
  font-size: 1.125rem;
}
.check-list > li > .icon {
  position: absolute;
  left: 15px;
  top: 3px;
  font-size: 1.25rem;
  color: #003f7e;
}
.check-list .thumb img {
  max-width: 100%;
}
.check-list .square-list {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.box-list {
  margin-bottom: 1rem;
}
.box-item {
  border: 1px solid #dcdfe5;
  padding: 2px 15px;
  height: calc(100% - 15px);
  margin-bottom: 15px;
}

/*.collapse.show .accd-body .box-list h4{*/
/*  color:#ca1700 !important*/
/*}*/

.box-item h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.box-item .data,
.box-item .data-lg {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #4e5156;
}
.box-item .data span,
.box-item .data-lg span {
  display: block;
  font-size: 1rem;
  margin-top: 3px;
  color: #797984;
}
.box-item .data span a[href^="fax:"],
.box-item .data span a[href^="mailto:"],
.box-item .data span a[href^="tel:"],
.box-item .data-lg span a[href^="fax:"],
.box-item .data-lg span a[href^="mailto:"],
.box-item .data-lg span a[href^="tel:"] {
  color: #003f7e;
}
.box-item .data span a[href^="fax:"]:hover,
.box-item .data span a[href^="mailto:"]:hover,
.box-item .data span a[href^="tel:"]:hover,
.box-item .data-lg span a[href^="fax:"]:hover,
.box-item .data-lg span a[href^="mailto:"]:hover,
.box-item .data-lg span a[href^="tel:"]:hover {
  color: #0a56af;
}
.box-item .data .btn,
.box-item .data-lg .btn {
  display: block;
}
.box-item .btn-wrapper {
  margin-top: -10px;
}
.box-item .data-lg {
  font-size: 1.375rem;
  font-weight: 400;
}
.box-item .data-lg span {
  margin-top: 0;
}
.box-item.special {
  background: #edeff2;
}
.box-item.special h4 {
  color: #ca1700;
}
.box-item.with-link {
  position: relative;
  padding: 2px 120px 2px 15px;
}
.box-item.with-link .btn-more {
  position: absolute;
  right: 15px;
  bottom: 3px;
  text-decoration: none;
}
.box-item.box-winner h4 {
  font-size: 1.375rem;
}
.box-item.box-winner .data-lg {
  font-size: 1rem;
  font-weight: 400;
}
.prize-list {
  margin: 0 -1rem;
  margin-top: 1rem;
}
.prize-list .col-prize {
  padding: 0 0.5rem;
  height: 100%;
}
.prize-list > .row {
  margin: 0;
}
.prize-list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.prize-item {
  border: 1px solid #dcdfe5;
  padding: 0;
  height: calc(100% - 15px);
}
.prize-item h3 {
  margin-bottom: 0;
}
.prize-item h3 span {
  display: block;
  font-size: 0.875rem;
  color: #797984;
  font-weight: 400;
}
.prize-item .data {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #4e5156;
}
.prize-item .data span {
  display: block;
  font-size: 0.875rem;
  color: #797984;
}
.prize-item .data span a[href^="fax:"],
.prize-item .data span a[href^="mailto:"],
.prize-item .data span a[href^="tel:"] {
  color: #003f7e;
}
.prize-item .data span a[href^="fax:"]:hover,
.prize-item .data span a[href^="mailto:"]:hover,
.prize-item .data span a[href^="tel:"]:hover {
  color: #0a56af;
}
.prize-item.special {
  border: none;
  background: #ca1700;
}
.prize-item.special .prize-item-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.prize-item.special h3 {
  color: #fff;
}
.prize-item.special h3 span {
  color: #fff;
}
.prize-item.special .data {
  color: #fff;
  font-weight: 600;
}
.prize-item.special .data span {
  color: #fff;
  font-weight: 400;
}
.prize-item-header {
  border-bottom: 1px solid #dcdfe5;
  padding: 10px 15px;
}
.prize-item-content {
  padding: 10px 15px;
}
.section-no-heading {
  margin-top: -10px;
  padding: 0 0 30px;
  border-top: none;
}
.figure-left {
  display: inline-block;
  margin: 0 0 1rem;
}
.figure-right {
  display: inline-block;
  margin: 0 0 1rem;
}
.figure-img {
  margin-bottom: 0;
}
.figure,
.figure-left,
.figure-right {
  position: relative;
}
.figure .figure-caption,
.figure-left .figure-caption,
.figure-right .figure-caption {
  font-size: 0.75rem;
  padding: 3px 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
}
.lead {
  font-size: 1.125rem;
  color: #4e5156;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.login-frame,
.loginFrame {
  border-top: 1px solid #e6e9ed;
  border-bottom: 1px solid #e6e9ed;
  padding: 15px 0;
  height: 420px;
  margin-bottom: 10px;
}
.col-flag {
  display: none;
  width: 40px;
}
.flag-icon {
  display: block;
  width: 28px;
  height: 20px;
  -webkit-background-size: 28px 28px;
  background-size: 28px 28px;
  background-position: 0 -4px;
}
.gb-map {
  position: relative;
  overflow: hidden;
}
.branch-search {
  padding: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
}
.branch-search .address-input {
  background: #fff;
  font-size: 1rem;
  float: left;
  border: none;
  border-radius: 0;
  height: 48px;
  border-right: 1px solid #dcdfe5;
  width: calc(100% - 42px);
  padding-left: 0.5rem;
  padding-right: 0;
}
.branch-search .btn-search {
  border-radius: 0;
  -webkit-appearance: none;
  border-left: 1px solid #dcdfe5;
  float: left;
  width: 42px;
  height: 48px;
  font-size: 1.375rem;
  line-height: 42px;
  background: #fff;
  color: #4e5156;
  padding: 0.375rem 0.5rem;
}
.suggestions-list {
  display: none;
  position: absolute;
  top: 100%;
  left: -48px;
  right: 0;
  background: #fff;
  border-top: 1px solid #dcdfe5;
  z-index: 1010;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}
.suggestions-list h4 {
  margin: 0;
  font-size: 0.875rem;
  color: #797984;
  background: #e6e9ed;
  padding: 0.3rem 0.75rem;
}
.suggestions-list ul {
  margin: 0;
}
.suggestions-list ul li {
  border-top: 1px solid #dcdfe5;
}
.suggestions-list ul li a {
  display: block;
  padding: 0.5rem 0.75rem;
}
.search-settings {
  display: none;
  position: absolute;
  top: 100%;
  left: -48px;
  right: 0;
  background: #fff;
  border-top: 1px solid #dcdfe5;
  z-index: 1010;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}
.search-settings ul {
  margin: 0;
}
.search-settings ul li {
  float: left;
  width: 50%;
  border-left: 1px solid #dcdfe5;
}
.search-settings ul li a {
  font-size: 0.8rem;
  display: block;
  padding: 0.5rem 0.25rem 0.5rem 2rem;
  position: relative;
}
.search-settings ul li a span {
  display: none;
}
.search-settings ul li a:hover {
  text-decoration: none;
}
.search-settings ul li a:before {
  content: "";
  top: 0.65rem;
  left: 0.675rem;
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 100%;
  background: 0 0;
  border: 1px solid #ced1d8;
}
.search-settings ul li a.active {
  cursor: default;
  color: #797984;
}
.search-settings ul li a.active:before {
  background: #ced1d8;
}
.search-settings ul li a.active:after {
  position: absolute;
  top: 0.65rem;
  left: 0.675rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23003F7E' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%;
  border-radius: 100%;
}
.search-settings ul li:first-child {
  border-left: none;
}
.map-toggle {
  background: #fff;
  color: #ca1700;
  width: 42px;
  height: 48px;
  font-size: 1.625rem;
  text-align: center;
  padding-top: 7px;
  border-right: 1px solid #dcdfe5;
  margin-left: 15px;
}
.map-toggle:hover {
  color: #ca1700;
}
.map-toggle .icon-locations {
  display: none;
}
.map-toggle.active .icon-locations {
  display: inline-block;
}
.map-toggle.active .icon-list {
  display: none;
}
.branch-toggle {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
.branch-toggle .custom-checkbox {
  display: none;
}
.branch-types {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.branch-types .custom-checkbox {
  margin: 15px 0;
  margin-left: 15px;
  display: block;
  border: 1px solid #fff;
  height: 42px;
  line-height: 40px;
  padding-left: 40px;
  padding-right: 15px;
}
.branch-types .custom-control-label:before {
  top: 12px;
  left: 15px;
  border-radius: 100%;
  background: 0 0;
  border: 1px solid #fff;
}
.branch-types .custom-control-label:after {
  top: 12px;
  left: 15px;
  border-radius: 100%;
}
.filters-header {
  padding: 15px;
  margin: 0 -15px;
  background: rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.filters-header h3 {
  font-size: 1.5rem;
  padding-left: 30px;
  position: relative;
  margin: 0;
}
.filters-header h3 .icon {
  position: absolute;
  left: 0;
  top: 2px;
}
.filters-header .close-filters {
  margin-left: auto;
  padding: 5px;
}
.filters-header .close-filters .icon-bar {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.filters-header .close-filters .icon-bar + .icon-bar {
  margin-top: 13px;
}
.filters-header .close-filters .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.filters-header .close-filters .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.col-filters h3 {
  margin: 0 -15px;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.col-filters.disabled h3 {
  opacity: 0.4;
}
.branches {
  height: calc(100vh - 199px);
  margin: 0;
  position: relative;
}
.branches-map {
  background: #dcdfe5;
  padding: 0;
}
.branch-list {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.branch-list .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.show-list .branches-map {
  display: none;
}
.show-list .branch-list {
  display: block;
}
.branch-list-wrapper {
  padding-bottom: 30px;
}
.branch-list-header {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background: #e6e9ed;
}
.branch-list-header h3 {
  margin: 0;
  font-size: 1.125rem;
  color: #ca1700;
}
.branch-list-header p {
  margin: 0;
  margin-left: auto;
  color: #797984;
}
.branch-item {
  padding: 20px 15px;
  border-bottom: 1px solid #e6e9ed;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.branch-item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.branch-item a .icon {
  color: #ca1700;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  z-index: 1;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}
.branch-item a:hover .icon {
  right: 25px;
}
.branch-item h4 {
  margin: 0;
  font-size: 1.25rem;
  color: #4e5156;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.branch-item p {
  margin: 0;
}
.branch-item p.time {
  font-size: 0.875rem;
}
.branch-item p.time span {
  font-weight: 600;
  color: #4e5156;
}
.branch-item.hover {
  background: rgba(230, 233, 237, 0.5);
}
.branch-item.hover h4 {
  color: #ca1700;
}
.branch-item .branch-brief {
  display: block;
  padding: 0 15px;
}
.branch-item .branch-icon {
  width: 30px;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.2;
}
.branch-item .branch-icon span {
  display: block;
  font-size: 0.8125rem;
}
.branch-details {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  background: #fff;
  z-index: 1011;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -moz-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.branch-details.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.branch-header-wrapper {
  position: relative;
  z-index: 2;
}
.branch-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background: #e6e9ed;
}
.branch-header .close-branch {
  display: block;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}
.branch-header .close-branch .icon {
  position: absolute;
  left: 0;
  top: 2px;
  color: #ca1700;
}
.branch-header .close-branch:hover {
  color: #ca1700;
  text-decoration: none;
}
.branch-header .get-direction {
  display: block;
  margin-left: auto;
  position: relative;
  padding-left: 32px;
  font-weight: 600;
}
.branch-header .get-direction img {
  position: absolute;
  left: 0;
  top: -4px;
}
.branch-header .get-direction:hover {
  color: #ca1700;
  text-decoration: none;
}
.branch-body-wrapper {
  padding-top: 54px;
  z-index: 1;
}
.branch-body-wrapper > .row {
  margin: 0;
  display: block;
}
.branch-body-wrapper .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.branch-body {
  padding: 15px 15px 30px;
}
.branch-title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  min-height: 50px;
}
.branch-title .branch-icon {
  position: absolute;
  left: 0;
  top: 3px;
  width: 30px;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.2;
}
.branch-title .branch-icon span {
  font-size: 0.8125rem;
  display: block;
}
.branch-title .branch-brief h3 {
  font-size: 1.5rem;
  color: #ca1700;
  margin: 0;
}
.branch-title .branch-brief p {
  margin: 0;
  font-size: 1.125rem;
}
.branch-section {
  margin-top: 15px;
}
.branch-section h4 {
  font-size: 1.125rem;
  color: #ca1700;
  font-weight: 600;
}
.branch-box {
  border: 1px solid #dcdfe5;
  padding: 12px 15px;
  height: calc(100% - 15px);
  margin-bottom: 15px;
}
.branch-box .lbl {
  color: #003f7e;
  margin-bottom: 6px;
  font-weight: 600;
}
.branch-box .val {
  margin: 0;
}
.branch-box .val a[href^="fax:"],
.branch-box .val a[href^="tel:"] {
  text-decoration: underline;
  color: #003f7e;
}
.branch-box .val a[href^="fax:"]:hover,
.branch-box .val a[href^="tel:"]:hover {
  color: #0a56af;
}
.branch-box .checklist {
  margin: 0;
  position: relative;
  padding-left: 27px;
}
.branch-box .checklist .icon {
  color: #003f7e;
  font-size: 1.25rem;
  position: absolute;
  left: 0;
  top: 2px;
}
.reset-srch {
  margin-left: 5px;
  padding: 5px;
}
.reset-srch .icon-bar {
  display: block;
  height: 2px;
  width: 16px;
  background-color: #003f7e;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.reset-srch .icon-bar + .icon-bar {
  margin-top: 9px;
}
.reset-srch .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.reset-srch .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.rewards-cat {
  width: calc(100% - 63px);
}
.rewards-cat .select-cat {
  display: inline-block;
  font-size: 1.125rem;
  border: none;
  border-radius: 0;
  height: 48px;
  margin-bottom: 15px;
}
.rewards-search {
  padding: 0 10px 0 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.rewards-search .rewards-input {
  background: #fff;
  width: calc(100% - 48px);
  float: left;
  font-size: 1.125rem;
  border: none;
  border-radius: 0;
  height: 48px;
  border-right: 1px solid #dcdfe5;
}
.rewards-search .btn-search {
  border-radius: 0;
  -webkit-appearance: none;
  border-left: 1px solid #dcdfe5;
  float: left;
  width: 48px;
  height: 48px;
  font-size: 1.375rem;
  line-height: 36px;
  background: #fff;
  color: #4e5156;
}
.rewards-toggle {
  padding: 0 15px 0 10px;
}
.dining-merchants,
.dining-offers,
.gulf-dining,
.gulf-promotions,
.rewards {
  padding: 30px 0;
}
.reward-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5px;
  width: 100%;
}
.reward-card {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.reward-card .card-block {
  padding: 0;
}
.reward-footer {
  text-align: center;
  margin-bottom: 1rem;
  width: 100%;
}
.reward-header {
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.reward-header .reward-logo {
  padding: 15px;
  width: 240px;
  text-align: center;
  border: 1px solid #dcdfe5;
  border-top: 3px solid #ca1700;
  margin-right: 20px;
}
.reward-header .reward-brief h2 {
  color: #ca1700;
  margin-bottom: 3px;
}
.reward-header .reward-brief p {
  margin-bottom: 3px;
}
.reward-header .reward-brief p.reward-cat {
  color: #4e5156;
  font-size: 1.125rem;
}
.reward-header .reward-brief p.reward-note {
  font-size: 0.875rem;
}
.eligible-cards {
  display: block;
  font-size: 1rem;
  color: #797984;
}
.reports {
  padding: 30px 0;
}
.report-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5px;
  width: 100%;
}
.report-card {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}
.report-card .card-block {
  padding: 0;
}
.report-card .card-media {
  position: relative;
  background: #dcdfe5;
  padding-top: 146.14%;
  height: 0;
  text-align: center;
  color: #dcdfe5;
  overflow: hidden;
}
.report-card .card-media img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
}
.report-card .card-media .status {
  display: inline-block;
  padding: 1px 5px;
  position: absolute;
  left: 50%;
  bottom: -11px;
  text-align: center;
  font-size: 0.75rem;
  color: #ca1700;
  border: 1px solid #dcdfe5;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.report-card .card-media a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  height: 100%;
}
.report-card .card-content {
  border-top: 1px solid #dcdfe5;
  padding: 5px 10px;
}
.report-card .card-content h3 {
  color: #ca1700;
  margin-top: 10px;
  margin-bottom: 3px;
}
.report-card .card-content h3 a {
  color: inherit;
}
.report-card .card-content h3 a:hover {
  color: #0a56af;
  text-decoration: none;
}
.report-card .card-content p {
  margin-bottom: 8px;
}
.report-card .card-content p.reward-off {
  margin-bottom: 0;
  color: #4e5156;
}
.report-card .card-content p.reward-eligible {
  font-size: 0.875rem;
}
.report-card .card-content > .btn {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.report-card .card-content .btn-wrapper ul {
  margin-bottom: 0;
}
.report-card .card-content .btn-wrapper ul .btn {
  margin-right: 0;
}
.reward-footer {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.reward-header {
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.reward-header .reward-logo {
  padding: 15px;
  width: 240px;
  text-align: center;
  border: 1px solid #dcdfe5;
  border-top: 3px solid #ca1700;
  margin-right: 20px;
}
.reward-header .reward-brief h2 {
  color: #ca1700;
  margin-bottom: 3px;
}
.reward-header .reward-brief p {
  margin-bottom: 3px;
}
.reward-header .reward-brief p.reward-cat {
  color: #4e5156;
  font-size: 1.125rem;
}
.reward-header .reward-brief p.reward-note {
  font-size: 0.875rem;
}
.eligible-cards {
  display: block;
  font-size: 1rem;
  color: #797984;
}
.downloads {
  padding: 30px 0;
}
.download-list {
  margin-bottom: 15px;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.download-item {
  padding: 15px 0;
  border-bottom: 1px solid #e6e9ed;
  position: relative;
  width: 100%;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.download-item:first-child {
  border-top: 1px solid #e6e9ed;
}
.download-item h3 {
  margin: 0 0 5px;
  font-size: 1.25rem;
  padding-right: 120px;
  color: #ca1700;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
.download-item h3 .date {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #797984;
  font-size: 0.875rem;
}
.download-links {
  margin-bottom: 0;
}
.download-links li {
  padding: 0 15px;
}
.news-search {
  width: 100%;
}
.news-search .news-input {
  background: #fff;
  font-size: 1.125rem;
  float: left;
  border: none;
  border-radius: 0;
  height: 48px;
  border-right: 1px solid #dcdfe5;
  width: calc(100% - 48px);
}
.news-search .btn-search {
  border-radius: 0;
  -webkit-appearance: none;
  border-left: 1px solid #dcdfe5;
  float: left;
  width: 48px;
  height: 48px;
  font-size: 1.375rem;
  /* line-height: 36px; */
  background: #fff;
  color: #4e5156;
}
.news-years {
  width: 100%;
  margin-top: 15px;
}
.news-years .select-years {
  display: block;
  font-size: 1.125rem;
  border: none;
  border-radius: 0;
  height: 48px;
}
.all-general-meetings,
.annual-general-meetings,
.annual-reports,
.awards,
.awards-ratings,
.csr,
.csr-booklets,
.disclosures,
.faq-search,
.interim-results,
.investors-calls,
.investors-news,
.investors-presentations,
.news,
.press-releases,
.tools {
  padding: 30px 0;
}
.all-general-meetings .total-results,
.annual-general-meetings .total-results,
.annual-reports .total-results,
.awards .total-results,
.awards-ratings .total-results,
.csr .total-results,
.csr-booklets .total-results,
.disclosures .total-results,
.faq-search .total-results,
.interim-results .total-results,
.investors-calls .total-results,
.investors-news .total-results,
.investors-presentations .total-results,
.news .total-results,
.press-releases .total-results,
.tools .total-results {
  margin: 0 15px;
  padding: 0 0 15px;
  border-top: none;
}
.all-general-meetings .total-results:before,
.annual-general-meetings .total-results:before,
.annual-reports .total-results:before,
.awards .total-results:before,
.awards-ratings .total-results:before,
.csr .total-results:before,
.csr-booklets .total-results:before,
.disclosures .total-results:before,
.faq-search .total-results:before,
.interim-results .total-results:before,
.investors-calls .total-results:before,
.investors-news .total-results:before,
.investors-presentations .total-results:before,
.news .total-results:before,
.press-releases .total-results:before,
.tools .total-results:before {
  display: none;
}
.news-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.news-card {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.news-card .card-block {
  padding: 0;
}
.news-card .card-media {
  border-bottom: 1px solid #dcdfe5;
}
.news-card .date {
  color: #ca1700;
  font-size: 1rem;
  font-weight: 600;
}
.news-card .date a {
  color: #ca1700;
  text-decoration: none;
}
.news-nav {
  width: 100%;
  padding: 10px 15px;
}
.news-header {
  border-top: 1px solid #dcdfe5;
  border-bottom: 1px solid #dcdfe5;
  margin-bottom: 1rem;
}
.news-header .date {
  color: #4e5156;
  margin: 1rem 0 0.5rem;
}
.news-header h2 {
  margin-bottom: 1rem;
}
.events-search {
  width: 100%;
}
.events-search .events-input {
  background: #fff;
  font-size: 1.125rem;
  float: left;
  border: none;
  border-radius: 0;
  height: 48px;
  border-right: 1px solid #dcdfe5;
  width: calc(100% - 48px);
}
.events-search .btn-search {
  border-radius: 0;
  -webkit-appearance: none;
  border-left: 1px solid #dcdfe5;
  float: left;
  width: 48px;
  height: 48px;
  font-size: 1.375rem;
  line-height: 36px;
  background: #fff;
  color: #4e5156;
}
.events-years {
  width: 100%;
  margin-top: 15px;
}
.events-years .select-years {
  display: block;
  font-size: 1.125rem;
  border: none;
  border-radius: 0;
  height: 48px;
}
.all-investors-events,
.events {
  padding: 30px 0;
}
.events-list {
  margin-bottom: 10px;
  padding: 0 15px;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.events-list:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  border-top: 1px solid #e6e9ed;
}
.events-item {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #e6e9ed;
  position: relative;
  margin: 0;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.events-item h4 {
  margin: 0;
  font-size: 1.25rem;
  color: #ca1700;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.events-item h4 a {
  color: #ca1700;
  text-decoration: none;
}
.events-item h4 a:hover {
  color: #0a56af;
}
.events-item p {
  margin: 5px 0 0;
}
.events-item p .keyword {
  background: #e6e9ed;
}
.event-date {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 61px;
  -ms-flex: 0 0 61px;
  flex: 0 0 61px;
  max-width: 61px;
  border-right: 1px solid #dcdfe5;
  padding-right: 10px;
  padding-left: 0;
}
.event-date span {
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 5px;
}
.event-date .month {
  font-size: 0.65rem;
}
.event-date .date {
  font-size: 2.5rem;
  font-weight: 600;
  color: #ca1700;
}
.event-date .year {
  font-size: 0.875rem;
  letter-spacing: 3.5px;
}
.event-details {
  padding-right: 0;
}
.event-details p {
  margin-bottom: 0;
}
.event-details .lbl {
  color: #4e5156;
  font-size: 0.875rem;
}
.event-details .val {
  margin-top: 0;
  font-size: 0.875rem;
}
.members {
  padding: 30px 0;
}
.members > .container {
  padding: 0;
}
.members-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5px;
  width: 100%;
}
.card-person-big {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.card-person-big .card-block {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.card-person-big .card-media {
  border-bottom: 1px solid #dcdfe5;
}
.card-person-big .member-bio {
  position: absolute;
  left: -300%;
  top: -300%;
}
.card-person-big.selected {
  position: relative;
}
.card-person-big.selected:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #edeff2;
  border-width: 15px;
  left: 50%;
  margin: -30px 0 0 -15px;
}
.card-person-big.unfocus {
  opacity: 0.35;
}
.card-person {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.card-person .card-block {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.card-person .card-media {
  border-bottom: 1px solid #dcdfe5;
}
.card-person .member-bio {
  position: absolute;
  left: -300%;
  top: -300%;
}
.card-person.selected {
  position: relative;
}
.card-person.selected:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #edeff2;
  border-width: 15px;
  left: 50%;
  margin: -30px 0 0 -15px;
}
.card-person.unfocus {
  opacity: 0.35;
}
.bio-wrapper {
  padding: 0 10px 15px;
  display: none;
}
.bio-content {
  background: rgba(237, 239, 242, 0.9);
  padding: 20px 15px 15px;
  position: relative;
}
.bio-content h3 {
  color: #ca1700;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.bio-content h4 {
  color: #003f7e;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.bio-content h5 {
  color: #4e5156;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.bio-content strong {
  font-weight: 600;
}
.bio-content a {
  text-decoration: underline;
}
.bio-content a.btn {
  text-decoration: none;
  margin-right: 10px;
}
.bio-close {
  border-radius: 0;
  padding: 0;
  background: 0 0;
  outline: 0;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.bio-close .icon-bar {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #003f7e;
}
.bio-close .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 40% 50%;
  -ms-transform-origin: 40% 50%;
  transform-origin: 40% 50%;
}
.bio-close .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 40% 75%;
  -ms-transform-origin: 40% 75%;
  transform-origin: 40% 75%;
}
.fund-item {
  padding: 15px 20px 48px 0;
  border-top: 1px solid #e6e9ed;
  position: relative;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
}
.fund-item.last {
  border-bottom: 1px solid #e6e9ed;
}
.fund-item h3 {
  margin: 0 0 5px;
  font-size: 1.25rem;
  color: #ca1700;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.fund-item h3 .keyword {
  background: #e6e9ed;
}
.fund-item .col-fund {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.fund-item .col-fund .lbl {
  display: block;
  font-size: 0.875rem;
}
.fund-item .col-fund .val {
  display: block;
  color: #4e5156;
}
.fund-item .fund-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.fund-item .fund-link .icon {
  color: #ca1700;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  z-index: 1;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}
.fund-item .fund-link:hover .icon {
  right: 15px;
}
.fund-item .btn-wrapper {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 3;
}
.fund-item .btn-wrapper ul {
  margin: 0;
}
.fund-item .btn-wrapper ul li {
  margin-bottom: 0;
  display: inline-block;
}
.fund-item.hover {
  background: rgba(230, 233, 237, 0.5);
}
.fund-overview {
  padding: 15px;
}
.fund-overview > .row {
  margin: 0;
}
.fund-overview .col-fund {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.fund-overview .col-fund:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  border-left: 1px solid #ced1d8;
}
.fund-overview .col-fund .lbl {
  display: block;
  font-size: 0.875rem;
}
.fund-overview .col-fund .val {
  display: block;
  color: #4e5156;
}
.fund-overview .col-fund .val .btn-calendar,
.fund-overview .col-fund .val .btn-download {
  padding-top: 0;
}
.fund-overview .col-fund .val .btn-calendar .icon,
.fund-overview .col-fund .val .btn-download .icon {
  top: 3px;
}
.fund-overview .btn-wrapper ul {
  margin: 0;
}
.faqs-search {
  background: #fff;
  width: 100%;
  position: relative;
}
.faqs-search .faqs-input {
  font-size: 1rem;
  border: none;
  border-radius: 0;
  height: 48px;
  width: 100%;
  padding-right: 48px;
}
.faqs-search .btn-search {
  -webkit-appearance: none;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #dcdfe5;
  border-radius: 0;
  width: 48px;
  height: 48px;
  font-size: 1.375rem;
  line-height: 36px;
  color: #4e5156;
  background: #fff;
}
.faqs-popular {
  padding: 15px 0 0;
}
.faqs-popular h2 {
  color: #ca1700;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.faqs-carousel {
  width: auto;
}
.faqs-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.faqs-carousel .owl-item {
  float: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.faqs-carousel .faqs-item {
  display: block;
  border: 1px solid #dcdfe5;
  padding: 15px 15px 45px 45px;
  position: relative;
  height: 100%;
  color: #797984;
}
.faqs-carousel .faqs-item .icon-question {
  position: absolute;
  left: 15px;
  top: 18px;
  color: rgba(121, 121, 132, 0.8);
  font-size: 1.25rem;
}
.faqs-carousel .faqs-item .faq-cat {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 45px;
  bottom: 15px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4e5156;
}
.faqs-carousel .faqs-item .more {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #003f7e;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
}
.faqs-carousel .faqs-item .more .icon {
  position: relative;
  top: 1px;
  margin-left: 5px;
  color: #ca1700;
  font-size: 0.6875rem;
}
.faqs-carousel .faqs-item:hover {
  border: 1px solid #ca1700;
  text-decoration: none;
}
.faqs-carousel .faqs-item:hover .more {
  color: #0a56af;
}
.faq-results {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.faq-results .total-results {
  margin: 0;
  padding: 0;
  border-top: none;
}
.faq-results .total-results:before {
  display: none;
}
.faqs-accordion .accd-header .btn {
  padding: 10px 25px 10px 40px;
  background: #edeff2;
}
.faqs-accordion .accd-header .btn .icon-question {
  font-size: 1.25rem;
  position: absolute;
  top: 14px;
  left: 10px;
  color: #ca1700;
}
.faqs-accordion .accd-header .btn.collapsed {
  background: #fff;
}
.faqs-accordion .accd-header .btn.collapsed .icon-question {
  color: rgba(121, 121, 132, 0.8);
}
.faqs-accordion .accd-header .btn.collapsed:hover .icon-question {
  color: #ca1700;
}
.faqs-accordion .accd-body {
  padding: 0 10px 5px 40px;
  background: #edeff2;
}
#ajaxSearchList {
  width: 100%;
}
.search-wrapper {
  padding: 30px 0;
}
.sitesearch-search {
  width: 100%;
}
.sitesearch-search .search-page-input {
  background: #fff;
  font-size: 1.125rem;
  float: left;
  border: none;
  border-radius: 0;
  height: 48px;
  border-right: 1px solid #dcdfe5;
  width: calc(100% - 48px);
}
.sitesearch-search .btn-search {
  border-radius: 0;
  -webkit-appearance: none;
  border-left: 1px solid #dcdfe5;
  float: left;
  width: 48px;
  height: 48px;
  font-size: 1.375rem;
  line-height: 36px;
  background: #fff;
  color: #4e5156;
}
.sitesearch-cat {
  width: 100%;
  margin-top: 15px;
}
.sitesearch-cat .select-cat {
  display: block;
  font-size: 1.125rem;
  border: none;
  border-radius: 0;
  height: 48px;
}
.search-results,
.sitesearch {
  padding: 30px 0;
}
.search-results form,
.sitesearch form {
  width: 100%;
}
.search-list {
  margin-bottom: 10px;
  padding: 0 15px;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-item {
  padding: 15px 30px 15px 0;
  border-bottom: 1px solid #e6e9ed;
  position: relative;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
}
.search-item:first-child {
  border-top: 1px solid #e6e9ed;
}
.search-item .search-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.search-item .search-link .icon {
  color: #ca1700;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  z-index: 1;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}
.search-item .search-link:hover .icon {
  right: 15px;
}
.search-item h4 {
  margin: 0;
  font-size: 1.25rem;
  color: #ca1700;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.search-item h4 .keyword {
  background: #e6e9ed;
}
.search-item p {
  margin: 5px 0 0;
}
.search-item p .keyword {
  background: #e6e9ed;
}
.search-item.hover {
  background: rgba(230, 233, 237, 0.5);
}
.search-item.hover p .keyword {
  background: 0 0;
}
.search-item.with-download {
  padding: 15px 30px 48px 0;
}
.search-item.with-download .btn-wrapper {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 3;
}
.search-item.with-download .btn-wrapper ul {
  margin: 0;
}
.search-item.with-download .btn-wrapper ul li {
  display: inline-block;
}
.search-path {
  font-size: 0.75rem;
  margin: 8px 0 0;
  color: #4e5156;
}
.search-path li {
  float: left;
}
.search-path li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.search-nav {
  padding: 30px 0 10px;
  width: 100%;
}
.total-results {
  width: calc(100% - 15px);
  margin: 0 0 0 15px;
  padding: 15px 0;
  font-size: 0.875rem;
  color: #797984;
  position: relative;
}
.total-results:before {
  content: "";
  position: absolute;
  left: 0;
  right: 15px;
  top: 0;
  border-top: 1px solid #e6e9ed;
}
#mainAjaxContainer {
  position: relative;
}
.loading-wrapper {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 100;
}
.loading-wrapper .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 101;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.compare {
  padding: 30px 0;
}
.compare > .container {
  padding: 0;
}
.cards > .container {
  padding: 0;
}
.compare-table {
  margin-bottom: 10px;
  position: relative;
}
.compare-table .compare-row {
  margin: 0;
  overflow: hidden;
}
.compare-table .col-head {
  width: 100%;
  padding: 10px 15px;
  background: #edeff2;
  text-align: center;
  border-bottom: 1px solid #dcdfe5;
}
.compare-table .col-head h4 {
  color: #003f7e;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.3;
}
.compare-table .col-body {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.compare-table .col-cell {
  padding: 15px;
  border-bottom: 1px solid #dcdfe5;
  border-left: 1px solid #dcdfe5;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.compare-table .col-cell h5 {
  color: #4e5156;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.compare-table .col-cell h5:last-child {
  margin-bottom: 0;
}
.compare-table .col-cell p:last-child {
  margin-bottom: 0;
}
.compare-table .col-cell strong {
  font-weight: 600;
}
.compare-table .col-cell .square-list > li {
  margin-bottom: 7px;
}
.compare-table .col-cell .square-list > li:before {
  color: #797984;
  background: #797984;
}
.compare-table .col-cell .square-list > li p {
  margin-bottom: 7px;
}
.compare-table .col-cell .square-list > li p:last-child {
  margin-bottom: 0;
}
.compare-table .col-cell ol:last-child,
.compare-table .col-cell ul:last-child {
  margin-bottom: 0;
}
.compare-table .col-cell ol > li,
.compare-table .col-cell ul > li {
  margin-bottom: 7px;
}
.compare-table .col-cell ol > li p,
.compare-table .col-cell ul > li p {
  margin-bottom: 7px;
}
.compare-table .col-cell ol > li p:last-child,
.compare-table .col-cell ul > li p:last-child {
  margin-bottom: 0;
}
.compare-table .col-cell .btn-wrapper {
  text-align: center;
  margin-top: 10px;
}
.compare-table .col-main .col-cell {
  border-top: 3px solid #ca1700;
  position: relative;
}
.compare-table .col-main .col-cell h3 {
  color: #ca1700;
}
.compare-table .col-main .col-cell h3 a {
  color: #ca1700;
}
.compare-table .col-main .col-cell h3 a:hover {
  text-decoration: none;
}
.compare-table .owl-stage {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.compare-table .owl-item {
  float: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.compare-table .owl-item .col-cell {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.compare-meta {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: between;
  -ms-flex-pack: between;
  -moz-justify-content: between;
  justify-content: between;
}
.compare-meta .card-count {
  position: relative;
  padding: 0 0 0 45px;
  font-size: 0.875rem;
  line-height: 2.4;
  text-align: left;
}
.compare-meta .card-count i {
  font-style: normal;
}
.compare-meta .card-count .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
}
.compare-meta .btn {
  margin-left: auto;
}
.add-card {
  margin: 15px 0;
  border: 1px solid #dcdfe5;
  background: #e6e9ed;
  display: block;
  padding-top: 62.6112759643%;
  position: relative;
  height: 0;
  text-align: center;
  color: #dcdfe5;
  border-radius: 5px;
}
.add-card .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkittransform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #797984;
}
.add-card:hover .icon {
  color: #0a56af;
}
.compare-img {
  display: block;
  padding-top: 62.6112759643%;
  position: relative;
  height: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #dcdfe5;
  overflow: hidden;
}
.compare-img img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
}
.compare-remove {
  border-radius: 0;
  border-radius: 100%;
  padding: 4px;
  background: rgba(255, 255, 255, 0.65);
  outline: 0;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 8px;
  z-index: 11;
}
.compare-remove .icon-bar {
  display: block;
  height: 2px;
  width: 16px;
  background-color: #4e5156;
}
.compare-remove .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 40% 50%;
  -ms-transform-origin: 40% 50%;
  transform-origin: 40% 50%;
}
.compare-remove .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 40% 75%;
  -ms-transform-origin: 40% 75%;
  transform-origin: 40% 75%;
}
.compare-controls {
  display: none;
  padding: 15px;
}
.compare-controls .compare-left {
  margin: 0 5px;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 28px;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  max-width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 0.875rem;
  color: #797984;
  border: 2px solid rgba(121, 121, 132, 0.5);
  text-align: center;
  border-radius: 100%;
}
.compare-controls .compare-left .icon {
  position: relative;
  right: 1px;
}
.compare-controls .compare-left:hover {
  color: #ca1700;
  border-color: #ced1d8;
  background: #ced1d8;
}
.compare-controls .compare-left.disabled {
  opacity: 0.3;
  cursor: default;
}
.compare-controls .compare-left.disabled:hover {
  border-color: rgba(121, 121, 132, 0.5);
  color: #797984;
  background: 0 0;
}
.compare-controls .compare-right {
  margin: 0 5px;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 28px;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  max-width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 0.875rem;
  color: #797984;
  border: 2px solid rgba(121, 121, 132, 0.5);
  text-align: center;
  border-radius: 100%;
  right: 0;
}
.compare-controls .compare-right .icon {
  position: relative;
  left: 1px;
}
.compare-controls .compare-right:hover {
  border-color: #ced1d8;
  color: #ca1700;
  background: #ced1d8;
}
.compare-controls .compare-right.disabled {
  opacity: 0.3;
  cursor: default;
}
.compare-controls .compare-right.disabled:hover {
  border-color: rgba(121, 121, 132, 0.5);
  color: #797984;
  background: 0 0;
}
.compare-filters {
  padding: 0 0 90px;
}
.compare-filters .col-checkbox {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.compare-filters .custom-checkbox {
  margin: 10px 0;
}
.compare-filters .custom-control-label {
  display: block;
}
.compare-filters .custom-control-label:before {
  border-radius: 100%;
  background: 0 0;
  border: 1px solid #fff;
}
.compare-filters .custom-control-label:after {
  border-radius: 100%;
}
.compare-filters .custom-control-label img {
  margin-top: 5px;
  display: block;
}
.compare-filters .btn-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
  padding: 30px 0 15px;
  background: #797984;
}
.compare-filters .btn {
  margin-left: 15px;
  margin-right: 15px;
}
.compare-filters .filter-selected {
  font-size: 0.875rem;
  padding: 45px 15px 15px;
  position: fixed;
  z-index: 1030;
  left: 0;
  right: 0;
  bottom: 70px;
  background: -webkit-linear-gradient(top, rgba(121, 121, 132, 0) 0, rgba(121, 121, 132, 0.75) 48%, #797984 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(121, 121, 132, 0)),
    color-stop(48%, rgba(121, 121, 132, 0.75)),
    to(#797984)
  );
  background: -o-linear-gradient(top, rgba(121, 121, 132, 0) 0, rgba(121, 121, 132, 0.75) 48%, #797984 100%);
  background: linear-gradient(to bottom, rgba(121, 121, 132, 0) 0, rgba(121, 121, 132, 0.75) 48%, #797984 100%);
}
.compare-filters .compare-count {
  font-style: normal;
}
.form-container {
  border-top: 1px solid #e6e9ed;
  border-bottom: 1px solid #e6e9ed;
  padding: 15px 0;
  margin-bottom: 10px;
}
.form-center {
  max-width: 546px;
  margin: 0 auto;
}
.form-center .btn-cancel {
  margin-right: 15px;
}
.form-note {
  font-size: 14px;
}
.pin-keyboard {
  position: absolute;
  left: 0;
  top: 100%;
}
.blue-panel {
  margin-top: 30px;
  background: #003f7e;
  color: #fff;
  padding: 15px 0;
}
.blue-panel-content {
  position: relative;
  padding: 0 100px 0 0;
}
.blue-panel-content .btns {
  position: absolute;
  width: 64px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blue-panel-content .btn-back {
  background: #fff;
  padding: 0.25rem 0.5rem;
  color: #003f7e;
  font-size: 0.875rem;
  margin-bottom: 10px;
  border-radius: 0.1875rem;
}
.blue-panel-content .btn-back .icon {
  font-size: 0.875rem;
}
.blue-panel-content .btn-back:hover {
  color: #ca1700;
}
.blue-panel-content .btn-logout {
  border-color: #fff;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.blue-panel-content .btn-logout:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.blue-panel-title {
  color: #fff;
  padding: 10px 0;
}
.blue-panel-title p {
  margin: 0;
  opacity: 0.8;
  font-size: 0.875rem;
}
.blue-panel-title h2 {
  font-size: 1.5rem;
  margin: 0;
}
.input-prepaid-card .prepaid-prefix {
  position: absolute;
  left: 0;
  top: 8px;
  width: 92px;
}
.col-prepaid-prefix {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 0;
  min-width: 135px;
}
.col-prepaid-suffix {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}
.prepaid-cards {
  padding: 30px 0;
}
.dashboard-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5px;
  width: 100%;
}
.dashboard-card {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.dashboard-card .card-block {
  min-height: 100px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.dashboard-card .card-content {
  padding: 0;
}
.dashboard-card .card-content .lbl {
  display: block;
  font-size: 0.875rem;
}
.dashboard-card .card-content .val {
  display: block;
  font-size: 1.3rem;
  color: #ca1700;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dashboard-card .card-content .val-link {
  display: block;
  font-size: 1.3rem;
  color: #003f7e;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dashboard-card .card-content .val-link .icon {
  color: #ca1700;
  font-size: 1rem;
  margin-left: 0.5rem;
}
.dashboard-card .card-content .val-link:hover {
  color: #ca1700;
  text-decoration: none;
}
.form-group .col-prepaid-suffix input {
  border: 1px solid #dcdfe5;
  padding-left: 10px;
  padding-right: 10px;
}
.form-group .col-prepaid-suffix label.error {
  margin: 0 0 -5px;
}
.form-group .col-prepaid-suffix.field-error input {
  border: 1px solid red;
}
.campaign-panel {
  position: relative;
}
.sel-season {
  width: 160px;
  position: absolute;
  right: 0;
  top: -2px;
  margin-bottom: 15px;
}
.sel-season .custom-select {
  border-radius: 0;
}
.sel-season .selectric {
  font-size: 1rem;
  background: 0 0;
  border: 1px solid #dcdfe5;
  padding: 3px 1.75rem 3px 10px;
}
.sel-season .selectric .label {
  height: 20px;
  line-height: 20px;
}
.campaign-profiles {
  padding-top: 0;
  padding-bottom: 0;
  background: #4e5156;
  background: -webkit-linear-gradient(-45deg, #4e5156 0, #ced1d8 100%);
  background: -webkit-linear-gradient(315deg, #4e5156 0, #ced1d8 100%);
  background: -o-linear-gradient(315deg, #4e5156 0, #ced1d8 100%);
  background: linear-gradient(135deg, #4e5156 0, #ced1d8 100%);
}
.campaign-profiles.ramadan-profiles {
  background: 0 0;
}
.campaign-profiles.ramadan-profiles .container-fluid {
  max-width: 960px;
}
.campaign-profile {
  padding-left: 0;
  padding-right: 0;
}
.campaign-profile .profile-media {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.campaign-profile .profile-media img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.campaign-profile .profile-media h2 {
  margin-bottom: 0;
}
.campaign-profile .profile-media h2 span {
  z-index: 2;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #ca1700;
  display: inline-block;
  padding: 5px 15px;
  -webkit-transform: translateY(-99%);
  -ms-transform: translateY(-99%);
  transform: translateY(-99%);
}
.campaign-profile .profile-media h2 span.name {
  z-index: 3;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.campaign-profile .profile-media h2.ptop span {
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.campaign-profile .profile-media h2.ptop span.name {
  -webkit-transform: translateY(99%);
  -ms-transform: translateY(99%);
  transform: translateY(99%);
}
.campaign-profile .profile-content {
  padding: 20px 15px;
  color: #fff;
}
.campaign-profile .profile-content h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.campaign-profile .profile-content p {
  margin-bottom: 10px;
}
.ramadan-profiles h2,
.ramadan-profiles h3 {
  text-transform: uppercase;
  color: #ca1700;
  margin-bottom: 15px;
}
.ramadan-profiles .campaign-profile {
  padding: 15px;
  background: #4e5156;
  background: -webkit-linear-gradient(-45deg, #4e5156 0, #ced1d8 100%);
  background: -webkit-linear-gradient(315deg, #4e5156 0, #ced1d8 100%);
  background: -o-linear-gradient(315deg, #4e5156 0, #ced1d8 100%);
  background: linear-gradient(135deg, #4e5156 0, #ced1d8 100%);
}
.ramadan-profiles .campaign-profile .profile-media h2.ptop span {
  padding-left: 15px;
}
.ramadan-profiles .campaign-profile .profile-media .cast-vote {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.ramadan-profiles .campaign-profile .profile-media .cast-vote .btn {
  background: rgba(202, 23, 0, 0.95);
  position: absolute;
  left: 50%;
  bottom: 15px;
  border-radius: 0.1875rem;
  padding: 0.4rem 0.5rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ramadan-profiles .campaign-profile .profile-media .cast-vote:hover .btn {
  background: #ca1700;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.ramadan-profiles .campaign-profile .profile-media .cast-vote.disabled {
  pointer-events: none;
}
.ramadan-profiles .campaign-profile .profile-media .cast-vote.disabled .btn {
  opacity: 0.8;
  background: #797984;
  color: #4e5156;
}
.ramadan-profiles .campaign-profile .profile-content {
  padding-left: 0;
  padding-right: 0;
}
.campaign-gallery {
  padding-left: 15px;
  padding-right: 15px;
}
.campaign-thumbs {
  margin-left: -5px;
  margin-right: -5px;
  display: none;
}
.campaign-thumbs.show {
  display: block;
}
.campaign-thumbs h3 {
  text-transform: uppercase;
  color: #ca1700;
  padding: 0 5px;
  margin-bottom: 15px;
}
.campaign-thumbs .thumb-item {
  padding: 0 5px;
}
.campaign-thumbs .thumb-item a {
  display: block;
  color: #003f7e;
}
.campaign-thumbs .thumb-item a:hover {
  color: #0a56af;
  text-decoration: none;
}
.campaign-thumbs .thumb-image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.campaign-thumbs .thumb-image img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.campaign-thumbs .thumb-image .play-video {
  width: 48px;
  height: 48px;
  padding: 10px;
  z-index: 2;
  font-size: 1.75rem;
}
.campaign-thumbs .thumb-image .play-video:hover {
  width: 44px;
  height: 44px;
  padding: 6px;
  font-size: 2rem;
}
.campaign-thumbs .thumb-image .coming-soon {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  background: rgba(78, 81, 86, 0.75);
}
.campaign-thumbs .thumb-image .coming-soon .coming-data {
  position: relative;
  top: 50%;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.campaign-thumbs .thumb-image .coming-soon .date {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
.mulitple-season .campaign-thumbs h3 {
  padding: 0 180px 0 5px;
}
.campaign-sliders {
  padding: 20px 0;
}
.campaign-sliders .container {
  padding: 0;
}
.campaign-slider {
  position: relative;
  display: none;
}
.campaign-slider.show {
  display: block;
}
.campaign-slider .slider-item {
  padding: 0;
}
.campaign-slider .image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 64%;
}
.campaign-slider .image-wrapper img {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: auto;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.campaign-slider .image-wrapper .coming-soon {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 2rem;
  z-index: 3;
  background: rgba(78, 81, 86, 0.75);
}
.campaign-slider .image-wrapper .coming-soon .coming-data {
  position: relative;
  top: 50%;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.campaign-slider .image-wrapper .coming-soon .date {
  font-size: 1.75rem;
  font-weight: 400;
  display: block;
}
.ramadan-sliders .campaign-slider .slider-item {
  padding: 0;
}
.campaign-controls .campaign-left {
  position: absolute;
  left: -12px;
  top: 50%;
  z-index: 11;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 0.875rem;
  color: #797984;
  border: 2px solid rgba(121, 121, 132, 0.5);
  background: #fff;
  text-align: center;
  border-radius: 100%;
}
.campaign-controls .campaign-left .icon {
  position: relative;
  right: 1px;
}
.campaign-controls .campaign-left:hover {
  color: #ca1700;
  border-color: #ced1d8;
  background: #ced1d8;
}
.campaign-controls .campaign-left.disabled {
  opacity: 0.3;
  cursor: default;
}
.campaign-controls .campaign-left.disabled:hover {
  border-color: rgba(121, 121, 132, 0.5);
  color: #797984;
  background: 0 0;
}
.campaign-controls .campaign-right {
  position: absolute;
  right: -12px;
  top: 50%;
  z-index: 12;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 0.875rem;
  color: #797984;
  border: 2px solid rgba(121, 121, 132, 0.5);
  background: #fff;
  text-align: center;
  z-index: 12;
  border-radius: 100%;
}
.campaign-controls .campaign-right .icon {
  position: relative;
  left: 1px;
}
.campaign-controls .campaign-right:hover {
  border-color: #ced1d8;
  color: #ca1700;
  background: #ced1d8;
}
.campaign-controls .campaign-right.disabled {
  opacity: 0.3;
  cursor: default;
}
.campaign-controls .campaign-right.disabled:hover {
  border-color: rgba(121, 121, 132, 0.5);
  color: #797984;
  background: 0 0;
}
#campaignThumbsRamadan .play-video {
  background: rgba(202, 23, 0, 0.85);
}
.ministry-filters {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.ministry-filters .selectric {
  padding-left: 0.375rem;
  background: 0 0;
  border: 1px solid #ced1d8;
}
.ministry-filters .select-ministry {
  display: block;
  font-size: 1.125rem;
  border: none;
  border-radius: 0;
  border: 1px solid #ced1d8;
  height: 40px;
}
.heart-toggle {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}
.heart-toggle input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.heart-toggle .state svg {
  fill: #ced1d8;
  position: absolute;
  font-size: 1rem;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
}
.heart-toggle .state .heart {
  color: #000;
  background-color: #000;
}
.heart-toggle .state label {
  position: initial;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}
.heart-toggle:hover .state svg {
  fill: #797984;
}
.heart-toggle.active .state svg {
  fill: #ca1700;
}
.wise-header h2 {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #ca1700;
}
.col-wise-logo {
  text-align: center;
}
.col-wise-heading {
  text-align: center;
  margin-top: 10px;
}
.col-wise-heading.portfolio-heading h2 {
  font-size: 1.3rem;
  color: #4e5156;
}
.why-cards {
  margin-top: 30px;
}
.why-cards.custom-why-cards,
.why-cards.with-carousel {
  margin: 0 -0.5rem;
}
.col-why {
  margin-bottom: 15px;
}
.why-card {
  background: #edeff2;
  height: 100%;
  padding: 20px 15px 10px;
  text-align: center;
  position: relative;
}
.why-card.border-only {
  border: 1px solid #edeff2;
  background: 0 0;
}
.why-card:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #ca1700;
  left: 50%;
  top: 25px;
  margin-left: -20px;
}
.why-icon {
  padding: 20px 0 0;
}
.why-icon img {
  max-width: 100%;
  width: 120px;
  height: auto;
}
.why-content {
  padding: 20px 0 0;
  color: #4e5156;
}
.why-content h3 {
  color: #003f7e;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
:is(.custom-why-cards,.why-carousel) {
  padding-top: 15px;
  margin: 0;
}
:is(.custom-why-cards,.why-carousel) .col-why {
  padding: 0 0.5rem;
}
:is(.custom-why-cards,.why-carousel) .owl-stage {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
:is(.custom-why-cards,.why-carousel) .owl-item img {
  display: inline;
  width: auto;
}
:is(.custom-why-cards,.why-carousel) .owl-item .why-icon img {
  max-width: 100%;
  width: 120px;
  height: auto;
}
:is(.custom-why-cards,.why-carousel) .col-why {
  margin: 0;
  height: 100%;
}
.how-works-list {
  counter-reset: number;
  padding: 0 15px;
}
.how-works-wrapper {
  text-align: center;
}
.how-works-icon {
  margin: 0 auto 10px;
  width: 180px;
  height: 180px;
  border: 1px solid #e6e9ed;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}
.how-works-icon img {
  position: relative;
  top: 50%;
  width: 100px;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.how-works-content h3 {
  color: #003f7e;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.how-works-content p {
  margin-bottom: 0;
}
.how-works-item {
  padding-top: 30px;
  margin: 30px 0 45px;
  border-top: 1px solid #e6e9ed;
  position: relative;
  counter-increment: number;
}
.how-works-item:last-child {
  margin: 30px 0 15px;
}
.how-works-item:before {
  content: counter(number);
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 1rem;
  color: #fff;
  background: #ca1700;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin: -15px 0 0 -15px;
}
.how-works-item:nth-child(-n + 9):before {
  content: "0" counter(number);
}
.how-works-item:nth-child(even) .how-works-wrapper {
  margin: 0 0 0 auto;
}
.how-works-item:nth-child(even) .how-works-icon {
  right: auto;
  left: -120px;
}
.feature-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.feature-img {
  padding: 15px;
  background: #e6e9ed;
  margin-bottom: 15px;
}
.feature-img img {
  max-width: 100%;
}
.feature-content h3 {
  color: #003f7e;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.feature-data-list {
  color: #4e5156;
  border-top: 1px solid #e6e9ed;
}
.feature-data-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e6e9ed;
}
.feature-data-item .lbl {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.feature-data-item .val {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  text-align: right;
}
.feature-item {
  position: relative;
  margin: 30px 0;
  font-size: 0.875rem;
}
.feature-item:nth-child(even):after {
  right: auto;
  left: 0;
}
.feature-item:nth-child(even) .feature-wrapper {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.feature-item:nth-child(even) .feature-img {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.feature-item:nth-child(even) .feature-img a {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.feature-item.odd:after {
  right: auto;
  left: 0;
}
.feature-item.odd .feature-wrapper {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.feature-item.odd .feature-img {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.feature-item.odd .feature-img a {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.try-bg {
  background-color: #003f7e;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 0 !important;
}
.section-try {
  margin: 0 -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-try h2 {
  color: #ca1700;
  line-height: 1.3;
  margin-bottom: 10px;
}
.section-try .article-wrapper {
  text-align: center;
  max-width: 930px;
}
.section-try .article-wrapper h2 {
  color: #fff;
}
.section-try .article-wrapper p {
  color: #fff;
}
.section-try .article-wrapper .note {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}
.try-wrapper {
  margin-top: 30px;
}
.try-wrapper .nav-tabs {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.try-wrapper .nav-tabs .nav-link {
  margin: 0 1rem;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 0.5rem;
  border: none;
}
.try-wrapper .nav-tabs .nav-link:hover {
  border: none;
}
.try-wrapper .nav-tabs .nav-item.show .nav-link,
.try-wrapper .nav-tabs .nav-link.active {
  color: #fff;
  background: 0 0;
  border-color: transparent;
  position: relative;
  border: none;
}
.try-wrapper .nav-tabs .nav-item.show .nav-link:after,
.try-wrapper .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #ca1700;
}
.try-wrapper .tab-pane {
  padding: 30px 15px;
}
.try-wrapper .tab-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}
.try-icon-wrapper {
  width: 180px;
  height: 180px;
  margin: 0 auto 15px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.try-icon {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
}
.try-icon img {
  width: 100px;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.try-slider {
  padding: 40px 0 15px;
  margin-bottom: 15px;
}
.try-content {
  text-align: center;
  color: #fff;
}
.try-content h3 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.15;
}
.try-content .btn-primary {
  background: #fff;
  color: #003f7e;
  margin-right: 0;
  min-width: 100px;
}
.form-porfolio {
  color: #fff;
  max-width: 680px;
  margin: 0 auto;
  padding: 10px 0;
}
.form-porfolio .lbl {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.form-porfolio .slider {
  padding-top: 20px;
  padding-bottom: 10px;
}
.portfolio-returns {
  text-align: center;
}
.portfolio-returns h2 {
  color: #4e5156;
}
.portfolio-returns h2 span {
  display: block;
  color: #ca1700;
  font-size: 1.2em;
}
.porfolio-distribution {
  padding: 40px 0 0;
}
.porfolio-distribution h3 {
  margin: 0;
}
.porfolio-distribution p {
  font-size: 0.875rem;
}
.porfolio-distribution .btn-wrapper {
  text-align: center;
}
.porfolio-distribution .card-body {
  margin: 0;
  position: relative;
}
#portDonut,
#portMap,
.port-donut,
.port-map {
  height: 260px;
  width: 100%;
  overflow: hidden;
}
.port-line-chart {
  height: 400px;
  width: 100%;
}
.portfolio-donut-text {
  position: absolute;
  z-index: 1000;
  width: 30%;
  height: 40%;
  top: 25%;
  left: 50%;
  margin: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #797984;
  font-size: 0.875rem;
  line-height: 1.5;
}
.portfolio-donut-text .val {
  display: block;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  color: #003f7e;
}
.portfolio-donut-text hr {
  margin: 5px 0;
}
.footer-top {
  background: #ca1700;
  padding: 20px 0;
}
.footer-top > .container {
  padding-left: 15px;
  padding-right: 15px;
}
.footer-widget {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 0;
  padding-bottom: 20px;
}
.footer-widget:first-child {
  padding-left: 15px;
}
.fw-content {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 10px;
  color: #fff;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.fw-content:hover {
  text-decoration: none;
  color: #fff;
}
.fw-text {
  display: block;
  padding: 0 10px 0 0;
}
.fw-text .lbl,
.fw-text p {
  display: block;
  font-size: 0.675rem;
  margin: 3px 0 0;
}
.fw-text .val,
.fw-text h3 {
  display: block;
  font-size: 1.1rem;
  line-height: 1.2;
  margin: 3px 0;
}
.fw-text a {
  color: #fff;
}
.fw-text a:hover {
  text-decoration: none;
}
.fw-icon {
  padding: 5px 0 0;
  font-size: 1.75rem;
}
.fw-icon .icon-locations {
  font-size: 1.85rem;
}
.fw-icon a {
  color: #fff;
}
.fw-icon a:hover {
  text-decoration: none;
}
.footer-widget.footer-social {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 15px 4px 0 15px;
}
.footer-widget.footer-social .fw-text {
  padding: 0;
}
.footer-widget.footer-share {
  padding-top: 15px;
  padding-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.footer-widget.footer-share .fw-text {
  padding: 0;
}
.social-list {
  margin: 3px 0 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.social-list li {
  padding-right: 5px;
}
.social-list li a {
  padding: 2px;
  display: block;
  vertical-align: top;
  font-size: 1.75rem;
  height: 2.2rem;
  color: #fff;
  -webkit-transition:
    color 0.3s,
    background-color 0;
  -o-transition:
    color 0.3s,
    background-color 0;
  transition:
    color 0.3s,
    background-color 0;
}
.social-list li a:hover {
  color: rgba(0, 0, 0, 0.75);
}
.social-list li .icon-whatsapp {
  width: 1.05em;
  height: 1.05em;
}
.share-list {
  margin: 3px 0 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.share-list li a {
  padding: 2px;
  display: block;
  vertical-align: top;
  font-size: 1.75rem;
  height: 2.2rem;
  color: #fff;
  -webkit-transition:
    color 0.3s,
    background-color 0;
  -o-transition:
    color 0.3s,
    background-color 0;
  transition:
    color 0.3s,
    background-color 0;
}
.share-list li a:hover {
  color: rgba(0, 0, 0, 0.75);
}
.share-list li.show a.share {
  position: relative;
  z-index: 1001;
  color: rgba(0, 0, 0, 0.75);
}
.share-list .dropdown-menu {
  margin: 0 0 5px;
  border-radius: 0;
  background: #e6e9ed;
  border: 2px solid #dcdfe5;
  padding: 0;
  position: relative;
  outline: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(121, 121, 132, 0.5);
  box-shadow: 0 2px 5px 0 rgba(121, 121, 132, 0.5);
}
.share-list .dropdown-menu:before {
  content: "";
  position: absolute;
  right: 9px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.share-list .dropdown-menu[x-placement="bottom-end"] {
  margin: 5px 10px 0 0;
}
.share-list .dropdown-menu[x-placement="bottom-end"]:before {
  bottom: auto;
  top: -8px;
  border-top: none;
  border-bottom: 6px solid #dcdfe5;
}
.share-list .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  padding: 10px 10px 10px 40px;
  color: #4e5156;
  position: relative;
  border-top: 1px solid #dcdfe5;
}
.share-list .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
.share-list .dropdown-menu .dropdown-item .icon {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 24px;
  color: #797984;
}
.share-list .dropdown-menu .dropdown-item:active,
.share-list .dropdown-menu .dropdown-item:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.share-list .dropdown-menu .dropdown-item:hover {
  background: #e6e9ed;
  color: #0a56af;
}
.footer-bottom {
  padding: 10px 0 15px;
}
.footer-bottom > .container {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.footer-links {
  border-bottom: 1px solid #dcdfe5;
  padding-bottom: 10px;
}
.footer-links ul {
  margin: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-links ul li {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.footer-links ul li a {
  display: block;
  padding: 5px 0;
  font-size: 0.8125rem;
  color: #797984;
}
.footer-links ul li a:hover {
  color: #0a56af;
  text-decoration: none;
}
.footer-content {
  padding-top: 15px;
}
.footer-content .row {
  margin: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.footer-legal {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.footer-logo {
  margin-right: 10px;
  width: 45px;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.footer-copyright {
  font-size: 0.8125rem;
  color: #797984;
}
.footer-copyright span {
  display: block;
}
.footer-back {
  padding: 5px 0 0;
}
.footer-back a {
  font-size: 0.8125rem;
  color: #797984;
  display: block;
  position: relative;
  padding-right: 2.5rem;
  height: 2rem;
  line-height: 2rem;
}
.footer-back a .back-icon {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background: #e6e9ed;
  color: #4e5156;
}
.footer-back a:hover {
  color: #0a56af;
  text-decoration: none;
}
.footer-back a:hover .back-icon {
  background: #dcdfe5;
}
.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}
.modal-box.show {
  display: block;
}
.modal-box-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  background: #797984;
  border-bottom: 5px solid #ca1700;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(121, 121, 132, 0.6);
  box-shadow: 0 5px 15px 0 rgba(121, 121, 132, 0.6);
  -webkit-animation-name: slideDown;
  -webkit-animation-duration: 0.4s;
  animation-name: slideDown;
  animation-duration: 0.4s;
}
.modal-box-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 990;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  background: #797984;
  border-top: 5px solid #ca1700;
  color: #fff;
  -webkit-box-shadow: 0 -5px 15px 0 rgba(121, 121, 132, 0.6);
  box-shadow: 0 -5px 15px 0 rgba(121, 121, 132, 0.6);
  -webkit-animation-name: slideUp;
  -webkit-animation-duration: 0.4s;
  animation-name: slideUp;
  animation-duration: 0.4s;
}
.modal-box-header {
  margin-bottom: 15px;
}
.modal-box-header h2 {
  display: block;
  padding: 0 30px 0 0;
  position: relative;
  margin: 0;
  font-size: 1.35rem;
}
.modal-box-header h2.with-icon {
  padding: 0 30px 0 36px;
}
.modal-box-header h2 .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #dcdfe5;
}
.modal-box-header h2 .icon-chances,
.modal-box-header h2 .icon-converter {
  font-size: 1.875rem;
}
.modal-box-header h2 .icon-deposit,
.modal-box-header h2 .icon-loan {
  font-size: 1.75rem;
}
.modal-box-content {
  position: relative;
  padding: 30px 0;
}
.modal-box-content .btn-primary {
  width: 100%;
  padding: 0.75rem;
}
.modal-box-content .form-overlay {
  background: rgba(121, 121, 132, 0.7);
}
.modal-box-body .form-group {
  /* background-color: #fff; */
}
.modal-box-body .form-group .form-control {
  /* background-color: #fff; */
}
.modal-box-body .form-group label.error {
  background-color: #e6e9ed;
}
.modal-box-body .form-group.answer-group {
  background-color: #dcdfe5;
}
.modal-box-body .form-group.answer-group .form-control {
  background-color: #dcdfe5;
  color: #003f7e;
}
.modal-box-body .form-group.answer-group .form-control.shake {
  -webkit-animation-name: shake;
  -webkit-animation-duration: 0.5s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-name: shake;
  animation-duration: 0.5s;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.modal-box-body .form-group.answer-group label {
  line-height: 1.5rem;
}
.modal-box-body .form-group.with-btn .btn-group {
  margin: 0.5rem 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal-box-body .form-group.with-btn .btn-reset {
  width: 3rem;
  height: 3rem;
  padding: 0.75rem 0;
  background: #dcdfe5;
  margin-right: 0.5rem;
  text-align: center;
  flex: initial;
}
.modal-box-body .form-group.with-btn .btn-reset:disabled {
  color: #000;
  cursor: no-drop;
  opacity: 0.4;
}
.modal-box-body .form-group .custom-control-label:before {
  background: #e6e9ed;
}
.modal-box-body .form-note {
  font-size: 0.8125rem;
  color: #e6e9ed;
  margin-bottom: 0.5rem;
}
.modal-box-body .btn-wrapper ul {
  margin: 0;
}
.modal-box-body .btn-wrapper ul li {
  display: inline-block;
  margin-right: 1rem;
}
.modal-box-body .btn-wrapper ul li:last-child {
  margin-right: 0;
}
.modal-box-body .btn-more {
  color: #fff;
}
.modal-box-body .btn-more:hover {
  color: #e6e9ed;
}
.modal-box-body .answer-list {
  margin-bottom: 1rem;
}
.modal-box-body .answer-item {
  padding-bottom: 4px;
}
.modal-box-body .answer-item .answer-group {
  height: 100%;
  margin-bottom: 0;
}
.modal-box-close {
  border-radius: 0;
  padding: 0;
  background: 0 0;
  outline: 0;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-box-close .icon-bar {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #fff;
}
.modal-box-close .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 40% 50%;
  -ms-transform-origin: 40% 50%;
  transform-origin: 40% 50%;
}
.modal-box-close .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 40% 75%;
  -ms-transform-origin: 40% 75%;
  transform-origin: 40% 75%;
}
.modal {
  overflow: hidden;
}
.modal .top-nav {
  position: static;
}
.modal .gb-header {
  position: static;
}
.modal .section-hero {
  position: relative;
  z-index: 10;
}
.modal .carousel-inner {
  overflow: hidden;
}
.modal .carousel-item-next,
.modal .carousel-item-prev {
  position: static;
}
.modal .video-playing {
  -webkit-perspective: none;
  perspective: none;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal .carousel-controls {
  display: none;
}
.modal.touch .carousel-inner {
  position: static;
}
.kenburns .guide-bg img {
  animation: none 0 0;
  -webkit-animation: none 0 0;
  -ms-animation: none 0 0;
  -o-animation: none 0 0;
  -moz-animation: none 0 0;
}
.guide-carousel.owl-loaded .owl-item {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.guide-carousel.owl-loaded .owl-item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.guide-carousel.owl-loaded .owl-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.guide-carousel.owl-loaded .owl-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.guide-carousel.owl-loaded .owl-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.guide-carousel.owl-loaded .owl-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.guide-carousel.owl-loaded .owl-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.guide-carousel.owl-loaded .owl-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.init .guide-switcher .guide-item {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.init .guide-switcher .guide-item:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.init .guide-switcher .guide-item:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media (min-width: 350px) {
  .nav-global li .nav-link {
    padding: 8px 10px;
  }
  .top-nav .nav-lang-link {
    margin-right: 0;
    margin-left: 10px;
  }
  .hero-carousel .carousel-item {
    height: 13.5rem;
  }
  .page-hero {
    height: 13.5rem;
  }
  .page-hero .carousel-item {
    height: 13.5rem;
  }
  .page-hero.video-hero {
    padding-top: 13.5rem;
  }
}
@media (max-width: 359.98px) {
  .section-guide {
    height: 650px;
  }
  .guide-video {
  }
}
@media (min-width: 360px) {
  .navbar-brand {
    width: 166px;
    height: 40px;
  }
  .navbar-brand img {
    width: 166px;
    height: 30px;
  }
  .navbar-right .dropdown-menu {
    top: 43px;
  }
  .btn-login {
    font-size: 1rem;
    padding: 0.4rem 0.75rem;
  }
  .nav-overlay {
    top: -50px;
  }
  .section-guide {
    height: 650px;
  }
  .smartOn .section-guide {
    height: calc(100vh - 169px);
  }
  .guide-video {
  }
  .smartOn .guide-video {
    height: calc(100vh - 169px);
  }
  .pagination .page-item .page-link {
    padding: 0.5rem 0.75rem;
  }
  .search-settings ul li a {
    padding: 0.5rem 0.75rem 0.5rem 2rem;
    font-size: 0.875rem;
  }
  .reward-card {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .report-card {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fw-content {
    padding-left: 15px;
  }
  .footer-widget.footer-social {
    padding-right: 15px;
  }
  .social-list li {
    padding-right: 8px;
  }
}
@media (min-width: 361px) {
  .guide-carousel .guide-item a span {
    font-size: 0.875rem;
  }
  .guide-switcher .guide-item a span {
    font-size: 0.875rem;
  }
  .branch-search .address-input {
    font-size: 1.125rem;
    width: calc(100% - 48px);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .branch-search .btn-search {
    width: 48px;
    padding: 0.375rem 0.75rem;
  }
  .map-toggle {
    width: 48px;
  }
}
@media (min-width: 375px) {
  .hero-carousel .carousel-item {
    height: 14.5rem;
  }
  .carousel-caption .caption {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .page-hero {
    height: auto;
  }
  .page-hero .carousel-item {
    height: 10rem;
  }
  .page-hero.video-hero {
    padding-top: 14.5rem;
  }
  .hero-caption .caption {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media (min-width: 380px) {
  .widget-tools .tool-link {
    font-size: 1rem;
    padding: 15px 30px 15px 42px;
  }
}
@media (min-width: 0px) {
  .hero-carousel .carousel-item {
    height: auto;
  }
  .hero-carousel .carousel-item > a > img,
  .hero-carousel .carousel-item > a > picture > img,
  .hero-carousel .carousel-item > img,
  .hero-carousel .carousel-item > picture > img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (min-width: 420px) {
  .card-person {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 440px) {
  .widget-tools .tool-link {
    padding: 15px 40% 15px 42px;
  }
}
@media (min-width: 480px) {
  .teaser-block {
    position: relative;
    height: 100%;
  }
  .teaser-content {
    padding: 15px 15px 50px;
  }
  .teaser-content .btn {
    position: absolute;
    left: 15px;
    bottom: 25px;
  }
  .teaser-content.with-compare {
    padding: 15px 15px 85px;
  }
  .teaser-content.with-compare .btn {
    bottom: 60px;
  }
  .add-to-compare {
    position: absolute;
    left: 15px;
    bottom: 30px;
  }
  .landing-teasers .teaser {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }
  .landing-cards .card {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .figure-left {
    display: block;
    float: left;
    margin: 0 1rem 1rem 0;
  }
  .figure-right {
    display: block;
    float: right;
    margin: 0 0 1rem 1rem;
  }
  .news-card {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  h3 {
    font-size: 1.3rem;
  }
  .section-wrapper {
    padding: 40px 0;
  }
  .rsexpanded {
    width: 350px;
  }
  .maintenance h1 {
    font-size: 1.875rem;
  }
  .form-group .datepicker-icon,
  .form-group .keyboard-icon {
    right: 15px;
  }
  .required-fields {
    margin-bottom: 0;
  }
  .nav-mobile .gb-header {
    margin-top: 42px;
  }
  .top-nav {
    font-size: 0.9375rem;
  }
  .top-nav .nav-link {
    border-right: none;
    padding: 10px;
  }
  .nav-global-sub .dropdown-item {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  .global-nav-toggle {
    display: none;
  }
  .nav-global li .nav-link {
    padding: 10px;
  }
  .top-nav .nav-listen-link {
    display: none;
  }
  .top-nav .nav-lang-link {
    padding: 8px 12px;
    margin-left: auto;
    margin-right: -10px;
    font-size: 0.825rem;
    line-height: 1.4;
  }
  .top-nav .nav-lang-link span {
    display: inline;
    width: auto;
    height: auto;
    line-height: 1.4;
    text-align: left;
    border: none;
    border-radius: 0;
  }
  .navbar-brand {
    width: 199px;
    height: 46px;
  }
  .navbar-brand img {
    width: 199px;
    height: 36px;
  }
  .navbar-left .nav-search-link {
    padding: 8px 10px;
  }
  .navbar-right .dropdown-menu {
    top: 53px;
  }
  .navbar-right .dropdown-item {
    font-size: 1rem;
  }
  .navbar-toggler {
    padding: 8px 10px;
  }
  .btn-login {
    padding: 0.5rem 2rem 0.5rem 0.75rem;
  }
  .btn-login .icon {
    display: block;
  }
  .search-form .form-control {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 82%;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
  }
  .search-form .btn-search {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 18%;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
  }
  .navbar-collapse {
    padding-top: 43px;
  }
  .navbar-gb {
    padding: 10px 0;
  }
  .megamenu .dropdown-menu {
    padding-top: 40px;
  }
  .dropdown-title {
    height: 64px;
    line-height: 64px;
  }
  .dropdown-title h3 a {
    height: 64px;
    line-height: 64px;
  }
  .dropdown-title .menu-back {
    height: 64px;
    font-size: 1rem;
    width: 42px;
  }
  .nav-overlay {
    top: -66px;
  }
  .menu-corporate {
    padding-top: 42px;
  }
  .guide-message {
    font-size: 1rem;
  }
  .section-guide {
    height: calc(100vh - 108px);
  }
  .smartOn .section-guide {
    height: calc(100vh - 192px);
  }
  .guide-video {
    height: calc(100vh - 108px);
  }
  .smartOn .guide-video {
    height: calc(100vh - 192px);
  }
  .guide-carousel .guide-item a {
    padding: 62px 15px 15px;
  }
  .guide-carousel .guide-item a .icon {
    font-size: 2.375rem;
    top: 15px;
  }
  .guide-carousel .guide-item a span {
    font-size: 1rem;
    height: 2.75rem;
  }
  .guide-switcher .guide-item {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 260px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
    padding: 10px;
  }
  .guide-switcher .guide-item a .icon {
    left: 15px;
    top: 15px;
    font-size: 2.375rem;
  }
  .guide-switcher .guide-item a span {
    font-size: 1rem;
    height: 2.75rem;
  }
  .guide-sub-title .icon {
    font-size: 2.375rem;
  }
  .guide-sub-title span {
    font-size: 1rem;
    height: 2.75rem;
  }
  .guide-sub-content .guide-carousel .guide-item a {
    padding: 62px 15px 0;
  }
  .carousel-caption {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .carousel-caption .caption {
    font-size: 1.5rem;
  }
  .carousel-caption .caption a .icon {
    font-size: 1rem;
  }
  .carousel-btn-next,
  .carousel-btn-prev {
    bottom: 21px;
  }
  .card-logo a {
    padding: 20px 15px;
    height: 102px;
  }
  .card-logo-big a {
    padding: 20px 15px;
    height: 164px;
  }
  .card-content {
    padding: 20px 15px 55px;
  }
  .card-disclosure {
    padding: 20px 15px;
  }
  .accd-header h3 .btn {
    font-size: 1.3rem;
  }
  .accd-header .btn {
    padding: 15px 30px 15px 0;
  }
  .accd-header .btn span {
    right: 15px;
    top: 22px;
  }
  .accd-body {
    padding: 0 15px 5px;
  }
  .section-announcement h2 {
    font-size: 1.5rem;
  }
  .hero-caption {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hero-caption .caption {
    font-size: 1.5rem;
  }
  .hero-caption .caption a .icon {
    font-size: 1rem;
  }
  .blue-hero h1 {
    font-size: 1.5rem;
  }
  .blue-hero .blue-hero-title {
    font-size: 1.5rem;
  }
  .breadcrumb-item h1 {
    padding-right: 120px;
    font-size: 2rem;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .print-share li.btn-listen {
    display: block;
  }
  .print-share li.btn-rs {
    position: static;
    left: 0;
    bottom: 0;
  }
  .page-promo {
    padding: 10px 0;
  }
  .page-nav .nav .nav-link {
    font-size: 1rem;
  }
  .featured-content {
    padding: 15px 30px 15px 15px;
  }
  .featured-img {
    padding: 15px 0 0 30px;
  }
  .featured-img .img-wrapper {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
  .featured-img .img-wrapper img {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .home-featured .featured-box {
    margin-bottom: 10px;
  }
  .home-featured .featured-content {
    padding: 0 15px;
  }
  .home-featured .featured-img {
    padding: 0 15px;
  }
  .home-featured .featured-img .img-wrapper {
    overflow: visible;
    position: static;
    height: auto;
  }
  .home-featured .featured-img .img-wrapper img {
    position: static;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .page-landing {
    padding: 40px 0 20px;
    min-height: 200px;
  }
  .page-article {
    padding: 40px 0 25px;
    min-height: 200px;
  }
  .section-no-heading {
    padding: 0 0 40px;
  }
  .col-flag {
    display: table-cell;
  }
  .branches {
    height: calc(100vh - 223px);
    min-height: 300px;
  }
  .rewards-cat {
    width: calc(50% - 40px);
  }
  .rewards-cat .select-cat {
    margin-bottom: 0;
  }
  .rewards-search {
    padding: 0 15px;
  }
  .rewards-toggle {
    padding: 0 15px;
  }
  .dining-merchants,
  .dining-offers,
  .gulf-dining,
  .gulf-promotions,
  .rewards {
    padding: 40px 0;
  }
  .reward-list {
    padding: 0;
  }
  .reward-card {
    padding-left: 15px;
    padding-right: 15px;
  }
  .reports {
    padding: 40px 0;
  }
  .report-list {
    padding: 0;
  }
  .report-card {
    padding-left: 15px;
    padding-right: 15px;
  }
  .report-card .card-content {
    padding: 5px 15px;
  }
  .downloads {
    padding: 40px 0;
  }
  .download-item {
    padding: 20px 0;
  }
  .all-general-meetings,
  .annual-general-meetings,
  .annual-reports,
  .awards,
  .awards-ratings,
  .csr,
  .csr-booklets,
  .disclosures,
  .faq-search,
  .interim-results,
  .investors-calls,
  .investors-news,
  .investors-presentations,
  .news,
  .press-releases,
  .tools {
    padding: 40px 0;
  }
  .news-card {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .all-investors-events,
  .events {
    padding: 40px 0;
  }
  .event-date {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    padding-left: 15px;
    padding-right: 20px;
  }
  .event-date .month {
    font-size: 0.75rem;
  }
  .event-date .date {
    font-size: 3rem;
  }
  .event-date .year {
    font-size: 1rem;
  }
  .event-details {
    padding-right: 15px;
  }
  .members {
    padding: 40px 0;
  }
  .members-list {
    padding: 0;
  }
  .card-person-big {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-person {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bio-wrapper {
    padding: 0 15px 30px;
  }
  .fund-item {
    padding: 20px 30px 53px 0;
  }
  .fund-item .col-fund {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .fund-item .col-fund .val {
    font-size: 1.125rem;
  }
  .fund-item .fund-link .icon {
    right: 15px;
  }
  .fund-item .fund-link:hover .icon {
    right: 25px;
  }
  .fund-item .btn-wrapper {
    bottom: 20px;
  }
  .fund-overview .col-fund {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .fund-overview .col-fund .val {
    font-size: 1.25rem;
  }
  .faqs-popular h2 {
    font-size: 1.3rem;
  }
  .faqs-accordion .accd-header .btn {
    padding: 15px 30px 15px 45px;
  }
  .faqs-accordion .accd-header .btn .icon-question {
    top: 19px;
    left: 15px;
  }
  .faqs-accordion .accd-body {
    padding: 0 30px 5px 45px;
  }
  .search-wrapper {
    padding: 40px 0;
  }
  .search-results,
  .sitesearch {
    padding: 40px 0;
  }
  .search-item {
    padding: 20px 40px 20px 0;
  }
  .search-item .search-link .icon {
    right: 15px;
  }
  .search-item .search-link:hover .icon {
    right: 25px;
  }
  .search-item.with-download {
    padding: 20px 40px 53px 0;
  }
  .search-item.with-download .btn-wrapper {
    bottom: 20px;
  }
  .compare {
    padding: 40px 0;
  }
  .blue-panel {
    padding: 30px 0;
  }
  .blue-panel-content {
    padding: 0 100px;
  }
  .blue-panel-content .btns {
    width: auto;
    position: static;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .blue-panel-content .btn-back {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .blue-panel-content .btn-logout {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .blue-panel-title {
    padding: 0;
    text-align: center;
  }
  .blue-panel-title p {
    font-size: 1rem;
  }
  .blue-panel-title h2 {
    font-size: 1.875rem;
  }
  .prepaid-cards {
    padding: 40px 0;
  }
  .dashboard-list {
    padding: 0;
  }
  .dashboard-card {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .dashboard-card .card-block {
    min-height: 120px;
  }
  .campaign-profiles {
    padding-top: 0;
    padding-bottom: 0;
  }
  .campaign-sliders .container {
    padding: 0 15px;
  }
  .campaign-slider .slider-item {
    padding: 0 40px;
  }
  .campaign-slider .image-wrapper {
    padding-top: 56.25%;
  }
  .campaign-slider .image-wrapper img {
    width: 100%;
    height: auto;
  }
  .ramadan-sliders .campaign-slider .slider-item {
    padding: 0;
  }
  .campaign-controls .campaign-left {
    background: 0 0;
  }
  .campaign-controls .campaign-right {
    background: 0 0;
  }
  .ministry-filters {
    max-width: 360px;
  }
  .wise-header-row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .col-wise-logo {
    text-align: left;
    padding: 0 15px;
  }
  .col-wise-logo img {
    width: auto;
  }
  .col-wise-heading {
    margin-top: 0;
    text-align: left;
    border-left: 1px solid #e6e9ed;
    padding: 0 15px;
  }
  .col-wise-heading.portfolio-heading {
    min-height: 72px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .col-wise-heading.portfolio-heading h2 {
    margin: 0;
    font-size: 1.35rem;
  }
  .why-card:before {
    top: 30px;
    width: 60px;
    margin-left: -30px;
  }
  .why-icon img {
    width: auto;
  }
  :is(.custom-why-cards,.why-carousel) .owl-item .why-icon img {
    width: auto;
  }
  .section-try {
    padding-left: 15px;
    padding-right: 15px;
  }
  .try-wrapper .nav-tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fw-text .lbl,
  .fw-text p {
    font-size: 0.725rem;
  }
  .fw-text .val,
  .fw-text h3 {
    font-size: 1.3rem;
  }
  .fw-icon {
    font-size: 2rem;
  }
  .fw-icon .icon-locations {
    font-size: 2.25rem;
  }
  .footer-widget.footer-social {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .footer-widget.footer-social .fw-text {
    padding: 0 0 0 5px;
  }
  .footer-widget.footer-share {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .footer-widget.footer-share .fw-text {
    padding: 0 0 0 5px;
  }
  .footer-bottom {
    padding: 15px 0 20px;
  }
  .footer-links {
    padding-bottom: 15px;
  }
  .footer-links ul li {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .footer-content {
    padding-top: 20px;
  }
  .footer-logo {
    width: auto;
    margin-right: 15px;
  }
  .footer-logo img {
    width: auto;
  }
  .modal-box-header h2 {
    font-size: 1.5rem;
  }
  .modal-box-content .btn-primary {
    width: auto;
    padding: 0.5rem 0.75rem;
  }
  .modal-box-body .form-group.with-btn .btn-group {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 18px;
  }
  .modal-box-body .form-group.with-btn .btn-reset {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.65rem 0;
  }
  .modal-box-body .form-note {
    margin-bottom: 1rem;
  }
  .modal-box-body .answer-list {
    margin: 0 -2px 1rem;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal-box-body .answer-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 33.33%;
    padding: 0 2px;
  }
}
@media (min-width: 576px) and (min-height: 600px) {
  .modal-box {
    z-index: 980;
  }
  .modal-box-top {
    padding: 56px 0 0;
    z-index: 990;
    height: auto;
  }
  .modal-box-bottom {
    height: auto;
  }
}
@media (min-width: 600px) {
  .page-hero {
    height: auto;
  }
  .page-hero .carousel-item {
    height: auto;
  }
  .page-hero .carousel-item > a > img,
  .page-hero .carousel-item > a > picture > img,
  .page-hero .carousel-item > img,
  .page-hero .carousel-item > picture > img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .page-hero > a > img,
  .page-hero > a > picture > img,
  .page-hero > img,
  .page-hero > picture > img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (min-width: 640px) {
  .guide-carousel .guide-item {
    padding: 10px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .guide-carousel.owl-loaded .guide-item {
    padding: 10px;
  }
  .guide-sub-title {
    width: calc(25% - 30px);
  }
}
@media (min-width: 650px) {
  .widget-tools .tool-link {
    padding: 15px 50% 15px 42px;
  }
}
@media (min-width: 720px) {
  .reward-card {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-bottom: 30px;
  }
  .report-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-bottom: 30px;
  }
  .card-person-big {
    padding-bottom: 30px;
  }
  .card-person {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .maintenance .error-block {
    margin: 0 auto 15px;
    padding: 30px;
  }
  .maintenance .arb-block,
  .maintenance .eng-block {
    padding: 30px;
    height: 100%;
  }
  .maintenance .arb-block {
    margin-top: 0;
  }
  .form-group {
    padding: 10px 15px 5px;
  }
  .form-group label.error {
    margin: 0 -15px -5px;
  }
  .form-group .captcha-input label.error {
    margin: 0 0 -5px;
  }
  .form-group .form-control {
    font-size: 1.125rem;
  }
  .form-group .custom-control-label {
    font-size: 1.125rem;
  }
  .form-group .custom-file-label {
    font-size: 1.125rem;
  }
  .form-group .custom-file-label span {
    font-size: 1rem;
  }
  .selectric {
    font-size: 1.125rem;
  }
  .credit-cell {
    font-size: 1.125rem;
  }
  .text-group {
    padding: 10px 15px 5px;
  }
  .text-group .val {
    font-size: 1.125rem;
  }
  .nav-mobile .gb-header {
    -webkit-transform: translateX(290px);
    -ms-transform: translateX(290px);
    transform: translateX(290px);
  }
  .nav-mobile .gb-page {
    -webkit-transform: translateX(290px);
    -ms-transform: translateX(290px);
    transform: translateX(290px);
  }
  .nav-global li .nav-link .icon {
    font-size: 0.75rem;
  }
  .top-nav .nav-lang-link span {
    line-height: 21px;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar-left {
    left: 20px;
  }
  .navbar-right {
    right: 30px;
  }
  .navbar-toggler {
    left: 20px;
  }
  .search-box .container {
    padding: 10px 30px;
  }
  .navbar-collapse {
    width: 290px;
  }
  .navbar-collapse .nav-corporate li .nav-link {
    padding: 15px 30px;
  }
  .navbar-collapse .nav-corporate li .nav-link .icon {
    top: 21px;
    right: 35px;
  }
  .navbar-nav .nav-link {
    padding: 15px 45px 15px 30px;
  }
  .navbar-nav .nav-link .icon {
    right: 35px;
  }
  .megamenu .dropdown-menu {
    width: 290px;
    -webkit-transform: translateX(290px);
    -ms-transform: translateX(290px);
    transform: translateX(290px);
  }
  .megamenu .dropdown-menu .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dropdown-title {
    padding: 0 30px 0 50px;
  }
  .sub-menu ul li a {
    padding: 15px 30px 15px 65px;
  }
  .sub-menu ul li a .icon {
    right: 45px;
  }
  .sub-menu ul li.menu-title > a {
    padding: 10px 30px 10px 50px;
  }
  .gb-corporate .nav-corporate > li > .nav-link {
    padding: 15px 45px 15px 30px;
  }
  .gb-corporate .nav-corporate > li > .nav-link .icon {
    right: 35px;
  }
  .menu-corporate {
    width: 290px;
    -webkit-transform: translateX(290px);
    -ms-transform: translateX(290px);
    transform: translateX(290px);
  }
  .menu-corporate .navbar-nav > li > .nav-link {
    padding: 10px 50px 10px 30px;
  }
  .guide-main p {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .guide-main h2 {
    font-size: 2.125rem;
  }
  .guide-carousel .guide-item a .icon {
    font-size: 2.5rem;
  }
  .guide-switcher .guide-item a {
    padding: 15px 15px 15px 66px;
  }
  .guide-sub-title .icon {
    font-size: 2.5rem;
  }
  .guide-sub-content {
    padding-top: 60px;
  }
  .guide-scroll {
    bottom: 10px;
  }
  .guide-control {
    right: 20px;
    bottom: 20px;
  }
  .carousel-caption .container {
    padding-right: 90px;
  }
  .carousel-caption .caption {
    font-size: 1.75rem;
  }
  .carousel-caption .caption a .icon {
    font-size: 1.125rem;
    top: -1px;
  }
  .carousel-controls {
    display: block;
    position: relative;
    z-index: 2;
  }
  .comp-tab a {
    font-size: 1.125rem;
    line-height: 1.25;
  }
  .comp-body {
    width: auto;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .comp-media {
    padding: 15px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .comp-media a {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 275px;
  }
  .comp-media a img {
    width: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .comp-main {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .comp-body-fill .comp-media {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .comp-body-fill .comp-main {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .comp-side {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .comp-side-half {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .comp-side-half:first-child {
    border-bottom: none;
    border-right: 1px solid #dcdfe5;
  }
  .comp-reward h4 {
    font-size: 1rem;
  }
  .teasers .container {
    padding: 0 15px;
  }
  .row-full .teaser-media a {
    padding-top: 40%;
  }
  .row-full .teaser-media a img {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
  }
  .teaser-content {
    padding: 20px 15px 55px;
  }
  .teaser-content .btn {
    bottom: 30px;
  }
  .teaser-content.with-compare {
    padding: 20px 15px 90px;
  }
  .teaser-content.with-compare .btn {
    bottom: 65px;
  }
  .add-to-compare {
    bottom: 35px;
  }
  .card-block {
    padding: 20px 15px;
  }
  .card-content > .btn {
    bottom: 17px;
  }
  .card-calendar .card-date {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    padding-right: 20px;
  }
  .card-calendar .card-text {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 calc(100% - 90px);
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding-left: 20px;
  }
  .landing-cards .card-calendar .card-date {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    padding-right: 10px;
  }
  .landing-cards .card-calendar .card-text {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 calc(100% - 80px);
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
  .recent-awards {
    display: block;
  }
  .award-list li {
    max-width: 16.66%;
  }
  .section-announcement {
    padding: 30px 0;
  }
  .announcement-close {
    right: 30px;
    top: 30px;
  }
  .yt-video-close {
    right: 30px;
    top: 30px;
  }
  .hero-caption .container {
    padding-right: 90px;
  }
  .hero-caption .caption {
    font-size: 1.75rem;
  }
  .hero-caption .caption a .icon {
    font-size: 1.125rem;
    top: -1px;
  }
  .blue-hero {
    padding: 20px 0;
  }
  .search-filters .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-filters .col-checkbox {
    padding-left: 30px;
    padding-right: 30px;
  }
  .search-filters .btn {
    margin-left: 30px;
    margin-right: 0;
  }
  .search-filters .btn-primary:hover {
    color: #ca1700;
  }
  .search-filters .btn-outline-secondary:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .search-filters .filter-results {
    padding: 45px 30px 15px;
  }
  .nav-line {
    border-top: none;
  }
  .nav-line.border-top {
    border-top: 1px solid #dcdfe5;
  }
  .action-btns {
    padding: 10px 30px 10px 0;
  }
  .action-btns ul li .btn {
    font-size: 1rem;
    padding: 0.3125rem 0.5rem;
  }
  .action-btns ul li .btn span {
    display: inline;
  }
  .multi-btns .btn-wrapper {
    width: 112px;
  }
  .multi-btns .btn-wrapper ul li {
    min-width: 102px;
  }
  .multi-btns .btn-wrapper ul li:first-child a {
    width: 102px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-nav .nav {
    background: #fff;
  }
  .page-nav .nav li:first-child .nav-link {
    padding-left: 30px;
  }
  .page-nav .nav li:first-child .nav-link.active:after {
    left: 30px;
  }
  .page-nav .nav li:last-child .nav-link {
    padding-right: 30px;
  }
  .page-nav .nav li:last-child .nav-link.active:after {
    right: 30px;
  }
  .page-nav.with-btns .container:after {
    right: 170px;
  }
  .page-nav.with-btns .nav-line {
    padding-right: 170px;
  }
  .page-nav.with-btns.show-btns .container:after {
    width: 90%;
  }
  .page-nav.fixedsticky-on .nav {
    background: #edeff2;
  }
  .page-nav.fixedsticky-on .nav-line.border-top {
    border-top: none;
  }
  .page-nav.fixedsticky-off .nav-line > ul li:first-child a:after {
    left: 30px;
  }
  .widget-header .btn-more {
    margin-bottom: 0;
  }
  .widget-tools {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .widget-tools .tool-link {
    padding: 15px 30% 15px 42px;
  }
  .page-featured {
    padding: 20px 0;
  }
  .featured-text {
    padding: 15px 15px 15px 30px;
  }
  .featured-text p {
    font-size: 1.25rem;
  }
  .featured-content p {
    font-size: 1.25rem;
  }
  .featured-promo {
    border-left: 1px solid #fff;
    padding: 15px 30px 15px 15px;
  }
  .home-featured .featured-content p {
    font-size: 1rem;
  }
  .login-frame,
  .loginFrame {
    padding: 30px 0;
    height: 360px;
  }
  .col-flag {
    width: 48px;
  }
  .flag-icon {
    width: 32px;
    height: 22px;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
    background-position: 0 -5px;
  }
  .branch-search {
    padding-left: 15px;
  }
  .suggestions-list {
    left: 15px;
  }
  .search-settings {
    left: 15px;
  }
  .search-settings ul li a span {
    display: inline;
  }
  .branch-types {
    padding: 0 15px;
  }
  .filters-header {
    padding: 15px 30px;
  }
  .col-filters h3 {
    padding: 10px 30px;
  }
  .branches {
    height: calc(100vh - 233px);
  }
  .branch-list-header {
    padding: 15px 30px;
  }
  .branch-item {
    padding: 30px;
  }
  .branch-item a .icon {
    right: 30px;
  }
  .branch-header {
    padding: 15px 30px;
  }
  .branch-body {
    padding: 30px;
  }
  .reward-header {
    padding: 20px 0;
    padding: 20px 0;
  }
  .download-links li {
    width: 33.33%;
  }
  .news-search {
    width: 50%;
    padding: 0 15px;
  }
  .news-years {
    margin-top: 0;
    width: 50%;
    padding: 0 15px;
  }
  .events-search {
    width: 50%;
    padding: 0 15px;
  }
  .events-years {
    margin-top: 0;
    width: 50%;
    padding: 0 15px;
  }
  .events-item {
    padding: 20px 15px 20px 0;
  }
  .bio-close {
    right: 20px;
    top: 20px;
  }
  .fund-item .col-fund {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .faqs-popular {
    padding: 20px 0 5px;
  }
  .sitesearch-search {
    width: 50%;
    padding: 0 15px;
  }
  .sitesearch-cat {
    margin-top: 0;
    width: 50%;
    padding: 0 15px;
  }
  .compare-table .col-head.col-main {
    border-top: 3px solid #dcdfe5;
  }
  .compare-table .col-head h4 {
    font-size: 1.125rem;
  }
  .compare-table .col-body {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .compare-table .col-cell {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .compare-table .owl-item .col-cell {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .compare-filters .col-checkbox {
    padding-left: 30px;
    padding-right: 30px;
  }
  .compare-filters .btn {
    margin-left: 30px;
    margin-right: 0;
  }
  .compare-filters .filter-selected {
    padding: 45px 30px 15px;
  }
  .form-container {
    padding: 30px 0;
  }
  .form-group .col-prepaid-suffix label.error {
    margin: 0 0 -5px;
  }
  .campaign-profiles {
    padding-top: 0;
    padding-bottom: 0;
  }
  .campaign-profile .profile-media h2 span {
    padding: 5px 15px 5px 30px;
  }
  .campaign-profile .profile-content {
    padding: 30px 30px 20px;
  }
  .ramadan-profiles .campaign-profile .profile-media .cast-vote .btn {
    padding: 0.4rem 0.75rem;
  }
  .campaign-gallery {
    padding-left: 30px;
    padding-right: 30px;
  }
  .campaign-sliders {
    padding: 30px 0;
  }
  .campaign-slider .slider-item {
    padding: 0 160px;
  }
  .ramadan-sliders .campaign-slider .slider-item {
    padding: 0;
  }
  .campaign-controls .campaign-left {
    left: 15px;
  }
  .campaign-controls .campaign-right {
    right: 15px;
  }
  .ministry-filters {
    width: calc(33.33%);
  }
  .wise-header {
    padding: 0 80px;
  }
  .wise-header h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .why-cards {
    margin-top: 15px;
  }
  .col-why {
    margin-top: 15px;
  }
  .why-card {
    padding: 30px 15px;
  }
  .how-works-list {
    padding: 0;
  }
  .how-works-wrapper {
    position: relative;
    height: 210px;
    z-index: 3;
    text-align: left;
    width: 82%;
  }
  .how-works-icon {
    margin: 0;
    position: absolute;
    top: 50%;
    right: -120px;
    width: 240px;
    height: 240px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .how-works-icon img {
    width: auto;
    height: auto;
  }
  .how-works-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 210px;
    overflow: hidden;
    padding: 10px 130px 10px 70px;
  }
  .how-works-item {
    padding-top: 0;
    margin: 30px 0 60px;
    border-bottom: 1px solid #e6e9ed;
  }
  .how-works-item:last-child {
    margin: 30px 0;
  }
  .how-works-item:before {
    left: 20px;
    top: 50%;
    z-index: 2;
    font-size: 1.25rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 40px;
    margin: -20px 0 0 -20px;
  }
  .how-works-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    background: #fff;
    border-right: 1px solid #e6e9ed;
    width: 40px;
    z-index: 1;
  }
  .how-works-item:nth-child(even):before {
    left: auto;
    right: 40px;
    margin: -20px -20px 0 0;
  }
  .how-works-item:nth-child(even):after {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #e6e9ed;
  }
  .how-works-item:nth-child(even) .how-works-content {
    padding: 10px 70px 10px 130px;
  }
  .feature-wrapper {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .feature-img {
    background: 0 0;
    margin-bottom: 0;
    padding: 30px 0;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .feature-content {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .feature-item:after {
    content: "";
    position: absolute;
    width: 40%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #edeff2;
    z-index: 1;
  }
  .feature-item:nth-child(even) .feature-content {
    padding-right: 0;
    padding-left: 15px;
  }
  .feature-item.odd .feature-content {
    padding-right: 0;
    padding-left: 15px;
  }
  .try-wrapper .tab-pane {
    padding: 30px 80px;
  }
  .try-icon-wrapper {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    padding: 20px;
  }
  .try-icon {
    width: 170px;
    height: 170px;
  }
  .try-icon img {
    width: auto;
  }
  .try-content {
    text-align: left;
  }
  .try-content h3 {
    font-size: 2.25rem;
  }
  .form-porfolio .lbl {
    margin-bottom: 0;
  }
  .form-porfolio .slider {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .footer-top > .container {
    padding-left: 45px;
    padding-right: 45px;
  }
  .footer-widget:first-child {
    padding-left: 0;
  }
  .fw-text {
    padding: 0 20px 0 5px;
  }
  .fw-text .lbl,
  .fw-text p {
    font-size: 0.875rem;
  }
  .fw-text .val,
  .fw-text h3 {
    font-size: 1.5rem;
  }
  .fw-icon {
    font-size: 2.225rem;
  }
  .fw-icon .icon-locations {
    font-size: 2.375rem;
  }
  .footer-widget.footer-social {
    padding-left: 0;
  }
  .social-list li {
    padding-right: 6px;
  }
  .social-list li a {
    height: 2.25rem;
  }
  .share-list li a {
    height: 2.25rem;
  }
  .footer-bottom > .container {
    padding-left: 45px;
    padding-right: 45px;
  }
  .footer-links ul li {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .modal-box-top {
    overflow: visible;
  }
  .modal-box-bottom {
    overflow: visible;
  }
  .modal-box-header {
    margin-bottom: 20px;
  }
  .modal-box-content {
    padding: 40px 0;
  }
  .modal-box-body .answer-item .answer-group label {
    font-size: 0.925rem;
    line-height: 1.1;
  }
  .modal-box-close {
    right: 30px;
    top: 30px;
  }
}
@media (min-width: 800px) {
  .guide-carousel .guide-item {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .guide-sub-title {
    width: calc(20% - 30px);
  }
  .footer-widget:first-child {
    padding-left: 15px;
  }
  .footer-widget {
    -ms-flex-preferred-size: 27%;
    flex-basis: 27%;
    max-width: 27%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 0;
    padding-left: 15px;
  }
  .fw-content {
    border-left: none;
    padding-left: 0;
  }
  .footer-widget.footer-social {
    padding-left: 15px;
    padding-top: 0;
    border-top: none;
    -ms-flex-preferred-size: calc(46% - 78px);
    flex-basis: calc(46% - 78px);
    max-width: calc(46% - 78px);
  }
  .footer-widget.footer-share {
    -ms-flex-preferred-size: 78px;
    flex-basis: 78px;
    max-width: 78px;
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 840px) {
  .widget-tools .tool-link {
    padding: 15px 35% 15px 42px;
  }
}
@media (min-width: 900px) {
  .widget-tools .tool-link {
    padding: 15px 45% 15px 42px;
  }
}
@media (min-width: 960px) {
  .campaign-profiles.ramadan-profiles {
    padding-bottom: 30px;
  }
  .campaign-profiles.ramadan-profiles .container-fluid .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.375rem;
  }
  .section-wrapper {
    padding: 40px 0 30px;
  }
  .table th {
    font-size: 1rem;
    padding: 0.75rem;
  }
  .table td {
    font-size: 1rem;
    padding: 0.75rem;
  }
  .maintenance h1 {
    font-size: 2rem;
  }
  .gb-header {
    z-index: 2;
  }
  .gb-header:before {
    content: "desktop";
  }
  .gb-page {
    z-index: 3;
  }
  .filtersOpen {
    height: auto;
    overflow: auto;
  }
  .filtersOpen body {
    height: auto;
    overflow: auto;
  }
  .filtersOpen .gb-page {
    position: relative;
  }
  .top-nav {
    font-size: 1rem;
  }
  .top-nav .nav-search .nav-link .icon {
    display: inline-block;
  }
  .top-nav .nav-corporate .nav-search .nav-link .icon {
    display: inline-block;
  }
  .nav-global li .nav-link .icon {
    font-size: 0.8125rem;
  }
  .top-nav .nav-corporate {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .top-nav .nav-corporate .nav-link .icon {
    display: none;
  }
  .top-nav .nav-lang-link {
    padding: 10px;
  }
  .navbar-expand-lg > .container {
    position: relative;
  }
  .brand-wrapper {
    margin: 0;
    margin-right: 0;
  }
  .navbar-brand {
    margin-right: 1rem;
    width: 238px;
    height: 53px;
  }
  .navbar-brand img {
    width: 238px;
    height: 43px;
  }
  .navbar-left {
    display: none;
  }
  .navbar-right {
    padding-top: 15px;
    position: relative;
    right: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-right:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 62px;
    left: -14px;
    top: 0;
    z-index: 1;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(50%, #fff),
      to(white)
    );
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 100%);
  }
  .navbar-right .dropdown-menu {
    top: 50px;
  }
  .navbar-toggler {
    position: static;
  }
  .search-box {
    border-top: none;
    top: 2px;
  }
  .search-box .container {
    padding: 0 30px;
    background: 0 0;
    padding-left: 284px;
  }
  .search-form {
    height: 53px;
  }
  .search-form .form-control {
    height: 53px;
    font-size: 1.25rem;
  }
  .navbar-collapse {
    position: static;
    width: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 0;
  }
  .navbar-gb .navbar-nav {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
    margin: 0 15px 0 0;
  }
  .navbar-gb .navbar-nav .nav-link {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    height: 53px;
    font-size: 1.063rem;
    font-weight: 600;
    line-height: 1.3;
    vertical-align: bottom;
    position: relative;
    overflow: hidden;
    max-width: 180px;
    background: 0 0;
    border-bottom: none;
    color: #003f7e;
    padding: 0 15px 2px;
  }
  .navbar-gb .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 1px;
    top: 0;
    width: 1px;
    background: #dcdfe5;
    height: 53px;
  }
  .navbar-gb .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 1px;
    top: -54px;
    width: 1px;
    background: #ca1700;
    height: 53px;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
  }
  .navbar-gb .navbar-nav .nav-link.active {
    color: #ca1700;
  }
  .navbar-gb .navbar-nav .nav-link:hover {
    color: #0a56af;
    text-decoration: none;
  }
  .navbar-gb .navbar-nav .nav-link:hover:after {
    top: 0;
  }
  .navbar-gb .navbar-nav .nav-link .icon {
    display: none;
  }
  .navbar-gb .navbar-nav.narrow {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: start;
    justify-content: start;
  }
  .megamenu {
    position: static;
  }
  .megamenu .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 2;
    background: 0 0;
    padding: 10px 0 30px;
    margin: 0;
    width: 100%;
    top: 74px;
    left: 0;
    right: 0;
    height: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .megamenu .dropdown-menu .container {
    max-width: 960px;
  }
  .megamenu .dropdown-menu.show {
    display: block;
  }
  .megamenu.show .nav-link {
    color: #797984;
    text-decoration: none;
  }
  .megamenu.show .nav-link:after {
    top: 0;
  }
  .megamenu.show .nav-link.active {
    color: #797984;
  }
  .dropdown-title {
    background: 0 0;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    line-height: 1;
    padding: 0;
  }
  .dropdown-title h3 {
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
    color: #ca1700;
    font-size: 1.375rem;
    line-height: 1.3;
    font-weight: 600;
  }
  .dropdown-title h3 a {
    height: auto;
    line-height: 1.3;
    display: inline-block;
    color: #ca1700;
  }
  .dropdown-title h3 a .icon {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 1rem;
  }
  .dropdown-title .menu-back {
    display: none;
  }
  .sub-menu ul {
    padding: 15px 15px 0;
    border-bottom: none;
  }
  .sub-menu ul li {
    padding: 2px 0;
    border-left: 1px solid #e6e9ed;
  }
  .sub-menu ul li a {
    color: #003f7e;
    font-size: 1rem;
    border-top: none;
    padding: 2px 0 2px 15px;
    position: static;
  }
  .sub-menu ul li a:hover {
    color: #ca1700;
  }
  .sub-menu ul li a .icon {
    display: none;
  }
  .sub-menu ul li.menu-title > a {
    border-top: none;
    padding: 2px 0 2px 15px;
    background: 0 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #4e5156;
    position: relative;
  }
  .sub-menu ul li.menu-title > a:hover {
    color: #0a56af;
  }
  .sub-menu ul li.menu-title > a:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 1px;
    bottom: 1px;
    width: 2px;
    background: #ca1700;
  }
  .sub-menu ul ul {
    padding: 0;
  }
  .sub-menu ul ul li {
    border-left: none;
  }
  .menu-promo {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
  }
  .menu-promo img {
    width: 100%;
    height: auto;
  }
  .nav-overlay {
    top: 0;
  }
  .menu-corporate {
    display: none;
  }
  .section-guide {
    height: calc(100vh - 119px);
  }
  .smartOn .section-guide {
    height: calc(100vh - 203px);
  }
  .guide-video {
    height: calc(100vh - 119px);
  }
  .smartOn .guide-video {
    height: calc(100vh - 203px);
  }
  .guide-main p {
    font-size: 1.75rem;
  }
  .guide-main h2 {
    font-size: 2.5rem;
  }
  .guide-carousel .guide-item {
    padding: 15px;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.6666666667%;
  }
  .guide-carousel .guide-item a:hover {
    border-color: #ca1700;
    background: #ca1700;
    text-decoration: none;
  }
  .guide-carousel .guide-item a:hover .icon {
    color: #000;
    font-size: 3rem;
    top: 13px;
  }
  .guide-carousel .guide-item a:hover .site-guide__image {
    font-size: 3rem;
    width: 50px !important;
    height: 50px;
  }
  .guide-carousel.owl-loaded .guide-item {
    padding: 15px;
  }
  .guide-switcher .guide-item {
    padding: 15px;
  }
  .guide-switcher .guide-item a {
    padding: 15px 15px 15px 76px;
  }
  .guide-switcher .guide-item a:hover {
    border-color: #ca1700;
    background: #ca1700;
    text-decoration: none;
  }
  .guide-switcher .guide-item a:hover .icon {
    color: #000;
    font-size: 2.75rem;
    top: 13px;
    left: 13px;
  }
  .guide-sub-title {
    top: -62px;
    padding: 15px;
    width: 130px;
    height: 124px;
  }
  .guide-sub-content .guide-carousel .guide-item a:hover .icon {
    color: #ca1700;
  }
  .guide-sub-content .guide-carousel .owl-stage .owl-item.active .guide-item:after {
    top: 15px;
    bottom: 15px;
  }
  .hero-carousel .carousel-item {
    height: 30rem;
  }
  .hero-carousel .carousel-item > a > img,
  .hero-carousel .carousel-item > a > picture > img,
  .hero-carousel .carousel-item > img,
  .hero-carousel .carousel-item > picture > img {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .carousel-caption .caption {
    font-size: 2rem;
  }
  .carousel-caption .caption a .icon {
    font-size: 1.25rem;
  }
  .compilation {
    padding-top: 40px;
  }
  .card {
    padding-bottom: 30px;
  }
  .card-block {
    padding: 20px;
  }
  .card-block.card-view-all .btn-more {
    left: 20px;
  }
  .card-title {
    margin-bottom: 20px;
  }
  .card-awards {
    padding: 0 5px;
  }
  .section-announcement h2 {
    font-size: 1.75rem;
  }
  .page-hero {
    height: 20rem;
  }
  .page-hero .carousel-item {
    height: 20rem;
  }
  .page-hero .carousel-item > a > img,
  .page-hero .carousel-item > a > picture > img,
  .page-hero .carousel-item > img,
  .page-hero .carousel-item > picture > img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page-hero.video-hero {
    padding-top: 20rem;
  }
  .page-hero > a > img,
  .page-hero > a > picture > img,
  .page-hero > img,
  .page-hero > picture > img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hero-caption .caption {
    font-size: 2rem;
  }
  .hero-caption .caption a .icon {
    font-size: 1.25rem;
  }
  .blue-hero {
    position: relative;
  }
  .blue-hero h1 {
    font-size: 1.75rem;
  }
  .blue-hero .blue-hero-title {
    font-size: 1.75rem;
  }
  .blue-lookup .btn-filters {
    padding: 0 40px 0 15px;
    font-size: 1rem;
    width: auto;
  }
  .blue-lookup .btn-filters span {
    display: block;
  }
  .blue-lookup .btn-filters .icon-filter {
    display: none;
  }
  .search-filters {
    padding-bottom: 40px;
    overflow: auto;
    position: absolute;
    top: 99%;
    bottom: auto;
    z-index: 102;
  }
  .search-filters .col-checkbox {
    padding-left: 15px;
    padding-right: 15px;
    border-top: none;
  }
  .search-filters .custom-checkbox {
    margin: 0.5rem 0;
  }
  .search-filters .btn-wrapper {
    position: static;
    padding: 20px 0 0;
    background: 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .search-filters .filter-results {
    position: static;
    background: 0 0;
    padding: 20px 0 0;
    height: 72px;
    line-height: 52px;
  }
  .breadcrumb-item h1 {
    font-size: 2.25rem;
  }
  .page-promo {
    padding: 15px 0;
  }
  .left-paddle {
    display: inline;
  }
  .left-paddle.hidden {
    display: none;
  }
  .right-paddle {
    display: inline;
  }
  .right-paddle.hidden {
    display: none;
  }
  .action-btns {
    padding: 10px 0;
  }
  .page-nav .container {
    padding: 0 30px;
  }
  .page-nav .nav {
    background: 0 0;
  }
  .page-nav .nav .nav-link {
    padding: 1rem;
  }
  .page-nav .nav .nav-link.active:after {
    left: 1rem;
    right: 1rem;
  }
  .page-nav .nav li:first-child .nav-link {
    padding-left: 0;
  }
  .page-nav .nav li:first-child .nav-link.active:after {
    left: 0;
  }
  .page-nav .nav li:last-child .nav-link {
    padding-right: 0;
  }
  .page-nav .nav li:last-child .nav-link.active:after {
    right: 0;
  }
  .page-nav.with-btns .container:after {
    right: 140px;
  }
  .page-nav.with-btns .nav-line {
    padding-right: 140px;
  }
  .page-nav.with-btns .right-paddle {
    right: 140px;
  }
  .page-nav.fixedsticky-on .nav {
    background: 0 0;
  }
  .page-nav.fixedsticky-off .nav-line > ul li:first-child a:after {
    left: 0;
  }
  .widget-trigger {
    --widtha: calc(100% - 930px);
    --widthb: calc(var(--widthA) / 2);
  }
  .widget-trigger.chances {
    --widthc: calc(var(--widthB) + 170px);
    left: calc(100% - var(--widthC));
  }
  .widget-trigger.converter {
    --widthc: calc(var(--widthB) + 170px);
    left: calc(100% - var(--widthC));
  }
  .widget-trigger.loan {
    --widthc: calc(var(--widthB) + 170px);
    left: calc(100% - var(--widthC));
  }
  .widget-trigger.deposit {
    --widthc: calc(var(--widthB) + 170px);
    left: calc(100% - var(--widthC));
  }
  .page-featured {
    padding: 30px 0;
  }
  .featured-img {
    padding: 0 0 0 15px;
  }
  .featured-img .img-wrapper img {
    min-width: 100%;
    min-height: 100%;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .home-featured .featured-img {
    padding: 0 15px;
  }
  .home-featured .featured-img .img-wrapper img {
    min-width: none;
    min-height: none;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .page-landing {
    padding: 40px 0 20px;
  }
  .landing-header .landing-links {
    display: block;
  }
  .landing-teasers {
    margin-top: 0;
  }
  .landing-teasers .teaser-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .landing-teasers.row-full .teaser {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .landing-cards {
    margin-top: 0;
  }
  .m-landing-btns {
    display: none;
  }
  .page-article {
    padding: 40px 0 30px;
  }
  .article-wrapper h2 {
    margin-bottom: 15px;
  }
  .section-no-heading {
    margin-top: -20px;
    padding: 0 0 30px;
  }
  .login-frame,
  .loginFrame {
    padding: 50px 0;
    height: 400px;
  }
  .col-flag {
    width: 56px;
  }
  .suggestions-list {
    right: 15px;
  }
  .search-settings {
    right: 15px;
  }
  .map-toggle {
    display: none;
  }
  .branch-toggle {
    width: 434px;
  }
  .branch-toggle .custom-checkbox {
    display: block;
    border: 1px solid #fff;
    height: 48px;
    line-height: 46px;
    padding-left: 40px;
    padding-right: 15px;
    margin-left: 15px;
  }
  .branch-toggle .custom-checkbox:first-child {
    margin-left: 0;
  }
  .branch-toggle .btn-filters {
    margin-left: 15px;
  }
  .branch-types {
    padding: 0;
    display: none;
  }
  .filters-header {
    padding: 15px;
    display: none;
  }
  .col-filters {
    padding-left: 30px;
    position: relative;
  }
  .col-filters:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  .col-filters h3 {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-top: none;
    padding: 2px 0;
    margin: 0 0 10px;
    position: relative;
  }
  .col-filters h3:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    border-left: 2px solid #ca1700;
  }
  .branches {
    height: calc(100vh - 205px);
    min-height: 450px;
  }
  .branch-list {
    position: relative;
    display: block;
    width: auto;
  }
  .branch-list-wrapper {
    padding-bottom: 0;
  }
  .branch-item h4 {
    font-size: 1.375rem;
  }
  .branch-details {
    z-index: 101;
    left: 50%;
    top: 129px;
  }
  .branch-body-wrapper {
    height: calc(100vh - 205px);
    min-height: 450px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .branch-body {
    padding: 30px 80px;
  }
  .branch-title {
    padding-left: 0;
    min-height: 40px;
  }
  .branch-title .branch-icon {
    left: -45px;
  }
  .branch-title .branch-brief h3 {
    font-size: 1.75rem;
  }
  .branch-section h4 {
    font-size: 1.25rem;
  }
  .rewards-cat {
    width: calc(50% - 99px);
  }
  .dining-merchants,
  .dining-offers,
  .gulf-dining,
  .gulf-promotions,
  .rewards {
    padding: 40px 0 30px;
  }
  .reward-header {
    padding: 30px 0;
  }
  .reports {
    padding: 40px 0 30px;
  }
  .report-card .card-content {
    padding: 10px 15px;
  }
  .reward-header {
    padding: 30px 0;
  }
  .downloads {
    padding: 40px 0 30px;
  }
  .downloads > .container {
    max-width: 960px;
  }
  .download-item h3 {
    font-size: 1.375rem;
  }
  .news-search {
    width: 33.33%;
  }
  .news-years {
    width: calc(33.33%);
  }
  .all-general-meetings,
  .annual-general-meetings,
  .annual-reports,
  .awards,
  .awards-ratings,
  .csr,
  .csr-booklets,
  .disclosures,
  .faq-search,
  .interim-results,
  .investors-calls,
  .investors-news,
  .investors-presentations,
  .news,
  .press-releases,
  .tools {
    padding: 40px 0 30px;
  }
  .news-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .events-search {
    width: 33.33%;
  }
  .events-years {
    width: calc(33.33%);
  }
  .all-investors-events,
  .events {
    padding: 40px 0 30px;
  }
  .all-investors-events > .container,
  .events > .container {
    max-width: 960px;
  }
  .events-item h4 {
    font-size: 1.375rem;
  }
  .members {
    padding: 40px 0 30px;
  }
  .fund-item h3 {
    font-size: 1.375rem;
  }
  .fund-overview {
    padding: 20px;
  }
  .fund-overview .col-fund {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 16.66%;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
  .faqs-search {
    width: 620px;
  }
  .faqs-search .faqs-input {
    font-size: 1.125rem;
  }
  .faqs-popular h2 {
    font-size: 1.375rem;
  }
  .search-wrapper {
    padding: 40px 0 30px;
  }
  .sitesearch-search {
    width: 33.33%;
  }
  .sitesearch-cat {
    width: calc(33.33%);
  }
  .search-results,
  .sitesearch {
    padding: 40px 0 30px;
  }
  .search-results > .container,
  .sitesearch > .container {
    max-width: 960px;
  }
  .search-item h4 {
    font-size: 1.375rem;
  }
  .compare {
    padding: 40px 0 30px;
  }
  .cards > .container {
    padding: 0 15px;
  }
  .compare-table .compare-row {
    border-left: 1px solid #dcdfe5;
    border-right: 1px solid #dcdfe5;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .compare-table .col-head {
    padding: 15px;
    text-align: left;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .compare-table .col-body {
    overflow: hidden;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .compare-table .col-cell {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.3333333333%;
  }
  .compare-table .owl-item .col-cell {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .compare-meta {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .compare-meta .card-count {
    line-height: 1.2;
    margin: 0 auto 15px;
    width: 150px;
  }
  .compare-meta .btn {
    margin-left: 0;
  }
  .compare-controls.show {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .compare-filters {
    padding: 0;
  }
  .compare-filters .col-checkbox {
    padding-left: 15px;
    padding-right: 15px;
    border-top: none;
  }
  .compare-filters .custom-checkbox {
    margin: 0.5rem 0;
  }
  .compare-filters .custom-control-label {
    display: inline-block;
  }
  .compare-filters .btn-wrapper {
    position: static;
    padding: 20px 0 0;
    background: 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .compare-filters .filter-selected {
    position: static;
    background: 0 0;
    padding: 20px 0 0;
    height: 72px;
    line-height: 52px;
  }
  .form-container {
    padding: 50px 0;
  }
  .prepaid-cards {
    padding: 40px 0 30px;
  }
  .dashboard-card {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-bottom: 30px;
  }
  .campaign-profiles {
    padding-top: 0;
    padding-bottom: 0;
  }
  .campaign-profiles.ramadan-profiles {
    padding-bottom: 40px;
  }
  .campaign-gallery {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ministry-filters {
    width: calc(33.33%);
  }
  .wise-header h2 {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .why-content h3 {
    font-size: 1.3rem;
  }
  .how-works-wrapper {
    margin: 0 auto;
    width: 720px;
  }
  .how-works-content {
    padding: 10px 140px;
  }
  .how-works-content h3 {
    font-size: 1.3rem;
  }
  .how-works-item:before {
    left: calc((100% - 720px) / 2);
  }
  .how-works-item:after {
    width: calc((100% - 720px) / 2);
  }
  .how-works-item:nth-child(even):before {
    right: calc((100% - 720px) / 2);
  }
  .how-works-item:nth-child(even) .how-works-wrapper {
    margin: 0 auto;
  }
  .how-works-item:nth-child(even) .how-works-content {
    padding: 10px 140px;
  }
  .feature-img {
    padding: 40px 0;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .feature-content {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .feature-content h3 {
    font-size: 1.3rem;
  }
  .feature-item {
    margin: 40px 0;
  }
  .feature-item:after {
    width: 50%;
  }
  .section-try {
    padding-left: 0;
    padding-right: 0;
  }
  .section-try h2 {
    margin-bottom: 15px;
  }
  .try-wrapper .tab-pane {
    padding: 30px 120px;
  }
  .footer-top {
    padding: 30px 0;
  }
  .footer-widget {
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    max-width: 28%;
  }
  .fw-text {
    padding: 0 25px 0 5px;
  }
  .fw-text .val,
  .fw-text h3 {
    font-size: 1.75rem;
  }
  .fw-icon {
    font-size: 2.5rem;
  }
  .fw-icon .icon-locations {
    font-size: 2.75rem;
  }
  .footer-widget.footer-social {
    -ms-flex-preferred-size: calc(44% - 78px);
    flex-basis: calc(44% - 78px);
    max-width: calc(44% - 78px);
  }
  .footer-widget.footer-social .fw-text {
    padding: 0 15px 0 5px;
  }
  .footer-widget.footer-share .fw-text {
    padding: 0 0 0 5px;
  }
  .social-list li {
    padding-right: 10px;
  }
  .modal-box-header h2 {
    font-size: 1.75rem;
  }
  .modal-box-header h2 .icon-deposit,
  .modal-box-header h2 .icon-loan {
    font-size: 2rem;
  }
  .navbar-gb .navbar-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px),
  screen and (-ms-high-contrast: none) and (min-width: 992px) {
  .navbar-gb .navbar-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-box .container {
    padding: 0 15px;
    padding-left: 284px;
  }
  .carousel-btn-next,
  .carousel-btn-prev {
    right: 15px;
  }
  .carousel-btn-prev {
    right: 53px;
  }
  .comp-controls {
    display: block;
  }
  .comp-left {
    left: -38px;
  }
  .comp-right {
    display: block;
    right: -38px;
  }
  .teasers .container {
    padding: 0;
  }
  .award-list li {
    max-width: 12.5%;
  }
  .award-list li.d-none.d-lg-block {
    display: block !important;
  }
  .page-nav .container {
    padding: 0 15px;
  }
  .footer-top > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .footer-bottom > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) and (min-height: 780px) {
  .hero-carousel .carousel-item {
    height: 32rem;
  }
}
@media (min-width: 1024px) and (min-height: 1000px) {
  .hero-carousel .carousel-item {
    height: 34rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .section-wrapper {
    padding: 50px 0 40px;
  }
  .top-nav .nav-link {
    padding: 12px 14px;
  }
  .top-nav .nav-search .nav-link {
    padding: 11px 10px 7px;
  }
  .nav-global li .nav-link {
    padding: 12px 14px;
  }
  .top-nav .nav-lang-link {
    padding: 12px 14px;
  }
  .navbar-right .dropdown-menu {
    top: 60px;
  }
  .search-box {
    top: 2px;
  }
  .search-box .container {
    padding-left: 312px;
  }
  .navbar-gb {
    padding: 20px 0;
  }
  .navbar-gb .navbar-nav {
    margin: 0 30px;
  }
  .navbar-gb .navbar-nav .nav-link {
    font-size: 1.188rem;
    line-height: 1.325;
  }
  .megamenu .dropdown-menu .container {
    max-width: 1140px;
  }
  .section-guide {
    height: calc(100vh - 143px);
  }
  .smartOn .section-guide {
    height: calc(100vh - 227px);
  }
  .guide-video {
    height: calc(100vh - 143px);
  }
  .smartOn .guide-video {
    height: calc(100vh - 227px);
  }
  .guide-sub-title {
    width: 160px;
  }
  .guide-scroll {
    bottom: 15px;
  }
  .guide-control {
    right: 30px;
    bottom: 30px;
  }
  .carousel-caption {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .carousel-btn-next,
  .carousel-btn-prev {
    bottom: 23px;
  }
  .compilation {
    padding-top: 40px;
  }
  .comp-contents {
    height: 350px;
    overflow: hidden;
  }
  .comp-left {
    left: -42px;
  }
  .comp-right {
    right: -42px;
  }
  .comp-body {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 72%;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
  .comp-body.comp-body-fill {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .comp-media {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    padding: 0;
  }
  .comp-media a {
    height: 350px;
  }
  .comp-contents .comp-media img {
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .comp-main {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 56%;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
    padding: 20px 30px;
  }
  .comp-body-fill .comp-media {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 31.11111%;
    -ms-flex: 0 0 31.11111%;
    flex: 0 0 31.11111%;
    max-width: 31.11111%;
  }
  .comp-body-fill .comp-main {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 68.88889%;
    -ms-flex: 0 0 68.88889%;
    flex: 0 0 68.88889%;
    max-width: 68.88889%;
  }
  .comp-side {
    padding: 0 15px 0 0;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 28%;
    border-top: none;
    border-left: 1px solid #dcdfe5;
  }
  .comp-side-full {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 31px 20px 30px;
  }
  .comp-side-half {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 20px 30px;
  }
  .comp-side-half:first-child {
    border-right: none;
    border-bottom: 1px solid #dcdfe5;
  }
  .page-hero {
    height: 24rem;
  }
  .page-hero .carousel-item {
    height: 24rem;
  }
  .page-hero.video-hero {
    padding-top: 24rem;
  }
  .hero-caption {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .blue-hero {
    position: relative;
    padding: 20px 0 30px;
  }
  .widget-tools .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .widget-tools .tool-link {
    font-size: 0.875rem;
    border-top: none;
    padding: 0 6px 0 40px;
  }
  .widget-tools .tool-link .icon {
    top: 50%;
    transform: translateY(-50%);
  }
  .widget-tools .tool-link:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ced1d8;
  }
  .widget-tools .col-widget {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 0 0 6px;
  }
  .widget-trigger {
    --widtha: calc(100% - 1110px);
    --widthb: calc(var(--widthA) / 2);
  }
  .featured-text {
    padding: 20px 20px 20px 35px;
  }
  .featured-content {
    padding: 20px 35px 20px 20px;
  }
  .featured-promo {
    padding: 20px 35px 20px 20px;
  }
  .home-featured .featured-content {
    padding: 0 15px;
  }
  .page-landing {
    padding: 50px 0 30px;
  }
  .page-article {
    padding: 50px 0 40px;
  }
  .article-wrapper h2 {
    margin-bottom: 20px;
  }
  .page-content .container-fluid {
    max-width: 100%;
  }
  .container-fluid .article-wrapper {
    max-width: 1110px;
  }
  .section-no-heading {
    margin-top: -30px;
    padding: 0 0 40px;
  }
  .branch-search {
    padding: 0 15px;
  }
  .branch-toggle {
    padding: 0 15px;
    width: 464px;
  }
  .branch-toggle .custom-checkbox {
    margin-left: 30px;
  }
  .branch-toggle .custom-checkbox:first-child {
    margin-left: 0;
  }
  .branch-toggle .btn-filters {
    margin-left: 30px;
  }
  .branches {
    height: calc(100vh - 235px);
  }
  .branch-details {
    top: 139px;
  }
  .branch-body-wrapper {
    height: calc(100vh - 235px);
  }
  .rewards-cat {
    width: calc(50% - 114px);
  }
  .dining-merchants,
  .dining-offers,
  .gulf-dining,
  .gulf-promotions,
  .rewards {
    padding: 50px 0 40px;
  }
  .reward-card {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .reports {
    padding: 50px 0 40px;
  }
  .report-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .downloads {
    padding: 50px 0 40px;
  }
  .all-general-meetings,
  .annual-general-meetings,
  .annual-reports,
  .awards,
  .awards-ratings,
  .csr,
  .csr-booklets,
  .disclosures,
  .faq-search,
  .interim-results,
  .investors-calls,
  .investors-news,
  .investors-presentations,
  .news,
  .press-releases,
  .tools {
    padding: 50px 0 40px;
  }
  .all-investors-events,
  .events {
    padding: 50px 0 40px;
  }
  .members {
    padding: 50px 0 40px;
  }
  .card-person {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .search-wrapper {
    padding: 50px 0 40px;
  }
  .search-results,
  .sitesearch {
    padding: 50px 0 40px;
  }
  .compare {
    padding: 50px 0 40px;
  }
  .prepaid-cards {
    padding: 50px 0 40px;
  }
  .campaign-profiles {
    padding-top: 0;
    padding-bottom: 0;
  }
  .campaign-gallery {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ramadan-sliders .campaign-slider .slider-item {
    padding: 0 80px;
  }
  .wise-header h2 {
    margin-bottom: 0;
  }
  .why-cards {
    margin-top: 25px;
  }
  .how-works-wrapper {
    width: 768px;
  }
  .how-works-content {
    padding: 10px 160px;
  }
  .how-works-item:before {
    left: calc((100% - 768px) / 2);
  }
  .how-works-item:after {
    width: calc((100% - 768px) / 2);
  }
  .how-works-item:nth-child(even):before {
    right: calc((100% - 768px) / 2);
  }
  .how-works-item:nth-child(even) .how-works-content {
    padding: 10px 160px;
  }
  .feature-img {
    padding: 60px 0;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 63%;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
  }
  .feature-content {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 37%;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
  }
  .feature-item {
    font-size: 1rem;
    margin: 60px 0;
  }
  .section-try h2 {
    margin-bottom: 20px;
  }
  .section-try .article-wrapper {
    max-width: 930px;
  }
  .try-content h3 {
    font-size: 2.5rem;
  }
  .social-list {
    margin: 5px 0 0;
  }
  .social-list li {
    padding-right: 15px;
  }
  .social-list li a {
    font-size: 2rem;
    height: 2.4rem;
  }
  .share-list {
    margin: 5px 0 0;
  }
  .share-list li a {
    font-size: 2rem;
    height: 2.4rem;
  }
  .share-list .dropdown-menu {
    margin: 0 0 3px;
  }
  .footer-links ul li {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .modal-box-content {
    padding: 50px 0;
  }
  .modal-box-body .answer-item .answer-group label {
    line-height: 1.5rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1200px),
  screen and (-ms-high-contrast: none) and (min-width: 1200px) {
  .navbar-expand-lg .navbar-collapse {
    padding: 0 30px;
  }
  .navbar-gb .navbar-nav {
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .branches-map {
    max-width: calc(100% - 700px);
  }
  .branch-list {
    max-width: 700px;
  }
  .branch-details {
    left: calc(100% - 700px);
  }
}
@media (min-width: 1500px) {
  .page-hero {
    height: 26.25rem;
  }
  .page-hero .carousel-item {
    height: 26.25rem;
  }
  .page-hero.video-hero {
    padding-top: 26.25rem;
  }
}
@media (min-width: 1600px) {
  .page-hero {
    height: 28rem;
  }
  .page-hero .carousel-item {
    height: 28rem;
  }
  .page-hero.video-hero {
    padding-top: 28rem;
  }
}
@media (min-width: 1601px) {
  .hero-carousel .carousel-item {
    height: 36rem;
  }
}
@media (min-width: 1800px) {
  .page-hero {
    position: relative;
    height: auto;
    padding-top: 28%;
  }
  .page-hero .carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .page-hero .carousel-item {
    height: 100%;
  }
  .page-hero .carousel-item > a > img,
  .page-hero .carousel-item > a > picture > img,
  .page-hero .carousel-item > img,
  .page-hero .carousel-item > picture > img {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .page-hero.video-hero {
    height: auto;
    padding-top: 28%;
  }
  .page-hero > a > img,
  .page-hero > a > picture > img,
  .page-hero > img,
  .page-hero > picture > img {
    position: absolute;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .section-guide {
    height: 816px;
  }
  .smartOn .section-guide {
    height: 732px;
  }
  .guide-video {
    height: 816px;
  }
  .smartOn .guide-video {
    height: 732px;
  }
}
@media only screen and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .section-guide {
    height: 584px;
  }
  .smartOn .section-guide {
    height: 500px;
  }
  .guide-video {
    height: 584px;
  }
  .smartOn .guide-video {
    height: 500px;
  }
}
@media only screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .section-guide {
    height: 1182px;
  }
  .smartOn .section-guide {
    height: 1098px;
  }
  .guide-video {
    height: 1182px;
  }
  .smartOn .guide-video {
    height: 1098px;
  }
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .section-guide {
    height: 851px;
  }
  .smartOn .section-guide {
    height: 767px;
  }
  .guide-video {
    height: 851px;
  }
  .smartOn .guide-video {
    height: 767px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  .section-guide {
    height: 543px;
  }
  .smartOn .section-guide {
    height: 459px;
  }
  .guide-video {
    height: 543px;
  }
  .smartOn .guide-video {
    height: 459px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  .section-guide {
    height: 548px;
  }
  .smartOn .section-guide {
    height: 464px;
  }
  .guide-video {
    height: 548px;
  }
  .smartOn .guide-video {
    height: 464px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .section-guide {
    height: 474px;
  }
  .smartOn .section-guide {
    height: 390px;
  }
  .guide-video {
    height: 474px;
  }
  .smartOn .guide-video {
    height: 390px;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .section-guide {
    height: 475px;
  }
  .smartOn .section-guide {
    height: 391px;
  }
  .guide-video {
    height: 475px;
  }
  .smartOn .guide-video {
    height: 391px;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
  .section-guide {
    height: 475px;
  }
  .smartOn .section-guide {
    height: 391px;
  }
  .guide-video {
    height: 475px;
  }
  .smartOn .guide-video {
    height: 391px;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .section-guide {
    height: 475px;
  }
  .smartOn .section-guide {
    height: 391px;
  }
  .guide-video {
    height: 475px;
  }
  .smartOn .guide-video {
    height: 391px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .guide-bg img {
    top: 40%;
  }
}
@media (min-height: 1000px) {
  .carousel-caption {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .carousel-btn-next,
  .carousel-btn-prev {
    bottom: 26px;
  }
  .hero-caption {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-height: 960px) {
  .page-landing {
    min-height: 25vh;
  }
  .page-landing:last-child {
    margin-bottom: 15vh;
  }
  .page-article {
    min-height: 25vh;
  }
  .page-article:last-child {
    margin-bottom: 15vh;
  }
  .page-article.only-header {
    min-height: 0;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .navbar-expand-lg .navbar-collapse {
    overflow: hidden;
  }
  .guide-video {
    -webkit-background-size: auto auto;
    background-size: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .kenburns .guide-bg img {
    animation: none 0 0;
    -webkit-animation: none 0 0;
    -ms-animation: none 0 0;
    -o-animation: none 0 0;
    -moz-animation: none 0 0;
  }
  .guide-carousel.owl-loaded .owl-item {
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .guide-carousel.owl-loaded .owl-item:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .guide-carousel.owl-loaded .owl-item:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .guide-carousel.owl-loaded .owl-item:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .guide-carousel.owl-loaded .owl-item:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .guide-carousel.owl-loaded .owl-item:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .guide-carousel.owl-loaded .owl-item:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .guide-carousel.owl-loaded .owl-item:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  .init .guide-switcher .guide-item {
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .init .guide-switcher .guide-item:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .init .guide-switcher .guide-item:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: auto;
    margin-top: 10mm;
    margin-bottom: 10mm;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
  .navbar-left,
  .navbar-nav,
  .navbar-right,
  .section-hero,
  .top-nav {
    display: none;
  }
  .page-nav,
  .print-share {
    display: none;
  }
  .footer-back,
  .footer-links,
  .footer-logo,
  .footer-top,
  .page-widget {
    display: none;
  }
  .blue-hero {
    display: none;
  }
  .footer-content {
    padding-top: 0;
  }
  .footer-bottom {
    border-top: 1px solid #dcdfe5;
  }
  .footer-copyright span {
    display: inline;
  }
  .collapse {
    display: block !important;
    height: auto !important;
  }
  .accd-header .btn.collapsed .icon-plus {
    display: none;
  }
  .owl-carousel {
    display: block;
  }
  .card-person-big .member-bio {
    padding: 0 15px 10px;
    display: block;
    position: static;
  }
  .card-person .member-bio {
    padding: 0 15px 10px;
    display: block;
    position: static;
  }
  .card-content > .btn {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .article-wrapper .table td {
    max-width: 150px;
  }
}
.site-guide__image {
  margin-top: 0 !important;
}
.guide-center.guide-sub.fadeIn .guide-sub-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.guide-center.guide-sub.fadeIn .guide-sub-title .site-guide__image {
  position: relative;
  top: 0;
  transform: unset;
  text-align: center;
  left: unset;
  right: unset;
  transform: unset;
  margin: 0;
}
.guide-center.guide-sub.fadeIn .guide-sub-title span i {
  position: relative;
  top: 0;
  transform: unset;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/icon.png);
}
.no-img .comp-media.rs_skip,
html[lang="ar"] .no-img .comp-media.rs_skip {
  display: none;
}

.comp-body.comp-body-fill.no-img,
.comp-body.comp-body-fill.no-img .comp-main,
html[lang="ar"] .comp-body.comp-body-fill.no-img,
html[lang="ar"] .comp-body.comp-body-fill.no-img .comp-main {
  max-width: 100% !important;
  flex-basis: 100% !important;
}
.comp-body.comp-body-fill .comp-main .row,
html[lang="ar"] .comp-body.comp-body-fill .comp-main .row {
  flex-direction: column;
}

@media (min-width: 768px) {
  .comp-body.comp-body-fill.no-img .comp-main .row .col-md-6,
  html[lang="ar"] .comp-body.comp-body-fill.no-img .comp-main .row .col-md-6 {
    flex: 0 0 58% !important;
    max-width: 51% !important;
  }
}
.comp-wrapper,
html[lang="ar"] .comp-wrapper {
  background-color: #fff;
}
.modal-box-body .form-group,
.modal-box-body .form-group .form-control,
html[lang="ar"] .modal-box-body .form-group,
html[lang="ar"] .modal-box-body .form-group .form-control {
  background-color: #dcdfe5;
}

/* fixed css */


@media (min-width: 1200px) {
  .widget-tools .tool-link .icon {
      top: 50%;
      transform: translateY(-50%);
  }
}
.footer-back a .back-icon,
.print-share li .btn{
  line-height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-global li .nav-link .icon{
  top: 0;
}

.btn-more .icon{
  top: 0;
}

@media (min-width: 768px) {
  .widget-tools {
      margin-bottom: 0px;
  }
}
.container-btn-banner{
  position: absolute;
  bottom: 60px;
  z-index: 10;
  left: 50%;
  translate: -50% 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn-banner {
  padding: 0.35rem 0.75rem 0.275rem;
  border-color: #ca1700;
  background: #ca1700;
  color: #fff;
}

.btn-banner:hover {
  color: #ca1700;
  background: white;
}