@media screen and (max-width: 1024px) {
	.left-side {
		width: 40px;
	}
}

@media screen and (max-width: 960px) {

	.left-side,
	.text-outline {
		display: none;
	}
	h3 {
		font-size: 1.2rem;
		
	}
	h4 {
		font-size: 1rem;
		
	}
	.home-btn {
		
		padding-left: 10px;
		padding-right: 10px;
		
	  
	  }
	  .bg-green-t {
		margin-top: 150px;
		
	}
}

@media screen and (max-width:767px) {
	.left-side {
		display: none;
	}

	.fixed-top {
		position: relative;
		text-align: center;
		display: block;
	}

	.navbar-brand {
		display: block;
		margin: 0 auto;
	}

	.fixed-top .ml-auto a {
		float: none !important;
		display: inline-block;
		margin-bottom: 10px;
	}

	.fixed-top .pr-3 {
		padding-right: 0px !important;
	}

	.fixed-top .mt-2 {
		margin-top: 0px !important;
	}

	.carousel-caption,
	p {
		text-align: center;
	}

	.footer {
		position: relative;
		bottom: 0;
	}

	.position-absolute {
		position: relative !important;
	}

	.footer .float-left,
	.footer .float-right {
		float: none !important;
		text-align: center;
	}

	.footer img {
		display: none;
	}

	h1 {
		font-size: 2rem;
		line-height: 3rem;
	}

	.carousel-caption {
		bottom: 0px;
		padding-bottom: 0px;
		padding-top: 0px;
	}

	.solar-btn {
		width: 47.4%;
		margin-right: 2%;
		font-size: 1.2em;
		padding: 10px 15px;
	}

	.finance-btn {
		width: 98%;
	}

	.bg-green-t {
		margin-top: 10px;
		
	}

	.container-al {
		padding-left: 30px;
		padding-right: 30px;
	}
	.home-card {
		margin-top: 10px;
	  }
}