@media (min-width: 992px) {
    .navbar-brand {
        padding: 12px 15px;
    }

    .navbar-brand img {
        max-height: 70px;
    }

    .navbar-nav>li {
        margin: 0px;
        line-height: 89px;
    }

    .navbar-nav>li>a {
        overflow: hidden;
        padding: 29px 20px;
        color: #333;
        font-size: 14px;
        display: block;
    }

    .nav>li>a:focus,
    .nav>li>a:hover,
	.nav>li>.active{
        background: 0 0;
        color: #fff;

    }

    .navbar-nav>li:last-child>a {
        padding: 28px 10px;
    }

    .dropdown-menu>li>a {
        padding: 12px 20px;
    }

    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background: #efb200;
        color: #fff;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        border: none;
        background: 0 0;
    }

    .dropdown-menu {
        left: 0 !important;
        right: auto !important;
    }

    .navbar-nav>li>a span {
        display: block;
        position: relative;
        transition: all ease-in-out 0.3s;
    }

    .navbar-nav>li>a:hover span {
        transform: translateY(-50px);
        color: #c22a1f;
    }

    .navbar-nav>li>a span:after {
        position: absolute;
        content: attr(data-title);
        top: 50px;
        left: 0;
    }

    .navbar-nav>li>a:after {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        left: 0;
        bottom: 0;
        background: #ffcc00;
        transition: all ease-in-out .3s;
    }

    .navbar-nav>li>a:hover:after {
        width: 100%;
    }

    .navbar-nav>li>a:last-child:hover:after {
        width: 0;
    }
    .nav>li:hover .dropdown-menu {
    display: block;
}
 
}

@media (max-width:767px) {
	
	.navbar-form {
	    margin-top: 5px;
	    margin-left: 30px;
		margin-right: 10px;
	}
    .navbar-brand{height: 60px;
        width: 35%;
    padding:8px 0px 0 10px;}
    .navbar-brand img{width:100%;}
    .icon-bar {
        background: #fff;
    }
    .plogo{
        margin:0 auto;
        line-height: 48px;
    }
    .plogo h3{
        font-size: 22px;
        color: #11a690
        font-weight: bold;
        line-height: 48px;
    }
    .plogo img{ display: none; }
    .navbar-toggle {
        border-color: #f3c747;
        background: #f3c747;
        margin-top: 13px;
    margin-right: 8px;
    }
    .dropdown-menu>li>a {
        color: #555;
    }
    .navbar-fixed-bottom, .navbar-fixed-top {
    position:static;}
    .nav>li>a {
    padding: 12px 10px;
    color: #555;}
	.nav-tabs span.a1 {
	    padding: 14px 10px 0 0;
	  
	}
    .ybg{
        background-size: cover;
    }
    .a1{
        margin-bottom: 20px;
    }
	.she2 { margin-bottom: 20px;}

    
}