    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(34, 34, 34);
        background-color: #f2f2f2;
        cursor: pointer;
        font-size: 26px;
        font-weight: 600;

    }

    @media (max-width: 1440px) {
        .p-faq__question {
            font-size: 20px;
        }
    }

    @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 .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: 0px 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;
      	margin: 0px;
    }

    .p-faq__answer-inner-ul {
        padding: 0px 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 .5s ease;
    }

    /* [2] Transition property for smooth transformation of images */

    .img-hover-zoom>.img {
        transition: transform .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: 0px !important;
        padding-left: 0px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .container.con1 {
        width: 85%;
    }

    @media (max-width: 769px) {
        .container.con1 {
            width: 90%;
        }
    }

    .Main-Banner-IMG {
        background-size: cover;
        background-position: center center;
        background-image: url(https://irp.cdn-website.com/f2877b49/dms3rep/multi/2023-nissan-maxima-in-black_d.webp);
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: flex-end;
        height: 650px;
    }

    @media(max-width: 1024px) {
        .Main-Banner-IMG {
            height: 341px;
        }

    }

    @media(max-width: 500px) {
        .Main-Banner-IMG {
            height: 341px;
        }

    }

    @media(max-width: 425px) {
        .Main-Banner-IMG {
            height: 200px;
            width: 100%;
            background-image: url(https://irp.cdn-website.com/f2877b49/dms3rep/multi/2023-nissan-maxima-in-black_d.webp);
        }

    }

    @media(max-width: 320px) {
        .Main-Banner-IMG {
            height: 170px;
            width: 100%;

        }

    }

    .container2-banner {
        display: flex;
        align-items: flex-end;
        width: 100%;
        height: 650px;
        background-color: #0000002e;
    }

    .button1 {

        height: 50px;
        width: 50%;
        background-color: rgba(195, 0, 47, 1) !important;
        color: #eee !important;
        line-height: 34px;
        border: #3d3d3d 2px solid;
        transition: .25s;
        font-size: 14px;
    }

    @media(max-width: 425px) {
        .button1 {
            padding-top: -3px;
            margin-bottom: 21px;
            width: 100%;
        }

    }



    .button1:hover {
        height: 50px;
        width: 50%;
        background-color: rgb(255, 255, 255) !important;
        color: rgb(0, 0, 0) !important;
        line-height: 34px;
    }

    @media(max-width: 425px) {
        .button1 {
            padding-top: -3px;
            margin-bottom: 21px;
            width: 100%;
        }

    }

    .button2 {

        height: 50px;
        width: 100% !important;
        background-color: rgba(195, 0, 47, 1) !important;
        color: #eee !important;
        line-height: 34px;
        border: #3d3d3d 2px solid;
        transition: .25s;
        font-size: 14px;

    }

    .button2:hover {
        height: 50px;
        width: 100% !important;
        background-color: #ffffff !important;
        color: rgb(0, 0, 0) !important;
        line-height: 34px;
    }



    .title-48-38 {
        font-size: 48px !important;
        font-weight: 700 !important;
    }

    @media(max-width: 1360px) {
        .title-48-38 {
            font-size: 38px !important;
        }
    }


    .title-30-24 {
        font-size: 30px !important;
        font-weight: 700 !important;
    }


    @media(max-width: 1360px) {
        .title-30-24 {
            font-size: 20px !important;
        }
    }


    @media (max-width: 500px) {
        #btn-hover-effects {
            width: 100% !important;
        }
    }


    .spacer {
        height: 600px;
    }

    @media (max-width: 1024px) {
        .spacer {
            height: 315px;
        }
    }

    @media (max-width: 768px) {
        .spacer {
            height: 315px;
        }
    }

    @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: 1360px) {
        .title-36-29 {
            font-size: 29px !important;

        }
    }


    .paragraph {
        font-size: 22px !important;

    }

   
    @media (max-width: 1360px) {
        .paragraph {
            font-size: 18px !important;
        }
    }

   

    @media (max-width: 1600px) {
        #IMG_BOT_RES {
            padding-top: 142px;
        }
    }

    @media (max-width: 1079px) {
        #IMG_BOT_RES {
            padding-top: 187px;
        }
    }

    @media (max-width: 768px) {
        #IMG_BOT_RES {
            padding-top: 187px;

        }
    }

    .picture {

        object-fit: cover;
        width: 100%;
        height: 600px;
    }

    @media (max-width: 1500px) {
        .picture {
            height: 500px;
        }
    }

    @media (max-width: 1300px) {
        .picture {
            height: auto;
        }
    }

    #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: 420px;
            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: 330px;
            object-fit: cover;
            padding-bottom: 80px;
            padding-top: 1px;
        }
    }

    @media (max-width: 425px) {
        #IMG_BOT_RES {
            height: 322px;
            object-fit: cover;
            padding-bottom: 80px;
            padding-top: 1px;
        }
    }

    @media (max-width: 375px) {
        #IMG_BOT_RES {
            height: 322px;
            object-fit: cover;
            padding-bottom: 80px;
            padding-top: 4px;
        }
    }

    @media (max-width: 375px) {
        #IMG_BOT_RES {
            height: 257px;
            object-fit: cover;
            padding-bottom: 80px;
            padding-top: 4px;
        }
    }

    .pic {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }

    @media (max-width: 1024px) {
        .pic {
            height: 270px;
        }
    }

    @media (max-width: 768px) {
        .pic {
            height: 300px;
        }
    }

    @media (max-width: 425px) {
        .pic {
            height: 220px;
        }
    }

    @media (max-width: 375px) {
        .pic {
            height: 185px;
        }
    }


    @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;
    }

    .Bot-IMG {
        background-size: cover;
        background-position: center center;
        background-image: url(https://irp.cdn-website.com/f2877b49/dms3rep/multi/2023-nissan-maxima-v-motion-grille_o.webp);
        background-repeat: no-repeat;
        width: 100%;
        height: 700px;
    }

    #btn-banner-hover-effects {
        height: 50px;
        width: 20% !important;
        background-color: #000000 !important;
        color: #eee !important;
        line-height: 34px;
        font-size: 18px !important;
    }

    #btn-banner-hover-effects:hover {
        background-color: #181818 !important;
        border: #000 2px solid;
    }

    #btn-bot-hover-effects {
        height: 50px;
        width: 100% !important;
        background-color: #000000 !important;
        color: #eee !important;
        line-height: 34px;
        font-size: 18px !important;
        margin-top: 2%;
    }

    #btn-bot-hover-effects:hover {
        background-color: #181818 !important;
        border: #000 2px solid;
    }

    .container.con2 {
        width: 90%;
    }

    @media (max-width: 1360px) {
        .container.con2 {
            width: 95%;
        }
    }
   

    .IMGcon-1 {
            height: auto;
            object-fit: cover;
            width: 100%;
        }
        .IMGcon-2 {
            height: auto;
            object-fit: cover;
            width: 100%;
        }
        .IMGcon-3 {
            height: auto;
            object-fit: cover;
            width: 100%;
        }
        .IMGcon-4 {
            height: auto;
            object-fit: cover;
            width: 100%;
        }
        .IMGcon-5 {
            height: auto;
            object-fit: cover;
            width: 100%;
        }

    @media (max-width: 2000px) {
        .IMGcon-1 {
            height: auto;
        }
        .IMGcon-2 {
            height: auto;
        }
        .IMGcon-3 {
            height: auto;
        }
        .IMGcon-4 {
            height: auto;
        }
        .IMGcon-5 {
            height: auto;
        }
        .IMGcon-bot {
            height: 300px;
            object-fit: cover;
        } 
        #IMG-Bot-Content-res{
            padding-top: 3%;
        }


        #Pcon-1 {
            padding: 4% 2%;
        } 
        #Pcon-2 {
            padding: 6% 2%;
        } 
        #Pcon-3 {
            padding: 5% 2%;
        } 
        #Pcon-4 {
            padding: 8% 2%;
        } 
        #Pcon-5 {
            padding: 5% 2%;
        } 
        
    }

    @media (max-width: 1800px) {
        #Pcon-3 {
            padding: 2% 2%;
        } 
        #Pcon-4 {
            padding: 6% 2%;
        } 
        #Pcon-5 {
            padding: 3% 2%;
        }   
    } 

    @media (max-width: 1700px) {
        #Pcon-1 {
            padding: 2% 2%;
        } 
        #Pcon-2 {
            padding: 4% 2%;
        } 
        #Pcon-3 {
            padding: 1% 2%;
        } 
        #Pcon-4 {
            padding: 4% 2%;
        } 
        #Pcon-5 {
            padding: 1% 2%;
        }   
    } 

    @media (max-width: 1600px) {
        .IMGcon-1{
            height: 420px;
        }
        .IMGcon-3{
            height: 420px;
        }


        #Pcon-2 {
            padding: 2% 2%;
        } 
    } 

    @media (max-width: 1500px) {

        .Main-Banner-IMG{
            height: 542px;
        }
        .spacer{
            height: 531px;
        }

        .IMGcon-bot {
            height: 264px;
            object-fit: cover;
        } 
        #IMG-Bot-Content-res{
            padding-top: 10%;
        }
       
        #Pcon-4 {
            padding: 2% 2%;
        } 
        #Pcon-4 {
            padding: 0% 2%;
        } 
    } 

    @media (max-width: 1440px) {
        #Pcon-1 {
            padding: 0% 2%;
        } 
        }

    @media (max-width: 1400px) {
        .Main-Banner-IMG{
            height: 529px;
        }
        .spacer{
            height: 531px;
        }

        .IMGcon-1{
            height: 400px;
        }
        .IMGcon-3{
            height: 400px;
        }
        .IMGcon-4{
            height: 330px;
        }
    } 

    @media (max-width: 1360px) {
        .IMGcon-1{
            height: 364px;
        }
        #Pcon-3{
            padding: 2% 2%;
        }
        #Pcon-4{
            padding: 2% 2%;
        }
        #IMG-Bot-Content-res{
            padding-top: 7%;
                
            
        }
        }

    @media (max-width: 1300px) {
        #Pcon-2{
            padding: 0% 2%;
        }
        .Main-Banner-IMG{
            height: 487px;
        }
        .Bot-IMG{
            height: 500px;
        }
        .spacer{
            height: 482px;
        }
        .IMGcon-5{
            height: 330px;
        }
        .IMGcon-bot{
            height: 233px;
        }
    }   


    @media (max-width: 1200px) {
        .Main-Banner-IMG{
            height: 444px;
        }
        .spacer{
            height: 448px;
        }
        .IMGcon-bot{
            height: 216px;
        }
    }

    @media (max-width: 1158px) {
        .IMGcon-1{
            height: 371px;
        }
    }

    @media (max-width: 1100px) {
        .IMGcon-bot{
            height: 194px;
        }
        #btn-bot-hover-effects{
            font-size: 12px !important;
        }
        #btn-banner-hover-effects{
            font-size: 12px !important;
        }
    }

    @media (max-width: 1051px) {
        .IMGcon-bot{
            height: 186px;
        }
        .IMGcon-2{
            height: 280px;
        }
        #IMG-Bot-Content-res{
            padding-top: 15%;
        }
        .Bot-IMG{
            height: 450px;
        }
        
    }

    @media (max-width: 923px) {
        .Main-Banner-IMG{
            height: 363px;
        }
        .spacer{
            height: 372px;
        }

        .paragraph{
            font-size: 15px !important;
        }
        .title-48-38{
            font-size: 35px !important;
        }
        .title-36-29{
            font-size: 25px !important;
        }

        .IMGcon-1{
            height: 334px;
        }
        .IMGcon-2{
            height: 214px;
        }
        .IMGcon-3{
            height: 329px;
        }
        .IMGcon-4{
            height: 250px;
        }
        .IMGcon-5{
            height: 260px;
        }

        .Bot-IMG{
            height: 400px;
        }
        .IMGcon-bot{
            height: 162px;
        }
    }

    @media (max-width: 853px) {
        .container.con2{
            width: 95%;
        }
        .IMGcon-bot{
            height: 148px;
        }
    }

    @media (max-width: 808px) {
        .title-48-38{
           font-size: 33px !important;
        }
        .paragrapht{
            font-size: 12px !important;
        }
        .IMGcon-bot{
            height: 140px;
        }
        #IMG-Bot-Content-res{
            padding-top: 20%;
        }
    }

    @media (max-width: 767px) {
        .IMGcon-1{
            height: auto;
            margin-bottom: 2%;
        }
        .IMGcon-2{
            height: auto;
            margin-bottom: 2%;
        }
        .IMGcon-3{
            height: auto;
            margin-bottom: 2%;
        }
        .IMGcon-4{
            height: auto;
            margin-bottom: 2%;
        }
        .IMGcon-5{
            height: auto;
            margin-bottom: 2%;
        }
        #btn-banner-hover-effects{
            width: 100% !important;
        }
        .Bot-IMG{
            height: 300px;
        }
        #IMG-Bot-Content-res{
            padding-top: 0%;
        }
    }
