/* :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 */
#instanda-responsive-help-text-ExistingCustomer_TEXT {
  position: absolute !important;
  bottom: calc(33.9%);
  height: auto !important;
  right: -0.35rem;
  width: 15rem !important;
  margin-inline: unset !important;
  overflow: visible !important;
  display: none;
}
/* :L27 */
.existing-customer-help-icon {
  color: #0079c8;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-top: 92px;
  transition: color 0.2s ease;
  user-select: none;
}
/* :L37 */
.existing-customer-help-icon-container {
  display: none;
}
@keyframes existingCustomerFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* :L50 */
#instanda-responsive-help-text-ExistingCustomer_TEXT.is-visible > div {
  animation: existingCustomerFadeIn 0.4s ease-in-out;
  will-change: opacity, transform;
}
/* CSS for Quote display page */

/* :L58 */
.card-title h4 {
  border-bottom: none !important;
}
/* :L61 */
.row-card.first {
  width: 100%;
  border-bottom: 2px solid #d9d9d9 !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* :L67 */
.row-card.first p {
  margin: 0;
  border: none !important;
  display: inline-block;
  width: 49%;
}
/* :L73 */
.row-card.first .col-left {
  text-align: left;
}
/* :L74 */
.row-card.first .col-right {
  text-align: right;
}
/* ===============================*/
/* ========== Variables ==========*/
/* ===============================*/
/* Colour */
/* Font Size */
/* Space */
/* Font Family */
/* Media query */
/* Z-index */
/* ===================================*/
/* ========== Global Mixins ==========*/
/* ===================================*/
/* Reset page width */
/* Buttons Styling */
/* Conatiner style*/
/* ===================================*/

/* ========== Global styles ==========*/

/* ===================================*/

/* :L293 */
html {
  font-size: 16px;
  color: #333333;
  font-family: "Montserrat", sans-serif;
}
/* :L299 */
body {
  font-size: 16px;
  line-height: 1.4em;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding-bottom: 220px;
  /* footer's height */

}
@media only screen and (max-width: 640px) {
  body {
    padding-bottom: 340px;
  }
}
/* :L314 */
.btn {
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
/* input size */

/* :L323 */
.form-control {
  font-size: 16px;
  height: 42px !important;
  /*border-radius: 5px;*/
  border-radius: 0px;
  background: white;
  border: 1px solid #b2b2b2;
  border-top: 1px solid #666666;
  padding: 10px 15px;
  /*=== error ===*/

}
/* :L334 */
.form-control.input-validation-error {
  border: 2px solid #d81e05;
}
/* :L339 */
.label.label-danger,
.label.label-warning.field-validation-error {
  background: transparent;
  color: #d81e05;
  width: 100%;
  white-space: normal;
}
/* ========== Header ==========*/

/* :L348 */
h2 {
  font-size: 32px;
  font-weight: 500;
}
/* :L353 */
h3 {
  font-size: 25px;
  font-weight: 500;
}
/* :L358 */
h4 {
  font-size: 20px;
  font-weight: 600;
}
/* :L363 */
label {
  text-align: left;
}
/* ========== Navbar ==========*/

/* :L368 */
/* :L369 */
header .navbar.navbar-default {
  border: 1px solid #f1efeb;
  margin-bottom: 30px;
  background-color: transparent;
  height: 110px;
  /* icon size */

}
/* :L375 */
header .navbar.navbar-default .nav.navbar-nav.navbar-right {
  padding: 30px 0 !important;
}
/* :L380 */
header .navbar.navbar-default img {
  width: 220px;
  padding: 15px 0;
}
/* :L385 */
header .navbar.navbar-default li {
  font-size: 17px;
  /* active link  */

  /* click on new link  */

}
/* :L388 */
header .navbar.navbar-default li a {
  color: #333333;
  background-color: transparent;
  transition: all 0.3s;
  /* Login/ Logout ink with icon */

}
/* :L394 */
header .navbar.navbar-default li a[href*="CustomerLogin"],
header .navbar.navbar-default li a[href*="CustomerLogOut"],
header .navbar.navbar-default li a[href*="AgentLogOff"] {
  padding-left: 40px;
  position: relative;
}
/* :L400 */
header .navbar.navbar-default li a[href*="CustomerLogin"]::before,
header .navbar.navbar-default li a[href*="CustomerLogOut"]::before,
header .navbar.navbar-default li a[href*="AgentLogOff"]::before {
  left: 15px;
  position: absolute;
  display: block;
}
/* :L409 */
/* :L410 */
header .navbar.navbar-default li.instanda-active-nav-item a {
  background-color: transparent;
  color: #0079c8;
  font-size: 17px;
}
/* :L415 */
header .navbar.navbar-default li.instanda-active-nav-item a:hover,
header .navbar.navbar-default li.instanda-active-nav-item a:active,
header .navbar.navbar-default li.instanda-active-nav-item a:focus {
  color: #0079c8;
  background-color: transparent;
}
/* :L421 */
header .navbar.navbar-default li.instanda-active-nav-item a:hover:hover,
header .navbar.navbar-default li.instanda-active-nav-item a:active:hover,
header .navbar.navbar-default li.instanda-active-nav-item a:focus:hover,
header .navbar.navbar-default li.instanda-active-nav-item a:hover:active,
header .navbar.navbar-default li.instanda-active-nav-item a:active:active,
header .navbar.navbar-default li.instanda-active-nav-item a:focus:active,
header .navbar.navbar-default li.instanda-active-nav-item a:hover:focus,
header .navbar.navbar-default li.instanda-active-nav-item a:active:focus,
header .navbar.navbar-default li.instanda-active-nav-item a:focus:focus {
  color: #0079c8;
  background-color: transparent;
}
/* :L432 */
header .navbar.navbar-default li.instanda-nav-item {
  font-size: 17px;
}
/* :L435 */
header .navbar.navbar-default li.instanda-nav-item a:hover {
  font-size: 17px;
  color: white;
  background: #0079c8;
}
/* :L442 */
header .navbar.navbar-default li:last-of-type :before {
  font-family: FontAwesome;
  content: "\f2bd";
}
@media only screen and (max-width: 767px) {
  /* :L451 */
  header .navbar.navbar-default {
    height: auto;
    background-color: #0079c8;
    border-color: #0079c8;
    /* menu list navbar mobile */
  
  }
  /* :L456 */
  header .navbar.navbar-default a {
    position: relative;
    left: 25%;
  }
  /* :L461 */
  header .navbar.navbar-default img {
    width: 300px;
    padding: 0px;
  }
  /* :L466 */
  header .navbar.navbar-default .navbar-toggle {
    border-color: transparent;
    /* icon menu navbar mobile*/
  
  }
  /* :L469 */
  header .navbar.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
  }
  /* :L474 */
  header .navbar.navbar-default .navbar-toggle[data-toggle="collapse"] {
    background-color: #0079c8;
    border-color: #0079c8;
  }
  /* :L478 */
  header .navbar.navbar-default .navbar-toggle[data-toggle="collapse"] navbar-toggle {
    border-color: transparent;
  }
  /* :L481 */
  header .navbar.navbar-default .navbar-toggle[data-toggle="collapse"] navbar-toggle .icon-bar {
    background-color: white;
  }
  /* :L489 */
  header .navbar.navbar-default ul {
    border: 1px solid #0079c8;
    background: #0079c8;
    color: white;
  }
  /* :L494 */
  header .navbar.navbar-default ul li {
    background: #0079c8;
    color: white;
  }
  /* :L498 */
  header .navbar.navbar-default ul li a {
    background: #0079c8;
    color: white;
  }
  /* :L502 */
  header .navbar.navbar-default ul li a.instanda-nav-item-link {
    color: white;
  }
}
@media only screen and (max-width: 479px) {
  /* :L512 */
  header .navbar.navbar-default {
    height: auto;
    background-color: #0079c8;
    border-color: #0079c8;
  }
  /* :L517 */
  header .navbar.navbar-default a {
    position: relative;
    left: 5%;
  }
}
/* ========== Footer ==========*/

/* :L526 */
.customer-footer {
  background: #00335b;
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* :L534 */
.customer-footer .links-footer {
  color: white;
}
@media only screen and (min-width: 600px) {
  .customer-footer .links-footer {
    display: flex;
    float: right;
  }
}
@media only screen and (max-width: 600px) {
  /* :L543 */
  .customer-footer .links-footer a {
    display: block;
  }
}
/* :L548 */
.customer-footer .links-footer a {
  color: white;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
/* :L555 */
.customer-footer .links-footer a:hover,
.customer-footer .links-footer a:active {
  color: white;
}
/* :L562 */
@media only screen and (min-width: 600px) {
  .customer-footer .logo-footer {
    float: left;
  }
}
@media only screen and (max-width: 600px) {
  .customer-footer .logo-footer {
    float: right;
  }
}
/* :L571 */
.customer-footer .logo-footer img {
  width: 47px !important;
  height: 47px !important;
}
/* :L578 */
footer.footer {
  display: none;
}
/* :L582 */
footer {
  /*footer parent*/
  display: flex;
  justify-content: center;
  background: #00335b;
  height: 30px !important;
  padding-top: 30px;
  padding-bottom: 10px;
  /*footer container*/

  /* footer mobile */

}
/* :L592 */
footer .container.instanda-built-by-footer {
  position: absolute;
  bottom: 9px;
  color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  background: #00335b;
  text-align: right;
  font-size: 13px;
  /*instanda link color*/

}
@media (min-width: 768px) {
  footer .container.instanda-built-by-footer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  footer .container.instanda-built-by-footer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  footer .container.instanda-built-by-footer {
    width: 1170px;
  }
}
/* :L601 */
footer .container.instanda-built-by-footer:before {
  content: "©Bupa 2022";
  display: inline-block;
  float: left;
}
/* :L608 */
footer .container.instanda-built-by-footer a {
  color: white;
}
@media only screen and (max-width: 600px) {
  footer {
    display: block;
    height: 40px !important;
  }
  /* :L618 */
  footer .container.instanda-built-by-footer {
    text-align: left;
  }
  /* :L621 */
  footer .container.instanda-built-by-footer:before {
    width: 100%;
    display: block;
  }
}
/* ========== Buttons styles ==========*/

/* :L630 */
button[name="continueButton"],
button[type="submit"],
#continue-custom,
#accountBtn {
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  transition: background-color 0.5s ease;
  background-color: #0079c8;
  border-color: #0079c8;
  color: white;
}
/* :L153 */
button[name="continueButton"]:hover,
button[type="submit"]:hover,
#continue-custom:hover,
#accountBtn:hover,
button[name="continueButton"]:active,
button[type="submit"]:active,
#continue-custom:active,
#accountBtn:active,
button[name="continueButton"]:focus,
button[type="submit"]:focus,
#continue-custom:focus,
#accountBtn:focus {
  text-decoration: none;
  outline: 0;
}
/* :L159 */
button[name="continueButton"]:hover:active,
button[type="submit"]:hover:active,
#continue-custom:hover:active,
#accountBtn:hover:active,
button[name="continueButton"]:active:active,
button[type="submit"]:active:active,
#continue-custom:active:active,
#accountBtn:active:active,
button[name="continueButton"]:focus:active,
button[type="submit"]:focus:active,
#continue-custom:focus:active,
#accountBtn:focus:active,
button[name="continueButton"]:hover:focus,
button[type="submit"]:hover:focus,
#continue-custom:hover:focus,
#accountBtn:hover:focus,
button[name="continueButton"]:active:focus,
button[type="submit"]:active:focus,
#continue-custom:active:focus,
#accountBtn:active:focus,
button[name="continueButton"]:focus:focus,
button[type="submit"]:focus:focus,
#continue-custom:focus:focus,
#accountBtn:focus:focus {
  text-decoration: none;
  outline: 0;
}
/* :L195 */
button[name="continueButton"]:hover,
button[type="submit"]:hover,
#continue-custom:hover,
#accountBtn:hover,
button[name="continueButton"]:active,
button[type="submit"]:active,
#continue-custom:active,
#accountBtn:active,
button[name="continueButton"]:focus,
button[type="submit"]:focus,
#continue-custom:focus,
#accountBtn:focus {
  background-color: #00335b;
  border-color: #00335b;
  color: white;
}
/* :L202 */
button[name="continueButton"]:hover:active,
button[type="submit"]:hover:active,
#continue-custom:hover:active,
#accountBtn:hover:active,
button[name="continueButton"]:active:active,
button[type="submit"]:active:active,
#continue-custom:active:active,
#accountBtn:active:active,
button[name="continueButton"]:focus:active,
button[type="submit"]:focus:active,
#continue-custom:focus:active,
#accountBtn:focus:active,
button[name="continueButton"]:hover:focus,
button[type="submit"]:hover:focus,
#continue-custom:hover:focus,
#accountBtn:hover:focus,
button[name="continueButton"]:active:focus,
button[type="submit"]:active:focus,
#continue-custom:active:focus,
#accountBtn:active:focus,
button[name="continueButton"]:focus:focus,
button[type="submit"]:focus:focus,
#continue-custom:focus:focus,
#accountBtn:focus:focus {
  background-color: #00335b;
  border-color: #00335b;
  color: white;
}
/* :L637 */
button[name="saveButton"],
button[name="updateButton"],
.instanda-notes-button,
#save-custom,
#copyQuoteButton {
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  transition: background-color 0.5s ease;
  background-color: transparent;
  border: 2px solid #0079c8;
  color: #0079c8;
}
/* :L153 */
button[name="saveButton"]:hover,
button[name="updateButton"]:hover,
.instanda-notes-button:hover,
#save-custom:hover,
#copyQuoteButton:hover,
button[name="saveButton"]:active,
button[name="updateButton"]:active,
.instanda-notes-button:active,
#save-custom:active,
#copyQuoteButton:active,
button[name="saveButton"]:focus,
button[name="updateButton"]:focus,
.instanda-notes-button:focus,
#save-custom:focus,
#copyQuoteButton:focus {
  text-decoration: none;
  outline: 0;
}
/* :L159 */
button[name="saveButton"]:hover:active,
button[name="updateButton"]:hover:active,
.instanda-notes-button:hover:active,
#save-custom:hover:active,
#copyQuoteButton:hover:active,
button[name="saveButton"]:active:active,
button[name="updateButton"]:active:active,
.instanda-notes-button:active:active,
#save-custom:active:active,
#copyQuoteButton:active:active,
button[name="saveButton"]:focus:active,
button[name="updateButton"]:focus:active,
.instanda-notes-button:focus:active,
#save-custom:focus:active,
#copyQuoteButton:focus:active,
button[name="saveButton"]:hover:focus,
button[name="updateButton"]:hover:focus,
.instanda-notes-button:hover:focus,
#save-custom:hover:focus,
#copyQuoteButton:hover:focus,
button[name="saveButton"]:active:focus,
button[name="updateButton"]:active:focus,
.instanda-notes-button:active:focus,
#save-custom:active:focus,
#copyQuoteButton:active:focus,
button[name="saveButton"]:focus:focus,
button[name="updateButton"]:focus:focus,
.instanda-notes-button:focus:focus,
#save-custom:focus:focus,
#copyQuoteButton:focus:focus {
  text-decoration: none;
  outline: 0;
}
/* :L173 */
button[name="saveButton"]:hover,
button[name="updateButton"]:hover,
.instanda-notes-button:hover,
#save-custom:hover,
#copyQuoteButton:hover,
button[name="saveButton"]:active,
button[name="updateButton"]:active,
.instanda-notes-button:active,
#save-custom:active,
#copyQuoteButton:active,
button[name="saveButton"]:focus,
button[name="updateButton"]:focus,
.instanda-notes-button:focus,
#save-custom:focus,
#copyQuoteButton:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L180 */
button[name="saveButton"]:hover:active,
button[name="updateButton"]:hover:active,
.instanda-notes-button:hover:active,
#save-custom:hover:active,
#copyQuoteButton:hover:active,
button[name="saveButton"]:active:active,
button[name="updateButton"]:active:active,
.instanda-notes-button:active:active,
#save-custom:active:active,
#copyQuoteButton:active:active,
button[name="saveButton"]:focus:active,
button[name="updateButton"]:focus:active,
.instanda-notes-button:focus:active,
#save-custom:focus:active,
#copyQuoteButton:focus:active,
button[name="saveButton"]:hover:focus,
button[name="updateButton"]:hover:focus,
.instanda-notes-button:hover:focus,
#save-custom:hover:focus,
#copyQuoteButton:hover:focus,
button[name="saveButton"]:active:focus,
button[name="updateButton"]:active:focus,
.instanda-notes-button:active:focus,
#save-custom:active:focus,
#copyQuoteButton:active:focus,
button[name="saveButton"]:focus:focus,
button[name="updateButton"]:focus:focus,
.instanda-notes-button:focus:focus,
#save-custom:focus:focus,
#copyQuoteButton:focus:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L645 */
a#backButton,
.backBtn,
.instanda-choose-billing-content .instanda-buttonlist-payment-online-billing-details .col-xs-12.col-sm-12.col-md-12.col-lg-12 a {
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  transition: background-color 0.5s ease;
  background-color: #0079c8;
  border-color: #0079c8;
  color: white;
}
/* :L153 */
a#backButton:hover,
.backBtn:hover,
a#backButton:active,
.backBtn:active,
a#backButton:focus,
.backBtn:focus {
  text-decoration: none;
  outline: 0;
}
/* :L159 */
a#backButton:hover:active,
.backBtn:hover:active,
a#backButton:active:active,
.backBtn:active:active,
a#backButton:focus:active,
.backBtn:focus:active,
a#backButton:hover:focus,
.backBtn:hover:focus,
a#backButton:active:focus,
.backBtn:active:focus,
a#backButton:focus:focus,
.backBtn:focus:focus {
  text-decoration: none;
  outline: 0;
}
/* :L195 */
a#backButton:hover,
.backBtn:hover,
a#backButton:active,
.backBtn:active,
a#backButton:focus,
.backBtn:focus {
  background-color: #00335b;
  border-color: #00335b;
  color: white;
}
/* :L202 */
a#backButton:hover:active,
.backBtn:hover:active,
a#backButton:active:active,
.backBtn:active:active,
a#backButton:focus:active,
.backBtn:focus:active,
a#backButton:hover:focus,
.backBtn:hover:focus,
a#backButton:active:focus,
.backBtn:active:focus,
a#backButton:focus:focus,
.backBtn:focus:focus {
  background-color: #00335b;
  border-color: #00335b;
  color: white;
}
/* ========== Checkbox styles ==========*/

/* :L651 */
.confirmQuestionCheckbox.checkbox {
  display: flex;
}
/* :L654 */
.confirmQuestionCheckbox.checkbox input {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
/* :L659 */
.confirmQuestionCheckbox.checkbox input:checked {
  background-color: #0079c8;
}
/* :L664 */
.confirmQuestionCheckbox.checkbox .confirmQuestionText {
  margin-left: 20px;
  margin-top: 10px;
}
/* ========== Help style ==========*/

/* help icon style */

/* :L672 */
/* :L673 */
.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x:before {
  content: "\f059";
  font-family: "FontAwesome";
  color: #0079c8;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
/* :L711 */
.instanda-responsive-help-text.row {
  position: absolute !important;
  bottom: calc(100% + .5rem);
  height: auto !important;
  right: -1.25rem;
  width: 15rem !important;
  margin-inline: unset !important;
  overflow: visible !important;
}
/* :L722 */
.instanda-responsive-help-text.row::before,
.instanda-responsive-help-text.row::after {
  display: none;
}
/* :L727 */
.instanda-responsive-help-text.row > div {
  float: unset;
  padding: 0.5rem 1rem;
  margin: unset !important;
  /* position: relative; */
  background: rgba(0, 51, 91, 0.8);
  font-weight: 700;
  color: white;
  display: block !important;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.66, 0, 0.25, 1);
}
/* :L739 */
.instanda-responsive-help-text.row > div::after {
  display: block !important;
  content: "";
  position: absolute;
  top: 100%;
  right: 1rem;
  z-index: 5555;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid rgba(0, 51, 91, 0.8);
}
/* :L752 */
.instanda-responsive-help-text.row .col-xs-12.col-sm-7.col-md-7.col-lg-7 {
  width: 100%;
}
/* :L758 */
.instanda-question-label + .instanda-text-question {
  position: relative;
}
/* :L761 */
.instanda-question-label + .instanda-text-question .instanda-question-help-col {
  width: initial;
  position: absolute;
  right: 0;
  top: calc(-38.4px);
}
/* :L769 */
.instanda-responsive-help-icon-container {
  position: relative;
}
/* :L773 */
/* :L774 */
.instanda-responsive-help-icon-link[aria-expanded="false"] + .instanda-responsive-help-text > div {
  animation-name: fadeout;
}
/* :L778 */
.instanda-responsive-help-icon-link[aria-expanded="true"] + .instanda-responsive-help-text > div {
  animation-name: fadein;
}
/* :L783 */
.help-icon {
  font-size: 18px;
  display: inline-block;
  color: #0079c8;
  cursor: pointer;
}
/* :L790 */
.help-icon:hover {
  color: #00335b;
}
/* :L795 */
.tippy-box {
  /* Override the default styles */
  background: rgba(0, 51, 91, 0.8);
  font-weight: 700;
}
/* :L800 */
.tippy-box .tippy-content {
  padding: 16px;
}
/* :L804 */
.tippy-box .tippy-arrow {
  color: #00335b;
  opacity: 0.8;
}
/* ========== Navbar joureny =========*/

/* :L811 */
/* :L812 */
.package-20964 header {
  margin-bottom: 0px;
}
/* :L815 */
.package-20964 header nav.navbar {
  margin-bottom: 0px;
}
/* :L821 */
.loading,
.loading-text {
  display: none;
}
/* =========== Secondary footer ========= */

/* :L827 */
.secondary-footer {
  position: absolute;
  width: 100%;
  bottom: 100px;
  background: #f0f0f0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L836 */
.secondary-footer h3 {
  font-weight: 700;
}
/* :L840 */
.secondary-footer h3,
.secondary-footer p,
.secondary-footer a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
/* :L848 */
.secondary-footer p {
  font-size: 14px;
}
/* :L852 */
.secondary-footer .secondary-footer-email,
.secondary-footer .secondary-footer-call {
  color: #0079c8;
  display: none;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .secondary-footer {
    bottom: 190px;
  }
  /* :L863 */
  .secondary-footer h3,
  .secondary-footer p,
  .secondary-footer a {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
  }
}
/* :L873 */
/* :L880 */
.page-prequotequestions.page-number-2 .secondary-footer-call,
.page-referralmessage .secondary-footer-call,
.page-quote .secondary-footer-call,
.page-postquotequestions .secondary-footer-call,
.page-paymentconfirmation .secondary-footer-call,
.page-confirmbilingdetails .secondary-footer-call,
.page-confirmation2 .secondary-footer-call {
  display: inline-block;
}
/* :L883 */
.page-prequotequestions.page-number-2 .secondary-footer-call:before,
.page-referralmessage .secondary-footer-call:before,
.page-quote .secondary-footer-call:before,
.page-postquotequestions .secondary-footer-call:before,
.page-paymentconfirmation .secondary-footer-call:before,
.page-confirmbilingdetails .secondary-footer-call:before,
.page-confirmation2 .secondary-footer-call:before {
  content: "\f095";
  font-family: "FontAwesome";
  padding-right: 5px;
}
/* :L891 */
/* :L900 */
.page-quickquotequestions .secondary-footer,
.page-quickquote .secondary-footer,
.page-prequotequestions .secondary-footer,
.page-referralmessage .secondary-footer,
.page-quote .secondary-footer,
.page-postquotequestions .secondary-footer,
.page-paymentconfirmation .secondary-footer,
.page-confirmbilingdetails .secondary-footer,
.page-confirmation2 .secondary-footer {
  display: block !important;
}
/* :L905 */
/* :L906 */
.page-prequotequestions.page-number-1 .secondary-footer {
  display: none !important;
}
/* :L909 */
.page-prequotequestions.page-number-1 div[id^="InitialExam_NUM"] {
  display: none !important;
}
/* :L912 */
.page-prequotequestions.page-number-1 div[id^="AdultCheckUp_NUM"] {
  display: none !important;
}
/* :L915 */
.page-prequotequestions.page-number-1 div[id^="HygieneAppointment"] {
  display: none !important;
}
/* :L918 */
.page-prequotequestions.page-number-1 div[id^="InitialExamPAYG_NUM"] {
  display: none !important;
}
/* :L921 */
.page-prequotequestions.page-number-1 div[id^="AdultCheckUpPAYG_NUM"] {
  display: none !important;
}
/* :L924 */
.page-prequotequestions.page-number-1 div[id^="HygieneAppointmentPAYG"] {
  display: none !important;
}
/* :L927 */
.page-prequotequestions.page-number-1 div[id^="SmallXrayPAYG_NUM"] {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  /* :L935 */
  #text-call-mobile {
    display: inline-block;
  }
  /* :L939 */
  #text-call-desktop {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  /* :L945 */
  #text-call-mobile {
    display: none;
  }
  /* :L949 */
  #text-call-desktop {
    display: inline-block;
  }
}
/* =========== Banner ========= */

/* :L955 */
.banner {
  background-image: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=V0dWelFucFZZa0U1UVhnc1YwbE1kMlZKVjNSMVFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxiaHBzajVPNHpaWlIya2QxLDEwMDAsYUtCd2d0ITF5T0Z3MnJjdywydEJHdVd0Q2ZTNGpFYXE0ZlU1dStWLzFiaU9KVHZQK3pFVDVsWmdZekxjNjlHL2d0dmtaVWY4bUR4VS8xV29NWUt4MjVBWGwzNGR4ZE5FZ3B1ZDM5dz09");
  background-color: #c6c5c1;
  background-size: cover;
  background-position-y: 35%;
  background-position-x: center;
  background-repeat: no-repeat;
  margin: 0px;
  height: 360px;
  margin-bottom: 40px;
  display: none;
}
/* :L967 */
.banner .container {
  align-self: center;
}
@media only screen and (max-width: 840px) {
  /* :L972 */
  .banner .container {
    align-self: end;
  }
}
/* :L977 */
.banner p {
  display: none;
  color: white;
}
/* :L981 */
.banner p.pre-quote-title,
.banner p.sale-confirmation-title,
.banner p.sale-confirmation-mta-title,
.banner p.page-confirmbillingdetails {
  font-size: 52px;
  font-weight: 800;
  line-height: 50px;
}
@media only screen and (max-width: 640px) {
  .banner p.pre-quote-title,
  .banner p.sale-confirmation-title,
  .banner p.sale-confirmation-mta-title,
  .banner p.page-confirmbillingdetails {
    font-size: 28px;
  }
}
/* :L994 */
.banner p.pre-quote-text,
.banner p.sale-confirmation-text,
.banner p.sale-confirmation-mta-text {
  font-size: 14px;
  line-height: 20px;
}
/* :L1003 */
@media only screen and (max-width: 840px) {
  .banner {
    box-shadow: inset 0px -140px 32px 0px #47474694;
  }
}
@media only screen and (min-width: 840px) {
  .banner {
    background-size: 70%;
    background-position-x: right;
  }
}
/* :L1014 */
/* :L1024 */
.page-quickquotequestions .banner,
.page-quickquote .banner,
.page-prequotequestions .banner,
.page-referralmessage .banner,
.page-quote .banner,
.page-postquotequestions .banner,
.page-paymentconfirmation .banner,
.page-confirmbilingdetails .banner,
.page-confirmbillingdetails .banner,
.page-confirmation2 .banner {
  display: flex;
}
/* :L1028 */
.page-quickquotequestions .pre-quote-title,
.page-quickquote .pre-quote-title,
.page-prequotequestions .pre-quote-title,
.page-referralmessage .pre-quote-title,
.page-quote .pre-quote-title,
.page-postquotequestions .pre-quote-title,
.page-paymentconfirmation .pre-quote-title,
.page-confirmbilingdetails .pre-quote-title,
.page-confirmbillingdetails .pre-quote-title,
.page-confirmation2 .pre-quote-title,
.page-quickquotequestions .pre-quote-text,
.page-quickquote .pre-quote-text,
.page-prequotequestions .pre-quote-text,
.page-referralmessage .pre-quote-text,
.page-quote .pre-quote-text,
.page-postquotequestions .pre-quote-text,
.page-paymentconfirmation .pre-quote-text,
.page-confirmbilingdetails .pre-quote-text,
.page-confirmbillingdetails .pre-quote-text,
.page-confirmation2 .pre-quote-text,
.page-quickquotequestions .sale-confirmation-title,
.page-quickquote .sale-confirmation-title,
.page-prequotequestions .sale-confirmation-title,
.page-referralmessage .sale-confirmation-title,
.page-quote .sale-confirmation-title,
.page-postquotequestions .sale-confirmation-title,
.page-paymentconfirmation .sale-confirmation-title,
.page-confirmbilingdetails .sale-confirmation-title,
.page-confirmbillingdetails .sale-confirmation-title,
.page-confirmation2 .sale-confirmation-title,
.page-quickquotequestions .sale-confirmation-text,
.page-quickquote .sale-confirmation-text,
.page-prequotequestions .sale-confirmation-text,
.page-referralmessage .sale-confirmation-text,
.page-quote .sale-confirmation-text,
.page-postquotequestions .sale-confirmation-text,
.page-paymentconfirmation .sale-confirmation-text,
.page-confirmbilingdetails .sale-confirmation-text,
.page-confirmbillingdetails .sale-confirmation-text,
.page-confirmation2 .sale-confirmation-text,
.page-quickquotequestions .sale-confirmation-mta-title,
.page-quickquote .sale-confirmation-mta-title,
.page-prequotequestions .sale-confirmation-mta-title,
.page-referralmessage .sale-confirmation-mta-title,
.page-quote .sale-confirmation-mta-title,
.page-postquotequestions .sale-confirmation-mta-title,
.page-paymentconfirmation .sale-confirmation-mta-title,
.page-confirmbilingdetails .sale-confirmation-mta-title,
.page-confirmbillingdetails .sale-confirmation-mta-title,
.page-confirmation2 .sale-confirmation-mta-title {
  display: none;
}
/* :L1037 */
/* :L1041 */
.page-prequotequestions .pre-quote-title,
.page-quote .pre-quote-title,
.page-postquotequestions .pre-quote-title,
.page-confirmbillingdetails .pre-quote-title,
.page-prequotequestions .pre-quote-text,
.page-quote .pre-quote-text,
.page-postquotequestions .pre-quote-text,
.page-confirmbillingdetails .pre-quote-text {
  display: block;
}
/* :L1047 */
/* :L1049 */
.page-confirmbilingdetails .sale-confirmation-title,
.page-confirmation2 .sale-confirmation-title,
.page-confirmbilingdetails .sale-confirmation-text,
.page-confirmation2 .sale-confirmation-text {
  display: block;
}
/* :L1055 */
/* :L1057 */
.page-confirmbilingdetails.created-from-mta .sale-confirmation-title,
.page-confirmation2.created-from-mta .sale-confirmation-title,
.page-confirmbilingdetails.created-from-mta .sale-confirmation-text,
.page-confirmation2.created-from-mta .sale-confirmation-text {
  display: none;
}
/* :L1062 */
.page-confirmbilingdetails.created-from-mta .sale-confirmation-mta-title,
.page-confirmation2.created-from-mta .sale-confirmation-mta-title,
.page-confirmbilingdetails.created-from-mta .sale-confirmation-mta-text,
.page-confirmation2.created-from-mta .sale-confirmation-mta-text {
  display: block;
}
/* :L1067 */
/* :L1068 */
.page-prequotequestionscontinue #ExistingCustomer_Label {
  margin-bottom: 0.5rem;
}
/* :L1072 */
.page-prequotequestionscontinue #ExistingCustomer_Label {
  margin-left: -50px !important;
  /* Target the wrapper with the incorrect ID that contains a space */

}
/* :L1075 */
.page-prequotequestionscontinue #ExistingCustomer_Label div[id="ExistingCustomer_TEXT _radio_wrapper_2"] {
  margin-left: 30px !important;
  /* Move right by 30px */
  padding-left: 0;
  /* Optional: remove extra padding */

}
/* :L1083 */
.page-prequotequestionscontinue #ExistingCustomer_Label .control-label {
  font-weight: bold !important;
}
/* :L1088 */
/* :L1091 */
/* :L1092 */
.page-prequotequestions .container.instanda-upper-content h2 {
  padding: 0px 15px;
}
/* ========= Left card ========== */

/* :L1099 */
.card {
  border: 3px solid #f1efeb;
  margin-bottom: 20px;
}
/* :L1103 */
.card .row-card {
  display: flex;
  justify-content: space-between;
}
/* :L1107 */
.card .row-card.first {
  font-size: 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
}
/* :L1114 */
.card p.checkText:before {
  font-family: "FontAwesome";
  content: "\f00c";
  display: inline-block;
  padding-right: 10px;
  color: #007a3d;
  margin-right: 8px;
}
/* :L1123 */
.card .card-header {
  padding: 18px;
  background: #f1efeb;
  padding-top: 24px;
  padding-bottom: 24px;
}
/* :L1129 */
.card .card-header h3 {
  margin-top: 0px;
  border-bottom: 1px solid #707070;
  font-size: 25px;
  font-weight: 600;
}
/* :L1135 */
.card .card-header h3:nth-of-type(2) {
  color: #0079c8;
}
/* :L1140 */
.card .card-header .title-icon {
  color: #0079c8;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  padding-left: 32px;
  /*
    &:hover:before {
    content: "\f058";
    }*/

}
/* :L1148 */
.card .card-header .title-icon:before {
  font-size: 30px;
  font-family: "FontAwesome";
  /* content: "\f10c";*/
  content: "\f058";
  color: #007a3d;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -2px;
}
@media only screen and (max-width: 600px) {
  /* :L1168 */
  .card .card-header .title-icon {
    text-align: center;
  }
}
/* :L1174 */
.card .card-body {
  padding: 18px;
}
/* :L1177 */
.card .card-body .col-right {
  word-break: break-all;
}
/* :L1181 */
/* :L1182 */
.card .card-body .card-title h3,
.card .card-body .card-title h4 {
  border-bottom: 1px solid #707070;
}
/* :L1187 */
.card .card-body .card-title h4 {
  font-weight: 600;
  padding-bottom: 6px;
}
/* :L1193 */
.card .card-body .check {
  color: #007a3d;
  font-weight: 900;
  margin-right: 5px;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  /* :L1202 */
  .card #emailQuoteLinkLink {
    padding-left: 0px;
  }
  /* :L1206 */
  .card .row-mobile {
    display: block;
  }
  /* :L1209 */
  .card .row-mobile .col-left {
    margin-bottom: 5px;
  }
  /* :L1212 */
  .card .row-mobile .col-left.address-two {
    display: none;
  }
}
/* :L1220 */
/* :L1221 */
.card-price h3 {
  border-bottom: 0px !important;
}
/* :L1225 */
.card-price .price {
  color: #0079c8;
}
/* :L1231 */
.card-initial,
.card-routine,
.card-enhanced-new,
.card-enhanced-existing {
  display: none;
}
/* ====== Title journey ====== */

/* :L1239 */
/* :L1244 */
.instanda-pre-quote-content .instanda-upper-content,
.instanda-quote-content .instanda-upper-content,
.instanda-customerportal-content .instanda-upper-content,
.instanda-post-quote-content .instanda-upper-content,
.instanda-confirmation-content .instanda-upper-content {
  /*Title quote*/

  margin-bottom: 50px;
}
/* :L1246 */
.instanda-pre-quote-content .instanda-upper-content h2,
.instanda-quote-content .instanda-upper-content h2,
.instanda-customerportal-content .instanda-upper-content h2,
.instanda-post-quote-content .instanda-upper-content h2,
.instanda-confirmation-content .instanda-upper-content h2,
.instanda-pre-quote-content .instanda-upper-content div.text-upper-content,
.instanda-quote-content .instanda-upper-content div.text-upper-content,
.instanda-customerportal-content .instanda-upper-content div.text-upper-content,
.instanda-post-quote-content .instanda-upper-content div.text-upper-content,
.instanda-confirmation-content .instanda-upper-content div.text-upper-content {
  display: inline-block;
}
/* :L1251 */
.instanda-pre-quote-content .instanda-upper-content div.text-upper-content,
.instanda-quote-content .instanda-upper-content div.text-upper-content,
.instanda-customerportal-content .instanda-upper-content div.text-upper-content,
.instanda-post-quote-content .instanda-upper-content div.text-upper-content,
.instanda-confirmation-content .instanda-upper-content div.text-upper-content {
  float: right;
}
@media only screen and (max-width: 725px) {
  /* :L1256 */
  .instanda-pre-quote-content .instanda-upper-content div.text-upper-content,
  .instanda-quote-content .instanda-upper-content div.text-upper-content,
  .instanda-customerportal-content .instanda-upper-content div.text-upper-content,
  .instanda-post-quote-content .instanda-upper-content div.text-upper-content,
  .instanda-confirmation-content .instanda-upper-content div.text-upper-content {
    float: left;
  }
}
/* :L1261 */
.instanda-pre-quote-content .instanda-upper-content h2,
.instanda-quote-content .instanda-upper-content h2,
.instanda-customerportal-content .instanda-upper-content h2,
.instanda-post-quote-content .instanda-upper-content h2,
.instanda-confirmation-content .instanda-upper-content h2 {
  margin-top: 0px;
}
@media only screen and (min-width: 992px) {
  /* :L1270 */
  /* :L1271 */
  .page-prequotequestions .text-upper-content {
    padding: 0px 30px;
  }
}
/* :L1277 */
.card-discount {
  border: 3px solid #001928;
  margin-bottom: 20px;
  background: #f2f2f2;
}
/* :L1282 */
.card-discount .card-body {
  padding: 18px;
  background: #f2f2f2;
}
/* :L1286 */
.card-discount .card-body .discount-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* :L1291 */
.card-discount .card-body .discount-list li {
  padding: 5px 0;
  position: relative;
  padding-left: 25px;
}
/* :L1296 */
.card-discount .card-body .discount-list li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  display: inline-block;
  color: #007a3d;
  position: absolute;
  left: 0;
  top: 5px;
}
/* :L1308 */
.card-discount .card-body .discount-link {
  text-decoration: none;
  font-weight: 600;
  color: #00335b;
}
/* Separate comparison wrapper */

/* :L1317 */
.comparison-wrapper {
  margin-top: 20px;
}
/* :L1320 */
.comparison-wrapper .comparison-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333333;
}
/* Comparison table styling */

/* :L1329 */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0px;
  font-size: 14px;
  border: 1px solid #707070;
  /* Title row styling - LEFT ALIGNED */

  /* Header row styling - CENTER ALIGNED */

  /* Ensure all header cells in second row are centered */

  /* First column (service names) styling - CENTER ALIGNED */

  /* Smile Plan Price column styling - header and data */

}
/* :L1336 */
.comparison-table th,
.comparison-table td {
  padding: 12px;
  text-align: center;
}
/* :L1343 */
.comparison-table thead tr:first-child th:first-child {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
/* :L1350 */
.comparison-table thead tr:nth-child(2) th {
  background-color: #f1efeb;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
}
/* :L1358 */
.comparison-table thead tr:nth-child(2) th:not(:first-child) {
  text-align: center;
}
/* :L1363 */
.comparison-table tbody td:first-child {
  text-align: center;
  background-color: white;
}
/* :L1369 */
.comparison-table thead tr th.smile-plan-price,
.comparison-table tbody td.smile-plan-price {
  background-color: #e8c5e8;
  /* font-weight: 600; */
  text-align: center;
}
/* Mobile responsiveness */

@media only screen and (max-width: 767px) {
  /* :L1379 */
  .comparison-table {
    font-size: 12px;
  }
  /* :L1382 */
  .comparison-table th,
  .comparison-table td {
    padding: 8px 4px;
  }
}
/* ====== Prequote content ====== */

/* :L1390 */
/* :L1391 */
.page-prequotequestions .registrationFee {
  display: none;
}
/* :L1395 */
.page-prequotequestions form {
  display: flex;
  flex-wrap: wrap;
}
/* :L1400 */
/* :L1404 */
.page-prequotequestions .card-routine .card-header,
.page-prequotequestions .card-initial .card-header,
.page-prequotequestions .card-enhanced-new .card-header,
.page-prequotequestions .card-enhanced-existing .card-header {
  background: #ddedf8;
}
/* :L1410 */
.instanda-pre-quote-questions {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 912px) {
  .instanda-pre-quote-questions {
    width: 100%;
  }
}
/* card style*/

/* :L1415 */
/* :L1416 */
/* :L1417 */
/* :L1418 */
.instanda-pre-quote-content .card .card-title h4 {
  border-bottom: 0px;
}
/* :L1424 */
.instanda-pre-quote-content .instanda-questionHeader {
  width: auto;
}
/* :L1428 */
.instanda-pre-quote-content .question-header {
  background: transparent;
}
/* :L1432 */
/* :L1433 */
.instanda-pre-quote-content .instanda-main-content .questionItem {
  width: 100%;
}
/* :L1436 */
.instanda-pre-quote-content .instanda-main-content .questionItem .instanda-question-input {
  width: 100%;
}
/* :L1443 */
.page-prequotequestions .privacy-statement {
  display: none;
}
/* :L1446 */
.page-number-2.page-prequotequestions .privacy-statement {
  display: block;
}
/*========= Quote Display page & Post Quote Questions Page=========*/

/* :L1452 */
.quote-checbox-label {
  width: 80%;
  font-size: 16px;
  font-weight: 700;
}
/* :L1458 */
/* :L1459 */
.page-quote.created-from-mta.page-number-1 .instanda-quote-content {
  margin-top: 10%;
}
/* :L1463 */
.page-quote.created-from-mta.page-number-1 .banner,
.page-quote.created-from-mta.page-number-1 .breadcrumb-wrapper {
  display: none;
}
/* :L1468 */
.page-quote.created-from-mta.page-number-1 .instanda-quote-content + div {
  display: none;
}
/* :L1473 */
/* :L1474 */
.page-quote .instanda-quote-content {
  margin-bottom: 20px;
}
/* :L1478 */
.page-quote #AcceptNotAccept {
  vertical-align: bottom;
}
/*== Continue Button name ===*/

/* :L1484 */
/* :L1485 */
.created-from-mta button[name="continueButton"] {
  font-size: 0px;
}
/* :L1488 */
.created-from-mta button[name="continueButton"]:before {
  content: "Submit";
  font-size: 16px;
  color: white;
}
/* :L1494 */
.created-from-mta button[name="continueButton"] i {
  font-size: 16px;
  padding-left: 10px;
}
/* :L1501 */
/* :L1503 */
/* :L1504 */
.page-quote.created-from-mta #quote-content button[name="continueButton"],
.page-quote.created-from-detailchange #quote-content button[name="continueButton"] {
  font-size: 0px;
}
/* :L1507 */
.page-quote.created-from-mta #quote-content button[name="continueButton"]:before,
.page-quote.created-from-detailchange #quote-content button[name="continueButton"]:before {
  content: "Submit change";
  font-size: 16px;
  color: white;
}
/* :L1513 */
.page-quote.created-from-mta #quote-content button[name="continueButton"] i,
.page-quote.created-from-detailchange #quote-content button[name="continueButton"] i {
  font-size: 16px;
  padding-left: 10px;
}
/* :L1521 */
/* :L1522 */
span[data-placeholder="insertAdjustmentQuestionsPlaceholder"] input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
/* :L1530 */
span[data-placeholder="insertAdjustmentQuestionsPlaceholder"] input[type="checkbox"]:checked {
  background-color: #0079c8;
}
/* :L1536 */
#TC {
  /* display: flex;*/
  gap: 1rem;
  align-items: flex-start;
}
/* :L1543 */
#TC label {
  flex: 1;
  /* Allow label to take remaining space */
  line-height: 1.5;
  /* Better line height for readability */

}
/* :L1547 */
#TC label a {
  white-space: nowrap;
  /* Prevent "Terms and Conditions" from breaking */

}
/* card on both pages*/

/* :L1554 */
/* :L1556 */
.page-quote .address2-col,
.page-postquotequestions .address2-col {
  word-break: break-word !important;
}
@media only screen and (min-width: 600px) {
  /* :L1561 */
  .page-quote .address2-col,
  .page-postquotequestions .address2-col {
    width: 50%;
    text-align: end;
  }
}
/* :L1567 */
/* :L1568 */
.page-quote .card h3,
.page-postquotequestions .card h3 {
  padding-bottom: 5px;
  margin-bottom: 20px;
}
/* :L1573 */
.page-quote .card .first,
.page-postquotequestions .card .first {
  border-bottom: 0px;
  margin-bottom: 0px;
}
/* :L1578 */
.page-quote .card h4:after,
.page-postquotequestions .card h4:after {
  visibility: hidden;
}
/* :L1582 */
/* :L1583 */
.page-quote .card.card-right .small-text,
.page-postquotequestions .card.card-right .small-text {
  font-size: 13px;
}
/* :L1587 */
.page-quote .card.card-right .col-left,
.page-postquotequestions .card.card-right .col-left {
  font-weight: 600;
}
/* :L1591 */
.page-quote .card.card-right .card-header,
.page-postquotequestions .card.card-right .card-header {
  background: #ddedf8;
}
/* :L1594 */
.page-quote .card.card-right .card-header .header-row,
.page-postquotequestions .card.card-right .card-header .header-row {
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
/* :L1599 */
.page-quote .card.card-right .card-header h3,
.page-postquotequestions .card.card-right .card-header h3 {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 5px;
}
/* :L1607 */
/* :L1608 */
.page-quote .card.card-left .small-text,
.page-postquotequestions .card.card-left .small-text {
  font-size: 13px;
}
/* :L1612 */
.page-quote .card.card-left .col-left,
.page-postquotequestions .card.card-left .col-left {
  font-weight: 600;
}
/* :L1616 */
.page-quote .card.card-left .card-header,
.page-postquotequestions .card.card-left .card-header {
  background: #ddedf8;
}
/* :L1619 */
.page-quote .card.card-left .card-header .header-row,
.page-postquotequestions .card.card-left .card-header .header-row {
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
/* :L1624 */
.page-quote .card.card-left .card-header h3,
.page-postquotequestions .card.card-left .card-header h3 {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 5px;
}
/* :L1637 */
.page-quote .row-btn-quote,
.page-postquotequestions .row-btn-quote {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: stretch;
}
/* :L1644 */
.page-quote .btn-grey-personal,
.page-postquotequestions .btn-grey-personal {
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  transition: background-color 0.5s ease;
  background-color: transparent;
  border: 2px solid #666666;
  color: #666666;
}
/* :L153 */
.page-quote .btn-grey-personal:hover,
.page-postquotequestions .btn-grey-personal:hover,
.page-quote .btn-grey-personal:active,
.page-postquotequestions .btn-grey-personal:active,
.page-quote .btn-grey-personal:focus,
.page-postquotequestions .btn-grey-personal:focus {
  text-decoration: none;
  outline: 0;
}
/* :L159 */
.page-quote .btn-grey-personal:hover:active,
.page-postquotequestions .btn-grey-personal:hover:active,
.page-quote .btn-grey-personal:active:active,
.page-postquotequestions .btn-grey-personal:active:active,
.page-quote .btn-grey-personal:focus:active,
.page-postquotequestions .btn-grey-personal:focus:active,
.page-quote .btn-grey-personal:hover:focus,
.page-postquotequestions .btn-grey-personal:hover:focus,
.page-quote .btn-grey-personal:active:focus,
.page-postquotequestions .btn-grey-personal:active:focus,
.page-quote .btn-grey-personal:focus:focus,
.page-postquotequestions .btn-grey-personal:focus:focus {
  text-decoration: none;
  outline: 0;
}
/* :L237 */
.page-quote .btn-grey-personal:hover,
.page-postquotequestions .btn-grey-personal:hover,
.page-quote .btn-grey-personal:active,
.page-postquotequestions .btn-grey-personal:active,
.page-quote .btn-grey-personal:focus,
.page-postquotequestions .btn-grey-personal:focus {
  background-color: transparent;
  border: 1px solid #666666;
  color: #666666;
}
/* :L244 */
.page-quote .btn-grey-personal:hover:active,
.page-postquotequestions .btn-grey-personal:hover:active,
.page-quote .btn-grey-personal:active:active,
.page-postquotequestions .btn-grey-personal:active:active,
.page-quote .btn-grey-personal:focus:active,
.page-postquotequestions .btn-grey-personal:focus:active,
.page-quote .btn-grey-personal:hover:focus,
.page-postquotequestions .btn-grey-personal:hover:focus,
.page-quote .btn-grey-personal:active:focus,
.page-postquotequestions .btn-grey-personal:active:focus,
.page-quote .btn-grey-personal:focus:focus,
.page-postquotequestions .btn-grey-personal:focus:focus {
  background-color: transparent;
  border: 1px solid #666666;
  color: #666666;
}
/* :L252 */
.page-quote .btn-grey-personal i,
.page-postquotequestions .btn-grey-personal i {
  display: none;
}
/* :L1648 */
.page-quote .btn-blue-personal,
.page-postquotequestions .btn-blue-personal,
.page-quote #emailQuoteLinkLink,
.page-postquotequestions #emailQuoteLinkLink,
.page-quote #changeMyDetailsCP,
.page-postquotequestions #changeMyDetailsCP {
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  transition: background-color 0.5s ease;
  background-color: transparent;
  border: 2px solid #0079c8;
  color: #0079c8;
  padding: 7px 15px;
  margin-left: 10px;
}
/* :L153 */
.page-quote .btn-blue-personal:hover,
.page-postquotequestions .btn-blue-personal:hover,
.page-quote #emailQuoteLinkLink:hover,
.page-postquotequestions #emailQuoteLinkLink:hover,
.page-quote #changeMyDetailsCP:hover,
.page-postquotequestions #changeMyDetailsCP:hover,
.page-quote .btn-blue-personal:active,
.page-postquotequestions .btn-blue-personal:active,
.page-quote #emailQuoteLinkLink:active,
.page-postquotequestions #emailQuoteLinkLink:active,
.page-quote #changeMyDetailsCP:active,
.page-postquotequestions #changeMyDetailsCP:active,
.page-quote .btn-blue-personal:focus,
.page-postquotequestions .btn-blue-personal:focus,
.page-quote #emailQuoteLinkLink:focus,
.page-postquotequestions #emailQuoteLinkLink:focus,
.page-quote #changeMyDetailsCP:focus,
.page-postquotequestions #changeMyDetailsCP:focus {
  text-decoration: none;
  outline: 0;
}
/* :L159 */
.page-quote .btn-blue-personal:hover:active,
.page-postquotequestions .btn-blue-personal:hover:active,
.page-quote #emailQuoteLinkLink:hover:active,
.page-postquotequestions #emailQuoteLinkLink:hover:active,
.page-quote #changeMyDetailsCP:hover:active,
.page-postquotequestions #changeMyDetailsCP:hover:active,
.page-quote .btn-blue-personal:active:active,
.page-postquotequestions .btn-blue-personal:active:active,
.page-quote #emailQuoteLinkLink:active:active,
.page-postquotequestions #emailQuoteLinkLink:active:active,
.page-quote #changeMyDetailsCP:active:active,
.page-postquotequestions #changeMyDetailsCP:active:active,
.page-quote .btn-blue-personal:focus:active,
.page-postquotequestions .btn-blue-personal:focus:active,
.page-quote #emailQuoteLinkLink:focus:active,
.page-postquotequestions #emailQuoteLinkLink:focus:active,
.page-quote #changeMyDetailsCP:focus:active,
.page-postquotequestions #changeMyDetailsCP:focus:active,
.page-quote .btn-blue-personal:hover:focus,
.page-postquotequestions .btn-blue-personal:hover:focus,
.page-quote #emailQuoteLinkLink:hover:focus,
.page-postquotequestions #emailQuoteLinkLink:hover:focus,
.page-quote #changeMyDetailsCP:hover:focus,
.page-postquotequestions #changeMyDetailsCP:hover:focus,
.page-quote .btn-blue-personal:active:focus,
.page-postquotequestions .btn-blue-personal:active:focus,
.page-quote #emailQuoteLinkLink:active:focus,
.page-postquotequestions #emailQuoteLinkLink:active:focus,
.page-quote #changeMyDetailsCP:active:focus,
.page-postquotequestions #changeMyDetailsCP:active:focus,
.page-quote .btn-blue-personal:focus:focus,
.page-postquotequestions .btn-blue-personal:focus:focus,
.page-quote #emailQuoteLinkLink:focus:focus,
.page-postquotequestions #emailQuoteLinkLink:focus:focus,
.page-quote #changeMyDetailsCP:focus:focus,
.page-postquotequestions #changeMyDetailsCP:focus:focus {
  text-decoration: none;
  outline: 0;
}
/* :L173 */
.page-quote .btn-blue-personal:hover,
.page-postquotequestions .btn-blue-personal:hover,
.page-quote #emailQuoteLinkLink:hover,
.page-postquotequestions #emailQuoteLinkLink:hover,
.page-quote #changeMyDetailsCP:hover,
.page-postquotequestions #changeMyDetailsCP:hover,
.page-quote .btn-blue-personal:active,
.page-postquotequestions .btn-blue-personal:active,
.page-quote #emailQuoteLinkLink:active,
.page-postquotequestions #emailQuoteLinkLink:active,
.page-quote #changeMyDetailsCP:active,
.page-postquotequestions #changeMyDetailsCP:active,
.page-quote .btn-blue-personal:focus,
.page-postquotequestions .btn-blue-personal:focus,
.page-quote #emailQuoteLinkLink:focus,
.page-postquotequestions #emailQuoteLinkLink:focus,
.page-quote #changeMyDetailsCP:focus,
.page-postquotequestions #changeMyDetailsCP:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L180 */
.page-quote .btn-blue-personal:hover:active,
.page-postquotequestions .btn-blue-personal:hover:active,
.page-quote #emailQuoteLinkLink:hover:active,
.page-postquotequestions #emailQuoteLinkLink:hover:active,
.page-quote #changeMyDetailsCP:hover:active,
.page-postquotequestions #changeMyDetailsCP:hover:active,
.page-quote .btn-blue-personal:active:active,
.page-postquotequestions .btn-blue-personal:active:active,
.page-quote #emailQuoteLinkLink:active:active,
.page-postquotequestions #emailQuoteLinkLink:active:active,
.page-quote #changeMyDetailsCP:active:active,
.page-postquotequestions #changeMyDetailsCP:active:active,
.page-quote .btn-blue-personal:focus:active,
.page-postquotequestions .btn-blue-personal:focus:active,
.page-quote #emailQuoteLinkLink:focus:active,
.page-postquotequestions #emailQuoteLinkLink:focus:active,
.page-quote #changeMyDetailsCP:focus:active,
.page-postquotequestions #changeMyDetailsCP:focus:active,
.page-quote .btn-blue-personal:hover:focus,
.page-postquotequestions .btn-blue-personal:hover:focus,
.page-quote #emailQuoteLinkLink:hover:focus,
.page-postquotequestions #emailQuoteLinkLink:hover:focus,
.page-quote #changeMyDetailsCP:hover:focus,
.page-postquotequestions #changeMyDetailsCP:hover:focus,
.page-quote .btn-blue-personal:active:focus,
.page-postquotequestions .btn-blue-personal:active:focus,
.page-quote #emailQuoteLinkLink:active:focus,
.page-postquotequestions #emailQuoteLinkLink:active:focus,
.page-quote #changeMyDetailsCP:active:focus,
.page-postquotequestions #changeMyDetailsCP:active:focus,
.page-quote .btn-blue-personal:focus:focus,
.page-postquotequestions .btn-blue-personal:focus:focus,
.page-quote #emailQuoteLinkLink:focus:focus,
.page-postquotequestions #emailQuoteLinkLink:focus:focus,
.page-quote #changeMyDetailsCP:focus:focus,
.page-postquotequestions #changeMyDetailsCP:focus:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L214 */
.page-quote .btn-blue-personal:hover,
.page-postquotequestions .btn-blue-personal:hover,
.page-quote #emailQuoteLinkLink:hover,
.page-postquotequestions #emailQuoteLinkLink:hover,
.page-quote #changeMyDetailsCP:hover,
.page-postquotequestions #changeMyDetailsCP:hover,
.page-quote .btn-blue-personal:active,
.page-postquotequestions .btn-blue-personal:active,
.page-quote #emailQuoteLinkLink:active,
.page-postquotequestions #emailQuoteLinkLink:active,
.page-quote #changeMyDetailsCP:active,
.page-postquotequestions #changeMyDetailsCP:active,
.page-quote .btn-blue-personal:focus,
.page-postquotequestions .btn-blue-personal:focus,
.page-quote #emailQuoteLinkLink:focus,
.page-postquotequestions #emailQuoteLinkLink:focus,
.page-quote #changeMyDetailsCP:focus,
.page-postquotequestions #changeMyDetailsCP:focus {
  background-color: #0079c8;
  color: white;
  border-color: #0079c8;
}
/* :L221 */
.page-quote .btn-blue-personal:hover:active,
.page-postquotequestions .btn-blue-personal:hover:active,
.page-quote #emailQuoteLinkLink:hover:active,
.page-postquotequestions #emailQuoteLinkLink:hover:active,
.page-quote #changeMyDetailsCP:hover:active,
.page-postquotequestions #changeMyDetailsCP:hover:active,
.page-quote .btn-blue-personal:active:active,
.page-postquotequestions .btn-blue-personal:active:active,
.page-quote #emailQuoteLinkLink:active:active,
.page-postquotequestions #emailQuoteLinkLink:active:active,
.page-quote #changeMyDetailsCP:active:active,
.page-postquotequestions #changeMyDetailsCP:active:active,
.page-quote .btn-blue-personal:focus:active,
.page-postquotequestions .btn-blue-personal:focus:active,
.page-quote #emailQuoteLinkLink:focus:active,
.page-postquotequestions #emailQuoteLinkLink:focus:active,
.page-quote #changeMyDetailsCP:focus:active,
.page-postquotequestions #changeMyDetailsCP:focus:active,
.page-quote .btn-blue-personal:hover:focus,
.page-postquotequestions .btn-blue-personal:hover:focus,
.page-quote #emailQuoteLinkLink:hover:focus,
.page-postquotequestions #emailQuoteLinkLink:hover:focus,
.page-quote #changeMyDetailsCP:hover:focus,
.page-postquotequestions #changeMyDetailsCP:hover:focus,
.page-quote .btn-blue-personal:active:focus,
.page-postquotequestions .btn-blue-personal:active:focus,
.page-quote #emailQuoteLinkLink:active:focus,
.page-postquotequestions #emailQuoteLinkLink:active:focus,
.page-quote #changeMyDetailsCP:active:focus,
.page-postquotequestions #changeMyDetailsCP:active:focus,
.page-quote .btn-blue-personal:focus:focus,
.page-postquotequestions .btn-blue-personal:focus:focus,
.page-quote #emailQuoteLinkLink:focus:focus,
.page-postquotequestions #emailQuoteLinkLink:focus:focus,
.page-quote #changeMyDetailsCP:focus:focus,
.page-postquotequestions #changeMyDetailsCP:focus:focus {
  background-color: #0079c8;
  color: white;
  border-color: #0079c8;
}
/* :L1655 */
.page-quote .btn-blue-personal:hover a,
.page-postquotequestions .btn-blue-personal:hover a,
.page-quote #emailQuoteLinkLink:hover a,
.page-postquotequestions #emailQuoteLinkLink:hover a,
.page-quote #changeMyDetailsCP:hover a,
.page-postquotequestions #changeMyDetailsCP:hover a {
  color: white;
}
/* :L1660 */
.page-quote #emailQuoteLinkLink,
.page-postquotequestions #emailQuoteLinkLink {
  padding: 15px 25px;
  text-transform: lowercase;
  display: inline-block;
  padding-left: 36px;
  padding-right: 0px;
}
/* :L1667 */
.page-quote #emailQuoteLinkLink i,
.page-postquotequestions #emailQuoteLinkLink i {
  display: none;
}
/* :L1671 */
.page-quote #emailQuoteLinkLink:after,
.page-postquotequestions #emailQuoteLinkLink:after {
  content: "\f0e0";
  position: relative;
  right: 101%;
  padding-right: 0px;
  font-family: "FontAwesome";
}
@media only screen and (max-width: 471px) {
  .page-quote #emailQuoteLinkLink:after,
  .page-postquotequestions #emailQuoteLinkLink:after {
    display: none;
  }
}
/* :L1683 */
.page-quote #emailQuoteLinkLink::first-letter,
.page-postquotequestions #emailQuoteLinkLink::first-letter {
  text-transform: uppercase;
}
/* card on mobile*/

@media only screen and (max-width: 476px) {
  /* :L1691 */
  /* :L1693 */
  .page-quote .row-btn-quote,
  .page-postquotequestions .row-btn-quote {
    display: block;
    width: 100%;
  }
  /* :L1698 */
  .page-quote .btn.btn-blue-personal,
  .page-postquotequestions .btn.btn-blue-personal,
  .page-quote #emailQuoteLinkLink,
  .page-postquotequestions #emailQuoteLinkLink {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 5px;
    width: 100%;
  }
  /* :L1706 */
  .page-quote .btn-email-quote,
  .page-postquotequestions .btn-email-quote {
    width: 100%;
    margin-top: 10px;
  }
  /* :L1710 */
  .page-quote .btn-email-quote span,
  .page-postquotequestions .btn-email-quote span {
    display: flex;
  }
  /* :L1715 */
  .page-quote #btnEditDetails,
  .page-postquotequestions #btnEditDetails {
    width: 100%;
    background-color: #666666;
    color: white;
    border-color: #666666;
    border-width: 2px;
    font-weight: 700;
    padding: 16px 28px;
    text-transform: uppercase;
    letter-spacing: .02em;
    border-radius: 8px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateZ(0);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  }
  /* :L1735 */
  .page-quote #btnEditDetails:hover,
  .page-postquotequestions #btnEditDetails:hover,
  .page-quote #btnEditDetails:focus,
  .page-postquotequestions #btnEditDetails:focus {
    background-color: #575757;
    border-color: #575757;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
    outline: none;
  }
  /* :L1744 */
  .page-quote #btnEditDetails:active,
  .page-postquotequestions #btnEditDetails:active {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
    transform: translateY(0);
  }
  /* :L1754 */
  /* :L1755 */
  .page-quote .row-btn-edit .col-left,
  .page-postquotequestions .row-btn-edit .col-left {
    display: none;
  }
  /* :L1759 */
  .page-quote .row-btn-edit .col-right,
  .page-postquotequestions .row-btn-edit .col-right {
    width: 100%;
  }
  /* :L1762 */
  .page-quote .row-btn-edit .col-right #btnEditPolicy,
  .page-postquotequestions .row-btn-edit .col-right #btnEditPolicy {
    width: 100%;
  }
}
/* ====== Postquote content ====== */

/* back/cotinue buttons position */

@media only screen and (min-width: 990px) {
  /* :L1773 */
  /* :L1774 */
}
@media only screen and (min-width: 800px) {
  /* :L1783 */
  /* :L1784 */
  .instanda-post-quote-content #savemsg + .container {
    position: relative;
    right: 108%;
    top: 600px;
  }
  /* :L1791 */
  /* :L1792 */
  .page-postquotequestions footer {
    bottom: -90px;
  }
}
/* left card style*/

/* :L1799 */
/* :L1800 */
.instanda-post-quote-content .small-text {
  font-size: 13px;
}
/* :L1804 */
/* :L1805 */
.instanda-post-quote-content .col-left:not(:nth-of-typ1(1)),
.instanda-post-quote-content .col-left :not(:nth-of-typ1(2)),
.instanda-post-quote-content .col-left :not(:nth-of-typ1(3)) {
  font-weight: 600;
}
/* :L1812 */
.instanda-post-quote-content .card-header {
  background: #ddedf8;
}
/* :L1815 */
.instanda-post-quote-content .card-header .header-row {
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
/* :L1820 */
.instanda-post-quote-content .card-header h3 {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 5px;
}
/* ========= Sale Confirmation ========== */

@media only screen and (max-width: 480px) {
  /* :L1830 */
  /* :L1831 */
  /* :L1832 */
  .page-confirmation2 .card .row-card {
    display: block;
  }
}
/* :L1839 */
/* :L1841 */
.page-confirmation2 .card-header,
.page-customerhomepage .card-header {
  background: #ddedf8;
}
/* :L1844 */
.page-confirmation2 .card-header .header-row,
.page-customerhomepage .card-header .header-row {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* :L1849 */
.page-confirmation2 .card-header h2,
.page-customerhomepage .card-header h2 {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 800;
}
/* :L1856 */
/* :L1857 */
.page-confirmation2 .text-sale-confirmation h2,
.page-customerhomepage .text-sale-confirmation h2 {
  color: #0079c8;
  font-size: 24px;
  font-weight: 800;
}
/* :L1864 */
.page-confirmation2 h4,
.page-customerhomepage h4 {
  color: #333333;
  font-size: 20px;
}
/* :L1869 */
/* :L1870 */
.page-confirmation2 .card.card-right .card-header div:not(.header-row):before,
.page-customerhomepage .card.card-right .card-header div:not(.header-row):before {
  font-family: "FontAwesome";
  content: "\f15b";
  display: inline-block;
  padding-right: 10px;
  color: #3477c2;
}
/* :L1879 */
/* :L1880 */
.page-confirmation2 .card.card-left .card-header div:not(.header-row):before,
.page-customerhomepage .card.card-left .card-header div:not(.header-row):before {
  font-family: "FontAwesome";
  content: "\f15b";
  display: inline-block;
  padding-right: 10px;
  color: #3477c2;
}
/* :L1889 */
/* :L1890 */
.page-confirmation2 #accountBtn:after,
.page-customerhomepage #accountBtn:after {
  content: "\f105";
  padding-left: 10px;
  font-family: "FontAwesome";
}
/* :L1897 */
.page-confirmation2 .article-all,
.page-customerhomepage .article-all {
  padding-bottom: 20px;
  background: #f7f7f7;
  position: relative;
  top: 62px;
}
/* :L1903 */
.page-confirmation2 .article-all h2,
.page-customerhomepage .article-all h2 {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
}
/* :L1909 */
.page-confirmation2 .article-all .article-title,
.page-customerhomepage .article-all .article-title {
  color: #0079c8;
  font-weight: 600;
}
/* :L1913 */
.page-confirmation2 .article-all .article-title + div,
.page-customerhomepage .article-all .article-title + div {
  margin-top: 20px;
}
/* :L1918 */
.page-confirmation2 .article-all .article-body,
.page-customerhomepage .article-all .article-body {
  padding: 20px 10px;
}
/* :L1922 */
.page-confirmation2 .article-all .aricles,
.page-customerhomepage .article-all .aricles {
  display: flex;
  /*flex-wrap: nowrap;
            overflow-x: auto;*/
  flex-wrap: wrap;
  justify-content: space-between;
}
/* :L1929 */
.page-confirmation2 .article-all .aricles p,
.page-customerhomepage .article-all .aricles p {
  display: inline;
  white-space: initial;
  word-break: break-word;
}
/* :L1935 */
.page-confirmation2 .article-all .aricles .article-col,
.page-customerhomepage .article-all .aricles .article-col {
  background: white;
  padding-top: 0px;
  flex: 0 0 auto;
  position: relative;
}
/* :L1941 */
/* :L1942 */
.page-confirmation2 .article-all .aricles .article-col:nth-of-type(1) .article-header,
.page-customerhomepage .article-all .aricles .article-col:nth-of-type(1) .article-header {
  height: 219px;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Y25OV2FWRndXbWR5YTFONFRtTjNXVkZRVVVGa1FWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxLQnBAVjZUVEdqc0tWRndCLDEwMDAsb1o4dUJoa1E2cENZcUpJbyw5OVFPbUF3K2trWEZ5STlJSSs0bDBwTjNtUnNIRmxjV1N1aVFxSjFlSGVmNTJDdi9CRFUyS0ZuelBva2g0TFJsU25LV0pTZ0hzWk1LTWNUZVFPUld2dz09");
}
@media only screen and (min-width: 600px) {
  .page-confirmation2 .article-all .aricles .article-col:nth-of-type(1) .article-header,
  .page-customerhomepage .article-all .aricles .article-col:nth-of-type(1) .article-header {
    height: 340px;
  }
}
@media only screen and (min-width: 942px) {
  .page-confirmation2 .article-all .aricles .article-col:nth-of-type(1) .article-header,
  .page-customerhomepage .article-all .aricles .article-col:nth-of-type(1) .article-header {
    height: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .page-confirmation2 .article-all .aricles .article-col:nth-of-type(1) .article-header,
  .page-customerhomepage .article-all .aricles .article-col:nth-of-type(1) .article-header {
    height: 257px;
  }
}
/* :L1964 */
/* :L1965 */
.page-confirmation2 .article-all .aricles .article-col:nth-of-type(2) .article-header,
.page-customerhomepage .article-all .aricles .article-col:nth-of-type(2) .article-header {
  height: 290px;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TkdSNU5sSlZNRXg2Y1dwWlEwSkZjVzlrVm1SRlFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCwzYXNrWDY0Ym1sQ1dUT05VLDEwMDAsRHRwQWlQYjJwIVJrdVFTMSx4aFlTYUdnb2d0VVU1bGthQkdOeDZjTlRQOHROQ0VNNTdLaXVGaGtZclMxOTNQNk94MzluanFzYUFiNFZLQzhUVGVkcFNEcWZKbWpIM0ozQ1M3ZU4rUT09");
}
@media only screen and (min-width: 600px) {
  .page-confirmation2 .article-all .aricles .article-col:nth-of-type(2) .article-header,
  .page-customerhomepage .article-all .aricles .article-col:nth-of-type(2) .article-header {
    height: 340px;
  }
}
@media only screen and (min-width: 942px) {
  .page-confirmation2 .article-all .aricles .article-col:nth-of-type(2) .article-header,
  .page-customerhomepage .article-all .aricles .article-col:nth-of-type(2) .article-header {
    height: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .page-confirmation2 .article-all .aricles .article-col:nth-of-type(2) .article-header,
  .page-customerhomepage .article-all .aricles .article-col:nth-of-type(2) .article-header {
    height: 257px;
  }
}
/* :L1987 */
/* :L1988 */
.page-confirmation2 .article-all .aricles .article-col:nth-of-type(3) .article-header,
.page-customerhomepage .article-all .aricles .article-col:nth-of-type(3) .article-header {
  height: 290px;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=TTA1eWNrcFZhVVp5Wms1bGMweDZjamt4VUZGTlVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxnMEVZZXhIOVJGa2NJd2tALDEwMDAsTTY5YWxaQ2IhV1dnS2Z4WSxubHdmdmR1RkJuNHp0elBnWXM5N285YW1NdVg0eDhsRnRIcEtIRlRwMnVQRGZieEp4bHU2UmhSdHZRYzdqRGZIZ0lvVUJwSTUzWDlqa3NWd0dRRjRRZz09");
}
@media only screen and (min-width: 600px) {
  .page-confirmation2 .article-all .aricles .article-col:nth-of-type(3) .article-header,
  .page-customerhomepage .article-all .aricles .article-col:nth-of-type(3) .article-header {
    height: 340px;
  }
}
@media only screen and (min-width: 942px) {
  .page-confirmation2 .article-all .aricles .article-col:nth-of-type(3) .article-header,
  .page-customerhomepage .article-all .aricles .article-col:nth-of-type(3) .article-header {
    height: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .page-confirmation2 .article-all .aricles .article-col:nth-of-type(3) .article-header,
  .page-customerhomepage .article-all .aricles .article-col:nth-of-type(3) .article-header {
    height: 257px;
  }
}
/* :L2010 */
/* :L2011 */
.page-confirmation2 .article-all .aricles .article-col:nth-of-type(4) .article-header,
.page-customerhomepage .article-all .aricles .article-col:nth-of-type(4) .article-header {
  height: 290px;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Wm5JelJ6VjZjVzgyUzFNM1JtRTFiV3N3VmtWTmQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxOTHF0OTVjQDR5bHZycHQ3LDEwMDAsaEdyZ0VUUjhaNWJmTmI2NixNV2xIZ2hXR1c3RTdyM1NyQ2xod2xRamdpVytUT3VMSGtDR1VpRmRIMmpiWkZlSW5ZblovSEdPOUlFSGRqMFRwSkZGN3ZQRmcycndxSUVZdDNsbVRHdz09");
}
@media only screen and (min-width: 600px) {
  .page-confirmation2 .article-all .aricles .article-col:nth-of-type(4) .article-header,
  .page-customerhomepage .article-all .aricles .article-col:nth-of-type(4) .article-header {
    height: 340px;
  }
}
@media only screen and (min-width: 942px) {
  .page-confirmation2 .article-all .aricles .article-col:nth-of-type(4) .article-header,
  .page-customerhomepage .article-all .aricles .article-col:nth-of-type(4) .article-header {
    height: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .page-confirmation2 .article-all .aricles .article-col:nth-of-type(4) .article-header,
  .page-customerhomepage .article-all .aricles .article-col:nth-of-type(4) .article-header {
    height: 257px;
  }
}
@media only screen and (max-width: 480px) {
  /* :L2036 */
  .page-confirmation2 .article-all .article-col,
  .page-customerhomepage .article-all .article-col {
    width: 98%;
    margin: 2%;
  }
}
@media only screen and (min-width: 485px) {
  /* :L2043 */
  .page-confirmation2 .article-all .article-col,
  .page-customerhomepage .article-all .article-col {
    width: 48%;
    margin: 1%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  /* :L2051 */
  .page-confirmation2 .article-all .article-col,
  .page-customerhomepage .article-all .article-col {
    margin: 0%;
    width: 24%;
    margin-bottom: 30px;
  }
}
/* :L2058 */
.page-confirmation2 .article-all .atricle-bottom,
.page-customerhomepage .article-all .atricle-bottom {
  margin-top: 30px;
  padding: 20px 10px;
}
/* :L2062 */
.page-confirmation2 .article-all .atricle-bottom .article-link,
.page-customerhomepage .article-all .atricle-bottom .article-link {
  margin-top: 10px;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
}
/* :L2068 */
.page-confirmation2 .article-all .atricle-bottom .article-link:after,
.page-customerhomepage .article-all .atricle-bottom .article-link:after {
  content: "\f105";
  padding-left: 10px;
  font-family: "FontAwesome";
}
@media only screen and (min-width: 640px) {
  /* :L2079 */
  .text-sale-confirmation-large-screen {
    display: block;
  }
  /* :L2083 */
  .text-sale-confirmation-mobile {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* :L2089 */
  /* :L2090 */
  .page-confirmation2 .text-sale-confirmation-large-screen {
    display: none;
  }
  /* :L2094 */
  .page-confirmation2 .text-sale-confirmation-mobile {
    display: block;
    background: white;
  }
  /* :L2099 */
  .page-confirmation2 .article-col {
    background: #f1efeb !important;
  }
  /* :L2103 */
  .page-confirmation2 .article-all {
    background: white;
    position: inherit;
  }
}
/*========= CustomerHomePage =========*/

/* :L2111 */
.page-customerhomepage {
  padding-bottom: 0px;
}
/* :L2112 */
.page-customerhomepage .btn-blue-personal {
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  transition: background-color 0.5s ease;
  background-color: transparent;
  border: 2px solid #0079c8;
  color: #0079c8;
  padding: 5px 15px;
  margin-left: 10px;
}
/* :L153 */
.page-customerhomepage .btn-blue-personal:hover,
.page-customerhomepage .btn-blue-personal:active,
.page-customerhomepage .btn-blue-personal:focus {
  text-decoration: none;
  outline: 0;
}
/* :L159 */
.page-customerhomepage .btn-blue-personal:hover:active,
.page-customerhomepage .btn-blue-personal:active:active,
.page-customerhomepage .btn-blue-personal:focus:active,
.page-customerhomepage .btn-blue-personal:hover:focus,
.page-customerhomepage .btn-blue-personal:active:focus,
.page-customerhomepage .btn-blue-personal:focus:focus {
  text-decoration: none;
  outline: 0;
}
/* :L173 */
.page-customerhomepage .btn-blue-personal:hover,
.page-customerhomepage .btn-blue-personal:active,
.page-customerhomepage .btn-blue-personal:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L180 */
.page-customerhomepage .btn-blue-personal:hover:active,
.page-customerhomepage .btn-blue-personal:active:active,
.page-customerhomepage .btn-blue-personal:focus:active,
.page-customerhomepage .btn-blue-personal:hover:focus,
.page-customerhomepage .btn-blue-personal:active:focus,
.page-customerhomepage .btn-blue-personal:focus:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L2117 */
.page-customerhomepage .btn-blue-personal:hover a {
  color: white;
}
/* :L2122 */
.page-customerhomepage div.text-upper-content {
  display: inline-block;
  float: right;
}
/* :L2127 */
.page-customerhomepage .grid-visit {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
/* :L2138 */
.page-customerhomepage .grid-visit > p:nth-of-type(1) {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 3;
}
/* :L2152 */
.page-customerhomepage .grid-visit > div:nth-of-type(1),
.page-customerhomepage .grid-visit p:nth-of-type(2) {
  grid-row-start: 1;
  grid-column-start: 3;
  text-align: center;
  grid-row-end: 2;
  grid-column-end: 4;
}
/* :L2168 */
.page-customerhomepage .grid-visit > div:nth-of-type(2),
.page-customerhomepage .grid-visit p:nth-of-type(3) {
  grid-row-start: 1;
  grid-column-start: 4;
  text-align: center;
  grid-row-end: 2;
  grid-column-end: 5;
}
/* :L2185 */
.page-customerhomepage .customerExecuteMTALink {
  font-size: 0px;
}
/* :L2188 */
.page-customerhomepage .customerExecuteMTALink:after {
  content: 'Please complete your changes under "My quotes" section';
  font-size: 14px;
  color: #0079c8;
  display: block;
}
/* :L2198 */
.page-customerhomepage .customer-footer {
  bottom: -36px;
  margin-top: 0px;
}
/* :L2208 */
/* :L2209 */
/* :L2210 */
.page-customerhomepage .instanda-policy-view-cp-content .card-title h4 {
  border-style: none;
}
/* :L2216 */
/* :L2217 */
.page-customerhomepage .instanda-upper-content a {
  float: right;
}
@media only screen and (max-width: 480px) {
  /* :L2223 */
  /* :L2224 */
  .page-customerhomepage div.instanda-upper-content a {
    float: left;
    margin-left: 0;
  }
}
/* :L2231 */
.page-customerhomepage .card {
  margin-top: 30px;
}
/* :L2235 */
.page-customerhomepage .btn-blue-personal {
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  transition: background-color 0.5s ease;
  background-color: transparent;
  border: 2px solid #0079c8;
  color: #0079c8;
  padding: 5px 15px;
  margin-left: 10px;
}
/* :L153 */
.page-customerhomepage .btn-blue-personal:hover,
.page-customerhomepage .btn-blue-personal:active,
.page-customerhomepage .btn-blue-personal:focus {
  text-decoration: none;
  outline: 0;
}
/* :L159 */
.page-customerhomepage .btn-blue-personal:hover:active,
.page-customerhomepage .btn-blue-personal:active:active,
.page-customerhomepage .btn-blue-personal:focus:active,
.page-customerhomepage .btn-blue-personal:hover:focus,
.page-customerhomepage .btn-blue-personal:active:focus,
.page-customerhomepage .btn-blue-personal:focus:focus {
  text-decoration: none;
  outline: 0;
}
/* :L173 */
.page-customerhomepage .btn-blue-personal:hover,
.page-customerhomepage .btn-blue-personal:active,
.page-customerhomepage .btn-blue-personal:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L180 */
.page-customerhomepage .btn-blue-personal:hover:active,
.page-customerhomepage .btn-blue-personal:active:active,
.page-customerhomepage .btn-blue-personal:focus:active,
.page-customerhomepage .btn-blue-personal:hover:focus,
.page-customerhomepage .btn-blue-personal:active:focus,
.page-customerhomepage .btn-blue-personal:focus:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L214 */
.page-customerhomepage .btn-blue-personal:hover,
.page-customerhomepage .btn-blue-personal:active,
.page-customerhomepage .btn-blue-personal:focus {
  background-color: #0079c8;
  color: white;
  border-color: #0079c8;
}
/* :L221 */
.page-customerhomepage .btn-blue-personal:hover:active,
.page-customerhomepage .btn-blue-personal:active:active,
.page-customerhomepage .btn-blue-personal:focus:active,
.page-customerhomepage .btn-blue-personal:hover:focus,
.page-customerhomepage .btn-blue-personal:active:focus,
.page-customerhomepage .btn-blue-personal:focus:focus {
  background-color: #0079c8;
  color: white;
  border-color: #0079c8;
}
/* :L2240 */
.page-customerhomepage .btn-blue-personal:hover a {
  color: white;
}
/* :L2245 */
.page-customerhomepage div.text-upper-content {
  display: inline-block;
}
/* :L2249 */
.page-customerhomepage div.text-upper-content {
  float: right;
}
/* :L2253 */
/* :L2257 */
.page-customerhomepage .customer-footer {
  position: relative;
  margin-top: 40px;
}
/* :L2262 */
.page-customerhomepage .visit {
  display: flex;
  gap: 60px;
}
/* :L2266 */
.page-customerhomepage .visit p {
  margin: 0 0 0px;
}
/* :L2271 */
.page-customerhomepage .row {
  margin-bottom: 30px;
  margin-top: 20px;
}
/* :L2276 */
/* :L2277 */
.page-customerhomepage .row > .col-md-6.col-sm-12:has(> .card):not(.card-header ~ .col-md-6.col-sm-12) {
  width: 100%;
  padding-inline: unset;
}
/* :L2281 */
.page-customerhomepage .row > .col-md-6.col-sm-12:has(> .card):not(.card-header ~ .col-md-6.col-sm-12) .card {
  margin-block: unset;
}
/* ========= Customer Details Page ========= */

/* :L2290 */
/* :L2291 */
/* :L2292 */
.page-customerdetails .instanda-customer-details-content .instanda-upper-content {
  margin-bottom: 50px;
}
/* :L2295 */
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal {
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  transition: background-color 0.5s ease;
  background-color: transparent;
  border: 2px solid #0079c8;
  color: #0079c8;
  padding: 7px 15px;
  margin-left: 10px;
  margin-top: 10px;
  float: right;
}
/* :L153 */
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:hover,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:active,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:focus {
  text-decoration: none;
  outline: 0;
}
/* :L159 */
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:hover:active,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:active:active,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:focus:active,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:hover:focus,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:active:focus,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:focus:focus {
  text-decoration: none;
  outline: 0;
}
/* :L173 */
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:hover,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:active,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L180 */
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:hover:active,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:active:active,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:focus:active,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:hover:focus,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:active:focus,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:focus:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L214 */
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:hover,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:active,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:focus {
  background-color: #0079c8;
  color: white;
  border-color: #0079c8;
}
/* :L221 */
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:hover:active,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:active:active,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:focus:active,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:hover:focus,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:active:focus,
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:focus:focus {
  background-color: #0079c8;
  color: white;
  border-color: #0079c8;
}
/* :L2302 */
.page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal:hover a {
  color: white;
}
@media only screen and (max-width: 480px) {
  /* :L2308 */
  .page-customerdetails .instanda-customer-details-content .instanda-upper-content .btn-blue-personal {
    float: left;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
/* :L2319 */
/* :L2320 */
.instanda-customerportal-content .title-icon {
  font-size: 20px;
  color: #333333;
}
/* :L2325 */
.notification-box {
  border: 1px solid #707070;
  margin-bottom: 20px;
  padding: 18px;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
}
/* :L2335 */
.notification-link {
  color: #0079c8;
  text-decoration: underline;
  font-weight: 600;
}
/* :L2341 */
.notification-link:hover {
  color: #00335b;
}
/* :L2345 */
input[value="21299"] {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
/*====Billing Details====*/

/* :L2352 */
#boltPayButton {
  display: none;
}
/* :L2356 */
/* :L2357 */
.page-confirmbillingdetails .navbar.navbar-static-top,
.page-confirmbillingdetails .navbar.navbar-default {
  margin-bottom: 0px;
}
/* :L2363 */
/* :L2364 */
.instanda-choose-billing-content .form-group.instanda-container-fluid {
  background: transparent;
  text-align: center;
}
/* :L2369 */
/* :L2370 */
.instanda-choose-billing-content form div:not(.instanda-buttonlist-payment-online-billing-details) {
  text-align: left;
  font-size: 20px;
}
/* :L2376 */
.instanda-choose-billing-content form > div:nth-of-type(1) {
  background-color: #ddedf8;
  height: 60px;
  padding: 20px;
  margin-bottom: -20px;
  font-weight: bold;
}
/* :L2384 */
.instanda-choose-billing-content .instanda-confirm-billing-address {
  border: 3px solid #f1efeb;
  padding: 15px 20px;
}
/* :L2389 */
.instanda-choose-billing-content .instanda-confirm-billing-address div {
  margin-bottom: 10px;
}
/* :L2393 */
.instanda-choose-billing-content .instanda-confirm-billing-address div:nth-of-type(1)::before {
  content: "Name:";
  font-weight: bold;
  margin-right: 58px;
}
/* :L2399 */
.instanda-choose-billing-content .instanda-confirm-billing-address div:nth-of-type(2)::before {
  content: "Address:";
  font-weight: bold;
  margin-right: 36px;
}
/* :L2405 */
.instanda-choose-billing-content .beforeFour:nth-of-type(3):before {
  content: "City:";
  font-weight: bold;
  margin-right: 80px;
}
/* :L2411 */
.instanda-choose-billing-content .beforeFour:nth-of-type(4):before {
  content: "Postal code:";
  font-weight: bold;
}
/* :L2416 */
.instanda-choose-billing-content .beforeFive:nth-of-type(2) {
  margin-right: 150px;
}
/* :L2420 */
.instanda-choose-billing-content .beforeFive:nth-of-type(3) {
  margin-left: 130px;
}
/* :L2424 */
.instanda-choose-billing-content .beforeFive:nth-of-type(4):before {
  content: "City:";
  font-weight: bold;
  margin-right: 80px;
}
/* :L2430 */
.instanda-choose-billing-content .beforeFive:nth-of-type(5):before {
  content: "Postal code:";
  font-weight: bold;
}
/* :L2435 */
.instanda-choose-billing-content .instanda-upper-content {
  margin-bottom: 20px;
}
/* :L2439 */
/* :L2440 */
/* :L2441 */
/* :L2447 */
.instanda-choose-billing-content #boltPayButton {
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  transition: background-color 0.5s ease;
  background-color: #0079c8;
  border-color: #0079c8;
  color: white;
  padding-right: 25px;
  background: #0079c8 url("../ImageUpload/DownloadImageVersion?uploadedImageVersionId=U25adVNqSTViV2xEVjJWTGRISmFkeTFpY1hWWFFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxGTjV4QEhZMnRibTZAc0F0LDEwMDAsaHEyWDZoYjFBTEghR3B4VSxrRW5nT3gxT2pmbDhDSFNwd2EwRm9rMWRUUkI4bHNEaFVsbE9GdVppd2t4UmhsN1BUaTJIQ0hjVVUvYUg5dG14VUhQM3RGWk5sQVpPMDFVSm5RekV4QT09") right 15px center no-repeat;
  background-size: 8px 12px;
}
/* :L153 */
.instanda-choose-billing-content #boltPayButton:hover,
.instanda-choose-billing-content #boltPayButton:active,
.instanda-choose-billing-content #boltPayButton:focus {
  text-decoration: none;
  outline: 0;
}
/* :L159 */
.instanda-choose-billing-content #boltPayButton:hover:active,
.instanda-choose-billing-content #boltPayButton:active:active,
.instanda-choose-billing-content #boltPayButton:focus:active,
.instanda-choose-billing-content #boltPayButton:hover:focus,
.instanda-choose-billing-content #boltPayButton:active:focus,
.instanda-choose-billing-content #boltPayButton:focus:focus {
  text-decoration: none;
  outline: 0;
}
/* :L195 */
.instanda-choose-billing-content #boltPayButton:hover,
.instanda-choose-billing-content #boltPayButton:active,
.instanda-choose-billing-content #boltPayButton:focus {
  background-color: #00335b;
  border-color: #00335b;
  color: white;
}
/* :L202 */
.instanda-choose-billing-content #boltPayButton:hover:active,
.instanda-choose-billing-content #boltPayButton:active:active,
.instanda-choose-billing-content #boltPayButton:focus:active,
.instanda-choose-billing-content #boltPayButton:hover:focus,
.instanda-choose-billing-content #boltPayButton:active:focus,
.instanda-choose-billing-content #boltPayButton:focus:focus {
  background-color: #00335b;
  border-color: #00335b;
  color: white;
}
/* :L2457 */
.row-card.dentist-clean {
  display: none;
}
/* :L2461 */
span.text-break-avoid {
  white-space: nowrap;
}
/*#PriceDetails_TEXT{
    display:none!important;
    pointer-events: none;
}
.fa-shopping-cart {
    font-size: 30px;
    padding: 8px;
    border-radius: 5px;
    background-color:@color-primary;
    color:white;
    margin:15px;
}
.master-data-table{
    .instanda-question-input{
        .instanda-question-hierarchy:nth-of-type(3){
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            border-radius:5px;
        }
    }
}*/

/* :L2485 */
#Associate_Label {
  margin-top: 20px;
}
/* :L2489 */
#PriceDetails_Label {
  display: inline-block;
}
/*
#valuePrice{
    position: relative;
    bottom: 6px;
    left: 6px;
    margin-bottom: 0px!important;
    border: none;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    width: auto;
    box-shadow: none;
    color:@color-primary;
    font-weight:800;
    padding-left: 0px;
}*/

/* Remove doubled bottom margin for advanced choice question */

/* :L2510 */
.question-advanced-choice.no-bottom-margin {
  margin-bottom: 0;
}
/* :L2514 */
.hide-name-title {
  /* First Name; Surname */
  margin-bottom: 0px;
}
/* :L2518 */
.hide-name-title .instanda-question-label:nth-of-type(1),
.hide-name-title .instanda-question-item.form-group:nth-of-type(1) {
  display: none;
}
@media only screen and (min-width: 600px) {
  .hide-name-title {
    margin-bottom: 0px;
  }
  /* :L2526 */
  .hide-name-title .form-group:not(.instanda-question-item) {
    display: flex;
  }
  /* :L2530 */
  .hide-name-title .instanda-question-item {
    width: 49%;
    display: inline-block;
    margin-bottom: 0px;
  }
  /* :L2536 */
  .hide-name-title .instanda-question-item:nth-of-type(2) {
    margin-right: 4.2px;
  }
}
/*questions on one row*/

@media only screen and (min-width: 600px) {
  /* City; Postcode */
  
  /* :L2545 */
  #question198531 {
    margin-bottom: 0px;
  }
  /* :L2548 */
  #question198531 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
  /* :L2553 */
  #question198531 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div:nth-of-type(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
  }
  /* :L2561 */
  #question198531 .instanda-question-input {
    margin-bottom: 0px;
  }
  /* :L2564 */
  #question198531 .instanda-question-input > .form-group:nth-of-type(2) {
    margin-right: 4.2px;
  }
}
/* end of questions on one row*/

/* end of hide required question with reference to title*/

/*adjustment questions size*/

/* :L2575 */
#question198831 {
  width: auto;
}
/* end of adjustment questions size*/

/*question post-quote*/

/* :L2581 */
#question199276 {
  width: 100%;
}
/* questions about area, practice, price, associate */

/*Please select area*/

/* :L2587 */
#Area_TEXT {
  margin-top: 10px;
}
/*Please select area/practice/price - space bottom select*/

/* :L2592 */
#PracticeName_TEXT,
#PriceDetails_TEXT,
#Area_TEXT {
  margin-bottom: 20px;
}
/* :L2598 */
#MonthlyCost_NUM {
  display: none !important;
}
/*Please select area label positon*/

/* :L2603 */
.master-data-table .instanda-question-label:nth-of-type(1) {
  position: relative;
  top: 10px;
  float: left;
}
/* :L2609 */
/* :L2610 */
/* :L2611 */
.page-customerdetails #question199404 span.input-group-addon {
  pointer-events: none;
}
/* :L2615 */
.page-customerdetails #question199404 .instanda-question-input {
  opacity: 0.9;
}
/* :L2620 */
.page-customerdetails #question199404 #Dateofbirth_CP {
  pointer-events: none;
  background-color: #e9ecef;
  border-radius: 5px;
  border: 1px solid #ced4da;
}
/*Plan start date help text*/

/*Please start typing your address below help text */

/* :L2636 */
.help-text-custom {
  display: inline-block;
}
/* :L2639 */
.help-text-custom:after {
  content: "\f059";
  font-family: "FontAwesome";
  color: #0079c8;
  font-size: 2em;
  margin-left: 8px;
}
/* :L2648 */
#question198531 .instanda-responsive-help-icon-link {
  display: none;
}
/*Contact number help text */

/* :L2658 */
/* :L2659 */
span[data-placeholder="insertAdjustmentQuestionsPlaceholder"] input[name="T&C Quote display_chosenProductIds"] {
  visibility: hidden;
  margin-right: 10px;
}
/* :L2663 */
span[data-placeholder="insertAdjustmentQuestionsPlaceholder"] input[name="T&C Quote display_chosenProductIds"]:before {
  width: 25px;
  height: 25px;
  display: inline-block;
  content: "";
  border: 1px solid #0079c8;
  position: relative;
  right: 7px;
  top: -7px;
  visibility: visible;
}
/* :L2675 */
span[data-placeholder="insertAdjustmentQuestionsPlaceholder"] input[name="T&C Quote display_chosenProductIds"]:hover:before {
  background: #ddedf8;
}
/* :L2679 */
span[data-placeholder="insertAdjustmentQuestionsPlaceholder"] input[name="T&C Quote display_chosenProductIds"]:checked:before {
  content: "\f00c";
  color: white;
  font-family: "FontAwesome";
  background: #0079c8;
  font-size: 18px;
  padding: 3px;
  visibility: visible;
}
/* :L2691 */
/* :L2692 */
.page-quote label[for="AcceptNotAccept"] {
  display: contents;
}
/*=====hide "Transactions" button from navigation bar on customer protal=====*/

/* :L2698 */
a[href="/Public/CustomerTransactions"] {
  display: inline-block !important;
}
/* :L2702 */
.agent-all-docs-responsive {
  background-color: #ddedf8;
}
/* :L2706 */
/* :L2707 */
/* :L2708 */
/* :L2709 */
.instanda-customerportal-content .article-all .article-conatiner .aricles {
  justify-content: space-around;
}
/* :L2716 */
/* :L2717 */
.instanda-policy-view-cp-content #completeButton {
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 10px 15px;
  transition: background-color 0.5s ease;
  background-color: #0079c8;
  border-color: #0079c8;
}
/* :L2726 */
.instanda-policy-view-cp-content #completeButton::after {
  color: white;
}
@media only screen and (max-width: 480px) {
  .instanda-policy-view-cp-content #completeButton {
    margin-left: 0px;
  }
}
/* :L2735 */
.instanda-policy-view-cp-content .col-right {
  word-break: break-word !important;
}
/* :L2739 */
@media only screen and (min-width: 700px) {
  /* :L2741 */
  .instanda-policy-view-cp-content .col-right.address-col {
    width: 46%;
    text-align: end;
  }
}
/* :L2748 */
.instanda-policy-view-cp-content #PracticePhone {
  display: flex;
  justify-content: flex-start;
}
/* :L2753 */
.instanda-policy-view-cp-content #articles a:before {
  font-family: "FontAwesome";
  content: "\f15b";
  display: inline-block;
  padding-right: 10px;
  color: #3477c2;
}
/* :L2761 */
.instanda-policy-view-cp-content #articles a {
  margin-left: 15px;
}
/* :L2765 */
.instanda-policy-view-cp-content .card-title h3 {
  padding-bottom: 10px;
}
/* :L2769 */
.instanda-policy-view-cp-content .card-header {
  margin: 2px;
}
/* :L2772 */
.instanda-policy-view-cp-content .card-header .title-iconCP {
  color: #0079c8;
  font-size: 25px;
  font-weight: 600;
  padding: 16px 2px;
}
/* :L2780 */
.instanda-policy-view-cp-content .rectangle.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 20px;
}
/* :L2787 */
.targetDiv {
  margin-top: 20px;
}
/*========= CustomerHomePage Old =========*/

/* :L2793 */
/* :L2794 */
.instanda-customerportal-content .title-icon {
  font-size: 20px;
  color: #333333;
}
@media only screen and (max-width: 640px) {
  /* :L2800 */
  .instanda-customerportal-content .card-body {
    display: block;
  }
}
/* :L2805 */
.instanda-customerportal-content h3 {
  font-size: 21px;
}
/* :L2809 */
.instanda-customerportal-content .container {
  width: auto;
}
/* :L2814 */
.policy,
.quote {
  height: 52px;
  background-color: white;
  border-style: solid;
  border-width: 5px;
  border-color: #0079c8;
  width: 50%;
}
/* :L2823 */
.policy:hover,
.quote:hover {
  /*HOVER STATE STYLING*/
  opacity: 1;
  background-color: #00335b;
}
/* :L2828 */
.policy:hover p,
.quote:hover p {
  color: white;
  text-align: center;
  margin-top: 7px;
}
/* :L2836 */
.toggle {
  background-color: #0079c8;
}
/* :L2840 */
.toggle p,
.policy.toggle p,
.quote.toggle p {
  color: white;
  text-align: center;
  margin-top: 7px;
  font-weight: bold;
}
/* :L2849 */
.rectangle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
/* :L2855 */
.quote p,
.policy p {
  text-align: center;
  margin-top: 7px;
}
/* :L2861 */
.policy.toggle::after,
.quote.toggle:after {
  content: "";
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0079c8;
  width: 0px;
  display: block;
  position: relative;
  top: 7px;
  right: 20px;
}
/* :L2875 */
#completeButton {
  position: relative;
  top: 27%;
  padding: 10px 30px;
  margin-left: 330px;
}
/* :L2881 */
#completeButton::after {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
}
/* :L2888 */
#completeButton a {
  color: white;
  text-decoration: none;
}
/* :L2894 */
#documentsList {
  list-style: none;
  margin-left: -40px;
}
/* :L2899 */
#documentsList li {
  font-family: Montserrat, SemiBold;
  padding-top: 10px;
}
/* :L2904 */
#documentsList li:before {
  font-family: "FontAwesome";
  content: "\f15b";
  display: inline-block;
  padding-right: 10px;
  color: #3477c2;
}
/* :L2912 */
#needMobile {
  display: none;
}
@media only screen and (max-width: 480px) {
  /* :L2917 */
  #need {
    display: none;
  }
  /* :L2921 */
  #needMobile {
    display: block;
  }
}
/* :L2926 */
/* :L2927 */
.created-from-mta #question198731 {
  display: none;
}
/* :L2932 */
/* :L2972 */
.page-viewquoteorpolicy .breadcrumb-wrapper,
.page-reviewreferrals .breadcrumb-wrapper,
.page-index .breadcrumb-wrapper,
.page-retrievequote .breadcrumb-wrapper,
.page-referralreviewline .breadcrumb-wrapper,
.page-endorse .breadcrumb-wrapper,
.page-existingpolicyholdersendregistrationlink .breadcrumb-wrapper,
.page-customerlogin .breadcrumb-wrapper,
.page-customersendpasswordresetlink .breadcrumb-wrapper,
.page-customerregister .breadcrumb-wrapper,
.page-customerhomepage .breadcrumb-wrapper,
.page-customerdetails .breadcrumb-wrapper,
.page-customertransactions .breadcrumb-wrapper,
.page-determineclaimtypequestionsforpublicsite .breadcrumb-wrapper,
.page-specificclaimtypequestionsforpublicsite .breadcrumb-wrapper,
.page-cancelpolicy .breadcrumb-wrapper,
.page-claimsummaryforpublicsite .breadcrumb-wrapper,
.page-customerdetailschangepassword .breadcrumb-wrapper,
.page-customerforgotpassword.created-from-unknown.site-public.theme-responsive .breadcrumb-wrapper,
.page-customerlogin.created-from-unknown.site-public.theme-responsive .breadcrumb-wrapper,
.page-customerhomepage.created-from-unknown.site-public.theme-responsive .breadcrumb-wrapper,
.page-customersendpasswordresetlink.created-from-unknown.site-public.theme-responsive .breadcrumb-wrapper,
.page-existingpolicyholdersendregistrationlink.created-from-unknown.site-public.theme-responsive .breadcrumb-wrapper,
.page-retrievequote.created-from-unknown.site-public.page-select-package.theme-responsive .breadcrumb-wrapper,
.page-specificclaimtypequestionsforpublicsite.created-from-unknown.site-public.theme-responsive .breadcrumb-wrapper,
.page-determineclaimtypequestionsforpublicsite.created-from-unknown.package-20539.site-public.theme-responsive .breadcrumb-wrapper,
.page-getgroupmembersearchresults.created-from-unknown.page-number-1.package-20540.site-public.theme-responsive .breadcrumb-wrapper,
.page-getgroupmembersearchresults.created-from-unknown.package-20540.site-public.theme-responsive .breadcrumb-wrapper,
.page-determineclaimtypequestionsforpublicsite.created-from-unknown.package-20540.site-public.theme-responsive .breadcrumb-wrapper,
.page-agentlogin.created-from-unknown.site-agent.theme-responsive .breadcrumb-wrapper,
.page-agentdashboard.created-from-unknown .breadcrumb-wrapper,
.page-getagentsearchresults.created-from-unknown .breadcrumb-wrapper,
.page-retrievequote.created-from-unknown .breadcrumb-wrapper,
.page-publicuatuserlogin .breadcrumb-wrapper,
.page-pagenotfound .breadcrumb-wrapper,
.page-resetsalespersonpassword .breadcrumb-wrapper,
.page-emailchangelogout .breadcrumb-wrapper,
.page-existingpolicyholderregistration .breadcrumb-wrapper,
.page-buyquote .breadcrumb-wrapper,
.page-expiredlink .breadcrumb-wrapper {
  display: none;
}
/* :L2977 */
.breadcrumb-wrapper {
  display: none;
}
/* :L2981 */
/* :L2991 */
.page-quickquotequestions .breadcrumb-wrapper,
.page-quickquote .breadcrumb-wrapper,
.page-prequotequestions .breadcrumb-wrapper,
.page-referralmessage .breadcrumb-wrapper,
.page-quote .breadcrumb-wrapper,
.page-postquotequestions .breadcrumb-wrapper,
.page-paymentconfirmation .breadcrumb-wrapper,
.page-confirmbilingdetails .breadcrumb-wrapper,
.page-confirmbillingdetails .breadcrumb-wrapper,
.page-confirmation2 .breadcrumb-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0px 0px;
  left: 0px;
  top: 0px;
  margin: 0px;
  width: 100%;
}
/* :L3003 */
.breadcrumb-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0px 0px;
  left: 0px;
  top: 0px;
  margin: 0px;
  width: 100%;
}
/* :L3014 */
.bx-pager-item {
  width: 100%;
  margin-top: -60px;
}
/* :L3019 */
.step {
  height: 24px;
  top: 24px;
  border-radius: nullpx;
}
@media only screen and (max-width: 480px) {
  .step {
    height: 45px;
    width: 375px;
    margin-left: 60px;
    top: 506px;
    border-radius: 0px;
    padding: 24px, 15px, 0px, 15px;
  }
}
/* :L3034 */
.step p {
  height: 24px;
  top: 24px;
  margin: 0 0 10px 30px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
}
@media only screen and (max-width: 480px) {
  .step p {
    font-size: 14px;
    line-height: 20px;
    margin-left: -30px;
  }
}
/* :L3054 */
/* :L3055 */
@media only screen and (max-width: 480px) {
  .instanda-choose-billing-content .step p {
    margin-left: 0px;
  }
}
/* :L3062 */
.step p:nth-of-type(2) {
  display: none;
}
/* :L3066 */
.progress {
  height: 10px;
  width: 100%;
  padding: 20px, 15px, 0px, 15px;
  border-color: #0079c8;
}
@media only screen and (max-width: 480px) {
  .progress {
    left: 0px;
    top: 496px;
    border-radius: 0px;
    padding: 20px, 15px, 0px, 15px;
  }
}
/* :L3080 */
/* :L3081 */
.created-from-mta .step p:nth-of-type(1) {
  display: none;
}
/* :L3085 */
.created-from-mta .step p:nth-of-type(2) {
  display: block;
}
/* @media only screen and (max-width: 840px) {
        
    }*/

/*****selectors for active,inactive and visited stage****/

/* :L3094 */
/* :L3095 */
.page-prequotequestions.page-number-1 #Step2,
.page-prequotequestions.page-number-1 #Step3,
.page-prequotequestions.page-number-1 #Step4,
.page-prequotequestions.page-number-1 #Step5 {
  display: none;
}
/* :L3103 */
/* :L3104 */
.page-prequotequestions.page-number-2 #Step1,
.page-prequotequestions.page-number-2 #Step3,
.page-prequotequestions.page-number-2 #Step4,
.page-prequotequestions.page-number-2 #Step5 {
  display: none;
}
/* :L3116 */
/* :L3117 */
.page-quote #Step1,
.page-quote #Step2,
.page-quote #Step4,
.page-quote #Step5 {
  display: none;
}
/* :L3124 */
.page-quote .step p {
  margin: 0 0 10px 4px;
}
@media only screen and (max-width: 480px) {
  /* :L3129 */
  .page-quote .step p {
    margin: 0 0 10px -55px;
  }
}
/* :L3135 */
/* :L3136 */
.page-confirmbillingdetails #Step1,
.page-confirmbillingdetails #Step2,
.page-confirmbillingdetails #Step3,
.page-confirmbillingdetails #Step5 {
  display: none;
}
/* :L3143 */
.page-confirmbillingdetails .step p {
  margin: 0 0 10px 4px;
}
@media only screen and (max-width: 480px) {
  /* :L3148 */
  .page-confirmbillingdetails .step p {
    margin: 0 0 10px -55px;
  }
}
/* :L3154 */
/* :L3155 */
.page-confirmation2 #Step1,
.page-confirmation2 #Step2,
.page-confirmation2 #Step3,
.page-confirmation2 #Step4 {
  display: none;
}
/* :L3162 */
.page-confirmation2 .step p {
  margin: 0 0 10px 4px;
}
@media only screen and (max-width: 480px) {
  /* :L3167 */
  .page-confirmation2 .step p {
    margin: 0 0 10px -55px;
  }
}
/* ===== Modal Centering Fix - Minimal Changes ===== */

/* :L3177 */
#modalTermsAndConditions,
#discountList {
  background: rgba(92, 89, 89, 0.562);
  animation: fadeInModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
/* :L3182 */
#modalTermsAndConditions .modal-title,
#discountList .modal-title {
  color: #0079c8;
}
/* :L3186 */
#modalTermsAndConditions .modal-dialog,
#discountList .modal-dialog {
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  /* FIXED: Remove fixed height, use max-height and proper margin for centering */
  max-height: 85vh;
  margin: 25vh auto;
  transition: all 0.5s ease-in-out;
}
/* :L3193 */
#modalTermsAndConditions .modal-dialog .modal-content,
#discountList .modal-dialog .modal-content {
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  margin: auto;
  width: 100%;
  /* FIXED: Remove fixed height, use max-height */
  max-height: 85vh;
  display: flex;
  flex-direction: column;
}
/* :L3205 */
#modalTermsAndConditions .modal-dialog .modal-content .modal-body,
#discountList .modal-dialog .modal-content .modal-body {
  /* FIXED: Use flex and max-height instead of fixed height */
  flex: 1;
  max-height: 60vh;
  overflow: auto;
}
/* :L3212 */
#modalTermsAndConditions .modal-dialog .modal-content #closeModal,
#discountList .modal-dialog .modal-content #closeModal {
  width: 100%;
  margin: auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* :L3219 */
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:after,
#discountList .modal-dialog .modal-content #closeModal:after {
  font-family: "FontAwesome";
  color: white;
  float: right;
}
/* :L3226 */
#modalTermsAndConditions .modal-dialog .modal-content #closeModal,
#discountList .modal-dialog .modal-content #closeModal {
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  transition: background-color 0.5s ease;
  background-color: transparent;
  border: 2px solid #0079c8;
  color: #0079c8;
  width: 50%;
  display: block;
  margin-top: 20px;
}
/* :L153 */
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:hover,
#discountList .modal-dialog .modal-content #closeModal:hover,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:active,
#discountList .modal-dialog .modal-content #closeModal:active,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:focus,
#discountList .modal-dialog .modal-content #closeModal:focus {
  text-decoration: none;
  outline: 0;
}
/* :L159 */
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:hover:active,
#discountList .modal-dialog .modal-content #closeModal:hover:active,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:active:active,
#discountList .modal-dialog .modal-content #closeModal:active:active,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:focus:active,
#discountList .modal-dialog .modal-content #closeModal:focus:active,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:hover:focus,
#discountList .modal-dialog .modal-content #closeModal:hover:focus,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:active:focus,
#discountList .modal-dialog .modal-content #closeModal:active:focus,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:focus:focus,
#discountList .modal-dialog .modal-content #closeModal:focus:focus {
  text-decoration: none;
  outline: 0;
}
/* :L173 */
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:hover,
#discountList .modal-dialog .modal-content #closeModal:hover,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:active,
#discountList .modal-dialog .modal-content #closeModal:active,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:focus,
#discountList .modal-dialog .modal-content #closeModal:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L180 */
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:hover:active,
#discountList .modal-dialog .modal-content #closeModal:hover:active,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:active:active,
#discountList .modal-dialog .modal-content #closeModal:active:active,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:focus:active,
#discountList .modal-dialog .modal-content #closeModal:focus:active,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:hover:focus,
#discountList .modal-dialog .modal-content #closeModal:hover:focus,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:active:focus,
#discountList .modal-dialog .modal-content #closeModal:active:focus,
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:focus:focus,
#discountList .modal-dialog .modal-content #closeModal:focus:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L3232 */
#modalTermsAndConditions .modal-dialog .modal-content #closeModal:after,
#discountList .modal-dialog .modal-content #closeModal:after {
  content: "\f00d";
  font-family: "FontAwesome";
  float: right;
  color: white;
}
/* :L3245 */
/* :L3254 */
/* :L3255 */
.list-popup li::marker {
  color: #00335b;
  font-weight: 700;
}
/* :L3260 */
.list-popup li div.title-tc {
  color: #00335b;
  font-weight: 700;
}
/* :L3265 */
.list-popup li div {
  margin-bottom: 10px;
}
/* :L3270 */
/* :L3271 */
/* :L3272 */
.list-popup ul li::marker {
  color: black;
  font-weight: 600;
}
/* :L3279 */
.list-popup.firstPage {
  margin-top: 1rem;
}
/* :L3283 */
.list-popup ul,
.list-popup li,
.list-popup ol {
  margin-bottom: 10px;
}
/* :L3290 */
/* :L3291 */
.page-quote.created-from-mta.page-number-1 #WaitingAnimationGraphic {
  display: none !important;
}
/* :L3296 */
.loading-text {
  display: block;
}
/* :L3299 */
.loading-text h1 {
  text-align: center;
  color: grey;
}
/* :L3305 */
.loading {
  display: flex;
  justify-content: center;
}
/* :L3309 */
.loading .dot {
  position: relative;
  width: 2em;
  height: 2em;
  margin: 0.8em;
  border-radius: 50%;
}
/* :L3316 */
.loading .dot::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  animation: wave 2s ease-out infinite;
}
/* :L3326 */
.loading .dot:nth-child(1) {
  background: #7ef9ff;
}
/* :L3329 */
.loading .dot:nth-child(1)::before {
  animation-delay: 0.2s;
}
/* :L3334 */
.loading .dot:nth-child(2) {
  background: #89cff0;
}
/* :L3337 */
.loading .dot:nth-child(2)::before {
  animation-delay: 0.4s;
}
/* :L3342 */
.loading .dot:nth-child(3) {
  background: steelblue;
}
/* :L3345 */
.loading .dot:nth-child(3)::before {
  animation-delay: 0.6s;
}
/* :L3350 */
.loading .dot:nth-child(4) {
  background: #0f52ba;
}
/* :L3353 */
.loading .dot:nth-child(4)::before {
  animation-delay: 0.8s;
}
/* :L3358 */
.loading .dot:nth-child(5) {
  background: navy;
}
/* :L3361 */
.loading .dot:nth-child(5)::before {
  animation-delay: 1s;
}
@keyframes wave {
  50%, 75% {
    transform: scale(2.5);
  }
  80%, 100% {
    opacity: 0;
  }
}
/* Hide blank page (auto skip by JS) by using opacity property (offline payment, confirm billing address page) */

/* :L3390 */
.page-quote:has(.instanda-post-quote-content) {
  opacity: 0 !important;
}
/* :L3394 */
.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6:has(
    #Associate_TEXT
  ) {
  display: grid;
  gap: 0rem !important;
}
/* Hide ONLY the div that contains the #Associate_TEXT select */

/* :L3401 */
#Associate_TEXT {
  display: none !important;
}
/* :L3404 */
#Associate_TEXT.instanda-hierarchy-input {
  display: none !important;
}
/* optional: if you also want to hide just the wrapping div */

/* :L3408 */
#Associate_TEXT.instanda-hierarchy-input,
#Associate_TEXT.instanda-hierarchy-input ~ .instanda-question-input.instanda-question-hierarchy,
#Associate_TEXT.instanda-hierarchy-input:parent {
  display: none !important;
}
/* :L3414 */
.instanda-question-validation-message:has(> span:empty) {
  display: none;
}
/* ticket bsut 393*/

/*
#question254259{
    display: none !important;
}*/

/* :L3423 */
.form-group:has(> .radio),
.instanda-question-input:has(> .radio-inline),
#ExistingCustomer_TEXT {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: unset;
}
/* :L3435 */
.form-group:has(> .radio) .instanda-question-validation-message,
.instanda-question-input:has(> .radio-inline) .instanda-question-validation-message,
#ExistingCustomer_TEXT .instanda-question-validation-message {
  flex-basis: 100%;
}
/* :L3439 */
.form-group:has(> .radio) .radio,
.instanda-question-input:has(> .radio-inline) .radio,
#ExistingCustomer_TEXT .radio {
  display: inline-block;
  width: auto;
  margin-block: unset;
}
/* :L3445 */
.form-group:has(> .radio) label.radio-inline,
.instanda-question-input:has(> .radio-inline) label.radio-inline,
#ExistingCustomer_TEXT label.radio-inline,
.form-group:has(> .radio) .radio label,
.instanda-question-input:has(> .radio-inline) .radio label,
#ExistingCustomer_TEXT .radio label {
  width: auto;
  margin: unset;
  padding: unset;
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* :L3454 */
.form-group:has(> .radio) label.radio-inline input,
.instanda-question-input:has(> .radio-inline) label.radio-inline input,
#ExistingCustomer_TEXT label.radio-inline input,
.form-group:has(> .radio) .radio label input,
.instanda-question-input:has(> .radio-inline) .radio label input,
#ExistingCustomer_TEXT .radio label input {
  appearance: none;
}
/* :L3458 */
.form-group:has(> .radio) label.radio-inline::before,
.instanda-question-input:has(> .radio-inline) label.radio-inline::before,
#ExistingCustomer_TEXT label.radio-inline::before,
.form-group:has(> .radio) .radio label::before,
.instanda-question-input:has(> .radio-inline) .radio label::before,
#ExistingCustomer_TEXT .radio label::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  outline: 0.2rem solid #f1efeb;
  outline-offset: 0.2rem;
}
/* :L3467 */
.form-group:has(> .radio) label.radio-inline:focus-within::before,
.instanda-question-input:has(> .radio-inline) label.radio-inline:focus-within::before,
#ExistingCustomer_TEXT label.radio-inline:focus-within::before,
.form-group:has(> .radio) .radio label:focus-within::before,
.instanda-question-input:has(> .radio-inline) .radio label:focus-within::before,
#ExistingCustomer_TEXT .radio label:focus-within::before {
  outline: 0.2rem solid #0079c8 !important;
}
/* :L3471 */
.form-group:has(> .radio) label.radio-inline.instanda-selected::before,
.instanda-question-input:has(> .radio-inline) label.radio-inline.instanda-selected::before,
#ExistingCustomer_TEXT label.radio-inline.instanda-selected::before,
.form-group:has(> .radio) .radio label.instanda-selected::before,
.instanda-question-input:has(> .radio-inline) .radio label.instanda-selected::before,
#ExistingCustomer_TEXT .radio label.instanda-selected::before {
  outline: 0.2rem solid #aad7f4;
  background: #0079c8;
}
/* :L3478 */
/* :L3483 */
/* :L3484 */
/* :L3485 */
.site-public .option-age .instanda-question-input .form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
/* :L3491 */
.site-public .option-age .instanda-question-input .form-group .radio.instanda-question-choice {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
/* :L3496 */
.site-public .option-age .instanda-question-input .form-group .radio.instanda-question-choice label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  cursor: pointer;
}
/* :L3504 */
.site-public .option-age .instanda-question-input .form-group .radio.instanda-question-choice input[type="radio"] {
  margin: 0;
}
/* :L3512 */
.site-public .option-age .instanda-question-help-col {
  padding-top: 0;
}
/* :L3515 */
.site-public .option-age #ExistingCustomer_TEXT {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  /* optional spacing between Yes and No */
  align-items: center;
}
/* :L3522 */
.site-public .option-age #ExistingCustomer_TEXT > .radio {
  display: flex;
  align-items: center;
}
/* :L3527 */
.site-public .option-age #ExistingCustomer_TEXT label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  cursor: pointer;
}
/* :L3538 */
.site-public .hide-public {
  display: none;
}
/* :L3543 */
/* :L3545 */
.page-prequotequestions.site-agent.theme-responsive:not(.site-public) .form-group:has(input[name="ChildAgeBand_TEXT"]) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
/* :L3552 */
.page-prequotequestions.site-agent.theme-responsive:not(.site-public) .form-group:has(input[name="ChildAgeBand_TEXT"]) .radio {
  display: inline-flex;
  width: auto;
  margin: 0;
  flex: 0 0 auto;
}
/* :L3558 */
.page-prequotequestions.site-agent.theme-responsive:not(.site-public) .form-group:has(input[name="ChildAgeBand_TEXT"]) .radio:not(:first-child) {
  margin-left: 1rem !important;
}
/* :L3562 */
.page-prequotequestions.site-agent.theme-responsive:not(.site-public) .form-group:has(input[name="ChildAgeBand_TEXT"]) .radio label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: auto;
}
/* :L3573 */
.page-prequotequestions.site-agent.theme-responsive:not(.site-public) .form-group:has(input[name="ChildAgeBand_TEXT"]) .instanda-question-validation-message {
  flex-basis: 100%;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  /* :L3581 */
  .page-prequotequestions.site-agent.theme-responsive:not(.site-public) .form-group:has(input[name="ChildAgeBand_TEXT"]) {
    flex-direction: column;
    gap: 0.5rem;
  }
  /* :L3585 */
  .page-prequotequestions.site-agent.theme-responsive:not(.site-public) .form-group:has(input[name="ChildAgeBand_TEXT"]) .radio {
    width: 100%;
  }
}
/* ticket BSUT 393

.read-only-public {
  display: none;
}*/

/* :L3597 */
.read-only-public.js-run {
  display: revert;
}
/* Quote and Buy Step */

/* :L3604 */
.step-1,
.step-2,
.step-3 {
  display: none !important;
}
/* :L3611 */
/* :L3612 */
.page-prequotequestions.page-number-1 .step-1 {
  display: block !important;
}
/* :L3618 */
/* :L3619 */
.page-prequotequestions.page-number-2 .step-2 {
  display: block !important;
}
/* :L3625 */
/* :L3626 */
.page-quote .step-3 {
  display: block !important;
}
/* -----------Custom Tooltip---------*/

/* Updated tooltip styles to match the question mark tooltip pattern */

/* Discount tooltip wrapper */

/* :L3634 */
.discount-info-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
/* Tooltip container */

/* :L3641 */
.discount-tooltip {
  position: absolute;
  bottom: calc(115%);
  right: -20px;
  width: 400px;
  max-width: 90vw;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  /* Bridge the gap so you can mouse into the tooltip */

  /* CSS Triangle arrow */

  /* Card discount inside tooltip - keep original styling */

}
/* :L3667 */
.discount-tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* :L3678 */
.discount-tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #f1efeb 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  right: 30px;
  position: absolute;
  width: 0;
}
/* :L3691 */
.discount-tooltip .card-discount {
  border: 3px solid #001928;
  background: #f2f2f2;
  margin-bottom: 0;
}
/* :L3696 */
.discount-tooltip .card-discount .card-body {
  padding: 18px;
  background: #f2f2f2;
}
/* :L3700 */
.discount-tooltip .card-discount .card-body p {
  margin-bottom: 10px;
  font-size: 14px;
}
/* :L3705 */
.discount-tooltip .card-discount .card-body .discount-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
/* :L3710 */
.discount-tooltip .card-discount .card-body .discount-list li {
  padding: 5px 0;
  position: relative;
  padding-left: 25px;
  font-size: 13px;
}
/* :L3716 */
.discount-tooltip .card-discount .card-body .discount-list li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  display: inline-block;
  color: #007a3d;
  position: absolute;
  left: 0;
  top: 5px;
}
/* :L3728 */
.discount-tooltip .card-discount .card-body .discount-link {
  text-decoration: none;
  font-weight: 600;
  color: #00335b;
}
/* Show tooltip on hover */

/* :L3738 */
.discount-info-wrapper:hover .discount-tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/* IE fallback */

/* :L3749 */
.lte8 .discount-info-wrapper .discount-tooltip {
  display: none;
}
/* :L3753 */
.lte8 .discount-info-wrapper:hover .discount-tooltip {
  display: block;
}
/* Mobile responsiveness */

@media only screen and (max-width: 640px) {
  /* :L3759 */
  .discount-tooltip {
    width: 300px;
    right: -10px;
  }
  /* :L3763 */
  .discount-tooltip .card-discount .card-body {
    padding: 12px;
  }
  /* :L3766 */
  .discount-tooltip .card-discount .card-body p {
    font-size: 12px;
  }
  /* :L3770 */
  .discount-tooltip .card-discount .card-body .discount-list li {
    font-size: 11px;
  }
}
/*--------------------------------Customer Portal New Styling -----------------------------------------*/

/* Policy summary row styles */

/* :L3781 */
.policy-summary {
  background: #aad7f4;
  padding: 15px 20px;
  margin-bottom: 2px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-left: 4px solid #0079c8;
}
/* :L3793 */
.policy-summary:hover {
  background: #c1e2f7;
}
/* :L3797 */
.policy-summary.expanded .expand-arrow {
  transform: rotate(180deg);
}
/* :L3802 */
.policy-summary-content {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.2fr 1.3fr 0.9fr 0.8fr;
  gap: 15px;
  align-items: start;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .policy-summary-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .policy-summary-content {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
/* :L3820 */
.policy-summary-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
/* :L3826 */
.policy-summary-label {
  font-size: 12px;
  color: #666666;
  margin-bottom: 4px;
  font-weight: normal;
  white-space: nowrap;
}
/* :L3834 */
.policy-summary-value {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  word-break: break-word;
}
/* :L3841 */
.expand-arrow {
  font-size: 18px;
  color: #0079c8;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
/* :L3848 */
.policy-details-hidden {
  display: none !important;
}
/* ========== Customer Transactions Page Styling ========== */

/* :L3855 */
/* :L3858 */
/* :L3859 */
.page-customertransactions.site-public .customer-transactions-card-details-saved-header,
.page-customertransactions.site-public .customer-transactions-card-details-saved {
  display: none;
}
/* :L3866 */
.page-customertransactions .transaction-summary {
  background: #aad7f4;
  padding: 15px 20px;
  margin-bottom: 2px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-left: 4px solid #0079c8;
}
/* :L3878 */
.page-customertransactions .transaction-summary:hover {
  background: #c1e2f7;
}
/* :L3882 */
.page-customertransactions .transaction-summary.expanded .expand-arrow {
  transform: rotate(180deg);
}
/* :L3887 */
.page-customertransactions .transaction-summary-content {
  display: grid;
  grid-template-columns: 0.9fr 0.8fr 1fr 1fr 1.2fr 0.8fr;
  gap: 10px;
  align-items: start;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-customertransactions .transaction-summary-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .page-customertransactions .transaction-summary-content {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
/* :L3905 */
.page-customertransactions .transaction-summary-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
/* :L3911 */
.page-customertransactions .transaction-summary-label {
  font-size: 12px;
  color: #666666;
  margin-bottom: 4px;
  font-weight: normal;
  white-space: nowrap;
}
/* :L3919 */
.page-customertransactions .transaction-summary-value {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  word-break: break-word;
}
/* :L3927 */
.page-customertransactions .panel-default {
  border: none;
  margin-bottom: 2px;
  box-shadow: none;
}
/* :L3933 */
.page-customertransactions .panel-collapse {
  border-top: 1px solid #707070;
  padding-top: 15px;
  background: white;
}
/* :L3938 */
.page-customertransactions .panel-collapse.collapse:not(.in):not(.show) {
  display: none;
}
/* :L3942 */
.page-customertransactions .panel-collapse.in,
.page-customertransactions .panel-collapse.show {
  display: block;
}
/* :L3949 */
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details {
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  transition: background-color 0.5s ease;
  background-color: transparent;
  border: 2px solid #0079c8;
  color: #0079c8;
  margin: 0 0 20px 0;
  padding: 7px 15px;
  display: inline-block;
  font-size: 14px;
}
/* :L153 */
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:hover,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:active,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:focus {
  text-decoration: none;
  outline: 0;
}
/* :L159 */
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:hover:active,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:active:active,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:focus:active,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:hover:focus,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:active:focus,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:focus:focus {
  text-decoration: none;
  outline: 0;
}
/* :L173 */
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:hover,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:active,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L180 */
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:hover:active,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:active:active,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:focus:active,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:hover:focus,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:active:focus,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:focus:focus {
  background-color: #00335b;
  color: white;
  border-color: #00335b;
}
/* :L214 */
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:hover,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:active,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:focus {
  background-color: #0079c8;
  color: white;
  border-color: #0079c8;
}
/* :L221 */
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:hover:active,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:active:active,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:focus:active,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:hover:focus,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:active:focus,
.page-customertransactions .update-payment-details-link.customer-transactions-update-payment-details:focus:focus {
  background-color: #0079c8;
  color: white;
  border-color: #0079c8;
}
/* :L3958 */
.page-customertransactions .instanda-table-responsive {
  overflow-x: hidden;
  background: white;
  padding: 0;
}
/* :L3963 */
.page-customertransactions .instanda-table-responsive .table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  /* Header styling - matching accordion labels */

  /* Body styling */

  /* Remove default Bootstrap striping */

}
/* :L3971 */
.page-customertransactions .instanda-table-responsive .table thead {
  background: #f1efeb;
}
/* :L3974 */
.page-customertransactions .instanda-table-responsive .table thead th {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  padding: 8px 6px;
  border-bottom: 2px solid #707070;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.3;
  vertical-align: top;
}
/* :L3986 */
.page-customertransactions .instanda-table-responsive .table thead th span {
  display: block;
  line-height: 1.3;
}
/* :L3992 */
.page-customertransactions .instanda-table-responsive .table thead th:nth-child(1) {
  width: 9%;
}
/* :L3993 */
.page-customertransactions .instanda-table-responsive .table thead th:nth-child(2) {
  width: 13%;
}
/* :L3994 */
.page-customertransactions .instanda-table-responsive .table thead th:nth-child(3) {
  width: 9%;
}
/* :L3995 */
.page-customertransactions .instanda-table-responsive .table thead th:nth-child(4) {
  width: 11%;
}
/* :L3996 */
.page-customertransactions .instanda-table-responsive .table thead th:nth-child(5) {
  width: 15%;
}
/* :L3997 */
.page-customertransactions .instanda-table-responsive .table thead th:nth-child(6) {
  width: 15%;
}
/* :L3998 */
.page-customertransactions .instanda-table-responsive .table thead th:nth-child(7) {
  width: 20%;
}
/* :L3999 */
.page-customertransactions .instanda-table-responsive .table thead th:nth-child(8) {
  width: 20%;
}
/* :L4004 */
/* :L4005 */
.page-customertransactions .instanda-table-responsive .table tbody tr {
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #a3a3a3;
  /* First column (Quote Ref) - make it bold like labels */

}
/* :L4009 */
.page-customertransactions .instanda-table-responsive .table tbody tr:hover {
  background: #d7ecfa;
}
/* :L4013 */
.page-customertransactions .instanda-table-responsive .table tbody tr:last-child {
  border-bottom: none;
}
/* :L4017 */
.page-customertransactions .instanda-table-responsive .table tbody tr td {
  padding: 10px 6px;
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
  /* Glyphicon styling */

}
/* :L4026 */
.page-customertransactions .instanda-table-responsive .table tbody tr td .glyphicon {
  font-size: 16px;
}
/* :L4029 */
.page-customertransactions .instanda-table-responsive .table tbody tr td .glyphicon.glyphicon-ok {
  color: #007a3d;
}
/* :L4033 */
.page-customertransactions .instanda-table-responsive .table tbody tr td .glyphicon.glyphicon-remove {
  color: #d81e05;
}
/* :L4040 */
.page-customertransactions .instanda-table-responsive .table tbody tr td:first-child {
  font-weight: 600;
  color: #0079c8;
}
/* :L4048 */
.page-customertransactions .instanda-table-responsive .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
@media only screen and (max-width: 640px) {
  /* :L4053 */
  .page-customertransactions .instanda-table-responsive .table thead th {
    font-size: 10px;
    padding: 6px 4px;
  }
  /* :L4058 */
  .page-customertransactions .instanda-table-responsive .table tbody td {
    font-size: 11px;
    padding: 8px 4px;
  }
}
/* :L4067 */
.page-customertransactions .panel-group {
  margin-bottom: 0;
}
/* :L4071 */
.page-customertransactions .policy-transactions-item {
  margin-bottom: 10px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
/*================= Plan Type Radio Button Styling - FIXED ===================== */

/* Add box/card styling around each plan type option */

/* :L4084 */
.instanda-question-choice {
  display: block;
  padding: 20px;
  margin-bottom: 16px;
  border: 2px solid #b2b2b2;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: white;
}
/* Hover state */

/* :L4095 */
.instanda-question-choice:hover {
  border-color: #707070;
  background-color: #f7f7f7;
}
/* Selected state */

/* :L4101 */
.instanda-question-choice:has(input[type="radio"]:checked),
.instanda-question-choice:has(label.instanda-selected) {
  border-color: #0079c8;
  background-color: #ddedf8;
}
/* Remove default label margin */

/* :L4108 */
.instanda-question-choice label {
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
/* FIXED: Wrapper for plan name and strapline */

/* :L4117 */
.plan-type-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
/* Plan name styling */

/* :L4125 */
.plan-type-name {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 1.2;
}
/* Strapline styling */

/* :L4134 */
.plan-type-strapline {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  line-height: 1.5;
  margin-top: 2px;
}
/* Focus state for accessibility */

/* :L4145 */
.instanda-question-choice:has(input[type="radio"]:focus) {
  outline: 2px solid #0079c8;
  outline-offset: 2px;
}
/* Mobile responsiveness */

@media only screen and (max-width: 640px) {
  /* :L4152 */
  .instanda-question-choice {
    padding: 16px;
  }
  /* :L4156 */
  .plan-type-name {
    font-size: 15px;
  }
  /* :L4160 */
  .plan-type-strapline {
    font-size: 13px;
  }
}
/*===================Help Icon========================*/

/* :L4167 */
.discount-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
/* :L4174 */
.discount-row .col-left {
  margin: 0;
  flex: 1;
}
/* :L4179 */
.help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0079c8;
  color: white;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
  /*margin-left: 10px;*/

  /*line-height: 1;*/

}
/* Card Visibility - Initially hide all plan detail cards */

/* Hide all plan detail cards by default (will be shown via JavaScript when plan type is selected) */

/* :L4199 */
.summary-block .card-lite,
.summary-block .card-adult-lite,
.summary-block .card-first-existing,
.summary-block .card-first-new,
.summary-block .card-youth-existing,
.summary-block .card-youth-new,
.summary-block .card-young-adult-routine-existing,
.summary-block .card-young-adult-routine-new,
.summary-block .card-young-adult-enhanced-existing,
.summary-block .card-young-adult-enhanced-new,
.summary-block .card-routine-existing,
.summary-block .card-routine-new,
.summary-block .card-enhanced-existing,
.summary-block .card-enhanced-new,
.summary-block .card-hygiene-2,
.summary-block .card-hygiene-3,
.summary-block .card-hygiene-4,
.summary-block .card-child-plans {
  display: none;
}
/* Keep price cards and comparison table visible */

/* :L4221 */
.summary-block .card-price,
.summary-block .comparison-table {
  display: block;
}
/* :L4225 */
#AnnualCosts td,
#AnnualCosts td * {
  font-weight: 700;
}
/* :L4230 */
/* :L4231 */
.page-quote.page-number-1 .instanda-question-label + .instanda-text-question .instanda-question-help-col {
  width: initial;
  position: relative;
  top: calc(-38.4px);
  margin-left: -55px;
  z-index: 10 ;
}
/* :L4239 */
.page-quote.page-number-1 .instanda-responsive-help-text.row .col-xs-12.col-sm-7.col-md-7.col-lg-7 {
  width: 100%;
  z-index: 1000;
}
/* CSS to hide the line Please Select Associate */

/* :L4246 */
#Associate_Label {
  display: none !important;
}
/* :L4250 */
.quoteorpolicy-warning-message {
  display: none;
}
/* :L4255 */
.payment-update-blocked {
  opacity: 0.6;
  cursor: not-allowed !important;
}
/* :L4259 */
.payment-update-blocked:hover {
  background-color: #428bca !important;
  border-color: #357ebd !important;
}
/* :L4265 */
.payment-update-warning {
  border-left: 4px solid #f0ad4e;
}
/* :L4268 */
.payment-update-warning .glyphicon {
  color: #f0ad4e;
}
