.appdownload-container {

  display: none;}
@media (max-width:1024px) {
.mytt-app-popup {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.popup-content {
  position: relative;
  text-align: center;
}

.popup-content img {
  max-width: 100%;
  height: auto;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #f44336;
  color: white;
  border-radius: 50%;
  padding: 4px 10px;
  font-weight: bold;
  cursor: pointer;
}
.appdownload-container {
  position: fixed !important;
  top: 12px;
  left: 0;
  right: 0;
        background: #e1e1e1;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px 8px !important;
  box-shadow: 0 4px 28px rgba(0,0,0,0.1);
  border-radius: 12px;

}
.appdownload-container a{     display: flex
  ;
      align-items: center;     font-family: NeoSansStd;
      color: #38373e;
      font-weight: 700;    margin-right: 8px;
      line-height: 1.278;
      text-align: center;}
      .appdownload-container a span{     display: flex
        ;
            align-items: center;     font-family: NeoSansStd;
            color: #58585a !important;
            font-weight: 500 ; font-size: 12px !important;
            line-height: 18px !important;
            text-align: left;}
.appdownload-logo {
  height: 65px; margin-right: 8px;
}

#appdownload-close {
  font-size: 24px;
  color: #000;
  text-decoration: none;
  padding: 0 8px; position: absolute; top:0; right:0px;

}
body.app-banner-visible header {
  padding-top: 126px;  transition: padding-top 0.3s ease;
}
.appdownload-container a.linkdownload{ color:#205fb5 !important; font-size: 13px!important;    margin-right: 0px;}


}