body {
  background-color: #f0f9ff;
}
img {
  width: 100%;
}
.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}
.wrapper .wrapMenuBg {
  position: relative;
  top: 0;
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
  box-sizing: border-box;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.wrapper .wrapMenuBg.fixed {
  position: fixed;
}
.wrapMenuBg .menuBg {
  width: 100%;
}
.wrapMenuBg .menuList {
  display: flex;
  width: 100%;
}
.wrapper .wrapMenuBg .logoBg {
  padding: 2px;
}
.wrapMenuBg .menuList li {
  border-left: 1px solid #010c78;
  flex: 1 1;
  display: flex;
  justify-content: center;
}
.wrapMenuBg .menuList li:first-child {
  border-left: none;
}
.wrapMenuBg .menuList li a {
  font-size: 22px;
  font-weight: 900;
  color: #010c78;
  text-align: center;
  display: flex;
  width: 100%;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: 0.5s;
  text-decoration: none;
}
.wrapMenuBg .menuList li a br {
  display: none;
}
.wrapMenuBg .menuList li a.text:hover {
  background-color: #010c78;
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
}
.wrapMenuBg .menuList li a.offerbtn {
  background-color: #010c78;
  color: #fff;
  position: relative;
}
.wrapMenuBg .menuList li a.offerbtn:hover {
  position: relative;
  font-size: 25px;
  font-weight: 1000;
}
.offerBg {
  position: relative;
}
.offerBtn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: left center;
  width: 850px;
  max-width: 85%;
}
.btnAction{
  animation-name: btnAction;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
@keyframes btnAction {
  0% {
    transform: scale(1) translate(-50%, 0);
  }

  50% {
    transform: scale(0.9) translate(-50%, 0);
  }

  100% {
    transform: scale(1) translate(-50%, 0);
  }
}
.btn03 {
  bottom: 7%;
}
.btn05 {
  bottom: 7%;
}
.btn01 {
  bottom: 2%;
}

@media only screen and (max-width: 480px) {
  .wrapMenuBg .menuList li a {
    font-size: 4vw;
    padding: 7px 0;
  }
  .wrapMenuBg .menuList li a br {
    display: block;
  }
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  Template css START  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* popup templete */
.popupBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 375px;
  max-height: 90%;
  cursor: pointer;
}
.popup_closeBtn {
  position: absolute;
  top: -6%;
  right: -6%;
  color: white;
  font-size: 2.5rem;
  text-decoration: none;
  border: solid 2px;
}
.popup_closeBtn:hover {
  color: rgb(0, 0, 0);
  background-color: #fff;
  border-color: #fff;
  font-size: 3rem;
  font-weight: 600;
  transition: 0.5s;
  top: -7%;
  right: -7%;
}

/* floatBtn templete */
.floatBtn {
  position: fixed;
  z-index: 1;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 500px;
  max-width: 85%;
  transform-origin: left center;
  animation-name: btnAction;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

/* carousel templete */
.slick_wrap {
  position: relative;
}
.slick_container {
  position: absolute;
  top: 20%;
  width: 100%;
}
.slick {
  width: 90%;
  margin: auto;
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  max-height: 1200px;
  align-items: center;
  justify-content: center;
}
.slick-track .slick-slide img {
  max-height: 1200px;
  object-fit: contain;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  Template css END  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
