	/* ////////// Start Collapsible ///////////////// */
	/* ////////// Start Collapsible ///////////////// */
	summary {
		display: block;
	}

	#content-description>h1,
	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;
	}

	.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: 16px 32px;
		color: rgba(173, 183, 186, 1);
		/* 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: 10px !important;
		padding-left: 10px !important;
		margin-right: auto;
		margin-left: auto;
	}

	.row {
		margin-right: 0px;
		margin-left: 0px;
	}

	.container.con1 {
		width: 80% !important;
	}

	@media (max-width: 768px) {
		.container.con1 {
			width: 95%;
		}
	}
	.container2-banner {
		display: flex;
		align-items: flex-end;
		width: 100%;
		height: 650px;
		background-color: #0000002e;
	}

	.button1 {
		height: auto;
		width: 20%;
		background-color: rgba(28, 105, 211, 1) !important;
		color: #eee !important;
		line-height: 34px;
		transition: .25s;
		font-size: 14px;
	}

	@media(max-width: 425px) {
		.button1 {
			padding-top: -3px;
			margin-bottom: 21px;
			width: 100%;
		}
	}

	.button1:hover {
		height: auto;
		width: 20%;
		background-color: #b4b4b4 !important;
		color: rgb(0, 0, 0) !important;
		line-height: 34px;
	}

	@media(max-width: 425px) {
		.button1:hover {
			padding-top: -3px;
			margin-bottom: 21px;
			width: 100%;
		}
	}

	.button2 {
		height: 50px;
		width: 100% !important;
		background-color: rgba(28, 105, 211, 1) !important;
		color: #eee !important;
		line-height: 34px;
		border: #ebebeb 2px solid;
		transition: .25s;
		font-size: 14px;
	}

	.button2:hover {
		height: 50px;
		width: 100% !important;
		background-color: #b4b4b4 !important;
		color: rgb(0, 0, 0) !important;
		line-height: 34px;
	}

	.button3 {
		height: 50px;
		width: 100% !important;
		background-color: rgb(181, 163, 106, 1) !important;
		color: #eee !important;
		line-height: 34px;
		border: #ebebeb 2px solid;
		transition: .25s;
		font-size: 14px;
	}

	.button3:hover {
		height: 50px;
		width: 100% !important;
		background-color: #ffffff !important;
		color: rgb(0, 0, 0) !important;
		line-height: 34px;
	}

	#btn-hover-effects {
		height: 50px;
		width: 50% !important;
		background-color: #000000 !important;
		color: #fff !important;
		border: #000000 2px solid;
	}

	#btn-hover-effects:hover {
		background-color:
			rgba(239, 239, 239, 1) !important;
		color: #000 !important;
	}

	#btn-bot-hover-effects {
		height: 50px;
		width: 100% !important;
		background-color: #000000 !important;
		color: #fff !important;
		border: #000000 2px solid;
	}

	#btn-bot-hover-effects:hover {
		background-color:
			rgba(239, 239, 239, 1) !important;
		color: #000 !important;
	}



	.title-banner-68-38 {
		font-size: 68px !important;
		font-weight: 700 !important;
	}

	.title-48-38 {
		font-size: 48px !important;
		font-weight: 700 !important;
	}

	@media(max-width: 1500px) {
		.title-48-38 {
			font-size: 48px !important;
		}
		.title-banner-68-38 {
			font-size: 48px !important;
		}
	}
	@media(max-width: 1440px) {
		.title-48-38 {
			font-size: 40px !important;
		}
		.title-banner-68-38{
			font-size: 40px !important;
		}
	}

	@media(max-width: 1024px) {
		.title-48-38 {
			font-size: 30px !important;
		}
		.title-banner-68-38 {
			font-size: 30px !important;
		}
	}

	@media(max-width: 768px) {
		.title-48-38 {
			font-size: 24px !important;
		}
		.title-banner-68-38 {
			font-size: 34px !important;
		}
	}

	@media(max-width: 425px) {
		.title-48-38 {
			font-size: 25px !important;
		}
		.title-banner-68-38 {
			font-size: 25px !important;
		}
	}

	@media(max-width: 320px) {
		.title-48-38 {
			font-size: 20px !important;
		}
		.title-banner-68-38 {
			font-size: 20px !important;
		}
	}

	.title-30-24 {
		font-size: 30px !important;
		font-weight: 700 !important;
	}
	
	

	@media(max-width: 1066px) {
		.title-30-24 {
			font-size: 24px !important;
		}
	}

	@media (max-width: 425px) {
		.title-30-24 {
			font-size: 22px !important;
		}
	}

	.title-24-19 {
		font-size: 24px !important;
		font-weight: 700 !important;
	}

	@media (max-width: 500px) {
		#btn-hover-effects {
			width: 100% !important;
		}
	}

	.spacer {
		height: 600px;
	}

	@media (max-width: 1650px) {
		.spacer {
			height: 550px;
		}
	}

	@media (max-width: 1440px) {
		.spacer {
			height: 470px;
		}
	}
	@media (max-width: 1024px) {
		.spacer {
			height: 310px;
		}
	}

	@media (max-width: 768px) {
		.spacer {
			height: 305px;
		}
	}

	@media (max-width: 500px) {
		.spacer {
			height: 5px;
		}
	}

	@media (max-width: 578px) {
		.spacer {
			height: 5px;
		}
	}

	@media (max-width: 320px) {
		.spacer {
			height: 15px;
		}
	}

	.title-36-29 {
		font-size: 36px !important;
		font-weight: 600 !important;
	}

	@media (max-width: 1700px) {
		.title-36-29 {
			font-size: 30px !important;
		}
	}
	@media (max-width: 1024px) {
		.title-36-29 {
			font-size: 24px !important;
		}
	}

	@media (max-width: 768px) {
		.title-36-29 {
			font-size: 18px !important;
		}
	}

	.paragraph {
		font-size: 24px !important;
	}

    @media (max-width: 1700px) {
		.paragraph {
			font-size: 20px !important;
		}
	}

	@media (max-width: 1440px) {
		.paragraph {
			font-size: 18px !important;
		}
	}

	@media (max-width: 1024px) {
		.paragraph {
			font-size: 15px !important;
		}
	}

	@media (max-width: 768px) {
		.paragraph {
			font-size: 14px !important;
		}
	}

	@media (max-width: 425px) {
		.paragraph {
			font-size: 15px !important;
		}
	}

	@media (max-width: 320px) {
		.paragraph {
			font-size: 14px !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;
		}
	}

	.IMgcon-1, .IMgcon-2, .IMgcon-3, .IMgcon-4, .IMgcon-5, .IMgcon-6, .IMgbig-1, .IMGtrims, .IMGbig-2{
        width:100%;
        object-fit: cover;
    }

	@media (max-width: 2000px) {
		.IMgcon-1, .IMgcon-2, .IMgcon-3, .IMgcon-5 {
			height: 500px;
		}
	}
	@media (max-width: 1700px) {
		.IMgcon-1, .IMgcon-2, .IMgcon-3, .IMgcon-5 {
			height: 400px;
		}
	}

	@media (max-width: 1024px) {
        .IMgcon-1, .IMgcon-2 {
			height: 310px;
		}
        .IMgcon-3{
            height: 350px;
        }
        
    #IMG-Bot-Content-res{
        padding-top: 10%;
    }
	}

	@media (max-width: 767px) {
        .IMgcon-1, .IMgcon-2, .IMgcon-3, .IMgcon-4, .IMgcon-5, .IMgcon-6, .IMgbig-1, .IMGtrims, .IMGbig-2 {
			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: 520px;
			object-fit: cover;
			padding-bottom: 80px;
			padding-top: 1px;
		}
	}

	@media (max-width: 1024px) {
		#IMG_BOT_RES {
			height: 420px;
			object-fit: cover;
			padding-bottom: 80px;
			padding-top: 1px;
		}
	}

	@media (max-width: 768px) {
		#IMG_BOT_RES {
			height: 350px;
			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;
		}
        #IMG-Bot-Content-res{
        padding-top: 0%;
    }
	}

	@media (max-width: 375px) {
		#IMG_BOT_RES {
			height: 322px;
			object-fit: cover;
			padding-bottom: 80px;
			padding-top: 4px;
		}
	}

	.pic {
		height: auto;
		object-fit: cover;
		width: 100%;
		margin: 10px;
        margin-top: 20px;
	}

	.Main-Banner-IMG {
		background-size: cover;
		background-position: center center;
		background-image: url(https://di-uploads-pod34.dealerinspire.com/modernnissanoflakenorman/uploads/2024/06/2024-nissan-pathfinder-Hero-Banner.jpg);
		background-repeat: no-repeat;
		width: 100%;
		display: flex;
		align-items: flex-end;
		height: 850px;
	}

	.IMG-Bot {
		background-size: cover;
		background-position: center center;
		background-image: url(https://di-uploads-pod34.dealerinspire.com/modernnissanoflakenorman/uploads/2024/06/The-2024-Nissan-Pathfinder-In.jpg);
		background-repeat: no-repeat;
		width: 100%;
		display: flex;
		align-items: flex-end;
		height: 850px;
	}

	@media(max-width: 1650px) {
		.Main-Banner-IMG {
			height: 750px;
		}
        .IMG-Bot{
            height: 650px;
        }
	}
	@media(max-width: 1440px) {
		.Main-Banner-IMG {
			height: 650px;
		}
	}
	@media(max-width: 1350px) {
        .IMG-Bot{
            height: 550px;
        }
	}
	@media(max-width: 1024px) {
		.Main-Banner-IMG {
			height: 441px;
		}
        .IMG-Bot {
        height: 450px;
    }
	}

	@media(max-width: 768px) {
        .IMG-Bot {
        height: 350px;
    }
	}
	@media(max-width: 500px) {
		.Main-Banner-IMG {
			height: 341px;
		}
        .IMG-Bot {
        height: 250px;
    }
	}

	@media(max-width: 425px) {
		.Main-Banner-IMG {
			height: 230px;
			width: 100%;
			background-image: url(https://di-uploads-pod34.dealerinspire.com/modernnissanoflakenorman/uploads/2024/06/2024-nissan-pathfinder-Hero-Banner.jpg);
		}
	}

	.image {
		object-fit: cover;
		width: 100%;
		height: 620px;
	}

	@media(max-width: 1440px) {
		.image {
			height: 410px;
			width: 100%;
			object-fit: cover;
		}
	}

	@media(max-width: 1024px) {
		.image {
			height: 280px;
			width: 100%;
			object-fit: cover;
		}
	}

	@media(max-width: 768px) {
		.image {
			height: 275px;
			width: 100%;
			object-fit: cover;
		}
	}

	@media(max-width: 425px) {
		.image {
			height: 150px;
			width: 100%;
			object-fit: cover;
		}
	}

	
	.blines {
    border-inline: 1px solid;
}

img.Trims-image {
    height: auto;
    width: 100%;
}