.banner-notiftn {
  padding: 0;
  position: relative;
  z-index: 99999;
  background-image: linear-gradient(90deg, #f6f6f6, #f3f3f3);
  -webkit-animation: gradient 35s ease infinite;
  -moz-animation: gradient 35s ease infinite;
  animation: gradient 10s ease infinite;
  background-size: 400% 400%;
}
.banner-notiftn .container {
  max-width: 1230px;
  width: 100%;
  padding: 1px 30px;
}
.strip {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0px;
}
.strip p {
  
  font-weight: 600;
  font-size: 13px;
  line-height: 38px;
  color: #000;
  width: 100%;
}
span.offer-img-wrap {
  padding-left: 7px;
  padding-right: 7px;
  display: inherit;
}
span.highlight-txt {
  padding-left: 7px;
  margin-right: 15px;
  color: #2b2b2b;
}
span.highlight-txt strong {
  font-weight: 600;
}
a.tech-support-btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #000;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a.tech-support-btn:hover:after {
  width: 99%;
}
a.avail-btn {
  padding: 0;
  color: #e35634;
  border-radius: 5px;
  text-align: center;
  
  font-weight: 500;
  line-height: 30px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  text-decoration-color: #ffce00;
  margin-left: 4px;
}
.banner-notiftn span.close {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  right: 25px;
  line-height: 30px;
  cursor: pointer;
  height: 50px;
  z-index: 400;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.call-to-action-wrap {
  margin-left: auto;
  margin-right: 6px;
  width: 27%;
  text-align: right;
  color: #000000;
  font-size: 13px;
}
span.is-live-txt {
  color: #000;
}
a.tech-support-btn {
  
  font-weight: 400;
  font-size: 13px;
  line-height: 38px;
  color: #000;
  position: relative;
}
a.sign-in-btn {
  
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
  border: solid 0.5px #000;
  color: #000;
  padding: 3px 15px;
  border-radius: 3px;
  margin-left: 15px;
  transition: all ease 0.4s;
}
a.sign-in-btn:hover {
  background: #000;
  color: #3c53dc;
  transition: all ease 0.4s;
}
a.avail-btn:hover {
  text-decoration-thickness: 1.5px;
}
a.sign-in-btn:hover {
  background: #000;
  color: #3c53dc;
}
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@media only screen and (max-width: 1201px) {
  .banner-notiftn {
    display: none;
  }
}
span.spacing {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
}
.get_started {
  visibility: hidden;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 1200px) {
  .get_started {
    position: absolute;
    right: 65px;
    top: 19px;
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .get_started a {
    font-size: 14px;
    line-height: 18px;
    background: #ff0935;
    color: #000;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    
    display: inline;
  }
  .header-section .logo-image {
    width: 185px;
    padding: 11px 20px;
  }
}
span.highlight-wrap {
  margin-left: 4px;
  background: #ffce00;
  padding: 0px 9px;
  color: #000000;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  line-height: 21px;
  font-weight: 600;
}
@media screen and (max-width: 340px) {
  .get_started a {
    font-size: 12px;
    line-height: 18px;
    padding: 6px 10px;
  }
  .tpt-menu .logo .fixed-logo {
    height: 30px;
    width: 170px;
  }
  .header-section .logo-image {
    display: flex;
    align-items: center;
    padding: 10px 15px;
  }
  .tpt-menu .logo .fixed-logo {
    width: 120px;
    height: auto;
    max-width: 100%;
  }
  .tpt-menu .hamburger {
    right: 20px;
  }
  .get_started {
    right: 55px;
  }
}
