@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,500&display=swap");

* {
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  color: #a80f18;
}

body {
  background: #fff;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}

a,
h1 {
  font-family: "Roboto", sans-serif;
}

.mrb-1 {
  margin-bottom: 1rem;
}

.mrb-2 {
  margin-bottom: 2rem;
}

.mrb-3 {
  margin-bottom: 3rem;
}

.mrt-2 {
  margin-top: 2rem;
}

.pdb-1 {
  padding-bottom: 1rem;
}

.pdb-2 {
  padding-bottom: 2rem;
}

.pdb-3 {
  padding-bottom: 3rem;
}

.full-search-panel .wrapper,
.search-data {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.full-search-panel .wrapper {
  position: fixed;
  height: 0px;
  width: 0px;
  border-radius: 100%;
  background: linear-gradient(-135deg, #febe10, #f57f26);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 999;
}

.full-search-panel .wrapper.active_bg {
  height: 4000px;
  width: 4000px;
}

.full-search-panel .search-data,
.full-search-panel .search-data span,
.full-search-panel .search-data label,
.full-search-panel .closesearch {
  display: none;
}

.full-search-panel .search-data {
  position: absolute;
  height: 50px;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  /* display: none; */
}

.full-search-panel .search-data input {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.full-search-panel .search-data .line {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s 0.3s linear;
  transition: -webkit-transform 0.4s 0.3s linear;
  transition: transform 0.4s 0.3s linear;
  transition: transform 0.4s 0.3s linear, -webkit-transform 0.4s 0.3s linear;
}

.full-search-panel .search-data .line.active {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.full-search-panel .search-data label {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255, 255, 255, 0.7);
}

.full-search-panel .search-data input:valid~label {
  opacity: 0;
}

.full-search-panel .search-data span {
  color: #fff;
  position: absolute;
  width: 50px;
  font-size: 25px;
  right: 0;
  top: 0;
  line-height: 45px;
  cursor: pointer;
}

.full-search-panel .closesearch {
  position: absolute;
  z-index: 9999;
  right: 25px;
  top: 25px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}

#accordian {
  width: 100%;
}

#accordian ul ul {
  display: none;
}

#accordian li.active>ul {
  display: block;
}

#accordian1 .list-menu {
  display: none;
  position: static;
}

#accordian1 li a:not(:only-child):after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 22px;
}

#accordian1 .active>a:not(:only-child):after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 22px;
}

#accordian ul ul ul {
  margin-left: 15px;
  border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

#accordian a:not(:only-child):after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 22px;
}

#accordian .active>a:not(:only-child):after {
  content: "\f107";
}

body.add1 .mobile-services {
  display: none;
}

body.add1 .mobile-notice-panel {
  display: none;
}

.menu-level ul li a:hover {
  color: #fcbe12;
}

.admission-link ul li a {
  padding: 4px 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  display: block;
  font-weight: 300;
}

#accordian3 li a:not(:only-child):after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 22px;
}

#accordian3 .list-menu {
  display: none;
  position: static;
}

#accordian3 .active .list-menu {
  display: block;
}

.down-link ul li a:hover {
  color: #000;
}

li.apply a:after {
  content: "";
  background: url(../images/b-arrow.svg);
  width: 7px;
  height: 18px;
  position: absolute;
  right: 13px;
  top: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.menu-group-panel {
  background: #383b44;
  position: fixed;
  top: 0px;
  z-index: 9999;
  right: 0px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

section.home-panel1.fixed .menu-group-panel {
  top: -16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.add2 .menu-group-panel {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  right: 0;
}

.sideMenu1 {
  background: #383b43;
  position: static;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 100vh;
  max-width: 350px;
  width: 350px;
  padding: 30px 15px 60px 15px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.sideMenu1.show {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.slide_brose-school h2 {
  font-size: 1.2rem;
  color: #009ad9;
  margin: 20px 30px;
  font-family: "Roboto Slab", serif;
  border-top: 1px solid #ffffff2b;
  padding: 20px 0 0;
  font-weight: normal;
}

.slide_brose-school ul li a {
  font-size: 1rem;
}

.menu-logo2 {
  position: absolute;
  bottom: -100px;
  width: 100%;
  right: -200px;
  z-index: -1;
}

.menu-logo2 img {
  width: 100%;
}

.add2 .pro-grm a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.add2 .pro-grm a {
  background: #383b44;
}

.pro-grm {
  position: absolute;
  top: 88px;
}

.add3 .add-miss a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.add3 .add-miss a {
  background: #383b44;
}

.add-miss {
  position: absolute;
  top: 90px;
}

.sideMenu2 {
  background: #383b43;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 100vh;
  max-width: 350px;
  width: 350px;
  padding: 30px 15px 60px 15px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.sideMenu2.show {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.admission-helpline-slide {
  padding: 0 20px;
}

.admission-helpline-slide h2 {
  color: #fff;
  font-size: 1.2rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  border-bottom: 1px solid #ffffff3b;
  padding-bottom: 20px;
}

.sideMenu2 .footer-contact ul li a {
  padding: 5px 0px;
}

.admission-link ul li a {
  padding: 4px 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  display: block;
  font-weight: 300;
}

li.apply a {
  padding: 5px 30px 5px 20px;
  background: #febe10;
  display: inline-block;
  font-size: 1rem;
  color: #000;
  position: relative;
}

li.apply a:after {
  content: "";
  background: url(../images/b-arrow.svg);
  width: 7px;
  height: 18px;
  position: absolute;
  right: 13px;
  top: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
}

li.d-app a {
  background: #0096a1;
  display: inline-block;
  padding: 5px 20px;
  font-size: 1rem;
}

li.ad-enquiry a {
  background: #f57f26;
  display: inline-block;
  padding: 5px 20px;
  font-size: 1rem;
}

.add3 .menu-group-panel {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  right: 0;
}

.down-link ul li {
  display: inline-block;
}

.down-link ul li a:hover {
  color: #000;
}

.down-link ul li a {
  padding: 6px 30px 6px 20px;
}

body.add1 li#show_search {
  z-index: 0;
}

body.add1 .menu-group-panel {
  z-index: -1;
}

.img-pan1 {
  display: inline-block;
  background: #0096a1;
  padding: 20px;
  border-radius: 50%;
  vertical-align: top;
  width: 30%;
}

.images1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.images1 p {
  color: #fff;
  padding: 20px 20px 0;
  margin: 0px;
}

.img-pan2 {
  display: inline-block;
  background: #febe10;
  padding: 20px 13px;
  border-radius: 50%;
  vertical-align: top;
  width: 26%;
}

.images2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.tour_link img {
  width: 100%;
}

.images2 p {
  color: #fff;
  padding: 20px 20px 0;
  margin: 0px;
}

.tour_link {
  margin-top: 41px;
  border-top: 1px solid #ffffff29;
  padding-top: 40px;
}

.add4 .life-reva a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.add4 .life-reva a {
  background: #383b44;
}

.life-reva {
  position: absolute;
  top: 90px;
}

.add4 .menu-group-panel {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  right: 0;
}

.sideMenu .humburger-slide {
  display: none;
}

.sideMenu.show .humburger-slide {
  display: block;
}

.content {
  width: 100%;
  padding-top: 0px;
}

.img-container {
  margin: 0px;
}

.img-container img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

section.home-panel1 {
  position: fixed;
  z-index: 9;
  padding: 0px;
  width: 100%;
}

.home-panel1 .navbar-brand img.img-fluid {
  width: 20rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* mobile-menu ----------*/
.header-wrapper {
  display: flex;
  align-items: center;
}

.mobile_manu .menu {
  position: absolute;
  z-index: 21;
  background: #febe10;
  float: right;
  top: 30px;
  right: 15px;
  padding: 5px 8px 12px 10px;
  transition: 0.3s;
}

.mobile_manu .menu span {
  width: 25px;
  height: 2px;
  background: #fff;
  display: inline-block;
  z-index: 999;
  position: relative;
}

.mobile_manu .menu span:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 8px;
  right: 0;
}

.mobile_manu .menu span:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -8px;
  right: 0;
}

.mobile_group_manu {
  width: 220px;
  height: 100vh;
  background: #383b43f5;
  position: fixed;
  top: 0;
  right: 0;
  transition: 0.5s;
  z-index: 9999999;
  transform: translateX(300px);
}

body.add1 .mobile_group_manu {
  transition: 0.5s;
  transform: translateX(0px);
}

.mobile_manu .menu.clicked {
  top: 30px;
  right: 15px;
  background: #393d41;
  z-index: 99999999;
}

.mobile_manu .menu.clicked span {
  background: #393d41;
}

.mobile_manu .menu.clicked span:before {
  content: "";
  width: 30px;
  top: 1px;
  right: 0;
  transform: rotate(45deg);
}

.mobile_manu .menu.clicked span:after {
  content: "";
  width: 30px;
  top: 0px;
  right: 0;
  transform: rotate(321deg);
}

.mobile_manu {
  display: none;
}

.mobile_side_group {
  padding: 100px 0px 0px 20px;
}

.mobile_side_group ul li {
  list-style: none;
}

.mobile_side_group ul li a {
  padding: 4px 10px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  position: relative;
  margin-bottom: 5px;
}

.mobile_side_group ul li a:before {
  content: "";
  width: 0%;
  height: 100%;
  background: #31353a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mobile_side_group ul li a:before:before {
  width: 100%;
}

body.add1 {
  position: relative;
}

body:before {
  content: "";
  width: 0%;
  height: 100vh;
  background: #403940a6;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

body.add1:before {
  width: 100%;
  transition: 0.7s;
}

/* mobile-menu-end----------*/

.header-wrapper:after {
  width: 239px;
  content: "";
  background: #f2a31e;
  position: absolute;
  top: -11px;
  z-index: 9999;
  left: 0px;
  height: 11px;
}

section.home-panel1.fixed {
  background: #0096a1;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-wrapper .container-fluid {
  padding: 0px;
}

section.home-panel1.fixed a.navbar-brand.u-header__navbar-brand.u-header__navbar-brand-center img {
  width: 13rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

section.home-panel1.fixed a.navbar-brand.u-header__navbar-brand.u-header__navbar-brand-center {
  padding: 20px 30px;
}

section.home-panel1.fixed nav.menu-panel {
  top: -17px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.navbar-brand.u-header__navbar-brand.u-header__navbar-brand-center {
  padding: 30px;
  outline: 0;
}

nav.menu-panel {
  position: fixed;
  right: 0;
  z-index: 999;
  width: 100%;
  top: 0px;
}

.menu-level li a {
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 29px 5px 29px;
  margin: 3px 0;
  position: relative;
  font-weight: 400;
  float: none;
  display: block;
  font-family: "Roboto Slab", serif;
}

.menu-level li {
  list-style: none;
  margin: 3px 0;
}

.pro-grm a {
  background: #f57f26;
}

.add-miss a {
  background: #60636d;
}

.life-areva a {
  background: #009ad9;
}

.pro-grm a:after {
  background: url(../images/plus.svg) no-repeat;
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 8px;
  top: 18px;
}

body.add1 section.home-panel1.fixed {
  background: none;
}

body.add1 a.navbar-brand.u-header__navbar-brand.u-header__navbar-brand-center {
  position: fixed;
  z-index: 999999;
}

.menu-logo {
  position: absolute;
  right: -300px;
  opacity: 0.2;
  z-index: 9;
  top: -300px;
}

.pro-grm a {
  background: #f57f26;
  position: absolute;
  left: -170px;
  padding: 10px 40px 10px 15px;
  font-size: 1.3rem;
  color: #fff !important;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  cursor: pointer;
}

.add-miss a {
  background: #60636d;
  position: absolute;
  left: -170px;
  padding: 10px 39px 10px 15px;
  font-size: 1.3rem;
  color: #fff !important;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  cursor: pointer;
  top: 55px;
}

.add-miss a:after {
  background: url(../images/plus.svg) no-repeat;
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 8px;
  top: 18px;
}

.life-reva a {
  background: #009ad9;
  position: absolute;
  left: -187px;
  padding: 10px 45px 10px 15px;
  font-size: 1.3rem;
  color: #fff !important;
  font-weight: 300;
  cursor: pointer;
  top: 110px;
  font-family: "Roboto Slab", serif;
}

.life-reva a:after {
  background: url(../images/plus.svg) no-repeat;
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 8px;
  top: 18px;
  background-position: center;
}

/* NAV
========================================== */
.sideMenu {
  background: #383b43f5;
  position: fixed;
  z-index: 99999;
  top: 0px;
  right: 0;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  padding: 0;
  overflow-y: hidden;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  overflow-x: hidden;
}

.sideMenu.show {
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  visibility: visible;
}

.sideMenu.show ul.main li {
  opacity: 1;
}

.menu.clicked span::after {
  top: 9px;
  width: 20px;
}

body.add1 .menu-level {
  z-index: -1;
}

body.add1 {
  position: fixed;
  width: 100%;
}

.banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  bottom: 160px;
  left: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner-content h1 {
  color: #fff;
  padding: 0px 20px;
  font-size: 4.5rem;
  font-family: "Roboto Slab", serif;
  margin: 0px;
  line-height: 1;
  font-weight: 300;
  text-align: left;
}

.banner-content p {
  background: #54a54de0;
  padding: 24px 30px;
  font-size: 1.3rem;
  color: #fff;
  min-height: 105px;
  font-family: "Roboto Slab", serif;
  margin: 0px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.carousel-item {
  height: 100%;
  min-height: 100vh;
  background: no-repeat center center fixed;
  background-size: cover;
}

.carousel-fade1 .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade1 .carousel-item.active,
.carousel-fade1 .carousel-item-next.carousel-item-left,
.carousel-fade1 .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade1 .active.carousel-item-left,
.carousel-fade1 .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade1 .carousel-item-next,
.carousel-fade1 .carousel-item-prev,
.carousel-fade1 .carousel-item.active,
.carousel-fade1 .active.carousel-item-left,
.carousel-fade1 .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#accordian {
  width: 100%;
}

#accordian ul ul {
  display: none;
}

#accordian li.active>ul {
  display: block;
}

#accordian ul ul ul {
  margin-left: 15px;
  border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

#accordian a:not(:only-child):after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 22px;
}

#accordian .active>a:not(:only-child):after {
  content: "\f107";
}

.sideMenu.show .humburger-slide.mobile-menu ul li a {
  display: block;
}

.sideMenu.show .humburger-slide.desktop-menu {
  display: block;
}

.sideMenu.show .humburger-slide.mobile-menu {
  display: none;
}

body.add1 .mobile-services {
  display: none;
}

body.add1 .mobile-notice-panel {
  display: none;
}

li.tel-icon i {
  color: #fff;
  float: left;
  margin-right: 20px;
  margin-bottom: 29px;
  font-size: 20px;
  margin-top: 13px;
  -webkit-transform: rotate(166deg);
  transform: rotate(166deg);
}

li.message-icon i {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.sterco {
  color: #fff;
}

.sterco:hover {
  color: #eda33f;
}

.submit-btn a:hover {
  background: #2096a1;
  color: #fff;
}

p.font-12 {
  font-size: 0.75rem;
  line-height: 20px;
}

.mobile-services,
.mobile-notice-panel {
  display: none;
}

section.course-list-section h1,
.courselist-menu a.close-btn,
section.inner-head-panel .path-3 {
  display: none;
}

/*# sourceMappingURL=style.css.map */
#accordion-quality .panel {
  border: none;
  border-radius: 3px;
  box-shadow: none;
}

#accordion-quality .panel-heading-quality {
  padding: 0;
  border: none;
  border-radius: 3px;
}

#accordion-quality .panel-title-quality a {
  display: block;
  padding: 15px 20px;
  background: #f9eeeb;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  position: relative;
  transition: all 0.5s ease 0s;
  font-size: 16px;
}

#accordion-quality .panel-title-quality a.collapsed:before,
#accordion-quality .panel-title-quality a:before {
  background: #fff;
  border: 1px solid #ddd;
  top: 22px;
}

#accordion-quality .panel-body-quality {
  border: none;
  font-size: 15px;
  color: #615f5f;
  background-color: #fff;
  line-height: 27px;
}

#accordion-quality .panel-title-quality a.collapsed:before,
#accordion-quality .panel-title-quality a:before {
  font-size: 16px;
}

#accordion-quality .panel-title-quality a.collapsed:before,
#accordion-quality .panel-title-quality a:before {
  background: #fff;
  border: 1px solid #ddd;
  top: 11px;
}

#accordion-quality .panel-title-quality a.collapsed:before,
#accordion-quality .panel-title-quality a:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: 900;
  color: #000;
  text-align: center;
  position: absolute;
  right: 15px;
  transform: rotate(-180deg);
  transition: all 0.3s ease 0s;
}

#accordion-quality .panel-title-quality a.collapsed:before {
  color: #676767;
  transform: rotate(0);
}

#accordion-quality .panel-body-quality .isiMateri-quality {
  margin-bottom: 10px;
}

.prog-offer .isiMateri-quality ul {
  margin-left: 40px;
}

.prog_wrapper.prog-offer {
  padding: 2rem 0 5rem;
}

::marker {
  color: #f9a455;
  font-size: 20px;
}

.img-container {
  margin: 0px;
}

.registration-process-sec.procrss-img h4 {
  color: #333;
  font-size: 36px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.registration-process-sec h4 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-ovrvw-cont p {
  text-align: justify;
}

.pagination_loader figure {
  padding: 25px;
  box-shadow: 0 3px 6px #00000014;
  margin-bottom: 30px;
  transition: 0.5s;
}

.recruiting_partners_sec {
  padding: 60px 0;
}

.recruiting_partners_sec h3 {
  margin-bottom: 30px;
}

.life_reva_manu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.life_reva_manu ul li {
  width: 50%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  color: #ffffff;
}

.life_reva_manu ul li:before {
  content: "";
  width: 80%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.life_reva_sec .read-more {
  margin: 30px 0 0;
}

.life_reva_sec .read-more a {
  display: inline-block;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 1px 1px 1px #00000029;
  box-shadow: 1px 1px 1px #00000029;
  border-radius: 5px;
  text-align: center;
  background-position: center;
  line-height: 35px;
  color: #fff;
}

.prog_wrapper.prog-offer h3,
.recruiting_partners_sec h3,
.reva_edge_sec h3 {
  margin-bottom: 40px;
  font-size: 36px;
  text-align: center;
}

.accreditation_rankings_sec .international-tie-up h3 {
  font-size: 36px;
  text-align: center;
  margin: 0px 0px 50px;
}

.prog_wrapper.prog-offer {
  padding: 80px 0 60px;
}

.accreditation_rankings_sec {
  background: #f8eeeb;
  padding: 80px 0px 100px;
  margin: 30px 0;
}

.reva_edge_box img {
  width: 40%;
  height: auto;
}

.reva_edge_box {
  box-shadow: 0 3px 6px #00000014;
  text-align: center;
  margin: 10px;
  padding: 15px;
}

.reva_edge_logo ul li {
  width: 20%;
  display: flex;
}

.reva_edges {
  display: flex;
  flex-wrap: wrap;
}

.reva_edge_box figcaption {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px 0;
}

.reva_edge_sec {
  padding: 80px 0;
}

.reva_edge_sec h3 {
  margin-bottom: 40px;
}

.life_reva_sec video {
  width: 100%;
  height: 100%;
}

.life_reva_sec h3 {
  margin-bottom: 30px;
  color: #fff;
}

.life_reva_sec p {
  color: #fff;
}

.accreditation_rankings_sec .owl-nav {
  display: none;
}

.life_reva_sec {
  background: #009ddbe3;
  padding: 60px 0;
}

.reva_edge_logo ul {
  display: flex;
  list-style: none;
}

figure.reva_edge_box figcaption {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}

.reva_edge_logo ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}

/* footer */
/* .footer_box ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
list-style: none;
}
.footer_box ul li:first-child {
width: 20%;
}
.footer_box ul li:nth-child(2) {
width: 60%;
color: #fff;
padding: 0px 150px;
}
.footer_box ul li:nth-child(2) a {
display: inline-block;
color: #fff;
padding: 5px 10px;
}
.footer_box ul li:nth-child(3){width: 20%;}
.footer_box ul li:nth-child(3) p a {
display: block;
color: #fff;
text-align: left;
padding-bottom: 10px;
}
.footer_box ul li:nth-child(3) p a img {
width: 20px;
} */
footer {
  background: #222222;
  padding: 60px 0 60px;
  position: relative;
  overflow: hidden;
  clear: both;
}

footer .path-2 {
  right: -190px;
  left: inherit;
  position: absolute;
}

.footer-panel1 h2 {
  color: #fff;
  font-size: 1.1rem;
  margin: 22px 0;
  position: relative;
  padding-bottom: 20px;
}

.footer-panel1 h2:after {
  width: 50px;
  height: 1px;
  content: "";
  background: #f8ae2e;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.footer-panel1 ul li a:hover {
  color: #eda33f;
}

.footer-panel1 ul li a {
  color: #e2dede;
  font-size: 0.9rem;
  display: block;
  margin: 6px 0;
  font-weight: 100;
  text-align: left;
}

footer ul {
  margin-bottom: 54px;
  list-style: none;
}

.follow-us ul {
  margin: 0px 0 20px;
  padding: 0;
}

.footer-panel2 p {
  font-size: 0.8rem;
  color: #fff;
  text-align: right;
  margin: 0px;
  padding: 9px 0;
}

.follow-us footer ul {
  margin-bottom: 0px;
}

.footer-input input.form-control {
  border: 1px solid #ffffff2e;
  background: none;
  border-radius: 0.25rem;
  padding: 0 14px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
}

.follow-us h3 {
  color: #fff;
  font-size: 1.1rem;
  margin: 30px 0 0;
  padding: 20px 0 10px;
}

.follow-us {
  display: block;
  list-style: none;
  border-bottom: 1px solid #ffffff2e;
  margin-bottom: 30px;
}

.follow-us ul li {
  display: inline-block;
}

.submit-btn {
  position: absolute;
  right: 9px;
  top: 45px;
}

.submit-btn button {
  width: 25px;
  height: 25px;
  background: #3e4094;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: none;
}

.footer-input {
  position: relative;
}

.footer-panel1 .col-md-3 {
  flex: 0 0 20%;
  max-width: 20%;
}

.footer-panel h1 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
  @include font-panel1;
}

.footer-panel p {
  font-size: 0.9rem;
  font-weight: 100;
  line-height: 26px;
  @include font-panel2;
  color: #fff;
}

.footer-panel {
  padding-top: 27px;
}

.footer-panel1 .col-md-3:last-child {
  padding: 0px;
}

li.tel-icon i {
  color: #fff;
  float: left;
  margin-right: 20px;
  margin-bottom: 29px;
  font-size: 20px;
  margin-top: 13px;
  transform: rotate(166deg);
}

li.message-icon i {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.footer-contact ul li {
  border-bottom: 1px solid #ffffff2e;
  padding: 4px 0;
}

.footer-contact ul li a {
  font-size: 1rem;
}

.footer-input h3 {
  font-size: 1.1rem;
  color: #fff;
  padding-bottom: 10px;
}

.sterco {
  color: #fff;
}

.sterco:hover {
  color: #eda33f;
}

.submit-btn a:hover {
  background: #2096a1;
  color: #fff;
}

.footer-mobile-menu {
  display: none;
}

p.font-12 {
  font-size: 0.75rem;
  line-height: 20px;
}

.mobile-services,
.mobile-notice-panel {
  display: none;
}

section.course-list-section h1,
.courselist-menu a.close-btn,
section.inner-head-panel .path-3 {
  display: none;
}

footer h2 a {
  color: #fff;
}

footer h2 a:hover {
  color: #eda33f;
}

/* footer-end----------- */

.accreditation_rankings_sec.registration {
  display: none;
}

.registration-process-sec {
  padding: 2rem 0 0;
}

.about-ovrvw-cont p {
  color: #666;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.registration-process-sec.procrss-img {
  margin-top: 1rem;
}

.isiMateri-quality h5 {
  font-size: 21px;
  color: #f57f26;
  font-weight: 21px;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

footer {
  background-color: #222222;
  padding: 30px 0;
}

footer p {
  color: #e2dede;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

footer p a.sterco {
  color: #eda33f;
}

/* .application-form {
  background-color: #fff;
} */

.app-header {
  background-color: #2b97a1;
  padding: 2rem;
  color: #fff;
}

.app-header h2 {
  color: #fff;
  font-family: "Roboto", sans-serif, serif;
  margin-bottom: 30px;
  font-size: 21px;
  text-align: center;
  margin-bottom: 0;
}

.form-fill-area blockquote {
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}

.form-fill-area p {
  font-size: 15px;
  color: #777;
  text-align: center;
}

.form-fill-area label {
  font-size: 15px;
}

.form-fill-area label span {
  color: red;
}

.next_btn {
  display: flex;
  justify-content: end;
  border-top: 1px solid #eee;
  padding-top: 1rem;
  margin-top: 3rem;
}

.next_btn a {
  background: #febe10;
  padding: 8px 30px;
  color: #333;
  border-radius: 50px;
  margin-top: 10px;
  display: inline-block;
}

.next_btn a:hover {
  background: #0096a1;
  color: #fff;
}

.form-fill-area .form-control {
  font-size: 0.9rem;
}

.form-count {
  margin: 1rem 0 2rem;
}

.form-count ul {
  display: flex;
  list-style: none;
  align-items: center;
  position: relative;
  max-width: 600px;
  margin: 0px auto;
  justify-content: space-between;
}

.form-count ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 6px;
  background-color: #ddd;
  margin: 0px auto;
}

.form-count ul li {
  border: 1px solid #f57f26;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  color: #f57f26;
  font-weight: 600;
  font-size: 18px;
  z-index: 9;
  background-color: #fff;
  cursor: pointer;
}

.form-count ul li a {
  color: #f57f26;
}

.form-count ul li:hover {
  background-color: #f57f26;
}

.form-count ul li:hover a {
  color: #fff;
}

.form-count ul li.active {
  background-color: #f57f26;
  color: #fff;
}

.form-count ul li.active a {
  color: #fff;
}

.form-fill-area select {
  word-wrap: normal;
  display: block;
  width: 100%;
  padding: 0.6rem 1.5rem 0.6rem 0.6rem;
  border-color: #ced4da;
  border-radius: 4px;
  margin-bottom: 1rem;
  height: 37px;
}

p.form-w {
  max-width: 60%;
  justify-content: center;
  margin: 0px auto;
}

.title-bar {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 1rem;
}

.title-bar ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.title-bar ul li {
  font-size: 14px;
  font-weight: 600;
}

.title-bar ul li:first-child,
.detail-bar ul li:first-child {
  width: 35%;
}

.title-bar ul li:last-child,
.detail-bar ul li:last-child {
  width: 25%;
}

.title-bar ul li:nth-child(2),
.detail-bar ul li:nth-child(2) {
  width: 22%;
}

.title-bar ul li:nth-child(3),
.detail-bar ul li:nth-child(3) {
  width: 18%;
}

.detail-bar {
  padding-top: 1rem;
  border-bottom: 1px solid #eee;
}

.detail-bar ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.detail-bar ul li {
  font-size: 13px;
  font-weight: 500;
}

.make_btn a {
  background: #bc5609;
  padding: 8px 16px;
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
}

.make_btn a:hover {
  background: #febe10;
  color: #000;
}

.correction-bar {
  padding-top: 5rem;
}

.correction-bar ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.correction-bar ul li {
  font-size: 14px;
  font-weight: 500;
}

.correction-bar ul.currec-b li {
  font-weight: 600;
}

.correction-bar ul li {
  width: 33%;
  text-align: center;
}

.paymnt-btn-area {
  display: flex;
  justify-content: center;
  border-top: 1px solid #eee;
  padding-top: 1rem;
  margin-top: 3rem;
}

.cancel_btn a {
  background: #febe10;
  padding: 8px 23px;
  color: #000;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
  font-weight: 400;
  margin-left: 1rem;
}

.cancel_btn a:hover {
  background: #bc5609;
  color: #fff;
}

.razorpay-img {
  text-align: center;
  margin-top: 4rem;
}

/* .application-form iframe {
  box-shadow: 0px 0px 10px 4px #0000001a;
} */

.mobile_banner {
  display: none;
}

/* form */
.form-fill-area {
  padding: 2rem;
}

.form-fill-area {
  padding: 20px 0;
}

.form-fill-area label,
.application-form label {
  text-align: left;
  width: 100%;
  font-size: 15px;
}

.application-form .form-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #cfd4da;
  border-radius: 4px;
}

fieldset p {
  font-size: 15px;
  color: rgb(119, 119, 119);
  text-align: center;
}

.cancel_btn {
  margin-right: 20px;
}

.multistepsform {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  position: relative;
}

.progress_bar {
  display: flex;
  padding: 25px 0px;
}

.multistepsform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);
  padding: 30px 20px 60px;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.multistepsform fieldset:not(:first-of-type) {
  display: none;
}

.multistepsform .action-button {
  background: #febe10;
  padding: 7px 30px;
  color: #333;
  border-radius: 50px;
  margin-top: 40px;
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  border: none;
}

.multistepsform .action-button:hover {
  background: #0096a1;
}

.multistepsform .action-button:hover,
.multistepsform .action-button:focus {
  box-shadow: 0 0 0 2px #f08a5d, 0 0 0 3px #ff9760;
  color: #fff;
}

.multistepsform .progress_bar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  position: relative;
}

.multistepsform .progress_bar:before {
  content: "";
  width: 85%;
  height: 5px;
  background: #f99877;
  position: absolute;
  bottom: 48px;
  left: 10%;
}

.multistepsform .progress_bar li {
  list-style-type: none;
  color: #679b9b;
  width: 33.33%;
  position: relative;
}

.multistepsform .progress_bar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  line-height: 40px;
  display: block;
  font-size: 16px;
  color: #fff;
  background: #679b9b;
  border-radius: 100px;
  margin: 0 auto 5px auto;
}

.multistepsform .progress_bar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #679b9b;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
}

.multistepsform .progress_bar li:first-child:after {
  content: none;
}

.multistepsform .progress_bar li.active {
  color: #ff9a76;
}

.multistepsform .progress_bar li.active:before,
.multistepsform .progress_bar li.active:after {
  background: #ff9a76;
  color: white;
}

.accreditation_rankings_sec.registration {
  background: inherit;
}

.follow-us ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.follow-us {
  max-width: 250px;
  margin: 0 auto;
}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {
  .footer-contact ul li a {
    font-size: 0.8rem;
  }

  .title-bar ul li:last-child,
  .detail-bar ul li:last-child {
    width: 28%;
  }

  .reva_edge_box {
    padding: 20px;
  }

  .banner-content h1 {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  /* .footer_box ul li:first-child {
width: 15%;
}
.footer_box ul li:nth-child(2) {
width: 70%;
}
.footer_box ul li:nth-child(3) {
width: 15%;
} */
  .reva_edge_logo ul li {
    width: 25%;
    display: flex;
  }

  .accreditation_rankings_sec .international-tie-up h3 {
    font-size: 32px;
  }

  .registration-process-sec.procrss-img h4 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  /* --------FOOTER--------- */



  .footer-desktop-menu {
    display: none;
  }

  .footer-mobile-menu {
    display: block;
  }

  .footer-mobile-menu h2 {
    min-height: inherit;
    margin: 0px;
    padding: 15px 0;
  }

  .footer-mobile-menu h2 a {
    color: #fff;
    font-size: 0.84rem;
  }

  .footer-panel1 .col-6:last-child {
    padding: 0px 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-panel1 .col-6:last-child ul {
    display: block;
    padding: 20px 0 0;
  }

  .footer-mobile-menu ul li {
    display: inline-block;
    width: 31%;
  }

  .follow-us {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .follow-us h3 {
    color: #fff;
    font-size: 1.1rem;
    margin: 30px 0 0;
    display: inline-block;
    padding: 10px 0 10px;
  }

  .footer-mobile-menu .follow-us ul {
    display: inline-block;
  }

  .footer-mobile-menu .follow-us ul li {
    width: 17%;
  }

  /* ------- */
  .registration-process-sec h4,
  .registration-process-sec.procrss-img h4,
  .international-tie-up h3 {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .prog_wrapper.prog-offer h3,
  .recruiting_partners_sec h3,
  .reva_edge_sec h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .accreditation_rankings_sec .international-tie-up h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .prog_wrapper.prog-offer {
    padding: 60px 0 50px;
  }

  .recruiting_partners_sec {
    padding: 50px 0;
  }

  .life_reva_sec .read-more {
    margin: 30px 0 40px;
  }

  .reva_edge_sec {
    padding: 50px 0 70px;
  }

  /* .footer_box ul li:nth-child(2) {
width: 65%;
padding: 0px 30px;
}
.footer_box ul li:nth-child(3) {
width: 19%;
} */
  .life_reva_manu ul {
    margin-top: 20px;
  }

  .accreditation_rankings_sec {
    padding: 50px 0px 70px;
    margin: 0px 0px;
  }

  .mobile-services,
  .mobile-notice-panel {
    display: block;
  }

  .mobile-services {
    display: block;
    position: fixed;
    bottom: 0;
    background-image: linear-gradient(180deg, #3c3c3c, #252525);
    width: 100%;
    z-index: 999;
  }

  .mobile-services ul {
    margin: 0px;
  }

  .mobile-services ul li {
    width: 49%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #3b3b3b;
  }

  .mobile-services ul li:nth-child(2) {
    border-right: none;
  }

  li.chat_link a img {
    margin-bottom: 10px !important;
  }

  .mobile-services ul li a {
    font-size: 0.85rem;
    color: #c3c3c3;
  }

  .mobile-services ul li img {
    display: block;
    text-align: center;
    margin: auto;
  }

  .mobile-services ul li p {
    margin: -8px 0 0;
    color: #d4d4d4;
  }

  .mobile-notice-panel {
    display: block;
    text-align: left;
    position: fixed;
    top: 0px;
    background: #333;
    width: 100%;
    height: 92%;
    left: 0;
    padding: 80px 20px;
    transform: translateY(100%);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-size: cover;
    z-index: 99;
  }

  .mobile-notice-panel.show {
    transform: translateY(0px);
  }

  .mobile-notice-panel .close-btn {
    position: absolute;
    top: 50px;
    right: 20px;
    transition: 0.3s;
    height: 30px;
    width: 30px;
    text-align: center;
    z-index: 999;
  }

  .mobile-notice-panel h2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    @include font-panel1;
  }

  .mobile-notice-panel .notice-data p {
    color: #d4d4d4;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .mobile-notice-panel .date {
    justify-content: flex-start;
  }

  .mobile-notice-panel .date h3 {
    font-size: 1.7rem;
  }

  .mobile-notice-panel .date h4 {
    font-size: 0.75rem;
    color: #fff;
  }

  .notice_wrapper {
    overflow-y: auto;
    max-height: 100%;
  }

  .notice-data {
    margin-right: 30px;
    border-bottom: 1px solid #ffffff21;
    padding-bottom: 30px;
  }

  .footer-mobile-menu ul li {
    display: inline-block;
    width: 48%;
  }

  footer ul {
    margin-bottom: 40px;
    list-style: none;
  }

  .follow-us {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    bottom: 46px;
  }
}

@media (max-width: 768px) {


  .desktop-vs {
    display: none;
  }

  .mob-vs {
    display: block;
  }

  .registration_process_img1 {
    margin-top: 40px;
  }

  .make_btn a {
    padding: 6px 13px;
  }

  .mobile_banner {
    display: block;
  }

  section.banner {
    display: none;
  }

  .mobile_banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
  }

  .mobile_banner .banner-content {
    bottom: 65%;
    left: 0%;
    z-index: 1;
  }

  section.home-panel1.fixed .header-wrapper .mobile_manu .menu {
    top: 10px;
    transition: 0.3s;
  }

  .multistepsform .progress_bar li:before {
    content: counter(step);
    width: 30px;
    line-height: 30px;
  }

  .multistepsform .progress_bar:before {
    content: "";
    height: 4px;
    bottom: 43px;
    left: 8%;
  }

  .multistepsform .progress_bar {
    margin-bottom: 10px;
  }

  .multistepsform .action-button {
    padding: 6px 25px;
    margin-top: 30px;
    font-size: 16px;
  }

  a.navbar-brand.u-header__navbar-brand.u-header__navbar-brand-center {
    padding: 25px 15px;
    outline: 0;
  }

  section.home-panel1.fixed a.navbar-brand.u-header__navbar-brand.u-header__navbar-brand-center {
    padding: 15px 20px;
  }

  section.home-panel1.fixed a.navbar-brand.u-header__navbar-brand.u-header__navbar-brand-center img {
    width: 10rem;
  }

  .life_reva_manu ul li a {
    width: 80%;
  }

  .reva_edge_logo ul li {
    width: 33%;
    display: flex;
  }

  .registration-process-slider .item span {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
  }

  .accreditation_rankings_sec.registration {
    display: block;
  }

  .registration-process-sec.procrss-img {
    display: none;
  }

  .accreditation_rankings_sec.registration {
    padding: 40px 0 0px;
  }

  .registration-process-slider .item {
    text-align: center;
  }

  .registration-process-slider .item img {
    max-width: 110px;
    margin: 0 auto;
  }

  .registration-process-slider .item p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    padding: 10px 50px;
  }

  .accreditation_rankings_sec.registration h3 {
    margin-bottom: 30px;
  }

  .banner-content h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .registration-process-sec h4,
  .registration-process-sec.procrss-img h4,
  .international-tie-up h3 {
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
  }

  .accreditation_rankings_sec .international-tie-up h3 {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
  }

  .home-panel1 .navbar-brand img.img-fluid {
    width: 13rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .home-panel1.fixed a.navbar-brand.u-header__navbar-brand.u-header__navbar-brand-center img {
    width: 10rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .menu-group-panel {
    display: none;
  }

  .mobile_manu {
    display: block;
  }

  .prog_wrapper.prog-offer {
    padding: 40px 0 40px;
  }

  .recruiting_partners_sec {
    padding: 40px 0;
  }

  .life_reva_sec {
    background: #009ddbe3;
    padding: 50px 0;
  }

  .life_reva_sec h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
  }

  .reva_edge_box img {
    width: 60%;
    height: auto;
  }

  .reva_edge_box {
    padding: 10px;
  }

  /* 1995 21-03-25 */

  /*
.desktop-view {
display: none;
}

.banner_second-first.mobile-view h1 {
margin-bottom: 20px;
font-size: 30px;
}

.banner_second-first.mobile-view h2 {
font-size: 25px;
}

.banner_second-first.mobile-view strong {
font-size: 20px;
}

.desktop-view{display: none;}
.banner_second .banner_form{padding: 20px;}
.banner_form h3 {font-size: 18px;}
.banner_form h4 {font-size: 14px;}
.banner_second .banner_form .form-group{margin: 10px 0px;}
.banner_second .banner_form .btn-blue{padding: 10px;} */
  /* .how_to_apply.mob-vs .apply_num-list{
display: grid; ;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.how_to_apply.mob-vs h4{
font-size: 30px;
}
.apply_num-list .apply_num-mob h6{
font-size: 20px;
} */
}

@media (max-width: 575px) {
  .how_to_apply .owl-nav {
    display: none;
  }

  .mobile_banner .banner-content {
    bottom: 33%;
    left: 0%;
  }

  .life_reva_manu ul li a {
    width: 90%;
    font-size: 14px;
  }

  .reva_edge_box img {
    width: 60%;
    height: auto;
  }

  .registration-process-sec h4,
  .registration-process-sec.procrss-img h4,
  .international-tie-up h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .prog_wrapper.prog-offer h3,
  .recruiting_partners_sec h3,
  .reva_edge_sec h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .accreditation_rankings_sec .international-tie-up h3 {
    margin: 0 0 20px;
  }
}

@media (max-width: 480px) {
  figure.reva_edge_box figcaption {
    font-size: 12px;
    line-height: 1.4;

    .app-header h2 {
      font-size: 16px;
    }
  }

  .mobile_banner .banner-content {
    bottom: 56%;
    left: 0%;
  }

  /* .footer_box ul li:first-child {
bottom: 65%;
width: 100%;
text-align: center;
}
.reva_edge_logo ul li {
width: 50%;
display: flex;
}
.footer_box ul li:nth-child(2) {
width: 100%;
padding: 0px 15px;
margin-top: 30px;
}
.footer_box ul li:nth-child(3) {
width: 100%;
margin-top: 30px;
}
.footer_box ul li:nth-child(3) p a {
display: inline-block;
padding: 5px;
}
.footer_box ul li:first-child img {
width: 50%;
} */
  .detail-bar ul li:last-child {
    width: 32%;
  }

  .make_btn a {
    padding: 6px 10px;
  }
}

@media (max-width: 360px) {
  .reva_edge_logo ul li {
    width: 50%;
  }
}

.application-box-desk {
  position: absolute;
  bottom: 100px;
  z-index: 1;
  left: auto;
  right: 100px;
  width: 31%;
}

.application-box-desk .app-header {
  padding: 1rem;
}

/* new css 08-03-25 */
.home-panel1.home-panel1-2025 .navbar-brand img.img-fluid {
  width: 100%;
}

.banner-main {
  position: relative;
}

.banner_second {
  position: absolute;
  inset: 0;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}

.banner_second-first {
  margin-bottom: 30px;
}

.banner_second-first h1 {
  font: normal normal 300 88px/90px Roboto Slab;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.banner_second-first h2 {
  text-align: left;
  font: normal normal 300 88px/90px Roboto Slab;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.open_div {
  display: flex;
  align-items: center;
}

.open_2 h3 {
  text-align: left;
  font: normal normal 300 35px/38px Roboto Slab;
  letter-spacing: 0px;
  color: #ffffff;
}

.open_2 {
  margin-left: 1rem;
}

.open_2 h3,
h4 {
  margin-bottom: 0;
}

.open_2 h4 {
  text-align: left;
  font: normal normal 300 35px/38px Roboto Slab;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 600;
}

.banner_form {
  background-color: #fff;
  padding: 40px 30px;
  color: #000;
  border-radius: 1rem;
}

.banner_form h4 {
  text-align: left;
  font: normal normal normal 16px/30px Roboto;
  letter-spacing: 0px;
  color: #333333;
}

.banner_form h3 {
  font-size: 24px;
  font: normal normal bold 24px/30px Roboto Slab;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}

.banner_form .form-group {
  margin: 3rem 0;
  position: relative;
}

.email_icon-main {
  position: relative;
}



.banner_form .form-group input {
  padding-left: 15px;
  border-radius: 0;
  height: 50px;
}

.banner_form .form-group input:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.banner_form .btn-blue {
  background-color: #0096a1;
  letter-spacing: 0.9px;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  padding: 1rem;
  text-align: center;
}

.how_to_apply {
  padding-left: 100px;
  margin-right: -12rem;
}

.how_to_apply h4 {
  text-align: left;
  font: normal normal bold 36px/48px Roboto Slab;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 60px;
}

.apply_num h6 {
  text-align: left;
  font: normal normal bold 62px/60px Roboto Slab;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.apply_num span {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0px;
  color: #ffffff;
}

.how_to_apply_number .apply_num {
  margin-bottom: 70px;
}

.apply_num-img {
  position: relative;
}

.apply_num-img {
  position: relative;
}

.apply_num-img::after {
  position: absolute;
  left: 10rem;
  top: 0rem;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: cover;
  margin-top: 10px;
  background-image: url(../images/right-arrow.png);
}

.apply_num-img-3::after {
  position: absolute;
  transform: rotate(90deg);
  left: 2rem;
  top: 6rem;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: cover;
  margin-top: 10px;
  background-image: url(../images/right-arrow.png);
}

.apply_num-img-1::after {
  position: absolute;
  transform: rotate(180deg);
  left: -4rem;
  top: 0rem;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: cover;
  margin-top: 10px;
  background-image: url(../images/right-arrow.png);
}

/* study */
.study_at_reva {
  background-color: #fdebe7;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.study_at_reva h2 {
  font: normal normal bold 86px/66px Roboto Slab;
  letter-spacing: -4.56px;
  color: #71c0ca;
  text-transform: uppercase;
  font-size: 80px;
}

.study_at_reva h3 {
  font: normal normal bold 86px/66px Roboto Slab;
  letter-spacing: -4.56px;
  color: #fff;
  text-transform: uppercase;
  font-size: 80px;
}

.study_at_reva .study-wrapper {
  background-color: #71c0ca;
  padding: 60px 35px;
}

.study_at_reva .study-title {
  margin-top: -124px;
}

.study_at_reva .study-wrapper h5 {
  color: var(--unnamed-color-383b43);
  text-align: left;
  font: normal normal 300 36px/45px Roboto Slab;
  letter-spacing: 0px;
  color: #383b43;
  padding: 40px 0px;
}

.study_at_reva .study-wrapper h5 span {
  color: #fff;
  font-weight: 600;
}

.study_at_reva .study-wrapper p {
  color: #383b43;
}

.reva_content_right {
  padding-right: 15px;
  /* padding-left: 95px; */
    padding-left: 30px;
  text-align: justify;
}

.reva_content_right h4 {
  font: normal normal normal 21px/30px Roboto Slab;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
  font-size: 21px;
  color: #333333;
  margin-bottom: 40px;
}

.path-1 {
  width: 40%;
  position: absolute;
  right: -300px;
  top: -212px;
}

.accreditation_rankings_sec-main {
  padding-top: 80px;
}

.accreditation_title h5 {
  font: normal normal bold 21px/30px Roboto Slab;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 40px;
}

.accreditation_title_logo h6 {
  padding-top: 20px;
  color: #000000;
  font: normal normal normal 18px / 24px Roboto;
}

.accreditation_title {
  position: relative;
}

.accreditation_title h5::after {
  position: absolute;
  content: "";
  width: 50rem;
  height: 1px;
  background-color: #00000038;
  margin-left: 30px;
  margin-top: 13px;
}

.accreditation_title_logo .international-tie-up-slider .item img {
  width: 100px;
}

.accreditation_title_logo .international-tie-up-slider .item h6 {
  width: 200px;
}

.programme_at_reva_main {
  position: relative;
}

.programme_at_reva_main_content {
  content: "";
  position: absolute;
  inset: 0;
  top: 25%;
  left: 21%;
  right: 0;
  color: #fff;
  display: inline-table;
}

.programme_at_reva_main_content h6 {
  font: normal normal bold 60px / 55px Roboto Slab;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.programme_at_reva_main_content p {
  font: normal normal 300 24px / 36px Roboto Slab;
  width: 20rem;
  padding-top: 50px;
}

.Programmes_new_2025 .paddingLuar-quality .panel-group h3 {
  font: normal normal bold 60px / 55px Roboto Slab;
}

.Programmes_new_2025 #accordion-quality .panel-heading-quality h4 {
  margin-bottom: .5rem;
}

.Programmes_new_2025 #accordion-quality .panel-body-quality {
  padding: 1rem;
}

.study-title-onee {
  background-color: #383b43;
  padding: 40px;
}

.study-title-onee h3 {
  color: #ffff;
  font-size: 60px;
  margin-top: -100px;
  font: normal normal bold 60px/55px Roboto Slab;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}

.study-title-onee h4 {
  color: #ffff;
  font: normal normal bold 60px/55px Roboto Slab;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}

.study-title-onee p {
  margin-top: 40px;
  font: normal normal 300 24px/36px Roboto Slab;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.h_ctc {
  padding: 40px;
}

.h_ctc h6 {
  font-size: 86px;
  color: #e38026;
  font: normal normal bold 86px/71px Roboto Slab;
  letter-spacing: 0px;
  color: #e38026;
  opacity: 1;
}

.h_ctc p {
  margin-top: 10px;
  font-size: 21px;
  font: normal normal medium 21px/24px Roboto;
  color: #333333;
}

.ctc-slider {
  position: relative;
}

.ctc-slider .owl-nav {
  position: absolute;
  right: 0;
  top: 30%;
  right: 7%;
}

.ctc-slider .owl-nav button.owl-prev {
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow-left.svg) no-repeat center center !important;
  border-radius: 100%;
  margin-left: -20px;
  transition: 0.5s;
}

.ctc-slider .owl-nav button.owl-next {
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow-right.svg) no-repeat center center !important;
  border-radius: 100%;
  transition: 0.5s;
}

.ctc-slider .owl-nav button span {
  visibility: hidden;
}

.ctc-slider .owl-nav button:focus {
  outline: 0;
}

.palcement_reva_section {
  /* background: url(../images/placement-reva-1.webp) no-repeat; */
  background-color: #4d4747bd;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 180px 0;
  position: relative;
}

.ctc-slider {
  background-color: #fff;
}

.recruiting_partners {
  background-color: #fdebe7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.international-tie-up-new h5 {
  font: normal normal bold 36px/48px Roboto Slab;
  letter-spacing: 0px;
  color: #383b43;
  text-align: center;
  margin-bottom: 3rem;
}

.recruiting-partners_slider .owl-nav.disabled {
  display: block !important;
  text-align: center;
  margin-top: 60px;
}

.recruiting-partners_slider .owl-nav button.owl-prev {
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow-left.svg) no-repeat center center !important;
  border-radius: 100%;
  margin-left: -20px;
  transition: 0.5s;
}

.recruiting-partners_slider .owl-nav button.owl-next {
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow-right.svg) no-repeat center center !important;
  border-radius: 100%;
  transition: 0.5s;
}

.recruiting-partners_slider .owl-nav button span {
  visibility: hidden;
}

.recruiting-partners_slider .owl-nav button:focus {
  outline: 0;
}

.life_at_reva {
  background: url(../images/life-at-reva.png) no-repeat;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 200px 0;
  position: relative;
}

.life_at_reva_sub .study-title-oneee {
  background-color: #009ad9e6;
  padding: 40px;
}

.study-title-oneee h4 {
  margin-top: -98px;
  color: #fff;
  font: normal normal bold 60px/55px Roboto Slab;
}

.study-title-oneee h5 {
  color: #fff;
  font: normal normal bold 60px/55px Roboto Slab;
}

.life_at_reva_sub .study-title-oneee p {
  color: #fff;
  font: normal normal 300 24px/36px Roboto Slab;
  padding: 30px 0px;
}

.reva_edge_main {
  background-color: #e38026;
  padding-top: 100px;
  padding-bottom: 100px;
}

.reva_edge_title {
  width: 800px;
  margin: auto;
}

.reva_edge_title h6 {
  font: normal normal bold 36px / 48px Roboto Slab;
  color: #fff;
  margin-bottom: 75px;
  /* width: 800px; */
  text-align: center;
}

.reva_edge_logo {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

.reva_edge_logo img {
  transition: transform 1s ease;
}

.reva_edge_logo img:hover {
  transform: rotate(360deg);
}

.reva_edge_logo p {
  font: normal normal normal 18px/24px Roboto;
}

.recruiting-partners_slider .owl-nav {
  text-align: center;
  margin-top: 60px;
}

.international-tie-up-slider .owl-nav {
  display: none;
}

/* 21-03-25 */
.banner-main img {
  width: 100%;
}

.programme_at_reva_main img {
  width: 100%;
}

/* responsive */

@media screen and (max-width: 1920px) {}

/* @media screen and (max-width: 1800px) {
  .main-banner-section .banner-main picture .img-fluid {
    height: 1000px;
    width: 100%;
  }
} */

@media screen and (max-width: 1600px) {
  .how_to_apply {
    margin-right: 0;
    padding-left: 100px;
  }

  .apply_num h6 {
    font-size: 50px;
  }

  .apply_num-img::after {
    width: 40px;
    height: 40px;
  }

  .apply_num-img-3::after {
    width: 40px;
    height: 40px;
  }

  .apply_num-img-1::after {
    width: 40px;
    height: 40px;
  }

  .apply_num span {
    font-size: 16px;
  }

  .apply_num-img::after {
    left: 8rem;
  }
}
/* @media only screen and (min-width: 1366px) and (max-width: 1700px) {
  .home-panel1.home-panel1-2025 .navbar-brand img.img-fluid {
    width: 60%;
}
  .banner_second-first h1{
    font-size: 40px;
    line-height: 18px;
  }
  .banner_second-first h2{
    font-size: 35px;
    line-height: 0;
    margin-bottom: 0;
  }
  .open_div .open_2 h3{
    font-size: 18px;
  }
  .open_div .open_2 h4{
    font-size: 18px;
    line-height: 10px;
  }
  .banner_second{
    top: 17%;
  }
  .how_to_apply h4{
    margin-bottom: 20px;
    font-size: 30px;
  }
  .banner_form{padding: 20px;}
  .banner_form h3{
    font-size: 20px;
    margin-bottom: 0;
  }
  .banner_form .form-group{
    margin: 15px 0px;
  }
  .how_to_apply_number .apply_num h6 {
    font-size: 34px;
  }
  .how_to_apply_number .apply_num {
    margin-bottom: 40px;
}
.apply_num-img::after {
  width: 30px;
  height: 30px;
}
.apply_num-img-3::after{
  width: 30px;
  height: 30px;
}
.apply_num-img-1::after {
  width: 30px;
  height: 30px;
}
.apply_num-img-1::after{
  left: -3rem;
}

} */


@media only screen and (min-width: 1280px) and (max-width: 1700px) {
  .home-panel1.home-panel1-2025 .navbar-brand img.img-fluid {
    width: 60%;
}
.study_at_reva{padding-top: 100px;}
  .banner_second-first h1{
    font-size: 40px;
    /* line-height: 18px; */
     line-height: 60px; 
  }
  .banner_second-first h2{
    font-size: 35px;
    line-height: 0;
    margin-bottom: 0;
  }
  .open_div .open_2 h3{
    font-size: 18px;
  }
  .open_div .open_2 h4{
    font-size: 18px;
    line-height: 10px;
  }
  .banner_second{
    top: 17%;
  }
  .how_to_apply h4{
    margin-bottom: 20px;
    font-size: 30px;
  }
  .banner_form{padding: 20px;}
  .banner_form h3{
    font-size: 20px;
    margin-bottom: 0;
  }
  .banner_form .form-group{
    margin: 15px 0px;
  }
  .how_to_apply_number .apply_num h6 {
    font-size: 34px;
  }
  .how_to_apply_number .apply_num {
    margin-bottom: 40px;
}
.apply_num-img::after {
  width: 30px;
  height: 30px;
}
.apply_num-img-3::after{
  width: 30px;
  height: 30px;
}
.apply_num-img-1::after {
  width: 30px;
  height: 30px;
}
.apply_num-img-1::after{
  left: -3rem;
}

}


@media screen and (max-width: 1280px) {
  .programme_at_reva_main_content {
    top: 10%;
    left: 5rem;
  }

  .programme_at_reva_main_content h6 {
    font-size: 45px;
  }

  .programme_at_reva_main_content p {
    padding-top: 12px;
    font-size: 22px;
  }
}

@media screen and (max-width: 1199px) {
  .apply_num-img::after {
    left: 7rem;
  }
}

@media screen and (max-width: 1024px) {}



@media screen and (max-width: 991px) {
  /* new code 26-03-25 */
  .how_to_apply h4{font-size: 25px; margin-bottom: 10px;}
  .apply_num h6 {
    font-size: 30px;
}
.how_to_apply.desktop-vs .how_to_apply_number .apply_num {
  margin-bottom: 10px;
}
.apply_num-img::after {
  left: 5rem;
  top: 7px;
}
.apply_num-img::after {
  width: 30px;
  height: 30px;
}
.apply_num-img-3::after{
  width: 30px;
  height: 30px;
}
.apply_num-img-1::after {
  width: 30px;
  height: 30px;
}



  .main-banner-section .banner-main picture .img-fluid {
    height: auto;
    width: 100%;
  }


  .programme_at_reva_main picture .img-fluid {
    height: 600px;
    width: 100%;
    object-fit: cover;
  }

  .banner_second {
    top: 12%;
  }

  .how_to_apply {
    padding-left: 0;
    margin-top: 100px;
  }

  .reva_content_right {
    padding-right: 0px;
    padding-left: 0px;
    text-align: justify;
  }

  .reva_content_right h4 {
    margin-top: 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .reva_edge_title h6 {
    width: 100%;
    font-size: 30px;
    line-height: 1.3;
  }

  .reva_edge_title {
    width: 100%;
  }

  .apply_num-img-1:nth-of-type(4)::after {
    display: none;
  }

  .home-panel1.home-panel1-2025 .navbar-brand img.img-fluid {
    width: 60%;
  }

  .banner_second-first h1 {
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 0.6;
  }

  .banner_second-first h2 {
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 1.4;
  }

  .open_div {
    display: block;
  }

  .open_2 {
    margin-left: 0rem;
  }

  .open_2 h3,
  h4 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .programme_at_reva_main_content {
    top: 5%;
    left: 1rem;
  }

  .programme_at_reva_main_content h6 {
    font-size: 30px;
    line-height: 1.3;
  }

  .programme_at_reva_main_content p {
    padding-top: 12px;
    font-size: 16px;
    line-height: 1.3;
  }

  .Programmes_new_2025 .paddingLuar-quality .panel-group h3 {
    font-size: 30px;
  }

  #accordion-quality .panel-title-quality a {
    padding: 15px 10px;
    font-size: 14px;
  }

  #accordion-quality .panel-title-quality a.collapsed:before,
  #accordion-quality .panel-title-quality a:before {
    right: 5px;
  }

  .study-title-onee h3,
  .study-title-onee h4 {
    font-size: 30px;
  }

  .h_ctc h6 {
    font-size: 28px;
    line-height: 1;
  }

  .reva_edge_main {
    background-color: #e38026;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .international-tie-up-new .owl-carousel .owl-item img {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 auto;
  }

  .international-tie-up-new h5 {
    font-size: 30px !important;
  }

  /* .desktop-vs {
    display: none;
  }

  .mob-vs {
    display: block;
  } */

  /* .bg-met {
background: #d4874f;
} */

  /* .how_to_apply.mob-vs {
margin-top: 0px;
padding-top: 80px;
} */

  .how_to_apply.mob-vs h4 {
    padding-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }

  .apply_num-list {
    display: block;
  }

  .apply_num-list li {
    display: block;
  }

  .apply_num-mob {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff52;
    padding-bottom: 20px;
    text-align: center;
  }

  .apply_num-mob h6 {
    font-size: 30px;
    font-weight: 700;
    font-size: 60px;
  }

  .apply_num-mob span {
    font-size: 20px;
  }

  .study_at_reva {
    padding-top: 100px;
  }

  .palcement_reva_section {
    padding: 80px 0px 20px 0px;
  }

  .recruiting_partners {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .accreditation_title_logo .international-tie-up-slider .item h6 {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .accreditation_title_logo .international-tie-up-slider .item img {
    width: 100px;
    margin: 0 auto;
  }
}

/* @media screen and (min-width: 768px) {
	.desktop-vs {
	  display: block;
	}
  
	.mob-vs {
	  display: none;
	}
	
  } */


@media (min-width: 991px) {
  .mobile-view {
    display: none;
  }

  .mob-vs {
    display: none;
  }

}


@media (max-width: 991px) {
  .mob-vs {
    display: none;
  }

  .desktop-vs {
    display: block;
  }

}

@media (max-width: 768px) {
  .mob-vs {
    display: block;
  }

  .desktop-vs {
    display: none;
  }

}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .banner_second-first h1 {
    font-size: 30px;
    line-height: 18px;
}
.banner_second-first h2 {
  font-size: 25px;
  /* line-height: 0; */
  line-height: 25px;
  margin-bottom: 0;
}

.open_div .open_2 h3 {
  font-size: 17px;
  line-height: 20px;
}
.open_div .open_2 h4 {
  font-size: 16px;
  line-height: 20px;
}
.home-panel1.home-panel1-2025 .navbar-brand img.img-fluid{
  width: 50%;
}
.banner_form {
  padding: 20px;
}
.banner_form h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.banner_form .form-group{
  margin: 10px 0px;
}
.banner_form .btn-blue{
  padding: 5px;
  font-size: 12px;
}
.how_to_apply h4{
  font-size: 25px;
  margin-bottom: 0;
}
.apply_num h6{
  font-size: 18px;
  line-height: 40px;
}
.apply_num-img::after {
  width: 20px;
  height: 20px;
}
.apply_num span {
  font-size: 13px;
  line-height: 20px;
}
.how_to_apply_number .apply_num{
  margin-bottom: 5px;
}
.apply_num-img-1::after{
  width: 20px;
  height: 20px;
}
.apply_num-img-3::after {
  width: 20px;
  height: 20px;
  left: 4rem;
  top: 5rem;
  
}
.study_at_reva{
  padding-top: 100px;
}


















}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-banner-section .banner-main picture .img-fluid{
    height: 800px;
  }
  .banner_second {
    top: 17%;
}
}

@media only screen and (min-width: 575px) and (max-width: 992px) {
  .apply_num-img-1:nth-of-type(4)::after {
    display: none;
  }

  .how_to_apply_number .apply_num {
    margin-bottom: 0px;
  }

  .mobile-view {
    display: block;
  }

  .how_to_apply.mob-vs .apply_num-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 0px;
    gap: 10px;
  }

  .how_to_apply.mob-vs h4 {
    font-size: 30px;
    padding-top: 0;
  }

  .apply_num-list .apply_num-mob h6 {
    font-size: 20px;
  }

  .bg-met {
    position: relative;
    /* margin-top: -30rem; */
    z-index: 1;
  }

  .how_to_apply {
    margin-top: 0;
    padding-left: 0;
  }

  .apply_num-mob {
    color: #fff;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #ffffff52; */
    padding-bottom: 20px;
    text-align: center;
    border: 1px solid;
    height: 100%;
    padding: 15px;
  }

  .apply_num-mob span {
    font-size: 16px;
  }

  .desktop-view {
    display: none;
  }

  .banner_second-first.mobile-view h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 0px;
  }

  .banner_second-first.mobile-view h2 {
    font-size: 25px;
    line-height: 40px;
  }

  .banner_second-first.mobile-view strong {
    font-size: 20px;
  }

  .desktop-view {
    display: none;
  }

  .banner_second .banner_form {
    padding: 20px;
  }

  .banner_form h3 {
    font-size: 18px;
  }

  .banner_form h4 {
    font-size: 14px;
  }

  .banner_second .banner_form .form-group {
    margin: 10px 0px;
  }

  .banner_second .banner_form .btn-blue {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .desktop-view {
    display: none;
  }

  .banner_second-first h1 {
    font-size: 40px;
  }

  .banner_second-first h2 {
    font-size: 40px;
    margin-top: 8px;
  }

  .bg-met {
    background-color: #d28a55;
    /* margin-top: -4rem; */
  }

  .banner_second-first {
    margin-top: 20px;
  }
}

/* @media (max-width: 574px) {
.desktop-view{display: none;}
} */

@media (min-width: 575px) {
  .bg-met-574 {
    display: none;
  }
}

/* 
@media (max-width: 575px) {
 
} */

@media (max-width: 575px) {



  .bg-met-574 {
    display: block;
  }

  .mob-vs {
    display: none;
  }

  .how_to_apply {
    margin-top: 0px;
  }

  .how_to_apply h4 {
    text-align: center;
    font-size: 25px;
    padding-top: 40px;
  }

  .programme_at_reva_main_content {
    left: 0;
  }

  .programme_at_reva_main_content h6 {
    padding-left: 20px;
  }

  .programme_at_reva_main_content p {
    padding-left: 20px;
  }

  .bg-met.bg-met-574 {
    background-color: transparent;
  }

  .apply_num-mob {
    color: #fff;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #ffffff52; */
    padding-bottom: 20px;
    text-align: center;
    border: 1px solid;
    height: 100%;
    padding: 15px;
  }

  .apply_num-list .apply_num-mob h6 {
    font-size: 20px;
  }

  .apply_num-mob span {
    font-size: 16px;
  }

  .banner_form {
    padding: 15px;
  }

  .banner_form h3 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .banner_form h4 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .banner_form .form-group {
    margin: 10px 0px;
  }

  .banner_form .form-group:after {
    top: 3px;
    left: 22px;
    font-size: 17px;
  }

  .banner_form .form-control::placeholder {
    font-size: 14px;
  }

  .banner_form .btn-blue {
    font-size: 14px;
    padding: 8px;
  }



}


/* 24-03-25 */
@media (max-width: 475px) {

  .banner_second-first {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .banner_form {
    padding: 15px;
  }

  .banner_form h3 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .banner_form h4 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .banner_form .form-group {
    margin: 10px 0px;
  }

  .banner_form .form-group input {
    height: 30px;
  }

  .banner_form .form-control::placeholder {
    font-size: 14px;
  }

  .banner_form .form-group:after {
    top: 3px;
    left: 22px;
    font-size: 17px;
  }

  .banner_form .btn-blue {
    font-size: 14px;
    padding: 8px;
  }

  .how_to_apply h4 {
    font-size: 22px;
    padding-top: 5px;
    margin-bottom: 15px;
  }

}

@media (max-width: 375px) {
  .banner_second-first {
    margin-top: 10px;
  }

  .banner_second-first h1 {
    font-size: 25px;
  }

  .banner_second-first h2 {
    font-size: 25px;
    margin-bottom: 3px;
  }

  .banner_form {
    padding: 10px;
  }

  .banner_form h3 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .banner_form .form-group {
    margin: 2px;
  }

  .banner_form .btn-blue {
    padding: 5px;
    font-size: 14px;
  }

  .how_to_apply h4 {
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    margin-bottom: 0;
  }





}




@media (max-width: 375px) {
  .home-panel1.home-panel1-2025 .navbar-brand img.img-fluid {
    width: 100%;
  }

  .bg-met-574 .owl-nav {
    display: block;
  }

  .international-tie-up-slider-one .owl-nav button.owl-prev {
    position: absolute;
    left: 0;



  }

  .international-tie-up-slider-one .owl-nav button.owl-next {
    position: absolute;
    right: 0;




  }

  .international-tie-up-slider-one .owl-nav button span {
    margin: 7px;
    font-size: 22px;
    border: 1px solid #fff;
    padding: 3px !important;
  }

  .international-tie-up-slider-one .owl-nav button:focus {
    outline: 0;
  }

  .international-tie-up-slider-one {
    position: relative;
  }


  .international-tie-up-slider-one .owl-nav button {
    position: absolute;
    content: "";
    top: 30%;
  }
   
  

.banner_form h4 {
  font-size: 14px;
}

.banner_form .form-group input {
  height: 30px;
}

.banner_form .form-control::placeholder {
  font-size: 13px;
}

.banner_form .form-group:after {
  top: 4px;
  left: 18px;
  font-size: 15px;
}

.apply_num-mob {
  height: 125px;
}

.banner_form {
  padding: 18px;
}

.study_at_reva h2 {
  font-size: 40px;
  height: 40px;
}

.study_at_reva h3 {
  font-size: 40px;
}

.study_at_reva .study-title {
  margin-top: -63px;
}

.study_at_reva .study-wrapper h5 {
  padding: 0;
}

.study_at_reva .study-wrapper {
  background-color: #71c0ca;
  padding: 36px 20px;
}

.study-title-onee p {
  line-height: 30px;
  margin-top: 20px;
}

.study-title-onee p {
  font-size: 16px;
}

.international-tie-up-new h5 {
  margin-bottom: 2rem;
}

.study-title-oneee h4 {
  font-size: 30px;
  line-height: 24px;
  margin-top: 20px;
}

.study-title-oneee h5 {
  font-size: 30px;
}

.ctc-slider .owl-nav {
  position: absolute;
  right: 0;
  top: 35%;
  right: 7px;
}

.life_at_reva_sub .study-title-oneee p {
  font-size: 16px;
  padding: 0;
  line-height: 30px;
}

.life_at_reva {
  padding: 100px 0px;
}

.reva_edge_logo {
  margin-bottom: 40px;
}

.reva_edge_logo img {
  width: 50px;
}

.study_at_reva {
  padding-bottom: 40px;
}

.banner_second-first {
  margin-top: 14px;
  margin-bottom: 12px;
}

.accreditation_title h5::after {
  display: none;
}

/* NEW CODE */
.study_at_reva .study-wrapper{padding: 10px;}
.study_at_reva .study-wrapper h5{font-size: 30px; line-height: 45px;}
.accreditation_rankings_sec-main {
  padding-top: 20px;
}
.accreditation_title h5{font-size: 25px;}
.programme_at_reva_main picture .img-fluid {
  height: 490px;
  width: 100%;
  object-fit: cover;
}
.study-title-onee h3, .study-title-onee h4 {
  font-size: 30px;
  line-height: 30px;
}
.study-title-onee h3{margin-top: 0;}
.palcement_reva_section{padding: 10px;}

.recruiting-partners_slider .owl-nav{margin-top: 12px;}
.life_at_reva_sub .study-title-oneee{padding: 10px;}
.reva_edge_title h6{font-size: 24px; margin-bottom: 32px;}

}



@media (max-width: 350px) {
  .main-banner-section .banner-main picture .img-fluid{
    height: 670px;
  }
}

/* .banner_form .form-group:after {
  content: "\f0e0";
  font-family: FontAwesome;
  position: absolute;
  font-size: 20px;
  color: #a1a1a1;
  top: 9px;
  left: 20px;
}  */

