body {
  font-family: "Roboto", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

.banner {
  background-image: url("../images/banner-bg.png");
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .swiper-slide {
  opacity: 0 !important;
}

.banner .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.banner h1 {
  text-transform: capitalize;
}

.banner .banner-card .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}

.banner .banner-card {
  background-color: #ffffff80;
  border-radius: 8px;
  padding: 24px 40px 0 40px;
  transition: all 0.2s;
}

.banner .banner-card:hover {
  background-color: #fff;
  transform: scale(1.1);
  transition: all 0.3s;
}

.services-area .ui-widget.ui-widget-content {
  border: 0;
  background-color: transparent;
}

.services-area .ui-widget-header {
  border: 0;
  background-color: transparent;
}

.services-area .ui-tabs .ui-tabs-nav li {
  border: 0;
  background-color: transparent;
  font-weight: var(--font-weight-medium) !important;
}

.services-area .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 16px 30px;
  font-weight: var(--font-weight-medium) !important;
  color: #1f2937;
  box-shadow: 4px 4px 30px 0px #6d6d6d1a;
  font-size: 16px;
  font-weight: 400 !important;
}

.services-area .ui-tabs .ui-state-active .ui-tabs-anchor {
  font-weight: 500 !important;
}

.services-area .ui-state-active a {
  border: solid 1px #3b82f6;
  color: #145aff !important;
}

.services-area .btn-one {
  padding: 16px 30px;
}

.services-area .shadow-md.p-1.bg-white.rounded {
  background-color: #f9fafb;
  border-radius: 12px;
  transition: all 0.2s;
}

.services-area .shadow-md.p-1.bg-white.rounded:hover {
  background-color: #fff;
  box-shadow: 4px 10px 60px 0px #6d6d6d40;
  transition: all 0.3s;
}

.services-area .shadow-md.p-1.bg-white.rounded img {
  background-color: #ffff;
  border-radius: 8px;
  margin: 4px;
  transition: all 0.2s;
}

.services-area .shadow-md.p-1.bg-white.rounded:hover img {
  background-color: #145aff;
  transition: all 0.3s;
}

.services-area .shadow-md.p-1.bg-white.rounded p.text-base {
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.services-area .btn-three {
  box-shadow: 4px 4px 30px 0px #6d6d6d1a;
  background-color: #fff;
  border-radius: 24px;
  border: 0;
}

.services-area .btn-three:hover {
  background-color: #145aff;
  color: #fff;
}

.works-area .card {
  padding: 32px 24px;
  border-radius: 12px;
}

.works-area .card1 {
  background-color: #e4faf2;
}

.works-area .card2 {
  background-color: #ffeee9;
}

.works-area .card3 {
  background-color: #edf1ff;
}

.works-area .card4 {
  background-color: #ffecfe;
}

.works-area .card .icon img {
  min-width: 35px;
}

.left-card {
  background-color: #eff3ff;
  border-radius: 16px;
  padding: 36.5px 40px;
}

.review-slider .swiper-slide.swiper-slide-active .bg-linear-to-r {
  background-color: #111827;
  background-image: none;
  color: #f3f4f6 !important;
}

.review-slider .swiper-slide.swiper-slide-active p {
  color: #f3f4f6 !important;
}

.review-area .swiper-button-next:after,
.review-area .swiper-button-prev:after,
.customer-first-slider .swiper-button-next:after,
.customer-first-slider .swiper-button-prev:after {
  content: "";
}

.review-area .swiper-button-next,
.review-area .swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 45px;
  border: solid 1px #dbd6d3;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111827;
}

.customer-first-slider .swiper-button-next,
.customer-first-slider .swiper-button-prev {
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.customer-first-slider .swiper-button-disabled {
  color: #fff;
  opacity: 1 !important;
  background-color: transparent;
}

.review-area .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-color: #d9d9d9;
}

.review-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #030712;
}

.shop-area .swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  top: 100px;
  font-size: 40px;
}

.shop-area .swiper-pagination-bullet {
  background-color: transparent;
  width: 100px;
  height: 50px;
}

.shop-area {
  background-color: #f7f9fb;
  padding-top: 80px;
  padding-bottom: 80px;
}

.shop-area .swiper-slide {
  box-shadow: 20px 20px 100px 0px #e9ecef;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 40px;
}

.service-feature .ui-state-active .s-feature-tabs {
  background-color: #145aff;
  color: #fff;
}

/* Price switch */

.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  margin-bottom: 80px;
  box-shadow: 6px 12px 31px 0px #8c969d29;
  border-radius: 30px;
  background: white;
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper label {
  font-size: 16px;
  color: #8181ac;
  font-weight: 500;
  text-align: center;
  z-index: 1;
  min-width: 112px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
}

.switch-wrapper [type="radio"]:checked#monthly~label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly~label[for="yearly"] {
  color: white;
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: #145aff;
  transition: transform 0.25s ease-in-out;
}

.switch-wrapper [type="radio"]:checked#yearly+label[for="monthly"]~.highlighter {
  transform: translateX(100%);
}

.plan-selected ul,
.plan-selected * {
  color: #e5e7eb !important;
}

.plan-area .plan ul li {
  display: flex;
  align-items: start;
}

.plan-area .plan ul li i {
  margin-top: 4px;
}

.plan-area .price-btn {
  text-align: center;
}

.wc-shadow {
  box-shadow: 0px 19px 70px 0px #a39fb01a;
}

.faq .ui-accordion-content-active {
  box-shadow: 0px 16px 32px 0px #bfc3db40;
  padding: 40px;
  border-radius: 8px;
  height: auto !important;
}

.faq .ui-accordion-header .ui-icon {
  display: none;
}

.faq .ui-accordion-header-active i {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.home_documentation .ui-accordion-header-active i {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.why-choose .ui-state-active a {
  background-color: #fff;
  box-shadow: 4px 4px 8px 0px #e8e8ef40;
  border-radius: 12px;
}

.why-choose #tabsTwo ul li a {
  padding: 12px;
  padding-right: 50px;
}

.shipping-card {
  box-shadow: 4px 10px 60px 0px #6d6d6d0a;
  box-shadow: -4px 10px 60px 0px #6d6d6d0a;
}

/* modal css  */

.modal {
  display: none;
  position: fixed;
  z-index: 2;
  opacity: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 575px;
  border-radius: 12px;
  text-align: center;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.delete .close {
  color: red;
}

.sidebar {
  top: 0;
  left: -100%;
  height: 100%;
  width: 350px;
  padding-bottom: 50px;
  background-color: #fff;
  position: fixed !important;
  z-index: 9;
  overflow: auto;
  border-right: 1px solid #ccc;
  visibility: hidden;
  transition: 0.4s;
}

.sidebar .close {
  background-color: #1f2937;
  padding: 4px 10px;
  color: #fff;
  border: 0;
  float: right;
}

.sidebar ul li ul {
  list-style: circle;
}

.mobil-header {
  display: none;
}

/* blog page css */

.page-title .breadcrumb>li+li:before {
  content: "/";
  padding: 0;
  position: absolute;
  left: -16px;
  top: 1px;
  color: #90a1ff;
}

.page-title .breadcrumb li {
  font-size: 1rem;
  margin-right: 5px;
  position: relative;
  display: inline-block;
}

.blog-single-section .post h3 {
  font-size: 1.375rem;
  line-height: 1.5em;
  margin: 1.8em 0 1em;
}

.blog-single-section .post h2 {
  font-size: 1.875rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}

.blog-pg-section .post p,
.blog-single-section .post p {
  margin-bottom: 1.5em;
}

.blog-single-section .blog-content .post p a {
  color: #2563eb;
  text-decoration: underline;
}

.responsive-table ul {
  list-style: disc;
}

.blog-single-section .tag-share {
  -webkit-box-shadow: 0 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
  padding: 35px 25px;
  margin: 70px 0;
}

.blog-single-section .tag-share .tag li {
  margin: 5px 0 5px 10px;
  float: left;
}

.blog-single-section .tag-share .tag a {
  background-color: #f8f8f8;
  display: block;
  padding: 9px 18px;
  color: #525252;
  border-radius: 50px;
}

.related-posts .ui.cards {
  display: flex;
  margin: -0.875em -0.5em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ui.three.cards>.card {
  width: calc(33.33333333% - 2em);
  margin-left: 1em;
  margin-right: 1em;
}

.blog-content>.related-posts>.ui.cards>.card>.content {
  height: 180px;
}

.ui.card>.content,
.ui.cards>.card>.content {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  padding: 1em 0;
}

.ui.card> :last-child,
.ui.cards>.card> :last-child {
  margin-top: 14px;
}

.ui.card .content img,
.ui.cards>.card .content img {
  height: 140px;
  width: 100%;
  margin-bottom: 10px;
}

.blog-single-section .more-posts,
.blog-single-section .tag-share {
  margin: 70px 0;
  display: flex;
  justify-content: space-between;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .tag-share .tag {
  display: inline-block;
  float: left;
}

.blog-single-section .more-posts .next-post a,
.blog-single-section .more-posts .previous-post a {
  background-color: #f8f8f8;
  font-weight: 600;
  color: #525252;
  display: block;
  padding: 15px 40px;
  border-radius: 60px;
}

.ui.divider:not(.vertical):not(.horizontal) {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ui.divider {
  margin: 1rem 0;
  line-height: 1;
  height: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.85);
  user-select: none;
}

.related-posts .ui.header,
.ui.header {
  border: none;
  margin: calc(2rem - 0.14285714em) 0 1rem;
  padding: 0;
  font-weight: 700;
  line-height: 1.28571429em;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 2rem;
}

#single-page {
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

#single-page .page-content h1 {
  font-size: 24px;
  font-weight: 600;
  color: #242f6c;
  margin-bottom: 12px;
}

#single-page .page-content h2 {
  font-size: 20px;
  color: #242f6c;
  margin-bottom: 8px;
  margin-top: 24px;
}

#single-page .page-content h2 span {
  font-size: 20px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 600;
}

#single-page .page-content p {
  margin-bottom: 20px;
}

#single-page .page-content p span {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
}

#single-page .page-content ul {
  padding-left: 40px;
  margin-bottom: 20px;
}

#single-page .page-content li {
  list-style: disc;
  margin-bottom: 8px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.container.shop-area {
  max-width: 1400px;
}

#checkout-page .payment-methods .items .item .icons img {
  flex: 1;
  margin: 0 3px;
  border-radius: 0.25rem;
  max-width: 40px;
}

#checkout-page .payment-methods {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}

#checkout-page .payment-methods .items .item {
  margin: 0.5rem 0;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 20px 6px #f8f9fb;
  overflow: hidden;
  display: block;
  font-size: 1.3rem;
}

#checkout-page .payment-methods .items .item .wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

#checkout-page .payment-methods .items .header {
  margin: 0;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: #000 !important;
}

#checkout-page .payment-methods .items .item .icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0 1rem 0 0.5rem;
  flex: 1;
}

#checkout-page .payment-methods .items .item .content {
  flex: none;
  margin-left: auto;
  color: #555;
}

i.blue.icon {
  color: #2185d0 !important;
}

.d-none {
  display: none !important;
}

.profile-page .category-sidebar ul li,
.ticket-support-page .category-sidebar ul li,
.home_ticket-support_create .category-sidebar ul li {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: #1d2330;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2.5);
  color: var(--color-gray-300);
  --tw-duration: 100ms;
  transition-duration: 100ms;
  margin-bottom: 12px;
}

.profile-page .category-sidebar ul li.active,
.ticket-support-page .category-sidebar ul li.active,
.home_ticket-support_create .category-sidebar ul li.active {
  background-color: #111827;
  color: #fff;
}

.ticket-support-page .category-sidebar ul li a {
  width: 100%;
  display: block;
}

.profile-page .category-sidebar ul li a {
  display: block;
}

.profile-page select {
  margin-top: calc(var(--spacing) * 2);
  height: calc(var(--spacing) * 14);
  width: 100%;
  border-radius: 0.25rem;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  padding-left: calc(var(--spacing) * 3);
  color: var(--color-gray-600);
}

#user .profile .items .ui.image,
#guest .profile .items .ui.image {
  width: 100px;
  height: 100px;
  display: block;
}

.ui.items>.item {
  display: flex;
  margin: 1em 0;
  width: 100%;
}

.ui.form .fields {
  display: flex;
  flex-direction: row;
  margin: 0 -0.5em 1em;
}

.ui.form .fields>.field {
  flex: 0 1 auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.ui.form .two.fields>.field,
.ui.form .two.fields>.fields {
  width: 50%;
}

.ui.segment {
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  padding: 1em;
  border-radius: 4px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  margin-top: 20px;
}

.ui.yellow.segment:not(.inverted) {
  border-top: 4px solid #111827 !important;
  border-radius: 4px;
}

#user>.items .items-list,
#guest>.items .items-list {
  width: 100%;
  display: table;
}

#user .purchases .titles,
#guest .purchases .titles,
#user .subscriptions .item.titles,
#guest .subscriptions .item.titles {
  display: flex;
  align-items: center;
  background: #1d2330;
  border-radius: 1rem 1rem 0 0;
}

#user>.items,
#guest>.items {
  box-shadow: 0px 19px 70px 0px #a39fb01a;
  background-color: #fff;
  border-radius: var(--radius-xl);
}

#user .purchases .titles>div,
#guest .purchases .titles>div {
  padding: 1rem 8px;
  flex: 1;
  font-size: 1.3rem;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

#user .subscriptions .item>div,
#guest .subscriptions .item>div {
  padding: 1rem 8px;
  flex: 1;
}

#user .purchases .content:not(:last-child),
#guest .purchases .content:not(:last-child) {
  border-bottom: 1px solid whitesmoke;
}

#user .purchases .content,
#guest .purchases .content {
  display: flex;
  align-items: center;
}

#user .purchases .content *,
#guest .purchases .content * {
  font-size: 14px;
  color: var(--color-gray-400);
}

#user .purchases .content .btn-two {
  color: #fff;
}

#user .purchases .content>div,
#guest .purchases .content>div {
  flex: 1;
  text-align: center;
  padding: 1rem;
}

#user .purchases .content .cover a,
#guest .purchases .content .cover a {
  width: 60px !important;
  height: 60px !important;
}

#user .purchases .content .cover a,
#guest .purchases .content .cover a {
  background-size: cover;
  background-position: bottom center;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 500px;
  margin: auto;
}

#user .purchases .content>div.name,
#guest .purchases .content>div.name {
  flex: 2;
}

#user .purchases .content>div.rating .rating,
#guest .purchases .content>div.rating .rating {
  font-size: 1.3rem;
}

.image.rating {
  justify-content: center !important;
  gap: 6px;
  display: flex;
  align-items: center;
}

.image.rating svg {
  max-width: 14px !important;
  margin: 0 !important;
  width: 14px !important;
}

#user .purchases .content .download img {
  max-width: 20px;
  margin: auto;
}

.menu.download-menu {
  display: none;
}

.ui.pagination.menu.shadowless.desktop-only a {
  background-color: #f4f3f2;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  display: inline-block;
}

i.left.chevron.icon {
  --fa: "\f100";
}

.ui.pagination.menu.mobile-only.shadowless {
  display: none;
}

#user .subscriptions .item,
#guest .subscriptions .item {
  display: flex;
  font-size: 1.1rem;
  text-align: center;
  align-items: center;
}

#user .subscriptions .item div,
#guest .subscriptions .item div {
  font-size: 14px;
  color: var(--color-gray-400);
}

#user .subscriptions .item.titles div {
  color: #fff;
}

.error {
  color: #dc3545;
}

.ui.basic.red.label {
  background: none #fff !important;
  color: #db2828 !important;
  border: solid 1px #db2828;
  display: inline-block;
  border-radius: calc(infinity * 1px);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 2);
  text-align: center;
  font-size: 14px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}

#guest .invoices thead,
#user .invoices thead,
.ticket-support-page thead {
  background: #1d2330;
  border-radius: 1rem 1rem 0 0;
}

#guest .invoices thead th,
#user .invoices thead th,
.ticket-support-page thead th {
  font-size: 16px;
  font-weight: 600;
  padding: 1.5rem !important;
  color: #fff;
}

.ui.table,
table.table {
  width: 100%;
  background: #fff;
  text-align: left;
  color: #4b5563;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}

.invoices .table.wrapper {
  width: 100%;
}

table.table tr td,
.ticket-support-page tr td {
  padding: 10px 20px;
}

.custom-noti-img {
  margin-top: 6px;
  margin-left: 10px;
  width: 23px;
  height: 23px;
}

.ui.pagination.menu.shadowless.desktop-only {
  text-align: center;
  padding: 20px 0;
}

.label-primary {
  background-color: #ff7800;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-info {
  background-color: #5bc0de;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

#checkout-page .cart-items {
  min-height: auto !important;
  position: relative;
  line-height: 1.5;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  padding: 2rem;
}

#checkout-page .cart-items .cart-item:first-child {
  margin-top: 0;
}

#checkout-page .cart-items .cart-item {
  display: flex;
  font-size: 1.1rem;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
  margin-top: 1rem;
  position: relative;
}

#checkout-page .cart-items .cart-item .image {
  margin-right: 0.5rem;
}

#checkout-page .cart-items .cart-item>div {
  padding: 0.75rem;
  display: flex;
  align-items: center;
}

#checkout-page .cart-items .cart-item .image a {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: bottom center;
  display: block;
  border-radius: 2rem;
}

#checkout-page .cart-items .cart-item .name {
  flex: 1;
  text-align: left;
  font-size: 1.2rem;
  display: block;
}

#checkout-page .cart-items .cart-item .name a {
  font-size: 16px;
  font-weight: 600;
}

#checkout-page .cart-items .cart-item .name .license {
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 0.25rem;
  padding: 0.25rem 0.5rem 0.15rem;
  background-color: #111827;
  color: #fff;
  display: table;
  border-radius: 4px;
}

#checkout-page .payment-methods .total-fee {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 1.5rem;
  background: #f8f9fb;
  border-radius: 2rem;
}

#checkout-page .payment-methods .total-fee>div {
  padding: 1rem 1.5rem;
  border-radius: 100px;
  background: #fff;
  color: #323232;
}

#checkout-page .payment-methods .total-fee>div.fee {
  margin-bottom: 1rem;
}

#checkout-page .payment-methods .total-fee>div span {
  float: right;
}

#checkout-page .payment-methods .items {
  margin: 1rem 0 0;
  padding: 0;
  font-size: 1.3rem;
  border-radius: 2rem;
  flex: 1;
  width: auto;
  display: flex;
  color: #fff;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

#checkout-page .payment-methods .items .item {
  margin: 0.5rem 0;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  border-radius: 2rem;
  width: 100%;
  box-shadow: 0 0 20px 6px #f8f9fb;
  overflow: hidden;
  display: block;
  font-size: 1.3rem;
}

.item .content i.circle {
  outline: 0;
}

.dot.blue.fa-circle {
  --fa: "\f192";
}

.coupon-box .btn-two {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 56px;
  line-height: 32px;
}

.coupon-box input {
  margin-top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.services-area .shadow-md.p-1.bg-white.rounded img {
  object-fit: contain;
  object-position: top;
  /* height: 250px !important; */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#cookies {
  border-radius: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: none;
  z-index: 9;
  background-color: #111827;
  background-image: none;
  color: #f3f4f6 !important;
}

#cookies p {
  margin-bottom: 20px;
}

#cookies button.button {
  display: inline-block;
  border-radius: calc(infinity * 1px);
  background-color: #f3f4f6;
  padding-inline: calc(var(--spacing) * 11);
  padding-block: calc(var(--spacing) * 3);
  text-align: center;
  font-size: 15px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #0f172a;
}

.home_contact input.w-6 {
  min-width: 24px;
}

.login .linkdin__btn {
  display: flex;
  gap: 20px;
}

.login .linkdin__btn div {
  width: 100%;
}

.blog-pg-section .entry-meta i {
  color: #2563eb;
  padding-right: 6px;
}

.blog-content .post .read-more.bg-\[\#F7F7F7\] {
  background-color: #040e22;
  color: #fff;
}

.blog-sidebar .posts .post .min-w-15 {
  min-width: calc(var(--spacing) * 25);
}

.custom-blogs-image a img,
.custom-blogs-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#user>.items,
#guest>.items {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}

a,
button {
  cursor: pointer;
}

.ui.message {
  text-align: center;
  margin: 1em 1em !important;
}

.off-canvas .blog-view-more-button-area .btn-two {
  padding: 12px 32px !important;
}

.faq .ui-accordion-content p {
  font-size: 18px;
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

.pagination-wrapper .pg-pagination li a {
  background-color: #f5f5f5;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #666;
  border: 0;
  display: block;
  border-radius: 5px;
}

.pagination-wrapper .pg-pagination li.active a {
  background-color: #040e22;
  color: #fff;
}

/* table of content css start*/

.table-of-content-accordion {
  margin-bottom: 20px;
  max-height: 370px;
  min-height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
  margin: 32px 0;
  border: solid 1px var(--color-gray-300);
  border-top: 0;
  border-radius: 0.25rem;
}

.table-of-content-accordion .title {
  background: #111827;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  padding: 12px;
}

.table-of-content-accordion ul {
  padding-left: 28px;
  padding-right: 12px;
}

.table-of-content-accordion ul li {
  margin: 10px auto;
  font-size: 17px !important;
  list-style: disc;
}

.table-of-content-accordion ul li a {
  color: #000 !important;
  text-decoration: none !important;
}

.table-of-content-accordion ul li a.active {
  color: #242f6c !important;
  font-weight: bold;
  text-decoration: none;
}

.sticky-table.sticky {
  transition: all 0s;
  max-width: 460px;
  border-radius: 5px !important;
}

.shop-area .text-7xl {
  font-size: var(--text-2xl);
}

.message.negative {
  color: red;
}

.ui.horizontal.divider:after,
.ui.horizontal.divider:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}

.ui.horizontal.divider:before {
  background-position: right 1em top 50%;
}

.ui.horizontal.divider:after,
.ui.horizontal.divider:before {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
}

#checkout-page .payment-methods .cart-payment .bottom div {
  margin-left: auto;
  padding-left: 1rem;
  color: #404040;
  cursor: pointer;
}

.ui.horizontal.divider {
  display: table;
  white-space: nowrap;
  height: auto;
  margin: "";
  line-height: 1;
  text-align: center;
}

.ui.horizontal.divider:after,
.ui.horizontal.divider:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}

.ui.horizontal.divider:after {
  background-position: left 1em top 50%;
}

.ui.horizontal.divider:after,
.ui.horizontal.divider:before {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
}

/* table of content css end*/

.category-page .category-sidebar ul li a {
  display: flex;
  justify-content: space-between;
}

.all-products .product-grids {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.all-products .product-grids .grid {
  width: 100%;
  min-height: 420px;
  float: none;
  margin: 0;
  border: 1px solid #e6eded;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  position: relative;
  transition: 0.3s;
}

.product-img-tag a img {
  object-fit: cover;
  width: 100%;
  object-position: top;
  height: auto !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.all-products .product-img-tag .featured {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f3f5ff),
      to(#f3f5ff));
  background: linear-gradient(left, #f3f5ff, #f3f5ff);
  color: #242f6c;
  box-shadow: 0 0 5px #5064d0;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 3px 8px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  min-width: 10px;
  text-align: center;
  white-space: nowrap;
}

.all-products .product-details-wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-details h3 {
  font-size: 18px;
  color: #111827;
  font-weight: 500;
}

.all-products .product-details .rating {
  margin-top: 16px;
  font-size: 14px;
  justify-content: start !important;
}

.all-products .product-footer {
  padding: 50px 0px 0;
  margin-top: 0;
  border-top: 0;
  display: flex;
  flex-direction: column;
}

.product-footer-new {
  display: flex !important;
  justify-content: space-between;
}

.all-products .product-footer .price-custome-container {
  width: 75%;
  margin: 0;
  padding: 8px 2px;
}

.all-products .product-footer .price-custome-container1,
.exclusive-product .product-footer .price-custome-container1 {
  width: 100%;
  margin: 0;
  padding: 8px 2px;
}

.all-products .price-wrapper {
  font-size: 15px;
  font-weight: 400;
  margin-top: 14px;
  padding: 6px 2px;
  background: #040e22;
  border-radius: 40px;
  color: #fff;
  text-align: center;
}

.all-products .product-footer .cart a {
  background: #040e22;
  border: 1px solid #040e22;
}

.all-products .product-footer .live-preview-cart .cart a {
  background: #fff;
  border: 1px solid #fff;
}

.all-products .product-footer .cart a {
  height: 32px !important;
  line-height: 32px !important;
  width: 40px;
}

.support .items-list .support-table .support-table-tr {
  background: #1d2330;
  color: #fff;
}

.support .items-list .support-table .support-table-tr th {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 4px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 8px;
}

.login-section .login-container {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.login-container .login-form-container {
  width: 500px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.login-form-container .login-form-title {
  font-size: 24px;
  font-weight: 700;
  color: #242f6c;
  text-align: center;
  margin-bottom: 24px;
  padding: 36px 36px 0;
}

.reset-form-area {
  padding: 0 36px 36px;
}

.login-form-container .create-account-area {
  margin-top: 20px;
  border-top: 1px solid #e6eded;
  padding: 20px 36px 36px;
}

.login-form-container .create-account-area p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.resources-area .grid.grid-cols-3 .blog-button:hover {
  background-color: #1d4ed8;
  color: #fff;
}

.collaborate-area {
  background: linear-gradient(180deg, #145aff 0%, #0c3699 100%);
  padding-top: 120px;
  padding-bottom: 80px;
  color: #fff;
}

.collaborate-area .card .img-box {
  background: #00123b1a;
  border-radius: 12px;
  padding: 30px;
}

.collaborate-area .card .img-box2 {
  background: #ffffff1a;
  border-radius: 12px;
}

.brand-area {
  background-color: #f6f6fa;
  padding-top: 120px;
  padding-bottom: 100px;
}

.home .shop-area .swiper-slide .img-box {
  background: linear-gradient(180deg, #e6f2ff 0%, #bad3ee 100%);
  border-radius: 16px;
  padding: 32px;
}

.home .shop-area .swiper-slide img {
  background-color: #fff;
  border-radius: 8px;
}

.home .shop-area .swiper-slide a.bg-\[\#F7F9FB\] {
  transition: all 0.3s;
  text-align: center;
}

.home .shop-area .swiper-slide a.bg-\[\#F7F9FB\]:hover {
  background-color: #145aff;
  color: #fff;
  transition: all 0.3s;
}

.home_themepaste_service .service-banner .grid.grid-cols-1.xl\:grid-cols-2 div img {
  max-width: 510px;
  margin: 0 auto;
}

.footer .grid.grid-cols-12 {
  gap: 20px;
}

.about-us-card {
  position: relative;
  background: #fafbff;
  border: 1px solid #dee4ff;
  border-radius: 8px;
  padding: 20px;
  transition: 0.3s;
}

.why-us-card-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.about-us-feature-card-area .about-us-feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #242f6c;
  margin: 14px 0;
  text-align: center;
}

.home_documentation .ui.grid,
.home_documentation_category_subcategory .ui.grid,
.home_documentation_category .ui.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0;
  gap: 32px;
}

.home_documentation .ui.grid .column.left,
.home_documentation_category_subcategory .ui.grid .column.left,
.home_documentation_category .ui.grid .column.left {
  width: 340px;
}

.home_documentation .ui.grid>.column:not(.row),
.home_documentation_category_subcategory .ui.grid>.column:not(.row),
.home_documentation_category .ui.grid>.column:not(.row) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.home_documentation .ui.grid .column.right,
.home_documentation_category_subcategory .ui.grid .column.right,
.home_documentation_category .ui.grid .column.right {
  flex: 1;
}

.documentation .left.column .documentation-sidebar .nav-links {
  list-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.documentation .left.column .documentation-sidebar .nav-links li {
  color: rgb(63, 88, 118);
  font-size: 16px;
  font-weight: 600;
}

.documentation .left.column .documentation-sidebar li .ui-state-active {
  background-color: #111827;
  color: #fff;
  padding: 16px;
}

.documentation .left.column .documentation-sidebar .nav-links .iocn-link {
  display: flex;
  justify-content: space-between;
}

.documentation .left.column .documentation-sidebar .nav-links .sub-menu {
  list-style: none;
  margin-bottom: 10px;
}

.documentation .left.column .documentation-sidebar .nav-links li:last-child {
  margin-bottom: 10px;
}

.documentation .left.column .documentation-sidebar .sub-menu li:first-child {
  padding-top: 10px;
}

.documentation .left.column .documentation-sidebar .nav-links .sub-menu li a {
  font-size: 14px;
  color: rgb(86, 110, 139);
  font-weight: 500;
  padding-left: 22px;
}

.documentation span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
  display: none;
}

.documentation span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
  display: none;
}

.documentation .left.column .documentation-sidebar .nav-links li ul li.active a {
  color: #111827;
  text-decoration: underline;
}

.shop-area .shape-1 {
  position: absolute;
  top: 0;
  left: 30%;
}

.shop-area .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.shop-area .pl-175 {
  padding-left: 175px;
}

.home_themepaste_product .shipping-manager .text-center.mb-15,
.home_themepaste_service .service-feature h2.text-5xl {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.ui.container.documentation {
  max-width: 1200px;
}

.documentation span,
.documentation p {
  font-family: "Roboto", sans-serif !important;
}

.documentation p span {
  font-size: 16px !important;
}

.documentation h2 span {
  font-size: 20px !important;
}

.documentation-sidebar>ul>li {
  margin-bottom: 14px;
}

.custom-mobile-dropdown {
  display: none;
}

.resources-area a img {
  max-height: 350px;
  min-height: 325px;
  height: 325px;
  object-fit: cover;
  border-radius: 8px;
}

/* .home_themepaste_product .bg-gradient.pt-20.relative img {
    max-width: 750px;
} */

.home_themepaste_product .bg-gradient.pt-20.relative .text-7xl {
  font-size: 48px;
}

header nav a img {
  max-width: 180px;
}

.text-5xl {
  line-height: 60px;
}

.footer .social {
  margin-top: 56px;
  display: flex;
  gap: 8px;
}

.footer .social a {
  background-color: #11192e;
  border-radius: 48px;
  height: 48px;
  width: 48px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 48px;
}

.brand-area .text-5xl {
  text-transform: capitalize;
}

.home .banner .btn-two,
.home .banner .btn-one {
  height: 56px;
  min-width: 185px;
  line-height: 35px;
}

.shop-area a.inline-block,
.collaborate-area a.inline-block {
  height: 56px;
  line-height: 32px;
  min-width: 185px;
}

* {
  transition: all 0.2s;
}

.resources-area .grid p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
}

.footer .col-span-4 .btn-two {
  height: 48px;
  min-width: 160px;
}

.footer .col-span-4 {
  margin-right: 60px;
}

.footer .grid.grid-cols-2.justify-between .text-gray-300 span {
  letter-spacing: -4px;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home .shop-area .text-7xl {
  display: none;
}

.plan-area img.absolute.right-0.top-0 {
  z-index: 0;
}

.plan-area p.text-\[\#282876\].mb-2.uppercase {
  z-index: 1;
  position: relative;
}

.plan-area img.absolute.right-0.top-0 {
  z-index: 0;
}

.plan-area p.text-\[\#282876\].mb-2.uppercase {
  z-index: 1;
  position: relative;
}

.sticky-social {
  position: fixed;
  right: 20px;
  top: 30%;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 4px;
}

.sticky-social.footer .social {
  flex-direction: column;
  margin-top: 0;
}

.one-plan {
  grid-column-start: 2;
  width: 150%;
  margin-left: -100px;
}

.two-plan {
  width: 150%;
}

.two-plan:last-child {
  margin-left: 230px;
}

.preloader-box {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.profile-page .purchases .custom-dropdown .dropdown-content {
  min-width: auto;
  padding: 14px;
  border-radius: 4px;
}

.profile-page .purchases .custom-dropdown .dropdown-content a {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.profile-page .purchases .custom-dropdown .dropdown-content a:last-child {
  margin-bottom: 0;
}

.preloader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #145aff;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* promotion css start */
.promotion {
  background: linear-gradient(to bottom, #386bfc, #b8c7ff);
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promotion #timer {
  display: flex;
  font-size: 22px;
  font-weight: 700;
  gap: 2px;
  color: #ff4447;
}

.promotion img.logo {
  max-width: 60px;
}

.promotion img.discount {
  max-width: 100px;
}

.promotion .bg-yellow {
  background-color: #fece00;
  color: #111827;
  font-weight: 600;
}

.promotion .card {
  background-color: #fece00;
  border-radius: 4px;
  padding: 8px 16px;
  color: #111827;
}

/* promotion css end */

/* wp-direct-content css start */
.wp-direct-content p {
  margin-bottom: 1.5em;
}

.wp-direct-content h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

.wp-direct-content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.wp-direct-content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.wp-direct-content h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.wp-direct-content h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.wp-direct-content h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.wp-direct-content a {
  color: var(--color-blue-600);
  text-decoration: underline;
}

.wp-direct-conten ul {
  list-style: disc;
  padding-left: 20px;
}

.wp-direct-conten ol {
  list-style: decimal;
  padding-left: 20px;
}

/* wp-direct-content css end */

/*  Responsive css */

@media screen and (max-width: 1299px) and (min-width: 1250px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1620px) and (min-width: 1300px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-card {
    padding: 54px 40px;
  }
}

@media screen and (max-width: 1620px) and (min-width: 1024px) {
  .login .create-account-area .linkdin__btn {
    flex-direction: column;
  }

  .login .create-account-area .px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 575px) {
  .all-products .product-grids {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .why-us-card-container {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

@media screen and (min-width: 992px) {
  .all-products .product-grids {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }

  .why-us-card-container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}

@media screen and (max-width: 1550px) and (min-width: 1024px) {
  .services-area .ui-tabs-panel .mt-4.flex.justify-between {
    flex-direction: column;
    gap: 20px;
  }

  .shop-area .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical>.swiper-pagination-bullets {
    top: 40px;
    font-size: 40px;
    right: -40px;
  }

  .shop-slider .swiper-slide.swiper-slide-active {
    height: auto !important;
  }

  .shop-slider .swiper-slide a.px-10 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .shop-slider .swiper-slide .max-w-\[800px\] {
    max-width: 600px;
  }

  .service-banner .max-w-\[511px\] {
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  header {
    display: none;
  }

  .mobil-header {
    display: flex;
    padding: 16px;
    align-items: center;
  }

  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner .relative img.absolute.top-0 {
    display: none;
  }

  .banner .relative .h-\[240px\] {
    display: inline-block;
  }

  .home .banner .gap-24 {
    gap: 24px;
  }

  .services-area .grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home_themepaste_service .service-banner .max-w-\[511px\] {
    max-width: 100%;
  }

  .about-banner,
  .at-glance,
  .about-cta,
  .shipping-manager,
  .long-term-success,
  .works-area,
  .collaborate-area {
    padding-left: 40px;
    padding-right: 40px;
  }

  .review-area,
  .resources-area,
  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-banner,
  .service-feature,
  .service-step,
  .plan-area {
    padding-left: 40px;
    padding-right: 40px;
  }

  .at-glance .grid-cols-1 {
    grid-template-columns: 1fr 1fr;
  }

  .about-banner img.ml-auto {
    margin: 20px auto 0 auto;
  }

  .login-section .grid.grid-cols-2.gap-16 {
    grid-template-columns: 1fr;
  }

  .blog-pg-section .grid-cols-12,
  .blog-single-section .grid-cols-12 {
    grid-template-columns: 1fr;
  }

  .blog-pg-section .col-span-8,
  .blog-pg-section .col-span-4 {
    grid-column: span 1 / span 1;
  }

  .service-feature ul.ui-tabs-nav,
  .why-choose .ui-tabs ul.ui-tabs-nav {
    overflow-x: auto;
    justify-content: start;
    padding-bottom: 10px;
  }

  .service-feature ul.ui-tabs-nav li a {
    white-space: nowrap;
  }

  .works-area p.text-\[40px\].leading-\[48px\],
  .shop-area p.text-\[40px\],
  .works-area p.text-\[32px\].font-medium.text-black-900,
  .works-area p.text-\[40px\].leading-\[48px\],
  .shop-area p.text-\[40px\] {
    font-size: 28px;
    line-height: 32px;
  }

  .brand-area .text-5xl,
  .review-area .text-5xl {
    font-size: 32px;
    line-height: 36px;
  }

  .works-area .grid.grid-cols-3.gap-24 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .shop-area .swiper-slide .max-w-\[800px\] {
    max-width: 400px;
  }

  .services-area .ui-tabs-panel .mt-4.flex.justify-between {
    flex-direction: column;
    gap: 20px;
  }

  .shop-area .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical>.swiper-pagination-bullets {
    top: 40px;
    font-size: 40px;
  }

  .shop-area .swiper-slide {
    height: auto !important;
  }

  .service-feature .gap-36 {
    gap: 32px;
  }

  .service-step .grid-cols-1.gap-24 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .why-choose .pt-20 {
    padding-top: 0;
  }

  .service-banner .grid-cols-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 600px) {
  header {
    display: none;
  }

  .mobil-header {
    display: flex;
    padding: 16px;
  }

  .mobil-header img {
    max-width: 180px;
  }

  .ui.pagination.menu.mobile-only.shadowless {
    display: block;
  }

  .ui.pagination.menu.shadowless.desktop-only {
    display: none;
  }

  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner .grid.grid-cols-12.gap-24 {
    grid-template-columns: 1fr;
    padding-right: 20px;
    gap: 20px;
  }

  .banner .relative img,
  .banner .relative .h-\[240px\] {
    display: none;
  }

  .banner .text-6xl {
    font-size: 32px;
    line-height: 38px;
  }

  .banner .text-6xl br {
    display: none;
  }

  .banner .text-7xl {
    font-size: 38px;
  }

  .services-area .grid.grid-cols-4.gap-6 {
    grid-template-columns: 1fr;
  }

  .services-area .px-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-area ul.ui-widget-header {
    display: none;
  }

  .services-area ul li a {
    white-space: nowrap;
  }

  .works-area .grid.grid-cols-3.gap-24 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .works-area .col-span-2 .grid-cols-2 {
    grid-template-columns: 1fr;
  }

  .works-area .mt-22,
  .works-area p.text-\[32px\].font-medium.text-black-900 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .works-area p.text-\[40px\].leading-\[48px\],
  .shop-area p.text-\[40px\],
  .brand-area .text-5xl,
  .review-area .text-5xl {
    font-size: 32px;
    line-height: 36px;
  }

  .works-area p.text-\[32px\].font-medium.text-black-900 {
    line-height: 36px;
  }

  .shop-area .grid.grid-cols-3 {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .shop-area .grid.grid-cols-3 .relative.text-right {
    text-align: left;
  }

  .shop-area .shop-slider .swiper-slide .flex.gap-16.pb-4 {
    flex-direction: column;
  }

  .shop-area .shop-slider .swiper-pagination {
    position: absolute;
    z-index: 9999;
    bottom: auto;
    background-color: #fff;
    color: #000;
    top: 22px;
    left: 0;
    width: 100%;
    display: flex;
    margin-top: 10px;
    border-radius: 8px;
  }

  .sidebar li a {
    font-size: 14px;
  }

  .shop-area .px-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-area .shop-slider .swiper-slide a.px-10 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .collaborate-area .grid.grid-cols-2 {
    grid-template-columns: 1fr;
  }

  .collaborate-area .grid.grid-cols-2 .flex.gap-20 {
    gap: 10px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collaborate-area .grid.grid-cols-2 .flex.gap-20 img {
    display: none;
  }

  .brand-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-area .grid.grid-cols-3 {
    grid-template-columns: 1fr;
  }

  .brand-area .grid.grid-cols-3 img {
    display: none;
  }

  .brand-area .grid.grid-cols-3 .max-w-\[170px\].ml-auto {
    margin-left: 0;
    padding: 20px 0;
    max-width: none;
  }

  .brand-area .grid.grid-cols-5.justify-center.text-center.mt-36.mb-24 {
    margin-top: 40px;
    margin-bottom: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .review-slider .swiper-slide.swiper-slide-active .bg-linear-to-r {
    padding: 24px;
  }

  .review-area,
  .resources-area,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-area .swiper-button-next,
  .review-area .swiper-button-prev {
    display: none;
  }

  .resources-area .grid.grid-cols-3,
  .footer .grid.grid-cols-12 {
    grid-template-columns: 1fr;
  }

  .footer .col-span-8 {
    margin-top: 24px;
  }

  .footer .col-span-8 .grid.grid-cols-3 {
    grid-template-columns: 1fr 1fr;
  }

  .footer .leading-\[100px\] {
    line-height: 60px;
  }

  .footer .text-\[100px\],
  .footer .text-\[80px\] {
    font-size: 54px;
  }

  .footer .grid.grid-cols-2.justify-between {
    grid-template-columns: 1fr;
  }

  .mobile-hide {
    display: none;
  }

  /*  About us page css */

  .about-banner,
  .at-glance,
  .about-cta,
  .shipping-manager,
  .long-term-success {
    padding-left: 20px;
    padding-right: 20px;
  }

  .at-glance {
    padding-top: 0;
  }

  .about-banner .text-5xl,
  .long-term-success .text-5xl,
  .about-cta .text-5xl {
    font-size: 32px;
    line-height: 36px;
  }

  .about-banner img.ml-auto {
    margin: 20px auto 0 auto;
  }

  .long-term-success img {
    display: none;
  }

  .at-glance .text-9xl {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 24px;
  }

  .at-glance .text-sm {
    font-size: 18px;
  }

  .at-glance .mt-24 {
    margin-top: 24px;
  }

  .at-glance .group .pb-32 {
    padding-bottom: 32px;
  }

  .at-glance .group .py-20 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-cta .p-15 {
    padding: 24px;
  }

  /*  Contact page css */

  .contact-banner,
  .contact-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-banner .text-\[56px\],
  .contact-area .text-\[40px\] {
    font-size: 32px;
    line-height: 36px;
  }

  .contact-area .grid.grid-cols-2.gap-6,
  .contact-area .grid.grid-cols-12.gap-6 {
    grid-template-columns: 1fr;
  }

  .contact-area .grid.grid-cols-12 .col-span-6 {
    grid-column: span 12 / span 12;
  }

  .contact-area .grid.grid-cols-12 .col-span-12 .grid-cols-3 {
    grid-template-columns: 1fr;
  }

  /*  login page css */

  .login-section {
    padding: 20px;
  }

  .login-section .grid.grid-cols-2.gap-16 {
    grid-template-columns: 1fr;
  }

  .login-section .login-img-container {
    display: none;
  }

  .login-section .text-5xl {
    font-size: 32px;
    line-height: 36px;
  }

  .login-section .px-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .login .linkdin__btn {
    flex-direction: column;
  }

  .captcha-area img {
    max-width: 120px;
  }

  .create-account-area .or_with .w-32 {
    min-width: 75px;
  }

  .login-section .col-span-6 {
    grid-column: span 12 / span 12;
  }

  /*  blog page css */

  .blog-pg-section .grid-cols-12,
  .blog-single-section .grid-cols-12 {
    grid-template-columns: 1fr;
  }

  .blog-pg-section .col-span-8,
  .blog-pg-section .col-span-4 {
    grid-column: span 1 / span 1;
  }

  .blog-pg-section .px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar {
    margin-top: 60px;
    margin-bottom: 50px;
    overflow-x: hidden;
  }

  .blog-pg-section .entry-meta {
    row-gap: 6px;
    column-gap: 15px;
  }

  .blog-pg-section .entry-meta {
    margin: 10px 0 25px;
  }

  /* profile page css */

  .profile-page,
  .ticket-support-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile-page .grid-cols-12,
  .ticket-support-page .grid-cols-12,
  .home_ticket-support_create .grid-cols-12 {
    grid-template-columns: 1fr;
  }

  .profile-page .grid-cols-12 .col-span-4,
  .profile-page .grid-cols-12 .col-span-8,
  .ticket-support-page .grid-cols-12 .col-span-4,
  .ticket-support-page .grid-cols-12 .col-span-8,
  .home_ticket-support_create .grid-cols-12 .col-span-8,
  .home_ticket-support_create .grid-cols-12 .col-span-4 {
    grid-column: span 1 / span 1;
  }

  .profile-page .ui.form .fields {
    flex-direction: column;
  }

  .ui.form .two.fields>.field,
  .ui.form .two.fields>.fields {
    width: 100%;
  }

  .form-control,
  .profile-page select {
    height: calc(var(--spacing) * 10);
  }

  .avatar .ui.items>.item {
    flex-direction: column;
    gap: 20px;
  }

  .avatar .ui.items>.item .pl-8 {
    padding-left: 0;
    margin-bottom: 24px;
  }

  /* Service page css */

  .service-banner,
  .service-feature,
  .service-step,
  .plan-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-banner .text-5xl,
  .fast-turnaround .text-\[56px\],
  .fast-turnaround .text-5xl,
  .service-feature .text-5xl,
  .service-step .text-5xl,
  .plan-area .text-5xl,
  .why-choose .text-5xl,
  .faq .text-5xl {
    font-size: 32px;
    line-height: 36px;
  }

  .service-banner .btn-two,
  .service-banner .btn-one,
  .why-choose .btn-two,
  .why-choose .btn-one {
    padding-inline: calc(var(--spacing) * 6);
  }

  .service-banner .grid {
    gap: 50px;
  }

  .service-banner .py-20 {
    padding-bottom: 0;
  }

  .fast-turnaround .pl-24 {
    padding-left: 20px;
  }

  .fast-turnaround .pl-24.flex {
    flex-direction: column;
  }

  .service-feature ul.ui-tabs-nav,
  .why-choose .ui-tabs ul.ui-tabs-nav {
    overflow-x: auto;
    justify-content: start;
    padding-bottom: 10px;
  }

  .service-feature ul.ui-tabs-nav li a {
    white-space: nowrap;
  }

  .service-feature {
    overflow-x: hidden;
  }

  .service-step img.absolute {
    display: none;
  }

  .service-step .grid.grid-cols-1.xl\:grid-cols-3.gap-24 {
    gap: 24px;
  }

  .why-choose .ui-tabs .px-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-choose .ui-tabs ul.ui-tabs-nav a img {
    display: none;
  }

  .why-choose .ui-tabs .ui-tabs-panel img {
    display: none;
  }

  .why-choose .ui-tabs .ui-tabs-panel p.pt-20 {
    padding-top: 10px;
    font-size: 26px;
  }

  /* product page css */

  .home_themepaste_product .text-6xl,
  .home_themepaste_product .text-7xl,
  .home_themepaste_product .text-5xl {
    font-size: 32px !important;
    line-height: 36px;
  }

  .home_themepaste_product .bg-gradient.pt-20.relative img {
    max-width: 100%;
  }

  .product-features .text-\[32px\] {
    font-size: 26px;
  }

  .product-features,
  .customer-first,
  .home_themepaste_product .bg-gradient.pt-20.relative {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-area .grid .relative p.uppercase {
    z-index: 2;
    position: relative;
  }

  .review-area .my-32 {
    margin-bottom: 0;
    margin-top: 50px;
  }

  .review-area .review-slider .pb-24 {
    padding-bottom: 0px;
  }

  .service-step.pt-28.relative {
    padding-top: 28px;
  }

  .service-feature .py-28 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-feature .gap-36 {
    gap: 36px;
  }

  .service-feature ul.ui-tabs-nav {
    margin-bottom: 40px;
  }

  /*  blog single page css */

  .home_post .text-3xl {
    font-size: 24px;
    line-height: 32px;
    padding-top: 28px;
  }

  .home_post .page-title {
    height: auto;
    padding-bottom: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-title .breadcrumb li {
    margin-right: 0;
    font-size: 14px;
  }

  .related-posts .ui.cards {
    flex-direction: column;
  }

  .blog-single-section .container.px-20.mx-auto {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-single-section .col-span-8,
  .blog-single-section .col-span-4 {
    grid-column: span 1 / span 1;
  }

  .ui.three.cards>.card {
    width: 92%;
  }

  .blog-content>.related-posts>.ui.cards>.card>.content {
    height: auto;
  }

  .shop-area .shape-1 {
    display: none;
  }

  .shop-area .shape-2 {
    display: none;
  }

  .shop-area .pl-175 {
    padding-left: 0;
  }

  .collaborate-area .max-w-\[512px\].mx-auto.text-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home .mt-32.services-area {
    margin-top: 40px;
  }

  .home .services-area .text-5xl {
    font-size: 32px;
  }

  .collaborate-area .text-4xl {
    font-size: 32px;
  }

  .home_themepaste_service .service-banner .grid.grid-cols-1.xl\:grid-cols-2 div img {
    width: 100%;
  }

  .service-feature h2.text-\[32px\] {
    font-size: 28px;
  }

  .home_themepaste_service .why-choose .max-w-\[550px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq h3.text-2xl {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq.my-28 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .home_themepaste_product .bg-gradient .mt-8.mb-15 button {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .home_themepaste_product .bg-gradient .mt-8.mb-15 button i {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .home_themepaste_product .mt-28.shipping-manager {
    margin-top: 50px;
  }

  .home_themepaste_product .product-features.py-28 {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .home_themepaste_product .product-features .mb-\[72px\] {
    margin-bottom: 42px;
  }

  .home_themepaste_product .product-features .grid.grid-cols-1.md\:grid-cols-1.xl\:grid-cols-2.xl\:gap-28:nth-child(2) div:nth-child(2) {
    order: 1;
  }

  .home_themepaste_product .product-features .grid.grid-cols-1.md\:grid-cols-1.xl\:grid-cols-2.xl\:gap-28:nth-child(2) div:nth-child(1) {
    order: 2;
  }

  .home_themepaste_product .why-choose .max-w-\[550px\],
  .collaborate-area .max-w-\[550px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collaborate-area .text-5xl {
    font-size: 32px;
    line-height: 36px;
  }

  .home_themepaste_product .bg-linear-to-b ul.space-y-6 li {
    display: flex;
  }

  .login-form-container .create-account-area {
    padding: 0;
  }

  .custom-mobile-dropdown {
    display: block;
    margin-bottom: 20px;
  }

  .custom-mobile-dropdown .dropdown {
    position: relative;
  }

  .custom-mobile-dropdown button.dropbtn {
    background-color: #1d4ed8;
    padding: 8px 24px !important;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 0;
    border: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .custom-mobile-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 320px;
    overflow: auto;
    left: 0;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .custom-mobile-dropdown .dropdown-content button {
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px var(--border-color);
    padding: 12px;
    color: var(--black);
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
  }

  .custom-mobile-dropdown .show {
    display: block;
  }

  .banner a {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .works-area,
  .shop-area,
  .collaborate-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .works-area .text-5xl,
  .shop-area .text-5xl {
    font-size: 32px;
    line-height: 40px;
  }

  .text-5xl br {
    display: none;
  }

  .shop-area .mt-10.flex.justify-between {
    flex-direction: column;
  }

  .shop-area .mt-10.flex.justify-between .border {
    display: none;
  }

  .collaborate-area img.absolute {
    display: none;
  }

  .shop-area .swiper-slide {
    padding: 24px;
  }

  .collaborate-area {
    padding-top: 80px;
  }

  .blog-single-section .post h4 {
    font-size: 12px;
  }

  .blog-sidebar .posts .post .min-w-15 img {
    width: 100%;
  }

  .services-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .resources-area {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .works-area .grid.grid-cols-1.xl\:grid-cols-3.gap-6 {
    gap: 24px 0;
  }

  .brand-area .grid-cols-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
  }

  .brand-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .resources-area .grid.grid-cols-3 {
    margin-top: 24px;
  }

  .resources-area .grid.grid-cols-3>div {
    margin-bottom: 32px;
  }

  .footer .grid.grid-cols-12 {
    gap: 0;
  }

  .footer .col-span-4 {
    margin-right: 0;
  }

  .footer .social {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .one-plan {
    grid-column-start: 1;
    width: 100%;
    margin-left: 0;
  }

  .two-plan {
    width: 100%;
  }

  .two-plan:last-child {
    margin-left: 0;
  }

  .home_themepaste_product .bg-gradient.pt-20.relative .btn-two.ml-3 {
    margin-top: 24px;
  }
}