/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* :L27 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L36 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L44 */
.instanda-documents {
  text-align: center;
}
/* :L48 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L52 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L58 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L62 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L66 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L77 */
.instanda-main-content-container {
  position: relative;
}
/* :L81 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L87 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L92 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L99 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L103 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

/* :L108 */
.quote-referral-item h6 {
  color: #828990;
  font-weight: normal;
  margin: 15px 0 10px 0;
}
/* :L114 */
.mobile-quote-referral-heading,
.mobile-claim-heading {
  color: #828990;
  font-size: 12px;
  margin: 10px 0 0 0;
}
/*on confirmation screen*/

/* :L122 */
.send-policy-email-button {
  min-width: 250px;
}
/* Large desktops and laptops */

@media (min-width: 1800px) {
  /* :L128 */
  .instanda-side-content {
    left: 59.5%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1600px) and (max-width: 1799px) {
  /* :L135 */
  .instanda-side-content {
    left: 61%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1400px) and (max-width: 1599px) {
  /* :L142 */
  .instanda-side-content {
    left: 63%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1399px) {
  /* :L149 */
  .instanda-side-content {
    left: 65%;
  }
}
@media (min-width: 1098px) and (max-width: 1199px) {
  /* :L155 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1099px) {
  /* :L162 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  /* :L169 */
  .instanda-side-content {
    left: 58%;
    width: 300px;
  }
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L180 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L185 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L189 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L193 */
  .quote-referral-item ~ .quote-referral-item,
  .claim-referral-item ~ .claim-referral-item,
  .claim-item ~ .claim-item {
    border-top: 1px solid #e7e7e7;
    padding-top: 5px;
    margin-top: 15px;
  }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
  /* :L204 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L212 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L219 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L224 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L231 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L235 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L239 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L243 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L247 */
.warning-message-payment {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  text-align: center;
  background-color: #efdccf;
  font-weight: bold;
  padding: 25px;
}
/* :L260 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}


/* Mixins */

/* :L18 */
.clearfix {
  zoom: 1;
}
/* :L21 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
/* :L26 */
.clearfix:after {
  clear: both;
}
/* Colour */
/* Space */
/* Font size */
/* Dimension */
/* Media query */
/* :L69 */
/* :L70 */
#question118955 .radio ~ .radio label {
  display: none;
}
/* :L76 */
/* :L78 */
:not(.created-from-newbusiness) header,
:not(.created-from-mta) header {
  margin-bottom: 20px;
}
/* :L83 */
.navbar-contact {
  display: none;
  /*Begin - Added by AnaFranciscoFr [APFD-35] - 10/12/2021*/

  /*End - Added by AnaFranciscoFr [APFD-35] - 10/12/2021*/

}
@media only screen and (min-width: 768px) {
  .navbar-contact {
    display: block;
  }
}
/* :L91 */
.navbar-contact .pull-right {
  width: 100%;
}
/* :L96 */
.navbar-contact div {
  width: auto;
  position: relative;
  background-size: 20px auto;
  display: inline-block;
  min-height: 24px;
  line-height: 24px;
  text-align: center;
  color: #da291c;
  font-size: 16.5px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .navbar-contact div {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 345px) {
  .navbar-contact div {
    background: none;
    font-size: 14px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-contact div {
    padding-left: 30px;
    /* Added by AnaFranciscoFr [APFD-35] */
    font-size: 18px;
    /* Edited by AnaFranciscoFr [APFD-35] */
    text-align: right;
    background-size: 20px auto;
    /* Edited by AnaFranciscoFr [APFD-35] */
  
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-contact div {
    background-position: right 215px top;
    /* Edited by AnaFranciscoFr [APFD-35] */
  
  }
}
/* :L129 */
.navbar-contact .time {
  color: gray;
  font-size: 13px;
  /* Edited by AnaFranciscoFr [APFD-35] */
  font-weight: 400;
  display: block;
  width: calc(100% + 35px);
  margin-left: -35px;
  line-height: 1.3em;
  letter-spacing: -0.2px;
}
@media only screen and (min-width: 768px) {
  .navbar-contact .time {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 345px) {
  .navbar-contact .time {
    width: 100%;
    margin-left: 0px;
  }
}
/* :L148 */
.navbar-contact .phone-number {
  color: #da291c;
  /*Added by AnaFranciscoFr [APFD-52] - 17/12/2021*/
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .navbar-contact .phone-number {
    display: block;
  }
}
/* :L157 */
.navbar-contact.mobile {
  display: block;
  background-color: #f1f2f6;
  text-align: center;
  padding: 3px 15px;
}
@media only screen and (max-width: 345px) {
  .navbar-contact.mobile {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-contact.mobile {
    display: none;
  }
}
/*	Begin - Added by AnaFranciscoFr [APFD-37] - 29/11/2021
	Edit the header (only for the journey) - contact section*/

/* :L172 */
.navbar-contact.mobile.journey {
  display: none;
}
/* :L176 */
/* :L177 */
/* :L178 */
.page-quickquotequestions .navbar-contact.mobile.not-journey,
.page-quickquote .navbar-contact.mobile.not-journey,
.page-prequotequestions .navbar-contact.mobile.not-journey,
.page-quote .navbar-contact.mobile.not-journey,
.page-postquotequestions .navbar-contact.mobile.not-journey,
.page-confirmation2 .navbar-contact.mobile.not-journey {
  display: none;
}
/* :L181 */
.page-quickquotequestions .navbar-contact.mobile.journey,
.page-quickquote .navbar-contact.mobile.journey,
.page-prequotequestions .navbar-contact.mobile.journey,
.page-quote .navbar-contact.mobile.journey,
.page-postquotequestions .navbar-contact.mobile.journey,
.page-confirmation2 .navbar-contact.mobile.journey {
  display: block;
  width: 180px;
  margin-left: -180px;
  background-color: transparent;
}
@media only screen and (max-width: 345px) {
  .page-quickquotequestions .navbar-contact.mobile.journey,
  .page-quickquote .navbar-contact.mobile.journey,
  .page-prequotequestions .navbar-contact.mobile.journey,
  .page-quote .navbar-contact.mobile.journey,
  .page-postquotequestions .navbar-contact.mobile.journey,
  .page-confirmation2 .navbar-contact.mobile.journey {
    width: 104px;
    margin-left: -104px;
  }
}
/* :L190 */
.page-quickquotequestions .navbar-contact.mobile.journey .time,
.page-quickquote .navbar-contact.mobile.journey .time,
.page-prequotequestions .navbar-contact.mobile.journey .time,
.page-quote .navbar-contact.mobile.journey .time,
.page-postquotequestions .navbar-contact.mobile.journey .time,
.page-confirmation2 .navbar-contact.mobile.journey .time {
  font-size: 10px;
  text-align: end;
}
@media only screen and (min-width: 768px) {
  .page-quickquotequestions .navbar-contact.mobile.journey,
  .page-quickquote .navbar-contact.mobile.journey,
  .page-prequotequestions .navbar-contact.mobile.journey,
  .page-quote .navbar-contact.mobile.journey,
  .page-postquotequestions .navbar-contact.mobile.journey,
  .page-confirmation2 .navbar-contact.mobile.journey {
    display: none;
  }
}
/* :L199 */
.page-quickquotequestions button.navbar-toggle,
.page-quickquote button.navbar-toggle,
.page-prequotequestions button.navbar-toggle,
.page-quote button.navbar-toggle,
.page-postquotequestions button.navbar-toggle,
.page-confirmation2 button.navbar-toggle {
  display: none;
}
/*End - Added by AnaFranciscoFr [APFD-37] - 29/11/2021*/

/* :L205 */
/* :L206 */
nav.navbar > div.container {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  nav.navbar > div.container {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  nav.navbar > div.container {
    display: flex;
    min-height: auto;
  }
}
/* :L220 */
.navbar-collapse.collapse {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .navbar-collapse.collapse {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
/* :L231 */
.navbar-collapse.collapse ul.navbar-right {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .navbar-collapse.collapse ul.navbar-right {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
  }
}
/* :L241 */
.navbar-collapse.collapse ul.navbar-right li {
  position: relative;
  border-bottom: 1px solid #999999;
}
/* :L245 */
@media only screen and (min-width: 768px) {
  .navbar-collapse.collapse ul.navbar-right li::after {
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #da291c;
    content: "";
    display: block;
    right: 0;
    top: 10px;
  }
}
/* :L258 */
/* :L259 */
.navbar-collapse.collapse ul.navbar-right li:last-child::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .navbar-collapse.collapse ul.navbar-right li {
    border-bottom: 0;
  }
}
/* :L268 */
.navbar-collapse.collapse ul.navbar-right li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L276 */
/* :L277 */
@media only screen and (max-width: 767px) {
  nav.navbar .navbar-header {
    flex-basis: 100%;
  }
}
/* :L283 */
nav.navbar button.navbar-toggle {
  margin: 5px 0;
  background-color: transparent;
  border-radius: 0;
  border-color: black;
  padding: 10px 8px;
}
/* :L290 */
nav.navbar button.navbar-toggle:hover,
nav.navbar button.navbar-toggle:active,
nav.navbar button.navbar-toggle:focus,
nav.navbar button.navbar-toggle:active:focus {
  background-color: transparent;
}
/* :L297 */
nav.navbar button.navbar-toggle .icon-bar {
  background-color: #da291c;
  width: 25px;
}
/* :L301 */
nav.navbar button.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
/* :L307 */
@media only screen and (max-width: 767px) {
  nav.navbar a.navbar-brand {
    height: 50px;
  }
}
/* :L315 */
/* :L316 */
footer .footer-hyperlinks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  footer .footer-hyperlinks {
    flex-direction: row;
  }
}
/* :L326 */
footer .footer-hyperlinks > a {
  text-align: center;
  text-decoration: underline;
  padding: 8px 6px;
}
@media only screen and (min-width: 768px) {
  footer .footer-hyperlinks > a {
    padding: 20px 6px;
  }
}
/* :L335 */
footer .footer-hyperlinks > a:hover,
footer .footer-hyperlinks > a:active,
footer .footer-hyperlinks > a:focus {
  text-decoration: underline;
}
/* :L340 */
footer .footer-hyperlinks > a:hover:active,
footer .footer-hyperlinks > a:active:active,
footer .footer-hyperlinks > a:focus:active,
footer .footer-hyperlinks > a:hover:focus,
footer .footer-hyperlinks > a:active:focus,
footer .footer-hyperlinks > a:focus:focus {
  text-decoration: underline;
}
/* :L347 */
footer .footer-hyperlinks > .copyright {
  flex-basis: 100%;
  text-align: center;
}
/* :L355 */
.tel-icon-wannaspeak {
  background-color: #da291c;
  padding: 12px;
  position: fixed;
  right: 0;
  z-index: 98;
  top: 264px;
  cursor: pointer;
}
/* :L366 */
/* :L367 */
.page-confirmation2 .text-wrapper {
  line-height: 1.3em;
}
/* :L374 */
/* :L375 */
.page-quickquotequestions .instanda-multi-item-remove,
.page-quickquotequestions .instanda-multi-item-add {
  display: none;
}
/* :L382 */
button[name="saveButton"] {
  display: none;
}
/* :L387 */
#copyQuoteButton {
  display: none;
}
/* :L392 */
/* :L393 */
.page-prequotequestions .payment-amount {
  display: none;
}
/* :L397 */
/* :L398 */
.page-prequotequestions.page-number-3 .payment-amount {
  display: block;
}
/*.page-quickquotequestions.page-number-2 {
  &.created-from-newbusiness {
    button[name="continueButton"] {
      display: none;
    }
  }
}*/

/* :L414 */
/* :L415 */
.page-prequotequestions.page-number-2 .instanda-question-help-col {
  display: none;
}
/* :L421 */
/* :L422 */
#instanda-cp-reset-link-form .form-label {
  display: none;
}
/* :L427 */
/* :L428 */
#question119687 > .instanda-question-label {
  display: none;
}
/* :L434 */
/* :L435 */
/* :L436 */
.page-postquotequestions.page-number-1 .col-main .instanda-documents {
  display: none;
}
/*.page-customerdetails {
 .instanda-update-customer-details-button {
    display: none;
 }
}*/

/* :L451 */
#question121408 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* :L458 */
/* :L459 */
.page-quote button[name="updateButton"] {
  display: none;
}
/* Global */
/* Set Width */

/* :L475 */
.instanda-main-content > form > .container .row,
nav.navbar {
  /* Anywhere needs to reset page width */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .instanda-main-content > form > .container .row,
  nav.navbar {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .instanda-main-content > form > .container .row,
  nav.navbar {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .instanda-main-content > form > .container .row,
  nav.navbar {
    width: 1170px;
  }
}
/* :L496 */
/* Fix multi-item layout when returning */

/* :L501 */
.instanda-question-multi-item-summary > .container > .instanda-text-question > .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  width: 100%;
  float: none;
}
/* :L506 */
html {
  font-size: 14px;
}
/* :L510 */
body {
  font-family: "Helvetica Neue", Helvetica, 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  color: black;
  overflow-x: hidden;
}
/* :L518 */
body * {
  transition: all .3s;
}
/* :L522 */
body.iOS {
  font-size: 16px;
}
/* :L527 */
/* :L528 */
*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
/* :L534 */
/* :L536 */
.instanda-main-content a:not(.btn),
.footer-additional a:not(.btn) {
  color: black;
  text-decoration: underline;
}
/* :L540 */
.instanda-main-content a:not(.btn):hover,
.footer-additional a:not(.btn):hover,
.instanda-main-content a:not(.btn):active,
.footer-additional a:not(.btn):active,
.instanda-main-content a:not(.btn):focus,
.footer-additional a:not(.btn):focus {
  color: #da291c;
}
/* :L548 */
.grey-out {
  color: gray;
}
/* Headlines */

/* :L553 */
/* :L560 */
h3,
.page-confirmation2 .text-wrapper {
  font-size: 24px;
  font-weight: 400;
}
/* :L565 */
h5 {
  font-weight: 700;
}
/* :L569 */
.instanda-container-fluid {
  background-color: transparent;
}
/* :L573 */
/* :L575 */
.instanda-question-item ul,
.validation-summary-errors ul {
  padding-left: 0;
  margin: 0;
}
/* :L579 */
.instanda-question-item ul li,
.validation-summary-errors ul li {
  position: relative;
  padding-left: 15px;
  list-style-type: none;
  word-break: break-word;
}
/* :L585 */
.instanda-question-item ul li::before,
.validation-summary-errors ul li::before {
  position: absolute;
  content: "-";
  display: block;
  left: 0;
  top: 0;
}
/* :L593 */
.instanda-question-item ul li + li,
.validation-summary-errors ul li + li {
  margin-top: 10px;
}
/* :L597 */
.instanda-question-item ul li ul,
.validation-summary-errors ul li ul {
  padding-left: inherit;
}
/* :L600 */
.instanda-question-item ul li ul li,
.validation-summary-errors ul li ul li {
  list-style-type: disc;
  margin: 10px 0;
  padding-left: 0;
}
/* :L605 */
.instanda-question-item ul li ul li::before,
.validation-summary-errors ul li ul li::before {
  display: none;
}
/* :L614 */
.validation-summary-errors:only-child {
  margin-bottom: 0;
}
/* :L618 */
.label-warning {
  background-color: transparent;
  color: #da291c;
  font-weight: 400;
  padding: 0;
  margin: 5px 0;
  display: inline-block;
}
/* :L647 */
nav.navbar {
  padding-left: 0;
  padding-right: 0;
}
/* :L651 */
nav.navbar > .container {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 150px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
/* :L660 */
nav.navbar > .container::before,
nav.navbar > .container::after {
  content: initial;
}
/* :L665 */
nav.navbar > .container > div {
  margin-left: 0;
  margin-right: 0;
}
/* :L678 */
@media only screen and (max-width: 1199px) {
  .breadcrumb-wrapper {
    order: 3;
  }
}
/* :L684 */
.navbar-collapse {
  border: 0;
}
@media only screen and (max-width: 1199px) {
  .navbar-collapse {
    order: 2;
  }
}
/*	Begin - Added by AnaFranciscoFr [APFD-37] - 29/11/2021
	Edit the header for mobile (only the journey) - logo*/

/* :L694 */
/* :L700 */
.page-quickquotequestions .navbar a.navbar-brand img,
.page-quickquote .navbar a.navbar-brand img,
.page-prequotequestions .navbar a.navbar-brand img,
.page-quote .navbar a.navbar-brand img,
.page-postquotequestions .navbar a.navbar-brand img,
.page-confirmation2 .navbar a.navbar-brand img {
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .page-quickquotequestions .navbar a.navbar-brand img,
  .page-quickquote .navbar a.navbar-brand img,
  .page-prequotequestions .navbar a.navbar-brand img,
  .page-quote .navbar a.navbar-brand img,
  .page-postquotequestions .navbar a.navbar-brand img,
  .page-confirmation2 .navbar a.navbar-brand img {
    height: 90px;
  }
}
/*	End - Added by AnaFranciscoFr [APFD-37] - 29/11/2021*/

/* :L711 */
.navbar {
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
  z-index: 9;
  /* Logo */

  /* Menu links */

}
/* :L725 */
.navbar a.navbar-brand {
  padding-top: 0;
  height: auto;
}
/* :L729 */
.navbar a.navbar-brand img {
  width: auto;
  height: 50px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .navbar a.navbar-brand img {
    height: 90px;
  }
}
/* :L741 */
.navbar .navbar-nav {
  margin: 0;
}
/* :L744 */
.navbar .navbar-nav li {
  margin-bottom: 0;
}
/* :L747 */
.navbar .navbar-nav li:hover {
  border-color: black;
}
/* :L751 */
.navbar .navbar-nav li.active {
  border-color: black;
}
/* :L754 */
.navbar .navbar-nav li.active a {
  /* Override Bootstrap's styles */
  color: black;
  background-color: transparent;
  font-weight: 500;
}
/* :L760 */
.navbar .navbar-nav li.active a:hover,
.navbar .navbar-nav li.active a:active,
.navbar .navbar-nav li.active a:focus,
.navbar .navbar-nav li.active a:active:focus {
  background-color: transparent;
  color: black;
}
/* :L770 */
.navbar .navbar-nav li a {
  color: gray;
}
/* :L777 */
.breadcrumb-wrapper {
  display: none;
  /* Show only on Quote journey, hide for other pages */

}
@media only screen and (max-width: 1199px) {
  .breadcrumb-wrapper {
    flex: 0 0 100%;
  }
}
/* :L786 */
/* :L789 */
.created-from-newbusiness .breadcrumb-wrapper,
.created-from-mta .breadcrumb-wrapper,
.page-confirmbillingdetails .breadcrumb-wrapper {
  width: 100%;
  display: block;
  text-align: center;
  height: 120px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .created-from-newbusiness .breadcrumb-wrapper,
  .created-from-mta .breadcrumb-wrapper,
  .page-confirmbillingdetails .breadcrumb-wrapper {
    max-width: 50%;
  }
}
/* :L800 */
.created-from-newbusiness .breadcrumb-wrapper .button-links,
.created-from-mta .breadcrumb-wrapper .button-links,
.page-confirmbillingdetails .breadcrumb-wrapper .button-links {
  width: 90%;
  margin-left: 13px;
  position: relative;
  top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (min-width: 1200px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links,
  .created-from-mta .breadcrumb-wrapper .button-links,
  .page-confirmbillingdetails .breadcrumb-wrapper .button-links {
    width: 90%;
    margin-left: 67px;
    position: relative;
    top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links,
  .created-from-mta .breadcrumb-wrapper .button-links,
  .page-confirmbillingdetails .breadcrumb-wrapper .button-links {
    width: 90%;
    margin-left: 60px;
    position: relative;
    top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links,
  .created-from-mta .breadcrumb-wrapper .button-links,
  .page-confirmbillingdetails .breadcrumb-wrapper .button-links {
    width: 90%;
    margin-left: 35px;
    position: relative;
    top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
/* :L839 */
.created-from-newbusiness .breadcrumb-wrapper .button-links::before,
.created-from-mta .breadcrumb-wrapper .button-links::before,
.page-confirmbillingdetails .breadcrumb-wrapper .button-links::before,
.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.created-from-mta .breadcrumb-wrapper .button-links::after,
.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after {
  position: absolute;
  width: 76%;
  height: 2px;
  background-color: #f4bfbb;
  display: block;
  content: "";
  top: -2px;
  left: 50%;
  margin-left: -38%;
}
/* :L852 */
.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.created-from-mta .breadcrumb-wrapper .button-links::after,
.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after {
  background-color: #da291c;
  width: 0;
  /*Edited by AnaFranciscoFr [APFD-36] - 03/12/2021 - Added new pages*/

  /*Edited by AnaFranciscoFr [APFD-36] - 30/11/2021 - Removed some pages*/

  /*Edited by AnaFranciscoFr [APFD-36] - 03/12/2021 - Removed one pages*/

}
@media only screen and (max-width: 991px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .created-from-mta .breadcrumb-wrapper .button-links::after,
  .page-confirmbillingdetails .breadcrumb-wrapper .button-links::after {
    margin-left: 0;
    left: 0;
  }
}
/* :L862 */
.page-prequotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.page-prequotequestions.created-from-mta .breadcrumb-wrapper .button-links::after,
.page-prequotequestions.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after,
.page-quote.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.page-quote.created-from-mta .breadcrumb-wrapper .button-links::after,
.page-quote.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after,
.page-endorse.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.page-endorse.created-from-mta .breadcrumb-wrapper .button-links::after,
.page-endorse.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after,
.page-quickquote.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.page-quickquote.created-from-mta .breadcrumb-wrapper .button-links::after,
.page-quickquote.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after {
  width: calc(33.333333333%);
  /* Added by AnaFranciscoFr [APFD-36] - 30/11/2021*/

}
@media only screen and (min-width: 992px) {
  .page-prequotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .page-prequotequestions.created-from-mta .breadcrumb-wrapper .button-links::after,
  .page-prequotequestions.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after,
  .page-quote.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .page-quote.created-from-mta .breadcrumb-wrapper .button-links::after,
  .page-quote.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after,
  .page-endorse.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .page-endorse.created-from-mta .breadcrumb-wrapper .button-links::after,
  .page-endorse.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after,
  .page-quickquote.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .page-quickquote.created-from-mta .breadcrumb-wrapper .button-links::after,
  .page-quickquote.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after {
    width: calc(25.333333333%);
  }
}
/* :L875 */
.page-confirmbillingdetails.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.page-confirmbillingdetails.created-from-mta .breadcrumb-wrapper .button-links::after,
.page-confirmbillingdetails.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after,
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.page-postquotequestions.created-from-mta .breadcrumb-wrapper .button-links::after,
.page-postquotequestions.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after {
  width: calc(66.666666667%);
  /* Added by AnaFranciscoFr [APFD-36] - 03/12/2021*/

}
@media only screen and (min-width: 992px) {
  .page-confirmbillingdetails.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .page-confirmbillingdetails.created-from-mta .breadcrumb-wrapper .button-links::after,
  .page-confirmbillingdetails.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after,
  .page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .page-postquotequestions.created-from-mta .breadcrumb-wrapper .button-links::after,
  .page-postquotequestions.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after {
    width: calc(50.666666667%);
  }
}
/* :L886 */
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links::after,
.page-confirmation2.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after {
  width: 100%;
  /* Added by AnaFranciscoFr [APFD-36] - 03/12/2021*/

}
@media only screen and (min-width: 992px) {
  .page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links::after,
  .page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links::after,
  .page-confirmation2.page-confirmbillingdetails .breadcrumb-wrapper .button-links::after {
    width: 76%;
  }
}
/* :L896 */
.created-from-newbusiness .breadcrumb-wrapper .button-links > a,
.created-from-mta .breadcrumb-wrapper .button-links > a,
.page-confirmbillingdetails .breadcrumb-wrapper .button-links > a {
  padding: 29px 5px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links > a,
  .created-from-mta .breadcrumb-wrapper .button-links > a,
  .page-confirmbillingdetails .breadcrumb-wrapper .button-links > a {
    padding: 25px 26px 0;
    /*Added by AnaFranciscoFr [APFD-35] - 10/12/2021*/
  
  }
}
@media only screen and (min-width: 992px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links > a,
  .created-from-mta .breadcrumb-wrapper .button-links > a,
  .page-confirmbillingdetails .breadcrumb-wrapper .button-links > a {
    flex: 0 0 25%;
  }
}
/* :L911 */
.created-from-newbusiness .breadcrumb-wrapper .button-links > a::before,
.created-from-mta .breadcrumb-wrapper .button-links > a::before,
.page-confirmbillingdetails .breadcrumb-wrapper .button-links > a::before {
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  /*Begin - Added and edited by AnaFranciscoFr [APFD-36] - 30/11/2021*/
  left: -5px;
  width: 45px;
  height: 45px;
  top: -27px;
  font-size: 12px;
  text-align: center;
  background-color: #999999;
  padding-top: 16px;
  padding-right: 4px;
  color: white;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
  /*End - Added and edited by AnaFranciscoFr [APFD-36] - 30/11/2021*/

}
@media only screen and (min-width: 992px) {
  .created-from-newbusiness .breadcrumb-wrapper .button-links > a::before,
  .created-from-mta .breadcrumb-wrapper .button-links > a::before,
  .page-confirmbillingdetails .breadcrumb-wrapper .button-links > a::before {
    left: 35%;
    width: 45px;
    height: 48px;
    font-size: 13px;
    padding-top: 17px;
    padding-right: 4px;
  }
}
/* :L943 */
.created-from-newbusiness .breadcrumb-wrapper a,
.created-from-mta .breadcrumb-wrapper a,
.page-confirmbillingdetails .breadcrumb-wrapper a {
  color: black;
}
/* :L946 */
.created-from-newbusiness .breadcrumb-wrapper a:hover,
.created-from-mta .breadcrumb-wrapper a:hover,
.page-confirmbillingdetails .breadcrumb-wrapper a:hover,
.created-from-newbusiness .breadcrumb-wrapper a:focus,
.created-from-mta .breadcrumb-wrapper a:focus,
.page-confirmbillingdetails .breadcrumb-wrapper a:focus {
  text-decoration: none;
}
/* :L954 */
/* :L956 */
.page-viewquoteorpolicy .breadcrumb-wrapper,
.page-reviewreferrals .breadcrumb-wrapper {
  display: none;
}
/*	Begin - Added by AnaFranciscoFr [APFD-36] - 30/11/2021
	Numbers in the breadcrumb circles and new sentences added to the header	*/

/* :L963 */
/* :L964 */
/* :L965 */
#instanda-header [data-placeholder="~publicQuickQuoteLink"]::before {
  content: "01";
}
/* :L970 */
/* :L971 */
#instanda-header [data-placeholder="~publicQuickQuoteDisplayLink"]::before {
  content: "02";
}
/* :L976 */
/* :L977 */
#instanda-header [data-placeholder="~publicPreQuoteLink"]::before {
  content: "03";
}
/* :L982 */
/* :L983 */
#instanda-header [data-placeholder="~publicQuoteCompleteLink"]::before {
  content: "04";
}
/* :L989 */
/* :L990 */
div.info-senteces p {
  text-align: center;
  font-size: 18px;
  color: #da291c;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px;
}
@media only screen and (min-width: 992px) {
  div.info-senteces p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 345px) {
  div.info-senteces p {
    font-size: 14px;
  }
}
/* :L1008 */
p.step-1,
p.step-2,
p.step-3 {
  display: none;
  margin-bottom: 45px;
}
/*	End - Added by AnaFranciscoFr [APFD-36] - 30/11/2021	*/
/*Begin - Added by AnaFranciscoFr [APFD-36] - 30/11/2021*/

/* :L1053 */
/* :L1054 */
/* :L1055 */
.breadcrumb-wrapper .button-links > a {
  font-size: 0;
}
@media only screen and (min-width: 1200px) {
  .breadcrumb-wrapper .button-links > a {
    font-size: 16px;
    color: #f4bfbb;
  }
}
/*End - Added by AnaFranciscoFr [APFD-36] - 30/11/2021*/

/* Rocket on Quick Quote Questions Pages */

/* :L1069 */
/* :L1072 */
.page-quickquotequestions.created-from-newbusiness p.step-1 {
  display: block;
}
/* :L1077 */
/* :L1078 */
/* :L1079 */
/* :L1080 */
.page-quickquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"] {
  color: #da291c;
}
/* :L1083 */
.page-quickquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* Rocket on Quick Quote Display Page */

/*Edited by AnaFranciscoFr [APFD-36] */

/* :L1095 */
/* :L1101 */
.page-prequotequestions p.step-2,
.page-quote p.step-2,
.page-endorse p.step-2,
.page-quickquote p.step-2 {
  display: block;
}
/* :L1106 */
/* :L1107 */
/* :L1108 */
/* :L1110 */
.page-prequotequestions .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"],
.page-quote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"],
.page-endorse .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"],
.page-quickquote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"],
.page-prequotequestions .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"],
.page-quote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"],
.page-endorse .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"],
.page-quickquote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"] {
  color: #da291c;
}
/* :L1116 */
/* :L1117 */
.page-prequotequestions .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-quote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-endorse .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-quickquote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before {
  color: #da291c;
  font-weight: normal;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
}
/* :L1122 */
/* :L1126 */
.page-prequotequestions .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"]::before,
.page-quote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"]::before,
.page-endorse .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"]::before,
.page-quickquote .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* Rocket on Pre-Quote Questions, Quote Display Page, Endorsement Page, Post-Quote Questions */

/*Edited by AnaFranciscoFr [APFD-36] */

/* :L1137 */
/* :L1141 */
.page-postquotequestions.created-from-newbusiness p.step-3,
.page-confirmbillingdetails p.step-3 {
  display: block;
}
/* :L1146 */
/* :L1147 */
/* :L1148 */
/* :L1150 */
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"],
.page-confirmbillingdetails .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"],
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"],
.page-confirmbillingdetails .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"],
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"],
.page-confirmbillingdetails .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"] {
  color: #da291c;
}
/* :L1157 */
/* :L1159 */
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-confirmbillingdetails .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"]::before,
.page-confirmbillingdetails .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"]::before {
  color: #da291c;
  font-weight: normal;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
}
/* :L1164 */
/* :L1169 */
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before,
.page-confirmbillingdetails .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before,
.page-postquotequestions.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPostQuoteLink"]::before,
.page-confirmbillingdetails .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPostQuoteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* Rocket on Sale Confirmation Page */

/*Edited by AnaFranciscoFr [APFD-36] */

/* :L1180 */
/* :L1181 */
/* :L1182 */
/* :L1183 */
/* :L1185 */
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuoteCompleteLink"],
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"],
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"],
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"] {
  color: #da291c;
}
/* :L1193 */
/* :L1196 */
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteDisplayLink"]::before,
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before {
  color: #da291c;
  font-weight: normal;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
}
/* :L1201 */
/* :L1205 */
.page-confirmation2.created-from-newbusiness .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuoteCompleteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* Mobile- Rocket on breadcrumb active link */

/* :L1215 */
/* :L1216 */
/* :L1217 */
/* :L1218 */
@media only screen and (max-width: 991px) {
  .package-12462 .breadcrumb-wrapper .button-links::before {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
/* :L1235 */
/* :L1236 */
/* :L1237 */
/* :L1238 */
/* :L1239 */
@media only screen and (max-width: 991px) {
  .page-quickquotequestions .breadcrumb-wrapper .button-links a[data-placeholder="~publicQuickQuoteLink"] {
    display: block;
  }
}
/* :L1249 */
/* :L1250 */
/* :L1251 */
/* :L1252 */
/* :L1253 */
@media only screen and (max-width: 991px) {
  .page-quickquote .breadcrumb-wrapper .button-links a[data-placeholder="~publicQuickQuoteDisplayLink"] {
    display: block;
  }
}
/* Breadcrumb progress bar (Completion) */

/* :L1264 */
/* :L1266 */
/* :L1267 */
/* :L1268 */
@media only screen and (max-width: 991px) {
  
}
/* Sticky Header */

/* :L1311 */
/* :L1312 */
/* :L1313 */
@media only screen and (max-width: 991px) {
  .package-12462 header.navbar .breadcrumb-wrapper {
    /* Edited by AnaFranciscoFr [APFD-35] - 06/12/2021*/
    height: 60px;
  }
}
/* :L1319 */
@media only screen and (max-width: 991px) {
  .package-12462 header.navbar .breadcrumb-wrapper .button-links > a {
    padding-top: 0;
    text-align: left;
    margin-right: 15px;
  }
}
/* Footer */

/* :L1333 */
/* :L1335 */
/* :L1337 */
body.created-from-newbusiness .footer,
body.created-from-mta .footer {
  /* Footer in the quote journey */
  position: unset;
  /* clear default style */

}
/* :L1345 */
.footer {
  height: auto;
  /* clear default style */

}
/* :L1349 */
.footer a {
  color: black;
}
/* :L1352 */
.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #da291c;
  text-decoration: none;
}
/* :L1362 */
.footer-additional,
.instanda-built-by-footer {
  display: none;
}
/* :L1367 */
/* :L1368 */
.page-prequotequestions.page-number-1 .footer-additional {
  display: flex;
  justify-content: center;
}
/* :L1372 */
.page-prequotequestions.page-number-1 .footer-additional p {
  text-align: left;
  max-width: 470px;
}
/* Tables */

/* :L1380 */
table,
.table-bordered {
  border: 0;
}
/* :L1384 */
/* :L1386 */
/* :L1388 */
table thead tr th,
.table-bordered thead tr th,
table tbody tr th,
.table-bordered tbody tr th,
table thead tr td,
.table-bordered thead tr td,
table tbody tr td,
.table-bordered tbody tr td {
  border: 0;
  border-bottom: 1px solid #999999;
  padding: 10px 8px;
}
/* :L1394 */
table thead tr th a,
.table-bordered thead tr th a,
table tbody tr th a,
.table-bordered tbody tr th a,
table thead tr td a,
.table-bordered thead tr td a,
table tbody tr td a,
.table-bordered tbody tr td a,
table thead tr th a:not(.btn),
.table-bordered thead tr th a:not(.btn),
table tbody tr th a:not(.btn),
.table-bordered tbody tr th a:not(.btn),
table thead tr td a:not(.btn),
.table-bordered thead tr td a:not(.btn),
table tbody tr td a:not(.btn),
.table-bordered tbody tr td a:not(.btn) {
  color: #da291c;
  text-decoration: none;
}
/* :L1400 */
table thead tr th .fa,
.table-bordered thead tr th .fa,
table tbody tr th .fa,
.table-bordered tbody tr th .fa,
table thead tr td .fa,
.table-bordered thead tr td .fa,
table tbody tr td .fa,
.table-bordered tbody tr td .fa {
  display: none;
}
/* Buttons */

/* :L1409 */
.btn,
.page-postquotequestions.page-number-2 .section-payment-details .policy-start-date a,
.page-postquotequestions #question120357 a {
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white;
  padding: 14px;
  border-radius: 0;
  text-align: left;
  width: auto;
}
@media only screen and (min-width: 640px) {
  .btn {
    padding: 14px 48px 14px 24px;
  }
}
/* :L1423 */
.btn:hover,
.btn:active,
.btn:focus {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
}
/* :L1431 */
.btn:active:hover,
.btn:active:focus {
  background-color: #ad2116;
  border-color: #961c13;
}
/* :L1437 */
.btn .fa {
  display: none;
}
/* :L1442 */
button[type="submit"],
#backButton,
.col-sidebar a.btn,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary,
.page-prequotequestions.page-number-1 .pull-left .btn-primary,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a,
#agentBackButton {
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white;
  padding: 14px;
  border-radius: 0;
  text-align: left;
  width: auto;
  padding-right: 32px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  button[type="submit"],
  #backButton,
  .col-sidebar a.btn,
  .page-quickquotequestions.page-number-1 .pull-left .btn-primary,
  .page-quickquotequestions.page-number-3 .pull-left .btn-primary,
  .page-prequotequestions.page-number-1 .pull-left .btn-primary,
  .page-reviewreferrals .back-to-edit-quote-container.pull-left > a,
  #agentBackButton {
    padding: 14px 48px 14px 24px;
  }
}
/* :L1423 */
button[type="submit"]:hover,
#backButton:hover,
.col-sidebar a.btn:hover,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:hover,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:hover,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:hover,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:hover,
#agentBackButton:hover,
button[type="submit"]:active,
#backButton:active,
.col-sidebar a.btn:active,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active,
#agentBackButton:active,
button[type="submit"]:focus,
#backButton:focus,
.col-sidebar a.btn:focus,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:focus,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:focus,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:focus,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:focus,
#agentBackButton:focus {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
}
/* :L1431 */
button[type="submit"]:active:hover,
#backButton:active:hover,
.col-sidebar a.btn:active:hover,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active:hover,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active:hover,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active:hover,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active:hover,
#agentBackButton:active:hover,
button[type="submit"]:active:focus,
#backButton:active:focus,
.col-sidebar a.btn:active:focus,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active:focus,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active:focus,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active:focus,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active:focus,
#agentBackButton:active:focus {
  background-color: #ad2116;
  border-color: #961c13;
}
/* :L1437 */
button[type="submit"] .fa,
#backButton .fa,
.col-sidebar a.btn .fa,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary .fa,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary .fa,
.page-prequotequestions.page-number-1 .pull-left .btn-primary .fa,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a .fa,
#agentBackButton .fa {
  display: none;
}
@media only screen and (min-width: 768px) {
  button[type="submit"],
  #backButton,
  .col-sidebar a.btn,
  .page-quickquotequestions.page-number-1 .pull-left .btn-primary,
  .page-quickquotequestions.page-number-3 .pull-left .btn-primary,
  .page-prequotequestions.page-number-1 .pull-left .btn-primary,
  .page-reviewreferrals .back-to-edit-quote-container.pull-left > a,
  #agentBackButton {
    max-width: 260px;
  }
}
/* :L1459 */
button[type="submit"]::before,
#backButton::before,
.col-sidebar a.btn::before,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary::before,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary::before,
.page-prequotequestions.page-number-1 .pull-left .btn-primary::before,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a::before,
#agentBackButton::before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 14px;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
}
@media only screen and (min-width: 640px) {
  button[type="submit"]::before,
  #backButton::before,
  .col-sidebar a.btn::before,
  .page-quickquotequestions.page-number-1 .pull-left .btn-primary::before,
  .page-quickquotequestions.page-number-3 .pull-left .btn-primary::before,
  .page-prequotequestions.page-number-1 .pull-left .btn-primary::before,
  .page-reviewreferrals .back-to-edit-quote-container.pull-left > a::before,
  #agentBackButton::before {
    right: 24px;
  }
}
/* :L1478 */
button[name="saveButton"],
#backButton,
.instanda-notes-button,
#copyQuoteButton,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary,
.page-prequotequestions.page-number-1 .pull-left .btn-primary,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a,
body:not(.page-quote) .col-sidebar a.btn,
#agentBackButton {
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white;
  padding: 14px;
  border-radius: 0;
  text-align: left;
  width: auto;
  background-color: white;
  border: 1px solid gray;
  color: gray;
}
@media only screen and (min-width: 640px) {
  button[name="saveButton"],
  #backButton,
  .instanda-notes-button,
  #copyQuoteButton,
  .page-quickquotequestions.page-number-1 .pull-left .btn-primary,
  .page-quickquotequestions.page-number-3 .pull-left .btn-primary,
  .page-prequotequestions.page-number-1 .pull-left .btn-primary,
  .page-reviewreferrals .back-to-edit-quote-container.pull-left > a,
  body:not(.page-quote) .col-sidebar a.btn,
  #agentBackButton {
    padding: 14px 48px 14px 24px;
  }
}
/* :L1423 */
button[name="saveButton"]:hover,
#backButton:hover,
.instanda-notes-button:hover,
#copyQuoteButton:hover,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:hover,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:hover,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:hover,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:hover,
body:not(.page-quote) .col-sidebar a.btn:hover,
#agentBackButton:hover,
button[name="saveButton"]:active,
#backButton:active,
.instanda-notes-button:active,
#copyQuoteButton:active,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active,
body:not(.page-quote) .col-sidebar a.btn:active,
#agentBackButton:active,
button[name="saveButton"]:focus,
#backButton:focus,
.instanda-notes-button:focus,
#copyQuoteButton:focus,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:focus,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:focus,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:focus,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:focus,
body:not(.page-quote) .col-sidebar a.btn:focus,
#agentBackButton:focus {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
}
/* :L1431 */
button[name="saveButton"]:active:hover,
#backButton:active:hover,
.instanda-notes-button:active:hover,
#copyQuoteButton:active:hover,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active:hover,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active:hover,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active:hover,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active:hover,
body:not(.page-quote) .col-sidebar a.btn:active:hover,
#agentBackButton:active:hover,
button[name="saveButton"]:active:focus,
#backButton:active:focus,
.instanda-notes-button:active:focus,
#copyQuoteButton:active:focus,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active:focus,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active:focus,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active:focus,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active:focus,
body:not(.page-quote) .col-sidebar a.btn:active:focus,
#agentBackButton:active:focus {
  background-color: #ad2116;
  border-color: #961c13;
}
/* :L1437 */
button[name="saveButton"] .fa,
#backButton .fa,
.instanda-notes-button .fa,
#copyQuoteButton .fa,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary .fa,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary .fa,
.page-prequotequestions.page-number-1 .pull-left .btn-primary .fa,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a .fa,
body:not(.page-quote) .col-sidebar a.btn .fa,
#agentBackButton .fa {
  display: none;
}
/* :L1493 */
button[name="saveButton"]:hover,
#backButton:hover,
.instanda-notes-button:hover,
#copyQuoteButton:hover,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:hover,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:hover,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:hover,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:hover,
body:not(.page-quote) .col-sidebar a.btn:hover,
#agentBackButton:hover,
button[name="saveButton"]:active,
#backButton:active,
.instanda-notes-button:active,
#copyQuoteButton:active,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active,
body:not(.page-quote) .col-sidebar a.btn:active,
#agentBackButton:active,
button[name="saveButton"]:focus,
#backButton:focus,
.instanda-notes-button:focus,
#copyQuoteButton:focus,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:focus,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:focus,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:focus,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:focus,
body:not(.page-quote) .col-sidebar a.btn:focus,
#agentBackButton:focus,
button[name="saveButton"]:active:hover,
#backButton:active:hover,
.instanda-notes-button:active:hover,
#copyQuoteButton:active:hover,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active:hover,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active:hover,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active:hover,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active:hover,
body:not(.page-quote) .col-sidebar a.btn:active:hover,
#agentBackButton:active:hover,
button[name="saveButton"]:active:focus,
#backButton:active:focus,
.instanda-notes-button:active:focus,
#copyQuoteButton:active:focus,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary:active:focus,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary:active:focus,
.page-prequotequestions.page-number-1 .pull-left .btn-primary:active:focus,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a:active:focus,
body:not(.page-quote) .col-sidebar a.btn:active:focus,
#agentBackButton:active:focus {
  color: black;
  background-color: #f1f2f6;
  border-color: gray;
}
/* :L1504 */
#backButton,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary,
.page-prequotequestions.page-number-1 .pull-left .btn-primary,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a,
#agentBackButton {
  padding-left: 32px;
  width: 100%;
  text-align: right;
  float: left;
}
/* :L1515 */
#backButton::before,
.page-quickquotequestions.page-number-1 .pull-left .btn-primary::before,
.page-quickquotequestions.page-number-3 .pull-left .btn-primary::before,
.page-prequotequestions.page-number-1 .pull-left .btn-primary::before,
.page-reviewreferrals .back-to-edit-quote-container.pull-left > a::before,
#agentBackButton::before {
  left: 14px;
  right: auto;
  border-left: 0;
  border-right: 8px solid gray;
}
@media only screen and (min-width: 640px) {
  #backButton::before,
  .page-quickquotequestions.page-number-1 .pull-left .btn-primary::before,
  .page-quickquotequestions.page-number-3 .pull-left .btn-primary::before,
  .page-prequotequestions.page-number-1 .pull-left .btn-primary::before,
  .page-reviewreferrals .back-to-edit-quote-container.pull-left > a::before,
  #agentBackButton::before {
    right: 24px;
  }
}
/* :L1527 */
/* :L1529 */
.modal-footer button,
.modal-footer input {
  padding-right: 24px;
}
/* :L1535 */
.btn[disabled],
.btn[disabled]:hover {
  cursor: not-allowed;
  background-color: #ec948d;
  border-color: #ec948d;
  color: white;
}
/* :L1543 */
.instanda-main-content > form > .container .row,
#quote-content-form-wrapper > form > .container .row {
  /* Action buttons on every end of page */
  margin: 20px auto;
  padding: 0;
}
/* :L1549 */
.instanda-main-content > form > .container .row .col-lg-12,
#quote-content-form-wrapper > form > .container .row .col-lg-12 {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 639px) {
  .instanda-main-content > form > .container .row .col-lg-12,
  #quote-content-form-wrapper > form > .container .row .col-lg-12 {
    flex-direction: column-reverse;
  }
}
/* :L1560 */
.instanda-main-content > form > .container .row .pull-right,
#quote-content-form-wrapper > form > .container .row .pull-right {
  text-align: right;
}
/* :L1564 */
.instanda-main-content > form > .container .row .pull-right input,
#quote-content-form-wrapper > form > .container .row .pull-right input,
.instanda-main-content > form > .container .row .pull-right button,
#quote-content-form-wrapper > form > .container .row .pull-right button,
.instanda-main-content > form > .container .row .pull-right a,
#quote-content-form-wrapper > form > .container .row .pull-right a {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .instanda-main-content > form > .container .row .pull-right input,
  #quote-content-form-wrapper > form > .container .row .pull-right input,
  .instanda-main-content > form > .container .row .pull-right button,
  #quote-content-form-wrapper > form > .container .row .pull-right button,
  .instanda-main-content > form > .container .row .pull-right a,
  #quote-content-form-wrapper > form > .container .row .pull-right a {
    margin: 0 0 0 10px;
  }
}
/* :L1575 */
.instanda-main-content > form > .container .row .pull-left,
#quote-content-form-wrapper > form > .container .row .pull-left {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .instanda-main-content > form > .container .row .pull-left,
  #quote-content-form-wrapper > form > .container .row .pull-left {
    min-width: 260px;
    margin-bottom: 0;
  }
}
/* :L1584 */
.instanda-main-content > form > .container .row .pull-left,
#quote-content-form-wrapper > form > .container .row .pull-left,
.instanda-main-content > form > .container .row .pull-right,
#quote-content-form-wrapper > form > .container .row .pull-right {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .instanda-main-content > form > .container .row .pull-left,
  #quote-content-form-wrapper > form > .container .row .pull-left,
  .instanda-main-content > form > .container .row .pull-right,
  #quote-content-form-wrapper > form > .container .row .pull-right {
    flex-basis: calc(50% - 10px);
  }
}
/* Forms */

/* :L1595 */
.form-control {
  padding: 0 16px;
  height: 50px;
  line-height: 1.2em !important;
  border: 1px solid #999999 !important;
  border-radius: 0;
  box-shadow: none;
  color: black;
  background-color: white !important;
  border-radius: 0 !important;
}
/* :L1606 */
.form-control--focused {
  background-color: white;
  border: 2px solid #da291c !important;
}
/* :L1612 */
.mdc-component-wrapper {
  position: relative;
}
/* :L1615 */
.mdc-component-wrapper .mdc-text-field {
  background-color: white !important;
  border-radius: 0;
  height: 50px;
  border: 1px solid #999999;
  outline: 2px solid transparent;
}
/* :L1622 */
/* :L1623 */
.mdc-component-wrapper .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
  border-bottom-color: #999999;
}
/* :L1627 */
.mdc-component-wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.mdc-component-wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label--float-above {
  color: gray;
}
/* :L1634 */
.mdc-component-wrapper .mdc-text-field--filled::before {
  height: 37px;
}
/* :L1638 */
.mdc-component-wrapper .mdc-text-field--focused {
  border-color: #da291c;
  outline: 2px solid rgba(218, 41, 28, 0.5);
}
/* :L1642 */
/* :L1643 */
.mdc-component-wrapper .mdc-text-field--focused:not(.mdc-text-field--disabled) :not(.mdc-text-field--textarea) {
  border-bottom-color: #da291c;
}
/* :L1647 */
.mdc-component-wrapper .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: gray;
}
/* :L1653 */
.mdc-component-wrapper .mdc-text-field--disabled:not(.mdc-text-field--textarea) {
  border-bottom-color: #999999;
}
/* :L1657 */
.mdc-component-wrapper .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
  border: 0;
}
/* :L1661 */
.mdc-component-wrapper .mdc-text-field__input {
  background-color: white !important;
}
/* :L1664 */
.mdc-component-wrapper .mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
  transform: translateY(-106%) scale(0.75);
}
/* :L1669 */
.mdc-component-wrapper .mdc-text-field:hover::before {
  background-color: transparent;
}
/* :L1674 */
.mdc-component-wrapper .mdc-select {
  line-height: 0;
}
/* :L1677 */
.mdc-component-wrapper .mdc-select__anchor {
  height: 50px;
  border: 1px solid #999999;
  outline: 2px solid transparent;
}
/* :L1683 */
.mdc-component-wrapper .mdc-select__anchor::before {
  height: 37px;
}
/* :L1687 */
.mdc-component-wrapper .mdc-select__anchor a .mdc-floating-label--float-above {
  transform: translateY(-55%) scale(0.75);
}
/* :L1692 */
.mdc-component-wrapper .mdc-select--focused .mdc-select__anchor {
  border-color: #da291c;
  outline: 2px solid rgba(218, 41, 28, 0.5);
}
/* :L1697 */
.mdc-component-wrapper .mdc-select__selected-text {
  height: 50px;
  background-color: white;
}
/* :L1702 */
.mdc-component-wrapper .mdc-select .mdc-select__anchor {
  border-radius: 0;
}
/* :L1712 */
/* :L1713 */
/* :L1714 */
/* :L1715 */
.mdc-component-wrapper .mdc-select:not(.mdc-text-field--disabled).mdc-select--focused .mdc-floating-label {
  color: gray;
}
/* :L1722 */
.mdc-component-wrapper .mdc-select:not(.mdc-text-field--disabled) .mdc-select__anchor {
  background-color: white;
}
/* :L1728 */
.mdc-component-wrapper .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line {
  padding-left: 0;
}
/* :L1731 */
.mdc-component-wrapper .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: #da291c;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0;
}
/* :L1767 */
textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L1772 */
select.form-control {
  -webkit-appearance: none;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=2kqnDNflAx8C9vScPF7bUQ__');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 13px 6px;
}
/* :L1780 */
select.gc-fr-postale-code {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 48px;
  border: 1px solid #999999;
  border-radius: 0;
  padding: 0 16px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px top 50%, 0 0;
  background-size: 10px 7px;
}
/* :L1795 */
.postcode-look-up {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
/* Forms' Material Design */

/* :L1838 */
.my-select--fullwidth,
.my-text-field--fullwidth {
  width: 100%;
}
/* :L1843 */
.my-mdc-hide {
  position: absolute !important;
  top: -99999px;
}
/* :L1848 */
/* :L1849 */
.my-mdc-off .my-mdc-hide {
  position: initial !important;
}
/* :L1853 */
.my-mdc-off .mdc-component-wrapper {
  display: none !important;
}
/* :L1858 */
/* :L1859 */
.instanda-question-label label {
  margin-bottom: 10px;
}
/* :L1864 */
.alert-danger {
  background-color: #fae682;
  border-radius: 4px;
  border: 0;
  margin: 20px;
  min-height: 50px;
  color: black;
  position: relative;
}
/* :L1873 */
.alert-danger.container {
  padding-left: 80px;
  padding-right: 20px;
}
/* :L1878 */
.alert-danger::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  left: 20px;
  top: 10px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=wNmmChhoNjPWWteZL7M8rw__") left top no-repeat;
  background-size: 100% auto;
  opacity: .6;
}
@media only screen and (min-width: 768px) {
  .alert-danger {
    margin: 20px auto 20px;
    max-width: 1120px;
  }
}
/* :L1896 */
.alert-danger button.close {
  opacity: 1;
  right: auto;
  z-index: 2;
}
/* :L1901 */
.alert-danger button.close span {
  color: #da291c;
}
/* :L1907 */
.label-danger {
  background-color: white;
  color: #da291c;
  font-weight: 400;
  display: inline-block;
}
/* :L1914 */
.field-validation-error,
.page-customerdetailschangepassword .field-validation-valid {
  font-size: 12px;
  color: #da291c;
  margin-top: 5px;
  display: inline-block;
}
/* Radio buttons */

/* :L1922 */
/* :L1925 */
.radio label {
  background-color: #f8f8f8;
  border: 1px solid #999999;
  font-weight: 700;
  padding: 15px;
}
/* :L1931 */
.radio label input {
  display: none;
}
/* :L1935 */
.radio label.instanda-selected {
  background-color: #da291c;
  color: white;
}
/* :L1943 */
.instanda-question-name-title {
  zoom: 1;
}
/* :L21 */
.instanda-question-name-title:before,
.instanda-question-name-title:after {
  content: "";
  display: table;
}
/* :L26 */
.instanda-question-name-title:after {
  clear: both;
}
/* :L1946 */
.instanda-question-name-title > div > .radio {
  display: inline-block;
  float: left;
  margin: 0;
}
/* :L1951 */
.instanda-question-name-title > div > .radio:first-child + div {
  margin-left: -1px;
}
/* :L1957 */
.radio-inline,
.page-quickquotequestions.page-number-4 #question121015 .radio > label,
.page-prequotequestions.page-number-1 #question118957 .radio > label {
  padding: 17px 34px;
  background-color: #f1f2f6;
  font-size: 12px;
  border-radius: 6px;
}
/* :L1963 */
.radio-inline input,
.page-quickquotequestions.page-number-4 #question121015 .radio > label input,
.page-prequotequestions.page-number-1 #question118957 .radio > label input {
  display: none;
}
/* :L1967 */
.radio-inline.instanda-selected,
.page-quickquotequestions.page-number-4 #question121015 .radio > label.instanda-selected,
.page-prequotequestions.page-number-1 #question118957 .radio > label.instanda-selected {
  background-color: #da291c;
  color: white;
}
/* Checkboxes */

/* :L1975 */
.checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .checkbox {
    align-items: flex-start;
  }
}
/* :L1984 */
.checkbox label {
  all: unset;
  cursor: pointer;
  position: relative;
  padding: 2px 5px 0 0;
}
/* :L1991 */
.checkbox label > input {
  border: 1px solid black;
  height: 40px;
  width: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  transition-duration: 0.3s;
  background-color: white;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .checkbox label > input {
    height: 12px;
    width: 12px;
  }
}
/* :L2010 */
.checkbox label > input:focus {
  outline: none;
}
/* :L2015 */
/* :L2016 */
.checkbox label.ticked {
  border-color: #da291c;
}
/* :L2019 */
.checkbox label.ticked::before {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  top: 9px;
  width: 26px;
  height: 26px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=7gta-UJjrUAzfH8ZA72a5g__") center center no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .checkbox label.ticked::before {
    left: 1px;
    top: 5px;
    width: 10px;
    height: 10px;
  }
}
/* :L2039 */
.checkbox label.ticked input {
  background-color: #da291c;
  border-color: #da291c;
}
/* :L2046 */
.checkbox span {
  color: black;
  display: inline-block;
  padding-left: 5px;
}
/* :L2052 */
.checkbox input[type=checkbox] {
  position: relative;
  /* Override bootstrap's default style */
  margin: 0 10px 0 0;
  /* Override bootstrap's default style */

}
/* :L2060 */
.instanda-question-parent-yes-no + div[id*="_Children"] {
  margin-top: 40px;
}
/* Help Texts Banner */

/* :L2066 */
/* :L2077 */
/* :L2080 */
.page-quickquotequestions .instanda-questionList > .instanda-well:first-child .instanda-container-fluid:first-child > .container,
.page-prequotequestions #question118956 .instanda-container-fluid:first-child > .container,
.page-prequotequestions #question120226 .instanda-container-fluid:first-child > .container,
.page-prequotequestions #question120292 .instanda-container-fluid:first-child > .container,
.page-quote #instanda-quote-content > .questionList > .instanda-well .instanda-container-fluid:first-child > .container,
.page-postquotequestions #question120358 .instanda-container-fluid:first-child > .container,
.page-postquotequestions #question120291 .instanda-container-fluid:first-child > .container,
.page-postquotequestions #question119073 .instanda-container-fluid:first-child > .container,
.page-confirmation2 #question118956 .instanda-container-fluid:first-child > .container,
.page-cancellationconfirmation .instanda-main-content-container > .questionList > .instanda-well .instanda-container-fluid:first-child > .container,
.page-quickquotequestions .instanda-questionList > .instanda-well:first-child.instanda-container-fluid:first-child > .container,
.page-prequotequestions #question118956.instanda-container-fluid:first-child > .container,
.page-prequotequestions #question120226.instanda-container-fluid:first-child > .container,
.page-prequotequestions #question120292.instanda-container-fluid:first-child > .container,
.page-quote #instanda-quote-content > .questionList > .instanda-well.instanda-container-fluid:first-child > .container,
.page-postquotequestions #question120358.instanda-container-fluid:first-child > .container,
.page-postquotequestions #question120291.instanda-container-fluid:first-child > .container,
.page-postquotequestions #question119073.instanda-container-fluid:first-child > .container,
.page-confirmation2 #question118956.instanda-container-fluid:first-child > .container,
.page-cancellationconfirmation .instanda-main-content-container > .questionList > .instanda-well.instanda-container-fluid:first-child > .container {
  width: fit-content;
  text-align: center;
  min-height: 50px;
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 21px;
}
/* Help Texts Banner desktop */

@media (min-width: 992px) {
  /* :L2094 */
  /* :L2104 */
  /* :L2107 */
  .page-prequotequestions #question118956 .instanda-container-fluid:first-child > .container,
  .page-prequotequestions #question120226 .instanda-container-fluid:first-child > .container,
  .page-prequotequestions #question120292 .instanda-container-fluid:first-child > .container,
  .page-quote #instanda-quote-content > .questionList > .instanda-well .instanda-container-fluid:first-child > .container,
  .page-postquotequestions #question120358 .instanda-container-fluid:first-child > .container,
  .page-postquotequestions #question120291 .instanda-container-fluid:first-child > .container,
  .page-postquotequestions #question119073 .instanda-container-fluid:first-child > .container,
  .page-confirmation2 #question118956 .instanda-container-fluid:first-child > .container,
  .page-cancellationconfirmation .instanda-main-content-container > .questionList > .instanda-well .instanda-container-fluid:first-child > .container,
  .page-prequotequestions #question118956.instanda-container-fluid:first-child > .container,
  .page-prequotequestions #question120226.instanda-container-fluid:first-child > .container,
  .page-prequotequestions #question120292.instanda-container-fluid:first-child > .container,
  .page-quote #instanda-quote-content > .questionList > .instanda-well.instanda-container-fluid:first-child > .container,
  .page-postquotequestions #question120358.instanda-container-fluid:first-child > .container,
  .page-postquotequestions #question120291.instanda-container-fluid:first-child > .container,
  .page-postquotequestions #question119073.instanda-container-fluid:first-child > .container,
  .page-confirmation2 #question118956.instanda-container-fluid:first-child > .container,
  .page-cancellationconfirmation .instanda-main-content-container > .questionList > .instanda-well.instanda-container-fluid:first-child > .container {
    width: 502px;
    text-align: center;
    min-height: 50px;
    font-size: 16px;
  }
}
/* Help Texts Banner desktop - 1st page journey */

@media (min-width: 992px) {
  /* :L2119 */
  /* :L2121 */
  /* :L2124 */
  .page-quickquotequestions .instanda-questionList > .instanda-well:first-child .instanda-container-fluid:first-child > .container,
  .page-quickquotequestions .instanda-questionList > .instanda-well:first-child.instanda-container-fluid:first-child > .container {
    width: 582px;
    text-align: center;
    min-height: 50px;
    font-size: 16px;
  }
}
/* Help Texts */

/* :L2135 */
.mdc-component-wrapper + .instanda-responsive-help-text {
  margin-top: 10px;
  font-size: 12px;
}
/* :L2140 */
.mdc-component-wrapper + .instanda-responsive-help-text .col-lg-7 {
  width: 100%;
}
/* :L2146 */
/* :L2151 */
.instanda-responsive-help-icon-container a {
  display: block;
}
/* :L2154 */
.instanda-responsive-help-icon-container a i {
  width: 24px;
  height: 24px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=JXrcOKC8hNhf1QlUjb1Rjg__") center center no-repeat;
  background-size: 100% auto;
}
/* :L2160 */
.instanda-responsive-help-icon-container a i::before {
  display: none;
}
/* :L2166 */
.mdc-component-wrapper .instanda-responsive-help-icon-container {
  position: absolute;
  right: 0;
  top: 50px;
}
@media only screen and (min-width: 768px) {
  .mdc-component-wrapper .instanda-responsive-help-icon-container {
    top: 10px;
    right: -36px;
  }
}
/* Document List */

/* :L2179 */
#documentsList {
  padding: 0;
}
/* :L2182 */
#documentsList li {
  list-style-type: none;
  margin-bottom: 8px;
}
/* :L2186 */
#documentsList li a {
  position: relative;
  padding-left: 25px;
}
/* :L2190 */
#documentsList li a::after {
  position: absolute;
  left: 0;
  top: -2px;
  content: "\f019";
  display: block;
  font-family: fontAwesome;
  font-size: 16px;
  color: #da291c;
}
/* :L2201 */
#documentsList li a:hover {
  color: #da291c;
}
/* Single column form width and align center */
/* :L2213 */
.page-prequotequestions.page-number-3 #question119686,
.page-quickquotequestions.page-number-3 .instanda-well:not(:first-child) .questionItem,
.page-quickquotequestions.page-number-3 form > .container .row,
.page-quickquotequestions.page-number-4 form > .container .row,
.page-quote form > .container .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .page-prequotequestions.page-number-3 #question119686,
  .page-quickquotequestions.page-number-3 .instanda-well:not(:first-child) .questionItem,
  .page-quickquotequestions.page-number-3 form > .container .row,
  .page-quickquotequestions.page-number-4 form > .container .row,
  .page-quote form > .container .row {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/* :L2226 */
.page-prequotequestions.page-number-3 #question119686 .container,
.page-quickquotequestions.page-number-3 .instanda-well:not(:first-child) .questionItem .container,
.page-quickquotequestions.page-number-3 form > .container .row .container,
.page-quickquotequestions.page-number-4 form > .container .row .container,
.page-quote form > .container .row .container {
  max-width: 100%;
}
/* :L2232 */
/* :L2233 */
.questionItem.container .instanda-question-input.col-lg-6 {
  width: 100%;
}
/* :L2238 */
/* :L2239 */
/* :L2240 */
/* :L2241 */
.container > .row > div[class*="col-"] .container {
  padding-left: 0;
  padding-right: 0;
}
/* Quick Quote Questions */

/* :L2250 */
#question118955 {
  /* Quick-quote question page 2 "Quelle type d’assurance professionnelle souhaitez vous ?" */
  text-align: center;
}
/* :L2254 */
#question118955 > .instanda-question-label {
  display: none;
}
/* :L2258 */
#question118955 .form-group {
  width: 100%;
  margin: 0;
}
/* :L2262 */
#question118955 .form-group .instanda-question-input.col-lg-6 {
  width: 100%;
  max-width: 1020px;
  display: inline-block;
  float: none;
}
/* :L2268 */
/* :L2279 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice {
  width: 100%;
  text-align: center;
  margin: 0;
  align-self: stretch;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice {
    padding: 0 20px;
  }
}
/* :L2290 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice label {
  display: inline-block !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  border: 1px solid #f1f2f6;
  -webkit-box-shadow: 0 0 0 2px #f1f2f6;
  box-shadow: 0 0 0 2px #f1f2f6;
  width: 100%;
  height: 100%;
  padding: 82px 25px 100px 25px;
  background-color: white;
  position: relative;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=8c0hZkOZ8DhIVshheUnk5w__") center 25px no-repeat;
  background-size: auto 42px;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice label {
    margin-bottom: 0;
  }
}
/* :L2318 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice label::before {
  position: absolute;
  content: "Choisir";
  padding: 14px 24px;
  font-size: 18px;
  text-align: left;
  color: white;
  background: #da291c;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: auto;
}
/* :L2332 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice label::after {
  position: absolute;
  bottom: 46px;
  right: 48px;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
}
/* :L2345 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice label.instanda-selected {
  border-color: #da291c;
  color: black;
  -webkit-box-shadow: 0 0 0 2px rgba(218, 41, 25, 0.5);
  box-shadow: 0 0 0 2px rgba(218, 41, 25, 0.5);
}
/* :L2353 */
/* :L2354 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice:first-child label {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=xEXvYkv3ECWwuAWYTG4O%2Cw__');
}
/* :L2359 */
/* :L2360 */
#question118955 .form-group .instanda-question-input.col-lg-6 .form-group .instanda-question-choice:nth-child(3) label {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=pWpz8%2Cmyq728diPeC05tRw__');
}
/* :L2370 */
/* :L2371 */
/* :L2374 */
/* :L2375 */
.page-quickquotequestions #question119038 .instanda-question-input > .instanda-question-label {
  display: none;
}
/* :L2381 */
/* :L2382 */
/* :L2383 */
.page-quickquotequestions.page-number-3 .questionHeader h3 {
  padding-left: 120px;
  color: gray;
  height: 96px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=-iMvQAg-a7uSEvR4SwSkuw__") left center no-repeat;
  background-size: 96px auto;
  vertical-align: middle;
  display: table-cell;
}
/* :L2388 */
/* :L2389 */
.page-quickquotequestions.page-number-3 #question118932 h3 {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=mPPAkwfMEVPnvKsbeX6m%2Cg__');
}
/* :L2394 */
.page-quickquotequestions.page-number-3 #question118943 {
  margin: 30px auto 0;
}
/* :L2398 */
.page-quickquotequestions.page-number-3 #question118934 {
  /* Address question */
  margin-bottom: 0;
}
/* :L2402 */
/* :L2403 */
/* :L2404 */
/* :L2405 */
.page-quickquotequestions.page-number-3 #question118934 .instanda-question-input > div > .form-group .instanda-address-line-2 + .mdc-component-wrapper {
  margin: 20px 0;
}
/* :L2411 */
.page-quickquotequestions.page-number-3 #question118934 .instanda-question-input > .form-group {
  margin-bottom: 20px;
}
/* :L2416 */
.page-quickquotequestions.page-number-3 #question118934 .instanda-address-city-label,
.page-quickquotequestions.page-number-3 #question118934 .instanda-address-postcode-label {
  display: none;
}
/* Pre-Quote Questions */

/* :L2425 */
.page-prequotequestions #question118959,
.page-prequotequestions #question119054,
.page-prequotequestions #question119686 {
  /* Add full-width border underneath a section */
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
/* :L2433 */
.page-prequotequestions #question118959::before,
.page-prequotequestions #question119054::before,
.page-prequotequestions #question119686::before {
  width: 500%;
  height: 2px;
  background-color: #f1f2f6;
  display: block;
  content: "";
  bottom: 0;
  left: calc((100vw - 100%)/-2);
  position: absolute;
  max-width: 100vw;
}
/* :L2446 */
/* :L2447 */
/* :L2449 */
.page-prequotequestions form > .container,
.page-prequotequestions form > .container > .row {
  max-width: 100%;
}
/* :L2456 */
/* :L2457 */
/* :L2458 */
.page-prequotequestions.page-number-1 .questionHeader h3,
.page-quickquotequestions.page-number-4 #question121029 .instanda-question-label label,
.page-quickquotequestions.page-number-4 #question121018 h3,
.page-quickquotequestions.page-number-4 #question121021 h3 {
  padding-left: 120px;
  color: gray;
  height: 96px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=-iMvQAg-a7uSEvR4SwSkuw__") left center no-repeat;
  background-size: 96px auto;
  vertical-align: middle;
  display: table-cell;
}
/* :L2463 */
/* :L2464 */
/* :L2465 */
.page-prequotequestions.page-number-1 #question118960 .questionHeader h3 {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=mPPAkwfMEVPnvKsbeX6m%2Cg__');
}
/* :L2471 */
.page-prequotequestions.page-number-1 #question119054 {
  margin-bottom: 20px;
}
/* :L2475 */
.page-prequotequestions.page-number-1 #question118957 {
  /* M. / Mme. */
  margin-bottom: 0;
}
/* :L2479 */
.page-prequotequestions.page-number-1 #question118957 > .instanda-question-label {
  display: none;
}
/* :L2483 */
.page-prequotequestions.page-number-1 #question118957 .radio {
  width: calc(50% - 10px);
}
/* :L2486 */
.page-prequotequestions.page-number-1 #question118957 .radio:first-child {
  margin-right: 20px;
}
/* :L2490 */
.page-prequotequestions.page-number-1 #question118957 .radio > label {
  width: 100%;
  text-align: center;
  border: 0;
  font-weight: 400;
  font-size: 12px;
  color: black;
}
/* :L2503 */
/* :L2504 */
/* :L2505 */
/* :L2514 */
.page-prequotequestions.page-number-2 form .instanda-well .questionItem.container,
.page-prequotequestions.page-number-2 form .instanda-well .questionHeader.container {
  max-width: 100%;
}
/* :L2519 */
@media only screen and (min-width: 640px) {
  .page-prequotequestions.page-number-2 form .instanda-well .instanda-question-label {
    width: calc(100% - 200px);
  }
}
/* :L2524 */
.page-prequotequestions.page-number-2 form .instanda-well .instanda-question-label label {
  font-weight: 400;
}
/* :L2529 */
.page-prequotequestions.page-number-2 form .instanda-well > .instanda-container-fluid:not(#question118963) {
  margin-bottom: 40px;
}
/* :L2533 */
.page-prequotequestions.page-number-2 form .instanda-well > .questionItem.container {
  position: relative;
  min-height: 52px;
}
/* :L2537 */
@media only screen and (min-width: 640px) {
  .page-prequotequestions.page-number-2 form .instanda-well > .questionItem.container .instanda-text-question {
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
  }
}
/* :L2547 */
.page-prequotequestions.page-number-2 form .instanda-well .instanda-question-help-col {
  position: absolute;
  top: 0;
  left: -40px;
}
/* :L2555 */
/* :L2556 */
.page-prequotequestions.page-number-2 .questionHeader h3 {
  padding-left: 120px;
  color: gray;
  height: 96px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=-iMvQAg-a7uSEvR4SwSkuw__") left center no-repeat;
  background-size: 96px auto;
  vertical-align: middle;
  display: table-cell;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=3VcGYaRqcyGjBZ2HLl13gg__');
}
/* :L2563 */
/* :L2566 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .col-empty,
.page-prequotequestions.page-number-3:not(.created-from-mta) .col-main,
.page-prequotequestions.page-number-3:not(.created-from-mta) .col-sidebar {
  width: 100%;
}
/* :L2573 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .sidebar-wrapper {
  display: none;
}
/* :L2578 */
/* :L2581 */
/* :L2582 */
.page-prequotequestions.page-number-3:not(.created-from-mta) #question119687 .instanda-question-input > .form-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 640px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) #question119687 .instanda-question-input > .form-group {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) #question119687 .instanda-question-input > .form-group {
    flex-wrap: nowrap;
  }
}
/* :L2599 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice {
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice {
    flex-basis: calc((100% - 20px) / 4);
  }
}
/* :L2618 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice:last-child {
  margin-right: 0;
}
/* :L2622 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding: 50px 30px 70px;
  background-color: #f1f2f6;
  border: 1px solid #f1f2f6;
  -webkit-box-shadow: 0 0 0 2px #f1f2f6;
  box-shadow: 0 0 0 2px #f1f2f6;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 480px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label {
    min-height: 231px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* :L2646 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label .payment-amount {
  font-size: 16px;
  /*Edited by AnaFranciscoFr - APFD-45 */
  color: gray;
  order: 1;
  display: flex;
  flex-wrap: wrap;
}
/* :L2654 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label .payment-amount > div {
  flex-basis: 100%;
}
/* :L2658 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label .payment-amount .amount {
  font-size: 48px;
  color: #da291c;
  line-height: 1;
  margin: 20px 0 5px;
  position: relative;
}
/* :L2665 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label .payment-amount .amount .dollar-sign {
  font-size: 20px;
  font-weight: 700;
  color: #da291c;
  position: relative;
  right: 18px;
  top: -17px;
}
/* :L2674 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label .payment-amount .amount .unit {
  font-size: 10px;
  font-weight: 400;
  color: gray;
  margin-left: 5px;
}
/* :L2683 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label::before {
  position: absolute;
  content: "";
  background: white;
  bottom: 16px;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  margin-left: -12px;
}
/* :L2695 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label::after {
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -4px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: white;
}
/* :L2708 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label.instanda-selected {
  background-color: white;
  border-color: #da291c;
  color: black;
  -webkit-box-shadow: 0 0 0 2px rgba(218, 41, 25, 0.5);
  box-shadow: 0 0 0 2px rgba(218, 41, 25, 0.5);
}
/* :L2715 */
.page-prequotequestions.page-number-3:not(.created-from-mta) .instanda-question-choice label.instanda-selected::before {
  background-color: #da291c;
}
/* :L2723 */
/* :L2724 */
.page-prequotequestions.page-number-3:not(.created-from-mta) #question119686 .instanda-question-label {
  text-align: center;
  margin-bottom: 20px;
}
/* :L2728 */
.page-prequotequestions.page-number-3:not(.created-from-mta) #question119686 .instanda-question-label label {
  font-weight: 400;
  font-size: 24px;
  color: gray;
}
/* :L2737 */
/* :L2738 */
/* :L2740 */
.page-prequotequestions.page-number-3:not(.created-from-mta) #question120230 .section-payment-title h3,
.page-prequotequestions.page-number-3:not(.created-from-mta) #question120230 .section-payment-title p {
  text-align: center;
}
/* :L2745 */
.page-prequotequestions.page-number-3:not(.created-from-mta) #question120230 .section-payment-title h3 {
  font-weight: 400;
  font-size: 24px;
  color: gray;
  margin-top: 0;
}
/* :L2752 */
/* :L2753 */
.page-prequotequestions.page-number-3:not(.created-from-mta) #question120230 .section-payment-title p span {
  color: gray;
}
/* :L2761 */
/* :L2762 */
.page-prequotequestions.page-number-3.created-from-mta .payment-amount {
  display: none;
}
/* :L2766 */
/* :L2767 */
.page-prequotequestions.page-number-3.created-from-mta .instanda-well .instanda-question-item {
  text-align: center;
}
/* :L2772 */
/* :L2775 */
.page-prequotequestions.page-number-3.created-from-mta #question119687 .instanda-question-label {
  display: none;
}
/* Quote Display */

/* :L2782 */
/* :L2783 */
.page-quote #quote-content {
  width: 100%;
  overflow-x: hidden;
}
/* :L2788 */
/* :L2789 */
.page-quote form > .container {
  /* Override the system's */
  padding-left: 15px;
  padding-right: 15px;
}
/* :L2796 */
/* :L2798 */
.page-quote .col-main h3,
.page-quote .col-main ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .page-quote .col-main h3,
  .page-quote .col-main ul {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/* :L2809 */
.page-quote .col-main h3,
.page-quote .col-main ul li {
  padding-left: 90px;
}
/* :L2814 */
.page-quote .col-main h3 {
  color: gray;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 2px solid #f1f2f6;
  margin-top: 0;
  margin-bottom: 8px;
}
/* :L2823 */
.page-quote .col-main ul {
  padding: 0;
}
/* :L2826 */
.page-quote .col-main ul li {
  list-style-type: none;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f1f2f6;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ggW%2CHEg5lgIXOsEX5XTAFA__") 38px center no-repeat;
  background-size: 24px auto;
}
/* :L2834 */
.page-quote .col-main ul li label {
  font-size: 10px;
  font-weight: 400;
  color: gray;
}
/* :L2840 */
.page-quote .col-main ul li:last-child {
  margin-bottom: 0;
}
/* :L2844 */
.page-quote .col-main ul li.form-company-address,
.page-quote .col-main ul li.form-address {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=oIVlsg6DEQoETNSJ18FHLg__');
}
/* :L2849 */
.page-quote .col-main ul li.form-name {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=bgTf73uw3lyo-o8i6LWGpg__');
}
/* :L2853 */
.page-quote .col-main ul li.form-activity {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=03wqWQWB81rH98AC7Tt4xg__');
}
/* :L2857 */
.page-quote .col-main ul li.form-phone {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=yiWrB8bDrNHX0TZcDMMv9Q__');
}
/* :L2861 */
.page-quote .col-main ul li.form-turnover {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=KUytqpxrjDn%2CDAQXUQuoPw__');
}
/* :L2865 */
.page-quote .col-main ul li.form-email {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=DgP1CYAJ7jb5Kd3dPo4cBA__');
}
/* :L2869 */
.page-quote .col-main ul li.form-premises-surface {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Hflh57tsNxD0ScBEf5aVaw__');
}
/* :L2873 */
.page-quote .col-main ul li.form-occupation {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Q8i%2Car-Lf-59GtDpFdtSLg__');
}
/* :L2877 */
.page-quote .col-main ul li.form-content-amount {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=geoLcBd8ggAbvTqAaD57lw__');
}
/* :L2881 */
.page-quote .col-main ul li.form-historical-monument {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=WOLd4LFFis1ChQcRiHiOVw__');
}
/* :L2885 */
.page-quote .col-main ul li.form-historical-monument {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=WOLd4LFFis1ChQcRiHiOVw__');
}
/* :L2889 */
.page-quote .col-main ul li.form-policy-start-date {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=HAYl5nzpz-YySoPe33M8UQ__');
}
/* :L2893 */
.page-quote .col-main ul li.form-document {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=hRzyKc9hUdQjc8UEBBkgUw__');
}
/* :L2899 */
.page-quote .col-main .mta-info {
  margin-bottom: 40px;
}
/* :L2902 */
.page-quote .col-main .mta-info h3 {
  margin-bottom: 0;
}
/* :L2906 */
.page-quote .col-main .mta-info .form-added-premium {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=geoLcBd8ggAbvTqAaD57lw__');
}
/* :L2913 */
.page-quote .col-main .section-wrapper {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
/* :L2918 */
.page-quote .col-main .section-wrapper::before {
  position: absolute;
  width: 500%;
  height: 2px;
  background-color: #f1f2f6;
  content: "";
  left: -200%;
  bottom: 0;
  display: block;
}
/* :L2932 */
.page-quote #packageDocuments > a {
  display: none;
}
/* Post-quote Questions page */

/* :L2938 */
/* :L2939 */
.page-postquotequestions h3 {
  color: gray;
}
/* :L2943 */
/* :L2945 */
.page-postquotequestions form .questionItem.container,
.page-postquotequestions form .questionHeader.container,
.page-postquotequestions form > .container,
.page-postquotequestions form > .container > .row {
  max-width: 100%;
}
/* :L2953 */
/* :L2954 */
.page-postquotequestions.page-number-1 h3 {
  padding-top: 205px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=PnODhqyBMx7qgHSNQ4JXVw__") center top no-repeat;
  background-size: 166px auto;
}
/* :L2961 */
.page-postquotequestions #question120357 {
  margin-bottom: 0;
}
/* :L2964 */
.page-postquotequestions #question120357 a {
  line-height: 20px;
  background-color: white;
  border: 1px solid gray;
  color: gray;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
/* :L2975 */
.page-postquotequestions #question120357 a:hover {
  background-color: #f1f2f6;
}
/* :L2979 */
.page-postquotequestions #question120357 a::before {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  top: 13px;
  right: 12px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=47L11LeB4wcpdaEVgwAmkw__") center center no-repeat;
  background-size: 100% auto;
}
/* :L2993 */
/* :L2994 */
.page-postquotequestions.page-number-2 h3 {
  padding-left: 120px;
  color: gray;
  height: 96px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=-iMvQAg-a7uSEvR4SwSkuw__") left center no-repeat;
  background-size: 96px auto;
  vertical-align: middle;
  display: table-cell;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=iIGoDbXPGyH10qLorlKPpw__');
}
/* :L3005 */
.page-postquotequestions.page-number-2 .instanda-payment-options {
  display: none;
}
/* :L3010 */
/* :L3011 */
.page-postquotequestions #question119074 .questionHeader {
  padding-left: 0;
  padding-right: 0;
}
/* :L3017 */
.page-postquotequestions #question121348 {
  position: relative;
  margin-bottom: 40px;
}
/* :L3021 */
.page-postquotequestions #question121348 .secure_payment {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  color: #da291c;
  font-size: 14px;
  font-style: italic;
}
/* :L3030 */
.page-postquotequestions #question121348 .secure_payment span {
  width: 16px;
  height: 21px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=3hC%2CupE91w1UoZ3aWYyuYQ__") center center no-repeat;
  background-size: auto 21px;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: text-bottom;
}
/* :L3042 */
/* :L3043 */
.page-postquotequestions:not(.page-number-1) .package-name-for-document {
  display: none !important;
}
/* :L3048 */
/* :L3049 */
.page-postquotequestions:not(.page-number-2) .section-payment-details {
  display: none;
}
/* :L3054 */
.page-postquotequestions .section-payment-details {
  margin-bottom: 40px;
}
/* :L3057 */
.page-postquotequestions .section-payment-details > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
}
/* :L3065 */
.page-postquotequestions .section-payment-details > div > div:first-child {
  flex-basis: 175px;
}
/* :L3069 */
.page-postquotequestions .section-payment-details > div label {
  color: gray;
  margin-bottom: 0;
}
/* :L3075 */
.page-postquotequestions .section-payment-details .notes {
  margin-top: 20px;
}
/* :L3080 */
.page-postquotequestions #question121345 {
  /* Address fields */
  display: none;
}
/* :L3085 */
/* :L3086 */
/* :L3089 */
.page-postquotequestions:not(.created-from-mta):not(.created-from-renewal) #question119074 .instanda-question-parent-yes-no {
  display: none;
}
/* :L3095 */
/* :L3096 */
.page-postquotequestions #question119074 .instanda-question-parent-yes-no {
  margin-bottom: 40px;
}
/* :L3100 */
.page-postquotequestions #question119074 #PaymentMode_YN_Children {
  margin-top: 0;
}
/* Form fields with units, e.g. %, m2... */

/* :L3107 */
/* :L3112 */
/* :L3113 */
#question118941 > .mdc-component-wrapper input,
#question118942 > .mdc-component-wrapper input,
#question118945 > .mdc-component-wrapper input {
  padding-right: 40px;
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Hflh57tsNxD0ScBEf5aVaw__") right 12px center no-repeat;
  background-size: 24px auto;
}
/* :L3121 */
/* :L3125 */
/* :L3126 */
#question118945 > .mdc-component-wrapper input,
#question118942 > .mdc-component-wrapper input {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=geoLcBd8ggAbvTqAaD57lw__');
}
/* Shopping Basket */

/* :L3133 */
.col-sidebar {
  /*display: none; Commented by AnaFranciscoFr - APFD-131*/
  font-size: 12.5px;
  /* Added by GuilhermePereiraFR (APFD-2038)*/

}
@media only screen and (min-width: 768px) {
  .col-sidebar {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .col-sidebar {
    margin-top: -121px;
  }
}
/* :L3146 */
.col-sidebar .sidebar-wrapper {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  background-color: white;
}
@media (min-width: 769px) {
  .col-sidebar .sidebar-wrapper {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    background-color: white;
    margin-top: 122px;
  }
}
/* :L3158 */
.col-sidebar .sidebar-wrapper > div {
  clear: both;
}
/* :L3162 */
.col-sidebar .sidebar-wrapper h5 {
  margin: 0;
}
/* :L3167 */
.col-sidebar .elements-wrapper {
  padding: 0 20px;
}
/* :L3171 */
.col-sidebar .sidebar-title {
  border-top: 4px solid #da291c;
  border-bottom: 2px solid #f1f2f6;
  padding: 20px 0;
}
/* :L3176 */
.col-sidebar .sidebar-title h3 {
  margin: 0;
}
/* :L3181 */
/* :L3185 */
.col-sidebar .sidebar-main h5 {
  margin-bottom: 13px;
}
/* :L3189 */
.col-sidebar .sidebar-main .guarantee {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=0KeT2yVFSiXywTzPDfketg__') left 3px no-repeat;
  background-size: 12px auto;
}
/* :L3195 */
.col-sidebar .sidebar-main .guarantee:empty {
  margin: 0;
}
/* :L3200 */
.col-sidebar .sidebar-main .premium {
  font-weight: 700;
}
/* :L3205 */
.col-sidebar .two-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
/* :L3212 */
.col-sidebar .type-rcp .title h5,
.col-sidebar .type-pbh .title h5 {
  margin-top: 20px;
}
/* :L3217 */
.col-sidebar .type-pbh .title h5 {
  position: relative;
  padding-top: 20px;
}
/* :L3221 */
.col-sidebar .type-pbh .title h5::after {
  position: absolute;
  top: 0;
  content: "";
  width: calc(100% + 40px);
  height: 1px;
  display: block;
  background-color: #f1f2f6;
  margin-left: -20px;
}
/* :L3233 */
.col-sidebar .type-rcp .title h5:empty,
.col-sidebar .type-pbh .title h5:empty {
  padding: 0;
  margin: 0;
}
/* :L3238 */
.col-sidebar .type-rcp .title h5:empty::after,
.col-sidebar .type-pbh .title h5:empty::after {
  display: none;
}
/* :L3243 */
.col-sidebar .type-rcp .title h5:empty {
  margin-top: -20px;
}
/* :L3247 */
.col-sidebar .left {
  margin-right: 10px;
}
/* :L3252 */
.col-sidebar .right {
  text-align: right;
  min-width: 80px;
}
/* :L3257 */
.col-sidebar .unit {
  font-size: 12px;
  color: gray;
  text-align: right;
  margin-top: 5px;
}
/* :L3264 */
.col-sidebar .sidebar-sum {
  border-top: 2px solid #f1f2f6;
  padding: 20px 0;
  margin-top: 20px;
}
/* :L3269 */
/* :L3270 */
.col-sidebar .sidebar-sum > .elements-wrapper > div {
  margin-bottom: 10px;
}
/* :L3273 */
.col-sidebar .sidebar-sum > .elements-wrapper > div .left {
  font-weight: 500;
}
/* :L3277 */
.col-sidebar .sidebar-sum > .elements-wrapper > div .right {
  font-size: 20px;
}
/* :L3281 */
/* :L3283 */
.col-sidebar .sidebar-sum > .elements-wrapper > div.total .left,
.col-sidebar .sidebar-sum > .elements-wrapper > div.total .right {
  letter-spacing: -0.3px;
  font-size: 20px;
  line-height: 1.2;
}
/* :L3291 */
.col-sidebar .sidebar-sum > .elements-wrapper > div.total .left {
  text-transform: uppercase;
}
/* :L3299 */
.col-sidebar .sidebar-cta {
  border-top: 2px solid white;
  margin-top: -2px;
  padding-bottom: 20px;
}
/* :L3306 */
/* :L3307 */
/* :L3308 */
body:not(.page-quote) .col-sidebar .sidebar-cta a {
  width: 100%;
}
/* :L3311 */
body:not(.page-quote) .col-sidebar .sidebar-cta a::before {
  background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=FbDKM9c5Pp4ezJBtDgoY2g__") center center no-repeat;
  background-size: 25px auto;
  margin-top: -11px;
  border: 0;
  top: 50%;
  right: 24px;
  width: 25px;
  height: 22px;
}
/* Swiper */

/* :L3326 */
.my-swiper-container {
  position: relative;
  margin: -20px 0 0;
  padding: 20px 0;
  overflow: hidden;
}
/* :L3332 */
.my-swiper-container .swiper-button-prev {
  left: 0;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=hY0SsTHuIDITDeKWyUCm9w__');
}
/* :L3337 */
.my-swiper-container .swiper-button-next {
  right: 0;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=FK9rpRSX7xjP-ZIcHax8RA__');
}
/* :L3342 */
.my-swiper-container .swiper-button-prev,
.my-swiper-container .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.1);
  background-size: 16px auto;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
/* :L3350 */
.my-swiper-container .swiper-button-prev:active,
.my-swiper-container .swiper-button-next:active {
  background-color: rgba(0, 0, 0, 0.2);
}
/* Tooltips */

/* :L3357 */
/* :L3358 */
.help-text a {
  display: inline-block;
  border: 0;
  font-size: 0;
  line-height: 0;
  width: 24px;
  height: 27px;
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=JXrcOKC8hNhf1QlUjb1Rjg__') center 3px no-repeat;
  background-size: 100% auto;
  vertical-align: text-top;
}
@media only screen and (min-width: 768px) {
  .help-text a {
    width: 12px;
    height: 15px;
    vertical-align: middle;
  }
}
/* :L3375 */
.help-text a:hover {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ywC3i2594ejzTY6WQocIjA__');
}
/* :L3380 */
.help-text .tooltip-inner {
  padding: 17px 25px;
  font-size: 10px;
}
/* :L3386 */
/* :L3387 */
.popup_content {
  background-color: #262f34;
  border-radius: 4px;
  padding: 35px 25px 15px;
  font-size: 12px;
  line-height: 17px;
  color: white;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
/* :L3397 */
.popup_close {
  border: 0 none;
  background-color: transparent;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 32px;
}
/* tooltip */

/* :L3408 */
.tippy-tooltip.custom-theme {
  font-size: 11px;
}
/* :L3411 */
.tippy-tooltip.custom-theme .tippy-content {
  padding: 10px;
}
/* :L3414 */
.tippy-tooltip.custom-theme .tippy-content ul {
  padding-left: 20px;
}
/* :L3418 */
.tippy-tooltip.custom-theme .tippy-content > *:last-child {
  margin-bottom: 0;
}
/* Twitter typeahead auto-complete */

/* :L3425 */
/* :L3426 */
.twitter-typeahead .tt-suggestion {
  white-space: normal;
}
/* Loading Animation */

/* :L3432 */
#WaitingAnimationGraphic {
  z-index: 1000;
}
/* :L3435 */
#WaitingAnimationGraphic.custom-loading-wrapper {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
/* :L3443 */
#WaitingAnimationGraphic .spinner {
  display: none;
}
/* :L3447 */
#WaitingAnimationGraphic .overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
/* :L3455 */
#WaitingAnimationGraphic .overlay > div {
  border: 5px solid #ed786f;
  border-top-color: #da291c;
  border-radius: 50%;
  width: 6em;
  height: 6em;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* :L3472 */
p.step-MTA {
  display: none;
  margin-bottom: 45px;
}
/* :L3477 */
/* :L3478 */
.created-from-mta p.step-MTA {
  display: block;
}
/* :L3482 */
.created-from-mta p.step-1,
.created-from-mta p.step-2,
.created-from-mta p.step-3 {
  display: none;
}
/* :L3488 */
.created-from-mta .quote-time-wrapper {
  display: none;
}
/* :L3492 */
.created-from-mta .text-contact {
  display: none !important;
}
/* :L3496 */
.created-from-mta div#question120329,
.created-from-mta div#question120444,
.created-from-mta div#question120494,
.created-from-mta div#question119807 {
  display: none;
}
/* :L3503 */
.created-from-mta i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x {
  display: none;
}
/* :L3510 */
/* :L3511 */
.page-quickquotequestions.created-from-mta.page-number-3 p.step-MTA {
  margin-bottom: 0px;
}
/* :L3516 */
/* :L3519 */
.created-from-newbusiness .mta-text,
.created-from-renewal .mta-text,
.page-confirmbillingdetails .mta-text {
  display: none;
}
/* :L3523 */
.created-from-newbusiness .quote-mta-wrapper,
.created-from-renewal .quote-mta-wrapper,
.page-confirmbillingdetails .quote-mta-wrapper {
  display: none;
}
/* :L3528 */
/* :L3529 */
.created-from-mta .newbusiness-text {
  display: none;
}
/* :L3536 */
/* :L3537 */
.page-quickquotequestions.created-from-mta.page-number-1 .mta-text {
  font-size: 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  /* :L3544 */
  /* :L3546 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
    width: 20%;
  }
  /* :L3550 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
    width: 60%;
  }
  /* :L3554 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    width: 20%;
    padding: 0px;
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1900px) {
  /* :L3564 */
  /* :L3566 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1441px) {
  /* :L3575 */
  /* :L3577 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
    width: 30%;
  }
  /* :L3581 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
    width: 40%;
  }
  /* :L3585 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar,
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    width: 30%;
    padding: 0px;
  }
}
@media only screen and (min-width: 992px) {
  /*.page-quickquotequestions.created-from-mta.page-number-1, .page-quickquotequestions.created-from-mta.page-number-3 {
  	.col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
  		width: 33.3333%
  	}
  	.col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
  		width: 33.3333%;
  	}
  	.col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
  		width: 33.3333%;
        	padding: 0px;
  	}
  }
    
    .page-quickquotequestions.created-from-mta.page-number-3 .instanda-main-content > form > .container .row{
    	margin-left: -15px;
  }*/
  
  /* :L3612 */
  /* :L3614 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    padding: 0px;
  }
  /* :L3619 */
  /* :L3621 */
  .page-quickquotequestions.created-from-mta.page-number-1 .quote-mta-wrapper {
    width: 226px;
    height: 192px;
  }
  /* :L3627 */
  .quote-mta-wrapper {
    width: 225px;
    padding: 20px;
    background-color: gainsboro;
    height: 211px;
    text-align: center;
    line-height: 20px;
  }
  /* :L3636 */
  /* :L3637 */
  .page-quickquotequestions.created-from-mta.page-number-1 .quote-mta-wrapper {
    margin-top: 216px;
  }
  /* :L3642 */
  /* :L3643 */
  .page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
    margin-top: 236px;
  }
  /* :L3649 */
  /* :L3650 */
  .page-quickquotequestions.created-from-mta.page-number-3 .quote-mta-wrapper {
    margin-top: 403px;
  }
  /* :L3654 */
  .page-quickquotequestions.created-from-mta.page-number-3 .quote-mta-3 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  /*.page-quickquotequestions.created-from-mta.page-number-3 .instanda-main-content > form > .container .row{
    	margin-left: 88px;
  }*/
  
  /* :L3665 */
  .quote-mta-wrapper {
    width: 193px;
    padding: 22px;
    background-color: gainsboro;
    height: 238px;
    text-align: center;
    line-height: 20px;
  }
  /* :L3674 */
  /* :L3675 */
  .page-quickquotequestions.created-from-mta.page-number-1 .quote-mta-wrapper {
    margin-top: 108px;
  }
  /* :L3680 */
  /* :L3681 */
  .page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
    margin-top: 0px;
  }
  /* :L3686 */
  /* :L3687 */
  .page-quickquotequestions.created-from-mta.page-number-3 .quote-mta-wrapper {
    margin-top: 0px;
  }
  /* :L3693 */
  /* :L3694 */
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
    width: 0%;
  }
  /* :L3698 */
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
    width: 100%;
  }
  /* :L3702 */
  .page-quickquotequestions.created-from-mta.page-number-3 .quote-mta-wrapper {
    width: 312px;
    padding: 20px;
    background-color: gainsboro;
    height: 170px;
    text-align: center;
    line-height: 20px;
    align-content: center;
  }
  /* :L3712 */
  .page-quickquotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    justify-content: center;
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* :L3721 */
  .quote-mta-wrapper {
    width: 312px;
    padding: 20px;
    background-color: gainsboro;
    height: 169px;
    text-align: center;
    line-height: 20px;
    align-content: center;
  }
  /* :L3731 */
  .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    justify-content: center;
    display: flex;
  }
  /* :L3736 */
  .page-quickquotequestions.created-from-mta .instanda-main-content > form > .container .row {
    justify-content: flex-end !important;
  }
}
/* :L3741 */
.page-quickquotequestions.created-from-mta.page-number-3 #question118932 h3 {
  background: none;
  padding: 0;
}
/* :L3746 */
/* :L3748 */
.page-quickquotequestions.created-from-mta.page-number-1 .quote-mta-2,
.page-quickquotequestions.created-from-mta.page-number-1 .quote-mta-3 {
  display: none;
}
/* :L3754 */
/* :L3756 */
.page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-1,
.page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-3 {
  display: none;
}
/* :L3762 */
/* :L3764 */
.page-quickquotequestions.created-from-mta.page-number-3 .quote-mta-2,
.page-quickquotequestions.created-from-mta.page-number-3 .quote-mta-1 {
  display: none;
}
/* :L3770 */
/* :L3771 */
.page-quickquotequestions.created-from-newbusiness .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
  width: 0%;
}
/* :L3775 */
.page-quickquotequestions.created-from-newbusiness .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
  width: 100%;
}
/* :L3779 */
.page-quickquotequestions.created-from-newbusiness .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
  display: none;
}
@media only screen and (max-width: 320px) {
  /* :L3785 */
  .quote-mta-wrapper {
    width: 290px;
    padding: 20px;
    background-color: gainsboro;
    height: 190px;
    text-align: center;
    line-height: 20px;
    align-content: center;
  }
}
@media only screen and (min-width: 1101px) {
  /* :L3797 */
  .page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-2 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 992px) {
  /* :L3803 */
  /* :L3804 */
  .page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
    margin-top: 115px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 321px) {
  /* :L3812 */
  /* :L3813 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
    width: 0%;
  }
  /* :L3817 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
    width: 100%;
  }
  /* :L3821 */
  .page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
    width: 312px;
    padding: 20px;
    background-color: gainsboro;
    height: 170px;
    text-align: center;
    line-height: 20px;
    align-content: center;
  }
  /* :L3831 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    justify-content: center;
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1900px) {
  /* :L3840 */
  /* :L3841 */
  .page-quickquotequestions.created-from-mta.page-number-2 .instanda-main-content > form > .container .row {
    width: 980px;
    margin-left: 54px !important;
  }
  /* :L3846 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-empty {
    width: 20%;
  }
  /* :L3850 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-8.col-md-8.col-lg-8.col-main {
    width: 60%;
  }
  /* :L3854 */
  .page-quickquotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-2.col-md-2.col-lg-2.col-sidebar {
    width: 20%;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  /* :L3861 */
  /* :L3862 */
  .page-quickquotequestions.created-from-mta.page-number-2 .instanda-main-content > form > .container .row {
    width: 900px;
    margin-left: 19px !important;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 426px) {
  /* :L3870 */
  .page-quickquotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
    width: 385px;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  /* :L3876 */
  /* :L3877 */
  .page-quickquotequestions.created-from-mta.page-number-2 .instanda-main-content > form > .container .row {
    width: 900px;
    margin-left: 19px !important;
  }
}
@media (min-width: 1800px) {
  /* :L3885 */
  /* :L3886 */
  .page-quickquotequestions.created-from-mta.page-number-3 .instanda-main-content > form > .container {
    width: 100%;
  }
  /* :L3890 */
  .page-quickquotequestions.created-from-mta.page-number-3 .instanda-main-content > form > .container .row {
    margin-left: auto;
  }
}
/* :L3897 */
.quote-mta-wrapper p {
  font-size: 16px;
}
/* :L3901 */
/* :L3902 */
.page-quickquotequestions.created-from-mta.page-number-1 div#question118945 {
  display: block !important;
}
/* :L3908 */
/* :L3909 */
/* :L3910 */
.page-quickquote.page-number-1 div#warningMessagePackEquilibre div {
  line-height: 15px;
}
/* :L3914 */
.page-quickquote.page-number-1 div#warningMessagePackEquilibre div:nth-child(3) {
  margin-top: 15px;
}
/* Fix Spacing */

/* Single column form width and align center */

/* Quick Quote Questions */

/* Post Quote Questions */

/* Next/ Previous buttons for mobile (Split form) */

/* Fix Spacing */

/* :L3927 */
/* :L3928 */
.questionItem > .instanda-text-question {
  margin-left: 0;
  margin-right: 0;
}
/* :L3932 */
.questionItem > .instanda-text-question > .instanda-question-input {
  padding-left: 0;
  padding-right: 0;
}
/* :L3940 */
.instanda-question-hierarchy {
  margin-bottom: 20px;
}
/* :L3944 */
.form-group {
  margin-bottom: 0;
}
/* :L3948 */
.instanda-question-item.form-group {
  margin-bottom: 20px;
}
/* Set Width for Questions Container */
/* Align single-column form centre */
/* Single column form width and align center */
/* :L4000 */
/* :L4003 */
.page-quickquotequestions.page-number-1 #question119038,
.page-quickquotequestions.page-number-1 #question120329,
.page-quickquotequestions.page-number-1 #question118945,
.page-quickquotequestions.page-number-1 form > .container > .row,
.page-quickquotequestions.page-number-1 #question118931 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-quickquotequestions.page-number-1 #question119038,
  .page-quickquotequestions.page-number-1 #question120329,
  .page-quickquotequestions.page-number-1 #question118945,
  .page-quickquotequestions.page-number-1 form > .container > .row,
  .page-quickquotequestions.page-number-1 #question118931 {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/* :L4014 */
.page-quickquotequestions.page-number-1 #question119038 .container,
.page-quickquotequestions.page-number-1 #question120329 .container,
.page-quickquotequestions.page-number-1 #question118945 .container,
.page-quickquotequestions.page-number-1 form > .container > .row .container,
.page-quickquotequestions.page-number-1 #question118931 .container {
  max-width: 100%;
  padding: 0;
}
/* :L4020 */
.page-quickquotequestions.page-number-1 #question119038 {
  margin-bottom: 0;
}
/* :L4023 */
.page-quickquotequestions.page-number-1 #question119038 .mdc-component-wrapper {
  margin-bottom: 20px;
}
/* :L4045 */
/* :L4049 */
/* :L4054 */
.instanda-well .questionItem.container {
  max-width: 100%;
}
/* Quick Quote Questions */

/* :L4062 */
/* :L4065 */
/* :L4066 */
#question119678 .instanda-question-input .mdc-component-wrapper {
  margin-bottom: 25px;
}
/* :L4070 */
/* :L4071 */
#question119678 .instanda-question-input > div:last-of-type {
  margin-bottom: 0;
}
/* :L4078 */
@media only screen and (max-width: 767px) {
  
}
/* :L4086 */
/* :L4087 */
.page-quickquotequestions .quote-time,
.page-quickquotequestions .text-contact {
  display: none;
}
/* :L4093 */
/* :L4094 */
.page-quickquotequestions.page-number-1 .instanda-multi-item-add-remove {
  display: none;
}
/* :L4098 */
.page-quickquotequestions.page-number-1 .instanda-main-content > form > .container .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 640px) {
  .page-quickquotequestions.page-number-1 .instanda-main-content > form > .container .row {
    justify-content: space-between;
  }
}
/* :L4108 */
.page-quickquotequestions.page-number-1 .quote-time-wrapper {
  /* The Clock Icon beside the Continue button */
  flex-basis: 100%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .page-quickquotequestions.page-number-1 .quote-time-wrapper {
    flex-basis: calc(50% - 10px);
  }
}
/* :L4117 */
.page-quickquotequestions.page-number-1 .quote-time-wrapper .quote-time {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .page-quickquotequestions.page-number-1 .quote-time-wrapper .quote-time {
    float: left;
  }
}
/* :L4127 */
.page-quickquotequestions.page-number-1 .quote-time-wrapper + div {
  flex-basis: 100%;
  flex-wrap: initial !important;
}
@media only screen and (min-width: 640px) {
  .page-quickquotequestions.page-number-1 .quote-time-wrapper + div {
    flex-basis: calc(50% - 10px);
  }
}
/* :L4135 */
.page-quickquotequestions.page-number-1 .quote-time-wrapper + div .pull-right {
  flex-basis: 100%;
}
/* :L4141 */
.page-quickquotequestions.page-number-1 .text-contact {
  display: block;
  clear: both;
  text-align: left;
  margin-top: 20px;
}
/* :L4148 */
/* :L4149 */
.page-quickquotequestions.page-number-1 .instanda-multi-item .instanda-multi-item-header {
  display: none;
}
/* :L4154 */
/* :L4155 */
.page-quickquotequestions.page-number-1 .instanda-question-multi-item-summary .instanda-question-input {
  padding-left: 0;
  padding-right: 0;
}
/* :L4160 */
.page-quickquotequestions.page-number-1 .instanda-question-multi-item-summary label {
  display: none;
}
/* :L4165 */
/* :L4166 */
.page-quickquotequestions.page-number-1 #question119038 .twitter-typeahead {
  float: none;
}
/* :L4172 */
/* :L4173 */
.page-quickquotequestions.page-number-1 #question119038 .instanda-question-hierarchy:not(.my-mdc-hide) {
  position: relative;
}
/* :L4176 */
.page-quickquotequestions.page-number-1 #question119038 .instanda-question-hierarchy:not(.my-mdc-hide)::before {
  position: absolute;
  left: 16px;
  top: 5px;
  content: "Votre activité";
  font-size: 10.5px;
  color: gray;
  display: block;
  z-index: 10;
}
/* :L4187 */
/* :L4188 */
.page-quickquotequestions.page-number-1 #question119038 .instanda-question-hierarchy:not(.my-mdc-hide) .twitter-typeahead .form-control {
  padding: 20px 16px 6px;
}
/* :L4196 */
/* :L4197 */
/* :L4198 */
/* :L4200 */
@media only screen and (min-width: 768px) {
  .page-quickquotequestions.page-number-4 .instanda-well:last-child > .questionItem,
  .page-quickquotequestions.page-number-4 .instanda-well:nth-last-child(2) > .questionItem {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/* :L4206 */
.page-quickquotequestions.page-number-4 .instanda-well:last-child #question121028 ~ .questionItem,
.page-quickquotequestions.page-number-4 .instanda-well:nth-last-child(2) #question121028 ~ .questionItem {
  max-width: 650px;
}
/* :L4211 */
.page-quickquotequestions.page-number-4 .instanda-well #question121013,
.page-quickquotequestions.page-number-4 .instanda-well #question121034 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 650px;
}
/* :L4216 */
.page-quickquotequestions.page-number-4 .instanda-well #question121013 .container,
.page-quickquotequestions.page-number-4 .instanda-well #question121034 .container {
  width: auto;
}
/* :L4222 */
.page-quickquotequestions.page-number-4 #question121015 {
  margin-bottom: 0;
}
/* :L4225 */
.page-quickquotequestions.page-number-4 #question121015 > .instanda-question-label {
  display: none;
}
/* :L4229 */
.page-quickquotequestions.page-number-4 #question121015 .radio {
  width: calc(50% - 10px);
}
/* :L4232 */
.page-quickquotequestions.page-number-4 #question121015 .radio:first-child {
  margin-right: 20px;
}
/* :L4236 */
.page-quickquotequestions.page-number-4 #question121015 .radio > label {
  width: 100%;
  text-align: center;
  border: 0;
  font-weight: 400;
  font-size: 12px;
  color: black;
}
/* :L4247 */
.page-quickquotequestions.page-number-4 #question121015 .instanda-question-inner-label {
  display: none;
}
/* :L4252 */
/* :L4253 */
/* :L4258 */
/* :L4259 */
.page-quickquotequestions.page-number-4 #question121018 h3 {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=mPPAkwfMEVPnvKsbeX6m%2Cg__');
}
/* :L4265 */
/* :L4266 */
.page-quickquotequestions.page-number-4 #question121025 .mdc-component-wrapper:last-of-type {
  margin-top: 20px;
}
/* :L4272 */
/* :L4273 */
.page-quickquotequestions.page-number-4 #question121025 .instanda-question-hierarchy:not(.my-mdc-hide) {
  position: relative;
  margin-top: 20px;
}
/* :L4277 */
.page-quickquotequestions.page-number-4 #question121025 .instanda-question-hierarchy:not(.my-mdc-hide)::before {
  position: absolute;
  left: 16px;
  top: 5px;
  content: "Votre activité";
  font-size: 10.5px;
  color: gray;
  display: block;
  z-index: 10;
}
/* :L4288 */
/* :L4289 */
.page-quickquotequestions.page-number-4 #question121025 .instanda-question-hierarchy:not(.my-mdc-hide) .twitter-typeahead .form-control {
  padding: 20px 16px 6px;
}
/* :L4296 */
/* :L4297 */
.page-quickquotequestions.page-number-4 #question121029 .instanda-question-label {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
/* :L4301 */
.page-quickquotequestions.page-number-4 #question121029 .instanda-question-label label {
  font-weight: 400;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=hk6cNQwR%2Cy4W1Kf%2Cd3iJ%2Cg__');
}
/* :L4309 */
/* :L4310 */
/* :L4311 */
.page-quickquotequestions.page-number-4 #question121029 .instanda-question-input > .form-group {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
}
/* :L4318 */
.page-quickquotequestions.page-number-4 #question121029 .radio {
  margin: 0;
  flex-basis: calc((100% - 40px) / 3);
}
@media only screen and (min-width: 768px) {
  .page-quickquotequestions.page-number-4 #question121029 .radio {
    flex-basis: calc((100% - 120px) / 3);
  }
}
/* :L4326 */
.page-quickquotequestions.page-number-4 #question121029 .radio label {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 400;
  color: gray;
  padding: 105px 20px 20px;
  background: white url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=N4kJ9bVxtl1By6ftjTKdxA__") center 20px no-repeat;
  background-size: auto 65px;
  border-radius: 6px;
  border: 1px solid #f1f2f6;
  -webkit-box-shadow: 0 0 0 2px #f1f2f6;
  box-shadow: 0 0 0 2px #f1f2f6;
}
/* :L4340 */
.page-quickquotequestions.page-number-4 #question121029 .radio label.instanda-selected {
  border-color: #da291c;
  color: black;
  -webkit-box-shadow: 0 0 0 2px rgba(218, 41, 25, 0.5);
  box-shadow: 0 0 0 2px rgba(218, 41, 25, 0.5);
}
/* :L4348 */
/* :L4349 */
.page-quickquotequestions.page-number-4 #question121029 .radio:nth-child(2) label {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TezijjiohN-UbXYQM2fJLg__');
}
/* :L4354 */
/* :L4355 */
.page-quickquotequestions.page-number-4 #question121029 .radio:nth-child(3) label {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=WmZt6S1rxYg2ZI-cosNgfQ__');
}
/* :L4362 */
/* :L4363 */
.page-quickquotequestions.page-number-4 #question121030 > .instanda-question-label {
  text-align: center;
  margin: 20px 0;
}
/* :L4367 */
.page-quickquotequestions.page-number-4 #question121030 > .instanda-question-label label {
  font-weight: 400;
  color: gray;
}
/* Post Quote Questions */

/* :L4377 */
/* :L4378 */
.page-postquotequestions.page-number-2 .hidefooterDocLink {
  display: none;
}
/* :L4382 */
.page-postquotequestions.page-number-2 .instanda-well {
  padding: 0;
}
/* :L4386 */
/* :L4387 */
@media only screen and (max-width: 641px) {
  .page-postquotequestions.page-number-2 #question121348 .secure_payment {
    position: relative;
    margin-top: 5px;
    top: auto;
  }
}
/* :L4396 */
/* :L4397 */
/* :L4398 */
.page-postquotequestions.page-number-2 .section-payment-details .policy-start-date a {
  margin-left: 10px;
  border-radius: 6px;
  text-decoration: none;
}
/* Quote Adjustment Questions Page */

/* Begin - Added by AnaFranciscoFr [APFD-16 & APFD-17] - 04/03/2022 */

/* :L4411 */
/* :L4412 */
@media (min-width: 1200px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 80px;
    width: 290px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 92px;
    width: 255px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 92px;
    width: 210px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 90px;
    width: 355px;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 90px;
    width: 235px;
  }
}
@media (min-width: 340px) and (max-width: 479px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 35px;
    width: 170px;
  }
}
@media (max-width: 339px) {
  .page-quote.page-number-1 .instanda-text-question,
  .page-quote.page-number-5 .instanda-text-question,
  .page-quote.page-number-1 .instanda-question-label,
  .page-quote.page-number-5 .instanda-question-label {
    margin-left: 10px;
    width: 152px;
  }
}
/*Hide the promocode button so the text can be changed with a after of this button*/

/* :L4446 */
button.promocode {
  visibility: hidden;
  top: -70px;
}
/* :L4449 */
button.promocode.error-message {
  top: -96px !important;
}
@media (min-width: 1200px) {
  button.promocode {
    left: 278px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  button.promocode {
    left: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  button.promocode {
    left: 208px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  button.promocode {
    left: 360px;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  button.promocode {
    left: 242px;
  }
}
@media (min-width: 340px) and (max-width: 479px) {
  button.promocode {
    left: 120px;
  }
}
@media (max-width: 339px) {
  button.promocode {
    left: 77px;
  }
}
/* :L4473 */
button.promocode:after {
  visibility: visible;
  content: 'Valider';
  border: 1px solid gray;
  color: gray;
  padding: 15px;
  font-size: 14px;
  border-radius: 8%;
}
/* :L4487 */
.basket-promocode {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
/* :L4491 */
.basket-promocode .basket-promoText {
  padding: 20px;
  border-top: 2px solid #f1f2f6;
}
/* :L4497 */
.promocode .label-danger {
  white-space: break-spaces;
}
/* End - Added by AnaFranciscoFr [APFD-16 & APFD-17] - 04/03/2022 */

/* Next/ Previous buttons for mobile (Split form) */

/* :L4505 */
/* :L4508 */
@media only screen and (max-width: 767px) {
  .page-quickquotequestions.page-number-1 .pull-left,
  .page-quickquotequestions.page-number-3 .pull-left,
  .page-prequotequestions.page-number-1 .pull-left {
    /* The "Next" and "Continue" button when the form is splited for mobile */
    clear: both;
  }
}
/* :L4515 */
/* :L4517 */
@media only screen and (max-width: 767px) {
  .page-quickquotequestions.page-number-1 .pull-left a,
  .page-quickquotequestions.page-number-3 .pull-left a,
  .page-prequotequestions.page-number-1 .pull-left a,
  .page-quickquotequestions.page-number-1 .pull-right a,
  .page-quickquotequestions.page-number-3 .pull-right a,
  .page-prequotequestions.page-number-1 .pull-right a {
    /* The "Next" and "Continue" button when the form is splited for mobile */
    width: 100%;
  }
}
/* :L4529 */
span.realtime-valid {
  position: relative;
  width: 100%;
  display: block;
  top: 15px;
}
/* :L4535 */
span.realtime-valid.realtime-is-valid::after {
  display: block;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #33cc33;
  background-color: transparent;
  width: 39px;
  height: 39px;
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 21px;
  text-align: center;
}
/* :L4550 */
span.realtime-valid.realtime-is-valid > input {
  border: #33cc33 1px solid;
}
/* :L4553 */
div.realtime-is-valid div.mdc-component-wrapper > div.mdc-text-field,
div.realtime-is-valid div.mdc-component-wrapper > div.mdc-text-field.mdc-text-field--focused {
  border-color: #33cc33 !important;
  outline: 2px solid rgba(51, 204, 51, 0.5) !important;
}
/* :L4559 */
span.realtime-valid.realtime-is-invalid::after {
  display: block;
  content: "\f00d";
  font-family: "FontAwesome";
  color: #da291c;
  background-color: transparent;
  width: 39px;
  height: 39px;
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 21px;
  text-align: center;
}
/* :L4574 */
span.realtime-valid.realtime-is-invalid > input {
  border: #da291c 1px solid;
}
/* :L4577 */
div.realtime-is-invalid div.mdc-component-wrapper > div.mdc-text-field,
div.realtime-is-invalid div.mdc-component-wrapper > div.mdc-text-field.mdc-text-field--focused {
  border-color: #da291c !important;
  outline: 2px solid rgba(218, 41, 28, 0.5) !important;
}
/* :L4583 */
div#errorIban,
div#errorBicCountry,
div#errorBicLength,
div#errorBicBoth {
  display: none;
}
/* :L4587 */
div#errorIban,
div#errorBicCountry,
div#errorBicLength,
div#errorBicBoth {
  color: #da291c;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0;
}
/* :L4595 */
/* :L4596 */
/* :L4597 */
/* :L4599 */
/* :L4601 */
.page-postquotequestionscontinue #question119075 .mdc-component-wrapper .mdc-text-field--focused,
.page-postquotequestions #question119075 .mdc-component-wrapper .mdc-text-field--focused,
.page-postquotequestionscontinue #question119076 .mdc-component-wrapper .mdc-text-field--focused,
.page-postquotequestions #question119076 .mdc-component-wrapper .mdc-text-field--focused {
  border: 1px solid #999999;
  outline: 2px solid transparent;
}
/* :L4610 */
.Unipros {
  display: none;
}
/* :L4616 */
input#SirenSiret_TXT--mdc.disabled {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 1;
}
/* :L4622 */
.mdc-text-field.disabled {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 1;
}
/* :L4628 */
.sirenError,
.sirenWarning,
.errorEmpty {
  display: none;
}
/* :L4632 */
.sirenError,
.sirenWarning {
  color: #da291c;
  margin-top: -14px;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0;
}
/* :L4640 */
.errorEmpty {
  color: #da291c;
  margin-bottom: 0px;
  font-size: 12px;
  letter-spacing: 0;
}
/* :L4647 */
div#question131370,
div#question131371 {
  margin-bottom: 0px;
}
/* :L4651 */
div#question131372 {
  margin-bottom: 5px;
}
/* :L4655 */
div#question131369 {
  margin-bottom: 0px;
  margin-top: -20px;
}
@media only screen and (min-width: 768px) {
  /* :L4661 */
  div#sirenBtn {
    background-color: #da291c;
    border: 1px solid #da291c;
    color: white;
    padding: 14px 48px 14px 24px;
    border-radius: 0;
    text-align: left;
    line-height: 1.42857143;
    position: relative;
    width: 100%;
    max-width: 260px;
    height: 50px;
    margin: 0 0 0 10px;
  }
  /* :L4677 */
  div#sirenBtn::before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 24px;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
  }
}
/* :L4693 */
div#sirenBtn:hover {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
  cursor: pointer;
}
/* :L4700 */
input#SIREN_Confirm.disabled {
  cursor: not-allowed;
  background-color: lightgray;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  /* :L4707 */
  div#sirenBtn {
    background-color: #da291c;
    border: 1px solid #da291c;
    color: white;
    padding: 14px ;
    border-radius: 0;
    text-align: left;
    line-height: 1.42857143;
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
  }
  /* :L4722 */
  div#sirenBtn::before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 14px;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
  }
}
@media only screen and (min-width: 640px) {
  /* :L4739 */
  div#sirenBtn {
    padding: 14px 48px 14px 24px;
  }
  /* :L4742 */
  div#sirenBtn::before {
    right: 24px;
  }
}
/* :L4750 */
div#question131368 {
  margin-top: -14px;
  margin-bottom: 20px;
}
/* :L4758 */
.my-switch--theme {
  height: 18px;
  margin-bottom: -4px;
}
/* :L4762 */
.my-switch--theme + label {
  margin: 10px 0 10px 5px;
}
/* :L4766 */
.my-switch--theme .mdc-switch__track {
  top: -9px;
  height: 36px;
  width: 67px;
  border-radius: 18px;
  position: relative;
}
/* :L4773 */
.my-switch--theme .mdc-switch__track::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: white;
  position: absolute;
  top: 8px;
  left: 11px;
}
/* :L4782 */
.my-switch--theme .mdc-switch__track::after {
  content: "\f00d";
  font-family: "FontAwesome";
  color: white;
  position: absolute;
  right: 11px;
  top: 8px;
}
/* :L4792 */
.my-switch--theme .mdc-switch__thumb-underlay {
  left: 0px;
  top: -9px;
  width: 36px;
  height: 36px;
}
/* :L4799 */
.my-switch--theme .mdc-switch__thumb {
  width: 30px;
  height: 30px;
}
/* :L4804 */
.my-switch--theme .mdc-switch__native-control {
  height: 36px;
  width: 36px;
  margin: 0;
}
/* :L4810 */
/* :L4811 */
.my-switch--theme.mdc-switch.mdc-switch--checked .mdc-switch__track {
  background-color: #da291c;
  border-color: #da291c;
  opacity: 1;
}
/* :L4816 */
.my-switch--theme.mdc-switch.mdc-switch--checked .mdc-switch__thumb {
  background-color: white;
  border-color: white;
}
/* :L4820 */
.my-switch--theme.mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay {
  transform: translateX(31px);
}
/* :L4823 */
.my-switch--theme.mdc-switch.mdc-switch--checked .mdc-switch__native-control {
  transform: translateX(0);
}
/* :L4829 */
/* :L4830 */
.mdc-select__selected-text {
  white-space: normal;
}
/* :L4834 */
.mdc-select .mdc-menu-surface {
  z-index: 10;
}
/* :L4839 */
/* :L4840 */
body .mdc-list,
body .mdc-select__selected-text,
body .mdc-text-field__input,
body .mdc-floating-label {
  font-family: 'Helvetica Neue', Helvetica, 'Arimo', sans-serif;
}
/* Fix form field zoom in iPhones */

/* :L4849 */
/* :L4850 */
.iOS input.mdc-text-field__input {
  font-size: 100%;
}
/* :L4854 */
/* :L4862 */
.iOS select.form-control,
.iOS textarea.form-control,
.iOS input.typeahead.form-control,
.iOS input[type="text"].form-control,
.iOS input[type="password"].form-control,
.iOS input[type="datetime"].form-control,
.iOS input[type="datetime-local"].form-control,
.iOS input[type="date"].form-control,
.iOS input[type="month"].form-control,
.iOS input[type="time"].form-control,
.iOS input[type="week"].form-control,
.iOS input[type="number"].form-control,
.iOS input[type="email"].form-control,
.iOS input[type="tel"].form-control,
.iOS input[type="url"].form-control {
  font-size: 100%;
}
/* :L4868 */
/* :L4869 */
.safari .mdc-text-field--filled {
  display: inline-flex;
  flex-direction: column;
  padding-bottom: 8px;
}
/* :L4877 */
.instanda-question-item ul li.mdc-list-item {
  margin-bottom: 0;
}
/* Mixins */
/* Quick Quote Display */
/* Quote Display */
/* Mixins */
/* Quick Quote Display */

/* :L4891 */
/* :L4892 */
.page-quickquote h3.title-quote-ref {
  margin: 0 0 40px;
}
/* :L4896 */
/* :L4897 */
.page-quickquote .section-cover .cover-wrapper {
  padding: 0 20px;
  height: 100%;
}
/* :L4907 */
.page-quickquote .section-cover .box {
  height: 100%;
  padding: 25px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 50px;
  border-radius: 6px;
  text-align: center;
  font-weight: 400;
  border: 2px solid white;
  cursor: pointer;
  position: relative;
}
/* :L4920 */
.page-quickquote .section-cover .box::before {
  position: absolute;
  content: "";
  background: #f1f2f6;
  border: 2px solid #999999;
  bottom: 16px;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  margin-left: -12px;
}
/* :L4933 */
.page-quickquote .section-cover .box:focus {
  border-color: #da291c;
}
/* :L4937 */
.page-quickquote .section-cover .box:focus::before {
  border-color: #da291c;
}
/* :L4942 */
.page-quickquote .section-cover .box.instanda-selected {
  border-color: #da291c;
}
/* :L4946 */
.page-quickquote .section-cover .box.instanda-selected::before {
  background-color: #da291c;
  border-color: #da291c;
}
/* :L4951 */
.page-quickquote .section-cover .box.instanda-selected::after {
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -4px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: white;
}
/* :L4965 */
.page-quickquote .section-cover .box > h3 {
  margin-top: 10px;
}
/* :L4969 */
.page-quickquote .section-cover .box > h5 {
  color: #da291c;
  margin: 0;
  font-weight: 400;
}
/* :L4975 */
.page-quickquote .section-cover .box .price {
  font-size: 48px;
  color: #da291c;
  margin: 10px 0 20px;
  line-height: 1em;
}
/* :L4981 */
.page-quickquote .section-cover .box .price span {
  font-size: 10px;
  color: gray;
}
/* :L4987 */
.page-quickquote .section-cover .box .cover-content {
  text-align: left;
}
/* :L4990 */
.page-quickquote .section-cover .box .cover-content > div {
  margin-bottom: 13px;
  padding-left: 18px;
  padding-right: 25px;
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=0KeT2yVFSiXywTzPDfketg__') left 3px no-repeat;
  background-size: 12px auto;
  position: relative;
  margin-top: 13px;
  /*APFD-2026 (GuilhermePereiraFR)*/

}
/* :L4999 */
.page-quickquote .section-cover .box .cover-content > div:last-child {
  margin-bottom: 0;
}
/* :L5003 */
.page-quickquote .section-cover .box .cover-content > div.grey-out {
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=xdUFT3WQpbHMzSH89i7n3g__');
}
/* :L5007 */
.page-quickquote .section-cover .box .cover-content > div .help-text {
  position: absolute;
  right: 0;
  top: -5px;
}
/* :L5015 */
.page-quickquote .section-cover .box input[type="radio"] {
  display: none;
}
/* :L5020 */
.page-quickquote .section-cover .help-text-wrapper {
  display: none;
}
@media (min-width: 992px) {
  /* :L5026 */
  /* :L5027 */
  /* :L5032 */
  .page-quickquote .instanda-main-content-container .instanda-well:first-child .instanda-container-fluid:first-child > .container {
    /*padding        : 25px 15px 0 155px;
          background     : url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Rgd4boojivg79lNzPvQtug__') left bottom no-repeat;
          background-size: 135px auto;*/
    font-size: 16px !important;
  }
}
/* :L5042 */
/* :L5043 */
/* :L5048 */
.page-quickquote .instanda-main-content-container .instanda-well:first-child .instanda-container-fluid:first-child > .container {
  /*padding        : 25px 15px 0 155px;
        background     : url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Rgd4boojivg79lNzPvQtug__') left bottom no-repeat;
        background-size: 135px auto;*/
  min-height: 50px;
  width: fit-content;
  text-align: center;
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 21px;
}
/* :L5061 */
.page-quickquote .instanda-main-content-container .instanda-well:first-child .instanda-container-fluid:first-child > .container > .text-wrapper {
  max-width: 502px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 4px;
  position: relative;
  /*margin-left     : 18px;*/
  display: inline-block;
}
/* :L5070 */
.page-quickquote .instanda-main-content-container .instanda-well:first-child .instanda-container-fluid:first-child > .container > .text-wrapper::before {
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  left: -10px;
  top: 20px;
}
/* :L5087 */
.page-quickquote button[name="updateButton"] {
  /* Update button and adjustment questions, the radio buttons have been moved to the plan card by JS */
  display: none;
}
/* Quote Display */

/* :L5094 */
/* :L5095 */
/* :L5096 */
.page-quote #packageDocuments span {
  display: block;
  margin-bottom: 3px;
}
/* :L5102 */
/* :L5103 */
/* :L5104 */
.page-quote .col-main ul li.form-document {
  background-position: 38px 15px;
}
/*Sale Confirmation*/

/* :L5112 */
.salesconfirmation-redtext {
  color: #da291c;
  font-size: large;
  font-weight: 700;
}
/* :L5116 */
.salesconfirmation-redtext a {
  color: #da291c !important;
}
/* :L5121 */
.salesconfirmation-centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*APFD-2026 (GuilhermePereiraFR)*/

/* :L5128 */
span.subcover-content {
  padding-left: 18px;
  padding-right: 25px;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Y1VWS05FeFhWRFZFWVd4SFdHcGpUMGxzVTIxTlFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxKYmRvR0U5akFjT1NxQFIhLDEwMDAsUnFaMEV5WkJsM0dIb0AhdCxKZjBwc05FOEpzYXJlMlh4UzZJRC9zdDhGUkpGQ1g5R1Y4b1FYZkV3cWRTdmxKaVFDb3haNHpldHJUdGlvVzdOZ04rWFBqVGVoWFZTL1hvMUVBSWdMZz09) left 2px no-repeat;
  background-size: 9px auto;
  position: relative;
  margin-left: 18px;
  font-size: 12px;
}
/* New tooltips */

/* :L5140 */
.page-quickquote .cover-content > div {
  margin-bottom: 13px;
  padding-left: 18px;
  padding-right: 25px;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=0KeT2yVFSiXywTzPDfketg__) left 3px no-repeat;
  background-size: 12px auto;
  position: relative;
  margin-top: 13px;
}
/* :L5150 */
.page-quickquote .cover-content > div.grey-out {
  background-image: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=xdUFT3WQpbHMzSH89i7n3g__);
}
/* :L5154 */
.page-quickquote .cover-content > div .help-text {
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 10;
}
/* :L5163 */
.page-quickquote .section-cover .box .cover-content {
  visibility: hidden;
  width: 96%;
}
/* :L5168 */
.cover-content.essentiel {
  position: absolute;
  top: 32%;
  width: 77%;
  right: 12%;
}
/* :L5175 */
.cover-content.equilibre {
  position: absolute;
  top: 32%;
  width: 77%;
  right: 12%;
}
/* :L5182 */
.cover-content.integrale {
  position: absolute;
  top: 32%;
  width: 77%;
  right: 12%;
}
/* :L5189 */
.cover-content.essentiel-pro {
  position: absolute;
  top: 37%;
  width: 77%;
  right: 12%;
}
/* :L5196 */
.cover-content.equilibre-pro {
  position: absolute;
  top: 37%;
  width: 77%;
  right: 12%;
}
/* :L5203 */
.cover-content.integrale-pro {
  position: absolute;
  top: 37%;
  width: 77%;
  right: 12%;
}
/* :L5210 */
.cover-content.essentiel-rcp {
  position: absolute;
  top: 25%;
  width: 77%;
  right: 12%;
}
/* :L5217 */
.cover-content.equilibre-rcp {
  position: absolute;
  top: 25%;
  width: 77%;
  right: 12%;
}
/* :L5224 */
.cover-content.integrale-rcp {
  position: absolute;
  top: 25%;
  width: 77%;
  right: 12%;
}
/* :L5231 */
.cover-content.essentiel-ttp {
  position: absolute;
  top: 32%;
  width: 77%;
  right: 12%;
}
/* :L5238 */
.cover-content.equilibre-ttp {
  position: absolute;
  top: 32%;
  width: 77%;
  right: 12%;
}
/* :L5245 */
.package {
  height: auto !important;
}
/* :L5249 */
/* :L5250 */
.my-swiper-container .swiper-button-prev,
.my-swiper-container .swiper-button-next {
  background-repeat: no-repeat;
  background-position: center;
}
/* :L5253 */
.my-swiper-container .swiper-button-prev:after,
.my-swiper-container .swiper-button-next:after {
  display: none;
}
/* :L5260 */
.ost {
  display: flex;
  align-content: stretch;
  margin-left: 35px;
  margin-top: -20px;
  margin-bottom: -30px;
}
/* :L5268 */
p.loi {
  margin-left: 3px;
}
/* :L5272 */
.requiredStar {
  position: relative;
}
/* :L5277 */
.requiredStar::after {
  content: " *";
  color: #da291c;
  position: absolute;
  right: -15px;
  top: 19px;
}
/* :L5286 */
.instanda-question-item.form-group:has(#LastName--mdc) {
  position: relative;
}
/* :L5290 */
.instanda-question-item.form-group:has(#LastName--mdc)::after {
  content: " *";
  color: #da291c;
  position: absolute;
  right: -15px;
  top: 19px;
}
/* :L5298 */
.instanda-question-item.form-group:has(#FirstName--mdc) {
  position: relative;
}
/* :L5302 */
.instanda-question-item.form-group:has(#FirstName--mdc)::after {
  content: " *";
  color: #da291c;
  position: absolute;
  right: -15px;
  top: 19px;
}
/* :L5310 */
#question131379 h6 {
  width: 555px;
  text-align: right;
  color: #da291c;
}
/* Set Width */

/* :L5317 */
.page-customersendpasswordresetlink .instanda-main-content-container,
.page-customerforgotpassword .instanda-main-content-container,
.page-existingpolicyholdersendregistrationlink .instanda-main-content-container,
.page-publicuatuserlogin .instanda-main-content-container {
  /* Anywhere needs to reset page width */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-customersendpasswordresetlink .instanda-main-content-container,
  .page-customerforgotpassword .instanda-main-content-container,
  .page-existingpolicyholdersendregistrationlink .instanda-main-content-container,
  .page-publicuatuserlogin .instanda-main-content-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-customersendpasswordresetlink .instanda-main-content-container,
  .page-customerforgotpassword .instanda-main-content-container,
  .page-existingpolicyholdersendregistrationlink .instanda-main-content-container,
  .page-publicuatuserlogin .instanda-main-content-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-customersendpasswordresetlink .instanda-main-content-container,
  .page-customerforgotpassword .instanda-main-content-container,
  .page-existingpolicyholdersendregistrationlink .instanda-main-content-container,
  .page-publicuatuserlogin .instanda-main-content-container {
    width: 1170px;
  }
}
/* Tabs nav */

/* :L5342 */
#customer-nav {
  margin-bottom: 50px;
  border-top: 2px solid #f1f2f6;
  border-bottom: 2px solid #f1f2f6;
}
/* :L5347 */
#customer-nav ul {
  margin-bottom: 0;
}
/* :L5350 */
#customer-nav ul li {
  display: inline-block;
  list-style-type: none;
  position: relative;
}
/* :L5355 */
#customer-nav ul li a {
  color: gray;
  text-decoration: none;
  padding: 15px 20px;
  display: inline-block;
}
/* :L5361 */
#customer-nav ul li a:hover {
  color: #da291c;
}
/* :L5366 */
/* :L5367 */
#customer-nav ul li.active a {
  color: #da291c;
}
/* :L5372 */
#customer-nav ul li::before {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #da291c;
  content: "";
  display: block;
  right: 0;
  top: 15px;
}
/* :L5383 */
/* :L5384 */
#customer-nav ul li:last-child::before {
  display: none;
}
/* Customer Portal Homepage */

/* :L5393 */
/* :L5394 */
#customer-portal-content h3 {
  margin-top: 0;
}
/* :L5398 */
#customer-portal-content h4 {
  margin: 40px 0 20px;
}
/* :L5402 */
#customer-portal-content .policy-wrapper,
#customer-portal-content .quote-wrapper,
#customer-portal-content .section-client-info {
  background-color: #f1f2f6;
  padding: 20px;
  margin-bottom: 20px;
}
/* :L5409 */
#customer-portal-content .policy-wrapper .item,
#customer-portal-content .quote-wrapper .item,
#customer-portal-content .section-client-info .item {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #999999;
}
@media only screen and (min-width: 640px) {
  #customer-portal-content .policy-wrapper .item,
  #customer-portal-content .quote-wrapper .item,
  #customer-portal-content .section-client-info .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
/* :L5421 */
#customer-portal-content .policy-wrapper .item .left,
#customer-portal-content .quote-wrapper .item .left,
#customer-portal-content .section-client-info .item .left {
  color: gray;
}
@media only screen and (min-width: 640px) {
  #customer-portal-content .policy-wrapper .item .left,
  #customer-portal-content .quote-wrapper .item .left,
  #customer-portal-content .section-client-info .item .left {
    flex-basis: 35%;
    /*margin-right: 5%;*/
  
  }
}
/* :L5430 */
/* :L5431 */
#customer-portal-content .policy-wrapper .item .right a,
#customer-portal-content .quote-wrapper .item .right a,
#customer-portal-content .section-client-info .item .right a {
  color: #da291c;
}
/* :L5439 */
#customer-portal-content .accordion-doc {
  text-align: center;
}
/* :L5442 */
#customer-portal-content .accordion-doc .btn-accordion2 {
  font-weight: bold;
  padding-right: 25px;
  position: relative;
  color: #da291c;
  text-decoration: none;
}
/* :L5449 */
#customer-portal-content .accordion-doc .btn-accordion2:hover,
#customer-portal-content .accordion-doc .btn-accordion2:active,
#customer-portal-content .accordion-doc .btn-accordion2:focus,
#customer-portal-content .accordion-doc .btn-accordion2:active:focus {
  color: #ad2116;
}
/* :L5456 */
#customer-portal-content .accordion-doc .btn-accordion2::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f0fe";
  display: block;
  font-family: fontAwesome;
  font-size: 18px;
}
/* :L5466 */
/* :L5467 */
#customer-portal-content .accordion-doc .btn-accordion2[aria-expanded="true"]::after {
  content: "\f146";
}
/* :L5473 */
/* :L5476 */
#customer-portal-content .accordion-doc .collapse .container {
  padding: 0;
  width: auto;
}
/* :L5485 */
#customer-portal-content .accordion-policy {
  margin-bottom: 25px;
}
/* :L5487 */
#customer-portal-content .accordion-policy .btn-accordion {
  padding-right: 25px;
  left: 20px;
  position: relative;
  font-size: 16px;
  color: black;
  text-decoration: none;
}
/* :L5495 */
#customer-portal-content .accordion-policy .btn-accordion:hover,
#customer-portal-content .accordion-policy .btn-accordion:active,
#customer-portal-content .accordion-policy .btn-accordion:focus,
#customer-portal-content .accordion-policy .btn-accordion:active:focus {
  color: #ad2116;
}
/* :L5502 */
#customer-portal-content .accordion-policy .btn-accordion::before {
  position: absolute;
  left: -20px;
  top: 0;
  content: "\f0da";
  color: #da291c;
  display: block;
  font-family: fontAwesome;
  font-size: 30px;
}
/* :L5513 */
/* :L5514 */
#customer-portal-content .accordion-policy .btn-accordion[aria-expanded="true"]::before {
  content: "\f0d7";
}
/* :L5521 */
#customer-portal-content .card.card-body {
  margin-top: 20px;
}
/* :L5526 */
/* :L5527 */
#customer-portal-content .section-data .right {
  text-align: right;
}
/* :L5533 */
#customer-portal-content .agent-all-docs-responsive {
  padding: 20px 0;
}
/* :L5536 */
#customer-portal-content .agent-all-docs-responsive > h3 {
  display: none;
}
/* Customer Portal Login, Forget Password, Registration Pages */

/* :L5544 */
/* :L5550 */
.page-customerlogin h3,
.page-customersendpasswordresetlink h3,
.page-customerforgotpassword h3,
.page-existingpolicyholdersendregistrationlink h3,
.page-publicuatuserlogin h3,
/* Register page hypwerlinked from email */ .page-customerregister h3 {
  margin-top: 0;
}
/* :L5554 */
.page-customerlogin .row,
.page-customersendpasswordresetlink .row,
.page-customerforgotpassword .row,
.page-existingpolicyholdersendregistrationlink .row,
.page-publicuatuserlogin .row,
/* Register page hypwerlinked from email */ .page-customerregister .row {
  margin: 0;
}
/* :L5557 */
.page-customerlogin .row .well,
.page-customersendpasswordresetlink .row .well,
.page-customerforgotpassword .row .well,
.page-existingpolicyholdersendregistrationlink .row .well,
.page-publicuatuserlogin .row .well,
/* Register page hypwerlinked from email */ .page-customerregister .row .well {
  margin: 20px 0 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  min-width: 50%;
}
/* :L5567 */
.page-customerlogin .form-group,
.page-customersendpasswordresetlink .form-group,
.page-customerforgotpassword .form-group,
.page-existingpolicyholdersendregistrationlink .form-group,
.page-publicuatuserlogin .form-group,
/* Register page hypwerlinked from email */ .page-customerregister .form-group {
  margin-bottom: 20px;
}
/* :L5570 */
.page-customerlogin .form-group .col-md-9,
.page-customersendpasswordresetlink .form-group .col-md-9,
.page-customerforgotpassword .form-group .col-md-9,
.page-existingpolicyholdersendregistrationlink .form-group .col-md-9,
.page-publicuatuserlogin .form-group .col-md-9,
/* Register page hypwerlinked from email */ .page-customerregister .form-group .col-md-9 {
  width: 100%;
}
/* :L5574 */
@media only screen and (min-width: 768px) {
  .page-customerlogin .form-group button[type="submit"],
  .page-customersendpasswordresetlink .form-group button[type="submit"],
  .page-customerforgotpassword .form-group button[type="submit"],
  .page-existingpolicyholdersendregistrationlink .form-group button[type="submit"],
  .page-publicuatuserlogin .form-group button[type="submit"],
  .page-customerregister .form-group button[type="submit"] {
    max-width: 50%;
  }
}
/* :L5582 */
/* :L5583 */
.page-customersendpasswordresetlink h4 {
  display: none;
}
/* :L5587 */
/* :L5588 */
.page-customersendpasswordresetlink .form-group button[type="submit"] {
  max-width: none;
  width: auto;
}
/* Customer Details (Your Account) */

/* :L5597 */
/* :L5598 */
/* :L5599 */
.page-customerdetails .instanda-customer-details-content > .col-lg-6,
.page-customerdetails .instanda-customer-details-content .container {
  padding-left: 0;
  padding-right: 0;
}
/* :L5604 */
.page-customerdetails .instanda-customer-details-content > .col-lg-6 > h3,
.page-customerdetails .instanda-customer-details-content .container > h3 {
  margin-top: 0;
}
/* :L5609 */
.page-customerdetails .instanda-customer-details-content .container {
  width: auto;
}
/* :L5613 */
.page-customerdetails .instanda-customer-details-content form {
  margin-top: 40px;
}
/* :L5616 */
.page-customerdetails .instanda-customer-details-content form a.action-link {
  color: #da291c;
}
/* :L5619 */
.page-customerdetails .instanda-customer-details-content form a.action-link:hover {
  color: #ad2116;
}
/* Change Password Page */

/* :L5628 */
/* :L5629 */
/* :L5630 */
.page-customerdetailschangepassword .container .col-lg-6 {
  padding-left: 0 !important;
  /* Override system's inline style */
  padding-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .page-customerdetailschangepassword .container .col-lg-6 {
    width: 100%;
  }
}
/* :L5640 */
/* :L5641 */
.page-customerdetailschangepassword form .form-group {
  margin-bottom: 20px;
}
/* :L5645 */
.page-customerdetailschangepassword form > .questionItem {
  padding-right: 15px !important;
  /* Override system's inline style */

}
/* :L5648 */
/* :L5649 */
@media only screen and (max-width: 767px) {
  .page-customerdetailschangepassword form > .questionItem > .col-xs-11 > .form-group:not(.instanda-text-question) {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
/* :L5656 */
@media only screen and (max-width: 767px) {
  .page-customerdetailschangepassword form > .questionItem > .col-xs-11 > .form-group:not(.instanda-text-question) > * {
    flex-basis: calc(50% - 10px);
  }
}
/* :L5666 */
/* :L5670 */
/* :L5671 */
.page-customerhomepage .referFriendMobileImage {
  display: none;
}
/* :L5675 */
.page-customerhomepage .referFriendDesktopImage {
  margin-top: 50px;
}
/* :L5678 */
.page-customerhomepage .footer {
  height: 80px;
}
@media (max-width: 1199px) {
  /* :L5683 */
  .page-customerhomepage .referFriendMobileImage {
    display: flex;
    justify-content: center;
  }
  /* :L5688 */
  .page-customerhomepage .referFriendDesktopImage {
    display: none;
  }
}
/* :L5694 */
/* :L5695 */
.page-customerdetails #question118238,
.page-customerdetails #question121060,
.page-customerdetails #question121419,
.page-customerdetails #question121421,
.page-customerdetails #question121422,
.page-customerdetails #question124749,
.page-customerdetails #question121424,
.page-customerdetails #question121425 {
  display: none;
}
/* :L5698 */
.page-customerdetails div#savemsg {
  margin-top: 20px;
}
/* :L5701 */
/* :L5702 */
.page-customerdetails button.instanda-button.instanda-update-customer-details-button.btn.btn-primary.pull-right::before {
  content: none !important;
}
/* Center the button inside the container */

/* :L5709 */
.btn-continue-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
/* Center the text inside the button */

/* :L5716 */
a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
}
/* :L5725 */
.accordion-doc a.btn-accordion {
  font-weight: bold;
  position: relative;
  color: #da291c;
  text-decoration: none;
  padding-right: 25px;
}
/* :L5733 */
#customer-portal-content .accordion-doc .btn-accordion::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f0fe";
  display: block;
  font-family: fontAwesome;
  font-size: 18px;
}
/* :L5743 */
#customer-portal-content .accordion-doc .btn-accordion[aria-expanded="true"]::after {
  content: "";
}
/* :L5747 */
#customer-portal-content .accordion-doc .btn-accordion:hover,
#customer-portal-content .accordion-doc .btn-accordion:active,
#customer-portal-content .accordion-doc .btn-accordion:focus,
#customer-portal-content .accordion-doc .btn-accordion:active:focus {
  color: #ad2116;
}
/* :L5754 */
.agent-all-docs-responsive {
  text-align: left;
}
/* :L5759 */
span.customerExecuteMTALink {
  display: none;
}
/* :L5764 */
span.quote-portal {
  color: #da291c;
}
/* :L5769 */
/* :L5770 */
.page-customerlogin hr {
  height: 0px;
  width: 25%;
  margin: 9px;
  margin-top: 8px !important;
}
/* :L5777 */
.page-customerlogin span.text-break {
  width: 50%;
  text-align: center;
}
/* :L5782 */
.page-customerlogin .registration-button {
  margin-top: 50px;
  margin-bottom: 20px;
  justify-items: center;
}
/* :L5788 */
.page-customerlogin .registration-text {
  margin-top: 40px;
  display: flex;
}
/* :L5793 */
.page-customerlogin .registration-button a {
  display: block;
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white;
  padding: 14px 48px 14px 24px;
  border-radius: 0;
  text-align: left;
  position: relative;
  width: 50%;
  font-size: 14px;
  height: 50px;
}
/* :L5807 */
.page-customerlogin .registration-button a::before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 14px;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
  right: 24px;
}
/* :L5823 */
.page-customerlogin .registration-button {
  margin-top: 20px;
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
}
/* :L5830 */
.page-customerlogin .registration-button a:hover {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
  text-decoration: none;
}
/* :L5837 */
.page-customerlogin .registration-button a {
  text-decoration: none;
}
/* :L5841 */
.page-customerlogin .instanda-customer-login-content .container {
  padding: 35px;
  border: 1px;
  width: 650px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* :L5854 */
.page-customerlogin .registration {
  width: 540px;
}
/* :L5860 */
.page-customerlogin .row {
  margin: 0;
  width: 540px;
  justify-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
}
/* :L5869 */
.page-customerlogin .row .well {
  margin: 20px 0 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  min-width: 100%;
}
/* :L5879 */
.page-customerlogin p.login-subtitle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
/* :L5883 */
.page-customerlogin .form-group button[type="submit"] {
  max-width: 50%;
}
/* :L5887 */
.page-customerlogin .instanda-main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 650px) {
  /* :L5896 */
  .page-customerlogin .row {
    width: 100%;
  }
  /* :L5902 */
  .page-customerlogin .registration {
    width: 100%;
  }
  /* :L5906 */
  .page-customerlogin .instanda-customer-login-content .container {
    width: 85%;
  }
  /* :L5912 */
  .page-customerlogin .form-group button[type="submit"] {
    max-width: 70%;
  }
  /* :L5916 */
  .page-customerlogin .registration-button a {
    width: 70%;
  }
}
@media (max-width: 639px) {
  /* :L5925 */
  .page-customerlogin .registration-button a::before {
    right: 14px;
  }
  /* :L5931 */
  .page-customerlogin .registration-button a {
    padding: 14px;
    padding-right: 32px;
  }
}
@media (max-width: 375px) {
  /* :L5944 */
  .page-customerlogin .form-group button[type="submit"] {
    max-width: 86%;
  }
  /* :L5948 */
  .page-customerlogin .registration-button a {
    width: 86%;
  }
}
/* :L5955 */
/* :L5956 */
.page-customersendpasswordresetlink button.forgot-back {
  background-color: white;
  border: 1px solid gray;
  color: gray;
  border-radius: 0;
  padding: 11px;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: -10px;
}
/* :L5968 */
.page-customersendpasswordresetlink button.forgot-back:hover {
  color: black;
  background-color: #f1f2f6;
  border-color: gray;
}
/* :L5974 */
.page-customersendpasswordresetlink button.forgot-back::before {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
  border-left: 0;
  border-right: 8px solid gray;
}
/* :L5985 */
.page-customersendpasswordresetlink div#instanda-site-layout {
  margin-bottom: 60px;
}
/* :L5993 */
/* :L5995 */
.page-existingpolicyholdersendregistrationlink .instanda-existingpolicyholder-send-registration-link-content {
  padding: 35px;
  border: 1px;
  width: 650px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  text-align: center;
}
/* :L6008 */
.page-existingpolicyholdersendregistrationlink .instanda-main-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* :L6014 */
.page-existingpolicyholdersendregistrationlink hr {
  height: 0px;
  width: 25%;
  margin: 9px;
  margin-top: 8px !important;
}
/* :L6021 */
.page-existingpolicyholdersendregistrationlink span.text-break {
  width: 50%;
  text-align: center;
}
/* :L6026 */
.page-existingpolicyholdersendregistrationlink .login-button {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* :L6034 */
.page-existingpolicyholdersendregistrationlink .login-button a::before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 14px;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
  right: 24px;
}
/* :L6050 */
.page-existingpolicyholdersendregistrationlink .login-text {
  margin-top: 40px;
  display: flex;
}
/* :L6055 */
.page-existingpolicyholdersendregistrationlink .login-button a {
  display: block;
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white;
  padding: 14px 48px 14px 24px;
  border-radius: 0;
  text-align: left;
  position: relative;
  width: 50%;
}
/* :L6067 */
.page-existingpolicyholdersendregistrationlink .login-button a:hover {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
  text-decoration: none;
}
/* :L6074 */
.page-existingpolicyholdersendregistrationlink .login-button {
  margin-top: 20px;
  margin-bottom: 2px;
  justify-items: center;
}
/* :L6080 */
.page-existingpolicyholdersendregistrationlink .login {
  width: 540px;
}
/* :L6084 */
.page-existingpolicyholdersendregistrationlink .instanda-main-content {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* :L6090 */
.page-existingpolicyholdersendregistrationlink .row.instanda-customer-portal-reset-link {
  margin: 0;
  width: 540px;
  text-align: center;
  display: flex;
  justify-content: center;
}
/* :L6099 */
.page-existingpolicyholdersendregistrationlink button[type="submit"] {
  max-width: 50%;
}
/* :L6104 */
.page-existingpolicyholdersendregistrationlink .col-md-4.col-md-offset-4.well.instanda-well {
  width: 100%;
}
/* :L6108 */
.page-existingpolicyholdersendregistrationlink .resend {
  display: flex;
  justify-content: center;
}
/* :L6113 */
.page-existingpolicyholdersendregistrationlink .resend a.btn.btn-primary.instanda-btn {
  width: 50%;
}
/* :L6117 */
.page-existingpolicyholdersendregistrationlink .resend-contact {
  padding: 10px;
  background-color: gainsboro;
  margin-top: -35px;
  text-align: center;
  margin-bottom: 65px;
  width: 650px;
  border-radius: 25px;
  display: none;
}
/* :L6128 */
.page-existingpolicyholdersendregistrationlink p.second-parag {
  margin-bottom: 0px;
}
/* :L6132 */
.page-existingpolicyholdersendregistrationlink .register-subtitle {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1.4;
}
@media (max-width: 650px) {
  /* :L6141 */
  .page-existingpolicyholdersendregistrationlink .row.instanda-customer-portal-reset-link {
    width: 100%;
  }
  /* :L6147 */
  .page-existingpolicyholdersendregistrationlink .login {
    width: 100%;
  }
  /* :L6151 */
  .page-existingpolicyholdersendregistrationlink .instanda-existingpolicyholder-send-registration-link-content {
    width: 85%;
  }
  /* :L6157 */
  .page-existingpolicyholdersendregistrationlink button[type="submit"] {
    max-width: 70%;
  }
  /* :L6161 */
  .page-existingpolicyholdersendregistrationlink .resend a.btn.btn-primary.instanda-btn {
    width: 85%;
    text-wrap: auto;
  }
  /* :L6166 */
  .page-existingpolicyholdersendregistrationlink .login-button a {
    width: 70%;
  }
  /* :L6170 */
  .page-existingpolicyholdersendregistrationlink .resend-contact {
    width: 85%;
  }
}
@media (max-width: 639px) {
  /* :L6178 */
  .page-existingpolicyholdersendregistrationlink .login-button a::before {
    right: 14px;
  }
  /* :L6184 */
  .page-existingpolicyholdersendregistrationlink .login-button a {
    padding: 14px;
    padding-right: 32px;
  }
}
@media (max-width: 375px) {
  /* :L6196 */
  .page-existingpolicyholdersendregistrationlink .form-group button[type="submit"] {
    max-width: 86%;
  }
  /* :L6200 */
  .page-existingpolicyholdersendregistrationlink .login-button a {
    width: 86%;
  }
}
/* :L6204 */
.page-existingpolicyholdersendregistrationlink .field-validation-error {
  display: none;
}
/* :L6210 */
/* :L6211 */
.page-existingpolicyholderregistration .instanda-existingpolicyholder-registration {
  padding: 35px;
  border: 1px;
  width: 650px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* :L6222 */
.page-existingpolicyholderregistration .form-group {
  margin-bottom: 10px;
}
/* :L6226 */
.page-existingpolicyholderregistration .register-subtitle {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* :L6233 */
.page-existingpolicyholderregistration .instanda-main-content-container {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
/* :L6241 */
.page-existingpolicyholderregistration .col-md-4.col-md-offset-4.well.instanda-well {
  width: 100%;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
}
/* :L6249 */
.page-existingpolicyholderregistration .instanda-main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* :L6256 */
.page-existingpolicyholderregistration .password-rules {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: justify;
}
/* :L6262 */
.page-existingpolicyholderregistration .row.instanda-customer-membership-login {
  width: 500px;
}
/* :L6266 */
.page-existingpolicyholderregistration .col-md-9 {
  width: 100%;
}
/* :L6270 */
.page-existingpolicyholderregistration span.label.label-warning.field-validation-error {
  text-wrap: auto;
}
@media (max-width: 650px) {
  /* :L6276 */
  .page-existingpolicyholderregistration .row.instanda-customer-membership-login {
    width: 100%;
  }
  /* :L6283 */
  .page-existingpolicyholderregistration .instanda-existingpolicyholder-registration {
    width: 85%;
  }
  /* :L6291 */
  .page-existingpolicyholderregistration input#m-password2 {
    min-width: fit-content !important;
  }
}
@media (max-width: 767px) {
  /* :L6297 */
  .page-existingpolicyholderregistration .instanda-main-content-container {
    margin-bottom: 100px;
  }
}
/* :L6306 */
.page-customersendpasswordresetlink .row .well {
  min-width: 80%;
}
/* :L6310 */
/* :L6311 */
.page-customersendpasswordresetlink .general-container {
  display: flex;
  gap: 10px;
  margin-bottom: 87px;
  margin-top: 25px;
}
/* :L6318 */
.page-customersendpasswordresetlink .reset-container {
  width: 63%;
}
/* :L6322 */
.page-customersendpasswordresetlink .login-container {
  width: 63%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* :L6329 */
.page-customersendpasswordresetlink hr.vertical {
  height: auto;
  width: 1px;
  border-width: 0;
  background-color: #eeeeee;
}
/* :L6336 */
.page-customersendpasswordresetlink p.login-button {
  text-align: center;
  margin-top: 50px;
}
/* :L6341 */
.page-customersendpasswordresetlink p.login-button a {
  display: block;
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white;
  padding: 14px 22px 14px 22px;
  border-radius: 0;
  text-align: left;
  position: relative;
}
/* :L6353 */
.page-customersendpasswordresetlink p.login-button a:hover {
  color: white;
  background-color: #ad2116;
  border-color: #961c13;
  text-decoration: none;
}
@media (max-width: 768px) {
  /* :L6363 */
  .page-customersendpasswordresetlink .general-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* :L6369 */
  .page-customersendpasswordresetlink hr.vertical {
    height: 1px;
    width: 80%;
    border-width: 0;
    background-color: #eeeeee;
  }
  /* :L6375 */
  .page-customersendpasswordresetlink .reset-container {
    width: 100%;
  }
  /* :L6379 */
  .page-customersendpasswordresetlink .login-container {
    width: 100%;
  }
}
/*Set up colors for fields */
/* :L6449 */
/* :L6452 */
/* :L6453 */
.page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-12.col-md-12.col-lg-12 > .pull-right {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  /* :L6461 */
  /* :L6463 */
  /* :L6465 */
  .page-quickquotequestions.created-from-mta.page-number-1 form > .container .row a.annulerButton {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* :L6473 */
  .page-quickquotequestions.created-from-mta.page-number-1 a.annulerButton {
    margin-top: 2px;
  }
  /* :L6476 */
  .page-quickquotequestions.created-from-mta.page-number-1 .col-xs-12.col-sm-12.col-md-12.col-lg-12 > .pull-right {
    flex-direction: column;
  }
  /* :L6479 */
  .page-quickquotequestions.created-from-mta.page-number-1 .instanda-main-content > form > .container .row {
    display: unset;
  }
  /* :L6482 */
  .page-quickquotequestions.created-from-mta.page-number-1 a.btn.btn-primary {
    height: 50px;
  }
}
/* :L6488 */
/* :L6489 */
.page-quickquotequestions.created-from-mta div#question119038 .mdc-select__anchor.my-select--fullwidth.mdc-ripple-upgraded {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6495 */
.page-quickquotequestions.created-from-mta div#question119038 input.mdc-select__selected-text {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6501 */
.page-quickquotequestions.created-from-mta div#question119038 i.mdc-select__dropdown-icon {
  display: none;
}
/* :L6504 */
.page-quickquotequestions.created-from-mta div#question119038 .instanda-question-hierarchy:not(.my-mdc-hide)::before {
  opacity: 0.7;
}
/* :L6507 */
.page-quickquotequestions.created-from-mta div#question119038 input#Activity_CHOICE {
  opacity: 0.7;
}
/* :L6510 */
.page-quickquotequestions.created-from-mta div#question119038 span.twitter-typeahead {
  opacity: 0.7;
}
/* :L6513 */
.page-quickquotequestions.created-from-mta div#question119038 .mdc-component-wrapper .mdc-select--focused .mdc-select__anchor {
  border-color: #999999 !important;
  outline: unset !important;
}
/* :L6518 */
.page-quickquotequestions.created-from-mta div#question120329 {
  display: none !important;
}
/* :L6521 */
/* :L6522 */
.page-quickquotequestions.created-from-mta div#question118945 .mdc-text-field.mdc-text-field--filled.my-text-field--fullwidth.mdc-text-field--label-floating.mdc-ripple-upgraded {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}
/* :L6527 */
.page-quickquotequestions.created-from-mta div#question118945 .mdc-component-wrapper {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6533 */
.page-quickquotequestions.created-from-mta div#question118945 input#Turnover_NUM--mdc {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6538 */
.page-quickquotequestions.created-from-mta div#question118945 .mdc-component-wrapper .mdc-text-field--focused {
  border-color: #999999 !important;
  outline: unset !important;
}
/* :L6544 */
.page-quickquotequestions.created-from-mta div#Sector_CHOICE--mdc {
  display: none;
}
/* :L6548 */
.page-quickquotequestions.created-from-mta div#Activity_CHOICE_listbox {
  display: none !important;
}
/* :L6554 */
/* :L6555 */
.page-quickquotequestions.created-from-mta div#question118955 label.instanda-unselected {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.3;
}
/* :L6561 */
/* :L6562 */
.page-quickquotequestions.created-from-mta.page-number-2 .back-to-edit-quote-container.left.pull-left {
  display: flex;
  flex-direction: column;
}
/* :L6566 */
.page-quickquotequestions.created-from-mta.page-number-2 a#backButton {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  /* :L6571 */
  .page-quickquotequestions.created-from-mta.page-number-2 a.annulerButton {
    margin-top: 10px;
  }
}
/* :L6575 */
.page-quickquotequestions.created-from-mta.page-number-2 .instanda-main-content > form > .container .row {
  width: 100% !important;
}
/* :L6578 */
.page-quickquotequestions.created-from-mta.page-number-2 .instanda-main-content > form > .container {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  /* :L6585 */
  /* :L6586 */
  .page-quickquotequestions.created-from-mta div#question118932 .instanda-questionHeader.questionHeader.container {
    padding-left: 0px;
  }
}
/* :L6592 */
/* :L6594 */
.page-quickquotequestions.created-from-mta div#question118934 .mdc-text-field.mdc-text-field--filled.my-text-field--fullwidth.mdc-ripple-upgraded,
.page-quickquotequestions.created-from-mta div#question118941 .mdc-text-field.mdc-text-field--filled.my-text-field--fullwidth.mdc-ripple-upgraded,
.page-quickquotequestions.created-from-mta div#question118942 .mdc-text-field.mdc-text-field--filled.my-text-field--fullwidth.mdc-ripple-upgraded {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6599 */
.page-quickquotequestions.created-from-mta div#question118934 input,
.page-quickquotequestions.created-from-mta div#question118941 input,
.page-quickquotequestions.created-from-mta div#question118942 input {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6604 */
.page-quickquotequestions.created-from-mta div#question118934 .mdc-component-wrapper .mdc-text-field--focused,
.page-quickquotequestions.created-from-mta div#question118941 .mdc-component-wrapper .mdc-text-field--focused,
.page-quickquotequestions.created-from-mta div#question118942 .mdc-component-wrapper .mdc-text-field--focused {
  border-color: #999999 !important;
  outline: unset !important;
}
/* :L6610 */
/* :L6611 */
.page-quickquotequestions.created-from-mta div#question118940 .mdc-select__anchor.my-select--fullwidth.mdc-ripple-upgraded {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6617 */
.page-quickquotequestions.created-from-mta div#question118940 input.mdc-select__selected-text {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 0.7;
}
/* :L6623 */
.page-quickquotequestions.created-from-mta div#question118940 i.mdc-select__dropdown-icon {
  display: none;
}
/* :L6626 */
.page-quickquotequestions.created-from-mta div#question118940 .mdc-component-wrapper .mdc-select--focused .mdc-select__anchor {
  border-color: #999999 !important;
  outline: unset !important;
}
/* :L6632 */
.page-quickquotequestions.created-from-mta div#Occupation_TXT--mdc {
  display: none;
}
/* :L6642 */
/* :L6644 */
.created-from-mta a#backButton {
  margin-bottom: 25px;
}
/* :L6647 */
.created-from-mta button.instanda-button.instanda-quote-button.btn.btn-primary {
  height: 50px;
  margin-left: 0px;
}
/* :L6651 */
.created-from-mta button.instanda-button.instanda-quote-continue-button.btn.btn-primary {
  height: 50px;
}
/* :L6654 */
.created-from-mta a.annulerButton {
  margin-top: 15px;
  background-color: #eeeeee;
  border: 1px solid #9d9d9d;
  background-color: white;
  border: 1px solid gray;
  color: gray;
  display: flex;
  padding: 15px 35px;
  border-radius: 0;
  text-align: center;
  width: 260px;
  text-decoration: none !important;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  /* :L6670 */
  .created-from-mta a.annulerButton {
    width: 100%;
  }
  /* :L6673 */
  .created-from-mta a#backButton {
    margin-bottom: 12px;
  }
}
/* :L6679 */
.created-from-mta a.annulerButton:hover {
  color: black;
  background-color: #f1f2f6;
  border-color: gray;
}
/* :L6685 */
/* :L6686 */
/* :L6697 */
@media only screen and (max-width: 767px) {
  /* :L6699 */
  .page-prequotequestions.created-from-mta.page-number-1 a.btn.btn-primary {
    margin-bottom: 12px;
    height: 50px;
  }
}
/* :L6704 */
.page-prequotequestions.created-from-mta.page-number-1 .footer-additional p {
  max-width: 555px;
  margin-top: 20px;
}
/* :L6711 */
/* :L6713 */
.created-from-mta #question118959::before,
.created-from-mta #question119054::before {
  display: none !important;
}
/* :L6717 */
.created-from-mta div#question118959 {
  margin-bottom: 20px !important;
  padding-bottom: 0px !important;
}
/* :L6721 */
.created-from-mta div#question118960 {
  display: none;
}
/* :L6724 */
.created-from-mta div#question120002 {
  display: none;
}
/* :L6727 */
.created-from-mta div#question130517 {
  display: none;
}
/* :L6730 */
.created-from-mta div#question119054 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* :L6734 */
/* :L6736 */
.created-from-mta div#question118958 .mdc-text-field.mdc-text-field--filled.my-text-field--fullwidth.mdc-text-field--label-floating.mdc-ripple-upgraded {
  opacity: 0.7;
  cursor: not-allowed;
  background-color: #eeeeee !important;
}
/* :L6741 */
.created-from-mta div#question118958 input {
  opacity: 0.7;
  cursor: not-allowed;
  background-color: #eeeeee !important;
}
/* :L6747 */
.created-from-mta div#question118958 .mdc-component-wrapper .mdc-text-field--focused {
  border-color: #999999;
  outline: unset ;
}
/* :L6753 */
.warningEmailMTA {
  margin-bottom: 18px;
  padding: 15px 10px 15px 10px;
  background-color: lightgray;
  text-align: center;
}
/* :L6763 */
/* :L6766 */
.page-prequotequestions.created-from-mta.page-number-2 div#question120226 {
  display: none;
}
/* :L6769 */
.page-prequotequestions.created-from-mta.page-number-2 .questionHeader h3 {
  background: unset !important;
  padding-left: 0px !important;
}
/* :L6773 */
.page-prequotequestions.created-from-mta.page-number-2 .instanda-unselected {
  display: none;
  pointer-events: none;
}
/* :L6778 */
.page-prequotequestions.created-from-mta.page-number-2 .instanda-selected {
  background-color: unset !important;
  color: black !important;
  pointer-events: none;
  font-weight: bold;
}
/* :L6786 */
.page-prequotequestions.created-from-mta.page-number-2 .killingQuestion-divison {
  border-top: 1px solid;
  padding-top: 35px;
}
/* :L6791 */
.page-prequotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
  margin-top: 100%;
}
@media only screen and (max-width: 767px) {
  /* :L6797 */
  .page-prequotequestions.created-from-mta.page-number-2 .questionItem:not(.instanda-container-fluid) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  /* :L6801 */
  .page-prequotequestions.created-from-mta.page-number-2 .questionItem:not(.instanda-container-fluid) .instanda-question-label {
    width: 75%;
  }
  /* :L6805 */
  .page-prequotequestions.created-from-mta.page-number-2 .quote-mta-wrapper {
    margin-top: 0%;
  }
  /* :L6808 */
  .page-prequotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-4.col-lg-3.col-sidebar {
    display: flex;
    justify-content: center;
  }
  /* :L6811 */
  .page-prequotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-4.col-lg-3.col-sidebar .quote-mta-wrapper {
    width: 375px;
  }
}
@media only screen and (max-width: 379px) {
  /* :L6818 */
  /* :L6819 */
  .page-prequotequestions.created-from-mta.page-number-2 .col-xs-12.col-sm-4.col-lg-3.col-sidebar .quote-mta-wrapper {
    height: 188px;
  }
}
/* :L6828 */
/* :L6829 */
.page-prequotequestions.created-from-mta.page-number-1 .quote-mta-wrapper {
  display: none;
}
/* :L6833 */
.page-prequotequestions.created-from-mta.page-number-1 .section-payment-MTA {
  display: none;
}
/* :L6838 */
/* :L6840 */
.page-prequotequestions.created-from-mta.page-number-2 .pre-quote-mta2 {
  display: none;
}
/* :L6844 */
.page-prequotequestions.created-from-mta.page-number-2 .section-payment-MTA {
  Display: none;
}
/* :L6850 */
/* :L6852 */
.page-prequotequestions.created-from-mta.page-number-3 .pre-quote-mta1 {
  display: none;
}
/* :L6863 */
/* :L6865 */
.page-prequotequestions.created-from-mta.page-number-3 div#question120292 {
  display: none;
}
/* :L6869 */
.page-prequotequestions.created-from-mta.page-number-3 div#question119686 {
  display: none;
}
/* :L6873 */
.page-prequotequestions.created-from-mta.page-number-3 div#question119687 {
  display: none;
}
/* :L6877 */
.page-prequotequestions.created-from-mta.page-number-3 div#question120230 {
  display: none;
}
/* :L6881 */
.page-prequotequestions.created-from-mta.page-number-3 .section-payment-MTA h3 {
  font-weight: 400;
  font-size: 24px;
  color: gray;
  margin-top: 0;
  margin-bottom: 60px;
}
/* :L6891 */
.page-prequotequestions.created-from-mta.page-number-3 .section-payment-MTA p {
  margin-bottom: 60px;
}
/* :L6894 */
.page-prequotequestions.created-from-mta.page-number-3 .quote-mta-wrapper {
  margin-top: 50%;
}
@media only screen and (max-width: 767px) {
  /* :L6898 */
  .page-prequotequestions.created-from-mta.page-number-3 .quote-mta-wrapper {
    margin-top: 0%;
  }
  /* :L6901 */
  .page-prequotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-4.col-lg-3.col-sidebar {
    display: flex;
    justify-content: center;
  }
  /* :L6904 */
  .page-prequotequestions.created-from-mta.page-number-3 .col-xs-12.col-sm-4.col-lg-3.col-sidebar .quote-mta-wrapper {
    width: 375px;
  }
}
@media only screen and (min-width: 992px) {
  /* :L6910 */
  .page-prequotequestions.created-from-mta.page-number-3 .quote-mta-wrapper {
    height: 230px;
  }
}
/* :L6918 */
/* :L6919 */
.page-quote.created-from-mta .col-main .section-wrapper {
  padding-bottom: 0px;
}
/* :L6921 */
.page-quote.created-from-mta .col-main .section-wrapper:before {
  display: none;
}
/* :L6925 */
.page-quote.created-from-mta li.form-item.form-historical-monument {
  display: none;
}
/* :L6931 */
/* :L6933 */
.page-postquotequestions.created-from-mta.page-number-1 .instanda-post-quote-questions {
  display: none;
}
/* :L6938 */
/* :L6939 */
/* :L6940 */
.page-postquotequestions.created-from-mta.page-number-2 div#question119074 .instanda-question-parent-yes-no.form-group {
  display: none;
}
/* :L6944 */
.page-postquotequestions.created-from-mta.page-number-2 div#question121348 {
  display: none;
}
/* :L6947 */
.page-postquotequestions.created-from-mta.page-number-2 div#question120290 {
  display: none;
}
/* :L6950 */
.page-postquotequestions.created-from-mta.page-number-2 div#question120291 {
  display: none;
}
/* :L6957 */
/* :L6958 */
.page-confirmation2.created-from-mta .buttonMTASaleConfirmation {
  text-align: center;
  display: flex;
  margin: 35px 0px 35px 0px;
  justify-content: center;
}
/* :L6965 */
.page-confirmation2.created-from-mta a.buttonMTA {
  /*width: 230px;
		height: 50px;*/
  width: 270px;
  font-size: 17px;
  height: 60px;
  background-color: #da291c;
  text-decoration: none !important;
  display: flex;
  color: white !important;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
}
/* :L6979 */
.page-confirmation2.created-from-mta .col-xs-12.col-sm-10.col-lg-6.col-main {
  padding-left: 60px;
  padding-right: 60px;
}
/* :L6982 */
.page-confirmation2.created-from-mta .col-xs-12.col-sm-10.col-lg-6.col-main p {
  line-height: 25px;
  font-size: 20px;
}
/* :L6987 */
.page-confirmation2.created-from-mta .col-xs-12.col-sm-10.col-lg-6.col-main > p:first-child {
  margin-bottom: 30px;
}
/* :L6992 */
.page-confirmation2.created-from-mta div.info-senteces p {
  font-size: 25px;
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
  /* :L6997 */
  .page-confirmation2.created-from-mta .col-xs-12.col-sm-10.col-lg-6.col-main {
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media only screen and (max-width: 767px) {
  /* :L7003 */
  .page-confirmation2.created-from-mta div.info-senteces p {
    font-size: 18px;
  }
  /* :L7006 */
  .page-confirmation2.created-from-mta .col-xs-12.col-sm-10.col-lg-6.col-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* :L7009 */
  .page-confirmation2.created-from-mta .col-xs-12.col-sm-10.col-lg-6.col-main p {
    font-size: 18px;
  }
}
/* :L7016 */
/* :L7017 */
/* :L7018 */
/* :L7019 */
.created-from-mta #instanda-header [data-placeholder="~publicQuickQuoteLink"]::before {
  content: "01";
}
/* :L7023 */
/* :L7024 */
.created-from-mta #instanda-header [data-placeholder="~publicPreQuoteLink"]::before {
  content: "02";
}
/* :L7028 */
/* :L7029 */
.created-from-mta #instanda-header [data-placeholder="~publicPostQuoteLink"]::before {
  content: "03";
}
/* :L7033 */
/* :L7034 */
.created-from-mta #instanda-header [data-placeholder="~publicQuoteCompleteLink"]::before {
  content: "04";
}
/* :L7054 */
/* :L7056 */
/* :L7057 */
/* :L7058 */
/* :L7059 */
.page-quickquotequestions.created-from-mta.page-number-1 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"],
.page-quickquotequestions.created-from-mta.page-number-2 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"] {
  color: #da291c;
  font-weight: bold;
}
/* :L7062 */
.page-quickquotequestions.created-from-mta.page-number-1 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-quickquotequestions.created-from-mta.page-number-2 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* :L7071 */
/* :L7072 */
/* :L7074 */
/* :L7075 */
/* :L7076 */
.page-quickquotequestions.page-number-3.created-from-mta .breadcrumb-wrapper .button-links::after {
  width: calc(33.333333333%);
}
@media only screen and (min-width: 992px) {
  .page-quickquotequestions.page-number-3.created-from-mta .breadcrumb-wrapper .button-links::after {
    width: calc(25.333333333%);
  }
}
/* :L7087 */
/* :L7090 */
/* :L7091 */
/* :L7092 */
/* :L7093 */
.page-quickquotequestions.created-from-mta.page-number-3 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"],
.page-prequotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"],
.page-quote.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"] {
  color: #da291c;
  font-weight: bold;
}
/* :L7098 */
/* :L7099 */
.page-quickquotequestions.created-from-mta.page-number-3 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-prequotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-quote.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before {
  color: #da291c;
  font-weight: normal;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
}
/* :L7104 */
/* :L7105 */
.page-quickquotequestions.created-from-mta.page-number-3 .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before,
.page-prequotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before,
.page-quote.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* :L7116 */
/* :L7117 */
/* :L7118 */
/* :L7119 */
/* :L7120 */
.page-postquotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPostQuoteLink"] {
  color: #da291c;
  font-weight: bold;
}
/* :L7125 */
/* :L7127 */
.page-postquotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-postquotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before {
  color: #da291c;
  font-weight: normal;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
}
/* :L7132 */
/* :L7133 */
.page-postquotequestions.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPostQuoteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* :L7142 */
/* :L7143 */
/* :L7144 */
/* :L7145 */
/* :L7146 */
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuoteCompleteLink"] {
  color: #da291c;
  font-weight: bold;
}
/* :L7151 */
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPostQuoteLink"] {
  color: #da291c;
}
/* :L7155 */
/* :L7158 */
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuickQuoteLink"]::before,
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPreQuoteLink"]::before,
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicPostQuoteLink"]::before {
  color: #da291c;
  font-weight: normal;
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TlRCV1FuaDNURWh6WVdWRlMydENXWEJSUlVoR1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxwd1pHRWVqMXlUbmxKaEF2LDEwMDAsRGhoQjJzZVhXY2hsZ2whWCxGdWR6YmxqS1lJcjQ4RnBXakpFV1pOSGgrR1k3R0U2dFdiRTN4bkJFZDFzaWhlZXpETXQ0Y3BLRW1UTFlLcXhKVzdSaHFGbnhsMU1LSkFNK3ZUb1hTUT09) center center no-repeat;
}
/* :L7163 */
/* :L7164 */
.page-confirmation2.created-from-mta .breadcrumb-wrapper .button-links > a[data-placeholder="~publicQuoteCompleteLink"]::before {
  /*background-color	: @color-red;*/
  color: white;
  /*border			: 2px solid @color-red;*/
  background: url(../ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG14VWJFeEphMDl1VlRkMVMwcGFZek5oYW5Bc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjV0pQMm12dGtlSHhEcTdzLDEwMDAsRmhxa1daT0V3QFM5V0xLUCxqMXNBSmFnSXBqRHBLVnFLSmFZUTdYNzJDREVtOEtXTW1CNVRXd3RDSVB4SHBhaG9taDU4bU9YWEtxN3BtQ3I3VnRsSGMxQy9KdDQyODdVSnBFelNGdz09) center center no-repeat;
}
/* :L7171 */
.page-confirmation2.created-from-mta .button-links {
  pointer-events: none;
}
/* :L7176 */
.created-from-mta .breadcrumb-wrapper .button-links > a {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 1199px) {
  /* :L7182 */
  .created-from-mta .breadcrumb-wrapper .button-links > a {
    font-size: 0 !important;
  }
}
/* :L7187 */
.customer-mta {
  display: none;
}
/* :L7192 */
.show-mta-button + .customer-mta {
  display: block;
}
/* :L7197 */
.customer-mta a {
  background-color: #da291c;
  border: 1px solid #da291c;
  color: white !important;
  padding: 10px;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
}
/* :L7207 */
.customer-mta {
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
}
/* :L7214 */
.created-from-mta div#question118932 {
  display: none;
}
/* :L7218 */
.created-from-mta div#question130920 {
  margin-top: 30px;
}
/*Page 1 of the journey*/

/* :L7223 */
/* :L7226 */
/* :L7227 */
.page-quickquotequestions.created-from-mta.page-number-1 form > .container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* :L7234 */
  /* :L7237 */
  /* :L7238 */
  .page-quickquotequestions.created-from-mta.page-number-1 form > .container {
    padding: 0 0;
  }
}
/* :L7245 */
.page-quickquotequestions.created-from-mta.page-number-1 .instanda-main-content > form > .container .row {
  display: block;
}
/*Page 3 of the journey*/

/* :L7250 */
/* :L7253 */
/* :L7254 */
.page-quickquotequestions.created-from-mta.page-number-3 form > .container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* :L7261 */
  /* :L7264 */
  /* :L7265 */
  .page-quickquotequestions.created-from-mta.page-number-3 form > .container {
    padding: 0 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* :L7275 */
  /* :L7276 */
  .page-prequotequestions.created-from-mta .col-xs-12.col-sm-1.col-lg-3.col-empty {
    width: 10%;
  }
  /* :L7279 */
  .page-prequotequestions.created-from-mta .col-xs-12.col-sm-7.col-lg-6.col-main {
    width: 81%;
  }
  /* :L7282 */
  .page-prequotequestions.created-from-mta .col-xs-12.col-sm-4.col-lg-3.col-sidebar {
    width: 10%;
  }
  /* :L7285 */
  .page-prequotequestions.created-from-mta .quote-mta-wrapper {
    width: 355px;
    height: 180px;
    margin-top: 0px !important;
  }
  /* :L7291 */
  .page-prequotequestions.created-from-mta .col-xs-12.col-sm-4.col-lg-3.col-sidebar {
    justify-content: center;
    display: flex;
    width: 100%;
  }
  /* :L7298 */
  .section-payment-MTA p {
    margin-bottom: unset !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
  /* :L7307 */
  /* :L7308 */
  .page-postquotequestions.created-from-mta .col-md-8 {
    width: 80%;
  }
  /* :L7311 */
  .page-postquotequestions.created-from-mta .col-md-1 {
    width: 10%;
  }
  /* :L7314 */
  .page-postquotequestions.created-from-mta .col-md-3 {
    width: 10%;
  }
}
/*
@media only screen and (max-width: 768px) {
       .contentForMTA a{
		display:none;
	  }
}*/

/* :L7331 */
.page-quickquotequestions.created-from-mta.page-number-1 .field-validation-error {
  text-wrap: wrap;
  text-align: left;
}
/* Post-quote Questions page */

/*.page-postquotequestions {

  form {
    .questionItem.container,
    .questionHeader.container,
    & > .container,
    & > .container > .row {
        max-width: 100%;
    }
  }

  & #question131391 {
    padding-top: 52px;
    background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=VWtoNVZXTmtOWEpKZFdwRGNWVlFMR2t3VTNCTlFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxKbVVFQ2tVTnBHVVdBV2ZmLDEwMDAsRGphc2VTb1h2UmpCWXo1Myx0WDFsSU1rV3lLOUZzWWlweW56ZHlEY0dLQVBJemFUclVGbElQN3NYc1l1MnJjQTluemM2OGRHenVYYTJUeWFkNTlnS3A4OHhWZVVTT0g4OExzWTlvZz09") center top no-repeat;
    background-size: 42px auto;
    color: black;
  }
  
  #btnOffline{
  position: relative;
  padding-right: 48px;
  width: 100%;
  max-width: 100%;
}  
 
 #btnOffline{
    margin-top:10px !important;
    background:#fff !important;
    color:#777 !important;
    border:2px solid #777 !important;
    border-radius:0 !important;
    text-align:left !important;
    position:relative !important;
    width:100% !important;
    max-width:260px !important;
    display:block !important;
    padding:14px 48px 14px 24px !important;
    box-sizing:border-box !important;
  }
  #btnOffline::before{
    content:"" !important;
    position:absolute !important;
    top:50% !important;
    margin-top:-8px !important;
    right:24px !important;
    width:0 !important;
    height:0 !important;
    border-top:8px solid transparent !important;
    border-bottom:8px solid transparent !important;
    border-left:8px solid #777 !important;
  }
  #btnOffline small{display:block !important; line-height:1.2 !important;}    
}



.page-confirmbillingdetails
{
 .hiscox-confirmation {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.hiscox-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.hiscox-steps .step {
  flex: 1;
  font-size: 14px;
  color: #ccc;
}

.hiscox-steps .completed,
.hiscox-steps .active {
  color: #da291c;
  font-weight: 600;
}

.hiscox-title {
  color: #da291c;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 600;
}

.hiscox-intro {
  margin-bottom: 30px;
  max-width: 500px;
}

.hiscox-summary {
  text-align: left;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
  
  .summary-row{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
}

.summary-row img{
  display:inline-block;
  max-width: fit-content;
}

.summary-row b{
  display:none; 
}

.summary-row .btn-modifier{
  margin-left:revert !important;
  flex-shrink:0;
}  
 
 
.hiscox-summary .summary-row{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
}

.hiscox-summary .summary-row > span{
  min-width: 190px;        
  opacity: 0.75;
}


.hiscox-summary .summary-row > b,
.hiscox-summary .summary-row > strong{
  display: none !important;
}

.hiscox-summary .summary-row .btn-modifier{
  margin-left: auto;
}

.hiscox-summary .summary-row{
  font-size: 14px;
}
.hiscox-summary .summary-row:not(:first-child){
  font-weight: 500;
}
 

.btn-modifier {
  background: #d71920;
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 3px;
}

.hiscox-fee {
  font-size: 13px;
  color: black;
}

.hiscox-terms {
  margin: 30px 0;
  text-align: left;
  font-size: 13px;
  font-weight: normal !important;
}
  
  .hiscox-terms label,
.hiscox-terms label * {
  font-weight: normal !important;
}


.hiscox-cta {
  margin-top: 20px;
}

.btn-pay {
  background: #da291c;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  border-radius: 4px;
}
 
  .instanda-confirm-billing-address {
    display: none !important;
}

  div:has(> strong):has(:contains("will be billed to:")) {
    display: none;
}
  
}


body.page-confirmbillingdetails a[href*="PostQuoteQuestions"] {
    display: none !important;
}

.page-confirmbillingdetails{
  #boltPayButton {
      float: none !important;    
      display: block;
      margin: 20px auto;       
  }
}

.page-confirmbillingdetails{
  #boltPayButton {
      float: none !important;   
      display: block;
      margin: 20px auto;       
  }
  
  .hiscox-terms .terms-error{
  margin-top: 16px;    
  color: red;          
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}


}


.page-confirmbillingdetails{
  .instanda-main-content div:has(+ .instanda-confirm-billing-address) {
    display: none;
  }  
}

*/

