.infoCont{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-color: #5d5d5d;
    width: 50%;
  }
 .infoCont01, .infoCont02, .infoCont03,.infoCont04{
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  margin: 1% 0;
  }

  
  .infoDisplay{
    font-size: 14px !important;
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    position: relative;
    width: 100%;
  }
  .infoDisplay a{
    font-size: 14px;
    color: #000;
    font-family: verdana;
    font-weight: bold;
    text-decoration-color: #04b4ec;
  }
  
  .infoDisplay a:hover{
    color: #04b4ec;
    text-decoration-color: #000;
  }
  
  .infoIcon{
    height: 35px;
    width: 35px;
  }
  
  
  .line{
    height: 3px;
    width: 98%;
    background-color: #04b4ec;
  }
  
  .carTitle{
    margin-top: 0;
    padding-top: 0;
    text-align: start;
  }
  
  .infoTooltip {
    width: 80%;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 2%;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    z-index: 500;
    opacity: 86%;
    text-align: center;
  }
  
  
  .infoDisplay:hover .infoTooltip{
    display: block;
  }
  
  .infoDisplay:has(.colorVal) .infoTooltip{
    opacity: 100% !important;
  }

  .infoDisplay:has(.colorVal){
    width: 20%;
  }

  .priceValHid{
    display: none;
  }
  .carTitleMobile{
    display: none;
  }

  @media (max-width: 991px) {
    .infoCont{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: start;
      font-family: Verdana;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      background-color: #000;
      width: 100%;
    }

    .carTitle{
      display: none
    }

    .carTitleMobile{
      display: flex;
      justify-content: center;
      width: 100%;
      color: #fff;
      margin-top: 1%;
    padding-top: 0;
    text-align: center;
    font-family: verdana;
    font-size: 20px;
    font-weight: bold;
    }

    .mobileSVG{
      fill: #fff;
    }

    .infoCont01, .infoCont02, .infoCont03,.infoCont04{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80%;
      margin: 1% 0;
      }

      .infoDisplay{
        font-size: 14px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        cursor: pointer;
        width: 100%;
      }

      .infoDisplay a{
        color: #fff;
      }

      .serviceHistoryVal{
        font-size: 13px;
      }

      .infoDisplay:has(.priceValVis){
        width: 110%;
        justify-content: start;
      }
  }
