@media screen and (max-width: 1024px){
	.ps-timeline-sec ul.ps-timeline li p{
		width: 100%;
	}
	span{
		word-break: break-all;
	}
}
@media screen and (max-width: 960px){
.list-menu ul li a{
	word-break: break-all;
}
.res-auto{
	height: auto !important;
}
.img-banner {
    position: absolute;
    height: auto;
    left: 0px;
    top: 0px;
    width: 100%;
    object-fit: cover;
}
.res-fit{
	height: auto;
	margin-top: 40px;
}
.h-100-vh {
    height: 100vh;
    position: relative;
	padding-top: 40px;
}
.home-graphics{
	width: 100%;
}
.content-banner {
    position: absolute;
    left: 0;
    top: 25%;
    width: 100%;
    text-align: center;
}
.green-overlay{
	height: 100%;
}
.grid-card{
	margin-bottom: 10px;
}
.grid-card-top {
    margin-top: 0rem;
    display: block;
}
.d-b-3{
	padding-bottom: 40px;
}
.ps-timeline-sec {
	padding-bottom: 50px;
    margin-top: 220px;
   
}
.social a{
	padding: 0px;
}
.d-auto{
	text-align: center;
}
.dealer-text{
	text-align: center;
}
.card-body h5{
	text-align: center;
}
.video-content h1{
	padding-top: 50%;
	font-size: 2rem;
  }
}
@media screen and (max-width:767px){
	.bg-opacity{
		margin-bottom: 10px;
		padding: 30px;
	}

	.h-100-vh{
		text-align: center;
	}
	.mt-5 {
		margin-top: 1rem!important;
	}
	.video-content h1 {
	
		font-size: 1.5rem;
	}
}