main {
  background-image: url("/bundle/assets/images/product/car-renewal/svg/overlay.svg");
  background-size: contain;
  background-position: 0px 80px;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.header {
  border-bottom: 2px solid #ffc107;
  height: 88px;
  background-color: #fff;
}
.header .headerTop {
  width: 100%;
}
.header .headerTop ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
  gap: 3.2rem;
  margin-bottom: 0;
  margin-right: 9px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .header .headerTop ul {
    gap: 0;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    /* flex-wrap: wrap; */
  }
}
.header .headerTop ul li {
  padding: 1.15rem;
}
@media (max-width: 767px) {
  .header .headerTop ul li {
    padding: 1rem 0;
 }
}
.header .headerTop ul li a {
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  justify-content: center;
}
@media (max-width: 767px) {
  .header .headerTop ul li a {
    font-size: 12px;
 }
 .header .headerTop ul li a.tele {
  font-size: 12px;
}
}
.header .headerTop ul li a.tele {
  display: flex;
  flex-direction: column;
}
.header .headerTop ul li a.tele span {
  color: #1177bd;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 22px;
}
