.promotion {
  background: #444;
  position: sticky;
  top: 100px;
  padding: 16px 24px;
  text-align: center;
  z-index: 99997;
}

.promotion p,
.promotion a {
  font-size: 14px !important;
  font-weight: 300 !important;
}

.promotion p {
  margin-right: 24px !important;
}

.promotion .close {
  position: absolute;
  width: 24px;
  height: 24px;
  color: #fff;
  right: 1.5%;
  top: 25%;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
}

.apm-insights-promotion {
  position: fixed;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 8px 12px;
  background: #0f529f;
}

.apm-insights-promotion .close {
  box-sizing: border-box;
  border-color: #9ac9ff !important;
  color: #9ac9ff !important;
  width: 20px;
  height: 20px;
  font-size: 14px;
}

.apm-insights-promotion a {
  color: #ffd734 !important;
  border-bottom: 1px solid #ffd734 !important;
}

.apm-insights-promotion p {
  margin: 0 !important;
  padding: 0 24px;
}

.apm-insights-promotion .close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}

.apm-promotion {
  box-sizing: border-box;
  padding: 12px;
  background: #0f529f;
  color: #ffffff;
  position: sticky;
  z-index: 10;
  top: 100px;
}


.apm-promotion p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  padding: 0 32px;
}

.apm-promotion .close {
  box-sizing: border-box;
  border: 1px solid #9ac9ff;
  border-radius: 40px;
  color: #9ac9ff;
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.apm-promotion a {
  text-decoration: unset;
  color: #ffd734;
  border-bottom: 1px solid #ffd734;
}

.gartner-promotion,
.webinar-insights-promotion {
  display: none;
}

@media screen and (min-width: 1100px) and (max-width: 1240.98px) {
  .apm-promotion {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1025.98px) {

  .apm-promotion,
  .apm-insights-promotion {
    top: 84px !important;
  }
}


/* ===== Promotion top banner (New) start ===== */

.promotion-top-banner {
    padding: 12px 60px 12px 8px;
    text-align: center;
    font-size: 16px;
    background: #fff5d6;
    z-index: 1;
    position: sticky;
    top: 48px;
    display: none;
}

.promotion-top-banner strong {
    font-weight: 500
}

.promotion-top-banner a.btn-text {
    color: #006deb;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    line-height: 1.2;
    font-size: 15px;
    margin-left: 8px;
    padding-right: 14px
}

.promotion-top-banner a.btn-text::before {
    content: "";
    right: 0;
    position: absolute;
    width: 1.5px;
    height: 8px;
    background-color: #006deb;
    border-radius: 2px;
    right: 4px;
    top: 2.75px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.promotion-top-banner a.btn-text::after {
    content: "";
    right: 0;
    position: absolute;
    width: 1.5px;
    height: 8px;
    background-color: #006deb;
    border-radius: 2px;
    right: 4px;
    top: 7.75px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.promotion-top-banner .promotion-close-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.promotion-top-banner .promotion-close-btn::before {
    content: "";
    width: 1.5px;
    height: 16px;
    top: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.promotion-top-banner .promotion-close-btn::after {
    content: "";
    width: 1.5px;
    height: 16px;
    top: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width: 1025px) {
    .promotion-top-banner {
        top: 88px;
        margin-top: 24px;
    }
}

@media screen and (max-width: 575.98px) {
    .promotion-top-banner {
        display: none !important;
    }
}

.promotion-top-banner > span > .fw-500 {
    font-weight: 500;
}


/* ===== Promotion top banner (New)  end ===== */


/*---------  Promotion - banner middle - css start ----------*/

.apm_strip_banner {
    padding: 40px 24px;
    border-radius: 6px;
    background: linear-gradient(90deg, #cee3fc 0%, #F1FBE6 50%, #FAF0D1 100%);
    gap: 24px;
    margin: 0px 0px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
   
}

.apm_strip_banner .apm_strip_content {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.apm_strip_banner .apm_strip_content p {
    margin: 0 !important;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    line-height: 1.6; padding-left: 0;
}

.apm_strip_banner .apm_strip_content p span{font-weight: 500;}

.apm_strip_banner_icon {
    position: absolute;
}

.apm_strip_banner_icon img {
    height: 46px;
    width: 46px;
    max-width: 100%;
    border: 1px solid #EFFAE7 !important;
    border-radius: 50%;
    margin: 0px !important;
}

.apm_strip_cta_div {
    position: relative;
    z-index: 1;
    margin-left: auto;
    flex-shrink: 0;
}

.apm_strip_cta_div a:hover {
    text-decoration: none
}

.apm_strip_btn {
    border-radius: 4px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    padding: 9px 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    font-family: inherit;
    background-color: #e80e19 !important;
    border: 1px solid #e80e19 !important;
    font-size: 16px ;
    color: #fff !important;
}
.apm_strip_btn:hover{background:#d61429 ; border: 1px solid #d61429;}

.apm_strip_banner:before {
    position: absolute;
    top: 10%;
    left: 90px;
    content: "";
    width: 17px;
    height: 16px;
    background: url(../images/apm-demo-strip-bg-pattern-left.svg);
    background-repeat: no-repeat;
    transform: scale(1.2)
}

.apm_strip_banner:after {
    position: absolute;
    bottom: 10%;
    right: 22%;
    content: "";
    width: 33px;
    height: 30px;
    background: url(../images/apm-demo-strip-bg-pattern-right.svg);
    background-repeat: no-repeat;
    transform: scale(1.2)
}


.strip-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 990px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {

    .strip-container{display: flex !important; flex-direction: column;}
    .apm_strip_banner {
        
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .apm_strip_content p {
        text-align: center;
        white-space: normal;
        font-size: 16px !important;
    }

    .apm_strip_cta_div {
        width: 100%;
        text-align: center;
    }

    .apm_strip_btn {
        display: inline-block;
        width: auto;
        font-size: 14px;
        padding: 8px 12px;
    }
}

@media screen and (max-width: 480px) {
    .apm_strip_banner {
        padding: 16px;
        gap: 12px;
    }

    .apm_strip_banner .apm_strip_content p {
        font-size: 16px;
        padding-left: 48px;
    }

    .apm_strip_btn {
        font-size: 14px;
        padding: 8px 14px;
    }
}

/*---------  Promotion - banner middle - css end ----------*/




