.suite-text-banner {
  padding: 80px 0 100px 0;
}
.banner-wrap
{
  width: 966px;
}
.suite-text-banner h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
  margin: 35px 0 0 0;
}
.suite-text-banner h2 {
  color: rgba(0, 0, 0, 0.80);
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  margin: 24px 0 0 0;
}
.suite-text-banner .suite-banner-btn {
  display: flex;
  justify-content: center;
}
.suite-text-banner .suite-banner-btn .demo-request {
  padding: 12px 24px;
  color: #0A0A0A;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 56px 0 0 0;
  border-radius: 4px;
  text-decoration: none
}
.suite-text-banner .suite-banner-btn .demo-request {
  background: #FA7B32;
  color: #fff
}
.suite-text-banner .suite-banner-btn.aide-btn .demo-request{
  background: #544FF8;
  color: #fff
}
.suite-text-banner .suite-banner-btn.aide-btn .demo-request:hover{
  background: #322f95
}
.boltapi-demo-img
{
  padding: 0 0 100px 0
}
.boltapi-demo-img img {
  border-radius: 10.895px
}

.suite-section-padding {
  padding: 100px 0;
}
.suite-section-heading h2 {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}
.suite-section-heading h3 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  margin: 16px 0 0 0;
}
.suite-section-heading h4 {
  color: var(--Black-60, rgba(0, 0, 0, 0.60));
text-align: center;
font-size: 18px;
font-weight: 400;
line-height: 27px; /* 150% */
margin: 32px 0 0 0;
}

/* Integrations section */
.aide-integr .slick-slide img{
height: 48px;
}
 ul.inte_ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: left;
  column-gap: 24px;
  margin: 50px 0 0 0;
}
 ul.inte_ul li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
  position: relative;
  padding-left: 35px;
}
ul.inte_ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  background: url(../images/solutions-img/integration-ul-icon.svg)no-repeat;
  width: 25px;
}

/* Applications section */
.tabs-auto
{
  gap: 38px;
}
.tabs-auto .appli-tabs
{
  width: 346px;
}
.tabs-auto .appli-tabs-content
{
  width: 652px;
}
.tabs-auto .appli-tabs .tabs-auto-content
{
  display: none;
}
.tabs-auto .appli-tabs .active .tabs-auto-content
{
  display: block;
}
.tabs-auto .appli-tabs .appli-tabs-nav
{
  padding: 12px 24px;
}
.tabs-auto .appli-tabs .appli-tabs-nav.active
{
  padding: 24px;
}
.tabs-auto .appli-tabs .appli-tabs-nav .tabs-title
{
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.tabs-auto .appli-tabs .appli-tabs-nav.active .tabs-title
{
  color: #544FF8;
}
.tabs-auto .appli-tabs .appli-tabs-nav .tabs-auto-content
{
  margin: 14px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: var(--black-60, rgba(0, 0, 0, 0.60));
}
.tabs-auto .appli-tabs .appli-tabs-nav.active
{
  background: #fff;
  border-radius: 8px;
border: 1px solid var(--black-10, rgba(0, 0, 0, 0.12));
}
.tabs-auto .appli-tabs .appli-tabs-nav.active .tab-arrow svg {
  fill: #544FF8 !important;
}
.tabs-auto .appli-tabs .appli-tabs-nav .tab-arrow svg {
  fill: #000 !important;
}

.tabs-auto .appli-tabs .appli-tabs-nav.active .tab-arrow .tab-image {
  -webkit-filter: saturate(1000%) grayscale(0%) brightness(100%) contrast(1000%)
}
.tabs-auto .appli-tabs .appli-tabs-nav .tab-arrow .tab-image {
  -webkit-filter: saturate(1000%) grayscale(100%) brightness(100%) contrast(1000%)
}

/* features section*/
.features-container
{
  margin: 64px 0 0 0;
  gap: 24px;
}
.features-container .resources-box {
  background: #fff !important;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 332px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  min-height: 237px;
}
.features-container .resources-box .fs-18
{
  font-weight: 600;
  margin: 0 0 16px 0;
}
.features-container .resources-box .f-desc
{
font-size: 14px;
line-height: 21px; /* 150% */
color: rgba(0, 0, 0, 0.60);
}

.parent .toggle {
  display: none
}
.parent button {
  display: block;
  margin: 15px auto 0
}
.clearfix {
  clear: both
}
.parent button.more:before {
  content: attr(data-more)
}
.parent button.less:before {
  content: attr(data-less)
}
button.more.aide
{
  color: #544FF8;
font-size: 16px;
font-weight: 600;
line-height: normal;
padding: 11px 24px;
border: 1px solid #544FF8;
background: #fff;
border-radius: 4px;
transition: 0.5s;
}
.more.boltapi-more
{
  background: #544FF8;
  color: #fff;
}
button.more.lumen-phish-feature:hover
{
  background: #0F4A3B;
  border: 1px solid #0F4A3B;
  color: #fff;
}
button.more.lumen-phish-feature {
  color: #0F4A3B;
  border: 1px solid #0F4A3B;
}
button.less.lumen-phish-feature {
  color: #0F4A3B !important;
  border: 1px solid #0F4A3B !important;
}
.parent button {
  color: #544FF8;
font-size: 16px;
font-weight: 600;
line-height: normal;
padding: 11px 24px;
border: 1px solid #544FF8;
background: #fff;
border-radius: 4px;
transition: 0.5s;
}

button.more.boltapi-more
{
  color: #FA7B32;
font-size: 16px;
font-weight: 600;
line-height: normal;
padding: 11px 24px;
border: 1px solid #FA7B32;
background: #fff;
border-radius: 4px;
transition: 0.5s;
}
button.less.boltapi-more
{
  color: #FA7B32;
font-size: 16px;
font-weight: 600;
line-height: normal;
padding: 11px 24px;
border: 1px solid #FA7B32;
background: #fff;
border-radius: 4px;
transition: 0.5s;
}
button.more.boltapi-more.boltload:hover {
  background: #FA7B32;
  border: 1px solid #FA7B32;
  color: #fff;
}

/* Benefits section */
.bolt-icon-bg
{
  background: #FFE8D8 !important;
}
.bapi-benefits
{
  gap: 24px;
  margin: 64px 0 0 0;
}
.bapi-benefits .box-bg
{
  border-radius: 16px;
border: 1px solid rgba(250, 123, 50, 0.25);
background: #FFFBF9;
}
.bapi-benefits .big-box
{
  display: flex;
width: 689px;
padding: 64px;
justify-content: center;
align-items: center;
gap: 10px;
min-height: 515px;
justify-content: space-between;
}
.bapi-benefits .big-box .text-box
{
  width: 250px;
}
.bapi-benefits .heading-color
{
  color: #D04C00;
}
.bapi-benefits .big-box .title
{
font-size: 28px;
font-weight: 600;
line-height: 46.5px;
margin: 0 0 16px 0;
}
.bapi-benefits .big-box .desc
{
overflow: hidden;
text-overflow: ellipsis;
font-size: 18px;
font-weight: 400;
line-height: 36.5px; /* 202.778% */
}
.bapi-benefits .small-box
{
  display: flex;
  width: 334px;
  padding: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}
.bapi-benefits .small-box .title
{
font-size: 22px;
font-weight: 600;
line-height: 36px; /* 163.636% */
margin: 14px 0 6px 0;
}
.bapi-benefits .small-box .desc
{
  overflow: hidden;
text-overflow: ellipsis;
font-size: 16px;
font-weight: 400;
line-height: 28px; /* 175% */
}

.bapi-benefits .next-small-box
{
  display: flex;
  width: 332px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
    overflow: hidden;
}
.bapi-benefits .next-small-box .image {
  position: absolute;
}
.bapi-benefits .next-small-box .title
{
text-align: center;
font-size: 42px;
font-weight: 700;
line-height: 56px; /* 133.333% */
position: inherit;
width: 100%;
}
.bapi-benefits .next-big-box
{
  display: flex;
width: 689px;
padding: 32px;
justify-content: center;
align-items: center;
gap: 10px;
justify-content: space-between;
}
.bapi-benefits .next-big-box .title
{
font-size: 32px;
font-weight: 600;
line-height: 46.5px; /* 145.313% */
margin: 0 0 24px 0;
}
.bapi-benefits .next-big-box .desc
{
  overflow: hidden;
text-overflow: ellipsis;
font-size: 24px;
font-weight: 400;
line-height: 36.5px; /* 152.083% */
}
.bapi-benefits .three-box
{
  display: flex;
width: 332.667px;
padding: 32px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 24px;
flex-shrink: 0;
align-self: stretch;
}
.bapi-benefits .three-box .title
{
  font-size: 22px;
  font-weight: 700;
  line-height: 28.5px; /* 129.545% */
  display: flex;
  gap: 10px;
  align-items: center;
}
.bapi-benefits .three-box .desc
{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

/* Aide Benefits section */
.bapi-benefits.aide-benefits .heading-color
{
  color: #544FF8;
}
.bapi-benefits.aide-benefits .box-bg
{
  border-radius: 16px;
  border: 1px solid #B29EFA;
  background: #FBF9FF;
}

/* services section */
.boltsuite-rs .services-box-details .resources-box .lm-link:hover{color: #000;}
.boltsuite-rs .services-box-details .resources-box .lm-link{color: #FA7B32;}
.boltsuite-rs .services-box-details .resources-box .lm-link.aide-page{color: #544FF8;}
.boltsuite-rs .services-box-details .resources-box .lm-link.aide-page:hover{color: #000;}
.boltsuite-rs .services-box-details .resources-box .lm-link.orion{color: #0096FF;}
.boltsuite-rs .services-box-details .resources-box .lm-link.lumen{color: #0F4A3B;}
.services-box-details
{
  margin: 60px 0 0 0;
}
.services-box-details
{
  gap: 24px;
}
.services-box-details .resources-box
{
  border-radius: 8px;
  background: #FAFAFA;
  width: 331px;
  display: flex;
}
.services-box-details .resources-box .text-ca
{
  color: var(--black-60, rgba(0, 0, 0, 0.60));
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
}
.services-box-details .resources-box .lm-link
{
color: #544FF8;
text-decoration: none;
}

/* suite awards section */
.suite-awards .award-box
{
  display: flex;
  margin: 64px 0 0 0;
  justify-content: center;
}
.suite-awards .award-box .award-img
{
  width:355px;
  height:355px;
}
.suite-awards .award-box .award-img img
{
    height: 100%;
    width: 100%;
}
.suite-awards .award-box .award-content
{
  border-radius: 0px 16px 16px 0px ;
  border: 1px solid var(--black-10, rgba(0, 0, 0, 0.12));
  height: 355px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: column;
  padding: 64px;
  width: 680px;
}
.suite-awards .award-box .award-content .award-title
{
  color: #000;
font-size: 28px;
font-weight: 600;
line-height: 42px; 
margin-bottom: 16px;
}
.suite-awards .award-box .award-content .award-year
{
  color: rgba(0, 0, 0, 0.60);
font-size: 24px;
font-weight: 600;
line-height: 34px;
margin-bottom: 32px;
}
.suite-awards .award-box .award-content .award-name
{
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}
.suite-awards .slide-arrow {
  position: absolute;
  top: 100%;
  margin-top: -15px;
  left: 85.5%;
}
.suite-awards .prev-arrow.slide-arrow {
  left: 80%;
}
.suite-awards .slick-disabled {
  display: block !important;
}
.suite-awards .slick-dots .slick-active button {
  width: 16px !important;
  height: 16px !important;
  background-color: #544FF8;
  border: 1px solid #544FF8 !important;
}
.suite-awards .slick-dots li button
{
  width: 16px !important;
  height: 16px !important;
}
.suite-awards .slick-dots li {
  margin: 0px 4px !important;
}
.suite-awards button.slide-arrow
{
  background: url(../images/solutions-img/Vector-arrow.svg) no-repeat 17px 15px;
  border: 1px solid #eee;
  width: 56px;
  height: 56px;
  border-radius: 8px;
}
.suite-awards button.slide-arrow.next-arrow {
  transform: rotate(180deg);
}
.try-cta {
  border-radius: 4px;
  border: 1px solid var(--aide, #544FF8);
  color: var(--aide, #544FF8);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  padding: 12px 24px;
  display: inline-block;
  transition: 0.5s;
}
.try-cta:hover{
  background: #0396ff;
  color: #fff;
  border: 1px solid var(--aide, #0396ff);
}
.aide-try-cta {
  border-radius: 4px;
  border: 1px solid var(--aide, #544FF8);
  color: var(--aide, #544FF8);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  padding: 12px 24px;
  display: inline-block;
  transition: 0.5s;
}
.aide-try-cta:hover{
  background: #544FF8;
  color: #fff;
  border: 1px solid var(--aide, #544FF8);
}
.solutions .related-b li:first-child {
  font-weight: 700;
  display: none;
}
.guard-services .resources-box 
{
    min-width: 598px !important;
    padding: 24px 15px;
}
.guard-services .resources-box .lm-link {
  color: #0F4A3B !important;
  text-decoration: none;
  transition: 0.5s;
}
.guard-services .resources-box .lm-link:hover {
  color: #000 !important;
  text-decoration: none;
  transition: 0.5s;
}
.lumen-text-color
{
  color: #005709;
}
/* .lumen-box-bg
{
  border-radius: 16px;
border: 1px solid #C9EBD1;
background: #FAFFFB;
} */
.lumen-box-bg .heading-color {
  color: #0F4A3B;
}
.lumen-box-bg .box-bg
{
  border-radius: 16px;
border: 1px solid #C9EBD1;
background: #FAFFFB;
}
.lumen-icon-bg {
  border-radius: 16px;
border: 1px solid #C9EBD1;
background: #EAFFEE;
}
.lumenguard-banner .demo-request {
  background: #0F4A3B !important;
  color: #fff;
}
.lumen-phish-feature button.more.boltapi-more {
  color: #0F4A3B;
  border: 1px solid #0F4A3B;
}
.lumen-phish-feature button.more.boltapi-more:hover {
  color: #fff;
  border: 1px solid #0F4A3B;
  background:#0F4A3B ;
}
.lumen-phish-feature button.less.boltapi-more {
  color: #0F4A3B !important;
  border: 1px solid #0F4A3B !important;
}
/* Breakpoints */
@media (max-width: 1399.98px) { 
  .suite-awards .slide-arrow {
    left: 92%;
  }
  .suite-awards .prev-arrow.slide-arrow {
    left: 86%;
  }
 }

@media (max-width: 1199.98px) {
  .suite-awards .prev-arrow.slide-arrow {
    left: 85%;
  }
  .suite-text-banner h1 {
    font-size: 54px;
  }
  .suite-text-banner h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .features-container .resources-box {
    width: 290px;
  }
  .bapi-benefits .big-box, .bapi-benefits .next-big-box {
   width: 574px;
  }
  .bapi-benefits .three-box, .services-box-details .resources-box {
    width: 292.667px;
  }
  .bapi-benefits.aide-benefits .three-box, .services-box-details .resources-box {
    width: 332.667px;
  }
}

@media (max-width: 991.98px) {
  .tabs-auto .appli-tabs .appli-tabs-nav .tabs-title {
    font-size: 16px;
  }
  .tabs-auto .appli-tabs {
    width: 450px;
  }
  ul.inte_ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .suite-awards .award-box .award-img {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .suite-awards .award-box .award-img img {
    width: 100%;
  }
  .suite-awards .award-box .award-content {
    border: 0px solid var(--black-10, rgba(0, 0, 0, 0.12));
    padding: 40px;
    height: auto;
  }
  .suite-awards .prev-arrow.slide-arrow {
    left: 83%;
  }
  .suite-text-banner h1 {
    font-size: 40px;
  }
  .suite-text-banner h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .bapi-benefits .big-box, .bapi-benefits .next-big-box {
    width: 100%;
  }
  .bapi-benefits .small-box {
    width: 100%;
  }
  .bapi-benefits .next-small-box {
    width: 100%;
    min-height: 250px;
  }
  .bapi-benefits .next-small-box .image{
    width: 100%;
  }
  .bapi-benefits .next-small-box .image img{
    width: 100%;
  }
  .bapi-benefits .next-small-box .title {
    font-size: 32px;
    line-height: 42px;
    width: 100%;
  }
  .bapi-benefits .three-box, .services-box-details .resources-box {
    width: 334.667px;
  }
  .suite-section-heading h3 {
    font-size: 36px;
    line-height: 46px;
  }
  .suite-section-padding {
    padding: 60px 0;
  }
  .bapi-benefits .next-big-box .desc {
    font-size: 16px;
    line-height: 26.5px;
  }
  .bapi-benefits.aide-benefits .three-box, .services-box-details .resources-box {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .guard-services .resources-box {
    min-width: auto !important;
    padding: 24px 15px;
}
  .tabs-auto {
    flex-wrap: wrap;
  }
  ul.inte_ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .suite-awards .award-box .award-content .award-name {
    font-size: 18px;
    line-height: 25px;
  }
  .suite-awards .award-box .award-content .award-year {
    font-size: 20px;
  }
  .suite-awards .award-box .award-content .award-title {
    font-size: 22px;
    line-height: 32px;
  }
  .suite-awards .award-box .award-content {
    padding: 20px 8px;
  }
  .suite-awards .award-box
  {
    background: #fcfcfc;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #e5e4e4;
  }
  .suite-awards button.slide-arrow
  {
    display: none !important;
  }
  .suite-awards .award-box .award-img {
    width: 50%;
  }
  .suite-awards .award-box {
    flex-wrap: wrap;
  }
  .suite-text-banner h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .suite-section-heading h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .bapi-benefits .three-box, .services-box-details .resources-box {
    width: 100%;
  }
  .bapi-benefits .big-box {
    width: 100%;
    padding: 22px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .bapi-benefits .big-box .text-box {
    width: 100%;
  }
  .suite-section-padding {
    padding: 60px 20px;
  }
  .bapi-benefits .next-big-box .title {
    font-size: 28px;
    line-height: 36.5px;
  }
  .bapi-benefits .next-big-box .desc {
    font-size: 20px;
    line-height: 30.5px;
  }
  .related-b
  {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .related-b .breadcrumb {
    display: flex;
    justify-content: space-between;
  }
  .bapi-benefits .three-box {
    width: 100%;
    padding: 22px;
  }
  .bapi-benefits .small-box, .bapi-benefits .next-big-box {
    padding: 22px;
  }
}
@media (max-width: 575.98px) { 
  .suite-awards .award-box .award-img {
    width: 100%;
  }
 }