

@media only screen and (min-width: 10px) and (max-width: 479px) {

.news-feed-main::before {
    left:0;
	background:none;
}
.navbar-nav {
    margin: 0 0 0 0px !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px !important;
    left: 0px !important;
}

.banner-content::before {
    background: none;
    content: "";
}
.container > h2 {
    font-size: 24px;
    /*top: 4%;*/
}
.news-feed-main {
    background: #83acc1 none repeat scroll 0 0;
}
.icon {
    padding-bottom: 60px;
}

.innerbanner_title {
  font-size: 12px !important;
  margin: 132px 0 0 !important;
  width: 100% !important;
}
.maps_cus{
   width: 100%;
}





}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.news-feed-main::before {
    left:0;
    padding-left: 25px;
}
.navbar-nav {
    margin: 0 0 0 0px !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10px !important;
    left: 0px !important;
}
.banner-content::before {
    background: none;
    content: "";
}
.container > h2 {
    font-size: 24px;
    top: 30%;
}
.news-feed-main {
    background: #83acc1 none repeat scroll 0 0;
}



.innerbanner_title {
  font-size: 12px !important;
  margin: 146px 0 0 !important;
  width: 92% !important;
}






}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
.navbar-nav {
    margin: 0 0 0 75px !important;
}

.news-feed-main::before {
    left:0;
}


.innerbanner_title {
  margin: 260px 0 0 !important;
  width: 92% !important;
}


}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
.news-feed-main::before {
    left:0;
    padding-left: 25px;
}

.banner-content::before {
    width: 65%;
}
.container > h2 {
    font-size: 38px;
}

}

@media only screen and (min-width: 1199px) and (max-width: 1900px) {
	

.banner-content::before {
    width: 74%;
}
.news-feed-main::before {
    left:10%;
    padding-left: 25px;
}

}

@media all and (min-width: 1200px) and (max-width: 1920px) {
.banner-inner-pages .banner-content::before {
  width: 74% !important;
}
.banner-inner-pages h2 {
  width: 47% !important;
}

}



