:root {
    --bs-primary-rgb: 255 52 154;
}

.bg-primary {
    background-color: var(--purple) !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    color: var(--body-black);
}

input, select, textarea, button {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: none;
    outline: 0;
}

a::after, a::before {
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

a:focus {
    text-decoration: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

a:hover {
    text-decoration: underline;
    text-underline-position: under;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

a, .btn, input, select, textarea, button, img {
    outline: 0 !important;
    box-shadow: none;
}

input {
    border: 0;
    outline: 0;
}

ul {
    margin: 0;
    padding: 0; /*list-style:none;*/
}

img {
    max-width: 100%
}

:focus {
    outline: 0 none;
    box-shadow: inherit;
}

a {
    font-weight: 600;
}

select {
    color: #000;
    text-shadow: 0 0 0 #000;
}

a img {
    outline: 0;
}

input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}

[type=submit], [type=submit]:focus {
    cursor: pointer;
    box-shadow: none;
}

[type=submit] {
    cursor: pointer;
}

p:empty {
    display: none;
}

/*select:focus, input:focus, textarea:focus, button:focus, a:focus {box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75) !important;}
.menu-top>li a:focus , .footer-nav li a:focus {-webkit-box-shadow: none !important;box-shadow: none !important;outline: none !important;}*/
[data-cky-tag] {
    visibility: visible !important;
}

footer.author-bio-section {
    display: none !important;
}

/* Accessibility */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: var(--gray-white);
    -webkit-clip-path: none;
    clip-path: none;
    color: var(--black);
    display: block;
    font-size: 16px;
    height: auto;
    left: 15px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 80px;
    width: auto;
    z-index: 100000;
    text-transform: capitalize;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.wistia-embed-iframe iframe {
    pointer-events: none;
}

/*AlertBar Box CSS START*/
.alert-content-box {
    background: #d3a0cb;
    color: var(--body-black);
    padding: 8.5px 35px;
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.alert-content-box * a {
    color: var(--body-black);
}

.alert-content-box .close {
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.alert-content-box p {
    font-size: 16px;
    line-height: 33px;
}

@media (min-width: 1200px) {
    #header.display-alert-barbox {
        padding-top: 50px;
    }


}

@media (max-width: 1200px) {
    .alert-content-box {
        padding: 8.5px 35px 8.5px 15px;
    }

}

/*AlertBar Box CSS END*/
#cookieNotice-wrap.delete_cookie {
    display: none !important;
}

/*Slick CSS Start*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*Slick CSS END*/
:root {
    --body-black: #1A181D;
    --black: #101828;
    --white: #ffffff;
    --gray: #898088;
    --purple: #982A86;
    --pink: #ff349a;
    --orange: #fa816e;
    --gray-white: #e8e8e8;
    --black-opacity-3: rgb(16 24 40 / 3%);
    --light-purple: #982a86;
    --light-orange: #faf4f3;
    --dark-purple: #821570;
    --disabled: #d4aacd;
    --dark-pink: rgb(255 52 154 / 88%);
}

.container {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 1384px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    position: relative;
    margin-bottom: 1rem;
    color: var(--black);
    word-wrap: break-word;
}

h1, .h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 20px;
}

h2, .h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 15px;
}

h3, .h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
}

h4, .h4 {
    font-size: 29.333333333333332px;
    font-weight: 600;
    line-height: 38px;
}

h5, .h5 {
    font-size: 29.333333333333332px;
    font-weight: 400;
    line-height: 36px;
}

h6, .h6 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
}

h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span {
    color: var(--pink);
}

h1.text-white span, .h1.text-white span, h2.text-white span, .h2.text-white span, h3.text-white span, .h3.text-white span, h4.text-white span, .h4.text-white span, h5.text-white span, .h5.text-white span, h6.text-white span, .h6.text-white span {
    color: var(--white);
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
    color: var(--gray);
}

h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
    color: var(--purple);
}

h1.text-white a, .h1.text-white a, h2.text-white a, .h2.text-white a, h3.text-white a, .h3.text-white a, h4.text-white a, .h4.text-white a, h5.text-white a, .h5.text-white a, h6.text-white a, .h6.text-white a {
    color: var(--white);
}

h1.text-white a:hover, .h1.text-white a:hover, h2.text-white a:hover, .h2.text-white a:hover, h3.text-white a:hover, .h3.text-white a:hover, h4.text-white a:hover, .h4.text-white a:hover, h5.text-white a:hover, .h5.text-white a:hover, h6.text-white a:hover, .h6.text-white a:hover {
    color: var(--white);
    opacity: 0.7;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0px;
}

p a, li a {
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
    color: var(--gray);
    font-weight: 400;
}

p a:hover, li a:hover {
    color: var(--purple);
}

p span, li span {
    color: var(--purple);
}

.text-white p a, .text-white li a {
    color: var(--white);
}

.text-white p a:hover, .text-white li a:hover {
    color: var(--white);
    opacity: 0.7;
}

.text-white p span, .text-white li span {
    color: var(--white);
}

.space_m {
    margin-top: 125px;
    margin-bottom: 125px;
}

.space_mt {
    margin-top: 125px;
}

.space_mb {
    margin-bottom: 125px;
}

.section-pd, .common-padding {
    padding-top: 125px;
    padding-bottom: 125px;
}

.section-pdt, .common-padding-t {
    padding-top: 125px;
}

.section-pdb, .common-padding-b {
    padding-bottom: 125px;
}

.bg-top-cover {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-center-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-center-contain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#contentCntr {
    overflow: hidden;
    padding-top: 74px;
}

#mainCntr {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#footerCntr {
    flex: 1 0 auto;
}

.btn {
    display: inline-block;
    font-weight: 700;
    color: var(--purple);
    text-align: center;
    background: transparent;
    border: 1px solid var(--purple);
    padding: 14.42px 40px;
    font-size: 16px;
    line-height: 120%;
    border-radius: 11px;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    min-width: 206px;
}

.btn:before, .btn:after {
    width: 5em;
    height: 3em;
    position: absolute;
    content: "";
    display: inline-block;
    background: var(--dark-purple);
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
    display: none !important;
}

.btn:before {
    top: -25%;
    left: 20%;
}

.btn:after {
    bottom: -25%;
    right: 20%;
}

.btn:hover:before, .btn:hover:after {
    transform: none;
    display: none !important;
}

.btn-pink {
    background: var(--pink);
    color: var(--white);
    border-color: var(--pink);
}

.btn-purple {
    background: var(--purple);
    color: var(--white);
}

.btn-white {
    background: var(--white);
    color: var(--purple);
    border-color: var(--white);
}

.btn-white:before, .btn-white:after {
    background: var(--white);
    display: none !important;
}

.btn-black {
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
}

.btn-black:before, .btn-black:after {
    background: var(--white);
    display: none !important;
}

.btn:hover {
    color: var(--white);
    background: var(--purple);
    border-color: transparent;
    text-decoration: none;
}

.btn-pink:hover {
    background: var(--dark-pink);
    color: var(--white);
}

.btn-purple:hover {
    background: var(--dark-purple);
    color: var(--white);
}

/* .btn-white:hover {
 background: var(--white);
 color: var(--purple);
 border-color: transparent;
} */
.btn-white:hover {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
}

.btn-black:hover {
    background: var(--white);
    color: var(--purple);
    border-color: transparent;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--white);
    background-color: var(--purple);
    border-color: var(--purple);
}

.btn-white:checked, .btn-white:active {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
}

.secondary-btn {
    margin-left: 5px;
}

.btn-border::before, .btn-border::after {
    transition: transform 0.20s ease 0s;
    display: none !important;
}

/* .logged-in.admin-bar div#mainCntr {
 padding-top: 32px;
} */
.logged-in.admin-bar header#header {
    margin-top: 32px;
}

.logged-in.admin-bar.header-transparent-layout div#mainCntr {
    padding-top: 0;
}

.btn.disabled, .btn[disabled="disabled"] {
    color: var(--white);
    background: var(--disabled);
    border-color: transparent;
    cursor: not-allowed;
}

.btn-check:checked + .btn[disabled="disabled"], .btn.active[disabled="disabled"], .btn.show[disabled="disabled"], .btn[disabled="disabled"]:first-child:active, :not(.btn-check) + .btn[disabled="disabled"]:active {
    color: var(--white);
    background: var(--disabled);
    border-color: transparent;
}

.btn[disabled="disabled"]:before, .btn[disabled="disabled"]:after {
    background: var(--disabled);
}

/*Admin CSS*/
.wp-switch-editor {
    height: 33px;
}

.editor-styles-wrapper a {
    color: inherit;
    text-decoration: none;
}

.acf-gallery .acf-gallery-toolbar ul.acf-hl, ul.acf-radio-list.acf-bl {
    padding: 0;
    margin: 0;
}

.wp-admin a {
    text-decoration: none !important;
    color: inherit !important;
}

.wp-picker-holder .iris-picker.iris-border {
    width: 275px !important;
    height: 240px !important;
}

a.acf-icon {
    text-decoration: none;
}

.acf-field-taxonomy .acf-input .acf-checkbox-list li span, .editor-styles-wrapper li label span {
    color: var(--black);
}

/*Header*/
#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 0;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.13);
    /* transition: all 0.5s ease;
 -webkit-transition: all 0.5s ease; */

    background-color: #fff;
}

header#header.fix_active {
    background: #fff;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.13);
}

.logo-wrapper .main-logo {
    width: 156px;
    height: 37px;
    margin-left: -6px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.header-menu {
    margin-left: 60px;
}

.menu-top li {
    display: block;
    position: relative;
    line-height: 120%;
}

.menu-top > li {
    margin-right: 38px;
}

.menu-top > li:last-child {
    margin-right: 0px;
}

.menu-top > li a {
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: relative;
    line-height: 120%;
    text-transform: capitalize;
    color: var(--black);
    text-decoration: none;
    padding: 27.42px 0;
}

.menu-top > li > a {
    font-weight: 600;
}

.menu-top > li > a::before {
    background: var(--purple);
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 3px;
    content: "";
    transition: .5s;
    opacity: 0;
    z-index: -1;
    border-radius: 6px;
}

.menu-top > li:hover > a:before, .menu-top > li.current-menu-item > a:before, .menu-top > li.current_page_parent > a:before {
    opacity: 1;
    left: 0;
    width: 100%;
}

.menu-top > li.default-menu:hover > a::before, .menu-top > li.has-mega-menu:hover > a::before {
    width: calc(100% + 12px) !important;
}

.menu-top li:hover > a, .menu-top li > a:hover, .menu-top > li.current-menu-item > a, .menu-top > li.current_page_parent > a {
    color: var(--purple);
    text-decoration: none;
}

.header-wrap-right .btn.free_trial_link {
    margin-left: 43px;
}

.header-wrap-right .btn::before, .header-wrap-right .btn::after {
    display: none;
}

/*header scrolling changes*/
header#header.fix_active .main-logo {
    width: 135px;
    height: 32px;
}

header#header.fix_active .menu-top > li > a {
    padding: 22px 0;
}

/*btn-none*/
.btn-none {
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: relative;
    line-height: 120%;
    text-transform: capitalize;
    color: var(--black);
    text-decoration: none;
    padding: 5px 0;
    border: 0;
    min-width: inherit;
}

.btn.btn-none::before {
    background: var(--purple);
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 3px;
    content: "";
    transition: .5s;
    opacity: 0;
    z-index: -1;
}

.btn.btn-none:hover::before {
    opacity: 1;
    left: 0;
    width: 100%;
}

.btn.btn-none:hover {
    color: var(--purple);
    text-decoration: none;
}

.btn.btn-none::after, .btn.btn-none::before {
    display: none;
}

.btn.btn-none:active, .btn.btn-none:focus, .btn.btn-none:hover {
    color: var(--purple);
    background: transparent;
    border-color: transparent;
}

/*header-transparent-layout*/
.header-transparent-layout header#header {
    background-color: transparent;
}

.header-transparent-layout header#header.fix_active {
    background-color: #fff;
}

.header-transparent-layout .header-space-btwn-banner {
    padding-top: 0 !important;
}

.header-transparent-layout .header-nav-white .menu-top > li > a, .header-transparent-layout .header-nav-white .header-wrap-right .btn-none {
    color: var(--white);
}

.header-transparent-layout .header-nav-white .menu-top > li:hover > a, .header-transparent-layout .header-nav-white .menu-top > li > a:hover, .header-transparent-layout .header-nav-white .header-wrap-right .btn-none:hover {
    color: var(--purple);
}

/*Component - Page Banner*/
.component-page-banner .page-banner-content-box {
    max-width: 532px;
}

.page-banner-content-box h1 {
    font-size: 60px;
}

.page-banner-content-box .btn {
    margin-top: 38px;
}

.page-banner .bg-banner-image, .header-style-2-bg {
    /* background-color: var(--gray-white); */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bgimage-center-content .page-banner-content-box, .image-content-center .page-banner-content-box {
    max-width: 685px;
}

.banner-videobox {
    padding-top: 56.25%;
}

.banner-videobox iframe {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header-style-2-bg::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
}

video#video {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.component-page-banner .bg-banner-image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

h1.page-banner-sub-heading, .page-banner-sub-heading {
    margin-bottom: 17px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
}

.component-page-banner .bg-color-box {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.container.use_bg_color {
    max-width: 1060px;
}

.use_bg_color .page-banner-content-box {
    z-index: 2;
}

/* .component-page-banner .col-lg-7 {
 padding-left: 3rem;
}
.container.imgcontentcenter {
 max-width: 765px;
}*/
/* .component-page-banner .bg-color-box::before {
  content: "";
  background: url(https://knackstag.wpengine.com/wp-content/themes/knacktheme/img/background-dotted-img.png) no-repeat center bottom;
  background-size: 650px;
  width: 650px;
  height: 250px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.component-page-banner .bg-color-box::after {
  content: "";
  background: url(https://knackstag.wpengine.com/wp-content/themes/knacktheme/img/background-dotted-img.png) no-repeat center bottom;
  background-size: 650px;
  width: 650px;
  height: 250px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
}
*/
/*Component - Content Box With Image & Video*/
.component-with-image-video h2 {
    font-size: 44px;
}

.component-with-image-video .btn {
    margin-top: 40px;
}

.content-box-width {
    max-width: 580px;
}

.with-vdobox {
    padding-top: 56.25%;
}

.with-vdobox iframe {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-content-right-image .content-box-width {
    float: right;
}

/*** Component - Stat Bar Content ***/
.component-stat-bar-content {
    z-index: 2;
}

.gradient-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.stat-bar-box h3 {
    font-size: 32px;
    margin-bottom: 17px;
}

.description.text-white a {
    color: var(--white);
}

.container.col-single {
    max-width: 960px;
}

.col-three .stat-bar-box {
    max-width: 400px;
}

.col-two .stat-bar-box {
    max-width: 500px;
}

/*** Component - Join The Thousands of Customers ***/
.component-join-the-customer h3 {
    font-size: 32px;
    margin-bottom: 50px;
}

h3 span {
    color: var(--pink);
}

.logos-list {
    width: 130px;
    height: 130px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 9px;
}

.logos-list .customerlogo {
    width: auto;
    display: block;
    height: auto;
    object-fit: contain;
}

/* .quotes_titlte-wrap {
 margin-top: 25px;
} */
.quotes_titlte-wrap .container {
    max-width: 100%;
}

.quotes_titlte {
    display: inline-block;
    background: #F9F1F8;
    padding: 15px 25px;
    border-radius: 11px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.045646);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin: 25px 25px 0 0;
    position: relative;
    z-index: 1;
}

.no-customer-slider .logos-list {
    margin-right: 20px;
}

.no-customer-slider .splide__slide:last-child .logos-list {
    margin-right: 0px;
}

.block-editor-block-list__block.wp-block .no-customer-slider .logos-list img {
    width: auto;
    height: auto;
}

.join-the-customer-header {
    max-width: 923px;
}

/*** Common - Trial CTA ***/
.common-footer-trial-cta {
    margin-top: 125px;
    margin-bottom: 125px;
    z-index: 1;
}

.footer-trial-cta {
    padding: 90px 190px;
}

.footer-trial-cta .gradient-bg {
    border-radius: 33px;
}

.footer-trial-cta-content-box {
    width: 100%;
    max-width: 860px;
    margin: 0 auto 0;
}

.footer-trial-cta .h1 {
    font-size: 60px;
}

.footer-trial-cta .description > * {
    color: var(--white);
}

/*Component - Solutions for Your Unique Business and Projects*/
.component-solutions-sec .container {
    max-width: 1032px;
    position: relative;
}

.solutions-header {
    max-width: 755px;
    margin-bottom: 10px;
}

.background-color-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.solutions-header h2 {
    font-size: 44px;
}

.solution-list-box {
    background-color: rgba(255, 255, 255, 1);
    padding: 18px 20px;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgba(26, 24, 29, 0.1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: 2;
    border: 2px solid transparent;
    min-height: 160px;
}

.solution-lists > div {
    margin-top: 25px;
    padding-right: 12.5px;
    padding-left: 12.5px;
}

.solution-list-box-img {
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto 10px;
}

.solution-list-box h6 {
    font-weight: 600;
    line-height: 33px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.component-solutions-sec .btn-wrap-bx {
    margin-top: 62px;
}

.list-box-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.solution-list-box:hover h6 {
    color: var(--pink);
}

.solution-list-box:hover {
    border-color: rgb(255 52 154 / 25%);
}

.component-solutions-sec .background-color-bg {
    top: -1%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skew(0deg, 10deg);
    height: 1225px;
    width: 200%;
    z-index: -1;
}

.acf-block-component.acf-block-body .component-solutions-sec .background-color-bg {
    height: 1530px;
    width: 100%;
    top: -35%;
}

/*** Component - G2 Rating Banner ***/
.component-g2-rating-banner .container {
    max-width: 1133px;
}

.g2-rating-left {
    width: 313px;
    margin-right: 49px;
    padding-right: 49px;
    position: relative;
    top: -15px;
}

.g2-rating-left::after {
    content: "";
    width: 2px;
    height: 151%;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background: rgba(137, 128, 136, 0.132676);
    transform: translateY(-50%);
}

.g2-rating-left .g2-logo {
    width: 264px;
    height: 67px;
}

.g2-rating-right {
    width: calc(100% - 313px);
}

.logos-listing .logos-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logos-listing {
    margin-right: 25px;
    margin-bottom: 15px;
    width: 85px;
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos-listing:last-child {
    margin-right: 0;
}

/*** Component - App Logos Section ***/
.app-logos-header {
    max-width: 626px;
}

.app-logos-header h2 {
    font-size: 44px;
}

.intergration-btn-wrap {
    margin-top: 65px;
}

.intergration-img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.intergration-img:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.intergration-app {
    display: block;
    margin-left: 2%;
}

.intergration-logo {
    margin: 40px 2% 0 0;
    width: 8.69%;
    display: inline-block;
}

/*** Component - Tabbed Section ***/
.component-tabbed-section .container {
    max-width: 955px;
    z-index: 2;
}

.tabbed-header {
    max-width: 755px;
}

.tabbed-header h2 {
    font-size: 44px;
}

.tabbed-wrap {
    margin-top: 60px;
}

.tabbed-listing {
    border-radius: 19px;
    opacity: 1;
    background-color: rgba(130, 21, 112, 0.055862);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    max-width: 773px;
    text-align: center;
}

.tabbed-nav {
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    display: block;
    text-align: center;
    padding: 8.42px 23px;
    border-radius: 17px;
    color: var(--gray);
    text-decoration: none;
}

.tabbed-nav:hover, .tabbed-nav.active {
    background: var(--white);
    color: var(--purple);
    text-decoration: none;
}

.tabbed-detail-box {
    width: 100%;
    height: 626px;
    max-width: 931px;
}

.tabbed-details {
    display: none;
    margin-top: 25px;
}

.tabbed-details.active {
    display: block;
}

.tabbed-background-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% - 175px);
}

.tabbed-background-bg::after {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/background-dotted-img.png) no-repeat center bottom;
    background-size: contain;
}

/* .tabbed-detail-box.image img {
 object-fit: contain;
} */
.tabbed-detail-box > div {
    top: -3px;
}

/*Footer CSS*/
.footer-cntr .container {
    border-top: 1px solid rgb(137 128 136 / 32%);
    padding-top: 56px;
    padding-bottom: 56px;
}

.footer-logo-wrp {
    width: 150px;
}

.logo-footer svg, .logo-footer img {
    width: 122px;
    height: 40px;
}

.social-links > a {
    width: 36px;
    height: 36px;
    margin: 0 15px 15px 0;
}

.social-links > a:last-child {
    display: none;
}

.social-links > a .svg {
    width: 100%;
    height: 100%;
    display: block;
}

.social-links > a .svg path {
    fill: var(--purple);
}

.social-links > a:hover .svg path {
    fill: var(--dark-purple);
}

.copyright-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    color: var(--gray);
    text-align: right;
    margin-top: -20px;
}

.footer-menu .h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-menu-wrap {
    margin-left: 40px;
}

.footer-menu {
    margin-right: 100px;
    width: 25%;
}

.footer-menu-wrap > div:last-child {
    margin-right: 0px;
}

.footer-nav li {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    line-height: 120%;
}

.footer-nav li:last-child {
    margin-bottom: 0;
}

.footer-nav li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: var(--body-black);
    display: block;
    text-decoration: none;
}

li .sub-menu li:hover > a, li .sub-menu a:hover, li .sub-menu li.current-menu-item > a, li .sub-menu li.current_page_item > a
.footer-nav li.current-menu-item a, .footer-nav li.current_page_item a, .footer-nav li:hover a, .footer-nav li a:hover {
    color: var(--purple);
}

.scrollup {
    position: fixed;
    bottom: 90px;
    right: calc((100vw - 1800px) / 2);
    z-index: 2;
}

.scrollup-wrap {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    background: var(--purple);
    padding: 10px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.scrollup-wrap .svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.scrollup-wrap .svg path {
    fill: #fff;
}

/*404*/
/* .error404 #header {
 background: #000;
} */
.error-img {
    margin-top: -3px;
}

.not-found p a:hover, .not-found p a {
    text-decoration: none;
}

.error-img .error-four {
    height: 120px;
    margin-top: 180px;
}

.error-img .error-zero {
    position: absolute;
    top: 0;
    left: calc(50% - 65px);
    margin: 0;
    width: 130px;
}

.animation-swing {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

/*Post Page header*/
.common-page-header {
    max-width: 639px;
    padding-top: 100px;
}

/*Post Page*/
.post-filters {}

.post-filters button {
    transition: all .25s ease-in-out;
}

.post-filters button:hover {
    color: white;
    background-color: var(--purple);
}

.post-filters label {
    position: relative;
}

.post-filters input {

}

.post-filters span {
    color: var(--black);
    cursor: pointer;
}

.filters {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.filters button {
    padding: 13.41px 37px;
    margin: 0px 12.5px 25px 12.5px;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(137, 128, 136, 0.289636);
    border-radius: 11px;
    transition: 150ms;
    color: var(--gray);
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    position: relative;
    outline: none;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.045646);
}

.filters button:hover, .filters button.active {
    background-color: var(--purple);
    color: var(--white);
    border-color: var(--purple);
}

.fix-custom-post .container {
    max-width: 1420px;
}

.element-item {
    margin-top: 65px;
}

.post-image {
    width: 100%;
    display: block;
    height: 307px;
    position: relative;
    border-radius: 20px;
    margin-bottom: 24px;
    overflow: hidden;
}

.post-image .img {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
}

.post-cat-name {
    line-height: normal;
    color: rgba(129, 132, 135, 1);
    margin-bottom: 8px;
}

.post-cat-name, .post-cat-name > a {
    color: rgba(129, 132, 135, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    display: inline-block;
    word-break: break-all;
}

.post-cat-name > a:hover {
    color: var(--purple);
}

.blog-heading {
    font-weight: 600;
}

.post-cat-name > span:last-child {
    display: none;
}

.blog-heading a {
    display: block;
    line-height: 120%;
    color: var(--black);
    text-decoration: none !important;
}

.btn.loadmore-btn {
    width: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    max-width: 206px;
}

.post-list-box {
    background-color: #fff;
}

.post-list-box {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

.post-list-box:hover {
    transform: translateY(-10px);
}

.post-list-box:hover .blog-heading a {
    color: var(--purple);
}

.video-box {
    width: 44px;
    height: 44px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

/* .video-box .svg {
 width: 24px;
 height: 24px;
 fill: var(--purple);
} */
/*single*/
.single:not(.integration-template-default) .common-page-header {
    max-width: 705px;
}

.single:not(.integration-template-default) h2 {
    font-size: 44px;
}

.single:not(.integration-template-default) h3 {
    font-size: 32px;
}

.single-thumbnail {
    margin-top: 60px;
}

.single-thumbnail .post-image {
    margin-bottom: 0;
    height: 569px;
    border-radius: 0;
}

.single-thumbnail .post-image .img {
    border-radius: 0;
}

.single:not(.integration-template-default) {
    font-size: 16px;
    line-height: 26px;
}

.lists-li li {
    margin-bottom: 20px;
}

figcaption.wp-element-caption {
    opacity: 0.5;
    color: var(--body-black);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 23px;
}

/* .single:not(.integration-template-default) p a {
 color: var(--purple);
}
.single:not(.integration-template-default) p a:hover {
 color: var(--dark-purple);
}
*/
body .wp-block-pullquote {
    border-bottom: 0;
    border-top: 0;
    margin-bottom: 0;
    padding: 0;
}

blockquote, blockquote.wp-block-quote {
    border: 0;
    padding: 35px 40px;
    background: #f9f1f8;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.09);
    border-radius: 17px;
    font-size: 22px;
    line-height: 35px;
    color: var(--gray);
    margin: 40px auto;
    position: relative;
}

blockquote cite, blockquote.wp-block-quote cite {
    font-size: 30px;
    text-transform: capitalize;
}

blockquote::before, blockquote.wp-block-quote::before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -22px;
    left: -22px;
    background: url(/wp-content/themes/knacktheme/img/quote-left-icon.svg) no-repeat top left;
    background-size: 50px;
}

blockquote::after, blockquote.wp-block-quote::after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: -22px;
    right: -22px;
    background: url(/wp-content/themes/knacktheme/img/quote-right-icon.svg) no-repeat bottom right;
    background-size: 50px;
}

.single-blog-desc {
    margin-bottom: 85px;
}

.single-case-study .common-footer-trial-cta .container, .single-post .common-footer-trial-cta .container {
    padding: 0;
}

.single-case-study .common-footer-trial-cta, .single-post .common-footer-trial-cta {
    margin-top: 0;
    margin-bottom: 0;
}

.single-case-study .footer-trial-cta, .single-post .footer-trial-cta {
    padding: 50px 75px;
}

.single-case-study .footer-trial-cta .h1, .single-post .footer-trial-cta .h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 58px;
}

.single-case-study .single_blog .container, .single-post .single_blog .container {
    width: 100%;
    max-width: 1157px;
}

.get-recent-post-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.get-recent-post {
    margin-bottom: 50px;
}

.get-recent-post ul li {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.get-recent-post ul li a {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: var(--body-black);
    position: relative;
}

.get-recent-post ul li a:hover {
    color: var(--purple);
}

.single:not(.integration-template-default) .page-banner-content-box h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 15px;
}

.post-single-wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}

.page-banner-desc, .page-banner-desc > * {
    font-size: 22px;
    line-height: 33px;
}

/* .get-recent-post ul li a::before {
 background: var(--purple);
 position: absolute;
 left: 50%;
 bottom: 0px;
 width: 0;
 height: 2px;
 content: "";
 transition: .5s;
 opacity: 0;
 z-index: -1;
}
.get-recent-post ul li a:hover::before {
 opacity: 1;
 left: 0;
 width: 100%;
}
*/
.get-recent-post ul li a:hover {
    color: var(--purple);
    text-decoration: none;
}

.social-share-button li {
    width: 42px;
    height: 42px;
    margin: 0 15px 15px 0;
}

.social-share-button a {
    width: 42px;
    height: 42px;
    background: var(--purple);
    border-radius: 50%;
    padding: 10px;
}

.social-share-button a .svg {
    width: 100%;
    height: 100%;
    display: block;
}

.social-share-button a .svg path {
    fill: var(--white);
}

.social-share-button a:hover {
    background: var(--dark-purple);
}

/*Shortcdoe CSS*/
.organization-listing {
    background: rgba(250, 129, 110, 0.05);
    padding: 30px 25px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.09);
    border-radius: 17px;
    margin: 20px 0;
    margin-top: 35px;
}

.organization-list-box {
    margin-bottom: 25px;
}

.organization-list-box:last-child {
    margin-bottom: 0px;
}

.organization-list-box h6 {
    margin-bottom: 10px;
}

.left-sidebar {
    width: 100%;
    display: block;
    max-width: 326px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.left-sidebar.fixed {
    position: fixed;
    top: 10px;
}

/*Search Page*/
.search_result h2 {
    font-size: 44px;
}

.single_item {
    border: 1px solid #eaeaea;
    padding: 30px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.single_item .title a {
    color: var(--body-black);
}

.single_item:hover .blog-heading a {
    color: var(--purple);
}

/* Component - Use Case Cards */
.component-case-card-sec .container {
    max-width: 993px;
}

.case-card-header {
    max-width: 607px;
    margin-bottom: 10px;
}

.case-card-lists > div {
    margin-top: 40px;
}

.card-list-box {
    background-color: rgba(255, 255, 255, 1);
    padding: 32px 25px;
    border-radius: 20px;
    box-shadow: 0px 5px 10px rgba(26, 24, 29, 0.1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border: 2px solid transparent;
}

.card-list-box-img {
    width: 68px;
    height: 68px;
    display: block;
    margin: 0 auto 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.card-list-box h6 {
    font-weight: 600;
    line-height: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    margin-bottom: 10px;
}

.card-list-box-description, .card-list-box-description > * {
    font-size: 16px;
    line-height: 24px;
}

.card-list-box:hover h6 {
    color: var(--pink);
}

.card-list-box:hover {
    border-color: rgb(255 52 154 / 25%);
}

.card-list-box:hover .card-list-box-img {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

/*Component - Before/After Image Slider*/
.component-before-after-slider-sec .container {
    max-width: 1057px;
}

.before-after-header {
    max-width: 950px;
}

.before-after-div {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* height: 550px; */
    display: grid;
    place-content: center;
    --position: 50%;
    max-width: 1020px;
    margin: 45px auto 0;
}

.image-container {
    max-width: 800px;
    max-height: 90vh;
    aspect-ratio: 1/1;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
}

.before-after-div .slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.before-after-div .slider:focus-visible ~ .slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider-line {
    position: absolute;
    inset: 0;
    width: 6px;
    height: 100%;
    background-color: #fff;
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    z-index: 2;
}

.slider-button {
    position: absolute;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    justify-content: center;
    align-items: center;
    color: white;
    width: 62px;
    height: 62px;
    background: var(--purple);
    border-radius: 50%;
    border: 5px solid #fff;
    z-index: 3;
}

.slider-button::before, .slider-button::after {
    content: "";
    width: 0;
    height: 0;
    border: 10px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.slider-button::before {
    border-right: 10px solid #fff;
    left: 50%;
    margin-left: -27px;
}

.slider-button::after {
    border-left: 10px solid #fff;
    right: 50%;
    margin-right: -27px;
}

/*Component - Featured Call Outs*/
.featured-call-header {
    max-width: 930px;
    margin-bottom: 30px;
}

.featured-list-box {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    margin-top: 35px;
    max-width: 365px;
}

.featured-list-box h6 {
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}

.featured-list-box-description, .featured-list-box-description > * {
    font-size: 16px;
    line-height: 24px;
}

/*Component - FAQs*/
.component-faq-sec .container {
    max-width: 1056px;
}

.faq-header {
    margin-bottom: 40px;
}

.faq-card {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border: 0;
    border-bottom: 2px solid rgba(137, 128, 136, 0.14923);
    border-radius: 0 !important;
}

.faq-title {
    line-height: 33px;
}

.faq-card .card-body > * {
    font-size: 16px;
    line-height: 23px;
}

.faq-card .card-body {
    margin-top: 20px;
    padding: 0;
    padding-right: 100px;
}

.faq-card .faq-title.accordion-button {
    background-color: inherit;
    padding: 0;
    border: 0;
    box-shadow: inherit;
    align-items: flex-start;
    cursor: pointer;
}

.faq-h6-title {
    padding-right: 100px;
}

.faq-title .accordion-button::after {
    margin-top: 6px;
}

.accordion-button:not(.collapsed) {
    color: var(--black);
}

.accordion-button::after {
    background-image: var(--bs-accordion-btn-icon);
    margin-top: 8px;
}

.accordion-button[aria-expanded="true"]::after {
    background-image: inherit;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    border-top: 1.5px solid var(--purple);
    border-right: 1.5px solid var(--purple);
    width: 12px;
    height: 12px;
    margin-top: 15px;
    margin-right: 4px;
}

.accordion-button:not(.collapsed)::after {
    transform: none;
}

.accordion-body ul {
    padding-left: 20px;
}

/*Component - Customer Quotes*/
.component-customer-quote-sec {
    overflow: hidden;
}

.component-customer-quote-sec .background-color-bg::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -3%;
    bottom: 0;
    background: url(/wp-content/uploads/2023/06/favicon.png) no-repeat center left;
    background-size: contain;
    transform: scale(1.35, 1.35);
    -webkit-transform: scale(1.35, 1.35);
    opacity: 0.40;
}

.testimonial-slider .slider {
    padding: 12.5px;
}

.review-box {
    border-radius: 15px;
    box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.15) inset, 0px 5px 10px rgba(26, 24, 29, 0.097656);
    background-color: rgba(152, 42, 134, 1);
    padding: 32px 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: 1;
    height: 100%;
}

.review-thumbnail {
    width: 80px;
    height: 80px;
    display: block;
}

.review-content-box {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.review-thumbnail .img {
    width: 100%;
    display: block;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    object-position: center center;
    object-fit: cover;
}

.review-box-desc > * {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.review-infoBx {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
}

.review-infoBx .company_name-txt {
    font-weight: 200;
}

.slick-arrows {
    display: flex;
    margin-top: 25px;
    position: relative;
    z-index: 1;
    margin-left: 12.5px;
}

.slick-arrows .slick-arrow {
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
}

.slick-arrows .slick-arrow:last-child {
    margin-right: 0px;
}

.slick-arrows .slick-arrow svg, .slick-arrows .slick-arrow img {
    width: 56px;
    height: 56px;
}

/*ul css*/
.ul-lists ul {
    margin: 20px 0;
}

.ul-lists ul li {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
    padding-left: 40px;
    background: url(/wp-content/uploads/2023/06/cropped-favicon-1.png) no-repeat left top 1px;
    background-size: 24px;
}

.ul-lists ul li:last-child {
    margin-bottom: 0;
}

.ul-lists ul li h6 {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}

/* .page-product-feature .tabbed-listing {
 max-width: 920px;
}
*/
.additional-recent-post-lists > div {
    margin-top: 35px;
}

.additional-recent-post {
    box-shadow: 0px 5px 10px rgba(26, 24, 29, 0.1);
    background: #fff;
    position: relative;
    border-radius: 20px;
    padding-bottom: 50px;
}

.additional-recent-post .post-image {
    height: 235px;
    border-radius: 20px 20px 0 0;
}

.additional-recent-post .post-image .img {
    border-radius: 20px 20px 0 0;
}

.additional-recent-post .post-content {
    padding: 6px 25px 30px 25px;
}

.btn-read-more {
    font-weight: 600;
    text-transform: uppercase;
}

.additional-recent-post .post-desc, .additional-recent-post .post-desc > * {
    font-size: 16px;
    line-height: 23px;
}

.additional-recent-post .btn-read-more {
    position: absolute;
    bottom: 30px;
}

/*Our Video*/
.video-page-sec .element-item {
    margin-top: 100px;
}

div#html5lightbox-watermark {
    display: none !important;
}

/* .html5lightbox.post-image .video-box .svg {
  position: relative;
  top: 1px;
  right: -3px;
} */
/*Legal Page*/
.legal-temp-pages {
    margin-top: 100px;
}

.legal-temp-pages .container {
    max-width: 1054px;
}

.last-date-modyf {
    color: rgba(137, 128, 136, 1);
    font-size: 14px;
    line-height: normal;
    display: block;
}

.legal-temp-pages .page-content {
    margin-top: 30px;
    font-size: 16px;
    line-height: 23px;
}

.legal-page-nav li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.legal-page-nav li:last-child {
    margin-bottom: 0px;
}

.legal-page-nav li a {
    font-size: 16px;
    line-height: 120%;
    display: block;
    text-decoration: none;
    /*   text-transform: capitalize; */
    color: var(--body-black);
    font-weight: 400;
    padding: 10px 16px 10px 12px;
    border-radius: 9px;
}

.legal-page-nav li.current-menu-item a, .legal-page-nav li.current_page_item a, .legal-page-nav li a:hover {
    background-color: rgba(137, 128, 136, 0.099896);
    color: var(--body-black);
}

/*ul-lists-default css*/
.ul-lists-default ul {
    margin: 10px 0;
    padding-left: 2rem;
}

.ul-lists-default li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
}

/* .ul-lists-default ul li {
  list-style: disc;
} */
.ul-lists-default ul li:last-child {
    margin-bottom: 0;
}

.ul-lists-default ol {
    margin: 10px 0;
}

.ul-lists-default ol li:last-child {
    margin-bottom: 0;
}

.ul-lists-default ul li::marker {
    color: rgba(137, 128, 136, 1);
}

.page-content p .wp-text-title {
    color: rgba(137, 128, 136, 1);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.splide__list.no-customer-slider {
    flex-wrap: wrap;
}

.no-customer-slider .logos-list {
    margin-right: 25px;
    margin-bottom: 10px;
}

/* .single:not(.integration-template-default) .common-footer-trial-cta .container {
  width: 100%;
} */
.contact-general-inquiry-pages .container {
    max-width: 1100px;
}

.contact-inquiry-list-box {
    width: calc(100% / 2 - 25px);
    flex: 0 0 auto;
    margin: 0 12.5px 25px;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(62, 65, 86, 0.1);
    padding: 25px;
    border-radius: 17px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border: 2px solid transparent;
}

.contact-inquiry-list-box-img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 0 32px;
}

.contact-inquiry-lists-content, .contact-inquiry-lists-content > * {
    font-size: 14px;
    line-height: 18px;
}

.contact-inquiry-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.contact-inquiry-list-box h6 {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.contact-inquiry-list-box:hover h6 {
    color: var(--pink);
}

.contact-inquiry-list-box:hover {
    border-color: rgb(255 52 154 / 25%);
}

.contact-general-email {
    color: rgba(152, 42, 134, 1);
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    position: relative;
}

.contact-general-email .email {
    color: rgba(152, 42, 134, 1);
    line-height: 120%;
    font-weight: 400;
}

.svg-email-img {
    width: 28px;
    height: 28px;
    display: block;
    fill: rgba(152, 42, 134, 1);
    position: absolute;
    top: 2px;
    left: 0;
}

.contact-general-inquiry-pages .background-color-bg::after {
    content: "";
    width: 135%;
    display: block;
    height: 135%;
    position: absolute;
    top: 50px;
    right: -250px;
    background: url(/wp-content/uploads/2023/07/largedots-bg.svg) no-repeat right bottom;
    background-size: contain;
}

.contact-form-pages .common-page-header {
    max-width: 750px;
}

.contact-form-pages .hbspt-form {
    margin-top: 100px;
}

.page-banner-content-box h1.h2 {
    font-size: 44px;
    line-height: 54px;
}

.footer-trial-cta .btn-wrap-bx {
    margin-top: 65px;
}

.footer-trial-cta .btn-wrap-bx .btn.btn-white {
    z-index: 1;
}

.component-featured-call-outs-sec .bg-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*solution page*/
.solution-cat-wrap {
    background-color: rgba(250, 249, 250, 1);
    padding: 70px 0 122px;
    position: relative;
}

.solution-cat-wrap .container {
    max-width: 987px;
    position: relative;
    z-index: 1;
}

.solution-cat-wrap::after {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    bottom: -20%;
    right: -20%;
    background: url(/wp-content/uploads/2023/07/largedots-bg.svg) no-repeat right bottom;
    background-size: 1000px;
}

.solution-cat-wrap::before {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: -15%;
    left: -25%;
    background: url(/wp-content/uploads/2023/07/largedots-bg.svg) no-repeat right bottom;
    background-size: 1000px;
    transform: rotate(180deg);
}

.taxonomy-row {
    margin-bottom: 115px;
}

.taxonomy-row:last-child {
    margin-bottom: 0px;
}

.sub-cat-wrap > div {
    margin-top: 50px;
}

.sub-cat-block {
    border-radius: 20px;
    box-shadow: 0px 5px 10px rgba(26, 24, 29, 0.1);
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 25px;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border: 2px solid transparent;
    min-height: 230px;
}

.sub-cat-block h6 {
    font-weight: 600;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.sub-cat-description, .sub-cat-description > * {
    font-size: 16px;
    line-height: 23px;
}

.sub-cat-block a {
    text-decoration: none !important;
}

.sub-cat-block .cat-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 10px;
}

.sub-cat-block:hover {
    border-color: rgb(255 52 154 / 25%);
}

.sub-cat-block:hover h6 {
    color: var(--dark-purple);;
}

.solution-template .imageright .btn {
    margin-top: 25px;
}

.container.header-style-3 {
    max-width: 1057px;
    z-index: 1;
}

.component-page-banner .container.header-style-3 .page-banner-content-box {
    max-width: 100%;
}

.header-style-2 .page-banner-content-box {
    z-index: 1;
}

.bg-dotts-right-img .container, .component-with-image-video .container {
    position: relative;
    z-index: 2;
}

.bg-dotts-right-img::after {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    bottom: -15%;
    right: -10%;
    background: url(/wp-content/uploads/2023/07/largedots-bg.svg) no-repeat right bottom;
    background-size: contain;
    z-index: -1;
}

.single-solution .component-with-image-video::after {
    bottom: -25%;
    right: -20%;
    width: 125%;
    height: 125%;
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2023/07/largedots-bg.svg) no-repeat right bottom;
    background-size: contain;
    z-index: -1;
}

.single-solution .component-with-image-video.section-content-right-image::after {
    right: inherit;
    left: -20%;
    transform: rotate(180deg);
}

.solution-template-single-solution1 .common-footer-trial-cta::after {
    content: "";
    position: absolute;
    top: -75%;
    right: -400px;
    background: url(/wp-content/uploads/2023/06/cropped-favicon-1.png) no-repeat center center;
    background-size: 800px;
    width: 800px;
    height: 800px;
    opacity: 0.10;
}

.component-faq-sec {
    z-index: 1;
}

/* .ul-lists-default ul li ol li {
  list-style: decimal;
}
.ul-lists-default ol li ul li {
  list-style: disc;
} */
.banner-description.ul-lists ul {
    text-align: left;
    margin: 0;
}

.header-style-2-bg.header-style-3::after {
    display: none;
}

.page-partner .wp-block-columns.is-layout-flex {
    margin: 125px auto;
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
}

.page-partner .wp-block-columns.is-layout-flex p {
    font-size: 16px;
    line-height: 23px;
}

.page-experts #kn-scene_95 .view-group.view-group-1, .page-experts #kn-scene_95 .view-group.view-group-2 {
    display: none;
}

.page-experts.common-page-header {
    max-width: 1320px;
}

.page-experts.common-page-header .wp-block-columns.is-layout-flex {
    margin: 0 auto;
    width: 100%;
    max-width: 1030px;
}

.page-experts.common-page-header .wp-block-columns.is-layout-flex .wp-block-column p:nth-last-child(3), .page-experts.common-page-header .wp-block-columns.is-layout-flex .wp-block-column p:nth-last-child(2) {
    font-size: 16px;
    line-height: 23px;
}

.page-contact div#mainCntr {
    min-height: inherit;
}

.app-post-listing > div {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.app-post-list-box {
    box-shadow: 0px 1px 3px rgba(62, 65, 86, 0.1);
    opacity: 1;
    padding: 25px;
    border-radius: 17px;
}

.app-post-cat-name {
    color: rgba(152, 42, 134, 1);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    text-transform: lowercase;
    border-radius: 6px;
    background-color: rgba(152, 42, 134, 0.1);
    display: block;
    padding: 5px 10px;
}

.app-post-image .img {
    width: 100%;
    height: 100%;
    display: block;
}

.app-post-image {
    width: 50px;
    height: 50px;
    display: block;
}

.app-post-content {
    margin-top: 26px;
}

.app-post-content h6.blog-heading, .app-post-content h6.blog-heading a {
    font-weight: 400;
    display: block;
}

.app-post-desc {
    font-size: 14px;
    line-height: 17px;
}

.app-post-links {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: inherit !important;
}

.app-post-list-box:hover h6 a {
    color: var(--purple);
}

.app-taxonomy-row {
    margin-bottom: 50px;
}

.app-taxonomy-row:last-child {
    margin-bottom: 0px;
}

.app-main-cat-block {
    color: rgba(124, 124, 134, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    padding: 0 12px;
    margin-bottom: 8px;
}

.app-sub-cat a {
    color: var(--body-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    padding: 10px 12px;
    margin-bottom: 6px;
    border-radius: 9px;
}

.app-sub-cat a.active, .app-sub-cat a:hover {
    background-color: rgba(137, 128, 136, 0.099896);
}

.tabbed-col-wdth .tabbed-nav {
    width: 33.33%;
}

.search_bar {
    width: 100%;
    display: block;
    padding: 40px 15px 0 15px;
}

.search_bar .search-group {
    width: 100%;
    display: block;
    max-width: 448px;
    margin: 0 auto;
    position: relative;
}

.search-group .input_search {
    border-radius: 12px;
    border: 1px solid rgba(233, 233, 233, 1);
    background-color: rgba(137, 128, 136, 0.07);
    padding: 11.25px 13px 11.25px 52px;
    font-size: 16px;
    font-weight: 400;
}

.search-group .input_search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--gray);
}

.search-group .input_search::-moz-placeholder { /* Firefox 19+ */
    color: var(--gray);
}

.search-group .input_search:-ms-input-placeholder { /* IE 10+ */
    color: var(--gray);
}

.search-group .input_search:-moz-placeholder { /* Firefox 18- */
    color: var(--gray);
}

.search-group button.search-btn {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    border: 0;
    background: 0 none;
    width: 22px;
    height: 20px;
    pointer-events: none;
    cursor: none;
}

.search-group button.search-btn .svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: var(--gray);
}

/*admin preview*/
.block-editor-page .edit-post-layout .acf-block-preview .header-style-content {
    width: 50%;
}

.block-editor-page .edit-post-layout .acf-block-preview .header-style-img {
    width: 50%;
    height: auto;
}

.block-editor-page .edit-post-layout .acf-block-preview .component-with-image-video .component-content {
    width: 50%;
}

.block-editor-page .edit-post-layout .acf-block-preview .component-with-image-video .component-imgb {
    width: 50%;
    height: auto;
}

.page-acceptable-use-policy .page-content.ul-lists-default ol li ul {
    list-style: lower-alpha;
}

.page-acceptable-use-policy-ul li ul {
    list-style: lower-alpha;
}

/*pricing*/
.button-group-row {
    margin-top: 20px;
}

.button-group-box {
    border-radius: 25px;
    /* border: 2px solid rgba(26,24,29, 0.03); */
    border: 2px solid transparent;
    background-color: rgba(26, 24, 29, 0.032862);
    padding: 3px 4px;
    width: 282px;
    position: relative;
}

.button-group-box a.btn {
    width: 50%;
    padding: 11.42px 8px;
    border-radius: 25px;
    min-width: inherit;
    background: transparent;
    color: var(--gray);
    border-color: transparent;
    z-index: 2;
}

.button-group-box a.btn.active {
    color: var(--white);
    /* background-color: var(--purple);
  border-color: var(--purple); */
}

.button-group-box a.btn:before, .button-group-box a.btn:after {
    display: none;
}

span.offer.save-text {
    border-radius: 20px;
    padding: 0 8px;
    color: #fff;
    font-weight: 400;
    margin-left: 10px;
    font-size: 12px;
    background: #ff349a;
}

.pricing-table {
    margin-top: 65px;
    max-width: 1072px;
}

.plan-bx {
    box-shadow: 0px 0px 2px 1px rgba(26, 24, 29, 0.05);
    background-color: rgba(255, 255, 255, 1);
}

.pricing-table-basic {
    box-shadow: inherit;
}

.table-body-title-box {
    font-size: 14px;
    font-weight: 400;
    padding: 8.61px 38px;
    line-height: 130%;
}

.hover-icons {
    position: absolute;
    right: 20px;
    color: var(--gray);
}

.table-body-title-hover {
    position: absolute;
    border-radius: 11px;
    border: 1px solid rgba(137, 128, 136, 0.1);
    box-shadow: 0px 5px 20px rgba(26, 24, 29, 0.25);
    background-color: rgba(255, 255, 255, 1);
    padding: 18px 20px;
    width: 332px;
    text-align: left;
    z-index: 1;
    left: 250px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    font-size: 14px;
    line-height: 17px;
}

.table-body-title-box.separator .table-body-title {
    font-weight: bold;
    font-size: 16px;
}

.table-body-title-box .table-body-title-hover.active-hover {
    opacity: 1;
    visibility: visible;
}

.table-body-title-box.act-box .hover-icons {
    color: var(--purple);
}

.table-body-title-box.act-box .table-body-title {
    color: var(--purple);
}

.pricing-table-wrap tbody tr td {
    box-shadow: 0px 0px 2px 1px rgba(26, 24, 29, 0.05);
    background-color: rgba(255, 255, 255, 1);
}

.pricing-table-wrap tbody tr td:nth-child(1) {
    box-shadow: inherit;
    background-color: inherit;
}

/* .plan-lists>div:nth-child(2n) {
  background-color: rgba(137,128,136, 0.106971);
} */
.most-popular-title {
    border-radius: 19px 19px 0px 0px;
    background-color: rgba(152, 42, 134, 1);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    padding: 7.5px 10px;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
}

.tableContent-top {
    padding: 48px 25px 0 25px;
}

.table_icon-wrp {
    height: 36px;
    width: auto;
    margin-bottom: 28px;
}

.table-header-content h6 {
    font-weight: 600;
}

.table-header-description, .table-header-description > * {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.prices-title span {
    font-size: 16px;
    line-height: 23px;
    color: var(--black);
    font-weight: 400;
}

.get-started-btn-row {
    padding: 0 25px 39px;
    margin: 23px 0 0;
}

.get-started-btn {
    width: 100%;
    display: block;
    min-width: inherit;
}

.get-started-btn:before, .get-started-btn:after {
    display: none;
}

.popular-box {
    background-color: rgb(250 244 249);
    position: relative;
}

.divSame {
    font-size: 16px;
    font-weight: 400;
    padding: 8.61px 8px;
    line-height: 130%;
    height: 38.02px;
}

.tablClos-checked {
    width: 100%;
    text-align: center;
    display: block;
}


.get-started-btn-footer.divSame {
    height: auto;
    padding: 23px 16px 18px 16px;
    background-color: #fff !important;
}

.popular-box .get-started-btn-footer.divSame {
    background-color: rgb(250 244 249) !important;
}

.component-pricing-sec {
    /* background-color: rgba(250,249,250, 1); */
    overflow: hidden;
}

.pricing-table-basic {
    background-color: transparent;
}

.container.position-relative {
    z-index: 1;
}

/* .component-pricing-sec::after {
  content: "";
  width: 125%;
  display: block;
  height: 125%;
  position: absolute;
  top: 50%;
  right: -5%;
  background: url(/wp-content/uploads/2023/07/largedots-bg.svg) no-repeat right bottom;
  background-size: 900px;
  transform: translate(-0%,-50%) rotate(-45deg);
}
.component-pricing-sec::before {
  content: "";
  width: 600px;
  display: block;
  height: 600px;
  position: absolute;
  bottom: -15%;
  left: -15%;
  background: url(/wp-content/uploads/2023/07/largedots-bg.svg) no-repeat right bottom;
  background-size: 600px;
  transform: rotate(30deg);
} */
.pricing-table-table.fixed {
    top: 0;
    position: fixed;
    width: auto;
    display: none;
    border: none;
    z-index: 3;
    background: #fff;
}

table.desktop-table-wrap {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.page-partner .component-page-banner .h1 {
    margin-bottom: 0;
}

.pricing-table-wrap table th, .pricing-table-wrap table td {
    width: 20% !important;
}

.tablClos-checked.close-icons {
    background: url(/wp-content/uploads/2023/07/close-line-iconsvg.svg) no-repeat center center;
    background-size: 16px;
}

.tablClos-checked.checked-icons {
    background: url(/wp-content/uploads/2023/07/check-mark-line-iconsvg.svg) no-repeat center center;
    background-size: 20px;
}

.description.ul-lists ul {
    margin: 0;
}

.social-share-button, .footer-nav {
    list-style: none;
}

tbody, td, tfoot, th, thead, tr {
    vertical-align: top;
}

.download-desc {
    font-size: 16px;
    line-height: 23px;
}

.element-item.hidden {
    display: none;
}

.download-page-sec .post-list-box {
    padding-bottom: 75px;
}

.download-page-sec .post-list-box .btn {
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-template-download-simple-template-app .common-page-header {
    max-width: 100%;
}

.pricing-table-table.fixed th.plan-th-td-bx .table-header-description, .pricing-table-table.fixed th.plan-th-td-bx .table_icon-wrp, .pricing-table-table.fixed th.plan-th-td-bx .get-started-btn-row, .pricing-table-table.fixed .most-popular-title, table.pricing-table-table thead.stickyTableHder tr:first-child {
    display: none;
}

.pricing-table-table.fixed th.plan-th-td-bx .prices-title {
    margin-top: 0;
    font-size: 25px;
    line-height: 28px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.pricing-table-table.fixed .get-started-btn-row {
    padding: 0 25px 25px;
}

.pricing-table-table.fixed .button-group-row {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pricing-table-table.fixed .button-group-row .button-group-box {
    display: inline-flex;
}

.pricing-table-table.fixed thead.stickyTableHder tr:first-child {
    display: table-row;
}

.pricing-table-table.fixed .tableContent-top {
    padding-top: 20px;
}

.pricing-table-table.fixed .button-group-row .button-group-box .btn {
    padding: 8px 8px;
}

.desktop-table-wrap thead.scrolling-header, .desktop-table-wrap.fixed thead.scrolling-hide-header {
    display: none;
}

.desktop-table-wrap.fixed thead.scrolling-header {
    display: block;
}

.foot-notes.small {
    font-size: 12px;
    line-height: 1.3;
}

.foot-notes > p:first-child {
    position: relative;
}

.foot-notes > p:first-child::before {
    content: "*";
    display: inline-block;
    position: absolute;
    left: -6px;
    top: 0;
}

div#filter-copy {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

div#filter-copy #clear-filters {
    display: inline-block;
    text-decoration: underline;
    color: var(--purple);
}

/*templates*/
.template-cat-wrap {
    padding-top: 75px;
}

.template-cat-wrap div#filter-copy {
    margin-bottom: 50px;
}

.page-templates #contentCntr#contentCntr {
    background-color: rgba(250, 249, 250, 1);
}

.temp-taxonomy-row {
    margin-top: 50px;
}

.temp-taxonomy-row-box {
    margin-bottom: 50px;
}

.temp-taxonomy-row-box:last-child {
    margin-bottom: 0px;
}

.temp-main-cat-block {
    color: rgba(124, 124, 134, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    padding: 0 12px;
    margin-bottom: 8px;
}

.temp-btn-app {
    color: var(--body-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    padding: 10px 12px;
    margin-bottom: 6px;
    border-radius: 9px;
}

.temp-btn-app.active, .temp-btn-app:hover {
    background-color: rgba(137, 128, 136, 0.099896);
    text-decoration: none;
}

.template-post-list {
    margin-bottom: 50px;
}

.template-post-list > div {
    box-shadow: 0px 1px 3px rgba(62, 65, 86, 0.1);
    border-radius: 20px;
}

.template-post-list .post-image {
    height: 240px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 45px;
}

.template-post-list .post-image .img {
    border-radius: 20px 20px 0 0;
}

.template-post-list .post-content {
    padding: 0 26px 40px 26px;
}

.post-sub-desc, .post-sub-desc > * {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.this-app-tracks-list {
    margin-bottom: 50px;
}

.this-app-tracks-list h6 {
    font-weight: 600;
}

.this-app-tracks-title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: var(--body-black);
    position: relative;
    margin-bottom: 15px;
}

.install-this-app-btn {
    margin-bottom: 50px;
}

.single.single-download .banner-description, .single.single-download .banner-description > * {
    font-size: 16px;
    line-height: 26px;
}

.single.single-download .page-banner-content-box h1 {
    font-size: 44px;
    line-height: 54px;
}

body .component-with-image-video .fullBlock-box {
    width: 100%;
}

.component-with-image-video .fullBlock-box > div {
    float: none;
    max-width: 100%;
}

/*Pre-Built Templates*/
.pre-built-contr-wrap {
    padding-left: calc((100vw - 1378px) / 2);
}

.pre-built-post-box {
    box-shadow: 0px 1px 3px rgba(62, 65, 86, 0.1);
    border-radius: 20px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    background-color: #fff;
    margin: 15px 0;
}

.pre-built-post-box .post-image {
    height: 240px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 45px;
}

.pre-built-post-box .post-image .img {
    border-radius: 20px 20px 0 0;
}

.pre-built-post-box .post-content {
    padding: 0 26px 40px 26px;
}

.pre-built-post-box:hover {
    transform: translateY(-10px);
}

.pre-built-post-box:hover .blog-heading a {
    color: var(--purple);
}

.pre-built-header {
    width: 500px;
    padding-right: 55px;
}

.pre-built-posts {
    width: calc(100% - 500px);
}

.pre-built-default {
    display: flex;
    justify-content: center;
}

.pre-built-default .pre-built-post-box {
    max-width: 408px;
    margin: 15px;
    min-height: 430px;
}

.pre-built-post-lists .slick-slide > div {
    padding: 25px 15px;
    height: 100%;
}

.pre-built-post-lists .slick-track {
    display: flex;
    height: 100%;
}

.pre-built-post-lists .slick-track .slick-slide {
    height: auto;
}

.pre-built-slidr-btn {
    width: 100%;
    display: flex;
    margin-top: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slick-slider-dots {
    width: 100%;
    display: block;
    padding: 0 60px;
}

.slick-slider-dots ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    flex-wrap: wrap;
}

.slick-slider-dots ul button {
    display: none;
}

.slick-slider-dots ul li {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
    margin: 0 6px 6px 6px;
    background-color: rgba(152, 42, 134, 0.15);
    cursor: pointer;
}

.slick-slider-dots ul li.slick-active {
    background-color: rgba(152, 42, 134, 1);
}

.slick-slider-nav .slick-arrow {
    width: 52px;
    height: 52px;
    background: #fff;
    border: 0;
    font-size: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.11);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-slider-nav .slick-prev.slick-arrow {
    left: 0;
}

.slick-slider-nav .slick-prev.slick-arrow::after {
    content: "";
    border-top: 1.5px solid rgba(152, 42, 134, 1);
    border-left: 1.5px solid rgba(152, 42, 134, 1);
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    right: 0;
    top: 20px;
    left: 2px;
    z-index: 1;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
}

.slick-slider-nav .slick-next.slick-arrow {
    right: 0;
}

.slick-slider-nav .slick-next.slick-arrow::before {
    content: "";
    border-top: 1.5px solid rgba(152, 42, 134, 1);
    border-left: 1.5px solid rgba(152, 42, 134, 1);
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    right: 0;
    top: 20px;
    left: -6px;
    z-index: 1;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
}

.wp-block-column .wp-block-buttons {
    margin-bottom: 25px;
}

/*about*/
.component-content-with-background-image-bg::after {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.page-about .component-imgb .with-img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-box-header {
    max-width: 755px;
}

.gallery-box-image.mrgnTop {
    margin-top: 50px;
}

/*search header*/
.search-header {
    padding: 0;
    margin-right: 25px;
    width: 100%;
    max-width: 250px;
}

.search_bar.search_temp .search-group {
    max-width: 100%;
}

.search_bar .search-group button.search-btn {
    pointer-events: visible;
    cursor: pointer;
}

.search-header .search-group .input_search {
    border: 0;
    border-bottom: 2px solid rgba(233, 233, 233, 1);
    border-radius: 0;
    background: 0 none;
    padding: 11.25px 52px 11.25px 13px;
}

.search-header .search-group button.search-btn {
    left: inherit;
    right: 15px;
}

/* .header-transparent-layout .header-nav-white .search-group button.search-btn .svg {
  fill: var(--white);
}
.header-transparent-layout .header-nav-white .search-header .input_search {
  color: var(--white);
}
.header-transparent-layout .header-nav-white .search-header .input_search::-webkit-input-placeholder {  Chrome/Opera/Safari
  color: var(--white);
}
.header-transparent-layout .header-nav-white .search-header .input_search::-moz-placeholder {  Firefox 19+
  color: var(--white);
}
.header-transparent-layout .header-nav-white .search-header .input_search:-ms-input-placeholder {  IE 10+
  color: var(--white);
}
.header-transparent-layout .header-nav-white .search-header .input_search:-moz-placeholder {  Firefox 18-
  color: var(--white);
} */

/*component-read-case-Study-sec*/
.component-read-case-study-sec .container {
    max-width: 1450px;
}

.read-case-study-lists > div {
    padding-left: 30px;
    padding-right: 30px;
}

.read-case-study-box {
    border-radius: 29px;
    background-color: rgba(0, 0, 0, 0.097749);
    padding: 32px 30px 40px 32px;
    z-index: 1;
}

.read-case-study-description {
    font-size: 16px;
    line-height: 23px;
}

.read-case-study-inner-box h3 {
    margin-bottom: 25px;
    line-height: 70%;
}

.read-case-study-inner-box h3 sub {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.read-case-study-inner-box .btn-none {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    padding: 0;
    text-align: left;
    display: inline-block;
    text-transform: capitalize;
}

.read-case-study-inner-box .btn-none:hover {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.case-author {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.case--thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
}

.case--thumbnail .img {
    width: 100%;
    display: block;
    height: 100%;
    /* background-color: #fff; */
    background-color: #962a84;
    border-radius: 50%;
    object-position: center center;
    object-fit: cover;
}

.case-content-box {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.case-content-box .case-box-title, .case-content-box .case--txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

table th > div.plan-bx .headerBox {
    height: 100%;
}

/*we-are-hiring*/
.we-are-hiring-header {
    max-width: 755px;
    margin-bottom: 25px;
}

.we-are-hiring-lists > div {
    margin-top: 26px;
}

.we-are-hiring-list-block {
    background: #fff;
    padding: 35px;
    border-radius: 25px;
    height: 100%;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.we-are-hiring-links {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

figure.hiring-img {
    width: 80px;
    height: 80px;
    display: block;
}

.blockTop h6 {
    width: calc(100% - 80px);
    padding-left: 20px;
    font-weight: 600;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    margin-bottom: 0;
}

.hiring-location {
    font-size: 16px;
    font-weight: 600;
}

.blockTop h6 a {
    color: var(--black);
    text-decoration: none;
}

.we-are-hiring-list-block:hover h6 a {
    color: var(--pink);
}

.we-are-hiring-list-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
}

.we-are-hiring-list-positions {
    background: #fff;
    padding: 35px;
    border-radius: 25px;
    height: 100%;
    display: block;
}

.we-are-hiring-list-positions h6 {
    font-weight: 600;
}

.we-are-hiring-list-positions .btn {
    position: relative;
    z-index: 2;
}

.component-content-left-right-sec .social-links > a:hover svg path {
    fill: var(--purple);
}

.our-team-bg-banner {
    position: relative;
    padding-top: 38%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.component-our-team-sec {
    background: linear-gradient(180deg, #982a86, #3c2037);
}

.team-header {
    max-width: 755px;
}

.component-our-team-sec svg#map {
    max-width: 1440px;
    margin: -10rem auto 0;
    padding: 0 2rem;
    width: 100%;
    display: block;
}

.team-lists {
    padding-left: 75px;
}

.team-lists .slick-slide > div {
    width: 100%;
}

.team-lists-slidr {
    display: flex;
    background: #fff;
    width: 100%;
}

.team-img-box {
    width: 40%;
}

.team-content-box {
    width: calc(100% - 40%);
    padding: 50px;
}

.case--thumbnail .img.no-featured-img {
    background-color: #962a84;
}

.staff_highlights_heading {
    position: absolute;
    left: 20px;
    /* bottom: 93px; */
    top: 0;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    rotate: 180deg;
    margin: 0;
}

.slick-dots {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.slick-dots li button {
    display: none;
}

.slick-dots li {
    list-style: none;
    width: 16px;
    height: 16px;
    display: block;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.slick-dots li.slick-active {
    background: rgb(130, 21, 112);
}


.gallery-box-image.grid {
    text-align: center;
}

.gallery-box-image .grid-item {
    box-sizing: border-box;
    display: inline;
}

.gallery-box-image .grid-item img.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 500px) {
    .gallery-box-image .grid-item {
        width: 50%;
    }
}

@media (min-width: 1000px) {
    .gallery-box-image .grid-item {
        width: 33.333%;
    }
}

@media (min-width: 1700px) {
    .gallery-box-image .grid-item {
        width: 25%;
    }
}

@media (min-width: 2100px) {
    .gallery-box-image .grid-item {
        width: 20%;
    }
}


.single:not(.integration-template-default) p span, .single:not(.integration-template-default) li span {
    color: var(--body-black);
}

p a:hover span, li a:hover span {
    color: var(--purple);
}

div#knack-dist_4 {
    margin-bottom: 50px;
}

div#knack-dist_3 .view-header {
    display: none;
}

div#kn-scene_3 {
    padding: 0;
    margin: 0;
}

.single:not(.integration-template-default) .template-single .page-banner-content-box.common-page-header {
    max-width: 100%;
}

.single:not(.integration-template-default) .template-single .page-banner-content-box.common-page-header .post-image {
    height: 0;
    padding-top: 50%;
}

.search-desc, .search-desc > * {
    font-size: 16px;
    line-height: 23px;
}

.show-base-plans .table_icon-wrp .table_icon-img {
    width: 36px;
    height: 36px;
}

.desktop-table-wrap .body-box > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-template figure.wp-block-gallery figure.wp-block-image {
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 4px;
}

.simple-sitemap-wrap ul li a {
    color: var(--body-black);
    margin: 0 0 2.5px;
    padding: 0 0 2.5px;
    font-size: 18px;
    line-height: 120%;
}

.site-map-cntr ul li a:hover {
    color: var(--purple);
}

.single_caseStdy .page-banner-content-box.common-page-header {
    max-width: 100%;
}

.single_caseStdy .single-thumbnail .post-image {
    height: 0;
    padding-top: 50%;
}

.html5-elem-data-box {
    display: none !important;
}

.post-list-box a.html5lightbox video {
    object-fit: cover;
    object-position: top center;
}

.solution-list-box-img > g {
    fill: #FF349A;
}

.page-integrations-directory .search-group button.search-btn, #download-form-search .search-group button.search-btn, #template-form-search .search-group button.search-btn {
    pointer-events: none;
    cursor: none;
}

.read-case-study-inner-box .btn-none:active, .read-case-study-inner-box .btn-none:focus, .read-case-study-inner-box .btn-none:hover {
    color: rgba(255, 255, 255, 0.75);
}

.archive .common-page-header {
    max-width: 1033px;
}

.single.single-solution .page-banner-content-box h1 {
    font-size: 60px;
    line-height: 72px;
}

/*changes feedback
header#header.fix_active .search-header {
  margin-right: 15px;
}
header#header.fix_active .input_search {
  padding: 9.25px 52px 9.25px 13px;
}
.header-wrap-right .btn.free_trial_link {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
header#header.fix_active .btn.free_trial_link {
  padding: 14.42px 28px;
  min-width: inherit;
  margin-left: 15px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}*/
#header.hide-top-nav {
    display: none !important;
}

.form-control:focus {
    box-shadow: inherit;
}

.fix-btn-top ul.sub-menu a {
    margin: 5px 0 0 0;
}

.fix-btn-bottom .menu-btn-box a {
    margin-bottom: 5px !important;
}

/* .inside-template-left-sidebar {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
} */
.glider {
    position: absolute;
    display: flex;
    height: 44px;
    width: 135px;
    background-color: var(--purple);
    z-index: 1;
    border-radius: 25px;
    transition: 0.25s ease-out;
    top: 3px;
    left: 4px;
}

.button-group-box a.btn.active:first-child ~ .glider {
    transform: translateX(0);
}

.button-group-box a.btn.active:nth-child(2) ~ .glider {
    transform: translateX(100%);
}

.button-group-box a.btn:active {
    color: var(--white);
    background-color: transparent;
    border-color: transparent;
}

.tableContent-top {
    text-align: center !important;
}

.table_icon-wrp .table_icon-img {
    margin-left: auto;
    margin-right: auto;
}

/* .prices-title {
  justify-content: center !important;
} */
#header .search-header {
    position: relative;
    max-width: inherit;
    width: auto;
}

#header .search-header .header-search-c {
    width: 26px;
    height: 33px;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

#header .search-header .header-search-c svg, #header .search-header .header-search-c img {
    width: 100%;
    height: 100%;
    fill: var(--black);
}

form#searchform {
    position: absolute;
    width: 350px;
    background: #fff;
    right: -125%;
    top: 162%;
    z-index: 2;
    height: auto;
    padding: 5px 35px 8px 12px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.09);
    border-radius: 2px;
}

header#header.fix_active form#searchform {
    top: 145%;
}

form#searchform .search-close {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

form#searchform .search-close svg, form#searchform .search-close img {
    width: 100%;
    height: 100%;
    display: block;
    fill: var(--black);
}

#header .search_bar .search-group {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.page_links-itemss {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.acf-relationship .selection .choices .list li .acf-rel-item, .acf-relationship .list li .acf-rel-item {
    color: var(--black);
}

.header-transparent-layout header#header.header-nav-white .header-search-c svg {
    fill: var(--white);
}

.page-demo .wp-block-columns .wp-block-column iframe {
    height: 640px;
}

/*form css*/
.hs-form-field label {
    font-size: 16px;
    font-weight: 400;
    color: #1A181D;
    display: block;
    line-height: 120%;
    margin-bottom: 10px;
}

.hbspt-form .input input {
    border-radius: 12px;
    border: 1px solid rgba(233, 233, 233, 1);
    background-color: rgba(137, 128, 136, 0.07);
    width: 100% !important;
    display: block;
    padding: 7.5px 15px;
    height: inherit;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-black);
}

.hs-error-msgs {
    list-style: none;
    width: 100%;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 10px !important;
}

.hs-error-msgs label {
    font-size: 14px;
    color: #ff0000;
    margin: 5px 0 0 0;
}

.hs-form-field {
    margin-bottom: 25px;
}

.hbspt-form .hs-field-desc {
    font-size: 14px;
    font-weight: 400;
    color: #1A181D;
    display: block;
    line-height: 120%;
    margin-bottom: 10px;
}

.hbspt-form .input select {
    width: 100% !important;
    display: block;
    border-radius: 12px;
    border: 1px solid rgba(233, 233, 233, 1);
    background-color: rgba(137, 128, 136, 0.07);
    padding: 13px 20px 13px 15px;
    height: inherit;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-black);
}

.hbspt-form .input textarea {
    border-radius: 12px;
    border: 1px solid rgba(233, 233, 233, 1);
    background-color: rgba(137, 128, 136, 0.07);
    width: 100% !important;
    display: block;
    padding: 15px 15px;
    height: 213px;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-black);
}

.hbspt-form .input select:focus, .hbspt-form .input input:focus, .hbspt-form .input textarea:focus {
    border: 1px solid rgba(233, 233, 233, 1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07695);
    background-color: rgba(255, 255, 255, 0.07);
}

.hs_submit {
    margin-top: 25px;
}

.hs_submit .actions input.hs-button {
    display: inline-block;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    background: var(--purple);
    border: 1px solid var(--purple);
    padding: 14.42px 40px;
    font-size: 16px;
    line-height: 120%;
    border-radius: 11px;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.hs_submit .actions input.hs-button:hover {
    background: var(--dark-purple);
    color: var(--white);
    border-color: var(--dark-purple);
}

.hs_submit .actions input.hs-button:active {
    color: var(--white);
    background-color: var(--purple);
    border-color: var(--purple);
}

.hbspt-form fieldset {
    width: 100%;
    display: block;
    max-width: 100% !important;
    min-width: inherit;
}

.hbspt-form .input {
    width: 100%;
    display: block;
}

.hbspt-form .form-columns-1 .input {
    margin-right: 0 !important;
}

.hbspt-form .input ul.inputs-list {
    padding: 0 !important;
    list-style-type: none;
}

.hbspt-form .input ul.inputs-list li .hs-form-radio-display {
    position: relative;
    width: 100%;
    display: flex;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    padding: 0 0 0 36px;
    height: inherit;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-black);
    align-items: center;
    margin-bottom: 15px;
}

.hbspt-form .input ul.inputs-list li .hs-form-radio-display > * {
    color: var(--body-black);
}

.hbspt-form .input ul.inputs-list li .hs-form-radio-display input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
}

.hbspt-form .input ul.inputs-list li .hs-form-radio-display::after {
    content: "";
    border-radius: 25px;
    border: 1px solid rgba(233, 233, 233, 1);
    background-color: rgba(137, 128, 136, 0.07);
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
}

.hbspt-form .input ul.inputs-list li .hs-form-radio-display::before {
    content: "";
    border-radius: 25px;
    background-color: rgba(152, 42, 134, 1);
    width: 12px;
    height: 12px;
    position: absolute;
    left: 3px;
    top: 4px;
    display: none;
}

.hbspt-form .input ul.inputs-list li .hs-form-radio-display:has(input[type="radio"]:checked)::before {
    display: block;
}

.hbspt-form .input ul.inputs-list li .hs-form-radio-display:has(input[type="radio"]:checked)::after {
    border: 1px solid rgba(152, 42, 134, 1);
}

body.baguetteBox-open {
    overflow: hidden;
}

.wp-block-gallery .wp-block-image img {
    display: block !important;
    background: #fff;
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    object-position: center center !important;
    min-height: 150px;
}

.single-template figure.wp-block-gallery figure.wp-block-image {
    display: none;
}

.single-template figure.wp-block-gallery figure.wp-block-image.act-wp-gallery-img {
    display: block;
}

.single-template figure.wp-block-gallery .wp-block-image.view-more-screenshots-act-wp-gallery-img {
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    text-align: center;
    display: block !important;
    width: 100% !important;
}

.single-template figure.wp-block-gallery .wp-block-image.view-more-screenshots-act-wp-gallery-img img {
    min-height: inherit;
    display: none !important;
    background: transparent !important;
}

.single-template figure.wp-block-gallery .wp-block-image.view-more-screenshots-act-wp-gallery-img a {
    position: relative;
    text-align: center;
    display: inline-block !important;
    width: auto !important;
}

.single-template figure.wp-block-gallery .wp-block-image.view-more-screenshots-act-wp-gallery-img a::after {
    content: "View More Screenshots";
    color: var(--purple);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: underline;
}

.single-template figure.wp-block-gallery .wp-block-image.view-more-screenshots-act-wp-gallery-img a:hover, .single-template figure.wp-block-gallery .wp-block-image.view-more-screenshots-act-wp-gallery-img a:hover::after {
    color: var(--purple);
    text-decoration: none;
}

/* .single-template figure.wp-block-gallery.wp-block-image-div-clone figure.wp-block-image {display: none;}
.single-template figure.wp-block-gallery.wp-block-image-div-clone figure.wp-block-image.clone-items-act-wp-gallery-img {display: block;} */

.fancybox-prev span {
    background: url(/wp-content/themes/knacktheme/img/angle-left-icon.svg) no-repeat center !important;
    background-size: 40px !important;
    width: 45px !important;
    height: 45px !important;
}

.fancybox-next span {
    background: url(/wp-content/themes/knacktheme/img/angle-right-icon.svg) no-repeat center !important;
    background-size: 40px !important;
    width: 45px !important;
    height: 45px !important;
}

.fancybox-close {
    width: 45px !important;
    height: 45px !important;
    background: url(/wp-content/themes/knacktheme/img/close-round-icon1.svg) no-repeat center !important;
    background-size: 40px !important;
    top: -10px !important;
    right: -14px !important;
}

.fancybox-nav span, .fancybox-nav:hover span {
    visibility: visible !important;
}

/*changes for speed & w3*/
.tabbed-detail-box > div img, .component-with-image-video img, .imageright .banner-image img {
    object-fit: contain;
    object-position: center center;
}

.component-pricing-sec + .wp-block-group {
    text-align: center;
    padding-top: 25px;
}

.cookies_on_footer {
    background-color: #121212;
    border: 1px solid #2a2a2a;
    padding: 16.5px 40px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    color: #d0d0d0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    z-index: 2;
}

.cookies-desc > * {
    display: initial;
}

.cookies-desc > a {
    display: initial;
}

.cookies_on_footer .cookies-btn-accept {
    color: #d0d0d0;
    background-color: #982A86;
    border: 2px solid #982A86;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px 27px;
    font-weight: 500;
    margin: 0 0 0 8px;
    border-radius: 2px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
}

.cookies_on_footer .cookies-btn-accept:hover {
    opacity: 0.8;
}

.close-cookies {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 24px;
    height: 24px;
    z-index: 1;
    cursor: pointer;
}

.close-cookies:before, .close-cookies:after {
    position: absolute;
    left: 11px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #d0d0d0;
}

.close-cookies:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.close-cookies:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.pricing-table-top {
    margin: 25px auto;
}

.headerBox {
    margin-bottom: 94px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-br p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    line-height: 23px;
}

.select-dropdown {
    position: relative;
    display: inline-block;
    width: 306px;
}

.select-dropdown__button {
    padding: 15px 40px 15px 15px;
    color: var(--body-black);
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
    border: 1px solid rgba(233, 233, 233, 1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07695);
    background-color: rgba(255, 255, 255, 1);
    line-height: 120%;
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
    border: 1px solid rgba(233, 233, 233, 1);
    background-color: rgba(255, 255, 255, 1);
    border-top: 0;
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 16px;
    line-height: 23px;
    cursor: pointer;
    color: var(--body-black);
    transition: all ease-in-out 0.3s;
    font-weight: 400;
}

.select-dropdown__button .zmdi {
    border-left: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    display: inline-block;
    width: 9px;
    height: 9px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    position: absolute;
    right: 18px;
    top: 50%;
    bottom: 0;
    margin-top: -8px;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    opacity: 0.5;
}

.right-br {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: rgba(137, 128, 136, 1);
    position: relative;
}

.right-br input[type=checkbox] {
    height: 23px;
    width: 44px;
    opacity: 0;
    position: absolute;
    left: -75px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto;
}

.right-br label {
    cursor: pointer;
    width: 44px;
    height: 23px;
    background: rgba(137, 128, 136, 1);
    display: block;
    border-radius: 100px;
    position: relative;
    margin: 0 12px;
}

.right-br label:after {
    content: '';
    position: absolute;
    top: 1.42px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.right-br input:checked + label {
    background: var(--purple);
}

.right-br input:checked + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.right-br input:checked + label + span {
    color: var(--purple);
}

.table-col {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.headerBox-table {
    border: 2px solid rgba(26, 24, 29, 0.03);
    background-color: rgba(250, 249, 250, 1);
    padding: 55px 45px 48px 45px;
    position: relative;
}

.table-top-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
    position: relative;
}

.icon-wrp {
    height: 36px;
    width: auto;
}

.icon-wrp .icon-img {
    width: auto;
}

.table-header-content {
    margin-left: 15px;
}

.prices-title {
    margin-bottom: 30px;
    line-height: inherit;
    min-height: 75px;
}

.prices-title span {
    font-size: 12px;
    line-height: normal;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 5px;
}

.table-header-description > * {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.table-header-description p strong {
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
}

.table-header-description p {
    margin-bottom: 7px;
}

.headerBox-table.popular-table {
    border-color: rgba(255, 52, 154, 0.25);
    background-color: rgba(255, 247, 251, 1);
}

.popular-table-title {
    border-radius: 19px 19px 0px 0px;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    padding: 7.5px 10px;
    position: absolute;
    top: -38px;
    left: -2px;
    right: 0;
    width: calc(100% + 4px);
    display: block;
    text-align: center;
    background-color: rgba(255, 52, 154, 1);
}

.contentBox-for-pricing {
    margin: 0 0 75px;
}

.content-fr-pricing p {
    font-size: 14px;
    font-weight: 400;
    color: #898088;
}

.content-fr-pricing {
    margin-bottom: 75px;
}

.content-fr-pricing > * a {
    font-weight: 400;
    color: var(--purple);
}

.contentBox-for-pricing .btn {
    margin-top: 35px;
}

.compare-plan-and-feature {
    padding: 125px 0;
    background-color: rgba(250, 249, 250, 1);
}

.compare-plan-and-feature .container {
    max-width: 1364px;
}

.compare-plan-and-feature .pricing-table {
    margin-top: 0;
    max-width: 100%;
}

table.desktop-table-wrap {
    width: 100%;
}

.desktop-table-wrap .body-box > div {
    text-align: center;
}

.compare-plan-and-feature .headerBox {
    display: block;
    text-align: center;
    margin-bottom: 55px;
}

.compare-plan-and-feature .headerBox .left-br {
    width: 306px;
    text-align: left;
    margin: 0 auto;
}

.headerBox-table.d-none-class, .plan-th-td-bx.d-none-class {
    display: none;
}

.headerBox-table.d-block-class {
    display: block;
}

.plan-th-td-bx.d-block-class {
    display: table-cell;
}

.compare-plan-and-feature .plan-th-td-bx .headerBox-table {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 34px 12px;
    box-shadow: 0px 0px 2px 0px rgba(26, 24, 29, 0.05);
    background-color: rgba(255, 255, 255, 1);
    border-color: transparent;
    border-left: 0.25px solid rgba(26, 24, 29, 0.05);
    border-right: 0.25px solid rgba(26, 24, 29, 0.05);
}

.compare-plan-and-feature .plan-th-td-bx .headerBox-table .table-header-content {
    margin-left: 0;
    margin-bottom: 15px;
}

.compare-plan-and-feature .plan-th-td-bx .headerBox-table .prices-title {
    justify-content: center;
    margin-bottom: 0;
}

.compare-plan-and-feature .plan-th-td-bx .headerBox-table .prices-title {
    justify-content: center;
    margin-bottom: 0;
    font-size: 22px;
    color: #898088;
    flex-direction: column;
    line-height: normal;
}

.compare-plan-and-feature .plan-th-td-bx .headerBox-table .prices-title span {
    color: #898088;
    margin: 0;
    display: block;
    width: 100%;
}

/* .pricing-table-table thead tr:first-child th:first-child {
  vertical-align: middle;
} */
.pricing-table-table thead .headerBox {
    margin: 0;
}

.compare-plan-and-feature .headerBox .left-br .select-dropdown {
    width: 100%;
}

.base-plans-div .table-header-description p:first-child {
    min-height: 95px;
}

.select-dropdown__button[data-value="core_plans"] + .select-dropdown__list .select-dropdown__list-item[data-value="core_plans"], .select-dropdown__button[data-value="larger_plans"] + .select-dropdown__list .select-dropdown__list-item[data-value="larger_plans"] {
    display: none;
}

.plan-lists > div:nth-child(1n) {
    background-color: rgba(250, 249, 250, 1);
}

.plan-lists > div:nth-child(2n) {
    background-color: #fff;
}


.content-with-iframe-header {
    max-width: 950px;
}

.iframe-on-a-page-div {
    height: 0;
    padding-top: 56.25%;
}

.iframe-on-a-page-div iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.iframe-on-a-page-div iframe.clicked {
    pointer-events: auto;
}

.kn-details-group.column-1.columns {
    text-align: left !important;
}

.kn-details-column.first.column.is-horizontal.kn-details-group-column-empty .kn-details-group.column-1.columns {
    text-align: center !important;
}

#view_146 > section > div > div:nth-child(1) > div > div > div.kn-details-link > div > span > a {
    display: inline-block;
}


/*Mega Menu 31-10-2023*/
div#eq-0.mega-menu_hover {
    display: none !important;
}

.footer-logo-wrp {
    width: 250px;
}

.footer-menu-wrap {
    margin-left: 35px;
    width: calc(100% - 285px);
}

.logo-footer {
    margin-bottom: 30px;
}

.logo-footer svg, .logo-footer img {
    width: 156px;
    height: 37px;
}

.footer-description {
    margin-bottom: 30px;
}

.footer-description * {
    font-size: 14px;
    font-weight: 500;
    color: #898088;
    line-height: 26px;
}

.social-icon-footer > a {
    width: 20px;
    height: 20px;
    margin: 0 16px 15px 0;
}

.footer-menu .h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #595959;
}

.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav li a {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    opacity: 0.50;
    text-transform: capitalize;
}

.footer-nav li a:hover {
    opacity: 1;
    color: var(--purple);
}

.footer-menu {
    margin-right: 0 !important;
    padding-right: 10px;
}

.footer-menu:last-child {
    padding-right: 0px;
}

.column5 .footer-menu {
    width: 20%;
}

.column4 .footer-menu {
    width: 25%;
}

.column3 .footer-menu {
    width: 33.33%;
}

.column2 .footer-menu {
    width: 50%;
}

.column1 .footer-menu {
    width: auto;
}

.cpy-ft-menu {
    text-align: center;
    margin-top: 75px;
}

.cpy-ft-menu, .cpy-ft-menu a {
    color: #898088;
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    text-decoration: none;
}

.cpy-ft-menu .copyright-text {
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
    line-height: 125%;
    display: inline;
}

.cpy-ft-menu a:hover {
    color: var(--purple);
    text-decoration: none;
}


/*cookies*/
.cookie-popup {
    position: fixed;
    bottom: 90px;
    left: calc((100vw - 1800px) / 2);
    z-index: 2;
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    background: var(--purple);
    padding: 10px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .15);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cookie-popup svg {
    fill: #fff;
    width: 38px;
    height: 38px;
}

.cookies_on_footer {
    padding: 14px;
    right: inherit;
    max-width: 250px;
    border-radius: 5px;
    bottom: 160px;
    left: calc((100vw - 1800px) / 2);
}

.close-cookies {
    position: absolute;
    right: 0;
    top: -36px;
    width: 34px;
    height: 34px;
    z-index: 1;
    cursor: pointer;
    background: #121212;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.close-cookies:before, .close-cookies:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cookies-desc p a {
    word-break: break-all;
}

.cookies_on_footer .cookies-btn-accept {
    margin: 15px 0 0 0;
}


/*changes09-11-2023*/
div#closeIcon {
    top: inherit;
    bottom: 6px;
    right: 0;
    width: 75px;
    height: auto;
    background: 0 0;
    border-radius: 0;
    margin: 0 auto;
    left: 0;
    justify-content: center;
}

.cookies_on_footer {
    padding: 14px 14px 38px 14px;
    /*bottom: 75px;*/
    bottom: 10px !important;
    left: 10px !important;
}

.cookie-popup {
    bottom: 10px;
    left: calc((100vw - 1885px) / 2);
}

.cookies_on_footer .cookies-btn-accept {
    width: 100%;
}

div#closeIcon::before, div#closeIcon::after {
    display: none;
}


/*blog single author page*/
.author-info {
    list-style: none;
}

.author-avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.author-description {
    margin-right: 10px;
}

.author-post__title {
    font-size: 16px;
    text-transform: capitalize;
}

.author-post__title strong {
    font-weight: 600;
}

.author-date {
    background: url(/wp-content/uploads/2023/06/cropped-favicon-1-32x32.png) no-repeat left top 5px;
    background-size: 18px;
    padding-left: 28px;
}


/*default-block*/
.wp-block-column, .wp-block-columns, .wp-block-columns.container {
    max-width: 1384px;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
}
