@media (min-width: 0px) and (max-width: 380px) {}

@media only screen and (min-width: 0px) and (max-width: 480px) {}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.navbar-default {
	position: relative;
	top: 0px;
	}
	.header-bg {
	background:#FFF;
	min-height:0px;
	}
	.navbar-toggle {
    margin-top: 27px;
    margin-right: 20px;
	}
	.navbar-nav > li > a {
	font-family: 'Poppins', sans-serif;
	color:#000 !important;
	font-size: 14px;
	margin-left: 0px;
	font-weight:500 !important;
	margin-right: 0px;
	margin-top: 0px;
	text-transform:uppercase;
	padding: 12px 0px;
	text-align:center;
	}
	.navbar-header {
		min-height:90px;
	}
	.resp-banner {
	position: relative;
        top: 0px !important; 
	}
	.block1 {
    margin-top:20px;
	}
	.quick-links img {
    float:none;
	}
	.copyright-block p {
		text-align:center;
	}
	.copyright-block ul {
    float: none;
    text-align: center;
    padding-left: 0px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
	}
	.navbar-nav .open .dropdown-menu {
    background-color: #EAEAEA;
	}
	.block-content {
    padding: 15px 15px 35px 15px;
    margin-bottom: 20px;
	}
	.pad-lft-0 {
    padding-left: 15px;
	}
		.resp-mrgn {
	margin-left:0px !important;
	margin-right:0px !important;
	}
	.inner-navbar {
    background: #FFF !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.resp-banner {
	position: relative;
        top: -95px !important; 
	}
	.header-bg {
	background:url(../images/header-bg-resp.jpg) no-repeat;
	min-height:95px;
	}
	.inner-navbar {
    background: url(../images/inner-header-bg-resp.jpg) no-repeat center center/cover !important;
	}
	.navbar-nav > li > a {
    font-size: 11px;
    margin-right: 8px;
	}
	.banner-txt {
	top: 200px;
	}
	.banner-btn {
	top: 380px;
	}
	.block-content {
    padding: 15px 15px 35px 15px;
    margin-bottom: 20px;
	}
	.knw-more {
	bottom: 35px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.resp-banner {
	position: relative;
        top: -95px !important; 
	}
	.navbar-nav > li > a {
	font-size: 12px;
	margin-right: 18px;
	}
	.banner-txt {
	top: 210px;
	}
	.banner-btn {
	top: 390px;
	}
	.block-content img {
    margin-bottom: 10px;
	}
	.block-content h3 {
    font-size: 15px;
	}
	.block-content p {
    font-size: 13px;
	}
	.knw-more {
	bottom: 45px;
	}
	.inner-navbar {
    background: url(../images/inner-header-bg-resp.jpg) no-repeat center left/cover !important;
	}
}