@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
html,
body {
  overflow-x: hidden;
}
.top-nav {
  z-index: 1030;
  position: relative;
}
.navbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 1020 !important;
}
.link-btn {
  margin-top: 20px !important;
}
a.bton:hover {
  background: #ff870a;
  color: #fff !important;
}
a.bton:hover i {
  background: #000 !important;
  color: #fff !important;
  transform: rotate(45deg) scale(0.9);
}
a.bton.quote-button:hover i.fa-solid.fa-arrow-right {
  transform: rotate(0deg) scale(0.9);
}

a.bton.quote-button i.fa-solid.fa-arrow-right {
  transform: rotate(-45deg);
}
section#contact {
  padding: 80px 0;
}
.custom-inner.p-3 .img-fluid {
  max-width: 100%;
  height: 70px;
}
a.bton i {
  position: absolute;
  right: -52px;
  top: 2px;
  background: #ff870a;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
}
a.bton {
  background: #000000;
  position: relative;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  padding: 12px 24px;
  border-radius: 32px;
  transition: 0.5s;
  font-weight: 500;
  animation: fadeInUp 1s ease-in-out;
}
h1 {
  font-size: 62px;
  line-height: 72px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Plus Jakarta Sans", serif !important;
  text-transform: capitalize !important;
}
h3,
h4,
h5 {
  font-weight: 700 !important;
  animation: fadeInUp 1s ease-in-out;
}
h2 {
  font-size: 44px !important;
  line-height: 54px !important;
  color: #000;
  text-transform: capitalize;
  font-weight: 400 !important;
  animation: fadeInUp 1s ease-in-out;
}
h2 span,
h3 span,
h1 span {
  color: #ff870a !important;
  font-weight: 700 !important;
}
a {
  text-decoration: none !important;
}
body {
  margin-top: 80px;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #ff870a;
}
h6 {
  font-size: 18px;
}
body {
  font-family: "Poppins" !important;
}
p {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}
.top-nav {
  background: #2f3640;
  padding: 6px 0px;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
a:hover {
  color: #000 !important;
}
.top-div {
  display: flex;
  justify-content: space-between;
}
.phone-number a {
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
}
.email-top a {
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
}
.phone-number a i,
.email-top a i {
  color: #ff870a !important;
  padding-right: 5px;
}
.home-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -16px;
}
.home-img img {
  width: 90%;
  float: right;
  filter: hue-rotate(45deg);
}
a.navbar-brand img {
  height: 90px;
}
.footer-socials {
    gap: 10px;
}

.footer-socials li i {
    font-family: "FontAwesome" !important;
}
a.nav-link.active {
  color: #ff870a !important;
  font-weight: 500;
}
.navbar-nav .nav-link {
  color: #000 !important;
  font-size: 16px;
  line-height: 24px;
}
.navbar-nav .dropdown-menu {
  display: none;
  position: absolute;
  transition: 0.2s;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: flex !important;
}
ul.dropdown-menu.show {
  display: flex;
}
.custom-drop.row {
  width: 700px;
}
.custom-drop.row .col-md-3 .custom-inner a {
  color: white;
}
section#about-us-home .col-sm-6 .img-bg img {
  width: 90%;
  display: table;
  margin: auto;
}
.custom-inner {
  display: flex;
  flex-direction: column;
  background: rgb(47, 54, 64);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 10px 0px;
}
a.bton.quote-button:hover {
  box-shadow: 0px 0px 10px 2px #ff870a;
  background: #000000;
}
a.bton.quote-button {
  transition: 0.5s;
  box-shadow: inset 0px 0px 10px 2px #ff870a;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent !important;
  color: white !important;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: flex !important;
}
.navbar-nav .dropdown-menu {
  background: #212529;
}
nav.navbar .request-quote a button {
  background: #ff870a;
  color: white;
  border: 0px;
  border-radius: 10px;
  padding: 10px 13px;
  font-weight: 400;
  margin-right: 3px !important;
}
#banner-home-section h1 {
  color: #000;
  animation: fadeInUp 1s ease-in-out;
  margin-bottom: 20px;
}
#banner-home-section p {
  color: #000;
  animation: fadeInUp 1s ease-in-out;
}
.about-feature li {
  margin-bottom: 10px;
  padding: 20px;
  border: 2px dashed #ccc;
  border-radius: 12px;
}
#banner-home-section .img-bg img {
  width: 100%;
  transition: 0.5s;
  animation: fadeInUp 1s ease-in-out;
  display: table;
  margin: auto;
}
#banner-home-section .img-bg::before {
  content: "";
  position: absolute;
  width: 490px;
  height: 270px;
  bottom: 0px;
  left: 70px;
  z-index: -1;
  background: #ffeedd;
  border-radius: 12px;
  box-shadow: 0px 0px 20px #cccccc59;
}
#banner-home-section .img-bg::after {
  content: "";
  position: absolute;
  background-image: url(/assets/images/ebay.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 130px;
  height: 130px;
  right: -190px;
  top: 60px;
  animation: MoveUpDown 8s linear infinite;
}
@keyframes MoveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
}
#banner-home-section .img-bg {
  position: relative;
}
#banner-home-section .text-wrapper .sub-heading {
  background: #ff870a;
  color: #fff;
  padding: 4px 20px;
  border-radius: 52px;
  font-weight: 500;
  font-size: 16px;
  line-height: 56px;
  text-transform: capitalize;
  animation: fadeInUp 1s ease-in-out;
}
#banner-home-section .text-wrapper {
  position: relative;
  animation: fadeInUp 1s ease-in-out;
}
#banner-home-section .text-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/shopify.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 140px;
  height: 140px;
  left: -140px;
  top: -30px;
  animation: MoveRightLeft 5s linear infinite;
  filter: hue-rotate(-75deg);
}
@keyframes MoveRightLeft {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
}
#banner-home-section .text-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(/assets/images/amazon-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 200px;
  right: 10px;
  bottom: -180px;
  filter: hue-rotate(-15deg);
  animation: MoveRightLeft 12s infinite;
}
#banner-home-section::before {
  content: "";
  position: absolute;
  background: linear-gradient(510deg, #ff870a, transparent);
  width: 80%;
  height: 100%;
  left: -800px;
  border-radius: 50%;
  filter: blur(151px);
  top: -390px;
  z-index: -1;
}
#banner-home-section::after {
  content: "";
  position: absolute;
  background: linear-gradient(-10deg, #ff870a, transparent);
  width: 80%;
  height: 100%;
  right: -440px;
  border-radius: 50%;
  filter: blur(151px);
  bottom: -390px;
  z-index: -1;
}
#banner-home-section {
  background: #fff;
  padding: 10px 0px 10px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#service-slider-section {
  background: #000;
  padding: 40px 0;
}
#service-slider-section .slick-arrow {
  display: none !important;
}
#service-slider-section img {
  display: table;
  margin: auto;
  aspect-ratio: 1;
  animation: fadeInUp 1s ease-in-out;
}
#service-slider-section .row {
  align-items: center;
}
#service-main-section {
  padding: 100px 0;
}
.service-badge-slider {
  background: #ff870a;
  padding: 20px 0;
  margin-top: 30px;
  border-radius: 32px;
  box-shadow: 0px 0px 30px #aba8a885;
}
.service-badge-slider img {
  width: 40% !important;
  display: table !important;
  margin: auto;
  animation: fadeInUp 1s ease-in-out;
}
#contact .section-tittle {
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
#contact .form-container {
  padding: 30px 40px;
  box-shadow: 0px 0px 40px #ccccccab;
  border-radius: 12px;
  animation: fadeInUp 1s ease-in-out;
  background: #fff;
}
#contact form {
  display: flex;
  flex-direction: column;
  animation: fadeInUp 1s ease-in-out;
}
#contact .form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
#client-testimonials ul.slick-dots {
  top: 400px;
}
#client-testimonials .slick-dots li button:before {
  content: "";
  padding: 3px;
  background: #ff870a;
  width: 10px;
  height: 10px;
  top: 20px;
}
#contact input,
#contact select,
#contact textarea,
#contact button {
  font-size: 14px;
  padding: 14px 20px;
  border: 1px solid #ccc !important;
  border-radius: 12px !important;
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
}
#contact .form-group textarea {
  height: 170px;
}
#contact .col-md-5 .text-warpper p {
  font-size: 13px !important;
  line-height: 23px !important;
  padding-right: 110px;
}
#contact .contact-info h2 {
  color: #fff;
}
#contact .contact-info h2 span {
  color: #000 !important;
}
#contact .contact-info {
  padding: 32px;
  color: #fff;
  animation: fadeInUp 1s ease-in-out;
}
#contact .col-md-5 .contact-info h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600 !important;
}
#contact a.bton {
  width: 40%;
}
#contact .col-md-5 .contact-info {
  background: #ff870a;
  border-radius: 12px;
  padding: 40px 30px 210px 30px;
}
#contact .info {
  border-top: 1px solid #fff;
}
#contact .info ul {
  margin-top: 25px;
  list-style: none;
  padding: 0;
}
#contact .info ul li {
  margin-top: 20px;
}
#contact ul.contact-list .list-item i {
}
#contact ul.contact-list .list-item {
  align-items: baseline;
}
#contact ul.contact-list .list-item i {
  font-size: 18px;
  margin-right: 20px;
}
#contact .contact-list .list-item a {
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
  font-weight: 300 !important;
}
#contact .col-md-5 .contact-info h2 {
  color: #fff;
  font-size: 34px !important;
  line-height: 44px !important;
}
#sec-digital-services .service-parent img {
  width: 20%;
  animation: fadeInUp 1s ease-in-out;
}
#sec-digital-services .top-service-elements {
  justify-content: space-between;
  align-items: center;
  animation: fadeInUp 1s ease-in-out;
}
#sec-digital-services .service-parent p {
  min-height: 100px;
  animation: fadeInUp 1s ease-in-out;
}
#sec-digital-services .service-parent:hover i {
  transform: rotate(360deg);
  color: #fff;
}
#sec-digital-services .service-parent {
  padding: 40px 30px;
  box-shadow: 0px 0px 40px #cccccc47;
  border-radius: 6px;
  transition: 0.5s;
  background: #fff;
  animation: fadeInUp 1s ease-in-out;
}
#sec-digital-services .service-parent:hover {
  transform: translateY(-8px);
}
.top-service-elements i {
  color: #fff;
  font-size: 38px;
  transition: 0.5s;
  transform: rotate(312deg);
}
.top-service-elements {
  margin-bottom: 30px;
}
.footer-section .row {
  z-index: 9999;
}
.footer-section {
  z-index: 9;
  position: relative;
}
ul.nav-footer li {
  margin-bottom: 15px;
}
ul.nav-footer li i {
  margin-right: 10px;
}
canvas.particles-js-canvas-el {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
#sec-digital-services .service-parent h3 {
  font-size: 26px;
  line-height: 36px;
  text-transform: capitalize;
  animation: fadeInUp 1s ease-in-out;
}
#sec-digital-services #inner-row-top p {
  font-size: 14px !important;
  line-height: 24px !important;
  margin-bottom: 0;
  animation: fadeInUp 1s ease-in-out;
}
#sec-digital-services #inner-row-top {
  margin-bottom: 80px;
}
#sec-digital-services::before {
  content: "";
  position: absolute;
  border: 150px solid #ff870a2b;
  width: 800px;
  height: 1000px;
  border-radius: 50%;
  top: 30%;
  left: -220px;
  z-index: -9;
  filter: blur(50px);
  animation: zoomInZoomOut 5s infinite;
}
@keyframes zoomInZoomOut {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
#sec-digital-services {
  padding: 120px 0;
  position: relative;
}
#about-us-home .row {
  align-items: start !important;
}
#about-us-home {
  padding: 120px 0;
}
.call-us-now-btn a {
  padding: 16px 10px 16px 53px;
  font-size: 15px;
}
.call-us-now-btn a i {
  width: 52px;
  height: 52px;
  line-height: 52px;
  left: 0px;
  top: 0px;
  font-size: 20px;
}
#about-us-home .col-md-6 .text-wrappper {
  padding-right: 40px;
  animation: fadeInUp 1s ease-in-out;
}
.sticky-left-col {
  position: sticky !important;
  top: 100px !important;
  z-index: 10;
}
#about-us-home .about-timeline {
  position: relative;
  animation: fadeInUp 1s ease-in-out;
}
#about-us-home .timeline-parent h3 {
  font-size: 26px;
  line-height: 36px;
}
#about-us-home .timeline-parent {
  position: relative;
  margin-bottom: 50px;
  animation: fadeInUp 1s ease-in-out;
}
#about-us-home .timeline-parent i {
  font-size: 50px;
  margin-bottom: 20px;
  color: #ff870a;
}
#about-us-home .col-md-6 .text-wrappper h2 {
  font-size: 42px !important;
  line-height: 52px !important;
  margin-bottom: 40px;
}
section#projects {
  padding: 120px 0;
  position: relative;
  background-attachment: fixed;
}
section#projects .row {
  z-index: 1;
}
#projects .milestone-counter p {
  color: #aaa;
  font-size: 20px !important;
  text-transform: capitalize;
  line-height: 30px;
  animation: fadeInUp 1s ease-in-out;
}
#projects .milestone-counter h4 {
  color: #000;
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  animation: fadeInUp 1s ease-in-out;
}
#projects #contact-q h4 {
  color: #fff;
  animation: fadeInUp 1s ease-in-out;
}
#projects .milestone-counter:hover {
  transform: skew(2deg, 2deg);
}
#projects .milestone-counter {
  padding: 30px 40px;
  margin-top: 20px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(45deg, #ffffff, #cecaca40);
  box-shadow: 0px 0px 30px #cccccc8c;
  border-left: 5px solid #ff870a;
  transition: 0.5s;
  animation: fadeInUp 1s ease-in-out;
}
#projects .milestone-counter .contact-quote {
  align-items: center;
}
#projects #contact-q {
  background: #000;
  animation: wiggle 5s infinite;
}
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(2deg);
  }
  95% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#projects #contact-q::before {
  content: "";
  position: absolute;
  border: 20px solid #ff870a;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#projects #contact-q {
  background: #000;
}
#projects .milestone-counter::after {
  content: "";
  position: absolute;
  background: #ff870a;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  right: 10px;
  top: 10px;
}
#projects .milestone-counter i {
  color: #fff;
  font-size: 28px;
  margin-right: 20px;
}
section#projects .section-title h2 {
  text-align: center;
}
#stories .tab {
  overflow: hidden;
  text-align: center;
}
#stories .section-title {
  text-align: center;
  margin-bottom: 40px;
  animation: fadeInUp 1s ease-in-out;
}
#stories .tablinks {
  background: transparent;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 32px;
  border: 2px solid #ff870a;
  width: 30%;
  margin: 0px 10px;
  border-radius: 40px;
  transition: 0.5s;
  padding: 10px 0px;
}
#stories .tablinks:hover {
  background-color: #ff870a;
  color: #ffff;
}
#stories .tablinks.active {
  background-color: #ff870a;
  border-color: #ff870a !important;
  color: white;
}
#stories .tabcontent {
  padding: 60px 20px;
  display: none;
}
#stories .tabcontent.active {
  display: block;
}
#stories .col-sm-4:nth-child(2) {
  transform: translateY(70px) !important;
}
#stories::before {
  content: "";
  position: absolute;
  border: 150px solid #ff870a2b;
  width: 800px;
  height: 1000px;
  border-radius: 50%;
  top: 30%;
  right: -220px;
  z-index: -9;
  filter: blur(50px);
  animation: zoomInZoomOut 5s infinite;
}
#stories {
  padding: 120px 0;
  position: relative;
}
#stories .story-card .img-bg:hover img {
  transform: scale(1.1);
}
#stories .story-card img {
  transition: 0.5s;
}
#stories .story-card .img-bg {
  overflow: hidden;
  transition: 0.5s;
}
#stories .story-card .story-detail p {
  font-size: 14px !important;
  line-height: 24px !important;
  min-height: 100px;
  color: #aaa;
}
#stories .story-card {
  box-shadow: 0px 0px 30px #cccccc4f;
  border-radius: 12px;
  border-bottom: 4px solid #ff870a;
}
#stories .story-card .story-detail h3 {
  font-size: 20px;
  line-height: 30px;
}
#stories .story-card .story-detail {
  padding: 20px 20px;
  text-align: center;
}
.marketing-image img {
  float: right;
  width: 95%;
  animation: zoomInOut 5s infinite;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.01, 1.01);
    filter: drop-shadow(2px 4px 6px #ccc);
  }
  100% {
    transform: scale(1, 1);
  }
}
#servive-main .tab {
  display: grid;
}
section#servive-main:before {
  content: url(https://amzxpertz.com/wp-content/uploads/2023/04/Frame-12-1.png);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
  filter: hue-rotate(335deg);
}
section#servive-main {
  background: #10121300;
  padding: 140px 0px;
  overflow: hidden;
  position: relative;
}
#servive-main .col-lg-6 {
  padding-right: 160px;
}
#servive-main .row {
  display: flex;
  flex-direction: row-reverse;
}
#servive-main .tabs:hover:after {
  transform: translateX(10px);
}
#servive-main .tabmedia {
  display: none;
}
#servive-main .tabmedia.active {
  display: block !important;
}
#servive-main .tabs::after {
  content: "\f061";
  position: absolute;
  font-family: "FontAwesome";
  right: 30px;
  top: 30px;
  transition: 0.5s;
}
#servive-main .tabs:hover {
  background: #ff870a;
  transform: translateX(10px);
}
#servive-main .tabs {
  background: #000000;
  border: 2px solid #ff9800;
  margin: 10px 0px;
  padding: 30px 20px;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  overflow: visible;
  position: relative;
  transition: 0.3s;
}
#servive-main .tabmedia .img-bg {
  margin-bottom: 70px;
}
section#servive-main .text-wrapper {
  color: #fff;
}
#servive-main .tabmedia img {
  position: relative;
  width: 60%;
  border-radius: 12px;
  animation: Spin 5s infinite !important;
}
#servive-main .tabs:nth-child(1)::before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/brand-image.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 0px;
  bottom: 13px;
  width: 70px;
  height: 70px;
  transition: 0.5s;
  opacity: 0;
}
#servive-main .tabs:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/ui.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 0px;
  bottom: 13px;
  width: 70px;
  height: 70px;
  transition: 0.5s;
  opacity: 0;
}
#servive-main .tabs:nth-child(3)::before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/data.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 0px;
  bottom: 13px;
  width: 70px;
  height: 70px;
  transition: 0.5s;
  opacity: 0;
}
#servive-main .tabs:nth-child(4)::before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/online-shop.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 0px;
  bottom: 13px;
  width: 70px;
  height: 70px;
  transition: 0.5s;
  opacity: 0;
}
#servive-main .tabs:hover:before {
  opacity: 1;
  z-index: unset;
  right: -110px;
}
#progress-content .row::before {
  content: "";
  position: absolute;
  background: linear-gradient(360deg, #ffffff 70%, #ffffff00);
  width: 110%;
  height: 240px;
  bottom: -125px;
  left: -20px;
}
#progress-content {
  padding: 100px 0;
  position: relative;
}
#progress-content .row {
  padding: 40px 40px;
  border: 15px solid #ff870a;
  border-radius: 52px;
  position: relative;
  background: #fff;
}
#progress-content .progress-parent {
  margin-top: 70px;
}
#progress-content .progress-parent span {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
#progress-content .text-parent p {
  font-size: 16px !important;
  line-height: 26px !important;
}
#progress-content .text-parent p span {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #ff870a;
}
#progress-content .text-parent {
  position: relative;
  padding-bottom: 50px;
}
#progress-content .text-parent::before {
  content: "\f185";
  position: absolute;
  font-family: "FontAwesome";
  left: -35px;
  font-size: 20px;
  color: #ff870a;
  top: 1px;
}
#progress-content .text-content {
  padding-left: 40px;
}
#progress-content .col-lg-6 {
  border-left: 2px solid #cccccc1a;
}
#ecommerce-section #inner-row-top {
  margin-bottom: 80px;
}
#ecommerce-section {
  padding: 100px 0 0px 0px;
}
#ecommerce-section .ecommerce-service:hover {
  transform: scale(0.97);
}
#ecommerce-section .ecommerce-service:hover i {
  background: #000;
}
#ecommerce-section .ecommerce-service h3 {
  font-size: 32px;
  line-height: 42px;
}
#ecommerce-section .ecommerce-service a {
  color: #aaa;
  transition: 0.5s;
  font-size: 18px;
  letter-spacing: 1px;
}
#ecommerce-section .ecommerce-service i {
  position: absolute;
  background: #ff870a;
  color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  border-radius: 50%;
  text-align: center;
  left: -30px;
  top: -20px;
  transition: 0.5s;
}
#ecommerce-section .ecommerce-service {
  position: relative;
  border: 1px solid #cccccc5c;
  padding: 20px 70px;
  border-radius: 52px;
  margin: 0px 20px;
  transition: 0.5s;
  background: #fff;
}
#pricing-plan .plan-parent img {
  width: 22%;
  display: table;
  margin: -30px auto 30px;
  aspect-ratio: 1;
}
#pricing-plan .plan-parent ul::before {
  content: "\f061";
  position: absolute;
  font-family: "fontAwesome";
  bottom: -10px;
  right: 0px;
  color: #0f1213;
  font-size: 24px;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
}
#pricing-plan .plan-parent ul {
  list-style: none;
  padding: 0;
  position: relative;
}
#pricing-plan .plan-parent:hover:before {
  height: 100%;
}
#pricing-plan .plan-parent::before {
  content: "";
  position: absolute;
  background: #ff870a;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
#pricing-plan .section-title {
  text-align: center;
  margin-bottom: 60px;
  animation: fadeInUp 1s ease-in-out;
}
#pricing-plan .plan-parent {
  background: #0f1213;
  color: #fff;
  padding: 120px 30px 20px 30px;
  border-radius: 200px 200px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#pricing-plan .head-plan {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #cccccc40;
  margin-bottom: 20px;
  color: white;
}
#pricing-plan .plan-parent ul li span:hover {
  margin-left: 10px;
}
#pricing-plan .plan-parent ul li {
  margin: 20px 0px;
}
#pricing-plan .plan-parent ul li span i {
  margin-right: 20px;
}
#pricing-plan .plan-parent ul li span {
  color: #fff;
  transition: 0.5s;
}
#pricing-plan .client-counter {
  border: 2px solid black;
  padding: 30px 0px;
  text-align: center;
}
#pricing-plan .client-counter .counter-num {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  color: #ff870a;
}
#pricing-plan .client-counter .counter-tag {
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  color: #000;
}
#pricing-plan {
  padding: 100px 0;
}
#growth-process .brand-process .bottom-tool span {
  position: absolute;
  font-size: 172px;
  left: -80px;
  font-weight: 700;
  opacity: 0.2;
  bottom: -130px;
  color: #ff870a;
  transition: 0.5s;
}
#growth-process .brand-process {
  background: #fff;
  padding: 40px 30px;
  transition: 0.4s;
  margin: 0px 10px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 0px 30px #cccccc59;
}
#growth-process {
  padding: 100px 0;
  position: relative;
}
#growth-process::before {
  content: "";
  position: absolute;
  border: 150px solid #ff870a2b;
  width: 800px;
  height: 1000px;
  border-radius: 50%;
  top: 30%;
  left: -220px;
  z-index: -9;
  filter: blur(50px);
  animation: zoomInZoomOut 5s infinite;
}
#growth-process #inner-row-top {
  margin-bottom: 80px;
}
#growth-process .brand-process .bottom-tool i {
  font-size: 66px;
  background: #ff870a;
  width: 170px;
  height: 170px;
  position: absolute;
  right: -40px;
  bottom: -50px;
  line-height: 170px;
  text-align: center;
  border-radius: 50px 0px 1px 0px;
  color: #fff;
  transition: 0.5s;
}
#growth-process .brand-process:hover {
  transform: translateY(-8px);
}
#growth-process .brand-process:hover i {
  background: #000;
}
#growth-process .brand-process .bottom-tool {
  align-items: center;
  justify-content: space-between;
  margin-top: 150px;
  position: relative;
}
#growing-service {
  padding: 120px 0;
  background: #000;
}
#growing-service .growing-service i {
  font-size: 52px;
  width: 70px;
  margin-right: 20px;
  opacity: 0.7;
  transition: 0.5s;
  color: #fff;
}
#growing-service h2 {
  color: #fff;
}
#growing-service p {
  color: #fff;
}
#growing-service .growing-service {
  align-items: center;
  border-bottom: 2px solid #fff;
  padding: 40px 10px;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
#growing-service .growing-service:hover {
  border-color: #ff870a;
}
#growing-service .growing-service:hover h3 {
  color: #fff;
  opacity: 1;
}
#growing-service .growing-service:hover i {
  color: #fff;
  opacity: 1;
}
#growing-service .growing-service h3 {
  font-size: 32px;
  line-height: 42px;
  opacity: 0.7;
  transition: 0.5s;
  color: #fff;
  margin: 0;
}
#growing-service h2 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ff870a;
}
#growing-service .growing-service::after {
  content: "\f061";
  font-family: FontAwesome !important;
  right: 40px;
  top: 20px;
  font-size: 54px;
  position: absolute;
  transform: rotate(325deg);
  opacity: 0.7;
  transition: 0.5s;
  color: #fff;
}
#growing-service .growing-service:hover:after {
  color: #fff;
  opacity: 1;
  transform: rotate(360deg);
}
#growing-service .growing-service:hover:before {
  width: 100%;
}
#growing-service .growing-service::before {
  content: "";
  position: absolute;
  background: #ff870a;
  width: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: 0.35s;
  z-index: -1;
}
#growing-service h2 {
  font-size: 82px !important;
  line-height: 92px !important;
}
#about-banner a.bton {
  width: 20%;
  display: table;
  margin: auto;
}
#about-banner {
  padding: 120px 0px;
  text-align: center;
  background: linear-gradient(0deg, #ff870a30, transparent);
  position: relative;
  overflow: hidden;
}
#about-banner::before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/banner-image-before.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1000px;
  height: 1000px;
  bottom: -550px;
  left: 25%;
  filter: hue-rotate(55deg);
  z-index: -1;
}
#about-banner .text-wrapper {
  margin-bottom: 20px;
}
#about-banner .text-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/elements10.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 240px;
  height: 240px;
  top: -80px;
  left: 0;
  z-index: -1;
  filter: hue-rotate(55deg);
}
#about-banner .text-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(/assets/images/elements10.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 240px;
  height: 240px;
  bottom: -140px;
  right: 20px;
  z-index: -1;
  filter: hue-rotate(55deg);
  transform: rotate(185deg);
}
#about-banner .text-wrapper {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#about-service {
  padding: 100px 0;
}
.about-feature img {
  width: 12%;
  height: 70px;
  margin-right: 30px;
}
.about-feature li {
  margin-bottom: 30px;
}
.about-feature img {
  width: 12%;
  height: 70px;
  margin-right: 30px;
}
#about-service .col-lg-6 .img-bg::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #ff870ae6, transparent);
  width: 80%;
  height: 100%;
  top: -20px;
  left: -20px;
  z-index: -1;
  transition: 0.5s;
}
#about-service .col-lg-6 .img-bg {
  position: relative;
}
#about-service .col-lg-6 .img-bg img {
  width: 76%;
  animation: MoveRightLeft 10s infinite;
}
#about-service .text-wrapper p {
  font-size: 18px !important;
  line-height: 28px !important;
}
#about-service .about-feature {
  padding: 0;
  margin-bottom: 40px;
}
#about-service .row {
  align-items: baseline;
}
.modal-content {
  background: #fff;
  border-radius: 42px;
  padding: 20px 30px;
}
a button.quote {
  background: #ff870a;
  color: white;
  padding: 10px 13px;
  border: 0px;
  border-radius: 10px;
}
a button.live {
  background: transparent;
  border: 1px solid #000;
  padding: 10px 13px;
  border-radius: 10px;
  color: #000;
}
.text-wrapper {
  margin-bottom: 50px;
  animation: fadeInUp 1s ease-in-out;
}
a button.live:hover {
  background: #ff870a;
  color: #fff;
  transition: 0.3s;
  border-color: #ff870a;
}
.marketing-section {
  padding: 60px 0px 40px 0px;
  position: relative;
}
.marketing-section::before {
  content: "";
  position: absolute;
  border: 150px solid #ff870a2b;
  width: 800px;
  height: 1000px;
  border-radius: 50%;
  top: 30%;
  right: -220px;
  z-index: -9;
  filter: blur(50px);
  animation: zoomInZoomOut 5s infinite;
}
.marketing-content {
  margin-bottom: 50px;
  animation: fadeInUp 1s ease-in-out;
}
.image-container img {
  width: 100%;
  animation: fadeInUp 1s ease-in-out;
}
h2 span {
  color: #ff870a;
}
.advantage-content {
  text-align: center;
}
.inner-box {
  text-align: center;
  box-shadow: 0 0.5rem 1rem #00000026 !important;
  transition: 0.5s;
}
.advantage-content p {
  color: #4e4e4e;
  margin-bottom: 30px;
}
.advantage-section .inner-box.py-3:hover {
  background: #ff870a;
  color: white;
  cursor: pointer;
  transform: translateY(-40px);
}
.services-main {
  background: url("../images/marketFlowBg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0px 70px 0px;
  color: white;
}
.services-main .inner-div h4 {
  margin-bottom: 20px;
}
.faq-main h6 span {
  font-size: 14px;
}
.inner-div {
  background: white;
  color: black;
  text-align: center;
  padding: 5px 5px;
  border-top: 6px solid #ff870a;
  padding: 20px 5px;
  height: 224px !important;
}
.services-main .inner-div:hover {
  background: #ff820000;
  color: white;
  transition: 0.3s;
}
.present-strategies {
  padding: 80px 0px 80px 0px;
}
.present-strategies h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
}
@keyframes ayan {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-40px);
  }
}
img.img-animation {
  animation: ayan 2s linear infinite alternate;
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.present-strategies h1 span {
  color: #ff870a;
}
.present-strategies h4 span {
  color: #ff870a;
}
.present-strategies h4 {
  font-size: 17px !important;
  font-weight: 500;
}
h1 span {
  color: #ff870a;
}
h4 span {
  color: #ff870a;
}
.bundle-content {
  text-align: center;
}
.bundle-section {
  background: url("../images/marketFlowBg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0px;
  color: white;
}
.bundle-section .inner-cards {
  border: 1px solid #ff870a;
  border-radius: 10px;
  padding: 25px 20px;
}
.card-content {
  text-align: center;
}
.inner-cards h2,
h4 {
  font-weight: bold;
}
.inner-cards h3 {
  color: #ff870a;
}
button.quote-button {
  background: #000;
  color: white;
  border: 0px;
  border-radius: 10px;
  padding: 10px 12px;
  text-transform: capitalize;
}
.bunble-button {
  text-align: center;
}
.listing-hidden {
  visibility: hidden;
}
.client-testimonial {
  padding: 50px 0px;
}
.inner-test {
  background: #2f3640;
  border-radius: 10px;
  padding: 20px 20px;
  height: 320px;
}
.image-sec {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  align-items: center;
}
.slick-slide {
  height: auto !important;
}
#services-slider-section .slick-slide {
  height: 363px !important;
}
#services-slider-section .slick-dots {
  bottom: -9px !important;
}
.slides-1 {
  padding: 40px 0px 0px 0px;
}
img.test-img-1 {
  margin-top: -60px;
}
img.test-img-2 {
  margin-top: -100px;
}
.faq-content {
  text-align: center;
}
.faq-banner h2 {
  color: #ff870a;
  font-size: 28px !important;
}
.faq-main ul li.accordion-item {
  list-style: none;
}
.accordion-title {
  border-bottom: 1px solid #ccc;
  position: relative;
  color: #000;
  padding: 20px 150px 20px 0px;
}
.accordion-title h6 {
  font-size: 18px;
  line-height: 28px;
}
.accordion-title::after {
  content: "\2b";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  font-size: 24px;
  top: 33px;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.rotate .accordion-title::after {
  transform: rotateZ(-90deg);
}
.accordion-content {
  height: 0px;
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
  transition: var(--transition);
}
.accordion-content img {
  width: auto;
}
.accordion-content.text {
  flex-direction: column;
}
.open .accordion-content {
  height: auto;
  opacity: 1;
  transition: var(--transition);
  margin-top: 1rem;
}
section#one-stop {
  padding: 60px 0px;
  background: url("../images/marketFlowBg.webp");
  color: white;
}
@keyframes updowncase1 {
  0% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(1px);
  }
}
.case-study-image img {
  width: 100%;
  animation: updowncase1 2s linear infinite alternate;
}
section#second-slider {
  padding: 30px 0px;
}
section#second-slider h1 {
  text-align: center;
}
section#empowing-prohress {
  background-image: url("../images/services-sec1-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px 30px 0px;
  color: white;
}
.areas-image img {
  width: 100%;
  animation: updowncase1 2s linear infinite alternate;
}
section#delivering-excellence {
  padding: 40px 0px;
  text-align: center;
}
.delivering-image img {
  width: 100%;
}
section#marketing-partner {
  text-align: center;
  padding: 20px 0px;
}
@media screen and (max-width: 768px) {
  div#mmmm .form-steps-selection h2{
    margin-bottom: 20px;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  div#mmmm .form-steps-selection ul{
    padding-left: inherit;
    margin-top: 20px;
  }
  div#mmmm .form-steps-selection ul li{
    width: 100% !important;
  }
  div#mmmm .form-steps-selection ul li.active{
    width: 100% !important;
  }
  div#mmmm .form-steps-selection input::placeholder{
    font-size: 18px !important;
  }
  div#mmmm .form-steps-selection input{
    margin-left: 0px !important;
    font-size: 18px !important;
  }
  div#mmmm .form-steps-selection .iti__flag-container{
    padding-left: 0px !important;
  }
  .accordion-content {
    flex-direction: column;
  }
  .accordion-item div span {
    display: block;
    width: 90%;
  }
}
.mobile-heading h3 span {
  color: #ff870a;
}
.market-flow {
  background: url("../images/marketFlowBg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  color: white;
  padding: 70px 0px;
}
.market-flow h2 {
  font-size: 20px !important;
  font-weight: 500 !important;
}
.faq-main {
  padding: 50px 0px;
}
.contact-us {
  padding: 30px 0px;
}
p.copy span {
  color: #ff870a;
  font-weight: bold;
}
.hero-section1 {
  background-color: #212529;
  padding: 60px 0;
  text-align: left;
  animation: fadeInDown 1s ease-in-out;
  color: aliceblue;
}
.hero-section h1 {
  font-size: 36px;
  font-weight: bold;
  animation: fadeInDown 1s ease-in-out;
}
.hero-section p {
  margin: 20px 0;
  font-size: 18px;
  animation: fadeInDown 1.4s ease-in-out;
}
.btn-quote {
  margin: 10px;
  animation: fadeInUp 1.6s ease-in-out;
}
.footer-section ul li {
  margin: 5px 0px;
}
.footer-section ul li a:hover {
  margin-left: 5px;
  color: #ff870a !important;
}
.footer-section ul li a {
  text-transform: capitalize;
  transition: 0.5s;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section {
  background-color: #101213;
  color: white;
  padding: 80px 0 20px 0px;
  text-align: center;
  animation: fadeInUp 1s ease-in-out;
}
.ft-logo img {
  width: 60%;
}
footer.footer-section .row.align {
  align-items: baseline;
}
.footer-section a {
  color: white;
  text-decoration: none;
}
.footer-section h3 span {
  font-weight: 700 !important;
  font-size: 48px;
  line-height: 48px;
}
.footer-section h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300 !important;
}
.text-right-ft {
  float: right;
}
div#inner-row-ft3 {
  padding: 30px 10px;
  align-items: baseline !important;
}
div#inner-row-ft2 {
  align-items: baseline;
  margin-top: 40px;
}
.footer-section h4::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #ff870a, transparent);
  width: 100px;
  height: 2px;
  bottom: -7px;
}
.footer-section h4 {
  margin-bottom: 20px;
  position: relative;
}
.contact-info {
  color: white;
  list-style: none;
  padding-left: 0;
}
.contact-info li {
  margin-bottom: 10px;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.btn-quote {
  background: #ff870a !important;
  color: white !important;
  border: 0px !important;
  border-radius: 10px !important;
  padding: 10px 13px !important;
  font-weight: 500 !important;
}
.heading1 {
  color: #ff870a;
}
.guardians {
  padding: 80px 4px 8px 6px;
}
.sec1image {
  margin-top: 10px;
  animation: updowncase1 2s linear infinite alternate;
}
.commitment {
  text-align: center;
}
.orange {
  color: #ff870a;
  font-size: 34px;
}
.paragraph1 {
  text-align: center;
}
.form-label {
  font-weight: 700;
}
.forange {
  color: #ff870a;
}
.align {
  text-align: left;
}
.icons1 {
  gap: 10px;
  display: flex;
}
.icons1 a {
  font-size: 32px !important;
}
ul.contact-info li i.bi.bi-envelope {
  margin-right: 6px;
  color: #ff870a;
}
ul.contact-info li i.bi.bi-telephone {
  margin-right: 6px;
  color: #ff870a;
}
ul.contact-info li i.bi.bi-geo-alt-fill {
  margin-right: 6px;
  color: #ff870a;
}
.connectsec {
  padding: 60px 0px 0px 0px;
}
button#contact-submit {
  background: #ff870a;
  color: white;
  padding: 10px 13px;
  border: 0px;
  border-radius: 10px;
}
.modal-content input,
.modal-content select,
.modal-content textarea {
  padding: 10px 19px !important;
}
.modal-content {
  border-radius: 22px;
  border: 2px solid #000;
}
.modal-content h2.modal-heading {
  font-size: 38px !important;
  line-height: 48px !important;
  font-weight: 500 !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col-lg-6 {
  padding: 10px;
  box-sizing: border-box;
}
.mt-5 {
  margin-top: 20px;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.service-logosection.thnnkkk {
  padding: 100px 0px;
}
.about-banner-buttons ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.about-banner-buttons ul li::marker {
  display: none !important;
  color: white;
}
.about-banner-buttons ul li .brand-button button {
  background: #ff870a;
  color: white;
  padding: 10px 13px;
  border: 0px;
  border-radius: 10px;
}
li.accordion-item {
  list-style: none;
}
.about-banner-buttons ul li .brand-button button a {
  color: white;
  text-decoration: unset;
}
.inner {
  background: white;
  color: #4e4e4e;
  border-radius: 10px;
  height: 220px;
}
.inner h2 {
  color: #080f42;
}
.about-sec-2-img img {
  width: 100%;
}
.sec6-slider .slick-slide img {
  display: block;
  object-fit: fill;
  height: 320px;
  width: 79%;
  margin: 0 auto;
}
.bundle-cards ul li {
  list-style: circle;
}
.bundle-cards ul {
  height: 200px;
  overflow-y: scroll;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px 50px 40px;
  border-radius: 10px;
  max-width: 600px;
  width: 40%;
}
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: end;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-form-container {
  padding: 20px;
}
.quote-button {
  background-color: #ff870a;
  color: white;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}
.form-group {
  margin-bottom: 20px;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.modal-content input,
textarea {
  box-sizing: border-box;
  width: 100% !important;
  padding: 10px !important;
  margin-top: 9px !important;
  border: 1px solid #000 !important;
  font-size: 16px !important;
  color: #333 !important;
  transition: border-color 0.3s !important;
  border-radius: 6px !important;
}
textarea {
  resize: vertical;
  height: 55px;
}
textarea {
  resize: vertical;
  height: 55px;
}
textarea.modal-text {
  height: 120px;
}
.modal-lines.text-center h2 {
  color: #ff870a;
}
.images-merchant {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.images-merchant img {
  width: 12%;
}
section#ourmerchants {
  padding: 22px 0px;
  background: linear-gradient(45deg, #000000, #fff6ec);
}
section#ourmerchants h1 {
  color: white;
}
@media only screen and (max-width: 1366px) {
  #mmmm {
    padding: 40px 200px !important;
  }
  #banner-home-section .text-wrapper .sub-heading {
    font-size: 14px;
    line-height: 36px;
  }
  img#etsy-left {
    left: 0px !important;
  }
  img#ebay-right {
    top: 26px !important;
  }
  img#ebay-left {
    top: 20px !important;
  }
  br {
    display: none !important;
  }
  img#walmart-right {
    top: 80px !important;
  }
  img#tiktok-right {
    top: 60px !important;
  }
  img#titkok-left {
    left: 22px !important;
    top: 80px !important;
    width: 7% !important;
  }
  img#shopify-left {
    left: 20px !important;
    top: 40px !important;
    width: 8% !important;
  }
  img#shopify-right {
    top: 70px !important;
  }
  #ecom-service-section .service-item h5 {
    font-size: 23px !important;
    line-height: 33px !important;
  }
  p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  h3 {
    font-size: 23px !important;
    line-height: 33px !important;
  }
  h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  #services-sec2 ul.management-services span {
    font-size: 16px;
    line-height: 26px;
  }
  #banner-home-section .img-bg::before {
    bottom: -478px;
  }
  #banner-home-section .img-bg::after {
    width: 100px;
    height: 100px;
    right: -50px;
    top: -10px;
  }
  #banner-home-section .text-wrapper::before {
    width: 90px;
    height: 90px;
    left: -69px;
    top: -30px;
  }
  #progress-content,
  #growth-process {
    padding: 40px 0;
  }
  #pricing-plan .client-counter .counter-num {
    font-size: 38px;
    line-height: 48px;
  }
  section#projects {
    padding: 40px 0;
  }
  a.bton {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .home-img {
    margin-bottom: -46px;
  }
}
@media only screen and (max-width: 1024px) {
  .marketing-content {
    margin-bottom: 30px;
  }
  #banner-home-section .text-wrapper .sub-heading {
    font-size: 12px;
    line-height: 32px;
  }
  body #etsy-left,
  body #etsy-right,
  body #ebay-left,
  body #ebay-right,
  body #shopify-left,
  body #shopify-right,
  body #amazon-left,
  body #amazon-right,
  body #walmart-left,
  body #walmart-right,
  body #tiktok-left,
  body #tiktok-right {
    display: none !important;
  }
  #about-us-home .col-md-6 .text-wrappper h2 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  #pricing-plan .plan-parent {
    padding: 100px 30px 20px 30px;
  }
  #pricing-plan .plan-parent ul::before {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: -24px;
  }
  #pricing-plan .client-counter .counter-num {
    font-size: 28px;
    line-height: 38px;
  }
  #pricing-plan .client-counter .counter-tag {
    font-size: 22px;
    line-height: 32px;
  }
  .marketing-section::before {
    display: none;
  }
  #banner-home-section .img-bg::before {
    bottom: -400px;
    left: 20px;
    width: 460px;
  }
  .about-feature li {
    padding: 10px;
  }
  .about-feature img {
    height: 50px;
    margin-right: 20px;
  }
  #about-us #banner-home-section h1 {
    font-size: 42px !important;
    line-height: 52px !important;
  }
  #client-testimonials {
    padding: 60px 0 !important;
  }
  #about-service .text-wrapper p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  #about-service .feature-content h3 {
    font-size: 19px !important;
    line-height: 25px !important;
  }
  #about-service .feature-content p {
    margin: 0;
  }
  h2 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  section#projects {
    padding: 90px 0;
  }
  #banner-home-section .text-wrapper::before {
    width: 100px;
    height: 100px;
    left: 500px;
    top: 50px;
  }
  #banner-home-section .img-bg::after {
    display: none;
  }
  section#ecommerce-section .col-sm-4 {
    width: 50% !important;
  }
  #ecommerce-section .ecommerce-service {
    padding: 20px 70px;
    margin: 10px 20px;
  }
  section#ecommerce-section .col-sm-4:nth-child(3) {
    width: 50% !important;
    display: table;
    margin: 20px auto;
  }
  #banner-home-section .text-wrapper::after {
    animation: unset !important;
    right: -40px !important;
  }
  #ecommerce-section #inner-row-top {
    margin-bottom: 20px;
  }
  #sec-digital-services,
  #stories {
    padding: 80px 0;
  }
  #projects .milestone-counter h4 {
    font-size: 36px;
    line-height: 46px;
  }
  #growth-process,
  #progress-content {
    padding: 40px 0;
  }
  #growth-process .brand-process .bottom-tool span {
    font-size: 302px;
    left: -10px;
    bottom: -220px;
  }
  #growth-process .brand-process .bottom-tool i {
    width: 430px;
    height: 150px;
    right: -40px;
    bottom: -50px;
  }
  #growth-process .col-sm-4 {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  #growth-process #inner-row-top {
    margin-bottom: 20px;
  }
  h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  #stories .tablinks {
    font-size: 20px;
    line-height: 30px;
  }
  #stories .story-card .story-detail p {
    min-height: 80px;
  }
  #stories .story-card .story-detail {
    padding: 10px 30px;
  }
}
@media (max-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: none !important;
    margin-top: 0;
  }
  .navbar .dropdown:hover ul.dropdown-menu.show {
    display: block !important;
  }
  .navbar .dropdown-toggle::after {
    transform: rotate(0deg);
  }
  .img-bg img {
    display: table;
    margin: 0 auto;
    float: none !important;
  }
  section#services-sec1 img {
    width: 80% !important;
    float: none !important;
    display: table;
    margin: 0 auto;
  }
  .link-buttons a#right,
  .link-buttons a#right {
    font-size: 15px !important;
  }
  .link-buttons a#left,
  .link-buttons a#left {
    font-size: 15px !important;
  }
  section#services-sec1,
  #tiktok-services-sec1 {
    padding: 40px 0px !important;
  }
  .custom-inner.p-3 img.img-fluid {
    display: none;
  }
  .custom-drop.row {
    width: 130px;
    display: block !important;
  }
  .custom-inner.p-3 {
    padding: 5px !important;
    background: transparent !important;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    border: 0px;
  }
  .custom-drop.row .col-md-3 .custom-inner a {
    color: black;
  }
  .col-md-6.sticky-left-col {
    position: relative !important;
  }
}
@media (max-width: 800px) {
  div#mmmm {
    padding: 30px 10px !important;
  }
  #about-service .col-lg-6 .img-bg::before {
    display: none;
  }
  #stories .tabcontent {
    padding: 30px 20px;
  }
  .col-sm-6 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .col-sm-3,
  .col-sm-2 {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }
  section#about-us-home .row .col-sm-6 {
    order: 1;
  }
  section#about-us-home .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-info {
    font-size: 14px !important;
  }
  section#contact {
    padding: 60px 0;
  }
  #client-testimonials img.client-profile {
    width: 14% !important;
  }
  #contact .col-md-5 .contact-info {
    margin-right: 0;
  }
  #contact .form-container {
    margin-left: 0;
  }
  #sec-digital-services .col-sm-4 {
    width: 100%;
    margin: 20px 0px;
  }
  #about-service .col-lg-6 {
    text-align: center;
  }
  #about-us .col-md-6 {
    width: 100%;
    margin: 10px 0px;
  }
  #about-service .col-lg-6 .img-bg img {
    animation: unset;
  }
  .about-feature li {
    padding: 10px;
    margin-bottom: 10px;
    height: 110px;
    align-items: center;
  }
  #about-service .text-wrapper p {
    text-align: center;
    font-size: 14px !important;
    line-height: 24px !important;
  }
  #about-service a.bton.quote-button {
    display: table;
    margin: auto;
  }
  .marketing-section {
    padding: 10px 0px 0px 0px;
  }
  .marketing-image img {
    animation: unset;
    float: unset;
    width: 72%;
  }
  .about-feature img {
    height: 50px;
    margin-right: 20px;
    width: 9%;
  }
  #about-service {
    padding: 40px 0;
  }
  #projects .col-sm-4 {
    width: 100%;
    text-align: center;
  }
  .col-lg-6 {
    text-align: center;
  }
  #about-service {
    padding: 40px 0;
  }
  #stories .tablinks {
    font-size: 16px;
    line-height: 30px;
  }
  div#tab-row .col-sm-4 {
    width: 100%;
    margin: 20px 0px;
  }
  #growth-process,
  #progress-content {
    padding: 20px 0;
  }
  h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  #client-testimonials .profile-tag h5 br {
    display: block !important;
  }
  #contact .col-md-5,
  #contact .col-md-7 {
    width: 100%;
    margin: 20px 0px;
  }
  #inner-row-top .col-md-6 {
    width: 100%;
    text-align: center;
  }
  #pricing-plan .plan-parent {
    border-radius: 20px 20px 0px 0px;
  }
  #growth-process .brand-process .bottom-tool span {
    font-size: 252px;
    left: 0px;
    bottom: -180px;
  }
  #pricing-plan .plan-parent ul::before {
    font-size: 28px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    right: 16px;
  }
  #pricing-plan .col-sm-4 {
    width: 100%;
    margin: 20px 0px;
  }
  #growth-process .brand-process .bottom-tool i {
    width: 170px;
  }
  #progress-content .progress-parent {
    margin-top: 40px !important;
    gap: 20px !important;
  }
  #progress-content .text-parent {
    padding-bottom: 20px;
  }
  #progress-content .col-md-6 {
    width: 100%;
    text-align: center;
  }
  #stories .col-sm-4:nth-child(2) {
    transform: unset !important;
  }
  #stories .tablinks {
    font-size: 16px;
    line-height: 26px;
    width: 31%;
    margin: 0px 4px;
    padding: 8px 0px;
  }
  #sec-digital-services .service-parent p {
    min-height: 50px;
  }
  #banner-home-section .col-md-6 {
    width: 100%;
    text-align: center;
  }
  #banner-home-section .text-wrapper::before {
    display: none;
  }
  #banner-home-section {
    padding: 80px 0px 0px 0px !important;
  }
  #about-us-home .about-timeline {
    position: relative;
    animation: fadeInUp 1s ease-in-out;
    margin-top: 140px;
    text-align: center;
  }
  #about-us-home {
    padding: 40px 0 !important;
  }
  .col-md-7,
  .col-md-5 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #sec-digital-services,
  #stories {
    padding: 0px 0 !important;
  }
  .text-wrapper {
    margin-bottom: 30px !important;
  }
  #about-us-home .timeline-parent::before {
    display: none;
  }
  #about-us-home .about-timeline {
    margin-top: 140px;
  }
  #about-us-home .col-md-6 .text-wrappper {
    padding-right: 0;
  }
  .marketing-section .col-lg-6 {
    width: 100%;
    text-align: center;
  }
  .col-md-6.sticky-left-col {
    position: relative !important;
    width: 100%;
    text-align: center;
  }
  #service-main-section .col-md-6 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  #ecommerce-section .col-sm-4 {
    width: 100% !important;
    margin: 30px 0px;
  }
  #ecommerce-section .col-sm-4:nth-child(3) {
    width: 100% !important;
  }
  #services-slider-section .content p {
    color: white !important;
  }
  #services-slider-section {
    padding: 90px 0px 20px 0px !important;
  }
  #services-slider-section .service-slide {
    margin: 30px 10px !important;
    height: auto !important;
  }
  #about-banner {
    background: unset;
    background-color: #ffc78c;
  }
  form#contact .col-lg-6 .mb-5.co {
    margin-top: 20px !important;
  }
  .market-flow .col-lg-6 img {
    float: none !important;
    width: 50%;
    display: table;
    margin: 0 auto;
  }
  .market-flow {
    padding: 40px 0px 10px 0px;
  }
  .inner-box {
    margin-bottom: 20px;
  }
  .home-img {
    margin-bottom: -15px !important;
  }
  .hero-section {
    background: unset !important;
    background-color: #000 !important;
  }
  h2 {
    line-height: 25px;
  }
  .faq-banner ul {
    padding-left: 0 !important;
  }
  div#trusted-brand-inner-row .col-sm-3 {
    width: 50%;
    margin: 15px 0;
  }
  div#trusted-brand-inner-row img {
    width: 70%;
    object-fit: contain;
    height: 40px;
    display: table;
    margin: auto;
  }
  .image-container img {
    width: 100%;
  }
  .bundle-section .inner-cards {
    margin-bottom: 30px;
  }
  .bundle-section {
    background: unset;
    background-color: #212429;
  }
  .services-main {
    background: unset;
    background-color: #212429;
  }
  .inner-div {
    margin-bottom: 20px;
    height: unset;
  }
  section#faq-main ul {
    padding-left: 0 !important;
  }
  section#faq-sec ul {
    padding-left: 0 !important;
  }
  section#revolution ul {
    padding-left: 0 !important;
  }
  .faq-main ul {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .modal-content {
    padding: 20px 30px 40px;
  }
  div#mmmm .form-steps-selection p {
    padding-left: 0px;
    margin-top: 20px;
}
div#mmmm .form-steps-selection .next-button {
  margin-left: 0px !important;
}
  .video-section img {
    width: 25%;
    height: auto !important;
}
.exclusive h2 {
  font-size: 25px !important;
}
.exclusive {
  width: 95%;
  padding: 40px 0px 0px;
}
  #email-marketing {
    padding: 60px 0;
  }
  .marketing-section .row {
    display: flex;
    flex-direction: column-reverse;
  }
  section#projects .col-sm-6 {
    text-align: center;
  }
  #about-us #banner-home-section h1 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  div#inner-row-ft2 {
    margin: 10px auto !important;
  }
  .about-feature li img {
    margin: auto !important;
  }
  .about-feature li {
    height: 240px;
  }
  body#about-us #banner-home-section p {
    color: #000;
    animation: fadeInUp 1s ease-in-out;
    font-size: 14px !important;
    line-height: 24px !important;
  }
  #projects .text-wrapper {
    margin-bottom: 30px;
  }
  #growth-process .brand-process {
    margin: 30px 10px;
  }
  #contact {
    padding: 40px 0;
  }
  #growth-process .brand-process .bottom-tool span {
    left: 50% !important;
    transform: translate(-50%, 0);
    font-size: 200;
  }
  #contact .form-group {
    display: grid;
  }
  #growth-process .brand-process .bottom-tool span {
    left: 30px;
  }
  #progress-content .text-parent {
    padding-bottom: 0px;
  }
  #contact .form-container {
    padding: 30px;
    margin-top: 20px;
  }
  #progress-content .text-parent::before {
    display: none;
  }
  #sec-digital-services .service-parent p {
    min-height: 60px;
  }
  #sec-digital-services .section-heading {
    text-align: center;
  }
  .request-quote {
    margin-bottom: 10px !important;
  }
  #pricing-plan .plan-parent ul {
    text-align: left;
  }
  #progress-content .text-parent::before {
    position: unset;
  }
  #progress-content .text-content {
    padding-left: 0px;
  }
  #progress-content .row {
    padding: 20px 10px;
  }
  #stories .col-sm-4:nth-child(2) {
    transform: unset !important;
  }
  #stories .story-card .story-detail p {
    min-height: auto !important;
  }
  #stories .tablinks {
    width: 70%;
    margin-bottom: 10px;
  }
  #stories .tabcontent {
    padding: 0 20px;
  }
  #pricing-plan .plan-parent ul::before {
    font-size: 23px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: -4px;
  }
  #contact .col-md-5 .contact-info {
    padding: 40px 30px 30px 30px;
  }
  section#projects {
    padding: 30px 0px !important;
  }
  #sec-digital-services,
  #stories {
    padding: 40px 0px !important;
  }
  #about-us-home {
    padding: 30px 0 !important;
  }
  .col-md-6.sticky-left-col {
    position: unset !important;
    margin-bottom: 30px;
  }
  #about-us-home .col-md-6 .text-wrappper h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  #ecommerce-section .ecommerce-service {
    margin: 0;
  }
  #ecommerce-section .ecommerce-service i {
    left: 10px;
    top: 8px;
  }
  #service-main-section {
    padding: 30px 0;
  }
  #about-us-home .about-timeline {
    margin-top: 40px;
  }
  #sec-digital-services #inner-row-top {
    margin-bottom: 0;
  }
  #pricing-plan,
  #client-testimonials {
    padding: 30px 0px !important;
  }
  .contact-tag {
    text-align: left;
  }
  #contact .contact-info {
    padding: 10px;
  }
  div#inner-row-ft2 {
    align-items: center;
    text-align: center;
  }
  div#inner-row-top .col-sm-4 {
    display: block !important;
    width: 100% !important;
    min-width: 100%;
  }
  .ft-logo img {
    width: 40%;
    margin: 10px auto;
    display: table;
  }
  #projects .milestone-counter {
    margin: 20px 60px 0px 60px !important;
  }
  #sec-digital-services .col-sm-4 {
    margin: 20px 0px !important;
  }
  #ecommerce-section {
    padding: 40px 0 0px 0px;
  }
  #contact a.bton {
    width: 85%;
    text-align: center;
  }
  section#marketing .card {
    width: 100%;
    display: block !important;
    min-width: 100% !important;
    margin: 20px auto;
  }
  section#marketing .marketing-services.d-flex {
    display: block !important;
    width: 100%;
  }
  .top-nav {
    display: none;
  }
  #services-sec4 #list-a::after,
  #services-sec4 .col-sm-3 .service-item::before,
  #services-sec4 #list-a::after,
  #services-sec4 .col-md-3 .service-item::after,
  #services-sec4 .col-md-3 .service-item::after,
  #services-sec4 #list-d::before,
  #services-sec4 #list-d::before,
  #services-sec4 #list-b::after,
  #services-sec4 #list-c::before,
  #sec-digital-services::before,
  #stories::before,
  #growth-process::before,
  #growth-process .brand-process .bottom-tool i {
    display: none !important;
  }
  section#ecommerce-section .col-sm-4 {
    width: 100% !important;
  }
  #marketing a.bton {
    width: unset !important;
  }
  #marketing .consultant {
    border-radius: 10px !important;
  }
  .col-sm-4 {
    margin: 20px 0px !important;
  }
  h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  #ecom-service-section .service-item p {
    min-height: 80px !important;
  }
  #ecom-service-section #active {
    transform: unset !important;
  }
  #contact input,
  #contact select,
  #contact textarea,
  #contact button {
    margin-top: 4px;
  }
  #ecom-service-section a.bton {
    width: unset !important;
  }
  #ecom-service-section {
    padding: 40px 0;
  }
  .col-md-5,
  .col-md-6,
  .col-md-4,
  .col-sm-4,
  .col-lg-6 {
    width: 100% !important;
    text-align: center !important;
  }
  section#projects .col-sm-4 {
    margin: 20px 0px !important;
  }
  .text-right-ft {
    float: unset !important;
    text-align: center !important;
  }
  #services-sec4 .service-item {
    text-align: center !important;
  }
  #services-sec4 {
    padding: 60px 0 !important;
  }
  #inner-row-ft2 .col-sm-3 {
    margin-bottom: 20px;
  }
  #journey .process-item::before {
    display: none !important;
  }
  #journey {
    padding: 40px 0 !important;
  }
  .accordion-title {
    padding: 10px 40px 10px 10px;
  }
  #contact a.bton {
    width: 60%;
    display: table;
    margin: auto;
  }
  div#inner-row-ft3 .col-sm-4 {
    text-align: left !important;
  }
  div#inner-row-ft3 {
    margin: auto;
  }
  div#inner-row-ft2 {
    align-items: center;
    text-align: center;
    margin: 50px auto;
  }
  div#inner-row-ft2 .col-sm-3 {
    text-align: left !important;
  }
  .footer-section h4 {
    margin-bottom: 30px;
  }
  .footer-section #inner-row-ft1 {
    margin: auto;
  }
  .accordion-title h6 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }
  #services-sec4 .service-item h4 span br {
    display: block !important;
  }
  #marketing .card-back img {
    width: 50% !important;
  }
  #ecom-service-section .service-item {
    margin: 10px 20px !important;
  }
  #ecom-service-section .col-sm-4 {
    margin: 10px 0px !important;
  }
  section#faq-sec .link-buttons {
    justify-content: center;
  }
  a.bton.quote-button i {
    display: none;
  }
  section#services-sec2 .row {
    flex-direction: column-reverse;
    display: flex !important;
  }
  #ecom-service-section .service-item {
    margin: 20px 0;
  }
  #faq-sec {
    padding: 40px 0 !important;
  }
  #ecom-service-section {
    padding: 50px 0 !important;
  }
  #services-sec4 #inner-row {
    display: flex !important;
    flex-direction: column-reverse;
  }
  #services-sec4 .col-md-6 {
    order: 1 !important;
    display: flex !important;
  }
  section#services-sec2 .col-lg-6 {
    text-align: left !important;
    padding: 0px 20px;
  }
  #services-sec2 ul.management-services span {
    font-size: 16px;
    line-height: 26px;
  }
  #email-marketing {
    padding: 20px 0 !important;
  }
  #services-sec2 {
    padding: 60px 0 !important;
  }
  br {
    display: none !important;
  }
  #banner-home-section .text-wrapper::after {
    display: none !important;
  }
  #marketing .consultant h3 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  #marketing .consultant h5 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  #marketing {
    padding: 50px 0 !important;
  }
  #journey .process-item {
    padding: 30px 30px !important;
  }
  #services-sec4 .service-item {
    text-align: center !important;
    margin-bottom: 30px !important;
  }
  #banner-home-section .text-wrapper::before,
  #banner-home-section .img-bg::after,
  .marketing-section::before {
    display: none !important;
  }
  .about-feature li img {
    display: table !important;
    margin: 0 auto 20px !important;
    width: 20% !important;
    height: 80px !important;
  }
  .about-feature li {
    display: grid !important;
    justify-content: center !important;
  }
  #about-service .col-lg-6 .img-bg img {
    animation: unset !important;
  }
  #about-service .col-lg-6 .img-bg::before {
    display: none !important;
  }
  #about-service .col-lg-6 .img-bg img {
    width: 80%;
  }
  #banner-home-section .text-wrapper .sub-heading {
    font-size: 10px;
    line-height: 46px;
  }
  #about-service {
    padding: 40px 0 !important;
  }
}
.footer-section ul.get li a {
  text-transform: lowercase !important;
}
.request-quote a.bton.quote-button {
  background: #ff870a;
  color: white;
  border: 0px;
  border-radius: 10px;
  padding: 10px 13px;
  font-weight: 400;
  margin-right: 3px !important;
  font-size: unset;
  animation: none;
}
.request-quote a.bton.quote-button:hover {
  box-shadow: none;
}
button.bton.buttonContactForm {
  background: #000000;
  position: relative;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  animation: fadeInUp 1s ease-in-out;
  transition: 0.5s;
  box-shadow: inset 0px 0px 10px 2px #ff870a;
  font-size: 18px !important;
}
button.bton.buttonContactForm:hover {
  box-shadow: 0px 0px 10px 2px #ff870a;
  background: #000000;
}

button.bton.buttonContactForm i.fa-solid.fa-arrow-right {
  background: black;
  padding: 4px;
  border-radius: 17px;
  transform: rotate(-45deg);
  transition: 0.5s;
}

button.bton.buttonContactForm:hover i.fa-solid.fa-arrow-right {
  transform: rotate(0);
}
div#mmmm h3 {
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 22px;
}
div#mmmm {
  padding: 40px 310px;
  text-align: center;
}
#countdownTimer {
  text-align: center;
  color: #fff;
  padding-top: 30px;
}

#countdownTimer .times {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 50px;
  font-size: 23px;
  line-height: 33px;
  text-transform: capitalize;
}
#countdownTimer h3 {
  font-size: 33px;
  line-height: 43px;
  margin-bottom: 10px;
}
#countdownTimer .times span {
  display: table;
  text-align: center;
  margin: 0 auto;
}
section.video-section {
  height: 100%;
}

/* proper-ecom */
div#mmmm .form-steps-selection {
  background: white;
  padding: 60px 36px;
  text-align: left;
  width: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 10px;
}

div#mmmm .form-steps-selection h2 {
  font-size: 24px !important;
  color: black;
  margin-bottom: 0px;
  font-weight: 600 !important;
  line-height: 30px !important;
}

div#mmmm .form-steps-selection h2 span {
  color: black !important;
}

div#mmmm .form-steps-selection p {
  padding-left: 0px;
  font-size: 18px !important;
  color: gray;
  margin-top: 20px;
}

div#mmmm .form-steps-selection input {
  margin-left: 40px;
  width: -webkit-fill-available;
  border: none;
  border-bottom: 1px solid gray;
  font-size: 31px;
  color: gray;
  border-radius: 0px;
}

div#mmmm .form-steps-selection input::placeholder {
  color: #80808091;
}

div#mmmm .form-steps-selection input:focus-visible {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  outline: none;
}

div#mmmm .form-steps-selection .next-button {
  margin-left: 40px;
  margin-top: 27px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 500;
}

div#mmmm .form-steps-selection .next-button button {
  border: none;
  background: black;
  color: white;
  border-radius: 5px;
  padding: 6px 17px;
  font-size: 21px;
  font-weight: 800;
}

div#mmmm .form-steps-selection input:focus {
  box-shadow: none;
}

div#mmmm .form-steps-selection .iti__flag-container {
  padding-left: 40px;
}

div#mmmm .form-steps-selection ul {
  list-style: none;
}

div#mmmm .form-steps-selection ul li.active {
  border: 1px solid gray;
  width: 75%;
  padding: 5px 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div#mmmm .form-steps-selection ul li.active b.check.active i.fa-solid.fa-check {
  display: flex;
  width: fit-content;
  margin-left: auto;
}

div#mmmm .form-steps-selection ul li i.fa-solid.fa-check {
  display: none;
}

div#mmmm .form-steps-selection ul li.active span {
  background: black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: white;
}
div#mmmm .form-steps-selection ul li {
  border: 1px solid gray;
  width: 75%;
  padding: 5px 8px;
  margin-bottom: 10px;
  border-radius: 5px;
}

div#mmmm .form-steps-selection ul li span {
  background: gray;
  border: 2px solid black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: white;
}

div#mmmm .form-steps-selection .previous-next {
  background: black;
  width: max-content;
  border-radius: 5px;
  margin-left: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

div#mmmm .form-steps-selection .previous-next i.fa-solid {
  padding: 5px;
  font-size: 21px;
  width: 35px;
  text-align: center;
  color: white;
}

div#mmmm .form-steps-selection .previous-next i.fa-solid:nth-child(1) {
  border-right: 1px solid gray;
}

div#mmmm .form-steps-selection ul li span.iti__country-name {
  background: transparent;
  border: none;
  display: inline-block;
  width: auto;
  height: auto;
  color: black;
}

div#mmmm .form-steps-selection ul li span.iti__dial-code {
  background: transparent;
  color: black;
  border: none;
}
div#mmmm .form-steps-selection ul li.iti__country.iti__standard {
  border: none;
  width: auto;
  margin: auto;
}

.next-button-last button {
  border: none;
  background: black;
  color: white;
  border-radius: 5px;
  padding: 6px 17px;
  font-size: 21px;
  font-weight: 800;
}

div#mmmm .form-steps-selection input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 35px;
  transform: translate(-9px, -5px);
  opacity: 0;
  /* display: none; */
}

div#mmmm .form-steps-selection ul li.active label {
  display: flex
;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
section#banner-home-section .homeslider .img-bg::after {
    display: none;
}
.process-item button {
    border: 0 !important;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: unset !important;
}
/* blog css */
.archive-header h1 {
    font-size: 29px;
    font-weight: bold;
    padding-top: 20px;
    line-height: 39px;
}
.archive-header h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
}
.archive-header h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.archive-header img {
  margin-bottom: 20px;
}
.tablecontent {
    background: #fdffd2;
    display: table;
    padding: 30px 30px;
}
.tablecontent ul li {
    list-style: decimal-leading-zero;
}
ul.dropdown-menu a {
    color: #fff;
}
.whatsapp-chat {
    position: fixed;
    bottom: 11px;
    z-index: 1111;
    left: 14px;
}


.whatsapp-chat a {
  position: relative;
  display: inline-block;
  width: 60px; /* Icon ka size */
  height: 60px;
  background-color: #25d366; /* WhatsApp Green */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Ring Effect banane ke liye ::before ka use */
.whatsapp-chat a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #25d366;
  border-radius: 50%;
  z-index: -1;
  animation: ring-pulse 2s infinite; /* 2 seconds ka loop */
}

.whatsapp-chat img {
  width: 35px; /* Icon size set karein */
  height: auto;
}

/* Ring Animation Keyframes */
@keyframes ring-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8); /* Ring kitni badi hogi */
    opacity: 0; /* Baahir ja kar gayab ho jayegi */
  }
}