@media only screen and (min-width: 320px) and (max-width: 768px) {

.dropdown-menu>div {
		top: unset;
		margin-left: unset;
}

	.dropdown-menu>div>div {
		top: unset;
		margin-left: unset;
}

	.dropdown-menu>div>div>div {
		top: unset;
		margin-left: unset;
}
.logo {
	display: flex;
	align-items: left;
	padding: 2px;
}
.logo img
{
	width: auto;
	height: 85px;
}
.hide
{
	display:none;
}
.hiddens
{
	display:block;
}
.mail-icon
{
	display:none;
}
.call-icon
{
	float:left;
	color:#000;
	line-height:24px;
	letter-spacing:1px;
	padding:20px 0px;
	width:210px;
	position:absolute;
	right:-10px;
	top:-5px;
	
}
.search-ctnr {
    width: 100%;
    float: left;
    padding: 20px 0px 0px 0px;
    margin-right: 10px;
}
.search-ctnr input {
    background-color: #eeeeee;
    border: #eeeeee solid 1px;
    padding: 8px 10px;
    float: left;
    width: 85%;
    border-radius: 4px 0px 0px 4px;
}
.search-ctnr button
{
	background:#00aef0 url(../images/search-btn.png) no-repeat center;
	border:#00aef0 solid 1px;
	padding:19px 10px;
	float:left;
	width:15%;
	border-radius:0px 4px 4px 0px;
}
.login {
    border-radius: 4px;
    background-color: #ec2d8f;
    padding: 10px 20px 10px 20px;
    float: left;
	clear:both;
    margin: 20px 0px 0px 0px;
    color: #FFF;
    font-weight: bold;
}
.menu-nav
{
	width:40%;
	color:#fff;
	font-weight:bold;
	margin-top:15px;
 
}
.navbar-brand
{
	display:block;
	font-size:14px;
	color:#fff;
}
.navbar
{
	padding: 0px;
	background-color:#00aef0;
	margin:0px 0px;

}
.nav-link {
    display: block;
	padding:7px 0px;
	color:#fff;
	font-size:12px;
}
.navbar-light .navbar-toggler-icon {
	background:url(../images/nav-icon.png) no-repeat center;
}
.navbar-toggler{
	height: 100%;
	width: 100%;
	font-size: 1.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}
.carousel-control-prev
{
	
	width:40px;
	opacity:1;
	align-items: left;
	justify-content: left;
	text-align: left;
}
.carousel-control-prev-icon
{

	background:url(../images/bnr-arrow-left.png) no-repeat center #0b5dba;
	border-radius:0px 4px 4px 0px;
	height:50px;
	width:30px;

}
.carousel-control-next
{
	
	width:40px;
	opacity:1;
	align-items: right;
	justify-content: right;
	text-align: right;
}
.carousel-control-next-icon
{

	background:url(../images/bnr-arrow-right.png) no-repeat center #0b5dba;
	border-radius:4px 0px 0px 4px;
	height:50px;
	width:30px;

}
.footer-contact-cntr li {
    list-style-type: none;
    float: left;
    padding: 0px;
}
.footer-menu {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
	margin-bottom:20px;
}
.banner-news
{
width: 90%;
position:relative;
right: 5%;
left:5%;
top: 30px;
z-index: 9;
}
#carouselExampleCaptions
{
	display:none;
}
#banner-ctnr
{
	width:100%; position:relative;
	background:url(../images/banner.jpg) no-repeat top center;
	background-size:cover;
	padding-bottom:80px;
	height: 200px;
}
.mission-cntr
{
	width:100%; clear:both; float:left;
	padding:30px 15px;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
	background-color:#00aef0;
	border-radius:4px;
}}
@media (min-width: 768px){
	.col-md-7 {
		flex: unset;
	}
}

