<style>
  /* //////////  Dealer.com CSS  ///////////////// */
  .container-max-md {
    max-width: unset !important;
  }
  @media(max-width:1200px) {
    .px-xl-8 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }
  @media(max-width:992px) {
    .px-xl-8 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }
  @media(max-width:768px) {
    .p-md-5 {
      padding: 0 !important;
    }
  }
  .p-4 {
    padding: 0 !important;
  }
  /* ////////// Start Collapsible ///////////////// */

  summary {
    display: block;
  }

  summary::-webkit-details-marker {
    display: none;
  }

  .p-section-faq__item:nth-of-type(n + 2) {
    margin-top: 10px;
  }

  .p-faq__question {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    color: rgb(0, 0, 0);
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 26px;
    font-weight: 600;

  }

  @media (max-width: 1440px) {
    .p-faq__question {
      font-size: 24px;
    }
  }
  @media (max-width: 768px) {
    .p-faq__question {
      font-size: 20px;
    }
  }
  @media (max-width: 425px) {
    .p-faq__question {
      font-size: 18px;
    }
  }


  .p-faq__icon {
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 40px;
    transform-origin: center;
    padding: 24px;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
  }

  .p-faq__icon::after {
    right: 15px;
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    transition: transform 0.3s;
    transform: translateY(-80%) rotate(45deg);
    border-right: 2px solid rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
  }

  .is-opened .p-faq__icon::after {
    transform: translateY(-25%) rotate(-135deg);
  }

  .p-faq__answer {
    overflow: hidden;
  }

  .p-faq__answer-inner {
    padding: 16px 32px;
    color: rgb(0, 0, 0);
    /* border: 2px solid #4B7CB6; */
    border-top: none;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 16px;
    font-weight: 700;
  }

  .l-inner {
    margin: 0 auto;
    /* max-width: 648px; */
    width: 100%;
    /* padding: 24px; */
  }

  /* ////////// End Collapsible ///////////////// */


  /* ////////// START IMG-HOVER-ZOOM CSS ///////////////// */.img-hover-zoom {
    height: inherit;
    /* [1.1] Set it as per your need */
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
  }
  /* [2] Transition property for smooth transformation of images */

  .img-hover-zoom img {
    transition: transform 0.5s ease;
  }
  /* [2] Transition property for smooth transformation of images */

  .img-hover-zoom > .img {
    transition: transform 0.5s ease;
  }
  /* [3] Finally, transforming the image when container gets hovered */

  .img-hover-zoom:hover img {
    transform: scale(1.1);
  }
  /* [3] Finally, transforming the image when container gets hovered */

  .img-hover-zoom:hover > .img {
    transform: scale(1.1);
  }

  /* ////////// END IMG-HOVER-ZOOM CSS ///////////////// */


  .container {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
  }

  @media (max-width: 768px) {
    .container {
      width: 100%;
    }
  }
  .container-fluid {
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .container.con1 {
    width: 90%;
  }

  @media (max-width: 768px) {
    .container.con1 {
      width: 90%;
    }
  }
  .Main-Banner-IMG {
    background-size: cover;
    background-position: center center;
    background-image: url('https://irp.cdn-website.com/0d3c9917/dms3rep/multi/BMW-MY23-i7-Overview-FMA-Desktop.webp');
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 650px;
  }
  @media(max-width: 1024px) {
    .Main-Banner-IMG {
      height: 455px;
    }

  }

  @media(max-width: 500px) {
    .Main-Banner-IMG {
      height: 341px;
    }

  }
  @media(max-width: 425px) {
    .Main-Banner-IMG {
      height: 235px;
      width: 100%;
      background-image: url('https://irp.cdn-website.com/0d3c9917/dms3rep/multi/BMW-MY23-i7-Overview-FMA-Desktop.webp');
    }

  }
  @media(max-width: 320px) {
    .Main-Banner-IMG {
      height: 165px;

    }

  }

  .container2-banner {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 650px;
    background-color: #0000002e;
  }

  .button1 {

    height: 50px;
    width: 70%;
    background-color: rgb(0, 0, 0) !important;
    color: #eee !important;
    line-height: 34px;
    border: #ffffff 2px solid;
    transition: 0.25s;
    font-size: 14px;
  }

  @media(max-width: 425px) {
    .button1 {
      padding-top: -3px;
      margin-bottom: 21px;
      width: 100%;
    }

  }


  .button1:hover {
    height: 50px;
    width: 70%;
    background-color: #333333 !important;
    color: rgb(255, 255, 255) !important;
    line-height: 34px;
  }

  @media(max-width: 425px) {
    .button1:hover {
      width: 100%;
      padding-top: -3px;
      margin-bottom: 21px;
    }

  }

  .button2 {

    height: 50px;
    width: 100% !important;
    background-color: rgb(0, 0, 0) !important;
    color: #eee !important;
    line-height: 34px;
    border: #ebebeb 2px solid;
    transition: 0.25s;
    font-size: 14px;

  }

  .button2:hover {
    height: 50px;
    width: 100% !important;
    background-color: #423e3ec2 !important;
    color: rgb(255, 255, 255) !important;
    line-height: 34px;
  }


  .title-48-38 {
    font-size: 48px !important;
    font-weight: 700 !important;
    padding-left: 50px;
  }

  @media(max-width: 1024px) {
    .title-48-38 {
      font-size: 30px !important;
    }
  }
  @media(max-width: 768px) {
    .title-48-38 {
      font-size: 24px !important;
      padding-left: 0;
    }
  }
  @media(max-width: 425px) {
    .title-48-38 {
      font-size: 30px !important;
      padding-left: 30px;
    }
  }

  @media(max-width: 320px) {
    .title-48-38 {
      font-size: 28px !important;
    }
  }


  .title-30-24 {
    font-size: 24px !important;
    font-weight: 700 !important;
  }

  @media(max-width: 2560px) {
    .title-30-24 {
      font-size: 22px !important;
    }
  }
  @media(max-width: 1440px) {
    .title-30-24 {
      font-size: 20px !important;
    }
  }
  @media(max-width: 1024px) {
    .title-30-24 {
      font-size: 16px !important;
    }
  }
  @media (max-width: 768px) {
    .title-30-24 {
      font-size: 15px !important;
    }
  }
  @media (max-width: 425px) {
    .title-30-24 {
      font-size: 15px !important;
    }
  }

  @media (max-width: 500px) {
    #btn-hover-effects {
      width: 100% !important;
    }
  }


  .spacer {
    height: 600px;
  }
  @media (max-width: 1024px) {
    .spacer {
      height: 410px;
    }
  }
  @media (max-width: 768px) {
    .spacer {
      height: 400px;
    }
  }
  @media (max-width: 500px) {
    .spacer {
      height: 50px;
    }
  }
  @media (max-width: 578px) {
    .spacer {
      height: 50px;
    }
  }
  @media (max-width: 320px) {
    .spacer {
      height: 15px;
    }
  }

  .title-36-29 {
    font-size: 36px !important;
    font-weight: 600 !important;
  }

  @media (max-width: 1024px) {
    .title-36-29 {
      font-size: 28px !important;

    }
  }
  @media (max-width: 768px) {
    .title-36-29 {
      font-size: 22px !important;

    }
  }

  .paragraph {
    font-size: 22px !important;

  }

  @media (max-width: 2560px) {
    .paragraph {
      font-size: 22px !important;
    }
  }
  @media (max-width: 1440px) {
    .paragraph {
      font-size: 17px !important;
    }
  }
  @media (max-width: 1024px) {
    .paragraph {
      font-size: 15px !important;
    }
  }
  @media (max-width: 768px) {
    .paragraph {
      font-size: 12px !important;
    }
  }
  @media (max-width: 425px) {
    .paragraph {
      font-size: 13px !important;
    }
  }

  @media (max-width: 1600px) {
    #IMG_BOT_RES {
      padding-top: 142px;
    }
  }

  @media (max-width: 1079px) {
    #IMG_BOT_RES {
      padding-top: 187px;
    }
  }
  @media (max-width: 767px) {
    #IMG_BOT_RES {
      padding-top: 187px;

    }
  }

  .picture {

    object-fit: cover;
    width: 100%;
    height: 400px;
  }
  @media (max-width: 768px) {
    .picture {
      height: 300px;
      object-fit: cover;
    }
  }
  @media (max-width: 425px) {
    .picture {
      height: 289px;
      object-fit: cover;
    }
  }

  @media (max-width: 320px) {
    .picture {
      height: 257px;
      object-fit: cover;

    }
  }
  @media (max-width: 375px) {
    .picture {
      height: 377px;
      object-fit: cover;

    }
  }
  #IMG_BOT_RES {
    height: 600px;
  }

  @media (max-width: 2560px) {
    #IMG_BOT_RES {
      height: 600px;
      object-fit: cover;
      padding-bottom: 80px;
      padding-top: 1px;
    }
  }
  @media (max-width: 1440px) {
    #IMG_BOT_RES {
      height: 460px;
      object-fit: cover;
      padding-bottom: 80px;
      padding-top: 1px;
    }
  }
  @media (max-width: 1024px) {
    #IMG_BOT_RES {
      height: 360px;
      object-fit: cover;
      padding-bottom: 80px;
      padding-top: 1px;
    }
  }
  @media (max-width: 768px) {
    #IMG_BOT_RES {
      height: 300px;
      object-fit: cover;
      padding-bottom: 80px;
      padding-top: 1px;
    }
  }
  @media (max-width: 425px) {
    #IMG_BOT_RES {
      height: 320px;
      object-fit: cover;
      padding-bottom: 80px;
      padding-top: 1px;
    }
  }
  @media (max-width: 375px) {
    #IMG_BOT_RES {
      height: 320px;
      object-fit: cover;
      padding-bottom: 80px;
      padding-top: 4px;
    }
  }


  .pic {
    height: 330px;
    width: 100%;
    object-fit: cover;
  }

  @media (max-width: 1440px) {
    .pic {
      height: 280px;
    }
  }
  @media (max-width: 1024px) {
    .pic {
      height: 260px;
    }
  }
  @media (max-width: 768px) {
    .pic {
      height: 210px;
    }
  }
  @media (max-width: 320px) {
    .pic {
      height: 150px;
    }
  }
  .big {
    height: 600px;
    width: 100%;
    object-fit: cover;
  }

  @media (max-width: 1440px) {
    .big {
      height: 600px;
    }
  }
  @media (max-width: 1024px) {
    .big {
      height: 425px;
    }
  }
  @media (max-width: 768px) {
    .big {
      height: 325px;
    }
  }
  @media (max-width: 425px) {
    .big {
      height: 320px;
    }
  }
  @media (max-width: 375px) {
    .big {
      height: 300px;
    }
  }

  .bigger {
    height: 600px;
    width: 100%;
    object-fit: cover;
  }

  @media (max-width: 1440px) {
    .bigger {
      height: 375px;
    }
  }
  @media (max-width: 1024px) {
    .bigger {
      height: 365px;
    }
  }
  @media (max-width: 768px) {
    .bigger {
      height: 345px;
    }
  }
  @media (max-width: 425px) {
    .bigger {
      height: 230px;
    }
  }
  @media (max-width: 375px) {
    .bigger {
      height: 200px;
    }
  }
  @media (max-width: 320px) {
    .bigger {
      height: 160px;
    }
  }
  @media (max-width: 768px) {
    .column33 {
      width: 100% !important;
    }

  }

  .column33 {
    float: left;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
  }

  .row33::after {
    content: "";
    clear: both;
    display: table;
  }

  .row33 {
    background-color: #313131;
    padding-bottom: 30px;
  }

  .column33 a {
    cursor: pointer;
    color: white;
    text-decoration: none !important;
  }

  .column33 a:hover {
    color: #7a7a7a;
  }
</style>