 #Content {
            padding: 0 2% 0 0;
            width: 72%;
        }




/*fixedsidebar-styles*/

.fixedsidebar {
	width: 305px !important;
	display: inline-block !important;
	vertical-align: top !important;
}
.tabs-hd {
	 width: 100%; 
	 float: left; 
	margin-bottom: 10px; 
}
.tabs-hd li a {
	
	padding: 15px 0;
	display: block;
    color: #fff;
    font: 400 18px/20px 'Poppins', sans-serif;
}
.tabs-hd li:hover {
	background:#022d71;
}
.tabs-hd li {
	width: 100%;
	float: left;
	margin: 0 0px 10px 0;
	background: #8abb28;
	padding: 0 !important;
	text-align: center;
}















        @media screen and (max-width : 1170px) {
            #Content {
                width: 70%;
            }
        }

        @media screen and (max-width : 960px) {
            #Content {
                width: 67%;
            }
        }

        @media screen and (max-width : 860px) {
            #Content {
                width: 60%;
            }
        }

        @media screen and (max-width : 767px) {
            #Content {
                width: auto;
                padding: 0;
            }

            .fixedsidebar {
                display: block !important;
                margin: 0 auto;
            }
        }


        @media screen and (max-width : 640px) {
            #Sidebar {
                display: none !important;
            }
        }