.fade-in {
  animation-fill-mode: forwards;
  animation: fadeInUp 1.5s 0.4s ease both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-4 .accordion.v1.v1-0-1 .accordion-item .accordion-body {

  word-break: break-word;
}
.btn-29 :after,
.btn-29 :before,
.btn-29:after,
.btn-29:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-29 {
  -webkit-tap-highlight-color: transparent;

  background-image: none;
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
}

.btn-29:disabled {
  cursor: default;
}

.btn-29:-moz-focusring {
  outline: auto;
}

.btn-29 svg {
  display: block;
  vertical-align: middle;
}

.btn-29 [hidden] {
  display: none;
}

.btn-29 {
  --tilt: 30px;
  place-content: center;
}
.btn-29:hover {
  border: none;
}
.btn-29.btn-blue {
  border: 2px solid #0670fb;
}
.btn-29.btn-purple {
  border: 2px solid #6767ff;
}

.btn-29,
.btn-29 .text-container {
  overflow: hidden;
  position: relative;
}

.btn-29 .text-container {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-29 .text {
  display: block;
  font-weight: 600;
  position: relative;
}

.btn-29:hover .text {
  -webkit-animation: move-right-alternate 0.3s ease forwards;
  animation: move-right-alternate 0.3s ease forwards;
  color: #f50;
}

.btn-29.btn-blue:hover .text {
  color: #0670fb;
}

.btn-29.btn-purple:hover .text {
  color: #6767ff;
}

.btn-29.btn-outline-black:hover .text {
  color: #fff;
}

.btn-29:before {
  -webkit-animation: move-out 0.3s ease;
  animation: move-out 0.3s ease;
  background: #fff;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  content: "";
  height: 100%;
  left: calc(-100% - var(--tilt));
  position: absolute;
  top: 0;
  width: calc(100% + var(--tilt));
}
.btn-29.btn-outline-black:before {
  background: #212121;
}

.btn-29:hover:before {
  -webkit-animation: move-in 0.3s ease forwards;
  animation: move-in 0.3s ease forwards;
}

@-webkit-keyframes move-in {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes move-in {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes move-out {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes move-out {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}

.support-page {
  color: #212121;
}

.support-page a {
  color: #212121;
}

.support-page a:hover {
  color: #ff5500;
}

.support-page .title {
  font-size: 32px;
  font-weight: 900;
  line-height: 140%;
}

@media (min-width: 992px) {
  .support-page .title {
    font-size: 36px;
  }
}

@media (min-width: 1600px) {
  .support-page .title {
    font-size: 48px;
  }
}

.support-page .section1 {
  background: url(../png/support-mob-bg.png) no-repeat center;
  padding: 40px 0 64px;
  background-size: cover;
}

.support-page .section1 .input-box {
  margin-top: 32px;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}

@media (min-width: 992px) {
  .support-page .section1 .input-box {
    margin-top: 36px;
    width: 846px;
  }
}

@media (min-width: 1400px) {
  .support-page .section1 .input-box {
    width: 978px;
    font-size: 1.125rem;
  }
}

.support-page .section1 .input-box input {
  position: relative;
  padding: 10px 16px;
  width: 100%;
  outline: none;
  border-radius: 6px;
  border: 1px solid #D8DFE2;
  background: #FFFFFF;
}

.support-page .section1 .input-box input:focus {
  border: 2px solid var(--05, #ffb38e);
}

.support-page .section1 .input-box input::-moz-placeholder {
  color: #bdc3c6;
  font-size: 18px;
  font-weight: 400 !important;
}

.support-page .section1 .input-box input::placeholder {
  color: #bdc3c6;
  font-size: 18px;
  font-weight: 400 !important;
}

@media (min-width: 992px) {
  .support-page .section1 .input-box input {
    padding: 16px 24px;
  }
}

@media (min-width: 1400px) {
  .support-page .section1 .input-box input {
    padding: 18px 24px;
  }
}

.support-page .section1 .input-box .search-btn {
  cursor: pointer;
  outline: none;
  border: none;
  width: 46px;
  height: 44px;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #ff681c;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
}

.support-page .section1 .input-box .search-btn:hover {
  background: #ff5500;
}

.support-page .section1 .input-box .search-btn::after {
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  background-size: cover;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M12.8333 22.1667C17.988 22.1667 22.1667 17.988 22.1667 12.8333C22.1667 7.67868 17.988 3.5 12.8333 3.5C7.67868 3.5 3.5 7.67868 3.5 12.8333C3.5 17.988 7.67868 22.1667 12.8333 22.1667Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M24.4998 24.4998L19.4248 19.4248" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

@media (min-width: 992px) {
  .support-page .section1 .input-box .search-btn {
    width: 48px;
    height: 48px;
    right: 6px;
  }
}

@media (min-width: 1920px) {
  .support-page .section1 .input-box .search-btn {
    width: 56px;
    height: 56px;
  }
}

.support-page .section1 .hot-words {
  margin-top: 26px;
}

.support-page .section1 .hot-words .hot-title {
  font-weight: 600;
}

.support-page .section1 .hot-words .word-list > a {
  color: #212121;
  text-decoration: underline;
  margin: 0 8px;
}

.support-page .section1 .hot-words .word-list > a:hover {
  color: #ff681c;
}

@media (min-width: 992px) {
  .support-page .section1 {
    background: url(../png/support-bg.png) no-repeat center;
    background-size: cover;
    padding: 60px 0;
  }
}

@media (min-width: 1400px) {
  .support-page .section1 {
    padding: 112px 0 80px;
  }
}

.support-page .section2 {
  padding: 40px 0 60px;
}

.support-page .section2 .card-list {
  width: 100%;
  margin: 0;
}

.support-page .section2 .card-list > div {
  padding: 8px 0;
}

.support-page .section2 .card-list > div > a {
  height: 100%;
  padding: 32px 16px;
  border-radius: 12px;
  border: 1px solid #d8dfe2;
  cursor: pointer;
  transition: all 0.3s;
}
.support-page .section2 .card-list > div > a:hover {
  text-decoration: none;
  color: inherit;
}
.support-page .section2 .card-list > div > a img {
  width: 48px;
}

.support-page .section2 .card-list > div > a .card-text {
  font-size: 0.875rem;
  margin-top: 4px;
  line-height: 21px;
  color: var(--04, #6b6b6b);
}

.support-page .section2 .card-list > div:hover:nth-of-type(1) > a {
  background: linear-gradient(
      91deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 160, 112, 0.5) 100%
    )
    no-repeat;
}

.support-page .section2 .card-list > div:hover:nth-of-type(2) > a {
  background: linear-gradient(
      91deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 198, 92, 0.5) 100%
    )
    no-repeat;
}

.support-page .section2 .card-list > div:hover:nth-of-type(3) > a {
  background: linear-gradient(
      91deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(206, 255, 122, 0.5) 100%
    )
    no-repeat;
}

.support-page .section2 .card-list > div:hover:nth-of-type(4) > a {
  background: linear-gradient(
      91deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(136, 122, 243, 0.4) 100%
    )
    no-repeat;
}

@media (min-width: 992px) {
  .support-page .section2 .card-list > div {
    padding: 0 10px;
  }

  .support-page .section2 .card-list > div > a {
    padding: 36px 24px;
  }

  .support-page .section2 .card-list > div > a img {
    width: 64px;
  }

  .support-page .section2 .card-list > div > a .card-text {
    margin-top: 8px;
  }

  .support-page .section2 .card-list > div:hover > a {
    border: 1px solid transparent;
    transform: translateY(4px);
  }

  .support-page .section2 .card-list > div:hover:nth-of-type(1) > a {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 160, 112, 0.5) 100%
      )
      no-repeat;
    color: red;
  }

  .support-page .section2 .card-list > div:hover:nth-of-type(2) > a {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 198, 92, 0.5) 100%
      )
      no-repeat;
  }

  .support-page .section2 .card-list > div:hover:nth-of-type(3) > a {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(206, 255, 122, 0.5) 100%
      )
      no-repeat;
  }

  .support-page .section2 .card-list > div:hover:nth-of-type(4) > a {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(136, 122, 243, 0.4) 100%
      )
      no-repeat;
  }
}

@media (min-width: 1400px) {
  .support-page .section2 .card-list > div > a {
    padding: 60px 38px;
  }

  .support-page .section2 .card-list > div > a img {
    width: 100px;
  }

  .support-page .section2 .card-list > div > a .card-text {
    font-size: 1.125rem;
    margin-top: 12px;
    line-height: 27px;
  }
}

@media (min-width: 992px) {
  .support-page .section2 {
    padding: 60px 0 80px;
  }
}

@media (min-width: 1400px) {
  .support-page .section2 {
    padding: 100px 0 96px;
  }
}

.support-page .section3 {
  background: #FFECE399;
  padding: 60px 0;
}
.support-page .section3 .nax-box{
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  margin: 24px auto 0;
}
.support-page .section3 .nax-box .lft{
  flex: 1;
  overflow: auto;
}
.support-page .section3 .nav {
  flex: 1;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  min-height: 66px;
  flex-wrap: nowrap;
}


.support-page .section3 .nav .nav-link {
  cursor: pointer;
  flex: 1;
  min-width: 100px;
  line-height: 150%;
  padding: 6px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;

}
.support-page .section3 .nav .nav-link:nth-child(1){
  min-width: 120px;
}
@media (min-width: 992.1px) {
  .support-page .section3 .nav {
    border-radius: 12px;
    padding: 4px 0;
    min-height: auto;
  }
  .support-page .section3 .nav .nav-link{
    border-radius: 12px;
    margin: 0 10px;
    min-width:auto;
  }
}

.support-page .section3 .nav .nav-link.active {
  background: var(--01, #ff681c);
  color: #fff;
}

@media (min-width: 992px) {
  .support-page .section3 .nax-box{
    width: fit-content !important;
    border-radius: 12px;
    margin-top: 60px;
    font-size: 18px;
  }
  .support-page .section3 .nav .nav-link:nth-child(1){
    min-width: 212px;
  }
  .support-page .section3 .nav {
    width: 697px;
    font-size: 18px;
  }

  .support-page .section3 .nav .nav-link {
    padding: 12px 0;
    font-weight: 600;
  }
}

@media (min-width: 1400px) {
  .support-page .section3 .nav {
    padding: 8px 0;
    width: 739px;
    font-size: 20px;
  }
  .support-page .section3 .nav .nav-link:nth-child(1){
    min-width: 228px;
  }
  .support-page .section3 .nav .nav-link {
    padding: 16px 0;
  }
}

.support-page .section3 .mask .list {
  width: 100%;
  height: 100%;
  margin: 0;
}

@keyframes fade-in {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes fade-out {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.support-page .section3 .mask .list > a {
  text-decoration: none;
  padding: 16px 0;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.support-page .section3 .mask .list > a > div {
  position: relative;
}

@media (min-width: 992px) {
  .support-page .section3 .mask .list > a > div::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    background: #ff681c;
    animation: fade-out 0.5s ease-in-out forwards;
  }
}

.support-page .section3 .mask .list > a img {
  margin-bottom: 6px;
}

.support-page .section3 .mask .list > a svg {
  margin-left: 4px;
  display: none;
}

.support-page .section3 .mask .list > a:hover {
  color: inherit;
  background: rgba(216, 223, 226, 0.2);
}

@media (min-width: 992px) {
  .support-page .section3 .mask .list > a:hover > div {
    color: #ff5500;
  }

  .support-page .section3 .mask .list > a:hover > div::after {
    animation: fade-in 0.5s ease-in-out forwards;
  }
}

.support-page .section3 .card-list {
  margin-top: 12px;
}

.support-page .section3 .card-list > div {
  padding: 12px;
}

.support-page .section3 .card-list > div > div {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 36px 0 20px;
  background: #fff;
  border-radius: 12px;
}

.support-page .section3 .card-list > div > div .icon {
  width: 60px;
}

.support-page .section3 .card-list > div > div .drop-box .drop-icon {
  margin-top: 28px;
  transition: all 0.3s;
}

.support-page .section3 .card-list > div > div .drop-box.open .drop-icon {
  transform: rotate(180deg);
}

.support-page .section3 .card-list > div > div .drop-box.open .mask {
  margin-top: 36px;
  height: auto;
  opacity: 1;
  transform: translateY(0);
}

.support-page .section3 .card-list > div > div .card-title {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.support-page .section3 .card-list > div > div .mask {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
  transform: translateY(100%);
  display: block;
}

.support-page .section3 .card-list > div > div:hover .mask {
  transform: translateY(0);
}

@media (min-width: 992px) {
  .support-page .section3 .card-list {
    margin-top: 24px;
  }

  .support-page .section3 .card-list > div {
    padding: 16px;
  }

  .support-page .section3 .card-list > div > div {
    min-height: 226px;
    padding: 40px 32px 0;
  }

  .support-page .section3 .card-list > div > div .card-title {
    font-weight: 500;
    font-size: 20px;
  }

  .support-page .section3 .card-list > div > div .icon {
    width: 80px;
  }

  .support-page .section3 .card-list > div > div .mask {
    opacity: 1;
    height: 100%;
    background: #fff;
    margin-top: 0;
    position: absolute;
    transform: translateY(100%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: block;
  }

  .support-page .section3 .card-list > div > div .mask .list > a {
    padding: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .support-page
    .section3
    .card-list
    > div
    > div
    .mask
    .list
    > a:nth-child(even) {
    border-right: none;
  }

  .support-page
    .section3
    .card-list
    > div
    > div
    .mask
    .list
    > a:nth-child(3),
  .support-page
    .section3
    .card-list
    > div
    > div
    .mask
    .list
    > a:nth-child(4) {
    border-bottom: none;
  }
}

@media (min-width: 1400px) {
  .support-page .section3 .card-list {
    margin-top: 44px;
  }

  .support-page .section3 .card-list > div > div {
    padding: 83px 12px 70px;
    min-height: 348px;
    height:100%;
  }

  .support-page .section3 .card-list > div > div .card-title {
    font-size: 26px;
  }

  .support-page .section3 .card-list > div > div .icon {
    width: 100px;
  }
}

@media (min-width: 992px) {
  .support-page .section3 {
    padding: 80px 0;
  }
}

@media (min-width: 1400px) {
  .support-page .section3 {
    padding: 104px 0 96px;
  }
}

.support-page .section4 {
  padding: 60px 0;
}

.support-page .section4 .swiper-btn {
  width: 20px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 24px;
  min-width: 24px;
  transition: all 0.5s;
}

.support-page .section4 .swiper-btn.reverse {
  transform: rotate(180deg);
}

.support-page .section3 .swiper-btn {
  width: 20px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 12px;
  min-width: 24px;
  transition: all 0.5s;
}

.support-page .section3 .swiper-btn.reverse {
  transform: rotate(180deg);
}

.support-page .section4 .nav-contanier {
  margin: 40px auto 0;
}

.support-page .section4 .nav-contanier::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: 0;
  background: #d8dfe2;
}

.support-page .section4 .nav-contanier .nav-contanier-content {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.support-page
  .section4 ::-webkit-scrollbar,
  .section3 ::-webkit-scrollbar{
  display: none;
}

@media (min-width: 992px) {
  .support-page .section4 .nav-contanier {
    margin: 60px auto 0;
  }

  .support-page .section4 .nav-contanier::after {
    height: 4px;
  }
}

.support-page .section4 .nav {
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
}

.support-page .section4 .nav .nav-link {
  cursor: pointer;
  padding: 0 12px 20px;
  line-height: 150%;
  white-space: nowrap;
  position: relative;
  text-align: center;
  color: #212121;
}

.support-page .section4 .nav .nav-link.active {
  color: #ff5500;
  font-weight: 600;
}

.support-page .section4 .nav .nav-link.active::after {
  z-index: 99;
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ff5500;
  bottom: 0;
  left: 0;
}

@media (min-width: 992px) {
  .support-page .section4 .nav .nav-link.active::after {
    height: 4px;
  }
}

@media (min-width: 992px) {
  .support-page .section4 .nav {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .support-page .section4 .nav {
    font-size: 20px;
  }
}

.support-page .section4 .tab-content {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .support-page .section4 .tab-content {
    margin-top: 60px;
  }
}

.support-page .section4 .contact {
  background-image: url('../png/sec4-mob-bg.png');
  color: #212121;
  margin-top: 137px;
  border-radius: 12px;
  padding: 0 14px 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.support-page .section4 .contact .mobile-person {
  margin-top: -78px;
}

.support-page .section4 .contact .text {
  max-width: 480px;
  margin-top: 16px;
  line-height: 150%;
  font-size: 1.125rem;
}

.support-page .section4 .contact .btn-outline-primary {
  border: 2px solid #F3FBFE;
  color: white;
  margin-top: 24px;
  font-weight: 600;
  font-size: 18px;
  min-width: 200px;
  border-radius: 6px;
  background: #FF5500;
}

.support-page .section4 .contact .btn-outline-primary:hover {
  background: white;
  color: #ff5500;
}

.support-page .section4 .contact .img-box {
  bottom: 0;
  right: 158px;
  text-align: center;
}

.support-page .section4 .contact .img-box img {
  width: 579px;
}

@media (min-width: 992px) {
  .support-page .section4 .contact {
    background-image: url('../png/sec4-bg.png');
    padding: 55px 44px;
    margin-top: 136px;
  }

  .support-page .section4 .contact .btn-primary {
    margin-top: 36px;
  }

  .support-page .section4 .contact .img-box {
    position: absolute;
  }

}

@media (min-width: 1600px) {
  .support-page .section4 .contact {
    padding: 110px 80px;
    margin-top: 170px;
  }

}

@media (min-width: 992px) {
  .support-page .section4 {
    padding: 80px 0 1 0px;
  }

  .support-page .section4 .nav-contanier {
    max-width: 946px;
  }

  .support-page .section4 .nav-contanier .nav-link {
    padding: 0 2rem 1rem;
  }
}

@media (min-width: 1400px) {
  .support-page .section4 {
    padding: 104px 0 200px;
  }

  .support-page .section4 .nav-contanier {
    max-width: 1266px;
  }

  .support-page .section4 .nav-contanier .nav-link {
    padding: 0 2rem 1.5rem;
  }
}

.accordion.v1.v1-0-1 .accordion-item {
  background: none;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 12px !important;
  border-radius: 12px;
  border: none !important;
}

.accordion.v1.v1-0-1 .accordion-item .accordion-button {
  padding: 12px 16px;
  line-height: 150%;
}

.accordion.v1.v1-0-1 .accordion-item .accordion-button:hover {
  color: #ff5500;
}

.accordion.v1.v1-0-1 .accordion-item .accordion-button.collapsed {
  background: rgba(180, 211, 255, 0.1);
}

.accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="%23212121"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="%23212121"/> </svg>');
}

@media (min-width: 992px) {
  .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
    width: 40px;
    height: 40px;
  }
}

.accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed) {
  background: inherit;
  color: #212121;
  padding-bottom: 0;
  font-weight: 600;
}

.accordion.v1.v1-0-1
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="%23212121"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="%23212121"/> </svg>');
}

.accordion.v1.v1-0-1 .accordion-item .accordion-body {
  padding: 1rem 2rem 1.5rem 1rem;
  background: inherit;
  color: #212121;
}

.accordion.v1.v1-0-1 .accordion-item:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    font-weight: 600;
    padding: 1.5rem 2.25rem;
  }

  .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 0.625rem 8rem 24px 2.25rem;
    font-size: 1.125rem;
  }
}

@media (min-width: 1400px) {
  .accordion.v1.v1-0-1 .accordion-body {
    padding: 0.625rem 9rem 24px 2.25rem;
  }
}

.p1 {
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .p1 {
    font-size: 1rem;
  }
}

@media (min-width: 1400px) {
  .p1 {
    font-size: 1.125rem;
  }
}

h4 {
  font-size: 18px;
  font-weight: 900;
  color: #212121;
}

@media (min-width: 992px) {
  h4 {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  h4 {
    font-size: 28px;
  }
}

input {
  box-shadow: none;
}



@media (max-width: 1600px) {
  .support-page .section4 .contact .img-box img {
    width: 432px;
  }

  .support-page .section4 .contact .img-box {
    right: 158px;
  }
}


@media (max-width: 1370px) {
  
  .support-page .section4 .contact .img-box {
    right: 95px;
  }
}
@media (max-width: 1279px) {
  .support-page .section4 .contact .img-box img {
    width: 362px;
  }
  .support-page .section4 .contact .img-box {
    right: 0;
  }
}
@media (max-width: 980px) {
  .support-page .section4 .contact .img-box img {
    width: 342px;
    max-width: none;
  }

  .support-page .section4 .contact .img-box {
    position: relative;
    height: 220px;
    top: -80px;
    right: auto;
    left: auto;
  }

}
@media (max-width: 500px) {
  .support-page .section4 .contact .img-box img {
    max-width: 100%;
  }
}
