@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Lexend:wght@200;400;500;600;700&display=swap');
/**** pillar banner CSS **/
/* remove it later */
.main-content.sub-header-scroll{
    margin-top: 53px;
}
.inner-navigation.landing-header {
    padding: 0px 0px;
}


.inner-navigation.landing-header ul li a{
    font-family: 'Redhat-Regular';
    color: #001A56;
    font-size: 11px;
    text-transform: uppercase;
}

.nav-desktop-menu .inner-navigation.landing-header ul li{
    padding: 5px 8px;
}
/* remove it later */
.widget-scroller-adv{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.advantage-scrolled-widget{
    position: sticky;
    top: 7rem;
    align-self: flex-start;
}
.pillarhero-banner {
    min-height: 650px;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    background-position: bottom center !important;
    display: table;
    width: 100%;
    padding: 60px 0px 25px 0;
    background: url(../img/pillar-page-banner-bg.jpg) !important;
    /*background: #ddd !important;*/
    background-size: cover !important;
}
.pillarhero-banner .container{
    min-height: 660px;
}

.pillarhero-banner h1 {
    color: #001A56;
    font-size: 68px;
    display: table;
    width: 100%;
    margin: 0px 0px 7px 0px;
}

.pillarhero-banner .pillar-banner-p{
    color: #001A56;
    font-size: 24px;
    font-family: 'Redhat-Light';
    letter-spacing: 3.5px;
}

.banner-content {
    max-width:80%;
    border: 2px solid #b8fe9c;
    padding: 30px 25px;
}
.banner-content span.banner-edge{
    background: url(../img/banner-edge-square.png);
    background-position: bottom left;
    width: 16px;
    height: 16px;
    position: absolute;
}
.banner-content span.banner-edge1{
    top: -8px;
    left: -8px;
}
.banner-content span.banner-edge2{
    top: -8px;
    right: -8px;
}
.banner-content span.banner-edge3{
    bottom: -8px;
    left: -8px;
}
.banner-content span.banner-edge4{
    bottom: -8px;
    right: -8px;
}

.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;
}

@keyframes move {
    0% {
      transform: translatex(0);
    }
    50% {
      transform: translatex(-30px);
    }
}

@keyframes circularrotatesmall {
    from { transform: rotate(0deg) translateX(2px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(2px) rotate(-360deg); }
}

@-webkit-keyframes circularrotate {
    from { -webkit-transform: rotate(0deg) translateX(8px) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(8px) rotate(-360deg); }
}

@-moz-keyframes circularrotate {
    from { -moz-transform: rotate(0deg) translateX(8px) rotate(0deg); }
    to   { -moz-transform: rotate(360deg) translateX(8px) rotate(-360deg); }
}

@-o-keyframes circularrotate {
    from { -o-transform: rotate(0deg) translateX(8px) rotate(0deg); }
    to   { -o-transform: rotate(360deg) translateX(8px) rotate(-360deg); }
}

@keyframes circularrotate {
    from { transform: rotate(0deg) translateX(8px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(8px) rotate(-360deg); }
}


.cloud1{
    position: absolute;
    left: 75px;
    top: 150px;
    animation: move 15s infinite;
}
.cloud1 img{
    width: 80px;
}
.cloud2{
    position: absolute;
    left: 20px;
    top: 240px;
    animation: move 15s infinite;
}
.cloud2 img{
    width: 80px;
}
.cloud3{
    position: absolute;
    left: 50px;
    bottom: 90px;
    animation: move 15s infinite;
}
.cloud3 img{
    width: 80px;
}
.cloud4{
    position: absolute;
    right: 30px;
    top: 100px;
    animation: move 15s infinite;
}
.cloud4 img{
    width: 100px;
}
.cloud5{
    position: absolute;
    right: 100px;
    top: 250px;
    animation: move 15s infinite;
}
.cloud5 img{
    width: 55px;
}
.cloud6{
    position: absolute;
    right: 0px;
    bottom: 200px;
    animation: move 15s infinite;
}
.cloud6 img{
    width: 70px;
}
.left-image-pillarbanner{
    width: 210px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.right-image-pillarbanner{
    width: 210px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.pillar-banner-card{
    width: 230px;
    background: #fff;
    padding-bottom: 40px;
    border-radius: 12px;
}
.pillar-banner-card-title{
    font-size: 14px;
    margin: 15px;
    text-transform: uppercase;
    font-family: 'Redhat-Semibold';
}
.pillar-banner-card-content{
    font-size: 12px;
    margin-left: 15px;
    margin-right: 15px;
}
.pillar-banner-card{
    box-shadow: 0px 0px 50px #00000017;
    overflow: hidden;
}
.pillar-banner-card1{
    position: absolute;
    left: 75px;
    margin-top: 45px;
    animation: circularrotate 12s infinite linear;
}
.pillar-banner-card2{
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 105px !important;
    margin: 0 auto;
    animation: circularrotate 14s infinite linear;
}
.pillar-banner-card3{
    position: absolute;
    right: 75px;
    margin-top: 45px;
    animation: circularrotate 16s infinite linear;
}
.pillar-card1-arrow{
    position: absolute;
    margin-top: 30px;
    left: 195px;
    width: 55px;
    animation: circularrotatesmall 12s infinite linear;
    
}
.pillar-card2-arrow{
    position: absolute;
    margin-top: 29px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 28px;
    animation: circularrotatesmall 14s infinite linear;
}
.pillar-card3-arrow{
    position: absolute;
    margin-top: 30px;
    right: 195px;
    width: 55px;
    animation: circularrotatesmall 16s infinite linear;
}

/*** banner CSS End **/

.page-template-template-solutions-new #overview-video{
    padding-bottom: 0;
}
#overview-video p{
    font-size: 16px;
}
/* .page-template-template-solutions-new #customers,
.page-template-template-solutions #customers,
.page-template-template-solutions-new .gathr-in-action{
    margin-bottom: 0px;
    padding-top: 120px;
    margin-top: 0px;
} */
.page-template-template-solutions-new .video-section-parent .meet-gathr-video.video-btn .play-btn-circle{
    margin-left: -15px;
}
/* .live-demo-card{
    background: #fff !important;
} */

.live-demo-card {
    background: url(../img/dark-gradient-bg.svg);
}

.expertopinion p.head-label {
    float: left;
    width: auto;
    text-align: left;
}

.cta-bottom-cards{
    display: flex;
    flex-wrap: wrap;
    margin: 80px 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:nth-child(3), .cta-bottom-cards .item:nth-child(6){
    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;
}

.demovideos-content .gathr-in-action-sv-title {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 16px;
    height: 48px;
}

.demovideos-content {
    box-shadow: none;
    padding: 30px;
    border-radius: 0;
}
/*** Pillar Video CSS **/ 

.pillar-video_banner{
    position: relative;
    background: #F4F8FC;
    border-radius: 0px 0px 90px 90px;
    padding: 80px 0px 100px 0px;
}
.pillar-video_banner:after {
    content: "";
    position: absolute;
    height: 385px;
    background: #f4f8fc;
    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%;
}

.video-section-parent {
    position: relative;
}

.video-container {
    position: relative;
}

.video-container .meet-gathr-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,.3);
    border-radius: 10px;
    background-size: 100% 100%;
}

.video-section-parent .meet-gathr-video.video-btn img {
    width: 100%;
    border-radius: 10px;
    padding: 0px;
}

.banner-btn-grp .btn-tertiary-white-lg {
    font-family: 'Redhat-Semibold'
}

/*** pillar Video Banner Css ***/

/*** Pricing Card ***/
/* .pricing-card-cont th:first-child{
    width: 20%;
} */
/*.pricing-card-cont th{
    border-right: 1px solid #040a77 !important;
    border-bottom: 1px solid #040a77 !important;
    padding: 20px !important;
    width: 25%;
}
.pricing-card-cont th:last-child{border-right: 0 !important;}
.pricing-card-cont tr{
    border: 0px solid !important;
}
tbody, td, tfoot, th, thead, tr{
    border: 0px;
} */
/* .pricing-card-cont td{
    border-top: 1px solid #040a77 !important;
    border-left: 1px solid #040a77 !important;
    padding: 20px !important;
}
.pricing-card-cont span{
    font-size: 11px !important;
    line-height: 1.2 !important;
    display: block;
    margin-top: 12px;
    color: #999 !important;
}
.pricing-card-cont .last-th-price{
    border-bottom: 0px solid !important;
} */


/* .pricing-card-cont{
	background:rgba(5,25,92,.40);
	padding: 20px 30px;
	border-radius: 10px;
    overflow-x: auto;
} */

/* .pricing-card-cont .pricing-p-row [class*='col-']{
	padding: 18px 30px;
	display: flex;
	align-items: center;
	vertical-align: middle;
} */
/* .border{
	border: 0px solid !important;
}
.pricing-p-row .border:first-child{
	border-right: 1px solid #040a77 !important;
	border-bottom: 1px solid #040a77 !important;
}
.pricing-p-row .border:nth-child(2){
	border-bottom: 1px solid #040a77 !important;
	padding-left: 6%;
}
.pricing-p-row:last-child .border{
	border-bottom: 0px solid !important;
}
.pricing-card-heading div{
	background: linear-gradient(56deg, #FFA284 0%, #FFC5B4 15%, #FF90BF 24%, #FFD3E6 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-family: 'LexendBold';
    font-size: 28px;
}
.pricing-p-row p{
	font-family: 'LexendLight';
	margin-bottom: 0;
} */

.pricing-card-heading{
	background: linear-gradient(56deg, #FFA284 0%, #FFC5B4 15%, #FF90BF 24%, #FFD3E6 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-family: 'Redhat-Bold';
    font-size: 52px;
    display: -webkit-inline-box;
}

.pricing-card-p-cont{
    padding: 50px 50px 0px 50px;
    background: linear-gradient(306deg, #031250 0%, #010436 15%, #070641 74%, #2A1280 100%);
    border-radius: 10px;
    color: #fff;
    }
.pricing-boxes .p-box {
    position: relative;
    padding: 20px 30px;
}

.pricing-boxes .p-box:after {
    content:"";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    padding: 20px;
    border-radius: 17px;
    mix-blend-mode: soft-light;
    left: 0px;
}

.pricing-boxes .p-box h2 {
    position: relative;
    text-align: right;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'Redhat-Light';
    letter-spacing: 3px;
}

.pricing-boxes .p-box h2:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.5);
    mix-blend-mode: overlay;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.pricing-boxes .btn-tertiary-white-sm {
    font-size: 18px !important;
    margin: 50px 0px;
    text-align: center;
}

.btn-tertiary-white-sm:after {
    top:6px;
}

.pricing-boxes .p-box h3 span{
    font-size: 22px;
    display: inline;
    width: 100%;
}
.pricing-boxes .p-box h3 p{
    font-size: 52px;
    display: inline;
    width: 100%;
    margin:0px;
}

.pricing-boxes .p-box p{
    font-family: 'Redhat-Light';
    font-size: 16px;
    margin-top: 20px;
    max-width: 400px;
}

/*** Pricing Card ***/

/*** Dashboard Tabs ***/
.dashboard-tabbing .tab-list{
    border: 1px solid rgba(94,30,190,.26);
    border-radius: 30px;
    padding: 3px;
    width: 85%;
    margin: 0 auto;
}
.dashboard-tabbing button.nav-link.active{
    border-radius: 35px;
    color: #fff;
    padding: 10px 25px;
    vertical-align: middle;
    background: transparent linear-gradient(273deg, #465EF6 0%, #BB8EFF 100%);
}
.dashboard-tabbing button.nav-link{
    display: flex;
    flex-grow: 1;
    background: rgba(0,0,0,0);
    display: inline-block;
    border: none;
    color: rgba(94,30,190,.8);
    font-size: 16px;
    margin: 0px 1px;
    text-align: center;
}
.tab-pane__img{
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 12px rgba(94,30,190,.2);
    border-radius: 35px;
}
/*** Dashboard Tabs ***/

.left-cont-rimg-card-blue{
    background: linear-gradient(306deg, #031250 0%, #010436 15%, #070641 74%, #2A1280 100%);
    border-radius: 20px;
    margin-bottom: 40px !important;
}
.left-cont-rimg-card-blue .left-cont-rimg-card-left{
    padding-top: 0px;
    padding-left: 50px;
    color: #fff;
    border-radius: 20px;
}

.cta-bottom-old.cta-bottom-cards .item  {
    margin: 0px 0px;
    width: calc(100% / 6);
    display: flex;
    border-right: none;
    border-bottom: none;
    box-shadow: 0px 0px 50px #BB8EFF20;
}

.cta-bottom-old.cta-bottom-cards .item img {
    height: auto;
}

.cta-bottom-old.cta-bottom-cards  {
    margin: 40px 0px;
}

.col-7.left-cont-rimg-card-left {
    text-align:left !important;
}

.col-7.left-cont-rimg-card-left .democard-title {
    font-size: 28px;
    line-height: 1.3;
    font-family: 'Redhat-Bold';
}

/*** Pillar Usecase Section ****/

.usecase-tiles .meet-gathr-video.video-btn img {
    border-radius:0px;
    width:100%;
}

.usecase-tiles .tiles-block {
    align-items: center;
    display: flex;
    position: relative;
    padding:30px 20px;
}

.usecase-tiles .tiles-block .tile-video{
 width:60%;
}

.usecase-tiles .tiles-block .tile-content{
    position: absolute;
    max-width: 50%;
    background: #fff;
    right: 0;
    padding: 15px 25px;
    box-shadow: 0px 6px 36px #0000000D;
    border-radius: 10px;
}

.usecase-tiles .tiles-block .tile-content h3 {
    font-size: 16px;
    font-family:'Redhat-Semibold';
}

.usecase-tiles .tiles-block .tile-content p {
    font-size: 14px;
    margin-bottom: 5px;
}

.usecase-tiles .tiles-block .tile-content .empty-btn {
    color:#0768DD;
    padding: 0px;
}

.usecase-tiles .tiles-block .tile-content .empty-btn span {
    margin-top: 3px;
    float: right;
    margin-left: 5px;
}


.usecase-tiles .tiles-block .tile-video .play-btn-circle {
    position: absolute;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .usecase-tiles .tiles-block .tile-video .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,.5);
  }
  .usecase-tiles .tiles-block .tile-video .play-btn-circle .circle {
      width: 65px;
      height: 65px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      background-color: #5888de;
      margin: auto;
      transform: scale(.80,.80);
  }
  .usecase-tiles .tiles-block .tile-video .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,.5);
  }
  .usecase-tiles .tiles-block .tile-video .play-btn-circle svg {
    fill: #fff;
    stroke: #fff;
    stroke-linejoin: round;
    stroke-width: 5;
    transition: all 0.3s;
  }

  .pillar-usecase {
    margin:40px 0px;
    display: table;
    width: 100%;
  }
  .usecase-tiles {
    margin: 80px 0px 0px;
  }

  .tile-content .btn-tertiary-blue-sm  {
    display: block;
  } 

/*** Pillar Usecase Section End****/

/*** Cta banner***/
a.sbmit-btn{
    /* background: transparent linear-gradient(275deg, #804BFF 10%, #4269C6 70%, #3E67CC 0%, #21DBAA 150%); */
    color:#fff;
    transition:5s;
    font-size: 16px;
}
a.sbmit-btn span{
    margin-top: 4px;
    display: table;
    float: right;
    margin-left: 10px;
    font-size: 16px;
}
a.sbmit-btn:hover{
    /* background: transparent linear-gradient(70deg, #804BFF 10%, #4269C6 70%, #3E67CC 0%, #21DBAA 150%); */
    color:#fff;
}
a.sbmit-btn:active{
    /* background: transparent linear-gradient(70deg, #804BFF 10%, #4269C6 70%, #3E67CC 0%, #21DBAA 150%); */
    color:#fff;
}

.cta-banner {
    position: relative;
    background-size: 100% 100%;
    margin: 100px 0px 0px 0px;
    min-height: 330px;
    max-height: 330px;
    background: transparent linear-gradient(115deg, #FFFFFF 0%, #E0F6FF 28%, #E4DCFF 57%, #88C6FA 100%);
    border-radius: 15px;
}

.cta-content {
    display: table;
    padding: 35px 50px;
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .cta-content h2 span {
        display: -webkit-inline-box;
    } 
}
}

.cat-banner-image img {
    /*max-height: 370px;*/
}

.cat-banner-image {
    /*display: table;
     overflow-y:hidden;
     float: right;
    margin-top: -40px;
    max-width: 435px;*/
    max-width: 530px;
    position: absolute;
    bottom: 0;
}

.cta-section {
    display: inline-block;
    width: 100%;}

/*** CTA Banner End ***/

/*** Benefit Module ***/

.benefit-tiles h3 {
    font-size: 16px;
    font-family: 'Redhat-Medium';
    margin: 15px 0px 5px 0px;
    min-height: 40px;
}
.benefit-tiles img{
    max-height: 38px;
}
.benefit-tiles p {
    font-size: 14px;
    margin: 0px;
    font-family: 'Redhat-Light';
}
.page-template-template-solutions .benefit-cover{
    margin-top: 3em;
}
.benefit-cover .sub-title{
    font-size: 16px;
    font-family: 'Redhat-Regular';
    padding: 10px 0px;
}

.benefit-cover {
    margin-top:120px;
    padding: 80px 0px;
    display: inline-block;
    width: 100%;
    background: transparent linear-gradient(141deg, rgba(255,255,255,.35) 0%, rgba(224,246,255,.35) 28%, rgba(228,220,255,.35) 57%, rgba(136,198,250,.35) 100%);
}

.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: 'Redhat-Bold';
    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 */

.btn-tertiary-blue-sm {
    line-height: 16px;
}

.customers {
    margin-top: 0px; 
}

section.home-top {
    padding: 120px 0px 0px 0px;
        display: inline-block;
        width: 100%;
        margin: 0px;
}

section.home-top.why-gathr-section {
   margin: 0px;
}

section.why-gathr {
    margin:40px 0px;
}
.cta-bottom-cards .item img {
    height: 32px;
}

/*** gen box ***/

.gen-box-cover {
    display: flex;
    margin: 50px 0px 0px;
    flex-wrap: wrap;
}

.gen-heading-sec .head-label {
    margin:0px;
    letter-spacing: 5px;
}

.gen-heading-sec .head-title {
    text-align: left;
    font-family: 'Redhat-Light';
    margin: 20px 20px 20px 0px;
    font-size: 52px;
}

.gen-heading-sec .head-title span{
    background: transparent linear-gradient(116deg, #D28EFF 0%, #FF9C6B 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    font-family: 'Dancing Script', cursive;
    font-size: 68px;
    padding: 0px 0px 0px 1px;
}

.gen-heading-sec .desc {
    font-family: 'Redhat-Light';
    font-size: 32px;
}

.gen-heading-sec  {
    align-items: center;
}

.gen-heading-sec .dashbord-img {
    padding:0px 0px 0px 70px;
}

.gen-section {
    background: transparent linear-gradient(180deg, #FAEDFA 0%, #FFFFFF 60%) 0% 0% no-repeat padding-box;
    padding: 65px 50px 0px 65px;
    border-radius: 30px;
}

.gen-box-cover .gen-box{
    background-position: bottom;
    display: flex;
    border-radius: 15px 15px 0px 0px;
    opacity: 1;
    padding: 20px 20px;
    margin: 0px 10px 20px 10px;
    position: relative;
    flex-wrap: wrap;
}

.gen-box-cover .gen-box .bottom-img {
    position: relative;
    width: 22px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.gen-cta {
    background: transparent linear-gradient(97deg, rgba(235,212,248,0.32) 0%, rgba(190,211,253,0.32) 100%) 0% 0% no-repeat padding-box;
    border-radius: 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
}

.blue-gradinat-bg {
    background: transparent linear-gradient(182deg, #E8F3FF 0%, #E9F4FF31 61%, #F5F5FF00 100%) 0% 0% no-repeat padding-box !important;
}

.yellow-gradinat-bg {
    background: transparent linear-gradient(180deg, #FFF4E470 0%, #FFF4E400 100%) 0% 0% no-repeat padding-box !important;
}

.lavender-gradinat-bg{
    background: transparent linear-gradient(182deg, #EBE2FFA3 0%, #EBE2FF31 61%, #F5F5FF00 100%) 0% 0% no-repeat padding-box !important;
}
.pink-gradinat-bg{
background: transparent linear-gradient(177deg, #FDE9F6 0%, #F9EAF631 23%, #FDE9F600 100%) 0% 0% no-repeat padding-box !important;
}
.green-gradiant-bg {
    background: transparent linear-gradient(358deg, #F1F2FF00 0%, #E1FFFB31 59%, #E1FFFB 100%) 0% 0% no-repeat padding-box !important;
}

.gen-box-cover .accordion-button::after {
    position:absolute;
    right:0px;
}

.gen-cta p {
    font-size: 28px;
    font-family: 'Redhat-Semibold';
    margin-bottom: 0px;
}

.gen-cta a {
    background: #fff;
    color: #5E1EBE;
    border-radius: 20px;
    display: inline-block;
    padding: 8px 75px 8px 8px;
    position: relative;
    font-family: 'Redhat-Semibold';
    font-size: 16px;
    box-shadow: none;

}

.gen-cta a.btn-primary-two:after {
    top:14px;
    right: 16px;
}

.gen-cta a img{
    width: 28px;
    margin-right: 5px;
}

.gen-cta p span {
    width: 100%;
    display: table;
    font-size: 16px;
}

.gen-box-cover .gen-box h3 {
    font-size: 16px;
    text-align: left;
    margin-top: 0px;
    min-height: auto;
    width: 100%;
    vertical-align: middle;
    font-family: "Redhat-Medium";
    display: table;
    margin-bottom: 10px;
    padding: 0px;
    border-bottom: 0px;
    box-shadow: none;
}

.gen-box-cover .gen-box h3 span{
    float: right;
    width: calc(100% - 40px);
    display: table;
    height: 40px;
    padding-right: 30px;
}

.gen-box-cover .gen-box div.collapse{
    font-size: 14px;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Redhat-Light';
}
.gen-section .unified-cta {
    max-width: 100%;
    margin: 40px auto 0px;
}

.gen-box-cover .gen-box .accordion-collapse ul li {
    font-size: 14px;
    list-style: outside;
    list-style-type: inherit;
    margin: 10px 20px;
}


.head-label {
    display: table;
    margin: 0px auto;
    position: relative;
}

/* 
.head-label:after {
    content: "";
    height: 0;
    position: absolute;
    bottom: -2px;
    width: 98%;
    left: 0px;
    border-bottom: 1px solid #9CEA7C;
} */

.unified_infographic {
    padding:25px 0px 0px;
}

.demovideos-content {
    padding: 12px 12px 24px 12px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    border: 1px solid #f0eafb;
}

.demovideos-carousel.owl-carousel .owl-stage {
    display: flex;
}

.demovideos-carousel.owl-carousel .owl-item {
    display: flex;
    margin:0px 10px;
}

.demovideos-carousel .owl-navclass {
    margin-left: 0px;
}

.customerstories, .unified-sec, .gen-ai, .live-demo {
    padding: 120px 0px 0px !important;
}

.meet-gathr-for-di #MeetBgSVG {
    position: absolute;
    z-index: -1;
    top: 30%;
}

.meet-gathr-for-di {
    padding-bottom: 0em;
    position: relative;
}

.unified-cta {
    background: transparent linear-gradient(97deg, #EBD4F830 0%, #BED3FD30 100%) 0% 0% no-repeat padding-box;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    max-width: 85%;
    margin: 0px auto;
}

.unified-cta img {
    width:100px;
}

.unified-cta p{
    color:#001A56;
    font-size: 20px;
    margin-bottom: 0px;
    font-family: 'Redhat-Medium';
}

.unified-cta p span {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px !important;
    color: #5E1EBE;
    width: 100%;
    display: table;
    text-align: left;
    font-family: 'Redhat-Regular';
    letter-spacing: 5px;
}

.unified-cta .btn-primary-two {
    /* background: #9f5ef41f 0% 0% no-repeat padding-box; */
    display: flex;
    width: 50px;
    height: 50px;
    padding: 0px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}

.unified-cta .btn-primary-two:after {
    content:"";
    margin-left: 0;
    background-repeat: no-repeat;
    top: 20px;
    background-size: 18px;
}



/* .meet-cta {
    background: transparent;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 30px auto 0px;
} */

/* .meet-cta p{
    color: #001A56;
    font-size: 18px;
    margin-bottom: 0px;
    font-family: 'Redhat-Medium';
}

.meet-cta p span {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px !important;
    color: #fff;
    font-family: "Redhat-Regular";
    width: 100%;
    display: table;
    text-align: left;
    margin-bottom: 5px;
} */

/* .meet-cta .btn-primary-two {
    z-index: 1;
    background:transparent linear-gradient(270deg, #1A62DF 0%, #1940B8 11%, #4500B2 24%, #4500B2 50%, #310079 77%, #170039 100%) 0% 0% no-repeat padding-box;
    display: flex;
    padding: 10px 30px 10px 10px;
    border-radius: 40px;
    justify-content: flex-start;
    align-items: center;
    box-shadow: none;
    flex-wrap: nowrap;
}

.meet-cta .btn-primary-two:hover:after{
    content:"";
    animation:none;
    display: none;
}

.meet-cta .btn-primary-two:after {
    content:"";
    display: none;
}

.meet-cta .btn-primary-two img{
    margin-right: 10px;
    border-radius: 50%;
    padding: 5px;
    margin-right: 10px;
    background: #DDE2FF40 0% 0% no-repeat padding-box;
}


.meet-cta .btn-primary-two span {
    margin-left: 10px;
    width: 100%;
    font-family: 'Redhat-Regular';
    font-size: 16px;
    color: #fff;
    letter-spacing: 4px;
}

.meet-cta .btn-primary-two b {
    display: table;
    width: auto;
    color: #001A56;
    font-size: 10px;
    border-bottom: 1px solid #9CEA7C;
    font-family: 'Redhat-Light';
} */

/* .meet-cta .btn-primary-two:after {
    content: "";
    margin-left: 0;
    top: 0;
    background-image: none;
    background: #fefdff;
    border: 1px solid transparent;
    width: 99%;
    height: 97%;
    left: 0px;
    border-radius: 40px;
    z-index: -1;
    bottom: 0px;
    left: -1px;
    right: 0;
    margin: auto;
} */



/****** Di Hero Banner*****/
.pillar-di-banner {
    height: calc(100vh - 53px);
    display: flex;
    min-height: 580px;
    flex-wrap: wrap;
}

.banner-left-panel {
    width:30%;
    background: url(../img/banner-left-bg.png);
    height: 100%;
    background-size: 100% 100%;
}

/* .banner-right-panel {
     width:70%;
     height: 100%;
     position: relative;
} */

.banner-right-panel {
    width:100%;
    height: 100%;
    position: relative;
}

.banner-right-panel .contentBox h3 {
    font-size: 48px;
    color: #fff;
    font-family: 'Redhat-Semibold';
    margin: 30px 0px;
}

.banner-right-panel .contentBox p {
    line-height: 20px;
    font-family: 'Redhat-Light';
    color: #fff;
    font-size: 14px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.banner-right-panel .contentBox {
    height: 100%;
    background-size: cover;
    display: none;
    padding: 50px 70px;
     animation: fadeOut 1s;
     background-position: bottom;
}


.banner-right-panel .contentBox .content-inner {
    width: 400px;
    position: absolute;

}

.banner-right-panel .contentBox .content-inner p.content-para {
    height:95px;
}

.banner-right-panel .contentBox.content-slide .content-inner h3 {
    animation:  1.5s slideContent;
    height: 170px;
}

.banner-right-panel .contentBox.content-slide .content-inner p.content-para {
    animation:  1.5s slideContent1;
    height: 80px;
}

.banner-right-panel .contentBox.active {
    display: flex;
    animation: fadeIn 1s;
    align-items: center;
}


@keyframes slideContent {
  from {
    opacity: 0;
    height: 150px
  }
  to {
    opacity: 1;
    height:170px;
  }
  }

  @keyframes slideContent1 {
    from {
      opacity: 0;
      height: 70px
    }
    to {
      opacity: 1;
      height:80px;
    }
    }



.banner-left-panel .head-label, .banner-right-panel .head-label {
    font-family: 'Redhat-Light' !important;
    text-align: left;
    letter-spacing: 5px;
    margin: 0px;
    border: 0px;
    font-size: 12px !important;
}

/* .banner-left-panel .head-label:after, .banner-right-panel .head-label:after {
    content:"";
    display: none;
} */

.banner-left-panel .head-title {
    font-family: 'Redhat-Light';
    text-align: left;
    margin: 20px 0px;
    color: #10007C;
    line-height: 52px;
}

.banner-left-panel .left-content {
    padding: 50px 50px 0px 60px;
    height: 100%;
}

.banner-right-panel .boxDetail{
    height: 100%;
    position: absolute;
    top:0px;
    width: 100%;
}

/* .banner-right-panel .box-switch {
    position: absolute;
    bottom: 80px;
    width: 100%;
} */
.banner-right-panel .box-switch {
    position: absolute;
    bottom: 80px;
    width: calc(100% - 450px);
    right: 0px;
    display: table;
}

.banner-right-panel .box-switch ul {
    display: table;
    width: 100%;
    padding: 0px 70px;
}

.banner-right-panel .box-switch ul li {
    margin: 0px 10px;
    width: calc(25% - 20px);
    max-width: 200px;
    background-size: cover;
    background-position: 90%;
    height: 250px;
    padding: 20px;
    border-radius: 10px;
    float: left;
    position: relative;
    animation: switchDown 1s;
    display: flex;
    align-items: flex-end;
}


.banner-right-panel .box-switch ul li.active {
    margin: -30px 10px;
    animation: switchUp 1s;
}

.banner-right-panel .box-switch ul li:after {
    content: "";
    width: 100%;
    height: 55px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: soft-light;
    opacity: .2;
    position: absolute;
    bottom: -67px;
    left: 0px;
    border-radius: 8px 8px 0px 0px;
}

.banner-right-panel .box-switch ul li h4 {
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    font-family: "Redhat-Light";
    letter-spacing: 2px;
}

.banner-right-panel .box-switch ul li h4 span{ 
    font-family: 'Redhat-Light';
    display: table;
    width: 100%;
}

/* .gathr-in-action.meet-gathr h2.head-title {
    display: block;
    font-size: 40px;
    width: 50%;
    margin: 25px auto 0px !important;
    line-height: 1.2;
} */
  
.demovideos-carousel .owl-dotsclass {
    width: 70%;
}

.inner-navigation {
    padding:0px 65px;
}


.di-banner-buttons{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 60px;
}

.di-banner-buttons .blue-btn {
    padding: 7px 35px 7px 15px;
    background: transparent linear-gradient(92deg, #9764F7 0%, #7C47F7 40%, #623BFB 100%);
    border-radius: 20px;
    z-index: 9;
    font-size: 12px;
}

.di-banner-buttons .blue-btn:after, .di-banner-buttons .btn-primary-two:after {
    content:"";
    top:9px;
}

.di-banner-buttons .btn-primary-two {
 z-index: 9;
 box-shadow: none;
 font-size: 12px;
 padding: 7px 35px 7px 15px;
 margin-left: 15px;
}

.customer-stories-label.head-label{
    text-align:left !important;
    color: #001A56 !important;
    display: table;
    margin: 0px;
}

.gen-box-cover .gen-box .coming-soon-img {
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 70px;
} 


.footer-top-bg {
    margin-top: 150px;
}




@keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  
  @keyframes fadeIn {
    from {
      opacity: .5;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes switchUp {
    from {
      margin-top: 0;
    }
    to {
      margin-top: -30;
    }
  }
  
  @keyframes switchDown {
    from {
        margin-top: -30;
    }
    to {
        margin-top: 0;
    }
  }

/****** End ***/

@media (min-width: 1500px)  {
    .banner-left-panel .head-label, .banner-right-panel .head-label {
        font-size: 16px !important;
        letter-spacing: 10px;
    }
    .cta-banner {
        min-height: 330px;
        max-height: 330px;
    }
    .banner-right-panel .box-switch ul li {
        max-width:none;
        height: 275px;
    }
    .banner-right-panel .contentBox h3 {
        font-size: 55px;
        margin-bottom: 60px;
        height: 170px;
        color: #fff;
        visibility: visible!important;
    }
    .banner-right-panel .contentBox p {
        font-size: 15px;
        line-height: 24px;
        visibility: visible!important;
    }
    .banner-left-panel .head-title {
        font-family: 'Redhat-Light';
        text-align: left;
        margin: 30px 50px 30px 0px;
        color: #10007C;
        line-height: 68px;
        font-size: 48px;
    }
    .banner-right-panel .contentBox {
        padding:80px 60px;
    }
    .banner-right-panel .box-switch ul {
        padding:0px 80px;
    }

    .banner-right-panel .box-switch {
        width: calc(100% - 550px);
    }
    .banner-right-panel .contentBox .content-inner {
        width: 500px;
        position: absolute;
    }
}


@media (min-width: 1700px)  {
    .banner-left-panel .head-title {
        font-size: 53px;
        line-height: 78px;
    }
    .banner-right-panel .contentBox h3 {
        font-size: 65px;
        margin-bottom: 85px;
    }
    .banner-right-panel .contentBox p {
        font-size: 16px;
    }
    .banner-right-panel .box-switch ul li {
        max-width: none;
        height: 400px;
    }
    .banner-right-panel .contentBox p {
        font-size: 18px;
        line-height: 30px;
    }
    .banner-right-panel .box-switch ul li h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .di-banner-buttons .blue-btn, .di-banner-buttons .btn-primary-two {
        font-size: 16px;
    }
    .banner-left-panel .head-label {
        font-size: 24px !important;
    }
    .banner-right-panel .contentBox .content-inner {
        width: 500px;
        position: absolute;
    }
    .di-banner-buttons .blue-btn:after, .di-banner-buttons .btn-primary-two:after {
        content: "";
        top: 13px;
    }
}


@media (max-width: 1200px)  {
    .cta-content h2{ 
        font-size: 24px;
    }
    .banner-right-panel .contentBox h3 {
        font-size: 48px;
        color: #fff;
    }
    .banner-right-panel .contentBox {
        padding:50px;
    }
    .banner-right-panel .box-switch ul {
        padding: 0px 50px;
    }
    .banner-right-panel .box-switch {
        bottom:70px;
    }
    .banner-left-panel .head-title {
        font-family: 'Redhat-Light';
        text-align: left;
        margin: 15px 0px;
        color: #10007C;
        line-height: 46px;
        font-size: 36px;
    }
    .inner-navigation.landing-header ul li a {
        font-size: 9px;
    }
}

@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;
    }
    .unified-cta {
        max-width: 100%;
        padding: 25px 0px;
    }
    .banner-left-panel .left-content {
        padding: 50px 20px 0px 30px;
        height: 100%;
    }
    .banner-right-panel .box-switch ul {
        display: table;
        width: 100%;
        padding: 0px 10px;
    }
    .banner-right-panel .box-switch ul li{
        padding:20px 10px;
    }
    .banner-right-panel .box-switch ul li h4 {
        font-size: 11px;
    }
}

@media (max-width: 767px)  {

    .banner-right-panel .contentBox h3 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .banner-right-panel .box-switch ul li {
        height: 200px;
        min-width: 100%;
        background-position: inherit;
    }

    .banner-right-panel .contentBox h3 {
        font-size: 24px;
        margin: 15px;
        line-height: 35px;
    }

    .banner-right-panel .contentBox p {
        width:100%;
    }

    .banner-right-panel .contentBox {
        padding: 50px 20px 0px;
        background-size: cover;
        background-position: 87%;
    }

    .banner-right-panel .box-switch {
        height: 340px;
        position: absolute;
        bottom: -30px;
        width: 100%;
        overflow-x: hidden;
        display: block;
    }

    .box-switch .owl-carousel .owl-stage-outer {
        padding: 30px 0px 70px 0px;
    }

    .banner-right-panel .box-switch ul {
        display: inline-flex;
        width: 100%;
        padding: 0px 0px;
    }

    .banner-left-panel{
        display:none;
    }
    .banner-right-panel {
        width: 100%;
    }
    .gen-box-cover .gen-box {
        width: 100%;
        padding: 20px;
        margin: 10px 5px;
    }
    .gen-box-cover {
        display: flex;
        margin: 20px 0px 0px;
        flex-wrap: wrap;
    }

    .gen-cta {
        flex-wrap: wrap;
        padding: 25px;
    }

    .gen-cta a {
        margin-top: 20px;
    }

    .demovideos-content {
        box-shadow: none;
        padding: 10px;
        border-radius: 0;
    }
    .cta-bottom-cards .item {
        margin: 0px !important;
        width: calc(100% / 2) !important;
    }
    .cta-bottom-cards {
        display: flex !important;
    }
    section.pillarhero-banner{
        background: url(../img/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-gathr-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-gathr-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 .gathr-in-action{
        margin-bottom: 0;
    }
    .section-dashboard .tab-pane__img{
        border-radius: 10px;
        padding: 6px;
    }
    .stats-container [class*="col-"]:last-child{
        margin: 0 auto;
    }
    .benefit-tiles p.head-label {
        display: table;
        /* border-bottom: 2px solid #9CEA7C; */
        margin: 0px auto !important;
        text-align: center !important;
        position: relative;
    }

    .benefit-tiles h2.head-title {
        text-align: center !important;
        font-size: 24px;
        color: #001A56;
        margin: 0px;
        font-family: 'Redhat-Bold';
        /* text-align: center; */
        padding: 20px 0px 0px !important;
    }
    .expertopinion p.head-label {
        float: none;
        width: auto;
        text-align: left;
        margin: 0px auto;
        display: table;
    }
    .unified-cta {
        background: transparent linear-gradient(97deg, #EBD4F830 0%, #BED3FD30 100%) 0% 0% no-repeat padding-box;
        border-radius: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px 25px;
        max-width: 85%;
        margin: 0px auto;
        flex-wrap: wrap;
    }
    .unified-cta p {
        margin: 20px 0px;
        color: #001A56;
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .unified-cta p span {
        text-align: center;
        margin-bottom: 15px;
    }
    .head-title {
        text-align: center;
        font-size: 24px;
        color: #001A56;
        margin: 0em 0em;
        padding-top: 20px;
    }

    .meet-cta {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }
    .meet-cta p span {
        text-align: center;
    }
    .meet-cta p {
        margin-bottom: 15px;
        text-align: center;
    }
    .gathr-in-action.meet-gathr h2.head-title {
    display: block;
    font-size: 32px;
    width: 90%;
    margin: 0px auto 0px !important;
    line-height: 1.2;
}

.footer-top-bg {
    margin-top: 40px;
}
.gen-box-cover .gen-box p {
    width:100%;
    padding: 20px 0px 0px 0px;
}

.gen-box-cover .gen-box h3 span {
    padding-right: 25px;
}
.banner-right-panel .contentBox .content-inner {
    text-align: center;
    width: 100%;
    position: static;
    top: 50px;
    z-index: 2;
}
.banner-right-panel .contentBox p {
    width: 100%;
    text-align: center;
}
.banner-right-panel .contentBox.active {
    align-items: flex-start;
    position: relative;
}

.customerstories, .unified-sec, .gen-ai, .live-demo {
    padding: 40px 0px 0px !important;
}

.benefit-cover {
    margin-top: 40px;
    padding: 40px 0px; 
}
section.home-top {
    padding-top: 40px;
}
.demovideos-carousel.owl-carousel .owl-item {
    display: flex;
    margin:0px 10px;
    min-width: 180px;
} 
.di-banner-buttons {
    justify-content: center;
    margin-top: 25px;
    display: none;
}

.pillar-di-banner {
    min-height: 650px;
}

.gen-heading-sec .head-title{
    padding: 0px;
    text-align: center;
    font-family: 'Redhat-Light';
    margin: 20px 0px;
    font-size: 40px !important;
}
.gen-heading-sec .desc {
    font-size: 24px;
    text-align: center;
}
.gen-heading-sec .head-label {
    margin: 0px auto;
}
.gen-section {
    padding: 50px 20px 0px 20px;
}

.gen-heading-sec {
    flex-wrap:wrap;
}
.gen-heading-sec .dashbord-img {
    padding: 0px 0px 0px 0px;
}

.contentBox.active:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #4200a3;
    right: 0px;
    opacity: .5;
    z-index: 1;
}
}

@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: block;
        padding: 0px 10px;
        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;
    }
}

@media (max-width: 767px) and (max-height: 700px) { 
    .banner-right-panel .box-switch ul li {
        height: 180px;
    }
    .banner-right-panel .box-switch {
        bottom:-80px;
    }
}