@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: 12px 0px;
        margin: 16px 20px;
        color: #fff;
        font-size: 14px;
        display: block;
    }

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

    }

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

    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background: #c09358;
        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: 768px){
	.ab-box{
		border-top: 16px #fff solid;
	}
}
@media (min-width: 768px){
	.sbox {
	    margin-top: -175px;
		margin-bottom: 6%;
	}
	.navbar-fixed-top {
	    background: #fff;
		border-top: 6px #244081 solid;
	}
	.navbar-nav>li>a{
		color: #333;
	}
	.logo-bg{
		position: relative;
		width: 150px;
		
	} 
	.lbg{
		    position: absolute;
		    top: -5px;
		    left: -38px;
		    max-height: none !important;
		    max-width: none !important;
		    width: 230px;
	} 
}

@media (max-width:767px) {
	
    .navbar {
        background-color: #0577ad;
    }

    .navbar-brand {
        height: 60px;
        width: 35%;
        padding: 4px 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: #fff;
        margin-top: 13px;
        margin-right: 8px;
    }

    .dropdown-menu>li>a {
        color: #fff;
    }

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        position: static;
    }

    .nav>li>a {
        padding: 2px 15px;
        color: #fff;
    }

    .t1-text span {
        position: static;
        bottom: -10px;
    }

    .t1-text {
        margin-top: 3%;
        font-size: 24px;
    }

    .amore {
        margin-bottom: 5%;
    }
    .abtn{
        margin-bottom: 20px;
    }
    .back{
        background-size: contain;
        min-height: 182px;
    }
    .ptit h2 {
    font-size: 27px;
    line-height: 40px;
}
.ptit p {
    padding: 0;
}
.plist .nav-tabs>li>a {
    padding: 21px 18px 16px 20px;
    font-size: 14px;
}
.a1,.a2{
    margin-bottom: 20px;
}




}