/* Notifications CSS  starts*/
.more-notifications a {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 1.71px;
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  position: relative;
}
@media (min-width: 992px) {
  .more-notifications a {
    font-size: 11px;
    line-height: 1.82;
    letter-spacing: 1.57px;
  }
}
.more-notifications a:hover {
  text-decoration: underline;
}
.more-notifications a:after {
  border: solid #719e19;
  right: 3px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 2.7px;
  content: "";
  position: absolute;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
       -o-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.noti-icon-info,
.noti-icon-dismis {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.noti-icon-info svg,
.noti-icon-dismis svg,
.noti-icon-info img,
.noti-icon-dismis img {
  width: 15px;
  height: 15px;
}
@media (min-width: 992px) {
  .noti-icon-info,
  .noti-icon-dismis {
    width: 24px;
    height: 24px;
  }
  .noti-icon-info svg,
  .noti-icon-dismis svg,
  .noti-icon-info img,
  .noti-icon-dismis img {
    width: 18px;
    height: 18px;
  }
}
.notifications-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.notifications-head .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.notifications-head .title a {
  text-decoration: underline;
  padding-left: 6px;
}
.notifications-head .title h3 {
  padding-right: 24px;
}
.notifications-head .title h3,
.notifications-head .title a {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff;
  font-family: Lato, GE SS Two, Roboto, Arial, sans-serif;
}
@media (min-width: 992px) {
  .notifications-head .title h3,
  .notifications-head .title a {
    font-weight: 500;
  }
}
@media (min-width: 1260px) {
  .notifications-head .title h3,
  .notifications-head .title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.notifications-body .description a {
  text-decoration: underline;
}
.notifications-body .description p,
.notifications-body .description a {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
@media (min-width: 992px) {
  .notifications-body .description p,
  .notifications-body .description a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
  }
}
.notifications-body .description p + p {
  margin-top: 8px;
}
.notifications-body ul,
.notifications-body ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.notifications-body ul li,
.notifications-body ol li,
.notifications-body ul li a,
.notifications-body ol li a {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
}
@media (min-width: 992px) {
  .notifications-body ul li,
  .notifications-body ol li,
  .notifications-body ul li a,
  .notifications-body ol li a {
    font-weight: 500;
  }
}
.notifications-body ul li a,
.notifications-body ol li a {
  text-decoration: underline;
}
.notifications-body ul li + li,
.notifications-body ol li + li {
  margin-top: 8px;
}
.notifications-body ul li,
.notifications-body ol li {
  padding-left: 10px;
}
.notifications-body ul li:after,
.notifications-body ol li:after {
  content: " ";
  display: block;
  height: 1px;
  width: 4px;
  position: absolute;
  left: 0;
  background: #fff;
  top: 50%;
}
.digital-notifications-wrapper {
  padding: 17px 16px 24px 16px;
}
@media (min-width: 768px) {
  .digital-notifications-wrapper {
    padding: 25px 0 25px 0;
  }
}
.digital-notifications-wrapper.bg-black {
  background-color: #000000;
}
.digital-notifications-wrapper.bg-yellow {
  background-color: #f8dc51;
}
.digital-notifications-wrapper.bg-yellow .title h3,
.digital-notifications-wrapper.bg-yellow .title a {
  color: #353738;
}
.digital-notifications-wrapper.bg-yellow .noti-icon-info svg g {
  stroke: #353738;
}
.digital-notifications-wrapper.bg-yellow .notifications-body .description a,
.digital-notifications-wrapper.bg-yellow .notifications-body .description p {
  color: #353738;
}
.digital-notifications-wrapper.bg-yellow .notifications-body ul li,
.digital-notifications-wrapper.bg-yellow .notifications-body ul li a {
  color: #353738;
}
.digital-notifications-wrapper.bg-yellow .notifications-body ul li:after {
  background: #353738;
}
.digital-notifications-wrapper.bg-yellow .more-notifications a {
  color: #353738;
}
.digital-notifications-wrapper.bg-yellow .more-notifications a:after {
  border-color: #353738;
}
.digital-notifications-wrapper.bg-yellow .noti-icon-dismis svg g,
.digital-notifications-wrapper.bg-yellow .noti-icon-dismis svg path {
  stroke: #353738;
}
.digital-notifications-wrapper > .container {
  position: relative;
}
@media (max-width: 767px) {
  .digital-notifications-wrapper > .container {
    padding: 0 !important;
  }
}
.digital-notifications-wrapper .noti-icon-info {
  margin-right: 10px;
}
.digital-notifications-wrapper .noti-icon-dismis {
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .digital-notifications-wrapper .noti-icon-dismis {
    right: 12px;
  }
}
@media (min-width: 992px) {
  .digital-notifications-wrapper .noti-icon-dismis {
    right: -16px;
  }
}
@media (min-width: 1248px) {
  .digital-notifications-wrapper .noti-icon-dismis {
    right: -12px;
  }
}
@media (min-width: 1348px) {
  .digital-notifications-wrapper .noti-icon-dismis {
    right: -40px;
  }
}
@media (max-width: 767px) {
  .digital-notifications-wrapper .notifications-head {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .digital-notifications-wrapper .notifications-head .title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.digital-notifications-wrapper .notifications-head .more-notifications {
  display: none;
}
@media (min-width: 992px) {
  .digital-notifications-wrapper .notifications-head .more-notifications {
    display: block;
  }
}
.digital-notifications-wrapper .notifications-body .description {
  margin-top: 8px;
}
.digital-notifications-wrapper .notifications-body ul {
  margin-top: 8px;
}
.digital-notifications-wrapper .notifications-body a.btn {
  margin-top: 16px;
  width: auto;
  min-width: 180px;
  margin-bottom: 0;
}
.digital-notifications-wrapper .notifications-body .more-notifications {
  display: block;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .digital-notifications-wrapper .notifications-body .more-notifications {
    display: none;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .digital-notifications-wrapper .notifications-body .more-notifications a {
    display: inline-block;
  }
}
.digital-notifications-wrapper .swiper-slide {
  display: block;
  width: 100%;
}
.digital-notifications-wrapper .swiper-slide {
  text-align: left;
  background-color: transparent;
}
.digital-notifications-wrapper.mid-page {
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .digital-notifications-wrapper.mid-page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.digital-notifications-wrapper .mob-tab-bar {
  display: none;
}
.digital-notifications-wrapper.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
@media (max-width: 991px) {
  .digital-notifications-wrapper.expand-collapse .mob-tab-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .digital-notifications-wrapper.expand-collapse .mob-tab-bar .tab-line {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #808080;
    display: block;
    margin-bottom: 16px;
    margin-top: -12px;
  }
  .digital-notifications-wrapper.expand-collapse .mob-tab-bar .tab-line:hover {
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  .digital-notifications-wrapper.expand-collapse .notifications-body {
    display: block !important;
    height: 30px;
    opacity: .5;
    overflow: hidden;
  }
  .digital-notifications-wrapper.expand-collapse .notifications-body.expanded {
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 992px) {
  .digital-notifications-wrapper.expand-collapse .notifications-body {
    display: none;
  }
  .digital-notifications-wrapper.expand-collapse .notifications-body.active {
    display: block;
  }
}
@media (max-width: 991px) {
  .digital-notifications-wrapper.expand-collapse .more-notifications {
    display: none;
  }
}
.digital-notifications-wrapper.expand-collapse .more-notifications a {
  padding-right: 18px;
}
.digital-notifications-wrapper.expand-collapse .more-notifications a:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
       -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 45%;
}
.digital-notifications-wrapper.expand-collapse .more-notifications.active a:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
       -o-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  top: 54%;
}
.single-notification {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .single-notification {
    margin-bottom: 36px;
  }
}
.single-notification .notification-title h3,
.single-notification .notification-date h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #353738;
}
@media (min-width: 992px) {
  .single-notification .notification-title h3,
  .single-notification .notification-date h3 {
    font-size: 20px;
    letter-spacing: normal;
    color: #000000;
  }
}
.single-notification .notification-title {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .single-notification .notification-date {
    margin-bottom: 8px;
  }
}
.single-notification .notification-description p {
  margin: 0;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal;
  color: #848789;
}
@media (min-width: 992px) {
  .single-notification .notification-description p {
    font-size: 14px;
    line-height: 1.71;
    color: #353738;
  }
}
.single-notification .notification-description p + p {
  margin-top: 16px;
}
.single-notification .notifications-learn-more {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .single-notification .notifications-learn-more {
    margin-top: 8px;
  }
}
.single-notification .notifications-learn-more a {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 2px;
  color: #719e19;
  padding-right: 14px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.single-notification .notifications-learn-more a:after {
  right: 3px;
  border: solid #719e19;
  border-width: 0 1px 1px 0;
  padding: 3.7px;
  content: "";
  position: absolute;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
       -o-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-notification .notifications-learn-more a:hover {
  text-decoration: underline;
}
.notifications-popup-wrapper .nv-modal-content {
  display: block;
}
.notifications-popup-wrapper .nv-modal-body {
  padding: 0 !important;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
}
.notifications-popup-wrapper .nv-modal-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.notifications-popup-wrapper .nv-modal-body::-webkit-scrollbar {
  width: 4px;
}
.notifications-popup-wrapper .nv-modal-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #719e19;
}
.notifications-popup-wrapper .nv-modal-header {
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .notifications-popup-wrapper .nv-modal-header {
    margin-bottom: 3rem;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .notifications-popup-wrapper .nv-modal-header .nv-modal-close svg line,
  .notifications-popup-wrapper .nv-modal-header .nv-modal-close svg g {
    stroke: #ccc;
    stroke-width: 4px;
  }
}
@media (max-width: 991px) {
  .offers-popup-wrapper .nv-modal.bottom-modal .nv-modal-dialog {
    top: 0;
  }
  .offers-popup-wrapper .nv-modal.bottom-modal .nv-modal-dialog .nv-modal-content {
    height: 100%;
  }
}
*[lang="ar"] *[dir="rtl"] .digital-notifications-wrapper .notifications-head .noti-icon-info {
  margin-right: 0;
  margin-left: 10px;
}
*[lang="ar"] *[dir="rtl"] .notifications-head .title a {
  padding-left: 0;
  padding-right: 6px;
}
*[lang="ar"] *[dir="rtl"] .notifications-head .title h3 {
  padding-right: 0;
  padding-left: 24px;
}
*[lang="ar"] *[dir="rtl"] .digital-notifications-wrapper .notifications-head .noti-icon-dismis {
  position: absolute;
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  *[lang="ar"] *[dir="rtl"] .digital-notifications-wrapper .notifications-head .noti-icon-dismis {
    left: 12px;
    right: auto;
  }
}
@media (min-width: 992px) {
  *[lang="ar"] *[dir="rtl"] .digital-notifications-wrapper .notifications-head .noti-icon-dismis {
    left: -16px;
    right: auto;
  }
}
@media (min-width: 1248px) {
  *[lang="ar"] *[dir="rtl"] .digital-notifications-wrapper .notifications-head .noti-icon-dismis {
    left: -12px;
    right: auto;
  }
}
@media (min-width: 1348px) {
  *[lang="ar"] *[dir="rtl"] .digital-notifications-wrapper .notifications-head .noti-icon-dismis {
    left: -40px;
    right: auto;
  }
}
*[lang="ar"] *[dir="rtl"] .more-notifications a {
  padding-right: 0;
  padding-left: 14px;
}
*[lang="ar"] *[dir="rtl"] .more-notifications a:after {
  -webkit-transform: translateY(-50%) rotate(136deg);
       -o-transform: translateY(-50%) rotate(136deg);
          transform: translateY(-50%) rotate(136deg);
  right: auto;
  left: 3px;
}
.digital-notifications-wrapper.top {
  top: 0;
  position: absolute;
  z-index: 99;
  width: 100%;
}
.show-digital-notification-top .top-nav-section,
.show-digital-notification-top .mega-menu-navbar-default {
  position: absolute;
}
/* Notifications CSS  ends*/