@media(max-width:991px){
	.header_nav{
		float:none;
	}
	.header_nav nav ul li{
		text-align:left !important;
    }
	.header_nav .navbar .navbar-collapse .navbar_donate{
		float:none !important;
		margin: 10px 0px !important;
	}
}
@media(min-width:768px) and (max-width:991px){
	.navbar{
		padding: 0.5rem 0rem !important;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.header_nav nav ul li {
    font-size: 12px !important;
}
.header_nav .navbar-collapse ul li a {
	padding:0 4px !important;
}
.section_2_content div {
    padding: 8% 10%;
}
}
@media only screen and (min-width: 601px) and (max-width: 999px) {
.header_nav .navbar button {
    position: absolute;
    top: -68px;
    right: 0;
}
.header_nav nav ul li {
    font-size: 17px;
    text-align: right;
    line-height: 1.4;
}
.header_nav .navbar .navbar-collapse .navbar_donate {
    background-color: #be973b;
    padding: 5px 10px;
    margin: 10px;
    display: inline-block;
    float: right;
}	

.banner_image {
    position: relative;
    height: auto;
}
.banner_content {
    right: 2%;
	top: 5%;
}
.section_2_content div {
    padding: 6%;
}
.news_list {
    float: left;
}
}
@media only screen and (max-width: 600px) {
.header_logo {
    width: 60%;
}
.navbar {
    padding: 0 !important;
}
.header_nav .navbar button {
    position: absolute;
    top: -50px;
    right: 0;
}
.header_nav nav ul li {
    font-size: 15px;
    text-align: right;
    line-height: 1.4;
}
.header_nav .navbar .navbar-collapse .navbar_donate {
    background-color: #be973b;
    padding: 5px 10px;
    margin: 10px;
    display: inline-block;
    float: right;
}	
.banner {
    height: 78vh;
}
.banner_image {
    position: relative;
    height: 100%;
    width: max-content;
    left: -33%;
}
.banner_image img {
    height: 100%;
    height: 100%;

}
.banner_content {
    right: 2%;
    margin: 0 10px;
}
.banner_content h3 {
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #ffffff7a), color-stop(0.6, #838383), color-stop(1, #ffffff7d) );
}
.banner_content p {
    font-size: 22px;
    font-family: "Poppins-SemiBold";
    line-height: 1.4;
}
.section_2_content div {
    padding: 6% 3%;
    display: block;
}
.section_2_image {
    height: 300px;
}
.copyright_content p {
    margin: 10px 0;
    font-size: 14px;
}
.copyright_navigation ul {
    margin: 10px 0;
}
.copyright_navigation ul li {
    line-height: 1.5;
    font-size: 14px;
}
}