body {
    padding: 0;
    margin: 0;
    /*  font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat';
    font-size: 1rem;
    color: #000000;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    line-height: 1.8rem;
    font-weight: 400;
}
body.full-page {
    overflow: hidden !important;
}
html {
    font-size: 16px;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}
input:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1 {
    font-size: 3.75rem;
    font-family: 'Heading Pro';
    font-weight: 700;
}
h2 {
    font-size: 3.5rem;
    font-family: 'Heading Pro';
    font-weight: 700;
}
h3 {
    font-size: 1.675rem;
    font-family: 'Heading Pro';
    font-weight: 700;
}
h4 {
    font-size: 1.25rem;
    font-family: 'Heading Pro';
}
h5 {
    font-size: 1rem;
    font-family: 'Heading Pro';
}
h6 {
    font-size: 0.875rem;
    font-family: 'Heading Pro';
}
p {
    font-size: 15px;
}
p.title {
    font-size: 1rem;
}
.block {
    display: block;
}
.italic {
    font-style: italic;
}
button {
    line-height: 1;
}
/*common font family*/
p, .heading-title > span, .process-wrapp li > .pro-step, .progress-bars .progress p, .progress-bars .progress .progress-bar span, .approach-table .ammount .dur, .pagination li > a, .counters .count_nums, .approach-table .ammount h2, .approach-table ul li, .webcats li a > span, .getin_form .form-control {
    font-family: 'Montserrat', sans-serif;
}
/*fontAwesome*/
.zeus.tparrows.tp-rightarrow::before, .zeus.tparrows.tp-leftarrow::before, .approach-table ul li > span::before, .testimonial-quote h3::before, .testimonial-quote h3::after, blockquote.blockquote::before {
    font-family: 'FontAwesome';
}
/* Helper Classes & Shorcodes */
.padLeft {
    padding-left: 0px !important;
}
.padRight {
    padding-right: 0px !important;
}
.padding {
    padding: 7.5rem 0;
}
.padding_top {
    padding-top: 7.5rem;
}
.padding_bottom {
    padding-bottom: 7.5rem;
}
.margin_bottom {
    margin-bottom: 7.5rem;
}
.margin_top {
    margin-top: 7.5rem;
}
.padding_half {
    padding: 4.375rem 0;
}
.padding_bottom_half {
    padding-bottom: 4.375rem;
}
.margin_bottom_half {
    margin-bottom: 4.375rem;
}
.padding_top_half {
    padding-top: 4.375rem;
}
.heading_space {
    margin-bottom: 4.125rem;
}
.bottom5 {
    margin-bottom: 5px;
}
.bottom10 {
    margin-bottom: 10px;
}
.top10 {
    margin-top: 10px;
}
.bottom15 {
    margin-bottom: 15px;
}
.top15 {
    margin-top: 15px;
}
.top20 {
    margin-top: 20px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom25 {
    margin-bottom: 25px;
}
.top25 {
    margin-top: 25px;
}
.bottom30 {
    margin-bottom: 30px;
}
.top30 {
    margin-top: 30px;
}
.bottom35 {
    margin-bottom: 35px;
}
.top40 {
    margin-top: 40px;
}
.bottom40 {
    margin-bottom: 40px;
}
.bottom45 {
    margin-bottom: 45px;
}
.top50 {
    margin-top: 50px;
}
.top60 {
    margin-top: 60px;
}
.bottom60 {
    margin-bottom: 60px;
}
.bottom0 {
    margin-bottom: 0;
}
.nomargin {
    margin: 0;
}
.nopadding {
    padding: 0;
}
.fontbold {
    font-weight: bold;
}
.fontmedium {
    font-weight: 500;
}
.font-light {
    font-weight: 300;
}
.font-xlight {
    font-weight: 200;
}
.bglight {
    background: #f5f7f7;
}
.bgdefault {
    background: #353584;
}
.whitecolor {
    color: #ffffff;
}
.darkcolor {
    color: #000000;
}
.skybluebg {
    background: #00afe5
}
.extradark-color {
    color: #212331;
}
.defaultcolor {
    color: #353584;
}
section {
    position: relative;
}
.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.container-padding {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
/*heading Titles */
.heading-title > span {
    font-size: 1.25rem;
    display: block;
    text-transform: capitalize;
    color: #353584;
}
.whitecolor.heading-title > span {
    color: #fff;
}
.heading-title h2 {
    font-weight: 400;
}
.heading-title h3 {
    font-weight: 700;
    font-size: 36px
}
.heading-title h3 span {
    color: #44c1e2;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
/*img wrap*/
.image {
    overflow: hidden;
}
a.image {
    display: block;
}
.image img {
    width: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/*hover on images*/
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/*to align elements center*/
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*Back To Top*/
.back-top {
    color: #fff;
    right: 20px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 15px;
    background: #ffba00;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    border: 2px solid #ffffff;
    width: 40px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: #db3236;
}
.back-top:hover::before, .back-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.back-top:hover, .back-top:focus {
    color: #fff;
}
/* transitions common*/
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i::before, i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}
.navbar-brand {
    margin: 8px 0;
    padding: 0;
    position: relative;
}
.navbar-brand > img {
    max-width: 100% !important;
}
.navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
    display: none;
}
.navbar.fixedmenu .logo-scrolled, .navbar .logo-default {
    display: inline-block;
}
/*-------------------------------*/
/*header*/
/*-------------------------------*/
.linebreak {
    display: block;
}
#yellow-patch {
    background: #facd5d;
    padding: 10px 0;
    position: relative;
}
header {
    /*  z-index: 100;*/
    position: relative;
    background: #ffffff url("../images/mba_mu_bannerv3.jpg") top/cover no-repeat;
    padding: 10px 0;
    min-height: 600px;
    padding-bottom: 10px;
}
.logo img {
    max-width: 370px;
    width: 100%;
    margin-top: -30px;
}
header .header-text {
    padding: 110px 0 25px 0px;
}
header .header-text .powerh4 {
    z-index: 2;
    padding: 0px 7px;
    position: absolute;
    color: #ffffff;
    font-size: 15px;
    margin-top: -15px;
    font-family: 'Heading Pro';
    background: #000;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header-text h3 {
    padding: 3px 0;
    position: relative;
    color: #2d4a2c;
    font-weight: 700;
    line-height: 1;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.7rem;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
}
header .header-text h4 {
    position: relative;
    background: #f3bd33;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    color: #2d4a2c;
    padding: 1px 15px 3px 5px;
    font-size: 1.7rem;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-style: italic;
    margin-top: 15px;
    /*  text-transform: uppercase;*/
    display: inline-block;
}
header .header-text h5 {
    position: relative;
    background: #f3bd33;
    color: #2d4a2c;
    padding: 2px 12px;
    font-size: 1.4rem;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    margin-top: 8px;
    /*  text-transform: uppercase;*/
    display: table;
}
header .header-text ul {
    margin: 0px;
    padding: 1px 0px 1px 18px;
    position: relative;
}
header .header-text ul li {
    margin: 0px;
    padding: 0px;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    list-style: none;
    color: #2d4a2c;
    line-height: 1;
}
header .header-text ul li::before {
    content: "";
    border-color: transparent #2d4a2c;
    border-style: solid;
    border-width: 0.45em 0 0.45em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}
header .header-text p {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    color: #2d4a2c;
    font-size: 1.1rem;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 1.4;
}
header .header-text p span {
    margin: 0px;
    padding: 0px;
    color: #2d4a2c;
    font-size: 1.6rem;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-style: italic;
}
/*new npf & form css aded START */
.desktop-npf {
    position: absolute;
    right: 6%;
    top: -21%;
    max-width: 350px;
    display: block;
}
.query-form {
    max-width: 350px;
    float: right;
    padding: 10px;
    background: rgba(255, 255, 255, .40);
    border: 1px solid #151951;
}
.mobile-npf {
    display: none;
    text-align: center;
    background: #facd5d;
    padding: 0px;
    max-width: 100%;
    width: 100%;
}
.mobile-npf h3 {
    color: #000;
    font-size: 32px;
    margin-top: 20px;
}
.mobile-npf p {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px
}
.enqu-form {
    position: relative;
    margin: 0px 20px 0 20px;
    padding-top: 50px;
}
/*new npf & form css aded END */
/* old by form css
.query-form {
  position: absolute;
  right: 50px;
  top: 100px;
  max-width: 360px;
  width: 360px;
}
.thankyou-form {
  position: relative;
  background: rgba(0, 0, 0, .80);
  border-radius: 10px;
  padding: 30px;
  width: 380px;
}
.enqu-form {
  position: relative;
  margin: 20px
}
*/
#prog-offer {
    position: relative;
    /*  z-index: 100;*/
    padding: 10px 0 30px 0;
    background: #fff url("../images/mba_mu_prog_offer_bg.jpg") center/cover no-repeat;
}
#prog-offer .prowrap {
    padding: 0px 0px;
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
#prog-offer .prowrap h2 {
    font-size: 36px;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: left;
    font-family: 'Heading Pro';
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0px;
}
#prog-offer .prowrap h2 span {
    /*  color: #efac01;*/
    color: #fff;
}
#prog-offer .prowrap .whitebg {
    padding: 0px 0px 30px 0px;
    position: relative;
    background: #fff;
}
#prog-offer .prowrap .whitebg h4 {
    font-size: 16px;
    margin: 0;
    line-height: 1;
    color: #000;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 15px 80px 15px 30px;
    -webkit-clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
    background: #ffc000;
}
#prog-offer .prowrap .whitebg div {
    padding: 1px 0px 1px 13px;
    margin: 0px;
    position: relative;
}
#prog-offer .prowrap .whitebg div p {
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: left;
    font-size: 14px;
    color: #000;
    margin: 0px 0px 0px -20px;
    padding: 15px 0 0 0;
    line-height: 1.4;
}
#prog-offer .prowrap .whitebg div ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#prog-offer .prowrap .whitebg div ul li {
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    color: #000;
    margin: 0px;
    line-height: 1.4;
    padding: 5px 10px 0px 10px;
}
#prog-offer .prowrap .whitebg div ul li::before {
    content: "";
    border-color: transparent #2d4a2c;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}
#prog-offer .prowrap .whitebg div img {
    max-width: 450px;
    width: 100%;
    margin-top: -20px;
}
#prog-offer .prowrap .whitebg .greenbox {
    display: block;
    /*justify-content: flex-start;*/
    /*align-items: center;*/
    padding: 10px;
    background: #2a4529;
    position: absolute;
    bottom: -10px;
    left: -10%;
    margin: 0;
}
#prog-offer .prowrap .whitebg .greenbox h6 {
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 3px 30px 3px 10px;
    line-height: 1.2;
}
#prog-offer .prowrap .whitebg .greenbox h6 span {
    color: #ffc000;
}
#about-mba {
    position: relative;
    padding: 30px 0 30px 0;
}
#about-mba .mbawrap {
    padding: 0px 0px 0px 0px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
#about-mba .mbawrap h2 {
    font-size: 36px;
    margin: 0;
    line-height: 1;
    color: #2b5f45;
    text-align: left;
    font-family: 'Heading Pro';
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px;
}
#about-mba .mbawrap h2 span {
    color: #efac01;
}
#about-mba .mbawrap .boxholder {
    border: 4px solid #507b65;
    position: relative;
    margin: 0px;
    padding: 30px 30px 15px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 120px;
    height: 100%;
}
#about-mba .mbawrap .boxmask {
    position: absolute;
    top: -4px;
    left: 35px;
    /*  width: 30%;*/
    padding: 0px 10px;
    height: 5px;
    z-index: 11;
    background-color: #fff;
}
#about-mba .mbawrap .boxmask img {
    width: 60px;
    /*  height: 63px;*/
    margin-top: -35px;
}
#about-mba .mbawrap .boxholder p {
    font-size: 1rem;
    margin: 0;
    line-height: 1.3;
    color: #000;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 0px;
}
#about-mba .mbawrap .boxholder p span {
    font-weight: 700;
}
#about-mba p.notes {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    color: #000;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: normal;
    padding: 5px 0px;
}
#meetdean {
    position: relative;
    /*  z-index: 100;*/
    padding: 10px 0 30px 0;
    background: #fff url("../images/meet_bg.jpg") center/cover no-repeat;
}
#meetdean .meetwrap {
    padding: 0px 0px;
    display: block;
}
#meetdean .meetwrap .meetrightcol {
    position: relative;
    padding: 0px 10px;
}
#meetdean .meetwrap .bioimg {
    position: relative;
    z-index: 111;
}
#meetdean .meetwrap h2 {
    font-size: 36px;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: left;
    font-family: 'Heading Pro';
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0px;
}
#meetdean .meetwrap h2 span {
    color: #efac01;
}
#meetdean .meetwrap h3 {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1;
    color: #2d4a2c;
    text-align: left;
    font-family: 'Heading Pro';
    font-weight: bold;
    /*   background: #efac01;*/
    padding: 0px 0px;
    /*	display: inline-block;*/
    z-index: 1;
    display: block;
    position: relative;
}
#meetdean .meetwrap .yellopatch {
    position: absolute;
    padding: 10px 0;
    background: #efac01;
    width: 55%;
    /*height: 60px;*/
    z-index: 0;
    top: 11%;
    left: -20%;
}
#meetdean .meetwrap h3::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -9px;
    right: 0px;
    background: #efac01;
}
#meetdean .meetwrap p {
    font-size: 15px;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: normal;
    padding: 25px 0 0 0px;
}
#meetdean .meetwrap p span {
    font-weight: bold;
}
#meetdean .meetwrap span.linebreak {
    display: block;
}
#meetdean .meetwrap ul.bulllist p {
    font-family: 'Montserrat';
    font-weight: bold;
    text-align: left;
    font-size: 15px;
    color: #efac01;
    margin: 0px;
    line-height: 1.4;
    padding: 15px 0px 0px 0px;
}
#meetdean .meetwrap ul.bulllist {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#meetdean .meetwrap ul.mrtop {
    margin-top: 2rem;
}
#meetdean .meetwrap ul.bulllist li {
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin: 0px;
    line-height: 1.4;
    padding: 0px 0px 0px 15px;
}
#meetdean .meetwrap ul.bulllist li span {
    display: block;
}
#meetdean .meetwrap ul.bulllist li::before {
    content: "";
    background: #efac01;
    border-radius: 50px;
    display: block;
    height: 5px;
    width: 5px;
    left: -1em;
    top: .9em;
    position: relative;
}
#meetdean .meetwrap .awards {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
}
/*#meetdean .meetwrap .awards .divimg { float: left; position: relative;}*/
#meetdean .meetwrap .awards .divtxt {
    float: right;
    position: relative;
    padding: 0 0 0 20px;
}
#meetdean .meetwrap .awards img {
    width: 100%;
    max-width: 60px;
}
#meetdean .meetwrap .awards .divtxt h5 {
    font-family: 'Montserrat';
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    color: #efac01;
    margin: 0px;
    line-height: 1.4;
    padding: 0px 0px 0px 0px;
    display: block;
}
#meetdean .meetwrap .awards .divtxt p {
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin: 0px;
    line-height: 1.4;
    padding: 5px 0px 0px 0px;
}
#meetdean .meetwrap .awards p span {
    display: block;
}
#place-height {
    position: relative;
    /*  z-index: 100;*/
    padding: 10px 0 10px 0;
    background: #fff url("../images/mba_mu_placement_bg.jpg") center/cover no-repeat;
}
#place-height .placewrap {
    padding: 0px 0px;
    display: block;
}
#place-height .placewrap h2 {
    font-size: 36px;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: left;
    font-family: 'Heading Pro';
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0px;
}
#place-height .placewrap h2 span {
    color: #efac01;
}
#place-height .placement-col .desktopshow {
    display: block;
}
#place-height .placement-col .mobshow {
    display: none;
}
#place-height .placewrap .placewrap-bg {
    border-radius: 150px;
    background: #facd5d;
    height: 120px;
    margin: 30px 0 30px 0;
    position: relative;
    width: 100%;
}
#place-height .placewrap .placewrap-bg .mainwarp {
    padding: 0px 50px;
    display: block;
    position: relative;
    top: -50px;
}
#place-height .placewrap .placewrap-bg .mainwarp .placediv {
    transition: 1s;
    position: relative;
    background: url("../images/mu_placement_bgnew.png") no-repeat top center;
    background-size: 100%;
    padding: 10px 0;
    min-height: 240px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*  width: 180px;*/
    margin: 0px 0px 0px 0px;
}
#place-height .placewrap .placewrap-bg .mainwarp .placediv div {
    display: flex;
    justify-content: center;
    align-items: center;
}
#place-height .placewrap .placewrap-bg .mainwarp .placediv div img {
    width: 45px;
    max-height: 50px;
    height: auto;
    position: relative;
    top: -45px;
    left: 10px;
}
#place-height .placewrap .placewrap-bg .mainwarp .placediv div p {
    font-family: 'Montserrat';
    font-size: 13px;
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
    text-align: left;
    display: block;
    position: relative;
    top: 20px;
    left: -35px;
}
#place-height .placewrap .placewrap-bg .mainwarp .placediv div p span {
    font-family: 'Montserrat';
    font-weight: bold;
    display: block;
}
/* the slides */
#place-height .placement-slider2 .slick-slide {
    margin: 10px 10px;
}
/* the parent */
#place-height .placement-slider2 .slick-list {
    margin: 0px 5px;
    /*	width: 100%;*/
    overflow: visible;
}
#place-height .placement-slider2 .slick-next {
    right: 20px;
}
#place-height .placement-slider2 .slick-prev {
    right: 90px;
    left: auto
}
#place-height .placement-slider2 .slick-next:before {
    content: url(../images/next-arrow.png);
    width: 55px;
    height: 44px;
}
#place-height .placement-slider2 .slick-prev:before {
    content: url(../images/prev-arrow.png);
    width: 55px;
    height: 44px;
}
/*
#place-height .placement-slider2 img { 
	width:100%
}
*/
/**new added for slider plcement highlight logos start **/
#place-height .placement-col {
    margin: 50px 0 20px 0;
    width: 100%;
    /*	background:#fffaeb; */
    padding: 20px;
}
#place-height .placement-col .placement-slider img {
    -webkit-box-shadow: 0px 0px 5px 3px rgba(119, 119, 119, 0.19);
    -moz-box-shadow: 0px 0px 5px 3px rgba(119, 119, 119, 0.19);
    box-shadow: 0px 0px 5px 3px rgba(119, 119, 119, 0.19);
}
/* the slides */
.placement-slider .slick-slide {
    margin: 10px 10px;
}
/* the parent */
.placement-slider .slick-list {
    margin: -10px -10px;
}
.placement-slider .slick-next {
    right: 20px;
}
.placement-slider .slick-prev {
    right: 90px;
    left: auto
}
.placement-slider .slick-next:before {
    content: url(../images/next-arrow.png);
    width: 55px;
    height: 44px;
}
.placement-slider .slick-prev:before {
    content: url(../images/prev-arrow.png);
    width: 55px;
    height: 44px;
}
.placement-slider img {
    width: 100%
}
/**new added for slider plcement highlight logos end**/
#place-height .placewrap .imgset {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2), -5px -5px 8px 3px rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2), -5px -5px 8px 3px rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2), -5px -5px 8px 3px rgb(255, 255, 255);
    margin: 10px 0;
}
#place-height .placewrap .imgset img {
    width: 100%;
    height: auto;
}
#inter-collab {
    position: relative;
    /*  z-index: 100;*/
    padding: 100px 0 50px 0px;
    background: #ebebeb;
}
#inter-collab .interwrap {
    padding: 0px 0px;
}
#inter-collab .interwrap h2 {
    font-size: 36px;
    margin: 0;
    line-height: 1;
    color: #2b5f45;
    text-align: left;
    font-family: 'Heading Pro';
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px;
}
#inter-collab .interwrap h2 span {
    color: #efac01;
}
#inter-collab .interwrap p {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    color: #000;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: normal;
    padding: 5px 0px 5px 5px;
}
#inter-collab .interwrap .headdiv {
    position: relative;
    display: block;
    left: 50px;
    margin-top: -30px;
}
#inter-collab .interwrap .imgwrap {
    display: flex;
    justify-content: center;
    align-items: inherit;
    flex-direction: row;
}
#inter-collab .interwrap .imgwrap1 {
    position: relative;
    left: -7px;
    width: 100%;
    z-index: 11;
}
#inter-collab .interwrap::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    /*		    top: 15%;*/
    bottom: 18%;
    border: solid 3px #2b5f45;
    width: 75%;
    height: 68%;
    /*	background: red;*/
    margin: 0 auto;
}
/*
#inter-collab .interwrap .imgwrap .imgwrap2 {
  position: relative;
  right: 0;
  border: solid 3px #2b5f45;
  width: 100%;
  top: -125px;
}
*/
#inter-collab .interwrap .imgwrap .imgwrap2 img {
    padding: 0px 30px 0px 50px;
    /*	margin-left: 50px;*/
    margin-top: -60px;
}
#gain {
    position: relative;
    /*  z-index: 100;*/
    padding: 0px;
    margin: 0px;
    background: #fff url("../images/gain_bg.jpg") top center/cover no-repeat;
}
#gain .gainwrap {
    padding: 20px 0px 30px 0px;
}
#gain .gainwrap h1 {
    font-size: 36px;
    margin: 0 auto;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-family: 'Heading Pro';
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px 5px 20px;
    border: solid 1px #fff;
    display: table;
}
#gain .gainwrap h1 span {
    /*  color: #efac01;*/
    color: #efac01;
}
#advisory-committe {
    position: relative;
    /*  z-index: 100;*/
    padding: 0px 0 0px 0;
    background: #fff url("../images/mba_mu_international_bg.jpg") top/cover no-repeat;
}
#advisory-committe .committewrap {
    padding: 30px 0px;
    display: block;
}
#advisory-committe .committewrap h2 {
    font-size: 36px;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: left;
    font-family: 'Heading Pro';
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0px;
}
#advisory-committe .committewrap h2 span {
    color: #efac01;
}
.faculty-slider {
    position: relative;
    padding: 0px 100px;
}
.faculty-slider .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faculty-slider .item .faculty-item {
    text-align: center;
    min-height: 350px;
    height: 100%;
    background: #ffffff;
    padding: 10px;
    margin-top: 50px;
    border-bottom: solid 7px #efac01;
    border-collapse: separate;
    display: block;
}
.faculty-slider .item .faculty-item img {
    display: inline-block;
    margin-top: -65px;
    position: relative;
    width: auto;
    height: 190px;
}
.faculty-slider .item .faculty-item h4 {
    color: #000000;
    line-height: 1.3;
    margin-bottom: 5px;
    /*  text-transform: uppercase;*/
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: bold;
    margin: 0px;
    padding: 10px 0 5px 0;
}
.faculty-slider .item .faculty-item p {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Montserrat';
    font-weight: normal;
}
/* the slides */
.faculty-slider .slick-slide {
    margin: 15px 20px;
}
.faculty-slider .slick-slide img {
    display: inline-block
}
/* the parent */
.faculty-slider .slick-list {
    margin: 15px -20px;
}
.faculty-slider .slick-next {
    right: -50px;
    top: 55%
}
.faculty-slider .slick-prev {
    left: -70px;
    top: 55%
}
.faculty-slider .slick-next:before {
    content: url("../images/mba_mu-next-arrow-sm.png");
    width: 60px;
    height: 60px;
}
.faculty-slider .slick-prev:before {
    content: url("../images/mba_mu-prev-arrow-sm.png");
    width: 60px;
    height: 60px;
}
/*********/
#about-university {
    position: relative;
    padding: 50px 0 60px 0;
    background: #fff;
}
#about-university .abtwrap {
    padding: 0px 0px 0px 0px;
}
#about-university .abtwrap h2 {
    font-size: 36px;
    margin: 0;
    line-height: 1;
    color: #2b5f45;
    text-align: left;
    font-family: 'Heading Pro';
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px 10px 10px;
}
#about-university .abtwrap h2 span {
    color: #efac01;
}
#about-university .abtwrap p {
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
    color: #000;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: normal;
    padding: 5px 0px 0px 5px;
}
#about-university .abtwrap .about-col {
    padding: 0 140px;
}
#about-university .abtwrap .about-col-new {
    padding: 0 0px;
}
#about-university .abtwrap .heading {
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Heading Pro';
    font-weight: bold;
    color: #2b5f45;
    text-align: left;
    padding: 40px 0 20px 0;
}
#about-university .abtwrap .heading span {
    font-weight: 300;
}
#about-university .abtwrap .image {
    margin-top: 140px;
}
#about-university .abtwrap .featured-col {
    margin: 20px 0;
    transition: 1s;
    position: relative;
    background: url("../images/mba_mu_university_bg.png") no-repeat top left;
    background-size: 100%;
    padding: 10px 0;
    min-height: 260px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#about-university .abtwrap .featured-col .content-wrapper {
    position: relative;
    margin-top: -86px;
    bottom: 0;
}
#about-university .abtwrap .featured-col .content-wrapper h6 {
    font-size: 28px;
    line-height: 1.2;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #2b5f45;
    text-align: center;
}
#about-university .abtwrap .featured-col .content-wrapper .h6 {
    font-size: 17px;
}
#about-university .abtwrap .featured-col .content-wrapper h6 span {
    color: #efac01;
}
#about-university .abtwrap .featured-col .content-wrapper p {
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 0px 0px 0px 0px;
}
#student-testimonials {
    position: relative;
    padding: 50px 0;
    background: #fff url("../images/mba_mu_tesi_bg.jpg") center/cover no-repeat;
}
#student-testimonials .student-wrap {
    padding: 0px 100px;
}
#student-testimonials .student-wrap h3 {
    font-size: 36px;
    font-family: 'Heading Pro';
    text-transform: uppercase;
    color: #facd5d;
    text-align: left;
    line-height: 1.2;
}
#student-testimonials .student-wrap .student-col {
    margin: 20px 0 0 0;
    width: 100%;
    padding: 20px 0px;
}
#student-testimonials .student-wrap .student-col .quote {
    max-width: 45px;
    height: auto;
    width: 100%;
}
#student-testimonials .student-wrap .student-col .textimgdiv {
    padding: 10px 10px;
}
#student-testimonials .student-wrap .student-col .img-studnt {
    width: 350px;
    height: auto;
}
#student-testimonials .student-wrap .student-col p {
    font-size: 15px;
    line-height: 25px;
    padding: 15px 0px 35px 0;
    margin: 0;
    font-family: 'Montserrat';
    color: #fff;
    text-align: left;
}
#student-testimonials .student-wrap .student-col h5 {
    color: #facd5d;
    line-height: 1.3;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: bold;
}
#student-testimonials .student-wrap .student-col h6 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.3;
    font-family: 'Montserrat';
}
#student-testimonials .student-wrap .student-col h6.h6 {
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
    padding: 8px 0px;
    font-family: 'Montserrat';
}
#student-testimonials .student-wrap .student-col .logoadd {
    padding: 15px 0;
    text-align: left;
}
#student-testimonials .student-wrap h1 {
    line-height: 1.2;
    color: #000;
    /*  text-transform: uppercase;*/
    font-weight: 700;
    font-size: 25px;
    font-family: 'Heading Pro';
    float: right;
    background: #fff;
    padding: 5px 25px 0px 25px;
    border-radius: 20px;
    margin-right: -10px;
    /*
display: block;
text-align: right;
width: fit-content;
*/
}
#student-testimonials .student-wrap h1::after {
    content: "";
    display: inline-block;
    padding-top: 1px;
    width: 90%;
    margin-top: 25px;
    background-color: #FFFFFF;
    float: right;
    position: absolute;
    right: 0;
    left: 2%;
    top: -7px;
    z-index: -1;
}
/* the slides */
.student-slider .slick-slide {
    margin: 10px 10px;
}
/* the parent */
.student-slider .slick-list {
    margin: -10px -10px;
}
.student-slider .slick-prev, .student-slider .slick-next {
    top: -60px;
}
.student-slider .slick-next {
    right: 0px;
}
.student-slider .slick-prev {
    right: 40px;
    left: auto
}
.student-slider .slick-next:before {
    content: url(../images/mu-next-arrow-sm.png);
    width: 35px;
    height: 29px;
}
.student-slider .slick-prev:before {
    content: url(../images/mu-prev-arrow-sm.png);
    width: 35px;
    height: 29px;
}
/*.student-slider img { width:100%}*/
#campuslife {
    background: #ffffff;
    /*  min-height: 300px;*/
    overflow: visible;
    /*  padding: 50px 0;*/
}
#campuslife .container-fluid1 {
    padding: 0px;
}
#campuslife .campuslife-wrap {
    /*  padding: 0px 100px;*/
}
#campuslife h3 {
    font-size: 36px;
    font-size: 2.50rem;
    margin: 0em 0 0;
    text-transform: uppercase;
    color: #f58733;
    padding-bottom: 10px;
    line-height: 1;
    position: relative;
    border-bottom: 1px solid #f58733
}
#tollnum {
    background: #facd5d;
    padding: 5px 0;
    position: relative;
}
#tollnum .tollwrap {
    padding: 0 0 0 0px;
}
#tollnum .tollwrap p.copyrights2 {
    text-align: center;
    font-size: 18px;
    padding: 7px 0;
    margin: 0px;
    color: #2b5f45;
    font-family: 'Montserrat';
    font-weight: 400;
}
#tollnum .tollwrap p.copyrights2 span {
    font-weight: 700;
}
/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
.site-footer {
    background: #2b5f45;
    padding: 5px 0;
}
.site-footer .footer-wrap {
    padding: 0 0 0 0px;
}
.site-footer h6 {
    background: #f58733;
    color: #000;
    font-size: 18px;
    padding: 5px 8px;
    display: inline-block;
    top: -16px;
    left: 90px;
    position: absolute;
    text-transform: uppercase;
}
.site-footer p.copyrights2 {
    text-align: center;
    font-size: 16px;
    padding: 7px 0;
    margin: 0px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 400;
}
.site-footer p.copyrights {
    text-align: right;
    font-size: 16px;
    padding: 10px 0;
    margin-top: 10px;
    color: #ffffff;
}

#prog-offer .prowrap .whitebg div ul {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 2%;
	    text-align: left;
    float: left;
}
/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/

/*******top banner section*****/

.bansec  {
    position: relative;
    width: 100%;
}

 .bansec .banimg {
    width: 100%;
}

.nobox {
    width: 400px;
    position: absolute;
    top: 16%;
    float: right;
    right: 5%;
}
    .slick-slide .imgoe {
    display: block;
    width: 100%;
}

.fullwiboxsc img {width: 100%;}
#prog-offer .prowrap .whitebg div ul li {
    font-size: 17px;
}


@media (max-width: 1600px) {
.nobox {
    top: 6%;
}
}
@media (max-width: 1367px) {
    #inter-collab .interwrap::before {
        width: 85%;
    }
    #meetdean .meetwrap h3::after {
        bottom: -9px;
    }
    #inter-collab .interwrap .imgwrap .imgwrap2 img {
        margin-top: -65px;
    }
    #about-university .abtwrap .featured-col .content-wrapper {
        position: relative;
        margin-top: -70px;
        bottom: 0;
    }


.nobox {
    top: 3%;
    right: 2%;
}
}


/*Large devices (desktops, less than 1260px)*/
@media (max-width: 1261px) {
    #meetdean .meetwrap .yellopatch {
        top: 11%;
        left: -14%;
    }
    #inter-collab .interwrap::before {
        width: 90%;
    }
}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }
    #inter-collab .interwrap::before {
        width: 90%;
    }
    #inter-collab .interwrap .imgwrap .imgwrap2 img {
        padding: 30px 20px 20px 30px;
        margin-left: 0px;
    }
    #meetdean .meetwrap ul.bulllist li span {
        display: inline;
    }
    #meetdean .meetwrap .awards p span {
        display: inline;
    }

.nobox {
    position: relative;
    max-width: 400px;
    width: 96%;
    margin: 20px auto;
    display: block;
    }

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    html {
        font-size: 14px;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    p {
        font-size: 14px;
    }
    .heading-title > span {
        font-size: 1rem;
    }
}
	
	
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    html, body {
        font-size: 14px;
        overflow-x: hidden;
    }
    header .header-text h3 {
    background: #fff;
    width: fit-content;
    padding: 5px 10px;
}
    .linebreak {
        display: inline;
    }
    .logo img {
        max-width: 300px;
        width: 100%;
    }
    .desktop-npf {
        display: none
    }
    .mobile-npf {
        display: block;
        padding: 20px;
    }
    header {
        background: #ffffff url("../images/mba_mu_bannerv3.jpg") no-repeat;
        padding: 10px 0;
        background-position: 20% 0%;
        background-size: cover;
        min-height: 450px;
        /*    z-index: 10;*/
        /*    padding-bottom: 20px;*/
    }
    #place-height {
        padding: 20px 0;
    }
    header .header-text {
        padding: 90px 0px 25px 0px;
    }
    #prog-offer .prowrap .whitebg div ul li {
        padding: 1px 15px 0px 0px;
    }
    #prog-offer .prowrap .whitebg div img {
        max-width: 450px;
        width: 100%;
        margin-top: 20px;
        margin-left: -25px;
    }
    #meetdean .meetwrap .bioimg {
        position: relative;
        z-index: 111;
        max-width: 400px;
        width: 100%;
    }
    #meetdean .meetwrap .meetrightcol {
        position: relative;
        padding: 0px 15px;
    }
    #meetdean .meetwrap .yellopatch {
        top: 9%;
        left: -16%;
    }
    #meetdean .meetwrap ul.mrtop {
        margin-top: 0rem;
    }
    #about-mba .mbawrap .boxholder {
        padding: 30px 10px 15px 15px;
    }
    /*	#prog-offer .prowrap .whitebg div ul li {padding: 0px 10px;}*/
    #place-height .placement-col {
        margin: 30px 0 30px 0;
    }
    #place-height .placewrap .placewrap-bg .mainwarp {
        padding: 0px 12px;
        display: block;
        position: relative;
        top: -35px;
    }
    #place-height .placement-col .desktopshow {
        display: none;
    }
    #place-height .placement-col .mobshow {
        display: block;
    }
    #place-height .placewrap .placewrap-bg .mainwarp .placediv {
        background: url("../images/mu_placement_bgnew.png") no-repeat top left;
        background-size: 150px;
    }
    #place-height .placewrap .placewrap-bg .mainwarp .placediv div img {
        top: -55px;
        left: 10px;
    }
    #place-height .placewrap .placewrap-bg .mainwarp .placediv div p {
        top: 8px;
        left: -35px;
    }
    #inter-collab .interwrap::before {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        top: 5%;
        bottom: -5%;
        border: solid 3px #2b5f45;
        width: 80%;
        height: 90%;
    }
    #inter-collab {
        position: relative;
        z-index: 100;
        padding: 50px 0 0px 0px;
    }
    #inter-collab .interwrap .headdiv {
        left: 0px;
        top: 2rem;
    }
    #inter-collab .interwrap .imgwrap {
        flex-direction: column;
        padding-bottom: 70px;
    }
    #inter-collab .interwrap .imgwrap .imgwrap1 {
        left: 0;
        padding: 15px 0px;
    }
    #inter-collab .interwrap .imgwrap .imgwrap2 {
        top: 20px;
    }
    #inter-collab .interwrap .imgwrap .imgwrap2 img {
        padding: 0px 30px 0px 30px;
        margin-left: 0px;
        margin-top: 50px;
    }
    .faculty-slider {
        padding: 0px 0px;
    }
    #about-university .abtwrap .about-col {
        padding: 0 0px;
    }
    #about-university .abtwrap .featured-col {
        background-size: 100%;
        margin: 0px;
    }
    #student-testimonials .student-wrap {
        padding: 0px 0px;
    }
    #student-testimonials .student-wrap .student-col .img-studnt {
        width: 250px;
        height: auto;
        margin: 0 auto;
    }
    .site-footer .footer-wrap {
        padding: 0px;
    }
    .site-footer p.copyrights2 {
        text-align: center;
        font-size: 14px;
        padding: 5px 0;
        /*  margin-top: 10px;*/
        color: #ffffff;
    }
    .thankyou-form {
        position: relative;
        background: rgba(0, 0, 0, .80);
        border-radius: 10px;
        padding: 30px;
        width: 100%;
        left: 0;
        top: 0;
    }
}
@media (max-width: 576px) {
    html {
        font-size: 13px;
    }
    header {
        background: #ffffff url("../images/mba_mu_bannerv3.jpg") no-repeat;
        padding: 10px 0;
        background-position: 30% 0%;
        background-size: cover;
        min-height: 400px;
        /*    z-index: 10;*/
        /*    padding-bottom: 20px;*/
    }
    #about-university {
        position: relative;
        padding: 30px 0 30px 0;
    }
    #meetdean .meetwrap span.linebreak {
        display: inline;
    }
    #prog-offer .prowrap .whitebg .greenbox {
        left: 0px;
    }
    #meetdean .meetwrap .bioimg {
        position: relative;
        z-index: 111;
        max-width: 300px;
        width: 100%;
    }
    #meetdean .meetwrap .yellopatch {
        top: 7.8%;
        left: -7%;
    }
    #meetdean .meetwrap h3::after {
        bottom: -9px;
    }
    #gain .gainwrap {
        padding: 5px 0px 15px 0px;
    }
    #gain .gainwrap h1 {
        font-size: 2rem;
        padding: 10px 10px 5px 10px;
    }
    #inter-collab .interwrap::before {
        width: 98%;
    }
    #place-height .placement-col {
        margin: 10px 0 10px 0;
    }
    #place-height .placewrap .placewrap-bg .mainwarp .placediv {
        background: url("../images/mu_placement_bgnew.png") no-repeat top left;
        background-size: auto;
        background-size: 150px;
        margin-left: 2px;
    }
    #about-university .abtwrap .featured-col {
        background-size: 100%;
        margin: 10px 6px;
    }
    #about-university .abtwrap .featured-col .content-wrapper {
        margin-left: -5px;
    }
    #student-testimonials .student-wrap h1 {
        font-size: 18px;
    }
    #student-testimonials .student-wrap h1::after {
        top: -12px;
    }
    #student-testimonials .student-wrap .student-col .img-studnt {
        width: 200px;
        height: auto;
        margin: 0 auto;
    }
    #student-testimonials .student-wrap .student-col p {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 481px) {
    header {
        background: #ffffff url("../images/mba_mu_bannerv3.jpg") no-repeat;
        padding: 10px 0;
        background-position: 30% 0%;
        background-size: cover;
        min-height: 400px;
        /*    z-index: 10;*/
        /*    padding-bottom: 20px;*/
    }
    #meetdean .meetwrap .yellopatch {
        top: 6.2%;
        left: 0;
    }
    #prog-offer .prowrap h2, #about-mba .mbawrap h2, #place-height .placewrap h2, #place-height .placewrap h2, #inter-collab .interwrap h2, #advisory-committe .committewrap h2, #about-university .abtwrap h2, #student-testimonials .student-wrap h3, #meetdean .meetwrap h2 {
        font-size: 25px;
    }
    header .header-text h3 {
       font-size: 1.25rem;
    background: #fff;
    width: fit-content;
    padding: 5px 10px;
    }
    header .header-text h4, header .header-text h5 {
        font-size: 1.3rem;
    }
    #place-height .placewrap .placewrap-bg .mainwarp .placediv {
        background: url("../images/mu_placement_bgnew.png") no-repeat top left;
        background-size: auto;
        background-size: 180px 190px;
        margin-left: 15px !important;
    }
    #about-university .abtwrap .featured-col {
        background-size: 200px 200px;
        margin: 5px 0px 2px 10px;
        min-height: 210px;
        height: 100%;
    }
    #about-university .abtwrap .featured-col .content-wrapper {
        margin-top: -60px;
    }
    #about-university .abtwrap .featured-col .content-wrapper h6 {
        font-size: 22px;
    }
    #about-university .abtwrap .featured-col .content-wrapper p {
        font-size: 15px;
    }
    #about-university .abtwrap .featured-col .content-wrapper .h6 {
        font-size: 14px;
        padding-top: 10px;
    }
}
@media (max-width: 426px) {
    header {
        background: #ffffff url("../images/mba_mu_bannerv3.jpg") no-repeat;
        padding: 10px 0;
        background-position: 30% 0%;
        background-size: cover;
        min-height: 400px;
        /*    z-index: 10;*/
        /*    padding-bottom: 20px;*/
    }
    #meetdean .meetwrap .yellopatch {
        top: 6%;
        left: -10px;
        width: 65%;
    }
    #prog-offer .prowrap .whitebg div ul {
        padding: 0px 10px 0 0px;
    }
    #prog-offer .prowrap .whitebg div ul li {
        line-height: 1.4;
        padding: 0px 0px 0px 0px;
    }
    #prog-offer .prowrap h2, #about-mba .mbawrap h2, #place-height .placewrap h2, #place-height .placewrap h2, #inter-collab .interwrap h2, #advisory-committe .committewrap h2, #about-university .abtwrap h2, #student-testimonials .student-wrap h3 {
        font-size: 22px;
    }
    header .header-text p {
      font-size: .9rem;
    background: #fff;
    line-height: normal;
    padding: 10px;
    width: fit-content;
    margin: 27px 0 0 0;
}
    #place-height .placewrap .placewrap-bg .mainwarp .placediv {
        background: url("../images/mu_placement_bgnew.png") no-repeat;
        background-size: auto;
        background-size: 160px 170px;
        margin-left: 10px !important;
    }
    #place-height .placewrap .placewrap-bg .mainwarp .placediv div {
        margin-top: -20px;
    }
    #about-university .abtwrap .featured-col .content-wrapper p {
        font-size: 12px;
    }
    #about-university .abtwrap .featured-col .content-wrapper .h6 {
        font-size: 11px;
    }
    #about-university .abtwrap h2 {
        padding: 10px 0px 10px 10px;
    }
    #about-university .abtwrap .featured-col {
        background-size: 170px 150px;
        margin: 5px 0px 2px 10px;
        min-height: 160px;
        height: 100%;
    }
    #about-university .abtwrap .featured-col .content-wrapper {
        margin-top: -50px;
    }
    #about-university {
        padding: 30px 0 20px 0;
    }
    #student-testimonials {
        padding: 30px 0;
    }
    #about-mba, #place-height {
        padding: 10px 0 10px 0;
    }
}
@media (max-width: 376px) {
    header {
        background: #ffffff url("../images/mba_mu_bannerv3.jpg") no-repeat;
        padding: 10px 0;
        background-position: 25% 0%;
        background-size: cover;
        min-height: 400px;
        /*    z-index: 10;*/
        /*    padding-bottom: 20px;*/
    }
    header .header-text {
        padding: 50px 0px 25px 0px;
    }
    header .header-text p {
        font-size: .9rem;
    }
    #meetdean .meetwrap .yellopatch {
        top: 5.6%;
        left: 0;
        width: 70%;
    }
    #tollnum .tollwrap p.copyrights2 {
        text-align: center;
        font-size: 15px;
    }
    #about-mba .mbawrap .boxholder {
        padding: 25px 10px 15px 10px;
    }
    #place-height .placewrap .placewrap-bg .mainwarp .placediv div {
        margin-top: -0px;
        margin-left: 20px;
    }
    #about-mba .mbawrap .boxholder p {
        font-size: 12px;
        line-height: 1.3;
    }
    #place-height .placewrap .placewrap-bg .mainwarp .placediv {
        background: url("../images/mu_placement_bgnew.png") no-repeat top left;
        background-size: auto;
        background-size: 140px 190px;
        margin-left: 10px !important;
    }
    #about-university .abtwrap .featured-col {
        background-size: 100%;
        /*        min-height: 150px;*/
        height: 100%;
    }
    #about-university .abtwrap .featured-col .content-wrapper {
        margin-top: -40px;
    }
    #about-university .abtwrap .featured-col .content-wrapper h6 {
        font-size: 18px;
    }
    #about-university .abtwrap .featured-col .content-wrapper p {
        font-size: 11px;
    }
    #prog-offer .prowrap .whitebg h4 {
        padding: 15px 25px 15px 10px;
        font-size: 14px;
    }
    #prog-offer .prowrap .whitebg .greenbox h6 {
        font-size: 15px;
    }
    #inter-collab .interwrap .imgwrap .imgwrap2 img {
        padding: 0px 10px 0px 10px;
        margin-left: 0px;
        margin-top: 50px;
    }
}
@media (max-width: 360px) {
    header .header-text p {
        font-size: .9rem;
    }
    #meetdean .meetwrap .yellopatch {
        top: 5.4%;
        left: 0;
        width: 72%;
    }
    #about-mba .mbawrap .boxholder {
        padding: 30px 0px 20px 5px;
        margin-top: 10px;
    }
    #place-height .placewrap .placewrap-bg .mainwarp .placediv {
        background: url("../images/mu_placement_bgnew.png") no-repeat top left;
        background-size: auto;
        background-size: 130px 190px;
        margin-left: 10px !important;
    }
    #about-university .abtwrap .featured-col {
        background-size: 140px 150px;
        margin: 5px 0px 2px 5px;
        min-height: 150px;
        height: 100%;
    }
    #about-university .abtwrap .featured-col .content-wrapper {
        margin-top: -45px;
    }
    #about-university .abtwrap .featured-col .content-wrapper h6 {
        font-size: 16px;
    }
    #about-university .abtwrap .featured-col .content-wrapper p {
        font-size: 11px;
    }
}
@media (max-width: 321px) {
    header {
        background: #ffffff url("../images/mba_mu_bannerv3.jpg") no-repeat;
        padding: 10px 0;
        background-position: 35% 0%;
        background-size: cover;
        min-height: 300px;
        /*    z-index: 10;*/
        /*    padding-bottom: 20px;*/
    }
    header .header-text h4, header .header-text h5 {
        font-size: 1.1rem;
    }
    #prog-offer .prowrap .whitebg .greenbox h6 {
        font-size: 12px;
    }
    #meetdean .meetwrap .yellopatch {
        top: 4.8%;
        left: 0;
        width: 82%;
    }
    header .header-text h3 {
        font-size: 1.2rem;
    }
    header .header-text p {
        font-size: .9rem;
    }
    #place-height .placewrap .placewrap-bg .mainwarp .placediv div {
        margin-top: -30px;
        margin-left: 20px;
    }
    #place-height .placewrap .placewrap-bg .mainwarp .placediv {
        background: url("../images/mu_placement_bgnew.png") no-repeat top left;
        background-size: auto;
        background-size: 115px 170px;
        margin-left: 0px !important;
        margin-top: 10px;
    }
    #about-university .abtwrap .featured-col {
        background-size: 120px 120px;
        margin: 5px 0px 2px 0px;
        min-height: 120px;
        height: 100%;
    }
    #about-university .abtwrap .featured-col .content-wrapper {
        margin-top: -35px;
    }
    #about-university .abtwrap .featured-col .content-wrapper h6 {
        font-size: 16px;
    }
    #about-university .abtwrap .featured-col .content-wrapper p {
        font-size: 10px;
    }
    #about-university .abtwrap .featured-col .content-wrapper .h6 {
        font-size: 10px;
    }
    #about-mba .mbawrap .boxholder p {
        font-size: 10px;
    }
}