/* Form CSS starts */
.error input[type="text"],
.error input[type="email"],
.error input[type="password"],
.error input,
.error select {
  border: 1px solid red !important;
  background-color: rgba(255, 107, 24, .05) !important;
}

.error input:focus {
  border: 2px solid #2e2d56;
}

.error input:focus~.errMsg {
  display: none;
}

.errMsg {
  display: none;
}

.error .errMsg,
.cofeedback .error-msg:not(:empty) {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 9999;
  border-radius: 2px;
  margin: 15px 0px 0px 10px;
  padding: 0px 4px;
  background-color: red;
  color: white;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.error .errMsg::before,
.cofeedback .error-msg:not(:empty)::before {
  content: '';
  width: 14px;
  height: 10px;
  position: absolute;
  background-color: red;
  top: -8px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.cofeedback .error-msg:not(:empty) {
  color: white !important;
}

/* Form CSS ends */


/* webinar pop up video css  starts*/
#webinarPopUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

#pclose {
  position: absolute;
  right: 50px;
  top: 50px;
  padding: 2px;
  /* background-color: red; */
  z-index: 999;
  font-weight: 600;
  color: #fff;
}

#pclose:hover {
  cursor: pointer;
}

/* webinar pop up video css  ends*/

/* prloader css starts */

.preloader-wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.801);
  display: none;
}

.preloader-wrap .preloader-inwrap,
.section-preloader .preloader-inwrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-wrap .preloader-inwrap span,
.section-preloader .preloader-inwrap span {
  width: 20px;
  height: 20px;
  background-color: yellow;
  margin-right: 20px;
  -webkit-animation: plmove 2s linear infinite;
  animation: plmove 2s linear infinite;
}

.preloader-inwrap span:nth-of-type(1) {
  background-color: #F86B19;
}

.preloader-inwrap span:nth-of-type(2) {
  background-color: #fff;
}

.preloader-inwrap span:nth-of-type(3) {
  background-color: #872345;
}

.preloader-inwrap span:nth-of-type(4) {
  background-color: #FDE9DC;
}

@-webkit-keyframes plmove {
  0% {
    -webkit-transform: rotate(0) scale(1.2);
    transform: rotate(0) scale(1.2);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: rotate(180deg) scale(1.2);
    transform: rotate(180deg) scale(1.2);
  }
}

@keyframes plmove {
  0% {
    -webkit-transform: rotate(0) scale(1.2);
    transform: rotate(0) scale(1.2);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: rotate(180deg) scale(1.2);
    transform: rotate(180deg) scale(1.2);
  }
}

/* prloader css ends */

/* Customer Logo Section Margin remove */
.content-section .row-container.customer-highlight-row {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Customer Logo Section Margin remove */

/* form horizontal scroll issue fix */
.module--form .background {
  left: 0;
  width: 47vw;
}

/* form horizontal scroll issue fix */
/* pricing page show more css */
#pricing_rowSH .how-it-works-row .column-text-row div {
  display: none;
}

#pricing_rowSH .how-it-works-row .column-text-row div:nth-child(-n+6) {
  display: block;
}

#pricing_rowSHB {
  cursor: pointer;
}

/* pricing page show more css ends*/

/* pagination css starts */
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination a {
  padding: 5px;
}

/* pagination css ends */

/* signin-form css starts */
form.signin-form .input-group label {
  top: 30px;
}

span.login-required {
  color: red;
  font-size: 12px;
  display: flex;
  margin-top: -15px;
}

/* .additional-links .sign-in-link {
	display: none !important;
}
.additional-links .sign-in-link {
	display: none !important;
} */
/* signin-form css ends */

/* .features-row .tabs-content-container .tab-content .wysiwyg-content {
	max-width: 31ch;
} */
.debug-mode .debug {
  display: none;
}

.ot-sdk-show-settings.ot-cookie-pref-cta-footer {
  color: #fff !important;
  border: none !important;
  font-size: inherit !important;
  padding: 0 !important;
}

.ot-sdk-show-settings.ot-cookie-pref-cta-footer:hover {
  background-color: transparent !important;
}

#cookieNotice {
  display: none;
}

.logo-carousel .logo-wrap {
  max-width: 215px;
}

.logo .image.orientation--landscape {
  width: 100%;
  max-width: 70%;
  max-height: 65px;
  height: 100%;
  position: relative;
}

.promotional-banner {
  /* display: none; */
  height: 0;
  position: absolute;
  right: 110%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promotional-banner a.banner-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.promo-banner-present .site-header {
  height: 120px;
}

.promo-banner-present .promotional-banner {
  height: 56px;
  /* background-color: #25223B; */
  color: #ffffff;
  text-align: center;
  /* line-height: 4; */
  /* display: block; */
  right: 0;
  opacity: 1;
  position: relative;
  transition: all 1s ease-out;
}

.promotional-banner div.wysiwyg-content {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.site-nav-open.promo-banner-present .toggle-menu {
  position: absolute;
  right: 0;
  top: -50px;
  right: 15px;
}

body.promo-banner-present {
  padding-top: 110px;
}

body.promo-banner-present .in-page-menu.scrolled {
  top: 120px;
}

.promo-banner-present .additional-links,
.promo-banner-present .primary-links li {
  padding: var(--spacer-2) 0;
}

@media screen and (max-width:1023px) {
  .promo-banner-present .promotional-banner {
    height: 66px;
  }
}

/*
/* Home Resources and Stats Code - S */

.h3-2-25 {
  font-size: 2.25em;
}

.resource-item img {
  display: block;
  width: 60%;
  height: auto;
  object-fit: contain;
  margin: auto;
}

.rns-item {
  aspect-ratio: 1/1;
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 2em;
}

.resource-item {
  background-color: #F9F9F2;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.resource-item:hover {
  background-color: #ffffff;
}

.resource-item a {
  display: block;
  color: inherit;
  align-items: center;
}

.stat-item {
  border-radius: 100%;
}

.stat-item:nth-child(2) {
  background: #FFC89E;
}

.stat-item:nth-child(4) {
  background: #FAB4B8;
}

.stat-item:nth-child(6) {
  background: #AED2F3;
}

.rns-item-wrap {
  text-align: center;
  padding: 0 1.2em !important;
}

.resource-item .rns-item-wrap {
  padding: 3em 1.2em 0 !important;
}


.rns-item-wrap .numbers-row {
  margin: 0;
}

.rns-item-wrap .number {
  font-size: 4.5em;
  font-weight: 500;
  color: inherit;
  margin-bottom: 15px;
  font-family: 'Aeonik-Medium';
}

.rns-item-wrap h4 {
  font-size: 1.5em;
  font-weight: 500;
  font-family: 'Aeonik-Medium';
}

.resource-and-stat-section-carousel-wrap:after {
  content: 'flickity' !important;
  display: none !important;
}

@media screen and (max-width:969px) {
  .resource-and-stat-section-carousel-wrap {
    display: block !important;
  }

  .rns-item-wrap .number {
    font-size: 3em;
  }

  .rns-item-wrap h4 {
    font-size: 1.1em;
  }

  .resource-item .rns-item-wrap {
    padding: 0 1.2em !important;
  }

  .rns-item-wrap p {
    font-size: 0.9em;
  }

}


@media screen and (min-width: 970px) and (max-width:1200px) {
  .resource-and-stat-section-carousel {
    width: 100%;
  }
}

@media screen and (min-width: 1201px) {
  .resource-and-stat-section-carousel {
    width: 85%;
    max-width: 1200px;
  }
}

@media screen and (min-width: 970px) {

  .resource-and-stat-section-carousel-wrap:after {
    content: '' !important;
  }

  .resource-and-stat-section-carousel .carousel--controls {
    display: none;
  }

  .rns-item {
    width: 100%;
    margin: 0;
  }
}

.resource-and-stat-section::after {
  content: '';
  background-image: url(./../images/rns-border.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  background-size: contain;
  width: 15%;
}

.resource-and-stat-section::before {
  content: '';
  background-image: url(./../images/rns-border.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background-size: contain;
  width: 15%;
  transform: rotate(180deg);
}

/* Home Resources and Stats Code - S */

/* Home Products offered Code - S */

.products-offered {
  padding-top: 5em;
  padding-bottom: 12em !important;
}

.products-offered .tab-links-container {
  background: #E5E3DC99;
  height: 72px;
}

.products-offered .tab-links-container button {
  color: #6B697B;
  padding: 0 20px;
  margin: 10px;
}

.products-offered .tab-links-container button:first-child {
  margin-right: 0;
}

.products-offered .tab-links-container button:last-child {
  margin-left: 0;
}

.products-offered .tab-links-container button:hover {
  background: transparent;
  color: inherit;
}

.products-offered .tab-links-container button.active {
  background: #34324a;
  color: white;
  /* box-shadow: 0px 2px 0px 0px #00000014; */
}

.products-offered .justify-content-start {
  justify-content: space-between !important;
}

.products-offered .basic-content h3 {
  font-size: 1.6em;
  line-height: 1.2;
}

.products-offered .basic-content p {
  color: #6B697B;
  padding: 1em 0;
}

.expander-wrapper {
  border-top: 1px solid #DFDDE7;
}

.expander-wrapper .details-group .details {
  border-bottom: 1px solid #DFDDE7;
  position: relative;
}

.details .label {
  font-size: 1em;
}

.details {
  overflow: hidden;
  border-bottom: 1px solid #cfd8dc;
  transition: height 300ms ease-in-out;
}

.details:last-child {
  border-bottom: 0;
}

.details__content {
  padding: 0 3em 0.75em 0;
}

.details__summary {
  position: relative;
  list-style: none;
  padding: 0.75em 1.25em 0.75em 0;
  outline: 0;
  cursor: pointer;
  font-size: 1.2rem;
  transition: color 300ms ease-in-out;
}

.details__summary::-webkit-details-marker {
  display: none;
}

.details__icon {
  pointer-events: none;
  display: block;
  position: absolute;
  right: 10px;
  top: 33%;
  transform: rotate(180deg) translateY(-33%);
  transition: all 0.3s ease-in-out;
}

[open] .details__icon {
  transform: rotate(0deg);
}

.details::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  height: 0px;
  width: 0;
  background-color: #FF6B18;
  transition: all .3s ease-in-out;
  opacity: 0;
}

[open].details::before {
  opacity: 1;
  height: 2px;
  top: 0;
  width: 100%;
}

.tab-with-media video {
  border-radius: 20px;
}

.tab-with-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.expander-wrapper a::after {
  content: '';
  background-image: url(./../images/Arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-top: 2px;
  margin-left: 10px;
}

.bg-dots::after {
  content: '';
  background-image: url(./../images/products_offered-border.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 1;
  height: 120px;
  background-size: cover;
  width: 11%;
  background-position: right;
  opacity: 0.5;
}

.bg-dots::before {
  content: '';
  background-image: url(./../images/products_offered-border.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 120px;
  background-size: cover;
  background-position: right;
  transform: rotate(180deg);
  width: 11%;
  opacity: 0.5;
}

.cta-promo-updated {
  overflow: hidden;
}

.cta-promo-updated img {
  display: block;
  margin-left: auto;
  height: 100%;
  width: auto;
}

.cta-promo-updated h3 {
  font-size: 2.8em;
  margin-bottom: 1em;
}

@media screen and (max-width:600px) {
  .cta-promo-updated .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100% !important;
  }

  .cta-promo-updated h3 {
    text-align: center;
  }

  .cta-promo-updated {
    padding-bottom: 4em;
  }

  .cta-promo-updated img {
    position: absolute;
    height: 140px;
    width: auto;
    bottom: -100px;
    right: 0;
  }

  .cta-promo-updated h3 {
    font-size: 2em;
  }
}

@media screen and (max-width:768px) {
  .tab-with-media {
    margin-top: 50px;
  }
}

.testimonial.bg-dots {
  padding-top: 6em;
  padding-bottom: 5em;
}

.testimonial.bg-dots::before {
  left: 0;
  top: 5%;
  transform: rotate(0);
}

.testimonial.bg-dots::after {
  right: 0;
  left: auto;
  bottom: -20%;
  transform: rotate(180deg);
}

.testimonial-tab {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.testimonial-tab .tablinks {
  width: 50%;
  padding: 3px;
  height: 160px;
}

.testimonial-tab button {
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #F9F9F2;
  transition: all 0.3s ease-in-out;
}

.testimonial-tab button img {
  opacity: 0.3;
  display: block;
  margin: 0 auto;
  width: 60%;
  height: 80px;
  object-fit: contain;
}

/* .testimonial-tab button:hover {
  background-color: #E1EEFA;
} */

.testimonial-tab button:hover img {
  opacity: 0.8;
}

.testimonial-tab button.active {
  background-color: #E0E0D6;
}

.testimonial-tab button.active img {
  opacity: 1;
}

.testimonial-tabs-wrapper-ab {
  max-width: 1420px;
  margin: auto;
  position: relative;
}

.testimonial-tabs-wrapper-ab .testimonial-tab {
  display: list-item;
  list-style-type: none;
  column-count: 2;
}

.testimonial-tabs-wrapper-ab .testimonial-tab button img {
  opacity: 0.3;
  display: block;
  margin: 0 auto;
  width: 70%;
  height: 100px;
  object-fit: contain;
}

.testimonial-tabs-wrapper-ab .testimonial-tab .tablinks {
  display: block;
  width: 35%;
  height: 180px;
}

.testimonial-tabs-wrapper-ab .testimonial-tab button.active img {
  opacity: 1;
}

.testimonial-tabs-wrapper-ab .testimonial-tab .tablinks:nth-child(4),
.testimonial-tabs-wrapper-ab .testimonial-tab .tablinks:nth-child(5),
.testimonial-tabs-wrapper-ab .testimonial-tab .tablinks:nth-child(6) {
  margin-left: auto;
}

.tabcontent-mid {
  position: absolute;
  width: 55%;
  top: 0;
  left: 22.5%;
  height: 100%;
  z-index: 2;
}

.tabcontent-mid .tabcontent-wrap {
  padding: 3.5em;
}

.tablink .tab-active-state {
  display: none !important;
  position: absolute;
  right: 0;
  width: 15% !important;
  height: 100% !important;
  z-index: 1;
  top: 0;
}

.testimonial-tab .tablinks:nth-child(4) .tablink .tab-active-state {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}

.testimonial-tab .tablinks:nth-child(5) .tablink .tab-active-state {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}

.testimonial-tab .tablinks:nth-child(6) .tablink .tab-active-state {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}

@media screen and (min-width: 969px) {
  .tablink.active .tab-active-state {
    display: block !important;
  }
}

.testimonial-tabs-wrapper .tabcontent {
  display: none;
  height: 98.8%;
  background: #25223B;
  margin: 3px;
  color: white;
}

.testimonial-tabs-wrapper .tabcontent-wrap {
  padding: 3em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-tabs-wrapper .col-8,
.testimonial-tabs-wrapper .col-4 {
  padding: 0 !important;
}

.testimonial-tabs-wrapper .testimonial-content {
  font-size: 1.4em;
}

.profile-wrap {
  position: relative;
}

.profile-wrap img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 20px;
}

.profile-wrap h4 {
  color: #FFA450;
  font-size: 1.3em;
  font-weight: 500;
}

.profile-wrap p {
  font-size: 1.1em;
  margin-bottom: 0;
}

.profile-wrap a {
  position: absolute;
  right: 0;
  bottom: 0;
}

.profile-wrap a::after {
  content: '';
  background-image: url(./../images/Arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-top: 2px;
  margin-left: 10px;
}

@media screen and (min-width:968px) and (max-width:1080px) {
  .testimonial-tabs-wrapper-ab .container-fluid {
    padding: 0 7%;
  }

  .testimonial-tabs-wrapper-ab .testimonial-tab .tablinks {
    display: block;
    width: 37%;
    height: 140px;
  }

  .tabcontent-mid {
    position: absolute;
    width: 56.5%;
    top: 0;
    left: 21.75%;
    height: 100%;
  }

  .testimonial-tabs-wrapper .testimonial-content {
    font-size: 1em;
  }

  .testimonial-tabs-wrapper .tabcontent-wrap {
    padding: 2em;
  }
}

@media screen and (min-width:1080px) and (max-width:1279px) {
  .testimonial-tabs-wrapper-ab .container-fluid {
    padding: 0 6%;
  }

  .tabcontent-mid {
    position: absolute;
    width: 59.25%;
    top: 0;
    left: 20.4%;
    height: 100%;
  }
}

@media screen and (min-width:1280px) and (max-width:1420px) {
  .testimonial-tabs-wrapper-ab .container-fluid {
    padding: 0 5.5%;
  }

  .tabcontent-mid {
    position: absolute;
    width: 59.5%;
    top: 0;
    left: 20.25%;
    height: 100%;
  }
}

@media screen and (min-width:1600px) {
  .tabcontent-mid {
    position: absolute;
    width: 55.25%;
    top: 0;
    left: 22.35%;
    height: 100%;
  }
}


@media only screen and (max-width:968px) {
  .testimonial-tabs-wrapper-ab .container-fluid {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }

  .testimonial-tabs-wrapper-ab .tabcontent-mid {
    position: inherit;
    width: 100%;
    height: 100%;
  }

  .testimonial-tabs-wrapper.row {
    flex-direction: column-reverse;
  }

  .testimonial-tabs-wrapper.row .col-8,
  .testimonial-tabs-wrapper.row .col-4 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .testimonial-tabs-wrapper .testimonial-tab {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
  }

  .testimonial-tab .tablinks {
    min-width: 120px;
    width: 100%;
    padding: 3px;
    height: 120px !important;
    display: inline-block;
  }

  .tabcontent-wrap {
    padding: 1.5em;
  }

  .testimonial-tabs-wrapper .testimonial-content {
    font-size: 1em;
  }

  .profile-wrap {
    margin-top: 30px
  }

  .profile-wrap h4 {
    font-size: 0.9em;
  }

  .profile-wrap p {
    font-size: 0.8em;
  }

  .profile-wrap a {
    font-size: 0.8em;
  }
}

@media screen and (max-width:600px) {
  .cta-promo-updated {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .cta-promo-updated h3 {
    margin-bottom: 2em;
  }

  .cta-promo-updated .button {
    margin-top: 50px;
    margin-left: 20px;
  }

  .cta-promo-updated img {
    height: auto;
    width: 80%;
    right: -35%;
    bottom: -35px;
    max-height: 220px;
  }

  .bg-dots::before {
    display: none;
  }

  .bg-dots::after {
    display: none;
  }

  .products-offered {
    padding-bottom: 2.5em !important;
  }

  .resource-and-stat-section::before {
    width: 25%;
    max-width: 90px;
  }

  .resource-and-stat-section::after {
    width: 25%;
    max-width: 90px;
  }

  .testimonial.bg-dots {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .resource-and-stat-section-carousel h3 {
    margin-bottom: 0 !important;
  }

  .explore-resources .row-container {
    margin-bottom: 0 !important;
  }

  .explore-resources .card-text {
    padding-bottom: 0;
  }

  .explore-resources .row.mb-4 {
    display: none;
  }

  .explore-resources .resource-listing-row {
    padding-bottom: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .profile-wrap a {
    position: initial;
    margin-top: 20px;
    float: right;
  }

  .testimonial-tabs-wrapper .tabcontent-wrap {
    padding: 1.5em
  }

  .profile-wrap a {
    position: initial;
    margin-top: 20px;
    float: right;
  }

  .testimonial-tabs-wrapper .tabcontent-wrap {
    padding: 1.5em
  }
}

.rns-link img {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-left: 4px;
  transition: all 0.3s ease-in-out;
}

.rns-item a:hover .rns-link img {
  margin-left: 8px;
}

/******* Updated Testimonial Tabs on HP ******/
.testimonial-tabs-wrapper-ab-2 .testimonial-tab {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
  padding-bottom: 30px;
  overflow-y: hidden;
}

.testimonial-tabs-wrapper .tabcontent-wrap {
  padding: 0;
}

.testimonial-tabs-wrapper-ab-2 .tabcontent {
  height: 100%;
  background: transparent;
}

.testimonial-tabs-wrapper-ab-2 .tablinks {
  display: block;
  width: 35%;
  min-width: 120px;
  padding: 3px;
  height: 120px !important;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button {
  position: relative;
  border: none;
  outline: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 10px;
  transition: all .3s ease-in-out;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button::before {
  content: '';
  position: absolute;
  display: none;
  width: auto;
  max-width: 0px;
  margin: auto;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 100%;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #ff6b17;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button::after {
  content: '';
  position: absolute;
  width: 90%;
  display: none;
  height: 4px;
  bottom: -34px;
  background: #ff6b17;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button.active {
  background-color: #F9F9F2;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button.active::before {
  display: block;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button.active::after {
  display: block;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button img {
  opacity: .3;
  display: block;
  margin: 0 auto;
  width: 70%;
  height: 100px;
  object-fit: contain;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button:hover img {
  opacity: 1;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-tab button.active img {
  opacity: 1;
}

.testimonial-tabs-wrapper-ab-2 .tabcontent-mid {
  background-color: #35324A;
  color: white;
  padding: 5em 7em 1.5em;
  margin-bottom: 2em;
  min-height: 430px;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
}

.testimonial-tabs-wrapper-ab-2 .tabcontent-mid .testimonial-content p {
  margin: 0 auto 3em;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
}

.testimonial-tabs-wrapper-ab-2 .testimonial-content {
  text-align: center;
}

.testimonial-tabs-wrapper-ab-2 .profile-containter {
  display: flex;
  width: 100%;
  align-items: center;
}

.testimonial-tabs-wrapper-ab-2 .profile-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.testimonial-tabs-wrapper-ab-2 .profile-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #FF6B18;
  max-width: 120px;
  min-width: 120px;
}

.testimonial-tabs-wrapper-ab-2 .profile-content {
  margin-left: 2em
}

.testimonial-tabs-wrapper-ab-2 .profile-content h4 {
  font-size: 26px;
  color: #FFA450;
  margin: 0;
}

.testimonial-tabs-wrapper-ab-2 .profile-content p {
  margin: 0.5em 0 0;
  font-size: 20px;
}

.testimonial-tabs-wrapper-ab-2 .profile-containter a::after {
  content: '';
  background-image: url(https://website.whatfix.com/wp-content/themes/whatfix-site/assets/images/Arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-top: 2px;
  margin-left: 10px;
}

.testimonial-tabs-wrapper-ab-2 .profile-containter a {
  width: 50%;
  text-align: end;
  color: #FF6B18;
  display: inline-block;
  text-decoration: none;
  font-size: 21px;
}

@media screen and (max-width:767px) {
  .testimonial-tabs-wrapper-ab-2 .tabcontent-mid {
    padding: 2em;
  }

  .testimonial-tabs-wrapper-ab-2 .tabcontent-mid .testimonial-content p {
    margin: 0 auto 1.5em;
    font-size: 1em;
    text-align: left;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-containter {
    flex-direction: column;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-containter a {
    margin-top: 1.5em;
  }

  .testimonial-tabs-wrapper.row {
    flex-direction: column;
    width: 100%;
    margin: auto;
  }

  .testimonial-tabs-wrapper-ab .container-fluid {
    flex-direction: column;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-content {
    margin-left: 0;
    margin-top: 0.5em;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-content h4 {
    font-size: 1.2em;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-content p {
    font-size: 1em;
    margin: 0.25em 0 0
  }

  .testimonial-tabs-wrapper-ab-2 .profile-containter a {
    width: 100%;
    font-size: 1em;
  }

  .testimonial-tabs-wrapper-ab-2 .testimonial-tab {
    padding-bottom: 0;
  }

  .testimonial-tabs-wrapper-ab-2 .testimonial-tab button::before,
  .testimonial-tabs-wrapper-ab-2 .testimonial-tab button::after {
    display: none !important;
  }

  .testimonial-tabs-wrapper-ab-2 .testimonial-tab button {
    background: #f9f9f2;
    border-radius: 0;
  }

  .testimonial-tabs-wrapper-ab-2 .testimonial-tab button.active {
    background-color: #e0e0d6;
  }
}

@media only screen and (min-width:768px) and (max-width:1080px) {
  .testimonial-tabs-wrapper-ab-2 .tabcontent-mid {
    padding: 2em 4em 1em;
    margin-bottom: 1em;
  }

  .testimonial-tabs-wrapper-ab-2 .testimonial-tab button::before {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #ff6b17;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-content h4 {
    font-size: 22px;
    color: #FFA450;
    margin: 0;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-content p {
    margin: 0.5em 0 0;
    font-size: 18px;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-containter a {
    font-size: 1em;
  }
}

@media only screen and (min-width:768px) and (max-width:968px) {
  .testimonial-tabs-wrapper-ab .container-fluid {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-tabs-wrapper.row .container-fluid {
    padding: 0;
  }

  .testimonial-tabs-wrapper-ab-2 .profile-img img {
    border: 1px solid #FF6B18;
    max-width: 80px;
    min-width: 80px;
  }
}

/******* Updated Testimonial Tabs on HP ******/

@media only screen and (max-width: 600px) {
  .promo-banner-present .promotional-banner {
    display: none !important;
  }
}

/* ************  About Us ************* */

.leadership-slider .flickity-viewport {
  width: 100%;
}

.abtPopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 999999;
  width: 80%;
  max-width: 1100px;
  transition: all 0.3s ease-in-out;
}

.abt-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 99999;
}

.person {
  margin: 0 30px;
  cursor: pointer;
}

.profile-picture {
  display: block;
  width: 100%;
  margin: 0;
}

.profile-content {
  position: relative;
  margin: 0 0px 20px;
  padding: 20px 15px;
  min-height: 110px;
}

.profile-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
  max-width: 75%;
}

.profile-content h4 {
  font-weight: 500;
  font-family: 'Aeonik-Medium', sans-serif;
  font-size: 1.15em;
  margin: 0;
  max-width: 85%;
}


.read-more {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}


.read-more img {
  cursor: pointer;
  display: block;
}

.person:hover .profile-content .read-more {
  display: block;
  cursor: pointer;
}

.person:hover .profile-content {
  background-color: #35324A;
  color: white;
  cursor: pointer;
}

.abtPopup img {
  display: block;
  width: 100%;
  max-width: 450px;
}

.abtPopup h5 {
  margin: 10px 0 40px;
}

.abtPopup p {
  font-size: 18px;
}

.abtPopup #close-btn {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  z-index: 99999999;
  cursor: pointer;
}

.abtPopup #close-btn svg {
  height: 30px;
}

.abtPopup .abtPopup-nav {
  text-align: end;
  margin-top: -20px;
}

.abtPopup .abtPopup-nav button {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid var(--type-color);
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  transition: background .3s ease;
}

.abtPopup .abtPopup-nav button:hover {
  background: var(--type-color);
}

.abtPopup .abtPopup-nav button#prev-btn {
  margin-right: 8px;
}

.abtPopup .abtPopup-nav button svg {
  transition: all .3s ease;
}

.abtPopup .abtPopup-nav button:hover svg * {
  fill: #ffffff;
}

.wfx-team .resource-and-stat-section-carousel {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1201px) {
  .wfx-team .resource-and-stat-section-carousel {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.wfx-team .resource-and-stat-section-carousel .resource-and-stat-section-carousel-wrap .col {
  width: 20%;
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
}

.wfx-team .resource-and-stat-section-carousel .resource-and-stat-section-carousel-wrap .col h4 {
  font-family: 'Aeonik-Medium', sans-serif;
  font-weight: 500;
  margin-top: 15px;
}

.wfx-team .resource-and-stat-section-carousel .resource-and-stat-section-carousel-wrap .col p {
  font-size: 14px;
  max-width: 82%;
  margin: 3px auto 50px;
  line-height: 1.3;
}

.wfx-team .leadership-slider .flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, .75);
  border: 2px solid;
  color: #333;
  bottom: -20px !important;
  top: auto !important;
  left: 50% !important;
  right: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.wfx-team .leadership-slider .flickity-prev-next-button {
  height: 48px;
  width: 48px;
}

.wfx-team .leadership-slider .flickity-prev-next-button.previous {
  left: 10px;
  margin-left: -55px;
}

.wfx-team .leadership-slider .flickity-prev-next-button.previous .flickity-button-icon path{
  transform: scale(3.6) translate(2px, 2px);
}

.wfx-team .leadership-slider .flickity-prev-next-button.next .flickity-button-icon path{
  transform: scale(3.6) rotate(180deg) translate(-26px, -26px);
}

.wfx-team .leadership-slider button.flickity-button:hover {
  background-color: #34324a;
}

.wfx-team .leadership-slider button.flickity-button:hover .flickity-button-icon path{
  fill: #ffffff;
}

.timeline .row-container:nth-child(1) {
  margin-top: var(--spacer-md);
  margin-bottom: 0;
}

.wfx-global {
  margin-top: 0;
}

.wfx-global .row-container:nth-child(1) {
  margin-top: var(--spacer-md);
  margin-bottom: var(--spacer-md) !important;
}

.timeline-carousel-wrap .timeline-carousel .timeline-slide.is-selected .ts_wrap {
  box-shadow: none;
}

.leadership-slider-1 {
  display: none;
}

.leadership-slider-2 {
  display: none;
}

@media screen and (min-width: 969px) {
  .leadership-slider-1 {
    display: block;
  }
}

.leadership-slider-2 .slide .row {
  max-width: 680px;
  margin: auto;
}

@media screen and (max-width: 968px) {
  .leadership-slider-2 {
    display: block;
  }
}

.wfx-footprint {
  padding-top: var(--spacer-sm);
  margin-top: var(--spacer-md);
}

.wfx-footprint-container {
  display: none;
  padding: 2em 0 4em;
  width: 1000px;
  margin: auto;
  position: relative;
}

.wfx-footprint .wfx-footprint-map {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.wfx-footprint-marker {
  position: absolute;
  display: block;
  width: 300px;
}

.wfx-footprint-desc {
  display: none;
  width: 300px;
  padding: 1.5em;
  border: 1px solid;
  position: absolute;
  background: white;
  z-index: 1;
}

.wfx-footprint-marker:hover .wfx-footprint-desc {
  display: block;
}

.wfx-footprint-marker img {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}

.wfx-footprint-marker h5 {
  color: #FF6B18;
  font-weight: 500;
  font-family: 'Aeonik-Medium';
  margin-bottom: 0.5em
}

.wfx-footprint-marker p {
  margin: 0;
}

.wfx-marker-1 {
  top: 51%;
  left: 33%;
}

.wfx-marker-2 {
  top: 37%;
  left: 18%;
}

.wfx-marker-3 {
  top: 43.5%;
  left: 32%;
}

.wfx-marker-4 {
  top: 27.5%;
  left: 10%
}

.wfx-marker-5 {
  top: 32%;
  left: 16%;
}

.wfx-marker-6 {
  top: 38%;
  left: 52%;
}

.wfx-marker-7 {
  top: 36%;
  left: 41%;
}

.wfx-footprint-marker::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FAB4B8;
  border: 12px solid #35324A;
  position: absolute;
  cursor: pointer;
}

.wfx-footprint-marker:hover::before {
  background-color: #FF6B18 !important;
}

.wfx-footprint-marker::before:hover {
  background-color: #FF6B18 !important;
}

.wfx-marker-1::before {
  top: 60px;
  right: -78px;
}

.wfx-marker-2::before {
  top: 65px;
  left: -78px;
}

.wfx-marker-3::before {
  top: 60px;
  right: -78px;
}

.wfx-marker-4::before {
  top: 60px;
  right: -78px;
}

.wfx-marker-5::before {
  top: 60px;
  right: -78px;
}

.wfx-marker-6::before {
  top: 290px;
  right: -78px;
}

.wfx-marker-7::before {
  top: 210px;
  right: -78px;
}

.wfx-footprint-desc::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(/wp-content/themes/whatfix-site/assets/images/footprint-arr.svg);
  width: 22px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.wfx-marker-1 .wfx-footprint-desc::after {
  top: 70px;
  right: -21px;
}

.wfx-marker-2 .wfx-footprint-desc::after {
  top: 24%;
  transform: rotate(180deg);
  left: -21px;
}

.wfx-marker-3 .wfx-footprint-desc::after {
  top: 19%;
  right: -21px;
}

.wfx-marker-4 .wfx-footprint-desc::after {
  top: 17%;
  right: -21px;
}

.wfx-marker-5 .wfx-footprint-desc::after {
  top: 23%;
  right: -21px;
}

.wfx-marker-6 .wfx-footprint-desc::after {
  top: 74%;
  right: -21px;
}

.wfx-marker-7 .wfx-footprint-desc::after {
  top: 52%;
  right: -21px;
}

.wfx-footprint-container-resp {
  display: block;
  margin: 0 0 2em;
}

.wfx-footprint-container-resp .col-3 {
  margin: 0 0 2em;
}

.wfx-footprint-block {
  padding: 1.5em;
  background: white;
  height: 100%;
  min-height: 180px;
}

.wfx-footprint-block h5 {
  color: #FF6B18;
  font-weight: 500;
  font-family: 'Aeonik-Medium';
  margin-bottom: 0.5em;
  font-size: 18px;
}

.wfx-footprint-block p {
  margin: 0;
}

@media only screen and (min-width:1024px) {
  .wfx-footprint-container {
    display: block;
  }

  .wfx-footprint-container-resp {
    display: none;
  }
}

/* ************  About Us ************* */

/******* Updated form fields validation ******/

.wfx-form .input-group.error::after {
  content: '' !important;
  position: absolute;
  top: 52%;
  transform: translateY(-49%);
  right: 5px;
  background-image: url(/wp-content/themes/whatfix-site/assets/images/if_wrong.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 35%;
  text-align: right;
  width: 18px !important;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.wfx-form .input-group.valid::after {
  content: '' !important;
  position: absolute;
  top: 52%;
  transform: translateY(-49%);
  right: 5px;
  background-image: url(/wp-content/themes/whatfix-site/assets/images/if_correct.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 35%;
  text-align: right;
  width: 18px !important;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.wfx-form .input-group.emailField::after {
  content: none !important;
}

.wfx-form .input-group.dropdown.error::after {
  content: none !important;
}

.wfx-form .input-group.dropdown.valid::after {
  content: none !important;
}

.wfx-form label::after {
  content: "*";
  color: red;
  margin-right: 2px;
}

.wfx-form .emailField.emailFocused .feedback_msg.error-msg {
  display: none !important;
}

.wfx-form .emailField.emailFocused label {
  top: 2px !important;
  color: #25223b !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Aeonik-Regular", sans-serif;
  font-style: normal
}

/******* Updated form fields validation ******/

.site-footer .footer-icon {
  width: auto;
}

.site-footer .footer-icon img {
  width: auto;
  height: 32px;
}

a.sign-in-link {
  display: none !important
}

.resource-type-hero .type-media .wistia_embed {
  background: none;
  border-radius: 0;
  position: static !important;
}

.resource-type-hero {
  position: relative;
}

.resource-type-hero .type-media {
  margin: 4em 0;
}

.resource-type-hero .container.row-container {
  margin-top: 0;
  margin-bottom: 0;
}

.resource-type-hero::after {
  content: '';
  background-image: url(/wp-content/themes/whatfix-site/assets/images/resource-type-edge.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  height: 120px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}

.resource-type-hero h3 {
  line-height: 1.2;
  font-size: 3.25em;
}

.resource-type-hero p {
  margin: 0;
}

.resource-type-Webinars h3 {
  font-size: 2.5em;
}

@media screen and (max-width:1440px) {
  .resource-type-hero h3 {
    font-size: 3em;
  }
}

@media screen and (max-width:1200px) {
  .resource-type-hero h3 {
    font-size: 2.8em;
  }
}

@media screen and (max-width:968px) {
  .resource-type-hero h3 {
    font-size: 2.6em;
  }
}

@media screen and (max-width:600px) {
  .resource-type-hero h3 {
    font-size: 2.2em;
  }

  .resource-type-content .related-posts .card .card-text {
    min-height: auto;
    padding-bottom: 0;
  }
}

.resource-type-content .related-posts .card .card-text {
  min-height: auto;
}

.resource-type-content .container.row-container {
  margin-top: 4em;
  margin-bottom: 2em;
}

.filter-wrap img {
  display: inline-block;
  width: auto;
  height: 12px;
}

.filter-wrap p {
  display: inline-block;
  margin: 0;
  color: #8A8A9C;
  margin-left: 8px;
  font-size: 1.1em;
  line-height: 1;
  vertical-align: middle;
}

.filter-content {
  text-align: right;
}

.filter-content label {
  position: absolute;
  z-index: -1;
  color: #8A8A9C;
  font-size: 1.1em;
  width: 100%;
  top: 0;
  left: 0;
  padding-right: calc(var(--responsive-gutter-width)/2);
}

.filter-content label i {
  color: #8A8A9C;
  margin-left: 8px;
  display: inline-block;
}

.filter-content select {
  padding: 30px 0 0 40px;
  cursor: pointer;
  border: 0;
  background: transparent;
  outline: none;
  appearance: none;
  text-align: end;
  color: #25223B;
  font-size: 1.1em;
}

.hr-line {
  border-top: 1px solid #E4E4E0;
  width: 100%;
  margin: 15px auto 0 !important;
  padding-top: 20px;
}

.share-widget-wrap {
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: 8;
}

.share-widget-wrap ul {
  padding: 0;
  list-style-type: none;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
}


.share-widget-wrap.share-widget-horizontal-wrap{
  position: relative;
  right: 0;
  left: 0;
  bottom: -30px;
}

.share-widget-wrap.share-widget-horizontal-wrap ul{
  flex-direction: row
}

.share-widget-wrap ul li {
  background: #C8E2FA;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  display: flex;
  cursor: pointer;
  margin: 10px 0 0;
}

.share-widget-wrap.share-widget-horizontal-wrap ul li{
  margin: 0;
  margin-right: 10px;
}

.share-widget-wrap ul li img {
  height: 14px;
  display: block;
  width: auto;
}

.share-widget-wrap ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

li.share-widget-close {
  visibility: hidden;
}

li.share-widget-open {
  visibility: visible !important;
}

.single-resources .cta-promo .text-col .text-wrap,
.tax-resource_type .cta-promo .text-col .text-wrap {
  padding-top: 0;
}

.single-resources .resources-hero .wistia_embed {
  background: none;
  border-radius: 0;
  position: static !important;
}

@media screen and (max-width: 968px) {
  .share-widget-wrap {
    position: fixed;
    bottom: auto;
    right: 20px;
    top: 200px;
  }
}

.updated-card-resources {
  height: auto !important;
  overflow: auto !important;
}

.updated-card-resources img {
  width: 100%;
  max-width: 50%;
  padding: 10px 0 20px 0;
}

.twitter-x {
  width: 22px;
  margin-top: -2px;
  margin-right: -2px;
}

.twitter-x path {
  fill: white;
}

.twitter-x:hover path {
  fill: #FF6B18;
}

.twitter-share {
  width: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  display: block;
  left: 27%;
}

.twitter-share path {
  fill: white;
}

.resource-type-hero.resource-type-Podcasts::after {
  content: '';
  display: none;
}

#p-subscription-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 3;
  background: #E1EEFA;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.term-podcasts .site-footer {
  position: relative;
  z-index: 4;
}

.term-podcasts .cta {
  position: relative;
  z-index: 4;
}

.podcast-tabs .tab-links-container {
  background: #E5E3DC;
}

.podcast-tabs .tab-links-container .tab-button {
  min-width: 230px;
  color: #8A8A9C;
  margin: 6px;
  height: 48px;
}

.podcast-tabs .tab-links-container .tab-button.active {
  background: #F9F9F2;
  color: #FF6B18;
}

.podcast-tabs .tab-links-container .tab-button:hover {
  background: #F9F9F2;
  color: #FF6B18;
}

.podcast-tabs {
  margin-top: 4em;
}

.podcast-tabs .container.row-container {
  margin-top: 1em;
}

.podcast-card .podcast-media-wrap img {
  width: 100%;
  height: auto;
}


.podcast-share-links-wrap {
  margin: 4em auto !important;
}

.podcast-share-links {
  padding: 0;
  display: flex;
  margin: 0;
  justify-content: center;
  list-style-type: none;
  flex-wrap: wrap;
}

.podcast-share-links li a {
  display: flex;
  background-color: #25223B;
  color: white;
  padding: 0.5em 1em;
  border-radius: 30px;
  margin: 0.5em;
  align-items: center;
  font-size: 0.9em;
  font-weight: 600;
  min-width: 110px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.podcast-share-links li a:hover {
  background-color: #ff6b17;
}

.podcast-share-links li img {
  display: inline-block;
  width: auto;
  height: 18px;
  object-fit: contain;
  margin-right: 10px;
}

.podcast-length span {
  color: #FF6B18;
  display: inline-block;
  text-transform: initial;
  font-size: 0.9em;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 0.7em;
}

.podcast-id {
  color: #8A8A9C;
  font-weight: unset;
  text-transform: uppercase;
  font-family: 'DMMono-Medium';
  font-size: 14px;
}

.wwc-section-form .container:first-child {
  background-image: url(https://website.whatfix.com/wp-content/uploads/2023/08/form-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 60%;
  background-position-x: 110%;
}

.wwc-section-form .container:first-child .row {
  padding: 4em 0;
}


.term-podcasts .modal .close {
  color: #000;
  position: absolute;
  right: 80px;
  font-size: 30px;
  font-weight: 300;
}


.podcast-media-wrap {
  position: relative;
}

.podcast-media-wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #FF6B18;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  background-image: url(/wp-content/themes/whatfix-site/assets/images/play-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.podcast-card:hover .podcast-media-wrap:after {
  opacity: 0.8;
}

.podcast-testimonial-carousel-wrap:after {
  content: 'flickity' !important;
  display: none !important;
}

.pt-slide {
  width: 100%;
}

.podcast-testimonial-carousel-wrap {
  background: #E1EEFA;
  position: relative;
  border-bottom: 10px solid #C8E2FA;
  justify-content: center;
}

.podcast-testimonial-banner .profile-image {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: contain;
  max-height: 320px;
}

.podcast-testimonial-banner h4 {
  color: #FF6B18;
}

.podcast-testimonial-banner p {
  color: #25223B;
  font-size: 1.1em;
  min-height: 150px;
}

.podcast-testimonial-banner .profile-company {
  max-height: 30px;
  display: block;
  margin-bottom: 3em;
}

.podcast-testimonial-carousel .flickity-page-dots {
  bottom: 30px;
  display: flex;
  left: 39.5%;
  overflow: hidden;
  width: auto;
}

.flickity-page-dots .dot {
  background: #25223B;
  margin: 0px 4px;
  opacity: 0.15;
  transition: all 0.3s ease-in;
}

.flickity-page-dots .dot.is-selected {
  width: 20px;
  border-radius: 5px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .podcast-testimonial-carousel .flickity-page-dots {
    display: block;
    width: 100%;
    left: 0;
  }

  .pt-slide {
    padding: 0;
  }

  .podcast-testimonial-banner .profile-image {
    display: none;
  }
}

@media screen and (max-width:1023px) {
  .podcast-tabs .tab-links-container .tab-button {
    min-width: auto;
  }
}

@media screen and (max-width: 600px) {
  #p-subscription-banner {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .resource-type-hero.resource-type-Podcasts .row {
    flex-direction: column-reverse;
  }

  .resource-type-hero.resource-type-Podcasts .type-media {
    margin-top: -20px;
  }

  .podcast-testimonial-banner {
    flex-direction: column-reverse;
  }

  .podcast-testimonial-banner .profile-image {
    position: relative;
    max-width: 70%;
    left: -10px
  }

  .podcast-testimonial-banner div:last-child {
    padding: 2em !important;
  }
}

.term-podcasts .form-wrap {
  min-height: auto;
}

.podcast-summary-wrap {
  background: #F9F9F2;
  padding: 4em 0;
}

.podcast-summary-wrap .wp-post-image {
  width: 100%;
  height: auto;
}

.podcast-audio-wrap .wistia_embed {
  position: relative !important;
  right: auto;
  left: auto;
  bottom: auto;
  height: 60px !important;
  border-radius: 0;
}

.podcast-audio-wrap {
  background-color: #c27d01;
}

#stickyDiv {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 99;
}

.post-sidebar.podcast-sidebar {
  padding-left: 1em;
}

.podcast-summary-wrap .podcast-title {
  margin: 0.5em 0;
  font-size: 2em;
  line-height: 1.3;
}

.podcast-summary-wrap .podcast-id {
  color: #FF6B18;
}

.card-podcast-title {
  margin: 0.5em 0;
  font-size: 1.5em;
  line-height: 1.3;
}

.related-posts h2 {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 2em;
  font-family: "Aeonik-Regular", sans-serif;
}

#p-subscription-banner .psub-title {
  color: #FF6B18;
  display: inline-block;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 13px;
}

.podcast-cta .container.row-container {
  margin-top: var(--spacer-sm);
  margin-bottom: var(--spacer-sm);
}

.related-podcast-cards .podcast-id {
  margin: 1em 0 0.5em !important;
}

.podcast-card.related-podcast-cards:hover {
  box-shadow: none;
}

.podcast-card:hover {
  box-shadow: none;
}

.podcastSummary {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Aeonik-Regular", sans-serif;
  font-style: normal
}

.podcast-sidebar {
  top: calc(var(--spacer-12) + 100px);
}

/* ------------------ Awards Page ----------------- */

.award-image {
  text-align: center
}

.award-year-title h2 {
  font-size: 2.8em;
  color: #FF6B18;
  padding: 1em 0;
}

.award-select {
  background: #e5e3dc;
  height: 70px;
  border-radius: 60px;
  margin: 0;
  white-space: nowrap;
  width: 100%;
  padding: 10px;
  display: flex;
}

.award-select .option.active {
  background-color: #fff;
  color: #ff6b18;
}

.award-select .option {
  padding: 0 20px;
  min-width: auto;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 400;
  font-family: Aeonik-Medium, sans-serif;
  font-style: normal;
  border: 0;
  border-radius: 52px;
  height: 50px;
  width: 100%;
  color: #8a8a9c;
  background-color: transparent;
}

.card-award .award-image img{
  object-fit: contain;
}

.awards-container .see-more-button{
  margin: auto;
  display: block;
  max-width: 200px;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width:767px) and (max-width:968px) {
  .award-filter-content{padding: 0!important;}
  .award-select .option{padding: 0px 15px;font-size: 14px;}
}

/* ------------------ Awards Page ----------------- */

/* ------------------ Footer Responsive Section ----------------- */

@media only screen and (max-width: 600px) {
  .cta-promo-updated .row .col-8 {
    padding: 0;
  }

  .cta-promo-updated img {
    display: none;
  }

  .cta-promo-updated h3 {
    margin-bottom: 1em;
    padding: 0 1em;
    font-size: 1.6em;
  }

  .cta-promo-updated .text-col {
    text-align: center
  }

  .cta-promo-updated .button {
    margin: 0;
  }

  .cta-promo-updated .row .col-4 {
    margin: 0 0 5px
  }

  .footer-demo-cta-section {
    z-index: 8
  }

  .site-footer {
    position: relative;
    z-index: 8;
  }
}

.page-section--site-footer.site-footer .addl-links .d-flex{
  flex-wrap: wrap;
  text-align: center;
}

/* ------------------ Footer Responsive Section ----------------- */

/* ------------------ Resources Whitepapers ----------------- */
.content-section.resources-we-hero {
  padding-top: 0;
}
.resources-we-hero .module--form .form-wrap{
  transform: translateY(0px);
  box-shadow: none;
}
.resources-we-hero-wrap .wistia_embed{ bottom: 0; right: 0;}
.resources-we-hero-wrap .row-container{margin-bottom: var(--spacer-md)!important; margin-top: var(--spacer-md)!important;}
.cta-promo .background--orange_100.background--crimson {
  background: #ffe9dc;
  --parent-bg-color: #ffe9dc;
  color: #34324a;
}
/* ------------------ Resources Whitepapers ----------------- */


/********************** Popup *******************/

/********************** Popup *******************/
.wfxpopup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  width: 100%;
  height: 100%;
}

.wfxpopup-container {
  min-width: 620px;
  max-width: 680px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
}

.wfxpopup-content {
  position: relative;
}

.wfxpopup-content img {
  display: block;
}

.wfxpopup-content img.popup-logo {
  height: 30px;
  margin: 2em auto;
}

.wfxpopup-content img.media {
  width: 100%;
  max-height: 220px;
  margin: auto;
}

.wfx-feedback-wrap {
  background-color: #F9F9F2;
  padding: 30px 30px 50px;
}

.wfx-feedback-wrap h3 {
  max-width: 460px;
  margin: 0 auto 0.75em;
}

.wfx-feedback-form-wrap .button,
.wfx-feedback-form-wrap .button:focus {
  min-width: 140px;
  position: relative;
  padding: 15px 38px;
  font-size: 16px;
  border: 2px solid rgba(0, 0, 0, 0);
  margin: 5px;
}

.wfx-feedback-form-wrap .button--yes::after {
  content: '';
  background-image: url(/wp-content/themes/whatfix-site/assets/images/yes.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 32px;
  margin-bottom: 5px;
}

.wfx-feedback-form-wrap .button--no::after {
  content: '';
  background-image: url(/wp-content/themes/whatfix-site/assets/images/no.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 32px;
}

.wfx-feedback-form-wrap .button.button--smw {
  padding: 15px 24px;
}

.wfx-feedback-form-wrap .button--smw::after {
  content: '';
  background-color: white;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 18px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 5px;
}

.wfx-close-btn {
  position: absolute;
  right: 10px;
  top: -4px;
  font-size: 30px;
  cursor: pointer;
  z-index: 5;
}

body.wfxpopup-open {
  overflow: hidden;
}

.wfx-screen-track {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding-left: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.wfx-screen-track li {
  margin: 15px 3px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #464642;
  border-radius: 50%;
}

.wfx-screen-track li.step.active {
  background-color: #B8B6A8;
  width: 22px;
  border-radius: 10px;
}

.wfx-feedback-wrap:after {
  content: '';
  background-image: url(/wp-content/themes/whatfix-site/assets/images/card_border/wfx-border-1.svg);
  position: absolute;
  height: 14px;
  bottom: 0px;
  display: block;
  width: 100%;
  left: 0;
}

.wfx-feedback-wrap textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #B8B6A8;
  max-width: 440px;
  margin: 0px auto 5px;
  padding: 4px 8px;
  border-radius: 4px;
}


#exitPopup.wfxpopup {
  background-color: rgba(0, 0, 0, 0.8);
}

#exitPopup .wfx-feedback-wrap:after {
  background-image: none;
}

.wfx-feedback-screen {
  display: none
}

#wfxfeedback-screen-1 {
  display: block;
}

.wfxpopup-content{
  padding: 30px 40px;
}

.sticky-image-top img, .sticky-image-bottom img{
  display: block;
  width: 100%;
}

/********************** Popup *******************/

/* ------------------ Resources CaseStudies ----------------- */

.resource-type-hero.resource-type-case-studies .type-media img{
  width: 100%;
}

.case-study-logo{
  display: block;
  height: 34px;
  width: auto;
}

.case-studies-related-posts .resource-card .casestudy-media-wrap img{
    display: block;
    width: 100%;
    object-fit: contain;
    height: 120px;
    object-position: left;
    margin-left: -20px;
}

.cs--rm-link{
  color: #f55800;
}

.cs--rm-link::before{
  content: '';
    background-image: url(/wp-content/themes/whatfix-site/assets/images/Arrow.svg);
    width: 20px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.resource-type-hero.resource-type-case-studies::after {
  display: none
}

.term-case-studies .customer-highlight-row {
  overflow: hidden;
}

.resource-type-content--cs .row-container {
  overflow: hidden;
}

.resource-type-content--cs .filter-wrap {
  visibility: hidden;
}

.case-studies-related-posts .card {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 25px;
}

.case-studies-related-posts .resource-card:hover {
  box-shadow: none;
}

.case-studies-related-posts .resource-card:hover .media-wrap {
  box-shadow: none;
}

.case-studies-related-posts .col-12 {
  padding-bottom: 2em;
}

.case-studies-related-posts .type--eyebrow-mini {
  border-radius: 5px;
  display: inline-block;
  font-weight: 400;
  margin: 0;
}

.resource-type-content--cs .related-posts .card .card-text {
  padding-bottom: 0;
  padding-top: 0;
}

.stats-container{
  display: flex;
    justify-content: space-between;
    max-width: 400px;
    margin: 3em 0 0;
}

.stat-wrap{
  position: relative;
}

.stat-wrap h4{
  font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}

.stat-wrap::after{
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #f55800;
  border-radius: 50%;
  right: -50%;
  top: 50%;
}

.stat-wrap:last-child:after{
  display: none;
}

.term-case-studies .customer-highlight-row{
  background: #f5f5f5;
  pointer-events: none;
  cursor: default;
}

/* ------------------ Resources CaseStudies ----------------- */
/* ------------------ Menu Update ----------------- */
.submenu[data-width=submenu-width--single_column] .link-list .link.with-caption .link-content{
  margin-right: 0;
}
/* .alt-submenu-container[data-target-index="0"] .menu-section{
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 25px;
} */
.alt-submenu-container[data-target-index="0"] .menu-section{
  padding: 0;
}

.alt-submenu-container[data-target-index="0"] .type--eyebrow{
  margin: 0;
}

.alt-submenu-container[data-target-index="0"] .link-list .link{
  margin-bottom: 0;
  padding: 2em 2.5em;
}

.alt-submenu-container[data-target-index="0"] .link-list .link:nth-child(3){
   background-color: #25223b;
}
.sign-in-link:hover .svg-icon img{
	filter: invert(10%) sepia(65%) saturate(12558%) hue-rotate(350deg) brightness(108%) contrast(101%);
}
.additional-links .sign-in-link{text-align: center;}
.additional-links .demo-menu{text-align: center;}

/* ------------------ Menu Update  ----------------- */
/********************** Analyst Reports Resources Update *******************/

.term-analyst-reports .customer-highlight-row{
  overflow: hidden;
  background-color: #F5F5F5;
}
.term-analyst-reports .resource-type-ar-content{
  overflow: hidden!important;
}
.term-analyst-reports .card{
  padding: 0 0 40px;
}
.term-analyst-reports .card a{
  background-color: #F5F5F5;
  min-height: 280px;
  position: relative;
}
.term-analyst-reports .card a .card-text{
  padding: var(--spacer-4) var(--spacer-5) !important;
}

.term-analyst-reports .media-wrap-ar{
  padding-bottom: 5%;
}

.term-analyst-reports .card img{
  width: 100% !important;
	max-width: 180px;
    height: 100px;
    display: block;
    object-fit: contain;
    object-position: left center;
    padding-left: var(--spacer-5);
    padding-top: var(--spacer-5);
}

.term-analyst-reports .card a::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  left: 0;
  transition: height .2s linear
}

.term-analyst-reports .card a:hover:after{
  height: 20px;
}

.term-analyst-reports .col-12:nth-child(6n+1) .card a::after {
  background-color: #FFA450; 
}

.term-analyst-reports .col-12:nth-child(6n+2) .card a::after {
  background-color: #FAB4B8; 
}

.term-analyst-reports .col-12:nth-child(6n+3) .card a::after {
  background-color: #AED2F3; 
}

.term-analyst-reports .col-12:nth-child(6n+4) .card a::after {
  background-color: #8A8A9C;
}

.term-analyst-reports .col-12:nth-child(6n+5) .card a::after {
  background-color: #F55800; 
}

.term-analyst-reports .col-12:nth-child(6n) .card a::after {
  background-color: #B8B6A8;
}

.report-logo{
  display: block;
    width: auto;
    height: 80px;
    max-width: 180px;
    object-fit: contain;
    object-position: left center;
}

.term-analyst-reports .podcast-testimonial-carousel-wrap{
  border-bottom:0;
}

.term-analyst-reports .podcast-testimonial-carousel .flickity-page-dots {
  bottom: 30px;
  display: flex;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  left: 0;
}

.term-analyst-reports .podcast-testimonial-carousel .profile-image{
	width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: contain;
    object-position: center;
	padding: 30px 0;
}

.term-analyst-reports .podcast-testimonial-carousel .pt-slide .row{
	align-items: center;
}
.term-analyst-reports .podcast-testimonial-carousel .pt-slide img.report-logo{margin-top: 80px}
.term-analyst-reports .podcast-testimonial-carousel .pt-slide a{margin-bottom: 80px}

/********************** Analyst Reports Resources Update *******************/

.site-footer .inline-link{
  opacity: 0.7;
}

.logo-carousel-cs.responsive{
  flex-wrap: nowrap;
}

/******************** Animated Slider + Hero Video *************************/


.scww-hero-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  height: auto;
}

.scww-hero-content {
  background: rgb(37 34 59 / 95%);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1; 
  visibility: visible; 
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.scww-hero-wrap:hover .scww-hero-content {
  visibility: visible!important;
  opacity: 1!important;
}

.scww-hero-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.scww-hero-bg-wrap .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  object-fit: cover;
}

.scww-hero-content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/wp-content/uploads/2024/08/Frame-27105.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

img.scww-image {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 45%;
  height: 90%;
  z-index: 3;
  object-fit: contain;
  object-position: bottom;
}

.scww-hero-wrap:hover img.scww-image{
  display: block;
}


@media screen and (max-width: 767px) {
  img.scww-image {
      display: none;
  }

  .scww-hero-wrap {
      min-height: 480px;
  }

  .scww-hero-content {
      opacity: 1;
      visibility: visible;
      text-align: center;
  }
}


 .rotate-carousel-wrap{
  display:none;
  background-color: white;
 }

 .rotate-carousel-cell{
  width: 100%;
 }

 .rotate-carousel-wrap img{ 
  display: block;
    width: 100%;
    height: auto;
 }

 .rotate-inner-content{
  box-sizing: border-box;
    padding: 1.5em 2em;
    width: 100%;
    text-align: left;
    font-size: 1.1em;
    font-weight: 600;
 }

 .rotate-carousel .flickity-page-dots {
  bottom: 15px;
}


.rotate-slider {
/*   overflow: hidden; */
  width: 340px;
  height: 480px;
  position: relative;
}

.rotate-slider-wrap {
  position: relative;
  max-width: 440px;
  max-height: 524px;
  margin-top: 10px;
}

.rotate-slider-wrap .controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}

.rotate-slider-wrap .control-btn {
  background-color: #24223b;
  border: 2px solid #ff6b18;
  color: #ff6b18;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.rotate-slider-wrap .control-btn:hover {
  border-color: #F55800;
  color: #F55800;
  opacity: 0.8;
}

.rotate-slider-wrap .control-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


.rotate-slider-wrap button#rotator-prev {
  position: absolute;
  left: -60px;
}

.rotate-slider-wrap button#rotator-next {
  position: absolute;
  right: -60px;
}

.rotate-slider ul.slides {
  height: 100%;
  margin: 0;
/*   overflow: hidden; */
  padding: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center center;
  width: 100%;
  transition: transform 0.75s ease-in-out;
}

.rotate-slider ul.slides li {
  background-color: #ffffff;
  display: block;
  color: #FF6B17;
  list-style: none;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  transform-origin: bottom center;
  width: 100%;
  opacity: 0; 
  transition: opacity 0.75s ease-in-out;
}

.rotate-slider ul.slides li.current-slide{
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.rotate-slider ul.slides li .inner {
  box-sizing: border-box;
  padding: 2em;
  width: 100%;
  text-align: left;
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 0.5em;
}

.rotate-slider-wrap .control-btn svg {
  width: 14px;
}

.rotate-slider ul.slides li img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .rotate-slider-wrap{
    display: none
  }
  .rotate-carousel-wrap{display: block;}
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .discover-wrap .row .col-12:nth-child(1){
    max-width: 40%;
  }
  .discover-wrap .row .col-12:nth-child(2){
    width: 60%;
    max-width: 60%;
  }
  .rotate-slider-wrap{
    margin-left: -60px;
  }
}

/******************** Animated Slider + Hero Video *************************/

/******************** Language Switcher *************************/

.language-switcher-widget-area {
  position: relative;
  display: inline-block;
}

.language-switcher-menu {
  display: none;
  position: absolute;
  top: 85%;
  right: -44px;
  background: #34324a;
  z-index: 1000;
  width: auto;
  padding: var(--spacer-3);
  border-radius: 3px;
}

.language-switcher-menu ul{
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}

.language-switcher-menu ul li{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.language-switcher-menu a {
  color: white;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding: 5px 10px;
  line-height: 1;
}
.language-code {
  display: flex;
  align-items: center;
  height: 100%;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Aeonik-Medium", sans-serif;
  font-style: normal;
  color: #35324a;
  cursor: pointer;
  margin-left: 15px;
}

.language-code img {
  transform: rotate(180deg);
  width: 10px;
  margin-left: 5px;
}

.language-switcher-widget-area:hover .language-switcher-menu {
  display: block;
}

.language-switcher-menu::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 14px 10px;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: var(--color-ink);
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  pointer-events: none;
  display: block !important;
  transition: opacity .3s ease;
}

.language-switcher-widget-area:hover .language-code {
  color: #ff6b18;
}

.language-switcher-menu li:hover {
  background: rgba(225, 238, 250, .1);
  border-radius: 3px;
  padding: calc(0 var(--spacer-1));
  transition: background .3s ease;
}

/******************** Language Switcher *************************/

@media screen and (min-width:1024px) {
  #site-nav-primary li:last-child>a{
    cursor: default; 
    user-select: none;
  }
  
  #site-nav-primary li:last-child > a:active {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-section .container.row-container{
    padding: 0;
  }
  .testimonial-section .container.row-container .icon{
    display: none;
  }
  .testimonial-section .container.row-container{
    padding: 0;
  }
  .testimonial-section .container.row-container .icon{
    display: none;
  }
}

.pagination-link.active{
  color: #35324a;
}

.pagination-link{
  padding: 0 10px;
  font-weight: 700;
}

.customer-reviews-wrap.timeline-carousel-wrap .customer-reviews-slider.timeline-carousel .timeline-slide{
  width: 45%;
  transform: scale(1);
  padding: 1em;
}

.customer-reviews-wrap.timeline-carousel-wrap .customer-reviews-slider.timeline-carousel .timeline-slide .customer-reviews-slide-wrap{
  background-color: #F9F9F2;
  padding: 3em;
  border-bottom: 8px solid #AED2F3
}

.customer-reviews-wrap .flickity-slider{
  margin-left: -20em;
}

.customer-review-description{
  min-height: 130px;
  margin-top: 0.5em;
}

@media screen and (max-width: 1920px) {
  .customer-reviews-wrap .flickity-slider{
    margin-left: -20em;
  }
}

@media screen and (max-width: 1480px) {
  .customer-reviews-wrap .flickity-slider{
    margin-left: -15em;
  }
  .customer-review-description{
    min-height: 150px;
  }
}

@media screen and (max-width: 920px) {
  .customer-reviews-wrap.timeline-carousel-wrap .customer-reviews-slider.timeline-carousel .timeline-slide{
    width: 60%;
  }
  .customer-reviews-wrap .flickity-slider{
    margin-left: -10em;
  }
  .customer-review-description{
    min-height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .customer-reviews-wrap.timeline-carousel-wrap .customer-reviews-slider.timeline-carousel .timeline-slide{
    width: 80%;
  }
  .customer-reviews-wrap .flickity-slider{
    margin-left: -10%;
  }
  .customer-review-description{
    min-height: 210px;
  }
}

@media screen and (max-width: 520px) {
  .customer-reviews-wrap.timeline-carousel-wrap .customer-reviews-slider.timeline-carousel .timeline-slide{
    width: 100%;
  }
  .customer-reviews-wrap .flickity-slider{
    margin-left: 0;
  }
}

.customer-reviews-slide-wrap img.rating-img{
  display: block;
  margin-bottom: 1em;
}

.verified-wrap span{
  color: #8A8A9C;
  font-weight: 600;
  margin-right: 10px;
}

.verified-wrap span img{
  vertical-align: middle;
    margin-right: 4px;
}

@media screen and (max-width: 1024px) {
  .customer-reviews-section-intro .text-right{
    text-align: left!important;
  }
}

.customer-reviews-wrap.timeline-carousel-wrap .timeline-carousel{
	padding: var(--spacer-5) 0;
}
.customer-reviews-slide-wrap .customer-review-content-wrap{min-height: 220px}
@media screen and (max-width: 1023px) {
	.site-nav-open .language-switcher-widget-area{display: none}
	.site-nav-open .language-code{color: #ffffff;}
	.site-nav-open .language-code img{filter: invert(1);}
}
@media screen and (max-width: 601px) {
	.site-nav-open .language-switcher-widget-area{display: none}
	.site-nav-open .language-code{color: #ffffff;}
	.site-nav-open .language-code img{filter: invert(1);}
}



 