/*Main Css */
:root {
  --primary: #4837ff;
  --bg-light: #ffdecc;
  --bg-gray: #f4f9ff;
  --black: #000000;
  --white: #ffffff;
  --dark: #333333;
  --value: -1412;
  --width: calc(var(--value) * -1 * 1px);
  --distance: calc(var(--value) * 0.7 * 1px);
  --perspective: calc(var(--value) * -0.65 * 1px);
  --angle: calc(var(--value) / 75 * 1deg);
  --zoom: 2.3;
  --active-translate-modifier: 1;
  --vertical-offset: -0px;
  --font-heading: "DM Sans", sans-serif;
  --font-accent: "DM Sans", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --icon: "Font Awesome 6 Pro", sans-serif;

  --spacing-s: 16px;
  --spacing-m: 24px;
  --spacing-l: 32px;
  --spacing-xl: 48px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}
::selection {
  background: #4837ff;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #4837ff;
}

/* Tabbing CSS */

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

body {
  font-family: var(--font-body);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #171717b2;
}

html {
  overflow-x: hidden;
}

body.inner-header {
  padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 600;
  color: #171717;
  font-family: var(--font-heading);
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  font-family: var(--font-body);
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.pad-zero {
  padding: 0px;
}
.pad-l-zero {
  padding-left: 0px;
}
.pad-r-zero {
  padding-right: 0px;
}
.ovr-hiddn {
  overflow: hidden;
}
.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.overlay {
  display: none;
}
.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}
.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}
.slick-dots {
  padding: 0 0 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 10px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}
.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 100px;
  padding: 0px;
  background: #dddddd;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background: var(--primary);
  width: 8px;
}

/*header css*/
header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  position: fixed;
  background: transparent;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
}
header.sticky {
  background: white;
  box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%),
    0px 2px 4px -1px rgb(0 0 0 / 6%);
  top: 0;
}
.menuWrap2 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.logo {
  display: inline-block;
}
.logo img {
  display: block;
  max-width: 100px;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: var(--primary);
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}
.menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0 8px 10px;
}
.menu > li > a {
  /* display: block; */
  font-size: 16px;
  color: var(--black);
  /* text-transform: uppercase; */
  font-weight: 500;
}
.header-btn {
  background: var(--primary);
  color: white !important;
  padding: 5px 14px 5px 5px;
  border-radius: 200px;
  font-weight: 400 !important;
  font-family: "DM Sans";
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-btn:hover {
  transform: scale(1.03);
}
.menu > li :hover > a,
.menu > li .active > a {
  color: var(--primary);
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scale-display--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  99% {
    display: inline-flex;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}

@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}

/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner-content {
  padding: 150px 0 70px;
}
h1.banner-heading {
  font-size: 74px;
  line-height: 70px;
  margin-bottom: 15px;
  font-weight: 700;
}
span.sub-heading {
  font-size: 14px;
  font-weight: 500;
  border-radius: 59px;
  border-right: 6px solid #4837ff;
  border-left: 6px solid #4837ff;
  background: rgba(72, 55, 255, 0.26);
  color: var(--primary);
  line-height: 24px;
  padding: 6px 18px;
  margin-bottom: 19px;
}
p.banner-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  /* color: #5F5F5F; */
}
h1.banner-heading span {
  color: var(--primary);
}
.header-btn i.fa.fa-phone {
  border: 1px solid #ffffff4d;
  height: 44px;
  width: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff1a;
}
a.header-btn.chatbtn {
    border-radius: 200px;
    border: 1px solid rgba(23, 23, 23, 0.30);
    background: rgba(23, 23, 23, 0.08);
    color: #171717 !important;
    font-size: 14px;
    line-height: 24px;
}
.banner-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* width: 100%; */
  color: rgba(72, 55, 255, 0.70);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  padding: 7px 14px;
  border-radius: 200px;
  border: 1px solid rgba(72, 55, 255, 0.30);
  background: rgba(72, 55, 255, 0.10);
}
ul.banner-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.banner-img {
  text-align: center;
  margin: 40px 0 30px;
}
.trusted-wrapper {
  box-shadow: 0px 4px 34px 0px #00000026;
  background: #4837ff1a;
  border-radius: 20px;
  padding: 26px 24px 26px 24px;
}
.trusted-list li {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    text-align: center;
    display: flex;
    height: 81px;
    padding: 17px 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.sec-heading h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
ul.trusted-list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}

.portfolio-card {
  position: relative;
  z-index: 1;
  transition: 0.5s ease;
}
.port-card:hover {
  background-position: 100%;
  transition: 3s !important;
}
.port {
  width: 100%;
  height: 100%;
}
.port-card {
  display: inline-block;
  transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
  box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 16%);
  border-radius: 6px;
  height: 640px;
  overflow: hidden;
  background-size: cover;
  width: 100%;
}
.port-card:hover {
  background-position: 100%;
  transition: 3s !important;
}
.portfolio-slider .slick-slide {
  margin: 0 8px;
}
.portfolio-slider .slick-list.draggable {
  padding: 0 10%;
}
.next {
  right: 0px;
}

.viewport {
  width: var(--width);
  height: 300px;
  position: relative;
  margin: 250px auto 0;
  z-index: 1;
}
.track {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  perspective: var(--perspective);
  transform-style: preserve-3d;
  transform: scale(var(--zoom)) translateY(calc(var(--vertical-offset) * -1));
}
.item {
  height: calc(100% - -400px);
  width: calc(22%);
  background-color: #999;
  transition: all 0.3s;
  display: flex;
  position: absolute;
  background-image: url("http://placekitten.com/300/300");
  perspective: 637px;
  border-radius: 15px;
}
.item .preview {
  justify-content: center;
  align-items: center;
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: clip;
  text-shadow: 0px 0px 3px black;
  border-radius: 20px;
}
.item .caption {
  color: white;
  position: absolute;
  top: 100%;
  color: black;
  opacity: 0;
  margin-top: 20px;
  width: 200%;
  left: -50%;
  transition: all 0.1s;
  text-align: justify;
}
.item .shadow {
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1));
  opacity: 0.9;
  position: absolute;
  filter: blur(35px);
  height: 110%;
  width: 110%;
  transform: translateZ(-307px) translateY(432px) translateX(2px) scale(1.2)
    rotateX(96deg);
}
.track .item:nth-of-type(1) {
  background-color: #212121;
  transform: rotateY(calc(var(--angle) * 3)) translateZ(var(--distance))
    translateY(var(--vertical-offset));
  opacity: 0.2;
}
.track .item:nth-of-type(2) {
  background-color: #212121;
  transform: rotateY(calc(var(--angle) * 2)) translateZ(var(--distance))
    translateY(var(--vertical-offset));
  opacity: 0.2;
}
.track .item:nth-of-type(3) {
  background-color: #212121;
  transform: rotateY(calc(var(--angle))) translateZ(var(--distance))
    translateY(var(--vertical-offset));
  opacity: 0.2;
}
.track .item:nth-of-type(4) {
  background-color: #212121;
  transform: rotateY(0deg)
    translateZ(calc(var(--distance) * var(--active-translate-modifier)))
    translateY(var(--vertical-offset));
}
.track .item:nth-of-type(4) .caption {
  opacity: 1;
  transition-delay: 0.2s;
}
.track .item:nth-of-type(5) {
  background-color: #212121;
  transform: rotateY(calc(var(--angle) * -1)) translateZ(var(--distance))
    translateY(var(--vertical-offset));
  opacity: 0.2;
}
.track .item:nth-of-type(6) {
  background-color: #212121;
  transform: rotateY(calc(var(--angle) * -2)) translateZ(var(--distance))
    translateY(var(--vertical-offset));
  opacity: 0.2;
}
.track .item:nth-of-type(7) {
  background-color: #212121;
  transform: rotateY(calc(var(--angle) * -3)) translateZ(var(--distance))
    translateY(var(--vertical-offset));
  opacity: 0.2;
}














.process-wrapper {
  box-shadow: 0px 4px 34px 0px #00000026;
  background: #4837ff;
  border-radius: 70px;
  padding: 70px 40px;
  position: relative;
}
.process-wrapper span.sub-heading {
  border-right: 6px solid #f8f8f8;
  border-left: 6px solid #f8f8f8;
  background: rgb(93 78 255);
}
.step-card-number span.step-number {
  color: #fcfcfc;
  font-size: 152.13px;
  font-weight: 600;
  line-height: 196px;
  opacity: 0.1;
}
.step-card-number {
  text-align: center;
}
.step-card {
  text-align: center;
  border: 1px solid #d9d9d996;
  background: #5d4eff;
  border-radius: 30px;
  padding: 19px 23px;
}
.step-card h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 14px 0 8px;
}
.step-card p {
  color: #fff;
  opacity: 70%;
  font-size: 14px;
  line-height: 20px;
}
.dotted-line {
  width: 108px;
  height: 2px;
  background-image: repeating-linear-gradient(
    90deg,
    #fff,
    #fff 6px,
    transparent 6px,
    transparent 12px
  );
  position: absolute;
  animation: dash 1.5s linear infinite;
}
@keyframes dash {
  from {
    background-position: 0;
  }
  to {
    background-position: -60px;
  }
}
.line-1 {
  top: 54%;
  left: 222px;
  transform: rotate(89deg);
  width: 77px;
}
.line-2 {
  top: 60%;
  left: 623px;
  transform: rotate(89deg);
  width: 64px;
}
.line-3 {
  bottom: 54%;
  /* left: 0; */
  right: 26%;
}
.line-4 {
  top: 55%;
  right: 15%;
  transform: rotate(89deg);
  width: 68px;
}
.line-5 {
  bottom: 30%;
  left: 447px;
}
.process-wrapper .btn-wrap .theme-btn {
  background: #fff;
  color: var(--primary);
}
.process-wrapper .btn-wrap .theme-btn.bordered {
  background: #ffffff14 !important;
  color: #fff !important;
  border: 1px solid #ffffff1f !important;
}

/* packages */
.pkg-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.pkg-list .g-2 {
  grid-template-columns: repeat(2, 1fr);
}
.pkg-list .d2 .pckg {
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.pkg-list .d2 .pckg .upper {
  text-align: center;
}
.pkg-list .d2 .pckg .upper .price {
  justify-content: center;
}
.pkg-list .d2 .pckg .upper .title {
  font-size: 24px;
  line-height: 24px;
}
.pkg-list .d2 .pckg .upper .price .amount {
  font-weight: 800;
  font-size: 70px;
  line-height: 85px;
}
.pkg-list .d2 .pckg .bottom p {
  font-size: 18px;
  line-height: 26px;
  color: #6b7280;
}
.pckg.d2 {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.pckg.d2 .upper .title {
  font-size: 24px;
  line-height: 24px;
}
.pckg.d2 .upper {
  text-align: center;
}
.pckg.d2 .upper .price {
  justify-content: center;
}
.pckg.d2 .upper .price .amount {
  font-size: 70px;
  line-height: 85px;
}
.pckg.d2 .bottom .hdng {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #525aec;
  margin-bottom: 1rem;
}
.pckg.d2 .bottom p {
  color: #6b7280;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1rem;
}
.pckg {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
  box-shadow: -10px 14px 30px rgb(0 0 0 / 7%);
  border: 1px solid #00000029;
  height: 100%;
  padding: 30px 20px;
  border-radius: 20px;
  background: #fff;
}
.pckg .btn-wrap a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  justify-content: center;
  padding: 14px 30px;
}
.pckg .btn-wrap .btn-norm {
  color: var(--primary);
  transition: 0.5s ease;
}
.pckg .btn-wrap .btn-norm:hover {
  transform: scale(1.03);
}
.pckg .upper .title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
  color: #171717;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pckg .upper .starting-in {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}
.pckg .upper p {
  font-size: 16px;
  line-height: 24px;
  color: #171717;
  margin-bottom: 1rem;
  opacity: 70%;
}
.pckg .upper .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 0 20px;
  border-top: 1px solid #21252912;
  border-bottom: 1px solid #21252912;
}
.pckg .upper .price .amount {
  font-weight: 700;
  font-size: 44px;
  line-height: normal;
  color: #171717;
}
.pckg .upper .price .uspto {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #5b5b5b;
}
.pckg .bottom .includes {
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #111827;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
.pckg .bottom ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: flex;
  /* opacity: 70%; */
  color: #17171770;
}
.pckg .bottom ul {
  margin: 1rem 0 3rem;
  overflow-y: auto;
  /* max-height: 179px; */
  padding-right: 10px;
  height: 254px;
  overflow-y: scroll;
}
.bottom span {
  color: #171717;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.pckg .bottom ul li:not(.last) {
  margin-bottom: 15px;
}
.pckg .bottom ul li::before {
  content: "";
  font-family: var(--icon);
  content: "\f00c";
  font-weight: 400;
  color: #fff;
  margin-right: 12px;
  display: flex;
  width: 22px;
  height: 22px;
  padding: 7.071px 6.286px;
  align-items: center;
  justify-content: center;
  gap: 7.857px;
  background: var(--primary);
  font-size: 12px;
  border-radius: 100%;
}
.pckg .btn-wrap {
  flex-direction: column;
  margin: 0;
}
span.tag {
  background: #fbbf24;
  color: #0b0b0b;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 32px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-radius: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52%;
}
.pckg:hover {
  border: 1px solid #fff;
  background: #5647ff3d;
}
a.pckg-call-btn {
  color: #17171785;
  padding: 0 !important;
}
a.pckg-call-btn i.fa.fa-phone {
  color: var(--primary);
}
.pckg .bottom ul span {
    font-size: 18px;
    padding-bottom: 12px;
}
/* packages */

section.sec-4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Accordian */
.accordion-list {
  position: relative;
}
.accordion-list li {
  padding: 18px 18px;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d1d5db;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  margin-bottom: 1.5rem;
  border: 1px solid #d9d9d9;
}
ul.accordion-list li span {
  display: flex;
  position: relative;
}
.accordion-list li h3 {
  color: #171717;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
ul.accordion-list li h3:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  right: 0;
  color: #9ca3af;
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  font-weight: 600;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-list li.active h4::after {
  color: #9ca3af;
  content: "\f077";
}
ul.accordion-list li.active h3:after {
  content: "\f077";
}
.answer p {
  margin-top: 10px;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  opacity: 0.67;
  border-top: 1px solid #00000036;
  padding-top: 10px;
}
/* Accordian */

/* popup */
.overlay {
  background-color: rgb(197 197 197 / 32%);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  display: none;
  backdrop-filter: blur(10px);
}
.popupmain {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  box-shadow: 0 0 30px -9px #0000006e;
  z-index: 9999999;
  display: none;
  max-height: 90vh;
}
.mmpopup {
  border-radius: 33px;
  border: 1px solid #171717;
  padding: 12px;
  background: #171717;
}
.mmpopup .popup-content {
  padding: 20px;
  width: 100%;
  max-width: 500px;
  border-radius: 29px;
  background: #4f49f3;
  box-shadow: 0px 4px 52.4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(33.75px);
  overflow: hidden;
  height: 100%;
}
.mmpopup .formpop {
  width: 100%;
  margin-top: 20px;
}
.mmpopup .form-text {
  color: #000;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 20px;
}
.mmpopup .form-text a {
  color: #659640;
  font-weight: 700;
}
.mmpopup .form-text a:hover {
  color: var(--secondary);
}
.mmpopup .form-group-wrapper {
  gap: 0;
  column-gap: 20px;
  margin-bottom: 30px;
  width: 100%;
}
.mmpopup .fld-input {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
  border: 1px solid #d1d5db;
  overflow: hidden;
}
.mmpopup .centercont h3 {
  font-size: 38px;
  color: #141515;
  margin-bottom: 10px;
}
.mmpopup .centercont h4 {
  font-size: 20px;
  color: #566060;
  margin-bottom: 10px;
}
.mmpopup .centercont h4 span {
  color: #86cb92;
}
.mmpopup .centercont p {
  color: #333;
  font-size: 14px;
  margin-bottom: 120px;
  line-height: 20px;
}
.closeico {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 100px;
}
.closeico i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.closeico1 {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}
.closeico1 i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.mmpopup .centercont p {
  margin-bottom: 10px;
  line-height: 23px;
  color: #565656;
  max-width: 390px;
  margin: auto;
  display: block;
  position: relative;
}
.mmpopup .centercont ul {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 27px 49px 27px 24px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}
.mmpopup .centercont ul li {
  display: block;
  font-size: 15px;
  color: #000;
  padding-bottom: 12px;
}
.mmpopup .centercont ul li.last {
  padding-bottom: 0;
}
.mmpopup .centercont ul li i {
  color: #ff533e;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 8px;
  font-size: 10px;
  padding: 3px;
}
.mmpopup .centercont h4 {
  font-size: 26px;
  color: #659640;
}
.mmpopup .centercont h3 {
  font-size: 50px;
  font-weight: 400;
}
.mmpopup .centercont h3 span {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mmpopup .centercont h4 span {
  font-weight: 500;
  color: #fff;
  font-size: 42px;
}
.fld-input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218 217 217);
  border-radius: 5px;
  background-color: #fff;
  width: 354px;
  height: 66px;
  margin-bottom: 20px;
}
.fld-input input {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
  background: #eeeeee;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none;
  font-family: "Inter";
}
.fld-input input::placeholder {
  color: #737373;
  font-weight: 400;
}
.fld-btn button {
  border: 0;
}
.form-group field input.form-field {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.form-group input.form-field {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 14px;
  width: 100%;
  border: 1px solid #d9d9d947;
  border-radius: 65px;
  height: 44px;
  color: #fff;
  padding: 0 20px;
}
.fld-btn button.banner-btn {
  border: 4px solid var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 40px;
  border-radius: 65px;
  background: var(--primary);
  box-shadow: 0px 10px 21.1px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.fld-btn.packageformsubmit {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.form-group.field {
  margin-bottom: 15px;
}
.popup-content h3 {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  padding-bottom: 10px;
  color: #fff;
}
.popup-content p {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 12px;
  color: #fff;
}
.popup-content img {
  text-align: center;
  display: flex;
  margin: 0 auto;
}
.form-group label {
  color: #fff;
  font-size: 14px;
  opacity: 67%;
}
/* popup */

.timeline {
  position: relative;
  margin: 40px auto 0;
  padding: var(--spacing-xxl) 0;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background: var(--primary);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  height: 0;
  transition: height 1.5s ease-out, opacity 1.5s ease-out;
}
.timeline-container {
  position: relative;
  width: 28vw;
  padding: var(--spacing-l) var(--spacing-xl);
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.timeline-container.left {
  left: 0;
}
.timeline-container.right {
  left: 58%;
}
.content-text h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #171717;
  padding-bottom: 10px;
}
.content-text p {
  color: #171717b2;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.timeline-container::before {
  content: "";
  position: absolute;
  top: 4vw;
  width: 8vw;
  height: 0.2vw;
  background: var(--primary);
  transform: translate(-50%, -50%);
  left: 29.8vw;
  z-index: 99999;
}
.content {
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.icon {
  flex-shrink: 0;
}
a.content-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.timeline-container.right::before {
  content: "";
  position: absolute;
  top: 4vw;
  width: 7vw;
  height: 0.2vw;
  background: var(--primary);
  transform: translate(-50%, -50%);
  left: -2vw;
  z-index: 99999;
}
.timeline.show-line:before {
  content: "";
  display: block;
  position: absolute;
  top: -2vw;
  left: 0;
  right: 0;
  height: 5vw;
  width: 2vw;
  background-image: url(../images/timeline-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.timeline-endpoint:before {
    content: "";
    display: block;
    position: absolute;
    /* top: 0px; */
    bottom: -2vw;
    left: 0;
    right: 0;
    height: 5vw;
    width: 2vw;
    background-image: url(../images/timeline-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.timeline-endpoint {
    position: relative;
}
.timeline-bottom-img {
  text-align: center;
  margin-top: 0px;
}
.show {
  opacity: 1;
  transform: translateY(0);
}
.timeline.show-line::after {
  height: 100%;
  opacity: 1;
}
.timeline.hide-line::after {
  height: 0;
  opacity: 0;
}
.feature-card {
  border: 1px solid #d9d9d94d;
    background: #5d4eff;
    border-radius: 14.3px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.feature-card h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  padding-bottom: 6px;
}
.feature-card p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18.11px;
  color: #fff;
  padding-bottom: 10px;
}
.card-padding {
  padding: 13.34px;
}
.feature-card img {
  width: 100%;
}
.userBelowCard {
  padding: 13px;
  border-radius: 20px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  border: 1px solid #d9d9d9;
  margin: 15px 0;
}
.userBelowCard:hover {
  transform: scale(1.01);
  box-shadow: 0px 15px 15px 20px rgba(176, 176, 176, 0.14);
}
.userBelowCard .cardHead {
  display: flex;
  justify-content: space-between;
}
.userBelowCard .cardHead .userDetail {
  display: flex;
  align-items: center;
  gap: 7px;
}
.userBelowCard .cardHead .userDetail .userProfile img {
  width: 25px;
  height: 25px;
  border-radius: 25px;
}
.userBelowCard .cardHead .userDetail .userName {
  display: flex;
  flex-direction: column;
}
.userBelowCard .cardHead .userDetail .userName h6 {
  color: #3c3c3b;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.userBelowCard .cardHead .userDetail .userName p {
  color: #9e9d9d;
  font-family: "Inter";
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
}
.userBelowCard .card-Body {
  padding-top: 15px;
  padding-bottom: 20px;
}
.userBelowCard .card-Body .bodyText {
  padding-bottom: 18px;
  padding-right: 15px;
}
.userBelowCard .card-Body .bodyText p {
  color: #3c3c3b;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.userBelowCard .card-Body .bodyImg {
  text-align: center;
  width: 100%;
}
.userBelowCard .card-Foot {
  padding-right: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-slider .slick-list.draggable {
  padding-left: 16%;
  padding-right: 16%;
}
.userBelowCard .card-Body .bodyImg img {
  width: 100%;
}

.step-timeline-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  padding-left: 60px;
}
.timeline-line {
  position: absolute;
    top: 2vw;
    bottom: 0;
    left: 0.3vw;
    z-index: 0;
    background-image: url(../images/dotted-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 27vw;
    width: 1vw;
}
.step-timeline-item {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
.timeline-number {
  position: absolute;
  left: -7vw;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  opacity: 70%;
}
.timeline-content {
  max-width: 400px;
}
.timeline-content h3 {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.timeline-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 70%;
}
@keyframes fade {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

.step-timeline-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0vw;
  left: -4.7vw;
  width: 5vw;
  height: 2vw;
  background-image: url(../images/step-white-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.sec-8 {
  background: #edebff;
}
ul.customer-satisfaction {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
section.sec-9 {
  background: #edebff;
}



/* Sec Headings */
.sec-heading {
  margin-bottom: 2rem;
}
.sec-heading.center {
  text-align: center;
}
.sec-heading h2 {
  font-size: 44px;
  line-height: 48px;
}
.sec-heading.white h2 {
  color: white;
}
.sec-heading p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 1rem 0;
}
.sec-heading .sub-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--primary);
  margin-bottom: 1rem;
}
/* Sec Headings */

/* sections */
section {
  padding: 3rem 0;
  position: relative;
}
.padding-2 {
  padding: 1rem 0;
}
/* sections */

/* Theme Buttons */
.btn-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}
.btn-wrap .theme-btn {
  padding: 7px 4px 6px 24px;
  background: var(--primary);
  color: white;
  font-size: 14px;
  border-radius: 200px;
  font-weight: 500;
  border: 1px solid var(--primary);
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}
.btn-wrap .theme-btn.bordered {
  color: var(--black) !important;
  border: 1px solid #1717174d !important;
  padding: 5px 24px 5px 6px;
  background: #17171714;
}
.btn-wrap .theme-btn:hover {
  transform: scale(1.03);
}
/* Theme Buttons */

/* ---------------------------footer------------------------------- */
footer {
  padding: 80px 0 50px;
  background: #000;
}
.copyright-sec {
  background: #000000;
}
.copyright {
  padding: 15px 0;
  border-top: 1px solid #d9d9d94d;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright p,
.copyright a {
  color: white;
  font-size: 14px;
  font-weight: 500;
  opacity: 70%;
}
.footer-social-icons {
  border-radius: 15px;
  border: 1px solid rgba(217, 217, 217, 0.3);
  padding: 12px 15px;
}
.footer-social-icons a {
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.footer-logo-container {
  text-align: center;
  margin-bottom: 20px;
}
.footer-social-icons h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.footer-social-icons a i {
    margin-right: 10px;
}
.copyright ul {
    display: flex;
    align-items: center;
}
.copyright ul li {
    margin-left: 14px;
}
/* ----------------------------------footer---------------------- */

/* 404 */
.error-text {
  font-size: 96px;
  line-height: 68px;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.error-heading {
  font-weight: 500;
  font-size: 52px;
  line-height: 68px;
}
.error-image {
  margin-top: 100px;
}
.thankyou-text {
  font-size: 20px;
  initial-letter: 30;
  line-height: 34px;
  margin-top: 20px;
}
/* 404 */

/* terms */
.terms ul {
  line-height: 25px;
  font-size: 16px;
  color: #333;
}
.terms ul li {
  margin-bottom: 1rem;
}
.terms ul li::marker {
  font-size: 22px;
  font-weight: 500;
}
.terms h4 {
  font-size: 24px;
  margin: 1rem 0;
}
.terms p {
  margin-bottom: 2rem;
}
ul.list-ul {
    list-style: disc;
    margin-left: 22px;
}
/* terms */


.slider-row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.thumbnails {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0;
  z-index: 0;
  margin-left: 7vw;
}
.thumb {
  width: 22vw;
  border-radius: 12px;
  object-fit: cover;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s ease;
}
.thumb.active {
  opacity: 1;
  z-index: 1;
}
.testimonial-content {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: end;
  margin-left: 4vw;
}
.main-img {
  /* width: 330px; */
  /* height: 400px; */
  /* border-radius: 16px; */
  /* object-fit: cover; */
  /* margin-left: 0; */
  /* flex-shrink: 0; */
}
.text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FCFCFC;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: 28vw;
}
.stars {
  color: gold;
  margin: 50px 0 0;
}
.dots {
  display: flex;
  gap: 8px;
  margin-top: 50px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #666;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.dot.active {
  background-color: #4837ff;
}
h3#testimonialName {
    color: #FCFCFC;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.thumbnails {
  position: relative;
  width: 20vw;
  height: 30vw;
}
.thumb {
  position: absolute;
  left: 0;
  top: 87px;
  transition: all 0.3s ease;
  opacity: 0.7;
  transform: translateX(0) scale(0.95);
  z-index: 1;
}
.thumb.active {
  opacity: 1;
  transform: translateX(0) scale(1.3);
  z-index: 10;
}
.thumb.left2 {
  transform: translateX(-66px) scale(1.2);
  z-index: 2;
}
.thumb.left3 {
  transform: translateX(-112px) scale(1.2);
  z-index: 1;
}
.thumb.left4 {
  transform: translateX(-160px) scale(1.2);
  z-index: 0;
}
img#mainImage {
    display: none;
}
p#testimonialText {
    color: #171717;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
h3#testimonialName {
    color: #171717;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
p#testimonialPosition {
    color: #171717;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
    opacity: 0.67;
}


.cta-image {
    position: absolute;
    top: 10%;
}




.sec5-timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 50px auto 0;
}
.sec5-timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background: var(--primary);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.sec5-timeline-container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}
.sec5-timeline-container.left {
  left: -56px;
}
.sec5-timeline-container.right {
  left: 56%;
}
.sec5-timeline-container::after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  right: -8px;
  border-radius: 16px;
  z-index: 1;
}
.sec5-timeline-container.right::after {
  left: -8px;
}
.sec5-timeline-container::before {
  content: '';
  position: absolute;
  width: 128px;
  height: 3px;
  top: calc(50% - 1px);
  right: -55px;
  background: var(--primary);
  z-index: 1;
}
.sec5-timeline-container.right::before {
  left: -67px;
}
.sec5-timeline-container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #006E51;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.sec5-timeline-container.left .date {
  right: -75px;
}
.sec5-timeline-container.right .date {
  left: -75px;
}
.sec5-timeline-container .icon {
  position: absolute;
  display: inline-block;
  top: calc(39% - 20px);
  text-align: center;
  font-size: 18px;
  color: #006E51;
  z-index: 1;
}
.sec5-timeline-container.left .icon {
  right: 82px;
}
.sec5-timeline-container.right .icon {
  left: 84px;
}
.sec5-timeline-container .sec5-content {
  padding: 15px 154px 15px 10px;
  background: #fff;
  position: relative;
}
.sec5-timeline-container.right .sec5-content {
  padding: 15px 15px 15px 150px;
}
.sec5-timeline-container .sec5-content h3 {
  margin: 0 0 10px 0;
  color: var(--Heading, #171717);
  font-size: 20px;
  font-weight: 500;
  line-height: 20px; /* 100% */
}
.sec5-timeline-container .sec5-content p {
  margin: 0;
  color: var(--Content, rgba(23, 23, 23, 0.70));
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.timeline-bottom-img {
    text-align: center;
}
.timeline-icon:before {
    content: "";
    display: block;
    position: absolute;
    height: 4vw;
    width: 4vw;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/timeline-icon.svg);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
}
.timeline-icon:after{
    content: "";
    display: block;
    position: absolute;
    height: 4vw;
    width: 4vw;
    bottom: -38px;
    left: 0;
    right: 0;
    background-image: url(../images/timeline-icon.svg);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
}
.timeline-icon {
    position: relative;
}
.sec5-content.textleft {
    text-align: right;
}
@media (max-width: 767.98px) {
  .sec5-timeline::after {
    left: 90px;
  }

  .sec5-timeline-container {
    width: 100%;
    padding-left: 142px;
    padding-right: 30px;
  }

  .sec5-timeline-container.right {
    left: 0%;
  }

  .sec5-timeline-container.left::after, 
  .sec5-timeline-container.right::after {
    left: 82px;
  }

  .sec5-timeline-container.left::before,
  .sec5-timeline-container.right::before {
    left: 90px;
    border-color: transparent #006E51 transparent transparent;
  }

  .sec5-timeline-container.left .date,
  .sec5-timeline-container.right .date {
    right: auto;
    left: 15px;
  }

  .sec5-timeline-container.left .icon,
  .sec5-timeline-container.right .icon {
    right: auto;
    left: 135px;
  }

  .sec5-timeline-container.left .sec5-content,
  .sec5-timeline-container.right .sec5-content {
    padding: 30px 30px 30px 90px;
   direction: ltr;
  }
  .timeline-icon:before, .timeline-icon:after{
   display: none;
  }
  .sec5-timeline-container.left {
    left: 0;
  }
.sec5-timeline-container::before {
    width: 46px;
}
.sec5-timeline-container .icon {
    top: calc(43% - 20px);
}



}









@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
  header {
    padding: 1rem 0;
  }
  .menuWrap2 {
    justify-content: end;
    margin-top: 10px;
  }
  a.logo {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .btns {
    /* margin: 1.5rem 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .dropdown {
    position: unset;
    box-shadow: none;
    width: 100%;
    background: #f0f8ff80;
  }
  .dropdown ul li a {
    padding: 0;
    line-height: 1rem;
    /* padding: 0; */
    padding: 1rem;
    font-weight: 500;
  }
  .form-head .form-heading {
    white-space: normal;
    font-size: 20px;
  }
  .form-head {
    padding: 1rem;
  }
  .btn-normal {
    padding: 10px 8px;
  }
  .sub-menu a {
    color: #333 !important;
    margin-bottom: 0 !important;
  }
  .sub-menu {
    left: auto !important;
    padding-top: 16px;
    top: 24px;
  }
  a.header-btn {
    padding: 6px 9px !important;
    margin-bottom: 0 !important;
    display: flex !important;
    gap: 5px !important;
    align-items: center;
    justify-content: center !important;
  }
  .menuWrap .menu:first-child {
    padding-left: 0;
    width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: none;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    /* right: 0; */
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    height: 100vh;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 70%;
    overflow-y: auto;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%),
      0px 2px 4px -1px rgb(0 0 0 / 6%);
  }
  ul.menu > li {
    display: flex;
    justify-content: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding: 0;
    flex-direction: column;
    border-bottom: 0;
  }
  ul.menu > li > a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li > a {
    color: #333;
    width: 100%;
    text-align: left;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }
  header .main-header ul.menu > li > a:before {
    display: none;
  }
  .dotted-line {
    display: none;
  }
  .pckg .upper .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .timeline-container::before {
    left: 42vw;
    top: 7vw;
  }
  .timeline-container.right::before {
    left: -4vw;
    top: 7vw;
  }
  .feature-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .testi-card {
    width: auto !important;
  }
  footer {
    padding: 20px 0 20px;
  }
  .footer-social-icons h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .accordion-list li h3 {
    font-size: 16px;
    max-width: 96%;
  }
  .answer p {
    font-size: 14px;
    font-weight: 500;
  }
  .banner-content {
    padding: 150px 0 0px;
  }
  .menuWrap2 {
    justify-content: end;
  }
  .footer-social-icons a {
    font-size: 12px;
    line-height: 20px;
  }
  .banner-list li {
    font-size: 12px;
    padding: 7px 10px;
}
.timeline-container {
    width: 42vw;
}
.step-timeline-item:before {
    left: -6vw;
}
.timeline-number {
    left: -10vw;
}
.timeline-line {
    left: 1vw;
    height: 45vw;
}





}

@media (max-width: 1025px) {
  .btn-wrap .theme-btn {
    font-size: 13px;
    padding: 7px 4px 6px 12px;
  }
  .overlap-slider {
    /* width: 180%; */
    width: 100%;
    position: relative;
  }
  
  
}


@media only screen and (min-width: 992px) { }




/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Styles */

  h1.banner-heading {
    font-size: 56px;
    line-height: 58px;
  }
  .dotted-line {
    display: none;
  }
  .pkg-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .content {
    gap: 1rem;
  }
  .timeline-container {
    padding: 20px;
  }
  .timeline-container.right::before {
    width: 97px;
  }
  .feature-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .step-timeline-container {
    gap: 32px;
    padding-left: 76px;
  }
  .timeline-line {
    left: 3vw;
    height: 57vw;
  }
  .testi-card {
    width: auto !important;
  }
  footer {
    padding: 20px 0 20px;
  }
  .footer-social-icons h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .accordion-list li h3 {
    font-size: 16px;
    max-width: 96%;
  }
  .answer p {
    font-size: 14px;
    font-weight: 500;
  }
  .banner-content {
    padding: 150px 0 0px;
  }
  .menuWrap2 {
    justify-content: end;
  }
  
  .sec5-timeline-container .sec5-content {
    padding: 15px 30px 15px 10px;
}
.sec5-timeline-container::before {
    width: 50px;
}
.sec5-timeline-container.left .icon {
    right: 0;
    width: 14%;
}
.sec5-timeline-container.right::before {
    left: 0;
}
.sec5-timeline-container.right {
    left: 50%;
}
.sec5-timeline-container.right .sec5-content {
    padding: 15px 15px 15px 75px;
}
.sec5-timeline-container.right .icon {
    left: 55px;
    width: 14%;
}
.timeline-icon:before, .timeline-icon:after{
  display: none;
}
.timeline-number {
    left: -10vw;
}
  
  
  
  
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles */

  .pkg-list {
    grid-template-columns: repeat(2, 1fr);
  }
  header {
    padding: 1rem 0;
  }
  .banner-content {
    padding: 160px 0 20px;
  }
  span.sub-heading {
    margin-bottom: 1rem;
    font-size: 14px;
  }
  h1.banner-heading {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 1rem;
  }
  p.banner-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
  .btn-wrap {
    /* flex-direction: column; */
    margin-bottom: 1rem;
    gap: 5px;
  }
  .btn-wrap a {
    text-align: center;
  }
  .banner-img {
    display: none;
  }
  .sec-heading h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .sec-heading p {
    font-size: 14px;
    line-height: 22px;
  }
  .sec-heading .sub-heading {
    margin-bottom: 0.5rem;
  }
  .copyright {
    flex-direction: column;
    gap: 12px;
  }
  ul.banner-list {
    /* flex-direction: column; */
    gap: 5px;
    margin-top: 20px;
  }
  .banner-list li {
    font-size: 12px;
    padding: 10px 8px;
    line-height: 12px;
  }
  section {
    padding: 2rem 0;
    position: relative;
  }
  .viewport {
    margin: 166px auto 0;
    height: 312px;
  }
  .item {
    height: calc(-73% - -400px);
  }
  .process-wrapper {
    border-radius: 20px;
    padding: 22px;
  }
  .dotted-line {
    display: none;
  }
  span.step-number {
    display: none;
  }
  .mt-3 {
    margin-top: 0rem !important;
  }
  .step-card {
    margin-bottom: 1rem;
    padding: 30px;
  }
  .mt-4 {
    margin-top: 0.5rem !important;
  }
  .step-card h3 {
    font-size: 24px;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
  .trusted-list li {
    height: auto;
    padding: 10px 7px;
}
ul.trusted-list {
    gap: 6px;
}
  .pckg .upper .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .pckg .upper p {
    font-size: 14px;
    line-height: 20px;
  }
  .pckg .upper .price {
    padding: 6px 0 6px;
  }
  .bottom span {
    font-size: 18px;
  }
  .pckg .bottom ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .pckg .bottom ul li:not(.last) {
    margin-bottom: 10px;
  }
  .pckg {
    padding: 18px 16px;
  }
  .sec-heading {
    margin-bottom: 0rem;
  }
  .pckg .upper .price .amount {
    font-size: 34px;
  }
  .timeline {
    margin: 10px auto 0;
    padding: 0;
  }
  .content {
    direction: ltr;
    flex-direction: column;
  }
  .timeline.show-line:before {
    display: none;
  }
  .timeline-container::before {
    display: none;
  }
  .timeline::after {
    display: none;
  }
  .timeline-container {
    width: 100%;
    padding: 20px;
  }
  .content {
    align-items: start;
    gap: 1rem;
  }
  .timeline-container.right {
    left: 0;
  }
  .timeline-bottom-img {
    display: none;
  }
  .feature-card h3 {
    font-size: 17px;
  }
  .testimonial-slider .slick-list.draggable {
    padding-left: 0;
    padding-right: 0;
  }
  .userBelowCard .card-Body .bodyText p {
    font-size: 14px;
  }
  .step-timeline-container {
    padding-left: 0;
    gap: 20px;
  }
  .timeline-line {
    display: none;
  }
  .timeline-line {
    display: none;
  }
  .clients-images {
    display: none;
  }
  .testi-card {
    width: auto !important;
  }
  .testi-card .client {
    margin-top: 26px;
  }
  .testi-slider ul.slick-dots {
    margin-top: 5px;
  }
  .cta-image {
    display: none;
  }
  .accordion-list li h3 {
    font-size: 16px;
    line-height: 20px;
    max-width: 96%;
  }
  .accordion-list li {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 0.5rem;
  }
  ul.customer-satisfaction {
    gap: 3px;
  }
  footer {
    padding: 26px 0 18px;
    text-align: center;
  }
  .footer-social-icons {
    padding: 12px 42px;
  }
  .step-image {
    display: none;
  }
  .step-timeline-item:before {
    display: none;
  }
  .timeline-number {
    left: 80px;
    top: 12px;
  }
  .menuWrap2 {
    justify-content: end;
  }
    .mmpopup .popup-content {
    display: none;
  }
.mmpopup {
    padding: 26px;
}


.sec5-timeline-container .sec5-content {
    padding: 15px 30px 15px 10px;
}
.sec5-timeline-container::before {
    width: 50px;
}
.sec5-timeline-container.left .icon {
    right: 0;
    width: 14%;
}
.sec5-timeline-container.right::before {
    left: 0;
}
.sec5-timeline-container.right {
    left: 50%;
}
.sec5-timeline-container.right .sec5-content {
    padding: 15px 15px 15px 75px;
}
.sec5-timeline-container.right .icon {
    left: 55px;
    width: 14%;
}
.timeline-icon:before, .timeline-icon:after{
  display: none;
}





}





@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pkg-list {
    grid-template-columns: repeat(1, 1fr);
  }
  header {
    padding: 1rem 0;
  }
  .banner-content {
    padding: 204px 0 20px;
  }
  span.sub-heading {
    margin-bottom: 1rem;
    font-size: 14px;
  }
  h1.banner-heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 1rem;
  }
  p.banner-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
  .btn-wrap {
    /* flex-direction: column; */
    margin-bottom: 1rem;
    gap: 5px;
  }
  .btn-wrap a {
    text-align: center;
  }
  .banner-img {
    display: none;
  }
  .sec-heading h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .sec-heading p {
    font-size: 14px;
    line-height: 22px;
  }
  .sec-heading .sub-heading {
    margin-bottom: 0.5rem;
  }
  .copyright {
    flex-direction: column;
    gap: 12px;
  }
  ul.banner-list {
    flex-direction: column;
    gap: 5px;
  }
  .banner-list li {
    font-size: 10px;
    padding: 6px;
  }
  section {
    padding: 2rem 0;
    position: relative;
  }
  .viewport {
    margin: 166px auto 0;
    height: 312px;
  }
  .item {
    height: calc(-73% - -400px);
  }
  .process-wrapper {
    border-radius: 20px;
    padding: 22px;
  }
  .dotted-line {
    display: none;
  }
  span.step-number {
    display: none;
  }
  .mt-3 {
    margin-top: 0rem !important;
  }
  .step-card {
    margin-bottom: 1rem;
    padding: 14px;
  }
  .mt-4 {
    margin-top: 0.5rem !important;
  }
  .step-card h3 {
    font-size: 20px;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
  ul.trusted-list {
    gap: 4px;
}
.trusted-list li {
    height: auto;
    padding: 12px 6px;
}
  .pckg .upper .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .pckg .upper p {
    font-size: 14px;
    line-height: 20px;
  }
  .pckg .upper .price {
    padding: 6px 0 6px;
  }
  .bottom span {
    font-size: 18px;
  }
  .pckg .bottom ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .pckg .bottom ul li:not(.last) {
    margin-bottom: 10px;
  }
  .pckg {
    padding: 18px 16px;
  }
  .sec-heading {
    margin-bottom: 0rem;
  }
  .pckg .upper .price .amount {
    font-size: 34px;
  }
  .timeline {
    margin: 10px auto 0;
    padding: 0;
  }
  .content {
    direction: ltr;
    flex-direction: column;
  }
  .timeline.show-line:before {
    display: none;
  }
  .timeline-container::before {
    display: none;
  }
  .timeline::after {
    display: none;
  }
  .timeline-container {
    width: 100%;
    padding: 20px;
  }
  .content {
    align-items: start;
    gap: 1rem;
  }
  .timeline-container.right {
    left: 0;
  }
  .timeline-bottom-img {
    display: none;
  }
  .feature-card h3 {
    font-size: 17px;
  }
  .testimonial-slider .slick-list.draggable {
    padding-left: 0;
    padding-right: 0;
  }
  .userBelowCard .card-Body .bodyText p {
    font-size: 14px;
  }
  .step-timeline-container {
    padding-left: 0;
    gap: 20px;
  }
  .timeline-line {
    display: none;
  }
  .timeline-line {
    display: none;
  }
  .clients-images {
    display: none;
  }
  .testi-card {
    width: auto !important;
  }
  .testi-card .client {
    margin-top: 26px;
  }
  .testi-slider ul.slick-dots {
    margin-top: 5px;
  }
  .cta-image {
    display: none;
  }
  .accordion-list li h3 {
    font-size: 16px;
    line-height: 20px;
    max-width: 96%;
  }
  .accordion-list li {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 0.5rem;
  }
  ul.customer-satisfaction {
    gap: 3px;
  }
  footer {
    padding: 26px 0 18px;
    text-align: center;
  }
  .footer-social-icons {
    padding: 12px 42px;
  }
  .menuWrap2 {
    justify-content: center;
  }
  .mmpopup .popup-content {
    display: none;
  }
.mmpopup {
    padding: 26px;
}
.thumbnails {
    width: auto;
    height: auto;
}
.thumbnails {
    margin-left: 0;
}
.thumb {
    width: auto;
}
.testimonial-content {
    margin-left: 0;
}
.text-content {
    width: auto;
}
.stars {
    margin: 22px 0 0;
}
.slider-row {
    flex-direction: column;
}
.step-timeline-item:before{
  display: none;
}
.timeline-number {
    top: 2vw;
    left: 12vw;
}
.stars {
    margin: 16px 0 0;
}



}

.leadforms-step-title,
.leadforms-step-instruction {
    display: none !important;
}
.leadforms-form-body-wrapper .leadforms-form-body-bg-color {
    background: transparent !important;
}
.leadforms-form-body-wrapper .leadforms-form-body {
    padding: 34px 0 0 !important;
}