/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 170px;
}
/* :L27 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */

  /*height: 60px; APNLD-1035 (GuilhermeHiscoxNL)*/

}
/* :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;
}
@media only screen and (max-width: 576px) {
  
}
/* :L66 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L70 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L81 */
.instanda-main-content-container {
  /*APNLD-6475 
  position: relative;*/
  position: unset;
}
/* :L87 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L93 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L98 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L105 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L109 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L186 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L191 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L195 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L199 */
  .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) {
  /* :L210 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L218 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L225 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L230 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L237 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L241 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L245 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L250 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L255 */
.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;
}
/* :L268 */
.autosave {
  box-shadow: 0 0 5px 2px orange;
  border: 2px solid orange;
}
/* :L273 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}


/* Hiscox Variables */
/* :L35 */
#instanda-header {
  display: none;
}
/* :L39 */
.fw-bold {
  font-weight: bold;
}
/* :L43 */
.fa-1-5x {
  font-size: 1.5em;
}
/* :L47 */
@media only screen and (max-width: 576px) {
  .xs-font-12 {
    font-size: 12px;
  }
}
/* :L53 */
@media only screen and (max-width: 576px) {
  .d-flex-spaced-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
/* :L61 */
.black-box-general {
  background-color: black;
  color: white;
  padding: 15px 25px;
}
/* :L66 */
.black-box-general .black-box-display-title {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
  color: #da291c;
  font-size: 16px;
}
/* :L74 */
.black-box-general span {
  color: #c22019;
  margin-right: 10px;
}
/* :L79 */
.black-box-general .list {
  color: white;
  list-style-type: none;
  margin-left: -5px;
}
/* :L84 */
.black-box-general .list li::before {
  content: "\f00c \00a0";
  font-family: "FontAwesome";
  color: white;
  position: absolute;
  margin-left: -20px;
}
/* :L92 */
.black-box-general .list > li {
  font-size: 16px;
  margin-left: 25px;
}
@media only screen and (max-width: 576px) {
  /* :L99 */
  .black-box-general .black-box-display-title {
    font-size: 14px;
  }
  /* :L103 */
  .black-box-general .list > li {
    font-size: 14px;
  }
}
/* :L109 */
.radio {
  margin-top: 0px;
}
/* Hiscox General Design  */

/* :L115 */
/* :L116 */
.instanda-question-parent-yes-no .instanda-question-input {
  margin-left: 10px;
}
/* Navigation Arrows Bar */

/* :L122 */
.navigationArrowBar {
  display: flex;
  background-color: black;
  justify-content: space-around;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 45px;
}
/* :L130 */
.navigationArrowBar .selectedDiv {
  background-color: red;
}
/* :L133 */
.navigationArrowBar .selectedDiv:not(:last-child):after {
  content: "";
  position: absolute;
  right: -24px;
  border-style: solid;
  border-width: 25px 0 25px 24.3px;
  border-color: transparent transparent transparent red;
}
/* :L143 */
.navigationArrowBar > div {
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* :L151 */
.navigationArrowBar > div > span {
  vertical-align: middle;
}
@media only screen and (max-width: 576px) {
  /* :L157 */
  .navigationArrowBar > div {
    font-size: 11px;
    /*APNLD-1031 reduce font-size (GuilhermeHiscoxNL)*/
  
  }
  /* :L161 */
  .navigationArrowBar span {
    font-size: 11px;
    /*APNLD-1031 reduce font-size (GuilhermeHiscoxNL)*/
    text-align: center;
  }
  /* :L166 */
  /* :L167 */
  .navigationArrowBar .selectedDiv:not(:last-child):after {
    right: -23px;
  }
}
@media only screen and (max-width: 768px) {
  /* :L175 */
  .navigationArrowBar .selectedDiv:not(:last-child):after {
    right: -23px;
  }
}
@media only screen and (max-width: 576px) {
  /* :L182 */
  .navigationArrowBar .selectedDiv:not(:last-child):after {
    border-width: 25px 5px 25px 18.3px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
  /* :L189 */
  .navigationArrowBar span {
    font-size: 8.5px;
    /*APNLD-1031 reduce font-size (GuilhermeHiscoxNL)*/
  
  }
  /* :L193 */
  .navigationArrowBar .selectedDiv:not(:last-child):after {
    border-width: 25px 8px 25px 15.3px;
  }
}
@media only screen and (max-width: 576px) {
  /* :L200 */
  #instanda-quote-content > div > div.quick-quote-main-container > div > div.row > div > div {
    padding: 0;
  }
}
/* Black Banner Screen with no Navbar*/

/* :L213 */
.show-banner {
  display: flex !important;
  width: 66%;
  align-items: center;
  justify-content: space-evenly;
}
/* :L220 */
.hide-banner {
  display: none !important;
}
/* :L224 */
#main-blackbanner {
  flex-direction: column;
  /*APNLD-1032 (GuilhermeHiscoxNL)*/

}
/* :L228 */
#blackbanner-mta {
  align-items: baseline;
  color: white;
  justify-content: space-evenly;
  width: 100%;
  font-size: 16px;
}
/* :L235 */
#blackbanner-mta .premie {
  margin-left: 8px;
}
/* :L239 */
#blackbanner-mta .end-date {
  margin-left: 14px;
}
/* :L243 */
#blackbanner-mta > div:first-child {
  display: flex;
  flex-direction: column;
}
/* :L247 */
#blackbanner-mta > div:first-child h4 {
  padding-bottom: 5px;
}
/* :L252 */
#blackbanner-mta .content-container-mta {
  color: white;
  display: flex;
}
/* :L256 */
#blackbanner-mta .content-container-mta > div:nth-child(1) {
  width: 280px;
}
/* :L260 */
#blackbanner-mta .content-container-mta > div:nth-child(2) {
  width: 225px;
}
/* :L265 */
/* :L266 */
#blackbanner-mta .group-2-fields div {
  display: flex;
}
/* :L269 */
#blackbanner-mta .group-2-fields div p {
  margin-right: 10px;
}
/* :L274 */
#blackbanner-mta .group-2-fields > div:first-child {
  padding-bottom: 10px;
}
/* :L279 */
#blackbanner-mta .last-field {
  display: flex;
  width: 200px;
}
/* :L283 */
#blackbanner-mta .last-field p {
  margin-right: 10px;
}
/* :L289 */
.logoHeader {
  text-align: right;
  /* padding: 30px 30px 15px 30px; \\ commented by ritaHiscoxNL 26/11/2021 APNLD-845 */
  padding: 15px 30px 15px 30px;
  /* added by ritaHiscoxNL 26/11/2021 APNLD-845 */

}
@media only screen and (max-width: 576px) {
  .logoHeader {
    padding: 0px 5px 0px 30px;
  }
  /* :L297 */
  .logoHeader img {
    /* width: 110px; */
    /* height: 85px; \\ commented by ritaHiscoxNL 26/11/2021 APNLD-845 */
    /*height: 77.647px;*/
    /* to keep the same ratio as for width 170/110 */
    width: 100px !important;
    /*commented by InesVasconcelosHiscoxNL 26/01/2022 APNLD-918 */
    height: 57.925px !important;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 10px;
    /*commented by InesVasconcelosHiscoxNL 26/01/2022 APNLD-918 */
  
  }
}
/* added by ritaHiscoxNL 26/11/2021 APNLD-845 */

/* :L311 */
@media only screen and (max-width: 576px) {
  /* :L318 */
  .customer-portal-access img {
    width: 145.588px !important;
    height: 50.422px !important;
  }
}
/* :L326 */
.blackBanner {
  background-color: black;
  display: flex;
  align-items: center;
  /*justify-content: space-around;APNLD-1032 (GuilhermeHiscoxNL)*/

}
/* :L332 */
.blackBanner .title {
  font-size: 35px;
  color: white;
  font-weight: bold;
  margin: 0px 20px;
}
/* :L339 */
/* :L340 */
.blackBanner .description .listDescription {
  color: #da291c;
  font-size: 16px;
  padding-left: 25px;
}
/* :L347 */
.blackBanner .list {
  color: white;
  list-style-type: none;
  padding-left: 20px;
}
/* :L352 */
.blackBanner .list > li {
  font-size: 16px;
  margin-left: 25px;
}
/* :L357 */
.blackBanner .list li::before {
  content: "\f00c \00a0";
  font-family: "FontAwesome";
  color: #da291c;
  position: absolute;
  margin-left: -20px;
}
/* :L367 */
.blackBanner-2 {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
/* :L373 */
.blackBanner-2 .imgBook {
  width: 33%;
}
/* :L377 */
.blackBanner-2 .title {
  font-size: 35px;
  color: white;
  font-weight: bold;
  width: 50%;
}
/* :L384 */
/* :L385 */
.blackBanner-2 .description .listDescription {
  color: #da291c;
  font-size: 16px;
  padding-left: 25px;
}
/* :L391 */
.blackBanner-2 .description .list {
  color: white;
  list-style-type: none;
  padding-left: 46px;
}
/* :L396 */
.blackBanner-2 .description .list > li {
  font-size: 16px;
}
/* :L400 */
.blackBanner-2 .description .list li::before {
  content: "\f00c \00a0";
  font-family: "FontAwesome";
  color: #da291c;
  position: absolute;
  margin-left: -20px;
}
/*  -- END -- Black Banner Screen with no Navbar*/

/* O Font-family foi modificado no separador Design / Basic styling */

/* :L415 */
.d-flex-spaced-b {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
/* :L421 */
.d-flex-align-end {
  display: flex;
  align-items: flex-end;
}
/* Buttons */

/* :L427 */
.btn {
  color: white;
  background-color: #da291c;
  border-radius: 0px;
  border: none;
}
/* :L434 */
.btn-primary:hover {
  color: white !important;
  background-color: #c22019 !important;
  border-color: #c22019 !important;
}
/* :L440 */
.btn-primary:active {
  color: white !important;
  background-color: #c22019 !important;
  border-color: #c22019 !important;
}
/* :L446 */
.btn-primary:focus {
  color: white !important;
  background-color: #c22019 !important;
  border-color: #c22019 !important;
}
/* :L462 */
input#copyQuoteButton {
  display: none;
}
/* :L466 */
input.instanda-notes-button.btn.btn-primary {
  display: none;
}
/* :L470 */
button.instanda-notes-button.btn.btn-primary {
  display: none;
}
/* Error - Required */

/* :L475 */
.label-danger {
  margin-left: 10px;
}
/* Inputs */

/* :L481 */
label {
  font-weight: normal;
  color: #5f5f5f;
}
/* :L486 */
.instanda-question-input {
  width: 100%;
}
/* :L489 */
.instanda-question-input .form-control {
  border-radius: 0px;
}
/* Placeholder for date question */

/*
.is-touch-device input[type="text"].instanda-date-picker {
    background: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=UVhGek1teFlPVzFVTnpKTlFuUlNMVzU2ZEVnMWQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxpYXc4UVZkWWc0bUtFU2JxLDEwMDAsYUQ2R3BhQXVwRDc1ZXZldiwyZXp1bHpSc3RDZ3E4Mytobm1pcGxTK3RFVFl5SWUwbDh2bXNJZkQybERuWjVqQmgwa0doTnV2UnBUWVlGOTRlNDBVaVVQTEEvMmtFQ3MvMUVPWmdKdz09") right 12px center no-repeat;
    background-size: 14px auto;
    line-height: 22px;

    &::after {
        color: #999;
        content: attr(placeholder);
    }
}
*/

/* Titulos vermelhos com underline cinza ! */

/* :L510 */
.title-label-hiscox {
  border-bottom: 2px solid #bebebe;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #da291c;
  font-size: 18px;
  font-weight: bold;
  background-color: white;
}
/* Titulos Pretos com underline branco ! */

/* :L522 */
.title-label-hiscox-white {
  border-bottom: 2px solid white;
  padding-bottom: 10px;
  padding-top: 10px;
  color: black;
  font-size: 18px;
  font-weight: bold;
}
/* Borders hiscox */

/* :L533 */
.border-grey-hiscox {
  border: 2px solid #bebebe;
}
/* :L539 */
.border-white-hiscox {
  border: 2px solid white;
}
/* :L543 */
.border-bottom-gray {
  border-bottom: 2px solid #bebebe;
}
/* Colors hiscox */

/* :L553 */
.soft-gray-hiscox {
  color: #8f8d8d;
}
/* :L557 */
.redHiscox {
  color: #da291c;
}
/* :L561 */
.grey2Hiscox {
  color: #bebebe;
}
/* :L565 */
.grey3Hiscox {
  color: #5f5f5f;
}
/* :L569 */
.blackHiscox {
  color: black;
}
/* Font Size & Other Font things */

/* :L575 */
.font-16 {
  font-size: 16px;
}
/* :L579 */
.font-12 {
  font-size: 12px;
}
/* Margins and paddings */

/* :L585 */
.ml-15 {
  margin-left: 15px;
}
/* :L589 */
.mr-15 {
  margin-right: 15px;
}
/* :L593 */
.ml-10 {
  margin-left: 10x;
}
/* :L597 */
.mr-10 {
  margin-right: 10px;
}
/* :L601 */
@media only screen and (min-width: 576px) {
  .ml-10-desktop {
    margin-left: 10px;
  }
}
/* :L607 */
@media only screen and (min-width: 576px) {
  .mr-10-desktop {
    margin-right: 10px;
  }
}
/* :L613 */
.mt-10 {
  margin-top: 10px;
}
/* :L617 */
.mb-10 {
  margin-bottom: 10px;
}
/* :L621 */
.mt-15 {
  margin-top: 15px;
}
/* :L625 */
.mb-15 {
  margin-bottom: 15px;
}
/* :L629 */
.mt-20 {
  margin-top: 20px;
}
/* :L633 */
.mb-20 {
  margin-bottom: 20px;
}
/* :L637 */
.mb-0 {
  margin-bottom: 0;
}
/* :L641 */
.pr-6 {
  padding-right: 6px;
}
/* :L645 */
@media only screen and (max-width: 576px) {
  .p-xs-0 {
    padding: 0;
  }
}
/* :L651 */
.p-0 {
  padding: 0;
}
/* :L655 */
.pl-5 {
  padding-left: 5px !important;
}
/* :L659 */
.pr-0 {
  padding-right: 0;
}
/* Flex Box */

/* align elements in the same line */

/* :L666 */
.display-flex {
  display: flex;
  align-items: center;
}
/* :L671 */
.flex-grow1 {
  flex-grow: 1;
}
/* :L675 */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* :L679 */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/*text formats */

/* :L688 */
.font-weight-bold {
  font-weight: bold;
}
/* :L692 */
.italic-bold {
  font-style: italic;
  font-weight: bold;
}
/* :L697 */
.bg-color-hscox-grey2 {
  background-color: #bebebe;
}
/* :L701 */
.border-top-grey2 {
  border-top: 1px solid #bebebe;
}
/* :L705 */
.d-flex {
  display: flex;
}
/* :L709 */
.d-block {
  display: block !important;
}
/* :L713 */
.d-none {
  display: none;
}
/* :L717 */
.space-between-aligned {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
/* :L726 */
.hiscoxRadioInput input[type="radio"]:checked + .hiscoxRadioDiv {
  background-color: #bebebe;
}
/* :L730 */
.hiscoxRadioInput {
  height: 25px;
}
/* :L733 */
.hiscoxRadioInput input {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}
/* :L744 */
.hiscoxRadioInput input::after {
  content: "radio_button_unchecked";
  font-family: "Material Icons";
  font-size: 17px;
  transform: translate(7px, 4px);
  display: inline-block;
  color: black;
}
@media only screen and (max-width: 576px) {
  .hiscoxRadioInput input::after {
    font-size: 16px;
    transform: translate(3px, 4px);
  }
}
/* :L758 */
.hiscoxRadioInput input:checked::after {
  content: "radio_button_checked";
}
/* :L763 */
.hiscoxRadioInput .hiscoxRadioDiv {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-style: italic;
  font-weight: bold;
}
/* :L772 */
.hiscoxRadioInput .hiscoxRadioDiv > .container {
  padding-top: 2px;
}
@media only screen and (max-width: 576px) {
  .hiscoxRadioInput .hiscoxRadioDiv > .container {
    padding-top: 4px;
  }
}
/* :L782 */
.radio {
  border: 1px solid #bebebe;
  padding: 5px;
}
/* :L787 */
.spinner {
  position: fixed !important;
}
/* LABEL FOR REQUIRED */

/* :L793 */
span.label.label-danger.field-validation-valid {
  position: absolute;
  white-space: break-spaces;
  margin-left: 0;
  margin-right: 15px;
}
/* :L800 */
.returnLink {
  padding-top: 30px;
  font-weight: bold;
}
/* :L804 */
.returnLink .redHiscox {
  text-decoration: underline;
}
/* :L807 */
.returnLink .redHiscox:hover {
  text-decoration: unset;
}
/* :L813 */
.returnLink .blackHiscox {
  text-decoration: none;
}
/* :L816 */
.returnLink .blackHiscox:hover {
  text-decoration: none;
}
/* :L822 */
.renewal-date-button {
  cursor: pointer;
}
/* :L826 */
.btn-mta {
  margin-left: 448px;
}
/* my hiscox area */

/* :L838 */
.dropdown:hover .dropdown-content {
  display: block;
  left: -95px;
}
/* :L844 */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: gray;
  min-width: 120px;
  min-height: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
  padding: 12px 16px;
  color: white;
}
/* :L856 */
.dropdown-content .customerExecuteMTALink,
.dropdown-content a {
  color: white;
  border-bottom: 1px solid white;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* :L865 */
.dropdown-content a:hover {
  text-decoration: none;
  border-bottom: 1px solid #bebebe;
  color: #bebebe;
}
/* forget password login */

/* :L874 */
.eye-show,
.eye-show-two {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
  color: gray;
}
@media only screen and (max-width: 576px) {
  /* :L884 */
  .pull-right {
    right: 15px;
  }
  /* :L887 */
  .pull-right button#continueButton {
    height: 40px;
    font-weight: bold;
  }
  /* :L894 */
  #backButton {
    background-color: gray;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  /* :L904 */
  .fa.fa-caret-right,
  .fa.fa-caret-left {
    display: none;
  }
  /* :L909 */
  .page-customerhomepage.logoHeader {
    position: absolute;
    right: 0;
  }
  /* :L914 */
  .title-top-enter {
    margin-top: 50px;
  }
}
/* :L921 */
/* :L922 */
/* :L923 */
/* :L924 */
/* :L925 */
/* :L926 */
@media only screen and (max-width: 390px) {
  .page-index .instanda-innerbody > div > div:nth-child(1) > a > img {
    width: 140px;
  }
}
/* :L933 */
/* :L934 */
/* :L935 */
@media only screen and (max-width: 390px) {
  .page-index .instanda-innerbody > div > div:nth-child(3) > a > img {
    width: 170px !important;
  }
}
@media only screen and (min-width: 390px) {
  .page-index .instanda-innerbody > div > div:nth-child(3) > a > img {
    margin-top: 20px;
  }
}
/*APNLD-1031*/

@media only screen and (max-width: 710px) {
  /* :L952 */
  /* :L953 */
  /* :L954 */
  .navigationArrowBar .selectedDiv:not(:last-child):after {
    display: none;
  }
}
/*APNLD-5524 (MorHiscoxNL)*/

/* :L962 */
#WaitingAnimationGraphic .spinner {
  display: none;
}
/* :L965 */
.custom-loading-animation {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 99999999;
  display: block;
  width: 100vw;
  height: 100vh;
}
/* :L975 */
.animation {
  position: absolute;
  left: calc(48.5%);
  top: calc(48.5%);
  border: 3px solid #da291c;
  border-top-color: white;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  animation: spin 1s infinite;
}
@media only screen and (max-width: 499px) {
  .animation {
    left: calc(45%);
  }
}
@media only screen and (min-width: 500px) and (max-width: 1023px) {
  .animation {
    left: calc(47%);
  }
}
@media only screen and (min-width: 1024px) {
  .animation {
    left: calc(48.5%);
  }
}
/* :L999 */
.loadingText {
  position: absolute;
  top: calc(56.5%);
  border-top-color: white;
  border-radius: 50%;
  /*width: 50%;*/
  height: 3em;
  /*left: calc(30%);*/
  display: flex;
  justify-content: center;
  width: 100%;
  /*@media only screen and (max-width: 854px) {
        left: calc(30%);
    }
  
    @media only screen and (min-width: 855px) and (max-width: 1039px) {
        left: calc(35%);
    }
  
    @media only screen and (min-width: 1040px) and (max-width: 1280px) {
        left: calc(35%);
    }
  
    @media only screen and (min-width: 1281px) {
        left: calc(40%);
    }*/

}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*APNLD-6409*/

/* :L1034 */
.cant-quote-security {
  display: block !important;
}
/*APNLD-6191: Breadcrumbs*/

/* :L1039 */
/* :L1040 */
.created-from-newbusiness .progress-bar-nb {
  margin-bottom: 10px;
  margin-top: 20px;
}
/* :L1044 */
.created-from-newbusiness .progress-bar-mta-rn {
  display: none;
}
/* :L1048 */
/* :L1049 */
.created-from-mta .progress-bar-nb,
.created-from-renewal .progress-bar-nb,
.created-from-selfrenewal .progress-bar-nb {
  display: none;
}
/* :L1052 */
.created-from-mta .progress-bar-mta-rn,
.created-from-renewal .progress-bar-mta-rn,
.created-from-selfrenewal .progress-bar-mta-rn {
  margin-bottom: 10px;
  margin-top: 20px;
}
/* :L1057 */
.progress-indicator {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: auto;
  text-align: center;
  justify-content: space-between;
  align-items: baseline;
}
/* :L1066 */
.progress-indicator .progress-indicator-circles {
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  border: 2px solid black;
  text-align: center;
  margin: auto;
  font-weight: 700;
  color: black;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
  .progress-indicator .progress-indicator-circles {
    height: 28px;
    width: 28px;
  }
}
/* :L1085 */
.progress-indicator a.progress-indicator-circles:hover {
  text-decoration: none;
  color: black;
}
/* :L1089 */
.progress-indicator .active-circle {
  background-color: #da291c;
  color: white;
  border-color: #da291c;
}
/* :L1095 */
.progress-indicator .past-circle {
  color: white;
  background-color: black;
}
/* :L1100 */
.progress-indicator a.past-circle:hover {
  text-decoration: none;
  color: white;
}
/* :L1105 */
.progress-indicator a.active-circle:hover {
  text-decoration: none;
  color: white;
}
/* :L1110 */
.progress-indicator .progress-indicator-line {
  width: 17%;
  background-color: #bebebe;
  height: 4px;
  border-radius: 25px;
  top: 8px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .progress-indicator .progress-indicator-line {
    width: 18%;
    height: 3px;
  }
}
/* :L1122 */
.progress-indicator .progress-indicator-step {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 6%;
}
@media screen and (max-width: 576px) {
  .progress-indicator .progress-indicator-step {
    width: 20%;
  }
}
/* :L1130 */
.progress-indicator .progress-indicator-step .progress-indicator-step-text {
  font-weight: 700;
  color: #5f5f5f;
  font-size: 12px;
  text-wrap: nowrap;
}
@media screen and (max-width: 576px) {
  .progress-indicator .progress-indicator-step .progress-indicator-step-text {
    font-size: 10px;
  }
}
/* :L1141 */
.progress-indicator .progress-indicator-line.past-line {
  background-color: black;
}
/* :L1145 */
/* :L1146 */
@media screen and (max-width: 576px) {
  .created-from-mta .progress-indicator,
  .created-from-renewal .progress-indicator,
  .created-from-selfrenewal .progress-indicator {
    justify-content: space-evenly;
  }
}
/* :L1150 */
.created-from-mta .progress-indicator .progress-indicator-step,
.created-from-renewal .progress-indicator .progress-indicator-step,
.created-from-selfrenewal .progress-indicator .progress-indicator-step {
  width: 14%;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 576px) {
  .created-from-mta .progress-indicator .progress-indicator-step,
  .created-from-renewal .progress-indicator .progress-indicator-step,
  .created-from-selfrenewal .progress-indicator .progress-indicator-step {
    width: 14%;
    margin-left: 0 px;
    margin-right: 0 px;
  }
}
/* :L1159 */
@media screen and (max-width: 576px) {
  .created-from-mta .progress-indicator .progress-indicator-step .progress-indicator-step-text,
  .created-from-renewal .progress-indicator .progress-indicator-step .progress-indicator-step-text,
  .created-from-selfrenewal .progress-indicator .progress-indicator-step .progress-indicator-step-text {
    font-size: 10px;
    text-wrap: balance;
  }
}
/* :L1166 */
.created-from-mta .progress-indicator .progress-indicator-line,
.created-from-renewal .progress-indicator .progress-indicator-line,
.created-from-selfrenewal .progress-indicator .progress-indicator-line {
  width: 20%;
}
@media screen and (max-width: 576px) {
  .created-from-mta .progress-indicator .progress-indicator-line,
  .created-from-renewal .progress-indicator .progress-indicator-line,
  .created-from-selfrenewal .progress-indicator .progress-indicator-line {
    width: 17%;
  }
}
/*.progress-bar-jorney-step{
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
            text-align: center;
            margin: auto;
            font-weight:900;
            font-family:FontAwesome;
            color:black;
            ul{
              display: flex;
              list-style: none;
              margin: 0;
              padding: 0;
              &:not(:last-of-type) li{
                  margin-right: 70px;
              }
            }
      	
    }*/

/* :L1196 */
/* :L1197 */
.page-quickquotequestions #instandaquestions > div.container > div.row {
  width: 60%;
}
/* :L1200 */
.page-quickquotequestions #instandaquestions > div.container > div.row .pull-right {
  position: absolute;
  right: 25px;
  bottom: 5px;
}
@media only screen and (max-width: 768px) {
  /* :L1207 */
  .page-quickquotequestions #instandaquestions > div.container > div.row .pull-right {
    right: 15px;
  }
  /* :L1210 */
  .page-quickquotequestions #instandaquestions > div.container > div.row .pull-right button {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .page-quickquotequestions #instandaquestions > div.container > div.row {
    width: 100%;
  }
  /* :L1218 */
  .page-quickquotequestions #instandaquestions > div.container > div.row .pull-right {
    bottom: -25px;
    right: -30px;
  }
  /* :L1222 */
  .page-quickquotequestions #instandaquestions > div.container > div.row .pull-right button {
    width: 100%;
    height: 40px;
    /*APNLD-1037*/
  
  }
}
/* :L1233 */
#quote-content-form > div.container > div > div {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-top: 30px;
}
/* :L1239 */
#quote-content-form > div.container > div > div .back-to-edit-quote-container {
  flex-grow: 1;
  padding-left: 15px;
}
/* :L1243 */
#quote-content-form > div.container > div > div .pull-right {
  padding-right: 15px;
}
@media only screen and (max-width: 576px) {
  /* :L1248 */
  #quote-content-form > div.container > div > div > div.back-to-edit-quote-container.left.pull-left {
    padding-left: 0;
  }
  /* :L1251 */
  #quote-content-form > div.container > div > div .pull-right {
    padding-right: 0;
  }
}
/* :L1258 */
/* :L1259 */
/* :L1262 */
.page-prequotequestions #instandaquestions > div.container > div .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
/* :L1268 */
.page-prequotequestions #instandaquestions > div.container > div .back-to-edit-quote-container.left.pull-left {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .page-prequotequestions #instandaquestions > div.container > div {
    width: calc(735px);
  }
}
@media only screen and (min-width: 992px) {
  .page-prequotequestions #instandaquestions > div.container > div {
    width: calc(955px);
  }
}
@media only screen and (min-width: 1200px) {
  .page-prequotequestions #instandaquestions > div.container > div {
    width: calc(1155px);
  }
}
/* :L1305 */
/* :L1306 */
.page-quote #instanda-quote-content > div.quick-quote-main-container > div:nth-child(3) > div {
  margin-top: 30px;
}
/* :L1315 */
/* :L1316 */
.page-postquotequestions #instandaquestions > div.container {
  margin-top: 50px;
  padding: 0;
}
/* :L1320 */
.page-postquotequestions button.instanda-button.instanda-quote-button.btn.btn-primary {
  white-space: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* :L1326 */
.page-postquotequestions button.instanda-button.instanda-quote-button.btn.btn-primary i {
  margin-left: 5px;
}
@media only screen and (max-width: 576px) {
  /* :L1334 */
  #backButton {
    background-color: gray;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  /* :L1344 */
  #backButton:active,
  #backButton:focus,
  #backButton:hover {
    background-color: gray !important;
  }
  /* :L1349 */
  button#continueButton,
  button.instanda-button.instanda-quote-button.btn.btn-primary {
    width: 180px;
    /*height: 40px; APNLD-1037*/
    white-space: normal;
    padding-bottom: 2px;
    padding-top: 2px;
    line-height: 16px;
    font-weight: bold;
  }
}
/* :L1360 */
@media only screen and (max-width: 410px) {
  #backButton,
  button#continueButton,
  button.instanda-button.instanda-quote-button.btn.btn-primary,
  .pull-right #continueButton {
    width: 168px;
  }
}
@media only screen and (max-width: 380px) {
  #backButton,
  button#continueButton,
  button.instanda-button.instanda-quote-button.btn.btn-primary,
  .pull-right #continueButton {
    width: 160px;
  }
}
@media only screen and (max-width: 320px) {
  #backButton,
  button#continueButton,
  button.instanda-button.instanda-quote-button.btn.btn-primary,
  .pull-right #continueButton {
    width: 130px;
  }
}
@media only screen and (max-width: 576px) {
  /* :L1379 */
  /* :L1380 */
  .page-determineclaimtypequestionsforpublicsite .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 0;
  }
  /* :L1382 */
  .page-determineclaimtypequestionsforpublicsite .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  /* :L1388 */
  .page-determineclaimtypequestionsforpublicsite button#publicSaveButton,
  .page-determineclaimtypequestionsforpublicsite button#continueButton {
    width: 160px;
    font-weight: bold;
  }
}
/* :L1395 */
/* :L1396 */
@media only screen and (max-width: 380px) {
  .page-determineclaimtypequestionsforpublicsite button#publicSaveButton,
  .page-determineclaimtypequestionsforpublicsite button#continueButton {
    width: 130px;
  }
}
/*APNLD-1037 (GuilhermeHiscoxNL)*/

/* :L1408 */
a#backButton {
  color: #da291c;
  background-color: white;
}
/* :L1413 */
a#backButton:hover {
  color: #da291c !important;
  background-color: white !important;
  text-decoration: underline !important;
}
/* :L1418 */
#blackbanner-mta {
  align-items: baseline;
  color: white;
  justify-content: space-evenly;
  width: 100%;
  font-size: 16px;
}
/* :L1425 */
#blackbanner-mta .premie {
  margin-left: 8px;
}
/* :L1429 */
#blackbanner-mta .end-date {
  margin-left: 14px;
}
/* :L1433 */
#blackbanner-mta > div:first-child {
  display: flex;
  flex-direction: column;
}
/* :L1437 */
#blackbanner-mta > div:first-child h4 {
  padding-bottom: 5px;
}
/* :L1442 */
#blackbanner-mta .content-container-mta {
  color: white;
  display: flex;
}
/* :L1446 */
#blackbanner-mta .content-container-mta > div:nth-child(1) {
  width: 280px;
}
/* :L1450 */
#blackbanner-mta .content-container-mta > div:nth-child(2) {
  width: 225px;
}
/* :L1455 */
/* :L1456 */
#blackbanner-mta .group-2-fields div {
  display: flex;
}
/* :L1459 */
#blackbanner-mta .group-2-fields div p {
  margin-right: 10px;
}
/* :L1464 */
#blackbanner-mta .group-2-fields > div:first-child {
  padding-bottom: 10px;
}
/* :L1469 */
#blackbanner-mta .last-field {
  width: 220px;
  display: flex;
}
/* :L1473 */
#blackbanner-mta .last-field p {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #blackbanner-mta {
    flex-direction: column;
  }
  /* :L1482 */
  #blackbanner-mta div:first-child {
    display: grid;
    grid-template-columns: 25% 30%;
    width: 100%;
  }
  /* :L1488 */
  #blackbanner-mta .content-container-mta {
    flex-grow: 0.5;
    flex-direction: column !important;
    width: 100%;
  }
  /* :L1493 */
  #blackbanner-mta .content-container-mta > div:nth-child(1),
  #blackbanner-mta .content-container-mta > div:nth-child(2) {
    width: unset;
    display: block;
  }
  /* :L1500 */
  #blackbanner-mta .group-2-fields > div:first-child {
    padding-bottom: 0;
  }
  /* :L1504 */
  #blackbanner-mta .group-2-fields {
    width: unset;
    display: block;
  }
  /* :L1509 */
  #blackbanner-mta .end-date,
  #blackbanner-mta .premie {
    margin-left: 0;
  }
  /* :L1514 */
  #blackbanner-mta .group-2-fields > div,
  #blackbanner-mta .last-field {
    display: grid;
    grid-template-columns: 25% 30%;
    width: 100%;
  }
  /* :L1521 */
  #blackbanner-mta .group-2-fields > div p {
    margin-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  #blackbanner-mta {
    padding-left: 15px;
  }
  /* :L1529 */
  #blackbanner-mta .content-container-mta {
    flex-direction: column;
  }
  /* :L1533 */
  #blackbanner-mta > div:first-child,
  #blackbanner-mta .group-2-fields > div:first-child,
  #blackbanner-mta .group-2-fields div,
  #blackbanner-mta .last-field {
    width: 100%;
    display: grid;
    grid-template-columns: 40% 60%;
  }
  /* :L1542 */
  #blackbanner-mta > div.content-container-mta {
    width: 100%;
  }
  /* :L1545 */
  #blackbanner-mta > div.content-container-mta > div {
    width: 100% !important;
  }
  /* :L1548 */
  #blackbanner-mta > div.content-container-mta > div > div {
    width: 100%;
    display: grid;
    grid-template-columns: 40% 60%;
    padding-bottom: 0 !important;
  }
  /* :L1556 */
  #blackbanner-mta > div.content-container-mta .last-field {
    display: grid;
    grid-template-columns: 40% 60%;
  }
  /* :L1562 */
  #blackbanner-mta h4,
  #blackbanner-mta p,
  #blackbanner-mta .change-date {
    font-size: 14px;
  }
  /* :L1568 */
  #blackbanner-mta > div:first-child {
    flex-direction: row;
  }
  /* :L1571 */
  #blackbanner-mta > div:first-child h4 {
    margin-right: 10px;
  }
  /* :L1576 */
  #blackbanner-mta .content-container-mta {
    flex-direction: column;
  }
  /* :L1580 */
  #blackbanner-mta .premie,
  #blackbanner-mta .start-date,
  #blackbanner-mta .end-date {
    margin-left: 0;
    font-size: 14px;
  }
}
/* :L1589 */
.blackBanner {
  background-color: black;
  display: flex;
  align-items: center;
  /*justify-content: space-around;APNLD-1032 (GuilhermeHiscoxNL)*/

}
/* :L1595 */
.blackBanner #instanda-quote-content > div:nth-child(1) > div > div:nth-child(2) {
  display: flex;
  align-items: center;
}
/* :L1600 */
.blackBanner .group-list {
  display: flex;
  align-items: center;
  width: 60%;
  flex-direction: column;
  /*APNLD-1032 (GuilhermeHiscoxNL)*/
  align-self: center;
  /*APNLD-1032 (GuilhermeHiscoxNL)*/

}
/* :L1607 */
.blackBanner .group-list .title {
  font-size: 35px;
  color: white;
  font-weight: bold;
  margin: 0px 20px;
  flex-grow: 1;
}
/* :L1615 */
/* :L1616 */
.blackBanner .group-list .description .listDescription {
  color: #da291c;
  font-size: 15px;
  padding-left: 25px;
}
/* :L1623 */
.blackBanner .group-list .list {
  color: white;
  list-style-type: none;
  padding-left: 20px;
}
/* :L1628 */
.blackBanner .group-list .list > li {
  font-size: 15px;
  margin-left: 25px;
}
/* :L1633 */
.blackBanner .group-list .list li::before {
  content: "\f00c \00a0";
  font-family: "FontAwesome";
  color: #da291c;
  position: absolute;
  margin-left: -20px;
}
@media only screen and (max-width: 768px) {
  .blackBanner {
    flex-direction: column;
    align-items: baseline;
    /*padding-left: 15px; APNLD-1032 (GuilhermeHiscoxNL) */
  
  }
  /* :L1649 */
  .blackBanner .imgBook {
    display: none;
  }
  /* :L1653 */
  .blackBanner .group-list {
    /*display: block; APNLD-1032 (GuilhermeHiscoxNL) */
    width: 100%;
  }
  /* :L1657 */
  .blackBanner .group-list .title {
    font-size: 16px;
    margin-left: 0;
  }
  /* :L1663 */
  /* :L1664 */
  .blackBanner .group-list .description .listDescription {
    padding-left: 0px;
    font-size: 14px;
  }
  /* :L1669 */
  .blackBanner .group-list .description .list {
    padding-left: 0px;
    font-size: 14px;
  }
}
/* :L1678 */
@media only screen and (max-width: 768px) {
  #main-blackbanner {
    display: flex;
    flex-direction: column;
  }
  /* :L1683 */
  #main-blackbanner .title {
    font-size: 16px;
  }
}
/*  -- END -- Black Banner Screen with no Navbar*/

/* :L1691 */
.blackBanner-2 {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
/* :L1697 */
.blackBanner-2 .imgBook {
  width: 33%;
}
/* :L1701 */
.blackBanner-2 .title {
  font-size: 35px;
  color: white;
  font-weight: bold;
  width: 50%;
}
/* :L1708 */
/* :L1709 */
.blackBanner-2 .description .listDescription {
  color: #da291c;
  font-size: 16px;
  padding-left: 25px;
}
/* :L1715 */
.blackBanner-2 .description .list {
  color: white;
  list-style-type: none;
  padding-left: 46px;
}
/* :L1720 */
.blackBanner-2 .description .list > li {
  font-size: 16px;
}
/* :L1724 */
.blackBanner-2 .description .list li::before {
  content: "\f00c \00a0";
  font-family: "FontAwesome";
  color: #da291c;
  position: absolute;
  margin-left: -20px;
}
@media only screen and (max-width: 768px) {
  .blackBanner-2 {
    display: block;
    padding-left: 15px;
  }
  /* :L1739 */
  .blackBanner-2 img {
    display: none;
  }
  /* :L1743 */
  /* :L1744 */
  .blackBanner-2 .description .list {
    padding-left: 20px;
  }
  /* :L1748 */
  .blackBanner-2 .description .listDescription {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .blackBanner-2 {
    padding-left: 0;
  }
  /* :L1758 */
  .blackBanner-2 .imgBook {
    display: none;
  }
  /* :L1762 */
  .blackBanner-2 .title {
    width: 100%;
    font-size: 16px;
    padding-left: 15px;
  }
  /* :L1768 */
  /* :L1769 */
  .blackBanner-2 .description .list {
    padding-left: 35px;
  }
  /* :L1772 */
  .blackBanner-2 .description .list > li {
    font-size: 14px;
  }
  /* :L1776 */
  .blackBanner-2 .description .list li::before {
    font-size: 14px;
  }
  /* :L1781 */
  .blackBanner-2 .description .listDescription {
    padding-left: 15px;
    font-size: 14px;
  }
}
/*  -- END -- Black Banner Screen with no Navbar*/

/* :L1791 */
.show-banner {
  display: flex !important;
  width: 60%;
  align-items: center;
  justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
  .show-banner {
    flex-direction: row;
    align-items: center;
    /*APNLD-1032 (baseline) (GuilhermeHiscoxNL)*/
    align-self: center;
  }
}
@media only screen and (max-width: 576px) {
  .show-banner {
    flex-direction: column;
    width: 100%;
    align-items: center;
    /*APNLD-1032 (baseline) (GuilhermeHiscoxNL)*/
    align-self: center;
  }
}
/* :L1813 */
#main-blackbanner {
  flex-direction: column;
  /*APNLD-1032 (GuilhermeHiscoxNL)*/

}
/* :L1817 */
.hide-banner {
  display: none !important;
}
/* :L1822 */
/* :L1823 */
.created-from-mta div#blackbanner-mta:before {
  content: "Tussentijdse wijziging";
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .created-from-mta div#blackbanner-mta:before {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .created-from-mta div#blackbanner-mta:before {
    font-size: 14px;
    padding-top: 5px;
  }
}
/* :L1839 */
/* :L1840 */
.created-from-selfrenewal div#blackbanner-mta:before {
  content: "Wijziging per prolongatiedatum";
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 576px) {
  .created-from-selfrenewal div#blackbanner-mta:before {
    font-size: 14px;
    padding-top: 5px;
  }
}
/*my hiscox area desktop & mobile*/

/* :L1854 */
nav.tab-navigation {
  margin: 0 0 0.75em;
  background-color: black;
}
/* :L1858 */
nav.tab-navigation ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  height: 55px;
  align-items: center;
}
/* :L1869 */
nav.tab-navigation li {
  float: left;
  position: relative;
}
/* :L1873 */
nav.tab-navigation li + li {
  margin-left: 1em;
  padding-left: 1em;
}
/* :L1879 */
nav.tab-navigation label {
  cursor: pointer;
  color: white;
  font-size: 17px;
  padding-right: 25px;
  padding-left: 25px;
  /*      &:hover {
               color: @hiscoxRed;
          } */

}
/* CONTENT */

/* :L1893 */
input.tab-indicator {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
/* :L1899 */
.tab-content {
  display: none;
  padding: 0.75em;
}
/* :L1903 */
input.tab-indicator:checked + .tab-content {
  display: block;
}
@media only screen and (max-width: 576px) {
  input.tab-indicator:checked + .tab-content {
    padding: 0px;
  }
}
/* :L1912 */
/* :L1913 */
.nav-active label {
  font-weight: bold;
  border-bottom: 10px solid red;
  padding-top: 20px;
  padding-bottom: 10px;
}
/* :L1921 */
.mobile {
  display: none;
}
@media only screen and (max-width: 576px) {
  /* :L1926 */
  nav.tab-navigation ul {
    display: none;
  }
  /* commented by ritaHiscoxNL 25/11/2021 APNLD-845 
    .logo-box-container {
      display: none;
      
    }
    */
  
  /* :L1937 */
  .menu-dropdown-icon {
    display: none !important;
  }
  /* :L1941 */
  .login-Main-bar {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    padding: 0px 10px;
  }
  /* :L1950 */
  .mobile {
    display: block;
    position: absolute;
    top: 25px;
    margin-left: 5px;
  }
  /* :L1955 */
  .mobile .menu-mobile {
    border: none;
    font-size: 22px;
    width: 24px;
    background: none;
    position: relative;
  }
  /* :L1963 */
  .mobile .mobile-ul {
    list-style: none;
    overflow: hidden;
    color: white;
    margin-top: 15px;
    padding-left: 10px;
  }
  /* :L1970 */
  .mobile .mobile-ul li#profiel {
    margin-bottom: 15px;
  }
  /* :L1975 */
  .mobile #tab-navigation-mobile {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #111111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5px;
  }
  /* :L1987 */
  .mobile #tab-navigation-mobile .close-menu {
    font-size: 20px;
    cursor: pointer;
    float: right;
    color: White;
    z-index: 66;
    text-shadow: none;
    opacity: unset;
    margin-right: 5px;
  }
  /* :L1998 */
  .mobile #tab-navigation-mobile .nav-active-mobile {
    font-weight: bold;
    border-bottom: 4px solid red;
    padding-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 15px;
  }
  /* :L2007 */
  .mobile #tab-navigation-mobile nav ul.mobile {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  /* :L2016 */
  .mobile #tab-navigation-mobile li.nav-mobile,
  .mobile #tab-navigation-mobile a.nav-mobile {
    float: left;
    position: relative;
  }
  /* :L2021 */
  .mobile #tab-navigation-mobile li.nav-mobile + li,
  .mobile #tab-navigation-mobile a.nav-mobile + li {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  /* :L2029 */
  .mobile #tab-navigation-mobile li.nav-mobile label,
  .mobile #tab-navigation-mobile a.nav-mobile {
    cursor: pointer;
    color: white;
    font-size: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  /* :L2038 */
  .mobile #tab-navigation-mobile a.nav-mobile {
    float: unset;
    text-decoration: none;
  }
}
/* :L2045 */
/* :L2047 */
.page-quickquotequestions.created-from-mta #question121430 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*margin-bottom: 0px;*/
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .page-quickquotequestions.created-from-mta #question121430 {
    margin-bottom: 5px;
  }
}
/* :L2058 */
.page-quickquotequestions.created-from-mta #question121430 > div:nth-child(1) {
  /*flex-basis: 125px;*/
  flex-basis: unset !important;
}
/* :L2063 */
.page-quickquotequestions.created-from-mta #question121430 > div:nth-child(2) {
  display: flex;
  /*flex-direction: row-reverse;*/
  flex-direction: column-reverse;
  position: relative;
  margin-top: -30px;
  flex-basis: unset !important;
  align-items: flex-end;
}
/* :L2074 */
.page-quickquotequestions.created-from-mta #question121430 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-right: 15px;
  /*padding-left: 25px;*/

}
/* :L2079 */
/* :L2080 */
.page-quickquotequestions.created-from-mta #question121430 .instanda-question-label label {
  font-weight: bold;
}
/* :L2084 */
.page-quickquotequestions.created-from-mta #question121430 .instanda-question-help-col {
  width: 50px;
  padding: 0;
}
/* :L2091 */
.page-quickquotequestions.created-from-mta .pull-right {
  width: unset;
}
/* :L2094 */
.page-quickquotequestions.created-from-mta .pull-right button {
  margin-left: unset;
  margin-top: unset;
  width: unset;
}
/* :L2101 */
.page-quickquotequestions.created-from-mta input.btn-mta {
  margin-left: 463px;
  /*@media only screen and (min-width: 768px) and (max-width: 1199px) {
          margin-left: 341px;
      }

      @media only screen and (max-width: 768px) {
          margin-left: 0px;
          width: 100%;
      }

      @media only screen and (max-width: 992px) {
        margin-left: 0px;
        width: 100%;
    }*/

}
@media only screen and (max-width: 375px) {
  .page-quickquotequestions.created-from-mta input.btn-mta {
    max-width: 95%;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 576px) {
  .page-quickquotequestions.created-from-mta input.btn-mta {
    max-width: 96.5%;
  }
}
@media only screen and (max-width: 992px) {
  .page-quickquotequestions.created-from-mta input.btn-mta {
    /*margin-left: 0px;*/
    /*width: 100%;*/
    margin-left: 15px;
    width: 96%;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .page-quickquotequestions.created-from-mta input.btn-mta {
    margin-left: 343px;
  }
}
@media only screen and (max-width: 576px) {
  /* :L2142 */
  .page-quickquotequestions.created-from-mta #question121430 {
    display: block;
  }
  /* :L2145 */
  .page-quickquotequestions.created-from-mta #question121430 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding-right: 0;
    padding-left: 15px;
  }
  /* :L2151 */
  .page-quickquotequestions.created-from-mta #instanda-responsive-help-text-121430 > div {
    padding-right: 0;
  }
  /* :L2155 */
  .page-quickquotequestions.created-from-mta .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-help-col > div:first-child {
    padding-left: 15px;
  }
  /* :L2159 */
  .page-quickquotequestions.created-from-mta #question121430 > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 > div {
    padding-left: 30px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 768px) {
  /* :L2173 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions.created-from-mta #question121430 > div:nth-child(1),
  .page-quickquotequestions.created-from-mta .page-quickquotequestions.created-from-mta .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-label {
    margin-bottom: 10px;
  }
  /* :L2178 */
  .page-quickquotequestions.created-from-mta .quick-quote-main-container .quick-quote-container-hiscox #question121438 .instanda-question-label {
    flex-basis: 110px;
  }
  /* :L2182 */
  .page-quickquotequestions.created-from-mta #question121443 > div.instanda-question-label,
  .page-quickquotequestions.created-from-mta #question121565 > div.instanda-question-label {
    flex-basis: 125px;
  }
  /* :L2187 */
  .page-quickquotequestions.created-from-mta #question121430 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    /*padding-right: 7px;*/
    padding-right: 0px;
  }
  /* :L2192 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions.created-from-mta #question121430 .instanda-question-help-col {
    padding-left: 19px;
  }
  /* :L2196 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions #instanda-responsive-help-text-130816 {
    margin-right: 0px;
    padding-right: 4px;
  }
  /* :L2201 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 > div {
    margin-left: -55px;
  }
  /* :L2205 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions.created-from-mta #instanda-responsive-help-text-130557 {
    width: 100%;
    /*padding-right: 15px;*/
    padding-right: 8px;
  }
  /* :L2212 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions.created-from-mta .mtaHelpText {
    margin-right: -1px;
  }
}
@media only screen and (max-width: 996px) {
  /* :L2219 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions #instanda-responsive-help-text-130816 {
    margin-right: 0px;
    padding-right: 4px;
  }
}
@media only screen and (max-width: 992px) {
  /* :L2226 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions.created-from-mta #instanda-responsive-help-text-130557 {
    width: 100%;
    /*padding-right: 13px;*/
    padding-right: 8px;
  }
  /* :L2232 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions div#question130557 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding: 0px;
    margin-left: 25px;
    padding-right: 8px;
  }
  /* :L2238 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions.created-from-mta #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 > div {
    margin-left: -55px;
    width: 111%;
  }
  /* :L2243 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions.created-from-mta #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row {
    max-width: 112%;
    padding-right: 10px;
  }
  /* :L2248 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions.created-from-mta #question121430 {
    margin-bottom: 5px;
    padding-right: 0px;
  }
  /* :L2253 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions #question130816 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    margin-right: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  /* :L2261 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row {
    /*width: 115%;*/
    width: 116.5%;
  }
  /* :L2267 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 > div {
    margin-left: -60px;
  }
  /* :L2271 */
  .page-quickquotequestions.created-from-mta .page-quickquotequestions #instanda-responsive-help-text-130816 {
    margin-right: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  /* :L2280 */
  .page-quickquotequestions.created-from-mta #question121430 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding-right: 0px;
  }
}
/* :L2286 */
.page-quickquotequestions.created-from-mta div#instanda-responsive-help-text-121430 {
  margin-right: -5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  /*APNLD-6068*/
  
  /* :L2292 */
  .page-quickquotequestions .instanda-question-parent-yes-no .instanda-question-input {
    margin-left: 8px;
  }
  /* :L2296 */
  .page-quickquotequestions #instanda-responsive-help-text-130557 {
    padding-right: 0px;
    /*width: 103%;*/
  
  }
  /* :L2302 */
  .page-quickquotequestions.created-from-mta .mtaHelpText {
    /*max-width: 100%;
    margin-right: 0px;*/
    max-width: 475px;
    margin-right: -1px;
  }
  /* :L2309 */
  .page-quickquotequestions.created-from-mta #question121430 > div:nth-child(2) {
    margin-top: 0;
  }
  /*.page-quickquotequestions.created-from-mta input.btn-mta {
        max-width: 95%;
    margin-left: 15px;
    }*/
  
  /* :L2316 */
}
/* :L2321 */
/* :L2322 */
.page-quickquotequestions.created-from-mta .fifthDiv,
.page-quickquotequestions.created-from-selfrenewal .fifthDiv {
  display: none !important;
}
/* :L2325 */
.page-quickquotequestions.created-from-mta #question128094,
.page-quickquotequestions.created-from-selfrenewal #question128094,
.page-quickquotequestions.created-from-mta #question128096,
.page-quickquotequestions.created-from-selfrenewal #question128096,
.page-quickquotequestions.created-from-mta #question128095,
.page-quickquotequestions.created-from-selfrenewal #question128095 {
  flex-direction: column;
}
/* :L2331 */
/* :L2332 */
.page-quickquotequestions.created-from-mta #question130816 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-left: 15px;
}
/*@media only screen and (min-width: 1200px) {
  .page-quickquotequestions.created-from-mta {
      #question121430 {
      > div:nth-child(2){
          flex-basis: 260px !important;
      }
      }
  }
}*/

/* :L2348 */
/* :L2349 */
.page-quickquotequestions.created-from-mta .mtaHelpText {
  background-color: #f4f4f4;
  /*margin-left: 200px;*/
  margin-left: 15px;
  padding: 15px;
  font-size: 14px;
  line-height: 135%;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 576px) {
  /* :L2367 */
  /* :L2368 */
}
/*@media only screen and (max-width: 1199px) {
.page-quickquotequestions.created-from-mta .mtaHelpText {
  margin-left: 80px;
}
}*/

@media only screen and (max-width: 992px) {
  /* :L2381 */
  .page-quickquotequestions.created-from-mta .mtaHelpText {
    /*max-width: 420px;*/
    margin-left: 15px;
    margin-right: -1px;
  }
}
@media only screen and (max-width: 576px) {
  /*.page-quickquotequestions.created-from-mta .mtaHelpText {
    max-width: 405px;
      
  }*/
  
  /* :L2394 */
  /* :L2395 */
  .page-quickquotequestions.created-from-mta div#question121430 {
    padding-right: 0px;
  }
  /* :L2398 */
  .page-quickquotequestions.created-from-mta div#question121430 .instanda-text-question.form-group.row {
    margin-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  /* :L2406 */
  body.page-quickquotequestions.created-from-mta {
    margin-bottom: 600px;
  }
}
@media screen and (max-width: 300px) {
  /* :L2412 */
  body.page-quickquotequestions.created-from-mta {
    margin-bottom: 650px;
  }
}
/* :L2417 */
/* :L2418 */
/* :L2419 */
.page-quickquotequestions.created-from-mta #question128094 .instanda-text-question.form-group.row,
.page-quickquotequestions.created-from-selfrenewal #question128094 .instanda-text-question.form-group.row {
  margin-top: -25px;
}
/* :L2423 */
/* :L2424 */
.page-quickquotequestions.created-from-mta #question128096 .instanda-text-question.form-group.row,
.page-quickquotequestions.created-from-selfrenewal #question128096 .instanda-text-question.form-group.row {
  margin-top: -25px;
}
/* :L2429 */
/* :L2430 */
.page-quickquotequestions.created-from-mta #question128095 .instanda-text-question.form-group.row,
.page-quickquotequestions.created-from-selfrenewal #question128095 .instanda-text-question.form-group.row {
  margin-top: -25px;
}
@media only screen and (max-width: 576px) {
  /* :L2437 */
  /* :L2439 */
  /* :L2440 */
  .page-quickquotequestions.created-from-mta #question121430 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
  .page-quickquotequestions.created-from-selfrenewal #question121430 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    top: -28px;
    margin-right: -5px;
  }
  /* :L2445 */
  /* :L2446 */
  .page-quickquotequestions.created-from-mta #question128094 .instanda-text-question.form-group.row,
  .page-quickquotequestions.created-from-selfrenewal #question128094 .instanda-text-question.form-group.row {
    margin-top: 0px;
  }
  /* :L2450 */
  /* :L2451 */
  .page-quickquotequestions.created-from-mta #question128096 .instanda-text-question.form-group.row,
  .page-quickquotequestions.created-from-selfrenewal #question128096 .instanda-text-question.form-group.row {
    margin-top: 0px;
  }
  /* :L2456 */
  /* :L2457 */
  .page-quickquotequestions.created-from-mta #question128095 .instanda-text-question.form-group.row,
  .page-quickquotequestions.created-from-selfrenewal #question128095 .instanda-text-question.form-group.row {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 576px) {
  /* :L2465 */
  .page-quickquotequestions.created-from-mta div#instanda-responsive-help-text-121430 {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  /* :L2470 */
  .page-quickquotequestions.created-from-mta #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row {
    width: 100%;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  /* :L2477 */
  .page-quickquotequestions.created-from-mta div#instanda-responsive-help-text-121430 {
    margin-right: -20px;
    margin-bottom: 10px;
  }
}
/* :L2484 */
/* :L2485 */
@media only screen and (max-width: 377px) {
  .page-quickquotequestions.created-from-mta #instanda-responsive-help-text-130557,
  .page-quickquotequestions.created-from-selfrenewal #instanda-responsive-help-text-130557 {
    padding-right: 0px;
    width: 105% !important;
  }
}
@media only screen and (min-width: 377px) and (max-width: 489px) {
  .page-quickquotequestions.created-from-mta #instanda-responsive-help-text-130557,
  .page-quickquotequestions.created-from-selfrenewal #instanda-responsive-help-text-130557 {
    padding-right: 0px;
    width: 104% !important;
  }
}
@media only screen and (min-width: 490px) and (max-width: 576px) {
  .page-quickquotequestions.created-from-mta #instanda-responsive-help-text-130557,
  .page-quickquotequestions.created-from-selfrenewal #instanda-responsive-help-text-130557 {
    padding-right: 0px;
    width: 103% !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 992px) {
  /* :L2503 */
  .page-quickquotequestions.created-from-mta #question130557 > div.instanda-question-parent-yes-no.form-group,
  .page-quickquotequestions.created-from-selfrenewal #question130557 > div.instanda-question-parent-yes-no.form-group {
    width: 111% !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 992px) {
  /* :L2509 */
  .page-quickquotequestions.created-from-mta #instanda-responsive-help-text-130557,
  .page-quickquotequestions.created-from-selfrenewal #instanda-responsive-help-text-130557 {
    width: 100%;
    padding-right: 8px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  /* :L2516 */
  .page-quickquotequestions.created-from-mta #question121430,
  .page-quickquotequestions.created-from-selfrenewal #question121430 {
    padding-right: 0px !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  /* :L2522 */
  .page-quickquotequestions.created-from-mta #question121430,
  .page-quickquotequestions.created-from-selfrenewal #question121430 {
    margin-bottom: 5px;
    padding-right: 15px !important;
  }
  /* :L2527 */
  .page-quickquotequestions.created-from-mta #question121430 .instanda-question-help-col,
  .page-quickquotequestions.created-from-selfrenewal #question121430 .instanda-question-help-col {
    padding-left: 18px;
  }
}
/*APNLD-7244*/

/* :L2533 */
/* :L2534 */
/* :L2535 */
.Uw-verzekering-container .security .col-xs-3.text-right.new-value {
  font-weight: bold;
}
/*APNLD-8526 GuilhermeRodriguesNL 19/05/2025*/

/* :L2542 */
/* :L2543 */
.page-quickquotequestions.created-from-mta .mtaHelpText {
  font-size: 12px;
}
/*END APNLD-8526*/

/* Questions area container MAIN*/

/* :L2549 */
/* :L2553 */
.page-quickquotequestions #instanda-responsive-help-text-130816 {
  margin-right: 0px;
  /*padding-right: 0px;*/
  padding-right: 0px;
}
/* :L2559 */
.page-quickquotequestions #instanda-responsive-help-text-130557 {
  /*padding-right: 0px;*/
  padding-right: 13px;
}
/* :L2564 */
.page-quickquotequestions #question130820 {
  margin-right: -5px;
}
/* :L2568 */
.page-quickquotequestions div#question130828 {
  max-width: 100%;
  margin-right: 0px;
}
/* :L2573 */
.page-quickquotequestions div#question130925 {
  max-width: 100%;
  margin-right: 0px;
}
/* :L2578 */
.page-quickquotequestions div#question130926 {
  max-width: 100%;
  margin-right: 0px;
}
/* :L2583 */
.page-quickquotequestions div#question130927 {
  max-width: 100%;
  margin-right: 0px;
}
/* :L2588 */
.page-quickquotequestions div#question130982 {
  max-width: 100%;
  margin-right: 0px;
}
/* :L2594 */
.page-quickquotequestions div#question130829 {
  max-width: 100%;
  margin-right: 0px;
}
/* :L2599 */
.page-quickquotequestions div#question130830 {
  max-width: 100%;
  margin-right: 0px;
}
/* :L2604 */
.page-quickquotequestions div#question130831 {
  max-width: 100%;
  margin-right: 0px;
}
/* :L2609 */
.page-quickquotequestions div#question130921 {
  max-width: 100%;
  margin-right: 0px;
}
/* :L2614 */
.page-quickquotequestions #question130558 {
  width: 100%;
}
/* :L2618 */
.page-quickquotequestions .page-quickquotequestions #question130558 {
  padding-right: 10px;
}
/* :L2622 */
/* :L2624 */
.page-quickquotequestions #question130816 .quick-quote-main-container .quick-quote-container-hiscox .container {
  padding-right: 0;
  width: 96%;
  margin-right: 0;
  margin-left: 0;
}
/* :L2631 */
.page-quickquotequestions #question130816 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-left: 5px;
  padding-right: 10px;
}
/* :L2635 */
.page-quickquotequestions #question130816 .instanda-text-question.form-group.row {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  max-width: -webkit-fill-available;
  /*flex-direction: row;*/
  margin-right: 0px;
}
/* :L2644 */
.page-quickquotequestions #question130816 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  /*padding: 0;
      width: 7%;
      flex-direction: row;
      margin-right: 0px;*/
  width: 0%;
  flex-direction: row;
  margin-right: 10px;
}
/* :L2654 */
.page-quickquotequestions #question130816 .instanda-question-label {
  margin-bottom: -27px;
}
/* :L2658 */
.page-quickquotequestions #question130816 span.twitter-typeahead {
  width: 100%;
  /*margin-left: -10px;*/

}
/* :L2689 */
.page-quickquotequestions .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapse.in > div:nth-child(1),
.page-quickquotequestions .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapse > div:nth-child(1),
.page-quickquotequestions .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapsing > div:nth-child(1) {
  width: 100%;
  /*padding-right: 5px;*/
  padding-right: 0;
}
/* :L2695 */
.page-quickquotequestions div#question121431 {
  padding-right: 0;
  width: 96%;
  margin-right: 0;
  margin-left: 0;
}
/* :L2702 */
.page-quickquotequestions #question121431 .instanda-text-question.form-group.row {
  /* display: flex; */
  flex-direction: column-reverse;
  align-items: flex-end;
  max-width: -webkit-fill-available;
  flex-basis: unset;
}
/* :L2710 */
.page-quickquotequestions #question121431 .instanda-question-label {
  flex-basis: unset;
  margin-bottom: -27px;
}
/* :L2715 */
.page-quickquotequestions #question121431 .instanda-text-question.form-group.row {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  max-width: -webkit-fill-available;
}
/* :L2722 */
.page-quickquotequestions #question130816 .instanda-question-label {
  margin-bottom: -27px;
  padding-right: 10px;
}
/* :L2727 */
.page-quickquotequestions #question128093 .instanda-question-label {
  margin-bottom: 0;
}
/* :L2732 */
.page-quickquotequestions #question121431 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  padding: 0;
  width: 7%;
  padding-left: 10px;
}
/* :L2738 */
.page-quickquotequestions #question121431 label.control-label {
  font-weight: bold;
}
/* :L2742 */
.page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-question-label label.control-label {
  font-weight: bold;
}
/* :L2746 */
.page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group {
  display: flex;
  flex-wrap: unset;
  width: 100%;
  flex-direction: column;
}
/* :L2753 */
.page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-question-label {
  flex-basis: 0px;
  margin-bottom: 15px;
}
/* :L2758 */
.page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row {
  display: flex;
  flex-direction: row;
  flex-basis: 0;
  flex-grow: 0;
  margin-right: 0px;
  margin-left: -25px;
  width: 112%;
}
/* :L2767 */
.page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  width: 50px;
  margin-top: -40px;
  padding-left: 15px;
}
/* :L2773 */
.page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 > div {
  /*margin-left: -60px;*/
  margin-left: -50px;
}
/* :L2778 */
.page-quickquotequestions #question130816 > div.instanda-question-label > label {
  font-weight: bold;
}
/* :L2790 */
.page-quickquotequestions .check-bullet-points li:before {
  content: '✓';
  margin-left: -20px;
  margin-right: 10px;
  font-weight: 500;
}
/* :L2797 */
.page-quickquotequestions .check-bullet-points li {
  padding-bottom: 5px;
}
/* :L2801 */
.page-quickquotequestions .check-bullet-points {
  list-style: none;
}
/* :L2807 */
.page-quickquotequestions #CompanySector_TXT_Children548 {
  margin-right: 0px;
}
/* :L2811 */
.page-quickquotequestions #question130817 {
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
/* :L2818 */
.page-quickquotequestions #CompanySector_TXT_Children547 {
  margin-right: 0px;
}
/* :L2822 */
.page-quickquotequestions #question130818 {
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
/* :L2829 */
.page-quickquotequestions #CompanySector_TXT_Children549 {
  margin-right: 0px;
}
/* :L2833 */
.page-quickquotequestions .confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  /* :L2839 */
  /* :L2840 */
  .page-quickquotequestions #question130816 > div.instanda-text-question.form-group.row {
    width: 115%;
  }
  /* :L2845 */
  .page-quickquotequestions #question130558 {
    padding-right: 10px;
  }
  /* :L2849 */
  .page-quickquotequestions #question130820 {
    margin-right: 0px;
  }
  /* :L2852 */
  .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row {
    width: 115%;
  }
}
@media only screen and (max-width: 992px) {
  /* :L2859 */
  .page-quickquotequestions div#question130816 {
    max-width: 105%;
  }
  /* :L2862 */
  .page-quickquotequestions #question130820 > div {
    padding-right: 10px;
  }
  /* :L2866 */
  .page-quickquotequestions #question130820 {
    width: 104%;
  }
  /* :L2870 */
  .page-quickquotequestions div#CompanySector_TXT_Children40 {
    width: 104%;
  }
  /* :L2874 */
  .page-quickquotequestions div#question130834 {
    width: 104%;
  }
  /* :L2878 */
  .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group {
    width: 113%;
  }
  /* :L2881 */
  .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row {
    max-width: 112%;
  }
  /* :L2885 */
  .page-quickquotequestions #instanda-responsive-help-text-130557 {
    width: 100%;
    padding-right: 17px;
  }
  /* :L2890 */
  .page-quickquotequestions #question130558 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* :L2897 */
  .page-quickquotequestions #instanda-responsive-help-text-130557 {
    width: 100%;
    padding-right: 17px;
  }
  /* :L2902 */
  .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group {
    width: 113%;
  }
  /* :L2906 */
  .page-quickquotequestions #question130558 {
    width: 100%;
  }
  /* :L2910 */
  .page-quickquotequestions #question130820 {
    width: 104%;
  }
  /* :L2914 */
  .page-quickquotequestions div#question130834 {
    width: 104%;
  }
  /* :L2918 */
  .page-quickquotequestions div#CompanySector_TXT_Children40 {
    width: 104%;
  }
  /* :L2922 */
  .page-quickquotequestions div#question130816 {
    max-width: 105%;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 576px) {
  /* :L2930 */
  .page-quickquotequestions #question130820 {
    margin-right: -5px;
    width: 100%;
  }
  /* :L2935 */
  .page-quickquotequestions div#CompanySector_TXT_Children40 {
    width: 100%;
  }
  /* :L2939 */
  .page-quickquotequestions div#question130834 {
    width: 100%;
  }
  /* :L2942 */
  .page-quickquotequestions #question130558 {
    width: 100%;
    padding-right: 10px;
  }
  /* :L2947 */
  .page-quickquotequestions #instanda-responsive-help-text-130557 {
    padding-right: 0px;
    width: 103%;
  }
  /* :L2952 */
  .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row {
    width: 100%;
    margin-left: 0px;
  }
  /* :L2957 */
  .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group {
    width: 100%;
  }
  /* :L2961 */
  .page-quickquotequestions div#question130816 {
    padding-right: 0px;
  }
  /* :L2965 */
  .page-quickquotequestions div#question130557 {
    padding-right: 0px;
  }
  /* :L2970 */
  .page-quickquotequestions #question130816 .instanda-question-label {
    margin-bottom: 10px;
    width: 95%;
  }
  /* :L2974 */
  .page-quickquotequestions #question130816 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    width: 0%;
    flex-direction: row;
    margin-right: 70px;
    position: absolute;
    right: 0;
    margin-bottom: 32px;
    bottom: unset;
    padding: 0;
  }
  /* :L2984 */
  .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 > div {
    margin-left: 0px;
    padding: 0;
    margin-bottom: 25px;
  }
}
/* :L3006 */
/* :L3010 */
/* :L3011 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 {
  display: flex;
  width: 96%;
  flex-wrap: wrap;
}
/* :L3016 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 .instanda-question-label {
  flex-basis: 136px;
}
/* :L3020 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 .instanda-text-question.form-group.row {
  margin-bottom: 0;
}
/* :L3024 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-right: 5px;
  padding-left: 14px;
}
/* :L3030 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  padding: 0 15px;
}
/* :L3037 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .need-help-wrapper {
  position: relative;
}
/* :L3040 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .need-help-wrapper .need-help-container {
  position: absolute;
  right: 0px;
  /* APNLD-1031 GuilhermeHiscoxNL*/
  width: calc(40% - 60px);
  z-index: 999;
  top: 200px;
}
@media only screen and (max-width: 400px) {
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .need-help-wrapper .need-help-container {
    top: 60px;
  }
}
@media only screen and (max-width: 576px) and (min-width: 401px) {
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .need-help-wrapper .need-help-container {
    top: 40px;
  }
}
@media only screen and (max-width: 636px) and (min-width: 577px) {
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .need-help-wrapper .need-help-container {
    top: 400px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 637px) {
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .need-help-wrapper .need-help-container {
    top: 320px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 801px) {
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .need-help-wrapper .need-help-container {
    top: 320px;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 992px) {
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .need-help-wrapper .need-help-container {
    top: 220px;
  }
}
/* :L3071 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-parent-yes-no.form-group {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
}
/* :L3077 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-label {
  flex-basis: 125px;
}
/* :L3081 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-text-question.form-group.row {
  display: flex;
  flex-direction: row-reverse;
  flex-basis: 200px;
  flex-grow: 1;
}
/* :L3087 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-text-question.form-group.row > div:first-child {
  margin-left: 0px;
}
/* :L3092 */
/* :L3094 */
/* :L3095 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121443 > div:nth-child(2) > div:nth-child(1),
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 > div:nth-child(2) > div:nth-child(1) {
  margin-left: 10px;
}
/* :L3101 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .title-select-hiscox {
  background-color: transparent;
}
/* :L3104 */
/* :L3110 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .select-container-hiscox {
  padding-right: 0;
  /* Checkboxes inputs */

}
/* :L3114 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .select-container-hiscox .instanda-confirm-question-checkbox {
  display: flex;
}
/* :L3118 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .select-container-hiscox .dropdown-text-hiscox {
  max-width: 420px;
  margin-right: 15px;
  margin-left: auto;
}
/* :L3125 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .ManChild-hiscox {
  display: flex;
  justify-content: space-between;
}
/* :L3129 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .ManChild-hiscox > div:first-child {
  flex: 1;
}
/* :L3133 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .ManChild-hiscox label {
  padding-right: 90px;
}
/* :L3137 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .ManChild-hiscox #ManChild_TXT {
  width: 308px;
}
/* :L3143 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121496 {
  margin-right: 15px;
}
/* :L3147 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122606 {
  display: flex;
}
/* :L3150 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122606 .instanda-question-help-col {
  display: none;
}
/* :L3154 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122606 .instanda-question-label {
  flex-basis: 175px;
}
/* :L3158 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122606 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  margin-left: 10px;
  margin-right: 13px;
}
/* :L3164 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contacts-title-container-hiscox {
  background-color: transparent;
  color: #da291c;
  font-size: 20px;
  font-weight: bold;
}
/* :L3170 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contacts-title-container-hiscox > div:first-child {
  padding-left: 0px;
}
/* :L3176 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox select#PhoneNumberDecline_Prefix_TXT {
  width: 75px;
  margin-right: 10px;
}
/* :L3181 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contact-input-hiscox {
  display: flex;
  justify-content: space-between;
  width: 98%;
}
/* :L3186 */
/* :L3187 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contact-input-hiscox > div:second-child > div:nth-child(1) {
  margin-left: 45%;
}
/* :L3193 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121516 {
  margin-bottom: 0;
}
/* :L3197 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
/* :L3202 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox > div:nth-child(1) {
  margin-right: 96px;
}
/* :L3209 */
/* :L3210 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121514 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  display: none;
}
/* :L3215 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121514 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-left: 0;
}
/* :L3221 */
/* :L3222 */
/* :L3223 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121444 .instanda-question-label label {
  display: none;
}
/* :L3228 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121444 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div.instanda-text-input.instanda-question-input {
  padding-right: 14px;
}
/* :L3234 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121444 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  display: none;
}
/* :L3239 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122607 {
  padding: 0;
}
/* :L3242 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122607 #OtherProfessions_TXT_Children > div,
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122607 .instanda-question-parent-yes-no.form-group {
  margin-bottom: 0;
}
/* :L3249 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question128093 {
  padding: 0;
}
/* :L3253 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .telephone-group-hiscox {
  background-color: transparent;
}
/* :L3256 */
/* :L3257 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .telephone-group-hiscox .contact-input-hiscox > div:first-child {
  display: none;
}
/* :L3263 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contact-label-confirm-hiscox {
  border: 1px solid #bebebe;
  padding-left: 10px;
  width: 98%;
}
/* :L3269 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .telephone-group-hiscox .group-question-collapse {
  display: flex;
}
/* :L3273 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .telephone-group-hiscox .group-question-collapse,
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .telephone-group-hiscox .group-question-open {
  height: auto !important;
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}
/* :L3282 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .telephone-group-hiscox > .group-question-header {
  display: none;
}
/* :L3288 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header {
  width: 180px;
  background: transparent;
  padding-right: 15px;
  height: 0;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header {
    width: 150px;
  }
}
/* :L3299 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group:not(.white-box-input-hiscox-default) {
  border-color: #bebebe;
  border-width: 1px 2px 1px 2px;
  border-style: solid;
  padding-left: 15px;
  padding-right: 15px;
  /*margin-right: 13px;*/
  margin-bottom: 0;
  /*width: calc(68%);*/
  margin-left: auto;
}
/* :L3310 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group:not(.white-box-input-hiscox-default):last-of-type {
  border-width: 1px 2px 2px 2px;
}
/* :L3314 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group:not(.white-box-input-hiscox-default) label {
  height: 100%;
  width: 100%;
  position: absolute;
}
/* :L3319 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group:not(.white-box-input-hiscox-default) label:hover {
  cursor: pointer !important;
}
/* :L3323 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group:not(.white-box-input-hiscox-default) label input {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0;
  -webkit-appearance: none;
}
/* :L3331 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group:not(.white-box-input-hiscox-default) label input::after {
  content: "check_box_outline_blank";
  font-size: 20pt;
  font-family: "Material Icons";
  margin-left: -8px;
  line-height: 0;
}
/* :L3340 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group:not(.white-box-input-hiscox-default) label input:checked::after {
  content: "check_box";
}
/* :L3346 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group:not(.white-box-input-hiscox-default) .confirmQuestionText {
  margin-left: 20px;
  display: flex;
}
/* :L3352 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header + .questionItem.instanda-question-item.form-group {
  border-width: 2px 2px 1px 2px;
}
/* :L3356 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header .instanda-questionHeader.questionHeader.container {
  padding: 0;
}
/* :L3362 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 {
  display: flex;
}
/* :L3365 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div > div.instanda-question-input.instanda-question-choice {
  padding-right: 15px;
}
/* :L3376 */
/* :L3377 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child {
  background-color: black;
  color: white;
}
/* :L3381 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) {
  padding: 15px;
}
/* :L3384 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) .black-box-title {
  font-weight: bold;
  color: #da291c;
  padding-bottom: 20px;
  font-size: 16px;
}
/* :L3391 */
/* :L3392 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) .black-box-body > .list {
  padding-left: 0px;
}
/* :L3395 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) .black-box-body > .list li::before {
  color: #da291c;
}
/* :L3400 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) .black-box-body span {
  color: #da291c;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  /* :L3408 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) {
    padding: 0;
  }
}
/* :L3415 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .list ::marker {
  color: #da291c;
}
/* :L3419 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .container {
  max-width: 100%;
}
/* :L3423 */
/* :L3425 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions #question121431 {
  margin-bottom: 0;
}
/* :L3428 */
/* :L3429 */
/* :L3430 */
/* :L3431 */
/* :L3432 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions #question121431 #CompanySector_TXT_Children39 .questionItem.instanda-question-item.form-group .confirmQuestionCheckbox input:focus {
  outline: unset;
}
/* :L3441 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList {
  display: flex;
  position: relative;
  /* HELP BOX */

}
/* :L3445 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList .instanda-well {
  max-width: 60%;
  border: 2px solid #bebebe;
  padding-right: 25px;
  padding-left: 20px;
  padding-bottom: 20px;
}
/* :L3454 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList > div:nth-child(2) {
  border: 0;
}
/* :L3457 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList > div:nth-child(2) #question121553 {
  margin-top: 0;
  width: 66%;
  margin-left: 5px;
  position: relative;
}
/* :L3463 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList > div:nth-child(2) #question121553 > div:nth-child(1) {
  background-color: white;
}
/* :L3471 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .benefits-parent .black-box-input-hiscox {
  width: calc(40% - 60px);
  position: absolute;
  right: 0px;
  /* APNLD-1031 GuilhermeHiscoxNL*/
  top: 0px;
}
/* :L3478 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .quick-quote-main-container .quick-quote-container-hiscox .benefits-parent .black-box-input-hiscox {
  top: 170px;
}
/* :L3486 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-help-col {
  width: 50px;
  padding: 0px 25px;
}
/* :L3490 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-help-col > div:first-child {
  padding: 15px;
  /* Icon */

}
/* :L3494 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-help-col > div:first-child > a:nth-child(1) {
  color: grey;
  font-size: 10px;
}
/* :L3501 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapse.in,
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapse,
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapsing {
  order: 3;
  padding-right: 5px;
}
/* :L3507 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapse.in > div:nth-child(1),
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapse > div:nth-child(1),
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapsing > div:nth-child(1) {
  width: 100%;
  padding-right: 0;
}
/* :L3515 */
.page-quickquotequestions .white-box-input-hiscox-default {
  visibility: visible;
}
/* :L3518 */
.page-quickquotequestions .white-box-input-hiscox {
  visibility: hidden;
}
/* :L3521 */
.page-quickquotequestions .white-box-input-hiscox-default {
  visibility: visible;
}
/* :L3525 */
/* :L3526 */
/* :L3527 */
/* :L3528 */
.page-quickquotequestions .benefits-parent.select-container-hiscox .instanda-question-parent-yes-no.form-group + .form-group .form-group[style*="none"] + .form-group[style*="none"] + .form-group[style*="none"] + .form-group[style*="none"] {
  /*display: block !important; //OVERRIDE DISPLAY NONE OF LAST CHILD*/
  visibility: hidden;
  height: 0;
  /*MorHiscoxNL APNL5887*/
  margin: 0px;
  display: flex !important;
  flex-direction: column-reverse;
}
/* :L3542 */
.page-quickquotequestions .benefits-parent.select-container-hiscox .instanda-question-parent-yes-no.form-group + .form-group .form-group[style*="none"] + .form-group[style*="none"] + .form-group[style*="none"] + .form-group[style*="none"] .questionItem.instanda-question-item.form-group.instanda-container-fluid.black-box-input-hiscox.default {
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  /* :L3552 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header {
    width: 100%;
    height: 75px;
  }
  /* :L3557 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group:not(.white-box-input-hiscox-default) {
    width: 100%;
  }
  /* :L3564 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .select-container-hiscox .dropdown-text-hiscox,
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121496 {
    margin-right: 5px;
  }
  /* :L3572 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox > div:nth-child(1) {
    margin-right: 35px;
  }
  /* :L3579 */
  /* :L3584 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121514 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 select#PhoneNumberDecline_Prefix_TXT {
    padding-left: 5px;
    padding-right: 0;
    width: 75px;
    margin-right: 5px;
  }
  /* :L3593 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div > div.instanda-question-input.instanda-question-choice {
    padding-right: 10px;
  }
  /* :L3603 */
  .page-quickquotequestions #question121443 > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
  .page-quickquotequestions #question121565 > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    display: none;
  }
  /* :L3612 */
  .page-quickquotequestions #question121443 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
  .page-quickquotequestions #question121565 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    margin-left: 0;
  }
  /* :L3621 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122606 .instanda-question-label {
    flex-basis: 115px;
  }
  /* :L3628 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121444 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div.instanda-text-input.instanda-question-input {
    padding-right: 10px;
  }
  /* :L3637 */
  /* :L3638 */
  .page-quickquotequestions #question121443 .instanda-text-question.form-group.row {
    padding-right: 2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* :L3645 */
  .page-quickquotequestions .footer {
    right: 0;
    bottom: -110px;
    /* .container.instanda-built-by-footer {
          display: flex;
          width: 60%;
          justify-content: center;
        }
  
        .container.instanda-documents {
          display: flex;
          padding-left: 13%;
        }APNLD-1035*/
  
  }
}
@media only screen and (max-width: 576px) {
  /* :L3663 */
  .page-quickquotequestions .title-label-hiscox {
    font-size: 16px;
  }
  /* :L3667 */
  .page-quickquotequestions .container.instanda-upper-content {
    display: none;
  }
  /* :L3671 */
  .page-quickquotequestions .instanda-lower-content {
    display: none;
  }
  /* :L3675 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .need-help-wrapper .need-help-container {
    position: relative;
    right: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: white;
  }
  /* :L3687 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .benefits-parent .black-box-input-hiscox {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 50px;
    background-color: transparent;
  }
  /* :L3700 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList .instanda-well {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  /* :L3711 */
  .page-quickquotequestions #question121431 > div.instanda-question-parent-yes-no.form-group {
    margin-bottom: 25px;
  }
  /* :L3715 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-parent-yes-no.form-group {
    display: block;
    width: 100%;
  }
  /* :L3721 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-parent-yes-no.form-group .instanda-text-question.form-group.row {
    flex-direction: column-reverse;
    position: relative;
  }
  /* :L3727 */
  .page-quickquotequestions .instanda-question-parent-yes-no .instanda-question-input {
    margin-left: 0;
  }
  /* :L3731 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-help-col {
    padding: 0;
    bottom: unset;
    position: absolute;
    right: 0;
  }
  /* :L3740 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 .instanda-question-help-col {
    right: 5px;
    bottom: 40px;
  }
  /* :L3748 */
  .page-quickquotequestions #instanda-responsive-help-text-121438 > div {
    padding-right: 0;
  }
  /* :L3752 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 .instanda-text-question.form-group.row {
    position: relative;
  }
  /* :L3763 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group {
    width: 100%;
  }
  /* :L3770 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .select-container-hiscox .dropdown-text-hiscox {
    margin-right: 0;
  }
  /* :L3777 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121496 {
    margin-right: 0;
  }
  /* :L3782 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contact-input-hiscox {
    display: block;
  }
  /* :L3788 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div > div.instanda-question-input.instanda-question-choice {
    padding-right: 15px;
  }
  /* :L3798 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121443 > div:nth-child(2) > div:nth-child(1),
  .page-quickquotequestions .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 > div:nth-child(2) > div:nth-child(1) {
    margin-left: 0;
  }
  /* :L3825 */
  /* :L3842 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121444 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div.instanda-text-input.instanda-question-input {
    padding-right: 15px;
  }
  /* :L3851 */
  .page-quickquotequestions #instanda-responsive-help-text-121438 {
    padding-right: 5px;
  }
  /* :L3855 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 {
    display: block;
    width: 100%;
  }
  /* :L3860 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 {
    display: block;
    width: 97%;
  }
  /* :L3865 */
  .page-quickquotequestions #question121434 > div {
    padding: 5px;
  }
  /* :L3869 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox {
    display: block;
    margin-bottom: 0;
  }
  /* :L3873 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox > div:nth-child(1) {
    margin-right: 0;
    flex-basis: unset;
  }
  /* :L3878 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox .instanda-text-question.form-group.row {
    width: 100%;
  }
  /* :L3881 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding-left: 15px !important;
    margin-left: unset;
  }
  /* :L3888 */
  .page-quickquotequestions div#question121443 {
    width: 100%;
  }
  /* :L3892 */
  .page-quickquotequestions #question121444 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
  }
  /* :L3898 */
  .page-quickquotequestions #question121444 div.instanda-text-question.form-group.row {
    flex-basis: 270px;
    flex-grow: unset;
  }
  /* :L3902 */
  .page-quickquotequestions #question121444 div.instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding-right: 0;
    padding-left: 0;
  }
  /* :L3909 */
  /* :L3910 */
  /* :L3911 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 > div:nth-child(2) > div:nth-child(1) {
    margin-left: 0;
    padding-right: 0;
  }
  /* :L3918 */
  /* :L3919 */
  /* :L3920 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121443 > div:nth-child(2) > div:nth-child(1) {
    margin-left: 0;
  }
  /* :L3926 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) {
    padding: 5px;
  }
  /* :L3933 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) .black-box-title {
    font-size: 14px;
    padding-bottom: 5px;
  }
  /* :L3939 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contact-label-confirm-hiscox {
    padding-right: 10px;
  }
  /* :L3945 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header {
    width: 100%;
  }
  /* :L3954 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122606 {
    display: block;
  }
  /* :L3957 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122606 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 425px) and (max-width: 576px) {
  /* :L3965 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121444 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div.instanda-text-input.instanda-question-input {
    padding-right: 0;
  }
}
/* HELP COLLAPSE MESSAGE */

/* :L3977 */
.help-text-hiscox {
  /*margin-top: 10px;*/
  color: gray;
  font-size: 12px;
  width: 100%;
  background-color: #80808026;
  padding: 10px;
}
/* Small fix Miguel Martinho Quick Quote Questions APNLD-831

*/

/* :L3990 */
/* :L3991 */
/* :L3992 */
.page-quickquote #instanda-quote-content .hiscox-grey-box-header.font-weight-bold input[name="chosenProductIds"]:focus {
  outline: none;
}
/* :L3997 */
/* :L3998 */
/* :L3999 */
/* :L4000 */
/* :L4001 */
.page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(3) {
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(3) {
    font-size: 14px;
  }
}
/* :L4007 */
/* :L4008 */
/* :L4009 */
/* :L4010 */
.page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(3) > div > div > div.col-xs-9 > div.col-xs-1.p-0 {
  width: 10px;
}
/* :L4017 */
.page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(4) {
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(4) {
    font-size: 14px;
  }
}
/* :L4022 */
/* :L4023 */
/* :L4024 */
/* :L4025 */
.page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(4) > div > div > div.col-xs-9 > div.col-xs-1.p-0 {
  width: 10px;
}
/* :L4032 */
.page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(5) {
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(5) {
    font-size: 14px;
  }
}
/* :L4038 */
.page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(5) .col-xs-6.font-weight-bold {
  font-weight: 700;
  font-size: 14px;
}
/* :L4043 */
/* :L4044 */
/* :L4045 */
/* :L4046 */
.page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(5) > div > div.row.mb-20 > div .col-xs-1.p-0 {
  width: 10px;
}
/* :L4051 */
.page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(5) > div div:nth-child(2) > div > div.col-xs-1.p-0 {
  width: 10px;
}
/* :L4056 */
.page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(7) {
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(7) {
    font-size: 14px;
  }
}
/* :L4062 */
.page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(8) {
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .page-quickquote #instanda-quote-content .Verz-samenstellen-sibling-container > div > div:nth-child(1) > div > div:nth-child(8) {
    font-size: 14px;
  }
}
/*APNLD-1032*/

/* :L4076 */
/* :L4077 */
.page-quickquotequestions .logoHeader {
  display: none;
}
/* :L4080 */
.page-quickquotequestions div#logosSection {
  display: none;
}
/* :L4085 */
.page-quickquotequestions .instanda-question-input.instanda-question-choice {
  margin-left: 10px;
}
/* :L4089 */
.page-quickquotequestions #question128094 {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
}
/* :L4095 */
.page-quickquotequestions #question128095 {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
}
/* :L4101 */
.page-quickquotequestions #question128096 {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
}
@media only screen and (max-width: 320px) {
  /* :L4109 */
  .page-quickquotequestions #question130557 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding-left: 15px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
  /* :L4116 */
  .page-quickquotequestions #question130557 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding-left: 15px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 425px) {
  /* :L4123 */
  .page-quickquotequestions #question130557 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 426px) {
  /* :L4130 */
}
/* :L4136 */
.page-quickquotequestions .instanda-question-input {
  margin-left: 0px;
}
/* :L4140 */
/* :L4141 */
.page-quickquotequestions div#question130821 {
  width: 100%;
  height: unset;
  margin: 15px 0px 15px 0px;
}
/* :L4146 */
.page-quickquotequestions div#question121434 {
  max-width: 100%;
  margin-right: 0px;
}
/* :L4150 */
.page-quickquotequestions #question130820 {
  margin-right: 0px;
}
/* :L4154 */
.page-quickquotequestions div#question121431 div#Coaching_Type_Children {
  width: 100% !important;
}
/* :L4156 */
.page-quickquotequestions div#question121431 div#Coaching_Type_Children .instanda-responsive-help-text {
  padding-right: 15px;
}
/* :L4160 */
.page-quickquotequestions #question128094 {
  width: 100%;
}
/* :L4163 */
.page-quickquotequestions #question128096 {
  width: 100%;
}
/* :L4168 */
.page-quickquotequestions #question128095 {
  width: 100%;
}
/* :L4174 */
/* :L4175 */
.page-quickquotequestions #question121431 .instanda-questionHeader.questionHeader.container {
  padding-right: 15px;
  padding-left: 15px;
}
/* :L4180 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-parent-yes-no.form-group {
  width: 100%;
  flex-direction: column;
}
/* :L4184 */
/* :L4185 */
.page-quickquotequestions div#question130557 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  width: 0;
  padding: 0;
}
/* :L4190 */
.page-quickquotequestions div#question130557 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding: 0px;
  margin-left: 25px;
}
/* :L4195 */
.page-quickquotequestions div#instanda-responsive-help-text-121431 {
  padding-right: 15px;
}
/* :L4198 */
.page-quickquotequestions div#question121431 {
  width: 100%;
  padding-right: 13px;
}
/* :L4201 */
.page-quickquotequestions div#question121431 .quick-quote-main-container .quick-quote-container-hiscox .select-container-hiscox .dropdown-text-hiscox {
  width: 99%;
}
/* :L4204 */
.page-quickquotequestions div#question121431 .instanda-question-parent-yes-no .instanda-question-input {
  margin-left: 0px;
}
/* :L4207 */
.page-quickquotequestions div#question121431 .instanda-question-input.instanda-question-choice {
  margin-left: 0px;
}
/* :L4210 */
.page-quickquotequestions div#question121431 div#Coaching_Type_Children {
  width: 103%;
}
/* :L4214 */
/* :L4215 */
.page-quickquotequestions #question121431 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  width: 50px;
  padding-left: 0px;
}
@media only screen and (max-width: 1200px) {
  /* :L4222 */
  .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row {
    width: 115%;
  }
}
@media only screen and (max-width: 576px) {
  /* :L4229 */
  .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row {
    width: 100%;
  }
  /* :L4233 */
  /* :L4234 */
  .page-quickquotequestions div#question130816 .instanda-responsive-help-icon-container {
    margin-left: 24px;
  }
  /* :L4239 */
  .page-quickquotequestions div#question121431 {
    padding-right: 0px;
  }
  /* :L4242 */
  /* :L4243 */
  .page-quickquotequestions #question121431 .instanda-question-label {
    margin-bottom: 0px;
  }
  /* :L4246 */
  .page-quickquotequestions #question121431 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    width: 45px;
    padding-left: 0px;
  }
  /* :L4252 */
  /* :L4253 */
  /* :L4254 */
  .page-quickquotequestions div#question130557 #AnnualTurnover_V2_TXT_Children442 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding: 0px 15px 0px 15px;
  }
  /* :L4258 */
  .page-quickquotequestions div#question130557 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    margin-left: 0px;
  }
  /* :L4261 */
  .page-quickquotequestions div#question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    padding-left: 35px;
  }
}
/* :L4268 */
/* :L4269 */
.page-quickquotequestions.created-from-renewal #question128094,
.page-quickquotequestions.created-from-renewal #question128096,
.page-quickquotequestions.created-from-renewal #question128095 {
  flex-direction: column;
}
/* :L4272 */
/* :L4273 */
.page-quickquotequestions.created-from-renewal #question128094 .instanda-text-question.form-group.row {
  margin-top: -25px;
}
/* :L4277 */
/* :L4278 */
.page-quickquotequestions.created-from-renewal #question128096 .instanda-text-question.form-group.row {
  margin-top: -25px;
}
/* :L4283 */
/* :L4284 */
.page-quickquotequestions.created-from-renewal #question128095 .instanda-text-question.form-group.row {
  margin-top: -25px;
}
@media only screen and (max-width: 576px) {
  /* :L4292 */
  /* :L4293 */
  /* :L4294 */
  /* :L4295 */
  /* :L4296 */
  .page-quickquotequestions #question121441 .instanda-question-parent-yes-no.form-group .instanda-question-label label.control-label {
    font-weight: bold;
  }
  /* :L4303 */
  /* :L4304 */
  div#Coaching_Type_Children .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    margin-bottom: 40px;
    bottom: unset;
  }
  /* :L4309 */
  /* :L4310 */
  /* :L4311 */
  .page-quickquotequestions.created-from-renewal #question128094 .instanda-text-question.form-group.row {
    margin-top: 0px;
  }
  /* :L4315 */
  /* :L4316 */
  .page-quickquotequestions.created-from-renewal #question128096 .instanda-text-question.form-group.row {
    margin-top: 0px;
  }
  /* :L4321 */
  /* :L4322 */
  .page-quickquotequestions.created-from-renewal #question128095 .instanda-text-question.form-group.row {
    margin-top: 0px;
  }
}
/* :L4329 */
.page-quickquotequestions div#question121562 {
  width: 100%;
  height: unset;
  margin: 15px 0px 15px 0px;
}
/* :L4335 */
/* :L4336 */
/* :L4337 */
.page-quickquotequestions.created-from-selfrenewal #question130816 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-left: 15px;
}
@media only screen and (min-width: 576px) {
  /* :L4345 */
  /* :L4346 */
  /* :L4347 */
  /* :L4348 */
  .page-quickquotequestions #question121441 .instanda-question-parent-yes-no.form-group .instanda-question-label {
    flex-basis: unset;
  }
  /* :L4350 */
  .page-quickquotequestions #question121441 .instanda-question-parent-yes-no.form-group .instanda-question-label label.control-label {
    font-weight: bold;
  }
  /* :L4354 */
  .page-quickquotequestions #question121441 .instanda-question-parent-yes-no.form-group .instanda-text-question.form-group.row {
    flex-basis: unset;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: -28px;
  }
  /* :L4360 */
  .page-quickquotequestions #question121441 .instanda-question-parent-yes-no.form-group .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    padding: unset;
    width: 69px;
  }
}
/*CSS_APNLD-6194*/

/* :L4370 */
#question121567 div {
  color: black;
  padding-bottom: 0px;
  margin-bottom: 0px;
  box-shadow: unset;
  display: none;
}
/* :L4378 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .white-box-input-hiscox-default > div:first-child {
  /* background-color: black; */
  color: black;
  background-color: white;
  border: 1px solid;
  border-color: #5f5f5f;
  border-radius: 5px;
}
/* :L4387 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .white-box-input-hiscox-default > div:first-child > div:nth-child(2) {
  /* padding: 15px; */
  padding-left: 0px;
}
/* :L4392 */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  font-weight: bold;
}
/* :L4400 */
ul.list {
  padding: 0px;
}
/* :L4404 */
.white-box-input-hiscox-default {
  width: calc(40% - 60px);
  position: absolute;
  right: 0px;
  top: 0px;
  visibility: visible;
}
/* :L4412 */
/* :L4413 */
.white-box-input-hiscox-default > div:first-child {
  background-color: white;
  color: black;
  /*@media only screen and (max-width: 768px) {
            > div:nth-child(2) {
              padding: 0;
            }
          }*/

}
/* :L4417 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) {
  padding-top: 10px;
}
/* :L4420 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-title {
  font-weight: bold;
  color: black;
  padding-bottom: 5px;
  font-size: 16px;
}
/* :L4427 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-body {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
/* :L4432 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-body ul {
  margin-bottom: 0px;
}
/* :L4435 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-body > .list {
  padding-left: 0px;
}
/* :L4438 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-body > .list li::before {
  color: #00c350 d;
}
/* :L4441 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-body > .list li::marker {
  color: white;
}
/* :L4446 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-body span {
  color: #da291c;
  margin-right: 10px;
}
/* :L4461 */
.white-box-general .list li::before {
  content: "\f00c \00a0";
  font-family: "FontAwesome";
  color: #00c350;
  position: absolute;
  margin-left: -20px;
}
@media only screen and (max-width: 576px) {
  /* :L4470 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .white-box-input-hiscox-default {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 50px;
    background-color: transparent;
  }
}
/* :L4481 */
.cant-quote-architect {
  display: block !important;
}
/* :L4485 */
div.dummy-continue-buttons {
  color: white;
  background-color: #da291c;
  border-radius: 0px;
  border: none;
}
/* :L4492 */
#question130557 .field-validation-error {
  margin-left: 0px;
}
/* :L4496 */
#question130565 .field-validation-error {
  margin-right: -10px;
  margin-left: 10px;
}
/* :L4501 */
#question130566 .field-validation-error {
  margin-left: -10px !important;
  margin-right: 0px !important;
}
/*APNLD-8526 GuilhermeRodriguesNL 19/05/2025*/

/* :L4507 */
.help-text-hiscox {
  background-color: #f4f4f4 !important;
}
/* :L4511 */
/* :L4512 */
.page-quickquotequestions .instanda-questionHeader {
  font-size: 12px;
  color: black!important;
}
@media only screen and (max-width: 576px) {
  /* :L4519 */
  /* :L4520 */
  .page-quickquotequestions .instanda-responsive-help-text > div {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 576px) {
  /* :L4527 */
  .page-quickquotequestions div:has(> div.Verz-samenstellen-container) {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L4531 */
  .page-quickquotequestions .Verz-samenstellen-container {
    padding: 0px 10px !important;
    margin-bottom: 20px;
  }
  /* :L4536 */
  .page-quickquotequestions div:has(> div.Verz-samenstellen-sibling-container) {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/*END APNLD-8526*/

/*APNLD-8730 GuilhermeRodriguesNL 26/05/2025*/

/* :L4545 */
@media only screen and (min-width: 800px) {
  /* :L4547 */
  #question130816 .label-danger {
    position: relative!important;
    top: -3px;
  }
}
/*END APNLD-8730*/

/* :L4554 */
/* :L4555 */
.page-quickquote .privacyLink {
  bottom: unset;
}
/* :L4558 */
.page-quickquote .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* :L4563 */
.page-quickquote div.col-xs-3 {
  padding-left: 0px;
}
/* :L4566 */
/* :L4567 */
.page-quickquote div#totaal-per-jaar-container div.col-xs-4 {
  padding-left: 0px;
}
/* :L4573 */
.hide-security-covers {
  display: none;
}
/* :L4576 */
.hide-not-security-covers {
  display: none;
}
/* :L4580 */
/* :L4581 */
.Uw-verzekering-container .architect .row.mb-10.mt-20 {
  display: flex;
}
/* :L4584 */
.Uw-verzekering-container .architect .col-xs-3.text-right {
  font-weight: normal;
}
/* :L4589 */
.architect.row.mb-10.mt-20 {
  display: flex;
}
/* :L4593 */
/* :L4594 */
.architect .col-xs-8 {
  inline-size: fit-content;
  padding-left: 42px;
  padding-top: 5px;
  padding-right: 30px;
}
@media only screen and (max-width: 345px) {
  .architect .col-xs-8 {
    padding-left: 32px;
  }
}
/* :L4604 */
.architect .p-0 {
  height: 10px;
}
/* :L4608 */
.architect .hiscoxRadioInput {
  height: 20px;
}
/* :L4612 */
.architect .row.col-xs-12 {
  padding-left: 0;
  width: -webkit-fill-available;
  /*padding-top: 5px;*/
  height: 12px;
}
/* :L4619 */
.architect .hiscoxRadioInput input::after {
  line-height: 0.8;
}
/* :L4623 */
.architect .container.border-grey-hiscox.mb-10 {
  padding-block-end: 15px;
  padding-block-start: 5px;
}
/* :L4628 */
.architect .text-right {
  font-weight: bold;
}
/* :L4632 */
.architect .col-xs-8.font-weight-bold {
  padding-top: 0;
}
@media only screen and (max-width: 361px) {
  .architect .col-xs-8.font-weight-bold {
    font-size: 13px;
  }
}
/* :L4640 */
.hide-architect-covers {
  display: none;
}
/* :L4644 */
/* :L4645 */
.Uw-verzekering-container .security .row.mb-10.mt-20 {
  display: flex;
}
/* :L4648 */
.Uw-verzekering-container .security .col-xs-3.text-right {
  font-weight: normal;
}
/* :L4653 */
.security.row.mb-10.mt-20 {
  display: flex;
}
/* :L4657 */
/* :L4658 */
.security .col-xs-8 {
  inline-size: fit-content;
  padding-left: 42px;
  padding-top: 5px;
  padding-right: 30px;
}
/* :L4665 */
.security .hiscoxRadioInput {
  height: 20px;
}
/* :L4669 */
.security .row.col-xs-12 {
  padding-left: 0;
  width: -webkit-fill-available;
  padding-top: 5px;
}
/* :L4675 */
.security .hiscoxRadioInput input::after {
  line-height: 0.8;
}
/* :L4679 */
.security .container.border-grey-hiscox.mb-10 {
  padding-block-end: 5px;
  padding-block-start: 5px;
}
/* :L4684 */
.security .text-right {
  font-weight: bold;
}
/* :L4688 */
.security .col-xs-8.font-weight-bold {
  padding-top: 0;
}
/* :L4693 */
.d-flex-spaced-b {
  align-items: baseline;
  /*ADD*/

}
/* :L4697 */
body.page-quickquote {
  margin-bottom: unset;
}
/* :L4701 */
.underline-grey-hiscox {
  border-bottom: 2px solid #bebebe;
  margin-bottom: 15px;
}
/* :L4705 */
.underline-grey-hiscox .title-label-hiscox {
  border-bottom: none;
}
@media only screen and (max-width: 576px) {
  .underline-grey-hiscox .title-label-hiscox {
    font-size: 18px;
  }
}
/* :L4714 */
.fa-info-circle {
  background: none;
  border: none;
  outline: 0;
}
/* :L4720 */
.container {
  max-width: 100%;
}
/* :L4724 */
/* :L4725 */
/* :L4726 */
@media only screen and (max-width: 1023px) {
  .quick-quote-main-container .hiscoxRadioDiv [class*="col-"] {
    font-size: 10.5px;
    padding: 0px;
    position: absolute;
    top: 5px;
  }
}
/* :L4735 */
@media only screen and (max-width: 1023px) {
  .quick-quote-main-container .hiscoxRadioDiv .col-xs-8.p-0 {
    left: 25px;
    width: 188px;
  }
}
/* :L4742 */
@media only screen and (max-width: 1023px) {
  .quick-quote-main-container .hiscoxRadioDiv .col-xs-9.p-0 {
    left: 25px;
  }
}
/* :L4748 */
/* :L4749 */
@media only screen and (max-width: 1023px) {
  .quick-quote-main-container .hiscoxRadioDiv .row .col-xs-3.text-right {
    padding: 0px;
    width: 50px;
    right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .quick-quote-main-container .hiscoxRadioDiv .row .col-xs-3.text-right {
    width: unset;
  }
}
/* :L4763 */
@media only screen and (max-width: 320px) {
  /* :L4765 */
  /* :L4766 */
  /* :L4767 */
  .Uw-verzekering-container > div:nth-child(2) div#totaal-per-jaar-container > div:nth-child(2) {
    padding-left: 0;
  }
}
/* :L4773 */
@media only screen and (max-width: 1023px) {
  .Uw-verzekering-container .mb-10.d-flex-spaced-b.neg-m-xs {
    display: block;
  }
}
/* :L4779 */
.Uw-verzekering-container .hiscoxRadioInput {
  height: 25px;
  margin-bottom: 20px;
  text-align: right;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .Uw-verzekering-container .hiscoxRadioInput {
    font-size: 12px;
    text-align: left;
    margin-left: 15px;
    display: block;
  }
}
/* :L4794 */
/* :L4795 */
.Uw-verzekering-container .hiscoxRadioInput input::after {
  font-size: 17px;
  transform: translate(-20px, 3px);
}
@media only screen and (max-width: 576px) {
  .Uw-verzekering-container .hiscoxRadioInput input::after {
    font-size: 16px;
    transform: translate(-18px, 0px);
  }
}
/* :L4805 */
.Uw-verzekering-container .hiscoxRadioInput input:focus {
  outline: unset;
}
/* :L4812 */
/* :L4836 */
.Uw-verzekering-container > div > div > div:nth-child(5) > div > div:nth-child(3) .col-xs-6 {
  width: 100%;
}
/* :L4846 */
.Uw-verzekering-container > div > div > div:nth-child(6) > div > div:nth-child(2) .col-xs-6 {
  width: 100%;
}
/* :L4856 */
.Verz-samenstellen-container {
  padding: 0px 25px;
}
@media only screen and (max-width: 1023px) {
  .Verz-samenstellen-container {
    padding: 0px 10px;
    margin-bottom: 20px;
  }
}
/* :L4864 */
.Verz-samenstellen-container .hiscox-grey-box {
  border: 2px solid #bebebe;
  padding: 15px;
}
/* :L4868 */
.Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header {
  display: flex;
  justify-content: space-between;
}
/* :L4872 */
.Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header > div {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header {
    font-size: 12px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 576px) {
  .Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header {
    font-weight: 600;
    padding: 0px;
    margin: 0px;
  }
}
/* :L4888 */
@media only screen and (max-width: 576px) {
  .Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header .col-xs-3.text-right {
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    font-size: 11px;
  }
}
/* :L4898 */
@media only screen and (max-width: 1023px) {
  .Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header .fa.fa-question-circle.fa-1-5x.grey {
    padding: 0px;
    margin-right: 4px;
  }
}
/* :L4905 */
@media only screen and (max-width: 576px) {
  .Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header .fa.fa-info-circle.fa-1-5x {
    padding-right: 6px;
  }
}
/* :L4911 */
/* :L4912 */
/* :L4913 */
/* :L4914 */
.Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) input {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 576px) {
  
}
/* :L4925 */
.Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) input::after {
  content: "check_box_outline_blank";
  font-size: 20pt;
  font-family: "Material Icons";
  margin-left: -8px;
  line-height: 0;
  margin-top: 9px;
  color: #5f5f5f;
}
@media only screen and (max-width: 576px) {
  .Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) input::after {
    font-size: 14pt;
  }
}
/* :L4939 */
.Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) input:checked::after {
  content: "check_box";
}
/* :L4948 */
.Verz-samenstellen-container .hiscox-grey-box h6 {
  color: #bebebe;
}
/* :L4954 */
/* :L4955 */
.Verz-samenstellen-sibling-container > div {
  margin-bottom: 20px;
}
/* :L4960 */
.black-box-general {
  margin-top: 10px;
}
/* :L4964 */
.cover-list {
  background-color: #f2dede;
  border: 2px solid #da291c;
}
/* :L4969 */
.col-xs-1.p-0 {
  width: 10px;
}
/*APNLD-1032*/

/* :L4974 */
/* :L4975 */
.page-quickquote .logoHeader {
  display: none;
}
/* :L4978 */
.page-quickquote div#logosSection {
  display: none;
}
/* :L4982 */
.page-quickquote div#collapseHT6 {
  margin-top: 5px;
  margin-bottom: 10px;
}
/* :L4986 */
.page-quickquote div#collapseHT7 {
  margin-top: 5px;
  margin-bottom: 10px;
}
/* :L4990 */
.page-quickquote .title-label-hiscox-white {
  font-size: 17px;
}
/*APNLD-7244*/

/* :L4997 */
@media only screen and (max-width: 1024px) {
  .Uw-verzekering-container > div > div:nth-child(1) div:nth-child(2) .col-xs-3.text-right {
    font-size: 11px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
/*APNLD-8526 GuilhermeRodriguesNL 19/05/2025*/

/* :L5011 */
/* :L5012 */
.page-quickquote h6 {
  color: #5f5f5f !important;
}
@media only screen and (max-width: 1023px) {
  /* :L5017 */
  .page-quickquote .Uw-verzekering-container .hiscoxRadioInput {
    font-size: 12px!important;
    text-align: left;
    margin-left: 15px;
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  /* :L5025 */
  .page-quickquote div:has(> div.Verz-samenstellen-container) {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* :L5029 */
  .page-quickquote .Verz-samenstellen-container {
    padding: 0px 10px !important;
    margin-bottom: 20px;
  }
  /* :L5034 */
  .page-quickquote div:has(> div.Verz-samenstellen-sibling-container) {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 576px) {
  /* :L5042 */
  .page-quickquote .fs-14 {
    font-size: 14px !important;
  }
  /* :L5045 */
  .page-quickquote .fs-12 {
    font-size: 12px !important;
  }
  /* :L5048 */
  .page-quickquote .fs-11 {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 576px) {
  /* :L5054 */
  .page-quickquote .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    display: flex;
    padding-left: 0px;
  }
  /* :L5058 */
  .page-quickquote .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-left {
    flex-grow: 1;
  }
  /* :L5062 */
  .page-quickquote .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right {
    position: relative;
    right: -20px;
  }
}
@media only screen and (max-width: 576px) {
  /* :L5070 */
  .page-quickquote .border-top-grey2 {
    border-top: none;
  }
  /* :L5073 */
  /* :L5074 */
  .page-quickquote .Verz-samenstellen-sibling-container .d-flex-spaced-b {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    border-bottom: solid 2px #bebebe;
    padding-bottom: 5px;
  }
  /* :L5081 */
  .page-quickquote .Verz-samenstellen-sibling-container .d-flex-spaced-b .hiscoxRadioInput {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
/* :L5090 */
/* :L5091 */
.created-from-newbusiness .new-value {
  font-weight: normal!important;
}
/* :L5096 */
@media only screen and (max-width: 576px) {
  /* :L5100 */
  /* :L5101 */
  .page-quickquote.created-from-newbusiness div.Uw-verzekering-container .col-xs-6,
  .page-quickquote.created-from-selfrenewal div.Uw-verzekering-container .col-xs-6,
  .page-quickquote.created-from-renewal div.Uw-verzekering-container .col-xs-6 {
    width: 66.66667%;
  }
  /* :L5104 */
  .page-quickquote.created-from-newbusiness div.Uw-verzekering-container .text-right,
  .page-quickquote.created-from-selfrenewal div.Uw-verzekering-container .text-right,
  .page-quickquote.created-from-renewal div.Uw-verzekering-container .text-right {
    width: 33.33333%;
  }
  /* :L5107 */
  .page-quickquote.created-from-newbusiness div.Uw-verzekering-container .col-xs-9,
  .page-quickquote.created-from-selfrenewal div.Uw-verzekering-container .col-xs-9,
  .page-quickquote.created-from-renewal div.Uw-verzekering-container .col-xs-9 {
    width: 66.66667%;
  }
  /* :L5110 */
  /* :L5111 */
  .page-quickquote.created-from-newbusiness div.Uw-verzekering-container .container .container,
  .page-quickquote.created-from-selfrenewal div.Uw-verzekering-container .container .container,
  .page-quickquote.created-from-renewal div.Uw-verzekering-container .container .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* :L5119 */
@media only screen and (max-width: 576px) {
  /* :L5121 */
  /* :L5122 */
  .page-quickquote div.Uw-verzekering-container .col-xs-6 {
    width: 66.66667%;
  }
  /* :L5125 */
  .page-quickquote div.Uw-verzekering-container .text-right {
    width: 33.33333%;
  }
  /* :L5128 */
  .page-quickquote div.Uw-verzekering-container .col-xs-9 {
    width: 66.66667%;
  }
}
/* :L5135 */
/* :L5136 */
.page-prequotequestions .new-value {
  font-weight: normal!important;
}
/*END APNLD-8526*/

/* :L5141 */
/* :L5142 */
.Verz-mta-samenstellen-sibling-container > div {
  margin-bottom: 20px;
}
/* :L5146 */
.Verz-mta-samenstellen-sibling-container .new-value {
  color: #da291c;
  font-weight: bold;
}
/* :L5151 */
.Verz-mta-samenstellen-sibling-container .old-value {
  text-decoration: line-through;
}
/* :L5155 */
.Verz-mta-samenstellen-sibling-container .mta-diff {
  color: #da291c;
}
/* :L5160 */
/* :L5161 */
/* :L5162 */
.page-quickquote.created-from-mta .pull-right button#continueButton {
  margin-left: 0;
}
/* :L5167 */
.page-quickquote.created-from-mta .pull-right {
  width: unset;
}
/* :L5171 */
.page-quickquote.created-from-mta .paym-freq {
  display: none;
}
/* :L5175 */
.page-quickquote.created-from-mta .back-to-edit-quote-container.left.pull-left {
  position: relative;
  z-index: 1;
  padding-left: 0;
}
@media only screen and (max-width: 576px) {
  /* :L5181 */
  /* :L5182 */
  .page-quickquote.created-from-mta .Uw-verzekering-container > div.container:first-child,
  .page-quickquote.created-from-mta .Uw-verzekering-container > div.container:nth-child(2) > div:nth-child(1) {
    padding: 0;
  }
  /* :L5186 */
  .page-quickquote.created-from-mta .Uw-verzekering-container h4 {
    font-size: 16px;
  }
  /* :L5189 */
  /* :L5191 */
  .page-quickquote.created-from-mta .Uw-verzekering-container div#total-per-jaar-container .col-xs-4.col-md-6.text-right,
  .page-quickquote.created-from-mta .Uw-verzekering-container div#totaal-per-jaar-huidige-container .col-xs-4.col-md-6.text-right {
    padding-left: 0;
  }
}
/* renewal journey */

/* :L5200 */
/* :L5202 */
.page-quickquote.created-from-renewal > div,
.page-quickquote.created-from-selfrenewal > div {
  margin-bottom: 20px;
}
/* :L5206 */
.page-quickquote.created-from-renewal .new-value,
.page-quickquote.created-from-selfrenewal .new-value {
  color: #da291c;
  font-weight: bold;
}
/* :L5211 */
.page-quickquote.created-from-renewal .old-value,
.page-quickquote.created-from-selfrenewal .old-value {
  text-decoration: line-through;
}
/* :L5215 */
.page-quickquote.created-from-renewal .mta-diff,
.page-quickquote.created-from-selfrenewal .mta-diff {
  color: #da291c;
}
/* :L7283 */
@media only screen and (max-width: 465px) {
  /* :L7286 */
  .page-prequotequestions .page-prequotequestions .Uw-verzekering-container {
    margin-top: 15px;
    font-size: 90% !important;
  }
  /* :L7290 */
  .page-prequotequestions .col-xs-3.text-right {
    padding-left: 0;
    font-size: 11px;
  }
  /* :L7294 */
  .page-prequotequestions .col-xs-11 {
    font-size: 11px;
  }
}
/* :L7298 */
.page-prequotequestions .security .text-right {
  font-weight: normal;
}
/* :L7301 */
.page-prequotequestions .col-xs-3.text-right {
  padding-left: 0;
}
/* :L7304 */
/* :L7305 */
/* :L7306 */
.page-prequotequestions .data8-pa-countrylistcontainer .data8-pa-countryselector span {
  visibility: hidden;
  position: relative;
}
/* :L7310 */
.page-prequotequestions .data8-pa-countrylistcontainer .data8-pa-countryselector span::after {
  content: "Verander land";
  visibility: visible;
  position: absolute;
  right: 0px;
  top: -3px;
}
/* :L7321 */
.page-prequotequestions .instanda-address-country {
  display: none;
}
/* :L7325 */
.page-prequotequestions .instanda-address-country-label {
  display: none;
}
/* :L7329 */
.page-prequotequestions #instanda-site-layout > div > div:nth-child(1) > div.quick-quote-main-container > div > div.container {
  padding: 0;
}
/* :L7338 */
.page-prequotequestions .instanda-address-city-label {
  position: relative;
}
/* :L7341 */
.page-prequotequestions .instanda-address-city-label label {
  visibility: hidden;
  position: absolute;
  left: -160px;
  top: 5px;
  width: 55%;
}
/* :L7348 */
.page-prequotequestions .instanda-address-city-label label::after {
  visibility: visible;
  content: "Bedrijfsadres (Plaats)";
  position: absolute;
  left: 0px;
}
/* :L7357 */
.page-prequotequestions .instanda-responsive-help-text {
  flex-basis: 100%;
}
/* :L7361 */
.page-prequotequestions .instanda-address-postcode-label {
  position: relative;
}
/* :L7364 */
.page-prequotequestions .instanda-address-postcode-label label {
  visibility: hidden;
  position: absolute;
  left: -160px;
  bottom: -32px;
  width: 55%;
}
/* :L7371 */
.page-prequotequestions .instanda-address-postcode-label label::after {
  content: "Bedrijfsadres (Postcode)";
  visibility: visible;
  position: absolute;
  left: 0px;
}
/* :L7383 */
.page-prequotequestions #PostalCode {
  text-transform: uppercase;
}
/* :L7387 */
.page-prequotequestions #Initials_TXT {
  text-transform: uppercase;
}
/* :L7392 */
.page-prequotequestions .telephone-group-hiscox {
  background-color: transparent;
}
/* :L7395 */
/* :L7396 */
.page-prequotequestions .telephone-group-hiscox .contact-input-hiscox > div:first-child {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .page-prequotequestions .telephone-group-hiscox .contact-input-hiscox > div:first-child {
    visibility: hidden;
    display: block;
  }
}
/* :L7407 */
.page-prequotequestions .telephone-group-hiscox .group-question-collapse {
  display: flex;
}
/* :L7411 */
.page-prequotequestions .telephone-group-hiscox .group-question-collapse,
.page-prequotequestions .telephone-group-hiscox group-question-open {
  height: auto !important;
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}
/* :L7420 */
.page-prequotequestions .telephone-group-hiscox > .group-question-header {
  display: none;
}
/* :L7426 */
.page-prequotequestions .container {
  max-width: 100%;
}
/* :L7431 */
.page-prequotequestions .instanda-question-help-col {
  width: 50px;
  padding: 0px 25px;
}
/* :L7435 */
.page-prequotequestions .instanda-question-help-col > div:first-child {
  padding: 0px;
  /* Icon */

}
/* :L7439 */
.page-prequotequestions .instanda-question-help-col > div:first-child > a:nth-child(1) {
  color: grey;
  font-size: 10px;
}
/* :L7447 */
/* :L7449 */
.page-prequotequestions .quick-quote-main-container .navigationArrowBar {
  display: flex;
  background-color: black;
  justify-content: space-around;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 45px;
}
/* :L7457 */
.page-prequotequestions .quick-quote-main-container .navigationArrowBar .selectedDiv {
  background-color: red;
}
/* :L7460 */
.page-prequotequestions .quick-quote-main-container .navigationArrowBar .selectedDiv:not(:last-child):after {
  content: "";
  position: absolute;
  right: -24px;
  border-style: solid;
  border-width: 25px 0 25px 24.3px;
  border-color: transparent transparent transparent red;
}
/* :L7470 */
.page-prequotequestions .quick-quote-main-container .navigationArrowBar > div {
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* :L7478 */
.page-prequotequestions .quick-quote-main-container .navigationArrowBar > div > span {
  vertical-align: middle;
}
@media only screen and (max-width: 576px) {
  /* :L7484 */
  .page-prequotequestions .quick-quote-main-container .navigationArrowBar .selectedDiv:not(:last-child):after {
    right: -23px;
    border-width: 25px 4px 25px 21.3px;
  }
}
@media only screen and (max-width: 320px) {
  /* :L7491 */
  .page-prequotequestions .quick-quote-main-container .navigationArrowBar .selectedDiv:not(:last-child):after {
    border-width: 25px 10px 25px 15.3px;
  }
}
/* :L7511 */
/* :L7512 */
.page-prequotequestions #multiItemSummary_121499 > div:nth-child(1) {
  flex-direction: column;
}
/* :L7517 */
.page-prequotequestions .instanda-multi-item-add-remove {
  margin-bottom: 20px;
}
/* :L7520 */
.page-prequotequestions .instanda-multi-item-add-remove > div {
  width: 100%;
  padding: 0px;
}
@media only screen and (max-width: 576px) {
  .page-prequotequestions .instanda-multi-item-add-remove {
    margin-top: 0px;
  }
}
/* :L7529 */
.page-prequotequestions .instanda-multi-item-add-remove instanda-multi-item-add-remove > div {
  padding: 0px;
}
@media only screen and (max-width: 576px) {
  .page-prequotequestions .instanda-multi-item-add-remove instanda-multi-item-add-remove > div {
    width: 100%;
  }
}
/* :L7543 */
.page-prequotequestions .instanda-multi-item-remove {
  width: 100%;
}
/* :L7547 */
.page-prequotequestions .need-help-container {
  padding: 15px;
}
/* :L7550 */
.page-prequotequestions .need-help-container img {
  padding-right: 10px;
}
/* :L7555 */
/* :L7556 */
/* :L7557 */
.page-prequotequestions .pre-quote-left-container #Subsidiaries1 h3 {
  display: none;
}
@media only screen and (max-width: 576px) {
  
}
/* :L7565 */
.page-prequotequestions .pre-quote-left-container span.label.label-danger.field-validation-error {
  position: absolute;
  white-space: break-spaces;
  margin-left: 0;
  margin-right: 15px;
  color: white;
}
/* :L7573 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 {
  flex-direction: column !important;
  width: 100%;
  /* Fields that need to be in the same line */

}
/* :L7578 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #collapse_121524,
.page-prequotequestions .pre-quote-left-container #collapse_121522 #collapse_121523 {
  width: 100%;
}
/* :L7583 */
/* :L7584 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #collapse_121523 .instanda-question-choice {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 576px) {
  .page-prequotequestions .pre-quote-left-container #collapse_121522 #collapse_121523 .instanda-question-choice {
    justify-content: end;
  }
}
/* :L7593 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #collapse_121523 .questionItem:nth-child(1) {
  max-width: 255px;
}
@media only screen and (max-width: 1023px) {
  .page-prequotequestions .pre-quote-left-container #collapse_121522 #collapse_121523 .questionItem:nth-child(1) {
    max-width: 95px;
  }
}
/* :L7600 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #collapse_121523 .questionItem:nth-child(1) #PhoneNumber_Prefix_TXT {
  flex-basis: 65px;
  padding: 0px;
}
/* :L7607 */
/* :L7608 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121502 > div:nth-child(1) {
  margin-right: 77px;
}
/* :L7612 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121502 > div:nth-child(2) {
  width: 165px;
}
/* :L7615 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121502 > div:nth-child(2) > div:nth-child(1) {
  padding-left: 0;
}
/* :L7621 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121503 {
  padding-left: 0;
}
/* :L7625 */
/* :L7626 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121515 .instanda-question-label {
  flex-grow: 1;
}
/* :L7630 */
/* :L7631 */
@media only screen and (max-width: 576px) {
  .page-prequotequestions .pre-quote-left-container #collapse_121522 #question121515 > div:nth-child(2) > div:nth-child(1) {
    width: 95px;
  }
}
/* :L7639 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121523,
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121524 {
  margin-bottom: 0;
}
/* :L7644 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121498 {
  width: 100%;
  padding-left: 0;
}
/* :L7648 */
/* :L7653 */
.page-prequotequestions .pre-quote-left-container .instanda-well {
  border: 2px solid #bebebe;
  margin-bottom: 15px;
}
/* :L7657 */
.page-prequotequestions .pre-quote-left-container .instanda-well .questionHeader {
  background-color: white;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  
}
/* :L7664 */
.page-prequotequestions .pre-quote-left-container .instanda-well .questionHeader > h3 {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #da291c;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #bebebe;
}
@media only screen and (max-width: 576px) {
  .page-prequotequestions .pre-quote-left-container .instanda-well .questionHeader > h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* :L7679 */
.page-prequotequestions .pre-quote-left-container .instanda-well #SubsidiariesaddButton {
  display: none;
}
/* :L7683 */
.page-prequotequestions .pre-quote-left-container .instanda-well #SubsidiariesremoveButton_1 {
  display: none !important;
}
/* :L7687 */
.page-prequotequestions .pre-quote-left-container .instanda-well #question121500 {
  display: none;
  margin-bottom: 0px;
}
@media only screen and (max-width: 576px) {
  .page-prequotequestions .pre-quote-left-container .instanda-well #question121500 {
    margin-bottom: 0px;
  }
}
/* :L7697 */
.page-prequotequestions .pre-quote-left-container .questionItem {
  display: flex;
}
/* :L7700 */
@media only screen and (max-width: 1023px) {
  .page-prequotequestions .pre-quote-left-container .questionItem:not(#question121500) {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* :L7709 */
.page-prequotequestions .pre-quote-left-container .instanda-question-label {
  flex-basis: 160px;
}
/* :L7713 */
.page-prequotequestions .pre-quote-left-container .instanda-text-question.form-group.row {
  flex-grow: 1;
}
/* :L7717 */
.page-prequotequestions .pre-quote-left-container #question121473 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
/* :L7723 */
.page-prequotequestions .pre-quote-left-container .confirmQuestionCheckbox {
  display: flex;
  border: 2px solid #bebebe;
  padding: 10px;
  color: #5f5f5f;
}
/* :L7731 */
.page-prequotequestions .pre-quote-left-container #question121448 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  
}
/* :L7739 */
.page-prequotequestions .pre-quote-left-container #question121448 > div:nth-child(2) {
  position: relative;
}
/* :L7742 */
.page-prequotequestions .pre-quote-left-container #question121448 > div:nth-child(2) .instanda-question-help-col {
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: 10;
  padding: 0px;
}
@media only screen and (max-width: 1023px) {
  .page-prequotequestions .pre-quote-left-container #question121448 > div:nth-child(2) .instanda-question-help-col {
    top: -27px;
    left: 108px;
  }
}
/* :L7758 */
.page-prequotequestions .pre-quote-left-container #question121454 {
  flex-wrap: wrap;
  justify-content: center;
}
/* :L7762 */
.page-prequotequestions .pre-quote-left-container #question121454 .instanda-question-label {
  flex-basis: 235px;
}
@media only screen and (min-width: 1200px) {
  .page-prequotequestions .pre-quote-left-container #question121454 .instanda-question-label {
    flex-basis: 335px;
  }
}
/* :L7770 */
.page-prequotequestions .pre-quote-left-container #question121454 > div:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 576px) {
  .page-prequotequestions .pre-quote-left-container #question121454 > div:nth-child(2) {
    position: relative;
  }
}
/* :L7778 */
.page-prequotequestions .pre-quote-left-container #question121454 > div:nth-child(2) > div:nth-child(1) {
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .page-prequotequestions .pre-quote-left-container #question121454 > div:nth-child(2) > div:nth-child(1) {
    padding: 0px 15px;
  }
}
/* :L7785 */
/* :L7786 */
.page-prequotequestions .pre-quote-left-container #question121454 > div:nth-child(2) > div:nth-child(1) .instanda-question-input label {
  border: 1px solid #bebebe;
  padding: 5px 23px;
}
/* :L7794 */
.page-prequotequestions .pre-quote-left-container #question121454 > div.instanda-text-question.form-group.row {
  flex-grow: 1;
  margin-bottom: 0px;
}
/* :L7799 */
.page-prequotequestions .pre-quote-left-container #question121454 .instanda-question-help-col {
  padding: 0px 20px;
}
@media only screen and (max-width: 576px) {
  .page-prequotequestions .pre-quote-left-container #question121454 .instanda-question-help-col {
    position: absolute;
    top: -25px;
    right: 2px;
  }
}
/* :L7811 */
.page-prequotequestions .pre-quote-left-container #question121475 {
  margin-bottom: 20px;
  flex-direction: column;
}
/* :L7815 */
/* :L7816 */
.page-prequotequestions .pre-quote-left-container #question121475 > div:nth-child(2) span {
  margin-left: 0;
}
/* :L7823 */
/* :L7824 */
/* :L7825 */
.page-prequotequestions .instanda-pre-quote-questions #question121473 > div:nth-child(2) {
  position: relative;
}
/* :L7828 */
.page-prequotequestions .instanda-pre-quote-questions #question121473 > div:nth-child(2) .instanda-question-help-col {
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: 10;
  padding: 0px;
}
@media only screen and (max-width: 1023px) {
  .page-prequotequestions .instanda-pre-quote-questions #question121473 > div:nth-child(2) .instanda-question-help-col {
    top: -27px;
    left: 63px;
  }
}
/* :L7842 */
/* :L7843 */
.page-prequotequestions .instanda-pre-quote-questions #question121473 .instanda-question-label .control-label {
  max-width: 130px;
}
/* :L7849 */
/* :L7850 */
.page-prequotequestions .instanda-pre-quote-questions #question121474 > div:nth-child(1) {
  flex-basis: 140px;
}
/* :L7854 */
.page-prequotequestions .instanda-pre-quote-questions #question121474 > div:nth-child(2) {
  flex-grow: 1;
  margin-left: 7px;
}
@media only screen and (max-width: 1023px) {
  .page-prequotequestions .instanda-pre-quote-questions #question121474 > div:nth-child(2) {
    margin-left: -15px;
  }
}
/* :L7866 */
.page-prequotequestions .hide-titles {
  padding: 0;
  display: none;
}
/* :L7870 */
.page-prequotequestions .hide-titles .instanda-container-fluid {
  display: none !important;
}
/* :L7874 */
.page-prequotequestions .hide-titles .questionItem.instanda-question-item.form-group.instanda-container-fluid {
  display: none;
}
/* :L7880 */
.page-prequotequestions div#insertSubsidiariesMultiItemsHere > .container {
  display: none;
}
/* :L7884 */
.page-prequotequestions #collapse_121570 {
  width: 100%;
  flex-wrap: wrap;
}
/* :L7888 */
.page-prequotequestions #collapse_121570 #question121450 {
  width: 100%;
  margin-bottom: 0px;
}
@media only screen and (max-width: 576px) {
  .page-prequotequestions #collapse_121570 #question121450 {
    background-color: unset;
  }
}
/* :L7897 */
.page-prequotequestions #collapse_121570 #question121568 {
  position: relative;
  display: flex;
  justify-content: center;
}
/* :L7902 */
.page-prequotequestions #collapse_121570 #question121568 .instanda-text-question.form-group.row {
  width: 0px;
  margin: 0px;
  flex-grow: unset;
}
/* :L7908 */
/* :L7909 */
.page-prequotequestions #collapse_121570 #question121568 .instanda-responsive-help-text > div {
  padding-top: 18px;
}
@media only screen and (max-width: 1024px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-responsive-help-text > div {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .page-prequotequestions #collapse_121570 #question121568 {
    width: 100%;
  }
}
/* :L7923 */
.page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
  position: absolute;
  top: -161px;
  left: 37px;
}
@media only screen and (max-width: 1200px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
    top: -178px;
  }
}
@media only screen and (max-width: 991px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
    top: -231px;
  }
}
@media only screen and (max-width: 767px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
    top: -128px;
  }
}
@media only screen and (max-width: 703px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
    top: -163px;
  }
}
@media only screen and (max-width: 524px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
    top: -179px;
  }
}
@media only screen and (max-width: 445px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
    top: -196px;
  }
}
@media only screen and (max-width: 383px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
    top: -213px;
  }
}
@media only screen and (max-width: 381px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
    top: -230px;
  }
}
@media only screen and (max-width: 340px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
    top: -247px;
  }
}
@media only screen and (max-width: 306px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
    top: -266px;
  }
}
@media only screen and (max-width: 293px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
    top: -282px;
  }
}
@media only screen and (max-width: 280px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
    top: -299px;
  }
}
@media only screen and (max-width: 273px) {
  .page-prequotequestions #collapse_121570 #question121568 .instanda-question-help-col {
    top: -316px;
  }
}
/* :L7969 */
.page-prequotequestions #collapse_121570 .help-text-hiscox {
  width: 100%;
}
/* :L7974 */
.page-prequotequestions #question121570 {
  background-color: transparent;
  margin-bottom: 0px;
}
/* :L7978 */
.page-prequotequestions #question121570 #heading_121570 {
  display: none;
}
/* :L7983 */
/* :L7985 */
.page-prequotequestions .created-from-newbusiness #question121500,
.page-prequotequestions .created-from-mta #question121500 {
  display: block;
}
/* :L7989 */
.page-prequotequestions .created-from-newbusiness #SubsidiariesremoveButton_1,
.page-prequotequestions .created-from-mta #SubsidiariesremoveButton_1 {
  display: block;
}
/* :L7994 */
@media only screen and (max-width: 767px) {
  .page-prequotequestions .Uw-verzekering-container {
    /*APNLD-923*/
    margin-top: 15px;
  }
  /* :L7998 */
  /* :L7999 */
  .page-prequotequestions .Uw-verzekering-container > div.container:first-child > div:nth-child(2) {
    padding: 0;
  }
  /* :L8002 */
  .page-prequotequestions .Uw-verzekering-container > div.container:first-child > div:nth-child(2) .row.mb-10 > div:nth-child(2) {
    padding-left: 0;
  }
}
/* :L8011 */
.page-prequotequestions #question121455 {
  margin-bottom: 0;
}
/* :L8014 */
.page-prequotequestions #question121455 .instanda-question-label {
  max-width: 160px;
}
/* :L8018 */
/* :L8019 */
.page-prequotequestions #question121455 .instanda-text-question > div {
  width: 100% !important;
}
/* :L8022 */
.page-prequotequestions #question121455 .instanda-text-question > div > .form-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* :L8027 */
.page-prequotequestions #question121455 .instanda-text-question > div > .form-group > div {
  margin-top: 0px;
  margin-right: 5px;
  width: calc(50% - 6px);
}
/* :L8038 */
/* :L8039 */
.page-prequotequestions #question121497 .instanda-question-label {
  flex-basis: 160px;
}
/* :L8045 */
@media only screen and (max-width: 576px) {
  .Uw-verzekering-container {
    margin-top: 15px;
  }
}
/* :L8050 */
/* :L8051 */
/* :L8052 */
.Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(3) {
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(3) {
    font-size: 14px;
  }
}
/* :L8059 */
/* :L8060 */
.Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(3) > div.col-xs-9 > div.col-xs-1.p-0 {
  width: 10px;
}
/* :L8065 */
.Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(3) .col-xs-3.text-right {
  padding-left: 0px;
}
/* :L8070 */
.Uw-verzekering-container > div > div:nth-child(1) div:nth-child(4) {
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .Uw-verzekering-container > div > div:nth-child(1) div:nth-child(4) {
    font-size: 14px;
  }
}
/* :L8077 */
/* :L8078 */
/* :L8079 */
/* :L8080 */
.Uw-verzekering-container > div > div:nth-child(1) div:nth-child(4) > div > div > div.col-xs-9.pr-0 > div.col-xs-1.p-0 {
  width: 10px;
}
/* :L8087 */
.Uw-verzekering-container > div > div:nth-child(1) div:nth-child(4) .col-xs-3.text-right {
  padding-left: 0px;
}
/* :L8091 */
/* :L8092 */
.Uw-verzekering-container > div > div:nth-child(1) div:nth-child(5) .col-xs-6.text-right {
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .Uw-verzekering-container > div > div:nth-child(1) div:nth-child(5) .col-xs-6.text-right {
    font-size: 14px;
  }
}
/* :L8101 */
.Uw-verzekering-container > div > div:nth-child(1) div:nth-child(6) {
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .Uw-verzekering-container > div > div:nth-child(1) div:nth-child(6) {
    font-size: 14px;
  }
}
/* :L8108 */
/* :L8109 */
.Uw-verzekering-container > div > div:nth-child(1) div:nth-child(6) > div > div.col-xs-1.p-0 {
  width: 10px;
}
/* :L8114 */
.Uw-verzekering-container > div > div:nth-child(1) div:nth-child(6) .col-xs-3.text-right {
  padding-left: 0px;
}
/* :L8119 */
.Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(7) {
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(7) {
    font-size: 14px;
  }
}
/* :L8126 */
/* :L8127 */
.Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(7) > div > div.col-xs-1.p-0 {
  width: 10px;
}
/* :L8132 */
.Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(7) .col-xs-3.text-right {
  padding-left: 0px;
}
/* :L8137 */
.Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(8) {
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(8) {
    font-size: 14px;
  }
}
/* :L8144 */
.Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(8) .col-xs-3.text-right {
  padding-left: 0px;
}
/* :L8149 */
.Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(9) {
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(9) {
    font-size: 14px;
  }
}
/* :L8156 */
.Uw-verzekering-container > div > div:nth-child(1) > div:nth-child(9) .col-xs-3.text-right {
  padding-left: 0px;
}
/* :L8164 */
.created-from-newbusiness .hide-at-nb {
  display: none;
}
/* :L8168 */
.created-from-mta .hide-at-mta {
  display: none;
}
/* :L8172 */
/* :L8174 */
.created-from-renewal .hide-at-rn,
.created-from-selfrenewal .hide-at-rn {
  display: none;
}
/* :L8180 */
.microcopy1 {
  float: right;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .microcopy1 {
    display: none;
  }
}
/* APNLD-1037 (GuilhermeHiscoxNL)*/

/* :L8191 */
.microcopy {
  float: right;
  margin-top: 5px;
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .microcopy {
    display: none;
  }
}
/*APNLD-1032*/

/* :L8202 */
/* :L8203 */
.page-prequotequestions .logoHeader {
  display: none;
}
/* :L8206 */
.page-prequotequestions div#logosSection {
  display: none;
}
/* :L8210 */
.page-prequotequestions div#question121523 {
  width: 100%;
  display: block;
  margin-bottom: 0px;
}
/* :L8216 */
.page-prequotequestions div#question121515 {
  width: 100%;
}
/* :L8220 */
.page-prequotequestions select#PhoneNumber_Prefix_TXT {
  width: 75%;
  margin-left: 56px;
}
/* :L8225 */
.page-prequotequestions div#question121498 {
  width: 100%;
}
/* :L8228 */
.page-prequotequestions .address-question {
  margin-top: 25px;
}
/* :L8231 */
.page-prequotequestions div#question128321 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  /* :L8236 */
  .page-prequotequestions select#PhoneNumber_Prefix_TXT {
    width: 100%;
    margin-left: 0px !important;
  }
  /* :L8240 */
  /* :L8241 */
  /* :L8242 */
  .page-prequotequestions .instanda-address-city-label label::after {
    display: none;
  }
  /* :L8247 */
  /* :L8248 */
  /* :L8249 */
  .page-prequotequestions .instanda-address-postcode-label label::after {
    display: none;
  }
  /* :L8254 */
  .page-prequotequestions div#question121523 {
    width: 100%;
  }
  /* :L8256 */
  .page-prequotequestions div#question121523 .instanda-text-question.form-group.row {
    width: 100%;
  }
  /* :L8259 */
  /* :L8260 */
  .page-prequotequestions div#question121523 div#question121498 .instanda-text-question.form-group.row {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  /* :L8268 */
  .page-prequotequestions div#question121515 {
    width: 45%;
    padding-right: 0px;
  }
  /* :L8271 */
  .page-prequotequestions div#question121515 .instanda-question-input {
    padding-right: 0px;
  }
  /* :L8275 */
  .page-prequotequestions div#question121498 {
    width: 65%;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  /* :L8281 */
  /* :L8282 */
  .page-prequotequestions div#question121498 .instanda-text-question.form-group.row {
    width: 100%;
  }
  /* :L8285 */
  .page-prequotequestions div#question121498 .instanda-question-input {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* :L8294 */
.page-prequotequestions .title-sub-label {
  color: gray;
  font-size: 12px;
  font-weight: normal;
}
/* :L8299 */
.page-prequotequestions div#instanda-responsive-help-text-121568 {
  margin-top: 5px;
}
/* :L8301 */
.page-prequotequestions div#instanda-responsive-help-text-121568 .col-xs-12.col-sm-7.col-md-7.col-lg-7 {
  width: 100%;
}
/* :L8306 */
/* :L8307 */
/* :L8308 */
/* :L8309 */
.page-prequotequestions .address-question-UBO .instanda-address-city-label label::after {
  content: "Adres (Plaats)";
}
/* :L8314 */
/* :L8315 */
/* :L8316 */
.page-prequotequestions .address-question-UBO .instanda-address-postcode-label label::after {
  content: "Adres (Postcode)";
}
/* :L8323 */
/* :L8324 */
.page-prequotequestions #question130574 span.label.label-danger.field-validation-error,
.page-prequotequestions #question130575 span.label.label-danger.field-validation-error,
.page-prequotequestions #question130584 span.label.label-danger.field-validation-error,
.page-prequotequestions #question130585 span.label.label-danger.field-validation-error {
  margin-top: 34px;
}
/* :L8328 */
/* :L8329 */
.page-prequotequestions #multiItemSummary_130577 > div:first-child {
  flex-direction: column;
}
/* :L8332 */
.page-prequotequestions #multiItemSummary_130577 .instanda-question-item {
  padding-right: 0px;
  padding-left: 0px;
}
/* :L8335 */
.page-prequotequestions #multiItemSummary_130577 .instanda-question-item > div:nth-child(2) {
  width: 100%;
}
/* :L8338 */
.page-prequotequestions #multiItemSummary_130577 .instanda-question-item > div:nth-child(3) {
  width: 100%;
}
/* :L8341 */
.page-prequotequestions #multiItemSummary_130577 .instanda-question-item > div:nth-child(4) {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  /* :L8345 */
  .page-prequotequestions #multiItemSummary_130577 .instanda-question-item > div:nth-child(2) {
    width: unset;
  }
}
/* :L8350 */
.page-prequotequestions #multiItemSummary_130577 .instanda-address-city-label label {
  left: -159px;
}
/* :L8353 */
.page-prequotequestions #multiItemSummary_130577 .instanda-address-postcode-label label {
  left: -159px;
}
/* :L8356 */
.page-prequotequestions #multiItemSummary_130577 .instanda-question-label {
  flex-basis: 211px;
}
/* :L8360 */
.page-prequotequestions .hide-titles-multiitem {
  width: 100%;
}
/* :L8362 */
.page-prequotequestions .hide-titles-multiitem .instanda-questionHeader h3 {
  display: none;
}
/* :L8365 */
.page-prequotequestions .hide-titles-multiitem .instanda-question-item {
  padding-right: 0px;
  padding-left: 0px;
}
/* :L8369 */
.page-prequotequestions .hide-titles-multiitem .instanda-multi-item-add-remove {
  padding: 0px;
}
/* :L8372 */
.page-prequotequestions .hide-titles-multiitem .instanda-multi-item-add {
  width: 100%;
}
/* :L8377 */
/* :L8378 */
.page-prequotequestions #question130588 .form-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
/* :L8383 */
.page-prequotequestions #question130588 .form-group > div:nth-child(2) {
  margin-top: 0px;
  margin-left: 10px;
}
/* :L8388 */
.page-prequotequestions #question130588 .form-group .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  display: none;
}
/* :L8391 */
.page-prequotequestions #question130588 .form-group .instanda-question-validation-message.instanda-question-validation-message-choice {
  display: contents;
}
/* :L8393 */
.page-prequotequestions #question130588 .form-group .instanda-question-validation-message.instanda-question-validation-message-choice span.label.label-danger.field-validation-error {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  /* :L8401 */
  .page-prequotequestions .address-question-UBO .instanda-question-label label::after {
    content: "Adres";
    visibility: visible;
    position: absolute;
    left: 31px;
  }
  /* :L8408 */
  .page-prequotequestions .address-question-UBO .instanda-question-label label {
    visibility: hidden;
  }
  /* :L8412 */
  .page-prequotequestions #question121497 .instanda-question-label label::after {
    content: "Bedrijfsadres";
    visibility: visible;
    position: absolute;
    left: 33px;
  }
  /* :L8419 */
  .page-prequotequestions #question121497 .instanda-question-label label {
    visibility: hidden;
  }
}
/* :L8424 */
/* :L8425 */
.page-prequotequestions .additional-UBO-Header .instanda-questionHeader.questionHeader.container {
  border-top: 2px solid #bebebe;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #da291c;
  font-size: 18px;
  font-weight: bold;
  padding-left: 0px;
}
/* :L8436 */
.page-prequotequestions div#insertAdditional_UBOMultiItemsHere > .container {
  display: none;
}
/*APNLD-5597 IsSameAdress_Y/N (MorHiscoxNL) */

/* :L8445 */
div#question130798 {
  display: flex;
  margin-bottom: auto;
}
/* :L8451 */
.page-prequotequestions .pre-quote-left-container #question130798 .instanda-question-label {
  flex-basis: content;
}
/* :L8455 */
#question130798 .instanda-question-input {
  float: revert-layer;
  margin-left: 9.1px;
}
/* :L8460 */
.page-prequotequestions .pre-quote-left-container #question130798 .radio-inline.instanda-question-yes-no-yes {
  padding-right: 53px;
}
/* :L8465 */
.page-prequotequestions .pre-quote-left-container #question130798 .radio-inline {
  border: 1px solid #bebebe;
  padding: 5px 42px;
  margin-left: 2.7px;
}
/* :L8472 */
div#question130573 {
  padding-top: 25px;
}
/* :L8476 */
div#question130572 {
  margin-bottom: -20px;
}
/*APNLD-8115 GuilhermeRodriguesNL 07/04/2025*/

/* :L8481 */
.page-prequotequestions .instanda-responsive-help-text {
  flex-basis: 100%;
}
/* :L8483 */
.page-prequotequestions .instanda-responsive-help-text > div:first-child {
  width: 100%;
  padding: 0px;
}
@media only screen and (max-width: 1023px) {
  .page-prequotequestions .instanda-responsive-help-text > div:first-child {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* :L8493 */
/* :L8494 */
div#question121454 .instanda-responsive-help-text > div:first-child {
  padding-top: 10px;
}
/*APNLD-8173 GuilhermeRodriguesNL 10/04/2025*/

/* :L8501 */
button#SubsidiariesaddButton {
  color: #da291c;
  background-color: white;
  border-radius: 0px;
  border: none;
  font-weight: bold;
  width: 50%;
  margin-top: -25px;
  margin-left: 80px;
}
@media only screen and (max-width: 1025px) {
  button#SubsidiariesaddButton {
    margin-left: 0px;
    font-size: 12px;
    width: 10%;
    position: relative;
    top: -2px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 370px) {
  button#SubsidiariesaddButton {
    font-size: 11px;
  }
}
/* :L8523 */
button#SubsidiariesaddButton::before {
  content: ' \002B';
  border: 1px solid;
  border-radius: 50%;
  color: #da291c;
  padding: 0.5px 4.5px;
  margin-right: 3px;
}
/* :L8532 */
button#Additional_UBOaddButton {
  width: 50%;
  margin-top: -25px;
  margin-left: 80px;
  position: relative;
  top: -7px;
}
@media only screen and (max-width: 1025px) {
  button#Additional_UBOaddButton {
    margin-left: 0px;
    font-size: 12px;
    top: 0px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 370px) {
  button#Additional_UBOaddButton {
    font-size: 11px;
  }
}
/* :L8550 */
button#Additional_UBOaddButton::before {
  content: ' \002B';
  border: 1px solid;
  border-radius: 50%;
  color: #da291c;
  padding: 0.5px 4.5px;
  margin-right: 3px;
}
/* :L8559 */
.page-prequotequestions .instanda-multi-item-add-remove > div {
  padding: 0px;
  width: 100%;
}
/* :L8563 */
.page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.pull-right {
  width: fit-content;
  float: right;
  margin-bottom: -27px;
}
@media only screen and (max-width: 1025px) {
  .page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.pull-right {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 370px) {
  .page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.pull-right {
    font-size: 11px;
  }
}
/* :L8575 */
.page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.pull-right::before {
  content: ' \0425';
  color: #da291c;
  padding-right: 6px;
  transform: scale(2);
}
/* :L8582 */
.page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.d-block {
  width: fit-content;
  float: right;
  margin-bottom: -27px;
}
@media only screen and (max-width: 1025px) {
  .page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.d-block {
    font-size: 12px;
  }
}
@media only screen and (max-width: 370px) {
  .page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.d-block {
    font-size: 11px;
  }
}
/* :L8595 */
.page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.d-block::before {
  content: ' \0425';
  color: #da291c;
  padding-right: 6px;
  transform: scale(2);
}
/* :L8602 */
.page-prequotequestions .instanda-multi-item-add-remove > div .col-xs-11 .col-sm-6 .col-md-6 .col-lg-6 .xx {
  display: flex;
  justify-content: flex-end;
}
/* :L8606 */
.page-prequotequestions .instanda-multi-item-add-remove > div .btn {
  color: #da291c;
  background-color: white;
  border-radius: 0px;
  border: none;
  font-weight: bold;
}
/* :L8615 */
@media only screen and (max-width: 1025px) {
  .page-prequotequestions .instanda-multi-item-add-remove {
    margin-bottom: 0px;
  }
}
/* :L8621 */
@media only screen and (max-width: 1025px) {
  div#insertSubsidiariesMultiItemsHere .instanda-question-label {
    margin-top: 20px;
  }
}
/* :L8627 */
@media only screen and (max-width: 1025px) {
  div#multiItemSummary_121499 .instanda-question-label {
    margin-top: 20px;
  }
}
/*div#insertSubsidiariesMultiItemsHere div:nth-child(1 of .instanda-question-label){
  @media only screen and (max-width: 766px) { 
    		  margin-top:0px;
  			}
}*/

/* :L8639 */
@media only screen and (max-width: 1025px) {
  div#multiItemSummary_130577 .instanda-multi-item-remove.btn.btn-default.d-block {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 370px) {
  div#multiItemSummary_130577 .instanda-multi-item-remove.btn.btn-default.d-block {
    font-size: 11px;
  }
}
/* :L8649 */
@media only screen and (max-width: 1025px) {
  div#insertAdditional_UBOMultiItemsHere .instanda-multi-item-remove.btn.btn-default.d-block {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 370px) {
  div#insertAdditional_UBOMultiItemsHere .instanda-multi-item-remove.btn.btn-default.d-block {
    font-size: 11px;
  }
}
/*APNLD-8526 GuilhermeRodriguesNL 19/05/2025*/

/* :L8660 */
@media only screen and (max-width: 576px) {
  /* :L8662 */
  .page-prequotequestions .fs-14 {
    font-size: 14px !important;
  }
  /* :L8665 */
  .page-prequotequestions .fs-12 {
    font-size: 12px !important;
  }
  /* :L8668 */
  .page-prequotequestions .fs-11 {
    font-size: 11px !important;
  }
  /* :L8671 */
  .page-prequotequestions .border-top-grey2 {
    border-top: 2px solid #bebebe;
  }
  /* :L8675 */
  .page-prequotequestions #question121963 .col-xs-11 {
    font-size: 14px!important;
  }
}
/*END APNLD-8526*/

/* SLIDE 69 */

/* :L8683 */
/* :L8684 */
.page-quote .col-xs-3.text-right {
  padding-left: 0px;
}
/* :L8687 */
.page-quote #totaal-per-jaar-container > div.col-xs-4.col-md-6.text-right {
  padding-left: 0px;
}
@media only screen and (max-width: 400px) {
  /* :L8691 */
  /* :L8692 */
  .page-quote .totaal-field div.col-xs-4 {
    padding-left: 0px;
  }
  /* :L8697 */
  /* :L8698 */
  .page-quote #totaal-per-jaar-container .col-xs-8 {
    width: 60%;
  }
  /* :L8701 */
  .page-quote #totaal-per-jaar-container .col-xs-4 {
    width: 40%;
  }
  /* :L8705 */
  /* :L8706 */
  .page-quote div.gray-box-display .col-xs-4 {
    padding-left: 0px;
  }
}
/* :L8714 */
.page-quote .col-xs-4.col-md-6.text-right.font-weight-bold {
  padding-left: 0px;
}
/* :L8718 */
.page-quote #beroepsaansprakelijkheid {
  display: flex;
}
/* :L8721 */
.page-quote .main-overzicht-display-container {
  width: 100%;
  margin: 0px 0px;
}
/* :L8725 */
.page-quote .main-overzicht-display-container .title-overzicht-display-hiscox {
  color: #da291c;
  font-size: 18px;
  font-weight: bold;
}
/* :L8731 */
.page-quote .main-overzicht-display-container .row:first-child {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* :L8737 */
/* :L8738 */
/* :L8739 */
/* :L8740 */
@media only screen and (max-width: 345px) {
  .page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(3) .col-xs-12.font-weight-bold {
    width: 75%;
  }
}
/* :L8745 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(3) .col-xs-3.text-right {
  font-size: 10.5px;
  width: 33.33333%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1024px) {
  .page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(3) .col-xs-3.text-right {
    font-size: 14px;
  }
}
/* :L8758 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(4) {
  font-size: 10.5px;
}
@media only screen and (min-width: 1024px) {
  .page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(4) {
    font-size: 14px;
  }
}
/* :L8765 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(4) .col-xs-1.p-0 {
  width: 10px;
}
/* :L8769 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(4) .col-xs-3.text-right {
  padding-left: 0px;
}
/* :L8774 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(5) {
  font-size: 10.5px;
}
@media only screen and (min-width: 1024px) {
  .page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(5) {
    font-size: 14px;
  }
}
/* :L8781 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(5) .col-xs-1.p-0 {
  width: 10px;
}
/* :L8785 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(5) .col-xs-3.text-right {
  padding-left: 0px;
}
/* :L8790 */
/* :L8791 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(6) .col-xs-4.col-md-6.text-right {
  font-size: 10.5px;
}
@media only screen and (min-width: 1024px) {
  .page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(6) .col-xs-4.col-md-6.text-right {
    font-size: 14px;
  }
}
/* :L8799 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(7) {
  font-size: 10.5px;
}
@media only screen and (min-width: 1024px) {
  .page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(7) {
    font-size: 14px;
  }
}
/* :L8806 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(7) .col-xs-1.p-0 {
  width: 10px;
}
/* :L8810 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(7) .col-xs-3.text-right {
  padding-left: 0px;
}
/* :L8815 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(8) {
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(8) {
    font-size: 14px;
  }
}
/* :L8822 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(8) .col-xs-1.p-0 {
  width: 10px;
}
/* :L8826 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(8) .col-xs-3.text-right {
  padding-left: 0px;
}
/* :L8831 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(9) {
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(9) {
    font-size: 14px;
  }
}
/* :L8838 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(9) .col-xs-3.text-right {
  padding-left: 0px;
}
/* :L8843 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(10) {
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(10) {
    font-size: 14px;
  }
}
/* :L8850 */
.page-quote .main-overzicht-display-container .first-container-hiscox > div:nth-child(1) > div:nth-child(10) .col-xs-3.text-right {
  padding-left: 0px;
}
/* :L8856 */
.page-quote .main-overzicht-display-container .first-container-hiscox .hiscoxRadioInput {
  height: 25px;
  margin-bottom: 20px;
  text-align: right;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  font-size: 11px;
}
@media only screen and (max-width: 1024px) {
  .page-quote .main-overzicht-display-container .first-container-hiscox .hiscoxRadioInput {
    margin: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-quote .main-overzicht-display-container .first-container-hiscox .hiscoxRadioInput {
    font-size: 14px;
  }
}
/* :L8876 */
/* :L8877 */
.page-quote .main-overzicht-display-container .first-container-hiscox .hiscoxRadioInput input::after {
  font-size: 17px;
  transform: translate(-20px, 3px);
}
/* :L8882 */
.page-quote .main-overzicht-display-container .first-container-hiscox .hiscoxRadioInput input:focus {
  outline: unset;
}
/* :L8888 */
.page-quote .main-overzicht-display-container .first-container-hiscox .gray-box-display {
  padding: 3px 15px;
}
/* :L8892 */
/* :L8893 */
/* :L8894 */
.page-quote .main-overzicht-display-container .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) {
  padding: 0;
}
/* :L8897 */
.page-quote .main-overzicht-display-container .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) {
  display: block;
}
/* :L8901 */
/* :L8902 */
.page-quote .main-overzicht-display-container .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(6) > div:nth-child(4) {
  width: 100%;
}
/* :L8911 */
.page-quote .main-overzicht-display-container .total-display-container {
  border-top: 2px solid white;
  padding-top: 10px;
}
/* :L8916 */
.page-quote .main-overzicht-display-container .header-box-right,
.page-quote .main-overzicht-display-container .header-box-left {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #bebebe;
  padding-top: 10px;
}
/* :L8923 */
.page-quote .main-overzicht-display-container .header-box-right h3,
.page-quote .main-overzicht-display-container .header-box-left h3 {
  width: 100%;
}
/* :L8927 */
.page-quote .main-overzicht-display-container .header-box-right a,
.page-quote .main-overzicht-display-container .header-box-left a {
  font-size: 13px;
  text-decoration: underline;
}
/* :L8934 */
.page-quote .container-help-black {
  margin-top: 25px;
}
/* :L8938 */
.page-quote .payment-frequencies-cover-nb {
  margin-top: 25px;
}
/* :L8942 */
.page-quote #instanda-quote-content > div.quick-quote-main-container > div.container.main-overzicht-display-container > div > div:nth-child(1) > div > div.container > div:nth-child(2) > div:nth-child(4) > div.col-xs-3.text-right.hiscox-red,
.page-quote #instanda-quote-content > div.quick-quote-main-container > div.container.main-overzicht-display-container > div > div:nth-child(1) > div > div.container > div:nth-child(2) > div.row.mb-10.over-childs.bedrijfan-field > div.col-xs-3.text-right,
.page-quote #instanda-quote-content > div.quick-quote-main-container > div.container.main-overzicht-display-container > div > div:nth-child(1) > div > div.container > div:nth-child(2) > div.row.mb-10.over-childs.cyber-field > div.col-xs-3.text-right {
  position: absolute;
  right: 18px;
}
@media only screen and (max-width: 320px) {
  /* :L8978 */
  /* :L8979 */
  .page-quote div#totaal-per-jaar-container .col-xs-4.col-md-6.text-right {
    padding-left: 0;
  }
}
/* :L8985 */
@media only screen and (max-width: 1024px) {
  /* :L8986 */
  .page-quote .payment-frequencies-cover-nb {
    flex-direction: column;
  }
  /* :L8989 */
  .page-quote .payment-frequencies-cover-nb em {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1024px) and only screen and (min-width: 1024px) {
  .page-quote .payment-frequencies-cover-nb em {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  /* :L9000 */
  .page-quote .main-overzicht-display-container {
    margin: 0;
  }
  /* :L9004 */
  .page-quote .main-overzicht-display-container .title-overzicht-display-hiscox,
  .page-quote .totaal-field h4 {
    font-size: 16px;
  }
  /* :L9009 */
  .page-quote .bg-color-hscox-grey2.border-grey-hiscox.gray-box-display.col-xs-6.font-16 {
    font-size: 14px;
  }
  /* :L9013 */
  .page-quote .fa.fa-caret-right,
  .page-quote .fa.fa-caret-left {
    display: none;
  }
  /* :L9018 */
  .page-quote .main-overzicht-display-container .first-container-hiscox .hiscoxRadioInput input::after {
    font-size: 16px;
    transform: translate(-18px, 3px);
  }
  /* :L9026 */
  .page-quote .main-overzicht-display-container .first-container-hiscox .hiscoxRadioInput {
    margin-bottom: 0;
    margin-top: 0px;
  }
  /* :L9034 */
  /* :L9035 */
  .page-quote div#totaal-per-jaar-container h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  /* :L9043 */
  .page-quote .main-overzicht-display-container {
    margin: 0;
  }
  /* :L9047 */
  .page-quote .second-container-overzicht-display-hiscox {
    margin-top: 20px;
  }
}
/*APNLD-1037 (GuilhermeHiscoxNL)*/

/* :L9054 */
.microcopyQD {
  float: right;
  padding-right: 196px;
}
@media only screen and (max-width: 767px) {
  .microcopyQD {
    padding-right: 185px;
  }
}
/* :L9063 */
.microcopyQDtext {
  position: absolute;
  margin-top: 35px;
}
@media only screen and (max-width: 577px) {
  .microcopyQDtext {
    margin-top: 45px;
  }
}
/* :L9072 */
div#WaitingOpaqueBox {
  margin-bottom: 30px;
}
/*APNLD-1032*/

/* :L9077 */
/* :L9078 */
.page-quote .pull-right {
  display: flex;
}
/* :L9081 */
.page-quote .logoHeader {
  display: none;
}
/* :L9084 */
.page-quote div#logosSection {
  display: none;
}
/* :L9089 */
/* :L9090 */
.page-quote a#emailQuoteLinkLink {
  color: #da291c;
  /* padding: 6px;*/

}
/* :L9096 */
.page-quote .row.quote-email-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
/* :L9103 */
.page-quote .quote-email-col {
  text-align: center;
}
/* :L9107 */
.page-quote #quote-content-form > div.container > div > div {
  margin-top: 0px !important;
}
/* :L9112 */
.page-quote button.quote-email-button {
  background-color: white;
  padding: 6px 12px;
  margin-right: 5px;
  border-color: #da291c;
  border: 1px solid #da291c;
  outline: 1px solid #da291c;
}
@media only screen and (max-width: 576px) {
  /* :L9122 */
  .page-quote #backButton,
  .page-quote button#continueButton,
  .page-quote button.instanda-button.instanda-quote-button.btn.btn-primary,
  .page-quote .pull-right #continueButton {
    width: 147px;
  }
  /* :L9128 */
  .page-quote button.quote-email-button {
    height: 40px;
    font-weight: bold;
    padding: 4.7px 6px 7.7px 6px;
    margin-bottom: 4px;
  }
  /* :L9134 */
  .page-quote .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    display: flex;
    /*flex-direction: column; APNLD-3152*/
    align-items: center;
  }
  /* :L9139 */
}
@media only screen and (max-width: 370px) {
  /* :L9145 */
  .page-quote button.quote-email-button {
    margin-right: 0px;
  }
  /* :L9148 */
  .page-quote .pull-right {
    display: flex;
    flex-direction: column;
  }
  /* :L9152 */
  .page-quote .microcopyQDtext {
    margin-top: 125px;
  }
}
@media only screen and (max-width: 380px) {
  /* :L9157 */
  .page-quote #backButton,
  .page-quote button#continueButton,
  .page-quote button.instanda-button.instanda-quote-button.btn.btn-primary,
  .page-quote .pull-right #continueButton {
    width: 147px;
  }
}
@media only screen and (max-width: 320px) {
  /* :L9165 */
  .page-quote #backButton,
  .page-quote button#continueButton,
  .page-quote button.instanda-button.instanda-quote-button.btn.btn-primary,
  .page-quote .pull-right #continueButton {
    width: 159px;
  }
}
/* :L9172 */
.page-quote .emailSentBox {
  /*border: 2px solid #1c8dff;*/
  padding: 15px;
}
/* :L9176 */
.page-quote .emailBoxContainer {
  display: flex;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  /* :L9183 */
  .page-quote .emailBoxContainer {
    padding: 0px;
  }
}
/*APNLD-3152*/

/* :L9190 */
/* :L9191 */
.created-from-newbusiness.page-quote .col-xs-10.col-md-7.quote-display-first-container {
  margin-bottom: 10px;
}
/* :L9194 */
.created-from-newbusiness.page-quote .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  pointer-events: none;
}
/* :L9197 */
.created-from-newbusiness.page-quote #backButton,
.created-from-newbusiness.page-quote .pull-right {
  pointer-events: auto;
}
@media screen and (min-width: 601px) {
  /* :L9201 */
  .created-from-newbusiness.page-quote .row.quote-email-row {
    margin-bottom: -32px !important;
  }
}
/* :L9208 */
/* :L9209 */
/* :L9210 */
.page-quote .row.mb-10.over-childs.cyber-field .col-xs-8.col-md-6 {
  font-size: 14px;
  font-weight: 700;
  color: black;
}
@media only screen and (max-width: 991px) {
  /* :L9218 */
  /* :L9219 */
  .page-quote .verzekeringsgegevens-first-child-container > div.row > div:nth-child(2),
  .page-quote .verzekeringsgegevens-first-child-container > div:nth-child(3) > div:nth-child(2) > div > div {
    color: #db4b20;
  }
  /* :L9223 */
  .page-quote .verzekeringsgegevens-first-child-container > div.row > div:nth-child(2) div.row > div:nth-child(1),
  .page-quote .verzekeringsgegevens-first-child-container > div:nth-child(3) > div:nth-child(2) > div > div div.row > div:nth-child(1) {
    color: #db4b20;
  }
  /* :L9229 */
  /* :L9230 */
  .page-quote .contactInformation > div.row > div:nth-child(2),
  .page-quote .mainUBO > div.row > div:nth-child(2),
  .page-quote .additionalUBO > div.row > div:nth-child(2),
  .page-quote .contactInformation > div:nth-child(3) > div:nth-child(2) > div > div,
  .page-quote .mainUBO > div:nth-child(3) > div:nth-child(2) > div > div,
  .page-quote .additionalUBO > div:nth-child(3) > div:nth-child(2) > div > div {
    color: #db4b20;
  }
}
/* :L9237 */
.page-quote #effectiveDateWarning {
  display: none;
  margin: auto;
  width: 75%;
}
/*APNLD-8526 GuilhermeRodriguesNL 19/05/2025*/

/* :L9246 */
@media only screen and (max-width: 576px) {
  /* :L9248 */
  .page-quote .fs-14 {
    font-size: 14px !important;
  }
  /* :L9251 */
  .page-quote .fs-12 {
    font-size: 12px !important;
  }
  /* :L9254 */
  .page-quote .fs-11 {
    font-size: 11px !important;
  }
  /* :L9258 */
  .page-quote .d-flex-spaced-b {
    border-bottom: solid 2px #bebebe;
  }
  /* :L9262 */
  .page-quote .border-top-grey2 {
    border-top: none;
  }
  /* :L9266 */
  .page-quote .main-overzicht-display-container .header-box-left {
    border-bottom: 2px solid #bebebe;
  }
  /* :L9270 */
  .page-quote .main-overzicht-display-container .header-box-right {
    border-bottom: 2px solid #bebebe;
  }
}
/* :L9277 */
@media only screen and (max-width: 576px) {
  /* :L9279 */
  /* :L9280 */
  .created-from-newbusiness.page-quote .hiscoxRadioInput em {
    font-style: normal;
  }
  /* :L9284 */
  .created-from-newbusiness.page-quote #quote-content-form > div.container > div > div {
    position: relative;
    top: -55px;
    flex-direction: column;
  }
  /* :L9288 */
  .created-from-newbusiness.page-quote #quote-content-form > div.container > div > div .back-to-edit-quote-container {
    width: 100%;
    margin-bottom: 52px;
  }
  /* :L9293 */
  .created-from-newbusiness.page-quote #backButton {
    width: 100%;
    border: 1px solid #da291c;
    outline: 1px solid #da291c;
  }
  /* :L9298 */
  .created-from-newbusiness.page-quote div:has(> button#continueButton) {
    width: 100%;
  }
  /* :L9301 */
  .created-from-newbusiness.page-quote button#continueButton {
    width: 100%!important;
  }
  /* :L9304 */
  .created-from-newbusiness.page-quote .microcopyQD {
    width: 100%;
  }
  /* :L9307 */
  .created-from-newbusiness.page-quote .microcopyQDtext {
    margin-top: 90px;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-right: 15px;
  }
  /* :L9315 */
  .created-from-newbusiness.page-quote .quote-email-col {
    width: 100%;
    position: relative;
    top: 45px;
  }
  /* :L9319 */
  .created-from-newbusiness.page-quote .quote-email-col .quote-email-button {
    width: 100%;
  }
  /* :L9324 */
  .created-from-newbusiness.page-quote div:has(> div.d-flex-spaced-b) {
    padding: 0px;
    padding-right: 15px;
  }
  /* :L9328 */
  .created-from-newbusiness.page-quote .hiscoxRadioInput {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 12px !important;
    text-align: left;
    margin-left: 15px!important;
    display: block;
    font-style: normal!important;
  }
}
/* :L9340 */
.help-text-hiscox {
  color: black !important;
  background-color: #f4f4f4 !important;
}
/*END APNLD-8526*/

/* :L9345 */
@media only screen and (max-width: 902px) {
  /* :L9347 */
  .page-quote .col-xs-10 {
    width: 100%;
  }
}
/* :L9351 */
/* :L9352 */
.page-quote .group-mta .architect.col-xs-6.text-right {
  font-weight: bold;
  color: #da291c;
}
/* :L9360 */
/* :L9362 */
.page-quote.created-from-selfrenewal #totaal-per-jaar-huidige-container,
.page-quote.created-from-mta #totaal-per-jaar-huidige-container {
  justify-content: left;
}
/* :L9366 */
.page-quote.created-from-selfrenewal .mb-10.over-childs.no-space-below,
.page-quote.created-from-mta .mb-10.over-childs.no-space-below {
  margin-bottom: 0px;
}
/* :L9369 */
.page-quote.created-from-selfrenewal .col-xs-11.col-md-6.pl-5.pr-0,
.page-quote.created-from-mta .col-xs-11.col-md-6.pl-5.pr-0 {
  width: 66.66667%;
}
@media only screen and (min-width: 992px) {
  .page-quote.created-from-selfrenewal .col-xs-11.col-md-6.pl-5.pr-0,
  .page-quote.created-from-mta .col-xs-11.col-md-6.pl-5.pr-0 {
    width: 100%;
  }
}
/* :L9375 */
.page-quote.created-from-selfrenewal .quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(3) > div:nth-child(2),
.page-quote.created-from-mta .quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(3) > div:nth-child(2) {
  margin-bottom: 0px;
}
/* :L9379 */
.page-quote.created-from-selfrenewal .col-xs-3.text-right.new-value,
.page-quote.created-from-mta .col-xs-3.text-right.new-value {
  font-weight: bold;
}
/* :L9382 */
/* :L9383 */
.page-quote.created-from-selfrenewal #totaal-per-jaar-container .col-xs-6.col-md-6,
.page-quote.created-from-mta #totaal-per-jaar-container .col-xs-6.col-md-6 {
  width: 70%;
}
/* :L9387 */
.page-quote.created-from-selfrenewal .architect.col-xs-6.text-right,
.page-quote.created-from-mta .architect.col-xs-6.text-right {
  font-weight: normal;
}
/* :L9390 */
.page-quote.created-from-selfrenewal .architect.col-xs-6.text-right.new-value,
.page-quote.created-from-mta .architect.col-xs-6.text-right.new-value {
  font-weight: bold;
}
/* :L9393 */
/* :L9394 */
.page-quote.created-from-selfrenewal .group-mta .architect.col-xs-6.text-right,
.page-quote.created-from-mta .group-mta .architect.col-xs-6.text-right {
  font-weight: bold;
}
@media only screen and (max-width: 465px) {
  /* :L9400 */
  .page-quote.created-from-selfrenewal .d-flex-spaced-b,
  .page-quote.created-from-mta .d-flex-spaced-b {
    flex-direction: column;
  }
  /* :L9403 */
  .page-quote.created-from-selfrenewal .col-xs-4.col-md-6.text-right,
  .page-quote.created-from-mta .col-xs-4.col-md-6.text-right {
    padding-left: 0px;
  }
  /* :L9406 */
  .page-quote.created-from-selfrenewal .col-xs-10.col-md-7:first-of-type .first-container-hiscox,
  .page-quote.created-from-mta .col-xs-10.col-md-7:first-of-type .first-container-hiscox {
    font-size: 90%;
  }
  /* :L9409 */
  .page-quote.created-from-selfrenewal .col-xs-6,
  .page-quote.created-from-mta .col-xs-6 {
    /* width: 50%; */
    width: 75%;
  }
  /* :L9413 */
  .page-quote.created-from-selfrenewal .group-mta.border-grey-hiscox,
  .page-quote.created-from-mta .group-mta.border-grey-hiscox {
    font-size: 90%;
  }
}
/* :L9420 */
.page-quote.created-from-selfrenewal .navigationArrowBar,
.page-quote.created-from-mta .navigationArrowBar {
  display: flex;
  background-color: black;
  justify-content: space-around;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 45px;
}
/* :L9428 */
.page-quote.created-from-selfrenewal .navigationArrowBar .selectedDiv,
.page-quote.created-from-mta .navigationArrowBar .selectedDiv {
  background-color: red;
}
/* :L9431 */
.page-quote.created-from-selfrenewal .navigationArrowBar .selectedDiv:not(:last-child):after,
.page-quote.created-from-mta .navigationArrowBar .selectedDiv:not(:last-child):after {
  content: "";
  position: absolute;
  right: -24px;
  border-style: solid;
  border-width: 25px 0 25px 24.3px;
  border-color: transparent transparent transparent red;
}
/* :L9441 */
.page-quote.created-from-selfrenewal .navigationArrowBar > div,
.page-quote.created-from-mta .navigationArrowBar > div {
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* :L9449 */
.page-quote.created-from-selfrenewal .navigationArrowBar > div > span,
.page-quote.created-from-mta .navigationArrowBar > div > span {
  vertical-align: middle;
}
/* :L9455 */
/* :L9456 */
/* :L9457 */
/* :L9458 */
/* :L9459 */
/* :L9460 */
.page-quote.created-from-selfrenewal .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(5),
.page-quote.created-from-mta .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) {
  padding: 0;
}
/* :L9462 */
.page-quote.created-from-selfrenewal .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2),
.page-quote.created-from-mta .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) {
  color: #da291c;
}
/* :L9466 */
/* :L9467 */
.page-quote.created-from-selfrenewal .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(8) > div:nth-child(2),
.page-quote.created-from-mta .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(8) > div:nth-child(2) {
  color: #da291c;
}
/* :L9476 */
/* :L9477 */
.page-quote.created-from-selfrenewal .group-mta .group-mta .text-right.hiscox-red,
.page-quote.created-from-mta .group-mta .group-mta .text-right.hiscox-red {
  font-weight: bold;
}
/* :L9482 */
/* :L9483 */
.page-quote.created-from-selfrenewal .group-mta .first-container-hiscox .header-box-left,
.page-quote.created-from-mta .group-mta .first-container-hiscox .header-box-left {
  border-bottom: 1px solid #bebebe;
  padding-top: 10px;
}
/* :L9487 */
.page-quote.created-from-selfrenewal .group-mta .first-container-hiscox .header-box-left h3,
.page-quote.created-from-mta .group-mta .first-container-hiscox .header-box-left h3 {
  width: 100%;
}
/* :L9491 */
.page-quote.created-from-selfrenewal .group-mta .first-container-hiscox .header-box-left a,
.page-quote.created-from-mta .group-mta .first-container-hiscox .header-box-left a {
  font-size: 13px;
  text-decoration: underline;
}
/* :L9497 */
.page-quote.created-from-selfrenewal .group-mta .first-container-hiscox .header-box-right,
.page-quote.created-from-mta .group-mta .first-container-hiscox .header-box-right {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #bebebe;
  padding-top: 10px;
}
/* :L9504 */
.page-quote.created-from-selfrenewal .group-mta .first-container-hiscox .cols-hiscox-6,
.page-quote.created-from-mta .group-mta .first-container-hiscox .cols-hiscox-6 {
  margin-top: 30px;
}
/* :L9507 */
.page-quote.created-from-selfrenewal .group-mta .first-container-hiscox .cols-hiscox-6 > div:nth-child(1),
.page-quote.created-from-mta .group-mta .first-container-hiscox .cols-hiscox-6 > div:nth-child(1) {
  width: 66.66666667%;
  margin-bottom: 15px;
}
/* :L9511 */
.page-quote.created-from-selfrenewal .group-mta .first-container-hiscox .cols-hiscox-6 > div:nth-child(2),
.page-quote.created-from-mta .group-mta .first-container-hiscox .cols-hiscox-6 > div:nth-child(2) {
  width: 33.33333333%;
}
/* :L9516 */
/* :L9517 */
.page-quote.created-from-selfrenewal .group-mta .first-container-hiscox #old-annual-field > div:nth-child(2),
.page-quote.created-from-mta .group-mta .first-container-hiscox #old-annual-field > div:nth-child(2) {
  color: #da291c;
}
/* :L9522 */
.page-quote.created-from-selfrenewal .group-mta .first-container-hiscox .sub-title-mta,
.page-quote.created-from-mta .group-mta .first-container-hiscox .sub-title-mta {
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: space-between;
}
/* :L9530 */
.page-quote.created-from-selfrenewal .group-mta .title-overzicht-display-hiscox,
.page-quote.created-from-mta .group-mta .title-overzicht-display-hiscox {
  color: #da291c;
  font-size: 18px;
  font-weight: bold;
}
/* :L9536 */
.page-quote.created-from-selfrenewal .group-mta .hiscox-red,
.page-quote.created-from-mta .group-mta .hiscox-red {
  color: #da291c;
}
/* :L9540 */
.page-quote.created-from-selfrenewal .group-mta .pl-20,
.page-quote.created-from-mta .group-mta .pl-20 {
  padding-left: 20px;
}
/* :L9544 */
.page-quote.created-from-selfrenewal .group-mta .quote-display-old-paymfreq,
.page-quote.created-from-mta .group-mta .quote-display-old-paymfreq {
  pointer-events: none;
  opacity: 0.5;
}
/* :L9550 */
.page-quote.created-from-selfrenewal .group-mta,
.page-quote.created-from-mta .group-mta {
  display: flex;
}
/* :L9553 */
.page-quote.created-from-selfrenewal .group-mta .override-mta,
.page-quote.created-from-mta .group-mta .override-mta {
  width: 120px;
  margin-top: 150px;
}
/* :L9558 */
.page-quote.created-from-selfrenewal .group-mta .first-container-hiscox,
.page-quote.created-from-mta .group-mta .first-container-hiscox {
  width: 100%;
}
/* :L9562 */
.page-quote.created-from-selfrenewal .group-mta label,
.page-quote.created-from-mta .group-mta label {
  display: none;
}
/* :L9566 */
.page-quote.created-from-selfrenewal .group-mta span.input-group-addon.instanda-number-prefix,
.page-quote.created-from-mta .group-mta span.input-group-addon.instanda-number-prefix {
  background: transparent;
}
/* :L9570 */
/* :L9571 */
.page-quote.created-from-selfrenewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_PL_per_claim,
.page-quote.created-from-mta .group-mta .instanda-number-input.instanda-question-input #MTA_Override_PL_per_claim,
.page-quote.created-from-selfrenewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_PL_per_year,
.page-quote.created-from-mta .group-mta .instanda-number-input.instanda-question-input #MTA_Override_PL_per_year,
.page-quote.created-from-selfrenewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Deductible,
.page-quote.created-from-mta .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Deductible,
.page-quote.created-from-selfrenewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Tax,
.page-quote.created-from-mta .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Tax {
  box-shadow: none;
  border-color: lightgray;
  height: 35px;
  padding: 0;
}
/* :L9580 */
.page-quote.created-from-selfrenewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Total,
.page-quote.created-from-mta .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Total {
  box-shadow: none;
  border-color: lightgray;
  height: 36px;
  padding: 0;
}
/* :L9588 */
.page-quote.created-from-selfrenewal .group-mta input,
.page-quote.created-from-mta .group-mta input {
  border-left: none;
}
/* :L9591 */
.page-quote.created-from-selfrenewal .group-mta .instanda-text-question.form-group.row,
.page-quote.created-from-mta .group-mta .instanda-text-question.form-group.row {
  margin-bottom: 0;
}
/* :L9595 */
.page-quote.created-from-selfrenewal .group-mta #question121945,
.page-quote.created-from-mta .group-mta #question121945 {
  margin-top: 110px;
}
/* :L9599 */
.page-quote.created-from-selfrenewal .group-mta #question121943,
.page-quote.created-from-mta .group-mta #question121943 {
  margin-top: 25px;
}
/* :L9604 */
.page-quote.created-from-selfrenewal div.header-box-left,
.page-quote.created-from-mta div.header-box-left {
  display: flex;
  flex-direction: column;
}
/* :L9609 */
.page-quote.created-from-selfrenewal .second-container-portal,
.page-quote.created-from-mta .second-container-portal {
  margin-top: 25px;
}
/* :L9613 */
/* :L9614 */
.page-quote.created-from-selfrenewal .Uw-verzekering-container.overzicht-display-child-hiscox .container.border-top-grey2,
.page-quote.created-from-mta .Uw-verzekering-container.overzicht-display-child-hiscox .container.border-top-grey2 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
/* :L9621 */
.page-quote.created-from-selfrenewal .col-xs-3.col-md-6.text-right.hiscox-red,
.page-quote.created-from-mta .col-xs-3.col-md-6.text-right.hiscox-red,
.page-quote.created-from-selfrenewal .col-xs-4.col-md-6.text-right,
.page-quote.created-from-mta .col-xs-4.col-md-6.text-right,
.page-quote.created-from-selfrenewal .col-xs-6.text-right,
.page-quote.created-from-mta .col-xs-6.text-right {
  position: absolute;
  right: 20px;
}
/* :L9628 */
/* :L9629 */
.page-quote.created-from-selfrenewal .group-mta .col-xs-4.col-md-6.text-right.hiscox-red,
.page-quote.created-from-mta .group-mta .col-xs-4.col-md-6.text-right.hiscox-red,
.page-quote.created-from-selfrenewal .group-mta .col-xs-4.col-md-6.text-right,
.page-quote.created-from-mta .group-mta .col-xs-4.col-md-6.text-right,
.page-quote.created-from-selfrenewal .group-mta .col-xs-6.text-right.hiscox-red,
.page-quote.created-from-mta .group-mta .col-xs-6.text-right.hiscox-red,
.page-quote.created-from-selfrenewal .group-mta .col-xs-3.col-md-6.text-right.hiscox-red,
.page-quote.created-from-mta .group-mta .col-xs-3.col-md-6.text-right.hiscox-red,
.page-quote.created-from-selfrenewal .group-mta .font-weight-bold,
.page-quote.created-from-mta .group-mta .font-weight-bold {
  font-weight: bold;
  color: #da291c;
}
/* :L9637 */
.page-quote.created-from-selfrenewal .group-mta .paym-freq,
.page-quote.created-from-mta .group-mta .paym-freq {
  display: none;
}
/* :L9640 */
/* :L9641 */
.page-quote.created-from-selfrenewal .group-mta .row.mb-10.over-childs.bedrijfan-field > div:first-child,
.page-quote.created-from-mta .group-mta .row.mb-10.over-childs.bedrijfan-field > div:first-child {
  color: black;
}
@media only screen and (max-width: 320px) {
  /* :L9648 */
  /* :L9649 */
  .page-quote.created-from-selfrenewal div#totaal-per-jaar-huidige-container > div:nth-child(2),
  .page-quote.created-from-mta div#totaal-per-jaar-huidige-container > div:nth-child(2) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 576px) {
  /* :L9656 */
  .page-quote.created-from-selfrenewal h4,
  .page-quote.created-from-mta h4 {
    font-size: 16px;
  }
  /* :L9659 */
  .page-quote.created-from-selfrenewal .Uw-verzekering-container,
  .page-quote.created-from-mta .Uw-verzekering-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* :L9666 */
  .page-quote.created-from-selfrenewal .main-overzicht-display-container,
  .page-quote.created-from-mta .main-overzicht-display-container {
    display: flex;
    justify-content: center;
  }
  /* :L9669 */
  .page-quote.created-from-selfrenewal .main-overzicht-display-container .row:first-child,
  .page-quote.created-from-mta .main-overzicht-display-container .row:first-child {
    width: 100%;
  }
  /* :L9673 */
  .page-quote.created-from-selfrenewal .group-mta,
  .page-quote.created-from-mta .group-mta {
    margin-top: 20px;
  }
  /* :L9676 */
  .page-quote.created-from-selfrenewal .content-container-mta,
  .page-quote.created-from-mta .content-container-mta {
    flex-direction: column;
  }
  /* :L9679 */
  .page-quote.created-from-selfrenewal h4,
  .page-quote.created-from-mta h4 {
    font-size: 16px;
  }
}
/* Only Renewal */

/* :L9687 */
/* :L9688 */
.page-quote.created-from-selfrenewal .container.main-overzicht-display-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* :L9693 */
.page-quote.created-from-selfrenewal .container.main-overzicht-display-container .header-box-left {
  display: block;
}
/* :L9696 */
/* :L9697 */
.page-quote.created-from-selfrenewal .container.main-overzicht-display-container .Uw-verzekering-container.overzicht-display-child-hiscox .container.border-top-grey2 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
/* :L9704 */
.page-quote.created-from-selfrenewal .row.new-value.over-childs.totaal-field {
  flex-direction: column;
}
/* :L9707 */
.page-quote.created-from-selfrenewal .row.mb-10.over-childs {
  flex-direction: column;
}
/* :L9710 */
.page-quote.created-from-selfrenewal .row.over-childs.totaal-field {
  flex-direction: column;
}
/* :L9713 */
.page-quote.created-from-selfrenewal div#beroepsaansprakelijkheid {
  color: black;
}
/* :L9716 */
/* :L9717 */
.page-quote.created-from-selfrenewal .row.mb-10.over-childs.bedrijfan-field > div:first-child {
  color: black;
  font-weight: bold;
}
/* :L9722 */
.page-quote.created-from-selfrenewal .col-xs-11.col-md-6.pl-5.pr-0 {
  width: 92%;
}
/* :L9725 */
.page-quote.created-from-selfrenewal button.quote-email-button {
  display: none;
}
/*APNLD-3152*/

/* :L9731 */
/* :L9733 */
/* :L9734 */
.page-quote.created-from-renewal .col-xs-10.col-md-7 .first-container-hiscox.border-grey-hiscox,
.page-quote.created-from-selfrenewal .col-xs-10.col-md-7 .first-container-hiscox.border-grey-hiscox {
  margin-bottom: 10px;
}
/* :L9740 */
/* :L9741 */
/* :L9742 */
.created-from-mta .col-xs-10.col-md-7:first-of-type .first-container-hiscox {
  margin-bottom: 10px;
}
/*END APNLD-3152*/

/*APNLD-8526 GuilhermeRodriguesNL 20/05/2025*/

@media only screen and (max-width: 576px) {
  /* :L9752 */
  .Uw-verzekering-container .col-xs-10 {
    padding-right: 15px;
  }
  /* :L9756 */
  #assurantiebelasting {
    color: black!important;
  }
  /* :L9760 */
  #eigen-risico {
    color: black!important;
  }
  /* :L9763 */
  /* :L9764 */
  .page-quote.created-from-mta .Uw-verzekering-container .col-md-6 {
    width: 75%;
  }
  /* :L9768 */
  /* :L9769 */
  .hide-security-covers #beroepsaansprakelijkheid,
  .hide-architect-covers #beroepsaansprakelijkheid {
    width: auto;
  }
  /* :L9771 */
  .hide-security-covers #beroepsaansprakelijkheid .col-xs-12,
  .hide-architect-covers #beroepsaansprakelijkheid .col-xs-12 {
    width: 66.666667%;
    color: black!important;
  }
  /* :L9775 */
  .hide-security-covers #beroepsaansprakelijkheid .col-md-6,
  .hide-architect-covers #beroepsaansprakelijkheid .col-md-6 {
    width: 75%;
  }
  /* :L9778 */
  .hide-security-covers #beroepsaansprakelijkheid .text-right,
  .hide-architect-covers #beroepsaansprakelijkheid .text-right {
    width: 33.33333%;
  }
  /* :L9783 */
  #beroepsaansprakelijkheid {
    color: black;
  }
  /* :L9786 */
  #beroepsaansprakelijkheid .col-xs-12.font-weight-bold.fs-14 {
    color: black;
  }
  /* :L9790 */
  #beroepsaansprakelijkheid .col-xs-3.col-md-6.text-right.font-weight-bold.fs-11 {
    width: 25%;
    /* margin-right: 0px; */
    /* margin-left: auto; */
    /* padding-right: 0px; */
    position: absolute;
    right: 20px;
  }
  /* :L9799 */
  .group-mta .first-container-hiscox .header-box-right {
    border-bottom: solid 2px #bebebe !important;
  }
}
/* :L9803 */
@media only screen and (max-width: 576px) {
  /* :L9806 */
  .page-quote.created-from-mta .col-xs-12.col-sm-12.col-md-12.col-lg-12,
  .page-quote.created-from-selfrenewal .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    display: flex;
    padding-left: 0px;
  }
  /* :L9810 */
  .page-quote.created-from-mta .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-left,
  .page-quote.created-from-selfrenewal .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-left {
    flex-grow: 1;
  }
  /* :L9814 */
  .page-quote.created-from-mta .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right,
  .page-quote.created-from-selfrenewal .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right {
    position: relative;
    right: -20px;
  }
}
/* :L9822 */
@media only screen and (max-width: 576px) {
  /* :L9825 */
  .page-quote.created-from-selfrenewal .col-xs-8 {
    width: 75%;
  }
  /* :L9829 */
  /* :L9830 */
  .page-quote.created-from-selfrenewal div:has(> div#beroepsaansprakelijkheid) #beroepsaansprakelijkheid {
    width: 66.66667;
  }
  /* :L9833 */
  .page-quote.created-from-selfrenewal div:has(> div#beroepsaansprakelijkheid) .text-right {
    position: absolute;
    right: 20px;
  }
  /* :L9839 */
  .page-quote.created-from-selfrenewal .security .text-right {
    font-weight: normal;
  }
  /* :L9842 */
  .page-quote.created-from-selfrenewal .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    display: flex;
    padding-left: 0px;
  }
  /* :L9846 */
  .page-quote.created-from-selfrenewal .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-left {
    flex-grow: 1;
  }
  /* :L9850 */
  .page-quote.created-from-selfrenewal .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right {
    position: relative;
    right: 16px;
  }
  /* :L9854 */
  .page-quote.created-from-selfrenewal .col-xs-12.col-sm-12.col-md-12.col-lg-12 #backButton {
    left: 30px;
    position: relative;
  }
}
/*.page-quote.created-from-selfrenewal,
.page-quote.created-from-mta {
  @media only screen and (max-width: 576px) {
  
    #backButton{
    width: 100%;
    border: 1px solid #da291c;
    outline: 1px solid #da291c; 
  }
    .main-overzicht-display-container{
  .container:last-of-type {
    width:100%;
    > div{
      width:auto;
      .col-xs-12{
        flex-direction:column
      }
    }
    .back-to-edit-quote-container{
      width:100%;
      margin-bottom:7px;
    }
    .pull-right{
      width:100%;
    }
  }
    }
  button#continueButton{
    width:100%!important;
  }
}
}*/

/*END APNLD-8526*/

/* SLIDE 70 */

/* :L9897 */
/* :L9898 */
.page-postquotequestions .instanda-post-quote-questions {
  border: 1px solid #bebebe;
  margin: 0px 50px;
  padding: 0 25px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  /* Take all background colors */

  /* All links to Red color */

  /* Change color of the Bullet to Red */

  /* ul {
      ::marker {
        color: @hiscoxRed;
      }
    }*/

  /* added by ritaeveris APNLD-832 02/11/2021 */

  /* Confirmation box end of page */

}
/* :L9907 */
.page-postquotequestions .instanda-post-quote-questions .instanda-container-fluid {
  background: transparent;
  margin: 0;
}
/* :L9913 */
.page-postquotequestions .instanda-post-quote-questions a {
  color: #da291c;
}
/* :L9926 */
/* :L9927 */
.page-postquotequestions .instanda-post-quote-questions div.documents-post-quote-hiscox ul ::marker {
  color: #da291c;
}
/* :L9933 */
.page-postquotequestions .instanda-post-quote-questions #question121484 {
  border: 2px solid #bebebe;
  margin-top: 15px;
  /*> div:nth-child(2) {
        margin-bottom: 10px;
        margin-left: -17px;
      }*/

}
/* :L9937 */
.page-postquotequestions .instanda-post-quote-questions #question121484 > div:nth-child(1) {
  display: flex;
}
/* :L9940 */
.page-postquotequestions .instanda-post-quote-questions #question121484 > div:nth-child(1) span {
  color: #5f5f5f;
}
/* :L9951 */
/* :L9953 */
.page-postquotequestions .post-quote-main-container .navigationArrowBar {
  display: flex;
  background-color: black;
  justify-content: space-around;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 45px;
}
/* :L9961 */
.page-postquotequestions .post-quote-main-container .navigationArrowBar .selectedDiv {
  background-color: red;
}
/* :L9964 */
.page-postquotequestions .post-quote-main-container .navigationArrowBar .selectedDiv:not(:last-child):after {
  content: "";
  position: absolute;
  right: -24px;
  border-style: solid;
  border-width: 25px 0 25px 24.3px;
  border-color: transparent transparent transparent red;
}
/* :L9974 */
.page-postquotequestions .post-quote-main-container .navigationArrowBar > div {
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* :L9982 */
.page-postquotequestions .post-quote-main-container .navigationArrowBar > div > span {
  vertical-align: middle;
}
/* :L9989 */
.page-postquotequestions .tooltip-parent {
  position: relative;
}
/* :L9991 */
.page-postquotequestions .tooltip-parent .tooltip-child {
  opacity: 0;
  position: absolute;
  padding: 15px;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.15);
  right: 0;
  top: 35px;
  background: black;
  transition: 0.3s ease all;
  color: white;
  /* z-index:1; */

}
/* :L10003 */
/* :L10004 */
.page-postquotequestions .tooltip-parent:hover .tooltip-child {
  opacity: 1;
  top: 15px;
}
/* :L10012 */
.page-postquotequestions a[href*="pdf"]::before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-size: 12pt;
  margin-right: 5px;
}
/* :L10020 */
.page-postquotequestions .red-underline {
  background-color: transparent;
  color: #da291c;
}
/* :L10025 */
.page-postquotequestions #accordion button {
  background-color: transparent;
  color: #da291c;
  outline: none;
  padding: 0;
}
/* :L10032 */
.page-postquotequestions #collapseOne,
.page-postquotequestions #collapseTwo {
  background-color: lightgray;
}
/* :L10037 */
/* :L10038 */
/* :L10039 */
/* :L10040 */
.page-postquotequestions .instanda-well:last-child > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
  display: none;
}
/* :L10047 */
.page-postquotequestions #collapseContainer,
.page-postquotequestions #verklaringenContainer {
  /* added by ritaeveris APNLD-855 */
  color: gray;
  font-size: 13px;
  background-color: #80808026;
  padding: 10px;
  padding-left: 40px;
}
@media only screen and (max-width: 576px) {
  /* :L10058 */
  .page-postquotequestions .instanda-well {
    font-size: 13px;
  }
  /* :L10061 */
  .page-postquotequestions h3.title-label-hiscox {
    font-size: 16px;
  }
  /* :L10064 */
  .page-postquotequestions .first-container-post-quote,
  .page-postquotequestions .documents-post-quote-hiscox ul li a,
  .page-postquotequestions .second-container-post-quote-hiscox,
  .page-postquotequestions .declarations-post-quote-hiscox,
  .page-postquotequestions .hiscox-grey-box.confirmation-post-quote-hiscox,
  .page-postquotequestions #accordion button {
    font-size: 14px;
  }
  /* :L10072 */
  .page-postquotequestions .instanda-upper-content {
    display: none;
  }
  /* :L10075 */
  .page-postquotequestions .instanda-post-quote-questions {
    width: 90%;
    padding: 0 10px;
  }
  /* :L10079 */
  .page-postquotequestions #accordion button {
    white-space: break-spaces;
    text-align: left;
    font-size: 14px;
  }
  /* :L10085 */
  /* :L10086 */
  .page-postquotequestions .instanda-main-content-container .pull-right button {
    width: 160px;
    height: 40px;
    font-weight: bold;
  }
  /* :L10090 */
  .page-postquotequestions .instanda-main-content-container .pull-right button > i {
    margin-left: 5px;
  }
  /* :L10095 */
  .page-postquotequestions div.pull-right #instandaquestions > div.container {
    padding: 15px;
    margin-top: 30px;
  }
  /* :L10099 */
  .page-postquotequestions .fa.fa-caret-right,
  .page-postquotequestions .fa.fa-caret-left {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* :L10106 */
  .page-postquotequestions .instanda-post-quote-questions {
    width: 90%;
  }
  /* :L10109 */
  .page-postquotequestions #instandaquestions > div.container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* :L10114 */
@media only screen and (max-width: 768px) {
  /* :L10116 */
  /* :L10119 */
  .page-postquotequestions .instanda-well .instanda-questionHeader ul {
    padding-left: 18px;
  }
  /* :L10123 */
  /* :L10124 */
  .page-postquotequestions .instanda-well .instanda-questionHeader .documents-post-quote-hiscox ul {
    padding-left: 0px;
  }
}
/* :L10132 */
.page-postquotequestions #verklaringenContainer {
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  /* :L10136 */
  .page-postquotequestions #verklaringenContainer > div {
    margin-left: unset !important;
  }
  /* :L10139 */
  .page-postquotequestions #verklaringenContainer > ul {
    margin-left: unset !important;
  }
  /* :L10141 */
  .page-postquotequestions #verklaringenContainer > ul li {
    word-break: break-word;
  }
}
/*APNLD-1032*/

/* :L10150 */
/* :L10151 */
.page-postquotequestions .logoHeader {
  display: none;
}
/* :L10154 */
.page-postquotequestions div#logosSection {
  display: none;
}
/* :L10157 */
.page-postquotequestions .instanda-question-validation-message.instanda-question-validation-message-confirm {
  margin-bottom: 10px;
  margin-left: -17px;
}
/* SLIDE 71 */

/* :L10164 */
.sales-confirmation-container {
  display: flex;
  margin-top: 50px;
}
/* :L10168 */
/* :L10169 */
/* :L10170 */
.sales-confirmation-container .sales-container-left .geachte-container h4 {
  color: black;
  margin: 25px 0px;
  font-weight: 700;
}
/* :L10176 */
/* :L10177 */
.sales-confirmation-container .sales-container-left .contact-info-container h4 {
  margin-top: 25px;
}
/* :L10180 */
.sales-confirmation-container .sales-container-left .contact-info-container > div:nth-child(3) {
  margin: 25px 0px;
}
/* :L10183 */
/* :L10184 */
.sales-confirmation-container .sales-container-left .contact-info-container .hiscox-contacts-container > p:nth-child(3) {
  margin: 20px 0px;
}
/* :L10191 */
.sales-confirmation-container .sales-container-right {
  width: 70%;
  height: 181px;
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .sales-confirmation-container {
    margin-top: 0;
  }
  /* :L10201 */
  .sales-confirmation-container .sales-container-right {
    width: 80%;
  }
}
@media only screen and (max-width: 576px) {
  .sales-confirmation-container {
    flex-direction: column;
    margin-top: 0;
  }
  /* :L10211 */
  .sales-confirmation-container .sales-container-right {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  /* :L10217 */
  .sales-confirmation-container .sales-container-left .geachte-container h4,
  .sales-confirmation-container .sales-container-left .contact-info-container h4 {
    font-size: 16px;
  }
  /* :L10222 */
  .sales-confirmation-container .sales-container-left .geachte-container h4 {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
/*APNLD-1032*/

/* :L10231 */
/* :L10232 */
.page-confirmation2 .logoHeader {
  display: none;
}
/* :L10235 */
.page-confirmation2 div#logosSection {
  display: none;
}
/* :L10239 */
/* :L10242 */
.page-customerhomepage .dropdown {
  position: relative;
  display: inline-block;
  outline: unset;
}
/* :L10247 */
.page-customerhomepage .dropdown button {
  border: none;
  font-size: 22px;
  width: 24px;
  outline: unset;
  background-color: transparent;
}
/* :L10256 */
.page-customerhomepage .shade-btn {
  position: absolute;
  top: 15px;
  right: 95px;
  z-index: 1;
}
@media only screen and (max-width: 425px) {
  .page-customerhomepage .shade-btn {
    top: 40px;
  }
}
@media only screen and (max-width: 576px) and (min-width: 425px) {
  .page-customerhomepage .shade-btn {
    top: 20px;
    right: 70px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 576px) {
  .page-customerhomepage .shade-btn {
    top: 20px;
  }
}
/* :L10273 */
.page-customerhomepage .header-policies-quotes-claims {
  display: flex;
  align-items: baseline;
  margin-bottom: 50px;
}
/* :L10278 */
/* :L10279 */
.page-customerhomepage .header-policies-quotes-claims div a {
  padding: 7px 20px;
}
/* :L10285 */
.page-customerhomepage .soft-gray-hiscox {
  color: darkgray;
}
/* :L10289 */
.page-customerhomepage .edit-header {
  display: flex;
  align-items: flex-end;
}
/* :L10296 */
.page-customerhomepage .main-container-portal {
  margin-bottom: 5px;
}
/* :L10297 */
.page-customerhomepage .main-container-portal > div:first-child {
  padding: 0 80px;
}
/* :L10304 */
/* :L10305 */
/* :L10306 */
.page-customerhomepage .first-container-portal #policies h4 {
  margin-bottom: 10px;
}
/* :L10312 */
.page-customerhomepage .hiscox-policy-list,
.page-customerhomepage .hiscox-quote-list {
  background-color: #efefef;
  margin-bottom: 10px;
  padding: 0 15px;
}
/* :L10318 */
.page-customerhomepage .hiscox-policy-list [class*="col-"],
.page-customerhomepage .hiscox-quote-list [class*="col-"] {
  padding: 0px;
}
/* :L10323 */
.page-customerhomepage .hiscox-policy-list {
  position: relative;
}
/* :L10339 */
/* :L10340 */
.page-customerhomepage .second-container-portal .need-help-container {
  margin-top: 82px;
}
@media only screen and (max-width: 576px) {
  .page-customerhomepage .second-container-portal .need-help-container {
    margin-top: 0px;
  }
}
/* :L10351 */
.page-customerhomepage .collapsible {
  background-color: transparent;
  color: blue;
  cursor: pointer;
  padding: 10px 0;
  border: none;
  outline: none;
  text-decoration: underline;
  float: right;
}
/* :L10362 */
.page-customerhomepage .content-collapse {
  color: darkgray;
  display: none;
}
/* :L10366 */
/* :L10367 */
.page-customerhomepage .content-collapse > div:first-child > div:nth-child(1) {
  color: #5f5f5f;
}
/* :L10371 */
.page-customerhomepage .content-collapse > div:first-child > div:nth-child(2) {
  color: #5f5f5f;
  font-style: italic;
}
/* :L10375 */
.page-customerhomepage .content-collapse > div:first-child > div:nth-child(2) > div:nth-child(1) {
  padding-right: 2px;
}
/* :L10385 */
/* :L10386 */
.page-customerhomepage .verzekering-align-elem > div:nth-child(1) {
  padding-left: 15px;
  width: 102.666667%;
}
/* :L10391 */
.page-customerhomepage .verzekering-align-elem > div:nth-child(2) {
  width: 33.33333333%;
}
/* :L10396 */
/* :L10397 */
.page-customerhomepage .content-collapse > div:nth-child(3) > div:nth-child(1) {
  padding-left: 15px;
}
/* :L10402 */
/* :L10403 */
/* :L10404 */
.page-customerhomepage .content-collapse > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) {
  padding-left: 30px;
}
/* :L10410 */
.page-customerhomepage .format-container-hiscox > div:nth-child(2),
.page-customerhomepage .format-container-hiscox > div:nth-child(3),
.page-customerhomepage .format-container-hiscox > div:nth-child(5) {
  padding-left: 15px;
}
/* :L10417 */
/* :L10418 */
.page-customerhomepage .document-container .container {
  padding-left: 0;
}
/* :L10421 */
/* :L10422 */
.page-customerhomepage .document-container .container .agent-all-docs-responsive h3 {
  visibility: hidden;
  margin-top: 0;
}
/* :L10427 */
.page-customerhomepage .document-container .container .agent-all-docs-responsive h3::before {
  content: "Documenten";
  border-width: 20px;
  visibility: visible;
  font-size: 14px;
  font-weight: bold;
  color: #5f5f5f;
}
/* :L10436 */
.page-customerhomepage .document-container .container .agent-all-docs-responsive ul {
  padding-left: 17px;
  color: darkgray;
}
/* :L10440 */
.page-customerhomepage .document-container .container .agent-all-docs-responsive ul a {
  color: darkgray;
}
/* :L10448 */
.page-customerhomepage .modal-footer {
  padding-right: 0;
}
@media only screen and (max-width: 576px) {
  /* :L10455 */
  .page-customerhomepage .header-policies-quotes-claims {
    flex-direction: column;
  }
  /* :L10458 */
  /* :L10459 */
  .page-customerhomepage .main-container-portal > div:first-child {
    padding: 0px;
  }
  /* :L10464 */
  .page-customerhomepage .premieopgave-btn {
    text-align: left;
  }
  /* :L10468 */
  .page-customerhomepage .agent-all-docs-responsive h3 {
    height: 25px;
  }
  /* :L10472 */
  .page-customerhomepage #instanda-site-layout > div > div.instanda-main-content > div.login-Main-bar > div {
    margin-left: 10px;
  }
  /* :L10479 */
  .page-customerhomepage #instanda-site-layout > div > div.instanda-main-content > div.login-Main-bar > div > div.col-xs-7 {
    display: none;
  }
  /* :L10483 */
  .page-customerhomepage .row.no-gutters.d-flex-align-end {
    display: block;
    margin-left: 35px;
  }
}
/* :L10489 */
.page-customerhomepage a.continue-link {
  max-width: 140px;
  white-space: pre-wrap;
}
/*APNLD-8576 GuilhermeRodriguesNL	23/05/2025*/

/* :L10497 */
@media only screen and (max-width: 576px) {
  /* :L10500 */
  /* :L10501 */
  .page-customerhomepage .main-container-portal div:has(> div.col-md-8) {
    display: grid;
  }
  /* :L10503 */
  .page-customerhomepage .main-container-portal div:has(> div.col-md-8) .col-md-8 {
    order: 2;
  }
  /* :L10506 */
  .page-customerhomepage .main-container-portal div:has(> div.col-md-8) .col-md-4 {
    order: 3;
  }
  /* :L10509 */
  .page-customerhomepage .main-container-portal div:has(> div.col-md-8) .col-md-4.claim-section {
    order: 1;
    /*padding: 0 25px;*/
  
  }
}
/* :L10516 */
.page-customerhomepage nav.tab-navigation .claim-link {
  cursor: pointer;
  color: white;
  font-size: 17px;
  padding-right: 25px;
  padding-left: 25px;
}
/* :L10524 */
.page-customerhomepage .shade-container {
  display: none;
}
/* :L10528 */
.page-customerhomepage .mta-link {
  margin-left: auto;
  margin-right: 0;
}
/* :L10533 */
.page-customerhomepage .claim-button-group {
  width: 100%;
}
/* :L10535 */
.page-customerhomepage .claim-button-group .btn {
  width: 100%;
  /*border: solid 4px #c22019;*/
  display: flex;
  border-radius: 4px;
  justify-content: center;
  height: 45px;
  align-items: center;
}
/*END APNLD-8576*/

/* My Hiscox Area Screen */

/* :L10550 */
.disclaimerHiscox {
  color: grey;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
/* :L6428 */

/* :L10560 */
.instanda-customer-login-content {
  margin-top: 40px;
}
/* :L6431 */

/* :L10565 */
.instanda-customer-login-content .instanda-customer-membership-login {
  margin: 0px;
}
/* :L6436 */

/* :L10570 */
.instanda-customer-login-content .welcome-title {
  color: #5f5f5f;
  text-align: center;
  font-size: 50px;
}
@media only screen and (max-width: 576px) {
  /* :L10577 */
  .instanda-customer-login-content .welcome-title {
    font-size: 40px;
  }
}
/* :L6448 */

/* :L6449 */

/* :L10584 */
.instanda-customer-login-content .login-main-container .well {
  background: unset;
  border: unset;
  box-shadow: unset;
}
/* :L6455 */

/* :L10591 */
.instanda-customer-login-content .login-main-container .form-control {
  border-radius: unset;
  border-color: #5f5f5f;
}
/* :L6459 */

/* :L10597 */
.instanda-customer-login-content .login-main-container .form-control:focus {
  box-shadow: unset;
}
/* :L6464 */

/* :L10602 */
.instanda-customer-login-content .login-main-container .instanda-btn {
  visibility: hidden;
  padding: 0px;
}
/* :L6468 */

/* :L10608 */
.instanda-customer-login-content .login-main-container .instanda-btn:after {
  position: relative;
  width: 140px;
  background-color: #c22019;
  visibility: visible;
  content: "Inloggen";
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: -15px;
}
/* :L6482 */

/* :L10623 */
.instanda-customer-login-content .login-main-container #instanda-cp-forgot-link {
  visibility: hidden;
}
/* :L6485 */

/* :L10628 */
.instanda-customer-login-content .login-main-container #instanda-cp-forgot-link:after {
  position: absolute;
  right: -80px;
  top: -40px;
  margin-right: 0px !important;
  content: "Wachtwoord vergeten?";
  visibility: Visible;
  color: #5f5f5f;
}
@media only screen and (max-width: 768px) {
  /* :L10639 */
  .instanda-customer-login-content .login-main-container #instanda-cp-forgot-link:after {
    right: 16px;
    font-size: 12px;
  }
}
/* :L6502 */

/* :L10646 */
.instanda-customer-login-content .login-main-container #instanda-cp-forgot-link:hover:after {
  text-decoration: underline;
}
/* :L6508 */

/* :L6509 */

/* :L10652 */
.instanda-customer-login-content .instanda-lower-content .first-time-link {
  color: black;
  text-decoration: underline;
  font-size: 16px;
}
/* Slide 6 ao 8 */

/* :L6518 */

/* :L6520 */

/* :L10662 */
.Profile-main-container .small-banner-profile {
  background-color: black;
  height: 40px;
  display: flex;
  justify-content: center;
}
/* :L6527 */

/* :L6529 */

/* :L6531 */

@media only screen and (max-width: 576px) {
  /* :L10673 */
  .Profile-main-container .profile-table-container .instanda-customer-details-questions .questionItem {
    width: 100%;
    margin: 0px;
    flex-wrap: wrap;
  }
  /* :L6537 */
  
  /* :L10680 */
  .Profile-main-container .profile-table-container .instanda-customer-details-questions .questionItem .form-control {
    text-align: right;
    padding-left: 0px;
    padding-right: 25px;
    text-align: left;
  }
  /* :L6544 */
  
  /* :L10688 */
  .Profile-main-container .profile-table-container .instanda-customer-details-questions .questionItem .instanda-question-input {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* :L6552 */

@media only screen and (max-width: 576px) {
  /* :L10696 */
  .Profile-main-container .profile-table-container .instanda-customer-details-questions .control-label {
    margin-bottom: 0px;
  }
}
/* :L10700 */
/* :L10701 */
.Profile-main-container .small-banner-profile {
  background-color: black;
  height: 55px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .Profile-main-container .small-banner-profile {
    background-color: white;
    height: 40px;
    justify-content: left;
  }
}
/* :L10714 */
/* :L10715 */
/* :L10716 */
@media only screen and (max-width: 576px) {
  .Profile-main-container .profile-table-container .instanda-customer-details-questions .questionItem {
    width: 100%;
    margin: 0px;
    flex-wrap: wrap;
  }
  /* :L10722 */
  .Profile-main-container .profile-table-container .instanda-customer-details-questions .questionItem .form-control {
    text-align: right;
    padding-left: 0px;
    padding-right: 10px;
    text-align: left;
  }
  /* :L10729 */
  .Profile-main-container .profile-table-container .instanda-customer-details-questions .questionItem .instanda-question-input {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* :L10736 */
@media only screen and (max-width: 576px) {
  .Profile-main-container .profile-table-container .instanda-customer-details-questions .control-label {
    margin-bottom: 0px;
  }
}
/* :L10745 */
/* :L10746 */
.page-customerdetails .pull-right {
  width: 100%;
  display: unset;
  justify-content: unset;
  position: unset;
  bottom: unset;
}
/* :L10754 */
@media only screen and (max-width: 576px) {
  .page-customerdetails .strong-title {
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 576px) {
  /* :L10763 */
  .page-customerdetails .dropdown {
    display: none;
  }
  /* :L10767 */
  .page-customerdetails .row.no-gutters.id-flex-algn-end {
    margin-left: 35px;
  }
  /* :L10771 */
  .page-customerdetails #tab-navigation-mobile > ul > li:nth-child(4) {
    margin-bottom: 10px;
  }
  /* :L10775 */
  .page-customerdetails nav.tab-navigation ul {
    display: none;
  }
  /* :L10779 */
  .page-customerdetails .logo-box-container {
    display: none;
  }
  /* :L10783 */
  .page-customerdetails .menu-dropdown-icon {
    display: none !important;
  }
  /* :L10787 */
  .page-customerdetails .login-Main-bar {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
    display: flex;
  }
  /* :L10795 */
  .page-customerdetails .mobile {
    display: block;
    position: absolute;
    top: 0;
  }
  /* :L10800 */
  .page-customerdetails .mobile .menu-mobile {
    border: none;
    font-size: 22px;
    width: 24px;
    background: none;
    position: relative;
    top: 5px;
  }
  /* :L10809 */
  .page-customerdetails .mobile .mobile-ul {
    list-style: none;
    overflow: hidden;
    color: white;
    margin-top: 15px;
    padding-left: 10px;
  }
  /* :L10817 */
  .page-customerdetails .mobile #tab-navigation-mobile {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5px;
  }
  /* :L10829 */
  .page-customerdetails .mobile #tab-navigation-mobile .close-menu {
    font-size: 20px;
    cursor: pointer;
    float: right;
    color: White;
    z-index: 66;
    text-shadow: none;
    opacity: unset;
    margin-right: 5px;
  }
  /* :L10840 */
  .page-customerdetails .mobile #tab-navigation-mobile .nav-active-mobile label {
    font-weight: bold;
    border-bottom: 4px solid red;
    padding-top: 20px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 15px;
  }
  /* :L10849 */
  .page-customerdetails .mobile #tab-navigation-mobile nav ul.mobile {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  /* :L10858 */
  .page-customerdetails .mobile #tab-navigation-mobile li.nav-mobile,
  .page-customerdetails .mobile #tab-navigation-mobile a.nav-mobile {
    float: left;
    position: relative;
  }
  /* :L10863 */
  .page-customerdetails .mobile #tab-navigation-mobile li.nav-mobile + li,
  .page-customerdetails .mobile #tab-navigation-mobile a.nav-mobile + li {
    margin-left: 0;
    padding-left: 0;
  }
  /* :L10869 */
  .page-customerdetails .mobile #tab-navigation-mobile li.nav-mobile label,
  .page-customerdetails .mobile #tab-navigation-mobile a.nav-mobile {
    cursor: pointer;
    color: white;
    font-size: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  /* :L10878 */
  .page-customerdetails .mobile #tab-navigation-mobile a.nav-mobile {
    float: unset;
    text-decoration: none;
  }
  /* :L10885 */
  .page-customerdetails .row.no-gutters.d-flex-align-end {
    display: block;
    margin-left: 35px;
    margin-bottom: 10px;
  }
}
/* :L10892 */
.page-customerdetails .alert-dismissible.show {
  position: absolute;
  bottom: -145px;
  width: 100%;
}
/* :L10897 */
.page-customerdetails .alert-success {
  margin-top: 47px !important;
}
/* :L10901 */
/* :L10902 */
.Profile-main-container .fa.fa-caret-left {
  margin: 0px 3px 0px 0px;
}
/* :L10905 */
.Profile-main-container .check-toggle {
  background-color: unset;
  border: unset;
  position: absolute;
  right: -10px;
  top: 3px;
  pointer-events: none;
}
@media only screen and (max-width: 576px) {
  .Profile-main-container .check-toggle {
    right: 0;
  }
}
/* :L10917 */
.Profile-main-container .check-toggle:after {
  visibility: visible;
  content: "\f044";
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  font-size: 24px;
  color: black;
  display: flex;
  justify-content: center;
}
/* :L10929 */
.Profile-main-container .instanda-text-question {
  width: 100%;
  margin: 0px;
}
@media screen and (max-width: 576px) {
  
}
/* :L10938 */
.Profile-main-container .form-control {
  width: 103%;
  border: none;
  box-shadow: none;
  cursor: pointer;
  background: #eeeeee;
}
/* :L10946 */
.Profile-main-container .instanda-question-label {
  flex-basis: 200px;
}
/* :L10950 */
/* :L10953 */
.Profile-main-container .small-banner-profile .red-tab-hiscos {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 17px;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .Profile-main-container .small-banner-profile .red-tab-hiscos {
    color: black;
    font-size: 26px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 15px;
    margin-top: 10px;
    justify-content: left;
  }
}
/* :L10974 */
/* :L10976 */
.Profile-main-container .instanda-customer-details-content .control-label {
  color: #da291c;
  margin: 10px 0px;
}
/* :L10981 */
.Profile-main-container .instanda-customer-details-content #password-fake-label {
  color: black;
  margin: 0px;
}
/* :L10986 */
.Profile-main-container .instanda-customer-details-content .questionItem {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
/* :L10994 */
.Profile-main-container .instanda-customer-details-content .questionItem:not(:nth-of-type(2)) {
  border-bottom: 1px solid black;
}
/* :L10998 */
/* :L10999 */
@media only screen and (max-width: 576px) {
  .Profile-main-container .instanda-customer-details-content .questionItem:first-of-type .instanda-question-label {
    flex-basis: 130px;
    font-size: 10px;
  }
}
/* :L11005 */
.Profile-main-container .instanda-customer-details-content .questionItem:first-of-type .instanda-question-label .control-label {
  visibility: hidden;
  position: relative;
}
/* :L11009 */
.Profile-main-container .instanda-customer-details-content .questionItem:first-of-type .instanda-question-label .control-label:after {
  visibility: visible;
  content: "E-mailadres";
  color: #da291c;
  font-size: 14px;
  display: block;
  position: absolute;
  top: -3px;
}
/* :L11022 */
/* :L11023 */
.Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input {
  display: flex;
  align-items: center;
  padding: 0px;
}
@media only screen and (max-width: 576px) {
  .Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input {
    height: 60px;
    flex-flow: wrap;
  }
}
/* :L11033 */
/* :L11034 */
.Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .control-label:first-child {
  visibility: hidden;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .control-label:first-child {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .control-label:first-child {
    flex-basis: 160px;
  }
}
@media only screen and (min-width: 768px) {
  .Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .control-label:first-child {
    flex-basis: 165px;
  }
}
@media only screen and (min-width: 1024px) {
  .Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .control-label:first-child {
    flex-basis: 175px;
  }
}
@media screen and (min-width: 1200px) {
  .Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .control-label:first-child {
    flex-basis: 180px;
  }
}
/* :L11058 */
.Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .control-label:first-child:after {
  visibility: visible;
  content: "Wachtwoord";
  color: #da291c;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 0px;
}
/* :L11070 */
.Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .action-link {
  font-size: 0;
  display: flex;
  width: fit-content;
}
@media only screen and (max-width: 576px) {
  .Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .action-link {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    right: 0;
    position: absolute;
    padding-right: 6px;
  }
}
/* :L11084 */
.Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .action-link::after {
  visibility: visible;
  content: "\f044";
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  font-size: 24px;
  color: black;
  display: flex;
  right: -4px;
  top: 10px;
  position: absolute;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .action-link::after {
    position: relative;
    right: unset;
    top: 10px;
  }
}
/* :L11104 */
.Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .action-link:hover {
  text-decoration: none;
}
/* :L11113 */
/* :L11114 */
.Profile-main-container .instanda-customer-details-questions .questionList.instanda-questionList {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  /* :L11120 */
  .Profile-main-container .instanda-customer-details-questions .questionList.instanda-questionList > .form-group {
    width: 50%;
    background: #eeeeee;
  }
}
/* :L11126 */
.Profile-main-container .instanda-customer-details-questions .questionList.instanda-questionList > .container {
  order: 2;
}
/* :L11129 */
.Profile-main-container .instanda-customer-details-questions .questionList.instanda-questionList > .container#question121574 {
  order: 1;
  border-top: 1px solid #da291c;
}
/* :L11134 */
.Profile-main-container .instanda-customer-details-questions .questionList.instanda-questionList > .container:nth-of-type(2) {
  order: 3;
  border-bottom: 1px solid #da291c;
}
/* :L11140 */
.Profile-main-container .instanda-customer-details-questions .questionList.instanda-questionList > [class="container "] {
  order: 4;
  width: 100%;
}
/* :L11147 */
/* :L11148 */
/* :L11149 */
.Profile-main-container #question121577 + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding: 0px;
}
/* :L11155 */
.Profile-main-container .instanda-update-customer-details-button {
  visibility: hidden;
  padding: 0px;
  width: 19%;
  margin-right: 270px;
}
@media only screen and (min-width: 576px) {
  .Profile-main-container .instanda-update-customer-details-button {
    position: absolute;
    margin-top: 1px;
    left: 56%;
  }
}
/* :L11167 */
.Profile-main-container .instanda-update-customer-details-button:after {
  content: "Bijwerken";
  visibility: visible;
  color: white;
  background-color: #da291c;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .Profile-main-container .instanda-update-customer-details-button:after {
    width: 100px;
    position: absolute;
    right: 15px;
    margin-right: 10px;
  }
}
/* :L11186 */
.Profile-main-container #backToHome {
  color: #da291c;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 68%;
  top: 100%;
}
@media only screen and (max-width: 576px) {
  .Profile-main-container #backToHome {
    width: 100px;
    position: absolute;
    bottom: -20px;
    right: 130px;
    left: unset;
    top: unset;
  }
}
/* :L11207 */
.Profile-main-container div#savemsg {
  position: absolute;
  visibility: hidden;
  outline: 1px solid black;
  width: 100%;
  margin-top: 15px;
}
/* :L11215 */
.Profile-main-container div#savemsg:after {
  content: "Opgeslagen";
  visibility: visible;
  color: white;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* :L11228 */
.login-Main-bar {
  /* margin-top: 20px; \\ commented by ritaHiscoxNL 26/11/2021 APNLD-845 */
  padding-left: 30px;
  padding-right: 30px;
}
/* :L11234 */
.login-Main-bar button {
  background: unset;
  border: unset;
  font-size: 2em;
  width: unset;
}
/* :L11240 */
.login-Main-bar button:first {
  cursor: unset;
}
/* :L11244 */
.login-Main-bar button:focus {
  outline: unset;
}
/* :L11249 */
/* :L11250 */
/* :L11254 */
.login-Main-bar .profile-box-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* :L11260 */
.login-Main-bar .dropdown-content {
  left: -95px;
}
/* Flexbox wrapper to center the textbox */

/* :L11267 */
.wrapper-login-customer {
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  height: 100%;
  /* Take full height of the body */
  transform: translateY(-30px);
}
/* Styling for the static text box */

/* :L11276 */
.textbox-login-customer {
  padding: 10px;
  width: 31%;
  /* Fixed width for the textbox */
  border: 1px solid #cccccc;
  /* Border to look like a textbox */
  border-radius: 10px;
  /* Rounded corners */
  background-color: #0023b4;
  /* Light background color */
  color: white;
  text-align: left;
  /* Center text within the box */
  font-size: 11px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  /* :L11288 */
  .textbox-login-customer {
    width: calc(100% - 38px);
    /* Adjust width for smaller screens */
    min-width: 300px;
    /* Set a minimum width to prevent it from getting too narrow */
    max-width: 100%;
    /* Ensure it doesn't stretch too wide on small screens */
  
  }
}
@media (max-width: 950px) {
  /* :L11296 */
  .textbox-login-customer {
    width: calc(100% - 38px);
    /* Adjust width for tablets */
    min-width: 300px;
    /* Minimum width for tablets */
    max-width: 100%;
    /* Ensure it doesn't stretch too wide on tablets */
  
  }
}
/*Hidden Pre-Quote Question (field and label) - help icon used for another question*/

/* :L11303 */
.help-icon-pre-quote-question .instanda-question-label {
  display: none;
}
/* :L11306 */
.help-icon-pre-quote-question .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 .instanda-text-input.instanda-question-input {
  display: none;
}
/* :L11310 */
a:hover {
  color: #da291c;
  text-decoration: none;
}
/* :L11314 */
a:link {
  text-decoration: none;
}
/* :L11318 */
#question122021 {
  display: none;
}
/*uppercase of the Initials Variable in Sale Confirmation and MTA Confirmation*/

/* :L11323 */
span.upperCase {
  text-transform: uppercase;
}
/*At quote display, the order of the two premium baskets (two containers) changes during Renewals relatively to the New Business Journey to allow for the payment frequency cover type to switch sides*/

/* :L11328 */
.created-from-selfrenewal .quote-display-first-container {
  order: 2;
}
/*At quick quote display, last year activities cover must be hidden during renewals*/

/* :L11333 */
.created-from-selfrenewal .lya-cover-hide {
  display: none;
}
/*Translation for Customer registration page*/

/* :L11339 */
#CustomerRegistrationRequest_Password-error {
  visibility: hidden;
}
/* :L11342 */
#CustomerRegistrationRequest_Password-error:after {
  visibility: visible;
  content: 'Wachtwoord is verplicht';
  position: absolute;
  left: 20px;
  bottom: 3px;
}
/*Translation for Customer Reset Password page*/

/* :L11352 */
.page-customerforgotpassword button#instanda-cp-charge-password {
  visibility: hidden;
}
/* :L11355 */
.page-customerforgotpassword button#instanda-cp-charge-password:after {
  content: "Bevestig wijziging";
  background-color: #da291c;
  padding: 10px;
  left: 15px;
  visibility: visible;
  position: absolute;
}
/* :L11364 */
.grey {
  color: grey;
}
/*help icon at quick quote display*/

/* :L11369 */
.page-quickquote button.fa-question-circle {
  background: none;
  border: none;
  outline: 0;
}
/*help text enumeration format at quick quote display*/

/* :L11376 */
.page-quickquote .help-text-hiscox ul.enumeration-format {
  padding-left: 10px;
  text-align: justify;
  list-style-type: none;
}
/* :L11382 */
.page-quickquote .help-text-hiscox ul.enumeration-format li:before {
  content: "\2010";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -10px;
}
/*hide one time only costs at prequote qestions for mta */

/* :L11390 */
.page-prequotequestions.created-from-mta .fixed-costs-hide {
  display: none;
}
/* :L11394 */
/* :L11395 */
.created-from-mta .hide-at-mta {
  display: none !important;
}
/* :L11400 */
/* :L11401 */
.created-from-renewal .hide-at-rn,
.created-from-selfrenewal .hide-at-rn {
  display: none !important;
}
/* :L11405 */
/* :L11406 */
.page-customerdetailschangepassword #logosSection {
  display: flex;
  justify-content: center;
}
/* :L11409 */
.page-customerdetailschangepassword #logosSection .logoHeader {
  display: none;
}
/* :L11413 */
.page-customerdetailschangepassword #logosSection .customer-portal-access {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
/* :L11419 */
.page-customerdetailschangepassword .informative-container {
  margin-bottom: 30px;
}
/* :L11422 */
.page-customerdetailschangepassword .questionItem.instanda-question-item.form-group.container {
  display: flex;
  justify-content: center;
  padding-right: 0px !important;
}
/* :L11428 */
.page-customerdetailschangepassword #instanda-site-layout > div > div.instanda-main-content > form > div > div > div:nth-child(1) > div.instanda-question-label > label {
  visibility: hidden;
  position: relative;
}
/* :L11440 */
.page-customerdetailschangepassword #instanda-site-layout > div > div.instanda-main-content > form > div > div > div:nth-child(1) > div.instanda-question-label > label:after {
  visibility: visible;
  content: "Huidig wachtwoord";
  position: absolute;
  top: 0px;
  left: 0px;
}
/* :L11449 */
.page-customerdetailschangepassword #instanda-site-layout > div > div.instanda-main-content > form > div > div > div:nth-child(2) > div.instanda-question-label > label {
  visibility: hidden;
  position: relative;
}
/* :L11461 */
.page-customerdetailschangepassword #instanda-site-layout > div > div.instanda-main-content > form > div > div > div:nth-child(2) > div.instanda-question-label > label:after {
  visibility: visible;
  content: "Huidig wachtwoord";
  position: absolute;
  top: 0px;
  left: 0px;
}
/* :L11470 */
.page-customerdetailschangepassword #instanda-site-layout > div > div.instanda-main-content > form > div > div > div:nth-child(3) > div.instanda-question-label > label {
  visibility: hidden;
  position: relative;
}
/* :L11482 */
.page-customerdetailschangepassword #instanda-site-layout > div > div.instanda-main-content > form > div > div > div:nth-child(3) > div.instanda-question-label > label:after {
  visibility: visible;
  content: "Nieuw wachtwoord";
  position: absolute;
  top: 0px;
  left: 0px;
}
/* :L11491 */
.page-customerdetailschangepassword #instanda-site-layout > div > div.instanda-main-content > form > div > div > div:nth-child(4) > div.instanda-question-label > label {
  visibility: hidden;
  position: relative;
}
/* :L11503 */
.page-customerdetailschangepassword #instanda-site-layout > div > div.instanda-main-content > form > div > div > div:nth-child(4) > div.instanda-question-label > label:after {
  visibility: visible;
  content: "Bevestig nieuw wachtwoord";
  position: absolute;
  top: 0px;
  left: 0px;
}
/* :L11525 */
/* :L11526 */
.page-customerdetailschangepassword .instanda-question-item > div {
  background-color: whitesmoke;
  padding-left: 23px;
  padding-top: 15px;
}
@media only screen and (max-width: 576px) {
  .page-customerdetailschangepassword .instanda-question-item > div {
    width: 100%;
  }
}
/* :L11535 */
.page-customerdetailschangepassword .instanda-question-item > div .form-group {
  display: flex;
  position: relative;
}
/* :L11541 */
.page-customerdetailschangepassword .instanda-question-item .instanda-text-question {
  display: flex;
}
/* :L11544 */
.page-customerdetailschangepassword .instanda-question-item .instanda-text-question .instanda-question-label {
  margin-right: 20px;
}
/* :L11547 */
.page-customerdetailschangepassword .instanda-question-item .instanda-text-question .instanda-question-label .control-label {
  color: #da291c;
  width: 100px;
}
/* :L11554 */
.page-customerdetailschangepassword .instanda-question-item #instanda-save-password-button {
  visibility: hidden;
}
/* :L11557 */
.page-customerdetailschangepassword .instanda-question-item #instanda-save-password-button:after {
  background-color: #da291c;
  visibility: visible;
  content: "Bevestig wijziging";
  font-size: 14px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 10px;
}
@media only screen and (max-width: 576px) {
  .page-customerdetailschangepassword .instanda-question-item #instanda-save-password-button:after {
    right: 0px;
  }
}
/* :L11573 */
.page-customerdetailschangepassword .instanda-question-item #instanda-save-password-button:hover:after {
  background-color: #c22019;
}
/* :L11578 */
.page-customerdetailschangepassword .instanda-question-item #instanda-cancel-password-button {
  visibility: hidden;
}
/* :L11581 */
.page-customerdetailschangepassword .instanda-question-item #instanda-cancel-password-button:after {
  background-color: #bebebe;
  visibility: visible;
  content: "Annuleren";
  position: absolute;
  top: 0px;
  right: 135px;
  padding: 4px 25px;
}
@media only screen and (max-width: 576px) {
  .page-customerdetailschangepassword .instanda-question-item #instanda-cancel-password-button:after {
    right: 135px;
  }
}
/* :L11595 */
.page-customerdetailschangepassword .instanda-question-item #instanda-cancel-password-button:hover:after {
  background-color: #5f5f5f;
}
/* :L11601 */
.page-customerdetailschangepassword .eye-show-edit,
.page-customerdetailschangepassword .eye-show-two-edit,
.page-customerdetailschangepassword .eye-show-three-edit {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  color: gray;
}
@media only screen and (max-width: 320px) {
  .page-customerdetailschangepassword .eye-show-edit,
  .page-customerdetailschangepassword .eye-show-two-edit,
  .page-customerdetailschangepassword .eye-show-three-edit {
    right: -18px;
    top: 10px;
  }
}
/* :L11616 */
@media only screen and (max-width: 768px) {
  .page-customerdetailschangepassword input#instanda-confirm-password {
    height: 50px;
    padding-top: 0;
    padding-bottom: 15px;
  }
  /* :L11622 */
  .page-customerdetailschangepassword input#instanda-confirm-password::placeholder {
    white-space: inherit;
  }
}
/* :L11628 */
.page-customerdetailschangepassword span.field-validation-error {
  padding-left: 0;
}
/* :L11631 */
.page-customerdetailschangepassword span.field-validation-error #instanda-old-password-error,
.page-customerdetailschangepassword span.field-validation-error #instanda-new-password-error,
.page-customerdetailschangepassword span.field-validation-error #instanda-confirm-password-error {
  font-size: 0;
}
/* :L11638 */
.page-customerdetailschangepassword span.field-validation-valid {
  font-size: 0;
}
/* :L11642 */
.page-customerdetailschangepassword .validation-hiscox {
  font-size: 12px;
}
/* :L11646 */
/* :L11647 */
body.page-cannotquote .container.alert.alert-danger.alert-dismissible.show {
  display: none !important;
}
/* :L11650 */
body.page-cannotquote .sales-confirmation-container .sales-container-right {
  margin-top: 0;
}
/* :L11653 */
body.page-cannotquote .sales-confirmation-container .sales-container-left .geachte-container h4 {
  margin: unset;
  margin-bottom: 25px;
}
/* :L11657 */
body.page-cannotquote div#logosSection {
  display: none;
}
@media only screen and (max-width: 576px) {
  /* :L11662 */
  body.page-cannotquote .sales-confirmation-container .sales-container-left .geachte-container h4 {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
/* :L11668 */
.instanda-customer-portal-reset-link {
  margin: 0px 20px;
}
/* :L11672 */
.informative-container ul {
  padding-left: 15px;
}
/* :L11675 */
/* :L11676 */
/* :L11677 */
#instanda-cp-reset-link-form .form-group:nth-child(2) h4 {
  display: none;
}
/* :L11681 */
/* :L11683 */
#instanda-cp-reset-link-form .form-group:nth-child(2) .section_content:before {
  visibility: visible;
  content: "Wachtwoord vergeten?";
  display: flex;
  position: absolute;
  top: -15px;
  font-weight: 700;
}
/* :L11692 */
#instanda-cp-reset-link-form .form-group:nth-child(2) .section_content p {
  visibility: hidden;
}
/* :L11695 */
#instanda-cp-reset-link-form .form-group:nth-child(2) .section_content p:after {
  visibility: visible;
  content: "Hartelijk dank, binnen enkele minuten ontvangt u een e-mail met daarin een persoonlijke link. Via deze link kunt u een nieuw wachtwoord opgeven.";
  display: flex;
  position: absolute;
  top: 12px;
  line-height: 18px;
}
/* :L11706 */
#instanda-cp-reset-link-form .form-group:nth-child(2) .form-label {
  visibility: hidden;
  position: relative;
}
/* :L11710 */
#instanda-cp-reset-link-form .form-group:nth-child(2) .form-label:after {
  visibility: visible;
  content: "Uw e-mailadres";
  display: flex;
  position: absolute;
  font-weight: 700;
  top: -5px;
}
/* :L11721 */
/* :L11722 */
#instanda-cp-reset-link-form .form-group:nth-child(3) button {
  visibility: hidden;
  padding: 0px;
}
@media only screen and (max-width: 576px) {
  #instanda-cp-reset-link-form .form-group:nth-child(3) button {
    width: 100%;
  }
}
/* :L11731 */
#instanda-cp-reset-link-form .form-group:nth-child(3) button:after {
  width: 140px;
  background-color: #c22019;
  visibility: visible;
  content: "Verstuur";
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: absolute;
  top: 5px;
}
@media only screen and (max-width: 576px) {
  #instanda-cp-reset-link-form .form-group:nth-child(3) button:after {
    position: unset;
    width: unset;
  }
}
/* :L11753 */
#instanda-cp-reset-link-form .form-group:nth-child(3) a {
  visibility: hidden;
  padding: 0px;
}
/* :L11757 */
#instanda-cp-reset-link-form .form-group:nth-child(3) a:after {
  width: 200px;
  background-color: #c22019;
  visibility: visible;
  content: "Terug naar inloggen";
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: absolute;
  top: 15px;
}
/* :L11775 */
/* :L11776 */
/* :L11780 */
.page-customerforgotpassword span.label.label-warning.field-validation-error span#m-password1-error,
.page-customerforgotpassword span.label.label-warning.field-validation-error span#m-password2-error {
  font-size: 0;
}
/* :L11799 */
.field-validation-error {
  display: block;
  white-space: unset;
  text-align: justify;
}
/* :L11805 */
#instanda-cp-user-name-error {
  visibility: hidden;
}
/* :L11808 */
#instanda-cp-user-name-error:after {
  visibility: visible;
  content: 'E-mailadres is verplicht';
  position: absolute;
  left: 20px;
  bottom: 3px;
}
/* :L11817 */
#Password-error {
  visibility: hidden;
}
/* :L11820 */
#Password-error:after {
  visibility: visible;
  content: 'Wachtwoord is verplicht';
  position: absolute;
  left: 20px;
  bottom: 3px;
}
/* :L11831 */
/* :L11837 */
.page-specificclaimtypequestionsforagentsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-updateclaim .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-specificclaimtypequestionsforpublicsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-determineclaimtypequestionsforagentsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-determineclaimtypequestionsforapublicsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-determineclaimtypequestionsforpublicsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7 {
  width: 100%;
}
/* :L11840 */
.page-specificclaimtypequestionsforagentsite .questionItem,
.page-updateclaim .questionItem,
.page-specificclaimtypequestionsforpublicsite .questionItem,
.page-determineclaimtypequestionsforagentsite .questionItem,
.page-determineclaimtypequestionsforapublicsite .questionItem,
.page-determineclaimtypequestionsforpublicsite .questionItem {
  display: flex;
  flex-flow: row wrap;
}
/* :L11845 */
.page-specificclaimtypequestionsforagentsite .questionList.instanda-questionList,
.page-updateclaim .questionList.instanda-questionList,
.page-specificclaimtypequestionsforpublicsite .questionList.instanda-questionList,
.page-determineclaimtypequestionsforagentsite .questionList.instanda-questionList,
.page-determineclaimtypequestionsforapublicsite .questionList.instanda-questionList,
.page-determineclaimtypequestionsforpublicsite .questionList.instanda-questionList {
  border: 2px solid #bebebe;
  padding: 40px;
}
/* :L11850 */
/* :L11851 */
.page-specificclaimtypequestionsforagentsite .header-hack label,
.page-updateclaim .header-hack label,
.page-specificclaimtypequestionsforpublicsite .header-hack label,
.page-determineclaimtypequestionsforagentsite .header-hack label,
.page-determineclaimtypequestionsforapublicsite .header-hack label,
.page-determineclaimtypequestionsforpublicsite .header-hack label {
  display: none;
}
/* :L11856 */
/* :L11857 */
.page-specificclaimtypequestionsforagentsite .bedrijfsaansprakelijkheid-selected .instanda-text-question.form-group.row .instanda-question-help-col,
.page-updateclaim .bedrijfsaansprakelijkheid-selected .instanda-text-question.form-group.row .instanda-question-help-col,
.page-specificclaimtypequestionsforpublicsite .bedrijfsaansprakelijkheid-selected .instanda-text-question.form-group.row .instanda-question-help-col,
.page-determineclaimtypequestionsforagentsite .bedrijfsaansprakelijkheid-selected .instanda-text-question.form-group.row .instanda-question-help-col,
.page-determineclaimtypequestionsforapublicsite .bedrijfsaansprakelijkheid-selected .instanda-text-question.form-group.row .instanda-question-help-col,
.page-determineclaimtypequestionsforpublicsite .bedrijfsaansprakelijkheid-selected .instanda-text-question.form-group.row .instanda-question-help-col {
  padding-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .page-specificclaimtypequestionsforagentsite .bedrijfsaansprakelijkheid-selected .instanda-text-question.form-group.row .instanda-question-help-col,
  .page-updateclaim .bedrijfsaansprakelijkheid-selected .instanda-text-question.form-group.row .instanda-question-help-col,
  .page-specificclaimtypequestionsforpublicsite .bedrijfsaansprakelijkheid-selected .instanda-text-question.form-group.row .instanda-question-help-col,
  .page-determineclaimtypequestionsforagentsite .bedrijfsaansprakelijkheid-selected .instanda-text-question.form-group.row .instanda-question-help-col,
  .page-determineclaimtypequestionsforapublicsite .bedrijfsaansprakelijkheid-selected .instanda-text-question.form-group.row .instanda-question-help-col,
  .page-determineclaimtypequestionsforpublicsite .bedrijfsaansprakelijkheid-selected .instanda-text-question.form-group.row .instanda-question-help-col {
    padding-bottom: 15px;
  }
}
/* :L11865 */
.page-specificclaimtypequestionsforagentsite .claim-area,
.page-updateclaim .claim-area,
.page-specificclaimtypequestionsforpublicsite .claim-area,
.page-determineclaimtypequestionsforagentsite .claim-area,
.page-determineclaimtypequestionsforapublicsite .claim-area,
.page-determineclaimtypequestionsforpublicsite .claim-area {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
/* :L11870 */
.page-specificclaimtypequestionsforagentsite .claim-area .container,
.page-updateclaim .claim-area .container,
.page-specificclaimtypequestionsforpublicsite .claim-area .container,
.page-determineclaimtypequestionsforagentsite .claim-area .container,
.page-determineclaimtypequestionsforapublicsite .claim-area .container,
.page-determineclaimtypequestionsforpublicsite .claim-area .container {
  width: auto;
}
/* :L11873 */
.page-specificclaimtypequestionsforagentsite .claim-area .container .row,
.page-updateclaim .claim-area .container .row,
.page-specificclaimtypequestionsforpublicsite .claim-area .container .row,
.page-determineclaimtypequestionsforagentsite .claim-area .container .row,
.page-determineclaimtypequestionsforapublicsite .claim-area .container .row,
.page-determineclaimtypequestionsforpublicsite .claim-area .container .row {
  margin-left: 0;
  margin-right: 0;
}
/* :L11878 */
.page-specificclaimtypequestionsforagentsite .claim-area .container .instanda-question-label,
.page-updateclaim .claim-area .container .instanda-question-label,
.page-specificclaimtypequestionsforpublicsite .claim-area .container .instanda-question-label,
.page-determineclaimtypequestionsforagentsite .claim-area .container .instanda-question-label,
.page-determineclaimtypequestionsforapublicsite .claim-area .container .instanda-question-label,
.page-determineclaimtypequestionsforpublicsite .claim-area .container .instanda-question-label {
  flex-basis: 125px;
}
/* :L11882 */
/* :L11883 */
.page-specificclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-label,
.page-updateclaim .claim-area .container.claims-finish-question .instanda-question-label,
.page-specificclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-label,
.page-determineclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-label,
.page-determineclaimtypequestionsforapublicsite .claim-area .container.claims-finish-question .instanda-question-label,
.page-determineclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-label {
  flex-basis: 100%;
  text-align: center;
}
/* :L11887 */
.page-specificclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-input,
.page-updateclaim .claim-area .container.claims-finish-question .instanda-question-input,
.page-specificclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-input,
.page-determineclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-input,
.page-determineclaimtypequestionsforapublicsite .claim-area .container.claims-finish-question .instanda-question-input,
.page-determineclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-input {
  gap: 15px;
}
/* :L11889 */
.page-specificclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline,
.page-updateclaim .claim-area .container.claims-finish-question .instanda-question-input .radio-inline,
.page-specificclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline,
.page-determineclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline,
.page-determineclaimtypequestionsforapublicsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline,
.page-determineclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline {
  margin: 0;
}
/* :L11891 */
.page-specificclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline.instanda-question-yes-no-yes,
.page-updateclaim .claim-area .container.claims-finish-question .instanda-question-input .radio-inline.instanda-question-yes-no-yes,
.page-specificclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline.instanda-question-yes-no-yes,
.page-determineclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline.instanda-question-yes-no-yes,
.page-determineclaimtypequestionsforapublicsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline.instanda-question-yes-no-yes,
.page-determineclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline.instanda-question-yes-no-yes {
  order: 2;
}
/* :L11899 */
.page-specificclaimtypequestionsforagentsite .claim-area .instanda-main-content,
.page-updateclaim .claim-area .instanda-main-content,
.page-specificclaimtypequestionsforpublicsite .claim-area .instanda-main-content,
.page-determineclaimtypequestionsforagentsite .claim-area .instanda-main-content,
.page-determineclaimtypequestionsforapublicsite .claim-area .instanda-main-content,
.page-determineclaimtypequestionsforpublicsite .claim-area .instanda-main-content {
  flex-basis: 300px;
  flex-grow: 1;
}
/* :L11905 */
.page-specificclaimtypequestionsforagentsite .quick-quote-main-container,
.page-updateclaim .quick-quote-main-container,
.page-specificclaimtypequestionsforpublicsite .quick-quote-main-container,
.page-determineclaimtypequestionsforagentsite .quick-quote-main-container,
.page-determineclaimtypequestionsforapublicsite .quick-quote-main-container,
.page-determineclaimtypequestionsforpublicsite .quick-quote-main-container {
  height: auto;
}
/* :L11909 */
/* :L11910 */
/* :L11911 */
.page-specificclaimtypequestionsforagentsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12,
.page-updateclaim .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12,
.page-specificclaimtypequestionsforpublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12,
.page-determineclaimtypequestionsforagentsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12,
.page-determineclaimtypequestionsforapublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12,
.page-determineclaimtypequestionsforpublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  display: flex;
  padding: 0;
}
/* :L11915 */
.page-specificclaimtypequestionsforagentsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right,
.page-updateclaim .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right,
.page-specificclaimtypequestionsforpublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right,
.page-determineclaimtypequestionsforagentsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right,
.page-determineclaimtypequestionsforapublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right,
.page-determineclaimtypequestionsforpublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right {
  display: flex;
  margin-left: auto;
  float: none !important;
  align-items: flex-start;
}
/* :L11922 */
.page-specificclaimtypequestionsforagentsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right button,
.page-updateclaim .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right button,
.page-specificclaimtypequestionsforpublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right button,
.page-determineclaimtypequestionsforagentsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right button,
.page-determineclaimtypequestionsforapublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right button,
.page-determineclaimtypequestionsforpublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right button {
  margin-left: 5px !important;
  width: auto;
  height: auto;
  display: inline-block;
}
/* :L11934 */
.page-specificclaimtypequestionsforagentsite .question-area,
.page-updateclaim .question-area,
.page-specificclaimtypequestionsforpublicsite .question-area,
.page-determineclaimtypequestionsforagentsite .question-area,
.page-determineclaimtypequestionsforapublicsite .question-area,
.page-determineclaimtypequestionsforpublicsite .question-area {
  flex-basis: 670px;
  flex-grow: 1;
}
/* :L11939 */
.page-specificclaimtypequestionsforagentsite .contact-area,
.page-updateclaim .contact-area,
.page-specificclaimtypequestionsforpublicsite .contact-area,
.page-determineclaimtypequestionsforagentsite .contact-area,
.page-determineclaimtypequestionsforapublicsite .contact-area,
.page-determineclaimtypequestionsforpublicsite .contact-area {
  flex-shrink: 1;
  flex-basis: 340px;
}
/* :L11942 */
.site-agent.page-specificclaimtypequestionsforagentsite .contact-area,
.site-agent.page-updateclaim .contact-area,
.site-agent.page-specificclaimtypequestionsforpublicsite .contact-area,
.site-agent.page-determineclaimtypequestionsforagentsite .contact-area,
.site-agent.page-determineclaimtypequestionsforapublicsite .contact-area,
.site-agent.page-determineclaimtypequestionsforpublicsite .contact-area {
  display: none;
}
/* :L11947 */
.page-specificclaimtypequestionsforagentsite .instanda-responsive-help-text,
.page-updateclaim .instanda-responsive-help-text,
.page-specificclaimtypequestionsforpublicsite .instanda-responsive-help-text,
.page-determineclaimtypequestionsforagentsite .instanda-responsive-help-text,
.page-determineclaimtypequestionsforapublicsite .instanda-responsive-help-text,
.page-determineclaimtypequestionsforpublicsite .instanda-responsive-help-text {
  flex-basis: 100%;
  background: #c5c5c5;
  padding: 10px 0;
  padding: 0;
}
/* :L11953 */
.page-specificclaimtypequestionsforagentsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-updateclaim .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-specificclaimtypequestionsforpublicsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-determineclaimtypequestionsforagentsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-determineclaimtypequestionsforapublicsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-determineclaimtypequestionsforpublicsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7 {
  padding: 10px 15px;
}
/* :L11958 */
.page-specificclaimtypequestionsforagentsite i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x,
.page-updateclaim i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x,
.page-specificclaimtypequestionsforpublicsite i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x,
.page-determineclaimtypequestionsforagentsite i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x,
.page-determineclaimtypequestionsforapublicsite i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x,
.page-determineclaimtypequestionsforpublicsite i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x {
  color: grey;
  font-size: 15pt;
}
/* :L11963 */
/* :L11964 */
.page-specificclaimtypequestionsforagentsite .questionItem > .instanda-text-question.form-group.row,
.page-updateclaim .questionItem > .instanda-text-question.form-group.row,
.page-specificclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row,
.page-determineclaimtypequestionsforagentsite .questionItem > .instanda-text-question.form-group.row,
.page-determineclaimtypequestionsforapublicsite .questionItem > .instanda-text-question.form-group.row,
.page-determineclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
/* :L11969 */
.page-specificclaimtypequestionsforagentsite .questionItem > .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.page-updateclaim .questionItem > .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.page-specificclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.page-determineclaimtypequestionsforagentsite .questionItem > .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.page-determineclaimtypequestionsforapublicsite .questionItem > .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.page-determineclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  order: 2;
}
/* :L11973 */
.page-specificclaimtypequestionsforagentsite .questionItem > .instanda-text-question.form-group.row .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
.page-updateclaim .questionItem > .instanda-text-question.form-group.row .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
.page-specificclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
.page-determineclaimtypequestionsforagentsite .questionItem > .instanda-text-question.form-group.row .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
.page-determineclaimtypequestionsforapublicsite .questionItem > .instanda-text-question.form-group.row .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
.page-determineclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  width: 50px;
}
/* :L11978 */
.page-specificclaimtypequestionsforagentsite .questionItem label.radio-inline,
.page-updateclaim .questionItem label.radio-inline,
.page-specificclaimtypequestionsforpublicsite .questionItem label.radio-inline,
.page-determineclaimtypequestionsforagentsite .questionItem label.radio-inline,
.page-determineclaimtypequestionsforapublicsite .questionItem label.radio-inline,
.page-determineclaimtypequestionsforpublicsite .questionItem label.radio-inline {
  background: gray;
  color: white;
  padding: 5px 30px;
}
/* :L11983 */
.page-specificclaimtypequestionsforagentsite .questionItem label.radio-inline.instanda-selected,
.page-updateclaim .questionItem label.radio-inline.instanda-selected,
.page-specificclaimtypequestionsforpublicsite .questionItem label.radio-inline.instanda-selected,
.page-determineclaimtypequestionsforagentsite .questionItem label.radio-inline.instanda-selected,
.page-determineclaimtypequestionsforapublicsite .questionItem label.radio-inline.instanda-selected,
.page-determineclaimtypequestionsforpublicsite .questionItem label.radio-inline.instanda-selected {
  background: #da291c;
  color: white;
  padding: 5px 30px;
}
/* :L11989 */
.page-specificclaimtypequestionsforagentsite .questionItem label.radio-inline input,
.page-updateclaim .questionItem label.radio-inline input,
.page-specificclaimtypequestionsforpublicsite .questionItem label.radio-inline input,
.page-determineclaimtypequestionsforagentsite .questionItem label.radio-inline input,
.page-determineclaimtypequestionsforapublicsite .questionItem label.radio-inline input,
.page-determineclaimtypequestionsforpublicsite .questionItem label.radio-inline input {
  -webkit-appearance: none;
  border: none;
}
/* :L11995 */
.page-specificclaimtypequestionsforagentsite .blackBanner-2,
.page-updateclaim .blackBanner-2,
.page-specificclaimtypequestionsforpublicsite .blackBanner-2,
.page-determineclaimtypequestionsforagentsite .blackBanner-2,
.page-determineclaimtypequestionsforapublicsite .blackBanner-2,
.page-determineclaimtypequestionsforpublicsite .blackBanner-2 {
  margin-bottom: 30px;
}
/* :L11998 */
.page-specificclaimtypequestionsforagentsite .banner.summary-details,
.page-updateclaim .banner.summary-details,
.page-specificclaimtypequestionsforpublicsite .banner.summary-details,
.page-determineclaimtypequestionsforagentsite .banner.summary-details,
.page-determineclaimtypequestionsforapublicsite .banner.summary-details,
.page-determineclaimtypequestionsforpublicsite .banner.summary-details {
  display: flex;
}
/* :L12000 */
/* :L12001 */
.page-specificclaimtypequestionsforagentsite .banner.summary-details .group-2-fields > div,
.page-updateclaim .banner.summary-details .group-2-fields > div,
.page-specificclaimtypequestionsforpublicsite .banner.summary-details .group-2-fields > div,
.page-determineclaimtypequestionsforagentsite .banner.summary-details .group-2-fields > div,
.page-determineclaimtypequestionsforapublicsite .banner.summary-details .group-2-fields > div,
.page-determineclaimtypequestionsforpublicsite .banner.summary-details .group-2-fields > div {
  display: flex;
  flex-flow: row wrap;
}
/* :L12004 */
.page-specificclaimtypequestionsforagentsite .banner.summary-details .group-2-fields > div p,
.page-updateclaim .banner.summary-details .group-2-fields > div p,
.page-specificclaimtypequestionsforpublicsite .banner.summary-details .group-2-fields > div p,
.page-determineclaimtypequestionsforagentsite .banner.summary-details .group-2-fields > div p,
.page-determineclaimtypequestionsforapublicsite .banner.summary-details .group-2-fields > div p,
.page-determineclaimtypequestionsforpublicsite .banner.summary-details .group-2-fields > div p {
  flex-basis: 100%;
}
/* :L12009 */
.page-specificclaimtypequestionsforagentsite .banner.summary-details .last-field,
.page-updateclaim .banner.summary-details .last-field,
.page-specificclaimtypequestionsforpublicsite .banner.summary-details .last-field,
.page-determineclaimtypequestionsforagentsite .banner.summary-details .last-field,
.page-determineclaimtypequestionsforapublicsite .banner.summary-details .last-field,
.page-determineclaimtypequestionsforpublicsite .banner.summary-details .last-field {
  flex-flow: row wrap;
}
/* :L12011 */
.page-specificclaimtypequestionsforagentsite .banner.summary-details .last-field p,
.page-updateclaim .banner.summary-details .last-field p,
.page-specificclaimtypequestionsforpublicsite .banner.summary-details .last-field p,
.page-determineclaimtypequestionsforagentsite .banner.summary-details .last-field p,
.page-determineclaimtypequestionsforapublicsite .banner.summary-details .last-field p,
.page-determineclaimtypequestionsforpublicsite .banner.summary-details .last-field p {
  flex-basis: 100%;
}
/* :L12015 */
.page-specificclaimtypequestionsforagentsite .banner.summary-details .content-container-mta,
.page-updateclaim .banner.summary-details .content-container-mta,
.page-specificclaimtypequestionsforpublicsite .banner.summary-details .content-container-mta,
.page-determineclaimtypequestionsforagentsite .banner.summary-details .content-container-mta,
.page-determineclaimtypequestionsforapublicsite .banner.summary-details .content-container-mta,
.page-determineclaimtypequestionsforpublicsite .banner.summary-details .content-container-mta {
  align-items: flex-start;
}
/* :L12020 */
.page-specificclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show,
.page-updateclaim .container.alert.alert-danger.alert-dismissible.show,
.page-specificclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show,
.page-determineclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show,
.page-determineclaimtypequestionsforapublicsite .container.alert.alert-danger.alert-dismissible.show,
.page-determineclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show {
  color: white;
  background: #317731;
  border-radius: 12px;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
/* :L12026 */
.page-specificclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show button.close,
.page-updateclaim .container.alert.alert-danger.alert-dismissible.show button.close,
.page-specificclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show button.close,
.page-determineclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show button.close,
.page-determineclaimtypequestionsforapublicsite .container.alert.alert-danger.alert-dismissible.show button.close,
.page-determineclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show button.close {
  opacity: 1;
  order: 2;
  flex-basis: 50px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  top: 0;
  right: 0;
}
/* :L12037 */
.page-specificclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show button.close:hover,
.page-updateclaim .container.alert.alert-danger.alert-dismissible.show button.close:hover,
.page-specificclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show button.close:hover,
.page-determineclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show button.close:hover,
.page-determineclaimtypequestionsforapublicsite .container.alert.alert-danger.alert-dismissible.show button.close:hover,
.page-determineclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show button.close:hover {
  background: white;
  opacity: 1;
  border-radius: 12px;
}
/* :L12042 */
.page-specificclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show button.close span,
.page-updateclaim .container.alert.alert-danger.alert-dismissible.show button.close span,
.page-specificclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show button.close span,
.page-determineclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show button.close span,
.page-determineclaimtypequestionsforapublicsite .container.alert.alert-danger.alert-dismissible.show button.close span,
.page-determineclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show button.close span {
  font-size: 24pt;
  top: 0;
  right: 0;
}
/* :L12049 */
.page-specificclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show .validation-summary-errors,
.page-updateclaim .container.alert.alert-danger.alert-dismissible.show .validation-summary-errors,
.page-specificclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show .validation-summary-errors,
.page-determineclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show .validation-summary-errors,
.page-determineclaimtypequestionsforapublicsite .container.alert.alert-danger.alert-dismissible.show .validation-summary-errors,
.page-determineclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show .validation-summary-errors {
  flex-grow: 1;
}
/* :L12053 */
.page-specificclaimtypequestionsforagentsite span.label.label-danger.field-validation-valid,
.page-updateclaim span.label.label-danger.field-validation-valid,
.page-specificclaimtypequestionsforpublicsite span.label.label-danger.field-validation-valid,
.page-determineclaimtypequestionsforagentsite span.label.label-danger.field-validation-valid,
.page-determineclaimtypequestionsforapublicsite span.label.label-danger.field-validation-valid,
.page-determineclaimtypequestionsforpublicsite span.label.label-danger.field-validation-valid {
  margin-left: 0;
  font-size: 0;
}
/* :L12057 */
.page-specificclaimtypequestionsforagentsite span.label.label-danger.field-validation-valid::after,
.page-updateclaim span.label.label-danger.field-validation-valid::after,
.page-specificclaimtypequestionsforpublicsite span.label.label-danger.field-validation-valid::after,
.page-determineclaimtypequestionsforagentsite span.label.label-danger.field-validation-valid::after,
.page-determineclaimtypequestionsforapublicsite span.label.label-danger.field-validation-valid::after,
.page-determineclaimtypequestionsforpublicsite span.label.label-danger.field-validation-valid::after {
  content: "U dient een bedrag in te vullen";
  font-size: 10.5px;
}
/* :L12064 */
/* :L12065 */
/* :L12066 */
#question121965 .instanda-text-question label.radio-inline {
  text-align: center;
  padding-left: unset;
}
/* :L12073 */
/* :L12074 */
/* :L12075 */
.confirm-yes-no .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 .instanda-question-input {
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
  margin: 0;
  order: 2;
}
/* :L12081 */
.confirm-yes-no .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 .instanda-question-input label.radio-inline {
  flex-grow: 1;
  text-align: left;
  margin: 0;
}
/* :L12089 */
.confirm-yes-no > .form-group {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
/* :L12093 */
.confirm-yes-no > .form-group > .form-group {
  flex-grow: 1;
}
/* :L12097 */
.confirm-yes-no .instanda-text-question.form-group.row {
  flex-grow: 1;
  display: flex;
  margin-bottom: 0;
  flex-basis: 292px;
}
/* :L12103 */
/* :L12104 */
.confirm-yes-no .instanda-question-parent-yes-no .instanda-question-input {
  order: 2;
  margin: 0;
}
/* :L12108 */
.confirm-yes-no .instanda-question-parent-yes-no + .form-group {
  margin: 0;
}
/* :L12110 */
.confirm-yes-no .instanda-question-parent-yes-no + .form-group .form-group {
  margin: 0;
}
/* :L12115 */
.confirm-yes-no .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  width: 50px;
}
/* :L12118 */
.confirm-yes-no .instanda-question-date.date.input-group.instanda-question-not-dob {
  display: table !important;
}
/* :L12124 */
.claims-item {
  background: #f1f1f1;
  padding: 10px 0px;
  color: #ababab;
  font-size: 12pt;
  margin-bottom: 30px;
}
/* :L12130 */
.claims-item .claim-header {
  border-bottom: 2px solid #c1c1c1;
  font-weight: 700;
}
/* :L12133 */
.claims-item .claim-header p {
  margin-bottom: 2px;
}
/* :L12137 */
.claims-item h4.claim-number {
  color: #da291c;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}
/* :L12144 */
.claims-item h3.item-area-title {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
/* :L12149 */
.claims-item .item-line {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
/* :L12155 */
.claims-item p,
.claims-item .title,
.claims-item .detail {
  font-size: 14px;
}
/* :L12160 */
.claims-item .title {
  padding-left: 0 !important;
}
/* :L12163 */
.claims-item button.collapsible.float-right {
  font-size: 14px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 0;
}
/* :L12171 */
/* :L12172 */
.site-public .hidden-on-public {
  display: none;
}
/* :L12177 */
/* :L12178 */
/* :L12179 */
.site-public div#Claim-Loss_Date-Dialog h4.modal-title {
  font-size: 0;
}
/* :L12181 */
.site-public div#Claim-Loss_Date-Dialog h4.modal-title::after {
  content: "Selecteer een datum voor het incident/voorval";
  font-size: 18px;
}
/* :L12190 */
span.password-check {
  padding: 5px 15px;
  background: #d8f5d8;
  color: green;
  border-radius: 8px;
  margin-left: 15px;
}
/* :L12198 */
/* :L12199 */
.all-claim-area > .claims.portal.heading-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}
/* :L12205 */
.all-claim-area > .claims.portal.heading-area .btn.btn-primary {
  padding: 7px 20px;
}
@media only screen and (max-width: 320px) {
  /* :L12212 */
  /* :L12213 */
  .page-determineclaimtypequestionsforpublicsite .claim-area .container .instanda-question-label {
    width: 95%;
  }
}
@media only screen and (max-width: 576px) {
  /* :L12220 */
  /* :L12226 */
  .page-specificclaimtypequestionsforagentsite .banner.summary-details,
  .page-updateclaim .banner.summary-details,
  .page-specificclaimtypequestionsforpublicsite .banner.summary-details,
  .page-determineclaimtypequestionsforagentsite .banner.summary-details,
  .page-determineclaimtypequestionsforapublicsite .banner.summary-details,
  .page-determineclaimtypequestionsforpublicsite .banner.summary-details {
    display: block;
  }
  /* :L12230 */
  /* :L12231 */
  .page-specificclaimtypequestionsforpublicsite .customer-portal-access {
    display: flex;
    justify-content: center;
  }
  /* :L12236 */
  /* :L12237 */
  .page-specificclaimtypequestionsforpublicsite .claim-area {
    display: block;
  }
  /* :L12241 */
  /* :L12242 */
  .page-determineclaimtypequestionsforpublicsite .questionList.instanda-questionList {
    padding: 10px;
    margin-bottom: 20px;
  }
  /* :L12246 */
  .page-determineclaimtypequestionsforpublicsite .questionItem {
    display: block;
  }
  /* :L12249 */
  .page-determineclaimtypequestionsforpublicsite .questionItem .instanda-text-question.form-group.row {
    flex-direction: column;
    position: relative;
  }
  /* :L12253 */
  .page-determineclaimtypequestionsforpublicsite .questionItem .instanda-text-question.form-group.row .instanda-question-help-col {
    position: absolute;
    right: -15px;
    bottom: 35px;
  }
  /* :L12259 */
  .page-determineclaimtypequestionsforpublicsite .instanda-responsive-help-text.row.collapse.in {
    margin-right: 0;
    margin-left: 0;
  }
  /* :L12263 */
  .page-determineclaimtypequestionsforpublicsite #question121960 > div.instanda-text-question.form-group.row > div.instanda-question-help-col {
    bottom: 75px;
  }
  /* :L12268 */
  .page-determineclaimtypequestionsforpublicsite .claim-area {
    display: block;
  }
  /* :L12270 */
  .page-determineclaimtypequestionsforpublicsite .claim-area .container .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  /* :L12275 */
  .page-determineclaimtypequestionsforpublicsite .contact-area {
    margin-top: 25px;
  }
  /* :L12279 */
  /* :L12280 */
  .page-specificclaimtypequestionsforpublicsite .questionList.instanda-questionList {
    padding: 0;
  }
  /* :L12283 */
  .page-specificclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row {
    display: block;
  }
  /* :L12286 */
  .page-specificclaimtypequestionsforpublicsite .claim-area .container {
    margin-top: 20px;
  }
  /* :L12290 */
  /* :L12291 */
  /* :L12292 */
  .page-specificclaimtypequestionsforpublicsite .sales-container-left .geachte-container h4 {
    margin-top: 0;
  }
  /* :L12295 */
  .page-specificclaimtypequestionsforpublicsite .sales-container-left > div:nth-child(5) {
    display: none;
  }
  /* :L12299 */
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 {
    margin-bottom: 25px;
  }
  /* :L12303 */
  /* :L12304 */
  #question122604 .instanda-question-label {
    flex-basis: 100%;
  }
  /* :L12308 */
  /* :L12312 */
  /* :L12316 */
  /* :L12317 */
  /* :L12318 */
  /* :L12319 */
  .confirm-yes-no .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 .instanda-question-input label.radio-inline {
    padding-left: 15px;
  }
  /* :L12325 */
  /* :L12326 */
  /* :L12327 */
  #question121965 .instanda-text-question label.radio-inline {
    padding: 5px 30px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 768px) {
  /* :L12336 */
  /* :L12338 */
  .page-determineclaimtypequestionsforpublicsite #instanda-site-layout > div > div:nth-child(2) > div > div.instanda-main-content > form > div.container {
    margin-top: 20px;
    padding-right: 0;
  }
  /* :L12347 */
  .page-determineclaimtypequestionsforpublicsite #instanda-site-layout > div > div:nth-child(2) > div > div.instanda-main-content > form > div.container .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding-right: 0;
  }
  /* :L12352 */
  .page-determineclaimtypequestionsforpublicsite .contact-area {
    flex-basis: 96%;
    margin-top: 10px;
  }
  /* :L12356 */
  .page-determineclaimtypequestionsforpublicsite button#continueButton i.fa.fa-caret-right {
    margin-left: 5px;
  }
  /* :L12360 */
  /* :L12361 */
  .page-specificclaimtypequestionsforpublicsite .claim-area {
    flex-flow: row;
  }
  /* :L12363 */
  .page-specificclaimtypequestionsforpublicsite .claim-area .container {
    margin-top: 15px;
  }
  /* :L12367 */
  .page-specificclaimtypequestionsforpublicsite .questionItem {
    display: block;
  }
  /* :L12370 */
  .page-specificclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row {
    display: block;
  }
  /* :L12374 */
  .page-specificclaimtypequestionsforpublicsite .questionList.instanda-questionList {
    padding-bottom: 27px;
  }
  /* :L12377 */
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 {
    padding-left: 15px;
    justify-content: space-between;
  }
  /* :L12381 */
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 .title {
    font-size: 25px;
  }
  /* :L12385 */
  /* :L12386 */
  .page-specificclaimtypequestionsforpublicsite .sales-container-left .geachte-container h4 {
    margin-top: 0;
  }
  /* :L12389 */
  .page-specificclaimtypequestionsforpublicsite .sales-container-left > div:nth-child(5) {
    display: none;
  }
  /* :L12394 */
  /* :L12400 */
  /* :L12401 */
  .page-specificclaimtypequestionsforagentsite .blackBanner-2 .imgBook,
  .page-updateclaim .blackBanner-2 .imgBook,
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 .imgBook,
  .page-determineclaimtypequestionsforagentsite .blackBanner-2 .imgBook,
  .page-determineclaimtypequestionsforapublicsite .blackBanner-2 .imgBook,
  .page-determineclaimtypequestionsforpublicsite .blackBanner-2 .imgBook {
    display: none;
  }
  /* :L12404 */
  .page-specificclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta,
  .page-updateclaim .blackBanner-2 #blackbanner-mta,
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta,
  .page-determineclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta,
  .page-determineclaimtypequestionsforapublicsite .blackBanner-2 #blackbanner-mta,
  .page-determineclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta {
    justify-content: space-around;
    flex-direction: column;
  }
  /* :L12408 */
  .page-specificclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta > div:first-child,
  .page-updateclaim .blackBanner-2 #blackbanner-mta > div:first-child,
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta > div:first-child,
  .page-determineclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta > div:first-child,
  .page-determineclaimtypequestionsforapublicsite .blackBanner-2 #blackbanner-mta > div:first-child,
  .page-determineclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta > div:first-child {
    display: grid;
    grid-template-columns: 70% 50%;
  }
  /* :L12412 */
  .page-specificclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta,
  .page-updateclaim .blackBanner-2 #blackbanner-mta .content-container-mta,
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta,
  .page-determineclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta,
  .page-determineclaimtypequestionsforapublicsite .blackBanner-2 #blackbanner-mta .content-container-mta,
  .page-determineclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta {
    flex-direction: row;
  }
  /* :L12415 */
  .page-specificclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.group-2-fields,
  .page-updateclaim .blackBanner-2 #blackbanner-mta .content-container-mta > div.group-2-fields,
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.group-2-fields,
  .page-determineclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.group-2-fields,
  .page-determineclaimtypequestionsforapublicsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.group-2-fields,
  .page-determineclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.group-2-fields,
  .page-specificclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.last-field,
  .page-updateclaim .blackBanner-2 #blackbanner-mta .content-container-mta > div.last-field,
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.last-field,
  .page-determineclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.last-field,
  .page-determineclaimtypequestionsforapublicsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.last-field,
  .page-determineclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.last-field {
    width: 100%;
  }
  /* :L12418 */
  .page-specificclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.group-2-fields > div > div,
  .page-updateclaim .blackBanner-2 #blackbanner-mta .content-container-mta > div.group-2-fields > div > div,
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.group-2-fields > div > div,
  .page-determineclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.group-2-fields > div > div,
  .page-determineclaimtypequestionsforapublicsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.group-2-fields > div > div,
  .page-determineclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.group-2-fields > div > div,
  .page-specificclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.last-field > div > div,
  .page-updateclaim .blackBanner-2 #blackbanner-mta .content-container-mta > div.last-field > div > div,
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.last-field > div > div,
  .page-determineclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.last-field > div > div,
  .page-determineclaimtypequestionsforapublicsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.last-field > div > div,
  .page-determineclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta > div.last-field > div > div {
    margin: 0;
  }
  /* :L12422 */
  .page-specificclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta .group-2-fields > div:first-child,
  .page-updateclaim .blackBanner-2 #blackbanner-mta .content-container-mta .group-2-fields > div:first-child,
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta .group-2-fields > div:first-child,
  .page-determineclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta .group-2-fields > div:first-child,
  .page-determineclaimtypequestionsforapublicsite .blackBanner-2 #blackbanner-mta .content-container-mta .group-2-fields > div:first-child,
  .page-determineclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta .group-2-fields > div:first-child,
  .page-specificclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta .group-2-fields div,
  .page-updateclaim .blackBanner-2 #blackbanner-mta .content-container-mta .group-2-fields div,
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta .group-2-fields div,
  .page-determineclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta .group-2-fields div,
  .page-determineclaimtypequestionsforapublicsite .blackBanner-2 #blackbanner-mta .content-container-mta .group-2-fields div,
  .page-determineclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta .group-2-fields div,
  .page-specificclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta .last-field,
  .page-updateclaim .blackBanner-2 #blackbanner-mta .content-container-mta .last-field,
  .page-specificclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta .last-field,
  .page-determineclaimtypequestionsforagentsite .blackBanner-2 #blackbanner-mta .content-container-mta .last-field,
  .page-determineclaimtypequestionsforapublicsite .blackBanner-2 #blackbanner-mta .content-container-mta .last-field,
  .page-determineclaimtypequestionsforpublicsite .blackBanner-2 #blackbanner-mta .content-container-mta .last-field {
    grid-template-columns: 58% 50% !important;
  }
}
/* :L12432 */
/* :L12433 */
.page-customerhomepage .summary-area:not(:last-of-type) {
  border-bottom: 2px solid #c1c1c1;
}
/* :L12436 */
.page-customerhomepage #Claim-Loss_Date-Dialog {
  display: none !important;
}
/* :L12441 */
.page-determineclaimtypequestionsforpublicsite div#blackbanner-mta .end-date {
  margin-left: 0;
}
/* :L12445 */
/* :L12446 */
.page-determineclaimtypequestionsforpublicsite #logosSection {
  margin-top: 0px;
}
@media only screen and (max-width: 576px) {
  .page-determineclaimtypequestionsforpublicsite #logosSection {
    display: flex;
    justify-content: center;
  }
}
/* :L12454 */
.skip-page::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 9999;
}
/* :L12465 */
/* :L12468 */
.instanda-customer-register-content label[for="UserName"] {
  outline: 1px solid green;
  visibility: hidden;
}
/* :L12472 */
.instanda-customer-register-content label[for="UserName"]:after {
  visibility: visible;
  content: "E-mailadres";
  position: absolute;
  left: 15px;
}
/* :L12480 */
.instanda-customer-register-content label[for="Password"] {
  outline: 1px solid green;
  visibility: hidden;
}
/* :L12484 */
.instanda-customer-register-content label[for="Password"]:after {
  visibility: visible;
  content: "Wachtwoord";
  position: absolute;
  left: 15px;
}
/* :L12492 */
.instanda-customer-register-content .instanda-gm-next-screen {
  visibility: hidden;
}
/* :L12495 */
.instanda-customer-register-content .instanda-gm-next-screen:after {
  visibility: visible;
  content: "Registreer";
  position: absolute;
  left: 15px;
  color: white;
  background-color: #da291c;
  border-radius: 0px;
  border: none;
  padding: 6px;
}
/*.privacyLink {
  text-align: center;
  margin-bottom: -20px;
  text-decoration: underline;
  font-size: 8px;
}

a.privacycolor {
    color: #5f5f5f;
}

.container.instanda-built-by-footer {
    display: none;
}

.page-quickquotequestions {
  	.privacyLink {
     	margin-top: 130px;
	}
  .footer {
     height: 60px; APNLD-1035 (GuilhermeHiscoxNL)
}
}
*/

/* :L12533 */
.container.instanda-built-by-footer {
  display: none;
}
/* :L12537 */
.privacyLink {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  min-height: 120px;
  color: white;
  background: black;
}
/* :L12548 */
.privacyLink .redPolygon {
  /*position: absolute;*/
  right: 0px;
  background: #da291c;
  width: 100%;
  height: 100%;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
}
/* :L12558 */
.privacyLink .whiteLine {
  width: 100%;
  height: 1px;
  margin-left: 7%;
  background-color: white;
  margin-top: 20px;
}
/* :L12567 */
.privacyLink .links {
  padding-left: 7%;
  margin-right: 120px;
  width: 100%;
}
/* :L12573 */
.privacyLink .links a {
  display: inline-block;
  font-size: small;
  text-align: left;
  color: white;
  text-decoration: none;
  padding: 5px 5px 5px 0px;
  margin-right: 20px;
  margin-top: 15px;
}
/* :L12584 */
.privacyLink .links a:hover {
  text-decoration: underline;
}
/* :L12588 */
.privacyLink .copyRight {
  padding-left: 7%;
  margin-right: 100px;
  margin-top: 15px;
  width: 100%;
  font-size: small;
  color: #9a9a9a;
}
/* :L12597 */
.privacyLink .footerLeftContainer {
  width: 100%;
  margin-bottom: 10px;
}
/* :L12602 */
.privacyLink .footerRightContainer {
  width: 140px;
}
@media screen and (max-width: 600px) {
  /* :L12607 */
  .privacyLink .links a {
    display: grid;
    font-size: x-small;
    padding: 0px;
  }
  /* :L12613 */
  .privacyLink .copyRight {
    font-size: x-small;
  }
  /* :L12617 */
  body {
    margin-bottom: 370px;
  }
  /* :L12621 */
  body.page-quickquotequestions.created-from-newbusiness.page-number-1.package-12733.site-public.theme-responsive.is-touch-device {
    margin-bottom: 590px;
  }
  /* :L12626 */
  body.page-quickquotequestions.created-from-mta.page-number-1.package-12733.sale-stage-abouttoquickquote.site-public.theme-responsive.is-touch-device {
    margin-bottom: 590px;
  }
  /* :L12630 */
  body.page-quickquotequestions.created-from-selfrenewal.page-number-1.package-12733.sale-stage-abouttoquickquote.site-public.theme-responsive.is-touch-device {
    margin-bottom: 590px;
  }
}
/* body.page-quote.created-from-newbusiness.page-number-1.package-12733.sale-stage-quote.site-public.cover-selected.theme-responsive.is-touch-device {
    margin-bottom: 0px !important;
  }*/

/* :L12639 */
/* :L12640 */
.page-quote .container.instanda-documents {
  padding: 0;
  margin: 0;
  text-align: left;
}
/* :L12646 */
.page-quote .hiddenFooter {
  display: none;
}
/* #question121548 {
  display:none;
}

.grouping-header {
  width: 180px;
  background: transparent;
  padding-right: 15px;
  height: 0;
  margin: 0;
  ~ .questionItem.instanda-question-item.form-group {
    border-color: #bebebe;
    border-width: 1px 2px 1px 2px;
    border-style: solid;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    width: calc(68%);
    margin-left: auto;
    &:last-of-type {
      border-width:1px 2px 2px 2px;
    }
    label {
  
      height:100%;
      width:100%;
      position:absolute;
      &:hover {
        cursor:pointer !important;
      }
      input {
        height:100%;
        width:100%;
        display: flex;
        align-items: center;
        visibility: hidden;
        margin-top: 0;
        &::after {
          content:'check_box_outline_blank';
          visibility:visible;
          font-size:20pt;
          font-family:'Material Icons';
          margin-left:-12px;
          line-height: 0;
        }
        &:checked::after {
          content:'check_box';
        }
      }
    }
    .confirmQuestionText {
      margin-left:20px;
    }
  }
  + .questionItem.instanda-question-item.form-group {
    border-width:2px 2px 1px 2px;   
  }
  .instanda-questionHeader.questionHeader.container {
    padding:0;
  
  }
} */

@media only screen and (max-width: 576px) {
  /* :L12721 */
  .Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .action-link {
    display: inline-block;
    text-align: right;
    top: 16px;
    right: 0;
    width: auto;
    padding-right: 0;
  }
  /* :L12730 */
  .Profile-main-container .instanda-customer-details-content .questionItem:nth-of-type(2) .instanda-question-input .action-link::after {
    display: inline-block;
  }
}
@media only screen and (max-width: 576px) {
  /* :L12736 */
  .Profile-main-container .check-toggle {
    right: 0;
    padding: 0;
  }
}
/* CSS sheet - added by ritaHiscoxNL 25/11/2021 APNLD-845 */

/* :L12743 */
@media only screen and (max-width: 576px) {
  /* :L12748 */
  .page-customerlogin .customer-login img,
  .page-customersendpasswordresetlink .customer-login img,
  .page-customerforgotpassword .customer-login img,
  .page-customerregister .customer-login img {
    width: 145.588px !important;
    height: 50.422px !important;
  }
}
/* :L12754 */
.page-customerlogin div#logosSection,
.page-customersendpasswordresetlink div#logosSection,
.page-customerforgotpassword div#logosSection,
.page-customerregister div#logosSection {
  display: none;
}
/* :L12759 */
@media only screen and (max-width: 576px) {
  /* :L12763 */
  .page-customerhomepage div#logosSection .logoHeader,
  .page-customerdetails div#logosSection .logoHeader,
  .page-customertransactions div#logosSection .logoHeader {
    display: none;
  }
  /* :L12767 */
  .page-customerhomepage .customer-portal-access,
  .page-customerdetails .customer-portal-access,
  .page-customertransactions .customer-portal-access {
    display: flex;
    justify-content: center;
  }
  /* :L12772 */
  .page-customerhomepage .logo-box-container,
  .page-customerdetails .logo-box-container,
  .page-customertransactions .logo-box-container {
    display: none;
  }
}
/* :L12777 */
.page-customerhomepage div#logosSection,
.page-customerdetails div#logosSection,
.page-customertransactions div#logosSection {
  padding-top: 30px;
}
@media only screen and (min-width: 577px) {
  .page-customerhomepage div#logosSection,
  .page-customerdetails div#logosSection,
  .page-customertransactions div#logosSection {
    display: none;
  }
}
/* :L12785 */
/* :L12787 */
/* :L12793 */
.page-determineclaimtypequestionsforpublicsite div.logoHeader,
.page-specificclaimtypequestionsforpublicsite div.logoHeader {
  display: none;
}
/* :L12797 */
.page-determineclaimtypequestionsforpublicsite div.customer-portal-access img,
.page-specificclaimtypequestionsforpublicsite div.customer-portal-access img {
  float: left !important;
}
/* APNLD-902 19/01/2022 */

/* :L12803 */
#logosSection {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  #logosSection {
    justify-content: center;
  }
}
/* :L12812 */
#logosSection .customer-portal-access {
  padding: 15px 30px 15px 30px;
}
/* Apply same design as APNLD-902 to homepage - 20/01/2022 */

/* :L12818 */
.logo-box-container {
  padding: 15px 30px 15px 30px;
}
/*APNLD-8526 GuilhermeRodriguesNL 19/05/2025*/

/* :L12823 */
/* :L12824 */
.page-customerhomepage .hiscox-policy-list {
  background-color: white;
  border: solid 2px #bebebe;
  border-radius: 2px;
}
/* :L12830 */
.page-customerhomepage .hiscox-quote-list {
  background-color: white;
  border: solid 2px #bebebe;
  border-radius: 2px;
}
@media only screen and (max-width: 576px) {
  /* :L12836 */
  .page-customerhomepage .verzekering-align-elem > div:nth-child(1) {
    padding-right: 15px;
    width: auto!important;
  }
  /* :L12840 */
  .page-customerhomepage .header-policies-quotes-claims {
    margin-bottom: 0px;
  }
  /* :L12843 */
  .page-customerhomepage .login-Main-bar {
    height: 0px;
  }
  /* :L12845 */
  .page-customerhomepage .login-Main-bar .profile-box-container {
    display: none;
  }
  /* :L12849 */
  .page-customerhomepage .customer-portal-access img {
    width: 225px!important;
    height: 77.925px!important;
  }
}
@media only screen and (max-width: 576px) {
  /* :L12855 */
  .page-customerhomepage .fs-14 {
    font-size: 14px !important;
  }
  /* :L12858 */
  .page-customerhomepage .fs-12 {
    font-size: 12px !important;
  }
  /* :L12861 */
  .page-customerhomepage .fs-11 {
    font-size: 11px !important;
  }
}
/*END APNLD-8526*/

/* :L12867 */
/* :L12868 */
.instanda-question-date .datepicker {
  width: 100%;
  max-width: 300px;
}
/* :L12872 */
.instanda-question-date .datepicker .btn {
  background: transparent;
  color: #5f5f5f;
}
/* :L12876 */
.instanda-question-date .datepicker .btn:hover {
  background: #ededed;
}
/* :L12879 */
.instanda-question-date .datepicker .btn:active {
  background: #bebebe;
}
/* :L12884 */
.instanda-question-date .datepicker-picker {
  width: 100%;
}
/* :L12888 */
/* :L12889 */
.instanda-question-date .datepicker-controls .next-btn,
.instanda-question-date .datepicker-controls .prev-btn {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  width: 3.25rem;
}
/* :L12897 */
.instanda-question-date .datepicker-grid {
  width: 100%;
}
/* :L12901 */
.instanda-question-date .datepicker-cell {
  height: 3rem;
  line-height: 3rem;
}
/* :L12905 */
.instanda-question-date .datepicker-cell:not(.disabled):not(.selected):hover {
  color: #5f5f5f;
  background: #ededed;
}
/* :L12909 */
.instanda-question-date .datepicker-cell.selected {
  background: #da291c;
}
/* :L12912 */
.instanda-question-date .datepicker-cell.selected:hover {
  background: #da291c;
}
/* :L12919 */
@media only screen and (min-width: 1200px) {
  /* :L12922 */
  .page-quickquotequestions .footer {
    bottom: -50px;
  }
  /* :L12925 */
  .page-quickquotequestions .need-help-container {
    top: 205px;
    /*-130*/
  
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* :L12931 */
  .page-quickquotequestions .footer {
    bottom: -60px;
  }
  /* :L12934 */
  .page-quickquotequestions .need-help-container {
    top: 205px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* :L12940 */
  .page-quickquotequestions .footer {
    bottom: -110px;
  }
  /* :L12943 */
  .page-quickquotequestions .need-help-container {
    top: 273px;
  }
}
@media only screen and (min-width: 732px) and (max-width: 768px) {
  /* :L12949 */
  .page-quickquotequestions .footer {
    bottom: -80px;
  }
  /* :L12952 */
  .page-quickquotequestions .need-help-container {
    top: 210px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 732px) {
  /* :L12958 */
  .page-quickquotequestions .footer {
    bottom: -160px;
  }
  /* :L12961 */
  .page-quickquotequestions .need-help-container {
    top: 275px;
  }
}
@media screen and (max-width: 576px) {
  /* :L12967 */
  .page-quickquotequestions .container-order-helpbox {
    display: flex;
    flex-flow: column;
  }
  /* :L12968 */
  .page-quickquotequestions .instanda-main-content {
    order: 1;
    margin-bottom: 170px;
  }
  /* :L12969 */
  .page-quickquotequestions .need-help-wrapper {
    order: 2;
  }
}
/* :L12974 */
/* :L12975 */
.page-quote .panel-group {
  margin-top: 25px;
}
/* :L12980 */
@media only screen and (min-width: 576px) {
  /* :L12982 */
  .page-confirmation2 .panel.panel-default {
    margin-top: 60px;
  }
  /* :L12986 */
  .page-confirmation2 .panel-group {
    width: 70%;
  }
}
/* :L12992 */
@media (min-width: 992px) {
  /* :L12994 */
  .page-customerhomepage .panel-group {
    margin-top: 80px;
  }
}
/* :L13000 */
@media (min-width: 992px) {
  /* :L13002 */
  .page-confirmation2.created-from-mta .panel-group {
    margin-left: 10px;
  }
}
/* :L13008 */
/* :L13009 */
.page-specificclaimtypequestionsforpublicsite .panel-group {
  flex-basis: 30%;
}
@media (min-width: 1200px) {
  /* :L13013 */
  .page-specificclaimtypequestionsforpublicsite .panel-group {
    margin-left: 10px;
  }
}
/* :L13018 */
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
/* :L13024 */
.collapsible-link::before {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.1rem;
  color: black;
}
/* :L13036 */
.collapsible-link[aria-expanded='true']::before {
  content: '\f106';
}
/* :L13040 */
.btn-foldable,
.btn-foldable:focus,
.btn-foldable:hover {
  color: #da291c;
  background-color: white;
  text-decoration: none;
  padding-right: 21px;
  white-space: unset;
}
/* :L13048 */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0px;
}
/* :L13052 */
.agreement-box {
  border: 2px solid #bebebe;
  margin-top: 15px;
}
/* :L13055 */
.agreement-box > div:nth-child(1) {
  display: flex;
}
/* :L13060 */
#collapseFoldableOne:before,
#collapseFoldableTwo:before {
  content: "";
  /* This is necessary for the pseudo element to work. */
  display: block;
  /* This will put the pseudo element on its own line. */
  width: 94%;
  /* Change this to whatever width you want. */
  border-bottom: 1px solid #bebebe;
  /* This creates the border. Replace black with whatever color you want. */
  margin-left: 12px;
}
/* Remove instanda-post-quote-questions border */

/* :L13069 */
.page-postquotequestions .instanda-post-quote-questions {
  border: 0px !important;
}
/* :L13073 */
.card {
  border: 2px solid #bebebe;
}
/* :L13076 */
/* :L13077 */
/* :L13079 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-right: 15px !important;
}
/* :L13082 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .instanda-questionHeader.questionHeader.container {
  padding-right: 0px;
}
/* :L13085 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-gewenste-tussenpersoon-question {
  display: flex;
}
/* :L13087 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-gewenste-tussenpersoon-question .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  margin-right: 10px;
  margin-left: 15px;
}
/* :L13093 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-name-question {
  display: flex;
}
/* :L13095 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-name-question .label-danger {
  margin-left: 0px;
}
/* :L13100 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-email-question {
  display: flex;
}
/* :L13102 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-email-question .label-danger {
  margin-left: 0px;
}
/* :L13108 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-contact-question {
  width: 100%;
  margin-left: 15px;
}
/* :L13111 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-contact-question .label-danger {
  margin-left: 0px;
}
/* :L13114 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-contact-question .instanda-question-label {
  display: none;
}
/* :L13117 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-contact-question .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  display: none;
}
/* :L13122 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-prefix-question {
  display: contents;
  width: 50%;
}
/* :L13125 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-prefix-question .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  display: none;
}
/* :L13128 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-prefix-question .instanda-text-question.form-group.row {
  margin-left: -4px;
}
/* :L13130 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-prefix-question .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  width: 150px;
  z-index: 1;
}
/* :L13136 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .contact-label-confirm-hiscox {
  width: 100% !important;
}
/* :L13138 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .contact-label-confirm-hiscox .label-danger {
  margin-left: 0px;
  margin-right: 10px;
}
/* :L13143 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 div#heading_130562 {
  display: none !important;
}
/* :L13146 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .telephone-group-hiscox {
  margin-bottom: 0px;
}
@media only screen and (max-width: 992px) {
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 {
    padding-right: 0px !important;
  }
  /* :L13152 */
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-name-question {
    display: block;
  }
  /* :L13154 */
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-name-question .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    display: none;
  }
  /* :L13158 */
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-email-question {
    display: block;
  }
  /* :L13160 */
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-email-question .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    display: none;
  }
  /* :L13164 */
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-gewenste-tussenpersoon-question {
    display: block;
  }
  /* :L13166 */
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-gewenste-tussenpersoon-question .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    display: none;
  }
  /* :L13170 */
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 div#question130562 {
    margin-bottom: -10px;
  }
  /* :L13173 */
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 div#collapse_130562 {
    flex-wrap: wrap;
  }
  /* :L13175 */
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 div#collapse_130562 .instanda-question-label {
    flex-basis: unset;
    width: 100%;
  }
  /* :L13180 */
  /* :L13181 */
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-prefix-question .instanda-text-question.form-group.row {
    margin-left: 0px;
    display: block !important;
    flex-basis: unset !important;
    width: 50% !important;
  }
  /* :L13186 */
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-prefix-question .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    width: 100%;
    margin-left: -24px;
  }
  /* :L13192 */
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .decline-contact-question {
    width: 50%;
    margin-left: 0px;
  }
  /* :L13196 */
  /* :L13197 */
  .page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 .contact-label-confirm-hiscox .label-danger {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 992px) {
  /* :L13205 */
  .page-quickquotequestions .instanda-questionHeader.questionHeader.container {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 576px) {
  /* :L13210 */
  /* :L13211 */
  .page-quickquotequestions .decline-gewenste-tussenpersoon-question .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    margin-left: -23px !important;
  }
}
