* {
  box-sizing: border-box;
  font-family: "Hero New";
}

body {
  margin: 0;
  padding: 0;
  background: #f6f6fe;
  color: #000;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.span-bg-green {
  background: #bdf200;
  color: #000;
  font-weight: bold;
  padding: 0 7px;
}

a {
  text-decoration: none;
}

/* start Home page css */

.section-main-heading {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  margin: 0 auto;
  line-height: 66px;
  padding-top: 139px;
  padding-bottom: 40px;
}

.hero-section {
  padding-bottom: 44px;
  position: relative;
  background: url(../png/hero-bg-image.png) #000;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  background-position: center;
  padding: 140px 0px 80px;
}

.explore-btn {
  border: none;
  background: #212529;
  color: #fff;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
}

.headertop-line-sec {
  position: fixed;
  top: 0px;
  left: 0;
  padding: 20px 0;
  width: 100%;
  z-index: 99;
}

.discover-feature li {
  display: flex;
  align-items: flex-start;
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
}

.discover-feature li img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* .hero-section::before {
    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
} */
.hero-video {

  width: 100%;
  min-height: 355px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 37px;
  border: 3px solid #fff;
  border-radius: 22px;
}

.hero-video svg rect,
.creative-video svg rect {
  fill: #bdf200;
}

.hero-video svg {
  border-radius: 11px;
}

.hero-video svg polygon,
.creative-video svg polygon {
  fill: #bdf200;
}

.hero-video button.w-big-play-button,
.creative-video button.w-big-play-button {
  background: transparent;
}

.hero-video button.w-big-play-button div,
.creative-video button.w-big-play-button div {
  background: transparent !important;
}

.w-bottom-bar.w-css-reset {
  background: #000000b3;
}

.w-bottom-bar.w-css-reset div {
  background: transparent !important;
}

.primary-btn {
  border: none;
  background: #bdf200;
  color: #000;
  padding: 14px 50px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  border: 2px solid transparent;
}

.who-section h3 b:after {
  content: none;
}

.team-slider button img {
  display: none;
}

.stick-bg-pattern {
  width: 249px;
  position: absolute;
  bottom: 0;
  right: 134px;
}

.stick-bg-pattern-product {
  width: 249px;
  position: absolute;
  bottom: 0;
  right: 214px;
}

.trusted-by-img {
  width: 24px;
}

.trusted-by-heading {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

/* trusted by section start */
.trusted-by {
  background-color: #f6f6fe;
  overflow: hidden;
}

.trusted-by .slick-slide {
  height: auto;
}

.agencies-about {
  padding: 74px 0px;
  background-color: #fff;
}

.agencies-sec-headings {
  max-width: 718px;
  margin: 0 auto;
  text-align: center;
}

.agencies-sec-heading {
  font-size: 35px;
  font-weight: bold;
}

.green-line {
  max-width: 240px;
  width: 100%;
}

.sec-para18 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

/* start textimonial section */
.media-btn-sec {
  width: 66px;
  height: 66px;
  background: #bdf200;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.media-btn-sec.active {
  opacity: 0;
}

.media-btn-sec span.play-icon-js {
  position: relative;
  left: 2px;
  top: 1px;
}

.media-btn {
  font-size: 37px;
}

.testimonial-img {
  border: 5px solid #bef20069;
  border-radius: 5px;
}

.Testimonials-card {
  padding: 30px;
  border: 1px solid #000000;
  border-radius: 5px;
}

.green-star {
  color: #bdf200;
  font-size: 16px;
  margin-top: 26px;
}

.testimonial-card-heading {
  font-size: 20px;
  font-weight: bold;
}

.sec-para16 {
  font-size: 16px;
  color: #000;
}

.Testimonials-card:hover {
  background-color: #000;
  transition: 0.3s ease;
}

.Testimonials-card:hover .sec-para16 {
  color: #ffffff;
}

.Testimonials-card:hover .testimonial-card-heading {
  color: #ffffff;
}

/* start case-study section */
.case-study {
  padding: 70px 0px;
  background-color: #f6f6fe;
}

.case-study-heading {
  font-size: 55px;
  font-weight: bold;
}

.case-study-card {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #000;
  position: relative;
}

.case-study-card-heading {
  color: #000;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
}

.slick-dots li button:before {
  font-size: 15px !important;
  height: 15px !important;
  width: 15px !important;
}

.slick-dots li {
  background: transparent !important;
  border: 1px solid #000;
}

.slick-dots li.slick-active {
  background: #f1685e7f !important;
}

/* .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #bdf200 !important;
    border: 2px solid #000;
    border-radius: 50px;
} */
.slick-dots li.slick-active button:before {
  display: none;
}

.alva-img-sec::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1b2126;
  opacity: 0.74;
}

/* Start bottleneck para */
.green-color {
  color: #bdf200;
}

.bottle-neck {
  background: url(../png/bottleneck-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0px;
  text-align: center;
  position: relative;
}

.bottle-neck::after {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bottle-neck-hreading {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
}

.bottleneck-para {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.startAsLow {
  text-indent: 74px;
}

.startAsLow img.small-white-arrow {
  position: absolute;
  left: 56px;
  max-width: 50px;
  width: auto;
  top: auto;
}

.track-record-sec-heading {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 60px;
}

.track-record {
  padding: 70px 0px;
  background-color: #f6f6fe;
}

.track-record-rating {
  font-size: 50px;
  font-weight: 800;
}

.track-green-line {
  width: 250px;
  position: absolute;
  right: 280px;
  bottom: -40px;
}

.track-card-smallcard {
  width: 19px;
  height: 79px;
  background: #bdf20061;
}

.track-record-card-rating {
  font-size: 34px;
  font-weight: 800;
  margin-top: 22px;
  margin-bottom: 30px;
}

.track-record-card-para {
  font-size: 22px;
  font-weight: 400;
  color: #636363;
  min-height: 150px;
}

.track-card {
  background: #fff;
  padding: 50px;
}

.yes-star {
  width: 170px;
}

.quality-img {
  width: 130px;
  height: 130px;
}

.client-design {
  height: 145px;
  width: 260px;
  object-fit: contain;
}

.overview-heading {
  font-size: 42px;
  font-weight: bold;
}

.overview {
  padding: 40px 0px;
  background-color: #000;
}

.bg-green-img {
  width: 250px;
}

.creative-heading {
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  margin-top: 60px;
  font-weight: bold;
}

.check-icon {
  width: 14px;
}

.creative-paras {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

.creative-card-para {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.ctp-process {
  padding: 70px 0;
  background: #f6f6fe;
}

.ctp-heading {
  max-width: 688px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.ctp-card-count {
  font-size: 45px;
  background: #bdf200;
  height: 58px;
  width: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: -28px;
}

.ctp-card-heading {
  font-size: 20px;
  font-weight: bold;
  margin-left: 17px;
  margin-bottom: 0px;
}

.ctp-process-cards {
  padding: 40px 28px;
  background-color: #fff;
}

.cpt-card-para {
  font-size: 14px;
  color: #000;
}

.peek-zoo {
  padding: 70px 0px;
}

.slick-slide {
  height: auto !important;
}

.hire-recruit {
  max-width: 957px;
  color: #fff;
  font-size: 54px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 64px;
}

.best-business {
  padding: 70px 0px;
  background: #fff;
}

.recognized {
  font-size: 28px;
  font-weight: 400;
}

.best-busines-headings {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.graph {
  width: 30px;
  position: absolute;
  top: 7px;
}

.search-graph {
  width: 65px;
  position: absolute;
  top: -21px;
  right: 0;
}

.best-business-logos {
  height: 40px;
  width: 111px;
  object-fit: contain;
}

.start-for {
  max-width: 612px;
  margin: 0;
  text-transform: uppercase;
}

/* .small-green-arrow99 {
    width: 149px;
    top: 0;
    position: absolute;
    right: 70px;
} */
.schedule-btn {
  border: 2px solid #bdf200;
  color: #bdf200;
  padding: 14px 50px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  background: transparent;
}

.small-white-arrow {
  width: 57px;
  position: absolute;
  top: 0;
  left: 150px;
}

.peek-zoo .slick-track {
  display: flex;
  gap: 30px;
}

.header-custom .navbar-text .login-link:hover,
.header-custom .navbar-text .login-link:focus {
  color: #bdf200;
}

.header-custom .navbar-text .header-btn:hover {
  background: #bdf200;
  border-color: #bdf200;
  color: #000;
}

.header-custom .header-item .header-link:hover {
  color: #bdf200;
}

.primary-btn:hover {
  background: #000;
  color: #bdf200;
}

.primary-btn:hover {
  transition: 0.4s ease-in-out;
  border: 2px solid #bdf200;
}

.case-study-card:hover .alva-img-sec::after {
  opacity: 0;
}

.case-study-card img {
  transition: 0.4s ease-in-out;
  width: 100%;
}

.alva-img-sec-casestuday {
  overflow: hidden;
  border-radius: 8px;
  max-height: 152px;
}

.case-study-card:hover img {
  transform: scale(1.1);
}

.alva-img-sec {
  overflow: hidden;
}

.schedule-btn {
  transition: 0.4s ease-in-out;
}

.schedule-btn:hover {
  background: #bdf200;
  color: #000;
}

.signup-field-container {
  border: 1px solid #0000005e;
  padding: 10px;
  display: flex;
}

.signup-field-container .subcribe-btn {
  transition: 0.4s ease-in-out;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.signup-field-container .subcribe-btn:hover {
  background: #000;
  color: #bdf200;
}

ul.social-listing {
  margin-left: 40px;
}

.copywrite-container {
  border-top: 1px solid #0000002b;
  padding-top: 20px;
}

/* End Home page css */

.banner-bg {
  background-color: #090909;
  background-image: url("../png/hero-bg-image-2.png");
  padding: 140px 0;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.banner-bg.single-blog-banner {
  padding: 140px 0px 80px;
}

.slick-prev:before,
.slick-next:before {
  color: #bdf200 !important;
}

.banner-heading {
  font-size: 50px;
  line-height: 67px;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}

.banner-text {
  font-size: 18px;
  margin-bottom: 0px;
  text-align: center;
  line-height: 24px;
}

.better-section {
  background-color: #f6f6fe;
  padding: 71px 0px 84px;
}

.section-heading {
  position: relative;
  font-size: 42px;
  text-align: center;
  color: #090909;
  z-index: 1;
  font-weight: 600;
}

.highlight-text {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.highlight-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 100%;
  background-color: #bdf200;
  z-index: -1;
}

.common-text {
  font-size: 18px;
  font-weight: 400;
  color: #090909;
}

.better-section .creative-text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  text-align: center;
}

.icon-bx {
  flex: none;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(9, 9, 9, 0.06);
  border-radius: 50%;
}

.icon-bx img {
  width: 42px;
  object-fit: contain;
  height: 35px;
}

.better-heading {
  font-size: 24px;
  font-weight: 700;
  color: #090909;
}

.better-text {
  font-size: 18px;
  color: #090909;
  opacity: 0.7;
}

.better-card {
  margin-bottom: 45px;
}

.common-btn {
  min-width: 185px;
  padding: 13px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #090909;
  border: 1px solid #090909;
  display: inline-block;
}

.common-btn:hover {
  background: #000;
  color: #bdf200;
}

.who-section {
  padding: 82px 0;
}

.who-pill-item {
  width: auto;
  display: block;
  padding-left: 0px;
  margin-bottom: 37px;
}

.who-pill-link {
  text-align: center;
  width: auto;
  display: block;
}

.who-pills {
  display: block;
}

.zIndex1 {
  z-index: 1;
}

.setting-icon {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 22px;
  z-index: -1;
}

.who-pills .who-pill-item .who-pill-link {
  color: #090909;
}

.who-pills .who-pill-item .who-pill-link.active {
  font-weight: 700;
  border-color: #bdf200;
  background-color: #bdf200;
}

.team-card .team-imgbx {
  text-align: center;
}

.team-card .team-imgbx img {
  border-radius: 5px;
  width: 100%;
  max-width: 196px;
  height: 185px;
  object-fit: cover;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.team-card .team-name {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 4px;
}

.team-card .team-pos {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 0px;
  text-align: center;
}

.team-card {
  margin-bottom: 30px;
}

.company-section {
  padding: 77px 0px;
  background-image: url("../png/bg-company.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.company-card img {
  width: 64px;
  margin-bottom: 30px;
}

.company-heading {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.company-text {
  font-size: 14px;
  color: #fff;
}

.company-section .common-text {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.header-custom {
  position: fixed;
  top: 0px;
  left: 0;
  padding: 20px 0;
  width: 100%;
  z-index: 99;
}

.header-custom.scrolled {
  background-color: #090909;
}

.header-top-line {
  font-size: 20px;
  font-weight: bold;
}

.Background-green {
  background: #bdf200;
  text-align: center;
  align-items: center;
}

.header-custom .header-item .header-link {
  font-size: 13px;
  color: #fff;
}

.header-custom .header-item .header-link.active {
  font-weight: 700;
  color: #bdf200;
}

.header-custom .navbar-text .header-btn {
  min-width: 137px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  padding: 7px;
  margin-right: 21px;
}

.header-custom .navbar-text .login-link {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}

.login-link img {
  width: 10px;
}

.footer-custom {
  padding-top: 90px;
  background: #fff;
}

.footer-text {
  font-size: 16px;
  margin-bottom: 0px;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 13px;
}

.quick-link-listing {
  padding-left: 0px;
  margin-bottom: 0px;
}

.quick-link-listing .footer-item:last-child {
  margin-bottom: 0px;
}

.footer-item {
  margin-bottom: 8px;
}

.footer-link {
  font-size: 14px;
  color: #1b2126;
  text-decoration: none;
}

.footer-logo img {
  max-width: 260px;
  margin-bottom: 28px;
}

.signup-field-wrapper {
  padding: 5px;
  border: 1px solid #d9d9d9;
  display: flex;
}

.signup-field {
  font-size: 14px;
  border-radius: 0px;
  border: none;
  outline: none;
}

.subcribe-btn {
  min-width: 134px;
  flex: none;
  background-color: #bdf200;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 7px;
  border: none;
  outline: none;
}

.copywrite-wrapper {
  padding-top: 16px;
  border-top: 1px solid #afafaf;
}

.option-link {
  font-size: 16px;
  color: #1b2126;
  text-decoration: none;
}

.social-link svg path {
  transition: 0.4s ease;
}

.social-link:hover svg path {
  fill: #bdf200;
}

.header-custom .humburger-toggle {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.header-custom .humburger-toggle span {
  background-image: url("../svg/humburger-icon.svg");
}

@media only screen and (max-width: 768px) {
  .section-heading b:after {
    height: 56px;
  }

  .banner-heading {
    font-size: 40px;
    line-height: normal;
  }

  .banner-text {
    font-size: 16px;
  }

  .section-heading {
    font-size: 38px;
  }

  .better-heading {
    font-size: 20px;
  }

  .ctp-card-heading {
    font-size: 18px;
  }

  .track-green-line {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }

  .hire-recruit {
    color: #fff;
    font-size: 35px;
    line-height: 44px;
  }

  .bottleneck-para {
    font-size: 16px;
  }

  .bottle-neck-hreading {
    font-size: 35px;
  }

  .portfolio-hero-sec {
    padding: 140px 0px 220px;
  }

  .portfolio-logos {
    margin-top: -160px;
  }

  .footer-heading {
    font-size: 16px;
    margin-bottom: 13px;
  }
}

.blog-card-content {
  padding: 26px 50px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #bdf200;
  min-height: 300px;
}

.banner-bg .d-flex {
  align-items: center;
}

.date-blog {
  font-size: 18px;
  font-weight: 300;
  color: #1b2126;
  margin-bottom: 0px;
}

.blog-heading {
  font-size: 24px;
  font-weight: 700;
  color: #1b2126;
}

.blog-text {
  font-size: 14px;
  font-weight: 400;
  color: #1b2126;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}

.read-more-link img {
  width: 11px;
  margin-right: 5px;
}

.read-more-link,
.read-more-link:hover {
  font-size: 17px;
  color: #bdf200;
  text-decoration: none;
  display: inline-block;
  transition: 0.4s ease-in-out;
}

.read-more-link img {
  transition: 0.4s ease-in-out;
}

.read-more-link:hover {
  color: #000;
}

.read-more-link:hover img {
  filter: brightness(0);
}

.inner-blog-card-content img {
  border-radius: 10px 10px 0 0;
}

.inner-blog-card-content .blog-content {
  padding: 18px 29px;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
  min-height: 230px;
}

.blog-content .date-blog {
  font-size: 14px;
  margin-bottom: 4px;
}

.blog-content .blog-heading {
  font-size: 16px;
}

.blog-content .blog-text {
  font-size: 14px;
  -webkit-line-clamp: 3;
}

.blog-content .read-more-link {
  font-size: 14px;
  transition: 0.4s ease-in-out;
}

.blog-content .read-more-link:hover {
  color: #000;
}

.blog-content .read-more-link img {
  transition: 0.4s ease-in-out;
}

.blog-content .read-more-link:hover img {
  filter: brightness(0);
}

.green-btn {
  background-color: #bdf200;
  border-color: #bdf200;
  color: #1b2126;
  font-weight: 600;
  padding: 16px 60px;
}

.green-btn:hover {
  background: #000;
  color: #bdf200;
  transition: 0.3s ease;
}

.assemble-text {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-weight: 400;
}

.slide-arrow.slick-prev img {
  transform: rotate(-180deg);
}

.slide-arrow.slick-disabled img {
  display: none;
}

/* case study css start */
.single-casestudy-banner {
  padding: 180px 0px 124px;
}

.casestudy-card-para {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.read-more-btn {
  color: #bdf200;
  background: transparent;
  border-bottom: 3px solid #bdf200 !important;
  border: none;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
}

.read-more-btn:hover {
  color: #000;
}

.case-stydy-page .case-study-card-heading {
  min-height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.assemble-professionals {
  background-color: #f6f6fe;
  padding: 90px 0px;
}

.inner-testimonial-sec-heading {
  font-size: 45px;
  font-weight: 800;
}

.long-green-line {
  width: 100%;
  height: 3px;
  background: #bdf200;
  margin-bottom: 30px;
}

.testimonial-inner-sec {
  padding: 90px 0px;
}

.luna-img {
  width: 421px;
  height: 267px;
  object-fit: cover;
  border-radius: 15px;
  margin-top: -70px;
}

.inner-testimonial-para {
  font-size: 18px;
  font-weight: 400;
}

.single-testimonial-banner {
  padding: 180px 0px 124px;
}

/* case study css end */
/* start portfolio page */
.portfolio-logos {
  padding: 90px 0px;
  margin-top: -250px;
  position: relative;
  z-index: 9;
}

.portfolio-hero-sec {
  position: relative;
  text-align: center;
  background: #000;
  z-index: 1;
  padding: 140px 0px 300px;
}

.portfolio-hero-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../png/portfolio-sec-bg.png);
  z-index: -1;
}

.portfolio-main-heading {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding-top: 0px;
}

.portfolio-hero-tabs {
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  color: #000;
  padding: 20px 56px;
  border-radius: 12px;
  display: inline-block;
  border: 1px solid #fff;
}

.portfolio-hero-tabs.active {
  background: #bdf200;
  border-color: #bdf200;
}

.portfolio-hero-tabs:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  transition: 0.2s ease;
}

.portfolio-logo-heading {
  font-size: 42px;
  font-weight: bold;
  color: #bdf200;
}

/* end portfolio page */
/* start product page css */
.gaming-changing {
  font-size: 35px;
  font-weight: bold;
}

.trustby-heading-btn {
  font-size: 24px;
  font-weight: bold;
  background-color: #bdf200;
  padding: 8px 20px;
  display: inline-block;
}

.trusted-heart {
  width: 28px;
  height: 28px;
  position: absolute;
  right: -40px;
  top: -25px;
}

.trusted-thousand {
  padding: 90px 0px;
}

.trusted-logos {
  filter: grayscale(1);
}

.zoo-help-heading {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  max-width: 70%;
}

.zoo-help {
  padding: 90px 0px;
  background-color: #000;
}

.green-strate-arrow {
  width: 70px;
  margin-left: 40px;
}

.zoo-helpcard-para {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zoo-help-cards-img {
  width: 100px;
}

.zoo-help-cards {
  border-radius: 7px;
  border: 1px solid #bdf200;
}

.track-green-canhelp {
  width: 250px;
  position: absolute;
  right: 410px;
  bottom: -40px;
}

.canhelp-card-heading {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.bulb {
  width: 60px;
}

.border-left-card {
  border-left: 1px solid #9b9797;
}

.help-acc-item {
  border: 1px solid #bdf200;
}

.help-acc-btn {
  border: none;
  background-color: #fff;
  padding: 31px 51px;
}

.help-acc-item {
  position: relative;
}

.help-acc-item:before {
  content: "";
  position: absolute;
  bottom: 19px;
  right: 20px;
  background: url("../svg/arrow-down.svg");
  width: 20px;
  height: 26px;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.help-acc-btn:after {
  display: none;
}

.inner-acc-listing>.custom-row>div:last-child .acc-listing {
  padding-right: 99px;
}

.inner-acc-listing>.custom-row>div:first-child .acc-listing {
  padding-left: 140px;
}

.acc-listing li {
  font-size: 20px;
  color: #222221;
  text-align: left;
}

.branding-card-icon {
  width: 17px;
}

.can-help {
  padding: 90px 0px;
}

.bg-black {
  background-color: #000;
}

.zoo-process {
  text-align: center;
  padding-bottom: 44px;
  position: relative;
  background: url(../png/hero-bg-image-2.png) #000;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  background-position: bottom;
  padding: 90px 0px;
}

.process-count {
  font-size: 45px;
  background: #bdf200;
  height: 58px;
  width: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.check-green-icon {
  width: 15px;
}

.thinking {
  padding: 90px 0px;
}

.we-are-thinking {
  font-size: 30px;
  font-weight: bold;

  text-align: center;
  margin: 0 auto;
  line-height: 40px;
}

.w-1000 {
  max-width: 1000px;
  width: 100%;
}

.comaas-right {
  width: 70px;
  position: absolute;
  right: -80px;
  bottom: 0px;
}

.comaas-left {
  width: 70px;
  position: absolute;
  top: -20px;
  left: -70px;
}

.slack-logo {
  width: 30px;
  margin-left: 15px;
}

.chat-card-heading {
  font-size: 25px;
  font-weight: bold;
  min-height: 60px;
}

.chat-card-para {
  font-size: 18px;
}

.chat-card {
  border-radius: 6px;
  border: 1px solid #707070;
  padding: 25px;
}

.faq {
  padding: 90px 0px;
}

.faq .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #e7f1ff00;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.start-for-assemble {
  max-width: 832px;
  margin: 0 auto;
  text-transform: uppercase;
}

.bulb-div-sec {
  width: 300px;
  float: left;
}

.bulb-cardpara-section {
  width: calc(100% - 300px);
  float: right;
}

.bottle-neck h3.section-heading {
  font-size: 48px;
}

.bottle-neck p.bottleneck-para {
  max-width: 60%;
  margin: 0 auto;
}

div#creativeAccord .accordion-item p {
  font-size: 14px;
}

/* end product page */
@media only screen and (max-width: 1440px) {
  .track-record-rating {
    font-size: 40px;
    font-weight: 800;
  }

  .track-record-card-rating {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .small-white-arrow {
    position: static;
  }

  /* .small-green-arrow99 {
        position: static;
    } */
  .track-green-canhelp {
    right: 320px;
  }

  .zoo-help-heading {
    font-size: 38px;
  }

  .gaming-changing {
    font-size: 25px;
  }

  .zoo-helpcard-para {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
  }

  .zoo-help-cards-img {
    width: 80px;
  }

  .acc-listing li {
    font-size: 16px;
    white-space: nowrap;
  }

  .canhelp-card-heading {
    font-size: 20px;
  }

  .bottle-neck-hreading {
    font-size: 44px;
  }

  .bottleneck-para {
    font-size: 16px;
  }

  .section-heading {
    font-size: 35px;
  }

  .track-record-card-rating {
    font-size: 25px;
  }

  .track-record-rating {
    font-size: 30px;
    font-weight: 800;
  }

  .track-record-card-para {
    font-size: 16px;
  }

  .quality-img {
    width: 100px;
    object-fit: contain;
  }

  .yes-star {
    width: 140px;
  }

  .we-are-thinking {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    line-height: 33px;
  }

  .we-are-thinking {
    font-size: 20px;
  }

  .w-1000 {
    max-width: 810px;
    width: 100%;
  }

  .comaas-left {
    width: 40px;
    position: absolute;
    top: 0px;
    left: -40px;
  }

  .comaas-right {
    width: 40px;
    position: absolute;
    right: -40px;
    bottom: 0px;
  }

  .chat-card {
    text-align: center;
  }

  .chat-card-heading {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .luna-img {
    width: 100%;
    height: 267px;
    margin-top: 0px;
  }

  .portfolio-hero-tabs {
    font-size: 16px;
    padding: 18px 22px;
  }

  .track-green-line {
    right: 230px;
  }

  .small-white-arrow {
    position: static;
  }

  /* .small-green-arrow99 {
        position: static;
    } */
  .track-green-canhelp {
    right: 220px;
  }

  .gaming-changing {
    font-size: 30px;
  }

  .trusted-thousand {
    text-align: center;
  }

  .section-main-heading {
    font-size: 30px;
  }

  .stick-bg-pattern-product {
    right: 124px;
  }

  .track-record-card-rating {
    margin-bottom: 30px;
  }

  .chat-card-heading {
    min-height: 20px;
  }

  .better-card {
    margin: 0;
  }

  .better-card .d-flex {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .better-card h3.better-heading {
    font-size: 20px;
    min-height: 48px;
  }

  .inner-who .col-md-3 {
    width: 100%;
  }

  .inner-who .col-md-9 {
    width: 100%;
  }

  .inner-who h3 {
    text-align: center !important;
  }

  .inner-who p.common-text {
    text-align: center;
  }

  .inner-who .who-pills {
    margin-bottom: 30px;
    text-align: center;
  }

  .inner-who .who-pills li.who-pill-item {
    display: inline-block;
    margin: 0;
  }

  .inner-who .tab-pane .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .inner-who .tab-pane .team-card h3.team-name {
    font-size: 18px;
  }

  .inner-who .tab-pane .team-card p.team-pos {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-section {
    padding: 90px 0px 50px;
  }

  .hero-video {
    min-height: auto;
  }

  .trusted-thousand {
    padding: 60px 0px;
  }

  .zoo-h {
    padding: 60px 0px;
  }

  .can-help {
    padding: 60px 0px;
  }

  .bottle-neck {
    padding: 60px 0px;
  }

  .track-record {
    padding: 60px 0px 10px;
  }

  .portfolioHome img {
    margin: 0 auto 40px;
  }

  .zoo-process {
    padding: 60px 0px;
  }

  .thinking {
    padding: 60px 0px;
  }

  .faq {
    padding: 60px 0px;
  }

  .w-1000 {
    max-width: 600px;
    width: 100%;
  }

  .bulb-div-sec {
    width: 100%;
    margin-bottom: 20px;
  }

  .mob-direction {
    flex-direction: column;
  }

  .bulb-cardpara-section {
    width: 100%;
  }

  .border-left-card {
    border: none;
  }

  .inner-acc-listing>.custom-row>div:first-child .acc-listing {
    padding-left: 30px;
  }

  .bulb {
    width: 40px;
  }

  .header-custom div#navbarText {
    background: #000;
    text-align: center;
  }

  .header-custom div#navbarText span.navbar-text {
    justify-content: center;
  }

  .peek-zoo {
    padding: 40px 0 20px;
  }

  .trusted-thousand {
    padding: 30px 0;
  }

  .bulb-cardpara-section p {
    padding: 0 !important;
  }

  .inner-acc-listing ul.acc-listing {
    margin: 0;
    padding: 0 !important;
  }

  .portfolio-hero-tabs:hover {
    background: #bdf200;
    border-color: #bdf200;
    color: #000;
  }

  .help-acc-btn {
    padding: 20px 30px 20px 20px;
  }

  .bottle-neck {
    padding: 30px 0;
  }

  .track-card {
    padding: 30px;
  }

  .primary-btn {
    font-size: 16px;
  }

  .best-business {
    padding: 30px 0;
  }

  .agencies-about {
    padding: 40px 0;
  }

  .Testimonials-card {
    padding: 15px;
  }

  section.portfolioHome {
    text-align: center;
  }

  .overview-heading {
    font-size: 24px;
  }

  .recognized {
    font-size: 24px;
  }

  .zoo-help,
  .can-help,
  .who-section {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 575px) {
  .inner-who .tab-pane .row {
    grid-template-columns: repeat(2, 1fr);
  }

  .better-card h3.better-heading {
    display: block;
    min-height: auto;
  }

  .better-card .d-flex {
    margin: 0 !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .company-section .company-card,
  .company-section .common-text {
    text-align: center;
  }

  .hire-recruit {
    font-size: 27px;
    line-height: 30px;
  }

  .contact-banner h2 {
    font-size: 30px !important;
    margin-bottom: 20px !important;
  }

  .get-head .sec-head-first {
    font-size: 31px;
  }

  .peice-first h1 {
    font-size: 26px;
    text-align: center;
  }

  .peice-first {
    padding: 40px 0;
  }

  .better-card .better-text {
    text-align: center;
  }

  .inner-footer {
    text-align: center;
  }

  .blogCardView {
    padding: 20px !important;
  }

  .blogCardView h2 {
    font-size: 32px !important;
  }

  .banner-bg {
    padding: 120px 0 40px;
  }

  .case-study {
    padding: 0px 0 40px;
  }

  .banner-bg.single-blog-banner {
    padding: 100px 0px 40px;
  }

  .banner-bg h2.banner-heading {
    font-size: 28px;
    margin-bottom: 10px;
  }

  p.portfolio-hero-para {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
  }

  .blog-card-content {
    padding: 20px;
  }

  .footer-custom {
    padding-top: 40px;
  }

  .better-section {
    padding: 40px 0;
  }

  .get-head .sec-head-first {
    font-size: 32px !important;
  }

  .option-link {
    align-items: center;
    justify-content: center;
  }

  ul.social-listing {
    justify-content: center;
    margin-left: 0;
  }

  .company-heading {
    font-size: 22px;
    text-align: center;
  }

  .small-white-arrow {
    position: static;
  }

  /* .small-green-arrow99 {
        position: static;
    } */
  .graph {
    position: static;
  }

  .search-graph {
    position: static;
  }

  .best-busines-headings {
    text-align: center;
  }

  .portfolio-hero-tabs {
    font-size: 16px;
    padding: 10px 20px;
  }

  .portfolio-hero-sec {
    padding: 150px 0px 200px;
  }

  .portfolio-logos {
    margin-top: -150px;
  }

  .portfolio-main-heading {
    font-size: 35px;
  }

  .portfolio-logo-heading {
    font-size: 35px;
  }

  .section-main-heading {
    font-size: 24px;
    line-height: 40px;
  }

  .stick-bg-pattern-product {
    right: 74px;
  }

  .zoo-help-heading {
    font-size: 28px;
  }

  .gaming-changing {
    font-size: 20px;
  }

  .section-heading {
    font-size: 30px;
  }

  .track-green-canhelp {
    right: 90px;
  }

  .w-1000 {
    max-width: 310px;
    width: 100%;
  }

  .comaas-left {
    width: 30px;
  }

  .comaas-right {
    width: 30px;
  }

  .we-are-thinking {
    font-size: 16px;
    line-height: 24px;
  }

  .overview-heading {
    font-size: 28px;
  }

  .section-heading {
    font-size: 22px;
  }

  .schedule-btn {
    padding: 14px 20px;
  }

  .primary-btn {
    padding: 14px 20px;
  }

  .header-top-line {
    font-size: 16px;
  }

  .explore-btn {
    padding: 8px 30px;
  }

  .headertop-line-sec .d-flex.justify-content-center.align-items-center {
    flex-direction: column;
  }

  .headertop-line-sec a.explore-btn {
    margin: 5px 0 0 !important;
    padding: 3px 30px;
  }

  .header-custom {
    top: 0px;
    padding: 10px 0;
  }

  .bottle-neck h3.section-heading {
    font-size: 26px;
  }

  .portfolio-hero-sec p.portfolio-hero-para {
    padding: 0 !important;
  }

  .portfolio-hero-tabs {
    font-size: 14px;
    padding: 6px 12px;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
  }

  .who-pill-item {
    margin: 0;
    display: inline-block;
  }
}

.question-acc-item {
  padding: 25px 45px;
  border-radius: 5px;
  border: 1px solid #6e6e6e !important;
}

.question-acc-item .accordion-body {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.question-acc-btn {
  padding: 0px !important;
  box-shadow: none !important;
  font-weight: 700;
  font-size: 18px;
}

.question-acc-btn::after {
  background-image: url("../svg/arrow-down.svg");
}

.question-acc-btn:not(.collapsed)::after {
  background-image: url("../svg/arrow-down.svg");
}

.das-area img {
  height: 50px;
  width: 50px;
}

video.agencyVideo {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
  border: 6px solid #dff595;
}

section.get-ittouch img {
  width: auto;
  max-width: 100%;
}

section.get-ittouch {
  background: #ffffff;
  padding-top: 70px;
  padding-bottom: 50px;
}

section.faq.bg-white img {
  max-width: 100%;
  width: auto;
}

.contact-banner {
  text-align: center;
  position: relative;
  background: url(../png/hero-bg-image-2.png) #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 0px 100px;
}

.contact-banner h2 {
  color: #fff;
  font-size: 50px;
}

.contact-banner p {
  color: #afafaf;
}

.get-head .sec-head-first {
  z-index: 99;
  font-size: 48px;
  font-weight: 700;
}

.get-head .sec-head-first span img {
  position: absolute;
  top: -15px;
  margin-left: -36px;
}

.get-head .sec-head-first img.laugh-ico {
  position: relative;
  top: -40px;
}

.get-head ul.gz-feature-ul {
  padding-left: 0px;
}

.get-head ul.gz-feature-ul li {
  font-size: 18px;
}

.gz-c-form input {
  height: 47px;
  background: transparent;
}

.gz-c-form textarea {
  background: transparent;
}

button#btnSubmit {
  border: none;
  background: #bdf200;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  transition: 0.4s ease-in-out;
}

button#btnSubmit:hover {
  opacity: 0.8;
}

.contact-banner img.sq-hert {
  position: relative;
  left: -10px;
  filter: invert(1);
}

.contact-banner img.sq-right {
  position: absolute;
  top: -15px;
  margin-left: -36px;
  filter: contrast(0.5);
}

.get-head ul.gz-feature-ul a {
  font-size: 22px;
  text-decoration: none;
  color: #042a45;
}

.peice-first {
  padding-bottom: 40px;
  padding-top: 70px;
  background-color: #fff;
}

.peice-first h1 {
  font-size: 30px;
}

.peice-first p {
  font-size: 18px;
  font-weight: 400;
  font-family: "hero", sans-serif;
}

.peice-first a.btn {
  border: none;
  background: #bdf200;
  color: #000 !important;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
}

.blogCardView {
  display: flex;
  align-items: flex-start;
  padding: 40px;
  flex-direction: column;
  background: url(../png/blog-bg-new.png) #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  /* min-height: 330px; */
}

.blogCardView h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 150px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.blogCardView h2:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 4px;
  background: #bdf200;
  left: 0;
  bottom: 0;
}

.better-section .blogCardView {
  height: 225px;
  padding: 30px;
}

.better-section .blogCardView h2 {
  font-size: 20px;
  margin-right: 40px;
}

.better-section .blogCardView h2 span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-size: 22px;
}

.blogCardView span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 60px;
}

.customMegamenu a.dropdown-item {
  padding: 8px;
  color: #0c2035;
  font-size: 13px;
  font-weight: 600;
  border-left: 2px solid transparent;
  transition: 0.4s ease-in-out;
}

.customMegamenu a.dropdown-item img {
  width: 19px;
  margin: 0 8px 0 3px;
}

.customMegamenu a.dropdown-item:hover {
  background: transparent;
  border-left: 2px solid #bdf200;
}

.trusted-by .company-logos .slick-list {
  overflow: visible;
}

.company-logos img.trusted-slider-imgs {
  filter: grayscale(1);
  max-width: 180px;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  margin: auto;
  height: 65px;
  object-fit: contain;
}

.company-logos img.trusted-slider-imgs:hover {
  filter: none;
}

.section-main-heading b {
  position: relative;
}

.section-main-heading b:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -52px;
  width: 100%;
  height: 66px;
  background: url(../png/stick-bg-pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.section-heading b {
  font-weight: 600;
  position: relative;
}

.section-heading b:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -52px;
  width: 100%;
  height: 66px;
  background: url(../png/stick-bg-pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* .portfolio-logos a img {
    max-width: 560px;
    margin: 0 auto;
    display: block;
}

.portfolio-logos .tab-pane .mb-3 {
    margin-bottom: 40px !important;
} */

div#creativeAccord {
  display: block !important;
}

div#creativeAccord .accordion-item {
  background: transparent;
  color: #fff;
}

div#creativeAccord .accordion-item h2 button {
  background: transparent;
  color: #fff;
  padding: 12px 0;
  box-shadow: none;
  outline: none;
}

div#creativeAccord .accordion-item h2 button:after {
  color: #bdf200;
  border-width: 0px 2px 2px 0px;
  height: 10px;
  width: 10px;
  background: transparent !important;
  content: "-";
  font-size: 24px;
  transform: none;
}

div#creativeAccord .accordion-item h2 button.accordion-button.collapsed:after {
  content: "+";
}

section.portfolioHome {
  background: #000;
  padding: 60px 0;
}

section.portfolioHome h3 {
  color: #fff !important;
  max-width: 90%;
  margin: 0 auto;
}

section.portfolioHome h3 span.span-bg-green {
  background: transparent;
  color: #bdf200;
}

.portfolioHome p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.portfolioHome img {
  max-width: 500px;
  margin-left: auto;
  display: block;
  width: 100%;
}

.blogCardView h2 span {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .blogCardView h2 span {
    font-size: 30px;
    -webkit-line-clamp: 6;
  }

  .blogCardView h2 {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .blogCardView h2 {
    font-size: 28px;
    margin-right: 90px;
    min-height: auto;
  }

  .blogCardView {
    min-height: auto;
  }

  .better-section .blogCardView {
    min-height: 200px;
  }
}

@media only screen and (max-width: 575px) {
  .client-design {
    height: auto;
  }

  .track-record-card-para {
    min-height: auto;
  }

  .bottle-neck-hreading img.small-green-arrow {
    max-width: 40px;
  }

  .bottle-neck-hreading {
    font-size: 34px;
  }

  .bottle-neck p.bottleneck-para {
    max-width: 100%;
  }

  .company-logos img.trusted-slider-imgs {
    max-width: 140px;
  }

  body {
    overflow-x: hidden;
  }

  .best-busines-headings .d-flex.justify-content-between.align-items-end.mt-5.flex-wrap {
    justify-content: center !important;
    gap: 23px;
  }

  .inner-who button.slick-next.slick-arrow.slide-arrow {
    right: 0;
  }

  .inner-who button.slick-prev.slick-arrow.slide-arrow.slick-disabled {
    margin: 0;
    left: 0;
  }

  .blogCardView h2 {
    font-size: 28px !important;
    margin-right: 0px;
    min-height: auto;
  }
}

/* .hero-video #wistia_chrome_23 #wistia_grid_32_wrapper .w-css-reset-tree svg polygon{
    fill: #bdf200;
} */
.hero-video .w-big-play-button svg polygon,
.creative-video .w-big-play-button svg polygon {
  fill: #000 !important;
}

.blog-banner-card {
  max-width: 680px;
  width: 100%;
  margin-right: 20px;
}

.banner-post-card {
  width: 100%;
  max-width: 580px;
}

.portfolio-hero-tabs.active:hover {
  background: #bdf200;
  border-color: #bdf200;
  color: #000;
}

#bitnami-banner {
  display: none !important;
}

.banner-height {
  min-height: 330px;
}

.nav-link:focus,
.nav-link:hover {
  color: #bdf200 !important;
}

.portfolio-logos video {
  width: 100%;
}

/* 28/03/2024 */

.portfolioHome.d2Customer h3 {
  max-width: 750px;
  width: 100%;
}

.portfolioHome.d2Customer {
  padding-bottom: 0;
}

.d2Text {
  background: #fff;
  padding: 40px;
  border-radius: 10px 0px 0px 10px;
  position: relative;
  z-index: 0;
  margin: 60px 0;
}

.d2Text p {
  color: #000;
}

.d2Text:after {
  content: "";
  position: absolute;
  right: -120px;
  top: 0;
  width: 120px;
  height: 100%;
  background: #fff;
  border-radius: 0 10px 10px 0px;
  z-index: -1;
}

img.drCustomerImg {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .d2Text {
    margin-top: 30px;
    border-radius: 10px;
    padding: 20px;
  }

  .d2Text:after {
    content: none;
  }

  img.drCustomerImg {
    margin: 0;
  }

  .d2Text p {
    line-height: 28px;
  }
}


.offer-header {
  position: sticky;
  width: 100%;
  z-index: 999;
  padding: 10px;
  top: 0;
  background-color: #F80004;
  color: #fff;
  text-align: center;
}

.offer-icon {
  width: 30px;
  height: 30px;
}

.offer-text {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}

.offer-text .format {
  font-weight: 900;
  font-size: 22px;
}

.header-top-margin {
  top: 50px !important;
}

@media only screen and (max-width: 498px) {
  .offer-text .format {
    font-size: 14px;
  }

  .offer-text {
    font-size: 14px;
    margin: 0;
  }

  .header-top-margin {
    top: 70px !important;
  }
}