.resourceSection {
  position: relative;
}

.resourceSection::before {
  content: "";
  position: absolute;
  width: 480.17px;
  height: 507.22px;
  left: -161.11px;
  top: -49.79px;
  background: linear-gradient(130.43deg, #ff5c00 -1.47%, #ff9900 93.13%);
  opacity: 0.16;
  filter: blur(175px);
  will-change: opacity;
}

.resourceSection::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  top: 135px;
  left: 0;
  background-size: auto;
  z-index: -1;
  background-image: url(../images/HAND-BULB.png);
  background-repeat: no-repeat;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.resourcePage .searchbar input {
  width: 270px;
}

.resourcePage .headingWrap {
  margin-bottom: 40px;
}

.resourcePage .headingWrap h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 52px;
  background: linear-gradient(90deg, #ff7a00 0%, #ff00c7 49.48%, #5200ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.resourcePage .cardWrapper {
  gap: 20px;
  flex-wrap: wrap;
}

.resourcePage .cardWrapper .card {
  max-width: 100%;
  overflow: hidden;
  width: 425px;
  border-radius: 23px;
  padding: 30px 18px;
  height: auto;
}

.resourcePage .cardWrapper .card:nth-child(1) {
  background: linear-gradient(113.29deg,
      #fff1d0 0%,
      rgba(255, 222, 149, 0.39) 100%);
}

.resourcePage .cardWrapper .card:nth-child(2) {
  background: linear-gradient(95.29deg, #ffd1dc 0%, #ffeaef 100%);
}

.resourcePage .cardWrapper .card:nth-child(3) {
  background: linear-gradient(97.84deg, #ccfbff 0%, #f2feff 100%);
}

.resourcePage .cardWrapper .card img {
  max-width: 120px;
  transition: all 1s ease-out;
}

.resourcePage .cardWrapper .card .description h6 {
  font-style: normal;
  font-weight: 800;
  font-size: 23.7222px;
  line-height: 32px;
  margin-bottom: 11px;
}

.resourcePage .cardWrapper .card .description p {
  font-style: normal;
  font-weight: 700;
  font-size: 14.1805px;
  text-align: left;
  line-height: 138.8%;
  max-width: 93%;
  /* or 20px */
}

.resourcePage .cardWrapper .card:nth-child(1) .description h6,
.resourcePage .cardWrapper .card:nth-child(1) .description p {
  color: #ff7a00;
}

.resourcePage .cardWrapper .card:nth-child(2) .description h6,
.resourcePage .cardWrapper .card:nth-child(2) .description p {
  color: #ff3f25;
}

.resourcePage .cardWrapper .card:nth-child(3) .description h6,
.resourcePage .cardWrapper .card:nth-child(3) .description p {
  color: #00b9c6;
}

.resourcePage .cardWrapper .card:hover img {
  transform: scale(1.3) rotate(20deg);
}

.freeResources {
  position: relative;
  padding: 30px 0;
}

.freeResources:after {
  content: "";
  position: absolute;
  width: 480.17px;
  height: 507.22px;
  right: -50px;
  top: -50px;
  background: linear-gradient(130.43deg, #00ffd1 -1.47%, #00b2ff 93.13%);
  opacity: 0.16;
  filter: blur(175px);
  z-index: -1;
  will-change: opacity;
}

.freeResources .heading-wrapper span img,
.brochures .heading-wrapper span img,
.featured-blogs .heading-wrapper span img {
  max-width: 80px;
  margin-right: 19px;
}

.freeResources .heading-wrapper h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 52px;
  width: max-content;
  background: linear-gradient(90deg, #ff7a00 0%, #ff3d00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0;
}

.featured-blogs {
  position: relative;
}

.featured-blogs::before {
  content: "";
  position: absolute;
  width: 614px;
  height: 607px;
  left: -90px;
  top: 0;
  background: linear-gradient(140.81deg,
      #ff2929 8%,
      #ff29dd 57.07%,
      #1b3fff 101.59%);
  opacity: 0.2;
  filter: blur(175px);
  z-index: -1;
  will-change: opacity;
}

.featured-blogs .heading-wrapper h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 52px;
  color: #ff3f25;
  margin: 0;
}

.brochures .heading-wrapper h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 52px;
  color: #00b9c6;
  margin: 0;
}

.freeResources .heading-wrapper .link,
.featured-blogs .heading-wrapper .link,
.brochures .heading-wrapper .link {
  border-radius: 8px;
  padding: 8px;
  background-color: #fff;
}

.freeResources .heading-wrapper .link a {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  background: linear-gradient(90deg, #ff7a00 0%, #ff3d00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.featured-blogs .heading-wrapper .link a {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #ff3f25;
  background: #fff;
  text-decoration: none;
}

.brochures .heading-wrapper .link a {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #00b9c6;
  background: #fff;
  text-decoration: none;
}

.freeResources .card-wrapper {
  margin-top: 50px;
  row-gap: 20px;
}

.card-wrapper .card.common-card {
  padding: 0;
  border-radius: 16px;
  box-shadow: none;
  max-width: 100%;
}

.card-wrapper .card.common-card .img-container {
  overflow: hidden;
  border-radius: 16px;
  max-height: 175px;
}

.card-wrapper .card.common-card .img-container img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease-out;
}

.card-wrapper .card.card.common-card .desc-container {
  padding: 24px 20px;
}

.card-wrapper .card.common-card .desc-container h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20.1676px;
  width: max-content;
  line-height: 150%;
  background: linear-gradient(90.6deg, #ff8b37 13.03%, #ffa500 99.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 8px;
}

.blog-detailpage .card.common-card .desc-container h3,
.latestBlog .card.common-card .desc-container h3 {
  background: linear-gradient(90.6deg, #ff3f25 13.03%, #ffa500 99.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.card-wrapper .card.common-card .desc-container p {
  font-style: normal;
  font-weight: 500;
  font-size: 14.1174px;
  line-height: 23px;
  color: #252525;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-wrapper .card.common-card .desc-container .tags {
  gap: 6px;
  margin-bottom: 1rem;
}

.card-wrapper .card.common-card .desc-container .tags span {
  font-style: normal;
  font-weight: 600;
  font-size: 10.0838px;
  line-height: 100%;
  color: #01264b;
  opacity: 0.8;
  background: rgba(242, 245, 249, 0.75);
  mix-blend-mode: normal;
  border-radius: 6.05029px;
  padding: 6px 12px;
}

.card-wrapper .card.common-card .desc-container .btnwrap {
  margin-top: 20px;
  gap: 20px;
}

.freeResources .card-wrapper .card .desc-container .btnwrap a {
  text-decoration: none;
}

.freeResources .card-wrapper .card .desc-container .btnwrap a:first-child {
  background: linear-gradient(180deg,
      rgba(255, 140, 56, 0.8) 0%,
      rgba(255, 165, 2, 0.8) 100%);
  border-radius: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  text-align: center;
  letter-spacing: -0.011em;
  padding: 5px 16px;
  color: #ffffff;
}

.freeResources .card-wrapper .card .desc-container .btnwrap a:nth-child(2) {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #ffa35f;
}

.freeResources .card-wrapper .card:hover .img-container img {
  transform: scale(1.08);
}

.freeResources .card-wrapper .card:hover {
  box-shadow: 0px 4px 60px rgba(255, 107, 0, 0.15);
}

.featured-blogs {
  position: relative;
  padding: 50px 0;
}

.featured-blogs .swiper-container>.swiper-slide__content {
  position: absolute;
  top: 0;
}

.featured-blogs .swiper-container {
  position: relative;
  height: 300px;
}

.featured-blogs .swiper-container>.swiper-slide__content {
  position: absolute;
  top: 0;
}

.featured-blogs .swiper-slide {
  height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.8);
  border-radius: 16px;
}

.featured-blogs .swiper-slide .wrapper {
  position: relative;
}

.featured-blogs .swiper-slide.swiper-slide-active {
  transform: scale(1);
  min-width: 460px;
}

.featured-blogs .swiper-slide.swiper-slide-prev,
.featured-blogs .swiper-slide.swiper-slide-next {
  transform: scale(0.9);
}

.featured-blogs .swiper-slide__content {
  height: 300px;
}

.featured-blogs .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 16px;
  transition: all 0.4s ease-out;
}

.featured-blogs .swiper-slide .img-container {
  overflow: hidden;
  border-radius: 16px;
}

.featured-blogs .swiper-slide:hover img {
  transform: scale(1.06);
}

.swiper-button-prev.featured-btn {
  left: 10px;
  right: auto;
}

.swiper-button-next.featured-btn {
  right: 0px;
  left: auto;
}

.featured-btn {
  color: #ff8a00;
  background-color: #fff;
  border-radius: 100%;
  height: 32px;
  width: 32px;
}

.featured-blogs .trendingPagination {
  bottom: -50px;
}

.featured-blogs .description {
  position: absolute;
  bottom: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg,
      rgba(70, 70, 70, 0) 0%,
      rgba(21, 21, 21, 0.920139) 78.99%);
  height: 140px;
  border-radius: 16px;
}

.featured-blogs .description h6 {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  text-shadow: 0px 0px 4.19293px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-blogs .description p {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  text-shadow: 0px 0px 4.19293px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.community {
  padding: 20px 0;
}

.community .wrapper {
  background: linear-gradient(93.33deg, #ffa048 -0.99%, #ffc960 100%);
  border-radius: 24px;
  padding: 57px 30px;
  position: relative;
}

.community .wrapper .form-control {
  height: 52px;
  border-radius: 8px;
}

.community .wrapper .description {}

.community .wrapper .description span {
  font-weight: 900;
  font-size: 1rem;
  line-height: 132%;
  text-transform: capitalize;
  color: #ffffff;
}

.community .wrapper .description h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.community .wrapper .submit-btn {
  background: linear-gradient(180deg, #004686 0%, #002e57 100%);
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 22px;
  color: #ffffff;
  padding: 13px 34px;
  margin-top: 2.375rem;
  /* display: block;
    max-width: 120px; */
}

.community .wrapper .particles img {
  max-width: 150px;
}

.community .wrapper .particle-wrapper .particles {
  position: absolute;
}

.community .wrapper .particle-wrapper .particles:first-child {
  top: 0px;
  left: 23%;
}

.community .wrapper .particle-wrapper .particles:nth-child(2) {
  top: -87px;
  right: -33px;
}

.community .wrapper .particle-wrapper .particles:nth-child(3) {
  bottom: 0;
}

.community .wrapper .particle-wrapper .particles:nth-child(4) {
  bottom: 0;
  right: 35%;
}

.community .wrapper .particle-wrapper .particles:nth-child(5) {
  bottom: 0;
  right: 0;
}

.brochures {
  padding: 0;
  padding-bottom: 155px;
  position: relative;
}

.brochures::after {
  content: "";
  position: absolute;
  width: 590.49px;
  z-index: -1;
  height: 623.76px;
  right: -50px;
  bottom: -20px;
  background: linear-gradient(130.43deg, #0038ff -1.47%, #2400ff 93.13%);
  opacity: 0.16;
  filter: blur(175px);
  will-change: opacity;
}

.scrollable-section {
  opacity: 0.18;
  color: white;
  text-transform: capitalize;
  overflow-x: hidden;
  width: 100vw;
  height: 200px;
  top: 0;
  position: absolute;
  transform: rotate(270deg) translate(0%, -50%);
  right: 0;
  left: 50%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.scrollable-section div {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
  justify-content: end;
  flex-direction: column;
}

.scrollable-section div .sliderTxt {
  display: flex;
  flex-shrink: 0;
  height: 50px;
  align-items: center;
  animation: slide-left 40s linear infinite;
}

.scrollable-section div .sliderTxt span {
  padding-left: 0.5em;
  font-style: normal;
  font-weight: 900;
  font-size: 30.2538px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.descWrap {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#listCardWrapper a.downloadBtn {
  background: linear-gradient(180deg,
      rgba(255, 140, 56, 0.8) 0%,
      rgba(255, 165, 2, 0.8) 100%);
  border-radius: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.011em;
  padding: 5px 16px;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}

/* Micro Learning Courses  */

.emailStepSectionContainer h2 {
  font-style: normal;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  margin-top: 40px;
}

.emailStepSection {
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.emailStepSection div h3 {
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 800;
}

.emailStepSection .email-step {
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0px 4px 60px rgba(255, 107, 0, 0.15);
  width: 22%;
}

.emailWhatYouGetSection {
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  border-radius: 24px;
  position: relative;
  padding: 40px;
  margin-top: 60px;
}

.emailWhatYouGetSection h2 {
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 32px;
}

.emailWhatYouGetGrid {
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.emailWhatYouGetGrid .emailWhatYouGetGridCard {
  padding: 40px 20px;
  border-radius: 24px;
  width: 22%;
  display: flex;
  min-width: 200px;
  align-items: center;
  justify-content: center;
}

.emailWhatYouGetGridCard1 {
  background: linear-gradient(180deg, #fae059 0%, #ffd056 100%);
}

.emailWhatYouGetGridCard2 {
  background: linear-gradient(110deg,
      rgba(191, 224, 255, 0.8) -2.07%,
      rgba(51, 152, 255, 01) 105.66%);
}

.emailWhatYouGetGridCard3 {
  background: linear-gradient(147.98deg, #89fc95 -1.1%, #29db30 91.22%);
}

.emailWhatYouGetGridCard4 {
  background: linear-gradient(77.12deg, #ec607c 3.45%, #fb869e 97.55%);
}

.emailWhatYouGetGrid .emailWhatYouGetGridCard h3 {
  color: #002f59;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

.emailDescriptionContainer {
  background: linear-gradient(178.37deg,
      rgba(210, 232, 250, 0) -4.64%,
      #d2e8fa 98.61%);
  position: relative;
  padding: 40px 0;
  padding-top: 10px;
  margin-top: 80px;
}

.emailBenefitsSectionContainer {
  background: linear-gradient(119deg,
      rgba(242, 225, 143, 0.4) 22.95%,
      rgba(255, 226, 152, 0.84) 111.48%);
  margin-top: 60px;
}

.emailBenefitsSection {
  padding: 30px 40px;
}

.benefitsTitle {
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}

.emailBenefitsImage {
  display: flex;
  align-items: center;
}

/* .emailBenefitsImage img {
  border-radius: 24px;
  } */
.emailBenefitsImage .gradientImageBox {
  max-width: 380px;
  width: 100%;
  height: 200px;
  border-radius: 24px;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%) !important;
}

.emailBenefitsCardSection {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-left: -150px;
}

.emailBenefitsCard {
  background-color: white;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 1px 2px 14px 4px rgba(0, 0, 0, 0.08);
}

.emailBenefitsCard div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.emailBenefitsCard div p {
  font-size: 20px;
  font-weight: 700;
}

.emailBenefitsUnsubscribeSection {
  margin-top: 80px;
  margin-bottom: 80px;
  background: white;
  padding: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  box-shadow: 1px 2px 14px 4px rgba(0, 0, 0, 0.08);
}

.emailBenefitsUnsubscribeSection h2,
.emailBenefitsPeopleReview h2 {
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 800;
  text-align: center;
}

.emailBenefitsUnsubscribeSection h3,
.emailBenefitsPeopleReview h3 {
  color: #000000;
  font-weight: 800;
  text-align: center;
  max-width: 850px;
}

.emailBenefitsPeopleReview {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.emailBenefitsPeopleReview h3 {
  max-width: 100%;
  margin-top: 40px;
}

.es-top-banner {
  max-width: 150px;
  object-fit: contain;
  margin-top: -100px;
  opacity: 0.6;
}

.emailHeaderCustom {
  position: relative;
}

.es-top-left {
  position: absolute;
  left: -120px;
}

.es-top-right {
  position: absolute;
  right: -100px;
  width: 100px;
  top: 20px;
}

/* Micro Learning Courses  */

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
  }

  /* 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
      } */
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
      } */
}

.sliderTxt.box-1 span:first-child {
  color: #ff0000;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.1px;
  -webkit-text-stroke-color: #ff0000;
}

.sliderTxt.box-1 span:nth-child(2) {
  color: #2400ff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.1px;
  -webkit-text-stroke-color: #2400ff;
}

.sliderTxt.box-1 span:nth-child(3) {
  color: #db00ff;
}

.sliderTxt.box-1 span:nth-child(4) {
  color: #ff007a;
}

.sliderTxt.box-2 span:first-child {
  color: #ff8a00;
}

.sliderTxt.box-2 span:nth-child(2) {
  color: #db00ff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.1px;
  -webkit-text-stroke-color: #db00ff;
}

.sliderTxt.box-2 span:nth-child(3) {
  color: #2bd1d1;
}

.sliderTxt.box-2 span:nth-child(4) {
  color: #ff007a;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.1px;
  -webkit-text-stroke-color: #ff007a;
}

.sliderTxt.box-3 span:first-child {
  color: #2bd1d1;
}

.sliderTxt.box-3 span:nth-child(2) {
  color: #db00ff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.1px;
  -webkit-text-stroke-color: #db00ff;
}

.sliderTxt.box-3 span:nth-child(3) {
  color: #ff007a;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.1px;
  -webkit-text-stroke-color: #ff007a;
}

.sliderTxt.box-3 span:nth-child(4) {
  color: #ff8a00;
}

.brochures .bNewsLetter {
  padding: 0 80px;
  margin-top: 65px;
}

.brochures .beforeImg {
  position: absolute;
  left: 10px;
  bottom: 10%;
  max-width: 250px;
  max-height: 250px;
  z-index: 2;
}

.brochures .afterImg {
  position: absolute;
  max-height: 135px;
  max-width: 135px;
  right: 52px;
  top: 12%;
  z-index: 2;
}

.redirectionTag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.viewWrap .freeResources .card-wrapper .card .desc-container .btnwrap a.downloadBtn {
  background: linear-gradient(180deg,
      rgba(255, 140, 56, 0.8) 0%,
      rgba(255, 165, 2, 0.8) 100%);
  border-radius: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.011em;
  padding: 5px 16px;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}

.card-wrapper .card.common-card .desc-container h3 {
  width: 100% !important;
  text-align: left;
}

.featured-blogs .featured-btn {
  top: 56%;
}





@media (max-width: 1450px) {
  .emailBenefitsSection {
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .mobBanner {
    display: none;
  }
}

@media (max-width: 1299.9px) {
  .es-top-left {
    left: -60px;
  }

  .es-top-right {
    right: -30px;
    top: 20px;
  }
}

.featured-blogs .featured-btn {
  top: 60%;
}

@media (max-width: 1199.9px) {
  .featured-btn {
    display: none;
  }
}

@media (max-width: 991.9px) {
  .community {
    padding-top: 60px;
  }

  .card-wrapper .card.common-card .desc-container h3 {
    width: 100%;
    text-align: left;
  }

  .brochures .scrollContainer {
    display: flex;
    flex-direction: column;
  }

  .brochures .bNewsLetter .d-flex.gap-4 {
    flex-wrap: wrap;
  }

  .brochures .BScrollcolumn {
    overflow-y: visible;
    width: 47%;
  }

  .brochures .bNewsLetter {
    padding: 0 30px;
  }

  .brochures .beforeImg img,
  .brochures .afterImg img {
    max-width: 150px;
  }

  .resourcePage .cardWrapper .card {
    width: 48%;
  }
}

@media (max-width: 779px) {
  .whyusscroll {
    display: none;
  }

  .es-top-left,
  .es-top-right {
    display: none;
  }

  .drivesSection h1 {
    font-size: 24px;
    line-height: 150%;
  }
}

@media (max-width: 767px) {
  .es-top-banner {
    margin-top: 0px;
    margin-bottom: -80px;
  }

  .community.community_mob {
    padding-top: 0;
  }

  .resourcePage .cardWrapper .card {
    width: 90%;
    margin: auto;
  }

  .tab-wrapper ul li:first-child .maintab img {
    max-width: 45px;
  }

  .blogSwiperDesk {
    display: none;
  }

  .mobBanner .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Two columns */
    grid-gap: 10px;
    /* Gap between items */
    margin-top: 40px;
  }

  .mobBanner .grid-item {
    padding: 0;
  }

  .mobBanner .img-container {
    position: relative;
  }

  .mobBanner .img-container img {
    border-radius: 13px;
  }

  .mobBanner .description {
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg,
        rgba(70, 70, 70, 0) 0%,
        rgba(21, 21, 21, 0.920139) 78.99%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 8px;
    color: #fff;
    border-radius: 0 0 16px 16px;
  }

  .mobBanner .description h3 {
    font-size: 14px;
  }

  .freeResources .card-wrapper .card {
    box-shadow: 0px 4px 60px rgba(255, 107, 0, 0.15);
  }

  .swiper-button-next.featured-btn {
    right: -6px;
    top: 180px;
  }

  .swiper-button-prev.featured-btn {
    left: -11px;
    top: 180px;
    right: auto;
  }

  .featured-blogs .swiper-slide.swiper-slide-active {
    min-width: auto;
    transform: scale(1);
  }

  .featured-blogs .swiper-slide.swiper-slide-prev,
  .featured-blogs .swiper-slide.swiper-slide-next {
    transform: scale(0);
  }

  .brochures .bNewsLetter .d-flex.gap-4 {
    flex-wrap: nowrap;
  }

  .brochures .afterImg,
  .brochures .beforeImg {
    display: none;
  }

  .card-wrapper .card.common-card .desc-container h3 {
    font-size: 18px;
  }

  .freeResources .heading-wrapper span img,
  .brochures .heading-wrapper span img,
  .featured-blogs .heading-wrapper span img {
    max-width: 45px;
  }

  .beforeImg img {
    max-width: 140px;
  }

  .wrapperMob {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border: 2px solid #ff7a00;
    padding: 16px;
    gap: 16px;
    align-items: center;
  }

  .wrapperMob .submit-btn {
    background: linear-gradient(180deg, #004686 0%, #002e57 100%);
    border-radius: 8px;
    padding: 12px 16px;
    font-style: normal;
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .wrapperMob img {
    max-width: 90px;
  }

  .wrapperMob .right h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;

    width: max-content;
    background: linear-gradient(90deg, #ff5d5d 0%, #c04cad 60%, #1857d1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 25px;
  }

  .wrapperMob .right p {
    color: #2b2a29;
    font-size: 12px;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .wrapperMob .right {
    flex: 1;
  }

  .freeResources .heading-wrapper h2 {
    font-size: 28px;
  }

  .resourceSection::after {
    display: none;
  }

  .resourceSection .scrollable-section {
    display: none;
  }

  .featured-blogs .heading-wrapper h2,
  .brochures .heading-wrapper h2 {
    font-size: 25px;
    line-height: 25px;
  }
}

@media (max-width: 575px) {
  .wrapperMob img {
    max-width: 70px;
  }

  .resourcePage .cardWrapper .card {
    width: 100%;
  }

  .mobBanner .mainDiv .description h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .mobBanner .description h3 {
    font-size: 12px;
    margin: 0;
  }

  .freeResources {
    padding-bottom: 15px;
  }

  .community {
    padding: 0 0 50px 0;
  }

  .card-wrapper .card.card.common-card .desc-container {
    padding: 18px;
  }

  .freeResources .heading-wrapper h2 {
    font-size: 22px;
  }

  .resourcePage .cardWrapper .card img {
    max-width: 90px;
  }

  .brochures .brochureBtn {
    padding: 5px 8px;
  }

  .brochures .bNewsLetter {
    padding: 0 20px !important;
  }
}