.main-menu ul li.menu-item-has-children > a:after,
.th-mobile-menu ul li a::before {
  content: "";
  display: none;
}

.hero-1 .hero-card {
  padding: 51px 15px;
  height: stretch;
}
.page-catagery-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 25px;
  padding: 0;
}

.page-catagery-list .th-btn {
  width: 100%;
  justify-content: space-between;
}
.page-header {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* .mt-40 {
  margin-top: 40px;
} */

.profile__form-row label {
  margin-bottom: 20px;
}

.profile__form-row input {
  padding: 0;
  height: 35px;
  font-size: 16px;
}
.billing-form__block textarea {
  padding: 0;
  min-height: 100px;
  font-size: 20px;
  margin-bottom: 0;
}

.profile__form-row span {
  font-size: 12px;
}

.btn-default {
  margin-top: 30px;
  background-color: #d4ff12;
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  color: #000;
}
.billing-credits__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.billing-credits__total {
  font-weight: 700;
  font-size: 18px;
  color: #7b5dff;
}
.chat__content-block {
  position: relative;
  margin-bottom: 50px;
}

.chat__content.loading-chat .chat__content-item:last-child {
  margin-bottom: 50px;
}

.chat__content.loading-chat .chat__content-load {
  display: block;
}

.chat__content-load {
  position: absolute;
  bottom: -50px;
  max-width: 120px !important;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.chat__content-item:not(:last-child) {
  border-bottom: 1px solid #484848;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.chat__content-time {
  text-align: center;
  margin-bottom: 10px;
}

.chat__content-request {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.chat__content-request p {
  background: #d4ff12;
  padding: 10px;
  border-radius: 10px;
  margin: 0;
  max-width: 90%;
}

.chat__content-response {
  display: flex;
}

.chat__content-response p {
  background: #7b5dff;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 0;
  max-width: 90%;
}
.checklist li {
  flex-direction: column;
  align-items: flex-start;
  font-size: 20px !important;
  gap: 4px;
}
.checklist strong {
  font-size: 24px;
}
.checklist p {
  font-size: 20px;
  /* margin-top: 7px; */
}

@media (max-width: 500px) {
  .preim_img {
    display: none;
  }
  .billing-credits__left {
    max-width: 150px;
  }
  .page-catagery-list ul {
    gap: 15px;
  }
  .billing-credits__row {
    margin-top: 30px;
  }
  .header-logo img {
    max-width: 150px;
  }
  .page-header {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .checklist li {
    font-size: 18px !important;
  }
  .checklist strong {
    font-size: 20px;
  }
  .checklist p {
    font-size: 18px;
    /* margin-top: 7px; */
  }
}
@media (max-width: 1900px) {
  .hero-1 .hero-card .box-number {
    font-size: 42px;
    line-height: 38px;
  }
}

@media (max-width: 1500px) {
  .hero-1 .hero-card .box-number {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .img-100,
  .img-100 .box-img,
  .img-100 img {
    height: 100%;
  }
  .img-100 img {
    object-fit: cover;
  }
  .page-header {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.footer_btn {
  width: max-content;
  height: max-content;
}
html {
  /* scroll-behavior: smooth !important; */
  scroll-padding-top: 30px !important;
}
.main-menu a {
  text-transform: none;
}
.dropdowns {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.dropdown {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 30px 0;
  /* display: flex; */
  gap: 32px;
  width: 100%;
  cursor: pointer;
  max-width: 1200px;
}

.dropdown__head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.dropdown__title {
  padding-bottom: 30px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.dropdown__text {
  /* padding-left: 16px;
  padding-right: 16px;
  font-size: 16px; */
  margin-bottom: 0;
  max-height: 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease-out;
  cursor: pointer;
  color: #000;
}

.dropdown.open .dropdown__text {
  padding-bottom: 16px;
  /* padding-top: 30px; */
}

.dropdown__arrow {
  flex: none;
}

.response {
  position: relative;
  z-index: 2;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: 600;
  display: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 100%;
  transition: all 0.25s ease-out;
  line-height: 18px;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.response.success {
  background-color: rgb(5, 168, 5);
  color: #fff;
  display: flex;
  animation: fade 0.25s ease;
  width: max-content;
}
.login-form .response.success {
  margin-bottom: 0 !important;
}
.response.error {
  background-color: #da4c4c;
  color: #fff;
  display: flex;
  animation: fade 0.25s ease;
  width: max-content;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.box-title,
.title {
  text-transform: none;
}
.process-item .box-img {
  height: stretch;
  max-width: 430px;
  width: 100%;
  flex: none;
}
.process-item .box-img img {
  height: 100%;
  object-fit: cover;
}
.img-box1 .img1,
.img-box1 {
  height: 100%;
}
.header-btn__mobile .header-button .th-btn:not(:last-child) {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-btn__mobile {
  margin-left: 10px;
}
.th-mobile-menu {
  padding-bottom: 20px;
}
.login .billing-form__label {
  max-width: 600px;
}

.form__check {
  display: flex;
  align-items: center;
  max-width: 600px;
  line-height: 120%;
  margin-top: 20px;
}
