.fiftyOfferSec {
    padding: 7px 15px 8px;
/* background: url(../images/hedBanner.webp); */
background: linear-gradient(90deg, #165EFF 0%, #9F2CF6 42.52%, #6C38DC 76.77%, #2149B7 100%);
position: sticky;
top: 0;
z-index: 22;
background-size: cover;
text-align: center;
background-position: center;
}
.fiftyOfferSec p{
display: flex;
justify-content: center;
gap: 5px;
align-items: center;
margin-bottom: 0px !important;
padding: 0 15px;
}
.fiftyOfferSec p {

font-weight: 450;

font-size: 16px;

line-height: 150%;

color: #fff!important;
font-family: 'CircularStd' !important;
}
.fiftyOfferSec p strong{
font-weight: 700;
font-family: 'CircularStd' !important;
}
.fiftyOfferSec .hideIcon {
position: absolute;
right: 98px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
header.mpw-navbar.fixed-header {
top: 31px;
}
.fiftyOfferSec .claimLink{
width: max-content;

text-decoration: underline;
display: flex;
align-items: center;
justify-content: center;
text-underline-offset: 3px;
color:#fff;
position: relative;
font-weight: 400;
font-style: Medium;
font-size: 14px;
border-radius: 3px;
line-height: 100%;
letter-spacing: 0%;

transition: all 0.4s ease;
font-family: inter !important;
}

.claimLink:hover{
text-decoration: none;

}
.claimLink::after{
content: '';
background: url(../../images/head-arrow-cta.svg);
display: inline-block;
margin-left: 6px;
width: 18px;
height: 13px;
vertical-align: middle;
position: relative;
top: 2px;
filter: brightness(0) saturate(100%) invert(96%) sepia(4%) saturate(16%) hue-rotate(142deg) brightness(105%) contrast(104%);
}
.headerAnimatWrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
  padding: 0px 0;
  position: relative;
  display: flex;
}
.animateItem {
  display: inline-block;
  animation: slide2 15s linear infinite;
  flex-shrink: 0;
}
.animateItem p {
display: inline-flex;
margin: 0;
padding: 0 40px;
color: white;
font-size: 14px;
font-family: inter !important;
font-weight: 400;
white-space: nowrap;
position: relative;
}
.animateItem p::before{
    content:'';
    background: url(../../images/animatetextIcon.svg);
    width: 32px;
    height: 14px;
    background-repeat: no-repeat;
    left: 2px;
    position: absolute;
}
.headerAnimatWrap:hover .animateItem {
animation-play-state: paused;
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 575px) {
.fiftyOfferSec .hideIcon {
    right: 20px;
}
.animateItem p::before{
    left: -50px;
}
.fiftyOfferSec p{
gap: 6px;
}
.fiftyOfferSec p{

font-size: 13px;

}

.fiftyOfferSec .claimLink {
    padding: 0 4px;
    height: 25px;
    display: flex;
    font-size: 13px;
    width: 100px;
}

.fiftyOfferSec p {
    gap: 6px;
    max-width: 80%;
    margin: 0 auto;
}
.hideIcon svg{
    width:18px;
}
}
@media (max-width: 991px) {
header.mpw-navbar.fixed-header {
    top: 31px;
}

}
.tawk-icon-left{
opacity: 0!important;
}