.main-menu ul li.menu-item-has-children > a:after,
.th-mobile-menu ul li a::before {
  content: "";
  display: none;
}
.btn-modal {
  cursor: pointer;
}
.hero-1 .hero-card {
  padding: 51px 15px;
  height: stretch;
}
.page-catagery-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: max-content;
  width: 100%;
  padding: 0;
  margin: 0;
}

.page-catagery-list .th-btn {
  width: 100%;
  justify-content: space-between;
}
.page-header {
  margin-top: 150px;
  padding-bottom: 100px;
}

/* .mt-40 {
  margin-top: 40px;
} */

.profile__form-row label {
  margin-bottom: 20px;
  display: block;
}

.profile__form-row input {
  padding: 0;
  padding-left: 15px;
  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;
}

.billing-credits__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.billing-credits__total {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.billing-credits__row .btn-default {
  transition: all 0.35s ease-out;
}
.billing-credits__row .btn-default:hover {
  background-color: #614ce1 !important;
  color: #fff !important;
}
.page-catagery-list {
  background-color: #614ce1;
  padding: 20px;
  border-radius: 20px;
  max-width: 280px;
}
.page-catagery-list li {
  width: 100%;
}
.page-catagery-list a {
  background: #fff !important;
  color: #614ce1;
  max-width: 100%;
  width: 100%;
  padding: 8px 18px;
  border-radius: 8px;
}
.page-catagery-list a:hover {
  background-color: #614ce1 !important;
}
@media (min-width: 992px) {
  .page-header h1 {
    font-size: 48px;
    line-height: 100%;
  }
}
@media (max-width: 500px) {
  .preim_img {
    display: none;
  }
  .billing-credits__left {
    max-width: 150px;
  }
  .page-catagery-list ul {
    gap: 15px;
  }
  .page-catagery-list {
    margin-bottom: 40px;
  }

  .billing-credits__row {
    margin-top: 30px;
  }
  .header-logo img {
    max-width: 150px;
  }
  .page-header {
    margin-top: 100px;
    padding-bottom: 100px;
  }

  .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;
  }
}
.profile__form-row {
  max-width: 600px;
}
.accordion-area-4 .accordion-item button::after {
  justify-content: flex-end;
}
@media (max-width: 1500px) {
  .hero-1 .hero-card .box-number {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .banner-one-content-left .title {
    font-size: 49px;
    max-width: 515px;
  }
  .img-100,
  .img-100 .box-img,
  .img-100 img {
    height: 100%;
  }
  .img-100 img {
    object-fit: cover;
  }
  .page-header {
    margin-top: 160px;
    padding-bottom: 100px;
  }
}
.footer_btn {
  width: max-content;
  height: max-content;
}
html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 30px !important;
}
.single-service-style-two .disc {
  height: 52px;
}
.single-service-style-two .title {
  height: 50px;
}
.rts-service-area-five .swiper-pagination2 {
  bottom: -60px;
}
.single-service-area-seven {
  padding: 40px 18px;
}
.single-service-area-seven .title {
  font-size: 22px;
}
.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: 47px;
  width: 100%;
  transition: all 0.25s ease-out;
  line-height: 18px;
  border-radius: 12px;
  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;
}
.banner-area-left-service-single .title {
  font-size: 78px;
}
.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;
}
.single-footer-wized-one ul {
  margin: 0px;
  display: flex;
  gap: 30px;
  row-gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.single-footer-wized-one ul li {
  margin: 0;
}
@media (min-width: 1200px) {
  .single-footer-wized-one ul {
    width: max-content;
    gap: 50px;
  }
}
.copyright-area-start {
  margin-top: 30px;
  padding-top: 30px;
}
.footer__menu {
  width: max-content;
  margin: 0;
}
@media (max-width: 500px) {
  .footer__menu {
    margin: 30px 0;
  }
}
.single-pricing-area-two {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: stretch;
}
.single-pricing-area-two .head-pricing .doller-area .title {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0px;
}

.modal {
  position: fixed;
  z-index: 2400;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.81);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: scroll;
  opacity: 0;
  display: none;
}
@media screen and (min-width: 992px) and (min-height: 600px) {
  .modal {
    align-items: center;
  }
}
.modal.open {
  opacity: 1;
  display: flex;
  transition: opacity 0.3s;
}
.modal_center {
  align-items: center;
}
.modal__block {
  background-color: #fff;
  padding: 20px;
  max-width: 940px;
  width: 92%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 2px;
}
@media (min-width: 576px) {
  .modal__block {
    padding: 30px;
    width: 100%;
  }
}
.modal__close {
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 20;
  right: 13px;
  top: 13px;
  cursor: pointer;
}
.modal__img {
  margin: 0 auto 20px;
  display: block;
}
.modal__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #414241;
}
@media (min-width: 576px) {
  .modal__title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .modal__title {
    font-size: 32px;
  }
}
.modal__text {
  color: #616161;
  text-align: center;
  line-height: 120%;
  max-width: 300px;
  margin: 16px auto 30px;
}
.modal__input {
  margin-bottom: 10px;
}
.modal__btn {
  max-width: 100%;
  margin: 10px 0;
}

.modal-content-my {
  width: 100%;
  display: block;
}
.not-enought {
  width: 100%;
}
.enought {
  display: none;
  width: 100%;
}
.modal__content {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.modal__content-item {
}

.modal__content-item-title {
  margin-bottom: 6px;
  color: #777e90;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal__content-item-text {
  margin-bottom: 0;
  font-size: 14px;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  gap: 5px;
}
.modal__content-item-link {
  max-width: 250px;
  word-break: break-all;
}
.modal__content-item-price {
  color: #614ce1;
}
.modal__content-item-discount {
  display: none;
  text-decoration: line-through;
}
.line {
  height: auto;
  width: 1px;
  background-color: #d9d9d9;
}
.link__input-error {
  color: red;
  font-size: 10px;
  margin-top: 5px;
  display: none;
}

.whithout_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: 48px;
  width: 100%;
  transition: all 0.3s ease-out;
  line-height: 18px;
  margin-top: 20px;
  border-radius: 5px;
}

.whithout_response.success {
  background-color: #4db45f;
  color: #fff;
  animation: fade 0.25s ease;
}
.whithout_response.error {
  background-color: red;
  color: #fff;
  animation: fade 0.25s ease;
}
.not-reg__title {
  font-weight: 600;
  font-size: 18px;
  color: #23262f;
  margin-bottom: 12px;
}
.not-reg__form-text {
  color: #444444;
  font-size: 16px;
}
.not-reg .new-btn {
  width: 100%;
  max-width: 100%;
}
.not-reg__inner {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.not-reg__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #f4f5f6;
  border-radius: 20px;
  padding: 24px;
  flex: 0 0 56%;
}

.not-reg__form-input {
  background: #fff;
  border-radius: 5px;
  height: 48px;
  padding: 14px 16px;
  line-height: 100%;
  width: 100%;
  border: 1px solid #614ce1;
  padding: 6px 15px !important;
  border-radius: 8px;
  color: #616161;
  line-height: 100%;
  font-size: 14px;
}
.not-reg__form-nput::placeholder {
  color: #777e90;
}
.not-reg__form-input:focus-visible {
  outline-color: #c46efe !important;
}
.not-reg__content {
  flex: 0 0 calc(44% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.not-reg__ul {
  padding-left: 0;
}
.not-reg__li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 6px;
  display: flex;
  position: relative;
  padding-left: 28px;
  color: #444444;
}
.not-reg__li:before {
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  width: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background-color: #4db45f;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin-right: 15px;
  margin-top: 9px;
  margin-left: 12px;
}
.not-reg__buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.not-reg__buttons .new-btn,
.not-reg__buttons .new-btn_white {
  font-size: 16px;
}
@media (max-width: 992px) {
  .not-reg__form {
    flex: 0 0 100%;
  }
  .not-reg__content {
    flex: 0 0 100%;
  }
}
.modal-content-my {
  flex-direction: column;
}

.not-enought__bottom {
  margin-top: 32px;
  border: 1px solid #f4f5f6;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.not-enought__bottom-text {
  font-size: 26px;
  font-weight: 600;
  color: #23262f;
  max-width: 460px;
}
.modal-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.not-reg__form-textarea {
  height: 100px;
}
.not-enought .new-btn {
  max-width: 372px;
}
.formOrder {
  width: 100%;
}
.new-btn {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enought .new-btn {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 692px) {
  .modal-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .not-enought__bottom-text {
    font-size: 16px;
  }
  .line {
    width: 100%;
    height: 1px;
  }
  .modal__content {
    flex-direction: column;
    gap: 15px;
  }
  .new-btn {
    height: 40px;
  }
  .modal__content-item-title {
    line-height: 100%;
  }
}
.main-nav-area {
  margin: 0 !important;
}

@media (min-width: 950px) {
  .main-nav-area ul.fluxi-desktop-menu .menu-item .fluxi-dropdown-main-element {
    padding: 35px 5px;
  }
}

@media (min-width: 1200px) {
  .main-nav-area ul.fluxi-desktop-menu .menu-item .fluxi-dropdown-main-element {
    padding: 35px 17px;
  }
}
@media (min-width: 1500px) {
  .main-nav-area ul.fluxi-desktop-menu .menu-item .fluxi-dropdown-main-element {
    padding: 35px 22px;
  }
}
.form__check {
  display: flex;
  align-items: center;
  max-width: 600px;
  line-height: 120%;
  margin-top: 20px;
}
