/* Breakpoint sizes */
.container {
  width: 1209px;
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: "Nunito", sans-serif;
  color: #5b6770;
}

a {
  color: #5b6770;
  text-decoration: none;
  color: #5b6770;
}
a:hover {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  letter-spacing: 0;
}

h1 {
  font-size: 2.375rem;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 1.875rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 1rem;
  }
}

p {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 1rem;
  }
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

.newBtn {
  border-radius: 5px;
  background: #eb4b25;
  display: inline-block;
  padding: 10px 24px;
  color: white;
  font-size: 0.875rem;
  border: solid 2px #eb4b25;
  transition: all 0.3s ease-in-out;
}
.newBtn.transparent {
  background: none;
  border: solid 2px #eb4b25;
  color: #eb4b25;
}
.newBtn.transparent:hover {
  background: #eb4b25;
  color: white;
}
.newBtn:hover {
  color: #eb4b25;
  background: none;
}

.block {
  display: block;
}

.hideMobile {
  display: block;
}
@media only screen and (max-width: 767px) {
  .hideMobile {
    display: none;
  }
}

.hideDesktop {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hideDesktop {
    display: block;
  }
}

/* Breakpoint sizes */
.container {
  width: 1209px;
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: "Nunito", sans-serif;
  color: #5b6770;
}

a {
  color: #5b6770;
  text-decoration: none;
  color: #5b6770;
}
a:hover {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  letter-spacing: 0;
}

h1 {
  font-size: 2.375rem;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 1.875rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 1rem;
  }
}

p {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 1rem;
  }
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

.newBtn {
  border-radius: 5px;
  background: #eb4b25;
  display: inline-block;
  padding: 10px 24px;
  color: white;
  font-size: 0.875rem;
  border: solid 2px #eb4b25;
  transition: all 0.3s ease-in-out;
}
.newBtn.transparent {
  background: none;
  border: solid 2px #eb4b25;
  color: #eb4b25;
}
.newBtn.transparent:hover {
  background: #eb4b25;
  color: white;
}
.newBtn:hover {
  color: #eb4b25;
  background: none;
}

.block {
  display: block;
}

.hideMobile {
  display: block;
}
@media only screen and (max-width: 767px) {
  .hideMobile {
    display: none;
  }
}

.hideDesktop {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hideDesktop {
    display: block;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 5.125rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 2rem 0rem 2rem 0rem;
  }
}
section .section-title {
  text-align: center;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  section .section-title {
    padding: 0rem 0rem 2rem 0rem;
  }
}
section h1 {
  font-size: 2.375rem;
}
@media only screen and (max-width: 767px) {
  section h1 {
    font-size: 2rem !important;
    line-height: 1 !important;
  }
  section h1 br {
    display: none;
  }
}
section h2 {
  line-height: 1.5;
  margin-bottom: 1.75rem;
  padding-bottom: 0;
  color: #6787b7;
}
@media only screen and (max-width: 767px) {
  section h2 {
    margin: 0rem 0rem 1rem 0rem;
  }
  section h2 br {
    display: none;
  }
}
section h3 {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  color: #6787b7;
}
section h3 span {
  display: block;
}
@media only screen and (max-width: 767px) {
  section h3 span {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  section h3 {
    margin: 0rem 0rem 1rem 0rem;
  }
  section h3 br {
    display: none;
  }
}
section p {
  line-height: 1.5;
  letter-spacing: 0.29px;
}
@media only screen and (max-width: 767px) {
  section p br {
    display: none;
  }
}
section hr {
  width: 3rem;
  border-bottom: 0.25rem solid #eb4b25;
  border-radius: 0.375rem;
  opacity: 1;
  margin: 1.75rem auto 0;
  max-width: 50%;
}
section .box {
  box-shadow: 0 17px 45px 2px rgba(198, 199, 201, 0.35);
}
section a {
  color: #6787b7;
}
section .readMore a {
  color: #6787b7;
  line-height: 1.5;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
# REQUEST A DEMO
--------------------------------------------------------------*/
.requestADemo {
  background: url(../images/requestdemopattern.svg) no-repeat bottom;
  background-size: cover;
  padding: 0;
  margin: 5rem 0 0;
}
.requestADemo.innerForm {
  background: linear-gradient(
    to bottom,
    white 0%,
    white 85%,
    #5264d6 85%,
    #5264d6 100%
  );
}
.requestADemo.innerForm .requestADemoWrap {
  padding: 65px 105px;
  background: #f3f8fe;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .requestADemo.innerForm .requestADemoWrap {
    padding: 35px 20px;
  }
}
.requestADemo.innerForm .requestADemoWrap h4 {
  font-size: 21px;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.24px;
}
.requestADemoWrap {
  width: 958px;
  border: solid 1px #f3f2f2;
  border-top: solid 0.75rem #eb4b25;
  background: #f3f2f2;
  margin: auto;
  padding: 2.5rem;
  border-radius: 0.25rem 0.25rem 0 0;
}
@media only screen and (max-width: 1024px) {
  .requestADemoWrap {
    width: 100%;
  }
}
.requestADemoWrap hr {
  width: 63px;
  border-color: #1b365d;
}
.requestADemoWrap .seeWhy {
  font-size: 2.25rem;
  line-height: 1.42;
  font-weight: 300;
  color: #1b365d;
  margin: 40px 0 0;
}
.requestADemoWrap .seeWhy .mktoForm {
  width: unset !important;
}
.requestADemoWrap .seeWhy .mktoForm .mktoFormCol {
  width: 100%;
}
.requestADemoWrap .seeWhy .mktoForm .mktoLabel {
  display: flex;
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 1;
  color: #1b365d;
  margin: 0 0 7px;
  width: unset !important;
  float: unset !important;
}
.requestADemoWrap .seeWhy .mktoForm .mktoLabel .mktoAsterix {
  padding: 0 5px 0 0;
  display: inline-block;
  order: 2;
  color: #1b365d;
}
.requestADemoWrap .seeWhy .mktoForm .mktoGutter,
.requestADemoWrap .seeWhy .mktoForm .mktoFieldWrap {
  float: unset;
}
.requestADemoWrap .seeWhy .mktoForm .mktoOffset,
.requestADemoWrap .seeWhy .mktoForm .mktoGutter {
  display: none;
}
.requestADemoWrap .seeWhy .mktoForm input[type="text"],
.requestADemoWrap .seeWhy .mktoForm input[type="url"],
.requestADemoWrap .seeWhy .mktoForm input[type="email"],
.requestADemoWrap .seeWhy .mktoForm input[type="tel"],
.requestADemoWrap .seeWhy .mktoForm input[type="number"],
.requestADemoWrap .seeWhy .mktoForm input[type="date"],
.requestADemoWrap .seeWhy .mktoForm textarea.mktoField,
.requestADemoWrap .seeWhy .mktoForm select.mktoField {
  width: 100% !important;
  padding: 14px 15px;
  font-size: 18px;
  border: solid 1px #1b365d;
  background-color: white;
  font-weight: 300 !important;
  margin: 0 0 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .requestADemoWrap .seeWhy .mktoForm input[type="text"],
  .requestADemoWrap .seeWhy .mktoForm input[type="url"],
  .requestADemoWrap .seeWhy .mktoForm input[type="email"],
  .requestADemoWrap .seeWhy .mktoForm input[type="tel"],
  .requestADemoWrap .seeWhy .mktoForm input[type="number"],
  .requestADemoWrap .seeWhy .mktoForm input[type="date"],
  .requestADemoWrap .seeWhy .mktoForm textarea.mktoField,
  .requestADemoWrap .seeWhy .mktoForm select.mktoField {
    height: 51px;
    line-height: 1;
  }
}
.requestADemoWrap .seeWhy select.mktoField {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  position: relative;
  background: url(../images/arrow.png) right center no-repeat;
}
.requestADemoWrap .seeWhy .mktoFormRow {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .requestADemoWrap .seeWhy .mktoFormRow {
    flex-wrap: wrap;
  }
}
.requestADemoWrap .seeWhy .mktoFormRow .mktoLabel {
  padding: 0;
}
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(1) .mktoFormCol,
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(2) .mktoFormCol,
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(3) .mktoFormCol,
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(4) .mktoFormCol {
  width: calc(50% - 26px);
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .requestADemoWrap .seeWhy .mktoFormRow:nth-child(1) .mktoFormCol,
  .requestADemoWrap .seeWhy .mktoFormRow:nth-child(2) .mktoFormCol,
  .requestADemoWrap .seeWhy .mktoFormRow:nth-child(3) .mktoFormCol,
  .requestADemoWrap .seeWhy .mktoFormRow:nth-child(4) .mktoFormCol {
    width: 100%;
  }
}
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(1) .mktoFormCol + .mktoFormCol,
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(2) .mktoFormCol + .mktoFormCol,
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(3) .mktoFormCol + .mktoFormCol,
.requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(4)
  .mktoFormCol
  + .mktoFormCol {
  margin: 0 0 0 26px;
}
@media only screen and (max-width: 767px) {
  .requestADemoWrap
    .seeWhy
    .mktoFormRow:nth-child(1)
    .mktoFormCol
    + .mktoFormCol,
  .requestADemoWrap
    .seeWhy
    .mktoFormRow:nth-child(2)
    .mktoFormCol
    + .mktoFormCol,
  .requestADemoWrap
    .seeWhy
    .mktoFormRow:nth-child(3)
    .mktoFormCol
    + .mktoFormCol,
  .requestADemoWrap
    .seeWhy
    .mktoFormRow:nth-child(4)
    .mktoFormCol
    + .mktoFormCol {
    margin: 0;
  }
}
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(5) .mktoFieldWrap,
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(6) .mktoFieldWrap {
  display: flex;
  margin: 40px auto 0;
  width: 80%;
}
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(5) .mktoFieldWrap input,
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(5) .mktoFieldWrap .mktoAsterix,
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(6) .mktoFieldWrap input,
.requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(6)
  .mktoFieldWrap
  .mktoAsterix {
  display: none !important;
}
.requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(5)
  .mktoFieldWrap
  .mktoCheckboxList,
.requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(6)
  .mktoFieldWrap
  .mktoCheckboxList {
  order: 1;
  width: 50px !important;
  padding: 0;
}
.requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(5)
  .mktoFieldWrap
  .mktoCheckboxList
  label,
.requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(6)
  .mktoFieldWrap
  .mktoCheckboxList
  label {
  border: 2px solid #1b365d;
  height: 31px;
  margin: 0;
  position: relative;
  width: 31px !important;
}
.requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(5)
  .mktoFieldWrap
  .mktoCheckboxList
  input[type="checkbox"]:checked
  + label::before,
.requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(6)
  .mktoFieldWrap
  .mktoCheckboxList
  input[type="checkbox"]:checked
  + label::before {
  background: none;
  border-radius: 0;
  border: 3px solid #1b365d;
  border-top: 0;
  border-left: 0;
  box-shadow: none;
  content: "";
  display: block;
  left: 0;
  margin: 3px 9px;
  height: 18px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(5) .mktoFieldWrap .mktoLabel,
.requestADemoWrap .seeWhy .mktoFormRow:nth-child(6) .mktoFieldWrap .mktoLabel {
  order: 2;
  width: 100% !important;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500 !important;
  color: #1b365d;
}
.requestADemoWrap .seeWhy .mktoButtonRow {
  text-align: center;
  width: 100%;
}
.requestADemoWrap .seeWhy .mktoButtonRow .mktoSimple {
  margin: unset !important;
}
.requestADemoWrap .seeWhy .mktoButtonRow .mktoSimple .mktoButton {
  width: 206px !important;
  height: 48px !important;
  background-image: unset !important;
  border-radius: 11px;
  border: solid 1px #1b365d !important;
  background-color: #1b365d !important;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1;
  color: white;
}

/*--------------------------------------------------------------
# CUSTOMER STORIES
--------------------------------------------------------------*/
.customerStories .section-title {
  padding: 0;
}

.customerStories h3 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.customerStories h4 {
  line-height: 1.5;
  color: #093266;
  font-weight: 800;
  margin: 0 0 0.875rem;
}

.customerStories .slide ul {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .customerStories .slide ul {
    padding: 50px 0 0;
  }
}
.customerStories .slide ul li {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .customerStories .slide ul li {
    width: 100%;
    box-shadow: none;
  }
}
.customerStories .slide ul li .slideContent {
  padding: 2rem 0 0 2rem;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .customerStories .slide ul li .slideContent {
    padding: 0 3rem;
    text-align: center;
    width: 100%;
  }
}
.customerStories .slide ul li .slideContent img {
  padding: 0 0 1rem;
}
@media only screen and (max-width: 767px) {
  .customerStories .slide ul li .slideContent img {
    padding: 0 0 1.5rem;
  }
}
.customerStories .slide ul li .slideContent p {
  font-weight: bold;
  line-height: 1.5;
  color: #093266;
  font-size: 1.1rem;
  letter-spacing: 0;
}
.customerStories .slide ul li .slideContent .member {
  color: #6787b7;
  margin: 1.875rem 0 0;
  font-size: 0.875rem;
  font-weight: 300;
}
.customerStories .slide ul li .slideContent a {
  font-weight: bold;
  letter-spacing: 0.25px;
  color: #6787b7;
}
.customerStories .slide ul li .img {
  height: 100%;
  right: 6%;
}
.customerStories .slide ul li .img img {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .customerStories .slide ul li .img {
    display: none;
  }
}

.customerStories .readMore {
  text-align: right;
  margin: 2.5rem auto 0;
  border-bottom: 2px solid #e0e4e9;
  width: 80%;
}
.customerStories .readMore a {
  line-height: 3.5;
}

/*--------------------------------------------------------------
# Keyframe
--------------------------------------------------------------*/
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: none !important;
  width: 20px;
  height: 20px;
  border: 1px solid #6787b7;
  border-right: none;
  border-bottom: none;
  transform: rotate(-45deg);
}

.carousel-control-next-icon {
  transform: rotate(135deg);
}

/*--------------------------------------------------------------
# Circular Image for Inner template
--------------------------------------------------------------*/
.circularImg .circular--portrait {
  border-radius: 50%;
  width: 550px;
  height: 550px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .circularImg .circular--portrait {
    width: 170px;
    height: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .circularImg .circular--portrait {
    width: 340px;
    height: 340px;
  }
}
.circularImg .circular--portrait::after {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  border: 2px dashed #eb4b25;
  top: 20px;
  right: 70px;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .circularImg .circular--portrait::after {
    width: 150px;
    height: 150px;
    top: 10px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .circularImg .circular--portrait::after {
    width: 300px;
    height: 300px;
    top: 10px;
    right: 50px;
  }
}
.circularImg .circular--portrait img {
  width: 500px;
  height: 500px;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .circularImg .circular--portrait img {
    width: 150px !important;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .circularImg .circular--portrait img {
    width: 300px !important;
    height: 300px;
  }
}

/*--------------------------------------------------------------
# Keyframe
--------------------------------------------------------------*/
@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes shakeUp {
  0%,
  100% {
    left: 0;
    top: 234px;
  }
  30% {
    left: -10px;
    top: 244px;
  }
  60% {
    left: -20px;
    top: 254px;
  }
  90% {
    left: 0;
    top: 234px;
  }
}

@keyframes shakeUp2 {
  0%,
  100% {
    left: 0;
    top: 64px;
  }
  30% {
    left: -10px;
    top: 74px;
  }
  60% {
    left: -20px;
    top: 84px;
  }
  90% {
    left: 0;
    top: 64px;
  }
}

@keyframes shakeUp3 {
  0%,
  100% {
    left: 0;
    top: 0;
  }
  25% {
    left: -10px;
    top: 24px;
  }
  50% {
    left: -20px;
    top: 34px;
  }
  75% {
    left: 0;
    top: 24px;
  }
}

@keyframes clipMe {
  0%,
  100% {
    clip: rect(0px, 220px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 220px, 0px);
  }
}

@keyframes bgdelay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Breakpoint sizes */
.container {
  width: 1209px;
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    padding: 0 2rem;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0 0 1rem 0;
  background: white;
  transition: all 0.3 ease-in-out;
}
@media only screen and (max-width: 767px) {
  #header {
    padding: 0 0 1rem;
    z-index: 999;
  }
}
#header .logo {
  transition: all 0.3 ease-in-out;
}
@media only screen and (max-width: 767px) {
  #header .logo {
    padding: 10px 0 0;
  }
}
#header .logo img {
  padding: 0;
  margin: 0;
  width: 160px;
  transition: all 0.3 ease-in-out;
}
@media only screen and (max-width: 767px) {
  #header .logo img {
    width: 90px;
  }
}
#header.header-scrolled {
  padding: 0 0 0.5rem 0;
}
@media only screen and (max-width: 767px) {
  #header.header-scrolled .logo {
    padding: 0;
  }
}
#header.header-transparent {
  background: white;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media only screen and (max-width: 767px) {
  .topNav {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 999;
    display: none !important;
  }
}

.topNav ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
}
.topNav ul li {
  margin: 0 5px;
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .topNav ul li {
    font-size: 0.8125rem;
    margin: 0;
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
  .topNav ul li img {
    width: 15px;
  }
}
.topNav ul li .login {
  position: relative;
}
.topNav ul li .login .dropdown {
  position: absolute;
  background: white;
  top: 24px;
  right: unset;
  left: 0;
  box-shadow: 0 15px 9px 0 rgba(46, 46, 46, 0.17);
}
.topNav ul li .login .dropdown .dropdown-label {
  color: #1b365d;
  border: none;
}
.topNav ul li .login .dropdown ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.topNav ul li .login .dropdown ul li {
  padding: 0;
  border: none;
}
.topNav ul li .login .dropdown ul li a {
  color: #1b365d !important;
}

.overlay {
  position: absolute;
  background-image: linear-gradient(
    to bottom,
    rgba(13, 54, 113, 0.5),
    rgba(27, 54, 93, 0.21) 48%,
    rgba(247, 247, 247, 0.01)
  );
  height: 100%;
  width: 100%;
  left: 0;
  animation: bgdelay 2s forwards ease-in-out;
  z-index: 10;
  display: none;
}

.nav-menu {
  position: relative;
  z-index: 9;
}
.nav-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul li {
  position: relative;
  white-space: nowrap;
}
.nav-menu ul li a {
  display: block;
  position: relative;
  color: #1b365d;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 1rem;
}
.nav-menu ul li a:hover {
  text-decoration: none;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-requestDemo {
  background: #eb4b25;
  border-radius: 7px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-requestDemo
  a {
  color: #fff;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-requestDemo:hover {
  background: #1b365d;
  color: #fff;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  padding: 10px 0 10px;
  box-shadow: 0 15px 9px 0 rgba(46, 46, 46, 0.17);
  translate: unset !important;
  animation: unset !important;
  transition: unset !important;
  transform: unset !important;
  top: 40px;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu:hover {
  translate: unset !important;
  animation: unset !important;
  transition: unset !important;
  transform: unset !important;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  > li.heading
  a {
  font-size: 14px;
  font-weight: 800 !important;
  letter-spacing: 0.47px;
  text-transform: uppercase;
}
.nav-menu
  #mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  padding: 7px 15px 7px 15px;
  line-height: 1;
}

/* Mobile Navigation */
@media only screen and (max-width: 767px) {
  nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 988;
  }
  nav #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    background: transparent;
    height: 50px;
  }
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-blocks-left,
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-blocks-center {
    display: none;
  }
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-blocks-right {
    position: absolute;
    right: 0;
    top: 12px;
  }
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-2
    .mega-toggle-animated-inner {
    width: 24px;
    right: 0;
    background: #1b365d;
  }
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-2
    .mega-toggle-animated-inner::after,
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-2
    .mega-toggle-animated-inner::before {
    width: 24px;
    background: #1b365d;
  }
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item:first-child
    > a.mega-menu-link {
    font-weight: 800;
  }
  nav
    #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-max_mega_menu_1 {
    height: 100vh;
  }
}

nav.mobile-nav.header-scrolled {
  background: white;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #1b365d;
  padding: 3.125rem 0 4.5rem;
}
footer .col,
footer .foot-widget {
  width: calc(100% / 6);
  flex: unset;
}
@media only screen and (max-width: 767px) {
  footer .col,
  footer .foot-widget {
    width: 100%;
  }
}
footer .socialIcon {
  padding: 1.125rem 0 0;
}
footer .socialIcon img {
  padding: 0 0.5rem;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}
footer h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.28;
  margin: 0 0 1rem;
}
footer ul li {
  line-height: 1.64;
  font-size: 0.875rem;
}
footer ul li a {
  color: #6787b7;
}
footer ul li a:hover {
  color: white;
}
footer .bottomLink {
  margin: 1.75rem 0 0;
  padding: 1.75rem 0 0;
  border-top: 1px solid #eb4b25;
  font-size: 0.75rem;
  justify-content: space-around;
}
footer .bottomLink a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

/*--------------------------------------------------------------
# InnerPage top Slide
--------------------------------------------------------------*/
.innerPageTop {
  padding: 13rem 0 6rem 0;
  background: url(../images/innerbg.svg) no-repeat bottom;
  text-align: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .innerPageTop {
    padding: 8rem 0 3rem 0;
    background-size: cover;
  }
}
.innerPageTop h3 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.31;
  letter-spacing: 0.18px;
  color: #5264d6;
}
.innerPageTop h1 {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.18;
  text-align: center;
  color: #1b365d;
  margin: 0 0 1.25rem;
  text-transform: none;
}
.innerPageTop hr {
  border-radius: 6px;
  border-color: #5264d6;
  width: 220px;
}

/*--------------------------------------------------------------
# For older Template
--------------------------------------------------------------*/
.page-top {
  background: linear-gradient(to bottom, #ffffff 0%, #eef5ff 100%);
  padding: 0 0 35px;
}
@media only screen and (max-width: 767px) {
  .page-top {
    background: linear-gradient(to bottom, #ffffff 0%, #eef5ff 100%) !important;
    padding: unset;
    margin-top: 62px !important;
    min-height: unset;
  }
  .page-top::before {
    content: unset;
  }
}
.page-top .v-set {
  min-height: 175px;
}
@media only screen and (max-width: 767px) {
  .page-top .v-set {
    min-height: unset;
  }
}
.page-top .v-set h1 {
  font-size: 50px;
  line-height: 1.2;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 130px 0 0 0;
  background: linear-gradient(to bottom, #ffffff 0%, #eef5ff 100%);
}
@media only screen and (max-width: 767px) {
  #hero {
    padding: 70px 0 0 0;
    position: unset;
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  #hero .container {
    padding: 0;
    text-align: center;
  }
}
#hero h1 {
  margin: 0 0 2.25rem 0;
  line-height: 1.3;
  letter-spacing: 0.3px;
  font-size: 1.625rem;
  color: #6787b7;
  height: 70px;
}
@media only screen and (max-width: 767px) {
  #hero h1 {
    line-height: 1.3 !important;
    font-size: 1.625rem !important;
    margin: 0 0 1.25rem 0;
  }
}
#hero h2 {
  color: #1b365d;
  margin: 0 0 3.75rem 0;
  font-size: 2.25rem;
  font-weight: 800;
  height: 70px;
}
@media only screen and (max-width: 767px) {
  #hero h2 {
    margin: 0 0 2.75rem 0;
    line-height: 1.3 !important;
    font-size: 2rem !important;
  }
}
#hero .newBtn {
  margin: 0 1rem 0 0;
}
#hero .hero-img img {
  width: 100%;
}
#hero::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 37px;
  border-radius: 0 31px 31px 0;
  background-color: rgba(216, 226, 240, 0.23);
  top: 234px;
  left: 0;
  animation: shakeUp 7s infinite ease-in-out;
}
#hero::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 37px;
  border-radius: 0 31px 31px 0;
  border: dashed 1px #eb4b25;
  top: 217px;
  left: -1px;
  transform-origin: center left;
  animation: clipMe 4s linear infinite;
}
@media only screen and (max-width: 767px) {
  #hero #myCarousel {
    height: calc(100vh - 70px);
    position: unset;
  }
}
#hero #myCarousel.carousel-fade .carousel-inner .carousel-item {
  transition: unset;
}
#hero #myCarousel .carousel-inner {
  height: 495px;
  display: flex;
  align-items: end;
  bottom: -52px;
}
@media only screen and (max-width: 767px) {
  #hero #myCarousel .carousel-inner {
    height: auto;
    bottom: 0;
    padding: 0;
    text-align: center;
  }
}
#hero #myCarousel .carousel-inner .carousel-item .row {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #hero #myCarousel .carousel-inner .carousel-item .row .col-lg-7 {
    max-height: calc(50vh - 35px);
  }
}
#hero #myCarousel .carousel-inner .carousel-item .row .col-lg-5 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  #hero #myCarousel .carousel-inner .carousel-item .row .col-lg-5 {
    padding: 30px 20px 20px;
    max-height: calc(50vh - 35px);
  }
}

@keyframes progress {
  100% {
    right: 0;
  }
}
#hero #myCarousel .carousel-indicators {
  margin: 0;
  justify-content: flex-start;
  bottom: 90px;
  position: relative;
  display: block;
  /* &::before {
        content: "";
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: $purple;
        top: 10px;
        left: -5px;
        position: absolute;
        z-index: 99;
      } */
}
@media only screen and (max-width: 767px) {
  #hero #myCarousel .carousel-indicators {
    bottom: 0;
  }
}
#hero #myCarousel .carousel-indicators li {
  position: relative;
  display: inline-block;
  border: none;
  width: 33px;
  height: 2px;
  border: 1px solid rgba(82, 100, 214, 0.5);
  padding-left: 3px;
  padding-right: 3px;
  background: #d8e2f0;
  margin: 0 6px;
  opacity: 1;
  border-radius: 6px;
  /*       &::after {
          content: "";
          height: 10px;
          width: 10px;
          border-radius: 50%;
          background: #d8e2f0;
          top: -3px;
          right: 0;
          position: absolute;
        } */
  /*    &.passed {
          position: relative;
          &::after {
            background: $purple;
            transition: all 0.75s ease-in-out;
          }
        } */
}
#hero #myCarousel .carousel-indicators li.active {
  width: 33px;
  background: rgba(82, 100, 214, 0.3);
  position: relative;
  /*   &::after {
            background: #d8e2f0;
          } */
}
#hero #myCarousel .carousel-indicators li.active:focus {
  background: rgba(82, 100, 214, 0.3);
}
#hero #myCarousel .carousel-indicators li.active::before {
  position: absolute;
  display: inline-block;
  height: 2px;
  background: #5264d6;
  content: "";
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  animation: progress 7s forwards 0s;
}
#hero #myCarousel .carousel-indicators li.active ~ li {
  background: #d8e2f0;
}
#hero #myCarousel .carousel-indicators li.passed {
  background: #5264d6;
}
#hero .hero-img video {
  width: 100%;
  min-height: 478px;
}
@media only screen and (max-width: 767px) {
  #hero .hero-img video {
    min-height: auto;
  }
}

/*--------------------------------------------------------------
# LOGO SECTION
--------------------------------------------------------------*/
.logoSection {
  padding: 60px 0 70px;
  text-align: center;
  color: white;
  width: 100%;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .logoSection {
    padding: 30px 0;
  }
}
.logoSection h3 {
  color: #5264d6;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px; /* 293.75% */
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .logoSection h3 {
    font-size: 1.75rem;
    line-height: 1.3;
  }
}
.logoSection img {
  padding: 0.75rem 0.2rem;
  width: 100%;
  max-width: 120px;
  filter: grayscale(100%); /* Standard */
  max-height: 80px;
  -webkit-filter: grayscale(100%); /* Webkit */
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); /* Firefox4-34*/
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Old WebKit */
}

/*--------------------------------------------------------------
# WHY DYNATA
--------------------------------------------------------------*/
.whyDynata {
  padding: 2.5rem 0 5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .whyDynata {
    padding: 2.5rem 20px 5rem;
  }
}
.whyDynata::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 37px;
  border-radius: 0 31px 31px 0;
  background-color: rgba(216, 226, 240, 0.23);
  top: 64px;
  left: 0;
  animation: shakeUp2 7s infinite ease-in-out;
}
.whyDynata .whyDynataWrapper {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .whyDynata .whyDynataWrapper {
    width: 100%;
  }
}
.whyDynata .whyDynataWrapper p {
  margin: 0 0 2rem;
}
@media only screen and (max-width: 767px) {
  .whyDynata .whyDynataWrapper a {
    font-size: 12px;
  }
}
.whyDynata .whyDynataWrapper .factFigure {
  padding: 4.5rem 0 0 9rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1.8px;
  color: #1b365d;
}
@media only screen and (max-width: 767px) {
  .whyDynata .whyDynataWrapper .factFigure {
    padding: 2.5rem 0 0;
  }
}
.whyDynata .whyDynataWrapper .factFigure li {
  position: relative;
  margin: 0 0 2rem;
}
.whyDynata .whyDynataWrapper .factFigure li hr {
  margin: 0 0 0.875rem;
  border-color: #1b365d;
}
.whyDynata .whyDynataWrapper .factFigure li span {
  font-weight: 300;
  letter-spacing: 0;
  font-size: 1.25rem;
}
.whyDynata .whyDynataWrapper .factFigure li:nth-child(2) hr {
  border-color: #eb4b25;
}
.whyDynata .whyDynataWrapper .factFigure li:nth-child(3) hr {
  border-color: #5264d6;
}

/*--------------------------------------------------------------
# Powerful Data. 
--------------------------------------------------------------*/
.powerFullData {
  background: #093266;
  text-align: center;
  padding: 2.5rem 0 3.75rem;
  color: white;
}
@media only screen and (max-width: 767px) {
  .powerFullData {
    padding: 2.5rem 20px 3.75rem;
  }
}
.powerFullDataWrap {
  width: 510px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .powerFullDataWrap {
    width: 100%;
  }
}
.powerFullDataWrap h2 {
  color: white;
  margin: 0 0 1.625rem;
}
.powerFullDataWrap p {
  font-weight: 300;
  margin: 0 0 1.25rem;
  letter-spacing: 0;
}
.powerFullDataWrap a {
  color: white;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  border: 1px solid white;
  display: inline-block;
  font-size: 0.75rem;
}

/*--------------------------------------------------------------
# POWERED BY DYNATA
--------------------------------------------------------------*/
.poweredByDynata {
  padding: 7.5rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .poweredByDynata {
    padding: 3.5rem 0;
  }
}
.poweredByDynata .bgImg {
  position: absolute;
  left: 0;
  top: 0;
  animation: shakeUp3 7s infinite ease-in-out;
  width: 80%;
}
.poweredByDynata h3 {
  color: #6787b7;
}
.poweredByDynata p {
  padding: 1.25rem 0;
}
@media only screen and (max-width: 767px) {
  .poweredByDynata .col-sm-12 {
    margin: 0 0 50px;
  }
}
.poweredByDynata .box {
  box-shadow: 0 25px 50px 0 rgba(78, 81, 144, 0.07);
  width: 281px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .poweredByDynata .box {
    width: 100%;
  }
}
.poweredByDynata .box + .box {
  margin: 3rem 0 0;
}
@media only screen and (max-width: 767px) {
  .poweredByDynata .box img {
    width: 100%;
  }
}
.poweredByDynata .box .content {
  padding: 1.625rem 1.875rem 0.875rem 2.5rem;
}
.poweredByDynata .box .content h5 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.56;
}
.poweredByDynata .box .content h5 a {
  color: #1b365d;
}
.poweredByDynata .box .content hr {
  margin: 0.625rem 0;
}
.poweredByDynata .box .content small {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: normal;
  color: #6787b7;
}
.poweredByDynata .box:hover {
  transform: scale(1.05);
}

/*--------------------------------------------------------------
# test
--------------------------------------------------------------*/
/* New Header CSS */

#hero #myCarousel .carousel-inner {
  height: 620px;
  bottom: -40px;
}

#hero h1 {
  color: #6787b7;
  font-size: 2.125rem;
  font-weight: bold;
  height: auto;
  margin: 3rem 0 0;
  text-align: center;
  text-transform: unset;
}
#hero h1 span {
  height: auto;
  margin: 0;
  color: #6787b7;
  font-size: 2.125rem;
  font-weight: 400;
  text-align: center;
  display: block;
}
#hero h4 {
  color: #1b365d;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  margin-bottom: 4rem;
}
#hero h4 span {
  display: block;
}

#hero #myCarousel .carousel-indicators {
  bottom: 45px !important;
  float: right;
  margin-right: 12% !important;
}
@media only screen and (max-width: 1025px) {
  #hero .hero-img video {
    min-height: auto !important;
  }
  #hero #myCarousel .carousel-indicators {
    margin-right: 6% !important;
  }
}
@media only screen and (max-width: 980px) {
  #hero h1 span {
    display: unset;
  }
  #hero,
  #hero #myCarousel {
    height: auto !important;
  }
  #hero #myCarousel .carousel-inner .carousel-item .row .col-lg-7 {
    max-height: unset;
  }
  #hero #myCarousel .carousel-inner {
    height: 900px;
    bottom: 0px;
  }
  #hero h1,
  #hero h1 span {
    font-size: 1.8rem !important;
    margin: 10px;
    font-weight: normal !important;
  }
  #hero h4,
  #hero #myCarousel .carousel-inner .carousel-item .row .col-lg-5 {
    text-align: center;
  }
  #hero h4 {
    margin-bottom: 2rem;
  }
  #hero #myCarousel .carousel-indicators {
    float: unset;
    margin-right: auto !important;
    text-align: center;
  }
  #hero h4 span {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  #hero #myCarousel .carousel-inner {
    align-items: flex-start;
  }
  #hero #myCarousel .carousel-inner {
    height: auto;
  }
  #hero #myCarousel .carousel-indicators {
    bottom: 0px !important;
    margin-top: 2rem;
  }
  #hero #myCarousel .carousel-inner .carousel-item .row .col-lg-5 {
    padding: 0px;
  }
  #hero h4 {
    margin: 1rem;
  }
}
@media only screen and (max-width: 400px) {
  #hero #myCarousel .carousel-indicators {
    bottom: 0px !important;
    margin-top: 0rem;
  }
}

.whyDynata .whyDynataWrapper .factFigure {
  padding: 4.5rem 0 0 5rem;
}
.home .whyDynata {
  background: url(../images/innerbg.svg) no-repeat bottom;
  background-size: auto;
  background-size: cover;
}
.whyDynata .whyDynataWrapper .factFigure li:nth-child(4) hr {
  border-color: #f2c75c;
}
.whyDynata .whyDynataWrapper {
  width: 96%;
}

.page-id-15354 .whyDynataWrapper ul li {
  color: #5b6770;
  font-weight: normal !important;
}

.page-id-12774.ABMpage.ABMnewPage .calltoaction .call img {
  width: 650px;
}
#popup-search.modal {
  overflow: auto;
}
.CreativeTesting .section_2_sub,
.AudienceCampaignClass .section_2_sub {
  background: #f3f8ff;
  position: relative;
  z-index: 9999;
  overflow: unset;
  margin-top: 6rem;
  padding-bottom: 0;
}
.CreativeTesting .section_2_sub h2,
.AudienceCampaignClass .section_2_sub h2 {
  color: #1b365d;
  font-size: 1.875rem;
}
.CreativeTesting .section_2_sub h2 span,
.AudienceCampaignClass .section_2_sub h2 span {
  display: block;
}
.CreativeTesting .section_2_sub:after,
.AudienceCampaignClass .section_2_sub:after {
  border: dashed 2px #eb4b25;
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  right: -190px;
  top: -70px;
  z-index: -2;
}

.CreativeTesting .section_2_sub img,
.AudienceCampaignClass .section_2_sub img {
  margin-top: -8rem;
}
.CreativeTesting .section_2_sub p,
.AudienceCampaignClass .section_2_sub p {
  width: 90%;
}
.CreativeTesting .dataPageComponent2.innerCompnent h2,
.AudienceCampaignClass .dataPageComponent2.innerCompnent h2 {
  color: #1b365d !important;
}
.CreativeTesting .section_2_Call,
.AudienceCampaignClass .section_2_Call {
  background: #5363d6;
  text-align: center;
  padding: 2rem 0;
}
.CreativeTesting .section_2_Call h3,
.AudienceCampaignClass .section_2_Call h3 {
  color: #fff;
}
.CreativeTesting .section_2_Call .btn,
.AudienceCampaignClass .section_2_Call .btn {
  margin: 0 auto;
  width: 200px;
  border: 2px solid #fff;
  color: #fff;
}

.page-id-15141 .dataPageComponent2 .row {
  max-width: 80%;
  margin: 0 auto;
}
.page-id-15141 .dataPageComponent2 .col-lg-4 {
  width: 50%;
}

.page-template.summit2021.ABMpage .ABMHeader #header {
  padding: 1rem 0 !important;
}

.page-id-15154 .page-contact {
  padding: 0;
}
.page-id-15154 .marketingRoiTxtBigImg {
  margin-bottom: 5rem;
}
.page-id-15154 .marketingRoiTxtBigImg .btn {
  background: #eb4b25;
  border-radius: 7px;
  margin: 1rem;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}
.page-id-15154 .marketingRoiTxtBigImg .btn:hover {
  background: #1b365d;
}

.page-template-innerpage-side .single_features_right {
  margin: 5% auto;
  max-width: 480px;
  padding: 1rem;
}
.page-template-innerpage-side .single_features_right a {
  color: #5264d6;
}
.page-id-12430 .mega-requestDemo,
.page-id-12430 .mobile-only a.newBtn {
  display: none !important;
}

.page-id-12430.summit2021.ABMpage .top_bar .row {
  justify-content: center;
}
.page-id-12430.summit2021.ABMpage .top_bar .row .col-lg-3:nth-child(2) {
  display: none;
}

.page-id-12415 .flexibleService .col-lg-3 {
  padding: 0rem 0rem 0rem 0rem;
}
.page-id-12415 .flexibleService .col-lg-3 p {
  font-size: 1rem;
}
.page-id-12415 .flexibleService hr {
  background: #eb4b25;
}
.newWorldreport.Column2
  .conta-form
  .columnContainer
  input::-webkit-input-placeholder {
  color: #1b365d !important;
}
.summit2021.ABMpage .teams h3.heading2 {
  margin-top: 5rem;
}
.summit2021.ABMpage.hideColumn .teams .row .col-lg-3.nohide a {
  display: block !important;
}
.newThankYou .page-top .v-set h1 {
  font-size: 2.375rem !important;
}
.page-id-11500 .modal-content {
  background: url("/wp-content/themes/dynata/images/popup-bck-3.png");
  background-size: cover;
  background-color: #fff;
}
.Column2 .conta-form .columnContainer [data-editorblocktype="Text"] #nonGdpr {
  padding: 1rem 0.5rem;
}

.Column2
  .conta-form
  .columnContainer
  [data-editorblocktype="Text"]
  #nonGdpr
  span,
.Column2
  .conta-form
  .columnContainer
  [data-editorblocktype="Text"]
  #nonGdpr
  span
  a {
  font-size: 12px !important;
}
.requestADemo .columnContainer [data-editorblocktype="Text"] {
  grid-column: 1 / -1;
}
.newContactPage.Column2
  .newContactSection
  .columnContainer
  [data-editorblocktype="Text"] {
  clear: both;
}
.newContactPage .newContactSection .formCode .columnContainer p {
  margin: 1rem 0 0 0;
}
.newWorldreport.Column2 .conta-form .columnContainer input::-moz-placeholder {
  color: #1b365d !important;
}

.newWorldreport.Column2 .conta-form .columnContainer input::-ms-placeholder {
  color: #1b365d !important;
}

.newWorldreport.Column2 .conta-form .columnContainer input::placeholder {
  color: #1b365d !important;
}

.page-id-11376 .page-content .col-left {
  width: 100%;
}
.page-id-11376 .page-content.content-block-wrapper {
  display: none;
}
.page-template-summit2021New #mega-menu-item-11106 {
  display: none !important;
}
.summit2021.ABMpage .agenda .tab-content .row {
  grid-gap: 0;
}
.whiteFormColor.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  form {
  padding: 0 0 40px;
}
.whiteFormColor .conta-form .columnContainer input::placeholder,
.whiteFormColor .conta-form .columnContainer textarea::placeholder {
  font-size: 0.875rem !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #1b365d;
  font-family: "Nunito", sans-serif !important;
}

.whiteFormColor .conta-form .columnContainer select,
.whiteFormColor .conta-form .columnContainer input[type="text"],
.whiteFormColor .conta-form .columnContainer input[type="tel"],
.whiteFormColor .conta-form .columnContainer input[type="email"],
.whiteFormColor .conta-form .columnContainer textarea {
  background: #fff;
  -webkit-appearance: none;
  box-shadow: unset !important;
  border: unset !important;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-bottom: 1px solid #6787b7 !important;
  border-radius: unset !important;
  padding: 0 !important;
  font-size: 0.875rem !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #1b365d;
  font-family: "Nunito", sans-serif !important;
}
.whiteFormColor .conta-form .columnContainer label {
  display: none;
}
.whiteFormColor
  .conta-form
  .columnContainer
  [data-editorblocktype="Field-checkbox"]
  label {
  color: #1b365d;
  display: block;
}
.whiteFormColor
  .conta-form
  .columnContainer
  [data-editorblocktype="Field-checkbox"]
  label
  a {
  color: #1b365d;
}
.whiteFormColor
  .conta-form
  .columnContainer
  [data-editorblocktype="Field-checkbox"]
  .lp-form-field {
  display: flex !important;
  float: unset;
}
.whiteFormColor .conta-form .columnContainer .lp-form-button {
  font-size: 0.9rem !important;
  background-color: #eb4b25 !important;
  border-color: #eb4b25 !important;
}

.whiteFormColor
  .conta-form
  .columnContainer
  [data-editorblocktype="Field-dropdown"]
  .marketing-field {
  position: relative;
}
.whiteFormColor
  .conta-form
  .columnContainer
  [data-editorblocktype="Field-dropdown"]
  .lp-form-field:after {
  border-style: solid;
  border-color: #1c375d transparent transparent transparent;
  border-width: 7px 4px 0 4px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 0;
  width: 0;
}

.whiteFormColor .conta-form .columnContainer select:focus,
.whiteFormColor .requestADemo .columnContainer input:focus,
.whiteFormColor .requestADemo .columnContainer textarea:focus {
  border: unset !important;
  border-bottom: 1px solid #6787b7 !important;
}
.wpml-ls-item-ko {
  display: none;
}

.page-id-10938.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(5),
.page-id-10938.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(5)
  div {
  width: 100% !important;
}

.page-id-9680
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFieldDescriptor.mktoFormCol {
  float: unset;
}
.page-id-10921.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(7) {
  width: 100% !important;
}
.page-id-10921.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  .mktoFormRow
  label#Lblssi_marketingoptin,
.page-id-10921.page-template-innerpage-side
  .page-contact
  .conta-form
  .mktoFormRow
  label#Lblssi_privpolicyacknowledgement {
  font-size: 0.875rem !important;
  color: #1b365d !important;
}
#language-ja #hero #myCarousel .carousel-inner,
#language-ko #hero #myCarousel .carousel-inner {
  height: 750px;
}

#contatcUsbottom {
  font-size: 1rem;
}
.page-id-10024
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(1),
.page-id-10024
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(6) {
  float: left !important;
  padding: 0 10px;
  width: 50% !important;
}
.page-id-10024
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(7),
.page-id-10024
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(8) {
  width: 100% !important;
}

.overlay {
  top: 130px;
}
.home .overlay {
  top: 0;
}
.page-template-innerpage
  .conta-form
  .columnContainer
  [data-editorblocktype="Field-phone"]
  label:after {
  content: " (Optional)";
  position: absolute;

  font-size: 14px;
  padding: 0 0 0 5px;
}

.conta-form .columnContainer ::-webkit-input-placeholder,
.requestADemo .columnContainer ::-webkit-input-placeholder {
  color: transparent;
}

.conta-form .columnContai.requestADemo .columnContainer input:-moz-placeholder,
.requestADemo .columnContainer input:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

.conta-form .columnContainer input::-moz-placeholder,
.requestADemo .columnContainer input::-moz-placeholder,
.requestADemo .columnContainer textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

.conta-form .columnContainer :-ms-input-placeholder,
.requestADemo .columnContainer :-ms-input-placeholder,
.requestADemo .columnContainer textarea::-ms-input-placeholder {
  color: transparent;
}

.page-template-page-dashboard .modal-content {
  width: 100%;
}
.page-template-page-dashboard .modal-dialog {
  max-width: 100%;
}

.page-contact .conta-form ul {
  color: #000;
  width: 80%;
  text-align: center;
  margin: 0 auto 3rem;
}
.page-contact .conta-form ul li {
  padding: 0.5rem 0;
  list-style: disc;
}
.page-contact .conta-form iframe {
  width: 100%;
}
/*CSS of New Form */
/* New Form CSS */
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
*:focus {
  outline: none;
}

.new-resources .columnContainer [data-editorblocktype="Text"] p,
.new-resources .columnContainer [data-editorblocktype="Text"],
.new-resources .columnContainer [data-editorblocktype="Text"] p a {
  grid-column: 1 / -1;
  color: #fff;
  text-align: center;
}

.requestADemo .columnContainer {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  column-gap: 15px;
  row-gap: 0px;
  margin-bottom: -40px;
}
.requestADemo form [data-layout="true"] {
  max-width: 100%;
}

.requestADemo .columnContainer div {
  width: 100%;
}
.requestADemo .columnContainer [data-editorblocktype="Field-textarea"],
.requestADemo .columnContainer [data-editorblocktype="Field-checkbox"],
.requestADemo .columnContainer [data-editorblocktype="SubmitButtonBlock"] {
  grid-column: 1 / -1;
}
.requestADemo .columnContainer [data-editorblocktype="SubmitButtonBlock"] {
  text-align: center;
}

.requestADemo
  .columnContainer
  [data-editorblocktype="Field-text"]
  div.lp-form-field {
  display: block !important;
}
.requestADemo .columnContainer select,
.requestADemo .columnContainer input {
  width: 100% !important;
  padding: 14px 15px;
  font-size: 18px;
  border: solid 1px #1b365d;
  background-color: white;
  font-weight: 300 !important;
  margin: 0 0 20px;
  border-radius: 5px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.requestADemo
  .columnContainer
  [data-editorblocktype="Field-dropdown"]
  .marketing-field {
  position: relative;
}
.requestADemo
  .columnContainer
  [data-editorblocktype="Field-dropdown"]
  .lp-form-field:after {
  background: url(/wp-content/themes/dynata/images/arrow.png);
  position: absolute;
  height: 14px;
  width: 30px;
  right: 0;
  top: 75px;
  content: "";
}
.requestADemo .columnContainer label {
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 1;
  color: #1b365d;
  margin: 0 0 7px;
  width: unset !important;
  float: unset !important;
}

.requestADemo
  .columnContainer
  [data-editorblocktype="Field-checkbox"]
  .lp-form-field,
.requestADemo
  .columnContainer
  [data-editorblocktype="Field-checkbox"]
  .lp-form-field
  label {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500 !important;
  color: #1b365d;
}

.requestADemo
  .columnContainer
  [data-editorblocktype="Field-checkbox"]
  .lp-form-field
  input {
  width: 25px !important;
  height: 25px;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox;
  margin-bottom: 0;
}

.requestADemo .columnContainer .lp-form-button {
  width: 206px !important;
  height: 48px !important;
  background-image: unset !important;
  border-radius: 11px;
  border: solid 1px #1b365d !important;
  background-color: #1b365d !important;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1;
  color: white;
}

.requestADemo .columnContainer .lp-required {
  color: #1b365d !important;
}

@media only screen and (max-width: 767px) {
  .page-id-15141 .dataPageComponent2 .row {
    max-width: 100%;
  }
  .page-id-15141 .dataPageComponent2 .col-lg-4 {
    width: 100%;
  }

  .summit2021.ABMpage .teams .col-sm-6:first-child,
  .summit2021.ABMpage .teams .col-sm-6:last-child {
    display: none;
  }
  .summit2021.ABMpage .teams .col-sm-6.nohide:first-child,
  .summit2021.ABMpage .teams .col-sm-6.nohide:last-child {
    display: inline-block;
  }
  .summit2021.ABMpage .teams .col-sm-6 {
    margin-bottom: 1rem;
  }

  body.newThankYou .page-top {
    padding: 6rem 0 3rem 0 !important;
  }
  .ABMpage.ABMnewPage .section1 {
    margin-top: -12rem !important;
  }
  .body-wrap .new-resources .columnContainer input[type="text"],
  .body-wrap .new-resources .columnContainer input[type="email"],
  .body-wrap .new-resources .columnContainer select {
    width: 280px !important;
  }
  .new-resources .latest-news-section,
  .gallery {
    display: block !important;
    margin: 1rem !important;
  }
  .page-template-innerpage-side .single_features_left h2 {
    line-height: 2.1rem !important;
  }
  .requestADemo .columnContainer,
  .body-wrap .new-resources .columnContainer {
    display: block !important;
  }
  .page-contact .conta-form ul li {
    font-size: 1rem;
  }

  .page-id-10024
    .page-contact
    .conta-form
    form.mktoForm
    .mktoFormRow:nth-of-type(1),
  .page-id-10024
    .page-contact
    .conta-form
    form.mktoForm
    .mktoFormRow:nth-of-type(6) {
    width: 100% !important;
  }
  .page-id-10024 .page-top .v-set .left {
    margin-right: 0 !important;
  }
}

.covid19-section-heading {
  background: rgb(234, 121, 23);
  background: -moz-radial-gradient(
    circle,
    rgba(234, 121, 23, 1) 0%,
    rgba(224, 96, 38, 1) 50%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(234, 121, 23, 1) 0%,
    rgba(224, 96, 38, 1) 50%
  );
  background: radial-gradient(
    circle,
    rgba(234, 121, 23, 1) 0%,
    rgba(224, 96, 38, 1) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea7917",endColorstr="#e06026",GradientType=1);
  color: #fff;
  height: 50px;
  margin: 90px auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.covid19-section-heading a,
.covid19-section-heading a:hover {
  color: #fff;
  text-decoration: none;
}
#hero {
  padding-top: 90px !important;
}
#hero #myCarousel .carousel-indicators {
  bottom: 45px !important;
}
#hero #myCarousel .carousel-inner .carousel-item .row .col-lg-5 {
  padding-bottom: 70px !important;
}
.tabboard a,
.foot-widget a,
#menu-item-5888 a {
  text-decoration: unset;
}
.page-template-latest-home .requestADemo .requestADemoWrap h4 {
  font-size: 21px;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.24px;
}

.page-template-latest-home .requestADemo {
  background: linear-gradient(
    to bottom,
    white 0%,
    white 85%,
    #5264d6 85%,
    #5264d6 100%
  );
}
.page-template-latest-home .requestADemo .requestADemoWrap {
  padding: 65px 105px;
  background: #f3f8fe;
  border-top: none;
}
.body-wrap .requestADemoWrap .seeWhy .mktoButtonRow .mktoSimple .mktoButton {
  width: 210px !important;
}
@media only screen and (max-width: 767px) {
  #hero::before {
    display: none;
  }
  #hero #myCarousel .carousel-inner .carousel-item .row .col-lg-5 {
    padding-bottom: 0 !important;
  }
  #hero #myCarousel .carousel-indicators {
    bottom: 0 !important;
  }
  .page-template-latest-home .requestADemo .requestADemoWrap {
    padding: 35px 20px;
  }
  footer .wpml-ls-legacy-list-vertical {
    margin-bottom: 20px;
  }
}
.foot-widget ul {
  padding-left: 0;
}
.platformComponent1 .row,
.platformComponent1 {
  padding: 0 !important;
}

#hero #myCarousel .carousel-indicators li,
#hero #myCarousel .carousel-indicators li.active::before {
  height: 4px !important;
}
.platformComponent3 p,
.platformComponent1 p {
  margin: 0rem 0rem 2rem 0rem !important;
  color: #5b6770;
}
.platformComponent3 .row .newBtn {
  padding: 10px 24px !important;
}
.page-template-innerpage .whyDynataInner {
  padding: 0;
}
.page-template-innerpage .connectingInsightsWrapper .card h4 {
  font-size: 22px;
}

.page-template-innerpage .whyDynataInner .whyDynataWrapper p,
.page-template-innerpage .dataPageComponent5 p {
  color: #5b6770;
}
.connectingInsights a,
.connectingInsights a:hover {
  color: #5b6770;
}
.page-id-6303 .platformComponent1 h3 {
  color: #5b6770;
}
.page-id-6303 .platformComponent1 hr {
  margin: 1.75rem auto 4rem;
  width: 220px;
  border-bottom-color: #5264d6;
}

html {
  scroll-behavior: smooth !important;
}
.page-id-6303 .platformComponent3,
.page-id-6303 .connectingInsights {
  padding-bottom: 0;
}
.platformComponenttab {
  padding-top: 5rem !important;
  padding-bottom: 0 !important;
}
.topNav ul {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .mobile-nav {
    position: fixed;
    top: 120px;
    width: 100%;
    z-index: 9999;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

#_evh-button,
#_evh-ric {
  display: none !important;
}

#_evh-button.evidon-consent-button {
  display: block !important;
}

#language-ja #hero h2 {
  font-size: 1.8rem;
}
#language-ja .entry ul {
  margin-top: 25px;
}
#language-ja
  .requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(6)
  .mktoFieldWrap
  input {
  display: block !important;
}

#language-ja
  .requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(5)
  .mktoFieldWrap {
  width: 100%;
}
#language-ja .mktoFieldWrap {
  display: block;
}
#language-ja
  .requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(5)
  .mktoFieldWrap {
  margin: auto;
}
#language-ja
  .requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(6)
  .mktoFieldWrap {
  margin: auto;
  width: 100%;
}
.page-id-7120 .page-top .left,
.page-id-7122 .page-top .left,
.page-id-7123 .page-top .left,
.page-id-7128 .page-top .left {
  width: 100%;
}
.page-id-7120 .page-top .image-right,
.page-id-7122 .page-top .image-right,
.page-id-7123 .page-top .image-right,
.page-id-7128 .page-top .image-right {
  display: none;
}
.page-id-7120 .page-content .col-left,
.page-id-7122 .page-content .col-left,
.page-id-7123 .page-content .col-left,
.page-id-7128 .page-content .col-left {
  width: 100%;
}

.page-template-innerpage-side .page-contact .conta-form {
  background: #5365d6;
  padding: 40px;
  max-width: 480px;
  border-radius: 10px;
}
.page-template-innerpage-side .page-contact .conta-form a {
  color: #6787b7;
}
.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow {
  width: 50% !important;
}
.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(7),
.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(8),
.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(9) {
  width: 100% !important;
}
.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  select.mktoField,
.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  input[type="text"],
.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  input[type="tel"],
.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  input[type="email"],
.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  textarea.mktoField {
  background: #fff;
  -webkit-appearance: none;
}

.page-contact .conta-form form.mktoForm .mktoLabel {
  color: #fff !important;
}

.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoButtonRow
  .mktoButtonWrap
  button {
  background: #0c3364 !important;
  color: #fff !important;
  font-weight: 600;
  border: unset !important;
  box-shadow: unset !important;
}

.page-template-innerpage-side .page-contact .conta-form {
  color: #fff;
}

.page-template-innerpage-side .page-contact {
  background: #fff;
  color: #1b365d;
}

.page-template-innerpage-side .innerPageTop {
  transform: unset !important;
}

.page-template-innerpage-side .innerPageTop::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 37px;
  border-radius: 0 31px 31px 0;
  border: dashed 1px #eb4b25;
  top: 217px;
  left: -1px;
  transform-origin: center left;
  animation: clipMe 4s linear infinite;
}

.page-template-innerpage-side .width-90 {
  width: 90%;
}
.page-template-innerpage-side .width-80 {
  width: 80%;
}
.page-template-innerpage-side .width-70 {
  width: 70%;
}
.page-template-innerpage-side .single_features_left h2 {
  font-size: 1.875rem;
  line-height: 2.9rem;
  margin-bottom: 0.9rem;
  color: #1b365d;
  font-weight: 400;
}
.page-template-innerpage-side .single_features_left h3 {
  font-size: 1.5rem;
  line-height: 1.6rem;
  color: #6787b7;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-template-innerpage-side .single_features_left p.black {
  color: #5b6770;
}
.page-template-innerpage-side .single_features_left ul li {
  position: relative;
  margin: 0 0 2rem;
  font-size: 1.313rem;
  color: #5b6770;
}
.page-template-innerpage-side .single_features_left ul li:first-child hr {
  border-color: #1b365d;
}
.page-template-innerpage-side .single_features_left ul li:nth-child(3) hr {
  border-color: #5264d6;
}
.page-template-innerpage-side .single_features_left ul li hr {
  width: 3rem;
  border-bottom: 0.25rem solid #eb4b25;
  border-bottom-color: rgb(220, 88, 42);
  border-bottom-color: rgb(220, 88, 42);
  border-radius: 0.375rem;
  opacity: 1;
  margin: 0 0 0.875rem;
  max-width: 50%;
}
.page-template-innerpage-side .single_features_right {
  margin-top: 10%;
}
.page-template-innerpage-side .single_features_right p {
  font-size: 0.9rem;
  color: #afb5b9;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 20px;
}
.page-template-innerpage-side .newBtn {
  margin-top: 30px;
}

.page-template-innerpage-side .inner-features {
  background: #5365d6;
  padding: 0;
}
.page-template-innerpage-side .inner-features .single_features_left {
  margin: 0 auto;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.page-template-innerpage-side .inner-features .single_features_left h2 {
  font-size: 1.875rem;
  margin-bottom: 3rem;
  color: #fff;
}
.page-template-innerpage-side .inner-features .single_features_left p {
  font-size: 1.125rem;
  line-height: 2rem;
}
.page-template-innerpage-side .inner-features img {
  object-fit: cover;
  width: 100%;
}
.page-template-innerpage-side .btn-default2 {
  border-radius: 0px;
  background: #fff;
  color: #5365d6;
  border: 0;
  padding: 8px 15px;
  max-width: 160px;
  margin-top: 20px;
  height: 40px;
  border-radius: 5px;
  max-width: 180px;
}

.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoButtonRow
  .mktoButtonWrap
  button {
  background: #0c3364;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
  font-size: 0.9rem !important;
}

.page-template-innerpage-side h5 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
.page-template-innerpage-side h5 span {
  display: block;
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-innerpage-side .inner-features .single_features_left p {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .page-template-innerpage-side .inner-features .single_features_left {
    padding: 1rem;
  }
  .page-template-innerpage-side .width-70 {
    width: 100%;
  }
  .page-template-innerpage-side .inner-features .single_features_left h2 {
    margin-bottom: 1rem;
    line-height: 1;
  }
}

@media only screen and (max-width: 992px) {
  .page-id-15141 .dataPageComponent2 .row {
    max-width: 100%;
  }

  .page-template-innerpage-side .page-contact .conta-form {
    margin: 20px auto !important;
  }
  .page-template-innerpage-side .innerPageTop::before {
    content: unset;
  }
}
@media only screen and (max-width: 767px) {
  .Column2 .conta-form .columnContainer div.marketing-field {
    width: 100% !important;
  }
  .newWorldreport .conta-form .columnContainer label {
    width: 86% !important;
    float: left !important;
  }
  .page-template-innerpage-side .single_features_left h3 {
    margin: 20px auto;
  }
  .page-template-innerpage-side .single_features_left ul li {
    margin-bottom: 1.5rem;
  }
  .page-template-innerpage-side .width-80,
  .page-template-innerpage-side .width-70 {
    width: 100%;
  }
  .page-template-innerpage-side h5 span {
    display: inline-block;
  }
}

.responsivevoice-button {
  margin: 20px auto;
}

.page-id-6302 .dataPageComponent2,
.page-id-6302 .platformComponent3 {
  padding-bottom: 0;
}
.page-id-6302 .platformComponenttab {
  padding-top: 0 !important;
}
.page-id-6302 .connectingInsights {
  padding: 0;
}
.page-id-6302 .dataPageComponent2 p {
  font-size: 1.25rem;
  padding: 0 8rem;
}

.page-id-6562 .platformComponent3 .row,
.page-id-6346 .platformComponent3 .row {
  margin-bottom: 0;
}
#global-consumer-trends-covid-19-the-new-normal {
  padding-bottom: 5rem;
}
.single-press ul {
  list-style: disc;
}
.single-press ul li {
  margin: 10px 5px;
}

@media only screen and (max-width: 992px) {
  .page-id-6302 .dataPageComponent2 p {
    padding: 0;
  }
}

.page-id-7120 .page-contact,
.page-id-8270 .page-contact {
  background-image: unset;
  padding-top: 0;
}

.page-id-8267 .mktoForm .mktoGutter,
.page-id-8280 .mktoForm .mktoGutter {
  display: none;
}
.page-id-8267
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFieldDescriptor.mktoFormCol,
.page-id-8280
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFieldDescriptor.mktoFormCol {
  width: 100%;
}
.page-id-8267 .page-contact .conta-form form.mktoForm .mktoButtonRow,
.page-id-8280 .page-contact .conta-form form.mktoForm .mktoButtonRow {
  width: 100%;
}
.page-id-8267.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoButtonRow
  .mktoButtonWrap
  button,
.page-id-8280.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoButtonRow
  .mktoButtonWrap
  button {
  height: 50px;
}
.page-id-8267 .page-contact .conta-form form.mktoForm .mktoLabel,
.page-id-8280 .page-contact .conta-form form.mktoForm .mktoLabel {
  float: left;
}
.page-id-8280 .page-contact .conta-form form input,
.page-id-8280 .page-contact .conta-form form select {
  border-radius: 0;
  box-shadow: none;
  color: #1b365d;
  font-size: 18px !important;
  height: 50px !important;
  margin: 5px 0 0;
  max-width: 100%;
  padding: 0 10px !important;
  margin-bottom: 15px;
  border: unset !important;
}
.page-id-8280 .page-contact .conta-form form label {
  font-size: 15px;
}

.page-id-8280 .page-contact .conta-form form button {
  background: #0c3364 !important;
  border: unset !important;
  border-radius: 0;
  color: #fff;
  display: table;
  font-family: Nunito;
  font-size: 0.9rem !important;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 15px auto 0 !important;
  max-width: 200px;
  min-width: 200px;
  overflow: hidden;
  padding: 0 30px !important;
  position: relative;
  text-align: center;
  width: 100% !important;
  padding: 15px !important;
  text-transform: uppercase;
}

.page-id-8280 .page-contact .conta-form form .dynamic .lp-form-field {
  display: flex;
  align-items: baseline;
}
.page-id-8280 .page-contact .conta-form form .dynamic .lp-form-field input {
  height: auto !important;
}
.page-id-8280 .page-contact .conta-form form .dynamic .lp-form-field label {
  margin-left: 10px;
}

/*CSS for New Section */

.page-template-innerpage-side .sidebarNoMargin .page-contact .conta-form {
  margin-top: 0;
}

.page-template-innerpage-side .sidebarNoMargin .innerRightSection {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.page-template-innerpage-side .sidebarNoMargin .conta-form hr {
  border-bottom: 2px solid #fff;
  width: 75px;
  opacity: 1;
  margin: 40px 0;
}
.page-template-innerpage-side .sidebarNoMargin .innerRightSection h4 {
  font-size: 36px;
  font-weight: bold;
  line-height: 39px;
}
.page-template-innerpage-side .sidebarNoMargin .innerRightSection h4 span {
  display: block;
  font-size: 24px;
  font-weight: normal;
}

.page-template-innerpage-side .sidebarNoMargin .single_features_left img {
  width: 77px;
  height: 77px;
  margin: 20px 0 0;
}
.page-template-innerpage-side .sidebarNoMargin .single_features_left .font-30 {
  font-size: 1.875rem;
  margin-bottom: 30px;
}
.page-template-innerpage-side .sidebarNoMargin .single_features_left h4 {
  color: #6787b7;
  font-size: 1.5rem;
}
.page-template-innerpage-side .sidebarNoMargin #line_break hr {
  border-bottom: 2px solid #eee;
  width: 90% !important;
  margin: 0 auto;
}
.page-template-innerpage-side .sidebarNoMargin #line_break {
  padding: 3rem 0;
}
.page-template-innerpage-side .sidebarNoMargin .platformComponent3 h2 {
  color: #1b365d;
  margin-bottom: 0;
}
.page-template-innerpage-side .sidebarNoMargin .platformComponent3 h5 {
  color: #6787b7;
  text-align: left;
  font-size: 1.125rem;
}
.page-template-innerpage-side .sidebarNoMargin .platformComponent3 h6 {
  color: #1b365d;
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 40px;
}
.page-template-innerpage-side .sidebarNoMargin .platformComponent3 h6 span {
  display: block;
  font-weight: normal;
  color: #5b6770;
}
.page-template-innerpage-side .sidebarNoMargin .newBtn {
  margin-top: 0;
}

.page-template-innerpage-side .sidebarNoMargin .platformComponent3 .row {
  align-items: flex-start !important;
}
.page-template-innerpage-side .sidebarNoMargin .platformComponent3 {
  padding-bottom: 0;
}
.page-template-innerpage-side .sidebarNoMargin .customerStories .readMore {
  margin: 0 auto 50px;
}
.page-template-innerpage-side .sidebarNoMargin .customerStories {
  padding: 0;
  border-bottom: 50px solid #5264d6;
}

.page-id-8312 .page-contact,
.page-id-8379 .page-contact,
.page-id-8396 .page-contact {
  background: unset;
}

.page-id-2044
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(8),
.page-id-2044
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(9) {
  width: 100% !important;
}

/* New Form CSS */

.conta-form .columnContainer {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  column-gap: 15px;
  row-gap: 0px;
}
.conta-form form [data-layout="true"] {
  max-width: 100%;
}

.conta-form .columnContainer div {
  width: 100%;
  margin: 5px auto 0;
  padding: 0 !important;
}

.conta-form .columnContainer [data-editorblocktype="Text"] {
  grid-column: span 2;
  margin: 1rem auto;
}

.conta-form .columnContainer [data-editorblocktype="Text"] p,
.conta-form .columnContainer [data-editorblocktype="Text"] p a,
.conta-form
  .columnContainer
  [data-editorblocktype="Field-checkbox"]
  .lp-form-field {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500 !important;
  color: #fff;
}
.conta-form .columnContainer select {
  padding: 0 0.5rem;
  background: rgba(216, 226, 240, 0.330701);
  border: 2px solid #fff;
  border-radius: 0;
  box-shadow: none;
  color: #1b365d;
  float: none;
  font-size: 18px !important;
  height: 50px !important;
  filter: unset;
  margin: 5px 0;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.conta-form
  .columnContainer
  [data-editorblocktype="Field-dropdown"]
  .lp-form-field
  label:after,
.conta-form
  .columnContainer
  [data-editorblocktype="Field-lookup"]
  .lp-form-field
  label:after {
  background: url("/wp-content/uploads/2021/05/Screenshot-2021-05-25-at-2.30.47-PM.png");
  content: "";
  display: block;
  height: 54px;
  pointer-events: none;
  position: absolute;
  right: -11%;
  width: 38px !important;
  background-size: cover;
  margin-top: 11px;
  float: right;
}
.conta-form .columnContainer input,
.conta-form .columnContainer textarea {
  background: rgba(216, 226, 240, 0.330701);
  border: 2px solid #fff;
  border-radius: 0;
  box-shadow: none;
  color: #1b365d;
  font-size: 18px !important;
  height: 50px !important;
  margin: 5px 0;
  max-width: 100%;
  padding: 0 10px !important;
  width: 100% !important;
  filter: unset;
}
.conta-form .columnContainer textarea {
  height: 80px !important;
  padding: 10px !important;
}
.conta-form .columnContainer select:focus,
.requestADemo .columnContainer input:focus,
.requestADemo .columnContainer textarea:focus {
  border: 2px solid #1b365d !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.conta-form .columnContainer [data-editorblocktype="Field-textarea"],
.conta-form .columnContainer [data-editorblocktype="Field-checkbox"],
.conta-form .columnContainer [data-editorblocktype="SubmitButtonBlock"] {
  grid-column: 1 / -1;
}
.conta-form .columnContainer [data-editorblocktype="SubmitButtonBlock"] {
  text-align: center;
}

.conta-form
  .columnContainer
  [data-editorblocktype="Field-text"]
  div.lp-form-field {
  display: block !important;
}

.conta-form .columnContainer label {
  position: relative;
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 1;
  color: #fff;
  margin: 0 0 7px;
  width: 90% !important;
  float: unset !important;
}

.conta-form .columnContainer [data-editorblocktype="Field-checkbox"] label {
  font-size: 14px;
  margin: 0.2rem 0 0 0;
  padding: 0;
  font-weight: 500 !important;
}
.conta-form .columnContainer [data-editorblocktype="Field-checkbox"] label a {
  color: #fff;
}
.conta-form
  .columnContainer
  [data-editorblocktype="Field-checkbox"]
  .lp-form-field
  input {
  width: 20px !important;
  height: 20px !important;
  margin: 0 8px 0 0;
}

#nonGdpr span {
  font-size: 14px !important;
}

.conta-form .columnContainer .lp-form-button {
  background: none !important;
  border: 2px solid #fff !important;
  border-radius: 0;
  color: #fff;
  display: table;
  font-family: Nunito;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 15px auto 0 !important;
  max-width: 350px;
  min-width: 200px;
  overflow: hidden;
  padding: 0 30px !important;
  position: relative;
  text-align: center;
  width: 100% !important;
  height: 50px;
  box-shadow: 3px 3px 10px 0px #ccc;
}
.conta-form .columnContainer .lp-form-button:hover {
  border: 2px solid #1b365d !important;
  color: #1b365d;
}
.conta-form .columnContainer .lp-required {
  color: #1b365d !important;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .conta-form .columnContainer {
    grid-template-columns: repeat(1, 1fr);
    display: block !important;
  }
}
.noBackground .page-contact {
  background: unset;
}

.request-a-demo-page
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(1),
.request-a-demo-page
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(2),
.request-a-demo-page
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(6) {
  width: 50% !important;
}
.request-a-demo-page
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(8) {
  width: 100% !important;
}

.request-a-demo-abm-page
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(1),
.request-a-demo-abm-page
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(2),
.request-a-demo-abm-page
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(6),
.request-a-quote–ABM .conta-form form.mktoForm .mktoFormRow:nth-of-type(6) {
  width: 50% !important;
}
.request-a-demo-abm-page
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(8),
.request-a-demo-abm-page
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(5),
.request-a-quote–ABM .conta-form form.mktoForm .mktoFormRow:nth-of-type(4),
.request-a-quote–ABM .conta-form form.mktoForm .mktoFormRow:nth-of-type(7) {
  width: 100% !important;
}
.page-id-9680.request-a-quote–ABM
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(1)
  .mktoFormCol,
.page-id-9680 .page-contact .conta-form form.mktoForm .mktoFormRow {
  width: 100% !important;
}
.request-a-quote–ABM
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(1)
  .mktoFormCol {
  width: 48.8% !important;
}
.request-a-quote–ABM
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(1)
  .mktoFormCol:nth-of-type(1) {
  margin-right: 8px !important;
}
.request-a-quote–ABM
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(1)
  .mktoFormCol:nth-of-type(2) {
  margin-left: 8px !important;
}

.newWorldreport
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(1),
.newWorldreport
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(2) {
  width: 50% !important;
}
@media only screen and (max-width: 640px) {
  .request-a-demo-page
    .page-contact
    .conta-form
    form.mktoForm
    .mktoFormRow:nth-of-type(6),
  .request-a-demo-abm-page
    .page-contact
    .conta-form
    form.mktoForm
    .mktoFormRow:nth-of-type(6),
  .request-a-quote–ABM .conta-form form.mktoForm .mktoFormRow:nth-of-type(6) {
    width: 100% !important;
  }

  .request-a-quote–ABM
    .conta-form
    form.mktoForm
    .mktoFormRow:nth-of-type(1)
    .mktoFormCol {
    clear: unset !important;
  }
  .request-a-quote–ABM
    .conta-form
    form.mktoForm
    .mktoFormRow:nth-of-type(1)
    .mktoFormCol:nth-of-type(1) {
    margin-right: 5px !important;
  }
  .request-a-quote–ABM
    .conta-form
    form.mktoForm
    .mktoFormRow:nth-of-type(1)
    .mktoFormCol:nth-of-type(2) {
    margin-left: 2px !important;
  }
}

#language-ja #hero h2,
#language-zh-hans #hero h2 {
  font-size: 1.8rem;
}
#language-ja .entry ul,
#language-zh-hans .entry ul {
  margin-top: 25px;
}
#language-ja
  .requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(6)
  .mktoFieldWrap
  input,
#language-zh-hans
  .requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(6)
  .mktoFieldWrap
  input {
  display: block !important;
}

#language-ja .requestADemoWrap .seeWhy .mktoFormRow:nth-child(5) .mktoFieldWrap,
#language-zh-hans
  .requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(5)
  .mktoFieldWrap {
  width: 100%;
}
#language-ja .mktoFieldWrap,
#language-zh-hans .mktoFieldWrap,
#language-zh-hans
  .requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(5)
  .mktoFieldWrap
  input {
  display: block !important;
}
#language-ja .requestADemoWrap .seeWhy .mktoFormRow:nth-child(5) .mktoFieldWrap,
#language-zh-hans
  .requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(5)
  .mktoFieldWrap {
  margin: auto;
}
#language-ja .requestADemoWrap .seeWhy .mktoFormRow:nth-child(6) .mktoFieldWrap,
#language-zh-hans
  .requestADemoWrap
  .seeWhy
  .mktoFormRow:nth-child(6)
  .mktoFieldWrap {
  margin: auto;
  width: 100%;
}

.ABMpage .section6 .rightSection .mktoFormRow:nth-of-type(1),
.ABMpage .section6 .rightSection .mktoFormRow:nth-of-type(2) {
  width: 50% !important;
  float: left !important;
}

.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  select.mktoField {
  font-size: 0.825rem !important;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(1),
.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(2),
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(4),
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoFormRow:nth-of-type(5) {
  width: 50% !important;
  float: left !important;
  clear: unset;
}

.page-contact .conta-form form.mktoForm .mktoButtonRow .mktoButtonWrap button {
  padding: 15px 30px !important;
}
.page-template.page-template-innerpage-side .page-contact .conta-form {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px !important;
  background: #fff !important;
  padding: 0 !important;
}
.page-template.page-template-innerpage-side.backGroundBlue
  .page-contact
  .conta-form {
  background: #5264d6 !important;
  padding: 35px !important;
}
@media only screen and (max-width: 767px) {
  .page-template.page-template-innerpage-side.backGroundBlue
    .page-contact
    .conta-form {
    padding: 15px !important;
  }
}
.page-template.page-template-innerpage-side .page-contact .conta-form form {
  padding: 15px 40px 40px;
}
.page-template.page-template-innerpage-side .page-contact .conta-form h5 {
  background: #5264d6;
  padding: 0.7rem;
  border-radius: 5px;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  select.mktoField
  ~ .mktoClear::before {
  border-color: #1c375d transparent transparent transparent;
  border-width: 7px 4px 0 4px;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  select.mktoField
  ~ .mktoClear {
  background: unset;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  input:focus,
.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  select:focus {
  border: unset !important;
  border-bottom: 1px solid #6787b7 !important;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm {
  margin-bottom: 0;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  .mktoFormRow {
  width: 100%;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  .mktoFormRow
  .mktoFieldDescriptor.mktoFormCol {
  margin-bottom: 20px !important;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  .mktoFormRow
  label {
  display: none;
  font-family: "Nunito", sans-serif !important;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  .mktoFormRow
  label#Lblssi_marketingoptin,
.page-template-innerpage-side
  .page-contact
  .conta-form
  .mktoFormRow
  label#Lblssi_privpolicyacknowledgement {
  display: block;
  color: #58585b !important;
  line-height: 20px !important;
  font-size: 15px !important;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  .mktoFormRow
  input,
.page-template-innerpage-side .page-contact .conta-form .mktoFormRow select {
  box-shadow: unset !important;
  border: unset !important;
  border-bottom: 1px solid #6787b7 !important;
  border-radius: unset !important;
  padding: 0 !important;
  font-size: 0.875rem !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #1b365d;
  font-family: "Nunito", sans-serif !important;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  .mktoFormRow
  input::placeholder {
  font-size: 0.875rem !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #1b365d;
  font-family: "Nunito", sans-serif !important;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  .mktoFieldWrap {
  flex-direction: row-reverse;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  .mktoFieldWrap
  .mktoCheckboxList {
  display: flex;
  align-items: flex-start;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  form.mktoForm
  .mktoCheckboxList
  input[type="checkbox"] {
  visibility: visible;
}
.page-template.page-template-innerpage-side
  .mktoForm
  input.mktoField.mktoInvalid,
.page-template-innerpage-side .mktoForm select.mktoField.mktoInvalid,
.page-template-innerpage-side .mktoForm textarea.mktoField.mktoInvalid,
.page-template-innerpage-side .mktoForm div.mktoLogicalField.mktoInvalid {
  border: unset;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  .mktoButtonRow
  .mktoButtonWrap {
  margin: 2rem auto 0 !important;
  display: block;
}
.page-template.page-template-innerpage-side
  .page-contact
  .conta-form
  .mktoButtonRow
  .mktoButtonWrap
  .mktoButton {
  background-color: #eb4b25 !important;
  border-color: #eb4b25 !important;
  margin-top: 0 !important;
  margin-top: 3rem;
}
#hero .carousel-item .newHeader {
  background: hsla(215, 55%, 24%, 1);

  background: linear-gradient(
    0deg,
    hsla(215, 55%, 24%, 1) 0%,
    hsla(232, 62%, 58%, 1) 100%
  );

  background: -moz-linear-gradient(
    0deg,
    hsla(215, 55%, 24%, 1) 0%,
    hsla(232, 62%, 58%, 1) 100%
  );

  background: -webkit-linear-gradient(
    0deg,
    hsla(215, 55%, 24%, 1) 0%,
    hsla(232, 62%, 58%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#1B365D", endColorstr="#5264D6", GradientType=1 );
}
#hero .carousel-item .newHeader .hero-img img {
  max-width: 95%;
}
#hero .carousel-item .newHeader h1 {
  font-size: 2.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.5rem;
  display: none;
}
#hero .carousel-item .newHeader h4 {
  font-size: 2.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.5rem;
}
#hero .carousel-item .newHeader h4 span {
  display: block;
}
#hero .carousel-item .newHeader .newBtn.transparent {
  background: none;
  border: solid 2px #fff;
  color: #fff;
}
#hero #myCarousel .carousel-indicators #listing0.active {
  background: #fff !important;
  border-radius: 7px;
}
#hero .carousel-item .newHeader .right_section {
  padding-left: 3rem;
}
@media only screen and (max-width: 992px) {
  #hero .carousel-item .newHeader {
    padding-bottom: 1rem;
  }
  #hero .carousel-item .newHeader .right_section {
    padding-left: 3rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #hero .carousel-item .newHeader h4 {
    margin-bottom: 1rem;
  }
  #hero .carousel-item .newHeader h4 span {
    display: unset;
  }
  #hero .carousel-item .newHeader h1 {
    display: block;
    font-size: 1.2rem !important;
    padding: 30px 10px;
  }
  #hero .carousel-item .newHeader h1 span {
    color: #fff;
    display: unset;
    margin: 0;
    font-size: 1.2rem !important;
  }
  #hero .carousel-item .newHeader h4 {
    display: none;
  }
  #hero .carousel-item .newHeader .hero-img img {
    max-width: 80% !important;
  }
}
