    /* ////////// 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 .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 .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 ///////////////// */

    /* ////////// Start Container 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;
    }

    .container.con1 {
        width: 85%;
    }

    @media(max-width: 850px) {
        .container.con1 {
            width: 95%;
        }
    }

    .container.con2 {
        width: 90%;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .container2-banner {
        display: flex;
        align-items: flex-end;
        width: 100%;
        height: 650px;
    }

    .banner-spacer {
        height: 48px;
    }

    /* ////////// End Container CSS ///////////////// */


    /* ////////// Start BTN CSS ///////////////// */

    #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;
        color: #fff !important;
        border: #000 2px solid;
    }

    /* ////////// End BTN CSS ///////////////// */

    /* ////////// Sart Font size res CSS ///////////////// */

    .Paragraph {
        font-size: 22px !important;
    }


    .title-48-38 {
        font-size: 48px !important;
        font-weight: 700 !important;
    }

    @media(max-width: 1155px) {
        .title-48-38 {
            font-size: 38px !important;
        }

        .Paragraph {
            font-size: 18px !important;
        }
    }

    .title-36-29 {
        font-size: 36px !important;
        font-weight: 700 !important;
    }

    @media(max-width: 1155px) {
        .title-36-29 {
            font-size: 29px !important;
        }
    }

    .title-32-26 {
        font-size: 32px !important;
    }

    @media(max-width: 1155px) {
        .title-32-26 {
            font-size: 26px !important;
        }
    }

    .title-28-21 {
        font-size: 28px !important;
    }

    @media(max-width: 1155px) {
        .title-28-21 {
            font-size: 21px !important;
        }
    }

    .title-30-24 {
        font-size: 30px !important;
    }

    @media(max-width: 1155px) {
        .title-30-24 {
            font-size: 24px !important;
        }
    }

    .title-20-16 {
        font-size: 20px !important;
    }

    @media(max-width: 1155px) {
        .title-20-16 {
            font-size: 16px !important;
        }
    }

    .title-19-24 {
        font-size: 24px !important;
    }

    @media(max-width: 1155px) {
        .title-19-24 {
            font-size: 19px !important;
        }
    }

    /* ////////// End Font size res CSS ///////////////// */

    /* ////////// Sart IMG res CSS ///////////////// */

    .Main-Banner-IMG {
        background-size: cover;
        background-position: center center;
        background-image: url(https://irp.cdn-website.com/cfd58f57/dms3rep/multi/2022-ariya-horizon-line-exterior-a-us-arypl007a-hcd.webp);
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: flex-end;
        height: 800px;
    }

    .Bot-IMG {
        background-size: cover;
        background-position: center center;
        background-image: url(https://lirp.cdn-website.com/cfd58f57/dms3rep/multi/opt/2022-ariya-fota-uslhd-arypl014-1d-2880w.jpg);
        background-repeat: no-repeat;
        width: 100%;
        height: 750px;
    }

    /* ////////// End IMG res CSS ///////////////// */


    

    /* Slideshow container */
    .slideshow-container {
    max-width: 1000px; position: relative; margin: auto;
    }
    /* Hide the images by default */
    /* .mySlides {
    display: none;
    } */
    /* Next & previous buttons */
    .prev,
    .next {
    cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -22px; padding: 16px; color: white; font-weight: bold; font-size: 18px;
    /* transition: 0.6s ease; */
    border-radius: 0 3px 3px 0; user-select: none;
    }
    /* Position the "next button" to the right */
    .next {
    right: 0; border-radius: 3px 0 0 3px;
    }
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    }
    /* Fading animation */
    .fadeIn {
    animation-name: fadeIn; animation-duration: 2s;
    }
    @keyframes fadeIn {
    from {
    opacity: 0
    }
    to {
    opacity: 1
    }
    }


    #bgimage9,
    #bgimage7
     {
    padding: 10px 0px;
    }

    #bgimage9>div>div.col-sm-6>ul>li,
    #bgimage7>div>div.col-sm-6>ul>li {
    margin-left: 30px; margin-right: 30px;
    }

    #bgimage9 > div > div.col-sm-6> div > div > img,
    #bgimage7 > div > div.col-sm-6> div > div > img {
    object-fit: cover; width: 100% !important; height: 380px !important;
    }
    #bgimage9 > div > div.col-sm-6> div > a,
    #bgimage7 > div > div.col-sm-6> div > a {
    font-size: 30px; text-decoration: none; font-weight: 700;
    }

    #bgimage9 > div > div.col-sm-6 > ul {
    margin-bottom: 40px;
    }

    /* section 7 */
    #bgimage7 > div > div.col-sm-6> div > div > img,
    #bgimage9 > div > div.col-sm-6> div > div > img {
    height: 450px !important;
    }
    #bgimage7 > div > div.col-sm-6> div > a,
    #bgimage9 > div > div.col-sm-6> div > a {
    font-size: 30px; text-decoration: none; font-weight: 700;
    }



    .spacer {
        height: 775px;
    }

    @media(max-width: 2000px) {
        #bgimage7 > div > div.col-sm-6> div > div > img, #bgimage9 > div > div.col-sm-6> div > div > img{
            height: 550px !important;
        }
    }

    @media(max-width: 1700px) {
        #bgimage7 > div > div.col-sm-6> div > div > img, #bgimage9 > div > div.col-sm-6> div > div > img{
            height: 350px !important;
        }
    }

    @media(max-width: 1600px) {
        #IMG-Bot-Content-res {
            padding-top: 7%;
        }
        .IMGcon-1 {
            height: 300px !important;
        }

        .IMGcon-2 {
            height: 300px !important;
        }
    }

    @media(max-width: 1500px) {
        #IMG-Bot-Content-res {
            padding-top: 10%;
        }
    }

    @media(max-width: 1400px) {
        .Main-Banner-IMG {
            height: 683px;
        }

        .spacer {
            height: 652px;
        }

        .Bot-IMG {
            height: 597px;
        }
    }

    @media(max-width: 1350px) {
        .IMGcon-1 {
            height: 300px !important;
        }

        .IMGcon-2 {
            height: 300px !important;
        }
    }

    @media(max-width: 1120px) {
        #IMG-Bot-Content-res {
            padding-top: 25%;
        }
    }

    @media(max-width: 1155px) {
        .spacer {
            height: 539px;
        }

        .Main-Banner-IMG {
            height: 550px;
        }

        #IMG-Bot-Content-res {
            padding-top: 15%;
        }
    }

    @media(max-width: 1100px) {
        .Bot-IMG {
            height: 475px;
        }
        #bgimage7 > div > div.col-sm-6> div > div > img, #bgimage9 > div > div.col-sm-6> div > div > img{
            height: 350px !important;
        }
    }

    @media(max-width: 767px) {
        .IMGcon-1 {
            height: auto;
        }

        .IMGcon-2 {
            height: auto;
        }
      .Bot-IMG{
		height: 375px;
      }
    }

    @media(max-width: 400px) {
        .Bot-IMG {
            height: 300px;
        }
    }