* {
  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;
}

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;
}

/* -----header start----- */
.container {
  width: 1061px;
  margin: 0 auto;
  position: relative;
}
header {
  background-color: #ffffff;
  padding: 0px 18px 0px 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.logo {
  width: 23%;
  float: left;
  padding: 12px 0 0 0;
}
.social-icon-bg ul li.menu {
  /*float: left;
    margin-left: 100px;*/
  margin-right: 30px;
}

.menu a {
  font-family: "robotomedium";
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}

.menu a:hover,
.menu a.current {
  color: #d02630;
  border-top: 4px solid #d02630;
}
.menu a.download_brochure {
  padding: 12px 12px;
  width: auto;
  color: #ffffff;
  cursor: pointer;
  background: #d02f38;
  letter-spacing: 1px;
  margin-top: 0;
  border: 0;
  border-radius: 4px;
  outline: none;
  line-height: normal;
}
.social-icon-bg {
  width: 77%;
  float: right;
  text-align: right;
  line-height: 72px;
}

.social-icon-bg ul li {
  display: inline-block;
  vertical-align: middle;
}

.social-icon-bg ul li h5 {
  font-family: "robotomedium";
  font-size: 14px;
  font-weight: normal;
  color: #2b2b2b;
  padding-left: 21px;
  background: url(../images/telephone-icon.png) left center no-repeat;
  margin-right: 30px;
  text-transform: uppercase;
}
.db-text {
  display: block;
}
.social-icon-bg ul li h5 span {
  color: #d02630;
  font-family: "robotomedium";
}

.social-icon {
  line-height: normal;
  margin-left: 56px;
}

.social-icon-bg ul li:last-child a {
  display: inline-block;
  /* margin-left: 18px; */
  text-decoration: none;
}

#menu-icon {
  display: none;
}

header.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 12;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropbtn {
  background-color: #4caf5000;
  color: black;
  padding: 0px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 430px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 0px;
  padding-bottom: 6px;
}

.dropdown-content a {
  color: black;
  padding: 0px 6px;
  text-decoration: none;
  display: block;
  text-align: left;
  line-height: 40px;
  font-size: 15px;
}

.dropdown-content a:hover {
  color: #d22229;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #70877100;
}

.social-icon-bg ul li:last-child a.mobile-display {
  display: none;
}
.display-mobile {
  display: none;
}
/* -----header end----- */
/* -----footer start----- */

footer {
  background-color: #d02630;
  padding: 16px 0;
}

footer ul li {
  width: 33%;
}

footer ul li,
footer ul li a {
  font-family: "open_sansregular";
  font-size: 12px;
  color: #f4f4f4;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

footer ul li:nth-child(2) {
  text-align: center;
}

footer ul li:nth-child(2) a {
  margin: 0 8px;
}

footer ul li:last-child {
  text-align: right;
}

footer ul li:last-child a {
  vertical-align: initial;
}
/* chhaya */
.disclaimer-div .tnc-wrapper {
  width: 100%;
  /* float: left; */
  margin: 0 auto;
  max-width: 1264px;
  padding: 15px 0px;
  position: relative;
}
.tnc-wrapper .L_cookis p {
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 22px;
}
.tnc-wrapper .L_cookis p .red-star {
  color: #e92329;
}
.tnc-wrapper .L_cookis ul {
  display: flex;
  width: 100%;
  padding: 8px 0px;
  border-top: 1px solid #000000;
}
.tnc-wrapper .L_cookis ul li {
  padding: 0 15px;
  font-size: 12px;
  line-height: 14px;
  border-right: 1px solid black;
  font-weight: bold;
}
.tnc-wrapper .L_cookis ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.tnc-wrapper .L_cookis ul li:first-child {
  padding-left: 0;
}

/* chhaya-end */
/* -----footer end----- */

/*-----------Student Speak--------*/

.studentspeak_section {
  padding: 40px 0;
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
}
.studentspeak_block {
  background-color: #cd2e37;
  padding: 40px 140px 200px 40px;
}
.studentspeak_block .heading01W {
  font-weight: normal;
  margin: 0 0 10px 0;
  font-size: 25px;
}

.studentspeak_block p {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
}

.studentspeak_data_main {
  padding: 0px 0px 0px 40px;
  margin-top: -150px;
}
.studentspeak_data a {
  text-decoration: none;
}
.studentspeak_data a h2,
.studentspeak_data a p {
  color: #000;
  text-decoration: none;
}
/*-----------Student Speak--------*/

/*-----------Banner box------*/

.main_banner {
  position: relative;
  background-color: #000000;
}

.main_banner .container {
  width: 1170px;
  margin: 0 auto;
  position: initial;
}
.main_banner .responsive_img {
  z-index: -1;
  width: 100%;
  opacity: 0.7;
}
.banner_overlay {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1170px;
  height: 100%;
  transform: translateX(-50%);
}
.L-banner-box.mobile_banner_box {
  display: none;
}
.L-banner-box {
  color: #ffffff;
  width: 60%;
  float: left;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.L-banner-box h2 {
  font-size: 60px;
  font-family: "merriweatherregular";
  padding-right: 35%;
  line-height: 73px;
  font-weight: normal;
}
.R-banner-box {
  width: 40%;
  float: right;
}

.db-box {
  font-family: "robotoregular";
  display: inline-block;
  padding: 12px 16px;
}
.db-box h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
}
.db-box span {
  font-size: 12px;
}
.f-box {
  margin-top: 50px;
}
.free_sample_form {
  background: #ffffff;
  padding: 18px 30px;
  margin-top: 77px;
}
.free_sample_form form#requestsamplefrm {
  margin-top: 27px;
}

.free_sample_form h3 {
  font-family: "merriweatherregular";
  font-size: 25px;
  color: #333333;
  margin-bottom: 6px;
}
.free_sample_form span {
  font-family: "robotoregular";
  font-size: 14px;
  color: #666666;
}

.name-box li,
.send-box li {
  list-style: none;
  margin-bottom: 9px;
}

.name-box li {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.name-box label {
  font-size: 13px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.name-box input,
.name-box select {
  font-size: 13px;
  color: #000000;
  border: 1px solid #cccccc;
  outline: none;
  width: 100%;
  padding: 6px 8px;
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
  font-weight: 500;
  margin-top: 3px;
}
.name-box select {
  background: url(../images/select-arrow.png) no-repeat center;
  background-position-x: 97%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.errormsg {
  display: none;
  border: none;
  background: #e01a21;
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  margin-top: 0;
  z-index: 1;
  padding: 1px 10px;
  width: auto;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}
input.submit-btn {
  padding: 13px 23px;
  width: auto;
  color: #ffffff;
  cursor: pointer;
  background: #d02f38;
  letter-spacing: 1px;
  margin-top: 0;
  border: 0;
  border-radius: 4px;
  outline: none;
}

.send-box {
  margin-top: 19px;
}

.disclaimer_text1 {
  position: relative;
  width: 100%;
  margin-left: 0;
  top: -18px;
  padding-left: 30px;
  font-size: 12px;
  line-height: 19px;
}

/*-----------Banner box end------*/

.dataiamge {
  position: relative;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner_box {
  width: 1216px;
  margin: 0 auto;
}
.pdidm-block {
  position: relative;
}
.L-pdidm-block {
  width: 57%;
  float: left;
  padding: 44px 31px 0 10%;
}
.heading-01 {
  font-size: 35px;
  font-family: "merriweatherbold";
  color: #333333;
}
.red-color {
  color: #d12229;
}
h2.heading-01 {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 21px;
}
.L-pdidm-block p {
  color: #666666;
}
.R-pdidm-block {
  width: 43%;
  float: left;
}
h2.heading-01:after {
  background: #d12229;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 5px;
  width: 42px;
  content: "";
}
.R-pdidm-block img {
  width: 100%;
  display: block;
}
.pdidm-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
section.section02 {
  background: #f4f4f4;
  position: relative;
}
.gm-section {
  margin: 0 auto;
  width: 1349px;
  position: relative;
  padding: 400px 0 190px 0;
}
.gm-mid-block {
  width: 394px;
  height: 399px;
  text-align: center;
  margin: 0 auto;
  display: table;
}
.gm-mid-block .midd-img-sec {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  position: relative;
}
.ygj_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gm-left-block {
  position: absolute;
  top: 0;
  width: 100%;
}
.gm-left-block li {
  list-style: none;
  position: absolute;
}
.gm-left-block li:nth-child(3) {
  background: url(../images/ygj_img1.png) no-repeat;
  top: 723px;
  left: 110px;
  width: 430px;
  height: 193px;
  padding-right: 190px;
  background-position: right;
}
.gm-left-block li:nth-child(2) {
  background: url(../images/ygj_img2.png) no-repeat;
  top: 493px;
  left: 41px;
  width: 430px;
  height: 193px;
  padding-right: 190px;
  background-position: right;
}
.gm-left-block li:nth-child(1) {
  background: url(../images/ygj_img3.png) no-repeat;
  top: 273px;
  left: 116px;
  width: 430px;
  height: 193px;
  padding-right: 190px;
  background-position: right;
}
.gm-left-block li:nth-child(4) {
  background: url(../images/ygj_img4.png) no-repeat;
  top: 96px;
  left: 458px;
  width: 431px;
  height: 0;
  padding-right: 0;
  background-position: center bottom;
  padding-bottom: 290px;
  text-align: center;
}
.gm-left-block li:nth-child(5) {
  background: url(../images/ygj_img5.png) no-repeat;
  top: 277px;
  left: 806px;
  width: 520px;
  height: 193px;
  padding-left: 202px;
  background-position: left;
}
.gm-left-block li:nth-child(6) {
  background: url(../images/ygj_img6.png) no-repeat;
  top: 507px;
  left: 880px;
  width: 450px;
  height: 193px;
  padding-left: 222px;
  background-position: left;
}
.gm-left-block li:nth-child(7) {
  background: url(../images/ygj_img7.png) no-repeat;
  top: 728px;
  left: 802px;
  width: 520px;
  height: 193px;
  padding-left: 202px;
  background-position: left;
}
.ygj_circle {
  height: 100%;
  vertical-align: middle;
  align-items: center;
  display: table;
}
.ygj-bg {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.inn_circle {
  vertical-align: middle;
  align-items: center;
  display: table-cell;
}
.programme_structure_section h2 {
  text-align: center;
}
.programme_structure_section h2.heading-01:after {
  left: 50%;
  margin: 0 0 0 -21px;
}
.programme_structure_section {
  background: #f7f8f9;
  padding: 50px 0 53px 0;
  position: relative;
}
.programme_section {
  width: 992px;
  margin: 0 auto;
}
.programbox {
  width: 25%;
  float: left;
  margin: 0;
  padding: 0 10px;
  list-style: none;
  color: #ffffff;
  position: relative;
}
.programbox section {
  margin: 0;
  padding: 20px;
  background: #d12229;
}
.programbox section ul {
  margin: 0;
  padding: 0;
}
.programbox section ul li {
  list-style-type: square;
  padding: 5px 4px 5px 0;
  margin-left: 18px;
  font-family: "robotoregular";
  line-height: 22px;
  font-size: 16px;
}
.PS-bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.section04 {
  /* background: #f7f8f9; */
}
.sem01-T {
  width: 100%;
}
.sem01-T li,
.sem01-B li {
  width: 48%;
  float: left;
  background: #d12229;
  margin: 0 9px;
  padding: 18px;
  list-style: none;
  color: #ffffff;
  position: relative;
  min-height: 342px;
}
.sem01-T li:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #92181d;
  width: 91%;
  height: 3px;
}
.semester-heading {
  font-size: 20px;
  font-family: "robotoregular";
  font-weight: normal;
  text-align: left;
}
.sem01-T li p,
.sem01-B li p {
  min-height: 46px;
  line-height: 23px;
  text-align: left;
}
.sem01-B li span {
  float: none;
}
.sem01-T.sem02-T li {
  min-height: 451;
}
.sem01-B.sem02-T li {
  min-height: 260px;
}
.faculty_structure {
  padding: 50px 0 31px 0;
}
.faculty_block h2,
.faculty_block p {
  text-align: center;
}
.faculty_block h2.heading-01:after {
  left: 48.4%;
  transform: translateY(-50%);
}
.fc_block {
  position: relative;
}
.our-faculty-slider {
  margin: 7px 0 0 0;
}
.faculty-info {
  margin: 15px;
  background: #ffffff;
  padding: 11px 11px 34px 28px;
  text-align: left;
  position: relative;
}
.faculty_block .faculty-info p {
  text-align: left;
}
.fc_name {
  float: right;
  margin-right: 11px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.fc_social_link {
  z-index: 9;
  float: right;
  position: relative;
}
.faculty_info h1 {
  font-size: 16px;
  font-family: "robotomedium";
  font-weight: normal;
  margin-bottom: 9px;
}
.faculty_info p {
  font-size: 14px;
  font-family: "open_sansregular";
  line-height: 20px;
  color: #666666;
}
.fc_block:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -41px;
  border-top: solid 150px #d12229;
  border-left: solid 216px transparent;
  border-right: solid 0 transparent;
  right: -10px;
  z-index: 0;
}
.faculty_info:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  border-bottom: solid 50px #d12229;
  border-right: solid 66px transparent;
  border-left: solid 0 transparent;
  left: 0px;
  z-index: 0;
}
.faculty_info {
  padding-right: 20px;
}
section#Admissions {
  background: #f4f4f4;
  padding: 42px 0 0 0;
  margin: 20px 0 0 0;
}
.admission_section {
  margin: 0 0 0 0;
  padding-bottom: 62px;
  position: relative;
}
.admission-bg {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.admission_block h2.heading-01,
.about_nmims_block h2.heading-01,
.nmims_edge_block h2.heading-01 {
  text-align: center;
}
.admission_block h2.heading-01:after,
.about_nmims_block h2.heading-01:after,
.nmims_edge_block h2.heading-01:after {
  left: 48%;
  transform: translateY(-50%);
}
.Left_admission_block,
.Right_admission_block {
  width: 50%;
  float: left;
}
.Left_admission_block {
  padding: 0 22px 0 0;
  margin: 40px 0 0 0px;
}
.Right_admission_block {
  padding: 0 0 0 22px;
}
.programme_duration_block {
  background: #d12229 url(../images/calender_bg.png) no-repeat;
  padding: 21px 0 16px 56px;
  margin-bottom: 7px;
  border-radius: 4px;
  background-position-x: 370px;
  background-position-y: -11px;
}
.programme_validity_block {
  background: #d12229 url(../images/program_validity_bg.png) no-repeat;
  padding: 21px 0 16px 56px;
  background-position: right -7px;
  margin-bottom: 8px;
  border-radius: 4px;
  background-position-x: 370px;
  background-position-y: -31px;
}
.programme_duration_block li.program_duration {
  background: url(../images/calender_icon.png) no-repeat;
  color: #ffffff;
  padding: 0 0 0 100px;
  background-position-y: 10px;
}
.programme_validity_block li.program_validity {
  background: url(../images/validity_icon.png) no-repeat;
  color: #ffffff;
  padding: 0 0 0 100px;
  background-position-y: 10px;
}
.programme_duration_block li span,
.programme_validity_block li span {
  font-size: 16px;
  font-family: "robotoregular";
}
.programme_duration_block li h3,
.programme_validity_block li h3 {
  font-size: 40px;
  font-family: "robotoregular";
  font-weight: normal;
  line-height: 48px;
}
.student_eligibility_section {
  margin: 18px 0 0 0;
}
.student_eligibility_section h3 {
  font-size: 20px;
  font-family: "merriweatherregular";
  font-weight: normal;
  margin-bottom: 17px;
}

.student_eligibility_section li {
  font-size: 14px;
  font-family: "robotoregular";
  background: url(../images/square.jpg) no-repeat;
  padding: 0 0 0 15px;
  list-style: none;
  background-position: left 7px;
  margin-bottom: 17px;
  line-height: 22px;
}
.about_nmims_block {
  padding: 0 96px;
}
.about_nmims_edge_section h2,
.about_nmims_edge_section .about_nmims_block p {
  color: #ffffff;
}
.about_nmims_edge_section h2.heading-01:after {
  background: #ffffff;
}
.ab_title {
  color: #d12229;
  font-size: 24px;
  text-align: center;
  font-family: "merriweatherregular";
  font-weight: normal;
}
.about_nmims_block p {
  color: #666666;
  text-align: center;
  margin-top: 9px;
}
.nmims_edge_block {
  margin: 51px 0 0 0;
}

.Left_edge_block,
.Right_edge_block {
  width: 50%;
  float: left;
}
.Right_edge_block li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 16px 0;
}
.edge_section {
  margin-top: 30px;
}
.edge_icon {
  width: 65px;
  float: left;
  margin-right: 20px;
}
.edge_text {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 83px;
  padding-right: 31px;
  margin-right: 28px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "robotoregular";
  line-height: 23px;
  color: #ffffff;
}
.about_nmims_edge_section {
  background: url(../images/about_edge_bg.jpg) no-repeat;
  background-size: cover;
  padding: 48px 10px 40px 0;
}
.feature_section {
  padding: 80px 0;
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
}
.feature_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ygj_circle p {
  font-size: 14px;
  font-family: "robotomedium";
  line-height: 20px;
}
.feature_information {
  padding: 0 30px;
  position: relative;
}
.feature_information li {
  width: 50%;
  float: left;
}
.feature_information li:first-child {
  padding-right: 18%;
  float: left;
}
.feature_information li:nth-child(2) {
  padding-left: 18%;
  float: right;
}
.feature_box {
  background: #ededed;
  margin: 0 0 20px 0;
  border-radius: 70px;
  min-height: 210px;
  font-size: 12px;
  font-family: "robotomedium";
  position: relative;
}
.feature_box.fb_L {
  padding: 23px 20px 0 23px;
}
.feature_box.fb_R {
  padding: 23px 30px 0 23px;
}
.feature_box .red-color {
  display: inline-block;
}
.feature_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.feature_title img {
  margin: 0 auto;
}
.feature_title h4 {
  font-size: 34px;
  font-family: "merriweatherbold";
}
.feature_text {
  width: 73.6%;
  float: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sm-feature_block .feature_text.a-left {
  left: 29%;
}
.sm-feature_block .feature_text.a-right {
  right: 31%;
}
.feature_text.a-right {
  right: 26%;
}

.feature_box.L1:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 25px;
  border-bottom: solid 38px transparent;
  border-left: solid 38px #ededed;
  border-right: solid 38px transparent;
  right: -10px;
  transform: rotate(157deg);
}
.feature_box.L2:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 30px;
  border-bottom: solid 38px transparent;
  border-left: solid 38px #ededed;
  border-right: solid 38px transparent;
  right: -14px;
  transform: rotate(139deg);
}
.feature_box.L3:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 45px;
  border-bottom: solid 38px transparent;
  border-left: solid 38px #ededed;
  border-right: solid 38px transparent;
  right: -19px;
  transform: rotate(126deg);
}
.feature_box.R1:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 54px;
  border-bottom: solid 38px transparent;
  border-left: solid 38px #ededed;
  border-right: solid 38px transparent;
  left: -20px;
  transform: rotate(-67deg);
}
.feature_box.R2:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 62px;
  border-bottom: solid 38px transparent;
  border-left: solid 38px #ededed;
  border-right: solid 38px transparent;
  left: -14px;
  transform: rotate(-49deg);
}
.feature_box.R3:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 80px;
  border-bottom: solid 38px transparent;
  border-left: solid 38px #ededed;
  border-right: solid 38px transparent;
  left: -9px;
  transform: rotate(-30deg);
}
.feature_text.a-left {
  left: 25%;
}
.featurebox_img {
  width: 26.4%;
  float: left;
}
.a-right {
  text-align: right;
  padding-right: 20px;
  padding-left: 20px;
}
.a-left {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.feature_box.fb_L.sm-feature_block {
  width: 86%;
  float: right;
}
.feature_box.fb_R.sm-feature_block {
  width: 86%;
  float: left;
}
.feature_icon-bg {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
}
.fb_L.sm-feature_block .feature_text,
.fb_R.sm-feature_block .feature_text {
  width: 67.5%;
}
.fb_L.sm-feature_block .featurebox_img,
.fb_R.sm-feature_block .featurebox_img {
  width: 32.5%;
}
.inquire_form_section {
  margin-top: 20px;
}
.right_positions {
  float: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.fb_R .featurebox_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}
.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: #000000;
  border: 1px solid #cccccc;
  outline: none;
  width: 100%;
  padding: 5px 10px;
  font-family: "open_sansregular";
  font-weight: 500;
  margin-top: 10px;
  border-radius: 4px;
}

.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-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;
}
a.close_btn:hover {
  background: transparent;
}
.inn_circle.align-right {
  text-align: right;
  padding-right: 22px;
}
.service-box input#otpID {
  width: 72%;
}

/* --- slide form --- */
.hide {
  display: none;
}

body {
  right: 0 !important;
  overflow-x: hidden;
}
.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;
}
.sem01-T li .semlist li,
.sem01-B li .semlist li {
  width: 100%;
  text-align: left;
  list-style-type: square;
  padding: 5px 4px 5px 0;
  margin-left: 18px;
  font-family: "robotoregular";
  line-height: 22px;
  font-size: 16px;
  margin-right: 0;
  min-height: auto;
}
.sem01-T li .semlist li:after,
.sem01-T li .semlist li:after {
  display: none;
}
.in-check {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.disclaimer_text {
  position: relative;
  width: 75%;
  margin-left: 148px;
  top: -25px;
  font-size: 12px;
  line-height: 19px;
}
.service-box-msg li {
  position: relative;
}
.service-box-msg li:first-child {
  z-index: 9;
}
.errormsg_checkbox {
  position: absolute;
  bottom: 0;
  left: 120px;
  padding: 0 5px;
  display: none;
  color: #fff;
  font-size: 12px;
  font-family: "open_sansregular", Helvetica, Arial, sans-serif;
  background: #ff0000;
}

.cookidiv {
  display: block;
  color: #000;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  line-height: 25px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5);
  padding: 17px 0;
}
.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;
}
.cookidiv a {
  color: #862934;
  text-decoration: none;
}
.cookidiv .btn-close-cooki,
.cookidiv .ok_btn {
  background: #d02f37;
  padding: 5px 15px;
  text-align: center;
  line-height: 1em;
  color: #fff;
  border-radius: 30px;
  font-family: "robotoregular";
  font-size: 12px;
  margin: 0 5px;
  text-align: right;
}

/*------------New CSS--------------*/

.distance_select_programme_section {
  padding: 60px 0 60px 0;
  color: #000000;
}

.distance_select_programme_section .heading01W {
  color: #000000;
}

.distance_select_programme_section .heading01W:after {
  background: #d12229;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 5px;
  width: 42px;
  content: "";
}

.distance_select_programme_section .innerprogramlist {
  /*padding:15px 45px;*/
  padding: 35px 10px 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.distance_select_programme_section .resp-tab-active .innerprogramlist {
  box-shadow: 0px 1px 5px #000000;
}

.distance_select_programme_section .innerprogramlist img {
  position: absolute;
  top: -30px;
}

.blue1.resp-tab-active:after {
  border-top-color: #345896;
}

.red1.resp-tab-active:after {
  border-top-color: #d02f38;
}

.grey1.resp-tab-active:after {
  border-top-color: #575757;
}

.distance_select_programme_section .resp-tab-active:after {
  bottom: 1px;
}

.distance_learning_programme_section {
  background: url(../images/distance_programm_bg.jpg) no-repeat;
  padding: 68px 0 93px 0;
  color: #ffffff;
  background-size: cover;
}
.heading01W {
  font-size: 35px;
  font-family: "merriweatherregular";
  color: #ffffff;
  position: relative;
  padding: 0 0 8px 0;
  margin: 0 0 26px 0;
}
.heading01W:after {
  background: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 2px;
}
.L-pgdp,
.R-pgdp {
  width: 50%;
  float: left;
}
.pgdp-block li {
  line-height: 32px;
  background: url(../images/square_bullet.jpg) no-repeat left center;
  list-style: none;
  padding-left: 15px;
}
.resp-tab-active:after {
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top-style: solid;
  border-top-width: 12px;
  transform: translateX(-50%);
}
.red.resp-tab-active:after {
  border-top-color: #d02f38;
}
.blue.resp-tab-active:after {
  border-top-color: #345896;
}
.musturd.resp-tab-active:after {
  border-top-color: #e88037;
}
.grey.resp-tab-active:after {
  border-top-color: #575757;
}

.red {
  background: #d02f38;
}
.blue {
  background: #345896;
}
.musturd {
  background: #e88037;
}
.grey {
  background: #575757;
}

/*------------------------*/
@media screen and (max-width: 1200px) {
  .disclaimer-div .tnc-wrapper {
    max-width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .tnc-wrapper .L_cookis ul {
    flex-flow: row wrap;
  }
  .tnc-wrapper .L_cookis ul li {
    padding: 0;
    margin: 0 0 10px;
    border: 0;
  }
  .tnc-wrapper .L_cookis ul li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  div#smallscreentoggler {
    display: none;
    opacity: 0;
  }
  .sidetogglemenu {
    position: fixed;
    border-width: 0;
    border-top-width: 1px;
    width: 100% !important;
    height: auto;
    top: 23px !important;
    box-shadow: 5px 0 5px rgba(174, 174, 174, 0.8) !important;
    margin-left: 5px;
    margin-bottom: 10px;
    z-index: 99;
  }
}

.otp_box {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.otp_box #otpID {
  margin-top: 0;
  border-right: none;
  border-radius: 3px 0 0 3px;
  letter-spacing: 5px;
}
.otp_box #btn-Generate {
  background: #ce0a0a;
  padding: 8px 7px;
  font-size: 12px;
  font-family: "open_sansregular";
  border: 0;
  cursor: pointer;
  color: white;
  width: 107px;
  position: relative;
  left: 0;
}
