body {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'century_gothicregular';
}
@font-face {
  font-family: 'century_gothicregular';
  src: url('../font/gothic-webfont.woff2') format('woff2'), url('../font/gothic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.Banner {
  position: relative;
  width: 100%;
  height: 640px;
  background: url(../images/banner.jpg) no-repeat center 110px;
}
.Banner .topBand {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
.Banner .brand {
  width: auto;
  margin-top: 30px;
}
.Banner .brand ul {
  list-style: none;
}
.Banner .brand li {
  display: inline-block;
  margin-right: 27px;
}
.Banner .logo {
  width: auto;
  padding-top: 10px;
}
.Banner .logo2 {
  width: auto;
  padding-top: 10px;
}
.Banner .bottomBox {
  width: 100%;
  margin-top: 38px;
}
.Banner .centerBox {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.Banner .bottomBox .heading {
  padding: 15px 15px 0 15px;
  position: absolute;
  bottom: 20px;
  width: 730px;
  background: rgb(246 134 9);
  background: linear-gradient(90deg, rgb(246 134 9 / 80%) 0%, rgb(255 187 18 / 89%) 49%, rgb(246 134 9 / 89%) 100%);
  border-radius: 10px;
}
.Banner .bottomBox h1 {
  font-size: 38px;
  color: #fff;
  line-height: inherit;
  font-weight: 700;
  padding: 0;
  margin: 0 0 11px 0;
}
.Banner .bottomBox h1 span { display: block;}
.Banner .bottomBox ul {
  list-style: none;
  float: left;
  margin-top: 0px;
  padding: 0;
}
.Banner .bottomBox li {
  margin-bottom: 5px;
  display: flex;
}
.Banner .bottomBox .imgBox {
  margin-right: 10px;
}
.Banner .bottomBox span {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  padding-top: 5px;
}
.Banner .bottomBox .heading.thanks {
  bottom: 260px;
  left: 0;
  border-radius: 0;
  width: 100%;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
}
.Banner .bottomBox .formBox {
  width: 386px;
  float: right;
  background: #fff;
  border-radius: 15px;
  padding: 16px 20px 20px 20px;
  -webkit-box-shadow: 6px 7px 22px -4px rgba(0, 20, 36, 1);
  -moz-box-shadow: 6px 7px 22px -4px rgba(0, 20, 36, 1);
  box-shadow: 6px 7px 22px -4px rgba(0, 20, 36, 1);
}
.Banner .bottomBox .formBox h2 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.Banner .bottomBox .formBox fieldset {
  border: none;
}
.Banner .bottomBox .formBox .field {
  border: #d8dde2 solid 1px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
  padding: 0px 15px;
}
.Banner .bottomBox .formBox .otp {
  width: 100%;
  display: flex;
}
.Banner .bottomBox .formBox .otp-left {
  width: auto;
  margin-right: 20px;
}
.Banner .bottomBox .formBox .otp-right {
  width: 100%;
  position: relative;
}
.Banner .bottomBox .formBox .otp-left .selectClass {
  border-radius: 5px;
  font-size: 14px;
  width: 52px;
  margin-top: 10px;
  border: none;
  padding: 10px 0;
}
.Banner .bottomBox .formBox .otp-right .field2 {
  border: #d8dde2 solid 1px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
  padding: 0px 15px;
}
.Banner .bottomBox .formBox .otp-right .getotp {
  position: absolute;
  right: 20px;
  top: 11px;
  text-decoration: none;
  font-size: 13px;
}
.Banner .bottomBox .formBox .selectDiv {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.Banner .bottomBox .formBox .selectDiv-left {
  width: 48%;
}
.Banner .bottomBox .formBox .selectDiv-right {
  width: 48%;
}
.Banner .bottomBox .formBox .selectDiv-right .capture {
  margin-top: 7px;
}
.Banner .bottomBox .formBox .Selectfield {
  border: #cbd3da solid 1px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
  padding: 8px 15px;
  color: #000000a3;
}
.Banner .bottomBox .formBox .checkDiv {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 13px 0 0 0;
}
.Banner .bottomBox .formBox .checkDiv-left {
  width: auto;
  margin-right: 7px;
  position: relative;
  top: -7px;
}
.Banner .bottomBox .formBox .checkDiv-right {
  width: auto
}
.Banner .bottomBox .formBox .checkDiv-right p {
  font-size: 11px;
  color: #000;
  text-align: left;
  line-height: 14px;
}
.Banner .bottomBox .formBox .btnDiv {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.Banner .bottomBox .formBox .btnDiv-left {
  width: 47%;
}
.Banner .bottomBox .formBox .btnDiv-left .register {
  background: #ff680d;
  border-radius: 15px;
  padding: 4px 40px;
  color: #fff;
  outline: none;
  border: none;
  font-weight: 700;
  font-size: 18px;
}
.Banner .bottomBox .formBox .btnDiv-right {
  width: 54%;
}
.Banner .bottomBox .formBox .btnDiv-right a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
/* .orangeBox{  min-height: 330px;   background: url(../images/orn.jpg) no-repeat left top;
    padding: 20px 20px 0 20px;
    width: 96%;
    border: #fff solid 5px;
    text-align: center;-webkit-box-shadow: 6px 7px 22px -4px rgba(0,20,36,1);
    -moz-box-shadow: 6px 7px 22px -4px rgba(0,20,36,1);
    box-shadow: 6px 7px 22px -4px rgba(0,20,36,1);}
.orangeBox h2{      font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding-top: 22px;
    text-transform: uppercase;}

.orangeBox p.list{ font-size: 15px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-top: 10px; } */
.orangeBox2 {
  background: url(../images/ranking.png) no-repeat left top;
  width: 24%;
  background-size: 100%;
  justify-content: flex-start;
  padding: 20px 0;
  justify-content: flex-start;
  margin: 0.5%;
  float: left;
}
.orangeBox2 .imgDiv {
  margin: 0 8px 0 17px;
  width: 37px;
  height: 37px;
  float: left;
}
.orangeBox2 p {
 font-size: 16px;
  color: #fff;
  margin: 0;
  line-height: 24px;
  padding-top: 20px;
}
.orangeBox2 p.list {
 font-size: 13px; font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-top: 2px;
}
.placement {
  float: left;
  width: 100%;
  padding: 20px 0 40px 0;
  background: url(../images/placement.jpg) no-repeat center top;
}
.placement h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  padding: 0 0 18px 0;
  position: relative;
}
.placement h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  background: #ff7200;
  height: 5px;
  bottom: 16px;
}
.placement ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  clear: both;
}
.placement li {
  width: 278px;
  margin: 10px;
  height: 276px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #fff; box-shadow:2px 0px 2px #000;
  border-radius: 300px;
}
.placement h3 {
  font-size: 24px;
  color: #fff;
}
.placement h4 {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
}
.placement h5 {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
}
/* owl nav */
.placement .owl-prev span, .placement .owl-next span {
  color: #FFF;
  display: none;
}
.placement .owl-prev span:hover, .placement .owl-next span:hover {
  color: #8199A3;
}
.placement .owl-prev, .placement .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}
.placement .owl-prev {
  left: -63px;
  background: url(../images/previous2.png) no-repeat left top !important;
  width: 100px;
  top: 25%;
}
.placement .owl-next {
  right: -54px;
  background: url(../images/next2.png) no-repeat right top !important;
  width: 100px;
  top: 25%;
}
.placement .Recruiters {
  border: #01070b solid 1px;
  margin-bottom: 10px;
}
.aboutUs {
  width: 100%;
  float: left;
}
.aboutUs .right {
  width: 100%;
}
.aboutUs .right h3 {
  font-size: 32px;
  color: #005fa9;
  font-weight: 700;
  padding: 0 0 18px 0;
  margin-bottom: 20px;
  position: relative;
  line-height: 41px;
}
.aboutUs .right h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 290px;
  background: #ff7200;
  height: 4px;
  bottom: 2px;
}
.aboutUs .right ul {
  list-style: none;
  float: left;
  margin-top: 0px;
  padding: 0 0 10px 0;
  width: 100%;
}
.aboutUs .right li {
  margin-bottom: 9px;
  display: flex;
  width: 100%;
  line-height: 37px;
}
.aboutUs .right .imgBox {
  margin-right: 10px;
}
.aboutUs .right span {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  padding-top: 5px;
}
.accordion {
  margin-bottom: 100px;
}
.Syllabus {
  width: 100%;
  float: left; border-top: 1px solid #ccc;
}
.Syllabus h3 {
  font-size: 35px;
  color: #005fa9;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  padding: 0 0 18px 0;
  position: relative;
}
.Syllabus h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  background: #ff7200;
  height: 5px;
  bottom: 16px;
}
.Syllabus .accordion-button {
  font-size: 22px;
  font-weight: 700;
  border-radius: 10px !important;
  position: relative;
  padding-left: 50px;
}
.Syllabus .accordion-button:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 21px;
  background: url(../images/acc.html) no-repeat left top;
  left: 24px;
}
.Syllabus .accordion-header {
  margin-bottom: 0;
}
.Syllabus .accordion-item {
  background-color: #fff;
  border: 2px solid #89cbff !important;
  margin-bottom: 20px;
  border-radius: 10px !important;
}
.Syllabus .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.Syllabus ul {
  list-style: none;
  float: left;
  margin-top: 0px;
  padding: 0;
}
.Syllabus li {
  color: #000;
  display: flex;
  border: 1px #000 solid;
  padding: 8px;
  float: left;
  margin-right: 50px;
  margin-bottom: 20px;
  width: 45%;
}
.Syllabus .imgBox {
  margin-right: 10px;
}
.Syllabus span {
  overflow: hidden;
  display: none;
}
.Syllabus .iframe {
  border: #d1d1d1 5px solid;
}
.Syllabus h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-top: 16px;
  margin: 0;
}
.Syllabus h5 {
  color: #ff7200;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-top: 2px;
  margin: 0;
}
/* owl nav */
.Syllabus .owl-prev span, .Syllabus .owl-next span {
  color: #FFF;
}
.Syllabus .owl-prev span:hover, .Syllabus .owl-next span:hover {
  color: #8199A3;
}
.Syllabus .owl-prev, .Syllabus .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}
.Syllabus .owl-prev {
  left: -63px;
  background: url(../images/previous.png) no-repeat left top !important;
  width: 100px;
  top: 16%;
}
.Syllabus .owl-next {
  right: -54px;
  background: url(../images/next.png) no-repeat right top !important;
  width: 100px;
  top: 16%;
}
.mPadding {
  margin: 20px 0 0 0;
}
.international {
  width: 100%;
  float: left;
  background: #005fa9;
  padding: 20px 0 50px 0;
}
.international h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  padding: 0 0 18px 0;
  position: relative;
}
.international h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  background: #ff7200;
  height: 5px;
  bottom: 16px;
}
/* owl nav */
.international .owl-prev span, .international .owl-next span {
  color: #FFF;
  display: none;
}
.international .owl-prev span:hover, .international .owl-next span:hover {
  color: #8199A3;
}
.international .owl-prev, .international .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}
.international .owl-prev {
  left: -63px;
  background: url(../images/previous2.png) no-repeat left top !important;
  width: 100px;
  top: 16%;
}
.international .owl-next {
  right: -54px;
  background: url(../images/next2.png) no-repeat right top !important;
  width: 100px;
  top: 16%;
}
.accordion-button:not(.collapsed)::after {
  background: url(../images/minus.png) no-repeat right top !important;
  transform: rotate(-180deg);
  width: 27px;
  height: 28px;
}
.accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background: url(../images/plus.png) no-repeat right top !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  width: 27px;
  height: 28px;
}
.Speaks {
  width: 100%;
  float: left;
  background: #fef4f3;
  padding: 50px 0;
}
.Speaks h3 {
  font-size: 35px;
  color: #005fa9;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  padding: 0 0 18px 0;
  position: relative;
}
.Speaks h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  background: #ff7200;
  height: 5px;
  bottom: 16px;
}
/* owl nav */
.Speaks .owl-prev span, .Speaks .owl-next span {
  color: #FFF;
  display: none;
}
.Speaks .owl-prev span:hover, .Speaks .owl-next span:hover {
  color: #8199A3;
}
.Speaks .owl-prev, .Speaks .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}
.Speaks .owl-prev {
  left: -63px;
  background: url(../images/pre3.png) no-repeat left top !important;
  width: 100px;
  top: 46%;
}
.Speaks .owl-next {
  right: -54px;
  background: url(../images/next3.png) no-repeat right top !important;
  width: 100px;
  top: 46%;
}
.SpeaksImg {
  width: 80%;
  margin: auto;
}
.SpeaksImg img {
  width: 100%;
}
.Speaks h4 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-top: 16px;
  margin: 0;
}
.Speaks h5 {
  color: #000;
  text-align: center;
  font-size: 16px;
  padding-top: 2px;
  margin: 0;
}
.accordionDiv {
  width: 100%;
  float: left;
}
.accordionDiv h3 {
  font-size: 35px;
  color: #000;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  padding: 0 0 18px 0;
  position: relative;
}
.accordionDiv h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  background: #ff7200;
  height: 5px;
  bottom: 16px;
}
.accordion-item {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  border-top: none;
  border-right: none;
  border-left: none;
  margin-bottom: 1px;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background: none;
  box-shadow: inherit;
}
.Admission {
  width: 100%;
  float: left;
  position: relative;
}
.Admission h3 {
  font-size: 35px;
  color: #005fa9;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  padding: 0 0 18px 0;
  position: relative;
}
.Admission h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  background: #ff7200;
  height: 5px;
  bottom: 16px;
}
.Admission .round1 {
  position: relative;
}
.Admission .round1 h4 {
  background: #ff680d;
  border-radius: 15px;
  padding: 9px 40px;
  color: #fff;
  outline: none;
  border: none;
  font-weight: 700;
  font-size: 20px;
  width: 220px;
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}
.Admission .round1 h4:before {
  content: "";
  position: absolute;
  left: -460px;
  width: 460px;
  background: #ff7200;
  height: 2px;
  bottom: 20px;
}
.Admission .round1 h4:after {
  content: "";
  position: absolute;
  right: -460px;
  width: 460px;
  background: #ff7200;
  height: 2px;
  bottom: 20px;
}
.Admission .round1 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 20px;
}
.Admission .round1 li {}
.Admission .round1 .iconDiv {
  width: 100%;
  margin: 10px 0 0 0;
}
.Admission .round1 h5 {
  color: #ff680d;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding-top: 16px;
  margin: 0;
}
.Admission .round1 h6 {
  background: #ff680d;
  border-radius: 20px;
  padding: 4px 20px;
  color: #fff;
  outline: none;
  border: none;
  font-size: 18px;
  width: 133px;
  margin: auto;
  margin-top: 8px;
  text-align: center;
}
.Admission .round2 {
  position: relative;
}
.Admission .round2 h4 {
  background: #005fa9;
  border-radius: 15px;
  padding: 9px 40px;
  color: #fff;
  outline: none;
  border: none;
  font-weight: 700;
  font-size: 20px;
  width: 220px;
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}
.Admission .round2 h4:before {
  content: "";
  position: absolute;
  left: -460px;
  width: 460px;
  background: #005fa9;
  height: 2px;
  bottom: 20px;
}
.Admission .round2 h4:after {
  content: "";
  position: absolute;
  right: -460px;
  width: 460px;
  background: #005fa9;
  height: 2px;
  bottom: 20px;
}
.Admission .round2 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 20px;
  /* flex-wrap: wrap; */
}
.Admission .round2 li {
    width: 16%;
}
.Admission .round2 .iconDiv {
  width: 100%;
  margin: 10px 0 0 0;
}
.Admission .round2 h5 {
  color: #005fa9;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-top: 16px;
  margin: 0;
}
.Admission .round2 h6 {
  background: #005fa9;
  border-radius: 20px;
  padding: 4px 20px;
  color: #fff;
  outline: none;
  border: none;
  font-size: 15px;
  width: 133px;
  margin: auto;
  margin-top: 8px;
  text-align: center;
}
.Banner .mobileBanner {
  display: none;
}
.mainLeft {
  width: 50%;
}
.mainLeft img {
  width: 96%;
}
.mainRight {
  width: 50%;
}

.Admission .round2 .iconDiv img{
  max-width: 100%;
  height: auto;
}

.lastline { font-size: 12px;}
@media screen and (max-width:1367px) {
  .Banner .bottomBox .heading {
    width: 700px;
  }
	.placement li { height: 252px;}

}

@media screen and (max-width:1200px) {
	
	.placement li { height: 252px;}
	.placement h4 { font-size: 24px; }
	.placement h5 { font-size: 14px;}

  .Admission .round2 ul {
   
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width:1100px) {
	
	.placement li { height: 252px;}
	.placement h4 { font-size: 24px; }

  .aboutUs img {
    width: 100%;
  }
  .Admission .round1 h4:before, .Admission .round2 h4:before {
    left: -320px;
    width: 370px;
  }
  .Admission .round1 h4:after, .Admission .round2 h4:after {
    right: -320px;
    width: 370px;
  }
  .international .owl-prev, .Syllabus .owl-prev {
    left: -20px;
    width: 30%;
    top: 26%;
    background-size: 7% !important;
  }
  .international .owl-next, .Syllabus .owl-next {
    right: -20px;
    width: 30%;
    top: 26%;
    background-size: 7% !important;
  }
  .international .studentImg, .Syllabus .studentImg {
    width: 84%;
    margin: auto;
  }
  .aboutUs .right ul {
    margin-top: 0px;
    padding: 0 0 5px 0;
    width: 100%;
  }
  .aboutUs .right li {
    margin-bottom: 0;
    display: flex;
    width: 100%;
    line-height: 32px;
  }
  .Speaks .owl-prev {
    left: -23px;
  }
  .Speaks .owl-next {
    right: -21px;
  }
  .aboutUs .right span {
    color: #000;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 2px;
  }
  .international .owl-prev {
    left: -30px;
    width: 40%;
    top: 30%;
    background-size: 7% !important;
  }
  .international .owl-next {
    right: -30px;
    width: 40%;
    top: 30%;
    background-size: 7% !important;
  }
  .international .studentImg {
    width: 84%;
    margin: auto;
  }
  .Admission .round2 h5, .Admission .round1 h5 {
    font-size: 14px;
  }
  .placement .owl-prev {
    left: -30px;
    width: 40%;
    top: 42%;
    background-size: 7% !important;
  }
  .Banner .bottomBox .heading {
    padding: 15px 15px 0 15px;
    bottom: 20px;
    width: 50%;
  }
  .placement .owl-next {
    right: -30px;
    width: 40%;
    top: 42%;
    background-size: 7% !important;
  }
  .placement .studentImg {
    width: 84%;
    margin: auto;
  }
  .placement li {
    width: 288px;
    height: 224px;
    background-size: 100%;
  }
  .placement h4 {
    font-size: 28px;
  }
  .orangeBox2 {
    padding: 13px 0;
  }
  .orangeBox2 .imgDiv {
    margin: 0 20px;
    width: 47px;
    height: 46px;
    float: left;
  }
  .orangeBox2 p.list {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
    padding-top: 6px;
  }
  .orangeBox2 p {
    font-size: 13px;
    margin: 0;
    line-height: 24px;
    padding-top: 10px;
  }
}
@media screen and (max-width:900px) {
  .mainLeft {
    width: 100%;
  }
  .mainRight {
    width: 100%;
  }
  .Banner .topBand {
    display: block;
    position: relative;
    top: -30px;
  }
  .Banner .logo2 {
    width: 40%;
    float: left;
    padding-top: 0px;
  }
  .Banner .logo2 img {
    width: 100%;
  }
  .Banner .logo {
    width: 20%;
    float: right;
    padding-top: 0px;
  }
  .Banner .logo img {
    width: 100%;
  }
  .Banner .brand {
    width: 100%;
    margin-top: 10px;
    float: left;
  }
  .Banner .brand ul {
    list-style: none;
    margin: 7px 0 0 0;
    border: #ebe5e5 solid 1px;
    display: flex;
    justify-content: space-between;
  }
  .Banner .brand li {
    display: inline-block;
    padding: 6px 0;
  }
  .Banner .brand li img {
    width: 100%;
  }
  .Banner .bottomBox .formBox {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    float: left;
  }
  .Banner {
    position: relative;
    width: 100%;
    background: none;
    height: auto;
  }
  .Banner .mobileBanner {
    width: 100%;
    display: block;
    float: left;
  }
  .Banner .mobileBanner img {
    width: 100%;
  }
  .Banner .bottomBox .heading {
    padding: 15px 15px 0 15px;
    width: 100%;
    float: left;
    margin-left: 0;
    position: inherit;
    margin-top: 10px;
  }
  .Banner .bottomBox h1 {
    font-size: 24px;
  }
  .Banner .bottomBox span {
    font-size: 14px;
    font-weight: 600;
  }
  .Banner .bottomBox .formBox .btnDiv-left .register {
    padding: 2px 20px;
    font-size: 16px;
  }
  .Banner .bottomBox .formBox .btnDiv-right a {
    font-size: 13px;
  }
  .Banner .bottomBox .formBox .field {
    font-size: 13px;
    padding: 2px 10px;
  }
  .Banner .bottomBox .formBox .Selectfield {
    font-size: 13px;
    padding: 8px 5px;
  }
  .orangeBox2 .imgDiv {
    margin: 0 20px;
    width: 47px;
    height: 47px;
  }
  .orangeBox2 {
    padding: 20px 0;
    min-height: 97px;
  }
  .aboutUs img {
    width: 100%;
  }
  .aboutUs .right {
    width: 100%;
    margin-top: 30px;
  }
  .aboutUs .right span {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .aboutUs .right li {
    margin-bottom: 0;
    line-height: 37px;
    font-size: 12px;
  }
  .placement ul {
    flex-direction: column;
  }
  .placement {
    background: url(../images/placement.jpg) repeat center top;
  }
  .Admission .round1 h4, .Admission .round2 h4 {
    border-radius: 15px;
    padding: 13px 12px;
    font-size: 23px;
    width: 150px;
  }
  .Admission .round1 h4:before, .Admission .round2 h4:before {
    left: -250px;
    width: 250px;
    height: 2px;
    bottom: 20px;
  }
  .Admission .round1 h4:after, .Admission .round2 h4:after {
    right: -250px;
    width: 250px;
    height: 2px;
    bottom: 20px;
  }
  .Admission .round1 ul, .Admission .round2 ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .Admission .round1 li, .Admission .round2 li {
    width: 27%;
    float: left;
    text-align: center;
    margin: auto;
    margin-left: 18px;
    margin-bottom: 40px;
  }
  .Admission .round1 {
    position: relative;
    width: 100%;
    float: left;
  }
  .Admission .round2 {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 50px;
  }
  .Admission .round1 h5, .Admission .round2 h5 {
    font-size: 15px;
  }
  .placement {
    float: left;
    width: 100%;
  }
  .placement ul {
    flex-direction: column;
    margin: 0;
    padding: 0;
    display: block;
  }
  .placement li {
    width: 25%;
    flex-direction: column;
    justify-content: center;
    background-size: 100%;
    float: left;
    height: 193px;
  }
  .placement h3 {
    font-size: 20px;
  }
  .placement h4 {
    font-size: 22px;
    font-weight: 600;
  }
  .placement h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
  }
  .international .owl-prev, .Syllabus .owl-prev {
    left: -22px;
    width: 60%;
    top: 26%;
    background-size: 7% !important;
  }
  .international .owl-next, .Syllabus .owl-next {
    right: -22px;
    width: 60%;
    top: 26%;
    background-size: 7% !important;
  }
  .international .studentImg, .Syllabus .studentImg {
    width: 84%;
    margin: auto;
  }
  .international .owl-prev {
    left: -22px;
    width: 60%;
    top: 30%;
    background-size: 7% !important;
  }
  .international .owl-next {
    right: -22px;
    width: 60%;
    top: 30%;
    background-size: 7% !important;
  }
  .international .studentImg {
    width: 84%;
    margin: auto;
  }
  .placement .owl-prev {
    left: -22px;
    width: 60%;
    top: 42%;
    background-size: 7% !important;
  }
  .placement .owl-next {
    right: -22px;
    width: 60%;
    top: 42%;
    background-size: 7% !important;
  }
  .placement .studentImg {
    width: 84%;
    margin: auto;
  }
  .Speaks .owl-prev {
    left: -30px;
    width: 100%;
    top: 42%;
    background-size: 7% !important;
  }
  .Speaks .owl-next {
    right: -30px;
    width: 100%;
    top: 42%;
    background-size: 7% !important;
  }
  .Speaks .studentImg {
    width: 84%;
    margin: auto;
  }
  .accordion {
    margin-bottom: 0;
  }
  .orangeBox2 {
    width: 49%;
    padding: 13px 0;
  }
  .orangeBox2 .imgDiv {
    margin: 0 20px;
    width: 47px;
    height: 46px;
    float: left;
  }
  .orangeBox2 p.list {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
    padding-top: 6px;
  }
  .orangeBox2 p {
    font-size: 13px;
    margin: 0;
    line-height: 24px;
    padding-top: 10px;
  }
}
@media screen and (max-width:767px) {
  .Banner .topBand {
    display: block;
    position: relative;
    top: -30px;
  }
  .Banner .logo2 {
    width: 40%;
    float: left;
    padding-top: 0px;
  }
  .Banner .logo2 img {
    width: 100%;
  }
  .Banner .logo {
    width: 20%;
    float: right;
    padding-top: 0px;
  }
  .Banner .logo img {
    width: 100%;
  }
  .Banner .brand {
    width: 100%;
    margin-top: 10px;
    float: left;
  }
  .Banner .brand ul {
    list-style: none;
    margin: 7px 0 0 0;
    border: #ebe5e5 solid 1px;
    display: flex;
    justify-content: space-between;
  }
  .orangeBox2 p.list {
    font-size: 20px;
    line-height: 26px;
    padding-top: 8px;
  }
  .Banner .brand li {
    display: inline-block;
    padding: 6px 0;
  }
  .Banner .brand li img {
    width: 100%;
  }
  .Banner .bottomBox .formBox {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    float: left;
  }
  .Banner {
    position: relative;
    width: 100%;
    background: none;
    height: auto;
  }
  .Banner .mobileBanner {
    width: 100%;
    display: block;
    float: left;
  }
  .Banner .mobileBanner img {
    width: 100%;
  }
  .Banner .bottomBox .heading {
    padding: 15px 15px 0 15px;
    width: 100%;
    float: left;
    margin-left: 0;
    position: inherit;
    margin-top: 10px;
  }
  .Banner .bottomBox h1 {
    font-size: 24px;
  }
  .Banner .bottomBox span {
    font-size: 14px;
    font-weight: 600;
  }
  .Banner .bottomBox .formBox .btnDiv-left .register {
    padding: 2px 20px;
    font-size: 16px;
  }
  .Banner .bottomBox .formBox .btnDiv-right a {
    font-size: 13px;
  }
  .Banner .bottomBox .formBox .field {
    font-size: 13px;
    padding: 2px 10px;
  }
  .Banner .bottomBox .formBox .Selectfield {
    font-size: 13px;
    padding: 8px 5px;
  }
  .orangeBox2 .imgDiv {
    margin: 0 20px;
    width: 47px;
    height: 47px;
  }
  .orangeBox2 {
    padding: 30px 20px;
    width: 100%;
    min-height: 132px;
  }
  .aboutUs img {
    width: 100%;
  }
  .aboutUs .right {
    width: 100%;
    margin-top: 30px;
  }
  .aboutUs .right span {
    font-size: 16px;
  }
  .aboutUs .right li {
    margin-bottom: 0;
    line-height: 37px;
    font-size: 12px;
    width: 100%;
  }
  .placement ul {
    flex-direction: column;
  }
  .placement {
    background: url(../images/placement.jpg) repeat center top;
  }
  .Admission .round1 h4, .Admission .round2 h4 {
    border-radius: 15px;
    padding: 9px 0px;
    font-size: 16px;
    width: 130px;
  }
  .Admission .round1 h4:before, .Admission .round2 h4:before {
    left: -100px;
    width: 100px;
    height: 2px;
    bottom: 20px;
  }
  .Admission .round1 h4:after, .Admission .round2 h4:after {
    right: -110px;
    width: 110px;
    height: 2px;
    bottom: 20px;
  }
  .Admission .round1 ul, .Admission .round2 ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .Admission .round1 li, .Admission .round2 li {
    width: 42%;
    float: left;
    text-align: center;
    margin: auto;
    margin-left: 18px;
  }
  .Admission .round1 {
    position: relative;
    width: 100%;
    float: left;
  }
  .Admission .round2 {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 50px;
  }
  .Admission .round1 h5, .Admission .round2 h5 {
    font-size: 15px;
  }
  .placement {
    float: left;
    width: 100%;
  }
  .placement ul {
    flex-direction: column;
    margin: 0;
    padding: 0;
    display: block;
  }
  .placement li {
    width: 50%;
    flex-direction: column;
    justify-content: center;
    background-size: 100%;
    float: left;
    height: 283px;
  }
  .placement h3 {
    font-size: 20px;
  }
  .placement h4 {
    font-size: 22px;
    font-weight: 600;
  }
  .placement h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
  }
  .international .owl-prev, .Syllabus .owl-prev {
    left: -40px;
    width: 80%;
    top: 26%;
    background-size: 7% !important;
  }
  .international .owl-next, .Syllabus .owl-next {
    right: -40px;
    width: 80%;
    top: 26%;
    background-size: 7% !important;
  }
  .international .studentImg, .Syllabus .studentImg {
    width: 84%;
    margin: auto;
  }
  .international .owl-prev {
    left: -40px;
    width: 80%;
    top: 30%;
    background-size: 7% !important;
  }
  .international .owl-next {
    right: -40px;
    width: 80%;
    top: 30%;
    background-size: 7% !important;
  }
  .international .studentImg {
    width: 84%;
    margin: auto;
  }
  .placement .owl-prev {
    left: -30px;
    width: 80%;
    top: 42%;
    background-size: 7% !important;
  }
  .placement .owl-next {
    right: -30px;
    width: 80%;
    top: 42%;
    background-size: 7% !important;
  }
  .placement .studentImg {
    width: 84%;
    margin: auto;
  }
  .orangeBox2 p {
    font-size: 20px;
  }
  .Speaks .owl-prev {
    left: -40px;
    width: 100%;
    top: 42%;
    background-size: 7% !important;
  }
  .Speaks .owl-next {
    right: -40px;
    width: 100%;
    top: 42%;
    background-size: 7% !important;
  }
  .Speaks .studentImg {
    width: 84%;
    margin: auto;
  }
  .accordion {
    margin-bottom: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .mainRight {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .placement ul {
    margin: 0 auto;
  }
  .orangeBox2 p.list, .orangeBox2 p {
    font-size: 14px;
    line-height: 1.2;
  }
  .Banner .topBand {
    display: block;
    position: relative;
    top: -30px;
  }
  .Banner .logo2 {
    width: 40%;
    float: left;
    padding-top: 0px;
  }
  .Banner .logo2 img {
    width: 100%;
  }
  .Banner .logo {
    width: 20%;
    float: right;
    padding-top: 0px;
  }
  .Banner .logo img {
    width: 100%;
  }
  .Banner .brand {
    width: 100%;
    margin-top: 10px;
    float: left;
  }
  .Banner .brand ul {
    list-style: none;
    margin: 7px 0 0 0;
    border: #ebe5e5 solid 1px;
    display: flex;
    justify-content: space-between;
  }
  .Banner .brand li {
    display: inline-block;
    padding: 6px 0;
  }
  .Banner .brand li img {
    width: 100%;
  }
  .Banner .bottomBox .formBox {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    float: left;
  }
  .Banner {
    position: relative;
    width: 100%;
    background: none;
    height: auto;
  }
  .Banner .mobileBanner {
    width: 100%;
    display: block;
    float: left;
  }
  .Banner .mobileBanner img {
    width: 100%;
  }
  .Banner .bottomBox .heading {
    padding: 15px 15px 0 15px;
    width: 100%;
    float: left;
    margin-left: 0;
    position: inherit;
    margin-top: 10px;
  }
  .Banner .bottomBox h1 {
    font-size: 24px;
  }
  .Banner .bottomBox span {
    font-size: 14px;
    font-weight: 600;
  }
  .Banner .bottomBox .formBox .btnDiv-left .register {
    padding: 2px 20px;
    font-size: 16px;
  }
  .Banner .bottomBox .formBox .btnDiv-right a {
    font-size: 13px;
  }
  .Banner .bottomBox .formBox .field {
    font-size: 13px;
    padding: 2px 10px;
  }
  .Banner .bottomBox .formBox .Selectfield {
    font-size: 13px;
    padding: 8px 5px;
  }
  .orangeBox2 .imgDiv {
    margin: 0 20px;
    width: 47px;
    height: 47px;
  }
  .orangeBox2 {
    padding: 20px 0;
    min-height: 124px;
    width: 100%;
  }
  .aboutUs img {
    width: 100%;
  }
  .aboutUs .right {
    width: 100%;
    margin-top: 30px;
  }
  .aboutUs .right span {
    font-size: 16px;
  }
  .aboutUs .right li {
    margin-bottom: 0;
    line-height: 37px;
    font-size: 12px;
  }
  .placement ul {
    flex-direction: column;
  }
  .placement {
    background: url(../images/placement.jpg) repeat center top;
  }
  .Admission .round1 h4, .Admission .round2 h4 {
    border-radius: 15px;
    padding: 9px 0px;
    font-size: 16px;
    width: 130px;
  }
  .Admission .round1 h4:before, .Admission .round2 h4:before {
    left: -100px;
    width: 100px;
    height: 2px;
    bottom: 20px;
  }
  .Admission .round1 h4:after, .Admission .round2 h4:after {
    right: -110px;
    width: 110px;
    height: 2px;
    bottom: 20px;
  }
  .Admission .round1 ul, .Admission .round2 ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .Admission .round1 li, .Admission .round2 li {
    width: 42%;
    float: left;
    text-align: center;
    margin: auto;
    margin-left: 18px;
  }
  .Admission .round1 {
    position: relative;
    width: 100%;
    float: left;
  }
  .Admission .round2 {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 50px;
  }
  .Admission .round1 h5, .Admission .round2 h5 {
    font-size: 15px;
  }
  .placement {
    float: left;
    width: 100%;
  }
  .placement ul {
    flex-direction: column;
    margin: 0;
    padding: 0;
    display: block;
  }
  .placement li {
    width: 50%;
    flex-direction: column;
    justify-content: flex-start;
    background-size: 100%;
    float: none; display: block; margin: 10px auto;
    height: 178px;
    padding-top: 45px;
  }
  .placement h3 {
    font-size: 16px;
  }
  .placement h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .placement h5 {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
  }
  .international .owl-prev, .Syllabus .owl-prev {
    left: 0;
    width: 80%;
    top: 26%;
    background-size: 7% !important;
  }
  .international .owl-next, .Syllabus .owl-next {
    right: 0;
    width: 80%;
    top: 26%;
    background-size: 7% !important;
  }
  .international .studentImg, .Syllabus .studentImg {
    width: 84%;
    margin: auto;
  }
  .international .owl-prev {
    left: 0;
    width: 80%;
    top: 30%;
    background-size: 7% !important;
  }
  .international .owl-next {
    right: 0;
    width: 80%;
    top: 30%;
    background-size: 7% !important;
  }
  .international .studentImg {
    width: 84%;
    margin: auto;
  }
  .placement .owl-prev {
    left: 0;
    width: 80%;
    top: 42%;
    background-size: 7% !important;
  }
  .placement .owl-next {
    right: 0;
    width: 80%;
    top: 42%;
    background-size: 7% !important;
  }
  .placement .studentImg {
    width: 84%;
    margin: auto;
  }
  .Speaks .owl-prev {
    left: 0;
    width: 100%;
    top: 42%;
    background-size: 7% !important;
  }
  .Speaks .owl-next {
    right: 0;
    width: 100%;
    top: 42%;
    background-size: 7% !important;
  }
  .Speaks .studentImg {
    width: 84%;
    margin: auto;
  }
  .accordion {
    margin-bottom: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .mainRight {
    width: 100%;
  }
}