
/*renew css start  */
.renew_Box {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 6px 16px #3469cb29;
    margin-bottom: 25px;
    margin-top: 20px;
    transform: translateZ(0px);
    transition-duration: 0.9s;
    width: 100%;
    height: 100%;
    margin: 0 0px;
    padding: 15px 6px 15px 0;
  }
  .renew-error-box {
    min-height: 130px;
    display: flex;
    align-items: center;
  }
  .renew_Box th {
    border-top: 0 !important; 
    white-space: nowrap;
  }
  
  @media screen and (min-device-width: 992px) and (max-device-width: 3000px) {
    .white-break-lg{
        white-space: break-spaces;
      }
  }
  /* renew css end  */



  /* // compare style css start*/

.quote-page__quote-cards--on-compare {
    position: relative;
    z-index: 1000;
  }
  
  .compare-container-wrap {
    /* background-color: rgb(55 114 221); */
    border-top: 1px solid #e3e4e8;
    bottom: 0;
    box-shadow: 0 4px 8px 0 #0006;
    min-height: 100px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 3;
  }
  .compare-heading-bg {
    /* background-color: rgb(55 114 221); */
    color: #fff;
    margin-top: 5px !important;
    margin-bottom: 0.3em !important;
  }
  
  .compare-container-wrap .compare-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 16px;
  }
  
  .compare-container-wrap .compare-container .compare-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 0rem;
  }
  
  .compare-box {
    background-color: #f1f2f6;
    border: 1px solid #262729 !important;
    border-radius: 4px;
    display: block;
    height: 68px;
    margin-right: 32px;
    overflow: hidden;
    padding: 16px 12px;
    position: relative;
    width: 190px;
  }
  
  .compare-box__inside {
    align-items: center;
    color: #333;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 14px;
    height: 100%;
    width: 100%;
  }
  
  .closeBtnCompare {
    left: 123px;
    position: absolute;
    top: -18px;
  }
  
  .MuiSvgIcon-fontSizeSmall {
    font-size: 1.25rem;
  }
  
  .MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
  }
  
  .compare-box__logo {
    align-self: center;
    width: 100px;
  }
  
  .compare-box__plan-name {
    color: #333;
    font-family: Inter-SemiBold;
    font-size: 13px;
    height: 52px;
    line-height: 17px;
    overflow: hidden;
    padding-left: 10px;
    width: 94px;
  }
  
  .compare-box {
    background-color: #fff;
    border: 1px solid #262729 !important;
    border-radius: 4px;
    display: block;
    height: 68px;
    margin-right: 32px;
    overflow: hidden;
    padding: 16px 12px;
    position: relative;
    width: 160px;
  }
  
  .compare-container-wrap .compare-container button.compare-btn {
    border-radius: 4px;
    height: 40px;
    margin-left: 10px;
    text-transform: capitalize;
    width: 110px;
    /* background-color: #ffffff !important; */
    width: 110px;
    /* color: #3772dd !important; */
  }
  
  .iLmWXj {
    margin-left: 25px;
  }
  
  .fJMVBl {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(189, 189, 189);
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(241, 242, 246);
    border-radius: 4px;
    width: 160px;
    height: 68px;
    padding: 20px 12px;
    margin-right: 32px;
    border: 1px solid rgb(189, 189, 189) !important;
  }
  
  .compare-container-wrap .compare-container .btn--disabled {
    background-color: #dcdde0;
    border: 1px solid #dcdde0;
    color: #969799;
  }
  .compare-modal-quote {
    display: inline-table;
  }
  .compar-send-email.send-email {
    position: absolute;
    top: 10px;
    /* Adjust as needed */
    right: 250px;
    /* Adjust as needed */
    /* background-color: rgb(55 114 221); */
    /* Bootstrap primary color or choose your own */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
  }
  /* //pdf css */
  .compar-pdf-download.pdf-download {
    position: absolute;
    top: 10px;
    /* Adjust as needed */
    right: 100px;
    /* Adjust as needed */
    /* background-color: rgb(55 114 221); */
    /* Bootstrap primary color or choose your own */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
  }
  /* Paragraph Styles */
  .p-class {
    margin-top: 10px;
    padding: 3px;
    padding-left: 5px;
  }
  
  .modal-content-compare {
    background-color: white;
    margin: 2% auto;
    /* Center modal vertically and horizontally */
    padding: 20px;
    max-width: 1200px;
    /* Maximum width of the modal */
    width: 90%;
    /* Responsive width */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* Box shadow for better visibility */
    position: relative;
    /* Required for positioning close button */
    border-radius: 8px;
    /* Optional: rounded corners */
    height: auto;
    /* Adjust height based on content */
    overflow-y: auto;
    /* Add scroll if content is too long */
    box-sizing: border-box;
    /* Ensures padding and border are included in the width */
  }
  
 
  
  .card button span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
  }
  
  .card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    flex: 1;
    margin: 0 10px;
  }
  
  .cards {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    border-radius: 5px;
  
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  
  .close-compare {
    color: #aaa;
    float: right;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
  }
  
  .close-compare:hover,
  .close-compare:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .modal-idv-text {
    font-size: 15px !important;
  }
  
  @media screen and (min-device-width: 250px) and (max-device-width: 992px) {
    .compar-send-email.send-email {
      border: none;
      padding: 10px 8px;
    }
    .compar-pdf-download.pdf-download {
      padding: 10px 8px;
    }
  }
  @media screen and (min-device-width: 250px) and (max-device-width: 390px) {
    .compar-send-email.send-email {
      right: 200px;
    }
    .compar-pdf-download.pdf-download {
      right: 70px !important;
    }
  }
  @media screen and (min-device-width: 250px) and (max-device-width: 992px) {
    .compare-box {
      width: 90px;
      height: 45px;
      margin-right: 10px;
    }
    .closeBtnCompare {
      left: 65px;
      position: absolute;
      top: -22px;
    }
    .compare-box__logo {
      align-self: center;
      width: 70px;
    }
    .MuiSvgIcon-root {
      width: 0.5em;
    }
    .fJMVBl {
      padding: 20px 2px;
      width: 90px;
      height: 45px;
      margin-right: 10px;
      font-size: 12px;
    }
    .compare-close-btn {
      display: flex;
      justify-content: center;
    }
    .compare-container-wrap .compare-container .compare-boxes {
      gap: 0.5rem;
      margin-bottom: 1rem;
    }
    .compare-container-wrap .compare-container {
      display: block !important;
    }
    .compare-modal-quote {
      white-space: nowrap;
      overflow-x: scroll;
      display: block;
      max-width: fit-content;
      overflow-x: auto;
      white-space: nowrap;
      width: 100%;
    }
  }
  
  @media screen and (min-device-width: 992px) and (max-device-width: 1292px) {
    .compare-box {
      width: 110px;
      height: 55px;
    }
    .closeBtnCompare {
      left: 85px;
      position: absolute;
      top: -22px;
    }
    .compare-box__logo {
      align-self: center;
      width: 70px;
    }
    .MuiSvgIcon-root {
      width: 0.5em;
    }
    .fJMVBl {
      padding: 20px 2px;
      width: 110px;
      height: 55px;
      margin-right: 10px;
      font-size: 12px;
    }
    .compare-close-btn {
      display: flex;
      justify-content: center;
    }
    .compare-container-wrap {
      min-height: 80px;
    }
  }
  @media screen and (min-device-width: 250px) and (max-device-width: 1199px) {
    .compare-container-wrap {
      height: auto;
    }
    .compare-container-wrap .compare-container {
      display: block !important;
    }
  }
    /* // compare style css end*/
    .form-floating input:focus::placeholder {
      color: #aaa !important;
      opacity: 1 !important;
    }
    