.subtext{
  font-size: 12px;
}
#hero-72 {
  padding-top: 140px;
}
.validator-container {
    background-color: #02665c; /* Match teal background */
    color: white;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
  }
  .btn-upload,
  .btn-verify {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b9ede9;
    color: #02665c;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
  }

  .form-control {
    border: 1px solid #ced4da;
    border-radius: 6px;
  }
  .icon {
    margin-right: 8px;
    font-size: 16px;
  }
  .info-text {
    font-size: 80%;
  }
  .step-card {
    background-color: #f9f3ff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    height: 100%;
  }
  .step-card h6 {
    margin-top: 10px;
    font-weight: bold;
  }
  .step-card p {
    font-size: 16px;
  }
  .btn-cta {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffd600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .btn-cta-ev {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #e7c519;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .swiper {
    width: 100%;
    padding: 20px 0;
  }

  .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .swiper-slide img {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
  }

  .case-study-title {
    margin-top: 15px;
    font-weight: bold;
  }

  .case-study-description {
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
  }

  .case-study-link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
  }

  .swiper-button-prev,
  .swiper-button-next {
    color: #007bff;
  }
  .img-swiper{
    width: 55%;
  }
  /* "As Featured On" Section */
  .featured-on {
    text-align: center;
    padding: 40px 0;
  }

  .featured-on img {
    max-height: 50px;
    margin: 0 15px;
  }

  .cta-section {
    background-color: #6e2594;
    color: #ffffff;
    position: relative;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;    
    justify-content: space-evenly;
    align-items: center;
  }

  .cta-content {
    text-align: left;
    max-width: 600px;
    margin-bottom: 20px;    
  }

  .cta-content h2 {
    font-weight: bold;
    font-size: 28px;
    color: white;
    margin-bottom: 40px;
  }

  .cta-content p {
    margin: 15px 0;
    font-size: 14px;
  }

  .cta-button {
    background-color: #fbdd46;
    color: #171e25;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
  }
  .agt-button{
    background-color: #fbdd46;
    color: #000;
    border: none;
    padding: 20px 20px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
  }

  .cta-image {
    position: relative;
    text-align: center;
    max-width: 300px;
  }

  .cta-image img {
    /* width: 100%; */
    border-radius: 50%;
  }

  .cta-decor {
    position: absolute;
  }

  .cta-decor.email {
    width: 50px;
    height: 50px;
    top: -20px;
    left: -20px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cta-decor.circle {
    width: 15px;
    height: 15px;
    bottom: 20px;
    right: -10px;
    background: #ffe05d;
    border-radius: 50%;
  }
  .footer-logo {
    margin-bottom: 25px;
}
.shell-alt {
  margin: auto;
  max-width: 1130px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.benefits-list .benefits-list__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 938px;
  width: 100%;
}
.tools-section {
  text-align: center;
  padding: 50px 20px;
}

.tools-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tools-section p {
  color: #555;
  font-size: 16px;
  margin-bottom: 40px;
}

.tool-item {
  text-align: center;
  padding: 20px;
}

.tool-icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 15px;
}

.tool-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tool-description {
  font-size: 14px;
  color: #555;
}

@media (min-width: 768px) {
  .tool-item {
    padding: 40px;
  }
}
.pricing-card {
  background-color: #faf5ff;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
}
.toggle-switch {
  width: 3rem;
  height: 1.5rem;
}
.price-tag {
  font-size: 2.5rem;
  font-weight: bold;
}
.get-started-btn {
  background-color: #ffd54f;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 25px;
}
.price-table {
  font-size: 0.9rem;
}
.form-range::-webkit-slider-thumb {
  background: #9c27b0;
}
.price-badge {
  background-color: #9c27b0;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
}
.rates-card {
  border-radius: 20px;
  height: 100%;
}
.accordion-button::after {
  content: '+';
  background-image: none;
  font-size: 1.5rem;
  font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
  content: '-';
  background-image: none;
  transform: none;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  color: #0c63e4;
}

.accordion-item {
  border: none;
  background-color: #f8f9fa;
  margin-bottom: 1rem;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-button {
  padding: 1.5rem;
  font-weight: 600;
  color: #0a58ca;
}
.promo-banner {
  background-color: #FFE168;
  border-radius: 1rem;
  padding: 2rem;
}
.curious-banner {
  background: rgb(1, 75, 112);;
  border-radius: 1rem;
  padding: 2rem;
}
.curious-banner h1{
  font-size: 36px;
  color: rgb(255, 255, 255);
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: initial;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  line-height: 1.28;
}
.curious-banner p{
  font-size: 16px;
  color: rgb(255, 255, 255) !important;
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: start;
  font-weight: 500;
  max-width: 100%;
  line-height: 1.5;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.pmb {
  background-color: #5f2781;
  border-radius: 1rem;
  padding: 2rem;
}
.ef-pmb {
  background: #fbdd46;
}
.ef-pmb h2{
  line-height: 1.25 !important;
  margin-bottom: 10px !important;
  color: #171e25 !important;
}
.pmb h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.cta-button .btn{
  background: #5f2781;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.text-section {
  color: #4A5568;
  line-height: 1.7;
}
.section-heading {
  color: #1A202C;
  font-weight: bold;
  margin-bottom: 3rem;
}
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1rem;
}
.security-icons-list {
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  gap: 3%;
  list-style: none;
  margin: 15px -5px 0;
}
.security-icons-list .security-icons-list__item-icon {
  align-items: center;
  display: flex;
  height: 85px;
  justify-content: center;
}
.security-icons-list .security-icons-list__item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 3px 15px 52px 0 rgba(0, 0, 0, .07);
  color: #014b70;
  font-weight: 700;
  height: 149px;
  line-height: 1.2;
  margin: 5px 0;
  padding: 0 3px 18px;
  text-align: center;
  width: 101px;
}
.promo-banner-2 {
  background-color: #5D2E8C;
  border-radius: 1rem;
  padding: 2rem;
  color: white;
  overflow: hidden;
  position: relative;
}
.cta-button-2 {
  background-color: #FFE168 !important;
  color: #000 !important;
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
/* .cta-button-2:hover {
  background-color: #ffd634;
  color: #000;
} */
.circular-image {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  object-fit: cover;
  position: relative;
}
.image-wrapper {
  position: relative;
}
.decoration-circle {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.pricing-card {
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}
.pricing-card h4 {
  font-size: 24px;
  margin: 10px 0;
}
.price {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.features {
  list-style-type: none;
  padding: 0;
}
.features li {
  margin: 8px 0;
}
.subscribe-btn {
  margin-top: 20px;
}
.attention-box_aside .btn {
  background: #5f2781;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.attention-box .btn {
  background: #5f2781;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.btn--primary {
  background: #fbdd46 !important;
  color: #171e25;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: inherit;
}
.btn, .btn--primary {
  border-radius: 14px;
  padding: 17px 27px;
}
.section__body {
  margin: 0 auto;
  max-width: 1000px;
}
.email-finder-ninth-section-list {
  list-style: url(https://www.zerobounce.net/static/thick.png);
  margin-left: 20px;
}
.email-api {
  background-color: rgb(251, 221, 70);
  color: rgb(23, 30, 37);
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  padding: 17px 27px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 14px;
  text-decoration: none;
  white-space: normal;
  margin: 15px 0px;
}
.visit-api-doc {
  background-color: rgb(251, 221, 70);
  color: rgb(23, 30, 37);
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  padding: 17px 27px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 14px;
  text-decoration: none;
  white-space: normal;
  margin: 0px;
}
.email-finder-tenth-section-subtitle {
  color: #5f2781;
  font-size: 24px;
  font-weight: 700;
}
.email-finder-tenth-section-ribbon {
  background-color: #f0e7fc;
  border-radius: 25px;
  color: #5f2781;
  font-weight: 700;
  padding: 12px 0 10px 40px;
}
.card {
  border: none;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.icon-em {
  font-size: 24px;
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 50%;
}
.btn-custom {
  background-color: rgb(251, 221, 70);
  color: rgb(23, 30, 37);
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  font-family: Montserrat, sans-serif;
  padding: 10px 27px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 14px;
  text-decoration: none;
  white-space: normal;
  margin: 0px;
}
.enterprise-acc {
  display: flex;
  cursor: initial;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: static;
  border-bottom: none;
  border-left: none;
  border-right: none;
  max-width: 100%;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.create-acc {
  background-color: rgb(251, 221, 70);
  color: rgb(23, 30, 37);
  display: initial;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  padding: 13px 0px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 14px;
  text-decoration: none;
  white-space: normal;
  margin: 0px;
}
.req-demo {
  background: rgb(0, 99, 97);
  color: rgb(255, 255, 255);
  padding: 15px 0px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 14px;
  width: 100%;
  margin: 0px;
  display: inline-block;
  font-family: Montserrat, sans-serif;
}
.section__head {
  margin: 0 auto 58px;
  max-width: 740px;
  text-align: center;
}
.section__head .h3 {
  margin-bottom: 32px;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
.attention-box {
  margin: 0 auto 140px;
  max-width: 1246px;
  padding: 0 10px;
  width: 100%;
}
[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}
.attention-box--secondary .attention-box__inner {
  background: #006361;
  color: #fff;
}
.attention-box .attention-box__inner {
  align-items: center;
  background: #006361;
  border-radius: 24px;
  color: #171e25;
  display: flex;
  justify-content: space-between;
  padding: 38px 71px 38px 93px;
  position: relative;
  z-index: 1;
}
.attention-box .attention-box__inner .circle {
  border-radius: 24px;
  inset: 0;
  overflow: hidden;
  position: absolute;
}
.attention-box--secondary .attention-box__inner .circle:before {
  background: #003639;
  opacity: .28;
}
.attention-box .attention-box__inner .circle:before {
  background: #fdeeaa;
  border-radius: 50%;
  content: "";
  height: 692px;
  left: -220px;
  opacity: .45;
  position: absolute;
  top: -36px;
  width: 692px;
}
.attention-box .attention-box__content {
  font-family: Montserrat, sans-serif;
  max-width: 695px;
  padding-right: 20px;
  position: relative;
  width: calc(100% - 260px);
}
.attention-box--secondary .h3 {
  color: #fff;
}
.attention-box .h3 {
  line-height: 1.25;
  margin-bottom: 10px;
}
.attention-box .attention-box__aside {
  max-width: 260px;
  position: relative;
  width: 100%;
}
.attention-box .attention-box__aside .btn {
  width: 100%;
}
.attention-box--secondary .btn {
  background: #fbdd46 !important;
  color: #171e25 !important;
}
.attention-box .attention-box__notice {
  margin-left: -10px;
  margin-right: -10px;
  padding: 12px 0 0;
  text-align: center;
}
.attention-box .attention-box__notice p {
  left: 14px;
  margin-left: -1px;
  position: relative;
}
.testimonial__blockquote {
  color: #003639;
  font: 700 17px / 1.53 Montserrat, sans-serif;
  margin-bottom: 23px;
}
.testimonial__author {
  color: #b6bcc4;
  font-size: 14px;
  font-weight: 700;
}
.testimonial__author span {
  color: #606e7b;
  font-size: 16px;
}
.testimonial__author p {
  font-style: italic;
}
/* Agencies */
.btn--primary.btn--green {
  background-color: #006361 !important;
  color: #fff;
  margin: 1rem 0;
}
.btn--primary.btn--green {
  background-color: #006361 !important;
  color: #fff;
  margin: 1rem 0;
}
.agency-iss {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
.box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.box-container.s1 .box {
  align-items: center;
  color: #5f2781;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7rem;
  max-width: 100%;
  width: 500px;
  height: 15%;
}

.box {
  background-color: rgba(240, 231, 252, .32);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .5rem;
  box-shadow: 0 2px 10px hsla(0, 0%, 39%, .4);
  display: flex;
  flex-flow: row;
  gap: 1rem;
  padding: 1.5rem 2.3rem;
  margin: 0px 20px 30px 0px;
  align-items: center;
  color: rgb(95, 39, 129);
}

.integrations-container {
  grid-gap: 3rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, 185px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
  padding: 2rem 1rem 0;
}
.integrations-container img {
  max-height: 100px;
  max-width: 185px;
  object-fit: contain;
}
.integrations-container>:last-child {
  grid-column: 1 / -1;
}
.security-icons {
  margin: 0 auto;
  max-width: 853px;
}
.security-icons p{
  margin-top: 30px;
  text-align: center;
  color: rgb(23, 30, 37);
  font-size: 20px;
  font-weight: 500;
}
.security-icons-list {
  display: flex;
  flex-wrap: wrap;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  gap: 3%;
  justify-content: center;
  list-style: none;
  margin: 15px -5px 0;
}
.security-icons-list .security-icons-list__item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 3px 15px 52px 0 rgba(0, 0, 0, .07);
  color: #014b70;
  font-weight: 700;
  height: 149px;
  line-height: 1.2;
  margin: 5px 0;
  padding: 0 3px 18px;
  text-align: center;
  width: 101px;
}
.security-icons-list .security-icons-list__item-icon {
  align-items: center;
  display: flex;
  height: 85px;
  justify-content: center;
}
.security-icons-list .security-icons-list__item p {
  font-size: 14px;
  margin: 0;
}
.attention-box__aside {
  max-width: 385px;
}
.attention-box__aside .btn {
  background-color: #fbdd46;
  color: #171e25;
  width: 100%;
}
.billion {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.partner-sec{
  text-align: center;
}
.section-media-shares {
  background-color: rgba(240, 231, 252, .32);
  margin-top: 2rem;
  text-align: center;
}
.section-media-shares h4 {
  background-color: #5f2781;
  color: #fff;
  margin: 1rem auto;
  padding: .5rem 0;
  width: 550px;
}
.section-media-shares .flex-shares {
  align-items: center;
  display: flex;
  gap: 4rem;
  margin: 0 auto;
  max-width: 1202px;
  padding: 2rem 1rem;
  text-align: left;
}
.section-media-shares .flex-shares>div {
  max-width: 500px;
}
.section-media-shares .flex-shares .h3 {
  margin-bottom: 2rem;
}
.section-media-shares .flex-quotes {
  align-items: center;
  background-color: #fff;
  color: #5f2781;
  display: flex;
  font-size: 1.6rem;
  gap: 2rem;
  margin: 0 auto;
  max-width: 1170px;
}
.section-media-shares .flex-quotes>div {
  padding: 0 2rem 0 1rem;
  text-align: left;
}
.testimonial-card {
  background-color: #f8f6fc;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.avatar {
  /* width: 50px;
  height: 50px;
  background-color: #6a1b9a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center; */
  border-radius: 50%;
  /* font-size: 24px; */
}
.name {
  font-weight: bold;
  margin-bottom: 2px;
}
.review-link {
  color: #6a1b9a;
  text-decoration: none;
  font-weight: bold;
}
.review-link:hover {
  text-decoration: underline;
}
.feature-card {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  
}
.feature-cardd {
  background-color: #f9f9f9;
  border: none;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background-color: #e6d6f3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  margin: 0 auto 10px;
}
.highlight {
  font-weight: bold;
}

/* business-development */
.bd-box1 ul:not(.nav__links) {
  padding-left: 2.5rem;
  list-style: disc;
}
.bd-icon {
  font-size: 24px;
  background: #f8f9fa;
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
}
.card {
  border: none;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .102);
  height: 100%;
}
.tab-menu {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 20px;
}
.tab-menu a {
  text-decoration: none;
  font-weight: bold;
  color: #6c757d;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}
.tab-menu a.active {
  color: #0056b3;
  border-bottom: 2px solid #0056b3;
}
.content-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 0;
}
.content-container img {
  width: 400px;
  border-radius: 10px;
}
.icon-badge {
  position: absolute;
  background: #6a0dad;
  color: white;
  padding: 10px;
  border-radius: 8px;
  right: 15px;
  bottom: 15px;
}
.cas-legal{
  background: rgba(237, 246, 251, 0.6);
  text-align: left;
}
.act-settlement h3 {
  text-align: center;
}
.section-heading {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.sub-heading {
  text-align: center;
  color: #6c757d;
  margin-bottom: 30px;
}
.feature-box {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  display: inline-flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.feature-box h5 {
  font-weight: bold;
}
.feature-box p {
  color: #555;
}
.feature-icon {
  font-size: 30px;
  color: #007bff;
  margin-bottom: 10px;
}
.feature-btn {
  background: #ffc107;
  border: none;
  padding: 10px 15px;
  font-weight: bold;
  margin: 0 27px;
  color: #000;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}
.ejCJKT {
  display: flex;
  cursor: initial;
  justify-content: space-between;
  max-width: 530px;
  gap: 20px;
}
.dDwbNc {
  background-color: rgb(251, 221, 70);
  color: rgb(23, 30, 37);
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 250px;
  font-family: Montserrat, sans-serif;
  padding: 17px 27px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 14px;
  text-decoration: none;
  white-space: normal;
  margin: 10px 0px 0px;
}
.daPjht {
  background-color: rgb(245, 246, 247);
  color: rgb(1, 75, 112);
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 250px;
  font-family: Montserrat, sans-serif;
  padding: 17px 27px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 14px;
  text-decoration: none;
  white-space: normal;
  margin: 10px 0px 0px;
}
.dev-box1{
  align-items: baseline;
  gap: 10px;
}
.textblock__inner ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 200px;
  padding: 0;
}
.marketing-issues-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  margin: 1rem auto;
  max-width: 1170px;
  padding: 1rem 0;
}
 .marketing-issues-container .marketing-issues-box {
  background-color: #f0e7fc;
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  display: flex;
  gap: 1rem;
  padding: 3rem;
  width: calc(50% - .65rem);
}
.marketing-issues-container .marketing-issues-img {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 3rem;
  justify-content: center;
  min-width: 3rem;
  padding: 0 .85rem .025rem;
  width: 3rem;
}
.emo-container ul li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.emo-container ul li img {
  height: .85rem;
  margin-top: .2rem;
}
.smb-valid-block {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.smb-button {
  background-color: #fbc50e;
  color: #000;
  border: none;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 15px;
  text-decoration: none;
  margin: 1rem;
}
.accordion-body ul li {
  list-style: disc;
}
.accordion-body {
  padding: 40px;
}

/* email-warmup */
.email-warmup-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  margin: 1rem auto;
  max-width: 1170px;
  padding: 1rem 0;
}
 .email-warmup-container .email-warmup-box {
  background-color: #f0e7fc;
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  padding: 3rem;
  width: calc(50% - .65rem);
}
.email-warmup-container .email-warmup-img {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 3rem;
  justify-content: center;
  min-width: 3rem;
  padding: 0 .85rem .025rem;
  width: 3rem;
}
.pricing-card {
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  border: 1.5px solid rgb(95, 39, 129);
  background-color: transparent;
}
.pricing-card .price {
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  border-radius: 35px;
  display: inline-block;
}
.team-package .price {
  background: #e6d4fc;
  color: #6b2ea8;
}
.pro-package .price {
  background: #c7e5d4;
  color: #1d7f4b;
}
.subscribe-btn {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  font-size: 18px;
}
.team-package .subscribe-btn {
  background: #6b2ea8;
  color: white;
}
.pro-package .subscribe-btn {
  background: #1d7f4b;
  color: white;
}
.card-title {
  font-weight: bold;
  color: #007bff;
}
.card-text {
  color: #6c757d;
}
.icon {
  font-size: 2rem;
  color: #007bff;
}
.dmarc-dkim {
  display: flex;
  cursor: initial;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin: 40px 0px 0px 40px;
}
.spf-button {
  background-color: rgb(251, 221, 70) !important;
  color: rgb(23, 30, 37);
  display: block;
  padding: 0.8rem 1.7rem;
  font-size: 18px !important;
  text-align: center;
  border-radius: 15px;
  width: 100%;
}
.dkim-button {
  background-color: rgb(0, 99, 97) !important;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 18px !important;
  padding: 0.8rem 1.7rem;
  border-radius: 15px;
  text-align: center;
  width: 100%;
}
.dkim-button:hover {
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
}
.customPri-button{
  background-color: #1a78a8;
  color: #fff !important;
  display: block;
  padding: 0.8rem 1.7rem;
  font-size: 18px !important;
  text-align: center;
  border-radius: 15px;
  width: 70%;
}
.customPri-button:hover {
  text-decoration: none;
  color: #fff !important;
}
.free-button{
  background-color: rgb(251, 221, 70) !important;
  color: rgb(23, 30, 37);
  display: block;
  padding: 0.8rem 1.7rem;
  font-size: 18px !important;
  text-align: center;
  border-radius: 15px;
  width: 70%;
}
.marketing-issues-container .marketing-issues-box {
  background-color: transparent !important;
}
.packages {
  height: 40%;
}
.fpzfxR {
  background: rgb(247, 243, 253);
  border-left: 7px solid rgb(146, 85, 183);
  border-top: none;
  padding: 19px 60px 19px 58px;
  position: relative;
  margin-bottom: 35px;
  color: rgb(96, 110, 123);
  line-height: 1.5;
  border-radius: 0px;
}
.iuGdHF {
  background: transparent;
  width: initial;
  display: block;
  height: initial;
  border: none;
  max-width: 100%;
  text-align: start;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  position: static;
  box-shadow: none;
}
.bxDFun {
  position: absolute;
  width: 60px;
  top: 20px;
  left: 0px;
  text-align: center;
  color: rgb(26, 120, 168);
}
.hmFQnv {
  color: rgb(11, 12, 12);
  line-height: 28px;
}
.bApiPF {
  padding: 15px 0px 0px;
  list-style-position: initial;
  display: block;
  border-left: none;
  list-style-type: disc;
  margin: 0px;
}
.gxZsOR {
  font-size: 18px;
  color: rgb(96, 110, 123);
  margin: 15px 0px;
  padding: 0px;
  text-align: start;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
}
.sidebar {
  padding: 20px;
}
.sidebar .nav-link.active {
  background-color: #007bff;
  color: white;
  border-radius: 5px;
}
.content {
  padding: 20px;
}
.content-sections {
  display: none;
}
.content-sections.active {
  display: block;
}
.content img {
  max-width: 100%;
  height: auto;
}
.tabs-feature__description {
  align-items: center;
  display: flex;
}
.iAkETP {
  font-size: 16px;
  color: rgb(96, 110, 123);
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: start;
  font-weight: 500;
  max-width: 544px;
  line-height: 1.5;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.list-unstyled{
  text-align: left;
}
.resolve-heading{
  text-align: left;
  padding-bottom: 10px;
}
.ed-tool{
  padding-bottom: 20px;
}
.ed-card{
  text-align: center;
}
.solution-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}
.blue-solution{
  background-color: #edf6fb;
}
.purple-solution{
  background-color: rgba(240, 231, 252, .5);
}
.solution-card img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.solution-card-title {
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  text-align: left;
}
.solution-card-text {
  color: #666;
  text-align: left;
}
.btn-learn-more {
  background-color: #fbdd46 !important;
  color: #171e25;
  border: none;
  border-radius: 5px;
  padding: 10px 20px !important;
  font-size: 1rem;
  margin-top: 20px;
}
.sc-card{
  text-align: left;
  padding: 10px 10px 25px;
}
.zb-image{
  width: 17px !important;
  height: 12px;
  margin-right: 10px;
}
.card-body {
  text-align: left;
}
.benefit-card {
  text-align: center;
  padding: 20px;
}
.benefit-icon {
  font-size: 2rem;
  color: #007BFF;
  background-color: #E9F5FF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.benefit-title {
  font-weight: bold;
  color: #014b70;
  font-size: 18px;
}
.benefit-text {
  color: #014b70;
}
.card-value {
  align-items: center;
  background-color: #1e8bc2;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  width: 60px;
  margin-left: 75px;
}
.ef-tool {
  text-align: left;
}
.efapi-pricing{
  border: 2px solid #1e8bc2;
}
.efapi-pricing2 {
  border: 2px solid #5f2781;
}
.package-box:hover {
  transform: scale(1.1) !important;
  z-index: 1;
}
.package-box {
  align-items: center;
  align-self: stretch;
  background-color: #fff;
  border: 1px solid rgba(221, 221, 228, .5);
  border-radius: 13px;
  box-shadow: 0 14px 18px 0 rgba(85, 87, 88, .15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 34px;
  min-height: 660px;
  overflow: hidden;
  padding: 30px 18px 25px 19px;
  position: relative;
  transition: all .4s ease-out !important;
  transition-delay: 0s !important;
  width: 290px;
}
.package-box .package-box__price_pill {
  align-items: center;
  border-radius: 33px;
  color: #0b0c0c;
  display: flex;
  height: 66px;
  justify-content: center;
  letter-spacing: 1px;
  margin: 0 auto;
  width: 90%;
}
.package-box .package-box__price {
  z-index: 2;
}
.package-box .package-box__bg {
  border-left: 0;
  border-right: 1300px solid transparent;
  z-index: 1;
}
.package-box.package-box--starter .package-box__bg {
  border-bottom-color: #9adbfc;
}
.package-box__bg {
  border-bottom: 300px solid transparent;
  border-left: 1300px solid transparent;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 0;
  z-index: -1;
}
.package-box.package-box--team .package-box__bg {
  border-bottom-color: #cdb7e7;
}
.package-box ul li {
  align-content: center;
  display: flex;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
  padding: 0;
}
.email-finder-api-textblock ul li img {
  margin-right: 5px;
}
.tool-card {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  text-decoration: none;
  color: #512da8;
  height: 100%;
}
.tool-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3e5f5;
  border-radius: 50%;
  margin-right: 10px;
}
.icon i {
  font-size: 20px;
  color: #512da8;
}
.card-custom {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  max-width: 731px;
  margin: 0px auto;
  height: auto;
}
.section-title {
  font-weight: bold;
  color: #512da8;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left !important;
}
.icon-success {
  color: green;
  margin-left: 5px;
}
.divider {
  border-top: 1px solid #ddd;
  margin: 15px 0;
}
.image-preview img {
  width: 140px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
}
.faq {
  font-size: 18px;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 730px;
  text-align: center;
}
.faq-container {
  width: 100%;
  margin: 0 auto;
  max-width: 730px;
}

.faq-item {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
  padding: 15px 20px;
  background-color: #f8f9fa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.toggle-icon {
  font-size: 18px;
  font-weight: bold;
  color: #0d6efd;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-answer {
  padding: 0 20px;
  display: none;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
}
.faq-answer p {
  padding: 15px 0;
  margin: 0;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.text-center {
  text-align: center;
}
.bimi-ul li {
  list-style: disc;
  margin-left: 10px;
  padding: 10px 0px;
}
.rate-calculator-section {
  margin: 0 auto;
  max-width: 730px;
  padding: 0;
}
.rate-calculator-section .special-highlight {
  background: #efe7fc;
  border: 2px solid #cdb8e7;
  border-radius: 7px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .156);
  color: #0b0c0c;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  padding: 20px 17px;
}
.rate-calculator-section .caption {
  color: #606e7b;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.rate-calculator-section ul li {
  margin: 5px 15px;
  list-style: disc;
}
.arrow {
  margin-left: auto;
  font-size: 18px;
}
.section--services-generator {
  margin: 0 auto;
  max-width: 730px;
  padding: 0;
}
.featured-box {
  text-align: left;
  padding: 20px;
}
.featured-box i {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 15px;
}
.featured-box h4 {
  font-weight: bold;
}
.featured-box p {
  color: #555;
}
/* .faq-answer ul li {
  list-style: disc;
  margin-left: 20px;
  padding-top: 15px;
} */
.email-list-importance {
  background: transparent;
  width: initial;
  display: block;
  height: initial;
  max-width: 730px;
  text-align: start;
  margin: 50px auto 0px;
}
.cAtXwy {
  background: rgba(221, 238, 235, 0.208);
  border-left: none;
  border-top: 10px solid rgb(0, 99, 97);
  padding: 19px 60px 19px 58px;
  position: relative;
  margin-bottom: 35px;
  color: rgb(96, 110, 123);
  line-height: 1.5;
  border-radius: 14px;
}
.email-list-importance ul li {
  list-style: disc;
  margin-left: 20px;
  padding-bottom: 15px;
}
.ccUkIN a {
  color: rgb(12, 102, 147) !important;
  text-decoration: underline !important;
}
.email-validator__form .upload-file_label {
  align-items: center;
  background: #1f5a5a;
  border: 3px solid #fff;
  border-radius: 7px;
  box-sizing: border-box;
  display: flex;
  height: 60px;
  justify-content: space-evenly;
  width: 233px;
  cursor: pointer;
}
.email-validator__form .upload-file_label span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}
.email-validator__form {
  background: #006361;
  border-radius: 14px;
  box-shadow: 9px 21px 39px 0 #f0f3f4;
  margin: 0 auto;
  max-width: 910px;
  padding: 36px 38px;
}
.email-validator__form .upload-divider {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 20px;
}
.email-validator__form input {
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 7px;
  color: #006361;
  flex-grow: 1;
  font-size: 18px;
  height: 60px;
  padding: 0 24px;
}
.email-validator__form .email-validator__form-btn {
  align-items: center;
  border-radius: 7px;
  display: flex;
  height: 60px;
  justify-content: center;
  max-width: 158px;
  padding: 5px 10px;
  width: 100%;
}
.always-hover {
  background-color: var(--bs-primary-hover, #0b5ed7) !important;
  color: var(--bs-btn-hover-color, #fff) !important;
  border-color: var(--bs-btn-hover-border-color, #0a58ca) !important;
}
.eml-eva ul li {
  padding-bottom: 0px !important;
}
.custom_calculator {
  background: #003639;
  border: 3px solid #ddeeeb;
  border-radius: 14px;
  max-width: 100%;
  padding: 30px 40px;
  width: 415px;
}
.custom_calculator .results-description {
  color: rgba(221, 238, 235, .87);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}
.custom_calculator .results-label {
  color: #ddeeeb;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  margin-bottom: 3px;
}
.custom_calculator .calculator-results {
  background: #fff;
  border-radius: 7px;
  color: #606e7b;
  padding: 13px;
}
.hsPePY {
  font-size: 16px;
  color: rgb(95, 39, 129);
  margin: 15px 0px;
  padding: 0px;
  display: block;
  text-align: start;
  font-weight: 700;
  max-width: 100%;
  line-height: 1.5;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.bimi-records-number {
  background: #f0e7fc;
  border-radius: 50%;
  color: #5f2781;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
}
.jFbMub {
  font-size: 16px;
  color: rgb(95, 39, 129);
  margin: 10px 0px;
  padding: 0px;
  text-align: start;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
}
.dmarc-box {
  background: rgb(72, 25, 100);
  border-radius: 1rem;
  padding: 3rem 2rem;
  color: #fff;
}
.kxMBYP span{
  font-size: 20px;
}
.cidr-box {
  background-color: #f3e8ff;
  padding: 2rem;
  height: 100%;
}
.spam-card {
  border-radius: 1rem;
  border-top: 5px solid #00796b;
  background-color: #f9f9f9;
  padding: 2rem;
  max-width: 750px;
  margin: auto;
}
.spam-item {
  text-align: center;
  padding: 1rem;
  width: 20%;
  border-right: 2px solid rgb(216, 216, 216);
  height: 165px;
  font-size: 17px;

}
.spam-icon {
  width: 60px;
  height: 60px;
  background-color: #e0f2f1;
  color: #00796b;
  font-size: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.logo {
  height: 28px;
}
.factors-card {
  background-color: #f9f9f9;
  border-radius: 1rem;
  padding: 3rem;
  max-width: 900px;
  margin: auto;
}
.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #e0f2f1;
  color: #00796b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50%;
}
.joIOYG {
  font-size: 39px;
  color: rgb(0, 99, 97);
  margin: 20px auto 30px;
  text-align: center;
  font-weight: 700;
  max-width: 504px;
  line-height: 48px;
  font-family: "Nunito Sans", sans-serif;
}
.dRYJeO {
  background: rgba(221, 238, 235, 0.424);
  border-left: none;
  border-top: 10px solid rgb(0, 99, 97);
  padding: 19px 60px 19px 58px;
  position: relative;
  margin-bottom: 35px;
  color: rgb(96, 110, 123);
  line-height: 1.5;
  border-radius: 14px;
}
.kpHxan {
  font-size: 36px;
  color: rgb(11, 12, 12);
  max-width: 100%;
  margin: 25px 0px 15px;
  padding: 0px;
  text-align: initial;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  line-height: 1.28;
}
.bQcnvz {
  font-size: 24px;
  color: rgb(0, 0, 0);
  margin: 30px 0px 20px;
  text-align: start;
  font-weight: 700;
  letter-spacing: inherit;
  font-family: Montserrat, sans-serif;
  line-height: 1.45;
}
.checker-block__text {
  font-size: 18px;
  line-height: 1.45;
  margin: 0 auto 55px;
  max-width: 730px;
  text-align: center;
}
.checker-block__text .title {
  font-size: 36px;
  line-height: 56px;
  margin: 36px 0;
}
.dmarc-banner {
  background:  #1b93c7 50%;
  border-radius: 1rem;
  color: white;
  overflow: hidden;
}
.dmarc-left {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.dmarc-right {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notify-clean-email {
  background: #fff;
  border: 1px solid #014b70;
  border-radius: 15px;
}
.notify-box {
  align-items: center;
  background: rgba(240, 231, 252, .15);
  border: 1px solid #5f2781;
  border-radius: 14px;
  box-shadow: 0 10px 12px 0 rgba(96, 110, 123, .19);
  color: #5f2781;
  display: flex;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.44;
  padding: 35px 44px;
  position: relative;
}
.notify-clean-email .notify-box__icon {
  background: transparent;
}
.notify-box .notify-image {
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
.notify-box .notify-box__icon {
  align-items: center;
  background: #f0e7fc;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 78px;
  justify-content: center;
  margin-right: 35px;
  width: 78px;
}
.kKMICo {
  padding: 15px 0px 0px;
  list-style-position: initial;
  display: block;
  border-left: none;
  list-style-type: disc;
  margin: 0px;
}
.notify-box__entry ul li {
  font-size: 16px;
  color: rgb(23, 30, 37);
  margin: 10px 0px;
  padding: 0px;
  text-align: start;
  font-weight: 500;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
}
.notify-clean-email p {
  color: #014b70;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.gUXbxH {
    max-width: 730px;
    padding: 80px 70px 40px;
    background: rgb(255, 255, 255);
    border-radius: 14px;
    border: 1.8px solid rgb(230, 235, 241);
    box-shadow: rgba(32, 40, 47, 0.17) 0px 20px 80px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gUXbxH .h3 {
  color: rgb(1, 75, 112);
  text-align: center;
  margin-bottom: 10px !important;
}
.jfzsiF {
  color: rgb(96, 110, 123);
  text-align: center;
}
.cOBEka {
  width: 100%;
  min-height: 150px;
  margin: 0px auto 30px;
  border: 1px solid rgb(1, 75, 112);
  border-radius: 14px;
  position: relative;
  padding-left: 50px;
  padding-right: 10px;
  box-shadow: rgba(32, 40, 47, 0.17) 0px 20px 80px 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cOBEka .list-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: rgb(237, 246, 251);
  border-radius: 50%;
  border: 1px solid rgb(1, 75, 112);
  position: absolute;
  top: 26%;
  right: 94%;
  font-size: 30px;
  font-weight: 700;
  color: rgb(1, 75, 112);
}
.hBcIZZ {
  font-size: 18px;
  color: rgb(95, 39, 129);
  font-weight: 700;
  margin: 0px !important;
}
.fOGTKd {
  background: transparent;
  width: initial;
  display: block;
  height: initial;
  border: none;
  max-width: 730px;
  text-align: start;
  margin: 50px auto 0px;
  padding: 0px;
  border-radius: 0px;
  position: static;
  box-shadow: none;
}
.special-anchors {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
.special-anchors .special-anchor {
  align-items: center;
  background: #eef7f5;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  margin-bottom: 20px;
  min-width: 330px;
  padding: 21px 0;
  text-decoration: none;
}
.special-anchors .special-anchor .anchor-text {
  color: #006361;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 0 10px;
}
.bounce-rates__links .special-anchor {
  background: rgba(224, 240, 248, .502);
  border-radius: 8px;
  max-width: 350px;
  min-width: 0;
  padding: 15px;
  width: 100%;
}
.bounce-rates__links .special-anchor .icon-wrapper {
  background-color: rgba(154, 220, 252, .502);
  min-width: 50px;
}
.special-anchors .special-anchor .icon-wrapper {
  align-items: center;
  background: #e0f0f8;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.attention-boxx .btn {
  background: #5f2781;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.email-example {
  background-color: #fafbfc;
  border-radius: 7px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .156);
  margin-bottom: 1.5rem;
  padding: 40px 45px;
}
.dmarc-email-auth{
  max-width: 1055px;
  text-align: start;
  margin: 60px auto 0px;
}
.dmarc-email-auth-box2{
  max-width: 1130px;
  text-align: start;
  margin: 60px auto 0px;
}
.ktXRlu {
  background: rgb(250, 251, 252);
  width: initial;
  display: block;
  height: initial;
  border: none;
  max-width: 100%;
  text-align: start;
  margin: 0px;
  padding: 30px 0px;
  border-radius: 0px;
  position: static;
  box-shadow: none;
}
.bgQEES {
  background: rgb(0, 99, 97);
  max-width: 100%;
  text-align: start;
  margin: 0px;
  padding: 40px 0px;

}
.eNrktV {
  background: transparent;
  max-width: 1111px;
  text-align: start;
  margin: 0px auto;
}
.case-studies-ul ul li{
  padding-bottom: 0px !important;
  font-weight: 700;
}
.bmHTMx {
  background: transparent;
  width: initial;
  display: block;
  height: initial;
  border: none;
  max-width: 1000px;
  text-align: start;
  margin: 20px auto 0px;
  padding: 0px;
  border-radius: 15px;
  position: static;
  box-shadow: none;
}
.hTdkPo {
  background: rgb(95, 39, 129);
  width: initial;
  display: block;
  height: initial;
  border: none;
  max-width: 100%;
  text-align: start;
  margin: 0px;
  padding: 20px 15px;
  border-radius: 10px;
  position: static;
  box-shadow: rgba(23, 30, 37, 0.137) 2px 9px 15px 0px;
}
.fCBjnu {
  display: flex
;
  cursor: initial;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  position: static;
  background-color: transparent;
  background-image: none;
}
.bMMNvh {
  background: transparent;
  width: 260px;
  display: block;
  height: initial;
  border: none;
  max-width: 100%;
  text-align: start;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  position: static;
  box-shadow: none;
}
.dQQxVQ {
  background: rgb(251, 221, 70);
  color: rgb(23, 30, 37);
  padding: 15px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 14px;
  width: 100%;
  margin: 0px;
  display: inline-block;
  font-family: Montserrat, sans-serif;
}
.ktaWDo {
  font-size: 16px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border: none;
  padding: 15px;
  width: 100%;
  max-width: 100%;
  max-height: initial;
  margin: 0px;
  border-radius: 7px;
  resize: none;
  font-family: Montserrat, sans-serif;
  box-shadow: none;
}
.bimi-results {
  background-color: #fff;
  border: 1px solid #cfd3d7;
  border-radius: 14px;
  margin: 0 auto;
  padding: 25px;
  position: relative;
  z-index: 100;
}
.bimi-results .bimi-record {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 1.5rem;
}
.bimi-results .bimi-title {
  color: #5f2781;
  font-size: 28px;
  font-weight: 700;
}
.bimi-results .bimi-title img {
  margin-left: 3px;
}
.bimi-results .bimi-record-result {
  background: rgba(240, 231, 252, .302);
  margin-bottom: 1.5rem;
  padding: 15px 10px;
}
.bimi-results .bimi-record-result p {
  color: #979797;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  word-break: break-all;
}
.bimi-results .bimi-images {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.bimi-results .bimi-images div {
  background: rgba(240, 231, 252, .302);
  border-radius: 14px;
  margin-bottom: 1.5rem;
  padding: 20px;
}
.bimi-results .records-description {
  color: #606e7b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.bimi-results .bimi-certificate {
  border: none;
}
.bimi__calculator .form-container {
  background-color: #5f2781;
  border: 2px solid #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px #e6ebf1;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  padding: 50px;
}
.bimi__calculator .form-container h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .6px;
  line-height: 28px;
  margin-bottom: 20px;
}
.bimi__calculator .form-container .input-container {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  gap: 5px;
  margin-bottom: 20px;
}
.bimi__calculator .form-container .input-container input {
  border: 0;
  border-radius: 8px;
  color: #171e25;
  font-size: 18px;
  height: 50px;
  padding: 0 12px;
  width: 100%;
}
.bimi__calculator .form-container p {
  font-size: 14px;
  letter-spacing: .6px;
  line-height: 20px;
}
.bimi__calculator .form-container button {
  align-items: center;
  background-color: #fbdd46;
  border: none;
  border-radius: 8px;
  color: #171e25;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  letter-spacing: .5px;
  line-height: 32px;
  width: 100%;
}
.bimi-output {
  background-color: #3f0b6d;
  color: white;
  padding: 20px;
  margin-top: 15px;
  border-radius: 10px;
  font-family: monospace;
  white-space: pre-wrap;
  word-break: break-word;
}
.error-text {
  color: #ff6b6b;
  font-size: 13px;
  margin-top: 4px;
}
.section_head {
  align-items: center;
  display: flex;
  height: 306px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.section__head-background {
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.section__head-background:before {
  background: rgba(0, 0, 0, .4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.section__head-background img {
  left: 50%;
  min-height: 1000%;
  min-width: 1000%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(.1);
  z-index: -1;
}

.section__head-text {
  width: 100%;
  z-index: 1;
}
.section__head-text .h2 {
  color: #fff;
  margin: auto;
  position: relative;
  text-align: center;
  width: 60%;
  font-size: 48px;
}
.section__shell {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.shell-alt {
  margin: auto;
  max-width: 1130px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.section__content {
  color: #0b0c0c;
  line-height: 1.75;
  max-width: 740px;
  padding: 70px 10px 0 0;
  width: 100%;
  font-size: 16px !important;
}
.section-guide {
  padding: 0px 0 85px;
}
.section-guide .section__aside {
  align-self: flex-start;
  max-width: 255px;
  width: 100%;
}
.section-guide .is-fixed {
  position: fixed;
  right: calc(50vw - 565px);
  top: 0;
}
.section__aside {
  align-self: flex-start;
  max-width: 255px;
  width: 100%;
  padding-right: 10px;
}
.section__aside-inner {
  padding-top: 100px;
}
.section__aside-title {
  color: #171e25;
  font-family: Nunito Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
}
.section-guide .list-links {
  height: auto;
  overflow-y: auto;
}
[class^=list-] {
  list-style: none outside none;
}
.list-links li+li {
  margin-top: 14px;
}

.section__group h4 {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #171e25;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 1.45;
}
.section__group ul{
  list-style: disc;
  margin-left: 30px;
  padding-left: 16px;
}