body {
	background-color: #f2f3f6;
}
.left-fixed::-webkit-scrollbar {
    background-color:#f2f3f6;
    width:16px
}
.left-fixed::-webkit-scrollbar-track {
    background-color:#f2f3f6
}
.left-fixed::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}
.left-fixed::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #f2f3f6
}
.left-fixed::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}
.left-fixed::-webkit-scrollbar-button {display:none}
.left-fixed {
	position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 41%;
    overflow-y: scroll;
    height: 100vh;
    min-height: 100%;
    padding-left: 6%;
    padding-right: 30px;
    padding-top: 110px;
    padding-bottom: 20px;
    background-color: #f2f3f6;
    z-index: 1;
}
.get_in_tch_lft.left-fixed {
	width: 34%;
}
.right-scroll {
	margin-left: 41%!important;
	margin-top: 90px!important;
}
.get_in_tch_rgt.right-scroll {
	margin-left: 34%!important;
}
.main.solar_footer {
	margin-left: 41%;
}

.main.solar_footer.gosolarfooter{
	margin-left: 38%;
}
footer {
	background: #f1f2f5;
}
#loaderimg img {
	max-width: 30%;
}
@media(max-width: 1023px) {
	a.appointment_btn,
	.upload-file [type=file] + label,
	.solar_panel_left form button[type="submit"] {
		width: 100%
	}
	a.appointment_btn,
	.upload-file [type=file] + label {
		font-size: 12px;
	}
}
@media(max-width: 767px) {
	.get_in_tch_lft.left-fixed,
	.left-fixed {
		position: inherit;
	    left: inherit;
	    top: inherit;
	    bottom: inherit;
	    width: inherit;
	    overflow-y: inherit;
	    height: inherit;
	    padding-left: inherit;
	    padding-right: inherit;
	    padding-top: inherit;
	    padding-bottom: inherit;
	    background-color: inherit;
	    z-index: inherit;
	}
	.get_in_tch_rgt.right-scroll,
	.right-scroll {
		margin-left: auto!important;
    	margin-top: 50px!important;
	}
	body {
		background-color: #fff;
	}
	.sonar_panel_block.two button[type="submit"] {
		width: 100%;
	}
	.main.solar_footer,
	.main.solar_footer.gosolarfooter {
		margin-left: inherit;
	}

}