@media screen and (max-width: 767px){
    .program-page .prg-partner {
       /* margin-bottom: 15px;*/
    }
    /*magazine listing and deatil page*/
    .magazine-about .page-head,.magazine-latest .page-head {
		text-align: center;
    }
    .magazine-about .more-btn {
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
    }

	.magazine-list-prefix .two-rows-wrapper.width-100.pull-left.row .pub-item {
	    padding: 0;
	}
	.magazine-list-prefix .two-rows-wrapper.width-100.pull-left.row {
	    margin: 0;
	}
	/*magazine listing and deatil page*/

/*for mobile menu highlight - 19-june-2019*/
	.menu-main-menu-container #menu-main-menu>li.active>a{
		color: #007FC4;
	}


}

body .dropdown-menu > .active > a,
body .dropdown-menu > .active > a:hover,
body .dropdown-menu > .active > a:focus {
    color: #4d4d4d;
}
