* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "myFont", sans-serif;
  }
  body {
    max-width: 100vw;
  }
  body #bodyCont {
    max-width: 1066px;
    margin-inline: auto;
  }
  @media screen and (min-widht: 1024px) {
    body #bodyCont {
      width: 1086px;
      min-width: 1086px;
      margin-inline: auto;
    }
  }
  @font-face {
    font-family: "myFont";
    src: url(/static/styles/Nunito_Sans/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf);
  }

/*=========== spinner ================*/
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#page-loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e0e0e0;
  border-top-color: #4f46e5;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
/*-----------------------*/

#scroll-header {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 100px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: top 0.3s ease;
  z-index: 999;
}

#scroll-header.visible {
  top: 0;
}
#scroll-header img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
#scroll-header h4 {
  font-size: 14px;
}
#scroll-header p{
font-weight: 600;
font-size: 15px;
}
#scroll-header a{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 55px;
  text-decoration: none;
  background-color: #ec5a13;
  border-radius: 14px;
}









  
  #home-head {
    padding-top: 8px;
    border-bottom: 1px solid #acb8c7;
  }
  
  header {
    width: 100%;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
  }
  header .main-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  header .main-head .main-head-c1 {
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #ec5a13;
    padding: 0.7rem 1.05rem;
    border-radius: 1rem;
    gap: 0.6rem;
    min-width: max-content;
  }
  header .main-head .main-head-c1 i {
    font-size: 0.95rem;
  }
  
  header .main-head .main-head-c2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    gap: 0.5rem;
    background-color: #3b83f617;
    padding: 0.4rem 0.5rem;
    border-radius: 1rem;
    width: 100%;
  }
  
  header .main-head .main-head-c2 input {
    border: none;
    width: 100%;
    font-size: 1rem;
    background: none;
    padding: 0 0.5rem;
  }
  header .main-head .main-head-c2 input::placeholder {
    color: #000;
  }
  header .main-head .main-head-c2 input:focus {
    outline: none;
  }
  header .main-head .main-head-c2 i {
    padding: 0.6rem 0.58rem;
    font-size: 0.85rem;
    color: #fff;
    border-radius: 0.8rem;
    background: #ec5a13;
  }
  header .main-head .main-head-c3 {
    min-height: 2.7rem;
  }
  header .main-head .main-head-c3 ul {
    width: max-content;
    display: flex;
    list-style: none;
    font-size: 0.75rem;
    padding: 0 0.5rem;
  }
  header .main-head .main-head-c3 ul li {
    border-bottom: 3px solid #fff;
    line-height: 1.5rem;
    padding: 0 0.5rem;
    transition: all ease 0.6s;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  header .main-head .main-head-c3 ul a {
    text-decoration: none;
    color: #000;
    border: none;
    background: none;
    border-bottom: 3px solid #fff;
    line-height: 1.5rem;
    padding: 0 0.5rem;
    transition: all ease 0.6s;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  header .main-head .main-head-c3 ul li:hover,
  header .main-head .main-head-c3 ul a:hover {
    border-bottom: 3px solid rgb(255, 110, 20);
  }
  header .bottom-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .bottom-head a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #152233;
    border-bottom: 2px solid #fff;
    padding: 0.98rem 0 0.85rem;
    letter-spacing: -0.0085rem;
    transition: all ease 0.6s;
    min-width: max-content;
  }
  header .bottom-head a:hover {
    border-bottom: 2px solid #000;
  }
  header .bottom-head a:first-child {
    padding-left: 0;
  }
  header .bottom-head a:last-child {
    padding-right: 0;
    font-weight: 700;
  }
  header .bottom-head i {
    font-size: 0.15rem;
    padding: 0.9rem 0 0.8rem 0;
  }
  
  #ind-main {
    border-top: 0.95px solid #00000022;
    display: grid;
    grid-template-columns: 65% 35%;
    padding-top: 1rem;
    row-gap: 1rem;
    column-gap: 16px;
  }
  #ind-main .main-nav {
    grid-column: 1 / 3;
  }
  
  #heroPageLinks {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    gap: 4px;
  }
  #heroPageLinks li {
    color: #3a4757;
    margin-right: 0.2rem;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
  }
  #heroPageLinks li:nth-child(even) {
    cursor: auto;
  }
  #heroPageLinks li:last-child {
    cursor: auto;
  }
  #heroPageLinks a:hover {
    text-decoration: underline;
  }
  
  section h2 {
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.768);
  }
  
  main section .hero-img-con {
    max-width: 100%;
    max-height: 384px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    row-gap: 10px;
    column-gap: 10px;
    z-index: -1;
  }
  section .hero-img-con #stockImg0 {
    grid-column: 1 / 2;
    grid-row: 1/3;
  }
  section .hero-img-con #stockImg1 {
    grid-column: 2 / 3;
    grid-row: 1/2;
  }
  section .hero-img-con #stockImg2 {
    grid-column: 2 / 3;
    grid-row: 2/3;
  }
  section .hero-img-con img.car {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  section .hero-img-con img.share-icon {
    background-color: #fff;
    position: absolute;
    color: #000;
    top: 1rem;
    right: 4rem;
    padding: 0.9rem;
    border-radius: 0.9rem;
    cursor: pointer;
  }
  section .hero-img-con img.like-icon {
    background-color: #fff;
    position: absolute;
    color: #000;
    top: 1rem;
    right: 1rem;
    padding: 0.9rem;
    border-radius: 0.9rem;
    cursor: pointer;
  }
  section .hero-img-con p#seeCarPhotos {
    position: absolute;
    right: 1rem;
    bottom: 15%;
    padding: 0.35rem 1rem;
    background-color: #fff;
    font-size: 0.98rem;
    font-weight: 700;
    border-radius: 1.5rem;
    cursor: pointer;
  }
  
  section .gap {
    max-width: 300px;
    background-color: #e6e6e6;
    border-radius: 16px;
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    margin-inline: auto;
    display: flex;
    justify-content: center;
  }
  section .gap img {
    scale: 60%;
  }
  
  section .house-data {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: -44px 16px 16px 16px;
    background-color: #fff;
    z-index: 200;
    padding: 24px 16px;
    border-radius: 16px 16px 16px 0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 4px 8px 0 #c1c1c180;
  }
  section .house-data #housePriceCon {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  section .house-data #housePriceCon p.house-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  section .house-data #housePriceCon p.price-per-smeter {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #152233b8;
  }
  section .house-data .calc {
    display: flex;
    gap: 4px;
    cursor: pointer;
    font-weight: 700;
  }
  section .house-data .calc p {
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
  }
  section .house-data h1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 90%;
    color: #1a1a1a;
  }
  section .house-data p.apartment-pros {
    font-size: 14px;
    line-height: 20px;
    color: #484848;
    margin-bottom: 8px;
  }
  
  section .house-data p#postDate {
    font-size: 12px;
    line-height: 16px;
    color: #484848;
  }
  
  section .criteria-con {
    border-top: 1px solid #acb8c7;
    border-bottom: 1px solid #acb8c7;
    padding: 1.5rem 0;
    width: 100%;
    margin-inline: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  section .criteria-con h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #1a1a1a;
  }
  
  section .diagnostics {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 50%;
    margin-bottom: 8px;
  }
  section .diagnostics .energy-class,
  section .diagnostics .ges {
    display: flex;
  }
  section .diagnostics .energy-class-items,
  section .diagnostics .ges-items {
    display: flex;
    align-items: center;
    width: 50%;
  }
  section .diagnostics .energy-class-items img.energy-class,
  section .diagnostics .ges img.ges,
  section .criteria-con .important-info-tile .info-left img {
    background-color: #e6e6e6;
    border-radius: 50%;
    margin-right: 8px;
  }
  section .diagnostics .energy-class-items p,
  section .diagnostics .ges-items p {
    font-size: 12px;
    line-height: 16px;
  }
  .opacity-dim-1 {
    opacity: 0.72;
  }
  section .diagnostics .energy-class-items img.alarm-icon,
  section .diagnostics .ges-items img.alarm-icon {
    margin-left: 4px;
    opacity: 0.6;
  }
  
  section .diagnostics .energy-class-abc,
  section .diagnostics .ges-abc {
    display: flex;
    align-items: center;
  }
  section .diagnostics .energy-class-abc .abc,
  section .diagnostics .ges-abc .abc {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 16px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
  }
  
  /*---------- ENERGY CLASS ABS CSS ------*/
  section .diagnostics .energy-class-abc .abc1 {
    background-color: #00a06d;
  }
  section .diagnostics .energy-class-abc .abc3 {
    background-color: #a5cc74;
  }
  section .diagnostics .energy-class-abc .abc4 {
    background-color: #f4e70f;
  }
  section .diagnostics .energy-class-abc .abc5 {
    background-color: #ffca00;
  }
  section .diagnostics .energy-class-abc .abc6 {
    background-color: #eb8235;
  }
  section .diagnostics .energy-class-abc .abc7 {
    background-color: #d7221f;
    color: #fff;
  }
  section .diagnostics .energy-class-abc .abc2 {
    background-color: #52b153;
    border: 2px solid #f9f9f9;
    border-radius: 8px;
    width: 20px;
    height: 19px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
  }
  
  /*---------- GES ABS CSS ------*/
  section .diagnostics .ges-abc .abc2 {
    background-color: #e0bafc;
  }
  section .diagnostics .ges-abc .abc3 {
    background-color: #c999ec;
  }
  section .diagnostics .ges-abc .abc4 {
    background-color: #c386ee;
  }
  section .diagnostics .ges-abc .abc5 {
    background-color: #b060e8;
  }
  section .diagnostics .ges-abc .abc6 {
    background-color: #9f36e8;
    color: #fff;
  }
  section .diagnostics .ges-abc .abc7 {
    background-color: #8100d6;
    color: #fff;
  }
  section .diagnostics .ges-abc .abc1 {
    background-color: #f5e9fe;
    border: 2px solid #f9f9f9;
    border-radius: 8px;
    width: 20px;
    height: 19px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
  }
  
  section .criteria-con .important-info-con {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  section .criteria-con .important-info {
    display: grid;
    column-gap: 24px;
    row-gap: 16px;
  }
  section .criteria-con .important-info-tile {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  section .criteria-con .important-info-tile .info-left {
    display: flex;
    align-items: center;
    width: 50%;
  }
  section .criteria-con .important-info-tile .info-left p {
    font-size: 12px;
    line-height: 16px;
    opacity: 0.72;
    color: #1a1a1a;
  }
  section .criteria-con .important-info-tile p.info-is {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  
  section .description {
    padding: 24px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-inline: 8px;
  }
  section .text-desc {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    height: 65px;
    overflow: hidden;
  }
  section .description h2,
  section .map-content h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #1a1a1a;
  }
  section .description p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
  section .description button {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    width: max-content;
    border: none;
    background: none;
    text-decoration: underline;
    cursor: pointer;
    z-index: 100;
  }
  section .description .see-more {
    height: 100%;
  }
  
  section .map-content {
    width: 100%;
    padding-block: 24px;
    border-top: 1px solid #acb8c7;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #1a1a1a;
    margin-inline: 8px;
  }
  section .map-content .area p.sub-head {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  section .map-content .area p.sub-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  section .map-content .map img {
    width: 100%;
    cursor: grab;
    border-radius: 25px;
  }
  section .map-content .send-msg-btn {
    width: 100%;
    display: flex;
    justify-content: right;
  }
  section .map-content .send-msg-btn button {
    font-size: 16px;
    font-weight: 24px;
    font-weight: 700;
    border: 1px solid #094171;
    border-radius: 16px;
    height: 44px;
    padding-inline: 16px;
    background: none;
    color: #094171;
  }
  
  section .price {
    display: none;
    padding: 1.5rem 0;
    padding-bottom: 1rem;
    width: 680px;
    border-top: 1px solid #acb8c7;
    border-bottom: 1px solid #acb8c7;
  }
  section .price h2 {
    font-weight: 500;
  }
  section .price p {
    font-size: 0.85rem;
    padding: 1rem 0;
    padding-bottom: 0.1rem;
  }
  section .price p.car-price-data {
    display: flex;
    gap: 0.3rem;
  }
  section .price p.car-price-data span {
    font-size: 0.75rem;
    font-weight: 600;
    background-color: rgb(230, 235, 239);
    line-height: 1.3rem;
    padding: 0 0.5rem;
    border-radius: 0.3rem;
  }
  section .price-range {
    width: 325px;
    height: 90px;
    position: relative;
  }
  section .price-range .low,
  section .price-range .mid,
  section .price-range .high {
    height: 0.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
  }
  section .price-range .low {
    width: 2.9rem;
    left: 0;
    border-radius: 0.3rem 0 0 0.3rem;
    background-color: rgb(62, 121, 64);
  }
  section .price-range .mid {
    width: 12.1rem;
    left: calc(3.87rem);
    background-color: rgb(113, 172, 115);
  }
  section .price-range .high {
    width: 3.2rem;
    left: calc(16.92rem);
    border-radius: 0 0.3rem 0.3rem 0;
    background-color: rgb(255, 110, 20);
  }
  section .price-range i {
    font-size: 0.5rem;
    color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 48%;
  }
  section .price-range i.low-point {
    left: 3rem;
  }
  section .price-range i.high-point {
    right: 3.5rem;
  }
  section .price-range .priceline-amount {
    font-size: 0.9rem;
    font-weight: 600;
    position: absolute;
    top: 0;
  }
  section .price-range p.low-price {
    left: 10%;
  }
  section .price-range p.high-price {
    right: 12%;
  }
  section .price-range .price-tag {
    font-size: 0.75rem;
    font-weight: 400;
    color: #8191a0;
    position: absolute;
    bottom: 5%;
  }
  section .price-range .low-pricetag {
    left: 0;
  }
  section .price-range .high-pricetag {
    right: 0;
  }
  
  section .sponsor {
    display: none;
    padding: 1.5rem 0;
    padding-bottom: 0;
    width: 680px;
  }
  section .sponsor .credit-notes p {
    font-size: 0.9rem;
    color: #8191a0;
  }
  section .sponsor .credit-notes p:first-child {
    color: rgb(168, 180, 192);
    font-weight: 600;
    font-size: 0.72rem;
    border: 1px solid rgb(168, 180, 192);
    border-radius: 0.25rem;
    width: max-content;
    padding: 0.13rem 0.5rem;
    margin-bottom: 1.3rem;
  }
  section .sponsor h2 {
    color: rgba(0, 0, 0, 0.768);
    font-weight: 600;
    margin-top: 1.2rem;
  }
  section .sponsor .credit-notes p.cetelem {
    position: relative;
    color: #000;
  }
  section .sponsor .credit-notes p.cetelem img {
    position: absolute;
    left: 5%;
    top: 3%;
  }
  section .sponsor .credit-notes input {
    border: 1px solid #a8b4c0;
    color: #a8b4c0;
    padding: 0 0.98rem;
    font-size: 0.87rem;
    font-family: Open sans, sans-serif, Arial;
    font-weight: 400;
    line-height: 2.8rem;
    width: 420px;
    border-radius: 4px;
    margin-top: 1.5rem;
  }
  
  section .sponsor .finance-timeline {
    width: 420px;
    margin: 1.8rem 0;
    margin-bottom: 2.2rem;
  }
  
  section .sponsor .finance-timeline .time-month,
  section .sponsor .finance-timeline .low-highest-time {
    display: flex;
    justify-content: space-between;
  }
  section .sponsor .finance-timeline p {
    font-size: 0.88rem;
    color: #011b28de;
  }
  section .sponsor .finance-timeline .time-month p:last-child {
    font-weight: 600;
    color: rgb(255, 110, 20);
  }
  section .sponsor .finance-timeline .low-highest-time p {
    font-size: 0.75rem;
    color: #8191a0;
  }
  section .sponsor .time-progress {
    width: 420px;
    height: 4px;
    border-radius: 0.4rem;
    background-color: #00000022;
    margin: 0.65rem 0;
    position: relative;
  }
  section .sponsor .time-progress i {
    font-size: 1.3rem;
    color: #fff;
    border: 1.4px solid #c3cad3;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 28%;
    cursor: grab;
  }
  section .sponsor .time-progress .time-progress-point {
    width: 28%;
    height: 4px;
    background-color: rgb(255, 110, 20);
    border-radius: 0.4rem 0 0 0.4rem;
  }
  
  section .sponsor .finance-undernote a {
    padding: 0.6rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgb(6, 35, 61);
    text-decoration: none;
    color: rgb(6, 35, 61);
    font-weight: 700;
    font-size: 1rem;
  }
  section .sponsor .finance-undernote p {
    margin: 2rem 0;
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
    color: #8191a0;
  }
  section .sponsor .finance-undernote p.wheels {
    margin: 0;
    color: rgb(6, 35, 61);
    font-size: 1.15rem;
    font-weight: 700;
    border-top: 1px solid #acb8c7;
    border-bottom: 1px solid #acb8c7;
    padding: 1.5rem;
  }
  
  #mainFooter .main-foot-content {
    max-width: 1086px;
    margin: auto;
  }
  
  #mainFooter .member {
    padding-top: 1.5rem;
  }
  
  #mainFooter .member p {
    font-size: 0.96rem;
    margin-top: 0.2rem;
  }
  
  #mainFooter .member p:last-child {
    font-size: 0.96rem;
    margin-top: 1rem;
  }
  #mainFooter .member p i {
    font-size: 0.82rem;
    font-weight: 400;
    margin-right: 0.18rem;
  }
  
  #mainFooter .signal-anno {
    display: flex;
    width: 692px;
    min-width: 692px;
    gap: 3rem;
    padding: 1.5rem;
    border-top: 1px solid #acb8c7;
    border-bottom: 1px solid #acb8c7;
    margin-top: 1.6rem;
  }
  #mainFooter .signal-anno a {
    font-size: 0.87rem;
    font-weight: 600;
    text-decoration: none;
    color: rgb(6, 35, 61);
    width: 100%;
  }
  #mainFooter .main-footer-top {
    max-width: 1086px;
    margin-inline: auto;
  }
  #mainFooter .main-foot {
    padding: 1.4rem 0;
    background-color: #2b3441;
    color: #fff;
  }
  #mainFooter .main-foot .main-foot-col1 {
    display: flex;
    gap: 24px;
    max-width: 1066px;
    margin-inline: auto;
  }
  #mainFooter .main-foot-col1 .foot-col {
    width: 100%;
  }
  #mainFooter .main-foot {
    margin-top: 4rem;
  }
  #mainFooter .foot-col h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 4px;
    border-bottom: 1px solid #acb8c7;
    margin-bottom: 16px;
  }
  #mainFooter .foot-col ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
  }
  #mainFooter .foot-col ul li {
    font-size: 14px;
    line-height: 20px;
    list-style-type: none;
  }
  #mainFooter .foot-col ul li:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  #mainFooter .foot-col .download-link {
    display: flex;
    gap: 8px;
    width: 100%;
    overflow: hidden;
  }
  #mainFooter .download-link img {
    margin-top: 4px;
    width: calc(50% - 4px);
    max-width: 50%;
    cursor: pointer;
  }
  #mainFooter .foot-col .stranger-con {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
  }
  #mainFooter .foot-col .stranger-con img:last-child {
    transform: rotate(90deg);
  }
  #mainFooter .foot-col .flag-name {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #mainFooter .foot-col .flag-name img {
    padding-right: 8px;
  }
  #mainFooter .foot-col .flag-name p {
    font-size: 14px;
    color: #000;
  }
  
  #mainFooter .main-foot-col2 .foot-col2-row1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 8px;
    border-top: 1px solid #acb8c7;
    border-bottom: 1px solid #acb8c7;
  }
  #mainFooter .main-foot-col2 .foot-col2-row1 ul {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    padding: 8px;
    padding-left: 4px;
  }
  #mainFooter .main-foot-col2 .foot-col2-row1 ul li:hover {
    text-decoration: underline;
  }
  #mainFooter .foot-col2-row1 ul li {
    height: max-content;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
  }
  #mainFooter .foot-col2-row1 ul i {
    font-size: 0.15rem;
  }
  #mainFooter .foot-col2-row2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mainFooter .foot-col2-row2 .copyright {
    font-size: 16px;
    width: 25%;
  }
  #mainFooter .trustpilot-star {
    display: flex;
    align-items: last baseline;
    gap: 0.5rem;
  }
  #mainFooter .trustpilot-star a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  #mainFooter .trustpilot-star a:first-child {
    font-size: 16px;
    font-weight: 600;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  #mainFooter .trustpilot-star .star a {
    display: flex;
    gap: 1px;
  }
  
  #mainFooter .trustpilot-star .star img {
    fill: white;
    background-color: rgb(0, 182, 122);
  }
  #mainFooter .trustpilot-starr .star img:last-child {
    position: relative;
  }
  #mainFooter .trustpilot-star .star::before {
    content: " ";
    width: 50%;
    min-width: 50%;
    height: 100%;
    min-height: 100%;
    background-color: rgb(220, 220, 230);
    left: 0;
    top: 0;
  }
  #mainFooter .trustpilot-star a:last-child {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  #mainFooter .social-box {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #mainFooter .social-box .socials {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #mainFooter .social-box .socials {
    cursor: pointer;
  }
  
  aside {
    width: 100%;
  }
  aside .aside-card {
    padding: 24px 16px;
    width: 100%;
    max-width: 353.1px;
    border-radius: 4px;
    box-shadow: rgba(26, 26, 26, 0.08) 0px -1px 4px 0px,
      rgba(26, 26, 26, 0.12) 0px 4px 8px 0px;
  }
  
  aside .reserve-agent,
  #mainFooter .reserve-agent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  aside .reserve-agent i {
    font-size: 1rem;
    width: max-content;
    cursor: pointer;
  }
  aside .reserve-agent span,
  #mainFooter .reserve-agent span {
    font-size: 1.8rem;
    width: max-content;
    padding: 0.8rem 1.3rem;
    font-weight: 400;
    color: #fff;
    background-color: #124a93;
    border-radius: 50%;
    margin-right: 1rem;
  }
  aside .reserve-agent p,
  #mainFooter .reserve-agent p {
    font-size: 1.1rem;
    width: 100%;
    font-weight: 700;
    color: rgb(6, 35, 61);
    margin: 0;
  }
  
  aside .last-reply {
    display: flex;
    align-items: baseline;
    padding: 1rem 1rem;
    border-bottom: 1px solid #00000017;
  }
  aside .last-reply i {
    font-size: 0.72rem;
    margin-right: 0.2rem;
  }
  aside #reserveBtn {
    padding-top: 1.5rem;
  }
  aside #reserveBtn p {
    width: 100%;
    background-color: #ec5a13;
    text-align: center;
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
  }
  aside #reserveBtn p a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    display: flow-root;
    width: 100%;
    color: #fff;
    padding: 0.75rem 0;
  }
  
  
  
  /*----------------INDEX RESPONSIVE CSS -----------*/
  /*------------ SECTION CRITERIA CONTAINER #IMPORTANT INFO---*/
  @media screen and (min-width: 1024px) {
    section .criteria-con .important-info {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }







  /* ================== Message page =====================================*/
  
  
#messageHeader {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    z-index: 999;
  }
  #messageHeader .header-row1 {
    padding: 14px 30px 14px 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  #messageHeader .header-row1 .agent-initial {
    font-size: 18px;
    padding: 12px 14px;
    border-radius: 50%;
    line-height: 16px;
    color: #fff;
    background-color: #ec5a13;
    height: max-content;
    margin-left: 8px;
  }
  #messageHeader .header-row1 .agent-name-offline-time {
    width: 100%;
  }
  #messageHeader #name {
    font-size: 20px;
    font-weight: 700;
  }
  #messageHeader #time {
    font-size: 14px;
    color: #0000004e;
  }
  #messageHeader #mobileMenu {
    display: flex;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
  }
  #messageHeader #mobileMenu i {
    font-size: 6px;
    color: #0000004e;
  }
  
  #messageHeader .header-row2 {
    padding: 10px 1.5rem;
    display: flex;
    align-items: center;
    justify-content: first baseline;
    gap: 10px;
    box-shadow: 0 0.1px 2px rgba(0, 0, 0, 0.3);
  }
  #messageHeader .header-row2 img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
  }
  #messageHeader .header-row2 .car-name-with-price {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  #messageHeader #carName {
    font-size: 20px;
    line-height: 24px;
    color: #010d1dd3;
  }
  
  #messageHeader #carPrice {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }
  
  #messageMain {
    padding-top: 150px;
    padding-bottom: 180px;
    padding-inline: 1.5rem;
  }
  #messageMain .message-box-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #messageMain .message-box-content .message-sent-time p {
    color: #00000085;
    font-size: 15px;
  }
  #messageMain .icon-box {
    position: relative;
    height: 30px;
    width: 30px;
  }
  #messageMain .icon-box i {
    color: #ec5a13;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #messageMain .icon-box span {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #messageMain .icon-box-border {
    border: 2px solid #ec5a13;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
  }
  #messageMain .message-icon-box {
    display: flex;
    align-items: end;
    gap: 10px;
  }
  #messageMain .message-box {
    width: 100%;
  }
  #messageMain .message-text-box {
    margin-top: 1.5rem;
    padding: 16px;
    border: 1px solid #0000004e;
    border-radius: 16px 16px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #messageMain .message-text-box ul,
  #messageMain .message-text-box h4 {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    color: #040827d3;
  }
  #messageMain .message-text-box ul,
  #messageMain .message-text-box span {
    margin-top: 14px;
  }
  #messageMain .message-text-box h2 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #040827d3;
  }
  #messageMain .message-text-box span {
    font-size: 14px;
    color: #040827d3;
  }
  #messageMain .message-text-box p {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 1px;
    color: #073066;
    margin-top: 6px;
  }
  #messageMain .message-text-box p img {
    transform: rotate(180deg);
  }
  #messageMain .message-sent-time p {
    font-size: 16px;
    width: 100%;
    text-align: end;
  }
  
  #messageFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 14px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
    box-shadow: 0 6px 10px #000;
  }
  #messageFooter a {
    text-decoration: none;
    color: #fff;
    background-color: #ec5a13;
    padding: 14px 44px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 16px;
    width: max-content;
  }
  #messageFooter .write-msg-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
  }
  #messageFooter .write-msg-content p:first-child {
    font-size: 28px;
    font-weight: 200;
    line-height: 28px;
    padding: 10px 14px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 16px;
    cursor: pointer;
  }
  #messageFooter .write-msg-content p.write-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #0000004e;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 16px;
    width: 100%;
  }
  #messageFooter .write-msg-content i {
    font-size: 16px;
    padding: 16px;
    border: 1px solid #ec5a13;
    border-radius: 16px;
    color: #fff;
    background-color: #ec5a13;
    cursor: pointer;
    opacity: 0.5;
  }





/*========================== validation page   ===================================*/


/*--------=========================== VALID PAGE CSS ====================================-----------------*/
#validHeader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    flex-direction: column;
  }
  #validHeader .row1 {
    display: flex;
    padding: 16px 1.5rem;
    gap: 16px;
    width: 100%;
  }
  #validHeader .row1 p {
    font-weight: 670;
    font-size: 24px;
    letter-spacing: 0.8px;
  }
  
  #validHeader .row2 {
    width: 100%;
    display: flex;
    gap: 4px;
  }
  
  #validHeader .valid-page-bar {
    width: 60%;
    height: 6px;
    background-color: #ec5a13;
    border-radius: 16px;
  }
  #validHeader .next-page-bar {
    width: 40%;
    height: 6px;
    background-color: #00000016;
    border-radius: 16px;
    border-right: 3px solid #ec5a13;
  }
  .valid-main {
    width: 100%;
    padding-top: 90px;
    padding-inline: 18px;
  }
  .valid-main .product-photo-price-name {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 10px 30px;
    border-bottom: 1px solid #0000004e;
  }
  .valid-main .product-photo-price-name img {
    border-radius: 8px;
    object-fit: cover;
  }
  .valid-main .product-photo-price-name p {
    font-size: 20px;
    font-weight: 600;
  }
  
  .valid-main .product-photo-price-name span {
    font-size: 16px;
    font-weight: 700;
  }
  .valid-main .product-name-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .valid-main .capture-product {
    padding-block: 28px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .valid-main .capture-product .v-price,
  .valid-main .capture-product .tax,
  .valid-main .capture-product .retreat p {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    padding: 20px 16px;
    background-color: #b1bcda2b;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
  }
  .valid-main .capture-product h4 {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
  }
  .valid-main .capture-product .note span {
    color: #041b3a79;
    font-size: 14px;
  }
  
  .valid-main .capture-product .tax {
    color: brown;
    background-color: rgba(142, 255, 122, 0.302);
  }
  
  .valid-main .capture-product .tax {
    font-size: 16px;
    font-weight: 600;
  }
  
  .valid-main .capture-product .retreat p {
    background: none;
    padding: 0;
    text-decoration: underline;
    font-size: 17px;
  }
  
  
  #validFooter {
    width: 100%;
    padding: 30px 16px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    gap: 14px;
    flex-direction: column;
  }
  #validFooter .total {
    display: flex;
  }
  #validFooter .total p {
    font-size: 18px;
    color: #1e0332dd;
  }
  #validFooter .total span {
    font-size: 20px;
    font-weight: 700;
    color: #1e0332dd;
    margin-left: 10px;
  }
  
  #validFooter a {
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #1e0332dd;
    text-decoration: none;
    background: #ec5a13;
    color: #fff;
    border-radius: 16px;
    width: 100%;
  }
  


























/*-----------======== PAGES QUESTION SECTION CSS ====================--------------------*/

.answer {
    display: none;
  }
  .question-box.active .answer {
    display: block;
  }
  .question-box.active  .ask img{
    animation: arrowForQ forwards;
    transition: animation ease .5s;
  }
  @keyframes arrowForQ {
    0%{
      transform: rotate(0deg);
    }  50%{
      transform: rotate(45deg);
    }  100%{
      transform: rotate(90deg);
    }
  }
  
  .questions-contents {
    margin-block: 10px 90px;
    width: 100%;
    background-color: #0323840b;
    padding-bottom: 24px;
  
  }
  .questions-contents .ask {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    gap: 40px;
  }
  .questions-contents .ask img {
    transform: rotate(180deg);
  }
  .questions-contents p {
    padding-block: 24px;
    font-size: 16px;
    font-weight: 600;
  }
  .question-box .answer p {
    padding: 18px;
    border-radius: 8px;
    margin-bottom: 24px;
    border: 1px solid #0000004e;
  }
  .question-box {
    padding-inline: 16px;
  }
  .question-box:last-child {
    border-top: 1px solid #00000024;
  }
  
  
  
  

/*--------=========================== REGISTER PAGE CSS ====================================-----------------*/
#registForm {
    width: 100%;
    overflow: hidden;
  }
  /*== HEADER INHERITED ==*/
  #registForm #registHeader {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    flex-direction: column;
  }
  
  .regist-main {
    padding-top: 90px;
    padding-inline: 18px;
  }
  
  .regist-main .product-photo-price-name {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 10px 30px;
    border-bottom: 1px solid #0000004e;
  }
  
  .regist-main .product-photo-price-name img {
    border-radius: 8px;
    object-fit: cover;
  }
  .regist-main .product-photo-price-name p {
    font-size: 20px;
    font-weight: 600;
  }
  
  .regist-main .product-photo-price-name span {
    font-size: 16px;
    font-weight: 700;
  }
  .regist-main .product-name-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .regist-main .card-subhead-box {
    padding-block: 28px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .regist-main .card-subhead-box h4 {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
  }
  
  .regist-main .card-info-subhead {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: first baseline;
    padding: 20px 16px;
    background-color: #b1bcda2b;
    color: #0000009c;
    border-radius: 16px;
    font-size: 14px;
    gap: 10px;
  }
  .regist-main .card-info-subhead i {
    font-size: 14px;
  }
  .regist-main .card-names {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .regist-main .card-names input {
    width: 100%;
    font-size: 18px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid #00000072;
  }
  .regist-main .card-names input::placeholder {
    color: #00000072;
  }
  .regist-main .terms-conds span {
    background: none;
    padding: 0;
    color: #0000009c;
    font-size: 14px;
  }
  
  .regist-main .terms-conds p {
    background: none;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    color: #000000b1;
    text-decoration: underline;
  }
  #registFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 16px;
    background-color: #fff;
  }
  #registFooter button {
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.5px;
    text-align: center;
    background: #ec5a13;
    color: #fff;
    border-radius: 16px;
    width: 100%;
    border: none;
  }
  




/*-------------==================RIB-PAY PAGE CSS ====================----------------------------*/
/*--Header inherited*/

.ribpay-main {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    padding-inline: 16px;
    width: 100%;
    letter-spacing: 0.5px;
  }
  .ribpay-main h2 {
    margin-top: 18px;
    font-size: 24px;
    font-weight: 600;
  }
  
  .ribpay-main h3 {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 600;
  }
  .ribpay-main .ribpage-list {
    padding-top: 10px;
    padding-left: 14px;
  }
  .ribpay-main .ribpage-list ul {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin-top: 8px;
    list-style: none;
  }
  .ribpay-main .ribpage-list ul li {
    position: relative;
    border-left: 1px solid #0000007b;
    padding-left: 28px;
    padding-bottom: 34px;
  }
  .ribpay-main .ribpage-list ul li:last-child {
    border-left: none;
  }
  .ribpay-main .ribpage-list ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    height: 28px;
    width: 28px;
    border: 4px solid #fff;
    background-color: rgb(222, 245, 221);
    border-radius: 50%;
    box-shadow: 0 0 3px #00000011;
  }
  .ribpay-main .ribpage-list ul li span.rib-list-no {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 38px;
    font-weight: 600;
  }
  .ribpage-list ul li p {
    padding-top: 5px;
    font-size: 18px;
    font-weight: 400;
  }
  .ribpay-main .ribpage-list ul li span {
    color: #061d35d5;
    font-size: 16px;
  }
  .ribpay-main .ribpage-list ul li span h5 {
    color: #000;
    font-size: 14px;
  }
  
  .ribpay-main .rib-account-content {
    padding: 18px;
    margin-top: 8px;
    border: 1px solid #0000007b;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .ribpay-main .rib-account-content h4 {
    font-size: 15px;
    text-align: center;
    display: flex;
    align-items: baseline;
    padding-bottom: 16px;
    justify-content: space-between;
    border-bottom: 1px solid #0000007b;
  }
  .ribpay-main .rib-account-content h4 i {
    font-size: 1rem;
    padding-right: 4px;
  }
  .ribpay-main .rib-account-content button {
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    border: none;
    border-radius: 16px;
    background-color: #e5e4edae;
  }
  .ribpay-main .rib-account-content button i {
    margin-right: 12px;
  }
  .ribpay-main .rib-account-content .copy-text {
    display: none;
  }
  .ribpay-main .ribpage-list .product-price {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    padding: 18px;
    border-radius: 18px;
    background-color: rgb(241, 232, 229);
  }
  .ribpay-main .ribpage-list .product-price h5 {
    font-size: 18px;
    font-weight: 700;
    color: rgb(90, 26, 1);
  }
  .ribpay-main .note {
    display: flex;
    gap: 10px;
    align-items: baseline;
    padding: 18px;
    background-color: #e5e4ed7b;
    border-radius: 16px;
  }
  
  .ribpay-main .note p {
    font-weight: 700;
    font-size: 16px;
  }
  
  .ribpay-main .note p span {
    font-weight: 400;
    font-size: 14px;
  }
  .ribpay-main h6 {
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline;
    padding-block: 24px;
  }
  
  #paidNoteCon {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  #paidNoteCon .paid-box {
    width: 600px;
    padding: 24px;
    border-radius: 18px;
    margin: auto;
    background-color: #fff;
    height: max-content;
    color: #011b28de;
    position: relative;
  }
  #paidNoteCon .paid-box i {
    font-size: 24px;
    cursor: pointer;
  }
  #paidNoteCon .paid-box img {
    width: 65%;
    max-width: 80%;
    margin-inline: auto;
  }
  #paidNoteCon .paid-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 0;
  }
  #paidNoteCon .paid-box ul {
    max-height: 200px;
    list-style-type: none;
    font-size: 18px;
    padding: 0 20px 20px;
    overflow-x: auto;
    margin-block: 30px 60px;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  
  }
  #paidNoteCon .paid-box ul li {
    margin-top: 16px;
    padding-left: 20px;
    border-left: 1px solid #efefef;
    position: relative;
  }
  #paidNoteCon .paid-box button {
    cursor: pointer;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 16px;
    width: calc(100% - 50px);
    border: none;
    color: #fff;
    padding: 12px 0;
    background: rgb(255, 110, 20);
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
  #paidNoteCon .paid-box ul li::before {
    content: " ";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #efefef;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    transform: translateX(-50%);
  }
  
  #paidNoteCon.show-feedback {
    display: flex;
    justify-content: center;
    align-items: center;
  }


  /*-============== Login Page ======================-*/


  #loginBody {
    width: 100%;
    height: calc(100vh - 60px);
  }
  header#loginHeader {
    padding: 8px 40px;
    position: relative;
    min-height: 60px;
    box-shadow: 0 4px 8px 0 #6c819d80;
  }
  header#loginHeader a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  header#loginHeader a:first-child {
    left: 40px;
  }
  #loginPage {
    display: flex;
    height: 100%;
    padding-top: 0;
  }
  #loginPage .form-content {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 400px;
  }
  #loginPage .form-content form {
    display: flex;
    flex-direction: column;
  }
  #loginPage .form-content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  #loginPage .form-content form label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  #loginPage .form-content form input {
    padding-inline: 16px;
    height: 44px;
    border-radius: 16px;
    color: #152233;
    border: 0.5px solid #152233;
    margin-bottom: 24px;
  }
  #loginPage .form-content form button {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #ec5a13;
    border-radius: 16px;
    cursor: pointer;
    width: 100%;
    height: 44px;
    border: none;
  }
  #loginPage aside {
    width: 50%;
    padding-left: 16px;
  }
  #loginPage aside img {
    width: 100%;
    height: 100%;
  }
  



/*--------------------------------  MOBILE RESPONSIVE CSS  -------------------*/
/*-------Home Page--*/
@media screen and (max-width: 600px) {
    body #bodyCont {
      width: 100%;
    }
    header {
      padding: 16px;
    }
    #home-head {
        padding-top: 16px;
        padding-bottom: 0;
    }
    header .main-head .main-head-c1,
    header .main-head .main-head-c2 {
      display: none;
    }

    header .main-head .main-head-c3 li, header .main-head .main-head-c3 a {
        font-size: 8px;
      }  
      header .main-head .main-head-c3 img {
        width: 16px;
        height: 16px;
      }
    header .bottom-head {
      display: flex;
      flex-wrap: wrap;
    }
    header .bottom-head a {
        padding: 0;
        font-size: 7px;
      }
    #ind-main .main-nav {
      position: absolute;
      top: 0;
      display: block;
      min-width: 100%;
      max-width: 100%;
      width: 100%;
    }
    #ind-main .main-nav #heroPageLinks {
      min-width: 100%;
      max-width: 100%;
      width: 100%;
      padding: 10px 18px;
    }
    #heroPageLinks li {
        font-size: 8px;
        margin-right: 0;
    }
    #heroPageLinks li img {
        width: 8px;
    }
  
    #ind-main {
      display: flex;
      flex-direction: column;
      position: relative;
      padding-top: 80px;
    }
  
    section.hero-sect {
      padding-inline: 16px;
    }
  
    section .diagnostics {
      width: 100%;
    }
    section .gap {
      width: 100%;
    }
  
    section .map-content,
    section .description,
    section .criteria-con {
      margin: 0;
    }
  
    #mainFooter {
      width: 100vw;
    }
    #mainFooter .main-footer-top .member {
      display: none;
    }
    #mainFooter .main-footer-top .signal-anno {
      min-width: 100%;
      max-width: 100%;
      flex-direction: column;
      gap: 1.5rem;
    }
    #mainFooter .main-foot-content .main-foot-col1 {
      display: none;
    }
    #mainFooter .main-foot-col2 .foot-col2-row1 {
      display: none;
    }
    #mainFooter .main-foot-col2 .social-box {
      display: none;
    }
    #mainFooter .main-foot-col2 .trustpilot-star {
      display: none;
    }
    #mainFooter .foot-col2-row2 .copyright {
      font-size: 16px;
      width: 100%;
    }
    #mainFooter .copyright {
      padding-inline: 16px;
    }
  
    aside {
      padding-inline: 16px;
    }
  
    aside .aside-card {
      min-width: 100%;
    }





    /*======= login page ========*/

    #loginPage {
        flex-direction: column;
        padding: 40px;
    }
    #loginPage aside img {
        display: none;
      }








    #scroll-header {
      padding: 12px 18px;
    }

    #scroll-header a{
      padding: 12px 38px;
    }


}