
/*phones*/
/*
@media (max-width: 375px) and (min-width: 575px)
{
	.navbar{
		height: auto!important;
	}
	
	
}
*/
@media (max-width: 375px){
/*	social media 4 mobile*/
	ul.navbar-nav li:first-child {
    border-bottom: 1px solid #fff;
	}
	.nav-link .fa-search {
    background: none;
    color: #fff;
    border: none;
	}
	ul.navbar-nav li input[type=text] {
    background: #343a40;
    border: none;
    color: #fff;
	}
	.nav-item{
		    padding-right: 37px;
    		font-size: 18px;
	}
	.footer-bottom {
		    font-size: 13px;
	}
	.single-news-page .carousel-caption{
		    top: 2.5%!important;
	}
	.article-p{
		font-size: 13px;
	}
}

@media (max-width: 575px){
	/*	social media 4 mobile*/
	ul.navbar-nav li:first-child {
    border-bottom: 1px solid #fff;
	}
	.nav-link .fa-search {
    background: none;
    color: #fff;
    border: none;
	}
	ul.navbar-nav li input[type=text] {
    background: #343a40;
    border: none;
    color: #fff;
	}
	.nav-item{
		    padding-right: 37px;
    		font-size: 18px;
	}
	.inner01 .table td{
	margin-bottom: 15px;
}
	.footer-bottom {
		    font-size: 13px;
	}
	.single-news-page .poll{
		margin: 25px 15px;
	}
	.blockquote p{
		font-size: 15px;
	}
	.article-p .blockquote img{
		width: 38px;
	}
	.article-p{
		font-size: 13px;
	}
	.single-news-page .carousel-caption{
	width: 81%;
    right: 8%;
    top: 3.5%;
    height: 76px;
    font-size: 12px;
	background-color: #0006;
	}
	
	.navbar{
		height: auto;
		text-align: right;
	}
	.navbar-toggler{
		position: absolute;
		top: 14px;
    	left: 12px;
	}
}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767px) {
	/*	social media 4 mobile*/
	ul.navbar-nav li:first-child {
    border-bottom: 1px solid #fff;
	}
	.nav-link .fa-search {
    background: none;
    color: #fff;
    border: none;
	}
	ul.navbar-nav li input[type=text] {
    background: #343a40;
    border: none;
    color: #fff;
	}
	.navbar{
		height: auto;
		text-align: right;
	}
	.navbar-toggler{
		position: absolute;
		top: 6px;
		left: 12px;
	}
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px)
{
	ul.navbar-nav li:first-child{
		    border-bottom: 1px solid #fff;
	}
	.nav-link .fa-search{
			background: none;
			color: #fff;
			border: none;
	}
	ul.navbar-nav li input[type=text]{
		    background: #343a40;
    		border: none;
		color: #fff;
	}
	ul.navbar-nav li input[type=text]:focus{
		outline:none;
	}
	.nav-item{
		    padding-right: 37px;
    		font-size: 18px;
	}
	.navbar{
		height: auto;
		text-align: right;
	}
	.navbar-toggler{
		position: absolute;
		top: 6px;
		left: 12px;
	}	
}
    

/*Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px)
{
   
}

/*// Extra large devices (large desktops, 1200px and up) */ 
@media (min-width: 1200px) 
{
	  
}

