#di-page-composer *{
	font-family: 'Nissan Brand' !important;
}
    /*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 */
   .row {
       margin-right: 0px;
       margin-left: 0px;
   }

   @media (min-width: 1200px) {
       .container {
           width: 100%;
       }
   }

   @media (min-width: 992px) {
       .container {
           width: 100%;
       }
   }

   @media (min-width: 768px) {
       .container {
           width: 100%;
       }
   }

   .container, .container-fluid {
       padding-right: 0px !important;
       padding-left: 0px !important;
       margin-right: auto;
       margin-left: auto;
   }

   .container.con2 {
       width: 1201px;
   }

   .container.con1 {
       width: 75%;

   }

   @media (max-width: 769px) {
       .container.con1 {
           width: 95%;
       }
   }
   .container.con4 {
           width: 80%;
   
       }
   
       @media (max-width: 769px) {
           .container.con4 {
               width: 95%;
           }
       }

   h1.header {
       display: none;
       padding: 0;
   }

   @media (max-width: 1440px) {
       .clm-content {
           left: -5%;
       }
   }

   @media (max-width: 1024px) {
       .clm-content {
           left: 2%;
       }
   }
   @media (max-width: 575.98px) {
       .clm-content {
           top: -257px !important;
           padding: 0px 26px !important;
       }
   }
   @media (max-width: 320px) {
       .clm-content {
           top: -230px !important;
           padding: 0px 12px !important;
       }
       .sub-title-res {
        font-size: 18px !important;
       }
   }


   .btn-cta {
       color: #fff;
       background: #000000;
       border-color: #000000;
   }

   .Paragraph {
       font-size: 22px;
   }

   @media (max-width: 575.98px) {
       .Paragraph {
           font-size: 22px;
       }
       #btn-title{
             width: 100% !important; 
        }
   }

   .title-30-24 {
       font-size: 30px;
       font-weight: 700;
   }

   @media (max-width: 768px) {
       .title-30-24 {
           font-size: 24px;
           ;

       }
   }

   .title-19-24 {
       font-size: 30px;
       font-weight: 700;
   }

   @media (max-width: 768px) {
       .title-19-24 {
           font-size: 19px;
           ;

       }
   }

   .title-60-48 {
       font-size: 60px;
       font-weight: 700;
   }

   @media (max-width: 768px) {
       .title-60-48 {
           font-size: 48px;
           ;

       }
   }

   .title-36-29 {
       font-size: 36px;
       font-weight: 600;
   }

   @media (max-width: 768px) {
       .title-36-29 {
           font-size: 29px;
           ;
          
       }
       #p-d {
           padding: 0% 0% !important;
       }
   }

   .title-38-48 {
       font-size: 48px;
       font-weight: 600;
   }

   @media (max-width: 768px) {
       .title-38-48 {
           font-size: 38px;
           ;

       }
       
   }

   .title-20-16 {
       font-size: 20px;
       font-weight: 600;
   }

   @media (max-width: 768px) {
       .title-20-16 {
           font-size: 16px;
           ;

       }
   }
   #title-banner-responsive{
    text-align: left !important;
   }
   /* @media (max-width: 1024px) {
    #title-banner-responsive {
       padding-left: 5%;
           

       }
   }
   @media (max-width: 769px) {
    #title-banner-responsive {
       padding-left: 5%;
           

       }
   } */
   /* @media (max-width: 426px) {
    #title-banner-responsive {
        text-align: center !important;
           

       }
   } */

   #img-responsive-2{
    height: 346px;
   }

   @media (max-width: 426px) {
    #img-responsive-2 {
        height: auto;
           
       }
       .IMG-mobileview{
            background-image: url(https://irp.cdn-website.com/9fc2c327/dms3rep/multi/2023-nissan-armada-front-view.webp);
            background-size:cover;
            background-position: center;
            background-repeat:no-repeat;
            height: 100px;
            margin-top: 15px;
        }
   }

/* ---------- accordion style Start --------------------------------------- */
.accordion-bral {
        width: 80%;
        min-width: 150px;
        height: 100%;
        margin: 0 auto;
        overflow-y: scroll;
        background-color: #FFF;
        font-family: inherit;
        color: #fff;
    }

    /* .ac-label.article .ac-content,
    ul,
    li {
        font-size: 22px !important;
    } */

    .accordion-bral {
        font-size: 22px !important;
        min-height: 0;
        min-width: 220px;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        margin: 0px !important;
    }

    .accordion-bral .ac-label {
        padding: 15px 20px;
        position: relative;
        display: block;
        height: auto;
        cursor: pointer;
        color: #000;
        line-height: 33px;
        background: #eee;
        border: 1px solid #CCC;
    }

    .accordion-bral .ac-label:hover {
        background: #BBB;
    }

    .accordion-bral input+.ac-label {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .accordion-bral input:checked+.ac-label,
    .accordion-bral input:checked+.ac-label:active {
        background-color: rgba(79, 79, 79, 0.5) !important;
        color: #FFF;
        box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

    .accordion-bral input.ac-input {
        display: none;
    }

    .accordion-bral .article {
        background: #fff;
        overflow: hidden;
        height: 0px;
        max-height: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .accordion-bral .article p {
        color: #777;
        line-height: 23px;
        padding: 15px;
        margin-bottom: -10px;
    }

    .accordion-bral input:checked~.article i {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .accordion-bral input:checked~.article.ac-content {
        height: auto;
        color: #877f7f;
        text-align: left;
    }

    .accordion-bral i {
        position: absolute;
        transform: translate(-30px, 0);
        margin-top: 16px;
        right: 0;
    }

    .accordion-bral input:checked~.ac-label i:before {
        transform: translate(2px, 0) rotate(-45deg);
    }

    .accordion-bral input:checked~.ac-label i:after {
        transform: translate(-2px, 0) rotate(45deg);
    }

    .accordion-bral i:before,
    .accordion-bral i:after {
        content: "";
        position: absolute;
        background-color: #808080;
        width: 3px;
        height: 9px;
    }

    .accordion-bral i:before {
        transform: translate(-2px, 0) rotate(-45deg);
    }

    .accordion-bral i:after {
        transform: translate(2px, 0) rotate(45deg);
    }

    ul.ac-list {
        padding-left: 40px;
        list-style-type: disc;
    }

    table.ac-table {
        margin: 20px 0 20px 20px;
    }

    table.ac-table th {
        text-align: left;
    }

    @media (max-width: 550px) {
        .accordion-bral .ac-label {
            padding: 5px 20px;
            position: relative;
            display: block;
            height: auto;
            padding-right: 40px;
            cursor: pointer;
            color: #777;
            line-height: 33px;
            background: #EFEFEF;
            border: 1px solid #CCC;
        }

        .accordion-bral i {
            position: absolute;
            transform: translate(-30px, 0);
            margin-top: 2%;
            right: 0;
        }
    }

    /* ---------- accordion style end --------------------------------------- */