/*Mobile*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

.container{
	border:none;
}

/*Header*/
header#Header .col-auto {
	width: 100px;
    overflow: initial;
}

.logo {
    margin-top: -25px;
}

.logo.ministry_logo a {
    float: left;
}

header#Header .col-auto:nth-child(1) {
    margin-left: 50px;
}

header#Header .col-auto:nth-child(3) {
	margin-right: 40px;
}

header#Header .col-auto:nth-child(2) {
    width: 100%;
    position: absolute;
    bottom: 0;
}

header#Header .row {
    min-height: 170px;
    position: relative;
    margin-top: -10%;
}

h2.project_name {
    font-size: 15px;
    letter-spacing: 0px;
    margin-top: -50px;
}


/*Main Menu*/
section#Main-menu nav ul li {
    display: block;
    line-height: 30px;
}

i.fa.fa-bars {
    font-size: 35px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 50px;
    color: #13ab5e;
}

a.icon {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    background: #fff;
}

section#Main-menu nav {
    height: auto;
}

section#Main-menu .col-auto {
    width: 100%;
    padding-left: 30px;
}

button.btn.lan_btn {
    margin: 10px;
}

section#Main-menu {
    padding: 10px 0;
    display: none;
    background: #fff;
}

/*Gallary*/

section#Mobile_gallary{
    display: block;
}

section#Gallary{
	display:none;
}

section#Gallary .container .row .col-md-12 {
    flex-direction: column-reverse!important;
}

.single_gallary img {
    height: auto;
}


/*Weather Info*/

.equal_slider_weather{
	min-height:auto!important;
}

.main_slider .owl-nav button.owl-next,
.main_slider .owl-nav button.owl-prev{
	font-size:150px;
}

.weather_info{
	max-height:unset!important;
}

.bd_map img {
    padding: 0px;
    margin: 5px 0;
}

.single_form select {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-top: 6px;
}

.data p {
	float: none;
    font-size: 12px;
    width: 100%;
}

a.btn.btn_forecast {
    padding: 5px 8px;
    font-size: 10px;
}



/*Bulletin*/
.bulletin_btn {
    width: auto;
    font-size: 14px;
    padding-left: 15px;
}

section#Bulletin marquee {
    margin: 0px 5px;
}


/*Newses*/
.flood_forecasting .content form, .market_price .content form{
	padding:15px;
}

.single_short_news {
    width: 75%;
}

.single_news_image {
    max-width: 22%;
    margin-top: 30px;
}

.single_short_news p a {
    margin-left: 0px;
}

.content.equal_news {
    height: auto!important;
}

.news_bulletin {
    padding-bottom: 20px;
}

/*Portal_menu*/
.menu_block h3 {
    text-align: center;
}

.big_btn_menu {
    padding: 15px;
    margin: 20px 0;
}

.equal_menu {
    min-height: auto!important;
}

.content.equal_flood_market {
    min-height: auto!important;
}

.flood_forecasting {
    padding-bottom: 20px;
}


/*Flood_market*/
table.river_info {
    width: 100%;
}


/*Footer*/
.contact {
    margin: 25px 0;
}

.footer_top h4 {
    margin-bottom: 10px;
}

.footer_top .container {
    padding: 15px;
}



}