/************************************************************************************/
/* Navbar */
/************************************************************************************/

nav a {
  color: white !important;
}

.login-nav {
  background-color: #015d97;
  font-size: 12px;
  z-index: 1030;
}

.login-nav .nav-link {
  padding: 5px 8px;
}

.main-nav {
  background-color: #02273e;
  font-weight: bold;
  z-index: 1030;
}

.main-nav .navbar-collapse::-webkit-scrollbar-track {
  background-color: transparent;
}

.main-nav .navbar-collapse::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

.main-nav .navbar-collapse::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: rgba(2, 39, 62, 0.4);
}

.main-nav .nav-item .nav-link {
  font-size: 14px;
  padding-right: 15px;
  font-weight: normal;
}

.main-nav .nav-item.active {
  text-underline: white;
  text-underline-position: under;
  font-weight: 800;
}

.main-nav .dropdown-menu {
  background-color: #02273e;
}

.main-nav .dropdown-menu .dropdown-item:hover {
  background-color: #015d97;
}

.main-nav .border-bottom {
  border-color: #015d97 !important;
}

nav .pink-btn {
  background-color: #ab3275;
  color: white;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px;
  vertical-align: middle;
  margin-top: -5px;
}

nav .pink-btn:hover {
  color: white;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  height: 28px;
}

@media (max-width: 768px) {
  nav li.d-md-none a {
    font-size: 12px;
  }

  nav .pink-btn {
    margin-top: 5px;
  }

  .main-nav {
    top: 0;
    left: 0;
    right: 0;
  }

  .main-nav .navbar-collapse {
    height: 100%;
    max-height: 60vh;
    width: 100%;
    overflow-y: auto;
  }
}

.dropdown-item.active {
  background-color: unset;
  font-weight: 600;
}

.dropdown-item.active span {
  text-decoration: underline;
}

.new-feature {
  background: #ab3275;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  border-radius: 9px;
  margin-left: 10px;
  text-decoration: none !important;
}

/************************************************************************************/
/* Homepage */
/************************************************************************************/
.homepage section {
  overflow: hidden;
}

.homepage .bottom-wave {
  width: 100%;
  min-width: 100%;
  margin-top: -2px;
}

.homepage .head {
  background-color: #0275bd;
  background-size: cover;
  padding-top: 45px;
}

.homepage .head .head-img {
  position: relative;
}

.homepage .head img {
  position: absolute;
  right: 13%;
  width: 83%;
  top: -23%;
  max-width: 495px;
}

.homepage .head p {
  color: rgba(255, 255, 255, 0.7)
}

@media (max-width: 992px) {
  .homepage .head img {
    right: -10%;
    width: 113%;
    top: -4%;
  }
}

.homepage #logo-clients {
  margin-top: 100px !important;
  margin-bottom: 50px;
}

.homepage .logo-client {
  width: 19%;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.homepage .logo-client img {
  width: 100%;
}

.homepage .capabilities .col-md-4 {
  margin-bottom: 35px;
}

.homepage .capabilities .card {
  padding: 14px 30px;
  border-radius: 5px;
  border: none;
  height: 100%;
}

.homepage .capabilities div.img {
  height: 170px;
}

.homepage .capabilities img {
  text-align: center;
  width: 170px;
  height: 150px;
}

.homepage .capabilities .quantitative-qualitative .card {
  background-color: #0275bd;
}

.homepage .capabilities .easy-onboarding .card {
  background-color: #ab3275;
}

.homepage .strip {
  height: 0;
  border-bottom: solid 7px;
  margin: 15px 0 25px;
}

.homepage .violet-strip {
  border-color: #ab3275;
}

.homepage .blue-strip {
  border-color: #0275bd;
}

.homepage .ux-services button {
  margin: 4px 0;
  font-size: 16px;
  border-radius: 2px;
  padding: 5px 15px;
}

.homepage .ux-services img {
  width: 100%;
  max-width: 260px;
  max-height: 350px;
}

.homepage .collapsed .fa-minus:before {
  content: "\f067";
}

.homepage .how-it-works {
  background: url("/front/img/home/violet-wave.svg") center center;
  background-size: cover;
}

.homepage .how-it-works .col-sm-6 {
  margin-bottom: 5px;
  padding: 5px;
}

.homepage .how-it-works .card {
  padding: 25px 10px;
  height: 100%;
}

.homepage .how-it-works h1 {
  font-size: 48px;
  background: -webkit-linear-gradient(left top, #ab3275, #0275bd);
  background: linear-gradient(to bottom right, #ab3275, #0275bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  border-radius: 50%;
  width: 67px;
  height: 67px;
  padding: 8px;

  border: 2px solid #575499;
  border-right-color: #ab3275;
  border-left-color: #0275bd;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;

}

.homepage .how-it-works h5 {
  font-size: 18px;
}

.homepage .how-it-works .card p {
  color: #345264;
}

.homepage .how-it-works img {
  max-width: 163px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.homepage .testimonial-container {
  margin-bottom: 90px;
  -webkit-box-shadow: 0px 0px 115px -47px rgba(3, 39, 63, 0.1);
  -moz-box-shadow: 0px 0px 115px -47px rgba(3, 39, 63, 0.1);
  box-shadow: 0px 0px 115px -47px rgba(3, 39, 63, 0.4);
}

.homepage .testimonial-container .ilustrations-container {
  position: relative;
  height: 0;
  width: 0;
}

.homepage .testimonial-container .lady {
  position: absolute;
  top: -144px;
  left: 75vw;
}

.homepage .testimonial-container .dialog-box-2 {
  position: absolute;
  top: -138px;
  left: 80vw;
}

.homepage .testimonial-container .dialog-box-3 {
  position: absolute;
  top: 331px;
  left: 10vw;
}

.homepage #testimonial-home {
  padding: 20px;
}

.homepage .testimonial-box {
  width: 100%;
  margin-top: 0;
}

.homepage .testimonial p {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
}

/*Slider*/
.homepage #testimonial-home .carousel {
  height: auto;
}

.homepage .carousel-item {
  align-content: center;
}

.homepage #testimonial-home .carousel-indicators {
  bottom: -90px;
}

.homepage #testimonial-home .testimonial p {
  min-height: 155px;
  color: #0a283c;
}

.homepage #testimonial-home .testimonial span {
  margin-top: 10px;
}

.homepage #testimonial-home .testimonial p:before {
  border-top: 10px solid #f5f7fa;
}

.homepage #myCarousel .carousel-indicators li {
  background-color: #ab3275;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.homepage #myCarousel .carousel-indicators .active {
  background-color: #ab3275;
}

.homepage .testimonial-logo {
  display: block;
  padding-left: 20px;
  height: 120px;
  text-align: center;
}

.homepage .testimonial-logo h4 {
  color: #ab3275;
  font-weight: bold;
  margin-bottom: 0;
}

.homepage .testimonial-logo p {
  color: #7d8f9b;
}

.homepage .testimonial-logo img {
  height: 50px;
  margin-bottom: 20px;
}

.homepage .testimonial-logo img.img-responsive {
  display: inline-block;
}

.homepage .testimonial p {
  text-align: center;
}

@media (max-width: 1349px) {
  .homepage #myCarousel {
    min-height: 280px;
  }

  .homepage #testimonial-carousel {
    min-height: 190px;
  }
}

@media (max-width: 1200px) {
  .homepage #testimonial-home .testimonial p {
    min-height: 184px;
  }

  .homepage .testimonial-container .dialog-box-3 {
    top: 359px;
  }

}

@media (max-width: 995px) {
  .homepage .testimonial-container .dialog-box-2,
  .homepage .testimonial-container .dialog-box-3,
  .homepage .testimonial-container .lady {
    display: none;
  }

  .homepage .testimonial-container {
    margin-top: 20px;
    margin-bottom: 100px
  }

  .homepage #testimonial-home .testimonial p {
    min-height: 208px;
  }

}

@media (max-width: 767px) {
  .homepage #testimonial-home .testimonial p {
    min-height: 380px;
  }
}

@media (max-width: 599px) {
  .homepage .testimonial-container {
    padding-top: 5px !important;
  }

  .homepage #testimonial-home .carousel-indicators {
    margin-top: 50px;
  }

  .homepage #testimonial-home .testimonial p {
    min-height: 336px;
    margin-bottom: 0;
    padding: 0;
  }
}

.homepage .blog {
  background: url("/front/img/home/bg-blog-gray.svg") left center;
  background-size: cover;
  margin-bottom: -4px;
}

.homepage .blog > div {
  background: url("/front/img/home/bg-blog-blue.svg") center center;
  background-size: cover;
}

.homepage .blog .col-md-4 {
  margin-bottom: 15px;
}

.homepage .blog a:hover {
  text-decoration: none;
}

.homepage .blog .card {
  border: none;
  height: 100%;
  margin-bottom: 15px;
}

.homepage .blog .card img {
  max-height: 200px;
  object-fit: cover;
}

.homepage .blog h5 {
  font-weight: bold;
}

.homepage .blog p {
  color: #02273e;
}

.homepage .blog small {
  color: #7d8f9b;
  font-weight: bold;
  font-size: 12px;
}

.homepage .pic-footer {
  margin-top: -50px;
  width: 30%;
  max-width: 200px;
}

@media (max-width: 477px) {
  .homepage .pic-footer {
    display: none;
  }

  .homepage .blog .container {
    padding-bottom: 50px;
  }
}

/* Homepage 2 Video Modal */
#promo-video .modal-header {
  padding: 7px 1rem;
}

#promo-video .modal-dialog {
  max-width: 800px;
}

/************************************************************************************/
/* Interaction Design Foundation */
/************************************************************************************/
.interaction-design .main-logos img {
  width: 100%;
  min-width: 290px;
  max-width: 720px;
}

.interaction-design .main-logos img.mobile {
  max-width: 400px;
}

.interaction-design h1 {
  text-transform: initial;
  font-weight: normal;
  text-align: center;
}

.interaction-design h3 {
  font-weight: bold;
}

.interaction-design section > div {
  padding-top: 60px;
  padding-bottom: 60px;
}

.interaction-design .discount-codes {
  background: rgb(233, 240, 245);
  background: linear-gradient(0deg, rgba(233, 240, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.interaction-design .discount-codes .row > div {
  background-color: white;
  border: 1px #015d97 solid;
  border-radius: 15px;
  max-width: 359px;
  padding: 5px 0;
}

.interaction-design .discount-text {
  height: 82px;
}

.interaction-design .discount-codes .code {
  background-color: #015d97;
  color: white;
  padding: 3px;
  margin-bottom: 5px;
}

.interaction-design .discount-codes h1 {
  margin-bottom: 80px;
}

.interaction-design .discount-codes .discount-text h2 {
  font-size: 30px;
  font-weight: 800;
}

/*** Promo video ***/
.interaction-design .promo-video {
  width: 100%;
  max-width: 700px;
}

.interaction-design .user-centric img {
  width: 100%;
  max-width: 315px
}

.interaction-design .any-type img {
  width: 100%;
  max-width: 350px;
}

.interaction-design .easy-customizable img {
  width: 100%;
  max-width: 450px;
}

/*** Carousel ***/

.interaction-design #logo-clients {
  margin-top: 100px !important;
  margin-bottom: 50px;
}

.interaction-design .logo-client {
  width: 19%;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.interaction-design .logo-client img {
  width: 100%;
}

/*** Helping enterprises section ***/
.helping-enterprise img {
  width: 100%;
  max-width: 350px;
}

.helping-enterprise .row {
  margin-top: -150px;
}

.helping-enterprise .pink-circle {
  background: url("/front/img/interaction-design/pink-circle.png") center center no-repeat;
  height: 185px;
  background-size: contain;
  margin: 10px 0;
}

.helping-enterprise .blue-circle {
  background: url("/front/img/interaction-design/blue-circle.png") center center no-repeat;
  height: 245px;
  background-size: contain;
  margin: 10px 0;
}

.helping-enterprise .pink-circle span,
.helping-enterprise .blue-circle span {
  font-size: 25px;
  line-height: 0;
}

.helping-enterprise .pink-circle small,
.helping-enterprise .blue-circle small {
  font-size: 13px;
}


/*** Questions form ***/
.interaction-design .form-control {
  max-width: 400px;
}

.interaction-design .thank-you-response {
  margin-bottom: 2rem;
}

.interaction-design #result p,
.interaction-design #result .loader,
.interaction-design .thank-you-response {
  display: none;
}

/*** iCheck ***/
.interaction-design .question-form .icheckbox_square-pink {
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/blue.png") 0 0 no-repeat;
}

.interaction-design .question-form .icheckbox_square-pink {
  margin-right: 10px;
}

.interaction-design .question-form .icheckbox_square-pink.checked {
  background-image: url("../img/blue.png");
  background-position: -48px 0;
}

/*** End page ***/

.interaction-design .question-form img {
  width: 90%;
  margin-top: -29px;
}

@media (max-width: 767px) {
  .interaction-design .helping-enterprise .blue-circle {
    height: 185px;
  }

  .interaction-design .btn {
    text-align: center;
    display: table;
  }

  .interaction-design section > div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .interaction-design .any-type img {
    margin-bottom: 25px;
  }
}

/************************************************************************************/
/* Live Conversation */
/************************************************************************************/
.live-conversation p {
  color: #02273e;
}

.live-conversation .hero {
  background: url("/front/img/live-conversation/hero.svg") center center no-repeat;
  background-color: rgba(2, 117, 189, 0.1);
}

.live-conversation .hero h5 {
  color: #355265;
}

.live-conversation .how-it-works {
  text-align: center;
}

.live-conversation .how-it-works .img {
  display: flex;
  justify-content: center;
  height: 170px;
}

.live-conversation .how-it-works img {
  width: 100%;
  height: 100%;
}

.live-conversation .how-it-works h6 {
  color: #0275bd;
  font-weight: bold;
  margin-top: auto;
  font-size: 20px;
}

.live-conversation .how-it-works .col-sm-4 {
  height: 100%;
}

.live-conversation .download {
  background-color: #345264;
  color: white;
  text-align: center;
}

.live-conversation .feedback .col-sm-6:last-child {
  background: url("/front/img/live-conversation/comment.svg") top center no-repeat;
  background-size: contain;
}

.live-conversation .feedback p {
  margin-bottom: 1.3rem;
}

.live-conversation .download i {
  font-size: 32px;
}

.live-conversation .feedback i {
  margin-right: 10px;
  color: #ab3275;
}

.live-conversation .used-for .img {
  display: flex;
  justify-content: center;
  height: 120px;
}

.live-conversation .used-for img {
  width: 100%;
  height: 100%;
}

.live-conversation .used-for h6 {
  margin-top: 15px;
  color: #0275bd;
  font-weight: bold;
  font-size: 24px;
}

/************************************************************************************/
/* Login pages Client/Tester */
/************************************************************************************/

/* Login Pages */
body.login-page {
  padding-top: 0;
}

body.login-page .login-wrapper {
  position: relative;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #fff;
  padding: 47px 0 55px;
  overflow: hidden;
  text-align: center;
}

body.login-page .client-login {
  background-image: url(/front/img/client-login-bg.png);
}

body.login-page .tester-login {
  background-image: url(/front/img/tester-login-bg.png);
}

body.login-page .login-form {
  display: flex;
  min-height: 450px;
}

body.login-page .login-form .login-form__left,
body.login-page .login-form .login-form__right {
  width: 50%;
  padding: 40px 50px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body.login-page .login-form .login-form__left {
  background-color: #00b3f6;
  color: #fff;
  box-shadow: 6px 6px 9px 1px rgba(0, 0, 0, 0.16);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 1;
}

body.login-page .login-form .login-form__left .form-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 75%;
  margin: auto;
}

body.login-page .login-form .login-form__left .form-block .form-group {
  width: 100%;
}

body.login-page .form-group input.form-control,
body.login-page .form-group textarea.form-control {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
}

body.login-page .login-form .login-form__left input {
  width: 100%;
  background: transparent;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  padding: 10px 10px 10px 15px;
}

body.login-page .login-form .login-form__left input::placeholder {
  color: white;
}

body.login-page .login-form .login-form__left input:focus {
  box-shadow: none;
}

body.login-page .login-form .login-form__right {
  background-color: #fff;
  color: #2d2d2d;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 0;
}

body.login-page .login-form .login-form__left h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

body.login-page .login-form .login-form__left .login-form__forgot-pw {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
  text-align: right;
  margin: auto 0 auto auto;
}

body.login-page .login-form .login-form__left .login-form__forgot-pw:hover {
  color: #ab3275;
}

.btn-transparent-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.login-page .login-form .login-form__left button.submit {
  border-radius: 3px;
  background-color: #02273e;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  border: none;
  margin: 30px auto 0;
  display: block;
  max-width: 170px;
  width: 100%;
}

body.login-page .login-form .login-form__left button.submit:hover {
  color: #fff;
  background-color: #ab3275;
}

body.login-page .login-form .login-form__right .icon-shield-person {
  display: block;
  margin: auto auto 15px;
  width: 56px;
  height: 69px;
  background-image: url(/front/img/icon-shield-person.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

body.login-page .login-form .login-form__right h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 25px;
}

body.login-page .login-form .login-form__right h4 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 25px;
}

body.login-page .login-form .login-form__right h4 strong {
  font-weight: 700;
}

body.login-page .login-form .login-form__right a.btn.submit {
  display: block;
  max-width: 370px;
  width: 100%;
  border-radius: 3px;
  background-color: #ab3275;
  margin: 15px auto 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}

body.login-page .login-form .login-form__right a.btn.submit:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

body.login-page .login-form .login-form__right a.login-form__shedule-a-demo {
  font-size: 20px;
  line-height: 28px;
  text-decoration: underline;
  color: #ab3275;
  transition: color 150ms ease-in-out;
}

body.login-page .login-form .login-form__right a.login-form__shedule-a-demo:hover {
  color: #000;
}

body.login-page .login-form .login-form__right .icon-team {
  display: block;
  margin: 35px auto 30px;
  width: 86px;
  height: 65px;
  background-image: url(/front/img/icon-team.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

body.login-page .tester-login .login-form .login-form__right h3 {
  margin-bottom: 30px;
  padding: 0 15px;
}

body.login-page .tester-login .login-form .login-form__right a.submit {
  max-width: 190px;
}

@media screen and (max-width: 1200px) {
  body.login-page .login-form .login-form__left h3 {
    font-size: 36px;
  }

  body.login-page .login-form .login-form__right h3 {
    font-size: 26px;
  }

  body.login-page .login-form .login-form__right h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  body.login-page .login-form .login-form__left,
  body.login-page .login-form .login-form__right {
    padding: 25px;
  }

  body.login-page .login-form .login-form__left .form-block {
    width: 100%;
  }

  body.login-page .login-form .login-form__left h3 {
    font-size: 32px;
  }

  body.login-page .login-form .login-form__right h3 {
    font-size: 22px;
  }

  body.login-page .login-form .login-form__right h4 {
    font-size: 16px;
  }

  body.login-page .login-form .login-form__left button.submit {
    font-size: 16px;
  }

  body.login-page .login-form .login-form__right a.btn.submit {
    font-size: 16px;
  }

  body.login-page .tester-login .login-form .login-form__right h3 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .login-form {
    flex-direction: column;
  }

  body.login-page .login-form .login-form__left,
  body.login-page .login-form .login-form__right {
    width: 100%;
    margin: auto;
  }
}

/************************************************************************************/
/* Cookie Policy */
/************************************************************************************/

/*Head*/
body.cookie-policy {
  /*Position:sticky of other elements don't work
  with overflow:hidden*/
  overflow-x: unset;
}

.cookie-policy .cookie-table-head {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 1;
  background: white;
}

.cookie-policy .cookie-table-head_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(1, 93, 151, 0.2);
}

.cookie-policy .cookie-table-head_inner > div {
  margin: 0 2.8%;
  padding: 14px 0;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 4px;
  background-size: 100% 4px;
  font-weight: bold;
}

.cookie-policy .cookie-table-head_inner .name-col {
  width: 15%;
}

.cookie-policy .cookie-table-head_inner .provider-col {
  width: 20%;
}

.cookie-policy .cookie-table-head_inner .type-col {
  width: 20%;
}

.cookie-policy .cookie-table-head_inner .description-col {
  width: 45%;
}

.cookie-policy .cookie-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  font-size: 14px;
}

.cookie-policy .cookie-table-row:nth-child(even) {
  background-color: rgba(1, 93, 151, 0.09);
}

.cookie-policy .cookie-table-row > div {
  width: 20%;
  margin: 0 2.8%;
  padding: 13px 0;
  word-break: break-word;
}

.cookie-policy .cookie-table-row > div:first-child {
  position: relative;
  justify-content: flex-start;
  width: 15%;
  padding-left: 0;
  text-align: left;
}

.cookie-policy .cookie-table-row > div:last-child {
  width: 45%;
}

/************************************************************************************/
/* UXinsight */
/************************************************************************************/
.uxinsight {
  background-color: #f6f8f8;
}

.uxinsight .head {
  text-align: center;
  background: url("/front/img/uxinsight/bg-top.svg") center center no-repeat;
  background-size: cover;
  min-height: 564px;
}

.uxinsight .uxinsight-logo {
  max-width: 280px;
  width: 100%;
}

.uxinsight .userlytics-logo {
  max-width: 380px;
  width: 100%;
}

.uxinsight .head .img-top {
  width: 100%;
  max-width: 371px;
}

.uxinsight .special-offer p {
  max-width: 415px;
}

.uxinsight .special-offer p.small-text {
  font-size: 12px;
}

.uxinsight #play-video {
  max-width: 700px;
  margin: 0 auto;
}

.uxinsight .bottom {
  background: url("/front/img/uxinsight/bg-bottom.svg") center bottom no-repeat;
}

.uxinsight .bottom .img-bottom {
  max-width: 324px;
}

.uxinsight .bottom {
  padding-bottom: 50px !important;
}

.uxinsight .bottom .form {
  max-width: 555px;
  background-color: white;
  padding: 30px;
  box-shadow: 0 10px 40px 0 rgba(1, 68, 151, 0.2);
  margin-top: 110px;
}

@media (max-width: 768px) {
  .uxinsight .bottom .form {
    margin-top: 0;

  }
}

.uxinsight .privacy-required .icheckbox_square-pink {
  margin: 10px 5px;
  border: 1px solid grey;
}

/************************************************************************************/
/* Data Transfer Policy */
/************************************************************************************/

.data-transfer-policy .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  font-size: 15px;
}

.data-transfer-policy .table-row:nth-child(odd) {
  background-color: rgba(1, 93, 151, 0.09);
}

.data-transfer-policy .table-row > div {
  margin: 0 2.8%;
  padding: 2px 0;
  word-break: break-word;
}

.data-transfer-policy .table-row > div:first-child {
  position: relative;
  justify-content: flex-start;
  padding-left: 0;
  text-align: left;
}



