.header .flex-row .logo svg path {
  fill: #F2751A !important;
}



.header .flex-row .logo {
  width: 145px;
  cursor: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}

.mob-visible .logo {
  width: 145px;
  cursor: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 20px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}

.white-background.mini a.logo {
  color: #1f2122;
}

.allways-white .logo {
  width: 145px;
  cursor: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  font-size: 35px;
  font-weight: 700;
  color: #fff !important;
}

.allways-white.header .logo svg g path:nth-of-type(1) {
  fill: #F2751A !important;
  stroke: transparent !important;
}

.header:not(.white-background) .sub-menu {
  border-bottom: 1px solid rgba(255, 254, 253, 0.15) !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}

.footer-new+.footer-wrap .footer .star-img {
  position: absolute;
  left: 90%;
  height: auto;
  width: 500px;
  object-fit: contain;
  object-position: bottom center;
  bottom: -100px;
  top: auto;
}