.container {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}
a:hover {
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 85%;
  }
}
.logo {
  width: 120px;
  height: auto;
}
.navbar {
  transition: all 0.5s ease-in-out;
  padding: .5rem 0rem 0.8rem 0rem;
}
.navbar .active {
  border-bottom: 2px solid #1EBAD6 !important;
}
.bg-dark {
  background-color: #161626 !important;
}
.navbar-collapse {
  transition: all 0.5s ease-in-out;
}
.nav-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin: auto 15px;
}
.nav-item:last-child {
  margin-right: 0;
}
.nav-item .nav-link {
  color: #FEFEFE !important;
  font-size: 15px;
}
.nav-item #Solutions {
  display: none;
}
.dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.dropdown-menu .dropdown-item {
  padding: .75rem 1.5rem;
}
.dropdown-menu .dropdown-item > a {
  color: #333;
}
.dropdown-menu .dropdown-item:hover {
  background: #35ACDE;
  color: #fff;
}
.dropdown-menu .dropdown-item:hover > a {
  color: #FEFEFE;
  text-decoration: none;
}
.request-demo-btn {
  border-radius: 18px;
  background-color: #1EBAD6;
  padding: .5rem 2.5rem !important;
  margin-right: -8px !important;
}
.register-the-webinar {
  border-radius: 18px;
  background-color: #1EBAD6;
  padding: .5rem 2.5rem !important;
  margin-right: -8px !important;
  cursor: pointer;
  display: none;
}
.submit-btn-webinar-modal {
  border-radius: 18px;
  background-color: #1EBAD6;
  padding: .5rem 2.5rem !important;
  margin-right: -8px !important;
  cursor: pointer;
}
#add-to-calendar-wrapper {
  display: none;
}
#add-to-calendar-wrapper #addeventatc1 {
  border-radius: 0 0 8px 8px;
  background-color: #1EBAD6;
  padding: .5rem 2.5rem !important;
  margin-right: -8px !important;
  height: 62px;
  cursor: pointer;
  width: 100%;
  color: white !important;
  padding: 20px 12px 15px 0px !important;
  text-align: center;
  font-size: 1.2rem;
}
#add-to-calendar-wrapper #addeventatc1 .addeventatc_icon {
  left: 22%;
  top: 34%;
}
#add-to-calendar-wrapper-modal {
  margin-top: 12px;
}
#add-to-calendar-wrapper-modal #addeventatc2 {
  border-radius: 0 0 8px 8px;
  background-color: #1EBAD6;
  padding: .5rem 2.5rem !important;
  margin-right: -8px !important;
  height: 62px;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  color: white !important;
  padding: 20px 12px 15px 0px !important;
  text-align: center;
  font-size: 1.2rem;
}
#add-to-calendar-wrapper-modal #addeventatc2 .addeventatc_icon {
  left: 34%;
  top: 34%;
  display: none;
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 1rem;
  }
  .nav-item {
    margin: auto 0;
  }
  .nav-item .nav-link {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 993px) {
  .bg-transparent {
    background: #161626 !important;
  }
  .request-demo-btn {
    display: inline-block;
  }
  .navbar-dark .navbar-nav .nav-link.active {
    display: inline-block;
  }
}
@media screen and (min-width: 991px) and (max-width: 1290px) {
  .nav-item {
    margin: auto 15px !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1290px) {
  .nav-item {
    margin: auto 15px !important;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .nav-item {
    margin: auto 9px !important;
  }
  .request-demo-btn {
    margin-right: -5px !important;
  }
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: auto;
  z-index: 15;
  padding-left: 0;
  margin-right: 8%;
  margin-left: 15%;
  list-style-type: none;
  color: #fff;
}
.carousel-indicators li {
  position: relative;
  width: auto;
  height: auto;
  margin: 10px 3px;
  text-indent: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0 10px;
}
.carousel-indicators .active {
  background-color: transparent;
  color: #1EBAD6;
  border-right: 4px solid;
}
.hero-carousel {
  height: 650px;
}
.hero-carousel img {
  width: 100vw;
  height: 100%;
  z-index: -5;
}
.hero-carousel .all-headings {
  width: 60%;
}
.hero-carousel .all-headings-event {
  font-size: 44px;
}
.hero-carousel .all-headings-subtitle {
  font-size: 32px !important;
  line-height: 43px !important;
}
.hero-carousel .slides {
  height: 650px;
  box-sizing: border-box;
}
.hero-carousel .slides .text {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.hero-carousel .slides h1 {
  color: #FFFFFF;
  text-align: left !important;
  text-transform: capitalize;
  font-weight: 600;
}
.hero-carousel .slides h2 {
  color: #FFFFFF;
  text-align: left !important;
  text-transform: capitalize;
}
.hero-carousel .slides p {
  width: 51%;
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.hero-carousel .slides .hero-round-btn {
  border: 1px solid #1EBAD6;
  border-radius: 50px;
  text-align: center;
  padding: 10px 30px;
  color: #fff !important;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.hero-carousel .slides .hero-round-btn:hover {
  border: 1px solid #1EBAD6;
  background: #1EBAD6;
  box-shadow: 0 4px 8px 0 rgba(30, 186, 214, 0.6);
}
.hero-carousel .slides .carousel-bullets {
  list-style-type: none;
  float: right;
}
.hero-carousel .slides .carousel-bullets li {
  color: #FFFFFF;
  margin: 1rem 0;
  padding-right: 10px;
}
.hero-carousel .slides .carousel-bullets li:first-child {
  margin-top: 0;
}
.hero-carousel .slides .carousel-bullets .active {
  color: #1EBAD6;
  border-right: 2px solid;
}
.hero-carousel .desktop-hidden {
  display: none;
}
.hero-carousel .mobile-hidden {
  display: block;
}
@media screen and (max-width: 600px) and (min-width: 361px) {
  .hero-carousel {
    height: 100vh;
  }
  .hero-carousel img {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-carousel .slides {
    height: 100vh;
    padding: 0;
    box-sizing: border-box;
  }
  .hero-carousel .slides .text {
    top: 25%;
    transform: translateY(0);
  }
  .hero-carousel .slides h1 {
    width: 80%;
  }
  .hero-carousel .slides h2 {
    width: 80%;
  }
  .hero-carousel .slides p {
    width: 80%;
    font-size: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: 0;
  }
  .hero-carousel .slides .hero-round-btn {
    margin-left: 0;
  }
  .hero-carousel .slides .carousel-bullets {
    display: none;
  }
  .hero-carousel .event-img {
    left: 0;
    transform: translateX(0);
    float: left;
  }
  .hero-carousel .mobile-hidden {
    display: none;
  }
  .hero-carousel .desktop-hidden {
    display: block;
  }
  .carousel-indicators {
    margin-right: 4%;
  }
}
@media screen and (max-width: 993px) and (min-width: 600px) {
  .hero-carousel {
    max-height: 650px;
  }
  .hero-carousel .slides {
    height: 650px;
  }
  .hero-carousel .slides p {
    width: 80%;
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    margin-left: 0;
  }
  .hero-carousel .all-headings {
    width: 80%;
  }
  .hero-carousel .mobile-hidden {
    display: none;
  }
  .hero-carousel .desktop-hidden {
    display: block;
  }
  .hero-carousel .desktop-hidden img {
    float: left;
  }
}
@media screen and (max-width: 360px) and (min-width: 310px) {
  .hero-carousel {
    height: 100vh;
  }
  .hero-carousel img {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-carousel .slides {
    height: 100vh;
    padding: 0;
  }
  .hero-carousel .slides .text {
    top: 20%;
    transform: translateY(0);
  }
  .hero-carousel .slides h1 {
    font-size: 1.4rem;
    width: 80%;
    line-height: 1.8rem;
  }
  .hero-carousel .slides h2 {
    font-size: 1.4rem;
    width: 80%;
    line-height: 1.8rem;
  }
  .hero-carousel .slides p {
    width: 80%;
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .hero-carousel .slides .hero-round-btn {
    padding: 10px 20px;
    font-size: 0.8rem;
  }
  .hero-carousel .event-img {
    left: 0;
    transform: translateX(0);
    float: left;
  }
  .hero-carousel .mobile-hidden {
    display: none;
  }
  .hero-carousel .desktop-hidden {
    display: block;
  }
  .carousel-indicators {
    margin-right: 4%;
  }
}
.contact-cta {
  background: url('/img/kogni/contact-us-cta-background.png');
  padding: 5%;
  text-align: center;
}
.contact-cta .contact-cta-btn {
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff !important;
  padding: .5rem 2.5rem !important;
  display: block;
  width: 15rem;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.contact-cta .contact-cta-btn:hover {
  background: #fff;
  color: #333 !important;
  box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.6);
}
.contact-cta h2 {
  color: #FFFFFF;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .contact-cta {
    padding: 12%;
  }
  .contact-cta h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .contact-cta .contact-cta-btn {
    font-size: 0.9rem;
    padding: .5rem 1.5rem !important;
    width: 11rem;
  }
}
.kogni-footer {
  background-color: #161626;
  padding: 3% 0;
}
.kogni-footer ul {
  margin-bottom: 1rem;
  padding-left: 0;
}
.kogni-footer .footer-menu {
  list-style-type: none;
  float: right;
}
.kogni-footer .footer-menu li {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  font-size: 0.9rem;
  line-height: 2rem;
}
.kogni-footer .footer-menu li a {
  color: #C0C0C8 !important;
}
.kogni-footer .footer-menu li a:hover {
  text-decoration: none;
}
.kogni-footer .footer-menu li:last-child {
  padding-right: 0.5rem;
}
.kogni-footer .footer-menu .fab,
.kogni-footer .footer-menu .fas {
  font-size: 1.5rem;
}
.kogni-footer .copyright {
  font-size: 0.8rem;
  line-height: 2rem;
  text-transform: none;
  color: #C0C0C8;
  display: inline;
}
.kogni-footer .footer-left {
  text-align: left;
  margin-top: 0.5rem;
}
.kogni-footer .footer-right {
  text-align: right;
  margin-top: 0.5rem;
}
.kogni-footer .col-lg-3,
.kogni-footer .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .kogni-footer {
    padding: 10% 0;
    text-align: center !important;
  }
  .kogni-footer .logo {
    margin-bottom: 1rem;
  }
  .kogni-footer .footer-menu {
    float: none;
  }
  .kogni-footer .footer-left,
  .kogni-footer .footer-right {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .kogni-footer {
    text-align: center !important;
  }
  .kogni-footer .logo {
    margin-bottom: 1rem;
  }
  .kogni-footer .footer-menu {
    float: none;
  }
  .kogni-footer .footer-menu li {
    padding: 0.5rem 0.9rem;
  }
}
.data-sources {
  background: url('/img/kogni/cloudera-section-background.png');
  padding: 2.5%;
  text-align: center;
}
.data-sources span {
  display: inline-block;
  vertical-align: middle;
  margin: 1rem auto;
}
.data-sources h4 {
  color: #FFFFFF;
  margin: 0 auto 1rem auto;
  width: 40%;
}
.tablet-only,
.mobile-only {
  display: none;
}
.mw-90 {
  max-width: 90%;
}
@media screen and (max-device-width: 767px) {
  .slick-slide img {
    max-width: 80%;
  }
  .data-sources h4 {
    width: 100%;
  }
  .data-sources .desktop-only,
  .data-sources .tablet-only {
    display: none !important;
  }
  .data-sources .mobile-only {
    display: block !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .data-sources h4 {
    width: 75%;
  }
  .data-sources .desktop-only,
  .data-sources .mobile-only {
    display: none !important;
  }
  .data-sources .tablet-only {
    display: block !important;
  }
}
.all-headings {
  color: #161626;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.sub-headings {
  color: white;
}
.modal-dialog {
  max-width: 700px;
}
.kogni-advantage {
  background-color: white;
}
.solution-section {
  overflow-y: scroll;
  background: #fff;
  padding: 5% 0 0;
}
.solution-section .solution-cards {
  height: 24rem;
  max-height: 26rem;
  border-radius: 8px;
  background: linear-gradient(0deg, #161626 0%, #2F2F65 100%);
  box-shadow: 0 0 16px 0 rgba(74, 74, 74, 0.25);
  padding: 3% 5%;
  text-align: center;
  width: 85%;
  transition: all 0.3s ease;
}
.solution-section .solution-cards img {
  height: 6rem;
  padding: 10px;
}
.solution-section .solution-cards .solution-heading {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  text-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  margin: 1rem;
}
.solution-section .solution-cards p {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.solution-section .solution-cards span {
  color: #18D8FB;
  text-decoration: underline;
}
.solution-section .solution-cards span:hover {
  text-decoration: underline !important;
}
.solution-section .discover {
  margin: 8% auto 8% 0;
}
.solution-section .discover .solution-heading {
  color: #C1C0F7;
  margin-top: 2rem;
}
.solution-section .discover img {
  height: 5rem;
}
.solution-section .secure {
  margin: 8% auto 8% auto;
}
.solution-section .secure .solution-heading {
  color: #9FFFF8;
}
.solution-section .monitor {
  margin: 8% 0 8% auto;
}
.solution-section .monitor .solution-heading {
  color: #FF748C;
}
.solution-section hr {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  border: 0;
  background: #9B9B9B;
  margin: 3rem auto;
}
.solution-section .white-card {
  width: 90%;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
  padding: 4%;
  height: 8.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.solution-section .white-card img {
  display: inline-block;
  width: 60%;
  align-self: center;
}
.solution-section .white-card span {
  display: inline-block;
  width: 100%;
  padding-left: 5%;
  align-self: center;
}
.solution-section .white-card-large {
  height: 170px;
}
.solution-section .solutions-link {
  text-align: center;
  font-size: 20px ;
  font-weight: bold;
  line-height: 23px;
  margin-top: 1rem;
}
.solution-section .solutions-link a {
  color: #1EBAD6;
  text-decoration: underline;
}
.solution-section .solutions-link a:hover {
  text-decoration: underline !important;
}
.cloudera {
  overflow-y: scroll;
  padding: 4% 0 4% 0;
  text-align: center;
}
.cloudera img {
  padding: 1% 2%;
  width: 10%;
}
.cloudera h4 {
  color: #161626;
  display: inline-block;
  font-size: 1.5rem;
}
.news {
  overflow-y: scroll;
  background: #FFFFFF;
  padding: 4% 0;
}
.news h3 {
  margin-bottom: 3rem;
}
.news .news-card {
  height: auto;
  width: 90%;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  margin: 4% auto;
}
.news .news-card img {
  width: 100%;
  height: 210px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.news .news-card .news-card-text {
  padding: 8%;
  min-height: 10rem;
}
.news .news-card .news-card-text h5 {
  color: #161626;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .news-card .news-card-text p {
  color: #4A4A4A;
  font-size: 1rem;
  line-height: 1.8rem;
}
.news .news-card .card-footer {
  background-color: #fff;
  padding: .75rem 1.75rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.news .news-card .card-footer a {
  color: #1EBAD6;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-decoration: underline;
}
.news .news-card .card-footer a:hover {
  text-decoration: underline !important;
}
.news .news-card .card-footer span {
  color: #C4C4C4;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
  float: right;
}
@media screen and (max-width: 767px) {
  .all-headings {
    font-size: 1.7rem;
    line-height: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .solution-section {
    padding: 6% 0 0;
  }
  .solution-section h1 {
    margin: 2rem auto;
    width: 85%;
  }
  .solution-section .solution-cards {
    height: auto;
  }
  .solution-section .solution-cards .solution-heading {
    font-size: 1.7rem;
  }
  .solution-section .solution-cards p {
    line-height: 1.4rem;
  }
  .solution-section .discover,
  .solution-section .secure,
  .solution-section .monitor {
    margin: 4% auto;
  }
  .solution-section .mr-auto,
  .solution-section .ml-auto,
  .solution-section .mx-auto {
    margin: 3% auto !important;
  }
  .solution-section .white-card {
    height: auto;
    text-align: center;
  }
  .solution-section .white-card img {
    width: auto;
    padding: 1rem;
  }
  .solution-section .white-card-large {
    height: auto;
  }
  .solution-section .solutions-link {
    margin-top: 1.5rem;
  }
  .cloudera {
    margin-top: 3rem;
  }
  .cloudera img {
    width: 18%;
  }
  .cloudera h4 {
    line-height: 2.2rem;
    width: 90%;
  }
  .kogni-advantage .mt-5 {
    margin-top: 0 !important;
  }
  .news h3 {
    margin-bottom: 1.5rem;
  }
  .news .news-card .news-card-text {
    height: auto;
  }
}
@media screen and (max-width: 1220px) and (min-width: 767px) {
  .all-headings {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .solution-section .mr-auto,
  .solution-section .ml-auto,
  .solution-section .mx-auto {
    margin: 2% auto !important;
  }
  .solution-section .mt-5 {
    margin-top: 1rem !important;
  }
  .solution-section .mb-5 {
    margin-bottom: 0 !important;
  }
  .solution-section .solution-cards {
    height: 28rem;
    max-height: 35rem;
    width: 95%;
  }
  .solution-section .solution-cards p {
    width: 100%;
  }
  .solution-section .discover,
  .solution-section .secure,
  .solution-section .monitor {
    margin: 8% auto;
  }
  .solution-section .white-card {
    height: 14rem;
    text-align: left;
  }
  .solution-section .white-card span {
    width: 90%;
    margin-left: 10px;
  }
  .solution-section .white-card img {
    width: auto;
    padding: 1rem;
  }
  .solution-section .white-card-large {
    height: 15rem;
  }
  .solution-section .solutions-link {
    margin-top: 1.5rem;
  }
  .cloudera {
    margin-top: 1.5rem;
  }
  .news .news-card {
    width: 90%;
  }
  .news .news-card img {
    height: 175px;
  }
  .news .news-card .news-card-text {
    padding: 6%;
  }
  .news .news-card .news-card-text h5 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .news .news-card .news-card-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .news .news-card .card-footer {
    padding: .75rem 1rem;
  }
}
@media screen and (min-width: 994px) and (max-width: 1025px) {
  .news .news-card .news-card-text {
    height: 440px;
  }
}
@media screen and (min-width: 2100px) {
  .kogni-advantage .smaller {
    width: 45% !important;
  }
}
.events .event-background-img {
  background: url("/img/kogni/events/Hero_Image.png");
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center;
}
.events .event-background-img .event-container .dataconnectors_white {
  max-width: 40px;
}
.events .event-background-img .event-container .event-header-content {
  padding-bottom: 3.5rem;
}
.events .event-background-img .event-container .event-header-content .headerContent-left {
  margin-top: 8rem;
}
.events .event-background-img .event-container .event-header-content .headerContent-left .headerContent {
  color: #FFFFFF;
}
.events .event-background-img .event-container .event-header-content .headerContent-left .headerContent .event-title {
  font-size: 44px;
  font-weight: bold;
  line-height: 60px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 42px;
}
.events .event-background-img .event-container .event-header-content .headerContent-left .headerContent .event-subtitle {
  font-size: 30px;
  line-height: 43px;
  font-weight: 400;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 42px;
}
.events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul {
  list-style-type: none;
  padding-left: 0px;
}
.events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li {
  margin-bottom: 1rem;
}
.events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li .cardIcon i {
  height: 35px;
  width: 40px;
  color: #FFFFFF;
  font-family: fontawesome !important;
  font-size: 35px;
  line-height: 29px;
}
.events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li #cardDetails1 h3,
.events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li #cardDetails1 p {
  display: inline;
}
.events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li .cardDetails h3 {
  font-size: 23px;
  line-height: 30px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.44);
  font-weight: 700;
  margin-bottom: 0rem;
}
.events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li .cardDetails .speekers-position {
  font-size: 23px;
  line-height: 30px;
}
.events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li .cardDetails p {
  font-size: 16px;
  line-height: 30px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.44);
  margin-bottom: 0rem;
}
.events .event-background-img .event-container .event-header-content .isc2-logo {
  margin-top: 9rem;
  text-align: center;
}
.events .event-background-img .event-container .event-header-content .isc2-logo .isc2-logo-img {
  height: 365px;
  width: 365px;
}
.events .no-event-background-img {
  background: url("/img/kogni/events/Hero_Image.png");
  background-size: cover;
  position: relative;
  width: 100%;
  background-position: center;
}
@media (min-width: 760px) {
  .events .no-event-background-img {
    height: 80vh;
  }
}
.events .no-event-background-img .event-container .event-header-content {
  padding-bottom: 3.5rem;
}
.events .no-event-background-img .event-container .event-header-content .headerContent-left {
  margin-top: 8rem;
}
.events .no-event-background-img .event-container .event-header-content .headerContent-left .headerContent {
  color: #FFFFFF;
  margin-left: 10px;
}
.events .no-event-background-img .event-container .event-header-content .headerContent-left .headerContent .event-title {
  font-size: 44px;
  font-weight: bold;
  line-height: 60px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 42px;
}
.events .no-event-background-img .event-container .event-header-content .headerContent-left .headerContent .event-subtitle {
  font-size: 30px;
  line-height: 43px;
  font-weight: 400;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 42px;
}
.events .no-event-background-img .event-container .event-header-content .headerContent-left .headerContent .view-event-container {
  border: 1px solid #1EBAD6;
  border-radius: 18px;
  width: 160px;
  display: block;
  text-align: center;
  height: 36px;
  padding-top: 5px;
}
.events .no-event-background-img .event-container .event-header-content .headerContent-left .headerContent .view-event-container .view-finished-event {
  color: #FFFFFF;
  font-family: Runda;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.events .view-Event {
  width: 100%;
  padding: 0px !important;
  background-color: #28A7DC;
}
.events .view-Event .view-container .view-deatils {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.events .view-Event .view-container .view-deatils .view-detail-row1 {
  text-align: center;
}
.events .view-Event .view-container .view-deatils .view-detail-row1 .isc2_logo2 .isc2_logo2_img {
  height: 35px;
  width: auto;
}
.events .view-Event .view-container .view-deatils .view-detail-row2 .inline {
  display: inline;
}
.events .view-Event .view-container .view-deatils .view-detail-row2 .p-text {
  color: #F9FDFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.events .view-Event .view-container .view-deatils .view-detail-row2 .p-text .p-link {
  color: #F9FDFF !important;
  margin-left: 0rem;
  border-bottom: 1px solid;
}
.events .view-Event .view-container .view-deatils .view-detail-row3 {
  position: absolute;
  right: 0%;
}
.events .view-Event .view-container .view-deatils .view-detail-row3 .close-view-event {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 19px;
  top: -16px;
}
.events .view-Event .view-container .view-deatils .view-detail-row3 .close-view-event i {
  height: 18px;
  width: 14px;
  opacity: 0.6;
  color: #FFFFFF;
  font-family: fontawesome !important;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
}
.events .all-event {
  background-color: #F3F3F3;
}
.events .all-event .all-event-content {
  padding: 5%;
  overflow: hidden;
}
.events .all-event .all-event-content .event-content {
  list-style-type: none;
  padding-left: 0px;
}
.events .all-event .all-event-content .event-content .event-content-title {
  color: #0F0F10;
  font-size: 41px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.events .all-event .all-event-content .event-content-deatils {
  padding: 1rem;
  color: #0F0F10;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.events .all-event .all-event-content .about-card {
  height: 22.5rem;
  margin: 2.5rem 0;
  border-radius: 8px;
  background-color: #E1F2F9;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
}
.events .all-event .all-event-content .event-img {
  padding: 3rem 2rem 2rem 5rem;
}
.events .all-event .all-event-content .event-img .e-img {
  height: auto;
  width: 340px;
}
.events .all-event .all-event-content .card-title {
  font-size: 33px;
  font-weight: bold;
  line-height: 36px;
  margin: 3.2rem 1.5rem 0.5rem 1.5rem;
}
.events .all-event .all-event-content .card-date {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin: 1rem 0.5rem 0rem 1.5rem;
}
.events .all-event .all-event-content .card-subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin: 0.5rem 1.5rem 1rem 1.5rem;
}
.events .all-event .all-event-content .card-info {
  margin: 1rem 1.5rem 1rem 1.5rem;
  font-size: 12px;
  line-height: 18px;
}
.events .all-event .all-event-content .card-link {
  color: #28A7DC !important;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.51px;
  line-height: 19px;
  margin: 1rem 1.5rem;
  border-bottom: 1px solid;
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .events .event-background-img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .events .event-background-img .event-container .event-header-content .isc2-logo {
    margin-top: 9rem;
  }
  .events .event-background-img .event-container .event-header-content .isc2-logo .isc2-logo-img {
    height: 338px;
    width: 328px;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row1 {
    text-align: end;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row1 .isc2_logo2 {
    margin-right: 1.5rem;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .inline {
    display: inline;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text {
    position: relative;
    top: 8px;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text .p-detail {
    margin-top: 0px;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text .p-link {
    margin-top: 0px;
  }
  .events .all-event .all-event-content .about-card {
    margin: 2.5rem 0;
  }
  .events .all-event .all-event-content .about-card .event-img {
    padding: 3rem 2rem 2rem 3.7rem;
  }
  .events .all-event .all-event-content .about-card .event-img .e-img {
    width: 320px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  .events .event-background-img .event-container .event-header-content {
    padding-bottom: 3rem;
  }
  .events .event-background-img .event-container .event-header-content .isc2-logo {
    margin-top: 9rem;
  }
  .events .event-background-img .event-container .event-header-content .isc2-logo .isc2-logo-img {
    height: 338px;
    width: 328px;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row1 {
    text-align: end;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row1 .isc2_logo2 {
    margin-right: 1rem;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text {
    padding-left: 1rem;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text .p-link-content {
    display: inline;
    margin-left: 1rem;
  }
  .events .all-event .all-event-content .about-card {
    height: auto;
    margin: 2.5rem 0;
  }
  .events .all-event .all-event-content .about-card .event-img {
    padding: 3rem 2rem 2rem 4rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .events .event-background-img {
    width: 100%;
    height: auto;
  }
  .events .event-background-img .event-container .event-header-content {
    padding-bottom: 3rem;
  }
  .events .event-background-img .event-container .event-header-content .headerContent-left {
    order: 2;
    margin-top: 6rem;
  }
  .events .event-background-img .event-container .event-header-content .isc2-logo {
    order: 1;
    margin-top: 9rem;
    text-align: center;
  }
  .events .event-background-img .event-container .event-header-content .isc2-logo .isc2-logo-img {
    height: 365px;
    width: 365px;
  }
  .events .view-Event {
    height: auto !important;
    width: 100%;
  }
  .events .view-Event .view-container .view-deatils {
    justify-content: end;
    align-items: start;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row1 {
    order: 1;
    text-align: start !important;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row1 .isc2_logo2 {
    margin-bottom: 1rem !important;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row1 .isc2_logo2 .isc2_logo2_img {
    height: 35px;
    width: auto;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 {
    order: 3;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .inline {
    display: inline;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text {
    padding-left: 0rem;
    padding-bottom: 1rem;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text .p-detail {
    margin-top: 0px;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text .p-link-content {
    display: inline;
    margin-left: 0.5rem;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text .p-link-content .p-link {
    margin-top: 0px;
    margin-left: 0rem;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row3 {
    order: 2;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row3 .close-view-event {
    top: 0px;
  }
  .events .all-event {
    background-color: #F3F3F3;
  }
  .events .all-event .all-event-content {
    padding: 7.5%;
    overflow: hidden;
  }
  .events .all-event .all-event-content .event-content {
    list-style-type: none;
  }
  .events .all-event .all-event-content .event-content .event-content-title {
    color: #0F0F10;
    font-size: 41px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  }
  .events .all-event .all-event-content .event-content-deatils {
    color: #0F0F10;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  }
  .events .all-event .all-event-content .about-card {
    height: auto;
    margin: 2.5rem 0;
    border-radius: 8px;
    background-color: #E1F2F9;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
  }
  .events .all-event .all-event-content .event-img {
    padding: 3rem 2rem;
    text-align: center;
  }
  .events .all-event .all-event-content .event-img .e-img {
    width: auto;
    max-width: 100%;
  }
  .events .all-event .all-event-content .card-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin: 0rem 1.5rem 0.5rem 1.7rem;
  }
  .events .all-event .all-event-content .card-date {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 1rem 0.5rem 0rem 1.7rem;
  }
  .events .all-event .all-event-content .card-subtitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 0.5rem 1.5rem 1rem 1.7rem;
  }
  .events .all-event .all-event-content .card-info {
    margin: 1rem 1.7rem;
    font-size: 12px;
    line-height: 18px;
  }
  .events .all-event .all-event-content .card-link {
    color: #28A7DC !important;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.51px;
    line-height: 19px;
    margin: 1rem 1.7rem;
    border-bottom: 1px solid;
  }
}
@media screen and (max-width: 768px) {
  .events .event-background-img {
    width: 100%;
    height: auto;
  }
  .events .event-background-img .event-container {
    width: 93%;
  }
  .events .event-background-img .event-container .event-header-content {
    padding-bottom: 3rem;
  }
  .events .event-background-img .event-container .event-header-content .headerContent-left {
    order: 2 !important;
    margin-top: 4rem;
  }
  .events .event-background-img .event-container .event-header-content .headerContent-left .headerContent .event-title {
    font-size: 35px;
    line-height: 50px;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    margin-bottom: 38px;
  }
  .events .event-background-img .event-container .event-header-content .headerContent-left .headerContent .event-subtitle {
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    margin-bottom: 40px;
  }
  .events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li .cardIcon {
    width: 15%;
    max-width: 40px;
  }
  .events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li .cardIcon i {
    height: 30px;
    width: 30px;
    color: #FFFFFF;
    font-family: fontawesome !important;
    font-size: 25px;
    line-height: 25px;
  }
  .events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li #cardDetails2 {
    margin-bottom: 1rem;
  }
  .events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li #cardDetails2 h3,
  .events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li #cardDetails2 p {
    display: inline;
  }
  .events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li .cardDetails {
    width: 80%;
  }
  .events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li .cardDetails h3 {
    font-size: 16px;
    line-height: 27px;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.44);
  }
  .events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li .cardDetails .speekers-position {
    font-size: 16px;
    line-height: 27px;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.44);
  }
  .events .event-background-img .event-container .event-header-content .headerContent-left .headerContent ul li .cardDetails p {
    font-size: 16px;
    line-height: 27px;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.44);
  }
  .events .event-background-img .event-container .event-header-content .isc2-logo {
    order: 1 !important;
    margin-top: 9rem;
  }
  .events .event-background-img .event-container .event-header-content .isc2-logo .isc2-logo-img {
    height: auto;
    width: 293px;
  }
  .events .view-Event {
    height: auto;
    width: 100%;
  }
  .events .view-Event .view-container {
    width: 93%;
  }
  .events .view-Event .view-container .view-deatils {
    justify-content: end;
    align-items: start;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row1 {
    order: 1 !important;
    text-align: start;
    width: 50%;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row1 .isc2_logo2 {
    margin-bottom: 1rem;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row1 .isc2_logo2 .isc2_logo2_img {
    height: 35px;
    width: auto;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 {
    order: 3 !important;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text .p-detail {
    color: #F9FDFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 0px;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text .p-link-content {
    display: inline;
    margin-left: 0.5rem;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text .p-link-content .p-link {
    color: #F9FDFF !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 0px;
    margin-left: 0rem;
    border-bottom: 2px solid;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row3 {
    order: 2 !important;
    width: 50%;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row3 .close-view-event {
    top: 0px;
  }
  .events .all-event .all-event-content .event-content .event-content-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 43px;
  }
  .events .all-event .all-event-content .event-content-deatils {
    font-size: 16px;
    line-height: 27px;
  }
  .events .all-event .all-event-content .about-card {
    width: 100%;
    height: auto;
    margin: 2rem auto;
    border-radius: 8px;
  }
  .events .all-event .all-event-content .about-card .event-img {
    padding: 2rem 1.5rem;
    text-align: center;
  }
  .events .all-event .all-event-content .about-card .event-img .e-img {
    max-width: 100%;
    width: auto;
  }
  .events .all-event .all-event-content .about-card .card-title {
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    margin: 1rem 1.5rem 0.5rem 1.5rem;
  }
  .events .all-event .all-event-content .about-card .card-date {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 1rem 0.5rem 0rem 1.5rem;
  }
  .events .all-event .all-event-content .about-card .card-subtitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0.5rem 1.5rem 1rem 1.5rem;
  }
  .events .all-event .all-event-content .about-card .card-info {
    margin: 1rem 1.5rem;
    font-size: 12px;
    line-height: 18px;
  }
  .events .all-event .all-event-content .about-card .card-link {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.51px;
    line-height: 19px;
    margin: 1rem 1.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .events .event-background-img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .inline {
    display: inline;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text {
    position: relative;
    top: 8px;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text .p-detail {
    margin-top: 0px;
  }
  .events .view-Event .view-container .view-deatils .view-detail-row2 .p-text .p-link {
    margin-top: 0px;
  }
}
.featured-press {
  background: url('/img/kogni/request-demo-background-pattern.png'), #dcdcdc;
  padding: 10% 0;
}
.featured-press p {
  margin-bottom: 10px;
}
.featured-press .featured-press-container {
  background: #fff;
  color: #161626;
  padding: 5%;
}
.featured-press .featured-press-container img {
  width: 410px;
  height: auto;
}
.featured-press .featured-press-container .press-details {
  padding: 0 20px;
}
.featured-press .featured-press-container .press-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6rem;
  width: 80%;
}
.featured-press .featured-press-container .press-date {
  color: #4A4A4A;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6rem;
}
.featured-press .featured-press-container .press-text {
  color: #4A4A4A;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.featured-press .featured-press-container .read-more {
  margin-top: 1rem;
}
.featured-press .featured-press-container .read-more .read-more-link {
  float: left;
  color: #1EBAD6 !important;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  border-bottom: 2px solid;
}
.featured-press .featured-press-container .read-more .read-more-link:hover {
  border-bottom: 2px solid;
}
.featured-press hr {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  background: #DCDCDC;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .featured-press {
    padding: 30% 0;
  }
  .featured-press .featured-press-container .press-title {
    width: 100%;
    margin-top: 1.5rem;
  }
  .featured-press .featured-press-container img {
    width: 100%;
    height: auto;
  }
  .featured-press .featured-press-container .press-details {
    padding: 0;
  }
  .featured-press hr {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .featured-press .featured-press-container .press-title {
    width: 100%;
  }
  .featured-press .featured-press-container img {
    width: 100%;
    height: auto;
  }
  .featured-press .featured-press-container .press-details {
    padding: 0px 25px;
  }
  .featured-press hr {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .featured-press .featured-press-container img {
    width: 350px;
    height: 240px;
  }
}
.whitepapers {
  background: url('/img/kogni/request-demo-background-pattern.png'), #dcdcdc;
  padding: 10% 0;
}
.whitepapers p {
  margin-bottom: 10px;
}
.whitepapers .whitepapers-container {
  background: #fff;
  color: #161626;
  padding: 5%;
}
.whitepapers .whitepapers-container img {
  width: 330px;
  height: 235px;
  padding-right: 10px;
}
.whitepapers .whitepapers-container .whitepapers-details {
  padding: 20px;
}
.whitepapers .whitepapers-container .whitepapers-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6rem;
  width: 80%;
  margin-bottom: 1.5rem;
}
.whitepapers .whitepapers-container .read-more-link {
  float: left;
  color: #1EBAD6 !important;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  border-bottom: 2px solid;
}
.whitepapers .whitepapers-container .read-more-link:hover {
  border-bottom: 2px solid;
}
.whitepapers hr {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  background: #DCDCDC;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .whitepapers {
    padding: 30% 0;
  }
  .whitepapers .whitepapers-container .whitepapers-title {
    width: 100%;
    margin-top: 1.5rem;
  }
  .whitepapers .whitepapers-container .whitepapers-details {
    padding: 20px 0;
  }
  .whitepapers .whitepapers-container img {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .whitepapers hr {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .whitepapers {
    padding: 30% 0;
  }
  .whitepapers .whitepapers-container .whitepapers-details {
    padding: 20px 0;
  }
  .whitepapers .whitepapers-container img {
    width: 100%;
    height: auto;
    padding-right: 20px;
  }
  .whitepapers hr {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .whitepapers .whitepapers-container img {
    width: 300px;
    height: 200px;
  }
}
.about {
  background: url('/img/kogni/request-demo-background-pattern.png'), #dcdcdc;
  padding: 10% 0;
}
.about .about-container {
  background: #fff;
  color: #161626;
  padding: 5%;
}
.about .about-container .aboutus-headings {
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 1.5rem;
}
.about .about-container .aboutus-shortDetails {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 2.5rem;
}
.about .about-container .about-card {
  height: 100%;
  margin: 2.5rem 0;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.about .about-container .about-card img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 8px;
}
.about .about-container .about-card .card-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6rem;
  margin: 1.5rem 1.5rem 0.5rem 1.5rem;
}
.about .about-container .about-card .card-subtitle {
  color: #4A4A4A;
  font-size: 1rem;
  line-height: 1.6rem;
  margin: 0.5rem 1.5rem 1rem 1.5rem;
}
.about .about-container .about-card .card-info {
  margin: 1rem 1.5rem;
  color: #4A4A4A;
  font-size: 1rem;
  line-height: 1.6rem;
}
.about hr {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  background: #DCDCDC;
  margin: 3rem 0;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 30% 0;
  }
  .about .about-container .about-card {
    width: 100%;
    height: auto;
    margin: 2rem auto;
  }
  .about .about-container .about-card img {
    max-width: 100%;
  }
  .about hr {
    margin: 2rem 0;
  }
  .about .mr-auto,
  .about .ml-auto,
  .about .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 1220px) and (min-width: 768px) {
  .about .about-container .about-card {
    margin: 2rem auto;
  }
  .about .mr-auto,
  .about .ml-auto,
  .about .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.careers {
  background: url('/img/kogni/request-demo-background-pattern.png'), #dcdcdc;
  padding: 10% 0;
}
.careers p {
  margin: 10px 0 5px 0;
  width: 100%;
  color: #4a4a4a;
}
.careers .careers-container {
  background: #fff;
  color: #161626;
  padding: 5%;
}
.careers .careers-container .careers-panel {
  padding: 10px 0;
}
.careers .careers-container .careers-panel a {
  color: #1ebad6 !important;
}
.careers .careers-container .accordion {
  margin-right: 20px;
}
.careers .careers-container .card {
  border: none !important;
}
.careers .careers-container .card-body {
  font-size: 0.9rem;
}
.careers .careers-container .collapse,
.careers .careers-container .collapsing {
  width: 100%;
}
.careers .careers-container h3 {
  font-size: 1.25rem;
  margin: 3rem 0 1rem 0;
  display: inline-block;
}
.careers .careers-container .apply-now-btn {
  border: 2px solid #1ebad6;
  border-radius: 30px;
  font-size: 16px;
  text-transform: uppercase;
  color: #4a4a4a !important;
  padding: .5rem 2.5rem !important;
  margin: 0 auto;
  float: right;
  margin: 3rem 0 1rem 0;
  text-align: center;
  transition: all 0.3s ease;
}
.careers .careers-container .apply-now-btn:hover {
  border: 2px solid #1EBAD6;
  background: #1EBAD6;
  color: #fff !important;
  box-shadow: 0 4px 8px 0 rgba(30, 186, 214, 0.6);
}
.careers hr {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  background: #DCDCDC;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .careers {
    padding: 30% 0;
  }
  .careers .careers-container .careers-panel {
    width: 100%;
  }
  .careers hr {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .careers {
    padding: 15% 0;
  }
}
.faq {
  background: url('/img/kogni/request-demo-background-pattern.png'), #dcdcdc;
  padding: 10% 0;
}
.faq p {
  margin: 10px 0 5px 0;
  width: 100%;
}
.faq .faq-container {
  background: #fff;
  color: #161626;
  padding: 5%;
}
.faq .faq-container .faq-panel {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.faq .faq-container .faq-panel .card {
  border: none;
}
.faq .faq-container .faq-panel a {
  color: #1EBAD6 !important;
}
.faq .faq-container .faq-panel .accordion {
  margin-right: 20px;
}
.faq .faq-container .collapse,
.faq .faq-container .collapsing {
  width: 100%;
}
.faq .faq-container h4 {
  font-size: 1.1rem;
  margin: 1rem 0;
}
.faq hr {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  background: #DCDCDC;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 30% 0;
  }
  .faq hr {
    margin: 2rem 0;
  }
}
.request-demo {
  background: url('/img/kogni/request-demo-background-pattern.png'), #dcdcdc;
  background-size: contain;
  font-family: 'Lato', sans-serif;
  padding-top: 8%;
  padding-bottom: 5%;
}
.request-demo .form-container {
  height: auto;
  max-width: 470px;
  border-radius: 8px;
  background-color: #ffffff99;
  font-weight: normal;
}
.request-demo .form-container .heading {
  color: #161626;
  font-size: 31px;
  line-height: 37px;
  margin-top: 1rem 0 10px 0;
}
.request-demo .form-container h2 {
  color: #1EBAD6;
  font-size: 25px;
  max-width: 248px;
  line-height: 30px;
  margin: 20px 0;
}
.request-demo .form-container p {
  color: #4A4A4A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 10px 0;
}
.request-demo .form-container h3 {
  color: #4A4A4A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  width: 90%;
}
.request-demo .form-container .form label {
  color: #161626;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1rem;
}
.request-demo .form-container .form label span {
  color: #D0051E;
}
.request-demo .form-container .submit-btn {
  padding: 2%;
  border-radius: 0 0 8px 8px;
  background: #1EBAD6;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 1rem;
}
.request-demo .form-container .submit-btn-webinar {
  padding: 18px;
  background: #1EBAD6;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 1rem;
  border-radius: 0 0 8px 8px;
}
.request-demo .kogni-screens-container {
  padding: 6%;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.request-demo .kogni-screens-container .screen-heading {
  width: 85%;
  color: #161626;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 2rem;
  text-align: center;
  margin: 25px 0 25px auto;
}
.request-demo .kogni-screens {
  text-align: center;
}
.request-demo .kogni-screens img {
  margin-top: 4rem;
  width: 110%;
}
.form-group {
  margin-bottom: 1.5rem;
}
.col-lg-7,
.col-lg-5 {
  padding: 0;
}
.address-container,
.phone-container,
.email-container {
  font-weight: normal;
  padding: 16px;
}
.address-container label:first-child,
.phone-container label:first-child,
.email-container label:first-child {
  display: block;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 16px;
}
.address-container label:last-child,
.phone-container label:last-child,
.email-container label:last-child {
  display: block;
  font-size: 18px;
  line-height: 21px;
}
@media (min-width: 1024px) {
  .form-container {
    padding: 35px 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 360px) {
  .form-container {
    padding: 0;
  }
  .request-demo {
    padding-top: 20%;
    padding-bottom: 3%;
  }
  .request-demo .form-container {
    width: 90%;
    margin: 2rem auto 1rem auto;
  }
  .request-demo .form-container .heading {
    padding: 20px 30px 0 30px;
    margin-top: 1rem;
  }
  .request-demo .form-container h2 {
    padding: 10px 30px 0 30px;
  }
  .request-demo .form-container p {
    padding: 5px 30px 0 30px;
  }
  .request-demo .form-container h3 {
    padding: 5px 30px 0 30px;
  }
  .request-demo .form-container .form {
    margin: 5px 30px 0 30px;
  }
  .request-demo .kogni-screens-container h1 {
    width: 80%;
  }
  .request-demo .kogni-screens-container .screen-heading {
    margin: 25px auto;
  }
  .request-demo .kogni-screens-container .kogni-screens img {
    width: 100%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .request-demo {
    padding-top: 13%;
    padding-bottom: 7%;
  }
  .request-demo .form-container {
    width: 90%;
    margin: 2rem auto 1rem auto;
  }
  .request-demo .form-container .heading {
    padding: 20px 30px 0 30px;
    margin-top: 1rem;
  }
  .request-demo .form-container h2 {
    padding: 10px 30px 0 30px;
  }
  .request-demo .form-container p {
    padding: 5px 30px 0 30px;
  }
  .request-demo .form-container h3 {
    padding: 5px 30px 0 30px;
  }
  .request-demo .form-container .form {
    margin: 5px 30px 0 30px;
  }
  .request-demo .kogni-screens-container .screen-heading {
    margin: 25px auto;
  }
}
@media screen and (max-width: 400px) and (min-width: 310px) {
  .request-demo {
    padding-top: 20%;
  }
  .request-demo .form-container {
    padding: 0;
  }
  .request-demo .form-container .heading {
    font-size: 1.7rem;
    padding: 2.5rem 0 0 2rem;
  }
  .request-demo .form-container h2 {
    font-size: 1.3rem;
    padding: 0.5rem 0 0 2rem;
  }
  .request-demo .form-container p {
    padding: 0.2rem 3rem 0 2rem;
  }
  .request-demo .form-container h3 {
    padding: 0.2rem 0 0 2rem;
  }
  .request-demo .form-container .form {
    margin: 0.2rem 3rem 0 2rem;
  }
  .request-demo .kogni-screens-container .screen-heading {
    width: 95%;
    margin: 25px auto;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .request-demo .kogni-screens-container .kogni-screens img {
    margin-top: 1rem;
    width: 100%;
  }
}
.thank-you {
  display: block;
  background: url('/img/kogni/request-demo-background-pattern.png'), #dcdcdc;
  background-size: contain;
  font-family: 'Lato', sans-serif;
  padding: 5% 0;
}
.thank-you .row {
  padding-left: 5rem;
  padding-right: 5rem;
}
.thank-you .text-box {
  border-radius: 8px;
  margin: 7rem auto 0 auto;
  max-width: 60%;
  padding: 3%;
  max-height: 15rem;
  text-align: center;
}
.thank-you .text-box h4 {
  color: #1EBAD6;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5rem;
  width: 100%;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.thank-you .text-box p {
  color: #4A4A4A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) and (min-width: 360px) {
  .thank-you {
    padding-top: 20%;
  }
  .thank-you .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .thank-you img {
    max-width: 60%;
    margin: 1rem auto;
    display: block;
  }
  .thank-you .text-box {
    max-width: 90%;
    margin: 4rem auto 0 auto;
  }
  .thank-you .text-box h4 {
    font-size: 2.5rem;
    margin: 0 auto 1rem auto;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .thank-you {
    padding-top: 18%;
    padding-bottom: 15%;
  }
  .thank-you .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .thank-you img {
    max-width: 80%;
  }
  .thank-you .text-box {
    max-width: 90%;
    margin: 4rem auto 0 auto;
  }
}
@media screen and (max-width: 360px) and (min-width: 310px) {
  .thank-you {
    padding-top: 15%;
  }
  .thank-you .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .thank-you .text-box {
    max-width: 90%;
    margin: 5rem auto 0 auto;
  }
  .thank-you .text-box h4 {
    font-size: 2rem;
    margin: 0 auto 1rem auto;
  }
  .thank-you img {
    max-width: 70%;
  }
}
.solutions {
  background: url('/img/kogni/request-demo-background-pattern.png'), #dcdcdc;
  padding: 10% 0;
}
.solutions p {
  margin-bottom: 10px;
}
.solutions .solutions-container {
  background: #fff;
  color: #161626;
  padding: 5%;
  border-radius: 8px;
}
.solutions .solutions-container .solution-heading {
  color: #1E1E1E;
  font-size: 36px;
  font-weight: 600;
  line-height: 49px;
}
.solutions .solutions-container .soluion-img {
  padding: 20px 20px 20px 0px;
  width: 410px;
  height: 310px;
}
.solutions .solutions-container .solution-details {
  padding: 20px 0px 20px 50px;
}
.solutions .solutions-container .solution-details .solution-read-time {
  color: #C4C4C4;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 0.2rem;
}
.solutions .solutions-container .solution-details .solution-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}
.solutions .solutions-container .solution-details .solution-subtitle {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6rem;
}
.solutions .solutions-container .solution-details .solution-date {
  color: #4A4A4A;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6rem;
}
.solutions .solutions-container .solution-details .solution-text {
  color: #4A4A4A;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 1rem;
}
.solutions .solutions-container .solution-details .read-more {
  margin-top: 2rem;
}
.solutions .solutions-container .solution-details .read-more .read-more-link {
  float: left;
  color: #1EBAD6 !important;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}
.solutions hr {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  background: #DCDCDC;
  margin: 3rem 0;
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  .solutions .solutions-container .solution-heading {
    color: #1E1E1E;
    font-size: 36px;
    font-weight: 600;
    line-height: 49px;
  }
  .solutions .solutions-container .soluion-img {
    padding: 20px 20px 20px 0px;
    width: 100%;
  }
  .solutions .solutions-container .solution-details .read-more {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 993px) and (min-width: 768px) {
  .solutions .solutions-container .soluion-img {
    padding: 10px 10px 10px 0;
    width: 100%;
    height: auto;
  }
  .solutions .solutions-container .solution-details {
    padding: 7px 20px;
  }
  .solutions .solutions-container .solution-details .read-more {
    margin-top: 1rem;
  }
  .solutions hr {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .solutions {
    padding: 30% 5%;
  }
  .solutions .solutions-container .solution-heading {
    font-size: 30px;
  }
  .solutions .solutions-container .soluion-img {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .solutions .solutions-container .solution-details {
    padding: 20px 0;
  }
  .solutions .solutions-container .solution-details .read-more {
    margin-top: 1rem;
  }
  .solutions hr {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .solutions .solutions-container .soluion-img {
    padding: 20px 20px 20px 0px;
    width: 100%;
    height: auto;
  }
}
.no-list-style {
  list-style: none;
}
.error_page_404 {
  background: url("/img/kogni/404/404_Background.png");
  background-size: cover;
  font-family: "Lato", sans-serif;
  height: 100vh;
  background-position: center;
}
.error_page_404 .container {
  width: 80% !important;
}
.error_page_404 .row {
  width: 100% !important;
}
.error_page_404 .page_404_content {
  color: #ffffff;
  text-align: center;
  margin-top: 2rem;
}
.error_page_404 .page_404_content .text-404 {
  font-size: 9rem;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
}
.error_page_404 .page_404_content .text-pageNotFound {
  font-size: 3.5rem;
  font-weight: 300;
  margin-top: 1.2rem;
  margin-bottom: 1.5rem;
}
.error_page_404 .page_404_content .text-info {
  color: #ffffff !important;
  font-size: 1.5rem;
  font-weight: bold;
}
.error_page_404 .graphicImage {
  margin-top: 7rem;
  text-align: center;
}
.error_page_404 .graphicImage .graphic_404 {
  width: 60%;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .error_page_404 .container {
    width: 80% !important;
  }
}
.solutions-internal1 {
  background: url('/img/kogni/request-demo-background-pattern.png'), #dcdcdc;
  padding: 10% 0;
}
.solutions-internal1 .solutions-internal1-container {
  background: #fff;
  color: #161626;
  padding: 5%;
  border-radius: 8px;
}
.solutions-internal1 .solutions-internal1-container .header-section .back-to-solutions {
  padding-bottom: 0.5rem;
}
.solutions-internal1 .solutions-internal1-container .header-section .back-to-solutions .back-to-solutions-link {
  color: #28A7DC;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.solutions-internal1 .solutions-internal1-container .header-section .main-heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.solutions-internal1 .solutions-internal1-container .header-section .solutions-internal1-details {
  display: flex;
}
.solutions-internal1 .solutions-internal1-container .header-section .solutions-internal1-details .user-icon {
  height: 30px;
  width: 30px;
  color: #1E1E1E;
  font-size: 24px;
  line-height: 24px;
  margin-top: 5px;
}
.solutions-internal1 .solutions-internal1-container .header-section .solutions-internal1-details ul {
  list-style-type: none;
  padding-left: 15px;
}
.solutions-internal1 .solutions-internal1-container .header-section .solutions-internal1-details ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #1E1E1E;
}
.solutions-internal1 .solutions-internal1-container .header-section hr {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  border: 1px solid #DCDCDC;
  margin-top: 3.2rem;
  margin-bottom: 3.9rem;
}
.solutions-internal1 .solutions-internal1-container .middle-section {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.solutions-internal1 .solutions-internal1-container .middle-section .sidebar {
  width: 25%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.solutions-internal1 .solutions-internal1-container .middle-section .sidebar .checkdiv {
  width: 200px;
}
.solutions-internal1 .solutions-internal1-container .middle-section .sidebar .checkdiv h5 {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav {
  margin-left: 0%;
}
.solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav .sidebar-heading {
  padding-right: 2rem;
}
.solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav .sidebar-heading .activeLinkNo {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-top: 1rem;
}
.solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav .sidebar-heading .activeLinkNo .activelinkId {
  color: #1E1E1E;
}
.solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav .sidebar-heading .activeLinkNo .totallinkId {
  color: #B9B9B9;
}
.solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav li {
  padding: 5px 10px;
  box-sizing: border-box;
  border-left: 3px solid #B9B9B9;
  margin: 30px 5px 30px 0px;
  height: 63px;
}
.solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav li a {
  color: #B9B9B9;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  padding: 4px 0;
}
.solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav li a.active {
  color: #1E1E1E;
  text-decoration: none;
}
.solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav li.active {
  padding: 5px 10px;
  box-sizing: border-box;
  border-left: 3px solid #1E1E1E;
  margin: 30px 5px 30px 0px;
  height: 63px;
}
.solutions-internal1 .solutions-internal1-container .middle-section .content {
  width: 60%;
  float: right;
  padding-left: 12px;
}
.solutions-internal1 .solutions-internal1-container .middle-section .content section h2 {
  margin-top: 3rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 60px;
}
.solutions-internal1 .solutions-internal1-container .middle-section .content section p {
  font-size: 18px;
  line-height: 32px;
}
.solutions-internal1 .solutions-internal1-container .middle-section .content section .complianceStepsList {
  font-size: 18px;
  line-height: 32px;
}
.solutions-internal1 .solutions-internal1-container .middle-section .content section .complianceStepsList li {
  margin-bottom: 2.5rem;
}
.solutions-internal1 .solutions-internal1-container .middle-section .content section .complianceChallengesList {
  font-size: 18px;
  line-height: 32px;
  list-style: none;
  padding: 0;
  margin-top: 0.8rem;
  margin-bottom: 1.8rem;
}
.solutions-internal1 .solutions-internal1-container .middle-section .content section .complianceChallengesList li {
  margin-bottom: 0.5rem;
  padding-left: 2em;
  text-indent: -0.9em;
}
.solutions-internal1 .solutions-internal1-container .middle-section .content section .complianceChallengesList li::before {
  content: "• ";
  height: 15px;
  width: 15px;
  color: #28A7DC;
  font-weight: bold;
  font-size: 28px;
}
.solutions-internal1 .solutions-internal1-container .middle-section .content section .compliancesteps-img {
  width: auto;
  height: 530px;
  margin: 2.5rem 0rem;
}
.solutions-internal1 .solutions-internal1-container .middle-section .content section .keyRequirements {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin: 1rem 0rem;
}
.solutions-internal1 .solutions-internal1-container .middle-section .content section .sheduleMeetingContent {
  background-color: #F3F3F3;
}
.solutions-internal1 .solutions-internal1-container .middle-section .content section .sheduleMeetingContent .sheduleMeeting-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  padding: 1rem;
}
.solutions-internal1 .solutions-internal1-container .middle-section .content section .sheduleMeetingContent .meetingLink {
  color: #1EBAD6 !important;
}
.solution-section-internal {
  background: #fff;
  padding: 5% 0 0;
}
.solution-section-internal .heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 60px;
}
.solution-section-internal .solution-card {
  height: auto;
  width: 80% !important;
  margin: 4% auto;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.solution-section-internal .solution-card img {
  width: 100%;
  height: 210px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.solution-section-internal .solution-card .news-card-text {
  padding: 8%;
  height: 24rem;
}
.solution-section-internal .solution-card .news-card-text h5 {
  color: #161626;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
}
.solution-section-internal .solution-card .news-card-text p {
  color: #4A4A4A;
  font-size: 1rem;
  line-height: 1.8rem;
}
.solution-section-internal .solution-card .card-footer {
  background-color: #fff;
  padding: .75rem 1.75rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.solution-section-internal .solution-card .card-footer a {
  color: #1EBAD6;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-decoration: underline;
}
.solution-section-internal .solution-card .card-footer a:hover {
  text-decoration: underline !important;
}
.solution-section-internal .solution-card .card-footer span {
  color: #C4C4C4;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
  float: right;
}
.scroll-to {
  background-color: #1EBAD6 !important;
  display: none;
  position: fixed;
  right: 35px;
  bottom: 20px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 24px;
  line-height: 32px;
  z-index: 9900;
  text-align: center;
}
.scroll-to .scroll-to-top-btn {
  display: block;
  color: white !important;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  line-height: 32px;
  z-index: 2;
}
.scroll-to .scroll-to-top-btn .keyword_up {
  fill: white;
}
.visible {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .solutions-internal1 .solutions-internal1-container .middle-section .content {
    width: 60%;
    float: right;
    padding-left: 12px;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .content section .compliancesteps-img {
    width: 100%;
    height: auto;
    margin: 2.5rem 0rem;
  }
  .solution-section-internal .solution-card .news-card-text {
    padding: 6%;
    height: auto;
  }
  .solution-section-internal .solution-card .news-card-text h5 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .solution-section-internal .solution-card .news-card-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .solution-section-internal .solution-card .card-footer {
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .solutions-internal1 {
    padding: 30% 5%;
  }
  .solutions-internal1 .solutions-internal1-container .header-section .back-to-solutions {
    padding: 0.5rem 0rem;
  }
  .solutions-internal1 .solutions-internal1-container .header-section .back-to-solutions .back-to-solutions-link {
    font-size: 14px;
    font-weight: 600;
  }
  .solutions-internal1 .solutions-internal1-container .header-section .main-heading {
    font-size: 32px;
    line-height: 42px;
  }
  .solutions-internal1 .solutions-internal1-container .header-section .solutions-internal1-details ul li {
    font-size: 14px;
    line-height: 28px;
  }
  .solutions-internal1 .solutions-internal1-container .header-section hr {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .sidebar {
    width: 100%;
    position: static;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .sidebar .checkdiv {
    width: 200px;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .sidebar .checkdiv h5 {
    font-size: 16px;
    line-height: 23px;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav {
    margin-left: 0%;
    margin-bottom: 3rem;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav .sidebar-heading {
    padding-right: 2rem;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav .sidebar-heading .activeLinkNo {
    display: none;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav li {
    padding: 0px 10px;
    margin: 15px 5px 30px 0px;
    height: auto;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav li a {
    font-size: 16px;
    line-height: 23px;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav li a.active {
    color: #1E1E1E;
    text-decoration: none;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .sidebar nav li.active {
    padding: 0px 10px;
    margin: 15px 5px 15px 5px;
    height: auto;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .content {
    width: 100%;
    padding-left: 0%;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .content section h2 {
    margin-top: 2.5rem;
    font-size: 23px;
    line-height: 32px;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .content section p {
    font-size: 16px;
    line-height: 32px;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .content section .complianceStepsList {
    font-size: 16px;
    line-height: 32px;
    padding-left: 1em;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .content section .complianceStepsList li {
    margin-bottom: 2rem;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .content section .complianceChallengesList {
    font-size: 16px;
    line-height: 32px;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .content section .compliancesteps-img {
    width: 100%;
    height: auto;
    margin: 2.5rem 0rem;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .content section .keyRequirements {
    font-size: 23px;
    line-height: 32px;
    margin: 1rem 0rem;
  }
  .solutions-internal1 .solutions-internal1-container .middle-section .content section .sheduleMeetingContent .sheduleMeeting-text {
    font-size: 14px;
  }
  .solution-section-internal .solution-card img {
    width: 100%;
    height: auto;
  }
  .solution-section-internal .solution-card .news-card-text {
    height: auto;
  }
}
.solutions-internal2 {
  background: url('/img/kogni/request-demo-background-pattern.png'), #dcdcdc;
  padding: 10% 0;
}
.solutions-internal2 .solutions-internal2-container {
  background: #fff;
  color: #161626;
  padding: 5%;
  border-radius: 8px;
}
.solutions-internal2 .solutions-internal2-container .header-section .back-to-solutions {
  padding-bottom: 0.5rem;
}
.solutions-internal2 .solutions-internal2-container .header-section .back-to-solutions .back-to-solutions-link {
  color: #28A7DC;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.solutions-internal2 .solutions-internal2-container .header-section .main-heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.solutions-internal2 .solutions-internal2-container .header-section .solutions-internal2-details {
  display: flex;
}
.solutions-internal2 .solutions-internal2-container .header-section .solutions-internal2-details .user-icon {
  height: 30px;
  width: 30px;
  color: #1E1E1E;
  font-size: 24px;
  line-height: 24px;
  margin-top: 5px;
}
.solutions-internal2 .solutions-internal2-container .header-section .solutions-internal2-details ul {
  list-style-type: none;
  padding-left: 15px;
}
.solutions-internal2 .solutions-internal2-container .header-section .solutions-internal2-details ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #1E1E1E;
}
.solutions-internal2 .solutions-internal2-container .header-section hr {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  border: 1px solid #DCDCDC;
  margin-top: 3.2rem;
  margin-bottom: 3.9rem;
}
.solutions-internal2 .solutions-internal2-container .middle-section {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.solutions-internal2 .solutions-internal2-container .middle-section .sidebar {
  width: 25%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.solutions-internal2 .solutions-internal2-container .middle-section .sidebar .checkdiv {
  width: 200px;
}
.solutions-internal2 .solutions-internal2-container .middle-section .sidebar .checkdiv h5 {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav {
  margin-left: 0%;
}
.solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav .sidebar-heading {
  padding-right: 2rem;
}
.solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav .sidebar-heading .activeLinkNo {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-top: 1rem;
}
.solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav .sidebar-heading .activeLinkNo .activelinkId {
  color: #1E1E1E;
}
.solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav .sidebar-heading .activeLinkNo .totallinkId {
  color: #B9B9B9;
}
.solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav li {
  padding: 5px 10px;
  box-sizing: border-box;
  border-left: 3px solid #B9B9B9;
  margin: 30px 5px 30px 0px;
  height: 63px;
}
.solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav li a {
  color: #B9B9B9;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  padding: 4px 0;
}
.solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav li a.active {
  color: #1E1E1E;
  text-decoration: none;
}
.solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav li.active {
  padding: 5px 10px;
  box-sizing: border-box;
  border-left: 3px solid #1E1E1E;
  margin: 30px 5px 30px 0px;
  height: 63px;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content {
  width: 60%;
  float: right;
  padding-left: 12px;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .CCPA-main {
  text-align: center;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .CCPA-main .CCPA-main-img {
  width: 100%;
  height: auto;
  margin: 0rem 0rem;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section h2 {
  margin-top: 3rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 60px;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section p {
  font-size: 18px;
  line-height: 32px;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .doesCCPAapplyToYourOrganization {
  font-size: 18px;
  line-height: 32px;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .doesCCPAapplyToYourOrganization li {
  margin-bottom: 0.5rem;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .californiaPerson {
  list-style-type: disc;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .californiaPerson li {
  margin-bottom: 0.5rem !important;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .complianceStepsList {
  font-size: 18px;
  line-height: 32px;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .complianceStepsList li {
  margin-bottom: 2.0rem;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .complianceChallengesList {
  font-size: 18px;
  line-height: 32px;
  list-style: none;
  padding: 0;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .complianceChallengesList li {
  margin-bottom: 0.5rem;
  padding-left: 2em;
  text-indent: -0.9em;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .complianceChallengesList li::before {
  content: "• ";
  height: 12px;
  width: 12px;
  color: #1E1E1E;
  font-weight: bold;
  font-size: 24px;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .dataSubjectCatalog {
  text-align: center;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .dataSubjectCatalog .dataSubjectCatalog-img {
  width: 100%;
  height: auto;
  margin: 2.5rem 0rem;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .sortThroughCustomerDetails {
  text-align: center;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .sortThroughCustomerDetails .sortThroughCustomerDetails-img {
  width: 100%;
  height: auto;
  margin: 2.5rem 0rem;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .sheduleMeetingContent {
  background-color: #F3F3F3;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .sheduleMeetingContent .sheduleMeeting-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  padding: 1rem;
}
.solutions-internal2 .solutions-internal2-container .middle-section .content section .sheduleMeetingContent .meetingLink {
  color: #1EBAD6 !important;
}
.solutions-internal2 .scroll-to {
  background-color: #1EBAD6 !important;
  display: none;
  position: fixed;
  right: 35px;
  bottom: 20px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 24px;
  line-height: 32px;
  z-index: 9900;
  text-align: center;
}
.solutions-internal2 .scroll-to .scroll-to-top-btn {
  display: block;
  color: white !important;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  line-height: 32px;
  z-index: 2;
}
.solutions-internal2 .scroll-to .scroll-to-top-btn .keyword_up {
  fill: white;
}
.solutions-internal2 .visible {
  display: block;
  opacity: 1;
}
.solution-section-internal {
  background: #fff;
  padding: 5% 0 0;
}
.solution-section-internal .heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 60px;
}
.solution-section-internal .solution-card {
  height: auto;
  width: 80% !important;
  margin: 4% auto;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.solution-section-internal .solution-card img {
  width: 100%;
  height: 210px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.solution-section-internal .solution-card .news-card-text {
  padding: 8%;
  height: 24rem;
}
.solution-section-internal .solution-card .news-card-text h5 {
  color: #161626;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
}
.solution-section-internal .solution-card .news-card-text p {
  color: #4A4A4A;
  font-size: 1rem;
  line-height: 1.8rem;
}
.solution-section-internal .solution-card .card-footer {
  background-color: #fff;
  padding: .75rem 1.75rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.solution-section-internal .solution-card .card-footer a {
  color: #1EBAD6;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-decoration: underline;
}
.solution-section-internal .solution-card .card-footer a:hover {
  text-decoration: underline !important;
}
.solution-section-internal .solution-card .card-footer span {
  color: #C4C4C4;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
  float: right;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .solutions-internal2 .solutions-internal2-container .middle-section .content {
    width: 60%;
    float: right;
    padding-left: 12px;
  }
  .solution-section-internal .solution-card .news-card-text {
    padding: 6%;
    height: auto;
  }
  .solution-section-internal .solution-card .news-card-text h5 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .solution-section-internal .solution-card .news-card-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .solution-section-internal .solution-card .card-footer {
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .solutions-internal2 {
    padding: 30% 5%;
  }
  .solutions-internal2 .solutions-internal2-container .header-section .back-to-solutions {
    padding: 0.5rem 0rem;
  }
  .solutions-internal2 .solutions-internal2-container .header-section .back-to-solutions .back-to-solutions-link {
    font-size: 14px;
    font-weight: 600;
  }
  .solutions-internal2 .solutions-internal2-container .header-section .main-heading {
    font-size: 32px;
    line-height: 42px;
  }
  .solutions-internal2 .solutions-internal2-container .header-section .solutions-internal2-details ul li {
    font-size: 14px;
    line-height: 28px;
  }
  .solutions-internal2 .solutions-internal2-container .header-section hr {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .sidebar {
    width: 100%;
    position: static;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .sidebar .checkdiv {
    width: 200px;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .sidebar .checkdiv h5 {
    font-size: 16px;
    line-height: 23px;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav {
    margin-left: 0%;
    margin-bottom: 3rem;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav .sidebar-heading {
    padding-right: 2rem;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav .sidebar-heading .activeLinkNo {
    display: none;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav li {
    padding: 0px 10px;
    margin: 15px 5px 30px 0px;
    height: auto;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav li a {
    font-size: 16px;
    line-height: 23px;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav li a.active {
    color: #1E1E1E;
    text-decoration: none;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .sidebar nav li.active {
    padding: 0px 10px;
    margin: 15px 5px 15px 0px;
    height: auto;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .content {
    width: 100%;
    padding-left: 0%;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .content section .CCPA-main .CCPA-main-img {
    width: 100%;
    height: auto;
    margin: 2.5rem 0rem;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .content section h2 {
    margin-top: 2.5rem;
    font-size: 23px;
    line-height: 32px;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .content section p {
    font-size: 16px;
    line-height: 32px;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .content section .doesCCPAapplyToYourOrganization {
    font-size: 16px;
    line-height: 32px;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .content section .doesCCPAapplyToYourOrganization li {
    margin-bottom: 0.5rem;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .content section .complianceStepsList {
    font-size: 16px;
    line-height: 32px;
    padding-left: 1em;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .content section .complianceStepsList li {
    margin-bottom: 2rem;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .content section .complianceChallengesList {
    font-size: 16px;
    line-height: 32px;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .content section .dataSubjectCatalog .dataSubjectCatalog-img {
    width: 100%;
    height: auto;
    margin: 2.5rem 0rem;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .content section .sortThroughCustomerDetails .sortThroughCustomerDetails-img {
    width: 100%;
    height: auto;
    margin: 2.5rem 0rem;
  }
  .solutions-internal2 .solutions-internal2-container .middle-section .content section .sheduleMeetingContent .sheduleMeeting-text {
    font-size: 14px;
  }
  .solution-section-internal .solution-card img {
    width: 100%;
    height: auto;
  }
  .solution-section-internal .solution-card .news-card-text {
    height: auto;
  }
}
.gdpr-image {
  width: 100%;
  margin: 3.5rem 0 0 0rem;
}
.gdpr-main-image {
  width: 100%;
}
.text-align-center {
  text-align: center;
}
.customer-stories {
  background-color: #F6F6F6;
  padding: 68px;
}
.customer-stories .all-headings {
  height: 60px;
  color: #1E1E1E;
  font-size: 32px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
}
.customer-stories .logos {
  display: flex;
  padding: 0px 150px 0 80px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 45px;
}
.customer-stories .logos .client-logo-img {
  width: auto;
  height: 100%;
  margin-left: 25px;
}
.mobile-only {
  display: none;
}
.customer-stories-container {
  background-color: #F6F6F6;
  padding-bottom: 30px;
}
.mobile-only button {
  color: red;
  background: blue;
}
.clip {
  overflow: hidden;
  bottom: 0;
}
.center .slick-center h3 {
  color: #e67e22;
  opacity: 1;
}
.center h3 {
  opacity: 0.8;
  transition: all 300ms ease;
  bottom: 0;
}
.slick-prev:before,
.slick-next:before {
  z-index: 10!important;
  height: 33px!important;
  width: 29px!important;
  color: #28A7DC!important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 33px!important;
  font-weight: 300!important;
  line-height: 33px!important;
}
.slick-prev:after:hover,
.slick-next:after:hover {
  height: 33px!important;
  width: 29px!important;
  color: white!important;
  font-family: "Font Awesome 5 Pro" !important;
  line-height: 33px!important;
}
.slick-prev:hover,
.slick-next:hover {
  height: 61px!important;
  width: 61px!important;
  border-radius: 3px!important;
  background-color: #28A7DC!important;
  box-shadow: 7px 12px 24px 0 rgba(11, 20, 30, 0.09) !important;
}
.slick-prev,
.slick-next {
  height: 61px!important;
  width: 61px!important;
  border-radius: 3px!important;
  background-color: #FFFFFF!important;
  box-shadow: 7px 12px 24px 0 rgba(11, 20, 30, 0.09) !important;
}
.flex-prev:hover,
.flex-next:hover {
  font-size: 0!important;
}
.slick-next {
  display: block;
  right: 265px!important;
  z-index: 10;
}
.slick-prev {
  display: block;
  z-index: 10!important;
  left: 265px!important;
}
.slick-arrow {
  height: 61px!important;
  width: 61px!important;
  border-radius: 3px!important;
  background-color: #FFFFFF!important;
  box-shadow: 7px 12px 24px 0 rgba(11, 20, 30, 0.09) !important;
  z-index: 10!important;
}
/* on hover effect show arrow color white */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  z-index: 10!important;
  height: 33px!important;
  width: 29px!important;
  color: white!important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 33px!important;
  font-weight: 300!important;
  line-height: 33px!important;
}
.slick-prev:not(:hover):before,
.slick-next:not(:hover):before {
  opacity: 1;
  z-index: 10!important;
  height: 33px!important;
  width: 29px!important;
  color: #28A7DC!important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 33px!important;
  font-weight: 300!important;
  line-height: 33px!important;
}
@media (max-width: 768px) {
  .customer-stories {
    padding: 20px;
    margin: 0;
  }
  .customer-stories .all-headings {
    height: 60px;
    color: #1E1E1E;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    font-size: 1.7rem;
    line-height: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .customer-stories .logos {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 0px;
  }
  .customer-stories .logos div {
    margin: 20px 0 0 0;
  }
  .customer-stories .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block !important;
  }
  .mobile-only .client-logo-img {
    max-width: 100%;
  }
  .slick-list draggable {
    padding: 0px 150px!important;
  }
}
/* .........................320px resolution .......................................*/
@media screen and (max-width: 320px) {
  .slick-arrow {
    display: none!important;
    height: 52px!important;
    width: 52px!important;
    border-radius: 3px!important;
    background-color: #FFFFFF!important;
    box-shadow: 7px 12px 24px 0 rgba(11, 20, 30, 0.09) !important;
    z-index: 10!important;
  }
  .slick-next {
    display: none;
  }
  .slick-prev {
    display: none;
  }
}
@media screen and (max-width: 481px) {
  /* comes into effect for screens larger than or equal to 481 pixels */
  .slick-next {
    display: none;
  }
  .slick-prev {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /*  hide Next and Previous arrow view on mobile screen */
  .slick-arrow {
    display: none!important;
  }
  .slick-next {
    display: none;
  }
  .slick-prev {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .slick-next {
    display: block;
    right: 10px!important;
    z-index: 10;
  }
  .slick-prev {
    display: block;
    z-index: 10!important;
    left: 10px!important;
  }
  .slick-prev:before,
  .slick-next:before {
    z-index: 10!important;
    height: 33px!important;
    width: 29px!important;
    color: #28A7DC!important;
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 33px!important;
    font-weight: 300!important;
    line-height: 33px!important;
  }
  .slick-prev:after:hover,
  .slick-next:after:hover {
    height: 33px!important;
    width: 29px!important;
    color: white!important;
    font-family: "Font Awesome 5 Pro" !important;
    line-height: 33px!important;
  }
  .slick-prev:hover,
  .slick-next:hover {
    height: 61px!important;
    width: 61px!important;
    border-radius: 3px!important;
    background-color: #28A7DC!important;
    box-shadow: 7px 12px 24px 0 rgba(11, 20, 30, 0.09) !important;
  }
  slick-prev,
  .slick-next {
    height: 61px!important;
    width: 61px!important;
    border-radius: 3px!important;
    background-color: #FFFFFF!important;
    box-shadow: 7px 12px 24px 0 rgba(11, 20, 30, 0.09) !important;
  }
  .flex-prev:hover,
  .flex-next:hover {
    font-size: 0!important;
  }
  /* on hover effect show arrow color white */
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
    z-index: 10!important;
    height: 33px!important;
    width: 29px!important;
    color: white!important;
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 33px!important;
    font-weight: 300!important;
    line-height: 33px!important;
  }
  .slick-prev:not(:hover):before,
  .slick-next:not(:hover):before {
    opacity: 1;
    z-index: 10!important;
    height: 33px!important;
    width: 29px!important;
    color: #28A7DC!important;
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 33px!important;
    font-weight: 300!important;
    line-height: 33px!important;
  }
}
.testomenial {
  max-width: 100%;
  max-height: 600px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: white;
  box-shadow: 7px 12px 24px 0 rgba(11, 20, 30, 0.09);
  margin: 1px 45px 0 45px;
}
.testomenial-qoute-symbol {
  position: absolute;
  margin-top: -40px;
  margin-left: -20px;
  height: 80px;
  width: 51px;
  color: #F3F3F3;
  font-family: "Font Awesome 5 Pro";
  font-size: 80px;
  line-height: 80px;
}
.testomenial-message {
  padding: 71px 59px 56px 78px;
}
.testomenial-bottom {
  display: flex;
  flex-direction: row;
  padding: 0px 59px 56px 78px;
}
.testomenial-bottom-logo {
  float: left!important;
}
.testomenial-bottom-logo-img {
  width: 188px;
  height: 37px;
}
.testomenial-bottom-author {
  display: inline-flex;
  flex-direction: column;
  margin-left: auto;
  float: right!important;
}
.testomenial-bottom-author-name {
  height: 22px;
  color: #1E1E1E;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
}
.testomenial-bottom-author-designation {
  display: inline-flex;
  height: 22px;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-align: right;
}
.testomenial .message-placement {
  position: relative;
}
.testomenial .mobileViewtestomenial {
  display: none;
}
.mobileViewTestomenial-stories {
  display: none!important;
}
@media (max-width: 1020px) {
  .mobileViewTestomenial-stories {
    display: block!important;
  }
  .testomenial {
    display: none!important;
  }
  .mobileViewtestomenial {
    transform: translateX(-44px) !important;
    margin: 19px 7px 0px 23px;
    display: block!important;
    max-width: 100%;
    max-height: auto;
    border-radius: 10px;
    background-color: white;
    box-shadow: 7px 12px 24px 0 rgba(11, 20, 30, 0.09);
  }
  .mobileViewtestomenial-qoute-symbol {
    position: absolute;
    margin-top: -35px;
    margin-left: -20px;
    height: 40px;
    width: 51px;
    color: #F3F3F3;
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
    line-height: 80px;
  }
  .mobileViewtestomenial-message {
    color: #1E1E1E;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding: 20px 30px 29px 28px;
  }
  .mobileViewtestomenial-top {
    display: flex;
    flex-direction: row;
  }
  .mobileViewtestomenial-top-logo {
    float: left!important;
  }
  .mobileViewtestomenial-top-logo-img {
    width: 188px;
    height: 37px;
  }
  .mobileViewtestomenial-bottom {
    display: flex;
    flex-direction: row;
    padding: 5px 16px 68px 12px;
  }
  .mobileViewtestomenial-bottom-logo {
    float: left!important;
  }
  .mobileViewtestomenial-bottom-logo-img {
    width: 188px;
    height: 37px;
  }
  .mobileViewtestomenial-bottom-author {
    display: inline-flex;
    flex-direction: column;
    margin-left: 20px;
    float: left!important;
  }
  .mobileViewtestomenial-bottom-author-name {
    height: 22px;
    color: #1E1E1E;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .mobileViewtestomenial-bottom-author-designation {
    display: inline-flex;
    height: 22px;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
  }
  .mobileViewtestomenial .message-placement {
    position: relative;
    color: #1E1E1E;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }
}
@media (max-width: 800px) {
  .mobileViewTestomenial-stories {
    display: block!important;
  }
  .testomenial {
    display: none!important;
  }
  .testomenial-qoute-symbol {
    position: absolute;
    margin-top: -35px;
    margin-left: -10px;
    height: 50px;
    width: 51px;
    color: #F3F3F3;
    font-family: "Font Awesome 5 Pro";
    font-size: 48px;
    line-height: 80px;
  }
  .testomenial-message {
    padding: 30px;
  }
  .testomenial-bottom {
    padding: 30px;
  }
  .mobileViewtestomenial {
    transform: translateX(-44px) !important;
    margin: 19px 7px 0px 23px;
    display: block!important;
    max-width: 100%;
    max-height: auto;
    border-radius: 10px;
    background-color: white;
    box-shadow: 7px 12px 24px 0 rgba(11, 20, 30, 0.09);
  }
  .mobileViewtestomenial-qoute-symbol {
    position: absolute;
    margin-top: -35px;
    margin-left: -20px;
    height: 40px;
    width: 51px;
    color: #F3F3F3;
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
    line-height: 80px;
  }
  .mobileViewtestomenial-message {
    color: #1E1E1E;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding: 20px 30px 29px 28px;
  }
  .mobileViewtestomenial-top {
    display: flex;
    flex-direction: row;
  }
  .mobileViewtestomenial-top-logo {
    float: left!important;
  }
  .mobileViewtestomenial-top-logo-img {
    width: 188px;
    height: 37px;
  }
  .mobileViewtestomenial-bottom {
    display: flex;
    flex-direction: row;
    padding: 5px 16px 68px 12px;
  }
  .mobileViewtestomenial-bottom-logo {
    float: left!important;
  }
  .mobileViewtestomenial-bottom-logo-img {
    width: 188px;
    height: 37px;
  }
  .mobileViewtestomenial-bottom-author {
    display: inline-flex;
    flex-direction: column;
    margin-left: 20px;
    float: left!important;
  }
  .mobileViewtestomenial-bottom-author-name {
    height: 22px;
    color: #1E1E1E;
    text-align: left;
    font-family: ".SF NS Display";
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
  }
  .mobileViewtestomenial-bottom-author-designation {
    display: inline-flex;
    height: 22px;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
    font-family: "Open Sans";
  }
  .mobileViewtestomenial .message-placement {
    position: relative;
    color: #1E1E1E;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .testomenial {
    display: none!important;
  }
  .testomenial-qoute-symbol {
    position: absolute;
    margin-top: -35px;
    margin-left: -10px;
    height: 50px;
    width: 51px;
    color: #F3F3F3;
    font-family: "Font Awesome 5 Pro";
    font-size: 80px;
    line-height: 80px;
  }
  .testomenial-message {
    padding: 30px;
  }
  .testomenial-bottom {
    padding: 30px;
  }
  .mobileViewTestomenial-stories {
    display: block!important;
  }
  .mobileViewtestomenial {
    transform: translateX(-30px) !important;
    margin: 19px 7px 0px 23px;
    display: block!important;
    max-width: 100%;
    max-height: auto;
    border-radius: 10px;
    background-color: white;
    box-shadow: 7px 12px 24px 0 rgba(11, 20, 30, 0.09);
    padding: 29px 29px 26px 28px;
  }
  .mobileViewtestomenial-qoute-symbol {
    position: absolute;
    margin-top: -40px;
    margin-left: -20px;
    height: 80px;
    width: 51px;
    color: #F3F3F3;
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
    line-height: 80px;
  }
  .mobileViewtestomenial-message {
    color: #1E1E1E;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding: 20px 0px 29px 0px;
  }
  .mobileViewtestomenial-top {
    display: flex;
    flex-direction: row;
  }
  .mobileViewtestomenial-top-logo {
    float: left!important;
  }
  .mobileViewtestomenial-top-logo-img {
    width: 188px;
    height: 37px;
    float: left;
    margin-bottom: 10px;
    margin-left: -15px;
  }
  .mobileViewtestomenial-bottom {
    display: flex;
    flex-direction: row;
    padding: 4px 0px 68px 0px;
  }
  .mobileViewtestomenial-bottom-logo {
    float: left!important;
  }
  .mobileViewtestomenial-bottom-logo-img {
    width: 188px;
    height: 37px;
  }
  .mobileViewtestomenial-bottom-author {
    display: inline-flex;
    flex-direction: column;
    margin-left: 0px;
    float: left!important;
  }
  .mobileViewtestomenial-bottom-author-name {
    height: 22px;
    color: #1E1E1E;
    text-align: left;
    font-family: ".SF NS Display";
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
  }
  .mobileViewtestomenial-bottom-author-designation {
    display: inline-flex;
    height: 22px;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
    font-family: "Open Sans";
  }
  .mobileViewtestomenial .message-placement {
    position: relative;
    color: #1E1E1E;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }
}
.faq-navigation-container #faq-navigation-menu {
  padding-left: 0px;
}
.faq-navigation-container .menu-items {
  display: flex;
}
.faq-navigation-container .menu-items .menu-item {
  text-transform: uppercase;
  list-style: none;
  margin-left: 36px;
  padding-bottom: 5px;
  cursor: pointer;
}
.faq-navigation-container .menu-items .menu-item:first-child {
  margin-left: 0px;
}
.faq-navigation-container .menu-items .active {
  border-bottom: 3px solid #1EBAD6;
}
@media (max-width: 640px) {
  .faq-navigation-container .menu-items .menu-item {
    font-size: 10px;
    margin-left: auto;
  }
}
@media (max-width: 320px) {
  .faq-navigation-container .menu-items .menu-item {
    font-size: 8px;
  }
}
.discovery-page-container .hero-image-container {
  position: relative;
}
.discovery-page-container .hero-image-container img {
  width: 100%;
  max-height: 650px;
}
.discovery-page-container .hero-image-container .text-container {
  width: 45%;
  position: absolute;
  top: 195px;
  left: 131px;
  color: white;
}
.discovery-page-container .hero-image-container .text-container .cta-get-free-trail {
  text-transform: uppercase;
}
.discovery-page-container .hero-image-container .text-container .title {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 600;
}
.discovery-page-container .hero-image-container .text-container .subtitle {
  font-size: 1.4rem;
  line-height: 2.3rem;
  margin: 36px 0;
  font-weight: 300;
}
.discovery-page-container .hero-image-container .text-container a {
  font-size: 16px;
  text-align: center;
  width: 233px;
  height: 30px;
  border-radius: 16px;
  border: 1px solid #1EBAD6;
  color: white;
  padding: 6px 26px;
}
.discovery-page-container .client-logo-container {
  margin: 80px 0;
  text-align: center;
}
.discovery-page-container .client-logo-container label {
  font-size: 31px;
  line-height: 42px;
  color: #061B23;
}
.discovery-page-container .client-logo-container .logo-list {
  margin-top: 50px;
  display: flex;
  padding: 0 130px;
}
.discovery-page-container .client-logo-container .logo-list img {
  height: 40px;
  width: auto;
  margin: auto;
}
.discovery-page-container .about-descovery-section {
  background-color: #F6F6F6;
  padding: 105px 130px;
  text-align: center;
}
.discovery-page-container .about-descovery-section .title {
  font-size: 31px;
}
.discovery-page-container .about-descovery-section .discovery-content .data-container {
  margin-top: 70px;
  display: flex;
}
.discovery-page-container .about-descovery-section .discovery-content .data-container .discovery-content {
  text-align: left;
  width: 50%;
  margin-right: 27px;
  padding: 23px;
}
.discovery-page-container .about-descovery-section .discovery-content .data-container .discovery-content .title {
  font-size: 25px;
  color: #061B23;
}
.discovery-page-container .about-descovery-section .discovery-content .data-container .discovery-content p {
  font-size: 16px;
  color: #1E1E1E;
  margin-top: 20px;
}
.discovery-page-container .about-descovery-section .discovery-content .data-container .discovery-image {
  width: 50%;
  margin-left: 50px;
}
.discovery-page-container .about-descovery-section .discovery-content .data-container .discovery-image img {
  width: 100%;
}
.discovery-page-container .about-descovery-section .discovery-content .additional-css .discovery-content {
  margin-right: 0px;
}
.discovery-page-container .about-descovery-section .discovery-content .additional-css .discovery-image {
  margin-left: 0px;
}
.discovery-page-container .data-discovery-stats {
  padding: 100px 140px;
  background-color: #F6F6F6;
  text-align: center;
}
.discovery-page-container .data-discovery-stats .title {
  font-size: 31px;
}
.discovery-page-container .data-discovery-stats .discovery-content .data-container {
  margin-top: 70px;
  display: flex;
}
.discovery-page-container .data-discovery-stats .discovery-content .data-container .discovery-content {
  text-align: left;
  width: 50%;
  margin-right: 27px;
  padding: 23px;
}
.discovery-page-container .data-discovery-stats .discovery-content .data-container .discovery-content .title {
  font-size: 25px;
  color: #061B23;
}
.discovery-page-container .data-discovery-stats .discovery-content .data-container .discovery-content p {
  font-size: 16px;
  color: #1E1E1E;
  margin-top: 20px;
}
.discovery-page-container .data-discovery-stats .discovery-content .data-container .discovery-image {
  width: 50%;
  margin-left: 50px;
}
.discovery-page-container .data-discovery-stats .discovery-content .data-container .discovery-image img {
  width: 100%;
}
.discovery-page-container .data-discovery-stats .discovery-content .additional-css .discovery-content {
  margin-right: 0px;
}
.discovery-page-container .data-discovery-stats .discovery-content .additional-css .discovery-image {
  margin-left: 0px;
}
.discovery-page-container .tools-container {
  padding: 100px 0;
  display: inline-block;
  text-align: center;
}
.discovery-page-container .tools-container .title {
  font-size: 31px;
}
.discovery-page-container .tools-container .tool-list div {
  display: inline-block;
}
.discovery-page-container .tools-container .tool-list .tool-wrapper {
  float: left;
  width: 480px;
  text-align: left;
  display: flex;
  margin-left: 10px;
  box-shadow: 2px 2px #f5f8fa;
  z-index: 999;
  padding: 15px;
  background: white;
  border-radius: 5px;
  margin-top: 18px;
  height: 126px;
  position: relative;
  background-image: url('/img/kogni/data-discovery/about-section/bg.png');
}
.discovery-page-container .tools-container .tool-list .tool-wrapper img {
  width: auto;
  height: 60px;
  position: absolute;
  left: 33px;
  top: 30px;
}
.discovery-page-container .tools-container .tool-list .tool-wrapper .tool-content {
  left: 120px;
  position: absolute;
}
.discovery-page-container .tools-container .tool-list .tool-wrapper .tool-content label {
  color: #161626;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 900px) {
  .discovery-page-container .hero-image-container .text-container {
    width: 100%;
    top: 100px;
    left: 20px;
  }
  .discovery-page-container .hero-image-container .text-container .title {
    font-size: 31px;
    font-weight: 300;
    line-height: 32px;
  }
  .discovery-page-container .hero-image-container .text-container .subtitle {
    font-size: 21px;
    margin: 36px 0;
    font-weight: 300;
    line-height: 32px;
  }
  .discovery-page-container .hero-image-container .text-container a {
    font-size: 16px;
    text-align: center;
    width: 233px;
    height: 30px;
    border-radius: 16px;
    border: 1px solid #1EBAD6;
    color: white;
    padding: 6px 26px;
  }
  .discovery-page-container .client-logo-container {
    margin: 80px 0;
    text-align: center;
  }
  .discovery-page-container .client-logo-container label {
    font-size: 31px;
    line-height: 42px;
    color: #061B23;
  }
  .discovery-page-container .client-logo-container .logo-list {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    padding: 0 90px;
  }
  .discovery-page-container .client-logo-container .logo-list img {
    height: 50px;
    width: auto;
    margin-top: 30px;
  }
  .discovery-page-container .about-descovery-section {
    background-color: #F6F6F6;
    padding: 20px;
    text-align: center;
  }
  .discovery-page-container .about-descovery-section .title {
    font-size: 31px;
  }
  .discovery-page-container .about-descovery-section .discovery-content {
    text-align: left;
  }
  .discovery-page-container .about-descovery-section .discovery-content .data-container {
    flex-direction: column;
  }
  .discovery-page-container .about-descovery-section .discovery-content .data-container .discovery-content {
    width: 100%;
    margin-right: 27px;
    padding: 23px;
  }
  .discovery-page-container .about-descovery-section .discovery-content .data-container .discovery-content .title {
    font-size: 25px;
    color: #061B23;
  }
  .discovery-page-container .about-descovery-section .discovery-content .data-container .discovery-content p {
    font-size: 16px;
    color: #1E1E1E;
  }
  .discovery-page-container .about-descovery-section .discovery-content .data-container .discovery-image {
    width: 100%;
    margin-left: 0px;
  }
  .discovery-page-container .about-descovery-section .discovery-content .data-container .discovery-image img {
    max-width: 100%;
  }
  .discovery-page-container .about-descovery-section .discovery-content .first-container {
    flex-direction: column-reverse !important;
  }
  .discovery-page-container .tools-container {
    padding: 10px;
  }
  .discovery-page-container .tools-container .tool-list .tool-wrapper {
    height: auto;
    position: static;
    width: 100%;
    background-image: none;
    box-shadow: 2px 2px 2px 2px #f5f8fa;
  }
  .discovery-page-container .tools-container .tool-list .tool-wrapper img {
    position: static;
    left: auto;
    top: auto;
    margin: 0 15px;
    padding-top: 25px;
  }
  .discovery-page-container .tools-container .tool-list .tool-wrapper .tool-content {
    position: static;
  }
  .discovery-page-container .data-discovery-stats {
    padding: 15px !important;
    background-color: #F6F6F6;
    text-align: center;
  }
  .discovery-page-container .data-discovery-stats .title {
    font-size: 31px;
  }
  .discovery-page-container .data-discovery-stats .discovery-content .data-container {
    flex-direction: column-reverse;
    margin-top: 70px;
    display: flex;
  }
  .discovery-page-container .data-discovery-stats .discovery-content .data-container .discovery-content {
    text-align: left;
    width: 100%;
    margin-right: 27px;
    padding: 23px;
  }
  .discovery-page-container .data-discovery-stats .discovery-content .data-container .discovery-content .title {
    font-size: 25px;
    color: #061B23;
  }
  .discovery-page-container .data-discovery-stats .discovery-content .data-container .discovery-content p {
    font-size: 16px;
    color: #1E1E1E;
    margin-top: 20px;
  }
  .discovery-page-container .data-discovery-stats .discovery-content .data-container .discovery-image {
    width: 100%;
    margin-left: 0px;
  }
  .discovery-page-container .data-discovery-stats .discovery-content .data-container .discovery-image img {
    width: 100%;
  }
  .discovery-page-container .data-discovery-stats .discovery-content .additional-css {
    flex-direction: column !important;
  }
  .discovery-page-container .data-discovery-stats .discovery-content .additional-css .discovery-content {
    margin-right: 0px;
  }
  .discovery-page-container .data-discovery-stats .discovery-content .additional-css .discovery-image {
    margin-left: 0px;
  }
}
@media (max-width: 900px) {
  .tool-list div {
    display: inline-block;
  }
}
@media (max-width: 1300px) {
  .client-logo-container {
    margin: 80px 0;
    text-align: center;
  }
  .client-logo-container label {
    font-size: 31px;
    line-height: 42px;
    color: #061B23;
  }
  .client-logo-container .logo-list {
    padding: 0 60px !important;
  }
  .client-logo-container .logo-list img {
    height: 50px;
    width: auto;
    margin-left: 20px;
  }
}
.free-trial-cta {
  border-radius: 18px;
  background-color: #1EBAD6;
  padding: .5rem 2.5rem !important;
  color: white;
  width: 300px;
  margin: 40px auto 10px auto;
}
.free-trial-cta:hover {
  color: white;
}
