@import url(../css/style.css);
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NotoSansMedium" !important;
}
body {
  font-family: "NotoSansRegular" !important;
}

.main-content.sub-header-scroll {
  margin-top: 53px;
  display: flex;
  width: 100%;
}
/**** pillar banner CSS **/
.pillarhero-banner1 {
  min-height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: table;
  width: 100%;
  padding: 75px 0px 25px 0;
}

.pillarhero-banner1 h1 {
  color: #fff;
  display: table;
  width: 100%;
  margin: 0px 0px 25px 0px;
  font-size: 2.125rem;
}

.pillarhero-banner1 p {
  color: #fff;
  /* font-size: 18px; */
  font-size: clamp(1rem, 4vw, 1.125rem);
  display: inline-block;
}

.banner-content1 {
  max-width: 700px;
}

.banner-btn-grp {
  margin: 25px auto;
}
.banner-btn-grp .empty-btn {
  color: #fff;
  margin-left: 15px;
}
.banner-btn-grp .empty-btn span {
  margin-top: 3px;
}
.advantage-scrolled-widget {
  position: sticky;
  top: 7rem;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .advantage-scrolled-widget {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}
/*** banner CSS End **/

/*** Pillar Video CSS **/
.pillar-video_banner {
  position: relative;
  background: #f4f8fc;
  /* border-radius: 0px 0px 90px 90px; */
  padding: 80px 0px 100px 0px;
}
.video-section-parent .play-btn-circle {
  top: 50%;
}
.video-section-parent {
  position: relative;
}
#overview-video > div.video_section {
  display: flex;
}
.video-container1 {
  position: relative;
  /* margin-top: -110px; */
}
.video-container1 .meet-amplifinn-video {
  position: relative;
  height: 100%;
  display: block;
  display: table;
  margin: 0px auto;
  max-width: 100%;
  background-image: url(../d-images/shadow.png);
  border-radius: 10px;
  background-size: 100% 100%;
  padding: 20px 20px 25px 20px;
}

.video-section-parent .meet-amplifinn-video.video-btn img {
  width: 100%;
  border-radius: 10px;
  padding: 0px;
}

.banner-btn-grp .btn-tertiary-white-lg {
  font-family: "NotoSansSemiBold";
}
.blue-text {
  color: #001a56 !important;
}
@media (max-width: 767px) {
  .video-container1 .meet-amplifinn-video {
    max-width: 100%;
  }
}
/*** pillar Video Banner Css ***/

.page-template-template-solutions-new #overview-video {
  padding-bottom: 0;
}
#overview-video p {
  font-size: 16px;
  margin: auto 13%;
}
@media only screen and (max-width: 425px) {
  #overview-video p {
    font-size: 15px;
    margin: auto 3%;
  }
  .d-sm-none {
    /* display: none !important; */
  }
}

.page-template-template-solutions-new #customers,
.page-template-template-solutions #customers,
.page-template-template-solutions-new .amplifinn-in-action {
  margin-bottom: 3em;
}
.page-template-template-solutions-new
  .video-section-parent
  .meet-amplifinn-video.video-btn
  .play-btn-circle {
  margin-left: -15px;
}
.live-demo-card {
  background: #fff !important;
}
.cta-bottom-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px;
}
.cta-bottom-cards .item {
  margin: 0px 0px;
  width: calc(100% / 3);
  display: flex;
  border-right: 2px solid rgba(7, 7, 7, 0.03);
  border-bottom: 2px solid rgba(7, 7, 7, 0.03);
  box-shadow: none;
}
.cta-bottom-cards .item_card {
  margin: 0px 0px;
  width: calc(100% / 2);
  display: flex;
  border-right: 2px solid rgba(7, 7, 7, 0.03);
  border-bottom: 2px solid rgba(7, 7, 7, 0.03);
  box-shadow: none;
}
.cta-bottom-cards .item img {
  height: 32px;
}
.cta-bottom-cards .item:nth-child(3),
.cta-bottom-cards .item:nth-child(6),
.cta-bottom-cards .item:nth-child(9) {
  border-right: 0px;
}

.cta-bottom-cards .item:nth-child(4),
.cta-bottom-cards .item:nth-child(5),
.cta-bottom-cards .item:nth-child(6) {
  border-bottom: 0px;
}
.cta-bottom-cards .item:nth-child(7),
.cta-bottom-cards .item:nth-child(8),
.cta-bottom-cards .item:nth-child(9) {
  border-bottom: 0px;
  border-top: 2px solid rgba(7, 7, 7, 0.03);
}

.demovideos-content .amplifinn-in-action-sv-title {
  font-family: "NotoSansBold";
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 16px;
}

.demovideos-content {
  box-shadow: none;
  padding: 30px;
  border-radius: 0;
}
/*** Pillar Video CSS **/

.pillar-video_banner {
  position: relative;
  /* background: #f4f8fc; */
  background-color: #eef8ff;
  /* border-radius: 0px 0px 90px 90px; */
  padding: 80px 0px 60px 0px;
}
.pillar-video_banner:after {
  content: "";
  position: absolute;
  height: 385px;
  background: #fff;
  z-index: -1;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 0px;
  transform: rotate(0deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 50%;
  bottom: -116px;
  width: 100%;
}

.video-section-parent .play-btn-circle {
  top: 50%;
}

main > div.main_section_right {
  width: 100%;
  margin-top: -53px;
}

.video-section-parent {
  position: relative;
}

.video-container {
  position: relative;
}

.video-container .meet-amplifinn-video {
  position: relative;
  height: initial;
  display: block;
  display: table;
  margin: 0px auto;
  /*background-image: url(../img/shadow.png);*/
  box-shadow: 0px 2px 10px rgba(94, 30, 190, 0.3);
  border-radius: 10px;
  background-size: 100% 100%;
}

.video-section-parent .meet-amplifinn-video.video-btn img {
  width: 100%;
  border-radius: 10px;
  padding: 0px;
}

.banner-btn-grp .btn-tertiary-white-lg {
  font-family: "NotoSansSemiBold";
}

/* Meet amplifinn */
#meet-amplifinn {
  margin-bottom: 4em;
}
.page-template-template-event .meet-amplifinn-video .play-btn-circle {
  top: 47%;
}
/* .meet-amplifinn-video .play-btn-circle{
    top: 39%;
  } */
.home .meet-amplifinn-video .play-btn-circle {
  top: 50%;
}
.meet-amplifinn-video {
  position: relative;
  height: 100%;
  display: block;
  cursor: pointer;
}
.play-btn-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play-btn-circle .circle.pulse {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  background-color: rgba(88, 136, 222, 0.5);
}
.play-btn-circle .circle {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #5888de;
  margin: auto;
  transform: scale(0.7, 0.7);
}
.play-btn-circle .circle.pulse {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  background-color: rgba(88, 136, 222, 0.2);
}
.play-btn-circle svg {
  fill: #fff;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}

p.why-amplifinn-p.color-white {
  font-family: "NotoSansLight";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.75;
}
.why-amplifinn-numbers {
  font-size: 32px;
  font-family: "NotoSansRegular";
  margin-bottom: 20px;
}
.why-amplifinn-head {
  font-size: 30px;
  line-height: 1.2;
  font-family: "NotoSansSemiBold";
  margin-bottom: 15px;
  min-height: 78px;
}
.close-meet-amplifinn {
  opacity: 0;
  position: absolute;
  margin-top: 5px;
  margin-left: -20px;
}
.plus-meet-amplifinn {
  position: relative;
  z-index: 2;
}
/* Meet amplifinn */

/* AmpliFinn Solution in Action */

.amplifinn-in-action .container {
  position: relative;
}
.live-demo-card {
  border-radius: 10px;
  position: relative;
  background-size: 100% 100%;
  margin: 40px 0px 0px 0px;
  background: url(../images/dark-gradient-bg.svg);
  padding: 0px 50px;
}
.democard-title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: "NotoSansBold";
  text-align: center;
}
#card_panel > div > div.card_box {
  margin-top: 2em;
}
.democard-title span {
  background: transparent
    linear-gradient(274deg, #475ffa 0%, #bb8eff 55%, #fafafa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.democard-label {
  font-family: "NotoSansLight" !important;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 13px;
}
.livecard-zones ul {
  display: block;
}
.livecard-zones ul li {
  display: inline-block;
  font-size: 14px;
  font-family: "NotoSansRegular";
  letter-spacing: 1px;
  padding-right: 25px;
  padding-left: 15px;
  text-align: center;
  border-right: 1px dashed #494b6f;
}
.livecard-zones ul li:first-child {
  padding-left: 0;
}
.livecard-zones ul li:last-child {
  border-right: 0px;
}
.livecardzone-time {
  border-radius: 5px;
  padding: 6px 10px;
  display: block;
  /* font-family: 'NotoSansThin'; */
  font-size: 12px;
}
.livedemo-chome-left,
.livedemo-chome-right {
  padding-top: 40px;
  padding-bottom: 40px;
}
.livedemo-chome-right img {
  position: ABSOLUTE;
  bottom: 0;
  max-width: 425px;
  right: -30px;
}
.demovideos-content .video-thumbnail img {
  border-radius: 10px;
}
.demovideos-content .gin-sv-cont {
  padding: 0 12px;
}
.demovideos-carousel .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home .demovideos-carousel .owl-dotsclass {
  width: 70%;
}
.demovideos-carousel .owl-dotsclass {
  width: 80%;
}
.demovideos-carousel .play-btn-circle .circle {
  width: 50px;
  height: 50px;
  transform: scale(1, 1);
}
/* .play-btn-circle{
    width: 90px;
    height: 90px;
    top: 25%;
    left: 50%;
  } */
.demovideos-carousel .circle.vid-grad {
  background: linear-gradient(34deg, #465ef690 0%, #2f2cbf 42%, #3f1dcc 100%);
}
.item.amplifinn-in-action.sub-video img {
  width: 125px;
}
.item.amplifinn-in-action .video-thumbnail {
  float: left;
  width: 35%;
  margin-right: 5%;
  height: 8em;
}
.amplifinn-in-action-sv-title {
  font-family: "NotoSansMedium";
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 16px;
}
.amplifinn-in-action-mv-title {
  font-family: "NotoSansMedium";
}

/**** Inner Navigation ***/

.inner-navigation {
  background-color: #f6f6f6;
  /* margin-top: 52px; */
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-start;
  padding: 0px 0px;
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.inner-navigation ul {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.inner-navigation ul li {
  /* margin: 0px 5px; */
  text-align: center;
  /* padding: 5px 10px; */
}

.inner-navigation ul li a {
  font-family: "NotoSansRegular";
  color: #001a56;
  font-size: 12px;
}

.inner-navigation ul li.active {
  background: #dfe7ef;
  border-bottom: 2px solid #0768dd;
  color: #0768dd;
}

.inner-navigation ul li.active a {
  /* background: transparent
    linear-gradient(90deg, #9764f7 0%, #7c47f7 40%, #4622d3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

#progressBar {
  background: transparent
    linear-gradient(90deg, #9764f7 0%, #7c47f7 40%, #4622d3 100%);
  width: 0%;
  position: fixed;
  top: 70px;
  height: 4px;
  z-index: 999;
}

/*amplifinn in Action*/

.amplifinn-in-action .container {
  position: relative;
}
.live-demo-card {
  border-radius: 10px;
  position: relative;
  background-size: 100% 100%;
  margin: 40px 0px 0px 0px;
  background: url(../images/dark-gradient-bg.svg);
  padding: 0px 50px;
}
.democard-label {
  font-family: "NotoSansLight" !important;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 13px;
}
.livecard-zones ul {
  display: block;
}
.livecard-zones ul li {
  display: inline-block;
  font-size: 14px;
  font-family: "NotoSansRegular";
  letter-spacing: 1px;
  padding-right: 25px;
  padding-left: 15px;
  text-align: center;
  border-right: 1px dashed #494b6f;
}
.livecard-zones ul li:first-child {
  padding-left: 0;
}
.livecard-zones ul li:last-child {
  border-right: 0px;
}
.livecardzone-time {
  border-radius: 5px;
  padding: 6px 10px;
  display: block;
  font-family: "NotoSansThin";
  font-size: 12px;
}
.livedemo-chome-left,
.livedemo-chome-right {
  padding-top: 40px;
  padding-bottom: 40px;
}
.livedemo-chome-right img {
  position: ABSOLUTE;
  bottom: 0;
  max-width: 425px;
  right: -30px;
}
.demovideos-content .video-thumbnail img {
  border-radius: 10px;
}
.demovideos-content .gin-sv-cont {
  padding: 0 12px;
}
.demovideos-carousel .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home .demovideos-carousel .owl-dotsclass {
  width: 70%;
}
.demovideos-carousel .owl-dotsclass {
  width: 80%;
}
.demovideos-carousel .play-btn-circle .circle {
  width: 50px;
  height: 50px;
  transform: scale(1, 1);
}
/* .play-btn-circle{
    width: 90px;
    height: 90px;
    top: 25%;
    left: 50%;
  } */
.demovideos-carousel .circle.vid-grad {
  background: linear-gradient(34deg, #465ef690 0%, #2f2cbf 42%, #3f1dcc 100%);
}
.item.amplifinn-in-action.sub-video img {
  width: 125px;
}
.item.amplifinn-in-action .video-thumbnail {
  float: left;
  width: 35%;
  margin-right: 5%;
  height: 8em;
}
.amplifinn-in-action-sv-title {
  font-family: "NotoSansMedium";
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 16px;
}
.amplifinn-in-action-mv-title {
  font-family: "NotoSansMedium";
}
.amplifinn-in-action-sv-subtitle {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.75em;
  min-height: 6em;
}

/*** Benefit Module ***/

.pillar-spotlight-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: -1px -4px 7px 0px #f5faff, 1px 7px 7px 0px #f5f5ff;
  border-radius: 6px;
  padding: 20px 20px;
  height: 100%;
}

/* .gradient-color0 {
  background: transparent
    linear-gradient(
      242deg,
      rgb(146 202 250) 0%,
      rgb(177 215 244) 28%,
      rgb(204 225 240) 57%,
      rgb(234 238 235) 100%
    );
} */

.gradient-color1 {
  background: transparent
    linear-gradient(
      242deg,
      rgb(179, 146, 250) 0%,
      rgb(218, 177, 244) 28%,
      rgb(227, 204, 240) 57%,
      rgb(234 238 235) 100%
    );
}
.gradient-color2 {
  background: transparent
    linear-gradient(
      242deg,
      rgb(250, 233, 146) 0%,
      rgb(233, 244, 177) 28%,
      rgb(239, 240, 204) 57%,
      rgb(234 238 235) 100%
    );
}
.gradient-color3 {
  background: transparent
    linear-gradient(
      242deg,
      rgb(146, 250, 200) 0%,
      rgb(177, 244, 227) 28%,
      rgb(204, 240, 223) 57%,
      rgb(234 238 235) 100%
    );
}

.benefit-tiles h3 {
  font-size: 16px;
  font-family: "NotoSansSemiBold";
  margin: 15px 0px 5px 0px;
  min-height: 40px;
}
/* .benefit-tiles img{
    max-height: 38px;
} */
.benefit-tiles p {
  font-size: 14px;
}
.page-template-template-solutions .benefit-cover {
  padding-top: 4em;
}
.benefit-cover .sub-title {
  font-size: 16px;
  font-family: "NotoSansRegular";
  padding: 10px 0px;
}

.benefit-cover {
  margin-top: 0px;
  padding: 80px 0px;
  display: inline-block;
  width: 100%;
  /* background: transparent
    linear-gradient(
      141deg,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(224, 246, 255, 0.35) 28%,
      rgba(228, 220, 255, 0.35) 57%,
      rgba(136, 198, 250, 0.35) 100%
    ); */
  /* background: linear-gradient(
    141deg,
    rgba(98, 207, 244, 0.1),
    rgba(0, 76, 255, 0.1)
  ); */
}
.pillar-benefit-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 20px 35px 140px #0000000a;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
.img-adv-number {
  font-family: "NotoSansExtraBold";
  position: absolute;
  right: 30px;
  font-size: 50px;
  top: 0;
  background: transparent linear-gradient(286deg, #465ef6 0%, #bb8eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.05;
}
/* Three Column */
.three-column-icon img {
  max-height: 32px;
  margin-bottom: 22px;
}
.three-column-col p {
  font-size: 14px;
}
.three-column-content {
  padding-left: 12%;
  padding-right: 12%;
}
.three-column-border-r {
  border-right: 1px solid #efefef;
}
.three-column-border-r:last-child {
  border-right: 0px solid !important;
}
/* Three Column */

#progressBar {
  background: transparent
    linear-gradient(90deg, #9764f7 0%, #7c47f7 40%, #4622d3 100%);
  width: 0%;
  position: fixed;
  top: 70px;
  height: 4px;
  z-index: 999;
}

.back-button svg {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.back-button:focus {
  outline: none;
}

.back-button.active svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (min-width: 1366px) {
  .inner-navigation ul li {
    padding: 10px 8px;
  }
}

/*** Amplfinn section ***/
/***new meet amplifinn section****/
.dataflow-img {
  display: table;
  margin: 30px auto 20px;
  width: 100%;
}

#MeetBgSVG {
  position: absolute;
  z-index: -1;
  top: 26%;
}

#meet-amplifinn {
  position: relative;
}

.offering-text p {
  background: transparent
    linear-gradient(275deg, #804bff 10%, #4269c6 70%, #3e67cc 0%, #21dbaa 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin: 0px auto;
  font-size: 24px;
  font-family: "NotoSansBold";
  width: 100%;
  text-align: center;
}

.offering-text p span {
  margin: 0px 10px;
}

.capabilities {
  background: #ffffff 0% 0% no-repeat padding-box;
  /* box-shadow: 0px 0px 99px #e5ddf8; */
  box-shadow: 0 0 10px rgba(31, 117, 254, 0.4);
  border: 1px solid #efebfa;
  border-radius: 12px;
  padding: 35px 35px 35px 35px;
  margin-top: 40px;
  position: relative;
}

.cap-box .cap-heading-sol img.meet-drop-arrow {
  float: right;
  width: 15px;
}
.open-sol {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.close-meet-amplifinn {
  opacity: 0;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  right: 0px;
}
.open-sol.active {
  transition: 0.2s ease-in;
}
.xops-sol {
  padding-right: 3%;
}
.business-sol {
  padding-left: 3%;
}
.dataflow-img {
  background-image: url(../images/flow-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3em;
}
ul.flow-items-list {
  background: url(../images/flow-line.png);
  display: flex;
  justify-content: space-between;
}
li.flow-item {
  font-size: 12px;
  font-family: "NotoSansMedium";
}
.tags-head {
  position: absolute;
  top: -20px;
  width: calc(80% - 100px);
  right: 0;
  left: 0;
  margin: 0 auto;
  display: inline-flex;
}

.tags-head p {
  width: calc(100% / 3 - 15px);
  background: transparent linear-gradient(275deg, #465ef6 0%, #bb8eff 100%);
  padding: 0.5em;
  font-family: "NotoSansMedium";
  border-radius: 120px;
  margin: 0px 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.amplifinn-in-action.meet-amplifinn {
  background-position: center;
  /* background: url(/wp-content/themes/amplifinn-plus/assets/img/new-bg.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -3em;
}
.home .amplifinn-in-action.meet-amplifinn {
  margin-bottom: -3em;
  background-position-y: -4em;
  padding-bottom: 3em;
}
.amplifinn-in-action.meet-amplifinn h2.head-title {
  /* font-size:60px; */
  width: 80%;
  margin: 0 auto;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .amplifinn-in-action.meet-amplifinn {
    background-position: right;
  }
  .dataflow-img {
    background-image: none;
    background-position: hidden;
    background-repeat: no-repeat;
    background-size: none;
    margin-bottom: 3em;
    text-align: center;
  }
  ul.flow-items-list {
    background: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  li.flow-item {
    font-size: 12px;
    font-family: "NotoSansMedium";
    max-width: 50%;
    min-width: 50px;
    margin-bottom: 10px;
  }
  .tags-head p {
    width: calc(100% / 3 - 15px);
    margin: -20px 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.cap-heading {
  color: #452a6b;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  padding: 10px 0px;
  font-family: "NotoSansRegular";
  margin-bottom: 1em;
}

.cap-heading:before {
  content: "";
  position: absolute;
  width: 42.5%;
  left: 0px;
  height: 1.6px;
  background: #033e4c1c;
  border-radius: 50%;
  top: 50%;
}

.cap-heading:after {
  content: "";
  position: absolute;
  width: 42.5%;
  right: 0px;
  height: 1.6px;
  background: #033e4c1c;
  border-radius: 50%;
  top: 50%;
}

.solutions .cap-heading:after {
  width: 42%;
}

.solutions .cap-heading:before {
  width: 42%;
}

.solutions ul.sol-ul-meet-main {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.solutions ul.sol-ul-meet-main li.sol-ul-meet {
  display: flex;
  /*width: calc(100% / 5);*/
  transition: 0.2s;
  padding: 5px;
  min-height: 50px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.solutions ul.sol-ul-meet-main li.sol-ul-meet:nth-child(5) .solution-details {
  left: auto;
  right: 0px;
}

.solutions ul.sol-ul-meet-main li.sol-ul-meet:nth-child(6) .solution-details {
  left: auto;
  right: 0px;
}

.solutions ul.sol-ul-meet-main li.sol-ul-meet:nth-child(7) .solution-details {
  left: auto;
  right: 0px;
}

.solutions ul.sol-ul-meet-main li.sol-ul-meet:nth-child(8) .solution-details {
  left: auto;
  right: 0px;
}

.solutions ul.sol-ul-meet-main li.sol-ul-meet span {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #001a56;
  font-family: "NotoSansMedium";
  margin-right: 10px;
}

.sol-ul-meet-sub li:before {
  position: absolute;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: url(../images/tick-lblue-icon.svg) no-repeat left center;
  background-size: contain;
  content: "";
  left: 0px;
  margin-top: 5px;
}
.sol-ul-meet-sub {
  font-size: 13px;
  text-align: left;
  column-count: 2;
  padding: 10px;
}
.sol-ul-meet-sub li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-size: 12px;
}
.solutions .solution-details {
  padding: 15px;
  z-index: 9;
}
.sol-ul-meet .open-sol.active {
  /*background: transparent linear-gradient(180deg, #D8EEFA 0%, #ADC8FD29 0%, #91B0FF00 100%);*/
}
.solution-details {
  position: absolute;
  min-width: 500px;
  left: 0px;
  box-shadow: 0px 0px 12px #175ba929;
  background: #fff;
  padding: 20px;
  top: 75px;
  border-radius: 10px;
  display: none;
  min-width: 500px;
}

.cap-pointers ul {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
}

.cap-pointers ul li {
  margin: 0px 10px;
  /* width: calc(100% / 6); */
  position: relative;
  display: flex;
  gap: 15px;
}

.cap-pointers ul li:before {
  content: "";
  background: url(../images/blue-circle.svg);
  width: 40px;
  height: 24px;
  display: table;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  background-size: contain;
}

/*.solutions .xops-sol ul li:hover{
  background: linear-gradient(180deg,rgba(16,207,201,0),rgba(7,104,221,.5));
  border-radius: 5px
}

.solutions .business-sol ul li:hover{
  background: linear-gradient(180deg,rgba(16,207,201,0),rgba(128,75,255,.5));
  border-radius: 5px
}*/

.close-meet {
  position: absolute;
  left: 10px;
  top: 5px;
  background-color: transparent;
}

.solution-details h3 {
  font-size: 20px;
  font-family: "NotoSansMedium";
}

.solution-details p {
  margin: 0px;
  color: #001a56;
  font-size: 14px;
}

.cap-box {
  background: transparent
    linear-gradient(180deg, #d8eefa 0%, #adc8fd29 0%, #91b0ff00 100%);
  padding: 20px;
  border-radius: 20px;
}

.cap-box li {
  font-size: 12px;
  color: #001a56;
  padding: 14px 0px;
  font-family: "NotoSansRegular";
  border-bottom: 1px solid #efefef;
  display: table;
}

.cap-box .solution-details p {
  font-size: 12px;
  width: calc(100% - 30px);
  float: left;
}

.cap-box li:last-child {
  border-bottom: 0px solid;
}

.cap-box li span {
  margin-right: 5px;
  display: table;
  float: left;
  width: 24px;
}

.cap-box h3 {
  color: #001a56;
  font-family: "NotoSansBold";
  font-size: 12px;
}
.cap-box h3 {
  color: #001a56;
  font-family: "NotoSansMedium";
  font-size: 13px;
  width: 100%;
  font-weight: 600;
}
.open-sol.active .cap-heading-sol .meet-drop-arrow {
  transform: rotate(180deg);
}
.cap-box .cap-heading-sol img {
  width: 20px;
  margin-bottom: 12px;
  display: block;
}
.cap-box {
  position: relative;
}
.sol-det-dropdown {
  display: block;
  z-index: 11;
  box-shadow: 0px 12px 12px #175ba929;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background: #fff;
  padding-top: 0;
  width: 100%;
  min-width: 100%;
}

@media (max-width: 991px) {
  .slider-text {
    top: 20px;
    margin-left: 20px;
  }
  .solutions .cap-heading:before {
    width: 35%;
  }
  .solutions .cap-heading:after {
    width: 35%;
  }
  .cap-heading:before {
    width: 35%;
  }
  .cap-heading:after {
    width: 35%;
  }
  .cap-heading {
    font-size: 16px;
  }
  .cap-pointers ul li {
    margin: 5px 10px;
    width: calc(100% / 3 - 25px);
    position: relative;
    font-size: 12px;
  }
  .cap-pointers ul {
    flex-wrap: wrap;
  }

  .solutions ul.sol-ul-meet-main {
    flex-wrap: wrap;
  }
  .solutions ul.sol-ul-meet-main li.sol-ul-meet {
    width: calc(100% / 4);
  }
  .solutions ul.sol-ul-meet-main li.sol-ul-meet span {
    width: auto;
  }
  .solutions ul.sol-ul-meet-main li.sol-ul-meet .open-sol {
    width: auto;
  }

  .solutions ul.sol-ul-meet-main li.sol-ul-meet:nth-child(3) .solution-details {
    left: auto;
    right: 0px;
  }

  .solutions ul.sol-ul-meet-main li.sol-ul-meet:nth-child(4) .solution-details {
    left: auto;
    right: 0px;
  }

  .solutions ul.sol-ul-meet-main li.sol-ul-meet:nth-child(5) .solution-details {
    left: 0px;
    right: auto;
  }

  .solutions ul.sol-ul-meet-main li.sol-ul-meet:nth-child(6) .solution-details {
    left: 0px;
    right: auto;
  }
}

@media (max-width: 767px) {
  main > div.main_spy_indicator > nav {
    display: none !important;
  }
  main > div.main_spy_indicator {
    display: none !important;
  }
  .solutions ul.sol-ul-meet-main li.sol-ul-meet {
    display: flex;
    width: calc(100% / 4);
    justify-content: center;
  }

  .solutions ul.sol-ul-meet-main {
    flex-wrap: wrap;
    justify-content: unset;
  }
  .solutions .cap-heading:after {
    width: 30%;
    top: 15px;
  }
  .solutions .cap-heading:before {
    width: 30%;
    top: 15px;
  }
  .home-top.meet-amplifinn h2.head-title {
    font-size: 40px;
  }
  .cap-heading {
    font-size: 12px;
  }
  .cap-heading:before {
    top: 15px;
    left: 0;
  }

  .cap-heading:after {
    top: 15px;
    right: 0;
  }
  .xops-sol .solution-details {
    width: 100%;
    right: 0;
    z-index: 999;
    padding: 0px;
    min-width: 250px;
  }

  .business-sol .solution-details {
    width: 100%;
    right: 0;
    z-index: 999;
  }
  .xops-sol ul li:nth-child(1) .solution-details,
  .xops-sol ul li:nth-child(2) .solution-details,
  .xops-sol ul li:nth-child(3) .solution-details,
  .xops-sol ul li:nth-child(4) .solution-details {
    top: 50px;
  }
  .solutions .solution-details {
    top: 50px;
  }
  .tags-head p {
    background: transparent linear-gradient(275deg, #465ef6 0%, #bb8eff 100%);
    padding: 0.5em;
    font-family: "NotoSansMedium";
    margin: 0px 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cap-heading:before,
  .cap-heading:after {
    width: 30%;
  }
  ul.flow-items-list {
    display: block;
  }
  ul.flow-items-list li {
    display: inline-block;
    min-width: 35px;
  }
  .amplifinn-in-action.meet-amplifinn h2.head-title {
    width: 90%;
  }
  .solution-details h3 {
    font-size: 16px;
  }

  .cap-box .cap-heading-sol img:first-child {
    display: none;
  }

  .solutions ul.sol-ul-meet-main li.sol-ul-meet .open-sol .meet-drop-arrow {
    width: 12px;
  }

  .solutions
    ul.sol-ul-meet-main
    li.sol-ul-meet
    .open-sol.active
    .meet-drop-arrow {
    transform: rotate(180deg);
  }

  .cap-box li span {
    margin-right: 5px;
    display: table;
    float: left;
    width: 24px;
    position: absolute;
    left: -10px;
  }

  .cap-box li {
    position: relative;
    padding-left: 20px;
  }

  .sol-det-dropdown {
    min-width: 200px;
    top: 30px;
  }

  .solutions-accor .col-6:nth-child(2) .sol-det-dropdown,
  .solutions-accor .col-6:nth-child(4) .sol-det-dropdown {
    left: auto;
    right: 0px;
  }

  /*.business-sol .solution-details {
  top:170px;
  width: 200%;
  left: -200px;
  z-index: 9;
}

  
.xops-sol .solution-details  {
  top:170px;
  width: 200%;
    right: 0;
}*/
}

@media (max-width: 575px) {
  .cap-pointers ul li {
    margin: 5px 5px;
    width: calc(100% / 3 - 15px);
    position: relative;
    font-size: 10px;
  }
  .cap-box {
    padding: 10px;
  }
  .cap-box h3 {
    font-size: 10px;
  }
  .cap-box .cap-heading-sol img.meet-drop-arrow {
    float: right;
    width: 12px;
    position: absolute;
    right: -10px;
    top: 0px;
  }
  .close-meet-amplifinn,
  .plus-meet-amplifinn {
    width: 12px;
  }
  .solutions ul.sol-ul-meet-main li.sol-ul-meet span {
    font-size: 10px;
  }
  .cap-pointers ul li:before {
    width: 18px;
    height: 18px;
  }
  .sol-ul-meet-sub li {
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .capabilities {
    padding: 40px 20px 50px 20px;
  }
}

/***** End Meet Amplifin ************/

@media only screen and (max-width: 425px) {
  .ftbg-title {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .ftbg-title {
    font-size: 32px !important;
  }
}
/* Footer */

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .cta-content h2 span {
      display: -webkit-inline-box;
    }
  }
}

@media (min-width: 1500px) {
  .cta-banner {
    min-height: 330px;
    max-height: 330px;
  }
}

@media (max-width: 1200px) {
  .cta-content h2 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .cta-banner {
    margin: 40px 0px 40px 0px;
    min-height: 280px;
    max-height: 280px;
  }
  .banner-content {
    max-width: 510px;
  }
  .left-image-pillarbanner,
  .right-image-pillarbanner {
    width: 120px;
  }
  .pillar-banner-card {
    width: 190px;
  }
  .pillar-banner-card1,
  .pillar-banner-card3 {
    margin-top: 40px;
  }
  .pillar-banner-card2 {
    margin-top: 75px;
  }
  .pillar-banner-card1 {
    left: 0;
  }
  .pillar-banner-card3 {
    right: 0;
  }
  .pillar-card1-arrow {
    left: 105px;
  }
  .pillar-card3-arrow {
    right: 105px;
  }
  .dashboard-tabbing .tab-list {
    width: 100%;
    border: 0px solid;
    display: block;
    column-count: 2;
    text-align: center;
    margin-bottom: 10px !important;
  }
  .dashboard-tabbing button.nav-link.active {
    background: none;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(273deg, #465ef6 0%, #bb8eff 100%);
    border-image-slice: 1;
    border-radius: 0px;
    color: #5e1ebe;
  }
  .dashboard-tabbing button.nav-link {
    display: block;
    border: 0px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    height: 48px;
    color: #001a56;
  }
  .stats-block:hover:after {
    box-shadow: none;
  }
  .stats-block {
    align-items: baseline;
    height: 100%;
  }
  .cat-banner-image {
    max-width: 300px;
    right: 0;
  }
  .cta-bottom-cards .item {
    margin: 0px 0px;
    width: calc(100% / 2);
    display: flex;
    border-right: 2px solid rgba(7, 7, 7, 0.03);
    border-bottom: 2px solid rgba(7, 7, 7, 0.03);
  }
  .cta-bottom-cards .item:nth-child(3) {
    border-right: 2px solid rgba(7, 7, 7, 0.03);
  }
  .cta-bottom-cards .item:nth-child(4) {
    border-bottom: 2px solid rgba(7, 7, 7, 0.03);
  }
  .cta-bottom-cards .item:nth-child(2) {
    border-right: 0px;
  }
  .cta-bottom-cards .item:nth-child(4) {
    border-right: 0px;
  }
}

@media (max-width: 767px) {
  nav > div.container {
    display: none;
  }
  .demovideos-content {
    box-shadow: none;
    padding: 10px;
    border-radius: 0;
  }
  .mobile-div.d-none.d-sm-none.d-md-block {
    display: none !important;
  }
  .mobile-div.d-none.d-sm-none.d-md-block {
    display: none !important;
    margin: auto 20px;
  }
  div.owl-item.active.center
    > div.customer-stories-items
    > div.home_plat_slider {
    /* display: none; */
  }
  .cta-bottom-cards .item {
    margin: 0px !important;
    width: calc(100% / 2) !important;
  }
  .cta-bottom-cards {
    display: flex !important;
  }
  .oil_solution_data {
    flex-direction: column;
  }
  .oil_solution_data .oil_item_card {
    width: 100%;
  }
  #card_panel > div.container > div.card_box > div.oil_card {
    height: auto;
  }
  .pillar-spotlight-content.gradient-color0.position-relative .card_content {
    top: 95px;
  }
  .pillar-spotlight-content.gradient-color0.position-relative:hover
    .card_content {
    top: 40px;
  }
  #card_panel
    > div.container
    > div.card_box
    > div.oil_card
    > div.oil_card_content {
    padding: 0px;
  }
  #card_panel
    > div.container
    > div.card_box
    > div.oil_card
    > div.oil_card_content
    > p.spotlight-title {
    display: none;
  }
  #card_panel
    > div.container
    > div.card_box
    > div.oil_card
    > div.oil_card_content
    > p.spotlight-label {
    font-size: 8px !important;
    margin-bottom: 4px !important;
    min-height: 0px;
  }
  #card_panel
    > div.container
    > div.card_box
    > div.oil_card
    > div.oil_card_content
    > p.spotlight-label {
    font-size: 10px;
  }

  #card_panel
    > div.container
    > div.card_box
    > div.oil_card
    > div.oil_card_content
    > a {
    padding: 4px 10px;
    font-size: 8px;
    border-radius: 4px;
  }
  section.pillarhero-banner {
    background: url(../images/pillar-page-banner-bg.jpg) !important;
  }
  .pricing-boxes .p-box h2 {
    font-size: 16px;
  }
  .pillarhero-banner h1 {
    font-size: 36px;
  }

  .pillarhero-banner {
    min-height: auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top;
    /* display: table; */
    width: 100%;
    padding: 0px 0px 25px 0;
  }
  .left-image-pillarbanner,
  .right-image-pillarbanner {
    display: none;
  }
  .pillar-card1-arrow,
  .pillar-card2-arrow,
  .pillar-card3-arrow {
    display: none;
  }
  .pillar-banner-card {
    width: 160px;
  }
  .pillarhero-banner .pillar-banner-p {
    font-size: 18px;
  }
  .banner-content {
    z-index: 2;
  }

  .banner-btn-grp {
    display: flex;
    margin: 25px auto 0px;
    flex-wrap: wrap;
    max-width: 250px;
  }
  .banner-btn-grp a {
    margin-bottom: 15px;
  }

  .banner-btn-grp .btn-primary-white-lg {
    padding: 10px 35px 10px 25px;
    width: 100%;
  }
  .banner-btn-grp .btn-primary-white-sm:after {
    content: "";
    top: 12px;
  }
  .banner-btn-grp .btn-tertiary-white-lg {
    margin: 20px auto 0px;
  }
  .banner-btn-grp .mr-btn-30 {
    margin-right: 0px;
  }
  .banner-btn-grp .btn-tertiary-white-lg:after {
    content: "";
    top: 3px;
  }
  .usecase-tiles .tiles-block .tile-video .play-btn-circle {
    left: 25%;
  }
  .usecase-tiles .tiles-block .tile-content {
    max-width: 70%;
  }
  .cta-content h2 {
    font-size: 24px;
  }
  .cta-banner {
    min-height: 380px;
    max-height: 380px;
  }
  .cta-banner.align-items-center {
    align-items: start !important;
  }
  .cat-banner-image {
    max-width: 280px;
    right: 0;
  }
  .left-cont-rimg-card-blue .left-cont-rimg-card-left {
    padding-top: 30px;
    padding-left: 30px;
  }
  .advantage-scrolled-widget {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .video-container .meet-amplifinn-video {
    max-width: 100%;
    margin-top: 30px;
  }
  .pillar-benefit-content {
    padding: 15px;
  }
  .stats-block h3 {
    font-size: 36px;
  }
  .stats-container {
    padding: 15px;
  }
  .pricing-card-p-cont {
    padding: 25px 10px;
  }
  .pricing-card-cont {
    padding: 6px;
  }
  .pricing-card-heading div {
    font-size: 20px;
  }
  .pricing-card-cont span {
    font-size: 10px !important;
    margin-top: 14px !important;
    display: block;
  }
  .pricing-card-cont td,
  .pricing-card-cont th {
    padding: 12px !important;
  }
  .pricing-card-heading {
    font-size: 14px;
  }
  .page-template-template-solutions-new
    .video-section-parent
    .meet-amplifinn-video.video-btn
    .play-btn-circle {
    margin-left: 0;
  }
  .page-template-template-solutions-new #customers,
  .page-template-template-solutions #customers,
  .page-template-template-solutions-new .amplifinn-in-action {
    margin-bottom: 0;
  }
  .section-dashboard .tab-pane__img {
    border-radius: 10px;
    padding: 6px;
  }
  .stats-container [class*="col-"]:last-child {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .pricing-boxes .p-box {
    margin-top: 20px;
  }
  .pillarhero-banner .container {
    min-height: auto;
  }
  .pillarhero-banner .banner-content {
    margin-top: 50px !important;
  }
  .pillar-banner-card {
    width: 100%;
    float: left;
    position: relative;
    animation: none;
    bottom: 0;
    margin-top: 12px !important;
    padding-bottom: 0;
    padding-left: 155px;
    height: 80px;
  }
  .pillar-banner-card img {
    width: 160px;
    float: left;
    margin-right: 20px;
    position: absolute;
    left: 0;
  }
  .pillar-banner-card-title {
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .pillar-banner-card-content {
    font-size: 9px;
  }
  .pillar-banner-cards {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .banner-btn-grp {
    display: block;
  }
  .usecase-tiles .tiles-block {
    padding: 30px 0px 0px;
  }
  .usecase-tiles {
    margin: 35px 0px 0px;
  }
  .cta-banner {
    margin: 0px 0px 0px 0px;
    min-height: 400px;
    max-height: 400px;
  }
  .cat-banner-image {
    max-width: 280px;
    right: 0;
    z-index: 1;
  }
  .cta-content {
    display: table;
    padding: 0px 30px;
    z-index: 2;
  }
  .cta-banner.align-items-center {
    padding-top: 20px;
  }
  .livedemo-chome-right {
    display: none;
  }
  .cta-bottom-cards {
    display: block;
  }
  .cta-bottom-cards .item {
    margin: 0 5px;
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 20px;
  }
  .cta-bottom-cards .item:last-child {
    /*margin-left: auto;
      margin-right: auto;
      float: unset;
      clear: both;*/
  }
}

@media (max-width: 375px) {
  .dashboard-tabbing button.nav-link {
    font-size: 14px;
  }
  .pillar-banner-card-content {
    font-size: 9px;
  }
  .mobile-div.d-none.d-sm-none.d-md-block {
    display: none !important;
    margin: auto 20px;
  }
  div.owl-item.active.center
    > div.customer-stories-items
    > div.home_plat_slider {
    display: none !important;
  }
}

/* USE CASES */
.usecase-title {
  line-height: 1.7rem !important;
}
#use-casess {
  background: transparent
    linear-gradient(
      141deg,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(224, 246, 255, 0.35) 28%,
      rgba(228, 220, 255, 0.35) 57%,
      rgba(136, 198, 250, 0.35) 100%
    );
}
.card-wrapper {
  padding: auto 2em;
}
.card-wrapper .use-case-wrap:nth-child(even) .left-arrow-down {
  transform: rotate(90deg);
  width: 100%;
  background-image: url(../images/Home/down-right.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
}

.card-wrapper .use-case-wrap:nth-child(odd) .left-arrow-down {
  transform: rotate(0deg);
  width: 100%;
  background-image: url(../images/Home/down-arrow-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
}
.content-wrapper .content p {
  font-size: 14px !important;
}
.icon-wrapper {
  /* text-align: center;
  border: 1px solid lightblue;
  border-radius: 50%; */
  width: 140px;
  height: 140px;
  align-items: center;
  display: flex;
  justify-content: center;
  /* box-shadow: 0px 0px 11px 0px #E5DDF8; */
}
.content-wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid #ded7ff;
  padding: 0.7rem;
  border-radius: 6px;
  box-shadow: 0px 0px 11px 0px #e5ddf8;
  margin-top: 20px;
}
.use-case-img img {
  border-radius: 15px;
}
.use-case-container {
  padding: 0 3rem;
}
.usecase-title {
  font-size: 14px !important;
}
@media only screen and (max-width: 425px) {
  .use-case-container {
    padding: 0px 1rem;
  }
}
.accordion-item {
  border: none !important;
}
.usecase-panel:not(.collapsed) {
  background-color: #cfe2ff;
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  position: absolute;
  right: 20px;
}

.usecase-panel {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.18);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 5.5em;
}
.usecase-panel {
  min-height: 5.5em;
  margin-top: 2em;
  border-radius: 6px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-wrap: none;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.usecase-btn {
  text-decoration: none;
  color: #161513;
  position: relative;
  padding: 0.5em 1em;
  line-height: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.usecase-btn > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
  font-size: 2em;
  color: #161513;
  position: relative;
  padding: 0.5em 1em;
  line-height: 1;
}
/* USE CASE PANEL END */
