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

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

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

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

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

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

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

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

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

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

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

/* :L212 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L219 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L224 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L231 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L235 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L239 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L243 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L247 */
.warning-message-payment {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  text-align: center;
  background-color: #efdccf;
  font-weight: bold;
  padding: 25px;
}
/* :L260 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}


/* :L17 */
/* :L18 */
#instanda-header img.hidden-xs {
  height: 22.61px;
}
/* :L21 */
#instanda-header img.visible-xs {
  height: 22.61px;
}
/* :L26 */
.navbar {
  margin-bottom: 0px;
  border-radius: 0px;
  border: 0px;
}
/* :L32 */
.navbar-default {
  background-color: #fff7ee;
  border: none;
}
/* :L36 */
.navbar-default .navbar-collapse {
  border-color: transparent !important;
}
/* :L39 */
/* :L41 */
/* :L42 */
.navbar-default .navbar-nav .active a {
  background-color: transparent;
}
/* :L45 */
.navbar-default .navbar-nav .active a:hover {
  background-color: transparent;
}
/* :L52 */
/* :L55 */
/* :L60 */
body {
  font-family: "gellix-medium";
  background-color: #25181d;
  margin-bottom: 0px;
}
/* :L66 */
/* :L67 */
.toast-message #loginButtonOK {
  margin-top: 10px;
}
/* :L72 */
.alert-holder {
  background-color: #c5e47d;
  padding-bottom: 20px;
}
/* :L76 */
.alert-holder .alert {
  margin-bottom: 0px;
}
/* :L81 */
.container-fluid {
  background-color: #c5e47d;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* :L87 */
.footer {
  display: none;
}
/* :L91 */
.login-button {
  border-radius: 12px;
  background: #fff7ee;
  border: 1px solid #001e0a;
  width: fit-content;
  margin: auto;
  padding: 24px 32px;
  margin-bottom: 100px;
}
/* :L92 */
.login-button p {
  margin: 0px;
}
/* :L104 */
.modal-footer {
  border-top: 0px;
}
/* :L107 */
.modal-footer .btn-light {
  background-color: #143c14;
  color: #fff7ee;
  border: 1px solid #001e0a;
  border-radius: 12px;
  padding: 0.5rem 2rem;
  display: inline-block;
  text-decoration: none;
  font-family: "gellix-bold";
  min-width: 180px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 450px) {
  .modal-footer .btn-light {
    margin: auto;
    margin-top: 10px;
  }
}
/* :L129 */
.gc-button:visited,
.gc-button {
  background-color: #143c14;
  color: #fff7ee;
  border: 1px solid #001e0a;
  border-radius: 12px;
  padding: 0.5rem 2rem;
  display: inline-block;
  text-decoration: none;
  font-family: "gellix-bold";
  min-width: 180px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
/* :L145 */
.gc-button:focus,
.gc-button:hover {
  background-color: #c5e47d;
  color: #143c14;
  text-decoration: none;
}
/* :L153 */
.btn-primary {
  background-color: #143c14;
  color: #fff7ee;
  border: 1px solid #001e0a;
  border-radius: 12px;
  padding: 0.5rem 2rem;
  display: inline-block;
  text-decoration: none;
  font-family: "gellix-bold";
  min-width: 180px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
/* :L168 */
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #c5e47d;
  color: #143c14;
  text-decoration: none;
}
/* :L178 */
.instanda-question-label {
  margin-bottom: 24px;
}
/* :L182 */
.form-control {
  appearance: none;
  background-color: white;
  border: none;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  line-height: 24px;
  min-width: 0;
  position: relative;
  width: 100%;
  padding: 0 16px;
  margin: 0px ;
}
/* :L198 */
.instanda-server-error-content,
.instanda-maintenance-page-content,
.instanda-page-not-found-content {
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #001e0a;
  background: #fff7ee;
  padding: 24px 32px;
}
/* :L209 */
.instanda-pre-quote-content,
.instanda-quote,
.instanda-confirmation-content,
.instanda-post-quote-content,
.instanda-choose-billing-content,
.instanda-customer-transactions-content {
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #001e0a;
  background: #fff7ee;
  padding: 24px 32px;
}
/* :L221 */
.instanda-pre-quote-content .container,
.instanda-quote .container,
.instanda-confirmation-content .container,
.instanda-post-quote-content .container,
.instanda-choose-billing-content .container,
.instanda-customer-transactions-content .container {
  width: auto;
}
/* :L226 */
/* :L228 */
.instanda-quote .instanda-container-fluid,
.instanda-confirmation-content .instanda-container-fluid {
  background-color: transparent;
}
/* :L230 */
.instanda-quote .instanda-container-fluid .container,
.instanda-confirmation-content .instanda-container-fluid .container {
  padding: 0px;
}
/* :L236 */
@media (max-width: 485px) {
  /* :L239 */
  .instanda-post-quote-content .pull-right,
  .instanda-quote .pull-right {
    margin-top: 10px;
    float: left!important;
  }
}
/* :L246 */
.field-validation-error {
  white-space: break-spaces;
}
/* :L251 */
/* :L252 */
.field-validation-error span {
  white-space: normal;
}
/* :L257 */
.footer-area {
  background-color: #25181d;
  color: white;
  padding: 2rem;
  font-size: 3rem;
  margin-top: 4rem;
  text-align: center;
}
/* :L264 */
.footer-area .disclaimer {
  font-size: 8pt;
}
/* :L266 */
.footer-area .disclaimer p {
  margin: 0 0 1rem 0;
  line-height: 1;
}
/* :L271 */
.footer-area .links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  color: white;
}
/* :L276 */
.footer-area .links a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
/* :L285 */
.modal.fade[style*="display: block"] {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
/* :L291 */
.modal-header {
  display: flex;
  background: #143c14;
  color: #fff7ee;
  gap: 1rem;
  align-items: center;
  overflow: hidden;
}
/* :L298 */
.page-agentdashboard .modal-header {
  background: #f9b000;
}
/* :L301 */
.modal-header::before,
.modal-header::after {
  display: none;
}
/* :L305 */
.modal-header .icon.info {
  font-size: 0;
  display: none;
}
/* :L309 */
.modal-header button.close {
  opacity: 1;
}
/* :L312 */
.modal-header .close-icon {
  display: flex;
  align-items: center;
}
/* :L315 */
.modal-header .close-icon::before {
  content: "\f00d";
  display: block;
  font-size: 12pt;
  font-family: "FontAwesome";
  color: white;
}
/* :L325 */
.modal-content {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}
/* :L331 */
.modal-body {
  display: flex;
  flex-direction: column;
  height: inherit;
  gap: 1rem;
}
/* :L336 */
.modal-body button.close {
  background: #143c14;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
  color: #fff7ee;
  text-shadow: unset;
  padding: 1rem;
  display: block;
  width: 100%;
  border-radius: 1rem;
}
/* :L348 */
.page-agentdashboard .modal-body button.close {
  background: #f9b000;
}
/* :L354 */
.footer-modal {
  height: 90%;
}
/* :L359 */
/* :L363 */
.footer-modal-body {
  flex-grow: 1;
  overflow-y: scroll;
}
/* :L367 */
.footer-modal-body h1,
.footer-modal-body h2,
.footer-modal-body h3 {
  font-size: 20px;
}
/* :L372 */
/* :L373 */
/* :L378 */
/* :L379 */
/* :L384 */
.modal {
  margin-left: 20px;
  margin-right: 20px;
}
/* :L389 */
.modal-content {
  max-width: 110rem;
}
/* :L391 */
.modal-content button.close {
  margin-left: auto;
}
/* :L396 */
.faq-row {
  display: flex;
}
/* :L400 */
.faq-question {
  width: 50px;
  flex-shrink: 0;
}
/* :L405 */
.faq-answer {
  width: auto;
  overflow-wrap: anywhere;
}
/* :L413 */
.policy-number-holder {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
/* :L419 */
.policy-number-label {
  font-weight: 700;
  margin-bottom: 29px;
}
/* :L424 */
.policy-number-value {
  margin-bottom: 15px;
}
/* :L429 */
/* :L430 */
.policy-title ~ .policy-title {
  display: none;
}
/* :L435 */
/* :L436 */
.quote-title ~ .quote-title {
  display: none;
}
/* :L441 */
.quote-item,
.policy-item {
  margin-top: 20px;
  border-radius: 12px;
  background: #fff7ee;
  border: 1px solid #001e0a;
}
/* :L448 */
.quote-item .policy-number,
.policy-item .policy-number {
  background: #143c14;
  color: #fff7ee;
  padding: .5rem 1rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
/* :L455 */
.quote-item .policy-number .fa-chevron-down,
.policy-item .policy-number .fa-chevron-down {
  float: right;
  transition: 0.2s ease all;
  transform: rotate(180deg);
}
/* :L460 */
.quote-item .policy-number .fa-chevron-down.collapsed,
.policy-item .policy-number .fa-chevron-down.collapsed {
  transition: 0.2s ease all;
  transform: rotate(0deg);
}
/* :L472 */
.quote-items {
  border: 1px solid #001e0a;
  border-radius: 12px;
  padding: 10px 13px;
  background-color: white;
  margin: 10px;
  margin-bottom: 0px;
}
/* :L482 */
.quote-items .items-holder {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
}
/* :L488 */
.quote-items .item {
  margin: auto;
}
@media (min-width: 768px) {
  .quote-items .item {
    margin-bottom: 10px;
  }
}
/* :L494 */
.quote-items .item .button-holder {
  min-width: 180px;
}
/* :L507 */
.policy-details-outer {
  padding: 24px 32px;
  padding-bottom: 0px;
}
/* :L511 */
.policy-details-outer .policy-details-vars {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
/* :L519 */
.policy-details-newbusiness {
  padding: 0px 32px;
  margin-top: 20px;
}
/* :L523 */
.policy-details-newbusiness .policy-details-nb-vars {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
/* :L531 */
.policy-details-mta {
  padding: 0px 32px;
  margin-top: 20px;
}
/* :L535 */
.policy-details-mta .policy-details-mta-vars {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
/* :L543 */
.policy-details-cancelled {
  padding: 0px 32px;
  margin-top: 20px;
}
/* :L547 */
.policy-details-cancelled .policy-details-canc-vars {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
/* :L555 */
.disable {
  display: none;
}
/* :L559 */
.quote-holder {
  padding: 24px 22px;
  padding-top: 0px;
}
/* :L564 */
.policy-holder {
  padding: 24px 22px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .policy-holder {
    display: block;
  }
}
@media (min-width: 768px) {
  .policy-holder {
    display: flex;
  }
}
/* :L575 */
.policy-holder .policy-left-items {
  border: 1px solid #001e0a;
  border-radius: 12px;
  padding: 10px 13px;
  background-color: white;
  margin: 10px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .policy-holder .policy-left-items {
    width: 50%;
  }
}
/* :L588 */
.policy-holder .policy-left-items h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}
/* :L593 */
@media (max-width: 767px) {
  .policy-holder .policy-left-items .items-holder {
    display: flex;
    flex-flow: wrap;
    gap: 5px;
  }
}
/* :L601 */
.policy-holder .policy-left-items .item {
  margin-bottom: 10px;
}
/* :L604 */
.policy-holder .policy-left-items .item .button-holder {
  min-width: 180px;
}
/* :L609 */
.policy-holder .policy-left-items .abandonbutton {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  /* :L614 */
  .policy-holder .policy-left-items .item {
    display: block;
    width: fit-content;
  }
  /* :L618 */
  .policy-holder .policy-left-items .item .button-holder {
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* :L625 */
  .policy-holder .policy-left-items .item {
    display: flex;
  }
  /* :L627 */
  .policy-holder .policy-left-items .item .button-holder {
    text-align: right;
  }
}
@media (min-width: 768px) {
  /* :L634 */
  .policy-holder .policy-left-items .item {
    margin: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* :L641 */
  .policy-holder .policy-left-items .item {
    margin: auto;
    text-align: center;
  }
}
/* :L647 */
.policy-holder .policy-left-items p {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
}
/* :L654 */
.policy-holder .policy-right-items {
  border: 1px solid #001e0a;
  border-radius: 12px;
  padding: 10px 13px;
  background-color: white;
  margin: 10px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .policy-holder .policy-right-items {
    width: 50%;
  }
}
/* :L667 */
.policy-holder .policy-right-items h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}
/* :L672 */
.policy-holder .policy-right-items .blank {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .policy-holder .policy-right-items .blank {
    display: none;
  }
}
/* :L682 */
/* :L683 */
.policy-holder .policy-right-items .documents .container {
  width: 100%;
}
@media (max-width: 767px) {
  .policy-holder .policy-right-items .documents .container {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* :L695 */
/* :L696 */
.policy-holder .policy-right-items .agent-all-docs-responsive a:visited,
.policy-holder .policy-right-items .agent-all-docs-responsive a {
  background-color: #143c14;
  color: #fff7ee;
  border: 1px solid #001e0a;
  border-radius: 12px;
  padding: 0.5rem 2rem;
  display: inline-block;
  text-decoration: none;
  font-family: "gellix-bold";
  min-width: 180px;
  font-size: 18px;
  text-align: center;
}
/* :L711 */
.policy-holder .policy-right-items .agent-all-docs-responsive a:focus,
.policy-holder .policy-right-items .agent-all-docs-responsive a:hover {
  background-color: #c5e47d;
  color: #143c14;
  text-decoration: none;
}
/* :L718 */
.policy-holder .policy-right-items .agent-all-docs-responsive h3 {
  display: none;
}
/* :L722 */
.policy-holder .policy-right-items .agent-all-docs-responsive ul#documentsList {
  width: fit-content;
  margin: auto;
  padding: 0px;
}
@media (max-width: 767px) {
  .policy-holder .policy-right-items .agent-all-docs-responsive ul#documentsList {
    display: flex;
    flex-flow: wrap;
    gap: 5px;
  }
}
/* :L733 */
.policy-holder .policy-right-items .agent-all-docs-responsive ul#documentsList li::marker {
  display: none;
  content: '';
}
/* :L738 */
.policy-holder .policy-right-items .agent-all-docs-responsive ul#documentsList li {
  margin: auto;
}
@media (min-width: 768px) {
  .policy-holder .policy-right-items .agent-all-docs-responsive ul#documentsList li {
    margin-bottom: 10px;
  }
}
/* :L745 */
@media (max-width: 673px) {
  .policy-holder .policy-right-items .agent-all-docs-responsive ul#documentsList li:last-child {
    margin-bottom: 0px;
  }
}
/* :L751 */
/* :L752 */
.policy-holder .policy-right-items .agent-all-docs-responsive ul#documentsList li:nth-child(1) a {
  font-size: 0;
}
/* :L754 */
.policy-holder .policy-right-items .agent-all-docs-responsive ul#documentsList li:nth-child(1) a::after {
  font-size: 18px;
  content: 'Policy Schedule';
  line-height: 40px;
}
/* :L762 */
/* :L763 */
.policy-holder .policy-right-items .agent-all-docs-responsive ul#documentsList li:nth-child(2) a {
  font-size: 0;
}
/* :L765 */
.policy-holder .policy-right-items .agent-all-docs-responsive ul#documentsList li:nth-child(2) a::after {
  font-size: 18px;
  content: 'Policy Wording';
  line-height: 40px;
}
/* :L773 */
/* :L774 */
.policy-holder .policy-right-items .agent-all-docs-responsive ul#documentsList li:nth-child(3) a {
  font-size: 0;
}
/* :L776 */
.policy-holder .policy-right-items .agent-all-docs-responsive ul#documentsList li:nth-child(3) a::after {
  font-size: 18px;
  content: 'IPID';
  line-height: 40px;
}
/* :L787 */
/* :L789 */
.page-customerlogin .fa-eye {
  position: absolute;
  top: 63px;
  right: 8%;
  cursor: pointer;
  color: lightgray;
}
/* :L797 */
.page-customerlogin input[type="submit"] {
  width: 400px;
}
/* :L801 */
.page-customerlogin .row.instanda-customer-membership-login {
  margin-left: 0px;
  margin-right: 0px;
}
/* :L806 */
.page-customerlogin .well {
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #001e0a;
  background: #fff7ee;
  padding: 24px 32px;
}
/* :L815 */
.page-customerlogin .form-group {
  margin-top: 48px;
}
/* :L816 */
.page-customerlogin .form-group:nth-of-type(1),
.page-customerlogin .form-group:nth-of-type(2) {
  margin-top: 0px;
}
/* :L822 */
.page-customerlogin .form-group:nth-of-type(2) .col-md-12::before {
  content: "Email";
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
}
/* :L830 */
.page-customerlogin .form-group:nth-of-type(3) .col-md-12::before {
  content: "Password";
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
}
/* :L839 */
.page-customerlogin .form-control {
  appearance: none;
  background-color: white;
  border: none;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  line-height: 24px;
  min-width: 0;
  position: relative;
  width: 100%;
  padding: 0 16px;
  margin: 24px 0 0 ;
}
/* :L856 */
/* :L859 */
.page-customersendpasswordresetlink .password_row,
.page-customerforgotpassword .password_row {
  position: relative;
}
/* :L863 */
.page-customersendpasswordresetlink .fa-eye,
.page-customerforgotpassword .fa-eye {
  position: absolute;
  top: 16px;
  right: 8%;
  cursor: pointer;
  color: lightgray;
}
/* :L871 */
@media (min-width: 768px) AND (max-width: 1200px) {
  /* :L873 */
  .page-customersendpasswordresetlink .instanda-customer-membership-login .col-md-4,
  .page-customerforgotpassword .instanda-customer-membership-login .col-md-4 {
    width: 100%;
  }
  /* :L876 */
  .page-customersendpasswordresetlink .instanda-customer-membership-login .col-md-offset-4,
  .page-customerforgotpassword .instanda-customer-membership-login .col-md-offset-4 {
    margin-left: 0px;
  }
}
/* :L882 */
.page-customersendpasswordresetlink .row,
.page-customerforgotpassword .row {
  margin-left: 0px;
  margin-right: 0px;
}
/* :L886 */
.page-customersendpasswordresetlink .well,
.page-customerforgotpassword .well {
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #001e0a;
  background: #fff7ee;
  padding: 24px 32px;
}
/* :L896 */
.page-customersendpasswordresetlink .form-group,
.page-customerforgotpassword .form-group {
  margin-top: 48px;
}
/* :L897 */
.page-customersendpasswordresetlink .form-group:nth-of-type(1),
.page-customerforgotpassword .form-group:nth-of-type(1) {
  margin-top: 0px;
}
/* :L904 */
.page-customersendpasswordresetlink .form-control,
.page-customerforgotpassword .form-control {
  appearance: none;
  background-color: white;
  border: none;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  line-height: 24px;
  min-width: 0;
  position: relative;
  width: 100%;
  padding: 0 16px;
  margin: 24px 0 0 ;
}
/* :L919 */
.page-customersendpasswordresetlink .form-label,
.page-customerforgotpassword .form-label {
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
}
/* :L927 */
/* :L928 */
@media (min-width: 1201px) {
  .page-customersendpasswordresetlink .instanda-customer-insecure-password-content #continueButton,
  .page-customerforgotpassword .instanda-customer-insecure-password-content #continueButton {
    margin-top: 10px;
  }
}
@media (max-width: 459px) {
  .page-customersendpasswordresetlink .instanda-customer-insecure-password-content #continueButton,
  .page-customerforgotpassword .instanda-customer-insecure-password-content #continueButton {
    margin-top: 10px;
  }
}
/* :L941 */
/* :L943 */
.page-customerdetailschangeinsecurepassword .instanda-text-input.instanda-question-input {
  position: relative;
}
/* :L946 */
.page-customerdetailschangeinsecurepassword .instanda-text-input.instanda-question-input .fa-eye {
  position: absolute;
  top: 15px;
  right: 8%;
  cursor: pointer;
  color: lightgray;
}
/* :L956 */
@media (max-width: 550px) {
  /* :L959 */
  .page-customerdetailschangeinsecurepassword .instanda-customer-insecure-password-content .col-xs-11 {
    width: auto;
  }
}
/* :L964 */
@media (max-width: 593px) {
  .page-customerdetailschangeinsecurepassword .instanda-customer-insecure-password-content #instanda-back-password-button {
    margin-top: 10px;
  }
}
@media (min-width: 768px) AND (max-width: 991px) {
  .page-customerdetailschangeinsecurepassword .instanda-customer-insecure-password-content #instanda-back-password-button {
    margin-top: 10px;
  }
}
/* :L973 */
.page-customerdetailschangeinsecurepassword .instanda-customer-insecure-password-content .instanda-main-content {
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #001e0a;
  background: #fff7ee;
  padding: 24px 32px;
}
@media (min-width: 1200px) {
  /* :L990 */
  .page-customerdetailschangeinsecurepassword .instanda-customer-insecure-password-content .instanda-main-content .btn-primary:last-child {
    margin-top: 0px;
  }
}
@media (min-width: 768px) AND (max-width: 991px) {
  /* :L998 */
  .page-customerdetailschangeinsecurepassword .instanda-customer-insecure-password-content .pull-right {
    margin-top: 10px;
    float: left!important;
  }
}
@media (max-width: 590px) {
  /* :L1005 */
  .page-customerdetailschangeinsecurepassword .instanda-customer-insecure-password-content .pull-right {
    margin-top: 10px;
    float: left!important;
  }
}
/* :L1013 */
/* :L1014 */
.page-customerdetails .instanda-upper-content {
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #001e0a;
  background: #fff7ee;
  padding: 24px 32px;
}
/* :L1022 */
/* :L1023 */
.page-customerdetails .instanda-questionList .container {
  width: auto;
}
/* :L1028 */
@media (min-width: 768px) AND (max-width: 991px) {
  /* :L1030 */
  .page-customerdetails .instanda-text-question .col-sm-6 {
    width: 100%;
  }
}
/* :L1037 */
.page-customerdetails .control-label {
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
}
/* :L1044 */
.page-customerdetails .instanda-update-customer-details-button {
  float: left !important;
}
/* :L1048 */
.page-customerdetails #question235469,
.page-customerdetails #question235470 {
  display: none;
}
/* :L1055 */
/* :L1057 */
.page-customerdetailschangepassword .instanda-text-input.instanda-question-input {
  position: relative;
}
/* :L1060 */
.page-customerdetailschangepassword .instanda-text-input.instanda-question-input .fa-eye {
  position: absolute;
  top: 15px;
  right: 8%;
  cursor: pointer;
  color: lightgray;
}
/* :L1070 */
.page-customerdetailschangepassword .instanda-question-item {
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #001e0a;
  background: #fff7ee;
  padding: 24px 32px;
}
@media (min-width: 768px) AND (max-width: 991px) {
  /* :L1078 */
  .page-customerdetailschangepassword .instanda-question-item .col-sm-6 {
    width: 100%;
  }
}
/* :L1085 */
/* :L1086 */
/* :L1087 */
.page-customerdetailschangepassword .instanda-main-content form .container {
  width: auto;
}
/* :L1093 */
.page-customerdetailschangepassword .control-label {
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
}
/* :L1100 */
/* :L1101 */
.page-customerdetailschangepassword .questionItem .form-group {
  margin-top: 48px;
}
/* :L1102 */
.page-customerdetailschangepassword .questionItem .form-group:nth-of-type(1) {
  margin-top: 0px;
}
/* :L1109 */
.page-customerdetailschangepassword .form-group {
  margin-bottom: 0px;
}
@media (max-width: 547px) {
  /* :L1114 */
  .page-customerdetailschangepassword .btn-primary {
    margin: 0 2px;
  }
  /* :L1117 */
  .page-customerdetailschangepassword .pull-right {
    margin-top: 10px;
    float: left!important;
  }
}
/* :L1123 */
@media (max-width: 547px) {
  /* :L1125 */
  .page-customerdetailschangepassword .instanda-customer-insecure-password-content .btn-primary:nth-child(2) {
    margin-top: 10px;
  }
}
/* :L1133 */
/* :L1135 */
.page-customerregister .fa-eye {
  position: absolute;
  top: 46px;
  right: 8%;
  cursor: pointer;
  color: lightgray;
}
/* :L1143 */
.page-customerregister .well {
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #001e0a;
  background: #fff7ee;
  padding: 24px 32px;
}
/* :L1153 */
.page-customerregister .row {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 768px) AND (max-width: 1200px) {
  /* :L1159 */
  .page-customerregister .col-md-4 {
    width: 100%;
  }
  /* :L1162 */
  .page-customerregister .col-md-offset-4 {
    margin-left: 0px;
  }
}
/* :L1167 */
.page-customerregister .control-label {
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
}
/* :L1174 */
.page-customerregister .form-group {
  margin-top: 48px;
}
/* :L1175 */
.page-customerregister .form-group:nth-of-type(1) {
  margin-top: 0px;
}
/* :L1181 */
/* :L1182 */
@media (min-width: 1201px) {
  .page-customerregister .instanda-customer-insecure-password-content #continueButton {
    margin-top: 10px;
  }
}
@media (max-width: 429px) {
  .page-customerregister .instanda-customer-insecure-password-content #continueButton {
    margin-top: 10px;
  }
}
/* :L1193 */
/* :L1194 */
.instanda-quote-content .MTAQuoteRow {
  display: flex;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  .instanda-quote-content .MTAQuoteRow {
    margin-bottom: 10px;
  }
}
/* :L1203 */
.instanda-quote-content .MTAQuoteRow .MTAQuoteRowLabel {
  font-weight: bold;
}
@media (min-width: 768px) {
  .instanda-quote-content .MTAQuoteRow .MTAQuoteRowLabel {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .instanda-quote-content .MTAQuoteRow .MTAQuoteRowLabel {
    width: 100%;
  }
}
/* :L1219 */
.instanda-quote-content .MTAQuoteRow .MTAQuoteRowData {
  overflow-wrap: anywhere;
}
/* :L1229 */
/* :L1230 */
.instanda-confirmation-content .button-holder {
  text-align: center;
}
/* :L1235 */
/* :L1236 */
.instanda-pre-quote-questions .btn-default {
  margin-top: 10px;
  background-color: #143c14;
  color: #fff7ee;
  border: 1px solid #001e0a;
  border-radius: 12px;
  padding: 0.5rem 2rem;
  display: inline-block;
  text-decoration: none;
  font-family: "gellix-bold";
  min-width: 180px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
/* :L1251 */
.instanda-pre-quote-questions .btn-default:hover,
.instanda-pre-quote-questions .btn-default:active,
.instanda-pre-quote-questions .btn-default:focus {
  background-color: #c5e47d;
  color: #143c14;
  text-decoration: none;
}
/* :L1260 */
@media (max-width: 767px) {
  .instanda-pre-quote-questions .postcodelookup {
    overflow-x: hidden;
  }
}
/* :L1269 */
.instanda-pre-quote-questions .postcodelookup button {
  margin-bottom: 5px;
  background-color: #143c14;
  color: #fff7ee;
  border: 1px solid #001e0a;
  border-radius: 12px;
  padding: 0.5rem 2rem;
}
/* :L1277 */
.instanda-pre-quote-questions .postcodelookup button:hover,
.instanda-pre-quote-questions .postcodelookup button:active,
.instanda-pre-quote-questions .postcodelookup button:focus {
  background-color: #c5e47d;
  color: #143c14;
  text-decoration: none;
}
@media (max-width: 767px) {
  .instanda-pre-quote-questions .postcodelookup button {
    width: 180px;
    margin-right: 100%;
  }
  /* :L1290 */
  .instanda-pre-quote-questions .postcodelookup button ~ button {
    margin-top: 10px;
  }
}
/* :L1305 */
/* :L1307 */
/* :L1308 */
.page-cancelpolicy .footer .instanda-documents,
.page-confirmation2 .footer .instanda-documents {
  display: none;
}
/* :L1315 */
/* :L1317 */
.instanda-pre-quote-content .questionItem.instanda-question-item.form-group {
  background-color: transparent;
}
/* :L1319 */
.instanda-pre-quote-content .questionItem.instanda-question-item.form-group.container {
  padding: 0px;
}
/* :L1326 */
/* :L1328 */
/* :L1330 */
.instanda-post-quote-content #question264281 .confirmQuestionCheckbox,
.instanda-post-quote-content #question260796 .confirmQuestionCheckbox {
  flex-direction: column-reverse;
}
/* :L1333 */
.instanda-post-quote-content #question264281 .confirmQuestionCheckbox.checkbox,
.instanda-post-quote-content #question260796 .confirmQuestionCheckbox.checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* :L1339 */
/* :L1342 */
.package-20203 .instanda-post-quote-content .questionItem.instanda-payment-options.container,
.package-23990 .instanda-post-quote-content .questionItem.instanda-payment-options.container,
.package-25133 .instanda-post-quote-content .questionItem.instanda-payment-options.container,
.package-20203 .instanda-post-quote-content .instanda-question-item.form-group.instanda-container-fluid:not(.questionItem.instanda-question-item.form-group.instanda-container-fluid),
.package-23990 .instanda-post-quote-content .instanda-question-item.form-group.instanda-container-fluid:not(.questionItem.instanda-question-item.form-group.instanda-container-fluid),
.package-25133 .instanda-post-quote-content .instanda-question-item.form-group.instanda-container-fluid:not(.questionItem.instanda-question-item.form-group.instanda-container-fluid) {
  display: none;
}
/* :L1348 */
.instanda-post-quote-content .questionItem.instanda-question-item.form-group.instanda-container-fluid {
  background-color: transparent;
}
/* :L1350 */
.instanda-post-quote-content .questionItem.instanda-question-item.form-group.instanda-container-fluid .container {
  padding: 0px;
}
/* :L1355 */
.instanda-post-quote-content .questionItem.instanda-question-item.form-group {
  margin-bottom: 0px;
}
/* :L1359 */
.instanda-post-quote-content .questionItem.instanda-question-item.form-group.container {
  padding: 0px;
}
/* :L1362 */
.instanda-post-quote-content .confirmQuestionCheckbox {
  display: flex;
}
/* :L1366 */
/* :L1367 */
.page-cancelpolicy .confirmQuestionCheckbox {
  display: flex;
}
/* :L1371 */
.page-cancelpolicy .instanda-container-fluid {
  background-color: transparent;
}
/* :L1378 */
/* :L1379 */
.page-cancellationconfirmation .instanda-cancel-confirmation-content {
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #001e0a;
  background: #fff7ee;
  padding: 24px 32px;
}
/* :L1387 */
.page-cancellationconfirmation .instanda-cancel-confirmation-content .CancQuoteRow {
  display: flex;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  .page-cancellationconfirmation .instanda-cancel-confirmation-content .CancQuoteRow {
    margin-bottom: 10px;
  }
}
/* :L1396 */
.page-cancellationconfirmation .instanda-cancel-confirmation-content .CancQuoteRow .CancQuoteRowLabel {
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-cancellationconfirmation .instanda-cancel-confirmation-content .CancQuoteRow .CancQuoteRowLabel {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .page-cancellationconfirmation .instanda-cancel-confirmation-content .CancQuoteRow .CancQuoteRowLabel {
    width: 100%;
  }
}
/* :L1412 */
.page-cancellationconfirmation .instanda-cancel-confirmation-content .CancQuoteRow .CancQuoteRowData {
  overflow-wrap: anywhere;
}
/* :L1420 */
.page-cancellationconfirmation .instanda-cancel-confirmation-content .container {
  width: auto;
}
@media (max-width: 485px) {
  /* :L1425 */
  .page-cancellationconfirmation .instanda-cancel-confirmation-content .pull-right {
    margin-top: 10px;
    float: left!important;
  }
}
/* :L1433 */
.warning-message-payment {
  width: 100%;
  height: 100%;
  background-color: #00000094;
  align-items: center;
  justify-content: center;
  color: white;
}
/* :L1441 */
/* :L1442 */
/* :L1443 */
.page-customertransactions .policy-transactions-item .panel-heading {
  padding-left: 6px;
}
/* :L1446 */
.page-customertransactions .policy-transactions-item .panel-heading .panel-title {
  font-size: 14px;
}
/* :L1451 */
.page-customertransactions .policy-transactions-item .instanda-table-responsive {
  overflow: auto;
}
/* :L1454 */
.page-customertransactions .policy-transactions-item .instanda-table-responsive .table {
  margin-bottom: 0px;
}
@media only screen and (max-width: 800px) {
  /* :L1459 */
  .page-customertransactions .policy-transactions-item .instanda-table-responsive td {
    padding-left: 6px !important;
    padding-top: 3rem !important;
  }
  /* :L1464 */
  .page-customertransactions .policy-transactions-item .instanda-table-responsive tr {
    border: 0px;
  }
}
/* :L1471 */
.page-customertransactions .customer-transactions-update-payment-details {
  white-space: normal;
}
