/* Criteria page starts */
.criteriaPage {
    width: 100%;
}
.criteriaSection .search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  max-width: 195px;
}
.criteriaSection .search-container input {
  min-width: 195px;
  width: 100%;
  padding: 8.5px 40px 8.5px 15px;
  border: none;
  border-radius: 100px;
  outline: none;
  background: #fafafb;
  color: rgba(40, 40, 38, 0.5);
  font-family: 'NaNMetrifyAWide-Reg';
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-family: 'NaNMetrifyAWide-Reg';
}
.criteriaSection  .search-container img {
  position: absolute;
  right: 15px;
  cursor: pointer;
}

.criteriaSection  .pagination button {
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
  color: rgba(40, 40, 38, 0.7);
  font-family: 'NaNMetrifyAWide-Reg';
}
.criteriaSection  .pagination button:hover {
  color: #282826;
  font-weight: bold;
}
.criteriaSection  .pagination button.active {
  background: transparent;
  color: #282826;
  font-weight: 700;
  font-size: 20px;
}
.criteriaSection  .pagination button.disabled {
  background: transparent;
  color: rgba(40, 40, 38, 0.3);
  cursor: not-allowed;
  font-size: 16px;
  font-weight: 500;
}

.criteriaSection  .accordion-container {
  margin: 0 auto;
  position: relative;
}
.criteriaSection  .accordion.crtra {
  color: var(--Almost-Black, #282826);
  font-family: 'NaNMetrifyAWide-Reg';
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 10px;
  background: rgba(245, 245, 247, 0.5);
  cursor: pointer;
  padding: 21px 22.5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.criteriaSection  .accordion img {
  transition: transform 0.3s;
}
.criteriaSection  .accordion.active {
  background: url(/media/pnmkwuws/rectangle-7623585-1.png) lightgray 0px -284.909px / 114.751% 350.251% no-repeat;
  background-position: center;
  border-radius: 10px 10px 0px 0px;
  height: 73px;
}

.criteriaSection  .accordion.active span.accordion-title {
  font-family: 'NaNMetrifyAGigawide-BlckIt';
font-size: 20px;
font-style: italic;
font-weight: 900;
line-height: normal;
text-transform: uppercase;
color: #fff;
}

.criteriaSection  .accordion-container .panel p {
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.criteriaSection  .panel {
  width: 99.8%;
  margin: 0 auto;
  padding: 23px 22px;
  display: none;
  border-top: none;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 10px 10px;
}

.criteriaSection  .no-results {
  text-align: center;
  color: #999;
  font-size: 18px;
  margin: 20px 0;
}

.dot-container {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.dot {
  width: 4.3px;
  height: 4.3px;
  background: #9d9d9d;
  border-radius: 50%;
  transition: background 0.3s, transform 0.3s;
  cursor: pointer;
}

.dot.active {
  height: 50px;
  background: #282826;
  border-radius: 50px;
}

.alphaSearch {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: space-between;
}

.newBanner {
    display: flex;
}

.criteriaSection {
    position: relative;
    margin-bottom: 30px;
}

.newBanner{
    border-radius: 20px;
    background: url(/media/pnmkwuws/rectangle-7623585-1.png) lightgray 0px -284.909px / 114.751% 350.251% no-repeat;
    background-position: center;
    padding: 16px 20px;
    color: #fff;
    margin-top: 30px;
    width: 100%;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.newBannerLeft h2 {
    font-family: 'NaNMetrifyAGigawide-BlckIt';
font-size: 20px;
font-style: italic;
font-weight: 900;
line-height: 40px; /* 166.667% */
text-transform: uppercase;
color: #fff;
margin-bottom: -5px;
}

.newBannerRight a {
        color: #000;
    text-align: right;
    font-family: NaNMetrifyAWide-ExBld;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 100px;
    background: #00FFDD;
    display: block;
    margin-top: 4px;
    width: fit-content;
    cursor: default;
}

.newBannerLeft p {
    color: #FFF;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

a.relatedLink {
    display: block;
    width: 181px;
    height: 30px;
    background: #fafafb;
    border-radius: 100px;
    color: var(--Almost-Black, #282826);
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 5.5px 13px;
    text-decoration: none;
}

a.relatedLink:hover {
    color: var(--Almost-Black, #282826) !important;
}

.relatedLinksContainer {
    display: flex;
    gap: 10px;
}

h5.related-title {
    color: var(--Almost-Black, #282826);
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.accordion-scroll-container{
  min-height: 170px;
    max-height: 210px; 
    overflow-y: auto;
    scrollbar-width: none;
}
.criteriaSection .panel{
    margin-bottom: 10px;
}
@media (min-width: 1025px) and (max-width: 1399px) {

.SubPageMain.criteriaPage {
    width: 76%;
    margin-top: -30px;
}
body.otherPages.HeightFull {
    margin-bottom: 30px;
}
.SubPageMain.criteriaPage .InnerProHeader .LeftTitle {
    font-size: 24px;
}
.criteriaPage .newBannerLeft h2 {
    margin-bottom: -10px;
}
.criteriaPage .newBanner {
    padding: 10px 19px;
    margin-top: 20px;
}
.criteriaPage .criteriaSection {
    margin-bottom: 20px;
}

}

/* Make pagination scrollable */
.criteriaPage .pagination {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  gap: 5px;
    margin-bottom: 12px;
    margin-top: 0px;
    align-items: baseline;
}

.criteriaPage .pagination::-webkit-scrollbar {
  display: none; /* Hide scrollbar for a cleaner look */
}

.criteriaPage .pagination button {
  flex: 0 0 auto; /* Prevent shrinking */
}

.criteriaPage .pagination.dragging {
  scroll-behavior: auto; /* Disable smooth scrolling while dragging */
  cursor: grabbing;
}

@media (min-width: 768px) and (max-width: 1024px){
.SubPageMain.criteriaPage {
    padding: 0px 50px;
}

.SubPageMain.criteriaPage .InnerProHeader {
    padding: 0px;
}

.dot-container {
    display: none !important;
}

.accordion-scroll-container {
    overflow: unset;
    min-height: unset;
    max-height: unset;
}

.alphaSearch {
    flex-direction: row-reverse;
}

.criteriaPage .pagination {
    background: #fafafb;
    border-radius: 100px;
        padding: 0px 25px 0px 10px;
    margin-right: -70px;
}
body.otherPages.HeightFull {
    height: 100%;
    padding-bottom: 100px;
    overflow: auto;
}
.newBannerLeft h2{
    font-size: 18px;
}
}
@media (max-width: 767px){
  .newBannerLeft h2 {
    font-size: 15px;
    line-height: normal;
}

.newBannerRight {
    //display: none;
    margin-bottom: 10px;
}

.alphaSearch {
    flex-direction: column-reverse;
    margin-right: -50px;
}

.criteriaPage .pagination {
    background: #fafafb;
    padding: 5px 20px;
    border-radius: 100px;
}

.criteriaSection .search-container {
    max-width: unset;
    margin-bottom: 5px;
    width: 100%;
    padding-right: 45px;
}
.criteriaSection .search-container img{
  right: 60px;
}

.dot-container {
    display: none !important;
}

.accordion-scroll-container {
    min-height: unset;
    max-height: unset;
    overflow-y: unset;
}

.relatedLinksContainer {
    text-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    margin-right: -30px;
    padding-right: 20px;
}
.criteriaPage{
  padding-bottom: 100px;
}
.criteriaSection .accordion.crtra {
    padding: 12.5px 14.7px;
}

.criteriaSection .accordion.active span.accordion-title {
    font-size: 12px;
}

.criteriaSection .accordion.active {
    height: auto;
}
.InnerProHeader .LeftTitle {
    font-size: 24px !important;
}
.newBannerLeft p {
    font-size: 12px;
}
a.relatedLink {
    font-size: 12px;
}

.criteriaSection .accordion.crtra {
    font-size: 12px;
}
}
@media (max-width: 369px){
  .contentMainss {
    padding: 20px 5px 0 !important;
}
.contactUsMain .tabs {
    width: 285px !important;
}
.contactUsMain .tab.active {
    padding: 10px !important;
}
.contactUsMain .tabs {
    gap: 10px !important;
}
.branch-box h3 {
    //font-size: 20px !important;
}
.innerInputContainer input {
    font-size: 12px !important;
}
.branch-box.bdmInfo {
    width: fit-content !important;
}
.criteriaPage .pagination{
  padding-right: 35px;
}
}
/* Criteia page ends */

/* Producs range one page starts */

.productRangeOne {
        width: 100%;
        max-width: 75%;
    }
.productRangeOne .InnerProHeader .LeftTitle, .contactUsMain .InnerProHeader .LeftTitle, .criteriaPage .InnerProHeader .LeftTitle {
    background: linear-gradient(94deg, #000 18.55%, #000C91 46.96%, #00FFD0 91.62%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
}
    .rangeOneTable {
        position: relative;
    }
    .rangeOneTable .search-input {
      padding: 6px 14px;
    width: 100%;
    border: none;
    color: rgba(0, 0, 0, 0.50);
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 100px;
    background: #FAFAFB;
    }

    .rangeOneTable table {
      border-collapse: separate;
      border-spacing: 0 10px;
      width: 100%;
      margin-top: -10px;
    }

    .rangeOneTable th, .rangeOneTable td {
      padding: 15px;
      text-align: center;
    }

    .rangeOneTable thead tr {
      background: #000A32;
    border-radius: 20px;
    height: 42px;
    }

    .rangeOneTable tr {
      background: #f5f5f7;
      border-radius: 20px;
      height: 73px;
      cursor: pointer;
    }

    .rangeOneTable tr td:first-child, .rangeOneTable tr th:first-child {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }

    .rangeOneTable tr td:last-child, .rangeOneTable tr th:last-child {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
    }

    .additional-content.expanded {
      height: 40px;
      padding: 10px;
    }

    .rangeOneTable .no-results {
      color: #ff0000;
      font-size: 18px;
      text-align: center;
      margin-top: 20px;
    }

    .rangeOneTable tr.inactive {
      opacity: 0.5;
      transition: opacity 0.3s ease;
    }

    .rangeOneTable tr.active {
      opacity: 1;
    transition: opacity 0.3s ease;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #00FFAE;
    color: #000;
    }

    .rangeOneTable tr.additional-content {
      border-radius: 0px 0px 20px 20px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      display: none;
      overflow: hidden;
      padding: 0 10px;
      border-top: 2px solid #ddd;
      height: 0;
      transition: height 0.3s ease-out;
    }

    .clickable-row.active + .additional-content {
      transform: translateY(-10px);
    }

    .rangeOneTable tr.active td:first-child, .rangeOneTable tr.active th:first-child {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 0px;
    }

    .rangeOneTable tr.active td:last-child, .rangeOneTable tr.active th:last-child {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 20px;
    }

    .rangeOneTable tr.additional-content td:first-child, .rangeOneTable tr.additional-content th:first-child {
      border-top-left-radius: 0px;
      border-bottom-left-radius: 20px;
    }

    .rangeOneTable tr.additional-content td:last-child, .rangeOneTable tr.additional-content th:last-child {
      border-bottom-right-radius: 20px;
      border-top-right-radius: 0px;
    }

    #rowCountContainer {
      display: flex;
      gap: 8px;
      align-items: center;
    }

    .rangeOneTable #downloadBtn {
      font-size: 16px;
      cursor: pointer;
      background: none;
      border: none;
    }
    .table-container {
    max-height: 310px; 
    overflow-y: auto;
    position: relative;
    scrollbar-width: none;
}

.dots-container {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .tblFiltrs{
      display: flex;
      width: 100%;
      justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    }
    .rytFltr{
      display: flex;
      gap: 20px;
    }
    .btnContainr a {
    text-decoration: none;
    color: #000;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 10px 20px;
    display: block;
    border-radius: 100px;
    width: 100%;
    max-width: 190px;
}

.btnContainr {
    display: none;
    margin-top: 20px;
    justify-content: end;
    gap: 15px;
    align-items: center;
    flex-direction: row-reverse;
}

.countContainer .row-count {
    color: #282826;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rangeOneTable .search-input.sortDrpdwn {
    color: #000;
    background: none;
    cursor: pointer;
}

.rangeOneTable .search-input:focus-visible {
    outline: none;
}

.innerTxt h4 {
    color: #000;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.innerTxt p {
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.innerContent {
    display: flex;
    flex-direction: column;
}

.innerSubContent {
    display: flex;
    column-gap: 25px;
    width: 100%;
}

.innerTxt {
    display: flex;
    column-gap: 20px;
}

.rangeOneTable td{
  font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #282826;
}
.rangeOneTable tr.active td {
    color: #000;
    font-weight: 800;
}
.rangeOneTable th {
    color: #fff;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.btnContainr a.startDip:nth-of-type(2) {
    background: #000C91;
    color: #fff;
    border: 2px solid #000c91;
}

.btnContainr a.startDip:nth-of-type(2):hover {
    background: #00FFAE;
    border: 2px solid #00FFAE;
    color: #000;
}

.btnContainr a.startDip:nth-of-type(1):hover {
    background: #00ffae;
    border: 2px solid #00ffae;
}
.btnContainr a.startDip:nth-of-type(1) {
    border: 2px solid #00ffae;
}

.rytFltr.mobTab {
    display: none;
}
/* Hide mobile-table by default */
    .mobile-table {
      display: none;
    }

    /* Tablet and Mobile Shared Styles */
    @media (max-width: 1024px) {
      .table-container table {
        display: none; /* Hide desktop table */
      }

      .mobile-table {
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

      .mobile-row {
        padding: 19px 17px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
    background: rgba(245, 245, 247, 0.50);
      }

      .mobile-line {
        display: grid;
        gap: 10px;
        align-items: start;
      }

      .mobile-line .label {
        font-weight: bold;
        color: #555;
      }

      .mobile-line .value {
        color: #222;
      }
      .btnContainr.mobile-button-group {
    display: flex;
    justify-content: center;
    width: 100%;
    grid-column: 1/-1;
}

.btnContainr.mobile-button-group a.startDip {
    width: 100%;
    text-align: center;
}
.table-container {
    max-height: unset;
    overflow-y: unset;
}

.tblFiltrs {
    margin-bottom: 20px;
}
.rytFltr.deskTop {
    display: none;
}
.rytFltr.mobTab {
    display: flex;
}
.dots-container {
    display: none;
}
.mobile-line .label {
    color: #282826;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.mobile-line .value {
    color: #282826;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.productRangeOne {
    max-width: none;
}
    }

    /* Tablet: 2-column layout with headers and data */
    @media (min-width: 768px) and (max-width: 1024px) {
      .mobile-line .label {
        font-size: 12px;
      }
      .mobile-line {
        grid-template-columns: repeat(2, 1fr);
      }

      .mobile-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 10px;
    column-gap: 45px;
    padding: 28px 35px;
      }
      .mobile-line .label, .mobile-line .value {
    border-top: 1px solid #000;
    padding-top: 10px;
}

.mobile-line .label:nth-of-type(1), .mobile-line .value:nth-of-type(2) {
    border-top: unset;
    padding-top: 0px
}

.mobile-line {
    column-gap: 0px;
    row-gap: 10px;
}
.stepsContainer .step {
    padding: 0px 50px;
}
.stepsContainer .step#step2{
  padding: 0px;
}

.mobile-line .label {
    color: #282826;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.mobile-line .value {
    color: #282826;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.mobile-line:nth-of-type(odd) .label:nth-of-type(3), .mobile-line:nth-of-type(odd) .label:nth-of-type(7) {
    color: #8e8e8e;
}
.productRangeOne .InnerProHeader {
    padding: 0px 50px 0px 50px;
}
.InnerProHeader .RightTabLinks {
    height: 30px !important;
    overflow-x: visible;
    width: 100%;
    max-width: 60%;
}

.productRangeOne .InnerProHeader {
    gap: 20px;
    justify-content: space-between;
}

.propertyStep {
    margin-top: 60px !important;
}
    }

    /* Mobile: 2-column layout */
    @media (max-width: 767px) {
      .mobile-line {
        grid-template-columns: repeat(2, 1fr);
      }
      .btnContainr.mobile-button-group {
    width: 100%;
    flex-direction: column;
}
.mobile-line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding: 10px 0px;
}
.mobile-line:nth-of-type(8) {
  border-bottom: unset;
  }
  .countContainer .row-count {
    padding-left: 5px;
    font-size: 10px;
}

.tblFiltrs {
    position: relative;
    height: 70px;
    margin-bottom: 0px;
}

input#searchInputMob {
    position: absolute;
    top: -20px;
    width: 100%;
    height: 35px;
    left: 0;
}

.rangeOneTable .search-input.sortDrpdwn {
    width: 100%;
    font-size: 10px;
    margin-top: 5px;
}

.rangeOneTable {
    margin-top: 35px;
}
.mobile-row {
    gap: 0px;
}
    }   

@media (min-width: 1025px) and (max-width: 1399px) {
    .propertyStep {
    margin-top: 70px !important;
}
    .stepsContainer .card-body h2{
        font-size: 24px !important;
    margin-bottom: 5px !important;
    line-height: normal !important;
    }
    .productRangeOne .stepsContainer .card-body{
        padding: 5px 35px 10px 35px !important;
    }
    .stepsContainer .card-body p{
        margin-top: 20px !important;
    }
    .progress-line{
        width: 60px !important;
    }
    .rangeOneTable{
  margin-top: -5px !important;
}
   .thirdStepContent {
    margin-bottom: 15px !important;
} 
.stepsContainer .stepBtns {
    margin-top: 0px !important;
}
.table-container {
    max-height: 240px !important;
}
.productRangeOne {
    margin-top: -100px !important;
    max-width: 72%;
}
.stepsContainer .owl-carousel .owl-dots {
    margin: 10px auto;
}
.stepsContainer .owl-carousel {
    margin-top: -15px;
}
}
/* Products range one page ends */

/* Contact us page starts */
.contactUsMain{
            width: 100%;
        }
        .inputContainer {
            background: url(/media/ympfjja2/bdm-finder-contact-1017x380.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            padding: 41px 20px;
            color: white;
            position: relative;
                border-radius: 20px;
    overflow: hidden;
        }
        .innerInputContainer{
            color: white;
            padding: 20px 65px;
            width: 100%;
            max-width: 460px;
            min-height: 280px;
        }
        .currentLocation {
            display: flex;
            gap: 7px;
            margin-top: 10px;
            align-items: center;
        }
        .innerInputContainer h1 {
            font-family: 'NaNMetrifyAGigawide-BlckIt';
            font-size: 24px;
            font-style: italic;
            font-weight: 900;
            line-height: 46.008px;
            text-transform: uppercase;
            color: #fff;
        }
        .contactUsMain .InnerProHeader {
    margin-top: 0px;
}
        .innerInputContainer p {
            color: #FFF;
            font-family: 'NaNMetrifyAWide-Reg';
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
        .innerInputContainer input {
            padding: 10px 20px;
            margin-top: 25px;
            width: 193px;
            border: none;
            border-radius: 100px;
            color: #000;
            text-align: center;
            font-family: 'NaNMetrifyAWide-Reg';
            font-size: 15px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
            text-transform: uppercase;
        }
        .innerInputContainer input::placeholder{
            text-transform: none;
        }
        .innerInputContainer input:focus-visible {
            outline: none;
        }
        .innerInputContainer .error {
            margin-top: 10px;
            display: none;
            gap: 5px;
            color: #FFF;
            font-family: 'NaNMetrifyAWide-Reg';
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            align-items: end;
        }
        .location-link {
            color: #fff;
            cursor: pointer;
            display: block;
            text-decoration: none;
        }
        .location-error {
            color: red;
            margin-top: 10px;
            display: none;
            gap: 10px;
        }
        .branch-info {
            display: none;
            background: rgba(255, 255, 255, 0.9);
            width: 100%;
            gap: 20px;
        }

        .contactUsMain .branch-box {
            display: block;
            padding: 20px;
            padding-top: 111px;
            background-color: #000;
            border-radius: 23px;
            flex: 1;
            height: 380px;
            text-align: center;
            width: 100%;
            max-width: 96%;
        }

      .owl-carousel .owl-item .phoneLink img {
    width: auto;
}
        .branch-info .branch-box:nth-of-type(1) {
            background: #fafafb;
            display: block !important;
            width: 33.3%;
            flex: unset;
        }
        .branch-info .branch-box:nth-of-type(1) .mainTxt {
            margin-bottom: 30px;
        }
        .contactUsMain .tab {
            text-decoration: none;
            color: #000;
            text-align: center;
            font-family: 'NaNMetrifyAWide-Reg';
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            width: 180px;
            padding: 10px 20px;
        }

        .contactUsMain .tabs {
            border-radius: 100px;
            background: #FAFAFB;
            display: flex;
            gap: 20px;
            width: 352px;
            height: 42px;
            align-items: center;
            cursor: pointer;
        }

        .contactUsMain .tab.active {
            border-radius: 100px;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.50);
            padding: 10px 20px;
            font-family: 'NaNMetrifyAWide-ExBld';
            font-size: 15px;
            color: #000c91;
            
        }

        .contactUsMain .tab-content {
            display: none;
            margin-top: 30px;
        }

        .contactUsMain .tab-content.active {
            display: block;
        }

        .branch-box h3 {
    font-family: 'NaNMetrifyAGigawide-BlckIt';
    font-size: 15px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(96deg, #00FFAE 59.31%, #FFF 97.77%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
}

.branch-box p.subTxt {
    color: #FFF;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.branch-info .branch-box:nth-of-type(1) h3 {
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.branch-info .branch-box:nth-of-type(1) p.subTxt {
    color: #000;
    margin-bottom: 30px;
}

.branch-info .branch-box:nth-of-type(1) p {
    color: #000;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px !important;
    max-width: 229px;
    margin: 0 auto;
    width: 100%;
}
.phoneLink, .emailLink {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.branch-info .branch-box:nth-of-type(1) input.pstlCode {
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid #000;
    background: #FFF;
    width: 100%;
    max-width: 215px;
    margin: 0 auto;
    color: #282826;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.branch-info .branch-box:nth-of-type(1) input.pstlCode::placeholder{
            text-transform: none;
        }
.branch-box .mainTxt {
    margin-bottom: 50px;
}

.contactOther {
    display: flex;
    gap: 20px;
}

a.location-link {
    color: #FFF;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-with-clear {
  position: relative;
  display: inline-block;
}

.input-with-clear input {
  padding-right: 24px; /* Space for the clear icon */
}

.clear-icon {
  position: absolute;
  right: 20px;
  top: 45%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 14px;
  display: none; /* Hidden by default */
}

.input-with-clear input:not(:placeholder-shown) + .clear-icon {
  display: block; /* Show only when input has content */
}
.branch-box.bdmInfo {
    background: url(/media/zihfs2yw/rely-bdm-amanda-lammers-back-2.png);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px;
    border-radius: 20px;
    width: 33.3%;
    box-sizing: border-box;
    height: 380px;
    z-index: 0;
    flex: unset;
}

img.bdmProfile {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bdmName {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    font-family: 'NaNMetrifyACompressed-Med';
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(94deg, #FFF 18.55%, #00FFD0 91.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    text-transform: uppercase;
}

.bdmConnect {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-around;
    bottom: 20px;
    flex-direction: column;
    gap: 20px;
}
.phoneLink a, .emailLink a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px; /* 266.667% */
}

.branch-box.bdmInfo .phoneLink a, .branch-box.bdmInfo .emailLink a {
    color: #000;
    text-align: right;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    padding: 13px 20px;
    height: 42px;
    width: 206px;
}
.branch-box.bdmInfo .phoneLink a:hover, .branch-box.bdmInfo .emailLink a:hover {
    background: #00FFAE;
    font-weight: 800;
}
.branch-box.bdmInfo p.subTxt {
    margin-bottom: -10px;
    font-size: 20px;
}

.branch-box.bdmInfo  h3 {
    text-align: center;
    font-family: NaNMetrifyACompressed-Med;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(73deg, #00FFAE 57.3%, #FFF 82.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 0;
}

@media (min-width: 1200px) and (max-width: 1399px){
  .inputContainer{
    padding: 15px 20px;
  }
  .InnerProHeader .RightTabLinks .rightTabLinkInner{
    gap: 0px !important;
  }
  .InnerProHeader .LeftTitle h2{
    font-size: 24px !important;
  }
}
@media (max-width: 1200px){
  .inputContainer{
    padding: 0px 20px;
  }
}
@media (max-width: 767px){
  .inputContainer{
    background: url(/media/w0cdngwd/rectangle-7623636-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    padding: 43px 10px;
  }
  .contactUsMain .tabs{
    width: 300px;
  }
  .branch-info {
    flex-direction: column;
}

.branch-box {
    padding: 103px 40px;
}

.branch-info .branch-box:nth-of-type(1) {
    padding: 40px;
}

.branch-info .branch-box:nth-of-type(1) p.mainTxt {
    display: none;
}

.contactOther {
    flex-direction: column;
}

.contactUsMain .tab.active{
  padding: 10px 15px;
}
.innerInputContainer {
  padding: 40px;
  min-height: 363px;
  }

.innerInputContainer h1 {
    line-height: normal;
    text-align: center;
}

.innerInputContainer p {
    text-align: center;
}

.inputContainer {
    padding: 35px 7px;
}

.innerInputContainer input {
    width: 100%;
    max-width: 300px;
}
.branch-box.bdmInfo {
    width: max-content;
}

div#branch-info {
    align-items: center;
}

.branch-info .branch-box:nth-of-type(1) {
    height: auto;
    width: 100%;
}

.branch-info .branch-box:nth-of-type(1) p:not(.subTxt) {
    display: none;
}

.brnchTitl {
    margin-bottom: -25px;
}

img.bdmProfile {
    margin-top: -1px;
}
.contactUsMain .InnerProHeader .LeftTitle h2
{
    margin-left: 0px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px){
  .inputContainer{
    //background: url(/media/osqfhu5s/rectangle-7623636-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 79px 5px;
  }
  .branch-box {
    display: flex;
    justify-content: space-around;
    padding: 0px;
    align-items: center;
}

.contactOther {
    flex-direction: column;
}


.bdmOtherName {
    padding-top: 40px;
}
.branch-info > div:first-child {
    flex-basis: 100% !important;
}

.branch-info .branch-box:nth-of-type(1) p:not(.subTxt) {
    display: none;
}

.branch-info .branch-box:nth-of-type(1) {
    padding: 0px;
    display: flex !important;
    height: unset;
}
.brnchTitl {
    padding-top: 40px;
}
.branch-info {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

img.bdmProfile {
    margin-top: -1px;
}

.branch-box.bdmInfo {
    max-width: 47%;
    width: fit-content;
}
.InnerProHeader .LeftTitle h2 {
    font-size: 20px !important;
}
.contactUsMain .InnerProHeader {
    padding: 0px;
    align-items: end;
    justify-content: space-between;
}
.contactUsMain {
    padding: 0px 50px;
}
}
@media (min-width: 1025px){
.contactUsMain:has(#tab-1) {
    max-width: 76%;
}
}
@media (min-width: 1025px) and (max-width: 1399px){
.contactUsMain:has(#tab-1) {
    max-width: 72% !important;
}
div#tab-1{
    padding-top: 0px !important;
}
.contactUsMain .branch-box{
    height: 330px !important;
}
}

.contactUsMain .contactOther .branch-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;

}
.contactUsMain .contactOther .branch-box p.subTxt{
    margin-bottom: 0px;
}

/* Contact us page ends */


/* New Products page starts */
.stepsContainer .step {
      display: none;
    }

    .stepsContainer .step.active {
      display: block;
    }

    .stepsContainer .stepBtns {
      display: flex;
      justify-content: center;
      margin-top: 20px;
    }

    .stepBtns.hidden {
      display: none;
    }

    .progress-container {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .progress-step {
      display: flex;
      align-items: self-end;
      gap: 10px;
      color: lightgray;
      font-weight: bold;
    }

    .progress-step.active {
      color: black;
    }

    .progress-step .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid lightgray;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.progress-step.active .circle{
    border-color: #000;
}
.progress-step .circle .inner-dot {
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 50%;
}

    .progress-step.completed .circle {
      padding: 0;
      border: none;
      background-color: transparent;
    }

    .progress-step.completed .circle svg {
      display: block;
    }

    .progress-line {
      width: 80px;
      height: 2px;
      background-color: lightgray;
    }
    .stepsContainer .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.rangeOneTable input#searchInput {
     background-image: url("/media/3bkp2y4z/search-hover-1.svg");
     background-repeat: no-repeat;
     background-position: 14px center;
     background-size: 14px 14px;
     padding-left: 35px; /* space for icon */
}
.stepsContainer .select-box {
    color: #808080;
    font-family: 'NaNMetrifyAGigawide-BlckIt';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex: 1 0 calc(33.333% - 20px);
    background: #fafafb;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 35px;
    border-radius: 23px;
    box-shadow: none;
    transition: all 0.3s ease;
    border: none;
    height: 189px;
    text-align: center;
    cursor: pointer;
}

.stepsContainer .select-box.selected {
  color: #000;
    border: none;
    border-radius: 23px;
    background: #FAFAFB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: 'NaNMetrifyAGigawide-BlckIt';
    font-weight: 800;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black transparent */
  display: none;
  justify-content: flex-end;
  z-index: 999;
  transition: opacity 0.3s ease;
}

.drawer {
  width: 500px;
  height: 100%;
  background-color: white;
  padding: 20px;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.overlay.active {
  display: flex;
}

.overlay.active .drawer {
  transform: translateX(0);
}

.progress-step span {
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.stepsContainer .card-body {
    padding: 40px 40px 20px 40px !important;
}

.stepsContainer .card-body h2 {
    text-transform: uppercase;
    font-size: 32px;
}

.tierData table tr td:first-child {
    width: 95px;
}

.tierData table {
    text-align: left;
}
.tierData table tr td {
    padding: 6px 0px 6px 20px;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #d9d9d9;
}
.stepsContainer .owl-item h2, .stepsContainer .owl-item p{
color: #d9d9d9;
}

.stepsContainer .card-body p {
    font-size: 8px;
    font-family: 'NaNMetrifyAWide-Reg';
    margin-top: 50px;
}

.tierData table tr td:first-child {
    width: 95px;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-weight: 800;
    padding: 6px 0px 6px 0px;
}

.productRangeOne .owl-item.active.center .card-body {
    background: #E6FFF7;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.productRangeOne .owl-item.active.center h2 {
    color: #000C91;
    background: none;
    -webkit-text-fill-color: #000C91;
    font-size: 32px;
}

.productRangeOne .owl-item.active.center p {
    font-size: 8px;
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
}
.overlay .card-body p {
    display: none;
}
.productRangeOne .owl-item.active.center .tierData table tr td {
    color: #000;
}

.stepBtns button#nextBtn {
    border: 1px solid #000;
    padding: 11px 15px;
    background: #000C91;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 150px;
}

.stepsContainer .stepBtns {
    margin-top: 40px;
    align-items: center;
    gap: 20px;
}

.stepBtns button {
    width: fit-content;
}

.stepBtns button#prevBtn {
    border: none;
    color: #000;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 1;
    background: #fafafb;
    padding: 12px 15px;
    border-radius: 100px;
    width: 100px;
}

.step.active a.editBtn {
    background: #000C91;
    border: none;
    padding: 13px 20px;
    border-radius: 100px;
    color: #ffffff;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-wrap: nowrap;
height: 42px;
text-decoration : none;
width: 132px;
}

.overlay button#applyPanelFilter {
    border: 1px solid #000;
    padding: 11px 20px;
    background: transparent;
    border-radius: 100px;
    color: #000;
    text-align: right;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin: 40px auto 0 auto;
}

.drawer-content h3 {
    font-family: 'NaNMetrifyAGigawide-BlckIt';
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(88deg, #000 3.45%, #000C91 49.95%, #0FD 97.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.drawer-content label {
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

select#panelBoxSelect {
    width: 100%;
    padding: 6px 20px;
    max-width: 412px;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #050505;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border: none;
    margin: 13px 0px;
}
.tierData tr td span {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.overlay .owl-item.active {
    width: 306px !important;
}

.overlay .owl-stage-outer {
    margin-left: -20px;
    width: 109%;
}
.overlay .owl-item .card-body {
    height: 266px;
    padding: 21px 35px 28px 35px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #fcfcfb;
}

.overlay .owl-item h2 {
    font-size: 19px !important;
    text-transform: uppercase !important;
    margin: 0px;
}

.overlay .tierData table tr td {
    padding: 10px 0px 10px 10px;
}

.overlay .tierData table tr td:first-child {
    padding: 0px;
}
.overlay button#closeDrawerBtn {
    border: none;
    background: none;
    margin-bottom: 20px;
}
.overlay select#panelBoxSelect:focus-visible {
    outline: none;
}
.propType {
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 90px 0px 40px 0px;
}

.thirdStepContent {
    display: flex;
    gap:  20px;
    align-items: center;
    margin-bottom: 25px;
    justify-content: space-between;
}
.propertyStep {
    margin-top: 140px;
}
.propertyStep .select-wrapper {
      position: relative;
      width: 100%;
      max-width: 777px;
      margin-bottom: 20px;
    }
    .propertyStep .propertySelect2 .select-wrapper {
    max-width: 363px;
}
.propertyStep .propertySelect1 .select-wrapper {
    margin: 0 auto 20px auto;
}
    .propertyStep .select-wrapper select {
      width: 100%;
      padding: 12px 40px 12px 17px;
      border: 1px solid #ccc;
      border-radius: 6px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: #E6FFF7;
      background-image: url('/media/wbcksgsl/vector-7185.svg');
      background-repeat: no-repeat;
      background-position: right 20px center;
      background-size: 12px;
      cursor: pointer;
      color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 42px;
    border-radius: 100px;
    border: none;
    }
    .propertyStep .select-wrapper select:focus-visible{
      outline: none;
    }

    .propertyStep .select-wrapper select:focus {
      outline: none;
      border-color: #777;
    }

    .propertyStep button {
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
    }
    .propertySelect2{
      display: flex;
      gap: 50px;
      justify-content: center;
          align-items: baseline;
    }
    .propertyStep label {
    margin-bottom: 10px;
    color: #000;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.stepsContainer .lftFltr {
    display: flex;
    gap: 10px;
}
.filterText {
    color: #000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.rangeOneTable .lftFltr .search-input {
    width: 250px;
    height: 42px;
}

.search-input.mobTab {
    display: none;
}

.search-input.deSkTop {
    display: block;
}

@media (max-width: 1024px){
.search-input.mobTab {
    display: block;
}

.search-input.deSkTop {
    display: none;
}
.stepsContainer {
    margin-top: 10px;
}
}

@media (max-width: 767px){
  .progress-step {
    flex-direction: column;
    align-items: center;
}
.stepsContainer .card-body h2 {
    font-size: 20px !important;
    line-height: normal !important;
    padding-bottom: 10px;
}
.propertySelect2 {
    flex-direction: column;
    gap: 0px;
}

.propertyStep {
    margin-top: 20px;
}

.productRangeOne .InnerProHeader {
    margin-top: 0px;
}

.stepBtns button#nextBtn {
    width: 100%;
}

.owl-stage-outer {
    margin-bottom: -75px;
}

.thirdStepContent {
    flex-direction: column;
}

.stepsContainer .step.active {
    margin-top: 10px;
}

.step.active button#openDrawerBtn {
    width: 100%;
    margin-bottom: 10px;
}
.productRangeOne .LeftTitle h2 {
    font-size: 19px;
}
.propertyStep .select-wrapper select{
word-break: break-word;
    text-overflow: initial;
    white-space: normal;
    height: auto;
    line-height: 16px;
}
.stepsContainer .card-body h2{
    font-size: 19px !important;
}
.productRangeOne .owl-dots {
    margin-top: 80px;
}
.step.active a.editBtn {
    margin-bottom: 5px;
    width: 100%;
    color: #fff;
    text-align: center;
}
.filterText {
    padding: 25px 18px;
    border-radius: 15px;
    background: rgba(245, 245, 247, 0.50);
}
.progress-step span {
    font-size: 8px;
}

.progress-line {
    width: 100%;
}
.progress-container {
    align-items: flex-start;
}

.progress-container .progress-line {
    margin-top: 10px;
}
}

/* New Products page ends */

.relatedContentSection {
    display: none;
}

/* New Products page sidenav starts */
@media (min-width: 1025px){
.productsPage .ContentNav {
    z-index: 9999999;
    margin-top: 0px;
    position: absolute;
    top: 30px;
    right: -10px !important;
    max-width: fit-content;
    transform: none;
}

.productsPage .ContentNav .navbar {
    flex-direction: column;
    align-items: revert;
    row-gap: 10px;
}

button.navbar-toggler {
    padding: 0;
    margin: 0;
    border: 0;
}

.WhiteDiv.productsPage   button.navbar-toggler.collapsed::after {
    content: "";
    display: block;
    width: 28px;
    height: 20px;
    background-image: url(/media/1wglwnr3/group-41647-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none !important;
    margin: 0 !important;
  }

.productsPage .ContentTab .NavDivv {
    display: block;
    text-align: center;
    padding-bottom: 90px;
    padding-top: 20px;
    max-width: 164px;
    margin: 0 auto;
}

.productsPage .NavDivv {
    position: revert;
    display: none;
}

.productsPage .search-Loginbns {
    padding-bottom: 10px;
}

.productsPage .navbar-expand-lg .navbar-toggler {
    display: block;
}

.productsPage .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
}

.productsPage .ContentTab.BgBlk {
    background-color: #000;
    width: 325px !important;
    right: 0;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 9999;
}
.WhiteDiv.productsPage .BgBlk .NavDivv a {
    color: #fff;
}
  .productsPage button.navbar-toggler::after {
    content: url(/media/lfvf3x1y/group-41457.svg);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    background-size: 15px;
            margin: -3px 0 0 -65px;
        border: none;
        display: block;

  } 
 .WhiteDiv.productsPage  button.navbar-toggler.collapsed::after {
    content: "";
        display: block;
        width: 28px;
        height: 20px;
        background-image: url(/media/1wglwnr3/group-41647-1.svg);
        background-repeat: no-repeat;
        background-size: contain;
        border: none !important;
        margin: 0;
  }
  .productsPage button.navbar-toggler {
        padding: 0;
        margin: 0;
        border: 0;
    }
    .productsPage .navbar-toggler:focus{
      box-shadow: none !important;
    }
    
  .productsPage .ContentNav {
     position: absolute;
    top: 30px;
    right: 50px;
    max-width: fit-content;
    transform: none;
        margin-top: 0;
  }
  .productsPage .BgBlk .ContentNav {
    top: 23px;
    right: 0px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .productsPage .ContentNav a.navbar-brand svg {
    display: none;
  }
  .productsPage .hamburger-toggle img {
    width: 28px;
    height: 20px;
  }
.productsPage .BgBlk .NavDivv .NavSub:nth-child(1) {
    border: 1px solid #fff;
    padding: 5px 20px 8px;
    border-radius: 20px;
}
.productsPage .BgBlk .NavDivv .NavSub:nth-child(2) {
    border: none;
}
.WhiteDiv.productsPage .BgBlk .NavDivv a {
    color: #fff;
}
.WhiteDiv.productsPage  .ContentNav .nav-link {
    color: #fff !important;
}
.WhiteDiv.productsPage  .ContentNav a.nav-link.dropdown-toggle::after {
    background: url(/media/zdzoptow/vector-1.svg);
    color: transparent;
    content: "";
    position: absolute;
    width: 12px;
    height: 20px;
    background-size: 12px;
    top: 15px;
    margin-left: 10px;
    border: none !important;
    background-repeat: no-repeat;
}
.WhiteDiv.productsPage .ContentNav a.nav-link.dropdown-toggle.show::after{
    top: 0px;
}
.WhiteDiv.productsPage .ContentNav .prdListMenu h6 {
    color: #fff;
}
    .WhiteDiv.productsPage .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}
.WhiteDiv.productsPage .collapse:not(.show) {
    display: none !important;
}
.productsPage .navbar-expand-lg .navbar-toggler.collapsed {
    display: block;
    background: #fafafb;
    padding: 20px;
    height: 99.7vh;
    margin-top: -40px;
    border-radius: 0px;
    width: 80px;
}
.productsPage .productRangeOne {
    max-width: 100%;
    margin-right: 40px;
}

.WhiteDiv.productsPage .ContentTab {
    width: 0%;
}

.productsPage .navbar-expand-lg .navbar-toggler.collapsed:hover {
    background: #000000;
}

.WhiteDiv.productsPage button.navbar-toggler.collapsed:hover::after {
    background-image: url(/media/0yzdusic/group-41647-2.svg);
}
.productsPage .ContentLiveChat {
    z-index: 9999999;
    right: 20px;
}
.productsPage .NavDivv .NavSub:nth-child(1):hover {
    border: 1px solid #00ffae;
    background: #00ffae;
    color: #000;
}
.WhiteDiv.productsPage #searchIcon svg path {
    stroke: #fff;
}
.MainDiv.WhiteDiv.productsPage .search-Loginbns a#closeNavSearch svg path{
    stroke: #fff;
}
.productsPage .BgBlk .NavDivv .NavSub:nth-child(2){
padding: 5px 20px 8px;
    border: 1px solid transparent;
}
.productsPage .BgBlk .NavDivv .NavSub:nth-child(2):hover {
    border-radius: 20px;
    border: 1px solid #00ffae;
    padding: 5px 20px 8px;
    font-weight: 800;
}
.productsPage .ContentNav .navbar:has(.navbar-toggler.collapsed) a.navbar-brand {
    content: url(/media/b0wbdgqx/favicon.svg);
    position: absolute;
    top: 35%;
    right: 10%;
    width: 40px;
    height: auto;
}
.productsPage .ContentNav .navbar:has(.navbar-toggler.collapsed:hover) a.navbar-brand {
    content: url(/media/av3hfg0s/group-1.svg);
    position: absolute;
    top: 35%;
    right: 10%;
    width: 40px;
    height: auto;
}
.productsPage .ContentNav .navbar:has(.navbar-collapse.collapse.show) a.navbar-brand {
    content: url(/media/0aonhoua/layer_1-2.svg);
    position: absolute;
    top: 30%;
    right: 10%;
    width: 124px;
    height: auto;
}
}
@media (min-width: 1400px){
    .productsPage .ContentNav .navbar:has(.navbar-toggler.collapsed) a.navbar-brand {
    content: url(/media/b0wbdgqx/favicon.svg);
    position: absolute;
    top: 40%;
    right: 10%;
    width: 40px;
    height: auto;
}
.productsPage .ContentNav .navbar:has(.navbar-toggler.collapsed:hover) a.navbar-brand {
    content: url(/media/av3hfg0s/group-1.svg);
    position: absolute;
    top: 40%;
    right: 10%;
    width: 40px;
    height: auto;
}
}
/* New Products page sidenav ends */

/* New Products page responsiveness starts */

@media (max-width: 1024px){

.stepsContainer .stepBtns {
    flex-direction: column-reverse;
    gap: 15px;
}
.btnContainr a{
    max-width: 100%;
}
}

.card-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.mobile-card {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.mobile-card.active {
  transform: translateX(0);
  opacity: 1;
  left: 0;
  position: relative;
}

.card-indicators {
  text-align: center;
  margin: 0.5rem 0;
}

.card-indicators .dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent;
    border: 1px solid #000;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
}

.card-indicators .dot.active {
  background: #333;
  filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.25));
  border: 1px solid #000;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .stepsContainer .card-body h2 {
    font-size: 24px !important;
    line-height: normal !important;
}
  .mobile-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .card-slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 1px;
  }

  .mobile-card {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .mobile-card.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
  }

  .card-indicators {
    margin-top: 1rem;
    text-align: center;
  }

  .mobile-button-group {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
  }
  .tablet-line-row {
    display: flex;
    gap: 45px;
  }
  .tablet-line-row .mobile-line {
    flex: 1;
    background: #f9f9f9;
    padding: 0.75rem;
  }
  .mobile-line .label {
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
  .mobile-line {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.tablet-line-row:nth-of-type(1) .mobile-line {
    border-top: 0;
}
.WhiteDiv.productsPage {
    overflow: auto;
}
}

@media (max-width: 767px){
    .container-fluid.MainDiv.WhiteDiv.productsPage .contentMainSecDiv {
    height: 100%;
    overflow: scroll;
}
body.otherPages{
    overflow: scroll;
}
.stepsContainer .card-body h2 {
    font-size: 20px !important;
    line-height: normal !important;
}
.stepsContainer .card-body {
    padding: 35px 35px 10px 35px !important;
}
.stepsContainer .card-body p {
    margin-top: 20px;
}
}

/* New Products page responsiveness ends */

.rangeOneTable thead {
    position: sticky;
  top: 0;
  z-index: 2;
}
.stepsContainer .owl-carousel .owl-dots {
    display: flex !important;
}
.progress-step.active .circle#circle3 {
    border-color: white;
}
.criteriaSection .panel a {
    word-break: break-word;
}

@media (max-height: 600px) {
  .btnContainr{
    justify-content: center;
  }
}

