@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600&family=Shadows+Into+Light&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  background-color: #000000;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

h5,
h6 {
  font-family: var(--primary-font);
}

:root {
  --text-gray-1: #adadad;
  --text-gray-2: #dbdbdb;
  --primary-font: "Rubik", sans-serif;
  /* --heading-font: "Bebas Neue", sans-serif;   */
  --heading-font: "Outfit", sans-serif;
  --orange-color: #f6602e;
  --dark-brown: #1d1710;
  --section-gray-color: #141414;
  --shadows-font: "Shadows Into Light", cursive;
}

.fa-regular,
.far {
  /*font-weight: 600 !important;*/
}
/* Fallback: if regular / light not available, treat them as solid */
.fa-regular,
.far,
.fa-light,
.fal {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important; /* treat as solid style */
}

/* Also ensure solid prefix class works */
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

h1 {
  font-size: 6.7rem;
  letter-spacing: -0.5px;
  line-height: 0.8;
  color: #fff;
  font-weight: 500;
  margin: 0 0 2rem;
  font-family: var(--heading-font);
}

h2 {
  font-size: 5.4rem;
  line-height: 1.1;
  color: white;
  margin: 0 0 20px;
  font-family: var(--heading-font);
  letter-spacing: -1px;
}

h3 {
  font-size: 3.8rem;
  line-height: 1;
  color: white;
  margin: 0 0 15px;
  font-family: var(--heading-font);
}

h4 {
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-size: 18px;
  line-height: 1.2;
  color: var(--text-gray-1);
  font-weight: 400;
  margin: 0 0 15px;
}

select {
  padding: 0 40px 0 30px;
}

a,
button,
input,
p,
select,
textarea {
  font-family: var(--primary-font), sans-serif !important;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

ul {
  padding: 0;
  list-style-type: none;
}

p {
  font-size: 1.8rem;
  font-family: var(--primary-font);
  color: var(--text-gray-1);
}

#menu {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  margin: 0;
  border-right: 1px solid #4a4a4a;
}

#menu > li > a {
  font-size: 1.4rem;
  color: #f3f3f3;
  font-family: var(--primary-font);
  transition: 0.2s ease-in-out;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 45px;
}

#menu > li > a:hover {
  color: var(--orange-color);
}
.sub-menu-small > a:hover {
  color: var(--orange-color);
}
.sub-menu-list a:hover {
  color: var(--orange-color);
}

.sub-menu {
  display: none;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 45px;
  padding: 0;
  background: black;
  width: 100%;
  z-index: 2;
  left: 50%;
  box-shadow: 1px 13px 60px 0 #8994ac66;
  transform: translateX(-50%);
  height: 600px;
  overflow: hidden;
}

#menu li:hover .sub-menu {
  opacity: 1;
  display: block;
}

#menu li.active > a {
  color: var(--orange-color);
  font-weight: 600;
}
#menu li a.active {
  color: var(--orange-color);
  font-weight: 600;
}
.pricing-insight > a.active {
  color: var(--orange-color);
  font-weight: 600;
}

a {
  text-decoration: none;
  color: white;
  font-family: var(--primary-font);
  line-height: 1;
}

a:hover {
  color: lightgray;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border: 0;
  transition: 0.3s ease-in-out;
  background: var(--gray-shade1);
}

.slick-dots li {
  width: 15px;
  height: 15px;
}

.slick-dots li.slick-active button {
  background: var(--primary);
}

/* BEGIN: HEADER SEC CSS */

.slicknav_menu {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slicknav_menu {
    display: block;
  }
}

.banner {
  height: 870px;
  overflow: hidden;
  isolation: isolate;
  padding-top: 20rem;
  z-index: 1;
  background: url(../images/home-banner-bg.png) no-repeat right;
  background-size: 28%;
}

.banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: -1;
}

.banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.banner .container {
  /* position: absolute; */
  z-index: 1;
  top: 50%;
  /* transform: translateY(-50%); */
  left: 0;
  right: 0;
}

.ban-img-box {
  height: 500px;
  overflow: hidden;
}

.logo {
  width: 65%;
  height: 50px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 10;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ban-sub-p-26 {
  font-size: 22px;
  letter-spacing: -0.1;
  color: white;
  font-weight: 300;
  font-family: var(--primary-font);
  margin-bottom: 2rem;
}

.ban-sub-p-24 {
  font-size: 24px;
  line-height: 1.1;
  color: white;
  font-weight: 300;
  font-family: var(--primary-font);
  margin-bottom: 2rem;
}

/* loader */

/* .loader {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader>img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    animation: 2s rotate linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
} */

/* loader */

/* custom-css-by-zee */
.section-gray-color {
  background-color: var(--section-gray-color);
}

.ptb-8rem {
  padding: 8rem 0;
}

.pt-8rem {
  padding-top: 8rem;
}

.pb-8rem {
  padding-bottom: 8rem;
}

.pt-20rem {
  padding-top: 20rem;
}

.default-pg {
  padding-top: 20rem;
  background-color: var(--section-gray-color);
}

.default-pg h3 {
  margin: 15px 0;
}

.default-pg ul li {
  position: relative;
  padding-left: 3rem;
}

.default-pg ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
}

.default-pg ul {
  margin-bottom: 3rem;
}

.slick-prev,
.slick-next {
  position: absolute;
  font-size: 0;
  z-index: 1;
  color: white;
  border: 1px solid #404040;
  font-family: "Font Awesome 6 free";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-grid;
  background: #222222;
  place-items: center;
  transition: 0.3s ease-in-out;
}

.slick-prev:hover,
.slick-next:hover {
  background: #404040;
  border-color: white;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.slick-prev:before,
.slick-next:before {
  position: absolute;
  font-size: 2rem;
  font-family: "Font Awesome 6 free";
  color: white;
  top: 50%;
  left: 50%;
  font-weight: 600;
  transform: translate(-50%, -50%);
}

.slick-prev:before {
  content: "\f053";
  /*    content: "";*/
  /*background-size: 8px !important;*/
  /*background: url(../images/angle-left-solid-full.png) no-repeat center;*/
}

.slick-next:before {
  content: "\f054";
  /*    content: "";*/
  /*background-size: 8px !important;*/
  /*background: url(../images/angle-right-solid-full.png) no-repeat center;*/
}

.btn-theme2 {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  /*background: var(--dark-brown);*/
  padding: 15px;
  border-radius: 100px;
  border: 1px solid #707070;
  transition: 0.3s ease-in-out;
  margin-top: 1rem;
}

.btn-theme2 > div a {
  width: 45px;
  height: 45px;
  display: inline-grid;
  place-items: center;
  /*background: white;*/
  border-radius: 50%;
  background-image: url(../images/social-icon-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}

.btn-theme2 > div a:hover {
  background-image: url(../images/social-icon-bg-hover.png);
}

.btn-theme2 > div a > img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  max-width: 26px;
  max-height: 25px;
}

.btn-theme2 > a {
  margin: 0;
  font-size: 1.5rem;
  position: relative;
  line-height: 1.3;
  color: #c6c6c6;
}

.btn-theme2 > a > span {
  /*color: var(--orange-color);*/
  /*border-bottom: 1px solid var(--orange-color);*/
  color: #c6c6c6;
}

.btn-theme2:hover a {
  /*color: white;*/
}

.btn-theme2:hover {
  border-color: rgb(133, 132, 132);
}

.btn-theme-arrow {
  color: var(--orange-color);
  position: relative;
}

.btn-theme-arrow > img {
  width: 15px;
  height: 15px;
  color: white;
  transition: 0.2s ease-in-out;
  margin-left: 5px;
}

.btn-theme-arrow:hover {
  color: var(--orange-color);
}

.btn-theme-arrow:hover img {
  animation: arrow-move 1s infinite;
}

.centerCol {
  margin: 0 auto;
}

.heading-22 {
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--primary-font);
  color: var(--orange-color);
}

.orange-btn {
  padding: 0 2rem;
  border: none;
  display: inline-flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  /*background-color: var(--orange-color);*/
  background-image: url(../images/er.png);
  background-size: cover;
  /*border-radius: 13px;*/
  color: white;
  transition: 0.3s ease-in-out;
  gap: 3rem;
  margin-top: 1rem;
  border-radius: 100px;
}

.orange-btn:hover {
  color: white;
  background-image: url(../images/er-hover.png);
}

.orange-btn > img {
  transition: 0.3s ease-in-out;
  width: 20px;
  height: 20px;
}

.orange-btn:hover img {
  animation: arrow-move 1s infinite;
}

/* calendly-widget */
.calendly-inline-widget {
  height: 620px !important;
  border-radius: 40px !important;
  overflow: hidden;
  width: 500px;
  margin-left: auto;
}

/* calendly-widget */

/* review-sticky-cta */
.review-sticky-cta {
  position: fixed;
  left: -80px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background: #2c2c2c;
  height: 45px;
  width: 200px;
  border: 1px solid transparent;
}

.review-sticky-cta:hover {
  border-color: #4a4a4a;
}

.review-sticky-cta h5 {
  color: white;
  margin: 0;
  font-weight: 400;
}

/* review-sticky-cta */

/* header */
header {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.top-head-review {
  width: calc(100% - 65%);
  display: flex;
  align-items: center;
  gap: 9px;
}

.top-head-review > h6 {
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  color: var(--text-gray-1);
  cursor: pointer;
}

.top-head-review > img {
  width: 20px;
}

.top-head {
  padding: 1rem 0;
}

.head-partner-img {
  display: flex;
  gap: 1rem;
  overflow: hidden;
  justify-content: end;
}

.head-partner-img > img {
  object-fit: contain;
  width: 27%;
  height: 40px;
}

.head-live-chat {
  display: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  border: 2px solid #ffbea8;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0.6rem;
  background-color: white;
  color: black;
  transition: 0.3s ease-in-out;
}

.head-live-chat:hover {
  background-color: #ffbea8;
  color: black;
}

.top-head-cta-box {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2rem;
}

.top-head-cta-box > a:not(:first-child) {
  color: var(--text-gray-2);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.top-head-cta-box > a:not(:first-child):hover {
  color: white;
}

.top-head-cta-box > a:not(:first-child) img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.main-navigate {
  border: 1px solid #4a4a4a;
  border-left: 0;
  border-right: 0;
  position: relative;
}

.pricing-insight {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-around;
}

.pricing-insight > div {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.pricing-insight > div > h6 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: white;
  line-height: 1;
}

.pricing-insight > div > a {
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
  font-size: 12px;
}
.pricing-insight > div > a > img {
  height: 20px;
  width: 20px;
}

.pricing-insight > div > a:hover {
  background: var(--orange-color);
  color: white;
}

.pricing-insight > a:hover {
  color: var(--orange-color);
}
.pricing-insight > a {
  padding: 10px 11px;
  border: 1px solid #4a4a4a;
  border-bottom: 0;
  border-top: 0;
  height: 45px;
  display: grid;
  place-content: center;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}

.book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 1.5rem;
  gap: 10px;
  /*background: linear-gradient(90deg, #A5885C 0%, #DCC68E 100%) 0% 0% no-repeat;*/
  background-image: url(../images/er.png);
  background-size: cover;
  height: 45px;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  border-radius: 100px;
}

.book-btn:hover {
  color: #fff;
  background-image: url(../images/er-hover.png);
}

.call-btn {
  color: var(--orange-color);
  display: flex;
  font-size: 13px;
  align-items: center;
}
.call-btn i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
      rgb(238, 221, 230) 0%,
      rgb(237, 224, 229) 21%,
      rgb(230, 232, 225) 38%,
      rgb(215, 242, 206) 72%,
      rgb(189, 233, 238) 100%
    )
    0% 0% no-repeat;
  border-radius: 50%;
  color: black;
  font-size: 11px;
  margin-right: 5px;
}
.call-btn:hover {
  color: var(--orange-color);
}

.bok-call-cta-box {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2rem;
}

.revenue-box {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0 !important;
  padding: 10px 14px;
  height: 45px;
}

.revenue-box > h5 {
  color: #f6602e;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
}

.revenue-box > h6 {
  color: var(--text-gray-1) !important;
  font-size: 10px !important;
}

.head-vid-box {
  background: #161616;
  padding: 4rem 3.5rem;
  text-align: center;
  display: block;
  height: 100%;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* align-content: start; */
}

.head-vid-box h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: white;
  font-family: var(--primary-font);
}

.head-vid-box p {
  font-size: 14px;
  line-height: 1.3;
  width: 95%;
  margin: 0 auto;
}

.head-vid {
  width: 85%;
  height: 100%;
  border-radius: 30px;
  margin: 0 auto;
}

.head-vid > video {
  width: 100%;
  border-radius: 50px;
  height: 100%;
  padding: 15px;
  background: #000;
  object-fit: cover;
}

.sub-menu-list a {
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: 400;
  color: white;
  text-transform: capitalize;
  padding-left: 20px;
  display: block;
  transition: 0.3s ease-in-out;
}

.sub-menu-list {
  margin-top: 3rem;
  height: 200px;
}

.sub-menu-list ul li {
  margin-bottom: 2rem;
  position: relative;
}

.sub-menu-list ul li:after {
  position: absolute;
  content: "";
  background: var(--orange-color);
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: scale(1) translateY(-50%);
  border-radius: 50%;
  transition: 0.1s ease-in-out;
}

.sub-menu-list ul li:hover:after {
  transform: scale(1.1) translateY(-50%) !important;
}

.sub-menu .btn-theme2 {
  margin-top: 3rem;
}

h5.sub-menu-title {
  padding-top: 3.5rem;
  color: white;
  font-size: 2.5rem;
}

.head-co-founder-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  object-fit: cover;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 11px 60px 0px rgb(126 126 126 / 48%);
}

.head-co-founder-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head-co-founder {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  margin-top: 4rem;
  border-top: 1px solid #4a4a4a;
}

.head-co-founder > div:last-child {
  width: calc(100% - 80px);
  padding-left: 30px;
  padding-right: 20%;
}

.head-co-founder > div h5 {
  color: var(--text-gray-1);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}

.head-co-founder > div p {
  margin: 0;
  color: var(--orange-color);
}

.sub-menu-small {
  width: 200px;
  height: auto;
  padding: 10px 2rem;
  border-radius: 15px;
  box-shadow: 1px 13px 60px 0 #8994ac66;
}

.sub-menu-small > a {
  color: white;
  display: block;
  padding: 1rem 0;
  font-family: var(--primary-font);
  font-size: 15px;
}

.sub-menu-small > a:not(:last-child) {
  border-bottom: 1px solid #82849038;
}

/*.mob-nav-sublink {*/
/*    display: none;*/
/*    padding-left: 3rem;*/
/*}*/

ul.mob-nav-link {
  position: relative;
}

ul.mob-nav-link:before {
  position: fixed;
  content: "";
  width: 100vw;
  height: 5rem;
  top: 0;
  left: 50%;
  background: black;
  border-bottom: 1px solid #404040;
  transform: translateX(-50%);
}

ul.mob-nav-link > li > a {
  font-size: 42px;
  padding: 10px 0;
  display: block;
  line-height: 1;
  font-family: var(--heading-font);
}

ul.mob-nav-link > li.active > a {
  background: linear-gradient(
      145deg,
      #eedde6 0%,
      #ede0e5 21%,
      #e6e8e1 38%,
      #d7f2ce 72%,
      #bde9ee 100%
    )
    0% 0%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*ul.mob-nav-sublink a {*/
/*    font-size: 16px;*/
/*    display: block;*/
/*    padding: 8px 0;*/
/*}*/
/* ul.mob-bot-nav {
    padding-top: 5rem;
    border-top: 1px solid #404040;
} */

ul.mob-bot-nav li:first-child > a {
  color: #adadad;
}

.mobile-nav-links-box .foot-bottom {
  padding: 3rem 0 5rem 0;
  position: relative;
}

.mobile-nav-links-box .foot-bottom:after {
  position: absolute;
  content: "";
  background: #4a4a4a;
  top: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
}

/* mobile-menu */

.mobile-menu-box {
  display: none;
}

.mobile-nav {
  box-sizing: border-box;
  height: 25px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.mobile-nav svg {
  stroke: white;
  transition: 0.2s;
}

.mobile-nav svg g:first-child {
  opacity: 1;
  transition: opacity 0s 0.2s;
}

.mobile-nav svg g:first-child line {
  transition: transform 0.2s 0.2s;
  transform: translateY(0px);
}

.mobile-nav svg g:last-child {
  opacity: 0;
  transition: opacity 0s 0.2s;
}

.mobile-nav svg g:last-child line {
  transition: transform 0.2s;
  transform: rotate(0deg);
  transform-origin: center;
}

.mobile-nav.open svg {
  stroke: #fff;
}

.mobile-nav.open svg g:first-child {
  opacity: 0;
}

.mobile-nav.open svg g:first-child line {
  transition: transform 0.2s;
}

.mobile-nav.open svg g:first-child line:first-child {
  transform: translateY(7px);
}

.mobile-nav.open svg g:first-child line:last-child {
  transform: translateY(-7px);
}

.mobile-nav.open svg g:last-child {
  opacity: 1;
}

.mobile-nav.open svg g:last-child line {
  transition: transform 0.2s 0.2s;
}

.mobile-nav.open svg g:last-child line:first-child {
  transform: rotate(45deg);
}

.mobile-nav.open svg g:last-child line:last-child {
  transform: rotate(-45deg);
}

.mobile-nav-links-box {
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background-color: black;
  padding: 8rem 0 0;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* mobile-menu */
/* header */

/* banner */

.banner-txt > h1 > span {
  width: 33px;
  height: 50px;
  position: relative;
  display: inline-block;
}

.banner-txt > h1 > span > img {
  width: 200%;
  height: 165%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-txt > h4 {
  font-size: 2.6rem;
  color: white;
  font-weight: 300;
  font-family: var(--primary-font);
  margin-bottom: 2rem;
}

.banner-cta {
  display: inline-flex;
  min-width: 300px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
  background: var(--dark-brown);
  border-radius: 25px;
  padding: 1.5rem 1.5rem;
  border: 2px solid #404040;
  transition: 0.3s ease-in-out;
}

.banner-cta:hover > img {
  animation: shake 0.5s infinite;
}

.banner-cta > img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  30% {
    transform: rotate(5deg);
  }

  60% {
    transform: rotate(-5deg);
  }

  90% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.banner-cta > h6 {
  color: var(--text-gray-1);
  text-align: start;
  line-height: 1.3;
  font-size: 1.9rem;
  margin: 0;
  transition: 0.3s ease-in-out;
  font-family: var(--primary-font);
}

.banner-cta > h6 > span {
  text-decoration: underline;
  color: var(--orange-color);
}

.banner-cta:hover > h6 {
  color: white;
}

.banner-cta:hover {
  border-color: rgb(133, 132, 132);
}

/* banner */

/* video-review-box */

.video-review-slider.home {
  height: 145%;
}
.video-review-slider.testiomal .slick-slide {
  height: inherit;
}
.video-review-slider {
  position: relative;
  padding: 4.5rem 0 2rem 0;
  isolation: isolate;
  /* margin-top: -23rem; */
}

.video-review-slider:before {
  position: absolute;
  /* content: ""; */
  width: 100%;
  height: 110.6%;
  background-color: #222222;
  border-radius: 50px;
  top: 0;
  border: 2px solid #404040d1;
  left: 0;
  z-index: -1;
}

.video-review-box {
  height: 650px;
  width: 95%;
  /* background-color: white; */
  margin: auto;
  /* display: flex; */
  border-radius: 50px;
  overflow: hidden;
  /* padding: 2rem; */
}

.video-review {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  overflow: hidden;
  background: var(--dark-brown);
}

.video-review iframe {
  border-radius: 35px;
  width: 100% !important;
  height: 100% !important;
}

.video-review-content {
  width: calc(100% - 40%);
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  padding-left: 4rem;
  justify-content: space-between;
}

.video-review-content h3 {
  color: black;
  font-size: 5.4rem;
  line-height: 0.9;
  font-family: var(--heading-font);
  font-weight: 400;
  width: 95%;
}

.video-review-content p {
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: 400;
  color: #687087;
  width: 95%;
}

/* work process  */
.work-process-row {
  margin-top: -260px;
}
.work-process-card .number {
  background-color: #2d2d2c;
  color: #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 40px;
}

.client-det-vid-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  display: block;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid black;
}

.client-det-vid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-det-vid h5 {
  font-size: 2rem;
  color: black;
  margin-bottom: 0;
  font-weight: 600;
  font-family: var(--primary-font);
}

.client-det-vid h6 {
  color: #687087;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.video-review-slider .slick-arrow {
  position: absolute;
  bottom: 90px;
  z-index: 2;
  transition: 0.2s ease-in-out;
}

.video-review-slider .slick-arrow:hover {
  background-color: lightgray;
}

.video-review-slider .slick-next {
  left: 85%;
  transform: translateX(-50%);
}

.video-review-slider .slick-prev {
  left: 81%;
  transform: translateX(-50%);
}

.video-review-slider .slick-next,
.video-review-slider .slick-prev {
  font-size: 0;
  border: 0;
  outline: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.video-review-slider .slick-next:before,
.video-review-slider .slick-prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border: 1px solid #404040;
  font-size: 2rem;
  font-family: "Font Awesome 6 free";
  width: 40px;
  height: 40px;
  font-weight: 400;
  border-radius: 50%;
  display: grid;
  background: #222222;
  place-items: center;
  transition: 0.3s ease-in-out;
}

.video-review-slider .slick-next:before {
  /*content: "\f054";*/
  content: "";
  background-size: 8px !important;
  background: url("../images/angle-right-solid-full.png") no-repeat center;
}

.video-review-slider .slick-next:hover:before,
.video-review-slider .slick-prev:hover:before {
  background-color: #404040;
  border: 1px solid white;
}

.video-review-slider .slick-prev:before {
  /*content: "\f053";*/
  content: "";
  background-size: 8px !important ;
  background: url("../images/angle-left-solid-full.png") no-repeat center;
  /*width: 18px;*/
  /*height: 18px;*/

  /*background-size: contain;*/
}

.video-review-slider + h6 {
  position: relative;
  z-index: 2;
  padding-left: 13%;
  color: white;
  margin-bottom: 0;
  display: inline-block;
  margin-top: 10px;
}

.video-review-slider + h6 > a {
  text-decoration: underline;
  color: var(--orange-color);
}

.video-review-slider:after {
  position: absolute;
  /* content: ""; */
  width: 188px;
  height: 245px;
  background: url("../images/rocket.png") center/contain no-repeat;
  right: -65px;
  top: -75px;
}
.row.company-l {
  margin-top: 30px;
}
.top-client {
  margin-top: 50px;
}

.top-client-row {
  margin-top: 13rem;
}

.top-client-slider div > img {
  width: 120px;
  height: 50px;
  object-fit: contain;
  display: block;
  margin-right: 1rem;
}

.top-client-row h5 {
  font-size: 18px;
  color: var(--text-gray-2);
  font-family: var(--primary-font);
  font-weight: 400;
}

/* video-review-box */
.red-corner-bg {
  background-image: url(../images/red-corner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* service-sec */
section.service-sec {
  overflow: hidden;
  /* background-image: url(../images/red-corner-bg.png); */
}

.advertized-txt {
  font-size: 18px;
  color: var(--orange-color);
  font-weight: 400;
  font-family: var(--primary-font);
}

.ser-box-left {
  padding: 0 20% 0 0;
}

.ser-box-left .btn-theme2 {
  margin-top: 2rem;
}

.service-box {
  position: relative;
  padding: 4rem 4rem;
  border-radius: 40px;
  /* background: white; */
  height: 510px;
  margin: 0 8px 33px;
  border: 1px solid #707070;
}
.service-box h4 {
  color: #fff;
  font-weight: 700;
}
.service-box:hover h4 {
  color: #000;
}
.service-box:hover {
  background: linear-gradient(
      125deg,
      #eedde6 0%,
      #ede0e5 21%,
      #e6e8e1 38%,
      #d7f2ce 72%,
      #bde9ee 100%
    )
    0% 0% no-repeat;
}

.ser-img-box {
  display: grid;
  place-items: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  /* border: 2px solid #70707052; */
  /* background: white; */
  margin-bottom: 3rem;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-box:hover .ser-img-box {
  transform: rotateY(360deg) scale(1.1);
}

.ser-img-box > img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.service-box h2 {
  color: #4a4a4a82;
  font-size: 5.4rem;
  height: 200px;
}

.service-box h2 > span {
  color: black;
  text-decoration: underline;
}

.service-slider .slick-slide {
  margin: 0 1rem;
}

.service-slider:after {
  position: absolute;
  /*     content: ""; */
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    rgb(255 255 255 / 0%) 40%,
    rgb(0 0 0) 100%
  );
}

.service-slider .slick-list {
  padding-left: 5%;
}

.service-box p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4a4a4a;
  line-height: 1.1;
}

.service-box > a:nth-of-type(1) {
  color: black;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.service-box:hover a:nth-of-type(1) {
  animation: arrow-move 1s infinite;
}

.service-box.first {
  background: linear-gradient(
      125deg,
      #eedde6 0%,
      #ede0e5 21%,
      #e6e8e1 38%,
      #d7f2ce 72%,
      #bde9ee 100%
    )
    0% 0% no-repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #000;
}
.service-box.first h4 {
  color: #000;
}
.btn-white {
  border: 1px solid #707070;
  border-radius: 100px;
  padding: 14px 26px;
  background-color: #fff;
  color: #000;
  font-weight: 500;
}
.btn-white:hover {
  color: #000;
}
@keyframes moving-arrow {
  0%,
  100% {
    right: 30px;
    top: 30px;
  }

  50% {
    right: 20px;
    top: 20px;
  }
}

@-o-keyframes moving-arrow {
  0%,
  100% {
    right: 30px;
    top: 30px;
  }

  50% {
    right: 20px;
    top: 20px;
  }
}

@-moz-keyframes moving-arrow {
  0%,
  100% {
    right: 30px;
    top: 30px;
  }

  50% {
    right: 20px;
    top: 20px;
  }
}

@-webkit-keyframes moving-arrow {
  0%,
  100% {
    right: 30px;
    top: 30px;
  }

  50% {
    right: 20px;
    top: 20px;
  }
}

/* service-sec */

/* counter-sec */
.counter-box {
  text-align: center;
  padding: 3.5rem 2rem;
}

.counter-box > p {
  color: var(--text-gray-1);
  margin: 0;
}

.count {
  margin: 1rem 0;
  line-height: 1;
  /* color: #ffbea8; */
  /* font-family: var(--primary-font); */
  /* font-weight: 400; */
  letter-spacing: 3.5px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  font-size: 80px;
}

.counter-sec {
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
}

.counter-sec .col-4 {
  padding: 0;
  border-left: 1px solid #4a4a4a;
}

.counter-sec .col-12 {
  padding: 0;
  border: 1px solid #4a4a4a;
  border-top: 0;
  border-bottom: 0;
}

.counter-box > div i {
  font-size: 4rem;
  color: #ffbea8;
}

.counter-box > div {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 1rem 0;
  line-height: 1;
  color: #ffbea8;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 5.4rem;
}

.clutch-custom-box {
  position: absolute;
  top: -1px;
  width: 215px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #a5885c 0%, #dcc68e 100%) 0% 0% no-repeat;
  text-align: center;
  overflow: hidden;
  padding-top: 2rem;
}

.clutch-custom-box > div:nth-child(1) {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.clutch-custom-box > div:nth-child(1) img:nth-child(1),
.clutch-custom-box > div:nth-child(1) img:nth-child(5) {
  margin-top: 20px;
}

.clutch-custom-box > div:nth-child(1) img:nth-child(3) {
  margin-top: -10px;
}

.clutch-custom-box h5 {
  font-size: 16px;
  line-height: 1;
  color: black;
  font-weight: 600;
  margin: 0 auto 5px;
  width: 80%;
}

.clutch-custom-box h6 {
  color: #6a5439;
  font-weight: 600;
  font-size: 12px;
  margin: 10px;
}

.clutch-custom-box h2 {
  font-size: 5rem;
  color: black;
  margin-bottom: 0;
}

.clutch-custom-box > div:nth-of-type(2) {
  background: var(--section-gray-color);
  height: 100px;
  display: flex;
  align-items: end;
  justify-content: center;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin-bottom: -1px;
}

/* counter-sec */

/* testi-sec */

.testi-sec-social-med {
  background-color: transparent;
}

.testi-box {
  text-align: center;
  margin-top: 100px;
}

.testi-box h4 {
  color: white;
  font-family: var(--primary-font);
  font-weight: 300;
  line-height: 1.2;
  font-size: 22px;
  letter-spacing: -0.5;
}

.test-client-det h5,
.test-client-det h6 {
  font-size: 14px;
  margin-bottom: 0;
  color: white;
}

.test-client-det h6 > span {
  color: var(--orange-color);
}

.test-client-img-box button {
  margin-left: -20px;
}

.testi-slider .slick-dots li:not(:last-child) {
  margin-right: -2rem;
}

.testi-slider .slick-dots {
  gap: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.testi-slider .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border: 5px solid white;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.testi-slider .slick-dots button > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi-slider .slick-dots li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.testi-box > img {
  display: none;
}

.slick-dots li.slick-active button {
  border-color: var(--orange-color);
  position: relative;
}

/* testi-sec */

/* book-appointment */
.book-appointment {
  padding: 100px 0;
  background: url(../images/home-banner-bg.png) no-repeat left;
  background-size: 28%;
}
.book-appointment-wrap {
  background: linear-gradient(
      141deg,
      #eedde6 0%,
      #ede0e5 21%,
      #e6e8e1 38%,
      #d7f2ce 72%,
      #bde9ee 100%
    )
    0% 0% no-repeat;
  margin: 20px;
  border-radius: 40px;
  overflow: hidden;
  padding: 50px 40px;
  text-align: center;
}
.book-appointment h3 {
  color: #000;
  font-weight: 600;
}

/* latest news */
.latest-news {
  padding: 40px 0 80px;
}
.latest-news-wrap .date {
  background-color: #4a4a4a;
  padding: 6px 16px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 10px;
}
/* latest news */

/* business-strategy-sec */
.business-strategy-boxes {
  position: relative;
}

.business-strategy-boxes:after {
  position: absolute;
  content: "";
  background: url("../images/victory-hand.png") center/contain no-repeat;
  width: 200px;
  height: 200px;
  top: -120px;
  right: -110px;
}

.business-strategy-boxes > div {
  padding: 14px 25px;
  background: #1f2021;
  margin-bottom: 1rem;
  border-radius: 30px;
  display: flex;
  align-items: start;
  gap: 1.5rem;
  border: 1px solid #404040;
}

.business-strategy-boxes > div img {
  width: 45px;
  height: 45px;
}

.business-strategy-boxes > div:hover {
  background: linear-gradient(
      125deg,
      #eedde6 0%,
      #ede0e5 21%,
      #e6e8e1 38%,
      #d7f2ce 72%,
      #bde9ee 100%
    )
    0% 0% no-repeat;
}

.business-strategy-boxes > div:hover p {
  color: black;
}

.business-strategy-boxes > div p {
  width: calc(100% - 45px);
  margin: 0;
}

.max-business-box {
  padding: 7rem 11rem;
  background: linear-gradient(
      125deg,
      #eedde6 0%,
      #ede0e5 21%,
      #e6e8e1 38%,
      #d7f2ce 72%,
      #bde9ee 100%
    )
    0% 0% no-repeat;
  border-radius: 40px;
  position: relative;
  margin-top: 8rem;
}
.max-business-box:hover {
  cursor: pointer;
}

.max-business-box > h2 {
  color: black;
  width: 70%;
}

.max-business-box > div {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5rem;
}

.max-business-box > div .btn-theme2 {
  width: auto;
  flex: 100%;
}

.max-business-box > div p {
  color: black;
}

.max-business-box:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  top: -90px;
  left: -90px;
  background: url("../images/flying-money.png") center/contain no-repeat;
}

.max-business-box > a:nth-of-type(1) {
  color: black;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.max-business-box > a:nth-of-type(1) > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.max-business-box:hover > a:nth-of-type(1) {
  animation: arrow-move 1s infinite;
}

.testi-sec .max-business-box,
.need-help-sec .max-business-box,
.zigzag-sec .max-business-box,
.social-media-kit-pg .max-business-box,
.our-location-sec .max-business-box,
.case-study-client-feedback .max-business-box {
  margin-bottom: -14rem;
}

/* business-strategy-sec */
/* case-study-sec */
section.case-study-sec {
  position: relative;
  height: 800px;
  overflow: hidden;
  isolation: isolate;
  transition: background 0.3s linear;
  background-position: center;
  background-size: cover;
}

.case-study-box {
  width: 85%;
  height: 500px;
  margin: 8rem 0;
  display: grid;
  align-content: center;
}

.case-study-box > a {
  font-size: 18px;
  display: inline-block;
  margin-top: 3rem;
}

.case-study-box > a img {
  width: 15px;
  height: 15px;
  transition: 0.3s ease-in-out;
}

.case-study-box > a span {
  color: var(--orange-color);
  text-decoration: underline;
}

.case-study-box > a:hover img {
  animation: arrow-move 1s infinite;
}

.case-study-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid #4a4a4a;
}

.case-study-nav-link {
  display: flex;
  height: 200px;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  justify-content: center;
  border-left: 1px solid #4a4a4a;
  transition: 0.2s ease-in-out;
}

.slick-active:last-child .case-study-nav-link {
  border-right: 1px solid #4a4a4a;
}

.case-study-nav-link.active {
  border-bottom: 8px solid var(--orange-color);
}

.case-study-nav-slider {
  border-left: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
}

/* .slick-current .case-study-nav-link{
    border-bottom: 8px solid lightgray;
} */
.case-study-nav-link > span {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 3px solid white;
  border-radius: 50%;
}

.case-study-nav-link > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-nav-link > div h5 {
  margin-bottom: 0;
  color: white;
  font-weight: 400;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.case-study-nav-link > div p:nth-of-type(1) {
  color: white;
  margin: 5px 0;
  line-height: 1;
}

.case-study-nav-link > div p:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
}

.case-study-box h4 {
  font-size: 1.5rem;
  font-family: var(--primary-font);
  color: var(--text-gray-1);
  line-height: 25px;
  font-weight: 300;
  margin: 0;
}

.case-study-nav-link > h2,
.case-study-nav-link > h4,
.case-study-nav-link > p,
.case-study-nav-link > a,
.case-study-nav-link > h3 {
  display: none;
}

h2#case-study-head {
  position: relative;
}

h2#case-study-head:after {
  position: absolute;
  content: "''";
  margin-left: 10px;
}

h2#case-study-head:before {
  position: absolute;
  content: "''";
  left: -30px;
}

.case-study-nav-text {
  display: flex;
  align-items: self-start;
  gap: 1rem;
  padding: 0 1rem;
  height: 100px;
}

.case-study-nav-text h6 {
  font-size: 22px;
  color: white;
  line-height: 1.2;
}

.case-study-nav-text h6 > span {
  color: var(--orange-color);
  text-decoration: underline;
}

.case-study-nav-text h6 > img {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  transition: 0.3s ease-in-out;
}

.case-study-nav-text > a:hover h6 > img {
  animation: arrow-move 1s infinite;
}

.case-study-nav-slider .slick-prev {
  right: -70px;
  top: 100px;
}

.case-study-nav-slider .slick-next {
  right: -70px;
  top: 50px;
}

/* case-study-sec */
/* need-help-sec */
.need-help-persons {
  display: flex;
  margin-bottom: 2rem;
}

.need-help-persons > img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.need-help-persons > img:not(:first-child) {
  margin-left: -10px;
}

.need-help-sec h3 br {
  display: none;
}

.marketing-lanidngpage .need-help-box {
  width: 90%;
  height: 330px;
  border-radius: 15px;
}
.need-help-box {
  width: 75%;
  min-width: 300px;
  background: #1f2021;
  padding: 4rem;
  border-radius: 40px;
  border: 1px solid #404040;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.need-help-box > img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 25px;
  height: 25px;
  color: #adadad;
  transition: 0.3s ease-in-out;
}

.need-help-box:hover > img {
  animation: arrow-move 1s infinite;
}

.need-help-box div > p {
  color: var(--text-gray-1);
  line-height: 1.2;
  margin-bottom: 2rem;
}

.need-help-box div > span {
  color: var(--orange-color);
  position: relative;
}

.faq-box {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: 2rem 0;
  cursor: pointer;
  position: relative;
}

.faq-box > img {
  width: 40px;
  object-fit: contain;
}

.faq-box > div {
  width: calc(100% - 40px);
}

.faq-box > div h5 {
  color: white;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}

.faq-box > div p {
  font-size: 16px;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
  display: block;
  margin: 0;
}

.faq-box:not(:last-child) {
  border-bottom: 1px solid #4a4a4a;
}

.faq-box.collapsed > div p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  margin: 0;
}

.faq-box:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background: #4a4a4a;
  border-radius: 5px;
  top: 15.3px;
  right: 4.5px;
  transition: 0.2s ease-in-out;
}

.faq-box.collapsed:after {
  background: white;
}

.faq-box:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  background: #4a4a4a;
  border-radius: 5px;
  top: 9px;
  right: 11px;
}

.faq-boxes {
  height: 300px;
  margin-bottom: 1rem;
}

/* need-help-sec */

/*  two-col-sec*/
section.two-col-sec a {
  display: flex;
  align-items: center;
  padding: 3rem 2rem;
  gap: 2rem;
}

section.two-col-sec .col-12:first-child {
  text-align: end;
}

section.two-col-sec a span {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

section.two-col-sec a span > img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

section.two-col-sec a > div {
  text-align: left;
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.two-col-sec a > div > div {
  width: 75%;
}

section.two-col-sec a i {
  width: 40px;
  height: 40px;
  background: #222222;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #404040;
  transition: 0.3s ease-in-out;
  font-size: 2rem;
  font-weight: 400;
}

section.two-col-sec a:hover i {
  border-color: white;
  background: #404040;
}

section.two-col-sec {
  border-top: 1px solid #4a4a4a;
  background: var(--section-gray-color);
  position: relative;
}

section.two-col-sec:after {
  position: absolute;
  content: "";
  width: 1px;
  left: 50%;
  height: 100%;
  background: #4a4a4a;
  top: 0;
  transform: translateX(-50%);
}

section.two-col-sec a div h5 {
  font-size: 18px;
  color: white;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
}

section.two-col-sec a div p {
  color: white;
  font-weight: 300;
  margin: 0;
}

/*  two-col-sec*/

/* year-exp-sec */
section.year-exp-sec {
  border-bottom: 1px solid #4a4a4a;
  padding: 2rem 0;
}

.skull-box {
  display: flex;
  align-items: center;
}

.skull-box > img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.skull-box p {
  font-weight: 400;
  color: #dbdbdb;
  line-height: 1;
}

.year-exp-logo-box {
  height: 165px;
  display: grid;
  place-items: center;
}

.year-exp-logo-box > img {
  width: 70%;
  object-fit: contain;
}

.year-exp-slider .slick-slide {
  margin: 0 1rem;
}

/* year-exp-sec */

/* before-after-seo */
.before-seo-img {
  width: 100%;
}

.before-seo-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-switch:before {
  content: "Before SEO" !important;
  left: -150px !important;
}

.seo-switch:after {
  content: "After SEO" !important;
  right: -150px !important;
}

.seo-num-box {
  text-align: center;
}

.seo-num-box h2 {
  margin-bottom: 10px;
}

.seo-num-box h2 {
  color: #ffbea8;
  margin: 0;
  font-family: var(--primary-font);
  font-weight: 400;
  letter-spacing: -3.5px;
}

.seo-num-box.active h2 {
  color: white;
}

.seo-num-box h2:nth-child(1) {
  display: none;
}

.seo-num-box h2:nth-child(2) {
  display: block;
}

.seo-num-box.active h2:nth-child(2) {
  display: none;
}

.seo-num-box.active h2:nth-child(1) {
  display: block;
}

/* before-after-seo */

/* testimonial-pg */
.testimonial-pg .row:nth-child(2) {
  margin-top: 10rem;
}

.testi-grid {
  margin-top: 5rem;
}

.testimonial-pg .video-review-slider {
  margin: 0;
}

.testimonial-pg-box {
  border: 2px solid #404040;
  background: #2c2c2c;
  border-radius: 10px;
  padding: 25px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin: 0 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid transparent;
  text-align: left;
}

.testimonial-pg-box:hover {
  border: 2px solid #a5885c;
}

.testimonial-pg-box > div:nth-child(1) img {
  margin-bottom: 20px;
  max-height: 25px;
  text-align: left !important;
}

.namwrp > div:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.namwrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.imawrp {
  padding: 1rem;
  background: var(--primary-color);
  font-family: var(--primary-font);
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
}

.testimonial-pg-box > div > h4 {
  color: white;
  font-size: 28px;
  line-height: 1.1;
  font-family: var(--primary-font);
  margin-bottom: 10px;
}

span.imawrp {
  padding: 1rem;
  background: var(--orange-color);
  font-family: var(--primary-font);
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
}

.author-details h4 {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  color: white;
}

.author-details h6 {
  font-size: 14px;
  color: #a3a3a3;
  margin: 0;
}

.testimonial-pg-box .star-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 18px;
  color: white;
}

.testimonial-pg-box .star-rating > img {
  width: 15px;
  height: 15px;
  object-fit: cover;
}

/* testimonial-pg */

/*awards-wining-seo */
.awards-wining-seo {
  background: url("../images/banner.png") center/cover no-repeat;
}

.awards-seo-box {
  width: 80%;
}

.awards-seo-box-list > img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.awards-seo-box-list {
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.awards-seo-box-list:before {
  position: absolute;
  content: "";
  width: 85%;
  height: 80%;
  background: #f4f2f2;
  right: 0;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0, 95% 50%, 100% 100%, 0% 100%);
}

.awards-seo-box-list > div {
  display: flex;
  padding: 0 5rem 0 2rem;
  align-items: center;
  gap: 1rem;
}

.awards-seo-box-list > div > div:first-child {
  width: 70px;
  position: relative;
}

.awards-seo-box-list > div > div:last-child {
  width: calc(100% - 70px);
}

.awards-seo-box-list > div > div:first-child:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80px;
  right: 0;
  background: #dabc67;
  top: 50%;
  transform: translateY(-50%);
}

.awards-seo-box-list div p {
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  color: #4a4a4a;
}

.awards-seo-box-list div span {
  font-size: 12px;
  line-height: 1.2;
  color: #e1689b;
  font-weight: 700;
  text-transform: uppercase;
}

/*awards-wining-seo */

/* help-support-pg */
.help-big-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--section-gray-color);
  width: 200px;
  height: 200px;
  border-radius: 35px;
  border: 1px solid #4a4a4a;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}

.help-big-box:hover {
  border-color: white;
}

.help-big-box > img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.help-support-slider .slick-slide {
  margin: 0 2rem;
}

.help-support-slider .slick-prev,
.help-support-slider .slick-next {
  top: 50%;
  transform: translateY(-50%);
}

.help-support-slider .slick-next {
  right: -40px;
}

.help-support-slider .slick-prev {
  left: -40px;
}
.btn-style .slick-prev,
.btn-style .slick-next {
  top: 33%;
}
.resource-box {
  border: 1px solid #4a4a4a;
  padding: 0.5rem 2rem;
  border-radius: 35px;
  transition: 0.3s ease-in-out;
  height: 100%;
  display: grid;
  align-content: center;
}

.resource-box:hover {
  border-color: white;
}
.resource-box .orange-btn {
  width: 180px;
}
.resource-box > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.resource-box > div:first-child img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.resource-box h4 {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
}

.blogs-box > div:first-child {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

.blogs-box > div img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogs-box a {
  display: block;
}

.blogs-box a:nth-of-type(1) {
  font-size: 12px;
  text-transform: uppercase;
  margin: 2rem 0;
}

.blogs-box a:nth-of-type(2) {
  font-size: 18px;
  line-height: 1.3;
  color: white;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs-box > div:last-child {
  padding: 2rem;
  padding-top: 0;
  border: 1px solid #4a4a4a;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

section.still-ques-sec .col-12 > img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

section.still-ques-sec {
  border-top: 1px solid #4a4a4a;
}
.blogs-box h2 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: capitalize;
  font-family: "rubik";
  font-weight: 300;
  height: 100px;
  display: grid;
  align-content: center;
  margin: 0;
}
.blogs-box.loop .orange-btn img {
  height: 20px;
  width: 20px;
}

.help-support-slider.style .resource-box {
  height: 395px;
}

.help-support-slider.style {
  height: 400px;
}
.blogs-box.loop .orange-btn {
  display: flex;
  width: 200px;
}
.no-top-pad {
  padding-bottom: 80px;
}

/* help-support-pg */

/* about-pg */
.after-about-sec {
  background: url("../images/about-img.png") center/cover no-repeat;
  padding: 8rem;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.after-about-sec > div {
  width: 50%;
}

.after-about-sec:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0000009c;
  top: 0;
  left: 0;
  z-index: -1;
}

.awards-img-big {
  background: #141414;
}

.world-country {
  margin-top: 2rem;
}

.world-country.stars {
  position: relative;
}

.world-country.stars:after {
  position: absolute;
  content: "";
  background: url(../images/plus-icon.svg) center/contain no-repeat;
  width: 40px;
  height: 40px;
  left: -30px;
  top: 80px;
}

.world-country.stars:before {
  position: absolute;
  content: "";
  background: url(../images/plus-icon.svg) center/contain no-repeat;
  width: 40px;
  height: 40px;
  right: -20px;
  top: 80px;
}

.world-country > img {
  width: 100%;
  height: 250px;
}

.believe-box > div > img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.believe-box > div {
  width: 50%;
  padding: 2rem;
  display: flex;
  align-items: start;
}

.believe-box {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
}

.believe-box > div > div {
  width: calc(100% - 70px);
  padding-left: 2rem;
}

.believe-box > div h4 {
  color: white;
  /* font-weight: 600; */
  font-family: var(--heading-font);
  line-height: 1;
}

.marketing-box {
  padding: 3rem;
  border: 1px solid #4a4a4a;
  border-radius: 35px;
  margin-bottom: 2rem;
  transition: 0.3s ease-in-out;
}

.marketing-box:hover {
  border-color: white;
}

.marketing-box img {
  height: 50px;
  object-fit: contain;
  margin-bottom: 20px;
}

.marketing-box h4 {
  color: white;
  font-family: var(--heading-font);
  font-size: 3rem;
}

.get-to-know {
  overflow: hidden;
  background: url(../images/paramid-orange.svg) center/contain no-repeat;
  background-position: 0px 0px;
  margin-top: 118px;
}

/* about-pg */

/* industry-pg */
.industry-con-sec {
  /* background-image: url(../images/swoosh.svg); */
  /* background-position: bottom; */
  /* background-repeat: no-repeat; */
  /* background-position-x: 95%; */
  /* background-size: auto 85%; */
  border-bottom: 1px solid #4a4a4a;
}

section.industry-con-sec .gradient-back {
  margin-left: 0;
}

.industry-con-sec ul.listing-points li {
  align-items: center;
}

.contact-widget .sign-up-news-popup {
  display: block;
}

.contact-widget .sign-up-news-popup {
  display: block !important;
  position: absolute;
  border: 0;
  z-index: 1;
}

.contact-widget:before {
  height: 590px !important;
  right: 20px !important;
  bottom: 0px !important;
}

.vertical-tabs-sec .nav-link {
  padding: 2rem 0;
  font-size: 2rem;
  color: white;
  text-align: left;
}

.vertical-tabs-sec .nav-pills .nav-link.active,
.vertical-tabs-sec .nav-pills .show > .nav-link {
  color: var(--orange-color);
  background-color: transparent;
}

.vertical-tabs-sec .tab-pane {
  padding-top: 2rem;
}

.vertical-tabs-sec .nav-link:focus,
.vertical-tabs-sec .nav-link:hover {
  color: var(--orange-color);
}

.vertical-tabs-sec div#v-pills-tab {
  position: relative;
}

.vertical-tabs-sec div#v-pills-tab:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #4a4a4a;
  right: 0;
}

.vertical-tabs-sec .nav-link.active:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: var(--orange-color);
  right: 0;
  top: 0;
  z-index: 1;
}

.vertical-tabs-sec .nav-link.active {
  position: relative;
}

.campaign-metrics ul#pills-tab {
  margin-bottom: 2rem;
}

.campaign-metrics .nav-link:focus,
.campaign-metrics .nav-link:hover {
  color: white;
}

.campaign-metrics .nav-link {
  height: 70px;
  width: 120px;
  font-size: 12px !important;
  color: white;
  border-radius: 15px !important;
}

.campaign-metrics .nav-pills .nav-link.active,
.campaign-metrics .nav-pills .show > .nav-link {
  background-color: var(--section-gray-color);
  border: 1px solid #4a4a4a;
}

section.campaign-metrics {
  border-top: 1px solid #4a4a4a;
  display: none;
}
.zigzag-sec .container:first-child {
  display: none;
}

.zigzag-sec .row:nth-child(even) {
  flex-direction: row-reverse;
}

.industries-listing {
  display: flex;
  padding: 2rem 0;
  position: relative;
}

.industries-listing > svg {
  width: 100px;
  height: 100px;
  fill: #a8a8a8;
  transition: 0.3s ease-in-out;
}

.industries-listing > div > img {
  width: 20px;
  height: 20px;
}

.industries-listing > img:first-child {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.industries-listing > div {
  padding-left: 2rem;
  width: 75%;
}

.industries-listing > div h4 {
  font-size: 35px;
  line-height: 1;
  color: white;
  transition: 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.industries-listing:hover > div h4 {
  color: var(--orange-color);
}

.industries-listing:hover > svg {
  fill: var(--orange-color);
}

.industries-listing:hover > div > img {
  animation: arrow-move 1s infinite;
}

/* industry-pg */

/* sub-service-pg */
.sub-serv-bottom-ban {
  z-index: 1 !important;
}

.sub-serv-bottom-ban .inn-ban-bottom-box {
  width: 100%;
}

.sub-serv-bottom-ban:after {
  width: 100vw !important;
}

.sub-serv-bottom-ban .clutch-custom-box {
  margin-top: -18rem !important;
}

.sub-serv-bottom-ban .socail-media-plan-right-box {
  justify-content: end !important;
}

.testi-client-vid-box {
  width: 550px;
  margin-left: auto;
  background: #1f2021;
  overflow: hidden;
  border-radius: 35px;
}

.testi-client-vid-box .vid-box-banner {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.testi-client-vid-box > div:last-child {
  padding: 2rem 4rem;
}

.testi-client-vid-box > div:last-child p {
  color: var(--text-gray-2);
}

.testi-client-vid-box .btn-theme2:hover {
  border-color: none;
}

.testi-client-vid-box .btn-theme2 > div a > img {
  width: 50%;
  height: 50%;
  filter: brightness(0);
}

.testi-client-vid-box .btn-theme2 {
  background: transparent;
  border: 0;
}

.sub-serv-pack .hand-shake-txt:after {
  right: -40px;
}
.hand-shake-txt.icon-mov::after {
  right: -30px;
  top: -20px;
}
.hand-shake-txt.chang1::after {
  right: -5px;
}

.sub-serv-pack {
  border-bottom: 1px solid #101010;
  background: #101010;
}

.sub-serv-pack .sticky-package-box {
  background: #101010;
}

.why-part-socialnerd .socail-media-plan-right-box {
  margin: 2rem 0;
  justify-content: space-between;
}

.three-col-sec:after {
  display: none;
}

.three-col-sec .row > .col-12:nth-child(2) {
  border: 1px solid #4a4a4a;
  border-top: 0;
  border-bottom: 0;
}

.three-col-sec {
  background: transparent !important;
}

.why-part-socialnerd h5.advertized-txt {
  font-size: 40px;
  line-height: 1;
  width: 100%;
  font-family: var(--heading-font);
}

/* sub-service-pg */
/* sitemap */
.sitemap-pg .row:nth-child(1) .col-12:nth-last-child(n + 4),
.sitemap-pg h2 {
  margin-bottom: 5rem;
}

.sitemap-pg ul {
  margin-bottom: 0;
}

.sitemap-pg hr {
  margin-bottom: 5rem;
  color: #4a4a4a;
  opacity: 1;
}

/* sitemap */

/* pricing-pg */
.pricing-pg .nav-pills .nav-link.active,
.pricing-pg .nav-pills .show > .nav-link {
  color: white;
  background-color: #454545;
  border-color: white !important;
}

.pricing-pg .nav-link:focus,
.pricing-pg .nav-link:hover {
  color: white;
  background-color: #454545;
}

.pricing-pg .nav-link {
  font-size: 16px;
  border-radius: 25px !important;
  border: 1px solid #4a4a4a !important;
  color: white;
  font-family: var(--primary-font) !important;
}

.pricing-pg .nav-pills {
  gap: 2rem;
  margin: 2rem 0;
}

.pricing-pg .packages-sec > .container {
  padding: 0;
}

/* pricing-pg */
/* case-study-pg */
section.case-study-pg {
  position: relative;
  isolation: isolate;
  display: flex;
  height: 650px;
  align-items: center;
  overflow: hidden;
}

.case-study-pg .case-study-box {
  width: 85%;
  height: auto;
  margin: 0;
}

section.case-study-pg > img {
  position: absolute;
  z-index: -1;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/* case-study-pg */
/* career-pg */
.career-grid-box-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career-grid-box-sec .col-12 {
  padding: 0;
}

.career-grid-box-sec .col-12 > div h4 {
  color: var(--orange-color);
  font-family: var(--heading-font);
  line-height: 1;
  font-size: 4rem;
}

.career-grid-box-sec .col-12 > div {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
}

.location-box-img {
  height: 350px;
  overflow: hidden;
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
}

.location-box-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-box-content {
  padding: 3rem;
  background: black;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

.location-box-content > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.location-box-content h4 {
  color: var(--orange-color);
  font-family: var(--heading-font);
  font-size: 4rem;
  margin-bottom: 2rem;
}

.location-box-content > div:first-child span {
  font-family: var(--primary-font);
  font-size: 18px;
  color: white;
}

.loaction-box {
  width: 75%;
  margin: 0 auto;
}

.location-box-content > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.location-box-content > div:last-child a:nth-child(2) {
  color: var(--orange-color);
  font-size: 18px;
}

.location-box-content > div:last-child a:nth-child(2) > img {
  width: 15px;
  height: 15px;
}

.location-box-content > div:last-child a:nth-child(2):hover img {
  animation: arrow-move 1s infinite;
}

.location-map {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: none;
  border-radius: 35px;
  overflow: hidden;
  width: 50vw;
  height: 400px;
}

.location-map-close-btn {
  font-size: 3rem;
  color: black;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  box-shadow: 0px 0px 12px black;
  cursor: pointer;
}

.location-map > iframe {
  width: 100%;
  height: 100%;
}

/* career-pg */
/* case-study-detail */
.case-study-detail-img img {
  height: 550px;
  object-fit: cover;
  object-position: top;
}

.scop-list {
  padding-left: 10rem;
}

.chlng-box {
  padding: 5rem;
  border-radius: 35px;
  background: var(--section-gray-color);
}

img.solution-img {
  width: 100%;
  height: 700px;
  object-fit: contain;
}

.bullet-list li {
  position: relative;
  padding-left: 3rem;
}

.bullet-list li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.bullet-list li p > b {
  color: white;
}

section.case-study-approach-sec h2 {
  margin: 2rem 0;
}

.case-study-detail-slider1 .slick-slide > img,
.case-study-detail-slider2 .slick-slide > img {
  width: 100%;
  object-fit: cover;
}

.case-study-detail-slider1 {
  margin-bottom: 8rem;
}

.case-study-detail-slider1 .slick-slide,
.case-study-detail-slider2 .slick-slide {
  margin: 0 1rem;
}

/* case-study-detail */
/* social-media-kits-pg */
.smm-kit-box {
  margin-bottom: 2rem;
}

.smm-kit-box-lg {
  display: flex;
}

.smm-kit-box-lg .smm-kit-box-img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 35px;
}

.smm-kit-box-lg .smm-kit-box-content {
  border-bottom-left-radius: 0;
  border-top-right-radius: 35px;
}

.smm-kit-box-img {
  height: 350px;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

.smm-kit-box-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smm-kit-box-content {
  padding: 2rem 3rem;
  border: 1px solid #4a4a4a;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: self-start;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  background: var(--section-gray-color);
}

.smm-kit-box-content > div > h4 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1rem;
  color: var(--orange-color);
  font-family: var(--heading-font);
}

/* social-media-kits-pg */
/* footer */
footer {
  padding-top: 10rem;
  overflow: hidden;
  background-image: url(../images/footer-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.foot-top > a img:last-child {
  display: none;
}

.mob-foot-link-box {
  display: none;
}

.foot-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5rem;
}

.foot-top .revenue-box {
  height: auto;
}

.foot-top .revenue-box > h5 {
  font-size: 5.8rem;
}

.foot-top .revenue-box > h6 {
  font-size: 18px !important;
}

footer h4 {
  font-size: 2.5rem;
  color: white;
  font-family: var(--primary-font);
  font-weight: 400;
}
footer h4.size {
  font-size: 2.1rem;
}

.desk-foot-link-box h5 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.foot-links ul li a {
  color: #fff;
  transition: 0.2s ease-in-out;
  position: relative;
  font-weight: 100;
}

.foot-links ul li a:hover {
  color: white;
}

.foot-links ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: white;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}

.foot-links ul li a:hover:after {
  width: 100%;
}

.foot-links ul li {
  margin-bottom: 10px;
}

.foot-links.columns-2 {
  column-count: 2;
}

.columns-3 {
  column-count: 3;
}

.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  margin-top: 5rem;
  position: relative;
}

.foot-bottom-logo {
  max-width: 60px;
}

.footer-bottom .foot-logo-icon {
  max-width: 70px;
}

.foot-bottom > div {
  width: 55%;
}

.foot-bottom:before {
  position: absolute;
  content: "";
  width: 110vw;
  height: 1px;
  background: #ffffff69;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

footer .btn-theme2 > div > i {
  width: 35px;
  height: 35px;
  font-size: 2rem;
}

footer .btn-theme2 {
  gap: 1rem;
  text-align: start;
}

.foot-social-icons {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}

.foot-bottom p {
  font-size: 1.4rem;
  width: 75%;
  color: #ffffff;
  font-weight: 100;
}

.foot-bottom p a {
  margin: 0 3px;
  font-weight: 400;
}

form.news-form {
  border: 1px solid #1f2021;
  border-radius: 25px;
  margin-top: 20px;
  overflow: hidden;
  margin-right: -54%;
  position: relative;
}

form.news-form > input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #1f2021;
  width: 100%;
  height: 45px;
  padding: 0 2rem;
  color: white;
  font-family: var(--primary-font);
  outline: none;
}

form.news-form > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}

form.news-form > div p > span {
  color: var(--orange-color);
  text-decoration: underline;
}

form.news-form > div button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #222222;
  color: white;
  border: 1px solid #404040;
  transition: 0.3s ease-in-out;
  font-size: 2rem;
  font-weight: 400;
}

form.news-form > div button:hover {
  border-color: white;
  background: #404040;
}

/* sign-up-news-popup */

.sign-up-news-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  background: white;
  z-index: 10;
  border-radius: 40px;
  display: none;
  border-left: 10px solid #eedde6;
  border-bottom: 10px solid #bde9ee;
}

.sign-up-news-popup > div {
  padding: 3rem 4rem;
}

.sign-up-news-popup input,
.sign-up-news-popup textarea {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
  padding: 0 1rem;
  background: #f5f5f5;
  font-size: 12px;
  font-family: var(--primary-font);
}

.sign-up-news-popup select {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
  padding: 0 1rem;
  background: #f5f5f5;
  font-size: 12px;
  font-family: var(--primary-font);
}

.sign-up-news-popup textarea {
  padding: 1rem;
  resize: none;
  height: 100px;
}

.sign-up-news-popup button {
  padding: 0 2rem;
  border: none;
  /*background: var(--orange-color);*/
  background-image: url(../images/er.png);
  background-size: cover;
  display: flex;
  width: 240px;
  margin-bottom: 2rem;
  border-radius: 100px;
}

.sign-up-news-popup button:hover > i {
  animation: arrow-move 1s infinite;
}

.sign-up-news-popup button > i {
  transform: rotate(-45deg);
  font-size: 3rem;
  transition: 0.3s ease-in-out;
}

.sign-up-news-popup > a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: black;
  background: #4a4a4a;
  border-radius: 50%;
  color: white;
  border: 1px solid #404040;
  position: absolute;
  right: 10px;
  top: 10px;
}

.sign-up-news-popup div > p:nth-of-type(1) {
  color: black;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 600;
}

.sign-up-news-popup div > p:nth-of-type(2) {
  color: black;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 2rem;
  font-weight: 400;
  width: 95%;
}

.sign-up-news-popup span {
  color: black;
  line-height: 18px;
  font-size: 14px;
  display: block;
  padding: 0rem 5rem 2rem;
  position: relative;
}

.sign-up-news-popup span > a {
  color: black;
  text-decoration: underline;
}

.banner .sign-up-news-popup > div {
  padding: 4rem;
}

.sign-up-news-popup span:after {
  position: absolute;
  content: "";
  width: 100%;
  top: -30px;
  left: 0;
  background: #dbdbdb;
  height: 1px;
}

/*sign-up-news-popup  */
/* footer */

/* inner-banner */
img.help-support-ban-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.inner-testi-banner {
  height: 600px;
}

.industry-banner {
  height: auto;
  padding-bottom: 8rem;
}

.vid-box-banner {
  width: 500px;
  height: 300px;
  margin-left: auto;
  overflow: hidden;
  border-radius: 35px;
  border: 1px solid #4a4a4a;
  position: relative;
}

.vid-box-banner > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vid-box-banner iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vid-box-banner > a {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #bac8ca;
}

.vid-box-banner > a > img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.banner-mob-img-box {
  width: 430px;
  height: 800px;
  margin-left: auto;
  margin-bottom: -35rem;
  position: relative;
  isolation: isolate;
  z-index: 1;
}

.banner-mob-img-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 95%;
  top: 15px;
  left: -2%;
  background: #25f4ee;
  z-index: -3;
  border-radius: 55px;
}

.banner-mob-img-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 95%;
  bottom: 5px;
  right: -2%;
  background: #fe2c55;
  z-index: -3;
  border-radius: 55px;
}

.banner-mob-img-box > img:nth-child(2) {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 90%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 55px;
}

.banner-mob-img-box > img:nth-child(3) {
  position: absolute;
  width: 170px;
  height: 245px;
  top: -98px;
  right: -60px;
  object-fit: contain;
}

.banner-mob-img-box > img {
  width: 100%;
  height: 100%;
}

.banner .sign-up-news-popup {
  transform: translate(0);
  display: block !important;
  position: unset;
  margin-left: auto;
  border: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.banner .gradient-back:after {
  position: absolute;
  content: "";
  width: 135px;
  height: 170px;
  background: url("../images/safety-pin.png") center/contain no-repeat;
  top: -70px;
  right: -50px;
}

.gradient-back {
  width: 500px;
  position: relative;
  height: 620px;
  margin-left: auto;
  /* margin-bottom: -20rem; */
}

.gradient-back:before {
  position: absolute;
  width: 500px;
  height: 610px;
  background: linear-gradient(
      141deg,
      #eedde6 0%,
      #ede0e5 21%,
      #e6e8e1 38%,
      #d7f2ce 72%,
      #bde9ee 100%
    )
    0% 0% no-repeat;
  content: "";
  border-radius: 15px;
  right: 30px;
  bottom: -20px;
}

/* inner-banner */

/* inn-ban-bottom-sec */
.inn-ban-bottom-sec .row {
  align-items: center;
}
.inn-ban-bottom-sec {
  position: relative;
  /*z-index: -1;*/
  padding: 5rem 0;
}

.inn-ban-bottom-sec:after {
  position: absolute;
  content: "";
  width: 100%;
  background: #4a4a4a;
  bottom: 0;
  height: 1px;
}
.inn-ban-bottom-sec p {
  margin: 0;
}

.inn-ban-bottom-box {
  display: flex;
  gap: 2rem;
  align-items: start;
  width: 720px;
}

.inn-ban-bottom-box > div {
  display: flex;
  align-items: center;
  /* gap: 1rem; */
}

.inn-ban-bottom-box > div span {
  width: 75px;
  height: 75px;
  background: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.inn-ban-bottom-box > div span img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.inn-ban-bottom-box > div p {
  color: white;
  font-weight: bold;
  padding-left: 7px;
  flex: 1;
}

/* inn-ban-bottom-sec */

/* .business-fail-sec */

.business-fail-sec ul.listing-points {
  column-count: 2;
}

ul.listing-points li {
  position: relative;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
}

ul.listing-points li > p {
  padding-left: 2rem;
}

ul.listing-points li i {
  width: 40px;
  height: 40px;
  background: #a6895d;
  color: white;
  font-size: 2rem;
  border: 1px solid #404040;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

ul.listing-points li p {
  width: calc(100% - 40px);
}
.business-fail-sec ul.listing-points li p {
  height: auto;
  margin-bottom: 15px;
}

ul.listing-points + p {
  width: 70%;
  margin: 0 auto 1rem;
  color: white;
}

/* .business-fail-sec */

/* socail-media-plan-sec */
.socail-media-plan-right-box {
  display: flex;
  align-items: end;
  gap: 3rem;
}

.socail-media-plan-right-box .clutch-custom-box {
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
  width: 215px;
  transform: none;
  padding-top: 2rem;
}

.socail-media-plan-right-box .clutch-custom-box > div:nth-of-type(2) {
  /* height: 70px; */
}

.socail-media-plan-right-box .clutch-custom-box > div:nth-of-type(2) img {
  /* width: 100px; */
}

.socail-media-plan-right-box .clutch-custom-box h5 {
  /* font-size: 14px; */
  /* width: 90%; */
}

.socail-media-plan-right-box .clutch-custom-box > div:nth-of-type(2) {
  background: #000000;
}

.section-gray-color
  .socail-media-plan-right-box
  .clutch-custom-box
  > div:nth-of-type(2) {
  background: var(--section-gray-color);
}

.socail-media-plan-right-box .counter-box {
  text-align: center;
  padding: 0;
}

.socail-media-plan-right-box .count,
.socail-media-plan-right-box .counter-box > div {
  margin: 0;
}

.socail-media-plan-left-box {
  width: 83%;
}

.socail-media-plan-right-box .listing-points li p {
  margin: 0;
}

.socail-media-plan-sec .listing-points li {
  align-items: center;
  margin-bottom: 1.5rem;
}
.socail-media-plan-sec .btn-theme2.btn-style {
  width: fit-content !important;
  margin: 40px 0 0;
}
.socail-media-plan-sec {
  border-bottom: 1px solid #4a4a4a;
}

/* socail-media-plan-sec */

/* platform-to-promote */

.platform-img-box {
  height: 50px;
}

.platform-img-box > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.platform-skull-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  margin-top: -20px;
}

.platform-to-promote-box {
  display: flex;
  justify-content: space-between;
}

.platform-to-promote-box > p {
  line-height: 1.3;
}

.platform-to-promote-box > p {
  font-weight: 600;
  color: white;
  font-size: 14px;
}

.platform-to-promote-box > a span {
  color: var(--orange-color);
  text-decoration: underline;
}

.platform-to-promote-box > a img {
  margin-left: 5px;
  width: 15px;
  height: 15px;
}

.platform-to-promote-box > a:hover img {
  animation: arrow-move 1s infinite;
}

section.platform-to-promote p {
  line-height: 1.2;
}

.platform-to-promote {
  padding: 3rem 0;
}

.platform-to-promote-slider .slick-slide > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  object-fit: contain;
}

.platform-to-promote-slider .slick-slide {
  margin: 0 2rem;
}

/* platform-to-promote */

/* big-network-sec */

.big-platform-box {
  height: 400px;
  background: white;
  margin-bottom: 2rem;
  border-radius: 40px;
  padding: 4rem 4rem 2rem 4rem;
  display: grid;
  align-content: space-between;
  gap: 3rem;
  position: relative;
}

.big-platform-box:hover div > span {
  transform: rotateY(360deg) scale(1.1);
}

.big-platform-box > div {
  display: flex;
  align-items: start;
}

.big-network-sec .big-platform-box > div {
  display: flex;
  align-items: center;
}

.big-network-sec .row:nth-child(2) {
  margin-top: 1rem;
}

.big-platform-box > div span {
  width: 130px;
  height: 130px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 2px solid #70707052;
  border-radius: 50%;
  background: white;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.big-platform-box > div h3 {
  width: calc(100% - 130px);
  color: black;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 36px;
  margin: 0;
}

.big-platform-box > p {
  color: #4a4a4a;
  line-height: 1.2;
  height: 110px;
  display: grid;
  align-content: start;
}

/* width */
.big-platform-box > p::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.big-platform-box > p::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.big-platform-box > p::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.big-platform-box > p::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.big-platform-box > div span > img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.big-platform-box > img:first-child {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 25px;
  color: black;
  transition: 0.3s ease-in-out;
}

.big-platform-box:hover > img:first-child {
  animation: arrow-move 1s infinite;
}

.big-platform-box:hover {
  background: linear-gradient(
      -45deg,
      #eedde6 0%,
      #ede0e5 21%,
      #e6e8e1 38%,
      #d7f2ce 72%,
      #bde9ee 100%
    )
    0% 0% no-repeat;
}

a.bok-met-cta > span {
  color: var(--orange-color);
  text-decoration: underline;
}

/* big-network-sec */

/* packages-sec */
.hand-shake-txt {
  position: relative;
  display: inline-block;
}

.hand-shake-txt:after {
  position: absolute;
  content: "";
  background: url("../images/handshake.png") center/cover no-repeat;
  width: 70px;
  height: 70px;
  top: -15px;
  right: 0;
}

.sticky-package-box {
  position: sticky;
  top: 115px;
  z-index: 2;
  background: var(--section-gray-color);
  padding: 2rem 0;
}

.package-head {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 1rem;
}

.package-head > div {
  width: 20%;
}

.package-head > div:nth-child(1) {
  width: 40%;
  display: flex;
  align-items: start;
}

.package-head > div:nth-child(1) > div {
  flex: 1;
}

.package-head > div:nth-child(1) > div p {
  font-size: 12px;
  line-height: 1.3;
}

.package-head > div:nth-child(1) > div h4 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

/* toggle-btn */
/* The switch - the box around the slider */

.switch,
.seo-switch {
  font-size: 17px;
  position: relative;
  display: block !important;
  width: 85px;
  height: 40px;
  margin: 6px auto 15px;
}

.switch:before {
  position: absolute;
  content: "Quarterly";
  left: -83px;
  width: 100px;
  color: white;
  font-size: 16px;
  margin-top: 5px;
}

.switch:after {
  position: absolute;
  content: "Biannually";
  right: -107px;
  width: 100px;
  color: white;
  font-size: 16px;
  margin-top: 5px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 1;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #454545;
  transition: 0.4s;
  border-radius: 30px;
  border: 1px solid #454545;
}

.slider:before {
  position: absolute;
  content: "";
  height: 37px;
  width: 37px;
  border-radius: 50%;
  left: 1.2px;
  top: 0;
  background: linear-gradient(180deg, #a5885c 0%, #dcc68e 100%) 0% 0% no-repeat;
  bottom: 0;
  border: 3px solid #1d1710;
  transition: 0.4s;
}

.switch input:checked + .slider {
  background-color: #f36d36;
  border: 1px solid transparent;
}

label.switch + span:after {
  position: absolute;
  content: "";
  background: url(../images/arrow.png) center/contain no-repeat;
  width: 50px;
  height: 50px;
  top: -16px;
  right: -57px;
  filter: invert(1);
}

.switch input:checked + .slider:before {
  transform: translateX(2.5em);
}

label.switch + span {
  color: var(--orange-color);
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  bottom: -25px;
  font-family: var(--shadows-font);
}

/* toggle-btn */

.package-box {
  background: white;
  border-radius: 23px;
  padding: 2rem;
  display: flex;
  align-items: center;
  height: 115px;
  position: relative;
  overflow: hidden;
}

.package-box:hover {
  background: linear-gradient(
      -45deg,
      #eedde6 0%,
      #ede0e5 21%,
      #e6e8e1 38%,
      #d7f2ce 72%,
      #bde9ee 100%
    )
    0% 0% no-repeat;
}

.package-box:hover > a {
  animation: arrow-move 1s infinite;
  color: black;
}

.package-box > a img {
  width: 20px;
  height: 20px;
}

.package-box > a {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #818181;
  font-size: 3rem;
}
.package-box {
  position: relative;
}

.package-box a img {
  width: 20px;
  height: 20px;
}

.package-box a {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #818181;
  font-size: 3rem;
}

.pric-bx h5 {
  font-size: 33px;
  font-weight: 400;
  color: black;
  margin-bottom: 10px;
}

.pric-bx h6 {
  font-weight: 600;
  color: var(--orange-color);
  margin-bottom: 0;
  line-height: 1;
}

.pric-bx p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

.package-list-row {
  display: flex;
  align-items: center;
}

.package-list-row > div > * {
  color: #dbdbdb;
}

.package-list-row > div > p {
  margin: 0;
}
.package-list-row > div > p:last-child {
  font-size: 1.4rem;
}

.package-list-row > div {
  width: 20%;
  /* padding: 10px; */
  line-height: 1.4;
  color: #dbdbdb;
  padding: 10px 20px;
  text-transform: capitalize;
}

.package-list-row > div:first-child {
  width: 40%;
}

.package-list-row > div:not(:first-child) {
  text-align: center;
}

.package-list-box {
  border: 1px solid #656565;
  background: transparent;
  padding: 0;
}

.package-list-row.underline-row {
  border-bottom: 1px solid gray;
}

.packages-sec .fa.fa-check {
  color: white;
  background: linear-gradient(180deg, #a5885c 0%, #dcc68e 100%) 0% 0% no-repeat;
  width: 25px;
  height: 25px;
  display: flex;
  place-items: center;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 18px;
  justify-content: center;
  color: #000;
  padding-top: 2px;
}

.packages-sec .fa-times {
  color: black !important;
  background: linear-gradient(180deg, #a5885c 0%, #dcc68e 100%) 0% 0% no-repeat;
  width: 25px;
  height: 25px;
  display: flex;
  place-items: center;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 18px;
  justify-content: center;
  color: #000;
  padding-top: 2px;
}

.package-list-row > div:first-child {
  color: white;
}

/*.package-list-row.underline-row>div {*/
/*    color: white;*/
/*    line-height: 1;*/
/*}*/
.package-list-row.underline-row > div {
  color: white;
  line-height: 1.5;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}

.package-list-row:nth-child(even) {
  background: #2d2d2d;
}

.package-list-row.underline-row {
  background: var(--section-gray-color);
}

.package-list-row > div:not(:last-child) {
  border-right: 1px solid #4a4a4a;
}

.pack-btn-row {
  align-items: stretch;
}

.pack-btn-row p {
  font-size: 14px;
  color: #818181;
}

.pack-select-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 60px;
  width: 200px;
  /*border-radius: 13px;*/
  background: #404040;
  color: white;
  transition: 0.3s ease-in-out;
}

.pack-select-btn:hover {
  background: var(--orange-color);
}

.pack-select-btn:hover img {
  animation: arrow-move 1s infinite;
}

@keyframes arrow-move {
  0%,
  100% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(5px, -5px);
  }
}

.pack-select-btn > img {
  transition: 0.3s ease-in-out;
  width: 20px;
  height: 20px;
}

/* packages-sec */

/* intlTelInput */

.iti {
  width: 100%;
  margin-bottom: 10px;
}

.iti__country-name,
.iti__dial-code {
  display: inline-block !important;
  padding: 0 !important;
  position: unset !important;
}

.iti__country-list {
  width: 420px;
  overflow-x: hidden;
}

/* intlTelInput */

.service-sec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-areas:
    "t i"
    "c i";
  margin-top: 5rem;
}

.service-title-area {
  grid-area: t;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* .service-button-area{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-area: c;
    padding-top: 60px;
} */
.services-boxes-cards-area {
  grid-area: i;
}

.services-box-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
}

.SocialTrust_card__hqJLc {
  width: 360px;
  border-radius: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 24px;
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.service-button-area > button {
  color: white;
  border: 1px solid #404040;
  font-size: 2rem;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-grid;
  background: #222222;
  place-items: center;
  transition: 0.3s ease-in-out;
}

.service-button-area > button:first-child {
  margin-right: 1rem;
}

.service-button-area > button:hover {
  background-color: #404040;
  border: 1px solid white;
}

#service-slide-right:disabled,
#service-slide-left:disabled {
  opacity: 0.3;
  cursor: not-allowed !important;
}

.service-button-area > button i {
  color: white;
  font-size: 2rem;
  font-weight: 400;
}

.service-button-area {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  grid-area: c;
  margin-top: 30px;
}

.SocialTrust_itemEnter__A3eG0 {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
}

.SocialTrust_itemEnterActive__X73WM,
.SocialTrust_itemEnterDone__cM9wl {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.SocialTrust_itemExitActive__L3T9G,
.SocialTrust_itemExitDone__qK_tz,
.SocialTrust_itemExit__poA7E {
  opacity: 0;
}

.SocialTrust_itemExitActive__L3T9G,
.SocialTrust_itemExitDone__qK_tz {
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
}

.SocialTrust_itemExitDone__qK_tz:first-child + .SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child
  + .SocialTrust_card__hqJLc
  + .SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child
  + .SocialTrust_card__hqJLc
  + .SocialTrust_card__hqJLc
  + .SocialTrust_card__hqJLc {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.SocialTrust_itemExitDone__qK_tz:first-child
  + .SocialTrust_card__hqJLc
  + .SocialTrust_card__hqJLc
  + .SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz,
.SocialTrust_itemExitDone__qK_tz:first-child
  + .SocialTrust_card__hqJLc
  + .SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz,
.SocialTrust_itemExitDone__qK_tz:first-child
  + .SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz {
  -webkit-transform: translateX(-100%) scale3d(0.3, 0.3, 0.3);
  transform: translateX(-100%) scale3d(0.3, 0.3, 0.3);
}

.SocialTrust_itemExitDone__qK_tz:first-child
  + .SocialTrust_itemExitDone__qK_tz
  + .SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child
  + .SocialTrust_itemExitDone__qK_tz
  + .SocialTrust_card__hqJLc
  + .SocialTrust_card__hqJLc {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.SocialTrust_itemExitDone__qK_tz:first-child
  + .SocialTrust_itemExitDone__qK_tz
  + .SocialTrust_card__hqJLc
  + .SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz,
.SocialTrust_itemExitDone__qK_tz:first-child
  + .SocialTrust_itemExitDone__qK_tz
  + .SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz {
  -webkit-transform: translateX(-200%) scale3d(0.3, 0.3, 0.3);
  transform: translateX(-200%) scale3d(0.3, 0.3, 0.3);
}

/*.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc {*/
/*    -webkit-transform: translateX(-300%);*/
/*    transform: translateX(-300%)*/
/*}*/

/*.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz {*/
/*    -webkit-transform: translateX(-300%) scale3d(.3, .3, .3);*/
/*    transform: translateX(-300%) scale3d(.3, .3, .3)*/
/*}*/

.service-sec-grid .slick-snext,
.service-sec-grid .slick-sprev {
  display: block;
}

.service-sec-grid .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  /*transform: translate3d(0, 0, 20px);*/
  z-index: 2;
}
.service-sec-grid .slick-slide {
  transition: 0.6s ease-in-out;
}
.service-sec-grid .slick-slide.slick-sprev {
  transform: translateX(65%) scale(0.5);
  /*margin-left: 0;*/
}
.service-sec-grid .slick-slide.slick-current.slick-active {
  transform: scale(1) translateX(-34px);
}
.service-sec-grid .slick-slide.slick-snext.slick-active {
  transform: scale(1) translateX(0);
}
.service-sec-grid .test {
  display: block;
  width: 100%;
  /*height: 300px;*/
  /*box-shadow: inset 0px 0px 0px 3px #000;*/
}
.service-sec {
  position: relative;
}
/*.service-sec .service-sec-grid {*/
/*    display: grid;*/
/*    align-content: center;*/
/*    height: 600px;*/
/*    position: relative;*/
/*}*/
/*.service-sec .rev_slider {*/
/*    position: absolute;*/
/*    right: -10%;*/
/*    width: 55%;*/
/*    top: 40px;*/
/*}*/
/*.rev_slider button {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        height: 40px;*/
/*        width: 40px;*/
/*        border: 0;*/
/*        background: #000;*/
/*        color: #fff;*/
/*        border-radius: 50%;*/
/*        position: absolute;*/
/*        bottom: 4%;*/
/*        border: 0.5px solid #ffffff47;*/
/*}*/
/*.rev_slider button:first-child {*/
/*    right: 183%;*/
/*    transform: translate(-150%, -50%);*/
/*}*/

/*.rev_slider button:last-child {*/
/*    right: 173%;*/
/*    transform: translate(-150%, -50%);*/
/*}*/
.service-title-area {
  align-items: center;
}
.big-platform-box.last {
  /*background: linear-gradient(-45deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;*/
  background: url(../images/service-box-last.png);
  background-size: 435px 100%;
  background-repeat: no-repeat;
  display: grid;
  align-items: center;
  gap: 0;
  padding: 30% 4rem;
}
.big-platform-box.last img {
  filter: invert(1);
}
.big-platform-box.last h3 {
  margin: 0;
}
.big-platform-box.last p {
  height: auto;
  color: #fff;
}
.btn-theme2.extra {
  margin-left: -10%;
}

section.formwrap {
  padding: 120px 0 0;
  position: relative;
}

section.formwrap:before {
  top: 0;
}
/*section.formwrap:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    background: #e9cdf2;*/
/*}*/

.formwrap .bg-clr .imgwrp {
  text-align: center;
  margin-top: 0;
}

.formwrap .imgwrp {
  margin: 10px 0;
}
/*.formwrap .bg-clr .txtwrp{padding: 60px 60px 60px 0;}*/
.formwrap .bg-clr .imgwrp {
  text-align: center;
}
.formwrap .bg-clr .imgwrp img {
  width: 40%;
  margin-bottom: 20px;
  display: flex;
}
.formwrap .bg-clr .txtwrp ul {
}
.formwrap .bg-clr .txtwrp ul li {
  position: relative;
  font-size: 16px;
  padding: 0 0px 9px 40px;
  color: #666666;
  font-weight: 500;
}
.formwrap .bg-clr .txtwrp ul li:after {
  content: "";
  content: "\f058";
  position: absolute;
  font-family: fontawesome;
  left: 10px;
  color: #f6602e;
  font-size: 15px;
  top: 2px;
}

/*.btmfrom{padding: 70px 0;}*/
.btmfrom .txtwrp {
}
.btmfrom .formwrp {
}
.btmfrom .formwrp form {
}
.btmfrom .formwrp form .lablewrp {
}
.btmfrom .formwrp form .lablewrp input {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 10px 15px;
  color: gray;
  font-size: 16px;
  border-radius: 6px !important;
  height: 60px;
  font-weight: 400;
  outline: none !important;
  margin: 0 0 15px;
  overflow: hidden;
}
.btmfrom
  .formwrp
  form
  .lablewrp
  .intl-tel-input.separate-dial-code
  .selected-flag {
  border-radius: 40px 0 0 40px;
}
.btmfrom .formwrp form .lablewrp input.btnwrp {
  border-radius: 6px !important;
  background: var(--orange-color);
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  width: 70%;
  height: 50px;
  margin: 20px 0 0;
  border-radius: 6px;
}
.btmfrom .formwrp form .lablewrp select {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 10px 15px;
  color: gray;
  font-size: 16px;
  border-radius: 6px;
  height: 60px;
  font-weight: 400;
  outline: none !important;
}
.btmfrom .formwrp form .lablewrp textarea {
  width: 100%;
  margin: 15px 0 0;
  padding: 15px 22px;
  height: 200px;
  border: 1px solid #e5e5e5;
  background: white;
  color: gray;
  font-size: 16px;
  border-radius: 6px;
  resize: none;
  font-weight: 400;
  outline: none !important;
}

.field-txt p {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}
.check-list {
  color: #fff;
  margin: 10px 0;
}

.pric-btn-1 {
  display: none;
}
.pric-btn-1.active {
  display: flex;
}
.pric-btn-2 {
  display: none;
}
.pric-btn-2.active {
  display: flex;
}
.check-list label {
  font-size: 16px;
  font-family: "Rubik";
  font-weight: 300;
  letter-spacing: 0.2px;
}

.img-flip {
  transform: scaleX(-1);
}
.no-bg:hover {
  background: none !important;
}
.content-page ul li {
  color: #a2a2a2;
  font-size: 16px;
  margin-bottom: 10px;
}
a#hide-sign-up-news-popup {
  background: #f6602e;
  z-index: 999;
  position: absolute;
  border: 0;
  top: -277px;
}
.marketing-lanidngpage .hand-shake-txt:after {
  display: none;
}
.hand-shake-txt.packg::after {
  right: -12px;
}
.banner-main-img {
  width: 110%;
  height: 610px;
}
.contact-banner {
  padding: 200px 0 100px;
  width: 100%;
  position: relative;
}
.contact-banner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/waves_31.png);
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}
.contact-cta {
  padding: 80px 0;
  background: #2d2d2d;
}
.contact-cta h2 {
  margin: 0;
}
.col-md-5.fl-end .imgwrp {
  display: flex;
  justify-content: flex-end;
}
.videos-review-sec.ptb-8rem.section-gray-color {
  z-index: 2;
  position: relative;
}
footer .revenue-box h5 {
  color: #ffbea8;
}
section.smm-pack-padd {
  padding-top: 200px;
}
.backgroundBg {
  background: transparent !important;
}

.mobbtn {
  display: none !important;
}
.mobbtn.newClass {
  display: none !important;
}

.book-call ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.book-call ul li {
  margin-left: -10px;
}

.book-call ul li:last-child {
  margin-left: 8px;
}
.book-call {
  background: #de5729;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  margin-left: -5px;
}
.row.company-l .col-lg-12 {
  display: flex;
  justify-content: center;
}

.row.company-l .col-lg-12 img {
  height: 50px;
  object-fit: contain;
  margin: 20px 20px;
}
.row.company-l.chng .col-lg-12 img {
  height: 45px;
  margin: 10px 10px;
}
.row.company-l.chng {
  display: grid;
  align-content: flex-end;
  height: 160px;
}
.reviews-widget {
  display: flex;
  justify-content: center;
}

.footer-bottom-img {
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer-bottom-img .dmca {
  max-width: 150px;
}
img.master {
  width: 350px;
  margin-left: 5%;
  filter: brightness(1.5);
}

.business-fail-sec h2,
.business-fail-sec h5 {
  text-align: center;
}

/*one on on*/
.main-navigate.new-style .logo {
  width: 100%;
}

.main-navigate.new-style .top-head-review {
  width: calc(100% - 40%);
  margin-left: 15px;
}
.pricing-insight > div img {
  width: 100%;
}
.pricing-insight > div iframe {
  height: 35px;
  width: 35px;
}
.main-navigate.new-style .revenue-box {
  /*width: 200px;*/
}
.banner.ono-on {
  padding-top: 12rem;
}
.banner.ono-on.stye {
  height: 510px;
}
.banner.ono-on {
  height: 596px;
}

.video-review-slider-1 iframe {
  width: 100%;
  height: 500px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.video-review-slider-1 {
  position: relative;
  isolation: isolate;
  margin-top: -28rem;
  padding: 2px;
}
.video-review-slider-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 111%;
  background-color: #222222;
  border-radius: 15px;
  top: 0;
  border: 2px solid #404040d1;
  left: 0;
  z-index: -1;
}
.videos-review-sec.one-on h6 {
  position: relative;
  text-align: left;
  margin: 0;
  display: flex;
  padding: 0 50px;
  padding-top: 14px;
  align-items: center;
  padding-left: 89px;
  justify-content: center;
}
.videos-review-sec.one-on h6 p::before {
  content: "";
  background-image: url(../images/rocket.png);
  position: absolute;
  height: 40px;
  width: 40px;
  top: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -40px;
}
.videos-review-sec.one-on h6 a {
  height: 45px;
  margin-left: 20px;
  border-radius: 8px !important;
}
.video-review-slider-1::after {
  display: none;
}
.top-client-row.chnage {
  margin-top: 4rem;
}
.dmca-icon a img {
  width: 100px !important;
  margin-left: 38px;
  height: 28px !important;
  object-fit: contain;
}
img.size {
  height: 40px;
  margin: 0 10px;
}
.vid-box-banner.style {
  width: 100%;
  height: 600px;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 15px;
  overflow: hidden;
  border-top-right-radius: 15px;
}
.vid-box-banner.style video,
.vid-box-banner.style iframe {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.vid-box-banner.style iframe {
  height: 100%;
  width: 100%;
  padding: 0;
  transform: scale(1.02);
}
.vid-box-banner.style a {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: 33px;
  left: 4%;
  transform: translate(-0%, -50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: #fff;
}
.vid-box-banner.style a img {
  filter: brightness(0.5);
  height: 16px;
  margin-left: 2px;
}
.col-bl {
  background: #000 !important;
}
.col-oran {
  color: #e95c2c;
}
.mg-40 {
  margin-top: 50px;
}
.main-navigate.new-style .pricing-insight {
  justify-content: center;
}
.d-flex.head {
  justify-content: space-between;
}
a.dmca-badge {
  margin-left: 30px;
}
.d-flex.head .revenue-box {
  margin-left: 50px;
  position: relative;
}

.d-flex.head .revenue-box::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 3px;
  height: 40px;
  width: 40px;
  background: url(../images/rocket.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.sidenav-landing {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.sidenav-landing .closebtn {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  padding: 55px 0;
}
.foot-bottom.new {
  position: relative;
  z-index: 2;
  background: #000;
}

.side-nav-content {
  padding: 20px;
  margin-top: 20px;
  padding-bottom: 120px;
}

.side-nav-content h5 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.side-nav-content p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.side-nav-content ul li {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.sidenav-landing::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.sidenav-landing::-webkit-scrollbar-track {
  background: #141414;
}

/* Handle */
.sidenav-landing::-webkit-scrollbar-thumb {
  background: #888;
}
.testi-grid.style .testimonial-pg-box {
  position: relative;
  z-index: 1;
}

.top-box {
  height: 310px;
  background: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.testi-grid.style .testimonial-pg-box .bt-box {
  padding: 30px;
  /*background: #000000;*/
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -38%;
  position: relative;
  width: 100%;
}
.testi-grid.style .testimonial-pg-box {
  padding: 0;
  background: #000;
  border: 2px solid;
  overflow: hidden;
  position: relative;
  display: grid;
  align-content: flex-start;
  height: 100%;
}
.testi-grid.style .testimonial-pg-box img {
  margin-top: -20px;
  width: 100%;
}
.top-box img {
  all: unset;
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0;
  max-height: unset !important;
}
.paddd {
  padding: 120px 0 !important;
}

.botom-circl-b {
  position: relative;
  z-index: 0;
  height: 90px;
  display: grid;
  align-content: center;
  margin-top: 20px;
}

.botom-circl-b h6 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  padding-left: 57px;
  position: relative;
}
.botom-circl-b h6::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 25px;
  height: 50px;
  width: 50px;
  background: url(../images/rocket.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.botom-circl-b h6 p {
  margin: 10px 10px 0px 40px;
}
.botom-circl-b h6 p span {
  color: #f56c3f;
}
.botom-circl-b::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #222222;
  z-index: -1;
  border-radius: 18px;
  border: 1px solid #3a3a3a;
}
.dmca-icon {
  margin-right: 20px;
}
.foter-style {
  position: relative;
  z-index: 5;
}

.foter-style::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  height: 100%;
  background: #000;
  width: 100%;
  z-index: -1;
}
.botom-circl-b .book-btn {
  /*border-radius: 8px;*/
  /*background: #ed5d2d;*/
  color: #fff;
}
h6.style-c p {
  margin: 0;
  font-size: 16px;
  margin-top: 9px;
  text-align: center;
  display: inline-block;
  width: auto;
}

h6.style-c p span {
  color: #f6602e;
}
.testimonial-pg-box.no-space {
  padding: 0;
  overflow: hidden;
}
.paddd p span {
  color: #c94e26;
  cursor: pointer;
}
.main-navigate.new-style {
  padding: 10px 0;
}
.sidenav-landing.active {
  width: 40% !important;
}
.socail-media-plan-sec.style .btn-theme2:hover a {
  color: #ce5127;
}

.socail-media-plan-sec.style .btn-theme2 a {
  transition: 0.3s ease-in-out;
}
.socail-media-plan-sec.style .btn-theme2 {
  border-color: #d45328;
}
.max-business-box.style .btn-theme2 a {
  transition: 0.3s ease-in-out;
  font-size: 9px;
}

.max-business-box.style .btn-theme2:hover a {
  color: #d15227;
}
.max-business-box.style .btn-theme2 {
  /*border: 2px solid #f6602e;*/
}
.faq-boxes.heig {
  height: auto;
}
/*.row.align-items-start.justify-content-between.style-c {*/
/*    align-items: flex-end !important;*/
/*}*/

.btn-theme2.btn-style i {
  color: #d45328 !important;
  font-size: 20px !important;
}

.btn-theme2.btn-style a {
  font-size: 20px !important;
}

.btn-theme2.btn-style {
  background-image: url(../images/er.png);
  background-size: cover;
  width: auto !important;
}

.btn-theme2.btn-style:hover a {
  color: #fff !important;
}

/*.row.align-items-start.justify-content-between.style-c {*/
/*    align-items: flex-end !important;*/
/*}*/

.style-c .book-btn {
  /*background:#ed5d2d ;*/
  background-image: url(../images/er.png);
  background-size: cover;
  color: #ffff;
}
.bok-call-cta-box.bg-chnage a {
  /*background: #ed5d2d;*/
  /*color: #fff;*/
  /*border-radius: 10px;*/
}
.no-botm-padd {
  padding-bottom: 0;
}
.d-block-mob {
  display: none;
}

.call-banner {
  padding-top: 15rem;
  height: 1050px;
}
.call-banner .gradient-back {
  width: 100%;
  margin: 0;
  margin-bottom: 50px;
  height: 100%;
}
.call-banner .gradient-back:before {
  width: 100%;
  height: 100%;
}
/*one on on*/

/*new-landing-page*/

.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  width: 100%;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: rgb(15 15 15 / 74%);
  height: 100%;
}

/* Add styles to the form container */
.form-container {
  max-width: 100%;
  width: 600px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  z-index: 0;
}
.form-container::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 30px;
  height: 100%;
  width: 100%;
  background: linear-gradient(
      141deg,
      #eedde6 0%,
      #ede0e5 21%,
      #e6e8e1 38%,
      #d7f2ce 72%,
      #bde9ee 100%
    )
    0% 0% no-repeat;
  border-radius: 40px;
  z-index: -1;
}
.container1 {
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 0 40px;
}
.container1 header {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.container1 .form-outer {
  width: 100%;
  overflow: hidden;
}
.container1 .form-outer form {
  display: flex;
  width: calc(100% * var(--stepNumber));
  margin: 0;
}
.form-outer form .page {
  width: calc(100% / var(--stepNumber));
  transition: margin-left 0.3s ease-in-out;
  display: grid;
  align-content: center;
  height: auto;
  padding-top: 20px;
}
.form-outer form .page .title {
  text-align: left;
  font-size: 35px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: #121212;
  line-height: 30px;
  margin-bottom: 15px;
}
.form-outer form .page .field {
  width: var(--containerWidth);
  height: 45px;
  display: flex;
  position: relative;
  margin-top: 30px;
}
form .page .field .label {
  position: absolute;
  top: -30px;
  font-weight: 500;
}
form .page .field input {
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 15px;
  margin: 0 1px;
  font-size: 18px;
  transition: border-color 150ms ease;
  border: 1px solid #dbdbdb;
  background: #f5f5f5;
  font-family: "Rubik" !important;
}
form .page .field input.invalid-input {
  border-color: red;
}
form .page .field select {
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 500;
}
form .page .field button {
  width: 100%;
  height: calc(100% + 5px);
  border: none;
  background: #ed5d2d;
  margin-top: -20px;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
}
form .page .field button:hover {
  background: #000;
}
form .page .btns button {
  margin-top: -20px !important;
}
form .page .btns button.prev {
  margin-right: 3px;
  font-size: 17px;
}
form .page .btns button.next {
  margin-left: 3px;
}
.container1 .progress-bar {
  display: flex;
  margin: 40px 0;
  user-select: none;
  display: none;
}
.container1 .progress-bar .step {
  text-align: center;
  width: 100%;
  position: relative;
}
.container1 .progress-bar .step p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.progress-bar .step .bullet {
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}
.progress-bar .step .bullet.active {
  border-color: var(--primary);
  background: var(--primary);
}
.progress-bar .step .bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.progress-bar .step .bullet.active span {
  display: none;
}
.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
  position: absolute;
  content: "";
  bottom: 11px;
  right: -51px;
  height: 3px;
  width: 44px;
  background: #262626;
}
.progress-bar .step .bullet.active:after {
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}
@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}
.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
  display: none;
}
.progress-bar .step p.active {
  color: var(--primary);
  transition: 0.2s linear;
}
.progress-bar .step .check {
  position: absolute;
  left: 50%;
  top: 70%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}
.progress-bar .step .check.active {
  display: block;
  color: #fff;
}
form .page .field input[type="checkbox"] {
  height: 20px;
  width: 20px;
  margin: 0;
  display: flex;
}
.btn.cancel {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #ed5d2d;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  padding-top: 9px;
}
form .page .field input[type="radio"]:checked {
  background-color: #ed5d2d;
  border-color: #121212;
}
form .page .field input[type="radio"] {
  height: 30px;
  width: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 6px;
  background-clip: content-box;
  border: 2px solid #dbdbdb;
  background-color: #eaeaea;
  border-radius: 50%;
}

.field.d-flex .label {
  position: unset !important;
  margin-left: 20px;
  font-family: "Rubik";
  font-size: 18px;
  color: #121212;
}

.field.d-flex {
  display: flex !important;
  align-items: center;
  margin: 5px 0 !important;
  height: 35px !important;
}
.title.mg-bot-20 {
  margin-bottom: 20px !important;
}
.field.mg-20 {
  margin: 0 !important;
  margin-top: 40px !important;
}
.mg-le-20 {
  margin-left: 20px !important;
  height: 40px !important;
  width: 90% !important;
}
textarea:focus,
input:focus {
  outline: none;
}

#newsletterPopup {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #000000db;
  display: none;
  align-content: center;
  justify-content: center;
}

#newsletterPopup form {
  background: #fffffff0;
  padding: 15px;
  border-radius: 25px;
  position: relative;
  height: auto;
  width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#newsletterPopup form::after {
  content: "";
  position: absolute;
  background: url("../images/safety-pin.png") center/contain no-repeat;
  width: 80px;
  height: 80px;
  top: -40px;
  right: -40px;
}

#newsletterPopup form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
      141deg,
      #eedde6 0%,
      #ede0e5 21%,
      #e6e8e1 38%,
      #d7f2ce 72%,
      #bde9ee 100%
    )
    0% 0% no-repeat;
  z-index: -1;
  border-radius: 30px;
}
#newsletterPopup .close {
  position: absolute;
  top: 25px;
  background: #ed5d2d;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 30px;
}

#newsletterPopup .close i {
  margin-top: 2px;
}

#newsletterPopup form label {
  display: block;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 40px;
}
#newsletterPopup form .sign-up-news-popup {
  all: unset !important;
}

/*#newsletterPopup form input {*/
/*        width: 100%;*/
/*    padding: 15px 20px;*/
/*    margin-bottom: 20px;*/
/*    border-radius: 5px;*/
/*    border: 2px solid #000;*/
/*    background: transparent;*/
/*}*/

/*.popup button {*/
/*    display: block;*/
/*    padding: 12px 40px;*/
/*    background: #ed5d2d;*/
/*    border: 0;*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    margin-top: 10px;*/
/*    border-radius: 5px;*/
/*}*/
.book-btn.style {
  margin-top: 55px;
  width: 100%;
  font-size: 20px;
  height: 60px;
  /*background: #ed5d2d;*/
  background-image: url(../images/er.png);
  color: #fff;
  border-radius: 15px;
}
a.backtohome {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  border: 2px solid #ffbea8;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0.6rem;
  background-color: white;
  color: black;
  transition: 0.3s ease-in-out;
}
a.backtohome:hover {
  background-color: #ffbea8;
  color: black;
}
.not-found {
  height: 50vh;
  display: grid;
  align-content: center;
  padding-top: 150px;
}
/*new-landing-page*/

/*smm css*/
.section-smm {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
}

.section-smm form label {
  color: #000000;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 600;
}

label.labeltexthe {
  font-weight: 400 !important;
  letter-spacing: -0.2px;
}

.section-smm form input {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  padding: 0 1rem;
  background: #f5f5f5;
  font-size: 12px;
  margin-bottom: 30px;
}
.section-smm form select {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  padding: 0 1rem;
  background: #f5f5f5;
  font-size: 12px;
  margin-bottom: 30px;
}

.section-smm form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
  padding: 0 1rem;
  background: #f5f5f5;
  font-size: 12px;
  height: 180px;
  margin-bottom: 30px;
  padding: 10px;
}
.section-smm form input[type="checkbox"] {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
}

.section-smm form input[type="radio"] {
  width: 30px;
  height: 30px;
  margin: 0;
}
.section-smm form .d-flex input {
  margin-right: 20px;
}

.section-smm form .d-flex label {
  margin: 0;
}

.section-smm form .d-flex {
  align-items: center;
  margin-bottom: 10px;
}
.section-smm .gradient-back {
  width: 100%;
  z-index: 1;
  height: 100%;
  border-radius: 45px;
}

.section-smm .gradient-back::before {
  z-index: -1;
  width: 101%;
  height: 100%;
  right: 0;
  bottom: -40px;
  left: -5%;
}
.marketing-lanidngpage .section-smm .gradient-back form {
  border-radius: 15px;
}
.section-smm .gradient-back form {
  background: #fff;
  border-radius: 45px;
  padding: 40px;
  overflow: hidden;
}
.section-smm .gradient-back form h2 {
  color: #000;
}
.section-smm form input[type="file"] {
  height: 50px;
  padding-top: 10px;
}
.section-smm .gradient-back::after {
  content: "";
  position: absolute;
  right: -7%;
  height: 150px;
  width: 150px;
  background: url(../images/safety-pin.png) center/contain no-repeat;
  z-index: 1;
  top: -0.9%;
}
.section-smm form input.pack-select-btn {
  padding: 0px 2rem;
  border: none;
  /*background: var(--orange-color);*/
  background-image: url(../images/er.png);
  background-size: cover;
  display: flex;
  margin-bottom: 2rem;
  height: 60px;
  font-size: 20px;
}
.btn-style {
  display: flex;
  position: relative;
  width: 200px;
}

.btn-style img {
  position: absolute;
  height: 25px;
  width: 40px;
  right: 10px;
  top: 40%;
  transform: translate(0, -50%);
}
.section-smm .gradient-back form p {
  color: black;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 600;
  margin-top: 30px;
}
p.formtextparagraph:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background: #dbdbdb;
  bottom: -23px;
  left: 0;
}
p.seprate {
  position: relative;
}
p.seprate:after {
  content: "";
  width: 98%;
  position: absolute;
  height: 1px;
  background: #dbdbdb;
  top: -20px;
  left: 8px;
  display: none;
}
p.formtextparagraph {
  font-weight: 400 !important;
  position: relative;
}
.section-smm .gradient-back form hr {
  margin-bottom: 20px;
}

.smm-vie-sec {
  position: relative;
  padding-top: 180px;
}

.smm-vie-sec table {
  width: 9100px;
}

.smm-vie-sec table thead {
  background: #f6602e;
}

.smm-vie-sec table thead tr th {
  padding: 20px;
  color: #fff;
}

.smm-vie-sec table tbody tr td {
  padding: 20px;
  border-bottom: 1px solid;
}

.smm-vie-sec table tbody {
  color: #fff;
}
.smm-vie-sec .ssm-table-vie {
  width: 100%;
  overflow-x: scroll;
  padding: 20px;
}
.smm-vie-sec .ssm-table-vie::-webkit-scrollbar {
  width: 20px;
}

/* Track */
.smm-vie-sec .ssm-table-vie::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.smm-vie-sec .ssm-table-vie::-webkit-scrollbar-thumb {
  background: #f6602e;
  border-radius: 10px;
}
.smm-vie-detail {
  position: relative;
  padding-top: 180px;
}

.smm-vie-detail p strong {
  color: #de5729;
}
.smm-vie-detail h2 span {
  color: #de5729;
}
.smm-vie-sec table tbody tr td button {
  background: #f6602e;
  border: 0;
  color: #fff;
  height: 50px;
  width: 100%;
  font-weight: 600;
  border-radius: 10px;
  letter-spacing: 1px;
}

/*#zo0i5bihn3tg1699383449084.widget-visible {*/
/*    display: block !important;*/
/*}*/
iframe#launcher {
  display: none !important;
}
input.pack-select-btn {
  all: unset;
  padding: 0 2rem;
  border: none;
  background: var(--orange-color);
  display: flex;
  width: 240px;
  margin-bottom: 2rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 60px;
  width: 200px;
  border-radius: 13px;
  color: white;
  transition: 0.3s ease-in-out;
  margin-bottom: 45px;
}
.gradient-back.style {
  height: 660px;
}
/*smm css*/

#newsletterPopup form textarea {
  display: none;
}

/*promotion-css*/
section.videos-review-sec.one-on.padd-bototom {
  padding-bottom: 80px;
}
.padd-botom {
  padding-bottom: 80px;
}

.marketing-lanidngpage .sticky-package-box {
  top: 71px;
}
.inner .sticky-package-box {
  top: 123px;
}
.inner-banner:before {
  content: "";
  background:
    /* Right bright pink */ radial-gradient(
      60% 80% at 85% 55%,
      rgba(218, 19, 231, 0.95) 0%,
      rgba(242, 80, 228, 0.6) 35%,
      rgba(0, 0, 0, 0) 70%
    ),
    /* Top-right purple */
      radial-gradient(
        50% 70% at 75% 25%,
        rgba(148, 115, 234, 0.85) 0%,
        rgba(148, 115, 234, 0.45) 40%,
        rgba(0, 0, 0, 0) 70%
      ),
    /* Center deep violet */
      radial-gradient(
        70% 90% at 50% 50%,
        rgba(33, 11, 93, 1) 0%,
        rgba(33, 11, 93, 0.9) 35%,
        rgba(33, 11, 93, 0.4) 65%,
        rgba(0, 0, 0, 0) 85%
      ),
    /* Left red */
      radial-gradient(
        65% 85% at 15% 70%,
        rgba(234, 3, 47, 0.95) 0%,
        rgba(206, 1, 69, 0.65) 40%,
        rgba(0, 0, 0, 0) 75%
      ),
    /* Base dark */ linear-gradient(135deg, #160733, #1b0b45, #2a0f5e);

  background-repeat: no-repeat;
  background-size: 160% 160%;
}
.inner-banner.style {
  height: 800px;
  padding-top: 10rem;
}
.padd-top-c {
  padding-top: 15rem;
}
.cutom-mt {
  position: absolute;
  bottom: 25px;
}
.section-gray-color1 {
  background: #0b0909;
}
.inner-banner.style1 {
  height: auto;
  padding: 80px 0;
}
.pricing-pg.section-gray-color.inner {
  padding-top: 10rem;
}
.landing-bottom-bar {
  background: #ed5d2d;
  padding: 10px 0;
}

.landing-bottom-bar h6 {
  margin: 0;
  line-height: 0;
  height: 30px;
}
.land-banner {
  height: 100%;
  padding-top: 15rem;
}
.landing-bottom-bar h6 p {
  color: #ffffffa8;
  margin: 0;
}
.landing-bottom-bar h6 p img {
  height: 30px;
  object-fit: contain;
}
.landing-bottom-bar h6 p span {
  color: #ffff41;
}
section.banner.ono-on.position-relative.overflow-hidden.land-banner {
  padding-top: 15rem;
  height: 640px;
}
.vid-box-banner.style.style2.style-cnage {
  border-radius: 20px;
}
.video-review-slider-1.style1212 {
  padding: 3px;
}
.video-review-slider-1.style1212::before {
  height: 100%;
  border-radius: 22px;
  /*border-top-left-radius: 28px;*/
  /*border-top-right-radius: 26px;*/
}
#form-land .sign-up-news-popup span {
  padding: 0rem 0 2rem;
}
.vid-box-banner.style.style2.style-cnage video {
  border-radius: 0;
}
.error {
  border: 1px solid red !important;
}
.error-message {
  color: red;
}
.section-smm .gradient-back .col-lg-6 {
  position: relative;
}
.section-smm .gradient-back .col-lg-4 {
  position: relative;
}
.section-smm .gradient-back .col-lg-12 {
  position: relative;
}
.section-smm .gradient-back .error-message {
  font-size: 12px;
}
.section-smm .gradient-back .col-lg-6 .error-message {
  position: absolute;
  top: 27px;
}
/*promotion-css*/

@media only screen and (max-width: 1399px) {
  .vid-box-banner.style {
    height: 500px;
  }
  .vid-box-banner.style a {
    bottom: 9%;
    left: 8.75%;
    height: 50px;
    width: 50px;
  }
  .d-flex.head .revenue-box::before {
    left: -36px;
    top: 4px;
    height: 35px;
    width: 35px;
  }
}
@media only screen and (max-width: 1395px) {
  .btn-theme2.extra {
    margin-left: -27%;
  }
}
@media only screen and (max-width: 1199px) {
  .vid-box-banner.style {
    height: 400px;
  }
  .vid-box-banner.style a {
    bottom: 9%;
    left: 8.75%;
    height: 35px;
    width: 35px;
  }
  .vid-box-banner.style a img {
    height: 14px;
  }
  .videos-review-sec.one-on h6 {
    padding: 0 35px;
    padding-top: 10px;
    padding-left: 85px;
  }
  .videos-review-sec.one-on h6 p {
    margin: 0;
  }
  .videos-review-sec.one-on h6 p span {
    margin: 0;
    color: #e66b3d;
  }
  .video-review-slider-1::before {
    height: 116.6%;
  }
  .videos-review-sec.one-on h6 a {
    height: 40px;
    margin-left: 10px;
    font-size: 14px;
    width: 230px;
  }
  .video-review-slider-1::after {
    width: 35px;
    height: 35px;
    left: 40px;
    bottom: -50px;
  }
  .main-navigate.new-style > .container > .row > .col-lg-3 {
    width: 25%;
  }
  .main-navigate.new-style .top-head-review {
    width: calc(100% - 0%);
    margin-left: 10px;
  }
  img.master {
    width: 300px;
    margin-right: 15px;
    object-fit: contain;
  }
}

@media only screen and (max-width: 990px) {
  .vid-box-banner.style a {
    bottom: 11%;
    left: 7.75%;
  }
  img.size {
    height: 25px;
    margin: 0 0px;
  }
  .main-navigate.new-style .top-head-review {
    margin-left: 5px;
  }
  .main-navigate.new-style .top-head-review img {
    width: 15px;
  }
  .main-navigate.new-style .bok-call-cta-box {
    gap: 0;
  }
  .main-navigate.new-style .bok-call-cta-box a {
    font-size: 11px;
    padding: 0 5px;
    height: 35px;
    gap: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .top-client-row {
    margin-top: 70px !important;
  }
  .mobbtn.newClass {
    display: flex !important;
  }
  .mobbtn {
    display: flex !important;
  }
  .mobbtn {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    opacity: 0;
    text-align: center;
    background: #de5729;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease-in-out;
    border-radius: 50px;
    color: #fff;
    font-family: "Bebas Neue";
    letter-spacing: 5px;
    cursor: pointer;
    font-size: 20px;
    z-index: 99999;
  }

  .mobbtn:hover {
    box-shadow: inset 100px 0 0 0 #000, inset -100px 0 0 0 #000;
  }
  .mobbtn.newClass {
    width: 200px;
    opacity: 1;
  }
  .vid-box-banner.style {
    height: 300px;
    margin: 0;
  }
  .vid-box-banner.style a {
    bottom: 11%;
    left: 8.75%;
    height: 25px;
    width: 25px;
  }
  .videos-review-sec.one-on h6 {
    padding: 0 30px;
    padding-top: 5px;
    padding-left: 50px;
    font-size: 13px;
  }
  .video-review-slider-1::after {
    width: 20px;
    height: 26px;
    left: 22px;
    bottom: -45px;
  }
  .videos-review-sec.one-on h6 a {
    height: 40px;
    margin-left: 0;
    font-size: 14px;
    width: 95%;
    padding: 0;
    background: #f6602e;
    color: #fff;
  }
  .video-review-slider-1::before {
    height: 122.6%;
  }
  .right-mob-con.fle {
    display: flex;
    justify-content: flex-end;
  }
  .testi-grid.style .testimonial-pg-box {
    height: auto;
    margin-bottom: 20px;
  }
  .socail-media-plan-sec.style .btn-theme2 {
    border-color: #993d1d;
    /* width: 55%; */
  }
  .max-business-box.style .btn-theme2 {
    width: 55%;
    border: 2px solid #e45d2e;
  }

  .videos-review-sec.one-on h6 {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }

  .videos-review-sec.one-on h6 a {
    /* width: 89%; */
    /* margin-top: 7px; */
    /* margin: 0 45px; */
    margin-top: 5px;
  }

  .videos-review-sec.one-on h6 p {
    margin-top: 6px;
    text-align: center;
    padding: 0;
  }
  .video-review-slider-1::before {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 139.6%;
  }

  .banner.ono-on {
    height: 475px;
    display: grid;
    align-content: flex-start;
    padding-top: 85px;
  }
  .banner.ono-on .banner-txt p {
    display: none;
    margin: 0;
    height: 0;
  }
  .video-review-slider-1::after {
    display: none !important;
  }
  .botom-circl-b h6 p {
    margin-top: 7px;
  }

  .botom-circl-b h6::before {
    display: none !important;
  }
  .botom-circl-b h6 {
    padding: 0 17px;
    display: flex;
    flex-direction: column-reverse;
  }
  .botom-circl-b .book-btn {
    height: 40px;
    margin-left: 0;
    font-size: 14px;
    gap: 5px;
    width: 100%;
    /* padding: 0 5px; */
    border-radius: 8px;
    margin-bottom: 5px;
    background: #d6613b;
    color: #fff;
  }
  .faq-boxes.heig {
    height: auto;
  }
  .box-none {
    display: none;
  }
  .row.align-items-start.justify-content-between.style-c {
    flex-direction: inherit;
  }
  .revenue-box.mob {
    padding: 0 0;
    display: grid;
    align-content: center;
    position: relative;
  }

  .revenue-box.mob h5 {
    font-size: 12px;
    margin-bottom: 2px !important;
  }

  .revenue-box.mob h6 {
    font-size: 8px !important;
  }
  .revenue-box.mob::before {
    content: "";
    position: absolute;
    left: -23px;
    height: 25px;
    width: 25px;
    background: url(../images/rocket.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .botom-circl-b {
    margin-top: 0;
  }
  .socail-media-plan-sec.style .btn-theme2 div {
    width: auto !important;
  }
  .d-non-mob {
    display: none;
  }
  .d-block-mob {
    display: block;
  }
  .videos-review-sec.one-on h6 p::before {
    content: "";
    height: 20px;
    width: 20px;
    top: 5px;
    margin-left: -22px;
  }
  .ban-sub-p-26,
  .ban-sub-p-24 {
    font-size: 16px;
    line-height: 25px !important;
    width: 100% !important;
  }

  #newsletterPopup form {
    height: 100%;
    width: 90%;
  }
  .vid-box-banner.style iframe {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .book-btn.style {
    margin-top: 30px;
  }
  p.ban-sub-p-26.pt-5.text-center {
    padding-top: 10px !important;
    margin-bottom: 0;
    font-size: 14px;
    width: 90% !important;
    line-height: 18px !important;
  }
  .banner.ono-on.stye {
    height: 470px;
  }
  #newsletterPopup .close {
    top: 10px;
    right: 30px;
    height: 35px;
    width: 35px;
    font-size: 22px;
  }
  .sidenav-landing.active {
    width: 90% !important;
    background: #00000054;
    z-index: 12;
  }
  #newsletterPopup {
    z-index: 11;
  }
  .inn-ban-bottom-sec p {
    text-align: center;
  }
}

@media only screen and (max-width: 650px) {
  .landing-bottom-bar h6 p {
    font-size: 12px;
  }
  section.banner.ono-on.position-relative.overflow-hidden.land-banner {
    padding-top: 15rem;
    height: 100%;
  }
  .style.custome-height {
    height: 1150px !important;
  }
  .cutom-mt {
    position: relative;
    bottom: 0;
    width: 100% !important;
    margin-top: 20px;
  }
  .inner .sticky-package-box {
    top: 100px;
  }
  .pricing-pg.section-gray-color.inner {
    padding-top: 4rem;
  }
  .inner .hand-shake-txt span {
    display: block;
  }
  .inner .hand-shake-txt::after {
    right: -45px;
    height: 40px;
    width: 40px;
    top: -4px;
  }
  .inner .pric-bx h6 {
    font-size: 13px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 505px) {
  /*one on on*/
  .vid-box-banner.style {
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    margin: 0;
    border-top-left-radius: 25px;
    overflow: hidden;
    border-top-right-radius: 25px;
    margin-bottom: 5px;
  }
  .vid-box-banner.style a {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    top: 55%;
    left: 4.75%;
    transform: translate(-0%, -50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: #fff;
  }
  .video-review-slider-1::before {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    height: 117%;
    top: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .videos-review-sec.one-on h6 {
    padding: inherit;
    font-size: 10px;
  }

  .socail-media-plan-sec.style .btn-theme2 {
    width: auto;
  }
  .socail-media-plan-sec.style .btn-theme2 .wid-mob {
    /* width: 150px; */
  }
  .socail-media-plan-sec.style .btn-theme2 br {
    display: none;
  }

  .vid-box-banner.style video {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .videos-review-sec.one-on h6 p {
    margin: 0;
    font-size: 9px;
    margin-top: 9px;
    padding: 0;
    text-align: right;
  }
  .top-client-row {
    margin-top: 55px !important;
    padding: 0 20px;
  }
  .mg-40 {
    margin-top: 0;
  }
  .pt-5.testiomal-secss.no-padd {
    padding: 0 !important;
  }
  .max-business-box.style > div .btn-theme2 {
    width: auto;
    margin-top: 10px;
  }
  .max-business-box.style > div .btn-theme2 div {
    width: auto;
  }
  .botom-circl-b h6 p {
    margin: 0;
    /* text-align: left; */
    font-size: 11px;
  }
  .paddd {
    padding: 40px 0 !important;
  }
  .socail-media-plan-sec.style .btn-theme2 {
    background-image: url(../images/er.png);
    width: auto;
  }
  #newsletterPopup form {
    padding: 0;
  }
  #newsletterPopup form {
    height: auto;
    width: 90%;
  }
  .row.top-client-row.chnage.sty {
    margin-top: 30px !important;
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .promotion-page .land-banner {
    height: 600px !important;
  }
}

@media only screen and (max-width: 465px) {
  .vid-box-banner.style a {
    bottom: 4%;
  }
  .row.top-client-row.chnage {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .vid-box-banner.style a {
    bottom: 8%;
  }
}
@media only screen and (max-width: 421px) {
  .videos-review-sec.one-on h6 a {
    /* width: 100%; */
  }
}

@media only screen and (max-width: 406px) {
  .vid-box-banner.style a {
    bottom: 12%;
    height: 15px;
    width: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .max-business-box.style > div .btn-theme2 {
    /* width: 90%; */
    margin-top: 10px;
  }
  .botom-circl-b .book-btn {
    /* height: 35px; */
    /* margin-left: 0px; */
    /* font-size: 9px; */
    /* gap: 5px; */
    /* width: 215px; */
    /* padding: 0 5px; */
    /* border-radius: 8px; */
  }
  .reviews-widget iframe {
    margin: 0% auto;
    width: 88% !important;
  }
}

@media only screen and (max-width: 375px) {
  .inner .hand-shake-txt::after {
    right: -31px;
    top: 32px;
  }

  .landing-bottom-bar h6 p {
    font-size: 10px;
  }
}

@media only screen and (max-width: 350px) {
  .faq-boxes.heig {
    height: auto;
  }
  .vid-box-banner.style {
    height: 170px;
  }
  .video-review-slider-1::before {
    height: 146.6%;
  }
  .max-business-box.style > div .btn-theme2 div {
    width: auto;
  }
  .banner.ono-on {
    height: 495px;
  }
  .banner.ono-on > h1 > span > img {
    width: 165%;
    height: 140%;
  }
  .vid-box-banner.style a {
    left: 5%;
  }
  .socail-media-plan-sec.style .btn-theme2 div {
    background-image: url(../images/er.png);
    width: auto;
  }
  .socail-media-plan-sec.style .btn-theme2 .wid-mob {
    background-image: url(../images/er.png);
    width: auto;
    font-size: 11px;
  }
  .namwrp > div:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .big-platform-box > div h3 {
    font-size: 30px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .counter-box > div,
  .count {
    font-size: 2.5rem !important;
  }
  .reviews-widget iframe {
    margin: 0% auto;
    width: 95% !important;
  }
  .platform-skull-img {
    height: 100px;
    width: 70px;
  }
  span.imawrp {
    width: 50px;
    height: 50px;
  }
  .big-platform-box > div span {
    width: 70px !important;
    height: 70px !important;
  }
  .revenue-box.mob h5 {
    font-size: 10px;
    margin-bottom: 2px !important;
  }
  .revenue-box.mob h6 {
    font-size: 6px !important;
  }
  .revenue-box.mob::before {
    left: -19px;
    height: 18px;
    width: 18px;
  }
}

@media (max-width: 325px) {
  h2.hand-shake-txt.packg {
    font-size: 30px;
  }

  .inner .hand-shake-txt::after {
    right: -40px;
    top: 15px;
  }

  .signup-bonus {
    font-size: 15px !important;
  }

  .landing-bottom-bar h6 p {
    font-size: 8px;
  }

  .promotion-page .pric-bx h5 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .promotion-page .package-box a img {
    width: 15px;
    height: 15px;
  }

  .promotion-page .pric-bx p {
    font-size: 11px;
  }

  .promotion-page .inner .pric-bx h6 {
    font-size: 12px;
  }

  .promotion-page .btn-theme2 {
    width: 100%;
  }
}

.solution-inner {
  display: none !important;
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.solution-inner #fomm {
  background: #fffffff0;
  padding: 15px;
  border-radius: 25px;
  position: relative;
  width: 500px;
}
.solution-inner #fomm .sign-up-news-popup {
  all: unset !important;
}
.solution-inner.show {
  display: block;
}
.solution-inner .close {
  position: absolute;
  top: 25px;
  background: #ed5d2d;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 30px;
}
.solution-inner #fomm::after {
  content: "";
  position: absolute;
  background: url(../images/safety-pin.png) center/contain no-repeat;
  width: 80px;
  height: 80px;
  top: -40px;
  right: -40px;
}

.marketing-lanidngpage .video-review-slider-1 {
  margin-top: -375px;
}

.marketing-lanidngpage .testi-grid .book-btn.style {
  margin-top: 20px;
}

.marketing-lanidngpage .testi-grid .ban-sub-p-26 {
  margin-bottom: 30px;
}

.marketing-lanidngpage .testiomal-secss {
  padding: 30px 0px !important;
}

.marketing-lanidngpage .socail-media-plan-sec.ptb-8rem {
  padding: 6rem 0;
}

.marketing-lanidngpage .testiomal-secss .btn-theme2 {
  margin: 10px 10px 10px 0px;
}

.marketing-lanidngpage .botom-circl-b {
  margin-top: 30px;
}

.marketing-lanidngpage .botom-circl-b h6 {
  padding: 0px;
}

.marketing-lanidngpage .botom-circl-b h6 p {
  margin: 6px 0px 0px 80px;
}

.marketing-lanidngpage .need-help-sec .faq-boxes {
  padding-bottom: 0px;
}
.marketing-lanidngpage .need-help-sec .faq-boxes .faq-box {
  gap: 2rem;
  padding: 3rem 0;
}

.marketing-lanidngpage .testi-sec .max-business-box {
  position: relative;
  margin-bottom: -140px;
  z-index: 9;
}

.marketing-lanidngpage .foter-style {
  overflow: unset;
  padding-top: 40px;
}

.marketing-lanidngpage .max-business-box > div .btn-theme2 {
  flex: unset;
}
.marketing-lanidngpage .socail-media-plan-sec .imgwrp {
}
.marketing-lanidngpage .socail-media-plan-sec .imgwrp img {
  width: 100%;
}
/*one on on*/

.leadform input[type="radio"]:checked + label {
  background: #f6602e;
  color: #fff;
}

.sechold {
  position: relative;
  width: 200px;
  height: 100px;
  margin-right: 20px;
}

.sechold label {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  top: 0px;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  font-size: 14px;
}

.testiomal-secss .formwrp {
  background: #2c2c2c;
  width: 100%;
  margin: 40px auto 10px;
  border-radius: 9px;
  position: relative;
  z-index: 5;
  padding: 15px;
}
.testiomal-secss .formwrp form {
  display: block;
  text-align: center;
  margin: 0;
}
.testiomal-secss .formwrp form .lable {
  display: inline-block;
  width: 25%;
  margin: 0px -3px -10px;
  vertical-align: top;
}
.testiomal-secss .formwrp form .lable input {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 13px 15px;
  color: gray;
  font-size: 13px;
  height: 59px;
  font-weight: 400;
  outline: none !important;
}
.testiomal-secss .formwrp form .lable input.nmbr {
  border-right: 0;
}
.testiomal-secss .formwrp form .lable input.fxtwrp {
  border-radius: 9px 0 0px 9px;
}
.testiomal-secss .formwrp form .lable .pack-select-btn {
  /*background: var(--orange-color);    */
  background-image: url(../images/er.png);
  background-size: cover;
  border-radius: 0 10px 10px 0;
  outline: none;
  border: none;
  width: 100%;
  justify-content: center;
}
.testiomal-secss .field-radius {
  border-radius: 10px 0 0 10px;
}
.testiomal-secss .formwrp form .lable .pack-select-btn img {
  margin: 0 0 0 10px;
}

.testiomal-secsss .formwrp {
  background: #2c2c2c;
  width: 100%;
  margin: 50px auto 10px;
  border-radius: 9px;
  position: relative;
  z-index: 5;
  padding: 15px;
}
.testiomal-secsss .formwrp form {
  display: block;
  text-align: center;
  margin: 0;
}
.testiomal-secsss .formwrp form .lable {
  display: inline-block;
  width: 25%;
  margin: 0px -3px -10px;
  vertical-align: top;
}
.testiomal-secsss .formwrp form .lable input {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 13px 15px;
  color: gray;
  font-size: 13px;
  height: 59px;
  font-weight: 400;
  outline: none !important;
}
.testiomal-secsss .formwrp form .lable input.nmbr {
  border-right: 0;
}
.testiomal-secsss .formwrp form .lable input.fxtwrp {
  border-radius: 9px 0 0px 9px;
}
.testiomal-secsss .formwrp form .lable .pack-select-btn {
  background: var(--orange-color);
  border-radius: 0 10px 10px 0;
  outline: none;
  border: none;
  width: 100%;
  justify-content: center;
}
.testiomal-secsss .formwrp form .lable .pack-select-btn img {
  margin: 0 0 0 10px;
}
.testiomal-secsss .field-radius {
  border-radius: 10px 0 0 10px;
}

button.startup-btn.active {
  background: #165967;
}
.brnd-yellow {
  width: auto !important;
  height: auto !important;
  color: #f8c242;
}

.formtextpera {
  font-size: 3.8rem;
  line-height: 1;
  margin: 0 0 15px;
  width: 100%;
}

.desktop-d-none {
  display: none;
}
.no-pading {
  padding-top: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
