.eayapps{text-align: center; display: flex; margin-top:10px;}
  .eayapps img{max-width: 100px;}
.lastupdated{font-size: 15px;padding: 0 0 10px 0;display: flex;align-items: center;justify-content: center;}
  #footer .dm_logo img{max-width: 120px !important}
  .footerstrip p{margin: auto;padding: unset;}
  .footerwrap1 {padding: 2em 0 0; !important}
  .footerwrap1 span {border: none;margin: auto;padding: unset;}
  .prayerholder.top {display: none}
  .prayerholder {border: 1px solid #333;}
  .prayerholder ul{margin:0px; padding:0px; list-style: none; }
  .prayerholder li.prayer{display: flex; flex-direction: row;justify-content: space-between; align-items: center; text-align: center;}
  .prayerholder li.prayer span{width:100%; padding: 5px 0; margin:0px;font-size:15px;}
  .prayerholder li.prayer span.location, .prayerholder li.prayer span.timeh{font-weight: bold;background:#f6dfdf;}
  .prayerholder li.prayer span.location{ text-align: right;padding-left: 10px; padding-right: 10px}
  .prayerholder li.prayer span.timeh{background:#000; color:#fff;}
  .prayerholder li.prayer.header span.location{background:#000;color:#fff;}
  .prayerholder li.prayer span.time{font-size:15px;}
  .prayerholder li.el1, .prayerholder li.el3, .prayerholder li.el5, .prayerholder li.el7 {background-color: #f6dfdf; }
  :root {
    --widget-height: 550px;
    --widget-height-1366: 500px;
    --widget-height-galaxy-fold: 360px;
    --direction: normal; /* reverse */
    --transform-origin-top-left: 0% 0;
    --transform-origin-top-right: 100% 0%;
    --transform-origin-bottom-left: 0% 100%;
    --transform-origin-bottom-right: 100% 100%;
    --ripple-color-floating-bell: #1194FF;
  }

  #iz-news-hub-posts-main-container::-webkit-scrollbar {
    width: 0;
  }
  #iz-news-hub-main-container * {
    font-family: 'Arial', sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: auto;
  }

  .iz-news-hub-sidebar-container, .iz-news-hub-stickybar-callout, .iz-news-hub-discovr-outer-wrapper {
    z-index: 2147483645;
  }

  .iz-news-hub-zoom-in {
    animation: iz-news-hub-zoom-in 0.5s ease 0s 1 normal both;
    -webkit-animation: iz-news-hub-zoom-in 0.5s ease 0s 1 normal both;
  }

  .iz-news-hub-bell {
    width: 38px;
    height: 38px;
    stroke: white;
    transform: rotate(0deg);
  }

  .iz-newsHub-bell-shell,
  .iz-news-hub-bell-clapper {
    fill: #1d85fc;
  }

  .iz-news-hub-bell .iz-news-hub-bell-group,
  .iz-news-hub-bell .iz-news-hub-bell-clapper{
    transform-origin: 50% 6px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  .iz-news-hub-bell .iz-news-hub-bell-group {
    transform: rotate(-8deg);
    -webkit-animation: iz-news-hub-animateGroup 2.3s;
    animation: iz-news-hub-animateGroup 2.3s;
  }

  .iz-news-hub-bell .iz-news-hub-bell-clapper {
    transform: translateX(-6.5%);
    -webkit-animation: iz-news-hub-animateClapper 2.3s;
    animation: iz-news-hub-animateClapper 2.3s;
  }

  .iz-news-hub-sticky-red {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: red;
    position: absolute;
    right: 8px;
    z-index: 10;
    top: -5px;
  }

  .iz-news-hub-sticky-red::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: inherit;
    border-radius: 100px;
    z-index: -1;
    animation: iz-news-hub-ripple 1.6s ease-out infinite;
    -webkit-animation: iz-news-hub-ripple 1.6s ease-out infinite;
  }

  .iz-news-hub-d-flex {
    display: flex;
  }

  .iz-news-hub-d-flex-row {
    flex-direction: row;
  }

  .iz-news-hub-d-flex-space-btwn {
    justify-content: space-between;
  }

  .iz-news-hub-d-flex-center {
    justify-content: center;
  }

  .iz-news-hub-d-flex-col {
    flex-direction: column;
  }

  .iz-news-hub-align-item-center {
    align-items: center;
  }

  .iz-news-hub-text-body {
    font: 400 14px/24px 'Arial', sans-serif;
    letter-spacing: normal;
  }

  .iz-news-hub-fs-13 {
    font-size: 13px;
    display: inline-block;
  }

  .iz-news-hub-black-color {
    color: #1A1F36;
  }

  .iz-news-hub-black-color-light {
    color: #6A7590 !important;
  }

  .iz-news-hub-line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.50;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
  }

  .iz-news-hub-line-clamp-4 {
    -webkit-line-clamp: 4;
  }

  .iz-news-hub-btn {
    position: relative;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transition: background-color ease-in 0.1s;
  }

  #iz-news-hub-notification-container .iz-news-hub-btn-gray-at-hover:hover,
  .iz-news-hub-btn-gray-at-hover:hover {
    background-color: rgba(154, 160, 166, 0.2) !important;
  }

  .iz-news-hub-icon-btn {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%;
  }

  .iz-news-hub-animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: iz-news-hub-placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f6f6;
    background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
    background-size: 800px 104px;
    position: relative;
  }

  .iz-share-icons-animation {
    animation: iz-news-hub-animate-slide 0.5s ease-in;
    -webkit-animation: iz-news-hub-animate-slide 0.5s ease-in;
  }

  .iz-news-hub-post-text-container .iz-news-hub-share-div {
    position: relative;
  }

  .iz-news-hub-post-text-container .iz-news-hub-share-before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(239, 239, 239, 1) !important;
    padding: 0 !important;
    border: none !important;
    cursor: pointer;
    min-width: unset;
    outline: none;
  }

  .iz-news-hub-share-before:hover {
    background-color: rgba(239, 239, 239, 1) !important;
  }

  .iz-news-hub-post-text-container .iz-news-hub-share-before.share-before-desktop {
    visibility: hidden;
    transition-duration: 0s;
  }

  .iz-news-hub-share-div .iz-news-hub-share-icons {
    position: absolute;
    right: 36px;
    bottom: -9px;
    z-index: 1;
    background: rgba(243, 243, 243, 1);
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 25%);
    height: 48px;
    display: none;
    flex-direction: row;
    justify-content: center;
  }

  .iz-news-hub-share-icons a {
    width: 32px;
    margin-inline-end: 10px;
  }

  .iz-news-hub-share-icons a:last-child {
    margin-inline-end: 0;
  }

  .iz-news-hub-social-link {
    position: relative;
  }

  .iz-news-hub-social-link .iz-news-hub-icon-tooltip {
    font-size: 14px;
    transition: all ease-in 0.1s;
    background-color: #000;
    opacity: 0.8;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
    padding: 7px 10px;
    line-height: 16px;
    position: absolute;
    top: -37px;
    display: none;
  }

  .iz-news-hub-hide-img {
    display: block;
  }

  .iz-news-hub-hide-icon {
    display: none;
  }

  .iz-news-hub-social-link .iz-news-hub-linkedin-icon-tooltip {
    right: -15px;
  }

  .iz-news-hub-social-link .iz-news-hub-mail-icon-tooltip {
    right: -2px;
  }

  .iz-news-hub-social-link .iz-news-hub-twitter-icon-tooltip {
    right: -50px;
  }

  .iz-news-hub-social-link .iz-news-hub-facebook-icon-tooltip {
    left: -27px;
  }

  .iz-news-hub-social-link .iz-news-hub-whatsapp-icon-tooltip {
    left: -27px;
  }

  .iz-news-hub-social-link .iz-news-hub-share-icon-tooltip {
    left: -10px;
  }
  [dir='rtl'] .iz-news-hub-social-link .iz-news-hub-share-icon-tooltip {
    left: -40px;
  }

  .iz-news-hub-copied-main {
    display: none;
    margin: auto;
    width: calc(100% - 90px);
  }

  .iz-news-hub-copied-div {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    width: calc(100% - 15px);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.75px;
    line-height: 20px;
    color: #fff;
    background: #323232;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.32);
    border-radius: 4px;
    margin: 7.5px;
    padding: 12px 18px;
    direction: ltr;
  }

  .iz-news-hub-copyclose-button {
    color: #1D85FC;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0357143em;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
    padding: 0;
  }

  .iz-news-hub-main-icon {
    display: block;
    animation: iz-news-hub-hide-img 2s;
    -webkit-animation: iz-news-hub-hide-img 2s;
  }

  #iz-news-hub-main-container {
    position: relative;
  }

  #iz-news-hub-icon-container {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 100px !important;
    background-color: #0470EC;
    cursor: pointer;
    z-index: 2147483647;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  }
  #iz-news-hub-floating-icon.iz-news-hub-subscribe #iz-news-hub-icon-container {
    width: 44px;
    height: 44px;
  }
  /* #iz-news-hub-floating-icon.iz-news-hub-unsubscribe #iz-news-hub-icon-container {
    width: 30px;
    height: 30px;
    opacity: 0.8;
    filter: contrast(0.5);
  } */
  /* #iz-news-hub-floating-icon.iz-news-hub-unsubscribe:hover #iz-news-hub-icon-container {
    transition: all 0.2s ease-in;
    width: 44px;
    height: 44px;
    opacity: 1;
    filter: contrast(1);
  } */
  /* .iz-news-hub-cross-visible #iz-news-hub-floating-icon.iz-news-hub-unsubscribe:hover #iz-news-hub-icon-container {
    width: 30px;
    height: 30px;
    opacity: 0.8;
    filter: contrast(0.5);
  } */
  /* #iz-news-hub-floating-icon.iz-news-hub-unsubscribe:hover .iz-news-hub-main-icon {
    width: 20px;
    height: 20px;
  } */
  /* Floating Bell: icon dimentions incase of unsubscribe START */
  /* #iz-news-hub-floating-icon.iz-news-hub-unsubscribe .iz-news-hub-main-icon {
    width: 16px;
    height: 16px;
  }
  #iz-news-hub-floating-icon.iz-news-hub-unsubscribe .iz-news-hub-bell {
    width: 45px;
    height: 45px;
  }
  #iz-news-hub-floating-icon.iz-news-hub-unsubscribe #iz-news-hub-cross-icon {
    width: 14px;
    height: 14px;
  } */
  /* Floating Bell: icon dimentions incase of unsubscribe END */
  .izooto-news-hub-swing-animation {
    -webkit-animation-name: iz-news-hub-swing;
    animation-name: iz-news-hub-swing;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
  }

  #iz-news-hub-bell-icon-tooltip {
    display: none;
    font-size: 14px;
    transition: all ease-in 0.1s;
    position: absolute;
    top: 9px;
    right: 54px;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
    padding: 4px 10px;
    line-height: 18px;
  }
  /* #iz-news-hub-floating-icon.iz-news-hub-unsubscribe:hover #iz-news-hub-bell-icon-tooltip {
    display: none;
  } */
  #iz-news-hub-floating-icon:hover #iz-news-hub-bell-icon-tooltip {
    display: block;
  }
  /* .iz-news-hub-unsubscribe #iz-news-hub-bell-icon-tooltip {
    top: 2px;
  } */

  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-left #iz-news-hub-bell-icon-tooltip,
  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-left #iz-news-hub-bell-icon-tooltip {
    right: unset;
    left: 54px;
  }

  #iz-news-hub-floating-icon .iz-news-hub-main-icon,
  #iz-news-hub-sticky-sidebar-dummy-text .iz-news-hub-main-icon,
  #iz-news-hub-sticky-sidebar .iz-news-hub-main-icon {
    width: 20px;
    height: 20px;
    margin: 0;
  }

  #iz-news-hub-sticky-sidebar-dummy-text.iz-news-hub-sticky-sidebar-dummy-text-left {
    position: absolute;
    display: none;
  }

  #iz-news-hub-sticky-sidebar-dummy-text.iz-news-hub-sticky-sidebar-dummy-text-right {
    position: absolute;
    display: none;
    right: unset;
  }

  #iz-news-hub-floating-icon #iz-news-hub-cross-icon {
    width: 20px;
    height: 20px;
  }

  .iz-news-hub-sidebar-container {
    min-width: 164px;
    max-width: 100%;
    max-height: 41px;
    padding: 10px 16px;
    color: #ffffff;
    background-color: #0470EC;
    border-radius: 4px 4px 0 0;
    direction: ltr;
    cursor: pointer;

    position: fixed;
    bottom: 50%;
    transform: rotate(-90deg);

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  #iz-news-hub-sticky-sidebar.iz-news-hub-sidebar-container-left {
    transform: rotate(-90deg);
    border-radius: 0 0 4px 4px;
  }

  .iz-news-hub-sidebar-container-left .iz-news-hub-sticky-red {
    bottom: -5px;
    top: auto;
    z-index: 2147483647;
  }

  .iz-news-hub-sidebar-container #iz-news-hub-sidebar-text {
    width: 100%;
    margin-inline-start: 15px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
  }

  #iz-news-hub-notification-container.iz-news-hub-notification-container {
    display: none;
    width: 320px;
    height: var(--widget-height);
    position: fixed;
    z-index: 2147483647;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 39%);
  }

  .iz-news-hub-animate-pop-in {
    transform: translateX(-100%);
    animation: iz-news-hub-animate-pop-in 0.5s 1 forwards;
    -webkit-animation: iz-news-hub-animate-pop-in 0.5s 1 forwards;
    animation-timing-function: ease;
  }

  .iz-news-hub-animate-pop-out {
    transform: translateX(100%);
    animation: iz-news-hub-animate-pop-out 0.5s 1 forwards;
    -webkit-animation: iz-news-hub-animate-pop-out 0.5s 1 forwards;
    animation-timing-function: ease;
  }

  .izootoSlideAnimation {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
  }

  .izooto-slide-in-right-animation {
    -webkit-animation-name: izootoSlideInRight;
    animation-name: izootoSlideInRight;
  }

  .izooto-slide-out-right-animation {
    -webkit-animation-name: izootoSlideOutRight;
    animation-name: izootoSlideOutRight;
  }

  .izooto-slide-in-left-animation {
    -webkit-animation-name: izootoSlideInLeft;
    animation-name: izootoSlideInLeft;
  }

  .izooto-slide-out-left-animation {
    -webkit-animation-name: izootoSlideOutLeft;
    animation-name: izootoSlideOutLeft;
  }

  .iz-news-hub-icon-discoverability-text {
    width: 220px;
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #1A1F36;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  #iz-news-hub-icon-discoverability {
    position: absolute;
    top: -5px;
    right: 35px;

    width: max-content;
    max-width: 350px;
    max-height: 54px;
    height: 54px;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
    padding: 5px;
    padding-inline-start: 35px;
    background: #FFFFFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 4px;
    cursor: pointer;
    direction: ltr;
  }

  /* .iz-news-hub-unsubscribe ~ #iz-news-hub-icon-discoverability {
    top: -12px;
  } */

  #iz-news-hub-icon-sticky-discoverability {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  
  .iz-news-hub-stickybar-callout {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    position: fixed;
    top: 44%;
    left: 0;
    direction: ltr;

    border-radius: 4px;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    padding-inline-end: 6px;

    background: #FFFFFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .iz-news-hub-stickybar-callout-right {
    left: unset;
    right: 0;
  }
.iz-news-hub-stickybar-callout-left {
    left: 0;
    right: unset;
  }
  #iz-news-hub-stickybar-wrapper .iz-news-hub-stickybarCallout-slideIn-right,
  #iz-news-hub-stickybar-wrapper .iz-news-hub-stickybarCallout-slideOut-right {
    left: unset;
    right: 0;

    flex-direction: row-reverse;
    padding-inline-end: 0;
    padding-inline-start: 5px;
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
  }
  #iz-news-hub-stickybar-wrapper .iz-news-hub-stickybarCallout-slideIn-right #iz-news-hub-icon-sticky-discoverability,
  #iz-news-hub-stickybar-wrapper .iz-news-hub-stickybarCallout-slideOut-right #iz-news-hub-icon-sticky-discoverability {
    flex-direction: row-reverse;
    margin-inline-end: 10px;
  }
  #iz-news-hub-stickybar-wrapper .iz-news-hub-stickybar-callout-close {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 52px;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    background: #1d85fc;
    padding: 0px 8px;
    cursor: pointer;
  }

  .iz-news-hub-slideInRight {
    -webkit-animation: iz-news-hub-slideInRight 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: iz-news-hub-slideInRight 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  #iz-news-hub-notification-container.iz-news-hub-notification-container-left {
    right: unset;
    left: 0;
    border-radius: 0 10px 10px 0;
  }

  #iz-news-hub-notification-header {
    position: absolute;
    z-index: 9;
    width: 100%;
  }

  #iz-news-hub-title-container {
    box-sizing: border-box;
    padding: 18px;
    max-height: 56px;
    background-color: #0470EC;
    justify-content: center;
    border-start-end-radius: 10px;
    border-start-start-radius: 10px;
  }
  .iz-news-hub-sidebar-container ~ #iz-news-hub-notification-header #iz-news-hub-title-container {
    border-start-end-radius: 0;
  }
  .iz-news-hub-floating-icon-container-bottom-right ~ #iz-news-hub-notification-container #iz-news-hub-title-container,
  .iz-news-hub-floating-icon-container-top-left ~ #iz-news-hub-notification-container #iz-news-hub-title-container,
  .iz-news-hub-floating-icon-container-bottom-left ~ #iz-news-hub-notification-container #iz-news-hub-title-container,
  .iz-news-hub-floating-icon-container-top-right ~ #iz-news-hub-notification-container #iz-news-hub-title-container {
    border-start-end-radius: 10px;
  }
  #iz-news-hub-notification-container.iz-news-hub-notification-container-left #iz-news-hub-title-container {
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
  }

  #iz-news-hub-title-container svg {
    vertical-align: middle;
  }

  #iz-news-hub-notification-container .iz-news-hub-header-title-wrapper {
    width: calc(100% - 24px);
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  #iz-news-hub-notification-container .iz-news-hub-header-title-wrapper .iz-news-hub-header-branding-text {
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.25px;
  }

  #iz-news-hub-notification-container .iz-news-hub-header-title-wrapper .iz-news-hub-header-branding-text .izooto-txt {
    border-bottom: 1px solid;
  }


  #iz-news-hub-notification-container .iz-news-hub-header-title-text {
    cursor: default;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  #iz-news-hub-notification-container .iz-news-hub-close-news-hub-btn {
    display: flex;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: transparent;
    outline: none;
  }

  #iz-news-hub-notifications-body-container {
    width: 100%;
    height: 100%;
    padding-top: 66px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .iz-news-hub-alerts-container {
    position: sticky;
    bottom: 0;
    top: 84%;
    z-index: 9;
    background: #fff;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  #iz-news-hub-notifications-body-container .iz-news-hub-noti-blocked-wrapper,
  #iz-news-hub-notifications-body-container .iz-news-hub-noti-default-wrapper {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    width: calc(100% - 10px);
    padding: 10px;
    margin: 5px;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
  }

  #iz-news-hub-notifications-body-container .iz-news-hub-noti-blocked-wrapper {
    background-color: #FFECEB;
    border: 1px solid #FFE1DF;
  }

  #iz-news-hub-notifications-body-container .iz-news-hub-noti-default-wrapper {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.06);
  }

  #iz-news-hub-notifications-body-container .iz-news-hub-noti-blocked-wrapper svg {
    width: 20px;
    margin-inline-end: 10px;
  }

  #iz-news-hub-notifications-body-container .iz-news-hub-noti-blocked-wrapper .iz-news-hub-noti-blockd-txt {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.15px;
  }

  #iz-news-hub-notifications-body-container .iz-news-hub-noti-blocked-wrapper .iz-news-hub-noti-blockd-txt .know-more-txt {
    border-bottom: 1px solid;
    position: relative;
    cursor: pointer;
  }

  #iz-news-hub-notifications-body-container .iz-news-hub-noti-blocked-wrapper .iz-news-hub-noti-blockd-txt .know-more-txt .know-more-txt-tooltip {
    display: none;
    position: absolute;
    width: 275px;
    left: auto;
    right: auto;
    bottom: 27px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 10px 7px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    z-index: 9;
    background: #FFFFFF;
    border-radius: 4px;
  }

  #iz-news-hub-notifications-body-container .iz-news-hub-noti-blocked-wrapper .iz-news-hub-noti-blockd-txt .know-more-txt .know-more-txt-tooltip img {
    width: 100%;
    max-height: 175px;
  }

  #iz-news-hub-notifications-body-container .iz-news-hub-noti-blocked-wrapper .iz-news-hub-noti-blockd-txt .know-more-txt .know-more-txt-tooltip:after {
    content: "";
    position: absolute;
    left: 22%;
    bottom: -11px;
    width: 0;
    height: 0;
    border-inline-end: 1.25rem solid transparent;
    border-inline-start: 1.25rem solid transparent;
    border-top: 1.25rem solid #fff;
  }

  #iz-news-hub-notifications-body-container .iz-news-hub-noti-blocked-wrapper .iz-news-hub-noti-blockd-txt .know-more-txt:hover>.know-more-txt-tooltip {
    display: block;
  }

  #iz-news-hub-notifications-body-container .iz-news-hub-noti-default-wrapper #enable-turned-off-notis-cta {
    background-color: #0470EC;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
  }


  #iz-news-hub-posts-header {
    width: 100%;
    max-width: 390px;
    max-height: 30px;
    position: fixed;
    z-index: 1;
    padding: 10px 20.5px;
    background-color: #f3f3f3;
    box-sizing: border-box;
  }

  #iz-news-hub-posts-header span {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
  }

  #iz-news-hub-posts-main-container {
    width: 100%;
    height: calc(var(--widget-height) - 64px);
    overflow-y: auto;
    background: #fff;
    border-end-end-radius: 10px;
    border-end-start-radius: 10px;

    scrollbar-width: none;
  }
 
  #iz-news-hub-notifications-body-container.iz-news-hub-subscribe,
  #iz-news-hub-notifications-body-container.iz-news-hub-unsubscribe {
    height: calc(100% - 62px);
  }

  #iz-news-hub-no-notifications-container {
    height: 100%;
  }

  #iz-news-hub-no-notifications-container .title {
    margin-top: 13px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #374163;
    line-height: 24px;
    direction: ltr;
  }

  #iz-news-hub-notification-container .iz-news-hub-notification-loader {
    width: 100%;
    padding: 10px 15px;
    background-color: #ffffff;
  }

  #iz-news-hub-notification-container .iz-news-hub-notification-loader.iz-news-hub-post-container:hover {
    background-color: transparent;
  }

  #iz-news-hub-notification-container .iz-news-hub-post-icon-wrapper-loader {
    width: 110px;
    min-width: 110px;
    height: 70px;
  }

  #iz-news-hub-notification-container .iz-news-hub-post-text-loader-container {
    width: 100%;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }

  #iz-news-hub-notification-container .iz-news-hub-post-text-loader-container .iz-news-hub-post-heading-loader {
    width: 100%;
    height: 14px;
    margin-bottom: 5px;
    border-radius: 3px;
  }

  #iz-news-hub-notification-container .iz-news-hub-post-text-loader-container .iz-news-hub-post-datetime-loader {
    width: 169px;
    height: 14px;
  }

  #iz-news-hub-notification-container .iz-news-hub-post-container {
    width: 100%;
    padding: 15px 10px;
    cursor: pointer;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    transition: background-color ease-in 0.1s;
    -webkit-tap-highlight-color: transparent;
  }

  #iz-news-hub-notification-container .iz-news-hub-post-container:hover {
    background-color: #f9f9f9;
  }

#iz-news-hub-ads-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
  }

  .iz-news-hub-customer-icon-container {
    position: relative;
    min-width: 110px;
    height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 4px;
  }

  .iz-reverse-order .iz-news-hub-post-container .iz-news-hub-customer-icon-container {
    order: 1
  }

  .iz-reverse-order .iz-news-hub-share-div {
    order: -1
  }

  .iz-no-preview .iz-news-hub-share-div {
    display: none;
  }

  .iz-news-hub-customer-icon-container img {
    height: 100%;
    max-width: 110px;
    border-radius: 4px;
    z-index: 1;
  }

  .iz-news-hub-customer-icon-container .no-preview {
    display: none;
  }

  #iz-news-hub-notification-container .iz-news-hub-post-text-container {
    width: 100%;
    position: relative;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #iz-news-hub-notification-container .iz-news-hub-post-text-container .iz-news-hub-notification-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
  }

  #iz-news-hub-notification-container .iz-news-hub-post-text-container .iz-news-hub-notification-view-more {
    text-decoration: none;
    font-size: 14px;
    color: #1d85fc;
  }

  #iz-news-hub-notification-container .iz-news-hub-post-options-container {
    width: 30px;
    position: relative;
    align-items: flex-end;
  }

  #iz-news-hub-notification-container .iz-news-hub-notification-unread-indicator {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 30%;
    border-radius: 50%;
    background-color: #1d85fc;
  }

  #iz-news-hub-notification-container .iz-news-hub-notification-share-btn {
    display: none;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    padding: 0;
    line-height: unset;
    background-color: transparent;
  }

  #iz-news-hub-notification-container .iz-news-hub-post-container:hover .iz-news-hub-notification-share-btn {
    display: flex;
  }

  #iz-news-hub-notification-container .iz-news-hub-notification-share-options-container {
    display: none;
    width: 166px;
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
  }

  #iz-news-hub-notification-container .iz-news-hub-notification-share-options-container .options-text {
    font-size: 16px;
    padding: 6px 12px;
    background: #f2f2f2;
    border-radius: 11px 11px 0 0;
  }

  #iz-news-hub-notification-container .iz-news-hub-notification-share-options-container .iz-news-hub-post-share-options-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column wrap;
  }

  #iz-news-hub-notification-container .iz-news-hub-notification-share-options-container .iz-news-hub-post-share-options-list li {
    list-style: none;
  }

  #iz-news-hub-notification-container .iz-news-hub-notification-share-options-container .iz-news-hub-post-share-options-list li a {
    text-decoration: none;
    transition: background-color ease-in 0.1s;
    padding: 15px 12px;
  }

  #iz-news-hub-notification-container .iz-news-hub-notification-share-options-container .iz-news-hub-post-share-options-list li a svg {
    width: 24px;
    margin-inline-end: 15px;
  }

  .iz-newshub-no-branding {
    margin-bottom: 0 !important;
  }

  #iz-news-hub-notification-container .iz-news-hub-branding-text {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
  }

  .iz-news-hub-end-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #818181;
    text-align: center;
    direction: ltr;
  }

  .pb-40 {
    padding-bottom: 40px !important;
  }

  .pb-74 {
    padding-bottom: 74px !important;
  }

  #iz-news-hub-end-text:hover {
    background: #fff !important;
    cursor: default;
  }

  #iz-news-hub-main-container .iz-news-hub-blur-image-container {
    position: absolute;
    width: 110px;
    height: 75px;
    top: 0;
    left: 0;
  }
  #iz-news-hub-sticky-sidebar .iz-news-hub-new-indicator {
    padding: 2px 4px;
    border-radius: 2px;
    background: rgba(255, 179, 0, 1);
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    
    position: absolute;
    top: 10px;
    right: -27px;
    z-index: 2147483647;
    display: none;
  }

   /* For sinarplus.sinarharian.com only */
   .staging-homepage-2.global-block-template-1 #iz-news-hub-sticky-sidebar .iz-news-hub-new-indicator {
    top: 4px;
    right: -10px;
    line-height: normal;
    padding: 1px 3px;
  }
  /* end */
  #iz-news-hub-discovr-outer-wrapper .iz-news-hub-new-indicator {
    padding: 2px 4px;
    border-radius: 2px;
    background: rgba(255, 179, 0, 1);
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    
    position: absolute;
    top: -8px;
    right: -20px;
    z-index: 2147483647;
    display: none;
  }
  #iz-news-hub-discovr-outer-wrapper .iz-news-hub-blur-image-container {
    position: absolute;
    width: 100%;
    height: 75px;
    top: 0;
    left: 0;
  }

  #iz-news-hub-main-container .iz-news-hub-blur-image-svg {
    width: 110px;
    height: 75px;
    border-radius: 4px;
  }
  
  /* for callout only start */
  .iz-news-hub-icon-discoverability-img-wrapper .iz-news-hub-blur-image-container .iz-news-hub-blur-image-svg {
    height: 45px!important;
  }
  /* for callout only end */

  #iz-news-hub-main-container .iz-news-hub-blur-image-svg image {
    width: 100%;
    height: 100%;
  }

  #iz-news-hub-discovr-outer-wrapper .iz-news-hub-blur-image-svg {
    width: 100%;
    height: 75px;
    border-radius: 4px;
  }


  .iz-news-hub-icon-discoverability-img-wrapper {
    display: flex;
    position: relative;
    width: 110px;
    height: 45px;
    justify-content: center;
  }

  #iz-news-hub-discovr-outer-wrapper .iz-news-hub-icon-discoverability-img-wrapper {
    position: relative;
    border-radius: 4px;
  }

  #iz-news-hub-main-container .iz-news-hub-icon-discoverability-img-wrapper img {
    z-index: 1;
    border-radius: 4px;
  }

  .iz-news-hub-discovr-outer-wrapper {
    position: fixed;
    display: flex;
    justify-content: flex-end;
  }

  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-left {
    bottom: 80px;
    left: 21px;
  }

  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-right {
    bottom: 80px;
    right: 21px;
  }

  .iz-news-hub-floating-icon-container-bottom-right #iz-news-hub-icon-discoverability,
  .iz-news-hub-floating-icon-container-top-right #iz-news-hub-icon-discoverability {
    padding-inline-start: 5px;
    padding-inline-end: 26px;
  }

  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-left #iz-news-hub-bell-icon-tooltip,
  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-right #iz-news-hub-bell-icon-tooltip {
    top: 4px;
    margin-top: 4px;
  }

  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-right {
    top: 50px;
    right: 21px;
  }

  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-left {
    top: 50px;
    left: 21px;
  }

  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-left .iz-news-hub-icon-discoverability-img-wrapper,
  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-left .iz-news-hub-icon-discoverability-img-wrapper {
    order: 1;
  }

  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-left #iz-news-hub-icon-discoverability,
  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-left #iz-news-hub-icon-discoverability {
    left: -6px;
    right: unset;

    padding-inline-start: 54px;
    border-start-start-radius: 50px;
    border-end-start-radius: 50px;
  }

  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-right #iz-news-hub-icon-discoverability,
  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-right #iz-news-hub-icon-discoverability {
    left: unset;
    right: -4px;

    padding-inline-end: 54px;
    border-start-end-radius: 50px;
    border-end-end-radius: 50px;
  }

  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-right #iz-news-hub-icon-discoverability .iz-news-hub-icon-discoverability-text,
  #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-right #iz-news-hub-icon-discoverability .iz-news-hub-icon-discoverability-text {
    padding-inline-end: 0;
    padding-inline-start: 5px;
  }

  @keyframes iz-news-hub-zoom-in {
    0% {
      opacity: 0;
      transform: scale(0);
    }

    50% {
      transform: scale(1.1);
    }

    100% {
      transform: scale(1);
    }
  }

  @keyframes iz-news-hub-animateGroup {
    0% {
      transform: rotate(0deg);
    }

    35.084% {
      transform: rotate(-20deg);
    }

    48.2405% {
      transform: rotate(20deg);
    }

    57.0115% {
      transform: rotate(-20deg);
    }

    64.9054% {
      transform: rotate(20deg);
    }

    74.5535% {
      transform: rotate(-20deg);
    }

    100% {
      transform: rotate(0deg);
    }
  }

  @keyframes iz-news-hub-animateClapper {
    0% {
      transform: translateX(0%);
    }

    17.542% {
      transform: translateX(0%);
    }

    21.9275% {
      transform: translateX(-1%);
    }

    35.084% {
      transform: translateX(11%);
    }

    48.2405% {
      transform: translateX(-11%);
    }

    52.626% {
      transform: translateX(0%);
    }

    59.6428% {
      transform: translateX(10%);
    }

    68.4138% {
      transform: translateX(-11%);
    }

    78.939% {
      transform: translateX(11%);
    }

    85.9558% {
      transform: translateX(-11%);
    }

    100% {
      transform: translateX(0);
    }
  }

  @keyframes iz-news-hub-ripple {
    from {
      opacity: 1;
      transform: scale(0);
    }

    to {
      opacity: 0;
      transform: scale(3);
    }
  }

  @keyframes iz-news-hub-placeHolderShimmer {
    0% {
      background-position: -468px 0;
    }

    100% {
      background-position: 468px 0;
    }
  }

  @keyframes iz-news-hub-swing {
    20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }

    40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }

    60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }

    80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }

    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @keyframes izootoSlideInRight {
    0% {
      -webkit-transform: translateX(320px) translateY(-50%);
      transform: translateX(320px) translateY(-50%);
    }
    100% {
      -webkit-transform: translateX(0) translateY(-50%);
      transform: translateX(0) translateY(-50%);
    }
  }

  @keyframes izootoSlideOutRight {
    0% {
      -webkit-transform: translateX(0) translateY(-50%);
      transform: translateX(0) translateY(-50%);
    }

    100% {
      -webkit-transform: translateX(320px) translateY(-50%);
      transform: translateX(320px) translateY(-50%);
    }
  }

  @keyframes izootoSlideInLeft {
    0% {
      -webkit-transform: translateX(-320px) translateY(-50%);
      transform: translateX(-320px) translateY(-50%);
    }

    100% {
      -webkit-transform: translateX(0) translateY(-50%);
      transform: translateX(0) translateY(-50%);
    }
  }

  @keyframes izootoSlideOutLeft {
    0% {
      -webkit-transform: translateX(0) translateY(-50%);
      transform: translateX(0) translateY(-50%);
    }

    100% {
      -webkit-transform: translateX(-320px) translateY(-50%);
      transform: translateX(-320px) translateY(-50%);
    }
  }
  
  @keyframes iz-news-hub-animate-slide {
    0% {
      opacity: 0;
      transform: translateY(0px);
    }

    50% {
      opacity: 0.5;
      transform: translateY(-30%);
    }

    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }

  @keyframes iz-news-hub-hide-img {
    0% {
      display: none;
    }
  }

  @keyframes iz-news-hub-animate-pop-in {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(52%);
    }
  }

  @keyframes iz-news-hub-animate-pop-out {
    100% {
      transform: translateX(52%);
    }
  }

  @keyframes iz-news-hub-slideInRight {
    0% {
      -webkit-transform: translateZ(0) translateX(-2px);
      transform: translateZ(0) translateX(-2px);
      opacity: 0;
    }

    25% {
      transform: translateZ(0) translateX(0);
    }

    100% {
      -webkit-transform: translateZ(0) translateX(2px);
      transform: translateZ(0) translateX(2px);
      opacity: 1;
    }
  }

  .iz-news-hub-slideOutRight {
    -webkit-animation: iz-news-hub-slideOutRight 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: iz-news-hub-slideOutRight 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  @keyframes iz-news-hub-slideOutRight {
    0% {
      -webkit-transform: translateZ(0) translateX(2px);
      transform: translateZ(0) translateX(2px);
      opacity: 1;
    }

    45% {
      transform: translateZ(0) translateX(0);
      opacity: 0;
    }

    100% {
      -webkit-transform: translateZ(0) translateX(-2px);
      transform: translateZ(0) translateX(-2px);
      opacity: 0;
    }
  }

  .iz-news-hub-slideInLeft {
    -webkit-animation: iz-news-hub-slideInLeft 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: iz-news-hub-slideInLeft 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  @keyframes iz-news-hub-slideInLeft {
    0% {
      -webkit-transform: translateZ(0) translateX(-2px);
      transform: translateZ(0) translateX(-2px);
      opacity: 0;
    }

    25% {
      transform: translateZ(0) translateX(0px);
    }

    100% {
      -webkit-transform: translateZ(0) translateX(2px);
      transform: translateZ(0) translateX(2px);
      opacity: 1;
    }
  }

  .iz-news-hub-slideOutLeft {
    -webkit-animation: iz-news-hub-slideOutLeft 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: iz-news-hub-slideOutLeft 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  @keyframes iz-news-hub-slideOutLeft {
    0% {
      -webkit-transform: translateZ(0) translateX(2px);
      transform: translateZ(0) translateX(2px);
      opacity: 1;
    }

    45% {
      transform: translateZ(0) translateX(0px);
      opacity: 0;
    }

    100% {
      -webkit-transform: translateZ(0) translateX(-2px);
      transform: translateZ(0) translateX(-2px);
      opacity: 0;
    }
  }

  [dir='rtl'] .iz-nh-dir-ltr .iz-nh-noti-time-sharing-wrapper,
  .iz-news-hub-notification-createdAt,
  #iz-news-hub-no-notifications-container .message {
    direction: ltr;
  }

  [izdirection='rtl'] .iz-news-hub-share-icons {
    right: unset;
    left: 36px;
  }

  [dir='rtl'] .iz-reverse-order .iz-news-hub-notification-title {
    text-align: left;
  }

  [dir='rtl'] .iz-news-hub-icon-discoverability-text {
    padding-inline-start: 10px;
  }

  [dir='rtl'] #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-right #iz-news-hub-icon-discoverability .iz-news-hub-icon-discoverability-text,
  [dir='rtl'] #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-right #iz-news-hub-icon-discoverability .iz-news-hub-icon-discoverability-text{
    margin-left: 0;
    margin-right: 0;
  }
  
/* Sticky Bar & Callout Animation start */
/* LEFT POSITION START */
.iz-news-hub-stickybarCallout-slideIn-left {
  -webkit-animation: iz-news-hub-stickybarCallout-slideIn-left 1s 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: iz-news-hub-stickybarCallout-slideIn-left 1s 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes iz-news-hub-stickybarCallout-slideIn-left {
  0% {
      -webkit-transform: translateX(-355px);
      transform: translateX(-355px);
      opacity: 0;
  }
    50% {
      opacity: 0.7
  }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1;
  }
}
.iz-news-hub-stickybarCallout-slideOut-left {
  -webkit-animation: iz-news-hub-stickybarCallout-slideOut-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: iz-news-hub-stickybarCallout-slideOut-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes iz-news-hub-stickybarCallout-slideOut-left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  50% {
    opacity: 0.7
  }
  100% {
    -webkit-transform: translateX(-355px);
    transform: translateX(-355px);
    opacity: 0;
  }
}
.iz-news-hub-stickybar-slideOut-left {
  -webkit-animation: iz-news-hub-stickybar-slideOut-left 1s 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: iz-news-hub-stickybar-slideOut-left 1s 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes iz-news-hub-stickybar-slideOut-left {
  0% {
    -webkit-transform: rotate(-90deg) translateY(0);
    transform: rotate(-90deg) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-90deg) translateY(-80px);
    transform: rotate(-90deg) translateY(-80px);
    opacity: 1;
  }
}
.iz-news-hub-stickybar-slideIn-left {
  -webkit-animation: iz-news-hub-stickybar-slideIn-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: iz-news-hub-stickybar-slideIn-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes iz-news-hub-stickybar-slideIn-left {
  0% {
    -webkit-transform: rotate(-90deg) translateY(-80px);
    transform: rotate(-90deg) translateY(-80px);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-90deg) translateY(0);
    transform: rotate(-90deg) translateY(0);
    opacity: 1;
  }
}
/* LEFT POSITION END */
/* RIGHT POSITION START */
.iz-news-hub-stickybarCallout-slideIn-right {
  -webkit-animation: iz-news-hub-stickybarCallout-slideIn-right 1s 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: iz-news-hub-stickybarCallout-slideIn-right 1s 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes iz-news-hub-stickybarCallout-slideIn-right {
  0% {
    -webkit-transform: translateX(355px);
    transform: translateX(355px);
    opacity: 0;
  }
  50% {
    opacity: 0.7
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.iz-news-hub-stickybarCallout-slideOut-right {
  -webkit-animation: iz-news-hub-stickybarCallout-slideOut-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: iz-news-hub-stickybarCallout-slideOut-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes iz-news-hub-stickybarCallout-slideOut-right {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  50% {
    opacity: 0.7
  }
  100% {
    -webkit-transform: translateX(355px);
    transform: translateX(355px);
    opacity: 0;
  }
}

.iz-news-hub-stickybar-slideIn-right {
  -webkit-animation: iz-news-hub-stickybar-slideIn-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: iz-news-hub-stickybar-slideIn-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes iz-news-hub-stickybar-slideIn-right {
  0% {
    -webkit-transform: rotate(-90deg) translateY(80px);
    transform: rotate(-90deg) translateY(80px);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-90deg) translateY(0);
    transform: rotate(-90deg) translateY(0);
    opacity: 1;
  }
}
.iz-news-hub-stickybar-slideOut-right {
  -webkit-animation: iz-news-xhub-stickybar-slideOut-right 1s 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: iz-news-hub-stickybar-slideOut-right 1s 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes iz-news-hub-stickybar-slideOut-right {
  0% {
    -webkit-transform: rotate(-90deg) translateY(0);
    transform: rotate(-90deg) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-90deg) translateY(80px);
    transform: rotate(-90deg) translateY(80px);
    opacity: 1;
  }
}
/* RIGHT POSITION END */
/* Sticky Bar & Callout Animation end */

  /* Floating Bell widget placement as per direction START */
  #iz-news-hub-notification-container.iz-news-hub-top-left {
    top: 95px;left: 36px;bottom: unset;right: unset;transform: translate(0, 0);border-radius: 10px;
  }
  #iz-news-hub-notification-container.iz-news-hub-top-right {
    top: 95px;right: 36px;bottom: unset;left: unset;transform: translate(0, 0);border-radius: 10px;
  }
  #iz-news-hub-notification-container.iz-news-hub-bottom-left {
    bottom: 135px;left: 36px;top: unset;right: unset;transform: translate(0, 0);border-radius: 10px;
  }
  #iz-news-hub-notification-container.iz-news-hub-bottom-right {
    bottom: 135px;right: 36px;top: unset;left: unset;transform: translate(0, 0);border-radius: 10px;
  }
  /* Floating Bell widget placement as per direction END */
  
  /* Widget animations in case of Floating Bell START */
  /* Top / Left */
	.iz-news-hub-scale-top-left {
    -webkit-animation: iz-news-hub-scale-topLeft 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) var(--direction) forwards;
	        animation: iz-news-hub-scale-topLeft 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) var(--direction) forwards;
  }
  @keyframes iz-news-hub-scale-topLeft {
    0% {
      -webkit-transform: scale(0);transform: scale(0);
      -webkit-transform-origin: var(--transform-origin-top-left);transform-origin: var(--transform-origin-top-left);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);transform: scale(1);
      -webkit-transform-origin: var(--transform-origin-top-left);transform-origin: var(--transform-origin-top-left);
      opacity: 1;
    }
  }
 
  /* Top / Right */
  .iz-news-hub-scale-top-right {
    -webkit-animation: iz-news-hub-scale-topRight 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) var(--direction) forwards;
	          animation: iz-news-hub-scale-topRight 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) var(--direction) forwards;
  }
  @keyframes iz-news-hub-scale-topRight {
    0% {
      -webkit-transform: scale(0);transform: scale(0);
      -webkit-transform-origin: var(--transform-origin-top-right);transform-origin: var(--transform-origin-top-right);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);transform: scale(1);
      -webkit-transform-origin: var(--transform-origin-top-right);transform-origin: var(--transform-origin-top-right);
      opacity: 1;
    }
  }

  /* Bottom / Left */
	.iz-news-hub-scale-bottom-left {
    -webkit-animation: iz-news-hub-scale-bottomLeft 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) var(--direction) forwards;
	        animation: iz-news-hub-scale-bottomLeft 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) var(--direction) forwards;
  }
  @keyframes iz-news-hub-scale-bottomLeft {
    0% {
      -webkit-transform: scale(0);transform: scale(0);
      -webkit-transform-origin: var(--transform-origin-bottom-left);transform-origin: var(--transform-origin-bottom-left);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);transform: scale(1);
      -webkit-transform-origin: var(--transform-origin-bottom-left);transform-origin: var(--transform-origin-bottom-left);
      opacity: 1;
    }
  }

  /* Bottom / Right */
  .iz-news-hub-scale-bottom-right {
    -webkit-animation: iz-news-hub-scale-bottomRight 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) var(--direction) forwards;
	          animation: iz-news-hub-scale-bottomRight 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) var(--direction) forwards;
  }
  @keyframes iz-news-hub-scale-bottomRight {
    0% {
      -webkit-transform: scale(0);transform: scale(0);
      -webkit-transform-origin: var(--transform-origin-bottom-right);transform-origin: var(--transform-origin-bottom-right);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);transform: scale(1);
      -webkit-transform-origin: var(--transform-origin-bottom-right);transform-origin: var(--transform-origin-bottom-right);
      opacity: 1;
    }
  }
  /* Widget animations in case of Floating Bell END */

  /* Ripple Effect Animation on bell */
  .iz-news-hub-ripple-bell {
    position: relative;
  }
  .iz-news-hub-ripple-bell:before, .iz-news-hub-ripple-bell:after, .iz-news-hub-ripple-bell span {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 50%;
    opacity: 0.7;
  }
  .iz-news-hub-ripple-bell:before {
    animation: ripple-before 1.5s linear infinite;
  }
  .iz-news-hub-ripple-bell:after {
    animation: ripple-after 1.8s linear infinite;
  }
  .iz-news-hub-ripple-bell span {
    animation: ripple-span 2.1s linear infinite;
  }
  @keyframes ripple-before {
    0% {transform: scale(0);}
    20% {border-color: var(--ripple-color-floating-bell);transform: scale(1);}
    100% {border-color: transparent;transform: scale(1.5);}
  }
  @keyframes ripple-after {
    0% {transform: scale(0);}
    40% {border-color: var(--ripple-color-floating-bell);transform: scale(1);}
    100% {border-color: transparent;transform: scale(1.5);}
  }
  @keyframes ripple-span {
    0% {transform: scale(0);}
    60% {border-color: var(--ripple-color-floating-bell);transform: scale(1);}
    100% {border-color: transparent;transform: scale(1.5);}
  }
  /* Ripple Effect Animation on bell end */
  
  .iz-news-hub-blink-indicator {
    animation-name: iz-news-hub-blink-indicator;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  @keyframes iz-news-hub-blink-indicator {
    0% {
      background: linear-gradient(rgb(245 193 69), rgb(249, 180, 21));
      border-color: rgb(213, 150, 2);
    }
    100% {
      background: linear-gradient(rgb(246 161 0), rgb(245, 178, 20));
      border-color: rgb(247, 177, 15);
    }
  }

  @media screen and (max-width: 1366px) {
    #iz-news-hub-notification-container.iz-news-hub-notification-container {
      height: var(--widget-height-1366);
    }
    #iz-news-hub-notification-container .iz-news-hub-post-container {
      padding: 6px 10px;
    }
    #iz-news-hub-posts-main-container.large-ad{
      height: calc(var(--widget-height-1366) - 66px);
    }
    .iz-news-hub-line-clamp-4 {
      -webkit-line-clamp: 3;
    }
    #iz-news-hub-posts-main-container {
      height: calc(var(--widget-height-1366) - 64px);
    }
  }

  @media screen and (min-width: 481px) {
    .iz-news-hub-social-link:hover .iz-news-hub-icon-tooltip {
      display: block;
    }
  }

  @media screen and (max-width: 480px) {
    /* solution for only for vtvgujrati website START */
    .noJS #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-right,
    .active-mob-menu #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-right {
      bottom: 137px!important;
      right: 20px;
    }
    .noJS #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-right #iz-news-hub-icon-discoverability, .noJS #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-right #iz-news-hub-icon-discoverability {
      right: -14px;
    }

    .noJS #iz-news-hub-notification-container.iz-news-hub-bottom-right {
      bottom: 137px;
      right: 13px;
    }
    .noJS #iz-news-hub-notification-container.iz-news-hub-bottom-left {
      bottom: 137px;
      left: 13px;
    }
    /* solution for only for vtvgujrati website END */
    .iz-news-hub-animate-pop-out {
      animation: iz-news-hub-animate-pop-out 0.5s 1 forwards;
      -webkit-animation: iz-news-hub-animate-pop-out 0.5s 1 forwards;
    }
  
    @keyframes iz-news-hub-animate-pop-out {
      0% {transform: translateX(100%);}
      50% {transform: translateX(60%);}
      100% {transform: translateX(100%);}
    }

    #iz-news-hub-notification-header,
    #iz-news-hub-posts-header {
      max-width: unset;
    }

    #iz-news-hub-notification-container .iz-news-hub-notification-share-btn {
      display: flex;
    }

    #iz-news-hub-notification-container .iz-news-hub-notification-unread-indicator {
      top: 45%;
    }

    .iz-news-hub-post-text-container .iz-news-hub-share-before {
      background: transparent !important;
    }

    .iz-news-hub-end-text {
      align-items: start;
      padding-bottom: 40px;
    }

    #iz-news-hub-bell-icon-tooltip {
      right: 0;
    }
    #iz-news-hub-floating-icon:hover #iz-news-hub-bell-icon-tooltip {
      display: none;
    }

    #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-left #iz-news-hub-bell-icon-tooltip,
    #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-left #iz-news-hub-bell-icon-tooltip {
      right: unset;
      left: 0;
    }

    .iz-news-hub-icon-discoverability-text {
      width: 190px;
    }
  }

  @media screen and (max-width: 410px) {
    #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-left,
    #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-right {
      bottom: 130px;
    }
    #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-right,
    #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-right {
      left: unset;
      right: 5px;
    }

    #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-left,
    #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-left {
      right: unset;
      left: 5px;
    }

    #iz-news-hub-main-container .iz-news-hub-icon-discoverability-img-wrapper img {
      min-width: 110px;
      max-width: 110px;
      height: 45px;
    }

    #iz-news-hub-icon-discoverability {
      width: 350px;
      max-width: unset;
      min-width: unset;
    }
  }
  
  @media screen and (max-width: 360px) {
    #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-left,
    #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-bottom-right {
      bottom: 130px;
    }
    .iz-news-hub-discovr-outer-wrapper {
      right: 10px;
    }
    #iz-news-hub-icon-discoverability {
      width: 350px;
      max-width: unset;
      min-width: unset;
    }
    #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-left,
    #iz-news-hub-discovr-outer-wrapper.iz-news-hub-floating-icon-container-top-right {
      top: 70px;
    }
    #iz-news-hub-discovr-outer-wrapper .iz-news-hub-new-indicator {
      right: -4px;
      top: -5px;
      font-size: 8px;
      padding: 2px 2px;
    }
    /* Floating Bell widget placement as per direction START */
    #iz-news-hub-notification-container.iz-news-hub-top-left {
      top: 70px;left: 4px;bottom: unset;right: unset;transform: translate(0, 0);border-radius: 10px;
    }
    #iz-news-hub-notification-container.iz-news-hub-top-right {
      top: 70px;right: 4px;bottom: unset;left: unset;transform: translate(0, 0);border-radius: 10px;
    }
    #iz-news-hub-notification-container.iz-news-hub-bottom-left {
      bottom: 82px;left: 4px;top: unset;right: unset;transform: translate(0, 0);border-radius: 10px;
    }
    #iz-news-hub-notification-container.iz-news-hub-bottom-right {
      bottom: 82px;right: 4px;top: unset;left: unset;transform: translate(0, 0);border-radius: 10px;
    }
    /* Floating Bell widget placement as per direction END */
  }

  /* Media query for galaxy fold 1 devices */
  @media only screen and (max-width: 320px) and (min-width: 280px) {
    #iz-nh-ads {
      transform: scale(0.9);
    }
    #iz-news-hub-notification-container.iz-news-hub-notification-container {
      width: 278px;
    }
    #iz-news-hub-posts-main-container,
    #iz-news-hub-posts-main-container.large-ad {
      height: calc(var(--widget-height-1366) - 56px);
    }
    #iz-news-hub-notifications-body-container {
      padding-top: 56px;
    }
    #iz-news-hub-notification-container.iz-news-hub-bottom-right {
      right: 1px;
    }
    #iz-news-hub-notification-container.iz-news-hub-bottom-left {
      left: 1px;
    }
    .iz-news-hub-share-div .iz-news-hub-share-icons {
      right: 25px;
    }
    .iz-news-hub-share-icons a {
      margin-inline-end: 5px;
    }
  }

  @media only screen and (width: 717px) and (height: 512px) {
    #iz-news-hub-notification-container.iz-news-hub-notification-container {
      height: var(--widget-height-galaxy-fold);
    }
    #iz-news-hub-posts-main-container {
      height: calc(var(--widget-height-galaxy-fold) - 64px);
    }
  }
  
    .searchwrap input[type=text]{width: 200px;}
  
#header .row{display: flex;align-items: center;}
.headerright {position: relative; z-index: 2;}
.toprightholder {position: absolute; z-index: 0;}
#articledetails p iframe{width: 100%;}
@media (max-width: 768px) {
#navigation, #navigation.fixed_navigation, .brakingnews, .breadcrumbholder, 
body.home-page .brakingnews {margin-top: 80px !important;}
}  
.fancybox-margin{margin-right:15px;}

 .mobilesearch{display: none;}
.mobilesearch .fa_search{font-size: 22px;}
.mobilesocials{display: none;}
#social.socialdefault a.expologo{background: none;}
.expologo img{width: auto;}
.toprightholder{display: flex;align-items: center;justify-content: end;flex-direction: row-reverse;}

#social.socialdefault a.expologo {background: none;width: 50px;min-width: 50px; max-width: 50px; position: absolute; top: 0px;padding: 0px; margin: -5px 10px 0 0;}
#social.socialdefault a.expologo img{width: 100%}
@media (max-width: 768px) {
#social.socialdefault a.expologo{width: 36px; min-width: 36px; max-width: 36px; position: relative; top: 0px; padding: 0px; margin: 0;}
#social.socialdefault a.expologo img{width: auto}

.searchwrap{position: absolute;width: 100%;left: 0;text-align: center;top: 54px;background: #b62d30;padding: 15px;} 
.searchwrap input[type=text] {width: 100%;}
.searchwrap form{position: relative}
.mobilesocials{display: block;}
  #navigation{height: 100vh;overflow: scroll;}
  #social, #social.social_fixed {position: fixed;width: 100%;left: 0;text-align: center;bottom: 0;background: #b62d30;padding: 10px;top: inherit;}
  .mobilesearch {display: block;position: absolute;top: 14px;left: 63px;border: none; padding: 5px 10px;}
}

 .orangelight.prayer.sidewrap {display: none}
  .widget.prayer.top {display: none}
  
  .prayer-header{
    display: block;
    margin: 0 0 0 12px;
    padding: 0px;
  }

  .prayer-header .icon{
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #737373;
    border-radius: 50px;
    padding: 7px;
    color: #FFF;
    height: 38px
  }

  .prayer-header a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px; 
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 1.5; 
    text-decoration: none;
  }  
  
  .prayer-header div {
    display: flex;
    flex-direction: column;
  }
  
  
  @media (max-width: 768px) {
    .prayer-header { 
        position: absolute;
        top: 12px;
        left: 95px;
    }
    
    .prayer-header a{
      flex-direction: row-reverse;
      gap: 0;
      text-align: left;
    }
      
    .prayer-header .icon {
      background: none;
      color: #000;
    }
  
    .logo {
      width: 70%;
    }
  }
  
    .articledetails .metadata{float: none; display: flex;}
  
  @media (max-width: 768px){  
  	#iz-news-hub-floating-icon #iz-news-hub-icon-container{width: 40px !important; height: 40px !important}  
	#iz-news-hub-floating-icon .iz-news-hub-main-icon, #iz-news-hub-sticky-sidebar .iz-news-hub-main-icon{width: 20px !important; height:20px !important}  	
	}
	
	input {font-size:16px!important}

#mainForm,#mainForm1,#mainForm2{
border: 1px solid #cfcfcf !important; width:60%; padding:20px; border-radius:6px;
}

@media (min-width: 300px) and (max-width: 750px) {
.red-box {
padding:10px!important;width:92%; margin:auto;}
#mainForm,#mainForm1,#mainForm2{
width:82%;
}
}
/* .mb-2 */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* .fs-3 */
.fs-3 {
  font-size: 20px;

}

/* .fw-5 */
.fw-5 {
  font-weight: 500 !important;
}

/* .mb-1 */
.mb-1 {
  margin-bottom: 30px !important;
}

/* .form-control */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* .form-control-lg */
.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* .text-b */
.text-b {
  font-weight: bold;
}

/* .mb-3 */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* .w-100 */
.w-100 {
  width: 100% !important;
}

/* .btn */
.btn {
text-transform:uppercase;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Roboto", sans-serif;
}

/* .btn-primary */
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

/* .fs-8 */
.fs-8 {
  font-size: 0.875rem !important;
}

/* .fw-7 */
.fw-7 {
  font-weight: 700 !important;
}

/* .lh-1 */
.lh-1 {
  line-height: 1 !important;
}

/* .text-w */
.text-w {
  color: #ffffff !important;
}

/* .py-3 */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* .px-3 */
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* .shadow */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.bg-g1 {
    background-color: #f7f7f7 !important;
}
.p-4 {
    padding: 1.5rem !important;
}

.border {
    border: 1px solid #cfcfcf !important;
}
.ls-n1 {
    letter-spacing: -0.002em !important;
}
.lh-2 {
    line-height: 1 !important;
}
.fs-16 {
    font-size: calc(1.34275rem + 1.113vw) !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
label{ font-family: "Roboto", sans-serif;}
#mainForm,#mainForm1,#mainForm2 h3{
 font-family: "Roboto", sans-serif; text-transform: uppercase; margin-bottom: 15px;}
 .iti__selected-dial-code{font-family: "Roboto", sans-serif!important; }

.p-2 {
    padding: 0.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.m-auto {
    margin: auto !important;
}

/* Clases de alineación y texto */
.text-center {
    text-align: center !important;
}

/* Clases de imágenes y figuras */
.figure {
    margin: 0;
    display: inline-block;
}

.w-100 {
    width: 100% !important;
}

.border {
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem;
}

/* Clases de botones */
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

			   .floating-button2 {

text-align:center;
width:220px;
margin:auto;
      border-radius: 4px !important;
      border: 1px solid black !important;
      font-weight: 700 !important;
      background-color: white !important;
      z-index: 1000;
      padding: 0px 20px;
      text-decoration: none;
      font-size: 16px;
      line-height: 22px;
	  cursor:pointer;
    }

    .floating-button2 a {
      color: black;
      text-decoration: none;
	    white-space: nowrap;
    }

    .floating-button2:hover {
      background-color: #D0001A !important;
    }

    .floating-button2:hover a {
      color: white !important;
    }