/* 2020-11-30 Modify by Grant */
.form-fixedtop {
  top: 0;
}

.form-fixedtop .lineFormTable td .form-control {
  border-radius: 0;
}

.form-fixedtop .lineFormTable tr:last-child td .lineForm_btn {
  padding: 9px 0 10px 0;
  margin-top: -1px;
  border-radius: 0;
}

.form-fixedtop .lineFormTable tr:last-child td .lineForm_btn {
  margin-left: 0;
}

.form-fixedtop .form_title_subtitle {
  font-size: 18px;
  line-height: 18px;
  padding: 0 1rem;
  margin-bottom: 0;
}

.dollors {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -5px;
  margin: 0 0.2rem;
}

.lbird {
  height: 89px;
  width: 72px;
  margin: auto;
}

.lb-call-center {
  background: transparent;
  box-shadow: none;
  right: 15px;
  overflow: inherit;
}

#SideMenuServicBtn {
  background: #11797a;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.btn_animate {
  overflow: hidden;
  position: relative;
}

.btn_animate::before {
  content: '';
  display: inline-block;
  width: 100%;
  padding: 60px 200px;
  opacity: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: mask-ani;
  animation-name: mask-ani;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mainTable .tableWrap .table {
  font-size: 18px;
}

.mainTable .tableWrap .table-borderless tbody td {
  height: 80px;
}

.mainTable .tableWrap .table-borderless .ft-yellow {
  font-size: 30px;
  position: relative;
  bottom: -1px;
}

@-webkit-keyframes mask-ani {
  0% {
    -webkit-transform: rotate(-36deg) translate(0px, -200px);
    transform: rotate(-36deg) translate(0px, -200px);
  }

  70%,
  100% {
    -webkit-transform: rotate(-36deg) translate(0px, 200px);
    transform: rotate(-36deg) translate(0px, 200px);
  }
}

@keyframes mask-ani {
  0% {
    -webkit-transform: rotate(-36deg) translate(0px, -200px);
    transform: rotate(-36deg) translate(0px, -200px);
  }

  70%,
  100% {
    -webkit-transform: rotate(-36deg) translate(0px, 200px);
    transform: rotate(-36deg) translate(0px, 200px);
  }
}

@media (max-width: 768px) {
  .btn_animate {
    /* margin-top: 0.5rem; */
  }

  .form-fixedtop .lineFormTable td {
    padding: 0 0;
  }

  .lb-call-center {
    right: 0;
  }

  .lbird {
    position: absolute;
    top: 0;
    left: -80px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 55px;
  }

  #SideMenuServicBtn {
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 1.5rem 0;
    font-size: 18px;
  }

  .sideMenu .btn .op {
    display: none !important;
    margin-left: 20px;
  }

  #SideMenuServicBtn span {
    position: relative;
    right: -25px;
    display: inline-block;
  }


  .form-fixedtop .close_btn {
    border: 1px solid #666666;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 50px;
    bottom: 0;
    right: 60px;
  }

  .form-fixedtop .close_btn::after {
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
    transform: translate(-50%, -50%) rotateZ(-45deg);
  }

  .form-fixedtop .close_btn::before {
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg);
  }

  .form-fixedtop .close_btn::before,
  .form-fixedtop .close_btn::after {
    content: '';
    width: 66.66%;
    height: 1px;
    background-color: #484848;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
}

/*# sourceMappingURL=custom.css.map */