*{
	padding: 0;
	margin: 0;
}
@font-face {
    font-family: 'merriweatherbold';
    src: url('../fonts/merriweather-bold-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'merriweatherregular';
    src: url('../fonts/merriweather-regular-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium_2-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular_1-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoBold.woff2') format('woff2'),
         url('../fonts/RobotoBold.woff') format('woff'),
         url('../fonts/RobotoBold.ttf') format('truetype'),
         url('../fonts/RobotoBold.svg#RobotoBold_4') format('svg');
}
@font-face {
    font-family: 'MerriweatherRegular';
    src: url('../fonts/MerriweatherRegular.eot');
    src: url('../fonts/MerriweatherRegular.eot') format('embedded-opentype'),
         url('../fonts/MerriweatherRegular.woff2') format('woff2'),
         url('../fonts/MerriweatherRegular.woff') format('woff'),
         url('../fonts/MerriweatherRegular.ttf') format('truetype'),
         url('../fonts/MerriweatherRegular.svg#MerriweatherRegular') format('svg');
}

ul,
ol {
	list-style: none;
}

img {
	max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
p{
	font-family: 'robotoregular';
	line-height: 29px;
	font-size:16px;
}
input[type="submit"],
textarea,
select,
button,
a {
	outline: none;
	/* safari code */
	-webkit-appearance: none; 
    -webkit-border-radius:0; 
    border-radius: 0;
}

.clearB {
	clear: both;
	display:block;
}

.inquire_form_section {
    margin-top: 20px;
}

.inquirenow {
	position: fixed;
	top: 150px;
	right: 0;
	/*background: #fff; */
	padding: 10px;
	border-radius: 10px 0 0 10px;
	z-index: 1;
	/*border: solid 1px rgba(0,0,0,0.1); */
}
.inquirenow button {
	background: none;
	border: none;
	font-family: 'merriweatherbold';
    color: #000;
	font-size: 20px;
	text-transform: uppercase;
	cursor: pointer;
}
.inquire_box {
    /*position: fixed;
    right: 0;
    z-index: 9;
    background: #ffffff;
    top: 110px;*/
    padding: 23px 30px;
	box-shadow: 0px 0px 15px 0px #6f6f6f;
}
.inquire_box h2{
	font-size:30px;
	font-family: 'merriweatherregular';
	font-weight: normal;
}
.service-box li {
    width: 50%;
    float: left;
    padding: 0 10px;
	margin-bottom: 15px;
	position: relative;
}
.service-box ul li.w100 {
	width: 100%;
	float: none;
	padding: 0;
	position: relative;
}
.service-box label {
    font-size: 13px;
    width: 100%;
	font-family: 'open_sansregular';
	font-weight:700;
    color: #333333;
}
.service-box input, .service-box select, .service-box textarea {
    font-size: 13px;
    color: #5a5757;
    border: 1px solid #cccccc;
    outline: none;
    width: 100%;
    height: 48px;
    padding: 5px 10px;
    font-family: 'open_sansregular';
    font-weight: 500;
	  margin-top: 10px;
    border-radius: 4px;
}

.service-box .btn{background-color: #0b376d;
    width: 219px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-left: 0;
    display: inline-block;
    margin: 0 13px 0 90px;}



.service-box select {
    background: url(../images/select-arrow.png) no-repeat center;
    background-position-x: 97%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.service-box input#otp {
    width: 72%;
}
.otp_box button {
    background: #e5e5e5;
    padding: 6px 7px;
    font-size: 12px;
    font-family: 'open_sansregular';
    border: 0;
	cursor:pointer;
}
.errormsg{
	position: absolute;
    bottom: -15px;
    left: 0;
    padding: 0 5px;
    display: none;
    color: #fff;
    font-size: 12px;
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
    background: #ff0000;
}
.service-box li:nth-child(2) .errormsg {
	left: 12px;
}
.service-box li:first-child {
    padding: 0 15px 0 0;
}
.service-box li:nth-child(2) {
    padding: 0 0 0 12px;
}
.service-box textarea{
	height: 80px;
	resize: none;
}
.otp {
	letter-spacing: 10px;
}

.service-box input .btn-primary {
    width: 175px;
    background-color: #ffd30a;
    border: 0;
}

span.close_btn {
    position: absolute;
    right: 25px;
    font-size: 25px;
    font-family: 'robotoregular';
	cursor:pointer;
	border: none;
	cursor: pointer;
	font-size: 20px;
}
a.close_btn {
    position: absolute;
    right: 25px;
    font-size: 25px;
    font-family: 'robotoregular';
	cursor:pointer;
	border: none;
	cursor: pointer;
	font-size: 20px;
}
a.close_btn:hover {
	background: transparent;
}
.inn_circle.align-right {
    text-align: right;
    padding-right: 22px;
}
.service-box input#otpID {
    width: 72%;
}

/* --- slide form --- */

body {
	right: 0 !important;
}
.sidetogglemenu {
	background-color: white;
	width: 600px;
	height: auto;
	position: fixed;
	top: 110px !important;
	clear: both;
	display: block;
	visibility: 'hidden';
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
div#smallscreentoggler {
	width: 1.5em;
	z-index: 10000;
	color: white;
	position: relative;
	float: right;
	overflow: hidden;
	background: gray;
	font: normal 1.8em Arial;
	margin-bottom: 0.5em;
	text-align: center;
	box-shadow: -3px 3px 5px gray;
	cursor: pointer;
	border-radius: 2px;
	display: none;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
div#smallscreentoggler:hover {
	background: #eee;
	color: black;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
@media screen and (max-width: 480px) {
	div#smallscreentoggler {
		display: block;
		opacity: 0;
	}
	.sidetogglemenu {
		position: fixed;
		border-width: 0;
		border-top-width: 1px;
		width: 100% !important;
		height: auto;
		top: 39px !important;
		box-shadow: 5px 0 5px rgba(174, 174, 174, .8) !important;
		margin-left: 5px;
		margin-bottom: 10px;
		z-index: 99;
	}
}

.cookidiv {
    display: block;
    color: #000;
    background: #ffffffad;    
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    line-height: 25px;
    box-shadow: 0 -2px 5px rgba(0,0,0,.5);
	padding: 17px 0;
}
.cookidiv a {
    color: #862934;
    text-decoration: none;
}

.cookidiv .btn-close-cooki,
.cookidiv .ok_btn {
    float: right;
    background: #862934;
    padding: 5px 15px;
    text-align: center;
    line-height: 1em;
    color: #fff;
    border-radius: 30px;
    font-family: 'robotoregular';
	font-size:12px;
	margin: 0 5px;
}
.L_cooki{
	float:left;
	width:75%;
	padding-right: 140px;
}
.L_cooki p{
	font-size:13px;
	font-family: 'robotoregular';
	line-height:20px;
}
.R_cooki{
	float:right;
	width:25%;
	padding-top: 8px;
}



/*=====program highlight section start=====*/


.ph-section {
    background: #f7f8f9 url(../images/ph-bg.png) right no-repeat;
    background-position-y: 67%;
    padding-top: 43px;
    padding-bottom: 47px;
}

.text-center {
    text-align: center;
}

.ph-container {
    max-width: 873px;
    min-width: auto;
    margin: 0 auto;
}

.ph-container ul {
    list-style: none;
}

ul.ph-circles,
ul.ph-2col,
ul.ph-terms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
}

ul.ph-circles li {
    width: 150px;
    height: 150px;
    background: url(../images/ph-circle.png) no-repeat;
}

ul.ph-circles li .ph-circle {
    display: table;
    width: 100%;
    height: 100%;
}

ul.ph-circles li .ph-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

ul.ph-circles li .ph-text h1 {
    font-family: 'RobotoBold';
    font-size: 55px;
    color: #ffffff;
    line-height: 58px;
}

ul.ph-circles li .ph-text h5 {
    font-family: 'robotomedium';
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    line-height: 17px;
    padding: 0 20px;
}

ul.ph-2col {
    padding-top: 50px;
}

ul.ph-2col li {
    max-width: 420px;
}

ul.ph-2col li .ph-2col-text {
    background-color: #ffffff;
    /* padding: 22px 25px 25px; */
}
	
ul.ph-2col li .ph-2col-text div h1 {
    font-family: 'MerriweatherRegular';
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 13px;
    background: #bb9f65;
    padding: 9px 15px 8px;
}

ul.ph-2col li .ph-2col-text div p {
    font-family: 'robotoregular';
    font-size: 14px;
    color: #666666;
    line-height: 20px;
	padding: 2px 10px 15px 15px;
}

ul.ph-terms {
    padding-top: 29px;
}

ul.ph-terms li {
    width: 177px;
    height: 153px;
    background: url(../images/ph-cross.png) no-repeat;
}

ul.ph-terms li .ph-th {
    font-family: 'robotoregular';
    font-size: 15px;
    color: #ffffff;
    padding-top: 35px;
    padding-left: 53px;
    font-weight: bold;
    letter-spacing: 1px;
}

ul.ph-terms li .ph-term {
    font-family: 'robotoregular';
    font-size: 15px;
    color: #666666;
    padding-top: 28px;
    padding-left: 53px;
}
.bulet {
    color: #862934;
}
.red-color {
    color: #862934;
}
.inn-mba-block li{
	margin: 0 0 20px 0;
    color: #666666;
    font-family: 'robotoregular';
    line-height: 29px;
    font-size: 16px;
}
li.check1 {
    background: url(../images/check1.png) no-repeat;
    padding: 0 0 0 53px;
}
li.check2 {
    background: url(../images/check2.png) no-repeat;
    padding: 0 0 0 35px;
	background-position-y: 4px;
}
.nmims_edge_block p {
    color: #ffffff;
    text-align: center;
    padding: 0 96px;
}
.check1 span,
.check2 span {
    color: #862934;
    font-family: 'robotomedium';
}
.disclaimer_text{
    position: relative;
    width: 75%;
    margin-left: 164px;
    top: -25px;
    font-size: 12px;
    line-height: 19px;
}

.in-check{
   width: 20px; 
   height: 20px;
   margin-left: 10px;
}
.service-box-msg li {
    position: relative;
}
.service-box-msg li:first-child {
    z-index: 9;
}
.errormsg_checkbox {
    position: absolute;
    bottom: 0;
    left: 140px;
    padding: 0 5px;
    display: none;
    color: #fff;
    font-size: 12px;
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
    background: #ff0000;
}
/*=====program highlight section end=====*/

/* ==========================================================================
    Slider core styles
===========================================================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider {
  position: relative;
  width: 9999px;
}
.slider:before,
.slider:after {
  display: table;
  content: ' ';
}
.slider:after {
  clear: both;
}
.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slider__item img {
  display: block;
  /* max-width: 100%; */
  height: auto;
}
.slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
}
/* Arrows */
.slider__switch {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  border-radius: 1px;
  background: #000;
  opacity: .3;
  transition: opacity .15s ease;
  fill: #fff;
}
.slider__switch--prev {
  left: 10px;
}
.slider__switch--next {
  right: 10px;
}

.slider__switch:hover {
  opacity: .85;
}
.slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;
}
.slider__caption {
  position: absolute;
  left: 30px;
  display: block;
  max-width: 58%;
  color: #fff;
}
.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}
.slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 9;
  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav__control {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 6px 0 0;
  -webkit-transition: background .5s ease;
     -moz-transition: background .5s ease;
       -o-transition: background .5s ease;
          transition: background .5s ease;
  background: #fff;
  cursor: pointer;
}

.slider-nav__control.is-active {
  width: 7px;
  height: 7px;
  background: #d02630;
}
.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
}




@media (max-width: 1000px) {
    
}


@media (max-width: 580px) {
    .slider__switch {
        display: none;
    }
    .slider__caption {
        display: none;
    }

    .service-box textarea{max-width: 353px;}
    .service-box .btn{margin-left: 70px;}
}


.inquire_form_section {
    margin-top: 20px;
}

.inquirenow {
  position: fixed;
  top: 150px;
  right: -16px;
 /* background: #fff;*/
  padding: 10px 0 0 0;
  border-radius: 10px 0 0 10px;
  z-index: 1;
 /* border: solid 1px rgba(0,0,0,0.1);*/
  width: 60px;
  z-index: 999;
}
.inquirenow button {
  background: none;
  border: none;
  font-family: 'merriweatherbold';
    color: #000;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.inquire_box {
    /*position: fixed;
    right: 0;
    z-index: 9;
    background: #ffffff;
    top: 110px;*/
    padding: 23px 30px;
  box-shadow: 0px 0px 15px 0px #6f6f6f;
  border-radius: 12px;
}
.inquire_box h2{
  font-size:30px;
  font-family: 'merriweatherregular';
  font-weight: normal;
  text-align: center;
}
.service-box li {
    width: 50%;
    float: left;
    padding: 0 10px;
  margin-bottom: 15px;
  position: relative;
}
.service-box ul li.w100 {
  width: 100%;
  float: none;
  padding: 0;
  position: relative;
}
.service-box label {
    font-size: 13px;
    width: 100%;
  font-family: 'open_sansregular';
  font-weight:700;
    color: #333333;
}

.service-box select {
    background: url(images/select-arrow.png) no-repeat center;
    background-position-x: 97%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.service-box input#otp {
    width: 72%;
}
.otp_box button {
    background: #e5e5e5;
    padding: 6px 7px;
    font-size: 12px;
    font-family: 'open_sansregular';
    border: 0;
  cursor:pointer;
}
.errormsg{
  position: absolute;
    bottom: -15px;
    left: 0;
    padding: 0 5px;
    display: none;
    color: #fff;
    font-size: 12px;
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
    background: #ff0000;
}
.service-box li:nth-child(2) .errormsg {
  left: 12px;
}
.service-box li:first-child {
    padding: 0 15px 0 0;
}
.service-box li:nth-child(2) {
    padding: 0 0 0 12px;
}
.service-box textarea{
  height: 80px;
  resize: none;
  width: 390px;
}
.otp {
  letter-spacing: 10px;
}
.service-box-msg input.submit-btn {
    background: #d02630;
    padding: 13px 30px;
    color: #ffffff;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    float: left;
}
span.close_btn {
    position: absolute;
    right: 25px;
    font-size: 25px;
    font-family: 'robotoregular';
  cursor:pointer;
  border: none;
  cursor: pointer;
  font-size: 20px;
}
a.close_btn {
    position: absolute;
    right: 25px;
    font-size: 25px;
    font-family: 'robotoregular';
  cursor:pointer;
  border: none;
  cursor: pointer;
  font-size: 20px;
  background-color: #449fec;
    width: 30px;
    padding: 1px 7px 0;
}
a.close_btn:hover {
  background: #449fec;
}
.inn_circle.align-right {
    text-align: right;
    padding-right: 22px;
}
.service-box input#otpID {
    width: 72%;
}

/* --- slide form --- */

body {
  right: 0 !important;
}
.sidetogglemenu {
  background-color: white;
  width: 450px;
  height: 440px;
  position: fixed;
  top: 110px !important;
  clear: both;
  display: block;
  visibility: 'hidden';
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
div#smallscreentoggler {
  width: 1.5em;
  z-index: 10000;
  color: white;
  position: relative;
  float: right;
  overflow: hidden;
  background: gray;
  font: normal 1.8em Arial;
  margin-bottom: 0.5em;
  text-align: center;
  box-shadow: -3px 3px 5px gray;
  cursor: pointer;
  border-radius: 2px;
  display: none;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
div#smallscreentoggler:hover {
  background: #eee;
  color: black;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 480px) {
  div#smallscreentoggler {
    display: block;
    opacity: 0;
  }
  .sidetogglemenu {
    position: fixed;
    border-width: 0;
    border-top-width: 1px;
    width: 100% !important;
    height: auto;
    top: 20px !important;
    box-shadow: 5px 0 5px rgba(174, 174, 174, .8) !important;
    margin-left: 5px;
    margin-bottom: 10px;
    z-index: 9999999 ! important;
  }
}


.cookidiv {
    display: block;
    color: #000;
    background: #ffffffad;    
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    line-height: 25px;
    box-shadow: 0 -2px 5px rgba(0,0,0,.5);
  padding: 17px 0;
}
.cookidiv a {
    color: #862934;
    text-decoration: none;
}

.cookidiv .btn-close-cooki,
.cookidiv .ok_btn {
    float: right;
    background: #862934;
    padding: 5px 15px;
    text-align: center;
    line-height: 1em;
    color: #fff;
    border-radius: 30px;
    font-family: 'robotoregular';
  font-size:12px;
  margin: 0 5px;
}
.L_cooki{
  float:left;
  width:75%;
  padding-right: 140px;
}
.L_cooki p{
  font-size:13px;
  font-family: 'robotoregular';
  line-height:20px;
}
.R_cooki{
  float:right;
  width:25%;
  padding-top: 8px;
}

/* -----media query start----- */

@media (min-width: 1001px) and (max-width: 1299px) {

    
    .slider__caption {
        top: 60px;
        left: 40px;
    }

    .slider__caption h1 {
        font-size: 39px;
        line-height: 40px;
    }
    
    .slider__caption h3 {
        font-size: 18px;
        font-weight: normal;
    }
    .slider-nav {
        text-align: left;
        left: 40px;
        bottom: 100px;
    }
    
    .form-bg {
        width: 408px;
    }
    
    .container {
        width: 95%;
        margin: 0 20px;
    }
    
}

@media (min-width: 768px) and (max-width: 1023px) {
    .ph-container {
        width: 95%;
    }
}

@media (max-width: 1000px) {    

    .special_block li:last-child {
        /* width: 100%; */
    }
    .ST-bg{
        display:none;
    }
    .sm-feature_block .feature_text.a-right {
        right: 0;
    }
    .sm-feature_block .feature_text.a-left {
        left: 0;
        padding-left: 0;
    }
    .feature_text.a-right {
        right: 0;
    }
    .Left_edge_block, .Right_edge_block {
        width: 100%;
    }
    
    .PS-bg{
        display:none;
    }
    .about_nmims_block {
        padding: 0;
    }
    .edge_icon {
        width: 41px;
        margin-right: 10px;
    }
    .edge_text {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        height: auto;
        font-size: 15px;
        line-height: 22px;
    }
    .nmims_edge_block p {
        padding: 0;
    }
    .Right_edge_block {
        margin-top: 20px;
    }
    .sem01-T .cs01, .sem01-B .cs01 {
        width: 100%;
        margin: 0 30px 15px 0;
    }
    .sem01-T.sem02-T .cs01 {
        width: 100%;
    }
    footer ul li {
        width: 100%;
        padding: 6px 20px;
        text-align: center;
    }
    footer ul li:last-child {
        text-align: center;
    }


    .R_cooki {
        width: 100%;
        text-align:center;
    }
    .L_cooki {
        width: 100%;
        padding-right: 0;
        padding: 0 10px;
    }
    .cookidiv .btn-close-cooki, .cookidiv .ok_btn {
        float: none;
    }

}



@media (max-width: 767px) {
    
    .display-desktop {
        display: none;
    }
    .display-mobile {
        display: block;
    }
    
    .otp {
        letter-spacing: 5px;
    }
    .inquirenow {
        padding: 10px 4px;
        z-index: 999;
    }
    .inquirenow button {
        font-size: 15px;
    }
    /*=====program highlight section start=====*/
    .ph-section {
        background: none;
    }
    .ph-container {
        max-width: 100%;
        min-width: auto;
        margin: 0 auto;
    }
    ul.ph-circles,
    ul.ph-2col,
    ul.ph-terms {
        display: block;
    }
    ul.ph-2col {
        padding-top: 0px;
    }
    ul.ph-circles li {
        width: 150px;
        height: 150px;
        background: url(../images/ph-circle.png) no-repeat;
        margin: 0 auto 20px auto;
    }
    ul.ph-2col li {
        max-width: 100%;
    }
    ul.ph-2col li .ph-2col-text {
        background-color: #ffffff;
        padding: 22px 25px 25px;
    }
    ul.ph-terms li {
        margin: 0 auto;
        width: 177px;
        height: 153px;
        background: url(../images/ph-cross.png) no-repeat;
    }
    .inn-mba-block li {
        line-height: 25px;
        font-size: 14px;
    }
    /*=====program highlight section end=====*/
    .inquire_box h2 {
        font-size: 20px;
    }
    .service-box li {
        margin-bottom: 8px;
    }
    .inquire_box {
        padding: 23px 20px;
    }
    .service-box li:first-child {
        padding: 0 7px 0 0;
    }
    .service-box li:nth-child(2) {
        padding: 0 0 0 7px;
    }
    .service-box label {
        font-size: 12px;
    }
    .in-check {
        width: 14px;
        height: 14px;
        margin-left: 7px;
    }
    .disclaimer_text {
        width: 49%;
        margin-left: 154px;
        top: -16px;
        font-size: 11px;
        line-height: 16px;
    }
    .service-box input#otpID {
        width: 50%;
        letter-spacing: 1px;
        padding: 5px 5px;
    }
    .otp_box button {
        padding: 6px 5px;
        font-size: 11px;
    }
    
    
    
}


.form_form_section {
    margin-top: 20px;
}

.formenow {
  position: fixed;
  top: 150px;
  right: 0;
  background: #fff;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  z-index: 1;
  border: solid 1px rgba(0,0,0,0.1);
}
.formnow button {
  background: none;
  border: none;
  font-family: 'merriweatherbold';
    color: #000;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.form_box {
    /*position: fixed;
    right: 0;
    z-index: 9;
    background: #ffffff;
    top: 110px;*/
    padding: 23px 30px;

}
.form_box h2{
  font-size:30px;
  font-family: 'merriweatherregular';
  font-weight: normal;
}


.adimission-box ul li.w100 {
  width: 100%;
  float: none;
  padding: 0;
  position: relative;
}
.adimission-box label {
    font-size: 13px;
    width: 100%;
  font-family: 'open_sansregular';
  font-weight:700;
    color: #333333;
}
.adimission-box input, .adimission-box select, .adimission-box textarea {
    font-size: 15px;
    color: #5a5757;
    border: 1px solid #cccccc;
    outline: none;
    width: 100%;
    height: 48px;
    padding: 5px 10px;
    font-family: 'Roboto';
    font-weight: 500;
    margin-top: 10px;
    border-radius: 4px;
}

.adimission-box .btn{background-color: #0b376d;
    width: 219px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-left: 0;
    display: inline-block;
    margin: 0 13px 0 90px;}



.adimission-box select {
    background: url(../images/select-arrow.png) no-repeat center;
    background-position-x: 97%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.adimission-box input#otp {
    width: 72%;
}

.adimission-box li:nth-child(2) .errormsg {
  left: 12px;
}
.adimission-box li:first-child {
    padding: 0 15px 0 0;
}
.adimission-box li:nth-child(2) {
    padding: 0 0 0 12px;
}
.adimission-box textarea{
  height: 80px;
  resize: none;
}

.adimission-box input .btn-primary {
    width: 175px;
    background-color: #ffd30a;
    border: 0;
}

.adimission-box input#otpID {
    width: 72%;
}

.adimission-box-msg li {
    position: relative;
}
.adimission-box-msg li:first-child {
    z-index: 9;
}

@media (max-width: 580px) {
   .adimission-box textarea{max-width: 284px;
    margin-left: -11px;}
   .adimission-box .btn{margin-left: 70px;}

   .adimission-box input, .adimission-box select{width:100%; font-size: 10px;}

   input[type=text], input[type=number], input[type=password], input[type=email] {width:100%; font-size: 10px;}
}

.adimission-box li {
    width: 50%;
    float: left;
    padding: 0 10px;
  margin-bottom: 15px;
  position: relative;
}
.adimission-box ul li.w100 {
  width: 100%;
  float: none;
  padding: 0;
  position: relative;
}
.adimission-box label {
    font-size: 13px;
    width: 100%;
  font-family: 'open_sansregular';
  font-weight:700;
    color: #333333;
}

.adimission-box select {
    background: url(images/select-arrow.png) no-repeat center;
    background-position-x: 97%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.adimission-box input#otp {
    width: 72%;
}

.adimission-box li:nth-child(2) .errormsg {
  left: 12px;
}
.adimission-box li:first-child {
    padding: 0 15px 0 0;
}
.adimission-box li:nth-child(2) {
    padding: 0 0 0 12px;
}
.adimission-box textarea{
  height: 80px;
  resize: none;
  width: 1050px;
  margin-left: -11px;
}

.adimission-box-msg input.submit-btn {
    background: #d02630;
    padding: 13px 30px;
    color: #ffffff;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    float: left;
}


.adimission-box input#otpID {
    width: 72%;
}



@media (max-width: 767px) {
   
    .adimission-box li {
        margin-bottom: 8px;
        max-width: 100%;
        min-width: 100%;
    }
   
    .adimission-box li:first-child {
        padding: 0 7px 0 0;
    }
    .adimission-box li:nth-child(2) {
        padding: 0 0 0 7px;
    }
    .adimission-box label {
        font-size: 12px;
    }
   
    .adimission-box input#otpID {
        width: 50%;
        letter-spacing: 1px;
        padding: 5px 5px;
    }
    
    .pay{margin-left:132px;}

    .mar{margin:0 0 0 0;}
    .mar1{margin:0 0 0 -8px;}
    .dob{margin-left: -1px;min-width: 249px;}

    button, select{font-size: 9px;}form

    .img-thanks{width: 378px;}

    button, html input[type=button], input[type=submit], input[type=reset]{margin-top: 65px;}
    .button-ad{margin-top: 7px;}
	
	#rs-footer .footer-top .mc4wp-form-fields input[type=submit]{margin-top: 0;}
}

input[type=date] {
    line-height: 34px;
    margin-left: -8px;
}

.admission-box-1{
    float: right;
    margin-top: -53px;
    margin-right: 192px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.mar{margin-left: -9px;}

