html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  color: #545454;
  image-rendering: -webkit-optimize-contrast;
  font-family: "DMSans-Regular", Arial, Helvetica, sans-serif;
  font-size: 13px; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
a:visited,
a:link,
a:active {
  text-decoration: none; }

*,
*:after,
*:before {
  box-sizing: border-box; }

.fb_dialog {
  background: transparent !important; }

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
input,
select {
  font-family: "DMSans-Regular"; }

@font-face {
  font-family: "DMSans-Regular";
  src: url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }
  @media (max-width: 1199px) {
    .wrapper {
      width: 98%; } }
  @media (max-width: 767px) {
    .wrapper {
      width: 98%; } }

.col,
.col_sls,
.col_srs,
.col_slm,
.col_srm,
.col_shs,
.col_shm,
.col_srb {
  float: left;
  margin-left: 0%; }

.col_r {
  float: right; }

.dir__right {
  float: right; }

.dir__left {
  float: left; }

.mobDisp {
  display: none !important; }
  @media (max-width: 767px) {
    .mobDisp {
      display: block !important; } }

.deskDisp {
  display: block !important; }
  @media (max-width: 767px) {
    .deskDisp {
      display: none !important; } }

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

.cursor-default {
  cursor: default !important; }

.geoSeal {
  float: left; }
  .geoSeal img {
    width: 110px;
    height: auto;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .geoSeal img .geoSeal img {
        margin-top: 11px;
        width: 110px;
        image-rendering: -webkit-optimize-contrast;
        float: left; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?71fiap");
  src: url("../fonts/icomoon.eot?71fiap#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?71fiap") format("truetype"), url("../fonts/icomoon.woff?71fiap") format("woff"), url("../fonts/icomoon.svg?71fiap#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-call:before {
  content: "\e900";
  color: #f36b2c; }

.icon-callmeback:before {
  content: "\e901"; }

.icon-car:before {
  content: "\e902";
  color: #004281; }

.icon-dropDown:before {
  content: "\e903";
  color: #f36b2c; }

.icon-info:before {
  content: "\e904";
  color: #f36b2c; }

.icon-mail:before {
  content: "\e905"; }

.icon-payment:before {
  content: "\e906"; }

.icon-tick:before {
  content: "\e907";
  color: #f36b2c; }

.icon-users:before {
  content: "\e908"; }

.icon-warning:before {
  content: "\e909";
  color: #fbb010; }

.icon-download:before {
  content: "\e90a";
  color: #fff; }

.icon-rightarrow:before {
  content: "\e90b";
  color: #fff; }

.icon-warning-line:before {
  content: "\e90c";
  color: #ff0000; }

.icon-phone:before {
  content: "\e90d";
  color: #004281; }

.icon-user:before {
  content: "\e90e";
  color: #004281; }

.icon-cross:before {
  content: "\e90f";
  color: #959595;
  font-size: 15px; }

.container {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 12px; }

.row {
  margin-left: -12px;
  margin-right: -12px; }

.mainHeader {
  width: 100%;
  background-color: #ffffff;
  justify-content: space-between;
  padding: 10px 0px;
  z-index: 10;
  box-shadow: 1px -7px 5px 5px #ccc; }
  @media (max-width: 767px) {
    .mainHeader {
      padding: 5px 0px; } }
  .mainHeader .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .mainHeader .row {
        flex-direction: column;
        align-items: center; } }
  .mainHeader__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .mainHeader__logo {
        justify-content: center; } }
    .mainHeader__logo--partner img {
      max-width: 200px; }
      @media (max-width: 767px) {
        .mainHeader__logo--partner img {
          max-width: 60%;
          margin-left: 10px; } }
    .mainHeader__logo--vline {
      width: 1px;
      background-color: #ccc;
      padding: 0px;
      height: 50px; }
    .mainHeader__logo--mxLogo {
      padding: 0px 10px;
      text-align: right; }
      .mainHeader__logo--mxLogo img {
        max-width: 100%; }
        @media (max-width: 767px) {
          .mainHeader__logo--mxLogo img {
            max-width: 60%; } }
  .mainHeader__tagLine {
    display: flex; }
    @media (max-width: 767px) {
      .mainHeader__tagLine {
        display: none; } }
    .mainHeader__tagLine img {
      max-width: 160px; }
  .mainHeader__contactAgent {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .mainHeader__contactAgent--number {
      text-decoration: none;
      color: #f36b2c;
      font-size: 18px;
      font-weight: bold;
      padding: 0px 2px;
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-right: 10px; }
      .mainHeader__contactAgent--number .icon-call {
        font-size: 18px; }
      .mainHeader__contactAgent--number .numberTel {
        text-decoration: none;
        color: #f36b2c;
        font-size: 18px;
        font-weight: bold;
        padding: 0px 2px; }
      .mainHeader__contactAgent--number .icon-info {
        position: relative;
        top: 0px;
        margin-left: 2px;
        cursor: pointer;
        width: 30px;
        height: 20px;
        font-size: 17px;
        right: 0px; }
        .mainHeader__contactAgent--number .icon-info a {
          position: relative;
          top: -18px;
          display: inline-block;
          height: 20px;
          width: 22px;
          left: -1px; }
          .mainHeader__contactAgent--number .icon-info a:hover span {
            display: block; }
          .mainHeader__contactAgent--number .icon-info a span {
            z-index: 1;
            font-weight: normal;
            background: #545454;
            color: #fff;
            font-size: 12px;
            right: -57px;
            padding: 15px;
            position: absolute;
            top: 34px;
            min-width: 196px;
            width: 100%;
            line-height: 16px;
            display: none;
            text-align: left;
            border-radius: 6px;
            font-family: arial; }
            .mainHeader__contactAgent--number .icon-info a span::after, .mainHeader__contactAgent--number .icon-info a span::before {
              border-color: transparent #545454 transparent transparent;
              border-style: solid;
              border-width: 20px 28px 5px 0;
              content: "";
              height: 0;
              left: 103px;
              position: absolute;
              top: -12px;
              width: 0;
              z-index: 50; }
    .mainHeader__contactAgent--button {
      display: flex;
      flex-direction: row;
      align-items: center;
      border-radius: 4px;
      background-color: #226ea3;
      width: 150px;
      height: 40px;
      text-align: left;
      color: #fff;
      overflow: hidden;
      text-decoration: none; }
      .mainHeader__contactAgent--button .callmebackIcon {
        width: 15%;
        height: 40px;
        background-color: #0c5587;
        display: flex;
        justify-content: center;
        align-items: center; }
      .mainHeader__contactAgent--button .callmebackText {
        padding: 0px 5px;
        font-size: 12px; }

.mainBanner {
    display: flex;
    width: 100%;
    height: auto;
    background: url("../images/partner/sura/herobanner.jpg") 30% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0px 15px 0;
}
  @media (max-width: 767px) {
    .mainBanner {
      background-image: none;
      background-color: #0033a7; } }
  .mainBanner .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .mainBanner .container {
        flex-direction: column;
        align-items: center;
        padding: 0px; } }

.partnerBanner {
  flex: 0 0 50%;
  position: relative; }
  @media (max-width: 767px) {
    .partnerBanner {
      flex: 0 0 auto; } }
  .partnerBanner__title {
    text-align: center;
    color: #0033a0;
    font-size: 40px;
    padding: 20px 0;
    font-family: "DMSans-Regular";
    font-weight: bold; }
    @media (max-width: 767px) {
      .partnerBanner__title {
        padding: 0px 0px 0px 0px;
        font-size: 25px;
        color: #fff; } }
  .partnerBanner__promo-1 {
    text-align: center;
    padding: 20px 0;
    position: absolute;
    bottom: 40px;
    left: 0px; }
    .partnerBanner__promo-1 img {
      max-width: 400px;
      height: auto; }
      @media (max-width: 767px) {
        .partnerBanner__promo-1 img {
          max-width: 130px;
          height: auto; } }
    @media (max-width: 767px) {
      .partnerBanner__promo-1 {
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        padding: 10px 0; } }
  .partnerBanner__promo-m {
    text-align: center;
    display: none; }
    @media (max-width: 767px) {
      .partnerBanner__promo-m {
        display: none; }
        .partnerBanner__promo-m img {
          max-width: 95%; } }

.partnerBanner-taglineM {
  text-align: center;
  display: none;
  margin: 20px auto; }
  @media (max-width: 767px) {
    .partnerBanner-taglineM {
      display: block; }
      .partnerBanner-taglineM img {
        max-width: 200px;
        height: auto; } }

.partnerBanner-promo-2-m {
  text-align: center;
  display: none; }
  @media (max-width: 767px) {
    .partnerBanner-promo-2-m {
      display: block; }
      .partnerBanner-promo-2-m img {
        max-width: 250px;
        height: auto; } }

.partnerCjForm {
  flex: 0 0 50%; }
  .partnerCjForm__container {
    background: #fff;
    width: 100%;
    min-height: 450px;
    border-radius: 0px;
    padding: 20px; }
    @media (max-width: 767px) {
      .partnerCjForm__container {
        border-radius: 0px;
        padding: 10px;
        margin-top: 10px; } }
  .partnerCjForm form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }

.benefits {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .benefits {
      padding: 30px 12px; } }
  .benefits__title {
    text-align: left;
    font-size: 30px;
    color: #0033a0;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-weight: bold;
    font-family: "DMSans-Regular"; }
    @media (max-width: 767px) {
      .benefits__title {
        font-size: 20px; } }
  .benefits .benefitsPics {
    display: flex;
    justify-content: space-around;
    padding: 30px 0 30px 0px; }
    @media (max-width: 767px) {
      .benefits .benefitsPics {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0px; } }
    .benefits .benefitsPics__icon {
      text-align: center;
      margin: 0px 60px; }
      @media (max-width: 767px) {
        .benefits .benefitsPics__icon {
          display: flex;
          flex-direction: row;
          align-items: center;
          max-width: 300px;
          width: 100%;
          margin-bottom: 10px; } }
      .benefits .benefitsPics__icon img {
        max-width: 120px;
        height: auto;
        margin-bottom: 0px; }
        @media (max-width: 767px) {
          .benefits .benefitsPics__icon img {
            max-width: 70px;
            height: auto;
            margin-right: 20px; } }
      .benefits .benefitsPics__icon--title {
        font-size: 18px;
        color: #2f3a3e;
        line-height: 1.2em; }
        @media (max-width: 767px) {
          .benefits .benefitsPics__icon--title {
            text-align: left;
            font-size: 14px; } }

.gBg {
  background: #f4f4f4;
  padding: 30px 0; }
  @media (max-width: 767px) {
    .gBg {
      padding: 10px 0; } }

.wBg {
  background: #ffffff;
  padding: 30px 0; }
  @media (max-width: 767px) {
    .wBg {
      padding: 10px 0; } }

.commonType h2 {
  color: #0033a0;
  font-size: 30px;
  padding: 10px 0;
  line-height: 1.2em;
  font-family: "DMSans-Regular";
  font-weight: bold; }
  @media (max-width: 767px) {
    .commonType h2 {
      font-size: 20px; } }

.commonType h3 {
  color: #0033a0;
  font-size: 20px;
  padding: 15px 0;
  line-height: 1.2em;
  font-weight: bold; }
  @media (max-width: 767px) {
    .commonType h3 {
      font-size: 20px; } }

.commonType p {
  color: #2f3a3e;
  font-size: 18px;
  padding: 15px 0;
  line-height: 1.2em; }
  .commonType p strong {
    font-weight: bold; }
  @media (max-width: 767px) {
    .commonType p {
      font-size: 13px;
      padding: 5px 0; } }

.commonType .beneficiosOrder {
  margin: 20px 20px 20px 40px; }
  .commonType .beneficiosOrder li {
    color: #333333;
    font-size: 16px;
    padding: 5px 0 5px 5px;
    line-height: 1.2em;
    position: relative;
    list-style-type: decimal; }
    @media (max-width: 767px) {
      .commonType .beneficiosOrder li {
        font-size: 13px; } }

.commonType .beneficiosList {
  margin: 20px 0; }
  .commonType .beneficiosList li {
    color: #2f3a3e;
    font-size: 18px;
    padding: 5px 0 5px 0px;
    line-height: 1.2em;
    position: relative;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .commonType .beneficiosList li {
        font-size: 13px; } }
    .commonType .beneficiosList li::before {
      width: 20px;
      height: 20px;
      content: "";
      background-size: contain;
      position: absolute;
      left: 0;
      top: 3px; }
    .commonType .beneficiosList li strong {
      color: #2f3a3e;
      font-size: 20px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .commonType .beneficiosList li strong {
          font-size: 16px; } }

.commonType .discList {
  margin: 20px 0 20px 20px; }
  .commonType .discList li {
    color: #2f3a3e;
    font-size: 18px;
    padding: 0px 0 0px 0px;
    line-height: 1.2em;
    position: relative;
    margin-bottom: 16px;
    list-style: disc; }
    @media (max-width: 767px) {
      .commonType .discList li {
        font-size: 13px; } }
    .commonType .discList li::before {
      width: 20px;
      height: 20px;
      content: "";
      background-size: contain;
      position: absolute;
      left: 0;
      top: 3px; }
    .commonType .discList li strong {
      font-weight: bold;
      color: #2f3a3e; }

.commonType .numList {
  margin: 20px 0 20px 20px; }
  .commonType .numList li {
    color: #2f3a3e;
    font-size: 16px;
    padding: 0px 0 0px 0px;
    line-height: 1.2em;
    position: relative;
    margin-bottom: 16px;
    list-style: decimal; }
    @media (max-width: 767px) {
      .commonType .numList li {
        font-size: 13px; } }
    .commonType .numList li::before {
      width: 20px;
      height: 20px;
      content: "";
      background-size: contain;
      position: absolute;
      left: 0;
      top: 3px; }
    .commonType .numList li strong {
      font-weight: bold;
      color: #2f3a3e; }

/* form */
.formTitle {
  text-align: center;
  color: #0033a0;
  padding: 15px 0 15px 0px;
  font-size: 20px;
  font-family: "DMSans-Regular";
  font-weight: bold; }
  @media (max-width: 767px) {
    .formTitle {
      padding: 2px 0;
      font-size: 14px; } }

.fieldSection {
  display: flex;
  padding: 4px 0; }
  .fieldSection label a {
    color: #333; }
  .fieldSection .customField {
    width: 100%; }
    .fieldSection .customField select {
        background: url("../images/partner/sura/dd.png") no-repeat right 8px;
    }
      @media (max-width: 767px) {
        .fieldSection .customField select {
          background-position: calc(100% - -6px); } }
    .fieldSection .customField select,
    .fieldSection .customField input[type="text"],
    .fieldSection .customField input[type="tel"],
    .fieldSection .customField input[type="email"] {
      width: 100%;
      height: 40px;
      background-color: #f2f2f9;
      border: 0;
      border-radius: 0px;
      padding: 10px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .fieldSection .customField select:focus,
      .fieldSection .customField input[type="text"]:focus,
      .fieldSection .customField input[type="tel"]:focus,
      .fieldSection .customField input[type="email"]:focus {
        outline-color: #e3e829;
        outline-width: 1px; }
      @media (max-width: 767px) {
        .fieldSection .customField select,
        .fieldSection .customField input[type="text"],
        .fieldSection .customField input[type="tel"],
        .fieldSection .customField input[type="email"] {
          height: 30px;
          padding: 5px 10px; } }
  .fieldSection__col_1 {
    display: flex;
    flex: 0 0 100%;
    padding: 0px 4px;
    flex-direction: column; }
    .fieldSection__col_1.dob_col {
      flex-direction: row;
      justify-content: space-between;
      flex: 0 0 100%;
      max-width: 100%; }
      .fieldSection__col_1.dob_col .customField.dia {
        display: flex;
        flex: 0 0 27%;
        max-width: 27%; }
      .fieldSection__col_1.dob_col .customField.mes {
        display: flex;
        flex: 0 0 40%;
        max-width: 40%; }
      .fieldSection__col_1.dob_col .customField.ano {
        display: flex;
        flex: 0 0 30%;
        max-width: 30%; }
  .fieldSection__col_2 {
    display: flex;
    flex: 0 0 50%;
    padding: 0px 4px;
    flex-direction: column; }

.aCenter {
  justify-content: center; }
  .aCenter label a {
    font-family: "DMSans-Regular"; }

.submitButton {
  display: block;
  background: #e3e829;
  padding: 15px 60px;
  color: #0033a0;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  margin: 10px auto 0px auto;
  cursor: pointer; }
  .submitButton:hover {
    background: #e3e829; }
  @media (max-width: 767px) {
    .submitButton {
      margin-top: 0;
      padding: 10px 30px;
      font-size: 16px; } }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #333333;
  font-size: 16px;
  margin-top: 10px; }

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; }

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0033a0;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease; }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.errorMgs .customField input[type="text"] {
  background-color: #ff948f;
  color: #890600; }

.errorMgs__text {
  padding: 5px;
  color: #e4241a;
  display: block;
  background: #890600;
  margin-top: 3px;
  border-radius: 0px;
  font-size: 10px; }

.loader-bg {
  position: fixed;
  z-index: 999;
  width: 100%;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: block; }
  .loader-bg .loader-box {
    position: relative;
    top: 30%; }
    .loader-bg .loader-box p {
      font-size: 16px;
      padding: 10px 0;
      font-family: arial;
      color: white; }
    .loader-bg .loader-box .loader {
      border: 6px solid #eeeeee;
      border-radius: 50%;
      border-top: 6px solid #00a1c4;
      width: 80px;
      height: 80px;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
      margin: auto; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.gnpTableResp {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.gnpDataTable {
  border-collapse: collapse;
  background: #fff; }
  .gnpDataTable tr th {
    background-color: #e2e92a; }
  .gnpDataTable tr td p {
    font-size: 16px;
    color: #000; }
    @media (max-width: 767px) {
      .gnpDataTable tr td p {
        font-size: 12px; } }
  .gnpDataTable tr:nth-child(odd) {
    background-color: #f9f9f9; }
  .gnpDataTable tr:nth-child(even) {
    background-color: #fff; }
  .gnpDataTable.otherTable {
    margin: 20px auto; }
    @media (max-width: 767px) {
      .gnpDataTable.otherTable {
        width: 100%; } }
  .gnpDataTable .gnpDataTableHead {
    background: #fff;
    color: #fff;
    text-align: center; }
  .gnpDataTable th {
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
    color: #525252; }
    .gnpDataTable th div img {
      width: 60px;
      margin-bottom: 10px; }
    @media (max-width: 767px) {
      .gnpDataTable th {
        font-size: 13px; } }
  .gnpDataTable td p {
    font-size: 12px; }
  .gnpDataTable td:first-child p {
    font-size: 16px; }
    @media (max-width: 767px) {
      .gnpDataTable td:first-child p {
        font-size: 12px; } }
  .gnpDataTable th {
    background-color: #e2e92a !important;
    border: 0; }
    .gnpDataTable th p {
      color: #0033a0 !important;
      font-size: 20px; }
      @media (max-width: 767px) {
        .gnpDataTable th p {
          font-size: 14px; } }
  .gnpDataTable td,
  .gnpDataTable th {
    border: 0;
    padding: 0.5rem;
    text-align: center;
    vertical-align: middle; }
    .gnpDataTable td p,
    .gnpDataTable th p {
      padding: 10px 0;
      text-align: center; }
  .gnpDataTable .tickMark {
    text-align: center;
    vertical-align: middle; }
  .gnpDataTable .crossPurpuleMark {
    text-align: center;
    vertical-align: middle; }

.tickIcon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("../images/partner/sura/tick.svg") no-repeat;
    background-size: contain;
}

.crossPurpuleIcon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("../images/partner/sura/cross-icon.svg") no-repeat;
    background-size: contain;
}

.beneficiosList.crossIcon li::before {
    width: 20px;
    height: 20px;
    content: "";
    background: url(../images/partner/sura/cross-icon.png) 0px 0px no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 3px;
}

question-drivergender,
question-driverpostalcode,
question-vehiclemake,
question-vehiclemodel,
question-vehicleversion,
question-vehicleyear {
  flex: 0 0 50%;
  max-width: 50%;
  flex-wrap: wrap; }

question-driverbirthdate,
question-emailaddress,
question-vehicletype {
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap; }

question-driverbirthdate .fieldSection date-control {
  width: 100%; }

.dateOfBirth {
  font-size: 18px;
  color: #0033a0;
  padding-left: 5px;
  padding-top: 18px; }
  @media (max-width: 767px) {
    .dateOfBirth {
      padding-top: 5px; } }

.ui-autocomplete {
  display: block;
  position: absolute;
  background: #fff;
  z-index: 99;
  border: 1px solid #eee;
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.6); }

.ui-autocomplete li {
  display: block;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #f5eeee;
  font-size: 12px;
  padding: 5px; }

.ui-autocomplete li:last-child {
  border-bottom: none; }

.ui-autocomplete li.active,
.ui-autocomplete li:hover {
  background-color: #ddf7fe;
  cursor: pointer; }

.ui-autocomplete li a {
  text-decoration: none;
  color: #333;
  display: inline-block; }

.ui-state-active {
  background-color: #ddf7fe;
  cursor: pointer; }

.blankLine {
  background-color: #aa1b81;
  height: 5px;
  border-radius: 20px;
  width: 80%;
  margin: 0 auto; }

.tdHrLine {
  height: 2px;
  width: 80%;
  margin: 0 auto;
  background: #ce5958; }

.footer__wapper {
  width: 100%;
  height: auto;
  background: #ffffff;
  border-top: 1px solid #dfdfdf;
  clear: both;
  padding: 0px 10px;
  position: relative;
  flex-shrink: 0; }
  .footer__wapper .container {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 10px 0px; }
    @media (max-width: 767px) {
      .footer__wapper .container {
        flex-direction: column; } }

.certification__logo {
  display: flex;
  flex: 0 0 30%;
  max-width: 30%;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .certification__logo {
      display: flex;
      flex-direction: row;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      padding: 10px 0 0 0;
      justify-content: center; } }
  @media (max-width: 414px) {
    .certification__logo {
      width: 100%;
      text-align: center;
      padding-top: 5px; } }
  .certification__logo a {
    float: left;
    height: 52px;
    margin: 0px 5px 5px 0px;
    width: 110px;
    cursor: default; }
    @media (max-width: 767px) {
      .certification__logo a {
        float: none;
        margin: 0px; } }
    .certification__logo a img {
      width: 110px;
      height: auto;
      margin-top: 0px; }
      @media (max-width: 767px) {
        .certification__logo a img {
          width: 93px; } }

.copyright__text {
  display: flex;
  flex: 0 0 30%;
  max-width: 30%;
  flex-direction: row;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .copyright__text {
      flex: 0 0 100%;
      max-width: 100%; } }
  .copyright__text p {
    padding: 20px 0;
    text-align: right;
    line-height: 18px; }
    @media (max-width: 414px) {
      .copyright__text p {
        text-align: center; } }

@media (max-width: 767px) {
  .copyright__text {
    width: auto; }
  .copyright__text p {
    font-size: 12px;
    width: 180px;
    padding-top: 10px;
    padding-bottom: 0px; } }

.googleRating {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex: 0 0 40%;
  max-width: 40%; }
  @media (max-width: 767px) {
    .googleRating {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 10px 0px;
      border-top: 1px solid #ebebeb;
      margin-top: 10px;
      border-bottom: 1px solid #ebebeb; } }
  .googleRating__title {
    margin: 0px;
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1em;
    text-align: center; }
  .googleRating__content {
    display: flex;
    display: -ms-flexbox;
    width: 320px;
    flex-direction: row;
    margin: 0 auto; }
    @media (max-width: 360px) {
      .googleRating__content {
        width: 300px; } }
    .googleRating__content--logo {
      width: 40%;
      text-align: center; }
      .googleRating__content--logo a {
        cursor: default; }
    .googleRating__content--rating {
      width: 60%; }
      .googleRating__content--rating .ratingNumber {
        display: inline-block;
        color: #000;
        font-size: 1.385em;
        font-weight: 700;
        line-height: 21px; }
      .googleRating__content--rating .starsIcon {
        display: inline-block;
        line-height: 21px;
        vertical-align: bottom;
        margin-left: 5px;
        width: 80px;
        overflow: hidden; }
        .googleRating__content--rating .starsIcon span {
          font-size: 16px;
          color: #ed6b20; }
      .googleRating__content--rating p {
        padding: 0;
        line-height: 1.2em;
        margin: 0;
        max-width: 95%;
        font-size: 13px; }
        .googleRating__content--rating p a {
          color: #1cbee7;
          text-decoration: none;
          cursor: auto; }

/*# sourceMappingURL=styles.css.map */
