<style>
  .container-max-md.page-section.p-4.p-md-5.px-lg-6.px-xl-8 {
    max-width: 100% !important;
    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: black;
    /* color: rgba(204, 0, 0, 1);
background-color: #4B7CB6; */
    background-color: #eee;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
  }
  .p-faq__icon {
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 40px;
    transform-origin: center;
    background-color: rgba(0, 0, 0, 1);
    padding: 24px;
    border-radius: 50%;
  }
  .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 white;
    border-bottom: 2px solid white;
  }
  .is-opened .p-faq__icon::after {
    transform: translateY(-25%) rotate(-135deg);
  }
  .p-faq__answer {
    overflow: hidden;
  }
  .p-faq__answer-inner {
    padding: 16px 32px;
    /* border: 2px solid #4B7CB6; */
    border-top: none;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 20px;
    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 ///////////////// */
  /* ////////// Start Container CSS ///////////////// */.container {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
  }
  .container.con1 {
    width: 75%;
  }
  @media(max-width: 850px) {
    .container.con1 {
      width: 95%;
    }
  }
  .container.con2 {
    width: 90%;
  }
  .container.con4 {
    width: 95%;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .container2-banner {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 650px;
  }
  .banner-spacer {
    height: 48px;
  }
  /* ////////// End Container CSS ///////////////// */
  /* ////////// Start BTN CSS ///////////////// */#btn-hover-effects {
    height: 50px;
    width: 20% !important;
    background-color: #1c69d3 !important;
    color: #fff !important;
    border: #fff 2px solid;
  }
  #btn-hover-effects:hover {
    background-color: #104ea5 !important;
    color: #fff !important;
  }
  #btn-hover-effects-2 {
    height: 50px;
    width: 50% !important;
    background-color: #1c69d3 !important;
    color: #fff !important;
    border: #fff 2px solid;
  }
  #btn-hover-effects-2:hover {
    background-color: #104ea5 !important;
    color: #fff !important;
  }
  /* ////////// End BTN CSS ///////////////// */
  /* ////////// Sart Font size res CSS ///////////////// */.Paragraph {
    font-size: 22px;
  }
  @media(max-width: 1400px) {
    .Paragraph {
      font-size: 18px;
    }
  }
  .title-48-38 {
    font-size: 48px !important;
    font-weight: 700 !important;
  }
  @media(max-width: 1400px) {
    .title-48-38 {
      font-size: 38px !important;
    }
  }
  .title-36-29 {
    font-size: 36px !important;
    font-weight: 700 !important;
  }
  @media(max-width: 1400px) {
    .title-36-29 {
      font-size: 29px !important;
    }
  }
  .title-30-24 {
    font-size: 30px !important;
    font-weight: 700 !important;
  }
  @media(max-width: 1400px) {
    .title-30-24 {
      font-size: 24px !important;
    }
  }
  .title-30-24-2 {
    font-size: 30px !important;
  }
  @media(max-width: 1400px) {
    .title-30-24-2 {
      font-size: 24px !important;
    }
  }
  .title-24-19 {
    font-size: 24px !important;
  }
  @media(max-width: 1400px) {
    .title-24-19 {
      font-size: 19px !important;
    }
  }
  .title-ul {
    font-size: 17px !important;
  }
  @media(max-width: 1400px) {
    .title-ul {
      font-size: 14px !important;
    }
  }
  .spacer {
    height: 260px;
  }
  /* ////////// End Font size res CSS ///////////////// */
  /* ////////// Sart IMG res CSS ///////////////// */.Main-Banner-IMG {
    background-size: cover;
    background-position: bottom;
    background-image: url('https://lirp.cdn-website.com/f30f07aa/dms3rep/multi/opt/BMW-YEE23-PDP-i5-FMA-Desktop-2880w.jpg');
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 648px;
  }
  /* ////////// Sart IMG res CSS ///////////////// */
  @media(max-width: 2000px) {
    .IMGcon-1 {
      height: 500px;
    }
    .Bot-IMG {
      height: 700px;
    }
    .IMGcon-3 {
      height: 609px;
    }
  }
  @media(max-width: 1900px) {
    .IMGcon-3 {
      height: 645px;
    }
  }
  @media(max-width: 1600px) {
    .Bot-IMG {
      height: 658px;
    }
    .IMGcon-2 {
      height: 500px;
    }
    img.IMGTrims {
      height: 250px;
    }
  }
  @media(max-width: 1597px) {
    .IMGcon-3 {
      height: 741px;
    }
  }
  @media(max-width: 1500px) {
    .title-36-29 {
      line-height: 1.2;
    }
  }
  @media(max-width: 1400px) {
    .IMGcon-1,
    .IMGcon-2 {
      height: 420px;
    }
    .IMGcon-3 {
      height: 540px;
    }
    .Bot-IMG {
      height: 586px;
    }
  }
  @media(max-width: 1300px) {
    .Bot-IMG {
      height: 490px;
    }
  }
  @media(max-width: 1200px) {
    .IMGTrims {
      height: 214px;
    }
  }
  @media(max-width: 1100px) {
    .Main-Banner-IMG {
      height: 536px;
    }
    .spacer {
      height: 160px;
    }
    .Bot-IMG {
      height: 441px;
    }
  }
  @media(max-width: 1000px) {
    #btn-hover-effects {
      width: 30% !important;
    }
    .Main-Banner-IMG {
      height: 424px;
    }
  }
  @media(max-width: 1000px) {
    .container.con2 {
      width: 95%;
    }
    .spacer {
      height: 86px;
    }
  }
  @media(max-width: 900px) {
    .Bot-IMG {
      height: 370px;
    }
  }
  @media(max-width: 800px) {
    .Main-Banner-IMG {
      height: 451px;
    }
    .spacer {
      height: 115px;
    }
    .Bot-IMG {
      height: 332px;
    }
  }
  @media(max-width: 767px) {
    #btn-hover-effects {
      width: 100%;
    }
    .Bot-IMG {
      height: 212px;
    }
    #btn-hover-effects-2,
    #btn-hover-effects {
      width: 100% !important;
    }
    .IMGcon-2,
    .IMGcon-1,
    .IMGcon-3,
    img.IMGTrims {
      height: auto;
    }
    .XS-Main-IMG {
      height: 289px;
      object-position: top;
    }
  }
  /* ////////// END IMG res CSS ///////////////// */
</style>