@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.header-sec {
  background-color: #fff;
}
.header-sec .primary-button {
  background-color: #000;
  color: #fff;
}
.header-sec .primary-button:hover {
  background-color: #363636;
}
.header-sec .outline-button-light {
  color: #111827;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.header-sec .outline-button-light:hover {
  border: 1px solid #000;
}
.header-sec .header-logo {
  width: 100%;
  max-width: 237px;
  padding: 0;
}
.header-sec .header-logo img {
  width: 100%;
}
.header-sec.home-header .header-menu {
  gap: 24px;
}
.header-sec.home-header.header-small .header-menu {
  gap: 24px;
}
.header-sec.white-header {
  background: #005d69;
  background: none;
}
.header-sec.white-header .primary-button {
  background: #ffed50;
  color: #111827;
}
.header-sec.white-header .primary-button:hover {
  background-color: #E8D63F;
}
.header-sec.white-header .outline-button-light {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header-sec.white-header .outline-button-light:hover {
  border-color: #fff;
}
.header-sec.white-header .header-logo .img-fluid {
  filter: invert(1) brightness(100);
}
.header-sec.white-header .header-menu .header-menu-item a {
  color: #fff;
}
.header-sec.white-header.header-small {
  background-color: #fff;
}
.header-sec.white-header.header-small .header-menu .header-menu-item a {
  color: #111827;
}
.header-sec.white-header.header-small .primary-button {
  background-color: #000;
  color: #fff;
}
.header-sec.white-header.header-small .primary-button:hover {
  background-color: #363636;
}
.header-sec.header-small .mobile-header-logo {
  height: auto;
  width: 100%;
  max-width: 237px;
}
.header-sec.header-small .mobile-header-logo img {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-sec .header-logo {
    max-width: 177px;
  }
  .header-sec.header-small .mobile-header-logo {
    max-width: 177px;
  }
}
@media (max-width: 991px) {
  .mobile-header-logo {
    width: 100%;
    max-width: 177px;
  }
  .header-sec.white-header {
    background-color: #fff;
  }
  .header-sec.header-small .mobile-header-logo {
    max-width: 177px;
  }
  .header-sec .primary-button {
    background: #ffed50;
    color: #111827;
  }
  .header-sec .primary-button:hover {
    background-color: #E8D63F;
  }
  .header-sec.white-header.header-small .primary-button {
    background: #ffed50;
    color: #111827;
  }
  .header-sec.white-header.header-small .primary-button:hover {
    background-color: #E8D63F;
  }
  .navbar-collapse {
    transition: none;
  }
}
::placeholder {
  color: #9CA3AF;
}

.broadreach-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 112px;
}

.sub-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #599DA3;
  margin-bottom: 24px;
}

.page-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.02em;
}

.banner-heading-wrap .sub-title {
  margin-bottom: 24px;
}
.banner-heading-wrap .page-title {
  margin-bottom: 32px;
}
.banner-heading-wrap .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #D9E6E8;
  margin-bottom: 0;
}
.banner-heading-wrap .link-dv {
  margin-top: 48px;
}

.block-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #111827;
}

.block-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.02em;
  width: 431px;
}

.block-text {
  font-size: 16.13px;
  font-weight: 400;
  line-height: 24px;
  color: #374151;
}

.small-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #111827;
}

.broadreach-btn {
  display: inline-block;
  border-radius: 100px;
  background-color: #FFED50;
  color: #111827;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding: 15px 30px;
  transition: all 0.1s ease;
}
.broadreach-btn:hover {
  background-color: #E8D63F;
}
.broadreach-btn:disabled {
  background-color: #F3F4F6;
  color: #9CA3AF;
}
.broadreach-btn.black-btn {
  background-color: #000;
  color: #fff;
}
.broadreach-btn.black-btn:hover {
  background-color: #363636;
}
.broadreach-btn.outline-btn {
  background-color: transparent;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.broadreach-btn.outline-btn:hover {
  background-color: transparent;
  border: 1px solid #000;
}

.broadreach-logo-section .block-heading {
  width: 630px;
  color: #111827;
  margin-inline: auto;
}
.broadreach-logo-section .block-logo-list {
  margin-top: 64px;
}

.block-logo-list .l-img {
  vertical-align: middle;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 32px;
}
.block-logo-list a {
  display: inline-block;
  cursor: default;
}
.block-logo-list .slick-arrow {
  display: none !important;
}

.broadreach-expand-card-wrap {
  max-width: 940px;
  background-color: #008993;
  padding: 0 77px;
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.broadreach-expand-card-wrap .expand-img-shape-bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.broadreach-expand-card-caption {
  width: 100%;
  max-width: 358px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.broadreach-expand-card-caption .link-dv {
  margin-top: 32px;
}

.broadreach-expand-card-img {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.broadreach-expand-card-img .expand-img-shape {
  display: block;
  clip-path: polygon(9% 0%, 100% 16%, 100% 100%, 0% 100%);
  max-width: 352px;
}

.broadreach-integrations-logo {
  max-width: 682px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 12px;
  row-gap: 12px;
}
.broadreach-integrations-logo li {
  width: 87px;
  height: 87px;
  background-color: #F3F4F6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.broadreach-integrations-logo li a {
  display: inline-block;
  cursor: default;
}

.highlight-shape-1 {
  background: url("../../images/svg/highlights1.svg") no-repeat center;
  background-size: cover;
  padding: 0 5px;
}

.highlight-shape-2 {
  background: url("../../images/svg/highlights2.svg") no-repeat center;
  background-size: cover;
  padding: 0 5px;
}

@media (min-width: 992px) {
  .broadreach-hide-web {
    display: none;
  }
}
@media (max-width: 1199px) {
  .broadreach-container {
    padding: 0 56px;
  }
}
@media (max-width: 991px) {
  .broadreach-hide-mob {
    display: none;
  }
  .broadreach-container {
    padding: 0 16px;
  }
  .page-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }
  .block-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }
  .block-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .block-logo-list .l-img {
    padding-inline: 16px;
  }
  .broadreach-integrations-logo {
    column-gap: 6px;
    flex-wrap: nowrap;
  }
  .broadreach-integrations-logo:not(:last-child) {
    margin-bottom: 6px;
  }
  .broadreach-integrations-logo li {
    width: 62px;
    height: 62px;
  }
  .broadreach-integrations-logo li a {
    width: 38px;
  }
}
.home-main-wrapper {
  padding-top: 0;
}

.broadreach-home-hero-section {
  padding-block: 222px 150px;
  background: linear-gradient(to bottom, #005D69 75%, transparent 0);
  color: #fff;
  min-height: calc(100vh + 72px);
  position: relative;
  display: flex;
  align-items: center;
}
.broadreach-home-hero-section .home-map-city-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.broadreach-home-hero-section .home-map-city-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.home-banner-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.home-banner-wrap .banner-heading-wrap {
  max-width: 618px;
  margin-inline: auto;
  margin-top: -180px;
}
.home-banner-wrap .banner-heading-wrap .description {
  color: #D9E6E8;
}

.home-curve-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-curve-shape svg {
  width: 100%;
  height: auto;
}

.home-top-info-section {
  padding-block: 48px 75px;
}

.home-top-info-row {
  max-width: 1008px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px 24px;
}

.home-top-info-card {
  padding: 24px;
  border: 1px solid #E5E7EB;
  border-radius: 24px;
}
.home-top-info-card .home-top-info-img {
  margin-bottom: 16px;
}
.home-top-info-card .block-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.home-our-services-section {
  padding-block: 75px;
}
.home-our-services-section .link-dv {
  margin-top: 64px;
}

.home-our-services-title-wrap {
  margin-bottom: 64px;
}

.home-our-services-row {
  max-width: 1008px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 48px;
}

.home-our-services-card {
  background-color: #F5F9F9;
}

.our-services-caption {
  padding: 32px;
}
.our-services-caption .small-heading {
  margin-bottom: 24px;
}

.home-value-added-section {
  padding-block: 75px 150px;
}
.home-value-added-section .link-dv {
  margin-top: 64px;
  text-align: center;
}

.home-value-added-title-wrap {
  max-width: 624px;
  margin-bottom: 64px;
}

.home-value-added-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 48px 24px;
}

.home-value-added-card {
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  padding: 24px;
}
.home-value-added-card .v-img {
  margin-bottom: 32px;
}
.home-value-added-card .small-heading {
  margin-bottom: 16px;
}

.home-broadreach-logo-section {
  padding-block: 100px;
  background-color: #F9FAFB;
}

.home-market-updates-section {
  padding-block: 150px 75px;
}

.home-market-heading {
  margin-bottom: 64px;
}

.home-market-row {
  max-width: 1008px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  position: relative;
}

.home-market-img {
  flex: none;
  margin-top: -38px;
}

.home-market-caption {
  background-color: #F5F9F9;
  width: 100%;
  max-width: 480px;
  padding: 32px 40px;
  position: absolute;
  right: -30px;
}
.home-market-caption .sub-heading-wrap {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #111827;
}
.home-market-caption .small-heading {
  margin-bottom: 24px;
}
.home-market-caption .link-dv {
  margin-top: 24px;
}
.home-market-caption .link-dv .read-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #111827;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.home-technology-section {
  padding-block: 75px 150px;
}
.home-technology-section .link-dv {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  width: 502.99px;
}
.home-technology-section .link-dv .doc-btn {
  display: flex;
  column-gap: 8px;
  align-items: center;
  height: 48px;
}
.home-technology-section .link-dv .contact-btn {
  height: 48px;
}

.home-technology-card {
  background-color: #EBF2F3;
  padding: 48px 64px;
}

.home-technology-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}

.home-technology-caption {
  width: 100%;
  max-width: 481px;
}
.home-technology-caption .block-title {
  margin-bottom: 32px;
}

.about-technology-img {
  width: 100%;
  max-width: 525px;
}

.home-our-technology-row {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 24px;
}

.home-our-tech-card {
  background-color: #EBF2F3;
  padding: 32px 24px;
}
.home-our-tech-card .tech-icon {
  margin-bottom: 32px;
}
.home-our-tech-card .small-heading {
  margin-bottom: 16px;
}

.home-integrations-bot-shape {
  margin-top: -2px;
  margin-bottom: -2px;
}

.home-integrations-section {
  padding-block: 150px;
  background-color: #005D69;
  position: relative;
}

.home-integrations-caption .sub-title {
  margin-bottom: 24px;
}
.home-integrations-caption .block-title {
  max-width: 624px;
  color: #fff;
  margin-inline: auto;
  margin-bottom: 64px;
}

.home-integrations-logo {
  max-width: 682px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 12px;
  row-gap: 12px;
}
.home-integrations-logo li {
  width: 87px;
  height: 87px;
}
.home-integrations-logo li a {
  display: inline-block;
  cursor: default;
}

.integrations-contact-wrap {
  margin-top: 150px;
  margin-inline: auto;
  max-width: 800px;
  border-radius: 20px;
  background: #008993;
  color: #fff;
  padding: 64px 12px;
  position: relative;
  overflow: hidden;
}
.integrations-contact-wrap .integrations-shape-bx-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.integrations-contact-wrap .integrations-shape-bx-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.integrations-contact-wrap .integrations-shape-bx-mob {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.integrations-contact-wrap .integrations-contact-cap {
  position: relative;
  z-index: 1;
}
.integrations-contact-wrap .block-heading {
  max-width: 572px;
  margin-inline: auto;
}
.integrations-contact-wrap .link-dv {
  margin-top: 48px;
}

@media (min-width: 576px) {
  .broadreach-home-hero-section .home-map-city-img .map-hide-tab {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-technology-section .link-dv {
    width: auto; /* Removes the fixed width */
  }
  .block-heading{
    width: auto; /* Removes the fixed width */
  }
  .broadreach-logo-section .block-heading {
    width: auto; 
  }
}
@media (min-width: 992px) {
  .home-technology-section .link-dv.broadreach-hide-web {
    display: none;
  }
}
@media (max-width: 1199px) {
  .home-top-info-section {
    padding-block: 48px;
  }
  .home-top-info-row {
    grid-template-columns: repeat(1, 100%);
    max-width: 624px;
    margin-inline: auto;
  }
  .home-value-added-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .broadreach-home-hero-section .home-map-city-img {
    top: 64px;
  }
  .home-our-services-section {
    padding-block: 100px 50px;
  }
  .home-our-services-row {
    grid-template-columns: repeat(1, 100%);
    max-width: 480px;
  }
  .home-broadreach-logo-section {
    padding-block: 64px;
  }
  .home-value-added-section {
    padding-block: 50px 100px;
  }
  .home-value-added-title-wrap {
    text-align: center;
    margin-inline: auto;
  }
  .home-value-added-row {
    grid-template-columns: repeat(1, 100%);
    max-width: 624px;
    margin-inline: auto;
  }
  .home-market-updates-section {
    padding-block: 100px 50px;
  }
  .home-market-row {
    display: block;
    max-width: 600px;
  }
  .home-market-caption {
    margin-top: 64px;
    position: static;
    max-width: 100%;
  }
  .home-technology-section {
    padding-block: 50px 100px;
  }
  .home-technology-section .broadreach-container {
    padding: 0;
  }
  .home-technology-section .link-dv {
    margin-top: 0;
    padding: 16px 16px 100px;
    flex-direction: column;
    align-items: center;
    background-color: #EBF2F3;
  }
  .home-technology-card {
    padding: 100px 16px 64px;
  }
  .home-technology-row {
    display: block;
  }
  .home-technology-caption .link-dv {
    display: none;
  }
  .about-technology-img {
    margin-top: 64px;
  }
  .home-our-technology-row {
    margin-top: 0;
    grid-template-columns: repeat(1, 100%);
  }
  .home-our-tech-card {
    padding: 0 40px;
  }
  .home-our-tech-card .tech-icon {
    margin-bottom: 26px;
  }
  .home-our-tech-card .block-text {
    margin-bottom: 48px;
  }
  .home-integrations-top-shape {
    margin-bottom: -5px;
  }
  .home-integrations-bot-shape {
    margin-top: -5px;
  }
  .home-integrations-section {
    padding-block: 100px;
  }
  .home-integrations-caption .broadreach-hide-web .home-integrations-logo {
    column-gap: 6px;
    flex-wrap: nowrap;
  }
  .home-integrations-caption .broadreach-hide-web .home-integrations-logo:not(:last-child) {
    margin-bottom: 6px;
  }
  .home-integrations-caption .broadreach-hide-web .home-integrations-logo li {
    width: 62px;
    height: 62px;
  }
  .integrations-contact-wrap {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .broadreach-home-hero-section {
    min-height: auto;
    padding-block: 173px 262px;
  }
  .home-banner-wrap .banner-heading-wrap {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .broadreach-home-hero-section .home-map-city-img {
    bottom: 0;
    top: auto;
  }
  .broadreach-home-hero-section .home-map-city-img .map-hide-mob {
    display: none;
  }
  .home-integrations-top-shape {
    margin-bottom: -5px;
  }
  .home-integrations-top-shape svg {
    width: 100%;
    height: 20px;
  }
  .home-integrations-bot-shape {
    margin-top: -11px;
    margin-bottom: -6px;
  }
  .home-integrations-bot-shape svg {
    width: 100%;
    height: 20px;
  }
}
@media (max-width: 525px) {
  .broadreach-home-hero-section .home-map-city-img {
    top: 0;
    bottom: 0;
  }
  .broadreach-home-hero-section .home-map-city-img img {
    object-fit: contain;
    object-position: center bottom;
  }
}
.broadreach-about-hero-section {
  position: relative;
  overflow: hidden;
}

.about-banner-wrap {
  background-color: #005D69;
  padding-block: 150px 64px;
  color: #fff;
  position: relative;
}
.about-banner-wrap .container-relative {
  position: relative;
  z-index: 15;
}
.about-banner-wrap .banner-heading-wrap {
  max-width: 664px;
  margin-inline: auto;
}
.about-banner-wrap .about-circle-img {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
}

.about-banner-video-wrap {
  background-repeat: no-repeat;
  background-position: center 160%;
  background-size: cover;
  position: relative;
}
.about-banner-video-wrap .about-bg-shape {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -25%;
  z-index: -1;
}
.about-banner-video-wrap .about-bg-shape img {
  width: 100%;
}

.about-banner-video {
  width: 100%;
  max-width: 966px;
  padding-inline: 52px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.about-banner-video video {
  width: 100%;
  border-radius: 16px;
}

.about-our-story-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 150px;
}

.about-block-caption {
  width: 100%;
  max-width: 495px;
}
.about-block-caption .block-title {
  margin-bottom: 32px;
}
.about-block-caption .block-heading {
  color: #374151;
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 600;
  width: auto;
  line-height: 28px;
  letter-spacing: -0.02em;
}
.about-block-caption .block-text:not(:last-child) {
  margin-bottom: 24px;
}

.about-block-img {
  width: 100%;
  max-width: 571px;
}

.about-our-story-section {
  padding-block: 150px 75px;
}

.about-cross-border-section {
  padding-block: 75px;
}

.about-broadreach-logo-section {
  padding-block: 75px;
}

.about-expand-card-section {
  padding-block: 75px 150px;
}

.about-expand-card-wrap {
  max-width: 940px;
  background-color: #008993;
  padding: 0 77px;
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-expand-card-wrap .expand-img-shape-bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.about-expand-card-caption {
  width: 100%;
  max-width: 302px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.about-expand-card-caption .link-dv {
  margin-top: 32px;
}

.about-expand-card-img {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.about-expand-card-img .expand-img-shape {
  display: block;
  clip-path: polygon(9% 0%, 100% 16%, 100% 100%, 0% 100%);
  max-width: 352px;
}

@media (max-width: 1199px) {
  .about-our-story-row {
    column-gap: 90px;
  }
}
@media (max-width: 991px) {
  .about-banner-wrap {
    padding-block: 100px;
  }
  .about-banner-video {
    padding-inline: 0;
  }
  .about-circle-shape {
    width: 110%;
    bottom: -50%;
    left: -5%;
  }
  .about-banner-video-wrap {
    background: linear-gradient(to bottom, #005D69 62%, transparent 0);
  }
  .about-our-story-section {
    padding-block: 100px 50px;
  }
  .about-cross-border-section,
  .about-broadreach-logo-section {
    padding-block: 50px;
  }
  .about-expand-card-section {
    padding-block: 50px 100px;
  }
  .about-our-story-row {
    flex-wrap: wrap;
  }
  .about-block-caption {
    max-width: 100%;
  }
  .about-block-caption .block-title {
    text-align: center;
    margin-bottom: 64px;
  }
  .about-block-caption .about-block-img {
    margin-inline: auto;
    margin-bottom: 48px;
  }
  .about-block-caption .block-heading {
    margin-bottom: 48px;
  }
  .about-block-caption .link-dv {
    margin-top: 64px;
    text-align: center;
  }
  .about-expand-card-wrap {
    padding: 24px;
    display: block;
  }
  .about-expand-card-wrap .expand-img-shape-bg {
    top: auto;
  }
  .about-expand-card-caption .block-heading {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }
  .about-expand-card-img {
    padding: 0;
    margin-top: 64px;
    text-align: right;
  }
}
@media (max-width: 575px) {
  .about-banner-wrap {
    padding-block: 100px;
  }
  .about-banner-wrap .about-circle-img {
    top: 85%;
  }
  .about-banner-wrap .about-circle-img img {
    transform: scale(2);
  }
  .about-banner-video video {
    border-radius: 6.7px;
  }
}
.help-center-hero-section {
  background-color: #005D69;
  color: #fff;
  padding-block: 100px;
  position: relative;
}
.help-center-hero-section .help-shape-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.help-center-hero-section .banner-heading-wrap {
  max-width: 1216px;
  margin-inline: auto;
  position: relative;
}
.help-center-hero-section .help-plane-shape {
  position: absolute;
  left: 30%;
  top: -30px;
}

.help-search-box {
  margin-top: 48px;
}

.help-serach-wrap {
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
}

#help_search_form {
  display: flex;
  position: relative;
}
#help_search_form .search-input {
  width: 100%;
  border-radius: 100px;
  overflow: hidden;
}
#help_search_form .form-control {
  padding: 15px 20px;
  padding-left: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  background-color: #FFF;
  border: none;
}
#help_search_form .help-search-btn {
  border: none;
  box-shadow: none;
  background: none;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
}

.help-center-faq-topics-section {
  padding-block: 150px;
}

.help-faq-topics-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 48px;
  margin-block: 64px;
  max-width: 1008px;
  margin-inline: auto;
}

.help-faq-topics-card {
  border: 1px solid #D1D5DB;
  background: #FFF;
  padding: 40px 24px;
  grid-gap: 48px;
}
.help-faq-topics-card .help-topics-img {
  margin-bottom: 32px;
}
.help-faq-topics-card .block-heading {
  margin-bottom: 24px;
  color: #111827;
}
.help-faq-topics-card .link-dv {
  margin-top: 32px;
}
.help-faq-topics-card .link-dv .read-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #005D69;
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
}

.help-expand-card-box {
  padding-top: 64px;
  border-top: 1px solid #D1D5DB;
  max-width: 1008px;
  margin-inline: auto;
}
.help-expand-card-box .broadreach-expand-card-wrap {
  max-width: 100%;
}

@media (min-width: 576px) {
  .help-hide-tab {
    display: none;
  }
}
@media (min-width: 992px) {
  .help-expand-card-box .broadreach-expand-card-wrap {
    padding-inline: 96px;
  }
}
@media (max-width: 991px) {
  .help-center-hero-section .banner-heading-wrap .page-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.02em;
  }
  #help_search_form .form-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .help-center-faq-topics-section {
    padding-block: 100px;
  }
  .help-faq-topics-row {
    grid-template-columns: repeat(1, 100%);
    max-width: 624px;
  }
  .help-faq-topics-card .block-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .help-expand-card-box {
    max-width: 624px;
  }
  .help-expand-card-box .broadreach-expand-card-wrap {
    padding-inline: 28px;
  }
  .broadreach-expand-card-wrap {
    padding: 24px;
    display: block;
  }
  .broadreach-expand-card-wrap .expand-img-shape-bg {
    top: auto;
  }
  .broadreach-expand-card-caption .block-heading {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }
  .broadreach-expand-card-img {
    padding: 0;
    margin-top: 64px;
    text-align: right;
  }
}
@media (max-width: 575px) {
  .help-hide-mob {
    display: none;
  }
  .help-center-hero-section .help-shape-img {
    left: 0;
  }
  .help-center-hero-section .help-shape-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.broadreach-service-hero-section {
  padding-block: 100px 160px;
  position: relative;
}
.broadreach-service-hero-section .service-bg-color {
  background-color: #EBF2F3;
  clip-path: polygon(0 0, 100% 0, 100% 53%, 0% 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.broadreach-service-hero-section .hero-polygon-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
.broadreach-service-hero-section .hero-polygon-shape img {
  width: 100%;
}

.hero-service-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 64px;
}

.service-block-caption .page-title {
  color: #111827;
  margin-bottom: 32px;
}
.service-block-caption .link-dv {
  margin-top: 48px;
}

.service-block-img {
  width: 100%;
  max-width: 488px;
  margin-left: auto;
}

.service-info-sections {
  padding-block: 75px;
}

.service-txt-img-sec {
  width: 100%;
  max-width: 976px;
  padding-block: 75px;
  margin-inline: auto;
}
.service-txt-img-sec .block-title {
  margin-bottom: 64px;
}

.service-txt-img-row {
  display: flex;
  align-items: center;
  column-gap: 48px;
  row-gap: 48px;
}

.service-bx-img {
  width: 100%;
  max-width: 464px;
}

.service-block-txt {
  width: 100%;
  max-width: 431px;
  margin-left: auto;
}
.service-block-txt .block-txt {
  margin-bottom: 48px;
}
.service-block-txt .small-heading {
  margin-bottom: 16px;
}
.service-block-txt .link-dv {
  margin-top: 64px;
}

.service-map-sec {
  padding-block: 75px;
  text-align: center;
}
.service-map-sec .service-map-img {
  max-width: 922px;
  margin-inline: auto;
  margin-top: 64px;
}

.service-our-technology-section {
  background-color: #EBF2F3;
  padding-block: 100px;
}
.service-our-technology-section .link-dv {
  text-align: center;
  margin-top: 64px;
}

.service-tec-heading {
  max-width: 854px;
  margin-inline: auto;
  margin-bottom: 64px;
}

.service-tec-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 48px 24px;
}

.service-tec-card .service-tec-img {
  margin-bottom: 32px;
}
.service-tec-card .small-heading {
  margin-bottom: 16px;
}

.service-broadreach-logo-section {
  padding-block: 150px 75px;
}

.service-business-section {
  padding-block: 75px;
}
.service-business-section .block-title {
  margin-bottom: 64px;
  max-width: 624px;
  margin-inline: auto;
}

.service-business-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 64px 24px;
}

.service-business-card {
  padding-inline: 24px;
}
.service-business-card .service-business-img {
  margin-bottom: 32px;
}
.service-business-card .small-heading {
  margin-bottom: 16px;
}

.service-integrations-section {
  padding-block: 75px 150px;
}
.service-integrations-section .block-title {
  max-width: 624px;
  margin-inline: auto;
  margin-bottom: 64px;
}

.service-fulfillment-section {
  background-color: #005D69;
  padding-block: 64px;
  text-align: center;
  position: relative;
}
.service-fulfillment-section .service-fulfillment-shape {
  background-color: #005D69;
  clip-path: polygon(30% 0%, 70% 8%, 100% 0, 100% 83%, 70% 100%, 30% 92%, 0% 100%, 0 13%);
  position: absolute;
  left: 0;
  right: 0;
  top: -34px;
  bottom: -34px;
  z-index: 0;
}

.service-fulfillment-caption {
  max-width: 474px;
  margin-inline: auto;
  position: relative;
}
.service-fulfillment-caption .block-heading {
  color: #fff;
}
.service-fulfillment-caption .link-dv {
  margin-top: 32px;
}

@media (min-width: 992px) {
  .service-block-caption .highlight-shape-1 {
    background: none;
    padding: 0;
  }
  .service-txt-img-row-1 {
    column-gap: 100px;
  }
  .service-txt-img-row-2 {
    column-gap: 81px;
  }
  .service-txt-img-row-3 {
    column-gap: 92px;
  }
  .service-txt-img-no-cost-sec .service-bx-img {
    max-width: 543px;
  }
  .service-txt-img-no-cost-sec .service-block-txt {
    max-width: 341px;
  }
}
@media (max-width: 991px) {
  .broadreach-service-hero-section {
    padding-block: 64px 0;
    text-align: center;
  }
  .broadreach-service-hero-section .service-bg-color {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    bottom: 64px;
  }
  .hero-service-row {
    grid-template-columns: repeat(1, 100%);
  }
  .service-block-img {
    margin-inline: auto;
  }
  .service-info-sections {
    padding-block: 50px;
  }
  .service-txt-img-sec {
    padding-block: 50px;
  }
  .service-txt-img-sec .block-title {
    text-align: center;
  }
  .service-txt-img-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-block-txt {
    margin-inline: auto;
  }
  .service-block-txt .link-dv {
    text-align: center;
  }
  .service-map-sec {
    padding-block: 50px;
  }
  .service-tec-row {
    grid-template-columns: repeat(1, 100%);
    max-width: 624px;
    margin-inline: auto;
  }
  .service-tec-heading .highlight-shape-2 {
    padding: 0;
    background: none;
  }
  .service-broadreach-logo-section {
    padding-block: 100px 50px;
  }
  .service-business-section {
    padding-block: 50px;
  }
  .service-business-section .link-dv {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 12px;
    column-gap: 12px;
  }
  .service-business-row {
    grid-template-columns: repeat(1, 100%);
  }
  .service-integrations-section {
    padding-block: 50px 100px;
  }
  .service-fulfillment-caption .block-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .service-fulfillment-caption .link-dv {
    margin-top: 56px;
  }
}
.broadreach-contact-hero-section {
  background-color: #005D69;
  padding-block: 72px 0;
  position: relative;
}
.broadreach-contact-hero-section .contact-boxes-shape {
  position: absolute;
  top: -48px;
  right: -115px;
  z-index: -1;
}

.contact-banner-row-wrap {
  padding-block: 114px;
  position: relative;
  z-index: 1;
}

.contact-banner-row {
  display: flex;
}

.contact-banner-caption {
  width: 100%;
  max-width: 446px;
}
.contact-banner-caption .block-title {
  color: #fff;
  margin-bottom: 32px;
}
.contact-banner-caption .block-text {
  color: #D9E6E8;
}
.contact-banner-caption a {
  color: #D9E6E8;
}
.contact-banner-caption a:hover {
  text-decoration: underline;
}

.contact-banner-form-wrap {
  width: 100%;
  max-width: 620px;
  background-color: #fff;
  border-radius: 12px;
  padding: 28px;
  margin-left: auto;
}
.contact-banner-form-wrap .row {
  margin: 0 -11px;
}
.contact-banner-form-wrap .row [class*=col-] {
  padding: 0 11px;
  margin-bottom: 32px;
}
.contact-banner-form-wrap .field-wrapper {
  margin-top: 0;
}
.contact-banner-form-wrap .contact-banner-form {
  padding: 0;
}
.contact-banner-form-wrap .contact-banner-form label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #111827;
}
.contact-banner-form-wrap .contact-banner-form label.error {
  color: #f53a3a;
  font-size: 12px;
  margin-bottom: 0;
}
.contact-banner-form-wrap .contact-banner-form .input-field {
  padding: 8px 12px;
  border: 1px solid #E5E7EB;
  background-color: #fff;
  border-radius: 8px;
}
.contact-banner-form-wrap .contact-banner-form .broadreach-btn {
  border: none;
  width: 100%;
}

@media (min-width: 992px) {
  .contact-banner-row {
    column-gap: 150px;
  }
}
@media (max-width: 991px) {
  .broadreach-contact-hero-section {
    padding-block: 64px 0;
  }
  .broadreach-contact-hero-section .contact-boxes-shape {
    top: 0;
    right: 0;
    z-index: 0;
  }
  .contact-banner-row-wrap {
    padding-block: 100px;
  }
  .contact-banner-row {
    flex-wrap: wrap;
  }
  .contact-banner-caption {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 64px;
  }
  .contact-banner-form-wrap {
    padding: 24px;
    margin-inline: auto;
  }
  .contact-banner-form-wrap .row [class*=col-] {
    margin-bottom: 24px;
  }
}
.footer-wrapper {
  background-color: #EBF2F3;
  padding-block: 100px;
}

.footer-logo {
  margin-bottom: 16px;
}
.footer-logo a {
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
}

/*# sourceMappingURL=custom.css.map */
