/** Shopify CDN: Minification failed

Line 67:0 Unexpected "}"

**/
/* from v3 */
.site-header .site-header__icons,
nav#AccessibleNav,
.prismCategoryBar4033V1 .vwoCategoryBar,
div#top_notice{
    display: none !important;
}
.prismCategoryBar4033V1 .site-header{
  border-top: 0;
}
.steps{
  display: none;
  align-items: center;
}
.btnswrap button, .button-general {
    background-color: #7a0001;
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 17px;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 150px;
}
.dynamic-content h2 {
     font-size: 18px;
}
.dynamic-content .wrapperbdr {
    border: 1px solid #bfbfbf;
    -webkit-box-shadow: 0px 4px 12px #bfbfbf;
    box-shadow: 0 4px 12px #bfbfbf;
  }
@media(min-width:767px){
  div#main {
    max-width: 1200px;
    margin: 0 auto;
  }
}
/* modal messages */
.messages-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    background: rgb(171 171 171);
    z-index: 2;
}
.messages-modal > div{
    display: none;
    background: #fff;
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}
}
.error-msg.show,
.success-msg.show{
    display: block !important;
}
.messages-modal.show{
    display: flex !important;
}
span.close-modal {
    position: absolute;
    top: 25px;
    right: 15px;
}
.close-modal path {
    fill: #a90000;
}
.care-subscription .ccform p.payment-error {
    text-align: left;
    padding-top: 0;
    color: red;
}
/* ajax loader css */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}
.step3 h1{
  font-weight: 600;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
    opacity: initial;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
/* =================
Login and OTP forms 
====================*/

.formwrap .remarks {
    margin-bottom: 20px;
}
.formwrap .input {
    display: flex;
    width: 100%;
    flex-flow: column;
    gap: 10px;
    position: relative;
}
.formwrap .btnswrap {
    display: flex;
    justify-content: flex-end;
}
.formwrap .btnswrap::after {
    display: none;
}
#care-otp .btnswrap {
    display: flex;
    justify-content: space-between;
}
.otp-container {
    margin-bottom: 20px;
}
div#resend_otp {
    position: absolute;
    top: 7px;
    right: 10px;
}
@media(min-width: 768px){
  .formwrap {
    padding: 50px 35px;
    margin: 100px 0;
  }
  
  .formwrap.inputform{
    max-width: 47%;
    margin: 100px auto;
    width: 100%;
  }
}
@media(min-width: 651px) and (max-width: 767px){
  .formwrap {
    padding: 50px 35px;
    margin: 100px 0;
  }
  
  .formwrap.inputform{
    max-width: 70%;
    margin: 100px auto;
    width: 100%;
  }
  .maintenance-banner .flex-wrap .flex-item{
    width: 70%;
  }
  div#care-login, div#care-otp-step {
    gap: 50px;
  }
}
@media(max-width: 650px){
  .remarks{
    background: #F1F1F1;
    padding: 30px 0;
    text-align: center;
  }
  .formwrap.inputform{
    max-width: 600px;
  }
  .formwrap.wrapperbdr {
    border: none;
    box-shadow: none;
    width: 100%;
  }
  .otp-container {
    padding: 20px;
  }
  #care-otp .btnswrap {
    padding-bottom: 50px;
  }
  .step1 .formwrap .input {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
/* end */

.alert-danger.error_tag{
  color: #7a0001;
}
.jdgm-carousel-wrapper[data-from-snippet="true"]{
  display: block !important;
}
.dark,
.care-subscription p.dark{
  color: #000;
}
.flex-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  overflow: hidden;
}
.flex-wrap.top{
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.flex-wrap.justify-between{
  justify-content: space-between;
}
.flex-row {
    display: flex;
    align-items: center;
    gap: 20px;
}
.flex-50 .flex-item{
    width: 50%;
}

div#main {
    padding: 50px 0;
}
.title {
    margin: 0;
    font-weight: 600;
}
.smalltxt{
  font-size: 14px;
}
.text-left{
  text-align: left;
}
.stepwrap {
    width: 100%;
}
.stepwrap .btnswrap {
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.btnswrap button.back {
    background: #fff;
    border: 1px solid #7a0001;
    color: #7a0001;
}
.btnswrap button.next{
    background: #CDCDCD;
}
.btnswrap button.next.active{
    background: #7a0001;
}
@media(max-width: 1200px){
  div#main{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width: 767px){
  .step1,
  .step2{
    flex-flow: column-reverse;
  }
  .step1 .remarks {
    background: #fff;
  }
  .step1 .formwrap .btnswrap {
    justify-content: center;
  }
}
@media(max-width: 650px){
  .mb-flex-100 .flex-item{
    width: 100%;
  }
  .mb-text-center{
    text-align: center !important;
  }
  .step1 .btnswrap button {
    width: 100%;
  }
}

/* banner */
.page-footer {
    display: none;
}
.maintenance-banner{
  background: url(//kihnhq11w86he9fs-15956213.shopifypreview.com/cdn/shop/t/135/assets/Aircon-PC-warranty2bg.png?v=5670973…);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.maintenance-banner .flex-wrap{
  /*height: 450px;*/
  padding-top: 35px;
  padding-bottom: 35px;
  max-width: 1200px;
}
.maintenance-banner .flex-wrap .flex-item {
    width: 50%;
}
.maintenance-banner .flex-wrap .image-wrap img {
    width: 100%;
    max-height: 350px;
    max-height: 280px;
    -o-object-fit: contain;
    object-fit: contain;
}
.maintenance-banner .flex-wrap.white-text > *,
.maintenance-banner .flex-wrap.white-text h2,
.maintenance-banner .flex-wrap.white-text p{
    color: #fff;
    text-align: left;
}

.maintenance-banner .subscribe{
  background: #7A0001;
  color: #fff;
  padding: 10px 15px;
}
.maintenance-banner .btnswrap p a{
  color: #D91E36;
}
.prismcarev4.sub-active .page-header,
.prismcare-manage.sub-active .page-header{
  display: none;
}
.prismcarev4.sub-active .page-footer,
.prismcare-manage.sub-active .page-footer{
  display: block;
}
@media(max-width: 650px){
  .maintenance-banner .flex-wrap .flex-item{
    width: 100%;
  }
  .maintenance-banner .flex-wrap.white-text>*, .maintenance-banner .flex-wrap.white-text h2, .maintenance-banner .flex-wrap.white-text p{
    text-align: center;
  }
}
/* maintenance icons */
.maintenance-icons {
    width: 100%;
}
.step1 .maintenance-icons,
.step2 .maintenance-icons{
    max-width: 47%;
}
.maintenance-icons .grid-wrap {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
}
/*.step3 .maintenance-icons .grid-wrap,*/
.step4 .maintenance-icons .grid-wrap{
  grid-template-columns: auto auto auto auto;
}
.page-header .maintenance-icons {
    padding-top: 50px;
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}
.maintenance-icons .grid-item {
    display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.maintenance-icons .grid-item p {
    width: 65%;
    font-weight: 600;
}
.step3 .maintenance-icons,
.step3 .image-wrap {
    width: 50%;
}
.step3 .option-prices{
  display: none;
}
.step3 .option-prices.active{
  display: flex;
}
@media(max-width: 767px){
  .maintenance-banner .flex-wrap {
    flex-flow: column-reverse;
  }
  .step3 .maintenance-icons,
  .step3 .image-wrap {
      width: 100%;
  }
  .step3 .flex-wrap.icon-wrap{
      margin-left: -22px;
      margin-right: -22px;
  }
  .step3 .flex-wrap.icon-wrap img{
    width: 100%;
  }
  .step3 .maintenance-icons{
      padding-left: 22px;
      padding-right: 22px;
      padding-bottom: 50px;
  }
}
@media(max-width: 650px){
    .step1 .maintenance-icons, .step2 .maintenance-icons {
    max-width: 100%;
  }
}
/* page content */
    /* fixes from V3 */
.steps{
  align-items: center;
  justify-content: space-around;
}
.formwrap.inputform{
    margin: 0;
    border-radius: 20px;
}
    /* end of fixes */
/* login page and otp page */
div#care-login,
div#care-otp-step{
    padding: 50px 0;
}

/* step 3 */
.step3, .step4 {
    flex-flow: column wrap;
    width: 100%;
    gap: 20px;
}
@media(max-width: 650px){
  .step3 .maintenance-icons .grid-wrap, .step4 .maintenance-icons .grid-wrap {
    grid-template-columns: auto auto;
  }
  .payment-options-selector .bts-wrap {
    width: 100%;
    justify-content: space-between;
  }
  .payment-options-selector .pay-select {
    min-width: calc(100% / 3);
  }
  .pricing-options .flex-wrap {
    flex-flow: column;
    padding: 0 15px;
  }
  .pricing-options .flex-item {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    border-bottom: 1px solid #c9bdbd;
    padding: 20px 0;
  }
  .pricing-options .flex-item h3 {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .pricing-options .price-wrap,
  .pricing-options span.unit{
    justify-content: flex-end;
    display: flex;
  }
  .aircon-units .flex-wrap {
    flex-flow: column;
  }
  .aircon-units .flex-item.selection-wrap {
    width: 100%;
  }
  .aircon-units .flex-item.cost-wrap {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
/* subscription page */
.care-subscription-step .page-content {
  background: #f2f2f2;
  padding: 50px 40px;
  position: relative;
  padding-top: 75px;
  margin-top: 35px;
  width: 100%;
}
.payment-options-selector {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
  text-align: center;
}
.payment-options-selector .bts-wrap {
  display: inline-flex;
  background: #f2f2f2;
  padding: 5px;
  border-radius: 25px;
  box-shadow: 0 6px 14px #919191;
}
.payment-options-selector .pay-select {
  border: none;
  padding: 10px;
  min-width: 200px;
  position: relative;
}
.payment-options-selector .pay-item label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-options-selector .pay-select.active {
  background: #000;
  color: #fff;
}
.payment-options-selector .pay-select.pay-upfront {
  border-radius: 25px 0 0 25px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.total-wrap .pay-today{
  display: none;
}
.total-wrap .pay-today.active{
  display: block;
}
.total-wrap .pay-info {
    margin-bottom: 15px;
}
.pay-info{
  display:none;
}
.pay-info.pay-upfront.active,
.pay-info.pay-yearly.active,
.pay-info.pay-qtrly.active{
  display: block;
}
.nxtline .pay-info.pay-upfront.active{
  display: inline;
}
.pay-yearly span.smalltxt {
  background: #7a0000;
  padding: 0 3px;
}
.payment-options-selector .pay-select.pay-quarterly {
  border-radius: 0 25px 25px 0;
}
.dynamic-content h2.title {
  font-size: 24px;
}
p.subtitle {
  text-align: center;
}
.pricing-options .flex-wrap {
  background: #fff;
  justify-content: space-between;
  justify-content: center;
}
.pricing-options .flex-item h3 {
  font-size: 20px;
  font-weight: 600;
}
.pricing-options .flex-item h3 .smalltxt {
  display: block;
  font-size: 14px;
}
.pricing-options .flex-item {
  padding: 20px 10px;
}
.price-wrap {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
}
.price-wrap span.compare {
  font-size: 16px;
  text-decoration: line-through;
}
.price-wrap span.main {
  font-size: 26px;
  color: #7a0000;
  font-weight: 600;
}
.pay-item input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.pay-item.pay-wrap.upfront-wrap {
  display: none;
  border: 1px solid #7a0001;
  background: #ffebeb;
  margin-top: 20px;
}
.pay-item.pay-wrap.upfront-wrap.active {
  display: flex;
}
.cost-content .btnswrap button {
  background: #999;
}
.cost-content .btnswrap button.active {
  background: #7a0001;
}
@media (max-width: 1150px) and (min-width: 768px) {
  .pricing-options .flex-item h3 .smalltxt {
    font-size: 1vw;
  }
}
@media (min-width: 768px) {
  .pricing-options .flex-item {
    width: 25%;
    text-align: center;
  }
  .pricing-options .flex-item h3 {
    min-height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
    margin-bottom: 10px;
    gap: 10px;
  }
}

@media(min-width: 651px) and (max-width: 767px) {
  .maintenance-banner .flex-wrap .flex-item {
    width: 70%;
  }
  .pricing-options .flex-item {
    min-width: 33%;
    text-align: center;
  }
}
@media(max-width: 767px){
  .pay-item.pay-wrap.upfront-wrap.active {
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
  }
  select#upfront_years {
    /* font-size: 12px; */
    width: 100%;
  }
}
@media (max-width: 650px) {
  .pricing-options .flex-item.more h3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }
  .pricing-options .flex-item h3 .smalltxt {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .pricing-options .flex-item h3 .smalltxt {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  select#upfront_years {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  select#upfront_years {
    font-size: 10px;
  }
}
/* units */
p.disclaimer {
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
}
.btnswrap .disclaimer{
    margin-top: 10px;
}
.unit-selection {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.unit-selection .system-wrap {
  width: 50%;
  width: calc(50% - 10px);
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}
.unit-selection .cartQtyBox {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.aircon-units {
  padding-top: 50px;
}
.flex-item.cost-wrap {
  padding-left: 5%;
  width: 40%;
}
.flex-item.selection-wrap {
  width: 60%;
}
.flex-item.cost-wrap .cost-content {
  background: rgb(0 0 0 / 3%);
  padding: 35px 10px;
  text-align: center;
  min-height: 340px;

  display: flex;
  flex-flow: column;
  justify-content: center;
}
.cost-content p {
  margin-top: 10px;
}
.cost-content .dynamic-pay {
  color: #7a0001;
  font-size: 50px;
  font-weight: 600;
  margin: 0;
}
.sys-select .cartQtyBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
}
.sys-select .qtyBtn {
  background: #c4c4c4;
  border-color: #c4c4c4;

  width: 40px;
  border: 1px solid #e8e9eb;
  padding: 5px 5px;
  text-align: center;

  cursor: pointer;
}
.sys-select .qtyBtn img {
  max-width: 100%;
  width: 14px;
}
.sys-select input.system_qty-input[type="number"] {
  border-radius: 0;
  border-color: #c4c4c4;
  width: 50px;
  text-align: center;
  padding: 0;
  display: flex;
  width: 100%;
}
@media (max-width: 900px) {
  .unit-selection .system-wrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
  .sys-select .cartQtyBox {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .payment-options-selector .pay-select {
    min-width: calc(100% / 3);
    width: 33%;
  }
  .system-quantity .mobile-show {
    display: none;
  }
  .system-item.flex-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .payment-options-selector .pay-select {
    min-width: 150px;
  }
}
@media (max-width: 600px) {
  .cart-container {
    padding-bottom: 35px;
  }
  .step4 input#staffName {
    width: 100%;
    min-width: auto;
  }
  .step4 .payment-container {
    margin: 20px 0;
  }
}
@media (max-width: 440px) {
  .price-wrap span.main {
    font-size: 20px;
  }
  .pricing-options .flex-item h3 {
    font-size: 16px;
  }
  .price-wrap span.compare,
  .pricing-options span.unit {
    font-size: 14px;
  }
  .care-subscription-step .page-content {
    padding: 50px 20px 35px;
  }
}
@media (max-width: 350px) {
  .pricing-options .flex-item h3 {
    font-size: 16px;
  }
  .price-wrap span.main {
    font-size: 20px;
  }
  .pricing-options span.unit {
    font-size: 12px;
  }
}
/* Chrome, Safari, Edge, Opera */
.sys-select input::-webkit-outer-spin-button,
.sys-select input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.sys-select input[type="number"] {
  -moz-appearance: textfield;
}
.pay-item.pay-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;

  background: #fff;
  padding: 10px 20px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  height: 100px;
}
.sys-select {
  margin-top: 20px;
  margin-bottom: 10px;
}
.system-wrap h3,
.system-wrap p {
  margin: 0;
  font-size: 12px;
}
.system-wrap h3 {
  font-size: 14px;
  font-weight: 600;
  grid-row: 1 / span 2;
}
.cost-content .total-wrap {
  display: flex;
  flex-flow: column;
}
.cost-content .total-wrap .total-purchase {
  color: #7a0001;
  font-size: 50px;
  font-weight: 600;
}

/* step 4 */
div#care-subscriptionDetails h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 35px;
}
.cart-container {
  width: 100%;
  margin-top: 35px;
}
.step4 .cart-form.wrapperbdr {
  padding: 20px;
}
.step4 .payment-container {
  width: 100%;
  margin: 50px 0;
}
.step4 .payment-container .wrapperbdr {
  min-height: 150px;
}
.selected-system {
  margin-bottom: 15px;
}
.system-item p {
  margin: 0;
}
.system-item p.sys-type {
  font-weight: 800;
}
.step4 .total-wrap {
  display: grid;
  grid-template-columns: auto auto;
  border-top: 1px solid #c4c4c4;
  margin-top: 10px;
  padding-top: 20px;
}
div#care-subscriptionDetails .total-wrap h3 {
  margin-bottom: 0;
}
.step4 .total-wrap h3 {
  grid-row: 1;
  margin: 0;
}
.step4 .total-wrap .systotal.total-purchase {
  grid-column: 2;
  grid-row: 1;
  font-size: 22px;
  font-weight: 800;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.step4 .total-wrap p {
  margin: 0;
}
.step4 .total-wrap .nxtline {
  grid-row: 2;
  grid-column: 1 / span 2;
}
.step4 .total-wrap p.units {
  grid-row: 3;
  grid-column: 1 / span 2;
}
.step4 input#staffName {
  min-width: 300px;
  margin-top: 20px;
}
/* extended form */
.prismcare-extendedform {
  display: none;
}
.prismcare-extendedform .instruct {
  margin: 50px 0;
  text-align: left;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #bfbfbf;
  padding: 0 0 35px;
}
.prismcare-extendedform .headerinfo {
  padding: 50px 0;
  text-align: center;
  background: #f1f1f1;
  margin-top: 35px;
}
.prismcare-extendedform .headerinfo h2,
.prismcare-extendedform .headerinfo p {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .prismcare-extendedform .maintenance-icons .grid-wrap {
    grid-template-columns: auto auto auto auto;
  }
}
/* login page */
.footer-texts p {
    margin-bottom: 0;
    color: #848484;
}
.footer-texts {
    color: #848484;
}
/* this is an extension of the prismcareV4 css
most css are reused so v5 will only do overrides and extended css */
/* steps update*/
div#main{
  padding: 0;
  max-width: 100%;
}
.sc-wrapper{
  padding: 50px 0;
}
.flex-wrap.around{
  justify-content: space-around;
}
.page-width,
.subscription-content{
  width: 100%;
}
/* subscription banner */
.sub-banner .page-width{
  background: url('/cdn/shop/files/heroimage-ultrawide.png?v=1756178834');
  width: 100%;
  background-position: center right; 
  background-repeat: no-repeat;
  background-size: contain;
  padding: 55px 0;
}
/* #care-subscription .ultrawide-show {
  display: none;
} */
@media screen and (max-width: 767px) {
  .sub-banner .maintenance-icons .grid-wrap {
    justify-content: center;
  }
  .sub-banner .text-wrap {
    padding-left: 20px;
  }
  .sub-banner .page-width{ 
    background: none;
  }
  .ribbon {
    transform: translateX(-20%) translateY(95%) rotate(315deg)!important;
    font-size: 14px!important;
  }
  .pay-select {
    padding: 60px 20px 30px 20px!important;
  }
}
/* @media screen and (min-width: 1601px){
  .sub-banner .maintenance-icons .grid-wrap {
    justify-content: center;
  }
  .sub-banner .text-wrap {
    padding-left: 0px;
  }
   #care-subscription .ultrawide-show {
    display: block!important;
  }
  #care-subscription .ultrawide-show img {
    border-radius: 50%;
  }
  .sub-banner {
    background: none;
  }
  .sub-banner .flex-wrap {
    justify-content: center;
  }
  .sub-banner .maintenance-icons {
    margin: auto;
  }
} */
.sub-banner .text-wrap {
    width: 45%;
}
@media screen and (max-width: 767px) {
  .sub-banner .text-wrap {
    padding-left: 0px!important;
  }
}
.sub-banner h2 {
    text-align: left;
}
.sub-banner .maintenance-icons {
    width: 100%;
    max-width: 370px;
}
.sub-banner .maintenance-icons .grid-wrap {
  display: flex;
  align-items: flex-start;
}
.sub-banner .maintenance-icons  svg {
    width: 39px;
    height: 39px;
}
.sub-banner .maintenance-icons .grid-item p {
    width: 100%;
    font-size: 12px;
}
/* comparison content */
.comparison-content {
    width: 100%;
    padding: 50px 0;
}
.comparison-content .video-wrap,
.comparison-content .image-wrap{
  width: 50%;
}
.comparison-content .title {
    margin-bottom: 40px;
}
/* payment-list */
.care-subscription-step .page-content {
    margin-top: 0;
    background: #fff;
}
.payment-list{
  padding: 20px;
  border: 1px solid #DCDCDC;
  border-radius: 20px;
  margin: 30px 0;
}
.pricing-options .flex-item {
        width: 15%;
        border-right: 1px solid #DCDCDC;
    flex: 1;
}
.pricing-options .flex-item.more{
  border-right: none;
}
.unit-selection .system-wrap {
    display: flex;
    width: 22%;
    flex-flow: column;
    gap: 30px;
    padding: 20px;
}
.unit-selection .system-wrap {
    width: 24%;
    display: flex;
    flex-flow: column wrap;
    gap: 30px;
    padding: 20px 10px; 
    border-radius: 0;
    box-shadow: none;
}
.system-item p.sys-type{
  font-weight: normal;
}
.sys-select .cartQtyBox,
button#submit-button {
  width: 100%;
}
.sys-select .qtyBtn,
.sys-select input.system_qty-input[type=number]{
    background: #E9E9E9;
    border: none;
}
.payment-selection {
    background: #F5F5F5;
    padding: 50px 0;
    margin: 50px 0;
}
.payment-selection .flex-wrap {
    gap: 10px;
    justify-content: space-between;
}
.pay-select {
    width: calc(24% - 10px);
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    min-height: 249px;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    background: #fff;
    padding: 20px 22px;
    padding-top: 50px;
    text-align: center;
    position: relative;
}
.pay-select.active {
    background: #F1E7E6;
}
.pay-select label {
    font-weight: 600;
}
.pay-select .smalltxt{
  font-size: 12px;
}
.pay-select input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
select#upfront_years {
    z-index: 2;
    position: relative;
}
.pay-select .indicator {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 2px solid #C4C4C4;
    display: grid;
    place-content: center;
}
.pay-select .indicator .circle {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    background: #7A0001;
    display: none;
}
.pay-select.active .indicator{
    border-color: #7A0001;
}
.pay-select.active .indicator .circle {
    display: block;
}
.subscription-details {
    width: 100%;
}
#care-subscriptionDetails .cart-form h3 {
    color: #7C7C7C;
    font-size: 16px;
    margin-bottom: 5px;
    min-width: 100px;
}
#care-subscriptionDetails .cart-form h3.text-left{
  text-align: left;
}
#care-subscriptionDetails .cart-form h3.text-right,
.cart-plan-price,
.cart-total {
    text-align: right;
}
.cart-item-rows div {
    min-width: 100px;
    margin: 0;
}
.systotal-wrap{
  display: flex;
  gap: 10px;
  justify-content: right;
  align-items: center;

}
.systotal-wrap .total-purchase{
  min-width: 200px;
}
input#staffName {
    min-width: 30%;
}
.cart-item-rows {
    display: flex;
    justify-content: space-between;
}
.cart-plan-type {
    text-transform: capitalize;
}
.select-indicator{
  display: none;
}
.flex-row.justify-center{
  justify-content: center;
}
.flex-row.justify-between{
  justify-content: space-between;
}
.pay-select.disabled:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e4e4e478;
    position: absolute;
    border-radius: 10px;
    z-index: 2;
}
@media(max-width: 1024px){
  .pricing-options .flex-item {
    border-right: 1px solid #DCDCDC;
    width: auto;
    min-width: 25%;
    flex: 1;
  }
  .pricing-options .flex-item:nth-child(4) {
    border: none;
  }
}
@media(max-width: 767px){
  .flex-wrap.around{
    gap: 50px;
  }
  .comparison-content .flex-row {
    flex-flow: column;
  }
  .pricing-options .flex-wrap {
    flex-flow: row wrap;
  }
  .comparison-content .video-wrap, .comparison-content .image-wrap {
    width: 100%;
  }
  .pricing-options .flex-item {
    border: none;
  }
  .sub-banner{
    padding: 0;
    background: none;
  }
  .sub-banner h2{
    text-align: center;
  }
  #care-subscription .image-wrap img{
    width: 100%;
  }
  .sub-banner .text-wrap {
    width: 50%;
    width: 100%;
    max-width: 414px;
    text-align: center;
    padding: 30px 0;
  }
  .step3 .flex-wrap.icon-wrap {
    flex-flow: column-reverse;
    margin: 0 auto;
  }
  .step3 .maintenance-icons {
    padding: 0;
    margin: 0 auto;
  }
  .unit-selection {
    row-gap: 20px;
    column-gap: 2%;
  }
  .unit-selection .system-wrap {
    width: 47%;
  }
  
}
@media(max-width: 650px){
  .cart-item-rows{
    display: grid;
    grid-template-columns: 80% 20%;
    row-gap: 15px;
  }
  .cart-item-rows div{
    min-width: auto;
  }
  .cart-items {
    grid-row: 1;
    grid-column: 1;
  }
  .cart-plan-type {
    grid-row: 2;
    grid-column: 1 / span 2;
  }
  .cart-plan-price {
    text-align: right;
  }
  .pricing-options .flex-wrap{
    flex-flow: row wrap;
  }
  .pricing-options .flex-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    border-bottom: none;
    padding: 20px 5px;
    flex: unset;
  }
  .pricing-options .flex-item h3 .smalltxt {
    font-weight: 400;
  }
  .pay-select {
    width: 100%;
    min-height: 145px;
    /* padding: 30px 20px; */
  }
  .pay-select label,
  .pay-select .smalltxt{
    text-align: left;
    width: 100%;
  }
  .pay-select p {
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .pay-select .indicator{
    display: none;
  }
  input#staffName{
    width: 100%;
  }
  .select-indicator{
    display: block;
  }
  .pay-select .select-indicator {
    width: 100%;
    padding: 10px;
    color: #7A0001;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #7A0001;
    text-align: center;
  }
  .pay-select.active .select-indicator {
    color: #fff;
    background: #7A0001;
  }
  .sub-banner .text-wrap h2 {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media(max-width: 480px){
  .price-wrap span.compare, .pricing-options span.unit {
        font-size: 11px;
    }
  .pricing-options .flex-item.more {
    border-right: none;
    width: 50%;
  }
  .pricing-options .flex-item h3 {
    font-size: 12px;
    text-align: center;
    max-width: 75px;
  }
  .pricing-options .flex-item.more h3 {
      flex-flow: column;
      justify-content: center;
      align-items: center;
      max-width: 100%;
      text-align: center;
  }
  .pricing-options .flex-wrap{
    padding: 0;
  }
}
@media(max-width: 420px){
  .pricing-options .flex-item{
    min-width: 23%;
  }
}

/* retail page */
.unit-selection .system-wrap.aircon-units {
    width: auto;
    flex-flow: row;
    width: 100%;
    max-width: 500px;
    justify-content: space-between;
    padding: 20px 30px;
    align-items: center;

}
.sys-select .system-wrap.aircon-units .cartQtyBox{
  width: auto;
}
.sys-select .system-wrap.aircon-units .qtyBtn, 
.sys-select .system-wrap.aircon-units input.system_qty-input[type=number]{
  border: 1px solid #e9e9e9;
}
.sys-select .system-wrap.aircon-units input.system_qty-input[type=number]{
  background: #fff;
}
.red-bar{
  background:  #7A0000;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 20px;
  margin-bottom: -20px;
}
.red-bar h2{
  font-size: 28px;
  color: #fff;
  margin: 0;
}
.w50{
  width: 48%;
}
.w100{
  width: 100%;
}
.retail-form {
    flex-flow: wrap;
    align-items: flex-start;
}
.retail-form input,
.retail-form select{
  border: 1px solid #C4C4C4
}
.retail-form .validation.error{
  font-size: 14px;
  padding-top: 10px;
  display: block; 
}
div#payment_error .validation {
    color: red;
    font-size: 14px;
    padding-top: 10px;
}
.prismcare-extendedform{
  padding-top: 50px;
}
/* step 3 */
/* override */
.care-subscription .wrapperbdr,
.care-subscription .account-details p {
  padding: 0;
}
/* end of override */
.care-subscription .account-details h2{
  color: #000;
}
.care-subscription .account-details p{
  border: none;
}
.care-subscription .payment-info p.date{
  display: flex;
  gap: 5px;
}
.dtail-wrap{
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #F1F1F1;
  padding: 10px 20px;
}
.subscription-list .dtail-wrap{
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.subscription-list .dtail-wrap:last-child {
    border: none;
}
.subscription-list .dtail-wrap h3{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.subscription-list .dtail-wrap p{
  font-size: 16px;
  font-weight: 400;
}
.care-subscription h1 {
    font-size: 25px;
}
.care-subscription .form-wrap {
    padding: 30px 60px 60px 60px;
    background: #f9f9f9;
}
.care-subscription .fieldset {
    padding-bottom: 25px;
}
.care-booking .header{
    padding: 30px 60px;
}
.care-booking .header .logo{
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 15px;
  background: #000;
}
.care-booking .header .logo svg {
  width: 150px;
}
.care-booking .header p{
  color: #000;
}
.sub-id-wrap {
    display: none;
}
.sub-id-wrap.active{
  display: block;
}
iframe#myIframe {
    display: block;
    overflow: inherit;
    min-height: 1523px;
    height:100%;
}
.mx-auto {
    margin-left: -10px !important;
    margin-right: auto;
}
.max-width-2 {
    max-width: 52rem !important;
}
span.validation.error {
    color: red;
    font-size: 12px;
    padding: 0 0 10px 0;
    line-height: 14px;
}
.invalid {
    border: 1px solid red;
}

.cardupdate.wrapperbdr {
    padding: 20px;
}
.formContent, .care-booking, .formHeader {
   background: hsl(0,0%,98%) !important;
}
.success-msg, .error-msg {
  display:none;
}
@media(max-width: 500px){
  iframe#myIframe {
    min-height: 1700px;
  }
}
#care-subscription tr, .subscription-content tr {
  border-bottom: 1px solid #bfbfbf;
}
.allServices {
    align-items: start !important;
}
.whyBoth {
  width: 30%;
  background: #e6f9fe;
  border-radius: 20px;
  padding: 20px;
}
.included-plan{
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  padding: 40px;
}
.included-plan .red, .included-plan .red p {
  color: #7a0001;
}
.whySubscribe, .faqs, .serviceComparison {
  margin-top: 40px;
}
.whySubscribe .title, .faqs .title {
  padding-bottom: 20px;
}
.whySubscribe img, .whySubscribe b {
  display: block;
  margin-bottom: 10px;
}
.faqs {
  justify-items: center;
  margin-bottom: 100px;
}
.faqs ul#faq-tab {
  margin-top: 20px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 8px;
    display: flex;
    gap: 5px;
    width: fit-content;
}
.faqs ul#faq-tab li button {
    border-radius: 5px;
    border: none;
    padding: 5px 20px;
    background: #FFFFFF;
    color: #000000;
}
.faqs ul#faq-tab li button[aria-selected="true"] {
    border-radius: 5px;
    border: none;
    padding: 5px 20px;
    background: #7a0001;
    color: #FFFFFF;
}
#faqs-tabContent {
  width: 100%;
}
#faqs-tabContent .accordion-header button{
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .allServices {
    display: block;
  }
  .serviceComparison {
    flex-direction: column!important;
  }
  .allServices .overflow-auto{
    overflow-x: scroll!important;
    margin-bottom: 20px;
  }
  .whyBoth {
    width: fit-content;
  }
  .subscription-content table {
    min-width: max-content;
  }
  .whySubscribe .flex-row {
    flex-direction: column!important;
  }
  .whySubscribe .flex-row>div {
    justify-items: center;
  }
  .whySubscribe .flex-row>div>p {
    text-align: center;
  }
  #faq-tab {
    justify-content: center;
  }
  .maintenance-banner>div {
    row-gap: 40px;
  }
}
.pricing_table h2 {
  padding-bottom: 10px;
  color: #7a0001;
}
/******ribbon******/
.ribbon {
  margin: 0;
  padding: 0;
  background: #7a0001;
  color: white;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-10%) translateY(125%) rotate(315deg);
  transform-origin: top left;
  font-size: 20px;
}
.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: #7a0001;
}
.ribbon:before {
  right:100%;
}

.ribbon:after {
  left:100%;
}