/** Shopify CDN: Minification failed

Line 718:0 Expected "}" to go with "{"

**/
/* for ad- ons   */
.ad-ons-section .step:nth-child(3):before {
        content: '';
        position: absolute;
        width: 129px;
        height: 4px;
        background: linear-gradient(to right, #64CBBA 30%, #CDE1F4 30%);
        top: 21px;
        left: -35%;
        z-index: 0;
      }
      .inspection-section .step:nth-child(4):before {
          background: linear-gradient(to right, #64CBBA 30%, #cde1f4 30%);
      }
  .ad-ons-section .pricebtns {
    position: relative;
  }
.ad-ons-section .unique-checkmark-icon{
  background-color: #64CBBA;
    position: absolute;
    color: white;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    right: 0px;
    top: -25px;
    height: 30px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
      .page-width-cstm{
        display: flex;
        justify-content: center;
        max-width: 1280px;
        padding: 0 40px;
        flex-direction: column;
        gap: 30px;
        align-items: stretch;
        margin: 0 auto;
      }
        .pd-card {
          margin-top: 35px;
          display: flex;
          flex-direction: row;
          gap: 40px;
         
      }
.permitleft {
  max-width: 84%; 
  
}
.permitleft .permitleft{
  border-right: 1px silver solid;
}
.permitrights {
text-align: center;
  max-width: 16%; 
}
.ad-ons-section h2.card-heading {
    font-size: 24px;
  line-height: 29.05px;
    font-weight: 600;
}

     .ad-ons-section .card {
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        width:100%;
        /* height: 567px; */
        display: flex;
        flex-direction: column;
      }

      .card img {
        width: 100%;
        height: 192px;
        object-fit: cover;
        border-radius: 8px 8px 0px 0px;
      }
      .card-content{
        padding: 22px;
        text-align: left;
        display:grid;
        height:100%;
      }
        .card-content .card-headding{
       text-align:left;
       font-size: 24px;
          font-weight: 600;
          line-height: 29.5px;
        color:#000000;
     }
      .card-content .card-descr {
          text-align:left;
         font-size: 16px;
          font-weight: 400;
          line-height: 24px;
        color: #666666;

      }
  .variants button{
    font-size: 12px;
    line-height: 14.52px;
    font-weight: 400;
       border: 1px solid #000000;
        padding: 10px 12px;
    border-radius: 4px;
    margin: 12px 12px 12px 0px;
  }
      .ad-ons-section .card .price {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* margin-top: auto; */
            column-gap: 10%;
      }

      .card .add-to-cart {
        background-color: #3ED8C5;
        color: #FFFFFF;
        border: none ! important;
        padding: 10px;
        height: 48px;
        width: 136px;
        cursor: pointer;
        border-radius: 8px;
        margin-top: 10px;
         font-size: 14px;
          font-weight: 600;
          line-height: 16.94px;
      }
      .lablesize{
         text-align:left;
         font-size: 16px;
        margin-bottom: 0px;
          font-weight: 600;
          line-height: 19.36px;
        color: #000000;
      }
      .pricebtns{
          display: flex;
            margin-top: auto;
          /* column-gap: 41%; */
          justify-content: space-between;
        font-size: 20px;
          font-weight: 600;
          line-height: 29px;
      }
      .line-through{
        color:#FF2D55;
         text-decoration: line-through;
      }
      .card .add-to-cart:hover {
        background-color: transparent !important;
      }
.ad-ons-section .card .add-to-cart:hover {
    background-color: #3ED8C5 !important;
}
      .btn-bottom{
            text-align: right;
      }
      .mtb-5{
        margin-bottom:25px;
      }
     .bottomstepsecton{
            margin: auto 50px;
      }
      .btn-bottom button.back{     
        border:none ! important;
        margin: 0px 20px;
           font-size: 16px;
            font-weight: 600;
           
      }
      .btn-bottom button.continue {
            background: #3ED8C5;
            font-size: 16px;
            font-weight: 600;
            width: 136px;
            border-radius: 8px;
            color: #FFFFFF;
            height: 48px;
        }
      
/*for permit section  */
      .progress-container {
        display: flex;
        width: 728px;
        justify-content: space-between;
        margin: 80px auto;
      }

      .step {
        text-align: center;
        position: relative;
        flex: 1;
      }

      .step .circle {
        height: 42px;
        width: 42px;
        border-radius: 50%;
        background-color: #CDE1F4;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .step.completed .circle {
        background-color: #00c4a7;
        position: relative;
      }

      .step.completed .circle .tick {
        color: white;
        font-size: 24px;
        font-weight: bold;
        display:flex;
      }
    .tick svg:not(:root) {
        overflow: hidden;
        width: 40px;
        height: 40px;
    }

      .step.in-progress .circle {
        border: 2px solid #64CBBA;
        background-color: white;
      }

      .step.in-progress .inner-circle {
        height: 26px;
        width: 26px;
        background-color: #64CBBA;
        border-radius: 50%;
        position: absolute;
      }

      .step:before {
        content: '';
        position: absolute;
        width: 129px;
        height: 4px;
        background-color: #CDE1F4;
        top: 21px;
        left: -35%;
        z-index: 0;
      }

      /* .state-permit-section  .step:nth-child(4):before {
        content: '';
        position: absolute;
        width: 129px;
        height: 4px;
        background: linear-gradient(to right, #0468C8 30%, #CDE1F4 30%);
        top: 21px;
        left: -35%;
        z-index: 0;
      } */

      .step:first-child:before {
        display: none;
      }

      .step.completed:before,
      .step.in-progress:before {
        background-color: #00c4a7;
      }

      .status {
        font-size: 14px;
        color: gray;
        font-weight: 600;
        line-height: 14.52px;
      }

      .completed .status {
        color: #00c4a7;
        font-weight: 600;
        line-height: 14.52px;
        font-size: 14px;
      }

      .in-progress .status {
        color: #0468c8;
        font-weight: 600;
        line-height: 14.52px;
        font-size: 14px;
      }

      .mt-step {
        margin-top: 30px;
        font-size: 14px;
        font-weight: 500;
        line-height: 14.52px;
        color: #666666;
      }

      .pagesection {
        font-size: 20px;
        font-weight: 600;
        line-height: 24.2px;
        color: #000000;
      }

      .sectopnheadding {
        font-size: 32px;
        font-weight: 600;
        line-height: 38.73px;
        color: #000000;
      }
.ad-ons-section label.label-size {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
  line-height: 19.36px;
}
.state-permit-section .pd-permit-card{
    width: 100%;
    padding: 30px;
    box-shadow: 0px 1px 6px 0px #00000029 ! important;
    margin: 4rem auto !important;
    border-radius: 8px;
  position:relative;
}


     .permit.card {
        background-color: white;
       display: flex;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            
        }
  .toppermit h2.card-headding{
        font-size: 32px;
      font-weight: 600;
    text-transform: math-auto;
  }
.state-permit-section .permit
.card-sh-des {
   font-size: 20px;
   font-weight: 400;
}
.inspection-section .permit .card-sh-des {
   font-size: 20px;
   font-weight: 400;
}

    .state-permit-section .permit p {
       text-align: left;
    font-size: 16px;
    justify-content: right;
    padding-right: 50px;
    font-weight: 400;
    width: 92%;
    line-height: 24px;
    color: #666;
} 
      .card-content .card-headding {
        text-align: left;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.5px;
        color: #000000;
      }

      .card-content .card-descr {
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #666666;
      }

      .pricebtns {
        display: flex;
        /* column-gap: 41%; */
        font-size: 20px;
        font-weight: 600;
        line-height: 24.2px;
      }

      .line-through {
        color: #FF2D55;
        text-decoration: line-through;
      }

      .card .add-to-cart {
        background-color: #3ED8C5;
        color: #FFFFFF;
        border: none !important;
        padding: 10px;
        height: 48px;
        width: 136px;
        cursor: pointer;
        border-radius: 8px;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
        line-height: 16.94px;
      }

      /* .card .add-to-cart:hover {
        background-color: #3ED8C5 !important;
      } */


      .bottomstepsecton {
        max-width: 1280px;
        margin: auto;
      }

      .btn-bottom button.back {
        border: none !important;
        font-size: 16px;
        font-weight: 600;
      }

      .btn-bottom button.continue {
        background: #3ED8C5;
        font-size: 16px;
        font-weight: 600;
        width: 136px;
        border-radius: 8px;
        color: #FFFFFF;
        height: 48px;
      }
 .btn-bottom a.continue {
    color: white;
}
    .toppermit{
      display: flex;
    justify-content: space-between;
    }
.toppermit .continue {
    border: 1px solid #3ED8C5;
    color: #3ed8c5;
  font-size: 14px;
  line-height: 22.94px;
    font-weight: 600;
  text-align: center;
    padding: 10px;
    width: 136px;
    border-radius: 8px;
    height: 48px;
}
      .cardrightside {
        width: 20%;
        display:flex;
        gap: 2rem;
        background-color: #ffffff;
        padding: 20px;
        box-sizing: border-box;
      }
      .cardrightside span.continue {
    border: 1px #3ED8C5 solid;
    width: 136px;
    height: 48px;
    color: #3ED8C5;
    border-radius: 8px;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.permitright{
  gap:10%;
  display: flex;
}
.permitright span.price {
    margin-top: 20px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
}
/* .state-permit-section .btn-bottom {
    text-align: right;
    margin: 0 155px 60px;
} */

/* for inspection page */
 .inspection-section .add-to-cart{
   position: relative;
  }
.inspection-section .pd-permit-card{
    width: 100%;
    padding: 30px;
    box-shadow: 0px 1px 6px 0px #00000029 ! important;
    margin: 4rem auto !important;
    border-radius: 8px;
  position:relative;
}
 .inspection-section .permit p {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    /* width: 90%; */
    line-height: 24px;
    color: #666;
} 
.width100{
  width :100%;
}
.unique-add-to-cart {
    position: relative;
}
.inspection-section .permitright{
  margin-top: 33px;
}
.unique-checkmark-icon {
background-color: #64CBBA;
    position: absolute;
    color: white;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    right: 15px;
    top: 15px;
    height: 30px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-none {
    display: none;
}
.inspection-section .card .add-to-cart {
    color: #3ED8C5;
  background: transparent;
    border: 2px #3ed8c5 solid !important;
    padding: 10px;
    height: 48px;
    width: 136px;
    cursor: pointer;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
}
/* .inspection-section .card .add-to-cart {
    background-color: transparent !important;
} */
.state-permit-section .card .add-to-cart {
    background-color: transparent !important;
  position: relative;
}
.state-permit-section .card .add-to-cart {
    color: #3ed8c5;
    background: transparent;
    border: 2px #3ed8c5 solid !important;
    padding: 10px;
    height: 48px;
    width: 136px;
    cursor: pointer;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
}
.state-permit-section .card .added-style {
    background-color: #3ed8c5 !important;
    color: #fff !important;
}
 .inspection-section .card .added-style {
    background-color: #3ed8c5 !important;
    color: #fff !important;
}
.loader {
    border: 4px solid #e0e0e0; 
    border-top: 4px solid #3498db; 
    border-radius: 50%; 
    width: 24px;
    height: 24px; 
    animation: spin 1s linear infinite;
    position: absolute; 
    top: 20%; 
    left: 50%; 
    transform: translate(-50%, -50%);

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
  .pricebtns .unique-checkmark-icon {
    background-color: green;
    position: absolute;
    color: white;
    border-radius: 50%;
    padding: 5px;
    width: 20px;
    right: 0px;
    top: -20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*media query start  */
@media (max-width: 1024px) {
    .bottomstepsecton {
        width: 95%;
        margin: auto;
    }
    .btn-bottom {
    text-align: right;
    margin: 0 0px 60px;
    }
   .pd-card {
        max-width: 100%;
        width: 95%; 
        margin: 40px auto !important; 
        display: grid;
        /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
        gap: 20px; 
    }
}
/*768  */
@media (max-width: 768px) {
    .progress-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 80px auto;
  }
  .step:before {
    content: "";
    position: absolute;
    width: 55%;
    height: 4px;
    margin: 0 5px;
    background-color: #cde1f4;
    top: 21px;
    left: -35%;
    z-index: 0;
  }
  .ad-ons-section .step:nth-child(3):before {
    content: "";
    position: absolute;
    width: 55%;
   margin: 0 5px;
    height: 4px;
    background: linear-gradient(to right, #64CBBA 30%, #CDE1F4 30%); 
    top: 21px;
    left: -35%;
    z-index: 0;
  }
}
/*425  */
@media (max-width: 768px) {
    .progress-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 80px auto;
  }
  .step:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 4px;
    margin: 0 10px;
    background-color: #cde1f4;
    top: 21px;
    left: -35%;
    z-index: 0;
  }
  .ad-ons-section .step:nth-child(3):before {
    content: "";
    position: absolute;
    width: 40%;
    margin: 0 10px;
    height: 4px;
    background: linear-gradient(to right, #0468c8 30%, #64CBBA 30%);
    top: 21px;
    left: -35%;
    z-index: 0;
  }
    .pricebtns {
    display: flex;
    justify-content: space-around;
  
}
}
@media (max-width: 425px) {
    .toppermit {
        display: grid;
    }
  .progress-container {
    padding: 0px 10px;
}
  .pricebtns {
    display: flex;
    column-gap: 18%;
  
}
  .page-width-cstm{
         padding: 0 20px;
  }
}
