/* HOME PAGE CSS STARTS */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins';
  background: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

i,
span,
a {
  display: inline-block;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

a {
  transition: all 0.3s ease-out 0s;
}

/* leftnav starts */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #bd2e32;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0px 10px 20px #00000029;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px;
}

.leftnav {
  display: none;
}

/* leftnav ends */

.ilalert {
  position: relative;
}

.alert-server {
  background: #EEEEEE;
  position: absolute;
  top: 11%;
  width: 100%;
  padding: 25px 0px 25px 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  color: #635100;
  font-weight: 500;
  font-size: 18px;
}

.alertregister {
  color: #023550;
  font-weight: 600;
}

.alertregister:hover {
  color: #023550;
  font-weight: 600;
}

.alertneetjee {
  color: #a70e0e;
  text-decoration: underline;
}

.headerlogo {
  width: 400px;
  height: 100px;
}

.navbar-brand {
  padding: 0px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1260px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* .sticky {
      position: absolute;
      z-index: 9999;
      width: 100%;
      top: 0;
      left: 0;
      background-color: #fff;
      transition: all 0.3s;
      box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  } */
/* .navbar-area {
      background: #2477C3;
      height: 100px;
  } */
.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s;
  /* padding: 11px 0; */
}

div#navbarSupportedContent {
  justify-content: flex-end;
}

.pd-left {
  padding-left: 0px;
}

.navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.navbar-nav .nav-item {
  margin-left: 40px;
  position: relative;
}

.navbar-nav .nav-item a {
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
  position: relative;
  font-weight: 500;
  font-family: 'Poppins';
}

.btn-transition {
  transition: all .2s ease-in-out;
}

.signup-btn {
  background: #BD2E32;
  color: #fff !important;
  border: none;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 14px !important;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;

  /* animation: blinkingBackground 2s infinite; */
}

/* @keyframes blinkingBackground{
  0%		{ background-color: #BD2E32;}
  75%		{ background-color: #254878;}
  100%	{ background-color: #BD2E32;}
} */

@-webkit-keyframes glowing {
  0% {
    background-color: #BD2E32;
    -webkit-box-shadow: 0 0 10px #fff;
  }

  50% {
    background-color: #BD2E32;
    -webkit-box-shadow: 0 0 30px #BD2E32;
  }

  100% {
    background-color: #BD2E32;
    -webkit-box-shadow: 0 0 10px #fff;
  }
}

.home-navbar {
  background: #2477C3;
  height: 100px;
  border-radius: 0px;
  padding: 0px 10px 0px 0px;
}

.navbar-nav>.active>a {
  border-bottom: 2px solid #BD2E32;
  ;
}

/* hero-area */

section.hero-area {
  margin-top: 94px;
  padding: 78px 0px 0px 0px;
  /* background: radial-gradient(50% 50% at 50% 50%, #0B94E1 0%, #2376C2 100%); */
}

/* .banner-img {
  width: 694px;
} */
.banner-img {
  width: 600px;
}

.mobilehero-img {
  display: none;
  width: 100%;
}

.herohead {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

.herosubhead {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}

.success {
  color: #fbd323;
}

.login-color {
  color: #fbd323;
  font-weight: 500;
}

.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 15px 40px;
  font-size: 20px;
  border-radius: 5px;
  color: #00354E;
  cursor: pointer;
  z-index: 5;
  transition: all .4s ease-in-out;
  border: none;
  background: #FBD323;
  overflow: hidden;
  width: 400px;
  /* height: 60px; */
  /* margin-bottom: 10px; */
}

.main-btn:hover {
  color: #00354E;
}

.chaitanyalogin {
  color: #fff;
  font-size: 17px;
}

.chaitanyalogin:hover {
  color: #fff;
}

/* results */
.result-flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 40px 0px 10px 0px;
}

.banner-result {
  background: url(/assets/images/ourresult.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0px;
  background-size: 105%;
  margin: 0px 0px 0px 0px;
  background-size: contain;
}

.jeebanner-result {
  background: url(https://devinfinitylearn.in/assets/images/ourresultsjeebg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0px;
  background-size: 105%;
  margin: 0px 0px 0px 0px;
  background-size: contain;
}

.neetbanner-result {
  background: url(https://devinfinitylearn.in/assets/images/ourresultsneetbg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0px;
  background-size: 105%;
  margin: 0px 0px 0px 0px;
  background-size: contain;
}

.resultnumber {
  color: #50EDEE;
  font-size: 24px;
  font-weight: 600;
}

.resulthead {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.result-one {
  text-align: center;
  border-right: 1px solid #CDCDCD;
  padding-right: 45px;
}

.result-two {
  text-align: center;
  border-right: 1px solid #CDCDCD;
  padding-right: 45px;
}

.result-three {
  text-align: center;
}

.viewfullresult {
  color: #fbd323;
  font-size: 15px;
  font-weight: 600;
  /* text-decoration: underline; */
  border-bottom: 1px solid #fbd323;
}

.viewfullresult:hover {
  color: #fbd323;
}

/* Master area */
.masterclass-area {
  padding: 60px 0px 30px 0px;
}

.no-pad {
  padding: 0px;
}

.masterhead {
  font-size: 32px;
  font-weight: 500;
  color: #00354E;
}

.mastersubhead {
  font-size: 19px;
  color: #00354E;
  margin-bottom: 30px;
}

.masterlist {
  display: flex;
  /* justify-content: space-between; */
}

.masterimg {
  margin-right: 40px;
}

.mastermainimg {
  width: 90%;
}

.masterclass-content {
  max-width: 500px;
  margin: 0px auto;
}

.titleimg {
  width: 45px;
}

.titlehead {
  font-weight: 600;
  font-size: 17px;
}

.titletext {
  font-size: 16px;
}

/* testpreparation area */
.testpreparation-area {
  background: #F3FAFF;
  padding: 50px 0px;
}

.testpreparationimg {
  width: 100%;
}

/* free live */

.freelivesession-box {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin: 15px 5px;
  min-height: 400px;
  position: relative;
}

.subject-flex {
  padding: 20px 0px 20px 20px;
}

.sess-head {
  font-size: 18px;
  font-weight: 600;
  padding: 0px 20px;
}

a.sess-tom {
  float: right;
  background: #fbd323;
  color: #000;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 5px 0px 0px 5px;
}

.facultycard {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #ddd;
  padding: 20px 20px 20px 20px;
}

.sess-subject {
  font-size: 14px;
  margin-bottom: 8px;
}

.sesssub-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.sess-img {
  margin-right: 10px;
}

.sess-facimg {
  width: 102px;
  height: 102px;
}

.sess-title {
  font-size: 14px;
  color: #1E2A36;
  margin-bottom: 10px;
  font-weight: 500;
}

.ssess-content {
  font-size: 12px;
  margin-bottom: 0px;
}

.sess-schedule {
  margin-bottom: 0px;
  color: #1E2A36;
  font-size: 14px;
}

.sess-free {
  background: rgba(229, 233, 236, 0.4);
  font-size: 12px;
  border-radius: 5px 0px 0px 5px;
  padding: 6px 12px;
  color: #27AE60;
  font-weight: 500;
}

.dateflex {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 20px 20px;
}

.registerflex {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px 20px 20px;
  align-items: center;
}

.sess-register {
  background: #D8EDFE;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  border: none;
  color: #1E2A36;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 15px 25px;
}

.sess-obj {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #1279C8;
  cursor: pointer;
}




.freelivemobversion {
  display: none;
}

.freelive-area {
  background: url(https://devinfinitylearn.in/assets/images/livesessionbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.section-head {
  text-align: center;
}

.sec-title {
  font-size: 40px;
  color: #00354E;
  font-weight: 500;
}

.sec-text {
  font-size: 16px;
  color: #00354E;
  margin-bottom: 45px;
}

/* .freelive-tab {
      justify-content: center;
      display: flex;
      margin-bottom: 30px;
  }
  .freelive-tab button {
      border: none;
      outline: none;
      background: #c9c9c9;
      color: #919191;
      min-width: 120px;
      padding: 10px 10px;
      font-weight: 500;
      cursor: pointer;
  }
  .freelive-tab button.active.neet {
      background: #2477C3;
      color: #fff;
      box-shadow: 0px 4px 12px rgba(16, 56, 232, 0.12);
  }
  .freelive-tab button.active.jee {
      background: #ffcc1b;
      color: #fff;
  }
  .freelive-tab button, .freelive-tab a {
      border: 1px solid #CDCDCD;
      outline: none;
      background: #ffffff;
      color: #00354E;
      min-width: 120px;
      padding: 10px 10px;
      font-weight: 500;
      cursor: pointer;
      text-decoration: none;
  } */

.freelive-box {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 2.936px 11.744px 2.936px rgb(0 0 0 / 4%);
  border-radius: 8px;
  width: 560px;
  height: 260px;
  padding: 0px 25px 20px 25px;
  margin-bottom: 25px;
  margin-top: 35px;
}

.subjectbg {
  background: #F8F8F8;
  padding: 10px;
  border-radius: 0px 0px 6.25px 6.25px;
}

.subjectimg {
  width: 25px !important;
  margin-right: 8px;
}

ul.live-caro {
  display: flex;
}

.live-caro li {
  margin-right: 40px;
}

.facultyliveimg {
  width: 100% !important;
  margin-top: -50px;
}

ul.schedule {
  list-style: none;
  padding-left: 0px;
}

.schedule li {
  display: inline;
  font-size: 12px;
  margin-right: 10px;
}

.schedule i {
  font-size: 12px;
  margin-right: 5px;
}

.factitle {
  font-size: 18px;
  font-weight: 600;
  color: #00354E;
  margin: 20px 0px 10px 0px;
}

.facname {
  font-size: 14px;
  color: #00354E;
}

.spanfacname {
  font-weight: 500;
}

.freelive-btn {
  border: none;
  background: #2477C3;
  color: #fff;
  padding: 8px 20px;
  font-size: 17px;
  border-radius: 4px;
  font-weight: 500;
}

.freelive-btn:focus {
  outline: none;
}


.nav-tabs {
  border-bottom: none;
  margin-bottom: 40px;
}

.nav-tabs a.neet {
  border: 1px solid #CDCDCD;
  outline: none;
  background: #ffffff;
  color: #00354E;
  min-width: 135px;
  padding: 10px 10px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.nav-tabs a.neet.active {
  background: #358dcd !important;
  color: #ffffff !important;
}

.nav-tabs a.jee.active {
  background: #358dcd !important;
  color: #fff !important;
}

.nav-tabs a.jee {
  border: 1px solid #CDCDCD;
  outline: none;
  background: #ffffff;
  color: #00354E;
  min-width: 135px;
  padding: 10px 10px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.neetprev {
  left: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.neetnext {
  right: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.jeeprev {
  left: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.jeenext {
  right: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.freelive-leftarrow {
  width: 60px;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.freelive-rightarrow {
  width: 60px !important;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.freelive-leftarrow {
  width: 60px;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.freelive-rightarrow {
  width: 60px !important;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

/* top faculty */
.topfaculty-area {
  padding: 60px 0px 80px 0px;
}


ul.top-rating {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
}

.top-rating li {
  display: inline-block;
}

.star:before {
  content: '\2605';
}

.star.on {
  color: gold;
}

.star:last-child {
  margin-right: -5px;
}

.star.half:after {
  content: '\2605';
  color: gold;
  position: absolute;
  margin-left: -22px;
  width: 10px;
  overflow: hidden;
}

.top-rating li i {
  font-size: 22px;
}

.star {
  width: 26px;
  color: gray;
  font-style: normal;
}

.top-rating a {
  font-size: 14px;
  color: #151513;
  margin-left: 30px;
  text-decoration: none;
}

img.item-img {
  width: 100%;
}

.desktop-flex {
  display: flex;
  align-items: center;
  background: url(https://devinfinitylearn.in/assets/images/topfacultybg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px 100px;
}

.faculty-content {
  margin: 0px 64px 0px auto;
  max-width: 42%;
  text-align: left;
}

.toptitle {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.topreviews {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.topcontent {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}

.topfeaturesone {
  list-style: none;
  margin-bottom: 0px;
  margin-right: 20px;
}

.topfeaturesone li {
  padding-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.topfeaturestwo {
  list-style: none;
  margin-bottom: 0px;
}

.topfeaturestwo li {
  padding-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.topfeatureflex {
  display: flex;
}

.tick {
  margin-right: 10px;
}

/* .topfaculty-flex {
      display: flex;
      align-items: center;
      background: url(https://devinfinitylearn.in/assets/images/topfacultybg.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      justify-content: space-between;
  } */
.mobileversion {
  display: none;
}

.topcarouselprev {
  left: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.topcarouselnext {
  right: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}

/* experience  */
.experience-area {
  padding: 70px 0px;
  background: #2477c3;
}

.mobstudentitem-img {
  width: 100%;
}

.comma {
  width: 100px;
}

.exptitle {
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
}

.expsubtitle {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
}

/* .mobile-wrapper {
      display: none;
  } */

/* our results */

.ourresults-area {
  padding: 50px 0px;
  background: #F6FBFF;
}

.jeetopper-flex {
  display: flex;
  align-items: center;
}

.topperhead-2021 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  max-width: 60%;
  margin: 0px auto;
  line-height: 43px;
}

.resultbg {
  background: url(https://devinfinitylearn.in/assets/images/resultbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.jeeres-bg {
  background: url(https://devinfinitylearn.in/assets/images/jeestudentexpbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.neetres-bg {
  background: url(https://devinfinitylearn.in/assets/images/neetstudentexpbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.percentile {
  color: #2477c3;
}

.topper {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 0px;
}

.toppercenter {
  text-align: center;
}

.jeetopperimg {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0px auto;
}

.rank-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #292105;
  background: #fbc91b;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 9px;
  position: relative;
  bottom: 12px;
  /* margin: 0 0 5px 0; */
  display: inline-block;
}

.toppername {
  font-size: 16px;
  font-weight: 600;
}

.topperscore {
  font-size: 14px;
  font-weight: 500;
  color: #151513;
  margin-bottom: 0px;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  /* opacity: .5; */
  /* transition: opacity .15s ease; */
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: -999px;
  border-radius: 100%;
  cursor: pointer;
  background-clip: padding-box;
  border: 1px solid #CACACA;
  box-sizing: border-box;
  /* opacity: .5; */
  transition: opacity .6s ease;
}

.carousel-indicators .active {
  background-color: #3C8DCB !important;
}

.carousel-control-prev {
  left: -60px;
}

.carousel-control-next {
  right: -60px;
}

.carousel-control-prev {
  left: -110px;
  border-bottom: 0;
  font-size: 40px;
  color: #000;
  opacity: 1;
}

.carousel-control-next {
  right: -110px;
  border-bottom: 0;
  font-size: 40px;
  color: #000;
  opacity: 1;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #000;
  text-decoration: none;
  outline: 0;
}

.top-leftarrow {
  width: 60px;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.top-rightarrow {
  width: 60px !important;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.future-flex {
  display: flex;
  align-items: center;
  background: #FFCC1B;
  border-radius: 10px;
  padding: 30px 50px;
  justify-content: space-between;
}

.futurehead {
  font-size: 20px;
  color: #3B300A;
  font-weight: 500;
  margin-bottom: 5px;
}

.futuresubhead {
  font-size: 28px;
  font-weight: bold;
  color: #3B300A;
  margin-bottom: 0px;
}

.secure {
  color: #2477c3;
}

.future-btn {
  border: none;
  padding: 10px 40px;
  border-radius: 5px;
  background: #ffffff;
  color: #3B300A;
  font-size: 17px;
  font-weight: 600;
}

.future-btn {
  outline: none;
}

/* news */
.news-area {
  padding: 50px 0px;
}

.mb-40 {
  margin-bottom: 40px;
}

.newsbox {
  display: flex;
  align-items: center;
  background: url(https://devinfinitylearn.in/assets/images/newsbg.png);
  border-radius: 10px;
  padding: 150px 50px 100px 50px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.newsimg {
  width: 450px;
  height: 350px;
}

.news-content {
  margin: 0px auto;
  max-width: 40%;
}

.newstitle {
  text-align: left;
  color: #D6A600;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.newstext {
  text-align: left;
  font-size: 16px;
  margin-bottom: 0px;
}

.news-indicators {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.news-indicators .active {
  background-color: #FBD323 !important;
  border-color: #FBD323;
}

.google {
  color: #2477c3;
}

.bubbleflex {
  text-align: right;
}

.bubbleimg {
  width: 100px;
}

.mobbubbleflex {
  display: none;
}

.news-leftarrow {
  width: 60px;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.news-rightarrow {
  width: 60px !important;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.newscarouselprev {
  left: -110px;
  border-bottom: 0;
  font-size: 40px;
  color: #000;
  opacity: 1;
}

.newscarouselnext {
  right: -110px;
  border-bottom: 0;
  font-size: 40px;
  color: #000;
  opacity: 1;
}

/* Doubt */
.doubts-area {
  padding: 50px 0px;
  background: #F6FBFF;
}

.doubt {
  width: 100%;
}

.playstoretitle {
  font-size: 32px;
  color: #00354E;
  font-weight: 500;
  margin-bottom: 20px;
}

.playstoretext {
  color: #00354E;
  font-size: 19px;
  margin-bottom: 30px;
}

/* footer */
.footer-area {
  background: #bd2e32;
  padding: 50px 0px 40px 0px;
  font-family: 'Poppins';
}

.footerlogo {
  width: 300px;
  filter: brightness(0) invert(1);
}

.il-footerlogo {
  margin: 0px 0px 40px 0px;
}

.footer-flex {
  display: flex;
}

.mr-25 {
  margin-right: 25px;
}

.fa.fa-map-marker {
  color: #fff;
  font-size: 25px;
}

.fa.fa-envelope {
  color: #fff;
  font-size: 20px;
}

.fa.fa-phone {
  color: #fff;
  font-size: 22px;
}

.footer-flex.mb-15 {
  margin-bottom: 15px;
}

.faddress {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0px;
}

.fsupport {
  color: #fff !important;
  font-size: 15px;
}

.quickflex {
  display: flex;
  align-items: center;
}

.quicklink {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.widgetarea {
  list-style: none;
  margin-bottom: 0px;
}

.widgetarea li a {
  color: #fff;
  text-decoration: none;
}

.widgetarea li {
  padding-bottom: 15px;
}

.mobsocial {
  display: none;
}

.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 15px 0 0;
}

.mobsocial a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 15px 0 0;
}

.copyright {
  color: #E5E2E2;
  font-size: 14px;
  margin: 20px 0px 0px 0px;
}


/* vertical slider */

.exp-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFDF3;
  border-radius: 10px;
  padding: 50px 50px;
  margin: 0px 20px;
  min-height: 450px;
  /* opacity: 0;
      pointer-events: none;
      position: absolute;
      animation: animate 15s linear infinite;
      animation-delay: calc(3s * var(--delay)); */
}

.studentindicators .active {
  background-color: #FFFDF3 !important;
  border-color: #FFFDF3;
}

.expstudent {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16));
}

.studentimg-center {
  text-align: center;
}

.studentname {
  font-size: 14px;
  color: #00354E;
  font-weight: 600;
}

.sturank {
  font-size: 12px;
  font-weight: 500;
  color: #7C7C7C;
  margin-bottom: 0px;
}

.studentsays {
  text-align: center;
  margin: 0px auto;
  max-width: 50%;
}


/* HOME PAGE CSS ENDS */

/* JEE AND NEET HEADER CSS STARTS*/

header.NEETcolor,
header.JEEcolor {
  background: #fff;
}

.JEEcolor .home-navbar,
.JEEcolor section.hero-area {
  background: linear-gradient(72.63deg, #A70E0E -26.67%, rgba(220, 78, 78, 0.69) 106.6%);
}

.JEEcolor .hm-enqrynow-btn,
.JEEcolor .hm-offr-tab-btn-area ul>li label>input:checked+div,
.JEEcolor .hm-offr-buynow,
.JEEcolor+footer,
.JEEcolor .sidenav {
  background: rgba(191, 55, 55, 1) !important;
}

.JEEcolor .resultnumber {
  color: #fff;
}

.JEEcolor .hm-admission-bx .hm-admsn-bxhdng {
  color: rgba(191, 55, 55, 1) !important;
}

.JEEcolor .hm-offrlvclass-area {
  background: rgba(255, 249, 249, 1);
}

.JEEcolor .UNFAPP-grd-radio>input:checked+div {
  border-color: #BF3737;
  background: #FDF7F7;
}

.JEEcolor .neetJeepage-frm-icn-area svg path {
  fill: #BF3737;
}

.NEETcolor .home-navbar,
.NEETcolor section.hero-area {
  background: linear-gradient(73.68deg, #423FF5 1.44%, rgba(76, 114, 244, 0.62) 106.52%);
}

.NEETcolor+footer,
.NEETcolor .sidenav,
.NEETcolor .flyout-batch-box .batch-btn:hover,
.NEETcolor .flyout-batch-box .batch-btn.active,
.NEETcolor .neetJeepage-frm-btn,
.NEETcolor .discount-tag {
  background: #4A6EED !important;
}

.NEETcolor .flyout-batch-box .batch-btn:hover,
.NEETcolor .flyout-batch-box .batch-btn.active,
.NEETcolor .UNFAPP-signlog-frmbx {
  border-color: #4A6EED !important;
}

.NEETcolor .flyout-batch-stlft {
  border-color: #4A6EED !important;
  color: #4A6EED !important;
  background: #E3E6F8;
}

.NEETcolor .UNFAPP-grd-radio>input:checked+div {
  border-color: #4A6EED !important;
  background: #E3E6F8;
}

.NEETcolor.neetJeepage .UNFAPP-txt-link,
.NEETcolor.neetJeepage .UNFAPP-otp-numbr-edit,
.NEETcolor.neetJeepage a.UNFAPP-otp-numbr-edit,
.NEETcolor .netjee-paynmnt-hdng .price-txtt {
  color: #4A6EED !important;
}


/* JEE AND NEET HEADER CSS ENDS*/


/* JEE and NEET Page css starts */
img.jeeneetrohit {
  width: 614px !important;
}

.jeeneetourresults-area {
  padding: 50px 0px;
  background: #ffffff;
}

.header.neetJeepage+.ilalert {
  z-index: 1;
}

.neetJeepage .herohead {
  font-weight: 600;
  font-size: 48px;
}

.neetJeepage .herosubhead {
  margin-bottom: 40px;
}

.neetJeepage .hero-content {
  text-align: left;
}

.neetJeepage .herohead strong {
  font-weight: 600;
  color: #F3CC1D;
}

.neetJeepage .banner-result {
  max-width: 480px;
  width: 100%;
}

.neetJeepage .bnnr-smltxt {
  width: 100%;
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.neetJeepage .hero-area .hero-btns .main-btn span {
  font-size: 22px;
  font-weight: 700;
}

.neetJeepage .hero-area {
  overflow: hidden;
}

.comingsoon {
  color: #fff;
}

.comingsoon:hover {
  color: #fff;
}

.neetJeepage .hero-area .main-btn {
  width: 100%;
  max-width: 220px;
  font-size: 17px;
}

.hero-area .white-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 15px 40px;
  font-size: 15px;
  border-radius: 5px;
  color: #00354E;
  cursor: pointer;
  z-index: 5;
  line-height: 28px;
  transition: all .4s ease-in-out;
  border: none;
  background: #fff;
  overflow: hidden;
  width: auto;
  height: 60px;
  /* margin-bottom: 10px; */
}

.here-round-pic-wrap {
  position: relative;
}

.here-round-pic {
  width: auto;
}

.here-round-pic>img {
  width: auto;
  border-radius: 0%;
  padding: 0px;
}

.hm-admission-area {
  padding: 70px 0px;
  background: #fff;
}

.hm-sctn-hdng-area {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}

.hm-sctn-subhdng {
  color: rgba(0, 53, 78, 1);
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0px 0px 0px;
}

.hm-admission-box-area {
  width: 100%;
  display: inline-block;
  position: relative;
}

.hm-admission-row-wrap {
  padding: 0px 60px;
}

.hm-admission-bx {
  width: 100%;
  min-height: 300px;
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 5px 67px 10px rgba(50, 50, 50, 0.08);
  margin-bottom: 25px;
}

.hm-admission-bx .hm-admsn-bxhdng {
  width: 100%;
  display: inline-block;
  color: rgba(74, 110, 237, 1);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}

.hm-admission-bx .hm-admsn-sylbs {
  width: 100%;
  display: inline-block;
  color: rgba(78, 78, 78, 1);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.hm-admission-bx .hm-admsn-smhdng {
  color: rgba(124, 124, 124, 1);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}

.hm-enqrynow-btn {
  width: 100%;
  display: inline-block;
  background: rgba(74, 110, 237, 1);
  border-radius: 6px;
  padding: 10px 12px;
  color: rgba(238, 238, 238, 1);
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border: none;
  appearance: none;
}

.hm-enqrynow-btn:hover {
  color: rgba(238, 238, 238, 1);
}





.hm-offrlvclass-area {
  padding: 70px 0px;
  background: rgba(245, 246, 255, 1);
}

.hm-offr-tab-btn-area {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.hm-offr-tab-btn-area ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.hm-offr-tab-btn-area ul>li {
  margin-left: -2px;
}

.hm-offr-tab-btn-area ul>li label {
  width: auto;
  float: left;
  position: relative;
}

.hm-offr-tab-btn-area ul>li label>input {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.hm-offr-tab-btn-area ul>li label>div {
  width: auto;
  float: left;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid rgba(0, 53, 78, 0.4);
  color: rgba(0, 53, 78, 1);
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  cursor: pointer;
  transition: all ease 0.5s;
}

.hm-offr-tab-btn-area ul>li label>input:checked+div {
  background: #4A6EED;
  color: #fff;
}

.hm-offer-area {
  margin-bottom: 50px;
}

.hm-offer-area .row {
  justify-content: center;
}



.hm-offr-bx {
  width: 100%;
  min-height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 5px 67px 10px rgba(50, 50, 50, 0.08);
  margin-bottom: 25px;
}

.hm-offr-bx.recomanded:before {
  content: 'Recommended';
  display: inline-block;
  position: absolute;
  top: 0px;
  padding: 5px;
  line-height: 1;
  border-radius: 0px 0px 4px 4px;
  color: #fff;
  background: rgba(222, 113, 113, 1);
  font-size: 16px;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hm-offr-hdr-area {
  width: 100%;
  display: inline-block;
  padding: 60px 50px 20px 50px;
  border-bottom: 1px solid rgba(205, 205, 205, 1);
}

.hm-offr-hdng {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(66, 66, 66, 1);
  font-weight: 700;
  font-size: 28px;
}

.hm-offr-hdng.sm-hdng {
  font-size: 22px;
  margin-bottom: 10px;
}

.hm-offr-icnlist {
  display: flex;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.hm-offr-icnlist>li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  text-align: center;
}

.hm-offr-icnlist img {
  width: 75px;
  margin-bottom: 10px;
}

.hm-offr-icnlist .offr-title {
  color: rgba(124, 124, 124, 1);
  line-height: 1.2;
  font-size: 15px;
  font-weight: 500;
}

.hm-offr-fetured-area {
  width: 100%;
  display: inline-block;
  position: relative;
}

.hm-offr-fetured-area .fetrud-innr {
  width: 100%;
  display: inline-block;
  padding: 10px 50px;
}

.hm-offr-feturedlist {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.hm-offr-feturedlist>li {
  width: 100%;
  float: left;
  position: relative;
  padding: 9px 0px 7px 40px;
  color: rgba(124, 124, 124, 1);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.hm-offr-feturedlist>li:before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(https://devinfinitylearn.in/assets/images/NEET/green-tick.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top: 5px;
}

.hm-offr-vwmr-btn {
  width: 100%;
  display: inline-block;
  background: #F7F7F7;
  padding: 7px 10px 7px 100px;
  color: rgba(124, 124, 124, 1);
  font-weight: 500;
  font-size: 18px;
  position: relative;
}

.hm-offr-vwmr-btn:hover {
  color: rgba(124, 124, 124, 1);
}

.hm-offr-vwmr-btn .arrow {
  width: 12px;
  height: 12px;
  border-color: rgba(205, 205, 205, 1);
  border-style: solid;
  border-width: 0px 0px 3px 3px;
  position: absolute;
  right: 25px;
  top: 12px;
  transform: rotate(-45deg);
}

.hm-offr-actn-area {
  padding: 20px 50px 30px;
}

.hm-offr-prce-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hm-offr-prce {
  color: rgba(0, 53, 78, 1);
  font-size: 28px;
  font-weight: 600;
}

.hm-offr-old-price {
  display: inline-block;
  text-decoration: line-through;
  color: rgba(124, 124, 124, 1);
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: -2px;
}

.hm-offr-offtag {
  width: auto;
  display: inline-block;
  background: rgba(243, 204, 29, 1);
  border-radius: 22px;
  line-height: 1;
  padding: 8px 20px;
  color: rgba(0, 53, 78, 1);
  font-weight: 700;
  font-size: 16px;
}

.hm-offr-buynow {
  width: 100%;
  display: inline-block;
  background: rgba(74, 110, 237, 1);
  border-radius: 6px;
  padding: 14px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  color: rgba(238, 238, 238, 1);
  border: none;
  cursor: pointer;
  appearance: none;
  margin-top: 15px;
}

.hm-freeliveclass-area {
  padding: 60px 0px 0px 0px;
}

.hm-freeliveclass-sldrarea {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0px 30px;
}

.hm-freeliveclass-sldrarea .freelive-box {
  width: 100%;
  padding-bottom: 0px;
  padding-right: 0px;
}

.hm-freeliveclass-sldrarea .freelive-box .freelive-img {
  display: flex;
  align-items: end;
}

.hm-freeliveclass-sldrarea .facname {
  margin-bottom: 10px;
}

.hm-freeliveclass-sldrarea .facname span {
  font-weight: 600;
}

.hm-freeliveclass-sldrarea ul.schedule {
  display: flex;
}

.hm-freeliveclass-sldrarea .schedule li {
  color: rgba(0, 53, 78, 1);
  font-weight: 500;
  white-space: nowrap;
}

.hm-freeliveclass-sldrarea .freelive-content {
  position: relative;
  padding: 40px 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hm-freeliveclass-sldrarea small.subjectbg {
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: 0px;
  left: 0px;
}

.hm-freeliveclass-sldrarea.mobileview {
  display: none;
}


.hm-faq-sectn {
  padding: 70px 0px;
  position: relative;
}

.hm-faq-sectn .accordion>.card {
  border: none;
  padding: 10px 30px 20px;
  font-family: 'Montserrat', sans-serif !important;
}

.hm-faq-sectn .card-header {
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  background: #fff;
  border: none;
}

.hm-faq-sectn .card-header button {
  font-size: 16px;
  color: rgba(0, 53, 78, 1);
  font-weight: 500;
  position: relative;
}

.hm-faq-sectn .card-header button:hover {
  text-decoration: none;
}

.hm-faq-sectn .card-header button[aria-expanded="true"]:after,
.hm-faq-sectn .card-header button[aria-expanded="false"]:after {
  content: "\f107";
  font: normal normal normal 22px/1 FontAwesome;
  position: absolute;
  right: -3px;
  top: 10px;
  transition: all ease 0.5s;
}

.hm-faq-sectn .card-header button[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.hm-faq-sectn .card-header+div {
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  background: #fff;
}

/* JEE and NEET Page css ends */


/* flyout right panel css start */
.flyout-button {
  cursor: pointer;
}

.flyout-rgt-panel {
  width: 100%;
  max-width: 600px;
  height: 100%;
  position: fixed;
  top: 0px;
  right: -600px;
  background: #fff;
  z-index: 9999;
  padding: 70px 35px 0px;
  transition: all ease 0.5s;
}

.flyout-rgt-panel.opened {
  right: 0px;
}

.flyout-rgt-panel .flyout-inner-area {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.flyout-rgt-panel .flyout-inner-area::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.flyout-rgt-panel .flyout-close-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
}

.flyout-rgt-panel .flyout-close-btn img {
  width: 20px;
}

.flyout-rgt-panel .UNFAPP-grdlist-area {
  margin: 0px;
}

.flyout-batch-list {
  width: 100%;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.flyout-batch-list>li {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 24px;
}

.flyout-batch-box {
  width: 100%;
  display: inline-block;
  position: relative;
  border: 1px solid #A4A4A4;
  border-radius: 8px;
}

.flyout-batch-box .btchbx-hdr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.6px solid #A4A4A4;
  padding: 15px 24px;
}

.flyout-batch-box .btchbx-hdr .btchbx-hdr-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #00354E;
  padding: 0px;
  margin-bottom: 10px;
}

.flyout-batch-box .batch-btn {
  border: 1px solid #00354E;
  width: auto;
  display: inline-block;
  padding: 12px 22px;
  background: #fff;
  color: #00354E;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  appearance: none;
  cursor: pointer;
  transition: all ease 0.5s;
  line-height: 1.2;
}

.flyout-batch-box .btchbx-hdr .btchbx-hdr-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #4E4E4E;
  padding: 0px;
  margin-bottom: 0px;
}

.flyout-batch-box .batch-btn:hover,
.flyout-batch-box .batch-btn.active {
  border-color: #BF3737;
  background: #BF3737;
  color: #fff;
}

.flyout-batch-box .btchbx-body {
  width: 100%;
  float: left;
  padding: 12px 22px;
}

.flyout-batch-stlft {
  width: auto;
  display: inline-block;
  line-height: 1.2;
  font-size: 11px;
  color: #BF3737;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 5px;
  background: #FCF6F6;
  border: #BF3737 solid 1px;
  margin: 0px 0px 10px 0px;
}

.flyout-batch-inforow {
  width: 100%;
  display: inline-block;
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
  padding: 0px;
}

/* flyout right panel css ended */


/* NEET JEE page common payment screens css start */
.neetJeepage .UNFAPP-signlog-full-area {
  background: #fff;
  padding-top: 0px;
}

.neetJeepage .UNFAPP-signlog-frm-wrpbx,
.neetJeepage .netjee-pymnt-stus-bx {
  margin: 101px auto 0px;
}

.neetJeepage .UNFAPP-signlog-frmbx {
  border-color: #BF3737;
  margin-top: 90px;
}

.neetJeepage .UNFAPP-signlog-hdng-wrap {
  margin-bottom: 10px;
}

.neetJeepage .UNFAPP-signlog-frmbx:after {
  display: none;
}

.neetJeepage .UNFAPP-signlog-stphdng.sm-hdng {
  font-size: 20px;
  color: #1E2A36;
  font-weight: 600;
}

.neetJeepage-frm-btn {
  width: 100%;
  display: inline-block;
  background: #BF3737;
  border-radius: 10px;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
  border: none;
  appearance: none;
  color: #fff;
}

.neetJeepage-frm-btn.auto {
  width: auto;
}

.neetJeepage-frm-icn-area {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 10px;
}

.neetJeepage .UNFAPP-txt-link,
.neetJeepage .UNFAPP-otp-numbr-edit,
.neetJeepage a.UNFAPP-otp-numbr-edit {
  color: #BF3737;
}

.netjee-paynmnt-hdng {
  display: flex;
  justify-content: space-between;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  padding: 0px;
  margin-bottom: 20px;
}

.netjee-paynmnt-hdng .price-txtt {
  color: #BF3737;
}

.netjee-paynmnt-list {
  width: 100%;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.netjee-paynmnt-list>li {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  color: #324452;
  font-weight: 500;
  margin-bottom: 30px;
  cursor: pointer;
}

.netjee-paynmnt-list>li .netjee-rgt-arrow {
  position: absolute;
  right: 0px;
  top: 5px;
}

.netjee-paynmnt-list>li>img {
  width: 40px;
  margin-right: 30px;
}

.netjee-rgt-arrow {
  position: relative;
  width: 10px;
  height: 10px;
}

.netjee-rgt-arrow:after {
  content: "\f105";
  font: normal normal normal 22px/1 FontAwesome;
  position: absolute;
  right: -3px;
  top: -3px;
  transition: all ease 0.5s;
}

.neetJeepage .netjee-pymnt-stus-bx {
  padding-top: 90px;
}

.netjee-pymnt-stus-bx {
  width: 90%;
  max-width: 580px;
  margin: 70px auto;
}

.netjee-pymnt-stushdr {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #CDCDCD;
  text-align: center;
  margin-bottom: 30px;
}

.netjee-pymnt-stushdr img {
  width: 83px;
  margin-bottom: 20px;
}

.netjee-pymnt-stushdr .netjee-pymnt-title {
  color: #279977;
  font-size: 26px;
  font-weight: 600;
  padding: 0px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.netjee-pymnt-stushdr .netjee-pymnt-subtitle {
  color: #7C7C7C;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.netjee-pymnt-stus-przinforow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #324452;
  font-size: 18px;
  font-weight: 500;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.netjee-pymnt-stus-przinforow .prce {
  color: #7C7C7C;
}

.netjee-pymnt-stus-przinforow small {
  font-size: 12px;
  color: #324452;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  margin-top: 20px;
}

.discount-tag {
  width: auto;
  display: inline-block;
  color: #fff;
  background: #BF3737;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  margin: 5px 0px;
}

.netjee-pymnt-actnarea {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}



@media(max-width:767px) {
  .neetJeepage .UNFAPP-signlog-stphdng {
    padding: 0px;
  }

  .neetJeepage .UNFAPP-signlog-hdng-wrap {
    margin-bottom: 10px;
  }

  .netjee-paynmnt-hdng {
    font-size: 22px;
  }

  .netjee-pymnt-stushdr img {
    width: 56px;
  }

  .netjee-pymnt-stushdr .netjee-pymnt-title {
    font-size: 22px;
  }

  .netjee-pymnt-stus-przinforow {
    font-size: 14px;
  }

}

@media(max-width:480px) {

  .neetJeepage .UNFAPP-signlog-frm-wrpbx,
  .neetJeepage .netjee-pymnt-stus-bx {
    margin: 92px auto 0px;
  }
}

/* NEET JEE page common payment screens css ended */

/* PRICING PAGE CSS STARTS */

.pricingbg {
  background: #F3FAFF;
}

.pricingcard {
  background: #f3faff;
}

.hm-faq-sectn {
  padding: 70px 0px;
  position: relative;
}

.hm-faq-sectn .accordion>.card {
  border: none;
  padding: 10px 30px 20px;
  font-family: 'Montserrat', sans-serif !important;
}

.hm-faq-sectn .card-header {
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  background: #fff;
  border: none;
  height: 80px;
}

.hm-faq-sectn .card-header button {
  font-size: 16px;
  color: rgba(0, 53, 78, 1);
  font-weight: 500;
  position: relative;
}

.hm-faq-sectn .card-header button:hover {
  text-decoration: none;
}

.hm-faq-sectn .card-header button[aria-expanded="true"]:after,
.hm-faq-sectn .card-header button[aria-expanded="false"]:after {
  content: "\f107";
  font: normal normal normal 22px/1 FontAwesome;
  position: absolute;
  right: -3px;
  top: 10px;
  transition: all ease 0.5s;
}

.hm-faq-sectn .card-header button[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.hm-faq-sectn .card-header+div {
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  background: #fff;
}


.grade-area {
  margin-top: 94px;
  padding: 100px 0px 100px 0px;
}

.pc-sec-title {
  font-size: 32px;
  font-weight: 600;
  color: #00354E;
  margin-bottom: 40px;
}

.nav-tabs {
  /* border-bottom: none; */
  margin-bottom: 75px;
}

.nav-tabs a.grade-9 {
  border: 1px solid #BCBCBC;
  outline: none;
  background: #FCFCFC;
  color: #000;
  padding: 10px 70px;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  margin: 0px 24px;
}

.nav-tabs a.grade-9.active {
  background: #358dcd !important;
  color: #ffffff !important;
}

.nav-tabs a.grade-10.active {
  background: #358dcd !important;
  color: #ffffff !important;
}

.nav-tabs a.grade-11.active {
  background: #358dcd !important;
  color: #ffffff !important;
}

.nav-tabs a.grade-12.active {
  background: #358dcd !important;
  color: #ffffff !important;
}

.nav-tabs a.grade-10 {
  border: 1px solid #BCBCBC;
  outline: none;
  background: #FCFCFC;
  color: #000;
  padding: 10px 70px;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  margin: 0px 24px;
}

.nav-tabs a.grade-11 {
  border: 1px solid #BCBCBC;
  outline: none;
  background: #FCFCFC;
  color: #000;
  padding: 10px 70px;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  margin: 0px 24px;
}

.nav-tabs a.grade-12 {
  border: 1px solid #BCBCBC;
  outline: none;
  background: #FCFCFC;
  color: #000;
  padding: 10px 70px;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  margin: 0px 24px;
}

/* grade */
.package-box {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 0px 40px 8px rgb(50 50 50 / 4%);
  border-radius: 20px;
  padding: 30px 25px;
}

.price-subicon {
  width: 68px;
}

.pricetitle {
  font-size: 17px;
  font-weight: 600;
  color: #00354E;
  margin-bottom: 0px;
}

.packageicon-flex {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.mr-20 {
  margin-right: 20px;
}

.hm-offr-icnlist {
  display: flex;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.hm-offr-icnlist>li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  text-align: center;
}

.hm-offr-icnlist img {
  width: 75px;
  margin-bottom: 10px;
}

.hm-offr-icnlist .offr-title {
  color: rgba(124, 124, 124, 1);
  line-height: 1.2;
  font-size: 15px;
  font-weight: 500;
}

.pricing-buynow {
  background: #2477C3;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 12px 0px;
  width: 100%;
  border-radius: 6px;
}

.hm-offr-fetured-area {
  width: 100%;
  display: inline-block;
  position: relative;
}

.pr-pad {
  padding: 10px 0px !important;
}

/* .hm-offr-fetured-area .fetrud-innr{
      width:100%; display: inline-block; padding: 10px 0px;
  } */
.hm-offr-feturedlist {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.hm-offr-feturedlist>li {
  width: 100%;
  float: left;
  position: relative;
  padding: 9px 0px 7px 40px;
  color: rgba(124, 124, 124, 1);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.hm-offr-feturedlist>li:before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(https://devinfinitylearn.in/assets/images/check.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top: 5px;
}

.hm-offr-hdng.sm-hdng {
  font-size: 22px;
  font-weight: 600;
  color: #00354E;
}

.price-line {
  margin: 20px 0px;
}

.price {
  color: #2477c3;
  font-size: 26px;
  font-weight: 600;
  padding: 0px 10px;
}

.pr-features {
  color: #2477c3;
  font-size: 17px;
  font-weight: 600;
}

.arrow {
  margin-left: 10px;
}

/* PRICING PAGE CSS ENDS */



/* ILITE HOME PAGE CSS START */
img.rohitilite {
  width: 342px;
}

.ilitestamp {
  width: 150px;
  margin-bottom: 0px;
}

header.ILITEcolor {
  background: #fff;
}

header.ILITEcolor .home-navbar {
  background: linear-gradient(180deg, #FFB939 0%, #FFE2AC 96.15%, #EF9E09 100%);
}

.ILITEpage.ILITEcolor+footer {
  background: #bd2e32;
}


section.hero-area.ILITE-hero-banner {
  /* background: radial-gradient(66.02% 180.96% at 46.18% 57.96%, #006FD9 0%, #011A33 100%); */
  padding: 78px 0px 0px 0px;
}

.ILITE-hero-banner .ILITE-hero-bnnr-wrap {
  display: flex;
}

.ILITE-hero-banner .ILITE-hero-lftprt {
  width: 30%;
  margin-top: 50px;
}

.ILITE-hero-banner .ILITE-hero-rgtprt {
  width: 70%;
}

.ILITE-hero-banner .ILITE-img-frm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ILITE-hero-banner .ILITE-img-frm .mobview {
  display: none;
}

.ILITE-hero-banner .ILITE-hero-title {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 42px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 5px;
}

.ILITE-hero-banner .ILITE-hero-smtxt {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0px 10px;
  color: #fff;
}

.ILITE-hero-banner .ILITE-hero-prize-row {
  width: 100%;
  display: flex;
  align-items: baseline;
  font-weight: 500;
  color: #fff;
  font-size: 22px;
}

.ILITE-hero-banner .ILITE-hero-prize-row span {
  text-decoration: line-through;
  margin: 0px 10px;
}

.ILITE-hero-banner .ILITE-hero-prize-row strong {
  color: #ffe073;
  font-size: 38px;
  font-weight: 700;
}

.ILITE-bnnr-btn {
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  padding: 11px 10px;
  font-weight: 600;
  font-size: 24px;
  color: rgba(59, 48, 10, 1);
  border: none;
  cursor: pointer;
  appearance: none;
  text-align: center;
  box-shadow: 0px 4px 13px 0px #001E3A;
  margin-top: 20px;
}

.ILITE-hero-banner .ILITE-hero-img-info-area {
  width: 100%;
  display: flex;
  /*align-items: center; */
}

.ILITE-hero-banner .ILITE-hero-img-info-area>img {
  margin: 0px 20px;
}

.ILITE-hero-infobox {
  width: 100%;
  display: inline-block;
  box-shadow: 0px 2.347320795059204px 14.083925247192383px 0px #00305C29 inset;
  border: 2px solid #f5dfa2;
  padding: 20px 15px;
  border-radius: 12px;
  height: fit-content;
  margin-top: 40px;
}

.ILITE-hero-infobox-hdng {
  width: 100%;
  position: relative;
  padding: 12px 10px;
  display: inline-block;
  border: #F5B707 solid 2px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.ILITE-hero-infobox-hdng .start_1 {
  position: absolute;
  top: -14px;
  right: -14px;
}

.ILITE-hero-infobox-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.ILITE-hero-infobox-list li {
  width: 28%;
  margin: 0px 8px 12px;
}

.ILITE-hero-icnbx {
  width: 100%;
  min-height: 130px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  padding: 10px;
  flex-direction: column;
  background: rgba(5, 30, 53, 0.3);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}


.ILITE-trgt-exam-area {
  padding: 70px 7% 40px;
  position: relative;
}

.ILITE-trgtexam-tab {
  justify-content: center;
  margin-bottom: 50px;
}

.ILITE-trgtexam-tab.nav-tabs .nav-item {
  margin: 0px 10px 30px;
  display: inline-block;
}

.ILITE-trgtexam-tab.nav-tabs .nav-item .nav-link {
  border: 1px solid #bcbcbc;
  border-radius: 6px;
  color: #00354E;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 25px;
  margin: 0px;
  float: left;
  width: 180px;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ILITE-trgtexam-tab.nav-tabs .nav-item .nav-link.active {
  background: rgba(1, 69, 134, 1);
  color: #fff;
  border-color: rgba(1, 69, 134, 1);
}

.ILITE-trgtexm-box {
  width: 100%;
  min-height: 300px;
  padding: 20px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 5px 67px 10px rgba(50, 50, 50, 0.08);
  margin-bottom: 30px;
}

.ILITE-trgtexm-hdng {
  color: rgba(1, 69, 134, 1);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ILITE-trgtexm-grdrow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ILITE-grdrow-title {
  color: rgba(78, 78, 78, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.ILITE-grdrow-title small {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.ILITE-red-tag {
  width: auto;
  padding: 5px 12px;
  background: rgba(255, 185, 176, 1);
  border-radius: 20px;
  color: rgba(141, 44, 44, 1);
  font-weight: 600;
  font-size: 12px;
}

.ILITE-subjct-name {
  display: block;
  color: rgba(26, 158, 23, 1);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ILITE-sybus-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.ILITE-sybus-title {
  color: rgba(124, 124, 124, 1);
  line-height: 1.4;
  font-size: 15px;
  font-weight: 500;
}

.ILITE-sybus-btn {
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: rgba(35, 119, 195, 1);
  border-radius: 5px;
  border: #000 solid 1px;
  line-height: 1.2;
}

.ILITE-blue-btn {
  width: 100%;
  display: inline-block;
  background: rgba(1, 69, 134, 1);
  border-radius: 5px;
  padding: 11px 10px;
  font-weight: 600;
  font-size: 15px;
  color: rgba(238, 238, 238, 1);
  border: none;
  cursor: pointer;
  appearance: none;
  color: rgba(238, 238, 238, 1);
}





.ILITE-our-result-area {
  padding: 65px 7% 0px;
  background: #F6FBFF;
  position: relative;
}

.ILITE-our-result-area .hm-sctn-hdng-area {
  text-align: center;
  margin-bottom: 50px;
}

.ILITE-result-subhdng {
  color: rgba(21, 21, 19, 1);
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0px 0px 0px;
}

.ILITE-our-result-area .resultbg {
  background-image: url(https://devinfinitylearn.in/assets/images/ILITE/ilite-resultbg.png);
  background-position: left center;
  padding: 50px 20px;
  margin: 0px;
}

.ILITE-our-result-area .topperhead-2021 {
  font-size: 20px;
  line-height: 1.2;
  max-width: 100%;
}

.ILITE-our-result-area .topperhead-2021 h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.ILITE-our-result-area .jeetopperimg {
  border: rgba(1, 69, 134, 1) solid 4px;
  border-radius: 100%;
}

.ILITE-our-result-area .rank-title {
  background: rgba(255, 184, 184, 1);
  color: rgba(104, 31, 31, 1);
  font-size: 16px;
}

.ILITE-our-result-area .topperscore {
  font-size: 9px;
  font-weight: 600;
}

.ILITE-our-result-area .topperscore span {
  color: #2377C3;
}

.ILITE-our-result-area .toppername {
  font-size: 13px;
  margin-bottom: 5px;
}

.ILITE-our-result-area .topperhead-2021 .ILITE-ruslt-btn {
  margin-top: 10px;
}

.ILITE-our-result-area .topper {
  padding: 20px 30px;
}

.ILITE-ruslt-btn {
  width: 100%;
  max-width: 211px;
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  padding: 11px 10px;
  font-weight: 700;
  font-size: 16px;
  color: rgba(59, 48, 10, 1);
  border: none;
  cursor: pointer;
  appearance: none;
  text-align: center;
}




.ILITE-masterclass-area {
  padding: 70px 7% 30px;
}

.ILITE-masterclass-area .hm-sctn-hdng-area {
  margin-bottom: 50px;
}

.ILITEmstrclsslder .desktop-flex {
  display: flex;
  align-items: center;
  background: #f4faff url(https://devinfinitylearn.in/assets/images/ILITE/topfacultybg-ilite.webp);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
}

.ILITEmstrclsslder .faculty-content {
  margin: 0px 64px 0px auto;
  max-width: 42%;
  text-align: left;
}

.ILITEmstrclsslder .toptitle {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.ILITEmstrclsslder .topreviews {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.ILITEmstrclsslder .topcontent {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}

.ILITEmstrclsslder .topfeaturesone {
  list-style: none;
  margin-bottom: 0px;
  margin-right: 20px;
}

.ILITEmstrclsslder .topfeaturesone li {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.ILITEmstrclsslder .topfeaturesone li:nth-child(even) {
  margin-right: 0px;
}

.ILITEmstrclsslder .topfeaturestwo {
  list-style: none;
  margin-bottom: 0px;
}

.ILITEmstrclsslder .topfeaturestwo li {
  padding-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.ILITEmstrclsslder .topfeatureflex {
  display: flex;
}

.ILITEmstrclsslder .tick {
  margin-right: 10px;
}




.ILITE-faq-sectn {
  padding: 70px 0px;
  position: relative;
}

.ILITE-faq-sectn .hm-sctn-hdng-area {
  margin-bottom: 50px;
}

.ILITE-faq-sectn .accordion>.card {
  border: none;
  padding: 10px 30px 20px;
  font-family: 'Montserrat', sans-serif !important;
}

.ILITE-faq-sectn .card-header {
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  background: #fff;
  border: none;
  height: 80px;
}

.ILITE-faq-sectn .card-header button {
  font-size: 16px;
  color: rgba(0, 53, 78, 1);
  font-weight: 500;
  font-family: 'Poppins';
  position: relative;
}

.ILITE-faq-sectn .card-header button:hover {
  text-decoration: none;
}

.ILITE-faq-sectn .card-header button[aria-expanded="true"]:after,
.ILITE-faq-sectn .card-header button[aria-expanded="false"]:after {
  content: "\f107";
  font: normal normal normal 22px/1 FontAwesome;
  position: absolute;
  right: -3px;
  top: 10px;
  transition: all ease 0.5s;
}

.ILITE-faq-sectn .card-header button[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.ILITE-faq-sectn .card-header+div {
  border-radius: 0px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  font-family: 'Poppins';
  z-index: 1;
  background: #fff;
}




.reg-success {
  box-shadow: -10px 0px 10px rgb(0 0 0 / 5%);
  border-radius: 8px;
  padding: 20px 30px;
}

.reg-content h4 {
  font-size: 20px;
  color: #1E2A36;
  font-weight: 600;
  margin-bottom: 20px;
}

.reg-content p {
  font-size: 16px;
  color: #324452;
  font-weight: 500;
  margin-bottom: 0px;
}

.reguser-body {
  text-align: center;
}

.reg-close {
  justify-content: center;
  border-top: none;
}

.rclose {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #1292EE;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: uppercase;
}






.grades-flex {
  display: flex;
  justify-content: space-between;
}

.pickdate {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 600;
}

.ilite-selectdate {
  background: #E8EEF3;
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-evenly;
}

.ilite-flexgrades {
  display: flex;
  align-items: center;
  justify-content: center;
}




.mr-10 {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}

input[type="checkbox"]:checked {
  background: #ffffff;
}

.regular-checkbox {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #014586;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}

.regular-checkbox:active,
.regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.regular-checkbox:checked:after {
  content: '\2714';
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: -2px;
  left: 4px;
  color: #014586;
}



/* syllabus popup */

.ilite-syllabus {
  box-shadow: -10px 0px 10px rgb(0 0 0 / 5%);
  border-radius: 8px;
}

.popup-flex {
  display: flex;
  margin-bottom: 15px;
}

.popup-content {
  margin-left: 20px;
}

.content {
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
}

.syllabus-body {
  padding: 30px 30px;
}

.psubjects {
  padding-top: 20px;
  padding-left: 120px;
}

.popup {
  padding: 20px;
  background: #065CAD;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup-content h6 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}

.content h5 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.popup h1 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 18px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

button.bg-close {
  color: #fff;
  padding: 15px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

/* span.bg-close {
  color: #fff;
} */

/* .ilite-syllabus {
  padding: 20px;
} */

/* ILITE HOME PAGE CSS ENDED */





/* flyout right panel css start */
@media (max-width:480px) {
  .flyout-batch-box .btchbx-hdr {
    flex-direction: column;
  }

  .flyout-batch-box .batch-btn {
    margin-top: 10px;
  }

  .flyout-batch-box .batch-btn {
    padding: 8px 15px;
    font-size: 12px;
  }
}

@media (max-width:359px) {
  .flyout-rgt-panel .UNFAPP-grdlist-area>li {
    width: 30%;
  }
}

/* flyout right panel css ended */



/* NEET JEE Landing page banner css start */
.neetJeeHomeBanner .here-round-pic {
  width: 700px;
  height: 700px;
  border-radius: 100%;
}

.neetJeeHomeBanner .here-round-pic:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 700px;
  height: 700px;
  border-style: solid;
  border-color: transparent #fff #fff #fff;
  border-width: 30px 30px 30px 30px;
  border-radius: 100%;
}

.neetJeeHomeBanner .here-round-pic>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  padding: 20px;
}

.neetJeeHomeBanner.hero-area .main-btn {
  width: auto;
  max-width: initial;
  font-size: 17px;
}

.neetJeepage .neetJeeHomeBanner.hero-area .herohead {
  font-weight: 400;
}

.neetJeepage .neetJeeHomeBanner.hero-area .hero-content {
  text-align: left;
}

/* NEET JEE Landing page banner css ended */



/* chat bubble css start */
.chat-bubble {
  position: fixed;
  z-index: 21;
  right: 0px;
  bottom: 0px;
}

.chat-bubble-btn {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  cursor: pointer;
}

.chat-bubble-window {
  width: 400px;
  position: absolute;
  background: #fff;
  right: 20px;
  bottom: 20px;
  z-index: 21;
  box-shadow: 0px 0px 12px 0px #00000014;
  border-radius: 12px;
  overflow: hidden;
  transform: scale(0);
  opacity: 0;
  transition: all ease 0.5s;
  transform-origin: bottom right;
}

.chat-bubble-window.opendd {
  transform: scale(1);
  opacity: 1;
}

.chat-bubble-window .chat-wndw-innr {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chat-bubble-window .chat-wndw-hdr {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 24px;
  background: #3C8DCB;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.chat-bubble-window .chat-close-btn {
  cursor: pointer;
}

.chat-bubble-window .chat-area {
  width: 100%;
  height: 480px;
  padding: 20px 10px 20px 20px;
}

.chat-bubble-window .chat-area-innr {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow-y: auto;
}

.chat-bubble-window .chat-area-innr::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

.chat-bubble-window .chat-area-innr::-webkit-scrollbar-thumb {
  background-color: #acadad;
  border-radius: 6px;
}

.chat-bubble-window ul.chat-list-part {
  padding: 0px 10px 0px 0px;
  margin: 0px;
  list-style-type: none;
}

.chat-bubble-window ul.chat-list-part li {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.chat-bubble-window ul.chat-list-part li .cht-date {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #7C7C7C;
  font-weight: 400;
  padding: 0px 0px 0px;
}

.chat-bubble-window ul.chat-list-part li>img {
  margin-right: 11px;
  width: 40px;
}

.chat-bubble-window ul.chat-list-part li .cht-text-grp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.chat-bubble-window ul.chat-list-part li .cht-text {
  width: auto;
  min-width: 100px;
  display: inline-block;
  border-radius: 4px;
  background: #EEEEEE;
  padding: 10px 20px;
  font-size: 12px;
  color: #00354E;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
  clear: both;
}

.chat-bubble-window ul.chat-list-part li .cht-text:last-child {
  margin: 0px;
}

.chat-bubble-window ul.chat-list-part li.user {
  justify-content: flex-end;
}

.chat-bubble-window ul.chat-list-part li.user>img {
  display: none;
}

.chat-bubble-window ul.chat-list-part li.user .cht-text-grp {
  align-items: flex-end;
}

.chat-bubble-window ul.chat-list-part li.user .cht-text {
  background: #23628D;
  color: #fff;
}

.chat-bubble-window .chat-actn-area {
  width: 100%;
  border-top: 1px solid #CDCDCD;
  padding: 12px 24px;
  display: flex;
  align-items: center;
}

.chat-bubble-window .chat-actn-area input[type="text"] {
  border: none;
  background: transparent;
  appearance: none;
  flex: 1;
  color: #7C7C7C;
  font-size: 17px;
  ;
}

.chat-bubble-window .chat-snd-btn {
  width: 26px;
  height: 24px;
  border: none;
  cursor: pointer;
  background: transparent;
  margin-left: 20px;
}

@media (max-width:580px) {
  .chat-bubble-window {
    width: 312px;
  }

  .chat-bubble-window .chat-area {
    width: 100%;
    height: 350px;
  }

  .chat-bubble-window ul.chat-list-part li .cht-text {
    font-size: 9px;
  }

  .chat-bubble-window .chat-actn-area input[type="text"] {
    font-size: 13px;
  }
}

/* chat bubble css ended */


/* flyout right panel tab css start */
.nav-tabs.UNFAPP-grdlist-area {
  margin-bottom: 25px !important;
}

.nav-tabs.UNFAPP-grdlist-area>li {
  margin-bottom: 10px;
}

.nav-tabs.UNFAPP-grdlist-area a.nav-link {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(231, 232, 241, 1);
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 5%);
  cursor: pointer;
}

.nav-tabs.UNFAPP-grdlist-area a.nav-link.active {
  border-color: #BF3737;
  background: #FDF7F7;
}

.NEETcolor .nav-tabs.UNFAPP-grdlist-area a.nav-link.active {
  border-color: #4A6EED !important;
  background: #E3E6F8;
}

/* flyout right panel tab css ended */


/* ilite terms */
.termscontent {
  padding: 25px;
  border-radius: 10px;
}

.ilite-terms a {
  color: #014586;
  font-weight: 500;
  font-size: 14px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  z-index: 9999;
}

.termshead {
  text-align: center;
  margin-bottom: 30px;
}

.termscontent p {
  font-size: 14px;
}




.mobiletoppers {
  display: none;
}

.webtoppers {
  width: 600px;
  margin-bottom: 20px;
  margin-top: -32px;
}


/* career page css starts */
/* discover */
.hr-careerimg {
  width: 100%;
}

.pd-0 {
  padding: 0px;
}

.user-search {
  background: #FAFCFF;
  border-radius: 12px;
  padding: 25px;
  margin: 0px auto;
  max-width: 60%;
  /* z-index: 9999!important; */
  opacity: 1;
  margin-top: -55px;
  position: relative;
}

.hr-label {
  color: #1E253D;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 14px;
}

.hr-control {
  border: none;
  background: no-repeat;
}

button.search-btn {
  border: none;
  background: #fbd323;
  padding: 10px 20px;
  border-radius: 4px;
  color: #00354E;
  font-size: 16px;
  font-weight: 500;
}

button.search-btn:focus {
  outline: none;
}

.hr-banner {
  position: relative;
  text-align: center;
}

.centered {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hr-discover {
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #fff;
}

.ilian {
  font-style: italic;
  font-weight: 500;
  color: #fbd323;
}

.mob-careerimg {
  display: none;
}


.career-nav {
  margin-top: 100px;
  background: #85314f;
}

.hr-nav-mar {
  margin-bottom: 0px;
  text-align: center;
  list-style: none;
}

.hr-nav-mar li {
  display: inline-block;
  padding: 0px 20px;
}

/* .hr-nav-mar li.active {
  display: inline-block;
  padding: 0px 20px;
  border-bottom: solid 3px #FBD323;
  max-width: 25%;
  margin: 0px auto;
  transform: scaleX(1);
  display:block;
} */
.hr-nav-mar a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 10px 0px;
}

.hr-nav-mar li a.active {
  display: block;
  content: '';
  color: #FBD323;
  border-bottom: solid 3px #FBD323;
  transform: scaleX(1);
  transition: transform 0ms ease-out;
  max-width: 100%;
  margin: 0px auto;
}

/* .hr-nav-mar li:after {
  display:block;
  content: '';
  border-bottom: solid 3px #FBD323;  
  transform: scaleX(1);  
  transition: transform 0ms ease-out;
  max-width: 25%;
  margin: 0px auto;
}
li.cycle-tab-item a.active {
  color: #FBD323;
}
.cycle-tab-item.active:after { 
  transform: scaleX(1);
  transform-origin:  0% 50%; 
  transition: transform 5000ms ease-in;
}
.nav-tabs .nav-link .hr-link.active {
  background-color: none!important;
  border-color: none!important;
}

.hr-link:hover {
  border: none;
}

a.nav-link.hr-link {
  border: none;
}
a.nav-link.hr-link.active {
  color: #FBD323;
  border-color: transparent;
  background-color: transparent;
}
.cycle-tab-item:after {
  display:block;
  content: '';
  border-bottom: solid 3px #FBD323;  
  transform: scaleX(0);  
  transition: transform 0ms ease-out;
}
.cycle-tab-item.active:after { 
  transform: scaleX(1);
  transform-origin:  0% 50%; 
  transition: transform 5000ms ease-in;
} */



.careercolor .home-navbar,
.careercolor section.hero-area {
  background: #ffffff;
  box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
}

.careerfooter-area {
  background: #A5375F;
  padding: 50px 0px 40px 0px;
}

.careercolor+footer,
.careercolor .sidenav,
.careercolor .flyout-batch-box .batch-btn:hover,
.careercolor .flyout-batch-box .batch-btn.active,
.careercolor .neetJeepage-frm-btn,
.careercolor .discount-tag {
  background: #A5375F !important;
}

/* .careercolor .hm-enqrynow-btn,
.careercolor .hm-offr-tab-btn-area ul>li label>input:checked+div,
.careercolor .hm-offr-buynow,
.careercolor+footer {
  background: rgba(191, 55, 55, 1) !important;
} */


.careercolor .navbar-nav .nav-item a {
  font-size: 16px;
  color: #A5375F;
  transition: all 0.3s;
  position: relative;
  font-weight: 500;
}

/* positions */
.careerlist {
  list-style: none;
}

.careerlist li {
  padding-bottom: 10px;
}

.careerlist li a {
  font-size: 16px;
  font-weight: 500;
  color: #1E253D;
}

.hr-career .card-header {
  border: 0.6px solid #D5D5D5;
  height: 60px;
}

/* resume */
.lookingfor-area {
  padding: 0px 0px 70px 0px;
}

.resume-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #85314F;
  border-radius: 20px;
  padding: 50px 40px;
}

.res-head {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.res-subtext {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}

.res-only {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.upload {
  display: inline-block;
  padding: 15px 50px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 17px;
  color: #1E253D;
  background: #FFFFFF;
  margin-bottom: 0px;
}

.res-resume {
  text-align: center;
}

.filesize {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

/* benefits */
.benefitandperk-area {
  background: #F7F7F7;
  padding: 50px 0px 75px 0px;
}

.ben-area {
  text-align: center;
}

/* employee area */

.employeethink-area {
  padding: 50px 0px 70px 0px;
}

.talk-box {
  margin: 0px auto;
  max-width: 60%;
  background: #FCFCFC;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  padding: 60px 60px;
}

.talk-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.talk-img {
  margin-right: 20px;
}

.opp-name {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.opp-text {
  font-size: 14px;
  margin-bottom: 0px;
  color: #000;
}

.talk-text {
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-bottom: 0px;
}

blockquote::before {
  content: open-quote;
  color: #A5375F;
  font-size: 45px;
  line-height: 0px;
  vertical-align: -10px;
}

blockquote::after {
  content: close-quote;
  color: #A5375F;
  font-size: 45px;
  line-height: 0px;
  vertical-align: -18px;
}

blockquote {
  quotes: "“""”""‘""’";
}

.talk-leftarrow {
  width: 60px;
  height: 60px;
  background: #a5375f;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.talk-rightarrow {
  width: 60px !important;
  height: 60px;
  background: #a5375f;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.talkprev {
  left: 100px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #fff !important;
  opacity: 1 !important;
}

.talknext {
  right: 100px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #fff !important;
  opacity: 1 !important;
}

/* how we hire */

.hire-area {
  background: #FFF2F7;
  padding: 50px 0px 70px 0px;
}

.hire-head {
  text-align: center;
  margin-bottom: 60px;
}

.hire-title {
  color: #292B32;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hire-text {
  font-size: 17px;
  font-weight: 500;
  color: #A3A3A3;
  margin-bottom: 0px;
}

.hirelist {
  list-style: none;
  display: inline-flex;
}

.hire-areaone {
  text-align: center;
  margin: 0px auto;
  max-width: 85%;
}

.hr-head {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}

.hr-subtext {
  font-weight: 500;
  font-size: 14px;
  color: #A3A3A3;
  margin-bottom: 0px;
}

.wehire-img {
  height: 98px;
  width: 98px;
  margin: 0px auto;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnp-img {
  height: 98px;
  width: 98px;
  margin: 0px auto;
  background: #a5375f;
  border-radius: 100%;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnp-list {
  list-style: none;
  text-align: left;
  margin: 0px auto;
  max-width: 58%;
}

.bnp-list li {
  font-size: 14px;
  padding-bottom: 5px;
}


.pos-view {
  float: right;
}

.pos-apply {
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #2F95FF !important;
}

.opporcollapsed {
  font-weight: 600 !important;
}

.opporcollapsed:not(.collapsed) {
  color: #2476C3 !important;
}


/* About us page css starts */
.jan {
  font-weight: bold;
  font-size: 14px;
}

.mob-journey-area {
  padding: 50px 0px;
  display: none;
  background: #FFF6FA;
}

/* banner */
.abt-banner-area {
  /* background: linear-gradient(90deg, #D66E94 0%, #892147 100%); */
  padding: 190px 0px 280px 0px;
  background: url(/assets/images/aboutus/aboutusbanner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.abt-banner-title {
  text-align: center;
  font-size: 54px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}

.abt-banner-text {
  text-align: center;
  font-size: 22px;
  color: #fff;
  max-width: 65%;
  margin: 0px auto;
}

/* journey */
.journey-area {
  padding: 60px 0px;
}

.journey-head {
  text-align: center;
}

.journey-title {
  font-size: 36px;
  color: #1E253D;
  font-weight: 500;
  margin-bottom: 40px;
}


.abt-tab .abt-nav-tab {
  position: relative;
  border-bottom: none;
  justify-content: center;
  margin-bottom: 40px;
}

.abt-tab .abt-nav-tab li {
  margin: 0 45px 0 0;
  z-index: 1;
}

.abt-tab .abt-nav-tab:after {
  content: "";
  width: 85%;
  border: 2px solid #A5375F;
  position: absolute;
  top: 50%;
  z-index: 0;
}

.abt-tab .abt-nav-tab li:last-child:after {
  border: none;
}

.abt-tab .abt-nav-tab li a {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #F9C8DA;
  font-size: 16px;
  color: #742B45;
  font-weight: bold;
  padding: 0;
  margin-right: 0;
  text-align: center;
  /* border: 5px solid #F9C8DA; */
}

.abt-tab .abt-nav-tab li.active a {
  background: #ffffff;
  color: #742B45;
  /* border: 5px solid #F9C8DA; */
  position: relative;
}

.j-bg {
  background: #FFF7FA;
  border-radius: 20px;
  padding: 30px 100px;
}

/* .journey-tab-center {
  background: #FFF7FA;
  border-radius: 20px;
  padding: 30px 80px;
} */
.j-tab-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #A5375F;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 30px 60px 30px 60px;
  margin: 0px auto;
  max-width: 95%;
}

.j-tab-one {
  text-align: center;
  margin: 0px auto;
  max-width: 44%;
}

.j-tab-two {
  text-align: center;
  margin: 0px auto;
  max-width: 44%;
}

.jr-head {
  font-size: 24px;
  color: #1E253D;
  font-weight: 500;
}

.jr-text {
  color: #6B6B6B;
  font-size: 16px;
  margin-bottom: 0px;
}

.j-img-one {
  width: 200px;
}

.j-img-two {
  width: 330px;
}

.learners-flex {
  text-align: center;
  margin-bottom: 20px;
}

button.number-head {
  border: 2px solid #a5375f;
  padding: 6px 16px;
  background: #fff;
}

button.number-head:focus {
  outline: none;
}

button.number-btn {
  background: #a5375f;
  color: #fff;
  border: none;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

button.number-btn:focus {
  outline: none;
}

.july-tab-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #A5375F;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 60px 60px 60px 60px;
}

.july-head {
  font-size: 24px;
}

.july-text {
  font-size: 16px;
  margin-bottom: 0px;
  color: #6B6B6B;
}

.july-tab-one {
  text-align: center;
}

.july-tab-two {
  text-align: center;
}

.july-tab-three {
  text-align: center;
}

.sec-tab2 {
  background: #FFFFFF;
  border: 1px solid #A5375F;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 50px 60px 50px 60px;
  text-align: center;
}

.bs-tab-img {
  width: 100%;
}

.brand-tab-img {
  width: 250px;
}

.sec-tab-img {
  width: 400px;
  margin-bottom: 40px;
}

.launched-flex {
  margin: 0px auto;
  max-width: 65%;
}

.oct-tab-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #A5375F;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 50px 60px 60px 60px;
  margin: 0px auto;
  max-width: 95%;
}

.oct-tab-one {
  text-align: center;
  margin: 0px auto;
  max-width: 44%;
}

.oct-tab-two {
  text-align: center;
  margin: 0px auto;
  max-width: 44%;
}

/* .abt-tab .abt-nav-tab li.active a:after{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  color: #ed5a46;
  position: absolute;
  bottom: -83px;
  left: 38%;
} */
/* .abt-tab .tab-content{
  font-size: 14px;
  color: #e9dcbb;
  line-height: 26px;
  background: #6c6c6c;
  padding: 20px 30px;
  margin-top: 50px;
}
.abt-tab .tab-content h3{
  font-size: 24px;
  color: #e9dcbb;
  margin-top: 10px;
} */
@media only screen and (max-width: 767px) {
  .abt-tab .abt-nav-tab li {
    margin: 0 25px 0 0;
  }

  .abt-tab .abt-nav-tab li a {
    width: 90px;
    height: 90px;
    line-height: 85px;
    font-size: 15px;
  }

  .abt-tab .abt-nav-tab li.active a:after {
    font-size: 30px;
    bottom: -63px;
  }

  .abt-tab .tab-content {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .abt-tab .abt-nav-tab li {
    margin-bottom: 3px;
  }

  .abt-tab .abt-nav-tab li:after {
    border: none;
  }

  .abt-tab .abt-nav-tab li.active a:after {
    content: "";
  }

  .abt-tab .tab-content {
    margin-top: 10px;
  }
}




/* leadership */
.leadership-area {
  background: #A5375F;
  padding: 60px 0px;
  height: 420px;
}

.leadership-head {
  text-align: center;
}

.leadership-title {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #fff;
}

.leadership-text {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin: 0px auto;
  max-width: 65%;
}

.member-card {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  padding: 30px;
  margin-top: -150px;
  margin-bottom: 60px;
}

.mem-name {
  font-size: 17px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}

.mem-role {
  font-size: 15px;
  color: #2476C3;
  font-weight: 500;
  margin-bottom: 0px;
}

.abt-member {
  text-align: center;
}

.mem-says {
  font-size: 14px;
  margin: 0px auto 20px;
  max-width: 85%;
}

.mem-img {
  width: 220px;
}

/* partners */
.partners-area {
  background: #FFF2F7;
  padding: 50px 0px 70px 0px;
}

.partners-head {
  text-align: center;
}

.partners-title {
  font-size: 32px;
  color: #1E253D;
  font-weight: 500;
  margin-bottom: 40px;
}

.partner-box {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 11px rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 40px 40px 60px 40px;
  height: 345px;
}

.partner-text {
  color: #424556;
  font-size: 20px;
}

/* awards */
.abt-awards-area {
  padding: 50px 0px;
}

.abt-head {
  text-align: center;
}

.abt-award-title {
  font-size: 32px;
  color: #1B2235;
  font-weight: 500;
  margin-bottom: 70px;
}

.abt-subtext {
  font-size: 20px;
  color: #535762;
  font-weight: 500;
}

.awards-box {
  text-align: center;
  margin: 0px auto;
  max-width: 70%;
}

.abt-promise {
  color: #a5375f;
  font-weight: 600;
}



/* About us page css ends */

/* life at infinitylearn page css starts */

/* banner */
.lifemob-img {
  display: none;
}

.life-img {
  width: 100%;
}

.life-banner {
  position: absolute;
  top: 40%;
  left: 25%;
  transform: translate(-50%, 50%);
}

.life-btext {
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  margin-bottom: 24px;
}

.ban-viewop-btn {
  border: none;
  padding: 10px 25px;
  background: #A5375F;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.ban-viewop-btn:focus {
  outline: none;
}

.life-area {
  position: relative;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%), url(/assets/images/life/life.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
  background-size: cover;
}

/* life */
.lifeatil-area {
  padding: 50px 0px;
}

.lifeatil-head {
  text-align: center;
}

.lifeatil-title {
  font-size: 32px;
  color: #1E253D;
  font-weight: 500;
  margin-bottom: 40px;
}


.life-box {
  position: relative;
  background: #A5375F;
}

.il-lifeexplore {
  opacity: 1;
  display: block;
  width: 100%;
  height: 340px;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.life-box:hover .il-lifeexplore {
  opacity: 0.5;
}

.life-box:hover .middle {
  opacity: 1;
}


.mb-30 {
  margin-bottom: 30px;
}

.il-explore {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

.il-join {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.life-upload {
  display: inline-block;
  padding: 15px 50px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  color: #2F2F2F;
  background: #FBD323;
  margin-bottom: 0px;
}

/* life at infinitylearn page css ends */



/* results page css starts */

.result-banner-area {
  margin-top: 100px;
}

.deskresult-img {
  width: 100%;
}

.mobileresult-img {
  display: none;
  width: 100%;
}

.result-speaks-area {
  padding: 40px 0px;
  background: #FBD323;
}

.result-speakhead {
  text-align: center;
}

.speak-title {
  font-size: 54px;
  color: #594900;
  font-weight: bold;
  margin-bottom: 12px;
}

.speak-text {
  color: #594900;
  font-size: 18px;
  font-weight: 500;
  margin: 0px auto;
  max-width: 80%;
}

/* jee champions */
.jeechampions-area {
  padding: 50px 0px;
}

.jeechampions-head {
  text-align: center;
}

.jeechampions-title {
  color: #1E253D;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}



.vertical-tab {
  display: table;
}

.vertical-tab .nav-tabs {
  display: table-cell;
  width: 180px;
  min-width: 28%;
  vertical-align: middle;
  border: none;
}

.vertical-tab .nav-tabs li {
  float: none;
  vertical-align: top;
  border: 1px solid #C6C6C6;
}

.vertical-tab .nav-tabs li a {
  color: #434964;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 10px 12px;
  margin: 0 0 0px 0;
  border: none;
  border-radius: 0;
  display: block;
  position: relative;
  z-index: 1;
}

.vertical-tab .nav-tabs li:last-child a {
  margin-bottom: 0;
}

.vertical-tab .nav-tabs li a:hover {
  color: #fff;
  background: #2477c3;
  border: none;
}

/* .vertical-tab .nav-tabs li:last-child a{ margin-bottom: 0; }
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
  color: #fff;
  background: #2477c3;
  border: none;
} */
/* .vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
  content: '';
  background: #2477c3;
  color: #434964;
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
} */
.vertical-tab .nav-tabs li a.active {
  color: #fff;
  background: #2477c3;
}

.vertical-tab .nav-tabs li a:before {
  width: 0;
  height: 4px;
  /* top: -4px; */
}

.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before {
  width: 100%;
}

.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li.active a:hover:after {
  height: 100%;
}

.vertical-tab .tab-content {
  color: #333;
  background: #FAFAFA;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 25px;
  padding: 40px 25px 40px;
  margin-top: 10px;
  border: 2px solid #2477c3;
  display: table-cell;
  position: relative;
  border-radius: 12px;
}

.vertical-tab .tab-content h3 {
  color: #3F3F3F;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 7px 0;
}



.title-course {
  margin: 0 0 30px 0;
}

.title-course.jee h3 {
  color: #151513;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
}

.title-course.jee h3 b {
  color: #2477c3;
}

.result-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.result-section .result-block.big {
  width: calc(33.33% - 16px);
}

.result-block.white-card {
  padding: 20px;
  box-shadow: 0px 3.69892px 4.62366px 7.39785px rgba(230, 230, 230, 0.25);
}

.result-section .result-block {
  width: calc(20% - 16px);
  text-align: center;
  margin: 10px 0;
}

.white-card {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 5px #0000000d;
  border-radius: 8px;
}

.result-section .result-block.big .img-box {
  width: 130px;
  height: 130px;
}

.result-section .result-block .img-box {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.result-section .result-block .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.result-section .result-block.big .rang-title {
  font-size: 26px;
}

.result-section.jee span.rang-title {
  background: #fbc91b;
}

.result-section .result-block .rang-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #292105;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 9px;
  position: relative;
  bottom: 5px;
  margin: 0 0 5px 0;
  display: inline-block;
}

.result-section .result-block.big .rang-title sup {
  top: -14px;
}

.result-section .result-block .rang-title sup {
  font-size: 6px;
  top: -7px;
}

.result-section .result-block.big h3 {
  font-size: 22px;
}

.result-section .result-block h3 {
  margin: 0 0 5px 0;
  font-size: 12px;
}

.result-section .result-block p {
  margin: 0;
  font-size: 10px;
  color: #3F3F3F;
  line-height: 11px;
}

.theme-btn.min-width {
  min-width: 200px;
}

.theme-btn.no-shadow {
  box-shadow: none;
}

.theme-btn.yellow {
  background: #ffcc1b;
  color: #3D340A;
  border-color: #ffcc1b;
}

.theme-btn {
  color: #594900;
  padding: 12px 20px;
  border-radius: 7px;
  outline: none;
  box-shadow: 0px 7px 16px 10px #33333336;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}


.future-area {
  padding: 0px 0px 60px 0px;
}

















/* --- Start progress bar --- */

.process-wrapper {
  margin: auto;
  max-width: 1080px;
}

#progress-bar-container {
  position: relative;
  width: 90%;
  margin: auto;
  height: 100px;
  margin-bottom: 25px;
}

#progress-bar-container ul {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  z-index: 222;
  position: absolute;
  width: 100%;
  margin-top: -40px
}

#progress-bar-container li:before {
  content: " ";
  display: none;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #aaa;
  transition: all ease 0.3s;

}

#progress-bar-container li.active:before,
#progress-bar-container li:hover:before {
  border: solid 2px #fff;

  background: linear-gradient(to right, #E91E63 0%, #fff 100%);
}

#progress-bar-container li .step-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 16px;
  top: 75px;
}

#progress-bar-container li {
  list-style: none;
  float: left;
  width: 12%;
  text-align: center;
  color: #742B45;
  font-size: 11px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.2s;
  vertical-align: top;
  position: relative;
}

#progress-bar-container li.active,
#progress-bar-container li:hover {
  color: #742B45;
}

#progress-bar-container li:after {
  content: " ";
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  margin: auto;
  border-radius: 50%;
  margin-top: 45px;
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.3);
  transition: all ease 0.2s;

}

#progress-bar-container li:hover:after {
  background: #fff;
}

#progress-bar-container li.active:after {
  background: #F9C8DA;
}

#progress-bar-container #line {
  width: 80%;
  margin: auto;
  background: #eee;
  height: 6px;
  position: absolute;
  left: 10%;
  top: 57px;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-bar-container #line-progress {
  content: " ";
  width: 3%;
  height: 100%;
  background: #207893;
  background: linear-gradient(to right, #F9C8DA 0%, #F9C8DA 100%);
  position: absolute;
  z-index: 2;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-content-section {
  width: 90%;
  margin: auto;
}

#progress-content-section .section-content {
  padding: 30px 40px;
  text-align: center;
}

#progress-content-section .section-content h2 {
  font-size: 17px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
}

#progress-content-section .section-content p {
  font-size: 16px;
  line-height: 1.8em;
  color: #777;
}

#progress-content-section .section-content {
  display: none;
  animation: FadeInUp 700ms ease 1;
  animation-fill-mode: forwards;
  transform: translateY(15px);
  opacity: 0;
}

#progress-content-section .section-content.active {
  display: block;
}

@keyframes FadeInUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}





/* become a teacher css starts */

.teachercolor .home-navbar,
.teachercolor section.hero-area {
  background: linear-gradient(257.73deg, #EE9D00 -4.18%, #FF7950 94.83%);
  /* box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%); */
}

.teacherfooter-area {
  background: #FF7950;
  padding: 50px 0px 40px 0px;
}

.teachercolor+footer,
.teachercolor .sidenav,
.teachercolor .flyout-batch-box .batch-btn:hover,
.teachercolor .flyout-batch-box .batch-btn.active,
.teachercolor .neetJeepage-frm-btn,
.teachercolor .discount-tag {
  background: #FF7950 !important;
}

.bct-banner-area {
  margin-top: 100px;
  padding: 85px 0px 0px 0px;
  background: linear-gradient(257.73deg, #EE9D00 -4.18%, #FF7950 94.83%);
}

.bct-bantitle {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
}

.bct-bantext {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.bct-fifty {
  font-size: 38px;
  font-weight: 700;
}

.bct-apply {
  border: none;
  padding: 14px 73px;
  background: #FFFFFF;
  color: #00354E;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
}

.bct-apply:focus {
  outline: none;
}

.bct-banteacher {
  width: 565px;
}

.bctapply-title {
  text-align: center;
  margin-bottom: 20px;
  color: #FF7950;
  font-size: 24px;
  font-weight: 600;
}

.bct-submit-apply {
  border: none;
  padding: 14px 0px;
  width: 100%;
  background: #FF7950;
  border-radius: 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
}

/* content */
.bct-content-area {
  padding: 60px 0px;
  background: #FCFCFC;
}

.bct-contentbg {
  background: #FFF7EC;
  border-radius: 8px;
  text-align: center;
  padding: 30px 25px;
  margin: 0px auto;
  max-width: 83%;
}

.bct-con-img {
  height: 92px;
  width: 92px;
  margin: 0px auto;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-title {
  color: #FF7950;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}

/* happybg */

.bct-happybg {
  background: url(/assets/images/teacher/happybg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px;
  margin-top: -142px;
  margin-bottom: 60px;
  position: relative;
}

.bct-flex-border {
  border-right: 1px solid #CDCDCD;
}

.happyflex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bct-flexone {
  margin-right: 20px;
}

.bct-flextwo {
  text-align: center;
}

.hp-title {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
}

.hp-text {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #fff;
}

/* become ateacher */
.bct-teacher-area {
  padding: 60px 0px;
}

.bct-img {
  text-align: center;
}

.bct-teacher-flow {
  display: flex;
}

.bteacher-head {
  text-align: center;
}

.bct-teacher-title {
  font-weight: 600;
  color: #2E4D5B;
  font-size: 32px;
  margin-bottom: 60px;
}

.bct-circle {
  color: #FF7950;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.bct-signflow {
  list-style: none;
}

.bct-flowtitle {
  color: #FF7950;
  font-size: 22px;
  font-weight: 600;
}

.img-arrow {
  margin-right: 10px;
}

.bct-signflow li {
  font-size: 18px;
  color: #00354E;
  padding-bottom: 6px;
}

.bct-signcontent {
  margin-left: 20px;
}

.flow-bg {
  background: #FFF5EB;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.bct-teacherarea {
  text-align: center;
}

.bct-teacherring {
  width: 420px;
}

.bct-teacher-apply {
  border: none;
  padding: 14px 0px;
  width: 238px;
  background: #FF7950;
  border-radius: 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.bct-teacher-apply:focus {
  outline: none;
}

.bct-tech {
  color: #ff7950;
  font-weight: 500;
  text-decoration: underline;
}

/* skill */

.bct-skill-area {
  padding: 60px 0px 60px 0px;
  background: url(/assets/images/teacher/skillbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bct-skill-head {
  text-align: center;
}

.bct-skill-title {
  font-size: 32px;
  color: #2E4D5B;
  font-weight: 600;
  margin-bottom: 60px;
}

.bct-skill-content {
  background: #FFF6ED;
  border: 0.6px solid #FFD08F;
  box-sizing: border-box;
  border-radius: 0px 20px;
  padding: 46px 23px;
  text-align: center;
}

.bct-skillimg {
  height: 70px;
  width: 70px;
  margin: 0px auto;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skill-contitle {
  color: #00354E;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 500;
}

/* think */
.bct-think-head {
  text-align: center;
}

.bct-think-title {
  color: #2E4D5B;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}

.bct-think-area {
  padding: 60px 0px;
}

.cthink-flex {
  display: flex;
  align-items: center;
  background: #FCFCFC;
  border-radius: 12px;
  padding: 45px 50px;
  max-width: 80%;
  margin: 0px auto;
}

.bct-think-content {
  margin-right: 35px;
}

.thinkimg {
  width: 230px;
  height: 230px;
}

.think-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: -999px;
  border-radius: 100%;
  cursor: pointer;
  background-clip: padding-box;
  border: 1px solid #CACACA;
  box-sizing: border-box;
  transition: opacity .6s ease;
}

.think-indicators .active {
  background-color: #ff7950 !important;
  border: 1px solid #ff7950 !important;
}

.thinktext {
  color: #00354E;
  font-size: 16px;
}

.thinkname {
  color: #FF7950;
  font-size: 20px;
  font-weight: 600;
}

.thinkrole {
  color: #00354E;
  font-size: 16px;
  font-weight: 500;
}

.thinkbrand {
  color: #5F7884;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.thinkprev {
  left: 0px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #FF7950 !important;
  opacity: 1 !important;
}

.think-leftarrow {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.thinknext {
  right: 0px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #FF7950 !important;
  opacity: 1 !important;
}

.think-rightarrow {
  width: 60px !important;
  height: 60px;
  background: #FFFFFF;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}


/* timeline */

.timeline-box {
  text-align: center;
  margin: 0px auto;
  max-width: 85%;
}

.bct-timeline-area {
  padding: 37px 0px;
  background: url(/assets/images/teacher/timelinebg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.timeline-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.bct-timeline-img {
  height: 80px;
  width: 80px;
  margin: 0px auto;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bct-unanswered {
  text-align: center;
  margin: 20px 0px 0px 0px;
}

.bct-unanswered {
  text-align: center;
}

.ans-text {
  color: #00354E;
  font-size: 19px;
  margin-bottom: 0px;
}

.bct-Joinus-area {
  padding: 60px 0px;
}

.Joinus-box {
  margin: 0px auto;
  max-width: 82%;
}

.joinus-title {
  color: #fff;
  font-size: 32px;
  margin-bottom: 32px;
  font-weight: 600;
}

.believe-img {
  width: 100%;
}

.believebg {
  background: radial-gradient(91.23% 91.23% at 41.52% 50%, #F1980C 0%, #FE7D49 100%);
  border-radius: 20px;
  padding: 35px 70px 0px 70px;
}

.UNFAPP-fld-error-bct {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 0;
}

.UNFAPP-form-fld-bct {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  background: rgba(250, 250, 250, 1);
  border: 1px solid rgb(148 161 177 / 0%);
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

.UNFAPP-form-fld-wrp.UNFAPP-wthicon .UNFAPP-form-fld-bct {
  padding-left: 35px;
}

.UNFAPP-phncuntry-drpdwn-bct {
  width: 100%;
  height: 45px;
  position: relative;
  border-radius: 8px;
  background: rgba(250, 250, 250, 1);
  border: 1px solid rgb(148 161 177 / 0%);
  padding: 11px 10px 5px 35px;
  font-size: 14px;
  font-weight: 500;
}

.bct-believe-apply {
  border: none;
  padding: 14px 0px;
  width: 100%;
  background: #FFF6ED;
  border-radius: 8px;
  color: #FF7950;
  font-size: 17px;
  font-weight: 600;
}

.bctapplyalert {
  color: #0f76ce;
  font-weight: 600;
}

.bctwhatsapp {
  color: #fff;
  font-size: 14px;
}

.bct-tc {
  color: #3b5998;
  font-weight: 500;
}

.bct-pp {
  color: #3b5998;
  font-weight: 500;
}



.UNFAPP-signlog-full-area-bct {
  width: 100%;
  min-height: 500px;
  position: relative;
  padding-bottom: 40px;
}

.UNFAPP-signlog-frmbx-bct {
  width: 100%;
  display: inline-block;
  padding: 35px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FF7950;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.UNFAPP-signlog-frmbx-bct:after {
  content: '';
  width: 87%;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%);
  background: #FF7950;
  border-radius: 10px 10px 0px 0px;
}

.UNFAPP-blue-btn-bct {
  width: auto;
  display: inline-block;
  background: #FF7950;
  border-radius: 56px;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
  border: none;
  appearance: none;
  color: #fff;
}

.UNFAPP-full-btn-bct {
  width: 100%;
}

.bct-joinus-box {
  padding: 20px;
  background: #F3F3F3;
  border-radius: 8px;
  margin: 0px auto;
  max-width: 100%;
  margin-bottom: 80px;
}

/* .bct-head {
  text-align: center;
} */











.bct-maxotp {
  margin: 0px auto;
  max-width: 65%;
}

.bct-teacher-otp {
  margin-top: 100px;
}

.bctcard {
  /* background-color: #651FFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 60px 40px 40px 40px; */
  z-index: 0;
  display: none
}

.bctcard.show {
  display: block
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #455A64;
  padding-left: 0px;
  margin-top: 30px
}

#progressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 32%;
  float: left;
  position: relative;
  font-weight: 400
}

#progressbar #step1:before {
  content: "1";
  color: #fff;
}

#progressbar #step2:before {
  content: "2";
  color: #C5C5C5;
}

#progressbar #step3:before {
  content: "3";
  color: #C5C5C5
}

#progressbar #step4:before {
  content: "4";
  color: #ffffff;
}

#progressbar li:before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  font-size: 12px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  color: #C5C5C5 !important;
  padding: 0px;
  border: 1px solid #C5C5C5;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #C5C5C5;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: -1
}

#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%
}

#progressbar li:nth-child(2):after {
  left: 0%
}

#progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%
}

#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

/* #progressbar li.active:before,
#progressbar li.active:after {
  background: #8CCA70;
  color: #ffffff!important;
} */


.form-control-label {
  font-size: 22px !important;
  color: #fff;
  letter-spacing: 1px
}

.circle {
  position: relative
}

.fa-long-arrow-right {
  color: #651FFF;
  background-color: #fff;
  padding: 12px;
  margin: 5px;
  border-radius: 50%;
  border: 3px solid #651FFF;
  position: absolute;
  left: -28px;
  top: 12px;
  cursor: pointer
}

.fa-long-arrow-right:hover {
  color: #FFF;
  background-color: #B39DDB
}

.fa-long-arrow-left {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer
}

.check-mark {
  width: 180px;
  height: 180px
}













/*form styles*/
/* #msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  position: relative;
}


#msform fieldset:not(:first-of-type) {
  display: none;
}


#msform input:focus, #msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ee0979;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}


#msform .action-button {
  width: 100px;
  background: #ee0979;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

#msform .action-button-previous {
  width: 100px;
  background: #C5C5F1;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: #2E4D5B;
  font-size: 12px;
  font-weight: 500;
  width: 25%;
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  font-size: 12px;
  color: #333;
  background: white;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  border: 1px solid #C5C5C5;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #C5C5C5;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; 
}

#progressbar li:first-child:after {
  content: none;
}

#progressbar li.active:before, #progressbar li.active:after {
  background: #8CCA70;
  color: white;
}


.dme_link {
  margin-top: 30px;
  text-align: center;
}
.dme_link a {
  background: #FFF;
  font-weight: bold;
  color: #ee0979;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 5px 25px;
  font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
  background: #C5C5F1;
  text-decoration: none;
} */






/* Brand Ambassodor page css starts */

.brandcolor .home-navbar,
.brandcolor section.hero-area {
  background: linear-gradient(253.22deg, #E97DC5 -3.68%, #7F49C8 102.4%);
}

.brandcolor+footer,
.brandcolor .sidenav,
.brandcolor .flyout-batch-box .batch-btn:hover,
.brandcolor .flyout-batch-box .batch-btn.active,
.brandcolor .neetJeepage-frm-btn,
.brandcolor .discount-tag {
  background: #9858EF !important;
}

.brandfooter-area {
  background: #9858EF;
  padding: 50px 0px 40px 0px;
}

.brand-foryou-area {
  padding: 60px 0px 60px 0px;
}

.brand-head {
  text-align: center;
}

.brand-foryou-title {
  font-size: 32px;
  color: #2E4D5B;
  font-weight: 500;
  margin-bottom: 60px;
}

.brand-banner-area {
  margin-top: 100px;
  background: url(/assets/images/brand/brandbgwave.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0px 0px 0px;
}

.br-banmobile {
  display: none;
}

.br-bantitle {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 54px;
}

.br-bantext {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.brban-apply {
  border: none;
  padding: 14px 73px;
  background: #FFFFFF;
  color: #51248E;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
}

.bct-head {
  margin-bottom: 100px;
}





.foryou-box {
  text-align: center;
  margin: 0px auto;
  max-width: 17%;
}

.foryou-img {
  height: 80px;
  width: 80px;
  margin: 0px auto;
  background: #FAF7FF;
  border-radius: 12px;
  /* box-shadow: 0px 4px 16px rgb(0 0 0 / 8%); */
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foryou-title {
  color: #00354E;
  font-size: 20px;
  font-weight: 500;
}

.foryou-text {
  color: #253752;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 20px;
}

.foryou-flex {
  display: flex;
  align-items: initial;
}

.brandlife {
  color: #9858EF;
  text-decoration: underline;
}

/* zeal */

.brand-zeal-area {
  padding: 60px 0px 60px 0px;
  background: url(/assets/images/brand/zealweb.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.br-zealone {
  list-style: none;
  margin-bottom: 35px;
}

.br-zealtwo {
  list-style: none;
  margin-bottom: 25px;
}

.br-zealone li {
  display: inline-block;
  margin: 0px 30px;
}

.br-zealtwo li {
  display: inline-block;
  margin: 0px 30px;
}

.zeal-flex {
  display: flex;
  align-items: center;
}

.zeal-privacy {
  text-align: center;
}

.zeal-content {
  text-align: center;
  margin-left: 30px;
}

.zealtitle {
  color: #7229D5;
  font-size: 24px;
  font-weight: 800;
}

.br-zeal-bg {
  text-align: center;
  background: url(/assets/images/brand/statsbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 20px;
}

.br-border {
  border-right: 1px solid #cdcdcd;
  padding-right: 50px;
}

.zealimg {
  width: 40px;
}

.zealtext {
  color: #7229D5;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.zp-title {
  font-size: 19px;
  color: #9858EF;
  font-weight: 600;
}

.zp-text {
  font-size: 15px;
  color: #9858EF;
  margin-bottom: 0px;
}

.zpthumb {
  width: 45px;
}

.zpthumbtext {
  font-size: 32px;
  color: #00354E;
  margin-bottom: 0px;
}

.z-started {
  font-weight: 500;
}

/* Milestone */
.brand-milestone-area {
  padding: 90px 0px 90px 0px;
}

.mile-title {
  color: #00354E;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}

.mile-text {
  color: #00354E;
  font-size: 24px;
  width: 424px;
  margin-bottom: 24px;
  line-height: 29px;
}

.brand-apply {
  padding: 16px 0px;
  border: none;
  background: #9858EF;
  border-radius: 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  width: 48%;
}

/* perk */

.brand-perk-area {
  padding: 0px 0px 220px 0px;
  background: #FBF8FF;
}

.perk-bg {
  background: #9858EF;
  padding: 60px 0px 0px 0px;
  height: 455px;
}

.brandperk-box {
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #BD9DEA;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 10px 10px 20px 10px;
  height: 260px;
}

.brand-perkimg {
  height: 80px;
  width: 80px;
  margin: 0px auto;
  background: #F8F8F8;
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgba(108, 117, 129, 0.12);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
}

.perk-title {
  color: #00354E;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 16px;
}

.perk-guide {
  color: #9858ef;
  font-weight: 600;
}

.perk-text {
  color: #253752;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 18px;
}

.mb-50 {
  margin-bottom: 50px;
}


.perhead-title {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-top: 100px;
}

.brand-knmore {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
}

.brand-knmore:hover {
  color: #fff;
  text-decoration: underline;
}

.br-teams {
  color: #9858ef;
  text-decoration: underline;
}

.mobilebrand-perk-area {
  display: none;
}

/* earn */
.br-Joinus-area {
  padding: 60px 0px 60px 0px;
}

.brand-earn-area {
  padding: 70px 0px 80px 0px;
}

.earn-flex {
  display: flex;
  align-items: initial;
}

.earn-box {
  text-align: center;
}

.earn-title {
  color: #9858EF;
  font-size: 22px;
  font-weight: 600;
}

.earn-img {
  height: 70px;
  width: 70px;
  margin: 0px auto;
  background: #FAF6FF;
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgba(108, 117, 129, 0.12);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
}

.earnarrow {
  width: 100%;
  vertical-align: top;
}

.earn-text {
  margin-bottom: 0px;
  color: #253752;
  font-size: 16px;
  line-height: 20px;
}

/* network */
.brand-network-area {
  background: #FBF8FF;
  padding: 60px 0px 35px 0px;
}

.brand-net-box {
  text-align: center;
}

.br-netcolimg {
  width: 110px;
  height: 110px;
}

.net-title {
  font-size: 12px;
  color: #00354E;
  font-weight: 600;
}

.net-text {
  font-size: 10px;
  margin-bottom: 0px;
  color: #7C7C7C;
  font-weight: 500;
}

.net-flex {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}




.br-netstudentbox {
  background: #FFFFFF;
  border: 0.6px solid #D3D3D3;
  border-radius: 8px;
  text-align: center;
  height: 430px;
}

.br-imgnet {
  width: 100%;
}

.br-testcontent {
  position: relative;
  padding: 30px 20px 15px 20px;
}

.author-thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
}

.br-testtitle {
  color: #00354E;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.br-testtext {
  font-size: 14px;
  font-weight: 500;
  color: #00354E;
  line-height: 17px;
}

.brtestname {
  font-size: 14px;
  font-weight: 600;
  color: #00354E;
}

.brtestplace {
  font-size: 12px;
  font-weight: 500;
  color: #7C7C7C;
  margin-bottom: 0px;
}



.net-leftarrow {
  width: 40px;
  height: 40px;
  background: #9858EF;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.net-rightarrow {
  width: 40px !important;
  height: 40px;
  background: #9858EF;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.netprev {
  left: -100px !important;
  border-bottom: 0 !important;
  font-size: 25px !important;
  color: #fff !important;
  opacity: 1 !important;
}

.netnext {
  right: -100px !important;
  border-bottom: 0 !important;
  font-size: 25px !important;
  color: #fff !important;
  opacity: 1 !important;
}

.net-indicators {
  position: absolute;
  right: 0;
  bottom: -80px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.net-indicators .active {
  background: #9858EF !important;
}

.br-mobstu-slider {
  display: none;
}

.br-tc {
  color: #00adff;
  font-weight: 500;
}

.br-pp {
  color: #00adff;
  font-weight: 500;
}


.brandbelievebg {
  background: radial-gradient(91.23% 91.23% at 41.52% 50%, #A96EFB 0%, #7735D0 100%);
  border-radius: 20px;
  padding: 35px 70px 0px 70px;
}

.brand-believe-apply {
  border: none;
  padding: 14px 0px;
  width: 100%;
  background: #E9D9FF;
  border-radius: 8px;
  color: #9858EF;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}

.brand-faqbg {
  background: #FBF8FF;
  padding: 50px 0px 30px 0px;
}

.cardbg {
  background: none;
}



/* demovideo */
.UNFAPP-signlog-frm-wrpbx-demo {
  margin: 50px auto 0px;
}

.demo-playvideo {
  text-align: center;
  border-bottom: 0.6px solid #CFCFCF;
  padding: 10px 0px;
}

.bct-playicon {
  height: 92px;
  width: 92px;
  margin: 0px auto;
  background: #FFF5F2;
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bct-live {
  color: #2E4D5B;
  font-size: 15px;
  font-weight: 600;
}

.bct-demo-bor {
  background: #FDFDFD;
  border: 0.6px solid #CFCFCF;
  box-sizing: border-box;
  border-radius: 20px;
}

.bct-demo-content {
  display: flex;
}

.demo-instr {
  border-right: 1px solid #ddd;
  padding: 25px 30px;
  margin: 0px auto 0px 0px;
  max-width: 50%;
}

.demo-select-criteria {
  margin: 0px auto 0px 0px;
  max-width: 50%;
  padding: 25px 30px;
}

.ins-flex {
  display: flex;
}

.mr-18 {
  margin-right: 18px;
}

.bct-demotext {
  font-size: 16px;
  color: #535965;
}

.bct-demotitle {
  font-size: 16px;
  font-weight: 600;
  color: #2E4D5B;
  margin-bottom: 20px;
}

.btn-bct-send {
  border: none;
  padding: 12px 60px;
  background: #FF7950;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0px 20px 0px;
}

.btn-bct-send:focus {
  outline: none;
}



/* terms and conditions css starts */

.UNFAPP-signlog-full-area-term {
  width: 100%;
  min-height: 500px;
  position: relative;
  padding-bottom: 40px;
}

.UNFAPP-signlog-frmbx-term {
  width: 100%;
  display: inline-block;
  padding: 35px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(60, 141, 203, 1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.UNFAPP-signlog-frmbx-term:after {
  content: '';
  width: 87%;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%);
  background: rgba(60, 141, 203, 1);
  border-radius: 10px 10px 0px 0px;
}

.border-bot {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.termslist {
  list-style: none;
}

.termslist li {
  font-size: 16px;
  padding-bottom: 20px;
}

.restrict {
  list-style: none;
}

.restrict li {
  font-size: 16px;
  padding-bottom: 20px;
}

.orderlist li {
  font-size: 16px;
  padding-bottom: 20px;
}

.subrestrict {
  list-style: none;
  padding-left: 20px;
}

.btn-termaccept {
  background: #FBD323;
  border: none;
  padding: 12px 50px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 500;
}

.btn-termaccept:focus {
  outline: none;
}

.pp-info {
  list-style: disc;
}

.pp-intro {
  font-size: 22px;
  margin: 20px 0px;
}

.pp-intro2 {
  list-style: none;
}

.pp-intro2 li {
  font-size: 16px;
  padding-bottom: 20px;
}

.pp-order li {
  padding-bottom: 20px;
}

.pp-cookie {
  font-size: 24px;
}






::-webkit-scrollbar {
  width: 5px;
}


/* thankyou page css starts */
.tq-enter {
  text-align: center;
}

.tq-thumbimg {
  height: 80px;
  width: 80px;
  margin: 0px auto;
  background: #F4ECFF;
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.UNFAPP-signlog-frmbx-term-tq {
  width: 100%;
  display: inline-block;
  padding: 35px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #9858EF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.UNFAPP-signlog-frmbx-term-tq:after {
  content: '';
  width: 87%;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%);
  background: #9858EF;
  border-radius: 10px 10px 0px 0px;
}

.tq-appreciate {
  font-size: 17px;
  color: #4A4A4A;
  font-weight: 500;
  margin: 0px auto 25px;
  max-width: 52%;
}

.tq-formbg {
  background: #f4ecff;
  border-radius: 12px;
  margin: 0px auto 22px;
  max-width: 50%;
  padding: 15px 10px;
}

.tq-formtext {
  font-size: 14px;
  margin-bottom: 0px;
  color: #44108B;
  font-weight: 500;
}

.tq-recom {
  color: #44108B;
  font-weight: 600;
}

.tq-proceedbtn {
  color: #fff;
  border: none;
  width: 100%;
  margin: 0px auto 25px;
  max-width: 30%;
  background: #9858EF;
  border-radius: 56px;
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.tq-email {
  color: #748494;
  font-size: 14px;
  font-weight: 500;
  margin: 0px auto;
  max-width: 38%;
}

.mb-30 {
  margin-bottom: 30px;
}



/* alumni css starts */

/* .alumni-color .home-navbar,
.alumni-color section.hero-area {
  background: linear-gradient(253.22deg, #FF8383 -3.68%, #CD3131 102.4%), url(/assets/images/alumni/webalumnihero.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.al-headerlogo {
  width: 120px;
}

.alumni-color {
  position: relative;
  background: linear-gradient(253.22deg, #FF8383 -3.68%, #CD3131 102.4%);
  padding: 20px 0px;
}

section#al-banner {
  overflow: hidden;
  position: relative;
}

.al-banner-section {
  padding: 200px 0px 40px 0px;
  background: url(/assets/images/alumni/webalumnihero2.png), linear-gradient(253.22deg, #FF8383 -3.68%, #CD3131 102.4%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
}

.al-title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.al-global {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
}

.al-years {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 35px;
}

.al-btn-reg {
  background: #FFFFFF;
  border-radius: 8px;
  border: none;
  padding: 14px 65px;
  font-size: 17px;
  font-weight: 600;
  color: #D63F3F;
}

.al-network-area {
  padding: 50px 0px 60px 0px;
}

.al-unimg {
  height: 93px;
  width: 93px;
  margin: 0px auto;
  background: #FFEDED;
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.al-netimg {
  width: 50px;
}

.al-netcon {
  text-align: center;
}

.al-nettitle {
  font-size: 20px;
  font-weight: 500;
  color: #1B2235;
}

.al-joinnetwork-btn {
  border: none;
  padding: 14px 60px;
  background: #D63F3F;
  border-radius: 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.al-bannermobile {
  display: none;
}

.al-bb {
  margin-bottom: 40px;
}



.al-poptitle {
  margin-top: 0px;
  color: #000;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
}

.al-popinfo {
  font-size: 20px;
  color: #1E2A36;
  font-weight: 600;
  margin-bottom: 0px;
}

.al-registerpopup {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #F16667;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.051);
}

.al-popbtn {
  border: none;
  width: 100%;
  padding: 10px 0px;
  background: #F16667;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* press covarage page css starts */

.presscolor .home-navbar,
.presscolor section.hero-area {
  background: linear-gradient(253.22deg, #7DBBE9 -3.68%, #496DC8 102.4%);
}

.presscolor+footer,
.presscolor .sidenav,
.presscolor .flyout-batch-box .batch-btn:hover,
.presscolor .flyout-batch-box .batch-btn.active,
.presscolor .neetJeepage-frm-btn,
.presscolor .discount-tag {
  background: #245EC6 !important;
}

.presscolor-area {
  background: #245EC6;
  padding: 50px 0px 40px 0px;
}

/* banner */
.pressbanner-area {
  margin-top: 100px;
  background: linear-gradient(253.22deg, #7DBBE9 -3.68%, #496DC8 102.4%);
  padding: 110px 0px 150px 0px;
}

.prmobcbanner {
  display: none;
}

.pr-cban {
  position: relative;
  text-align: center;
}

.pr-bottom {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pr-bantext {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 39px;
  margin-bottom: 0px;
}

.press-head {
  text-align: center;
}

.presstitle {
  font-size: 42px;
  color: #fff;
  margin-bottom: 30px;
}

.featuredbg {
  background: #FFFFFF;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 20px 0px 45px 20px;
  margin: 0px auto;
  max-width: 90%;
  margin-top: -84px;
}

.pr-br {
  border-right: 1px solid #bcbcbc;
}

.pr-feaimg1 {
  width: 215px;
  height: 27px;
}

.pr-feaimg3 {
  width: 174px;
  height: 52px;
}

.pr-feaimg4 {
  width: 148px;
  height: 39px;
}

.press-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: -999px;
  border-radius: 100%;
  cursor: pointer;
  background-clip: padding-box;
  border: 1px solid #CACACA;
  box-sizing: border-box;
  transition: opacity .6s ease;
}

.press-indicators .active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.prbanprev {
  left: 80px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #00354E !important;
  opacity: 1 !important;
}

.pr-leftarrow {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.prbannext {
  right: 80px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #00354E !important;
  opacity: 1 !important;
}

.pr-rightarrow {
  width: 60px !important;
  height: 60px;
  background: #FFFFFF;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

/* funding */

.funding-area {
  padding: 60px 0px 60px 0px;
}

.pr-fundbox {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 22px;
  margin: 10px 35px 10px 0px;
}

.pr-fundbox:hover {
  box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.06);
}

.pr-fundimg {
  width: 100%;
}

.pr-fundcontent {
  padding: 20px;
  height: 240px;
}

/* .pr-contimg {
  width: 120px;
  height: 22px;
} */
.pr-boxhead {
  color: #434345;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.pr-readmore {
  font-size: 12px;
  color: #3A7DDE;
  font-weight: 600;
}

.pr-rdcircle {
  text-align: right;
}

.pr-rdimg {
  margin-left: 5px;
  width: 20px !important;
  display: initial !important;
}

.fundtitle {
  font-size: 32px;
  color: #004BB6;
  font-weight: 600;
  margin-bottom: 50px;
}

.fund-leftarrow {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 0.6px solid #E5E5E5;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.fund-rightarrow {
  width: 40px !important;
  height: 40px;
  background: #ffffff;
  border: 0.6px solid #E5E5E5;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.fundprev {
  left: -100px !important;
  border-bottom: 0 !important;
  font-size: 25px !important;
  color: #00354E !important;
  opacity: 1 !important;
}

.fundnext {
  right: -100px !important;
  border-bottom: 0 !important;
  font-size: 25px !important;
  color: #00354E !important;
  opacity: 1 !important;
}

.mobilefund {
  display: none;
}

/* brand  */
.brand-amb-area {
  background: linear-gradient(253.22deg, #7DBBE9 -3.68%, #496DC8 102.4%);
  padding: 60px 0px 60px 0px;
}

.pr-brandtitle {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 50px;
}

/* aquisitions */
.aquisitions-area {
  background: #FAFAFA;
  padding: 50px 0px 50px 0px;
}

.pr-aquimg {
  width: 138px !important;
  height: auto;
}

/* news  */
.newsletter-area {
  padding: 40px 0px 40px 0px;
}

.pr-subscribe {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  text-indent: 130px;
}

.newsletter-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletterbg {
  background: linear-gradient(253.22deg, #7DBBE9 -3.68%, #496DC8 102.4%);
  border-radius: 20px;
  padding: 35px 0px 45px 0px;
}

.pr-newsinput {
  width: 689px;
  height: 58px;
  border-radius: 4px;
  border: none;
  padding: 10px 10px 10px 20px;
}

.prsubscribe-btn {
  background: #E7FFD4;
  border-radius: 4px;
  border: none;
  height: 58px;
  width: 250px;
  color: #607252;
  font-size: 24px;
  font-weight: 600;
  margin-left: 30px;
}


/* Blog Page css starts */

.blog-career-nav {
  margin-top: 100px;
  padding: 80px 0px 0px 0px;
  background: #FFFFFF;
}

.bl-cycle-tab-container {
  text-align: center;
}

.bl-bright {
  border-right: 1px solid #BCBCBC;
}

.bl-nav-mar {
  margin-bottom: 0px;
  padding: 10px 0px;
}

.bl-nav-mar a {
  color: #787878;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Poppins';
  text-align: center;
  padding: 5px 0px;
}

.bl-nav-mar li {
  display: inline-block;
  padding: 0px 40px;
}

.bl-nav-mar li a.active {
  display: block;
  content: '';
  color: #000;
  transform: scaleX(1);
  transition: transform 0ms ease-out;
  max-width: 100%;
  margin: 0px auto;
  font-weight: bold;
}

.blmobcarousel {
  display: none;
}

/* banner */

.blogbanner-area {
  /* margin-top: 100px; */
  background: linear-gradient(253.22deg, #7DBBE9 -3.68%, #496DC8 102.4%);
  padding: 40px 0px 40px 0px;
}

.bl-vtabflex {
  display: flex;
  align-items: center;
}

.bl-nameflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.bl-tablink {
  background: rgba(0, 0, 0, 0.04) !important;
  border-radius: 8px !important;
}

.bl-tablink.active {
  background: #356BBA !important;
}

.bl-vtcontent {
  margin-left: 20px;
}

.bl-cname {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.bl-cread {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}

.bl-chead {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #ffffff;
}

.bl-vtabimg {
  border-radius: 6px;
  width: 100px;
  height: 100px;
}

.mb-20 {
  margin-bottom: 20px;
}


.bl-tabshowimg {
  width: 100%;
  border-radius: 16px;
}

.bl-tabbox {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}

.bl-vtabtitle {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.bl-vtabtext {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.bl-tabrdcircle {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.bl-tabname {
  font-size: 13px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
}

.bl-tabreadmore {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.bl-tabshowcontent {
  padding: 10px 15px 10px 15px;
}

.search-border {
  background: #fff;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0px auto;
  max-width: 60%;
  margin-bottom: 50px;
}

.search-border i {
  color: #787878;
  font-size: 19px;
}

input.search {
  font-size: 16px;
  font-weight: 500;
  height: 58px;
}

/* trend */
.bl-trend {
  display: flex;
  align-items: center;
  background: #F2F8FF;
  border-radius: 16px;
  margin-bottom: 40px;
}

.trend-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.trendbox-content {
  padding: 0px 20px;
}

.trendhead {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 31px;
}

.trendtext {
  color: #787878;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.trendimg {
  width: 420px;
}

.trendname {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.trendate {
  color: #787878;
  font-size: 15px;
  margin-bottom: 0px;
}

.trend-readmore {
  color: #787878;
  font-size: 17px;
  font-weight: 500;
}

.trend-download {
  background: #DADDF8;
  border-radius: 8px;
  text-align: center;
  padding: 20px 0px;
  margin-bottom: 16px;
}

.tr-app {
  color: #364099;
  font-size: 20px;
  font-weight: bold;
}

.tr-apptext {
  color: #364099;
  font-size: 12px;
  margin-bottom: 20px;
}

.tr-pagelinks {
  list-style: none;
  margin-bottom: 30px;
}

.tr-pagelinks li {
  background: #ECF4FF;
  border-radius: 4px;
  margin-bottom: 13px;
}

.trlists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.tr-listtitle {
  font-weight: 600;
  font-size: 14px;
  color: #004BB6;
  margin-bottom: 0px;
}


.blmobtrendshow {
  display: none;
}

/* jeemains */
.blogjee-area {
  padding: 50px 0px 50px 0px;
}

/* neet */
.blogneet-area {
  padding: 50px 0px 30px 0px;
  background: #F8FBFF;
}

.blog-neetbox:hover {
  background: #F2F8FF;
  border-radius: 16px;
}

.bl-neetcontent {
  padding: 8px 8px 15px 8px;
}

.bl-boxhead {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}

.blog-brandtitle {
  color: #004BB6;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.bl-boxtext {
  color: #787878;
  font-size: 12px;
  font-weight: 500;
}

.blog-rdcircle {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.bl-nimg {
  width: 100%;
}

.bl-name {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

.bl-date {
  color: #787878;
  font-size: 12px;
  margin-bottom: 0px;
}

.bl-readmore {
  color: #787878;
  font-size: 12px;
  font-weight: 500;
}

.bl-viewall {
  text-align: center;
}

.bl-viewbtn {
  border: none;
  background: #3A7DDE;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 250px;
  height: 58px;
  margin-top: 30px;
}

/* dainik page  */
.dainikbg {
  background: #F5B707;
}

.dainikstamp {
  width: 300px;
  margin-bottom: 10px;
}

.dainikformbg {
  background: radial-gradient(66.02% 180.96% at 46.18% 57.96%, #006FD9 0%, #011A33 100%);
}

.dainikbtn {
  border: none;
  padding: 14px 0px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}



/* Doubts page css starts */

.dhero-area {
  margin-top: 94px;
  padding: 100px 0px 0px 0px;
  background: linear-gradient(72.63deg, #A70E0E -26.67%, rgba(220, 78, 78, 0.69) 106.6%);
}

.dhero-area .dwhite-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 15px 0px;
  font-size: 15px;
  border-radius: 5px;
  color: #00354E;
  cursor: pointer;
  z-index: 5;
  line-height: 28px;
  transition: all .4s ease-in-out;
  border: none;
  background: #fff;
  overflow: hidden;
  width: 320px;
  height: 60px;
  margin-bottom: 30px;
}

.dbanweb {
  width: 95%;
}

.dmobweb {
  display: none;
}

.d-wavepos {
  position: relative;
}

.d-waveflex {
  display: flex;
  margin-bottom: 25px;
}

.d-rohitdoubt {
  width: 100%;
}

.dwavecon {
  text-align: left;
  margin-left: 20px;
}

.dwavetitle {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
}

.dwaveicon {
  width: 40px;
}

.dwavetext {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 600;
}

.d-wavepos {
  position: relative;
}

.d-waveabs {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}

.d-chat {
  text-align: left;
  margin-left: 22px;
}

.d-wchat {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.d-chatcir {
  margin-right: 10px;
}

.d-mobsol {
  display: none;
}

.d-instantsol {
  padding: 60px 0px 60px 0px;
}

.dt-instdoubt {
  width: 280px;
}

.dt-qr {
  width: 275px;
  height: 275px;
}

.d-gplay {
  width: 200px;
}

.d-instanthead {
  color: #F16667;
  font-size: 32px;
  font-weight: bold;
}

.d-instext {
  color: #00354E;
  font-size: 19px;
  margin-bottom: 25px;
}

.dt-dapp {
  background: #F16667;
  border-radius: 9px;
  border: none;
  width: 300px;
  padding: 14px 0px;
  font-size: 20px;
  color: #EEEEEE;
  font-weight: 600;
}

.dflyout-batch-stlft {
  width: auto;
  display: inline-block;
  line-height: 1.2;
  font-size: 11px;
  color: #ffffff;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 5px;
  background: #F16667;
  margin: 0px 0px 10px 0px;
}

.d-flyprice {
  color: #1A2D3E;
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0px 0px 0px;
}

.d-pcenter {
  text-align: center;
  background: #F16667;
  padding: 10px 0px;
}

.d-pone {
  font-size: 44px;
  color: #fff;
}

.d-btchbx-hdr-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0px;
}

.dflyout-batch-stright {
  float: right;
  font-size: 12px;
  color: #1A2D3E;
}

.d-priceflex {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.d-quanflex {
  display: flex;
  align-items: center;
  background: #F0F0F0;
  border-radius: 8px;
  padding: 10px;
  justify-content: space-between;
}

.d-quan {
  font-size: 12px;
  margin-bottom: 0px;
}

.quantity-left-minus {
  background: #f16667;
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 5px;
}

.quantity-left-minus:hover {
  background: #f16667;
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 5px;
}

.quantity-right-plus {
  background: #f16667;
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 5px;
}

.quantity-right-plus:hover {
  background: #f16667;
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 5px;
}

.d-input {
  border: none;
  text-align: center;
}

.db-qt {
  max-width: 35%;
}




.flyout-batch-box:hover {
  width: 100%;
  display: inline-block;
  position: relative;
  border: 1px solid #F16667;
  border-radius: 8px;
}

.flyout-batch-box .dbatch-btn {
  border: 1px solid #F16667;
  width: auto;
  display: inline-block;
  padding: 12px 22px;
  background: #F16667;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  appearance: none;
  cursor: pointer;
  transition: all ease 0.5s;
  line-height: 1.2;
}

.flyout-batch-box .dbatch-btn:hover,
.flyout-batch-box .dbatch-btn.active {
  border-color: #F16667;
  background: #F16667;
  color: #fff;
}

.dneetJeepage-frm-btn.auto {
  width: auto;
}

.dneetJeepage-frm-btn {
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
  border: none;
  appearance: none;
  color: #F16667;
  border: 1px solid #F16667;
}

.dt-dapp-status {
  background: #F16667;
  border-radius: 9px;
  border: none;
  width: 300px;
  padding: 10px 0px;
  font-size: 20px;
  color: #EEEEEE;
  font-weight: 600;
}

.dt-pay-dqr {
  margin-top: 25px;
  border-top: 1px solid #CDCDCD;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.db-statusqr {
  width: 140px;
}

.d-nextbtn {
  width: 100%;
  border: none;
  font-size: 20px;
  color: #fff;
  background: #f16667;
  border-radius: 8px;
  font-weight: 600;
  padding: 10px 0px;
}

/* 
.dflyout-batch-box {
  width: 100%;
  display: inline-block;
  position: relative;
  border: 1px solid #A4A4A4;
  border-radius: 8px;
}
.dflyout-batch-box .active {
  width: 100%;
  display: inline-block;
  position: relative;
  border: 1px solid #F16667;
  border-radius: 8px;
}
.dflyout-batch-box .dbatch-btn {
  border: 1px solid #00354E;
  width: auto;
  display: inline-block;
  padding: 12px 22px;
  background: #fff;
  color: #00354E;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  appearance: none;
  cursor: pointer;
  transition: all ease 0.5s;
  line-height: 1.2;
}

.dflyout-batch-box .dbtchbx-hdr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.6px solid #A4A4A4;
  padding: 15px 24px;
}
.dflyout-batch-box .dbtchbx-body {
  width: 100%;
  float: left;
  padding: 12px 22px;
} */




/* Blog detail page css starts */

.blogdetail-area {
  /* margin-top: 100px; */
  padding: 40px 0px 0px 0px;
}

.blog-brandtitle {
  color: #004BB6;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.bpad {
  padding-left: 0px;
}

.arr-right .breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  vertical-align: top;
  color: #004bb6;
  font-size: 35px;
  line-height: 18px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef00 !important;
  border-radius: 0.25rem;
}

.breadcrumb-item.active {
  color: #707070;
}

.text-br {
  color: #004BB6;
  font-size: 13px;
  font-weight: 500;
}

.blp-author {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.blp-auth-con {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.blpauthorimg {
  width: 100%;
  height: 400px;
}

.blp-topic {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.blp-acspan {
  color: #004BB6;
}

.blp-access {
  font-size: 16px;
  color: #000;
}

.blp-keep {
  font-size: 16px;
  color: #000;
}

.blp-head {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}

.blp-viewmore {
  text-align: center;
  padding: 12px 0px;
  background: #ECF4FF;
  border-radius: 87px;
  color: #2062BF;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.blp-table {
  background: #ecf4ff;
  margin-bottom: 40px;
}

.blp-commflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blp-com-area {
  padding: 20px;
  background: #F5F5F5;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 30px;
}

.blp-comment {
  border: none;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  resize: none;
  width: 100%;
}

.blp-cname {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #787878;
}

.blp-cdate {
  color: #787878;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.blp-reply {
  color: #303235;
  font-size: 20px;
  font-weight: 500;
}

.blp-lcom-area {
  padding: 20px;
  background: #F5F5F5;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 8px;
}

.blp-emailattach {
  display: flex;
  margin-bottom: 40px;
}

.blp-input {
  height: 58px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
}

.blp-require {
  color: #787878;
  font-size: 16px;
  font-weight: 600;
}

.blp-sendotp {
  height: 58px;
  border: none;
  background: #3A7DDE;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  padding: 0px 35px;
  margin-left: 20px;
}

.blp-levcom-btn {
  border: none;
  background: #3a7dde;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 58px;
  padding: 0px 30px;
  border-radius: 4px;
  margin-top: 50px;
}


/* alumni success popup css starts */
.al-formbg {
  text-align: center;
  background: #FFEDED;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 10px;
}

.al-formtext {
  margin-bottom: 0px;
  color: #D33B3B;
  font-size: 14px;
  font-weight: 500;
}

.al-recom {
  font-weight: 600;
  color: #D33B3B;
}

.tq-thumbimg {
  height: 80px;
  width: 80px;
  margin: 0px auto;
  background: #FFEDED;
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mb-55 {
  margin-bottom: 55px;
}

.al-sharecenter {
  text-align: center;
}

.alscoshare {
  list-style: none;
  margin-bottom: 0px;
}

.alscoshare li {
  display: inline-block;
}

.alsharetitle {
  font-size: 12px;
  color: #7B7B7B;
  margin-bottom: 8px;
}



.blpage-head {
  margin-bottom: 35px;
}

.demo {
  margin-top: 20px;
}

.pagination-outer {
  text-align: center;
}

.pagination {
  display: inline-flex;
  position: relative;
}

.pagination li a.page-link {
  color: #787878;
  background: transparent;
  font-size: 17px;
  line-height: 19px;
  height: 35px;
  width: 35px;
  margin: 5px;
  font-weight: 500;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0.2s;
}

.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover {
  color: #3A7DDE;
  background-color: transparent;
  border: none;
}

.pagination li a.page-link:before {
  content: "";
  /* background: linear-gradient(135deg,#2655c1,#372f7f,#2655c1,#372f7f,#2655c1); */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: -50%;
  z-index: -1;
}

.pagination li.active a.page-link:before {
  width: 200px;
  height: 200px;
  top: 50%;
  transition: top .5s ease-in, width .5s ease-out .5s, height .5s ease-out .5s;
}



/* Q and A page css starts */

.qa-hard {
  background: #FFECEC;
  color: #FF9393;
  padding: 6px 24px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 24px;
}

.qa-medium {
  background: #FFFDEC;
  color: #B9A600;
  padding: 6px 24px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 24px;
}

.qa-easy {
  background: #F1FFEC;
  color: #5DA444;
  padding: 6px 24px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 24px;
}

.qa-thumbflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qa-thumblist li {
  display: inline-block;
  margin-right: 20px;
}

.qa-thumblist li:last-child {
  margin-right: 0px;
}

.qa-tutorlist {
  list-style: none;
  margin-bottom: 0px;
}

.qa-thumblist {
  list-style: none;
  margin-bottom: 0px;
}

.thumbimg {
  width: 20px;
  margin-right: 10px;
}

.qathumb-text {
  color: #72ACFF;
  font-size: 14px;
  font-weight: 600;
}

.tutorimg {
  width: 15px;
  margin-right: 20px;
}

.qa-tutorbg {
  color: #72ACFF;
  font-size: 12px;
  font-weight: 600;
  background: #FFFFFF;
  border: 1px solid #B7D5FF;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px 30px;
}

.qa-solist {
  list-style: none;
}

.qa-solist li {
  font-size: 16px;
  color: #000;
}

.qa-solhead {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.qa-solutionbg {
  background: #ECF4FF;
  border-radius: 24px;
  margin-bottom: 25px;
}

.qa-solution {
  padding: 22px 30px 0px 30px;
  border-bottom: 1px solid #B7D5FF;
}

.qa-askbor {
  padding: 15px 30px 20px 30px;
}

.qa-simlist {
  list-style: none;
}

.qa-simlist li {
  padding-bottom: 25px;
}

.qa-simborder {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px 20px 40px 20px;
}

.qa-viewsol {
  float: right;
  color: #004BB6;
  font-weight: 500;
  font-size: 20px;
}

.qa-arrleft {
  margin-left: 15px;
}

.qa-signupbtn {
  border: none;
  background: #3A7DDE;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 58px;
  padding: 0px 50px;
  margin-bottom: 30px;
}

.qaarrow {
  width: 8px;
}


.dr-0 {
  font-size: 12px !important;
  margin-right: 3px !important;
  font-weight: 500 !important;
}

.dr-form {
  margin-right: 5px !important;
}

.dr-check {
  width: 25px;
  height: 25px;
}

.dr-check:checked:after {
  content: '\2714';
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: -3px;
  left: 4px;
  color: #014586;
}

/* Job description page css starts */

.UNFAPP-signlog-frmbx-jd {
  width: 100%;
  display: inline-block;
  padding: 35px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #85314f;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.UNFAPP-signlog-frmbx-jd:after {
  content: '';
  width: 87%;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%);
  background: #85314f;
  border-radius: 10px 10px 0px 0px;
}

.jd-applyflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.jd-applynow {
  border: none;
  background: #85314f;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 60px;
  border-radius: 8px;
}

.jd-ovhead {
  font-size: 20px;
  font-weight: 600;
  color: #454545;
  margin-bottom: 16px;
}

.jd-roles {
  list-style: none;
  margin-bottom: 35px;
}

.jd-roles li {
  color: #454545;
  font-size: 16px;
  font-weight: 500;
}

.jd-ovsubtext {
  color: #454545;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.jd-benfit {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

/* topic page css starts */
.topic-pcenter {
  text-align: center;
  background: #004BB6;
  padding: 10px 0px;
  border-radius: 8px 8px 0px 8px;
}

.topic-btchbx-hdr-title {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0px;
}

.topic-batch-box {
  width: 100%;
  display: inline-block;
  position: relative;
  border: 1px solid #004BB6;
  border-radius: 8px;
  margin-bottom: 30px;
}

.topic-batch-box .topic-btn {
  border: 1px solid #004BB6;
  width: auto;
  display: inline-block;
  padding: 8px 10px;
  background: #004BB6;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  border-radius: 6px;
  appearance: none;
  cursor: pointer;
  transition: all ease 0.5s;
  line-height: 1.2;
}

.topic-batch-box .btchbx-hdr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.6px solid #A4A4A4;
  padding: 15px 24px;
}

.topic-batch-box .btchbx-body {
  width: 100%;
  float: left;
  padding: 12px 22px;
}

.t-flyc {
  font-size: 12px;
}

.topic-hdr-title {
  color: #00354E;
  font-size: 15px;
  font-weight: 700;
}

.topic-hdr-subtitle {
  color: #4E4E4E;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}

.topic-batch-stlft {
  width: auto;
  display: inline-block;
  line-height: 1.2;
  font-size: 11px;
  color: #ffffff;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 5px;
  background: #004BB6;
  margin: 0px 0px 10px 0px;
}

.topicblp-head {
  margin-bottom: 50px;
}

.liveclass-flex {
  display: flex;
  background: #ECF4FF;
  box-shadow: 0px 1.58441px 6.33762px 1.58441px rgb(0 0 0 / 4%);
  border-radius: 5px;
  justify-content: space-between;
  /* padding: 20px 10px; */
}

.tlc-pad {
  padding: 10px 0px 0px 10px;
}

.video-flex {
  display: flex;
  align-items: center;
  background: #F8F8F8;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 35px;
  justify-content: space-evenly;
}

.tvideoimg {
  width: 25px;
  margin-right: 10px;
}

.topiclass {
  font-size: 9px;
  margin-bottom: 0px;
  color: #000;
  font-weight: 600;
}

.topic-batch {
  font-size: 10px;
  color: #00354E;
  font-weight: 600;
  margin-bottom: 30px;
}

.topic-regbtn {
  background: #004BB6;
  border-radius: 2.15859px;
  color: #fff;
  border: none;
  font-size: 12px;
  height: 30px;
  padding: 0px 10px;
}

.tliveimg {
  width: 160px;
  height: 170px;
}

.topic-ques-flex {
  display: flex;
}

.topic-easy {
  box-shadow: 0 4px 16px rgb(84 84 84 / 12%);
  padding: 12px 10px 12px 12px;
  border-left: 8px solid #5DA444;
  border-radius: 8px;
  margin-right: 50px;
  width: 160px;
}

.topic-medium {
  box-shadow: 0 4px 16px rgb(84 84 84 / 12%);
  padding: 12px 10px 12px 12px;
  border-left: 8px solid #B9A600;
  border-radius: 8px;
  margin-right: 50px;
  width: 160px;
}

.topic-hard {
  box-shadow: 0 4px 16px rgb(84 84 84 / 12%);
  padding: 12px 10px 12px 12px;
  border-left: 8px solid #FF9393;
  border-radius: 8px;
  width: 160px;
}

.tp-q {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.tp-arrright {
  text-align: right;
}

.tparr {
  width: 10px;
}

.blp-teacherbtn {
  border: none;
  color: #fff;
  background: #3A7DDE;
  border-radius: 4px;
  height: 58px;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 20px;
}

.matrix-table {
  margin-bottom: 40px;
}

.qamatrix-solution {
  padding: 22px 30px 20px 30px;
}

.qa-correct {
  font-size: 16px;
  margin-bottom: 20px;
}

/* Guides page css starts */
.guidemain-area {
  padding: 30px 0px 30px 0px;
}

.tp-physubject {
  background: #FFFFFF;
  border: 1.5194px solid #DCDCDC;
  box-sizing: border-box;
  box-shadow: 0px 6.07761px 9.11642px rgba(0, 0, 0, 0.08);
  border-radius: 12.1552px;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 30px;
}

.tp-physubject.active {
  background: #FFFFFF;
  border: 1.5194px solid #FFAD7A;
  box-sizing: border-box;
  border-radius: 12.1552px;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 30px;
}

.tp-chemsubject {
  background: #FFFFFF;
  border: 1.5194px solid #DCDCDC;
  box-shadow: 0px 6.07761px 9.11642px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-radius: 12.1552px;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 30px;
}

.tp-mathssubject {
  background: #FFFFFF;
  border: 1.5194px solid #DCDCDC;
  box-shadow: 0px 6.07761px 9.11642px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-radius: 12.1552px;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 30px;
}

.tp-biosubject {
  background: #FFFFFF;
  border: 1.5194px solid #DCDCDC;
  box-shadow: 0px 6.07761px 9.11642px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-radius: 12.1552px;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 30px;
}

.tp-subjhead {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.guideblp-author {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.guideblogdetail-area {
  margin-top: 100px;
  padding: 40px 0px 0px 0px;
}

.guidesearch-border {
  background: #fff;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 4px;
  width: 85%;
  margin-bottom: 30px;
}

.guidesearch-border i {
  color: #787878;
  font-size: 19px;
}

.guide-ask {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.guidesearchflex {
  border-bottom: 1px solid #ddd;
  width: 60%;
}

.gp-subject {
  width: 100%;
}

/* syllabus page css starts */
.syllabussearch-area {
  margin-top: 100px;
  padding: 40px 0px 0px 0px;
}

.syllabussearch-border {
  background: #fff;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0px auto;
  max-width: 60%;
  margin-bottom: 30px;
}

.syllabussearch-border i {
  color: #787878;
  font-size: 19px;
}

.syl-brandtitle {
  font-size: 20px;
  color: #004BB6;
  font-weight: 600;
  margin-bottom: 15px;
}

.syl-sublist {
  list-style: none;
}

.syl-sublist li {
  padding-bottom: 10px;
}

.syl-sublist a {
  color: #004BB6;
  font-size: 20px;
  font-weight: 600;
}

/* Chapter page css starts */
.chapterblp-head {
  margin-bottom: 30px;
}

.syll-head {
  color: #004BB6;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.chapter-table {
  background: #ecf4ff;
  margin-bottom: 40px;
}

.chapter-table a {
  color: #004BB6;
  font-size: 16px;
}

.nonsyl-sublist {
  padding-left: 40px;
  list-style: none;
}

.nonsyl-sublist a {
  color: #004BB6;
  font-size: 18px;
  font-weight: 500;
}

.blp-signupbtn {
  border: none;
  background: #3A7DDE;
  border-radius: 4px;
  color: #fff;
  height: 40px;
  padding: 0px 40px;
}

.chapter-populararea {
  padding: 40px 0px 50px 0px;
  background: #fbfbfb;
}

.ch-popularlist {
  list-style: none;
  margin-bottom: 0px;
}

.ch-popularlist li {
  padding-bottom: 20px;
}

.ch-popularlist a {
  font-size: 16px;
  color: #b7b7b7;
  font-weight: bold;
}

.chpop-classhead {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}



.blp-hero-infobox {
  width: 100%;
  display: inline-block;
  box-shadow: 0px 2.347320795059204px 14.083925247192383px 0px #00305c29 inset;
  border: 2px solid #004BB6;
  padding: 20px 5px;
  border-radius: 12px;
  height: fit-content;
  background: #004BB6;
  text-align: center;
  margin-bottom: 20px;
}

.blp-scoreimg {
  width: 100px;
}

.blp-testhead {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.blp-hero-infobox-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.blp-hero-infobox-list li {
  width: 30%;
  margin: 0px 8px 12px 0px;
}

.blp-prize {
  width: 55px;
}

.blp-hero-icnbx {
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  padding: 10px;
  flex-direction: column;
  background: rgba(5, 30, 53, 0.3);
  border-radius: 7px;
  font-size: 8px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.blp-hero-infobox-hdng {
  width: 100%;
  position: relative;
  padding: 12px 10px;
  display: inline-block;
  border: #F5B707 solid 2px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
}

.blp-hero-infobox-hdng .blpstart_1 {
  position: absolute;
  top: -14px;
  right: -14px;
}

/* qnalisting page css starts */

.easyqslist {
  list-style: none;
}

.easyqslist li {
  margin-bottom: 50px;
}

.optionlist {
  list-style: none;
}

.optionlist li {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  width: 85%;
}

.optiongroup {
  margin-left: 10px;
}

.optionnumber {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

li.demo-wrong {
  border: 1px solid #FF5C5C;
}

li.demo-right {
  border: 1px solid #5DA444;
}

.optionflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-grdlist-area {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -4px;
  padding: 0px;
  list-style-type: none;
}

.nav-tabs.list-grdlist-area {
  margin-bottom: 25px !important;
}

/* .nav-tabs.list-grdlist-area a.nav-link {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(231, 232, 241, 1);
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 5%);
  cursor: pointer;
} */
.nav-link.list-grd-radiobx-easy {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5DA444;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #5DA444;
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 5%);
  cursor: pointer;
}

.nav-link.list-grd-radiobx-easy.active {
  border: 1px solid #5DA444;
  background: #5DA444;
  color: #fff;
}

.nav-link.list-grd-radiobx-med {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #B9A600 !important;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #B9A600 !important;
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 5%);
  cursor: pointer;
}

.nav-link.list-grd-radiobx-med.active {
  border: 1px solid #B9A600 !important;
  background: #B9A600;
  color: #fff !important;
}

.nav-link.list-grd-radiobx-hard {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF9393 !important;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #FF9393 !important;
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 5%);
  cursor: pointer;
}

.nav-link.list-grd-radiobx-hard.active {

  border: 1px solid #FF9393 !important;
  background: #FF9393;
  color: #FFF !important;
}

.list-grdlist-area>li {
  width: 18%;
  margin: 0px 4px 8px;
  display: inline-block;
}

.chapter-Practice {
  padding: 50px 0px 50px 0px;
}

.essayfaq {
  list-style: none;
}


.select-pad {
  padding: 1px 1px 1px 35px !important;
  height: 30px !important;
  color: #7c7c7c;
  font-size: 12px !important;
  /* -webkit-appearance: none; */
}

.timecircleimg {
  border-right: 1px solid #7c7c7c;
  padding-right: 5px;
  width: 20px;
}

.iselect-dateflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.timeiconspan {
  position: absolute;
  top: 2px !important;
  left: 12px;
}

.vmdate {
  margin-bottom: 0px;
  font-size: 12px;
  color: #7c7c7c;
}





/* Marketing campaign css starts */
.marbtn-enroll {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 10px 0px;
  font-size: 15px;
  border-radius: 5px;
  color: #00354E;
  cursor: pointer;
  z-index: 5;
  line-height: 28px;
  transition: all .4s ease-in-out;
  border: none;
  background: #fff;
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  margin-top: 30px;
}


.m-pcenter {
  text-align: center;
  background: #6572F6;
  padding: 10px 0px;
}

.flyout-batch-box .mbatch-btn {
  border: 1px solid #6572F6;
  width: auto;
  display: inline-block;
  padding: 12px 22px;
  background: #6572F6;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  appearance: none;
  cursor: pointer;
  transition: all ease 0.5s;
  line-height: 1.2;
}

.market-nextbtn {
  width: 100%;
  border: none;
  font-size: 20px;
  color: #fff;
  background: #6572F6;
  border-radius: 8px;
  font-weight: 600;
  padding: 10px 0px;
}

.mflyout-batch-stlft {
  width: auto;
  display: inline-block;
  line-height: 1.2;
  font-size: 11px;
  color: #ffffff;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 5px;
  background: #6572F6;
  margin: 0px 0px 10px 0px;
}

.marketshow {
  display: none;
}



.il-prizessec {
  padding: 35px 0px;
}

.il-bnnr-btn {
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  padding: 11px 10px;
  font-weight: 600;
  font-size: 24px;
  color: rgba(59, 48, 10, 1);
  border: none;
  cursor: pointer;
  appearance: none;
  text-align: center;
  box-shadow: 0px 4px 13px 0px #001e3a;
}

.il-formbox {
  box-shadow: 0px 2.347320795059204px 14.083925247192383px 0px #00305c29 inset;
  border: 2px solid #f5dfa2;
  height: fit-content;
  padding: 20px;
  border-radius: 10px;
}

.prizesbg {
  background: radial-gradient(66.02% 180.96% at 46.18% 57.96%, #006FD9 0%, #011A33 100%);
  padding: 25px;
  border-radius: 10px;
}

.il-regprizeshead {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  color: #00354E;
}

.sc-font {
  font-size: 16px;
}

.toprank {
  font-size: 24px;
  border-top: 2px solid #fff;
  line-height: 35px;
  color: #fbc91b;
}

.seatleft {
  width: 100px;
  font-size: 10px;
  font-weight: 500;
  padding: 7px 5px;
  text-align: center;
}

.stopperhead-2021 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  max-width: 70%;
  margin: 0px auto;
  line-height: 35px;
}


.scoremax {
  margin: 0px auto;
  max-width: 100%;
  margin-bottom: 50px;
}

.dbhaskar {
  width: 160px;
}

.dscore {
  width: 150px;
}

/* jee new css */
.jeeliveclass-area {
  padding: 60px 0px;
}

.nav-tabs a.jg11 {
  background: #FCFCFC;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  color: #00354E;
  min-width: 135px;
  padding: 10px 40px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-right: 30px;
  font-size: 20px;
}

.nav-tabs a.jg11.active {
  background: #BF3737 !important;
  color: #ffffff !important;
}

.nav-tabs a.jg12.active {
  background: #BF3737 !important;
  color: #fff !important;
}

.nav-tabs a.jg12 {
  background: #FCFCFC;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  color: #00354E;
  min-width: 135px;
  padding: 10px 40px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 30px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
}

.nav-tabs a.jg13repeater.active {
  background: #BF3737 !important;
  color: #fff !important;
}

.nav-tabs a.jg13repeater {
  background: #FCFCFC;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  color: #00354E;
  min-width: 135px;
  padding: 10px 40px;
  font-weight: 500;
  cursor: pointer;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
}








.nav-tabs a.ng11 {
  background: #FCFCFC;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  color: #00354E;
  min-width: 135px;
  padding: 10px 40px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-right: 30px;
  font-size: 20px;
}

.nav-tabs a.ng11.active {
  background: #6875F6 !important;
  color: #ffffff !important;
}

.nav-tabs a.ng12.active {
  background: #6875F6 !important;
  color: #fff !important;
}

.nav-tabs a.ng12 {
  background: #FCFCFC;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  color: #00354E;
  min-width: 135px;
  padding: 10px 40px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 30px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
}

.nav-tabs a.ng13repeater.active {
  background: #6875F6 !important;
  color: #fff !important;
}

.nav-tabs a.ng13repeater {
  background: #FCFCFC;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  color: #00354E;
  min-width: 135px;
  padding: 10px 40px;
  font-weight: 500;
  cursor: pointer;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
}





.sess-live {
  float: right;
  background: #F16667;
  color: #fff;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 5px 0px 0px 5px;
}

.sess-live:hover {
  float: right;
  background: #F16667;
  color: #fff;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 5px 0px 0px 5px;
}

.g11webprev {
  left: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.g11webnext {
  right: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}


.g12webprev {
  left: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.g12webnext {
  right: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.g13rwebprev {
  left: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.g13rwebnext {
  right: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.jeeprev {
  left: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.jeenext {
  right: -110px !important;
  border-bottom: 0 !important;
  font-size: 40px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.g11web-leftarrow {
  width: 60px;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.g11web-rightarrow {
  width: 60px !important;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}


.g12web-leftarrow {
  width: 60px;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.g12web-rightarrow {
  width: 60px !important;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.jssr {
  transform: rotate(-90deg);
}



.g13rweb-leftarrow {
  width: 60px;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.g13rweb-rightarrow {
  width: 60px !important;
  height: 60px;
  background: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}

.webjee-offr-featuredlist {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.jee-offr-featuredlist {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.webjee-offr-featuredlist>li {
  /* width: 100%;
  float: left; */
  position: relative;
  padding: 6px 0px 6px 0px;
  color: rgba(124, 124, 124, 1);
  font-size: 17px;
  font-weight: 500;
  /* line-height: 1.2; */
}

.jee-offr-featuredlist>li {
  /* width: 100%;
  float: left; */
  position: relative;
  padding: 9px 0px 6px 35px;
  color: rgba(124, 124, 124, 1);
  font-size: 17px;
  font-weight: 500;
  /* line-height: 1.2; */
}

.jee-offr-featuredlist>li:before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(/assets/images/NEET/jfcheck.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top: 5px;
}


.session-objective-box {
  position: absolute;
  width: 100%;
  height: 85%;
  top: 60px !important;
  z-index: 1;
  transition: all .6s;
  left: 0;
  background: #FAF4F9;
  border: 1px solid rgba(146, 39, 143, 0.4);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.102);
  border-radius: 10px;
}

.session-objective-box li::before {
  content: "•";
  display: inline-block;
  width: 0.5em;
  margin-left: -1em;
  font-size: 30px;
  color: rgb(146, 39, 143);
}

.session-objective-box .fa-times {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.js-obj {
  margin: 20px;
  color: #92278F;
  font-weight: 600;
  font-size: 15px;
}

.jee-infolist {
  text-align: left;
  margin: 0px auto;
  max-width: 70%;
  list-style: none;
}

.jee-infolist li {
  padding-bottom: 12px;
  color: #263643;
}

/* .session-objective-box ul {
  margin:20px 0 50px 45px;
  line-height:40px;
} */
.active-overlay {
  top: 0;
}

/* our offerings */

.wrapper-ult {
  background: #FFFFFF;
  border: 1px solid #E7E8F1;
  box-sizing: border-box;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: max-height .5s ease;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 40px;
}

.wrapper-pro {
  background: #FFFFFF;
  border: 1px solid #E7E8F1;
  box-sizing: border-box;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: max-height .5s ease;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 40px;
}

.wrapper-starter {
  background: #FFFFFF;
  border: 1px solid #E7E8F1;
  box-sizing: border-box;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: max-height .5s ease;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 40px;
}

.text-container {
  max-height: 200px;
  overflow: hidden;
  padding: 15px 70px 50px 30px;
  transition: max-height .5s ease;
}

.text-container.show {
  max-height: 2000px;
}

.gradient::before {
  content: '';
  height: 150px;
  position: absolute;
  bottom: 0px;
  left: 0;
  max-width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
  transition: height .25s ease;
}

.show.gradient::before {
  height: 50px;
}

.show-btn {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
  background-color: #3C8DCB;
  border: none;
  border-radius: 100%;
  bottom: -16px;
  color: #fff;
  cursor: pointer;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  transition: background-color .25s ease;
  width: 40px;
  font-size: 20px;
}

.show-btn:hover {
  background-color: #3C8DCB;
}

.show-btn.fa.rotate {
  transform: rotate(180deg);
}

.hm-offer-area-jeenew {
  padding-left: 0px;
  padding-right: 0px;
}

.card-jee {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

}

.pricing-ribbon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -35px;
  top: 20px;
  background: #D95A58;
  width: 140px;
  padding: 10px 25px;
  font-size: 8px;
  color: #fff;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.jee-offr-offtag {
  background: rgba(243, 204, 29, 1);
  border-radius: 22px;
  line-height: 1;
  padding: 8px 20px;
  color: rgba(0, 53, 78, 1);
  font-weight: 700;
  font-size: 12px;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 15px;
  max-width: 70%;
}

.jee-offr-try {
  background: #fbd3233b;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding: 2px 15px;
}

.jeebtn-enroll {
  border: none;
  background: #3c8dcb;
  color: #fff;
  border-radius: 56px;
  text-transform: uppercase;
  width: 250px;
  height: 48px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.pro-start {
  text-align: center;
  margin-bottom: 25px;
}

.jpc-head {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.protext-container {
  max-height: 250px;
  overflow: hidden;
  padding: 15px 70px 25px 30px;
  transition: max-height .5s ease;
}

.startertext-container {
  max-height: 250px;
  overflow: hidden;
  padding: 15px 70px 25px 30px;
  transition: max-height .5s ease;
}

.jee-offr-prce-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jee-offr-old-price {
  display: inline-block;
  text-decoration: line-through;
  color: rgba(124, 124, 124, 1);
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: -2px;
}

.jee-offr-prce {
  color: rgba(0, 53, 78, 1);
  font-size: 28px;
  font-weight: 600;
}

.mobilewrp-card {
  display: none;
}

/* contact */
.ilnj-conflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  padding: 50px 30px;
}

.njil-callback {
  background: #FFFFFF;
  border: 1px solid #1E7DC9;
  box-sizing: border-box;
  border-radius: 8px;
  width: 300px;
  height: 56px;
  color: #2279C5;
  font-size: 17px;
  font-weight: 600;
}

.nj-contitle {
  color: #00354E;
  font-size: 24px;
  font-weight: 600;
}

.nj-context {
  color: #6A6A6A;
  font-size: 17px;
  font-weight: 500;
  width: 650px;
  margin-bottom: 0px;
}

.njcon-num {
  color: #00354E;
  font-weight: 600;
}










/* Score banner */

.ilsc-cardright {
  text-align: center;
}

.ilsc-testhead {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
}

.ilsc-hd {
  color: #FFF9F6;
  font-size: 22px;
  font-weight: 600;
}

.il-sc-test {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.ilsc-on {
  background: #0DFFA8;
  border-radius: 6px;
  padding: 4px 10px;
  color: #00354E;
  font-size: 17px;
}

.ilsc-off {
  background: #EBFF00;
  border-radius: 6px;
  padding: 4px 10px;
  color: #00354E;
  font-size: 17px;
}

.ilsconimg {
  width: 165px;
  height: 165px;
}

.ilsc-dates {
  color: #FFF9F6;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.ilsc-onbtn {
  background: #0DFFA8;
  box-shadow: 0px 3.12826px 10.1668px #001e3a;
  border-radius: 6.25652px;
  border: none;
  color: #00354E;
  font-size: 18px;
  font-weight: 600;
  width: 250px;
  padding: 10px 0px;
}

.ilsc-offbtn {
  background: #EBFF00;
  box-shadow: 0px 3.12826px 10.1668px #001e3a;
  border-radius: 6.25652px;
  border: none;
  color: #00354E;
  font-size: 18px;
  font-weight: 600;
  width: 250px;
  padding: 10px 0px;
}

.ilscon-card {
  background: linear-gradient(41.19deg, #001792 -5.97%, rgba(0, 255, 163, 0.25) 111.14%);
  border-radius: 10.5366px;
  border: 1.32271px solid #0DFFA8;
  box-shadow: inset 0px 1.75611px 10.5366px rgb(0 48 92 / 16%);
  padding: 20px 0px;
}

.ilscoff-card {
  background: linear-gradient(224.04deg, rgba(235, 255, 0, 0.2) -15.7%, #001792 109.71%);
  box-shadow: inset 0px 1.75611px 10.5366px rgba(0, 48, 92, 0.16);
  border-radius: 10.5366px;
  padding: 20px 0px;
  border: 1.32271px solid #EBFF00;
}

.ilsc-schworthmob {
  display: none;
}

.ilsc-scoreimgmob {
  display: none;
}



.ILITE-hero-infobox-list-sc {
  /* width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  list-style-type: none; */
  text-align: center;
  list-style: none;
}

.ILITE-hero-infobox-list-sc li {
  width: 17%;
  margin: 0px 10px 0px 0px;
  display: inline-block;
}

.ilsc-wp {
  width: 54px;
  height: 54px;
}

.ILITE-hero-icnbx-sc {
  width: 100%;
  min-height: 116px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  padding: 10px;
  flex-direction: column;
  background: rgba(5, 30, 53, 0.3);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}

.ilsc-rohitpr {
  display: none;
}

.ilsc-imgcflex {
  display: flex;
  align-items: end;
}

.ilsc-thsconeworth {
  text-align: center;
}

/* .ilsc-scworweb {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
} */

.ilsconwebthimg {
  width: 250px;
}

.ILITE-hero-infobox-sc {
  width: 100%;
  display: inline-block;
  box-shadow: 0px 2.347320795059204px 14.083925247192383px 0px #00305c29 inset;
  border: 2px solid #f5dfa2;
  padding: 20px 15px;
  border-radius: 12px;
  height: fit-content;
  margin-top: 0px;
}

.mobjdbtsfree {
  display: none;
}


/* validity page css starts */
.validity-area {
  margin-top: 100px;
  padding: 80px 0px 0px 0px;
}

.UNFAPP-signlog-full-area-val {
  width: 100%;
  min-height: 500px;
  position: relative;
  padding-bottom: 40px;
}

.UNFAPP-signlog-frm-wrpbx-val {
  margin: 50px auto 0px;
}

.UNFAPP-signlog-frmbx-val {
  width: 100%;
  display: inline-block;
  padding: 35px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(60, 141, 203, 1);
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 5%);
}

.UNFAPP-signlog-frmbx-val:after {
  content: '';
  width: 87%;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%);
  background: rgba(60, 141, 203, 1);
  border-radius: 10px 10px 0px 0px;
}

.vselect-package {
  background: #FFFFFF;
  border: 1px solid #E7E8F1;
  box-sizing: border-box;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
  border-radius: 5px;
}

.vpack-box {
  border-bottom: 0.6px solid #E7E8F1;
  padding: 15px 20px;
}

.vpack-title {
  margin-bottom: 0px;
  color: #00354E;
  font-size: 17px;
  font-weight: bold;
}

.val-include {
  padding: 15px 20px;
}

.v-inchead {
  color: #535965;
  font-size: 12px;
  font-weight: 500;
}

.val-list {
  list-style: none;
  margin-bottom: 0px;
}

.val-list li {
  color: #535965;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 6px;
}

.vl-inum {
  font-weight: 600;
  color: #00354E;
}

.jee-offr-mon {
  display: inline-block;
  color: rgba(124, 124, 124, 1);
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: -2px;
}

.mon-list {
  list-style: none;
  margin-bottom: 0px;
}

.mon-list li {
  padding-bottom: 20px;
}

.mon-flex.active {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #FEF9EF;
  border: 1px solid #FBD323;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 15px 0px;
  cursor: pointer;
}

.mon-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #FFFFFF;
  border: 1px solid #E7E8F1;
  box-sizing: border-box;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.051);
  border-radius: 16px;
  padding: 15px 0px;
  cursor: pointer;
}

.mon-flexrecomend {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #FFFFFF;
  border: 1px solid #E7E8F1;
  box-sizing: border-box;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.051);
  border-radius: 16px;
  padding: 15px 0px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.monimg-flex {
  display: flex;
  align-items: center;
}

.active-right {
  margin-right: 20px;
}

.vmonthhd {
  color: #00354E;
  font-size: 17px;
  font-weight: 500;
}

.vdate {
  color: #535965;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
}

.v-total {
  color: #535965;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}

.val-recom-ribbon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -40px;
  top: 20px;
  background: #D95A58;
  width: 140px;
  padding: 6px 13px;
  font-size: 8px;
  color: #fff;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.v-backbtn {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  width: 180px;
  height: 48px;
  margin-right: 20px;
  color: #00354E;
  font-size: 17px;
  font-weight: 500;
}

.v-nextbtn {
  background: #368ACA;
  border-radius: 4px;
  color: #fff;
  border: none;
  width: 180px;
  font-size: 17px;
  height: 48px;
  font-weight: 500;
}

.UNFAPP-signlog-vhdng {
  width: 100%;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  padding: 0px;
  margin: 0px 0px 40px 0px;
}

.vprogress {
  background-color: #e9ecef;
  height: 5px;
  border-radius: 10px;
  width: 5%;
  margin-right: 6px;
}

.vprogress.vclose {
  background-color: #2CBE6A;
  height: 5px;
  border-radius: 10px;
  width: 5%;
  margin-right: 6px;
}

.vprogress.active {
  background-color: #FBD13A;
  height: 5px;
  border-radius: 10px;
  width: 5%;
  margin-right: 6px;
}

.vproglist {
  list-style: none;
  margin-bottom: 25px;
}

.vproglist li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.webvalcanbtn {
  border: none;
  background: #fff;
  color: #00354E;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}

.val-cancelpos {
  position: absolute;
  top: 0px;
  right: 0px;
}

.mobvalcanbtn {
  border: 1.5px solid #130F26;
  background: #fff;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  display: none;
}


/* select batch */

.sl-batch-box {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E7E8F1;
  box-sizing: border-box;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.051);
  border-radius: 8px;
  margin-bottom: 30px;
}

.sl-batch-box .btchbx-hdr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E7E8F1;
  padding: 15px 24px;
  background: #FAFCFF;
  border-radius: 8px 8px 0px 0px;
}

.sl-batch-box .btchbx-hdr .btchbx-hdr-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #00354E;
  padding: 0px;
  margin-bottom: 10px;
}

.sl-batch-box .btchbx-hdr .btchbx-hdr-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #4E4E4E;
  padding: 0px;
  margin-bottom: 0px;
}

.sl-batch-box .btchbx-body {
  width: 100%;
  float: left;
  padding: 12px 22px;
}

.sl-batch-stlft {
  width: auto;
  display: inline-block;
  line-height: 1.2;
  font-size: 11px;
  color: #3C8DCB;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 5px;
  background: #F7FBFF;
  border: 1px solid #3C8DCB;
  box-sizing: border-box;
  margin: 0px 0px 10px 0px;
}

.batch-btn {
  border: 1px solid #00354E;
  width: auto;
  display: inline-block;
  padding: 12px 22px;
  background: #fff;
  color: #00354E;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  appearance: none;
  cursor: pointer;
  transition: all ease 0.5s;
  line-height: 1.2;
}

.batch-btn.active {
  width: auto;
  border: 1px solid #FBD323;
  display: inline-block;
  padding: 12px 22px;
  background: #FBD323;
  color: #00354E;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  appearance: none;
  cursor: pointer;
  transition: all ease 0.5s;
  line-height: 1.2;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.051);
}

.sl-batch-inforow {
  width: 100%;
  display: inline-block;
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
  padding: 0px;
}

.sl-batch-box .btchbx-bhdr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 24px;
}

.sl-batch-box .btchbx-bhdr .btchbx-hdr-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #00354E;
  padding: 0px;
  margin-bottom: 10px;
}

.bd-changepack {
  color: #3C8DCB;
  font-size: 14px;
  font-weight: bold;
}

.billing-phncuntry-drpdwn {
  width: 100%;
  height: 45px;
  position: relative;
  border-radius: 8px;
  background: rgba(250, 250, 250, 1);
  border: 1px solid rgba(148, 161, 177, 1);
  padding: 11px 10px 5px 10px;
  font-size: 14px;
  font-weight: 500;
}

.address-phncuntry-drpdwn {
  width: 100%;
  height: 45px;
  position: relative;
  border-radius: 8px;
  background: rgba(250, 250, 250, 1);
  border: 1px solid rgba(148, 161, 177, 1);
  padding: 11px 10px 5px 10px;
  font-size: 14px;
  font-weight: 500;
}

.bderror {
  color: red;
}


.sl-batch-box .payment-btchbx-bhdr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 24px;
  background: #3C8DCB;
  border-radius: 8px;
}

.sl-batch-box .payment-btchbx-bhdr .btchbx-hdr-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  padding: 0px;
  margin-bottom: 10px;
}

.payment-batch-inforow {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 7px;
  padding: 0px;
}

.pay-sub {
  color: #fff;
  font-size: 15px;
  text-align: right;
  margin-bottom: 6px;
}

.pay-hdr-subtitle {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
}

.pay-coupon {
  text-align: right;
  color: #00354E;
  font-size: 15px;
  font-weight: 500;
  margin: 6px 0px 0px 0px;
}

.pay-apply {
  color: #00354E;
  font-weight: 700;
}

.sl-batch-box .btchbx-ptbhdr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E7E8F1;
  padding: 15px 24px;
}

.sl-batch-box .btchbx-ptbhdr .btchbx-hdr-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #00354E;
  padding: 0px;
  margin-bottom: 10px;
}

.pay-addresslist {
  list-style: none;
  margin-bottom: 0px;
}

.pay-addresslist li {
  color: #00354E;
  font-size: 15px;
  padding-bottom: 8px;
}

.pplistname {
  font-weight: 500;
}

.pay-offr-prce {
  color: #2CBE6A;
  font-size: 28px;
  font-weight: 600;
}

.pprs-btn {
  background: #3C8DCB;
  border-radius: 4px;
  border: none;
  width: 200px;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

.pprs-enrlbtn {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #3C8DCB;
  width: 200px;
  height: 48px;
  color: #3C8DCB;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

.sl-batch-box .radiobtchbx-ptbhdr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #E7E8F1;
  padding: 15px 24px;
}

.sl-batch-box .radiobtchbx-ptbhdr .btchbx-hdr-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #00354E;
  padding: 0px;
  margin-bottom: 10px;
}

.radio-ml {
  margin-left: 20px;
}

.ppradio {
  width: 20px;
  height: 18px;
}

.radiolabelhead {
  color: #00354E;
  font-size: 15px;
  font-weight: 500;
}

.sl-batch-box .partbtchbx-hdr {
  width: 100%;
  /* display: flex;
  justify-content: space-between; */
  border-bottom: 1px solid #E7E8F1;
  padding: 15px 24px;
  background: #FAFCFF;
}

.sl-batch-box .partbtchbx-hdr .btchbx-hdr-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #00354E;
  padding: 0px;
  margin-bottom: 0px;
}




.panel-title {
  position: relative;
}

.panel-title::after {
  content: "\f107";
  color: #333;
  top: -2px;
  right: 0px;
  position: absolute;
  font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
  content: "\f106";
}

.panel-heading-full.panel-heading {
  padding: 0;
}

.panel-heading-full .panel-title {
  padding: 10px 15px;
}

.panel-heading-full .panel-title::after {
  top: 10px;
  right: 15px;
}

.pbody-pad {
  padding: 20px 0px 0px 0px;
}




.history-tl-container {
  margin: auto;
  display: block;
  position: relative;
}

.history-tl-container ul.tl {
  margin: 20px 0px 0px 0px;
  padding: 0;
  /* display:inline-block; */
}

.history-tl-container ul.tl li {
  list-style: none;
  margin: auto;
  margin-left: 0px;
  min-height: 50px;
  border-left: 1px dashed #86D6FF;
  padding: 0 0 25px 30px;
  position: relative;
}

.history-tl-container ul.tl li:last-child {
  border-left: 0;
}

.history-tl-container ul.tl li::before {
  position: absolute;
  left: -10px;
  top: 0px;
  content: " ";
  border: 2px solid #323232;
  border-radius: 100px;
  background: #fff;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;
}

.history-tl-container ul.tl li:hover::before {
  border-color: #258CC7;
  transition: all 1000ms ease-in-out;
}

.item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ppdate {
  color: #00354E;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
}

.psteppart.active {
  color: #3C8DCB;
  font-size: 18px;
  font-weight: 600;
}

.psteppart {
  color: #00354E;
  font-size: 18px;
  font-weight: 600;
}

.paidstep {
  margin-bottom: 0px;
  color: #4E4E4E;
  font-size: 15px;
}

.couponbtn {
  border: none;
  background: #3C8DCB;
  color: #fff;
  width: 100px;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  border-radius: 35px;
}

.coupon-control {
  background: #FFFFFF;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border-radius: 8px;
}

.in-right {
  margin-right: 15px;
}

.jee-offr-old-price-white {
  display: inline-block;
  text-decoration: line-through;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  top: -2px;
}

.pay-offr-prce-white {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
}

.cgift {
  width: 24px;
  height: 26px;
}

.giftcolor {
  color: #2CBE6A;
  font-weight: 600;
}


/* invoice success page css starts */
.invoicesuccess-area {
  margin-top: 100px;
  padding: 100px 0px 60px 0px;
}

.success-center {
  text-align: center;
  /* padding: 40px 0px 0px 0px; */
}

.thnk-head {
  color: #279977;
  font-weight: 600;
  font-size: 26px;
}

.thnk-text {
  color: #263643;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 40px;
}

.scoffcheckimg {
  width: 66px;
  height: 68px;
}

.ulpackname {
  color: #2477C3;
  font-weight: 600;
  font-size: 18px;
}

.keyfflex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.kf-20 {
  margin-bottom: 20px;
  color: #00354E;
  font-size: 17px;
  font-weight: 500;
}

.keyf-oneright {
  margin-right: 40px;
}

.v-invoice {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  width: 282px;
  height: 48px;
  margin-right: 20px;
  color: #00354E;
  font-size: 17px;
  font-weight: 500;
}

.v-start {
  background: #368ACA;
  border-radius: 4px;
  color: #fff;
  border: none;
  width: 282px;
  font-size: 17px;
  height: 48px;
  font-weight: 500;
}

.payfail-head {
  color: #263643;
  font-size: 24px;
  font-weight: 600;
}

.v-pfail {
  background: #368ACA;
  border-radius: 4px;
  color: #fff;
  border: none;
  width: 190px;
  font-size: 17px;
  height: 48px;
  font-weight: 500;
}

.val-leftarrow {
  display: none;
}

.val-jee-offr-prce {
  color: rgba(0, 53, 78, 1);
  font-size: 28px;
  font-weight: 600;
}





/* jee crash course */
.jeecrashweb {
  width: 100%;
}

.jeecrashmob {
  display: none;
}

.jeecrashhero-area {
  margin-top: 94px;
  padding: 78px 0px 0px 0px;
  background: linear-gradient(90deg, #A70E0E 0.42%, rgba(220, 78, 78, 0.69) 100%);
}

.jeetesthero-area {
  margin-top: 94px;
  padding: 78px 0px 0px 0px;
  background: radial-gradient(50% 50% at 50% 50%, #0B94E1 0%, #2376C2 100%);
}

.jntestweb {
  width: 400px;
}

.ts-prepare {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}

.ts-online {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}

.tes-regbtn {
  border: none;
  height: 50px;
  padding: 0px 60px;
  border-radius: 8px;
  background: #fbd323;
  font-size: 18px;
  color: #2A445D;
  font-weight: 500;
}

.ts-tshd {
  color: #fbd323;
}

.ts-spancol {
  color: #fbd323;
}

.ts-target {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.mob-formbg {
  margin: 0px auto;
  max-width: 25%;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgb(220 78 78 / 15%);
  border-radius: 10px;
}

.jcrashbg {
  padding: 15px 10px;
  background: #A70E0E;
  border-radius: 10px 10px 0px 0px;
}

.jcrash-hd {
  text-align: center;
  margin-bottom: 0px;
  font-size: 20px;
  color: #FFFFFF;
}

.jcrash-fpd {
  padding: 15px;
}

.crashterms {
  font-size: 12px;
}

.jeecrash-btn {
  border: none;
  background: #fbd323;
  font-size: 14px;
  width: 100%;
  color: #333333;
  border-radius: 30px;
  height: 40px;
  font-weight: 700;
}

.mob-formjeearea {
  display: none;
}


.web-jeecconarea {
  padding: 50px 0px 50px 0px;
  position: relative;
  overflow: hidden;
}

.webjee-formbg {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgb(220 78 78 / 15%);
  border-radius: 10px;
}

.crashjeetitle {
  color: #2A445D;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}

.crashjeespan {
  color: #a70e0e;
}

.crashjtext {
  font-size: 17px;
  color: #000;
}

.crashjsubtext {
  font-size: 17px;
  color: #000;
  margin-bottom: 40px;
}

.webjecform {
  position: fixed;
  top: 300px;
  width: 22%;
  display: block;
  right: 250px;
  z-index: 222;
}

.jc-kfbgbox {
  background: #FFFFFF;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 15%);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
}

.jc-ftitle {
  color: #a70e0e;
  font-weight: 600;
  font-size: 16px;
}

.jc-ftext {
  font-size: 14px;
  margin-bottom: 0px;
}

.jc-crtitle {
  color: #102048;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.jcrimg {
  height: 50px;
}

.jc-jeetop {
  font-size: 24px;
  line-height: 30px;
  max-width: 90%;
  margin: 0px auto;
}

.jrcrashimg {
  width: 85px;
  height: 85px;
}

.cjrank {
  font-size: 14px;
}

.cjrname {
  font-size: 14px;
}

.cjrscr {
  font-size: 12px;
}


.testcrashbg {
  padding: 15px 10px;
  background: #0D3963;
  border-radius: 10px 10px 0px 0px;
}

.nav-tabs a.jeetest.active {
  background: #263643 !important;
  color: #ffffff !important;
}

.nav-tabs a.jeetest {
  background: #FCFCFC;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  color: #00354E;
  min-width: 135px;
  padding: 10px 40px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-right: 30px;
  font-size: 20px;
}

.nav-tabs a.neettest.active {
  background: #263643 !important;
  color: #ffffff !important;
}

.nav-tabs a.neettest {
  background: #FCFCFC;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  color: #00354E;
  min-width: 135px;
  padding: 10px 40px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 30px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
}

.testbtchbx-bhdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 24px;
}

.testbtchbx-bhdr .btchbx-hdr-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #00354E;
  padding: 0px;
  margin-bottom: 0px;
}





/* home page new css */
.home-mb {
  margin-bottom: 20px !important;
}

.hmhead-mb {
  margin-bottom: 0px;
}





/* teacher reselling css starts */

.trtr-trimg {
  width: 65%;
}

.tr-teacherr {
  text-align: center;
}

.tr-flextwo {
  text-align: center;
}





/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 5px;
  height: 70%;
  top: 95px;
  left: 30%;
  margin-left: -2px;
  background: #51A9FA;
  z-index: -1;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 65%;
  width: 100%;
}

.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  height: 100px;
  /* border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 27px 25px; */
}

.timeline-article p {
  margin: 0 0 0 15px;
  padding: 0;
  font-weight: 600;
  color: #00354E;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.timeline-article p span.article-number {
  position: absolute;
  font-weight: 500;
  font-size: 20px;
  top: 0px;
  left: -40px;
  color: #00354E;
}

.trstepimg {
  width: 60px;
}

.trform-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.tr-content-area {
  padding: 60px 0px;
  background: #FCFCFC;
}

.tr-happybg {
  background: url(/assets/images/teacher/trresellbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px;
  margin-top: -115px;
  position: relative;
}

.trhp-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.trhp-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
}

.trtr-bansubtext {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}

.trsubspan {
  font-weight: 900;
}

.trtr-name {
  font-size: 20px;
  color: #095F93;
  font-weight: 600;
}

.trtr-teacherrole {
  color: #00354E;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.trsgbtn {
  border: none;
  height: 50px;
  padding: 0px 60px;
  border-radius: 8px;
  background: #fbd323;
  font-size: 18px;
  color: #2A445D;
  font-weight: 500;
}

.trstephead {
  text-align: center;
  font-size: 32px;
  color: #00354E;
  font-weight: 500;
}

/* .timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
} */
/* .timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
} */
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 30%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #51A9FA;
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 700;
}

.timeline-article .meta-date .date {
  font-size: 20px;
  line-height: 60px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {

  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }

  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 40px;
  }

  .timeline-article .meta-date {
    margin-left: 0;
    left: 10px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 65px;
    min-height: 53px;
  }

  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }

  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 18px;
    min-height: 65px;
  }

  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }

  .timeline-article .content-right:before {
    display: none;
  }

}

@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
    font-size: 12px;
  }

  .timeline-article p span.article-number {
    display: none;
  }

}






.jeecollist {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.dbselect-pad {
  padding: 1px 1px 1px 10px !important;
  height: 30px !important;
  color: #7c7c7c;
  font-size: 12px !important;
}





/* New score page css */


.ns-syllabusrea {
  padding: 40px 0px 40px 0px;
}

.nsvertical-tab {
  display: table;
}

.nsvertical-tab .nav-tabs {
  display: table-cell;
  width: 180px;
  min-width: 28%;
  vertical-align: middle;
  border: none;
}

.nsvertical-tab .nav-tabs li {
  float: none;
  vertical-align: top;
  /* border: 1px solid #C6C6C6; */
}

.nsvertical-tab .nav-tabs li a {
  color: #434964;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 10px 12px;
  margin: 0 0 0px 0;
  border: none;
  border-radius: 0;
  display: block;
  position: relative;
  z-index: 1;
}

.nsvertical-tab .nav-tabs li:last-child a {
  margin-bottom: 0;
}

.nsvertical-tab .nav-tabs li a:hover {
  color: #fff;
  /* background: #2477c3; */
  border: none;
}

.nsvertical-tab .nav-tabs li a.active {
  color: #fff;
  background: #2477c3;
}

.nsvertical-tab .nav-tabs li a:before {
  width: 0;
  height: 4px;
  /* top: -4px; */
}

.nsvertical-tab .nav-tabs li a:hover:before,
.nsvertical-tab .nav-tabs li.active a:before,
.nsvertical-tab .nav-tabs li.active a:hover:before {
  width: 100%;
}

.nsvertical-tab .nav-tabs li a:hover:after,
.nsvertical-tab .nav-tabs li.active a:after,
.nsvertical-tab .nav-tabs li.active a:hover:after {
  height: 100%;
}

.nsvertical-tab .tab-content {
  /* color: #333; */
  /* background: #FAFAFA; */
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 25px;
  padding: 40px 25px 40px;
  margin-top: 10px;
  /* border: 2px solid #2477c3; */
  display: table-cell;
  position: relative;
  width: 100%;
  /* border-radius: 12px; */
}

/* .nsvertical-tab .tab-content h3{
  color: #3F3F3F;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 7px 0;
} */




.nsarrtop {
  transform: rotate(180deg);
}

.nsgradelist {
  height: 250px;
  overflow-y: scroll;
}

.nsarrlist {
  list-style: none;
}

.ns-scard {
  background: #FFFFFF;
  box-shadow: 0px 5.64706px 67.7647px 10.3529px rgb(50 50 50 / 8%);
  border-radius: 8px;
}

.ns-boxpad {
  padding: 15px 15px;
  border-bottom: 1px solid #ddd;
}

.ns-htitle {
  color: #014586;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: bold;
}

.ns-subjcon {
  padding: 15px 15px;
}

.nsqtflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ns-ques {
  color: #7C7C7C;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.ns-qno {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #7C7C7C;
}

.ns-etime {
  color: #7C7C7C;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.ns-emins {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #7C7C7C;
}

.ns-exammb {
  margin-bottom: 20px;
}

.ns-subjecthead {
  font-size: 15px;
  color: #2377C3;
  font-weight: 600;
  margin-bottom: 15px;
}

.ns-subflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ns-subname {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

.ns-smar {
  margin-right: 5px;
}

.ns-syll {
  font-weight: 500;
  font-size: 12px;
  color: #7C7C7C;
}



::-webkit-scrollbar {
  width: 5px;
  /* height: 2em; */
}

::-webkit-scrollbar-track-piece {
  background: #E7E7E7;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background: #D1D1D1;
  border-radius: 8px;
}


/* syllabus mobile area */
.nsmobilesyllabus {
  display: none;
}

.ns-mobgralist {
  display: flex;
  width: 100%;
  overflow-x: auto;
}

.ns-mcardright {
  margin-right: 40px;
}

.mobgradbox {
  overflow: hidden;
  width: 240px;
  background: #FFFFFF;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 30px;
}

.nsremovebor {
  border: none;
  width: 230px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #014586;
}

.nsremovebor:focus {
  border: none;
  width: 230px;
  outline: none;
}

.nsghd {
  text-align: center;
}


/* How to register */
.ns-registerarea {
  background: rgba(255, 226, 172, 0.2);
  padding: 40px 0px 40px 0px;
}

.ns-hregbtn {
  background: #bd2e32;
  border-radius: 6px;
  border: none;
  width: 300px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  height: 48px;
}

.nsearn-flex {
  display: flex;
  align-items: initial;
}

.nsearn-title {
  color: #BD2E32;
  font-size: 22px;
  font-family: 'Poppins';
  font-weight: 600;
}

.mobnsearn-flex {
  list-style: none;
}

/* Video area */
.ns-videosarea {
  padding: 40px 0px 40px 0px;
}

.ns-videobox {
  background: #FFFFFF;
  border: 0.6px solid #D3D3D3;
  border-radius: 8px;
  text-align: center;
  height: 330px;
  position: relative;
}

.ns-boxcontent {

  padding: 30px 20px 15px 20px;
}

.ns-vidimg {
  width: 100%;
}

.ns-vboxtitle {
  font-weight: 500;
  font-size: 18px;
  color: #434345;
  text-align: left;
  margin-bottom: 0px;
}

.ns-vidthumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
}

.nspopup {
  padding: 10px 10px 0px 0px;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}

.nsbg-close {
  color: #000;
  padding: 15px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

/* reg test area*/
.ns-regtestarea {
  padding: 40px 0px 40px 0px;
}

.nsregtestbg {
  background: #F0F8FF;
  border-radius: 20px;
  padding: 35px 30px;
}

.ns-resgcard {
  background: #FFFFFF;
  border: 1px solid #D2EAFF;
  box-sizing: border-box;
  border-radius: 12px;
  text-align: center;
  padding: 20px 50px;
  min-height: 280px;
  position: relative;
}

.ns-resgcard.nsoffline:before {
  content: 'OFFLINE TEST';
  display: inline-block;
  position: absolute;
  top: 15px;
  padding: 5px;
  line-height: 1;
  background: #F16667;
  border-radius: 0px 4px 4px 0px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  left: 11%;
  transform: translateX(-50%);
  z-index: 2;
}

.nsrtestimg {
  width: 45px;
}

.nsrtesttitle {
  font-weight: 600;
  font-size: 20px;
  color: #014586;
  margin-bottom: 20px;
}

.nsrtesttext {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}

.nsrbtext {
  font-weight: 500;
}

.nsresclk {
  font-weight: 600;
  font-size: 17px;
  color: #1E7DC9;
}

.nsilquery {
  color: #6A6A6A;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0px;
}

.nssupportil {
  color: #00354E;
  font-weight: 600;
}

/* banner area */
.ns-webbanregbtn {
  background: #FFDE00;
  border-radius: 6px;
  border: none;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  color: #00354E;
  height: 48px;
}

.nsscoremob {
  text-align: center;
  display: none;
}

.ns-scworth {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 2px;
}

.ns-thousand {
  font-size: 50px;
  color: #FFDE00;
  font-weight: bold;
  margin-bottom: 0px;
}

.ns-scr {
  color: #FFDE00;
  font-size: 20px;
  font-weight: bold;
}

.ns-hundsclr {
  background: linear-gradient(180deg, #FFFBDE 0%, #FFDF6C 100%);
  border-radius: 4px;
  border: none;
  width: 283px;
  height: 30px;
  font-weight: 500;
  font-size: 12px;
  color: #00354E;
  transform: skew(-15deg);
  -o-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  margin-bottom: 40px;
}

.nsilsc-imgcflex {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.nsrohitilite {
  width: 450px;
}

.nsilsconwebthimg {
  width: 260px;
}

.nsilsc-cardleft {
  margin-top: 100px;
}


.nsilsc-imgcflexmobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nsmobcird {
  display: none;
}

.nsilmoballrt {
  display: none;
}

.nsfmregbtn {
  border: none;
  color: #fff;
  background: #bd2e32;
  border-radius: 8px;
  width: 150px;
  height: 44px;
  font-size: 14px;
  font-weight: 600;
}

.center-block {
  margin: 26px auto;
  max-width: 100%;
}


.ns-otp-fldwrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0px !important;
}

.ns-otp-fldwrap input {
  width: 45px;
  margin: 0px 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 53, 78, 1);
}

.nsfmvfybtn {
  border: none;
  color: #fff;
  background: #bd2e32;
  border-radius: 6px;
  width: 150px;
  height: 44px;
  font-weight: 600;
  font-size: 14px;
}

.ns-backbtn {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  width: 180px;
  height: 48px;
  margin-right: 20px;
  color: #00354E;
  font-size: 17px;
  font-weight: 500;
}

.ns-nregbtn {
  background: #014586;
  border-radius: 4px;
  color: #fff;
  border: none;
  width: 180px;
  font-size: 17px;
  height: 48px;
  font-weight: 500;
}

.nsfmapplyregbtn {
  border: none;
  color: #fff;
  background: #014586;
  border-radius: 8px;
  width: 150px;
  height: 44px;
  font-size: 14px;
  font-weight: 600;
}

.nsval-cancelpos {
  position: absolute;
  top: 0px;
  right: 0px;
}

.ns-courlist-area {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -4px;
  padding: 0px;
  align-items: center;
  list-style-type: none;
}

.ns-courlist-area li {
  margin: 0px 5px 30px;
}

.ns-cour-radiobx {
  background: #FCFCFC;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  border-radius: 8px;
  width: 150px;
  height: 44px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #00354E !important;
  line-height: 40px;
}

.ns-tnkbilltxtdt {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin: 10px 0px;
}

.ns-cour-radiobx:hover {
  background: #FCFCFC;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  border-radius: 8px;
  width: 150px;
  height: 44px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #00354E;
  line-height: 40px;
}

.ns-cour-radiobx.active {
  background: #D8EDFE;
  border: 1px solid #3C8DCB;
  box-sizing: border-box;
  border-radius: 8px;
  width: 150px;
  height: 44px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
}

.ns-brpay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns-btnbottom {
  position: fixed;
  bottom: 0;
  padding: 0px 0px 100px 0px;
}

/* Score online Billing page css starts */
.ns-score-onbillingarea {
  padding: 120px 0px 30px 0px;
  margin-top: 100px;
}

.ns-fleft {
  float: left;
  width: 80%;
}

.ns-flright {
  float: right;
  width: 20%;
  text-align: center;
}

.ns-testdtflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #368ACA;
}

.ns-otp-numbr-edit {
  color: rgba(18, 146, 238, 1);
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0px;
}

.ns-couponctr {
  text-align: center;
  margin: 40px 0px 0px 0px;
}

.n-gotcpn {
  color: #00354E;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0px;
}

.ns-cpnapply {
  font-weight: 600;
  color: #00354E;
}

.ns-resfeeflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(54, 138, 202, 0.2);
}

.ns-feediscntflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ns-obillinfo {
  background: #FFFFFF;
  border: 1px solid #3C8DCB;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
  border-radius: 16px;
  padding: 20px;
}

.ns-billborder {
  background: #FFFFFF;
  border: 1px solid #3C8DCB;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
  border-radius: 16px;
  padding: 20px;
}

.ns-bcoupborder {
  background: #FFFFFF;
  border: 1px solid #3C8DCB;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 30px;
}

.ns-bprpaybtn {
  background: #014586;
  border-radius: 4px;
  border: none;
  width: 100%;
  height: 48px;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin: 30px 0px 0px 0px;
}

.ns-regfeetitle {
  color: #A4A4A4;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.ns-bill-price {
  color: #A4A4A4;
  font-weight: 500;
  font-size: 22px;
  text-decoration: line-through;
}

.ns-aftr-discnt {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  margin: 15px 0px 6px 0px;
}

.ns-aftr-taxes {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
}

.ns-bill-totalprice {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0px;
}

.ns-billtitledt {
  color: #5C5C5C;
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0px;
}

.ns-billtxtdt {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin: 10px 0px;
}

.ns-scoreapthd {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
  color: #000;
}

.nsonlabel {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 400;
}

/* coupon  */
.applynsonlabel {
  font-weight: 500;
  font-size: 16px;
  color: #263643;
  margin: 10px 0px 0px 0px;
}

.nscoupon-form-fld {
  width: 100%;
  height: 41px;
  border-radius: 8px;
  background: #FAFAFA;
  border: 1px dashed #94A1B1;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

.nspay-coupon.giftcolor {
  text-align: center;
  margin: 30px 0px 10px 0px;
}

/* score thank you css starts */

.webvaldwldbtn {
  border: none;
  background: #fff;
  color: #368ACA;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.ns-tktdtflx {
  margin: 0px auto;
  max-width: 65%;
}

.ns-tkvideoarea {
  background: #F5FAFF;
  padding: 40px 0px 60px 0px;
}

.nstkvideoflex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ns-freelivebox {
  background: #FFFFFF;
  border: 0.6px solid #D7D7D7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.nsmissfree {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}

.nsfreetk {
  color: #368aca;
}

.nsbgfreeimg {
  width: 200px;
}

.ns-tkfrbtn {
  background: #368ACA;
  border-radius: 4px;
  font-weight: 600;
  font-size: 17px;
  border: none;
  color: #fff;
  width: 320px;
  margin-right: 20px;
  height: 40px;
}

.ns-frtestbtn {
  background: #368ACA;
  border-radius: 4px;
  font-weight: 600;
  font-size: 17px;
  border: none;
  color: #fff;
  width: 320px;
  height: 40px;
}

.nsboostfree {
  font-weight: 600;
  font-size: 22px;
  color: #00354E;
  margin-bottom: 8px;
}

.nsinstexp {
  font-weight: 500;
  font-size: 14px;
  color: #00354E;
  margin-bottom: 20px;
}

.nsplaystr {
  font-weight: 600;
  font-size: 13px;
  color: #508CC7;
}

.nsqrbgimg {
  width: 140px;
}

.nsboostdbts {
  color: #b84167;
}

.nsqrtxtflex {
  display: flex;
  align-items: center;
}

.nscore-hdng {
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

/* Progress bar */

#nsprogressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #455A64;
  padding-left: 0px;
  margin-top: 30px;
  width: 100%;
}

#nsprogressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 33%;
  float: left;
  position: relative;
  font-weight: 400
}

#nsprogressbar #step1:before {
  content: "1";
  color: #fff;
}

#nsprogressbar #step2:before {
  content: "2";
  color: #808080;
  background: #F5F5F5;
  border: none;
}

#nsprogressbar #step3:before {
  content: "3";
  color: #808080;
  background: #F5F5F5;
  border: none;
}

/* 
#nsprogressbar #step4:before {
  content: "4";
  color: #ffffff;
} */

#nsprogressbar li:before {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  font-size: 12px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  font-weight: 600;
  color: #C5C5C5 !important;
  padding: 0px;
  border: 1px solid #03AD00;
}

#nsprogressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #C5C5C5;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: -1
}

#nsprogressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%
}

#nsprogressbar li:nth-child(2):after {
  left: 50%
}

#nsprogressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%
}

#nsprogressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

#nsprogressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

#nsprogressbar li.active:before,
#nsprogressbar li.active:after {
  background: #03AD00;
  color: #ffffff !important;
}

/* #nsprogressbar li.active:before,
#nsprogressbar li.active:after {
  background: #fff;
  color: #000!important;
  border: 1px solid #03AD00;
} */


/* score offline  */
.nsoff-couponctr {
  text-align: right;
  margin: 0px 0px 40px 0px;
}

.nsoff-btnbottom {
  padding: 0px 0px 30px 0px;
}

.nsoff-regpaybtn {
  background: #014586;
  border-radius: 4px;
  color: #fff;
  border: none;
  width: 180px;
  font-size: 17px;
  height: 48px;
  font-weight: 500;
}

.nsoffpay-coupon {
  text-align: right;
  margin: 0px 0px 30px 0px;
}

.nsoff-hltckt {
  background: #014586;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}

.nsoff-stutable {
  border: 2px solid #014586;
  box-sizing: border-box;
  border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  color: #2F4256;
}

.nsoffpaid {
  color: #00825B;
  margin-bottom: 0px;
}

.nsofftran {
  color: #00825B;
  margin-bottom: 0px;
}

.nsoff-stutable td {
  padding: 20px;
}

.nsoff-tablebtn {
  margin: 30px 0px;
}

.ns-backhome {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  width: 200px;
  height: 48px;
  margin-right: 20px;
  color: #00354E;
  font-size: 17px;
  font-weight: 500;
}

.nsoff-dwldhltktbtn {
  background: #014586;
  border-radius: 4px;
  color: #fff;
  border: none;
  width: 250px;
  font-size: 17px;
  height: 48px;
  font-weight: 500;
}

.nsearn-box {
  text-align: center;
}

.nsearn-text {
  margin-bottom: 0px;
  font-family: 'Poppins';
  color: #000;
  font-size: 16px;
  letter-spacing: 0.015em;
}

.nsearnarrow {
  width: 100%;
  vertical-align: top;
}

.nsonlinelabel {
  font-size: 14px;
  color: #263643;
  font-weight: 500;
  margin-bottom: 4px;
}

.ns-mobfreelivebox {
  display: none;
}


/* Reschedule flow css starts */

.rescheduleformarea {
  margin-top: 100px;
}

/* .reschedulebg {
  background: #fff!important;
} */
.reschedule-btnbottom {
  margin: 0px 0px 50px 0px;
}

.rescns-backbtn {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  width: 180px;
  height: 48px;
  margin-right: 0px;
  color: #00354E;
  font-size: 17px;
  font-weight: 500;
}

.resc-welc {
  text-align: center;
  font-size: 20px !important;
  color: #263643 !important;
  font-weight: 400 !important;
  margin: 20px 0px !important;
}

.resc-name {
  font-weight: 600;
}

.rescns-home {
  background: #014586;
  border-radius: 4px;
  color: #fff;
  border: none;
  width: 200px;
  height: 48px;
  font-weight: 600;
  font-size: 17px;
}

.resc-ntreg {
  color: #C1200A !important;
  font-size: 16px !important;
  margin-bottom: 0px !important;
}

.rescdanger {
  width: 36px;
}

.resc-selecttestarea {
  margin-top: 100px;
  padding: 100px 0px 30px 0px;
}

.rescns-scard {
  background: #FFFFFF;
  box-shadow: 0px 5.64706px 67.7647px 10.3529px rgb(50 50 50 / 8%);
  border-radius: 8px;
}

.rescseltestbtn {
  background: #014586;
  border-radius: 4px;
  color: #fff;
  border: none;
  width: 100%;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
}


.rescsm-hdng {
  font-size: 16px;
  font-weight: 500;
  color: #263643;
  margin-bottom: 8px;
}







/* Reschedule Progress bar */

#rescnsprogressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #455A64;
  padding-left: 0px;
  margin-top: 30px;
  width: 100%;
}

#rescnsprogressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 33%;
  float: left;
  position: relative;
  font-weight: 400
}

#rescnsprogressbar #step1:before {
  content: "1";
  color: #fff;
}

#rescnsprogressbar #step2:before {
  content: "2";
  color: #808080;
  background: #F5F5F5;
  border: none;
}

#rescnsprogressbar #step3:before {
  content: "3";
  color: #808080;
  background: #F5F5F5;
  border: none;
}

/* 
#nsprogressbar #step4:before {
  content: "4";
  color: #ffffff;
} */

#rescnsprogressbar li:before {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  font-size: 12px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  font-weight: 600;
  color: #C5C5C5 !important;
  padding: 0px;
  border: 1px solid #03AD00;
}

#rescnsprogressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #C5C5C5;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: -1
}

#rescnsprogressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%
}

#rescnsprogressbar li:nth-child(2):after {
  left: 50%
}

#rescnsprogressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%
}

#rescnsprogressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

#rescnsprogressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

#rescnsprogressbar li.active:before,
#rescnsprogressbar li.active:after {
  background: #03AD00;
  color: #ffffff !important;
}

/* #nsprogressbar li.active:before,
#nsprogressbar li.active:after {
  background: #fff;
  color: #000!important;
  border: 1px solid #03AD00;
} */






.nsUNFAPP-signlog-full-area {
  width: 100%;
  min-height: 400px;
  background: none;
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
}

.nsUNFAPP-signlog-frm-wrpbx {
  width: 90%;
  max-width: 570px;
  position: relative;
  margin: 50px auto 0px;
}

.nsUNFAPP-signlog-frmbx {
  width: 100%;
  display: inline-block;
  padding: 35px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #bd2e32;
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 5%);
}

.nsUNFAPP-signlog-frmbx:after {
  content: '';
  width: 87%;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%);
  background: #bd2e32;
  border-radius: 10px 10px 0px 0px;
}

.nsUNFAPP-signlog-full-area-term {
  width: 100%;
  min-height: 500px;
  position: relative;
  padding-bottom: 40px;
}

.nsUNFAPP-signlog-frm-wrpbx-demo {
  margin: 50px auto 0px;
}

.nsUNFAPP-signlog-frmbx-term {
  width: 100%;
  display: inline-block;
  padding: 35px;
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(60, 141, 203, 1);
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 5%);
}

.nsUNFAPP-signlog-frmbx-term:after {
  content: '';
  width: 87%;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%);
  background: rgba(60, 141, 203, 1);
  border-radius: 10px 10px 0px 0px;
}



.ns-attemptarea {
  padding: 30px 0px 30px 0px;
}

.ns-attemptflex {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
}

.ns-atmpthd {
  font-weight: 600;
  font-size: 20px;
  color: #3C8DCB;
  margin-bottom: 15px;
}

.ns-atmpttxt {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
  color: #6A6A6A;
  width: 75%;
}

.ns-atmptbtn {
  background: #bd2e32;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  width: 200px;
  height: 48px;
}





/* press coverage css starts */

.prev-slide {
  width: 51px;
  height: 64px;
  display: block;
  z-index: 9;
  background: url(/assets/images/press/pressleft.png) no-repeat center;
  position: absolute;
  top: 40%;
  left: -75px;
  text-indent: -200000px;
  border: inherit;
}

.next-slide {
  width: 51px;
  height: 64px;
  display: block;
  z-index: 9;
  background: url(/assets/images/press/pressright.png) no-repeat center;
  position: absolute;
  top: 40%;
  right: -35px;
  text-indent: -200000px;
  border: inherit;
}

.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* .owl-carousel .disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
} */




/* Teacher reselling form css starts */

.UNFAPP-grd-radiobxinter {
  width: 250px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(231, 232, 241, 1);
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 5%);
  cursor: pointer;
}

.UNFAPP-grd-radiobxother {
  width: 100px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(231, 232, 241, 1);
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 5%);
  cursor: pointer;
}

.interyear {
  margin-right: 165px !important;
}

.UNFAPP-frm-actn-areateacher {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.UNFAPP-blue-btnteach {
  width: 100%;
  display: inline-block;
  background: rgba(60, 141, 203, 1);
  border-radius: 8px;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
  border: none;
  appearance: none;
  color: #fff;
}

/* Teacher reselling form css ends */


/* CBSE CSS STARTS */

.cbsecolor .home-navbar,
.cbsecolor section.hero-area {
  background: linear-gradient(71.53deg, #118CB6 -12.27%, #48C9DB 100.36%);
}



.cbsefooter-area {
  background: #47B1BF;
  padding: 50px 0px 40px 0px;
}

.cbsecolor+footer,
.cbsecolor .sidenav,
.cbsecolor .flyout-batch-box .batch-btn:hover,
.cbsecolor .flyout-batch-box .batch-btn.active,
.cbsecolor .neetJeepage-frm-btn,
.cbsecolor .discount-tag {
  background: #47B1BF !important;
}


.cbsecolor .dropdown-item {
  color: #263643 !important;
  font-size: 14px !important;
}

.cbsecolor .dropdown-item:hover {
  background: #D3ECFF;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.cbsepage .hero-content {
  text-align: left;
  width: 70%;
}

.cbsepage .hero-content .grade-heading {
  font-size: 48px !important;
  margin-left: 10px;
  font-weight: 600 !important;
}

.txt-yellow {
  color: #FFF6B0;

}


.otp-box {
  width: 36px;
  height: 36px;
  border-radius: 7px;
  border: 1px solid #94A1B1;
  text-align: center;
}

.btn-verify {
  border: none;
  background: #bd2e32;
  color: #ffffff;
  padding: 8px 25px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.cbse-result {
  background: url(/assets/images/cbse/banner-feature-bg.png);
  background-position: center;
  background-repeat: no-repeat;

  background-size: 100%;
  margin: 0px 0px 0px 0px;
  background-size: contain;
}

.feature-box {
  text-align: center;

  display: inline-block;
  width: 25%;
  padding: 15px;
}

.feature-box+.feature-box {
  border-left: 1px solid #CDCDCD;
}

.btn-change_course {
  border: none;
  border-radius: 30px;
  background: #18697E;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 0;
  min-width: 206px;
  margin-bottom: 20px;
}

.btn-change_course span {
  margin-left: 30px;
}

.form-style {
  background: #ffffff50;
  border-radius: 10px;
  padding: 20px 30px;
  width: 100%;
  /* height: 540px;  */
  overflow: auto;
  font-size: 14px;
  color: #263643;
  margin-bottom: 20px;
}

.form-style .UNFAPP-form-fld {
  margin-bottom: 20px;
}

.form-style .form-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.form-style label {
  margin-bottom: 0;
}

.form-style .form-style-label {
  font-size: 14px;
  color: #263643;
}

.btn-otp {
  background: #bd2e32;
  color: #fff;
  border: none;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  font-size: 12px !important;
  margin-top: 30px;
  font-weight: 600;
}

.btn-resend {
  background: #3C8DCB70;
  color: #ffffff90;
  border: none;
  border-radius: 8px;
  width: 100%;
  height: 36px;
  font-size: 12px !important;
  margin-top: 24px;
}

.bold {
  font-weight: bold;
}

.txt-expr {
  color: #556575;
  font-weight: 500;
  font-size: 16px;
}

.cbse-btn {
  border: none;
  background: #fbd323;
  font-size: 17px;
  width: 100%;
  color: #333333;
  border-radius: 8px;
  height: 47px;
  font-weight: 700;
  margin-top: 10px;
}

.font-chkbox {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;

}

.cbse-offrlvclass-area {
  padding: 70px 0px;
  background: rgba(36, 124, 153, 0.05);
}

.cbse-offr-featuredlist {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.cbse-offr-featuredlist>li {
  /* width: 100%;
  float: left; */
  position: relative;
  padding: 9px 0px 7px 40px;
  color: rgba(124, 124, 124, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.cbse-offr-featuredlist>li:before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(/assets/images/cbse/icon-live.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top: 5px;
}

.package-container {
  max-height: 215px;
  overflow: hidden;
  transition: max-height .5s ease;
}

.package-container {
  max-height: 215px;
  overflow: hidden;
  transition: max-height .5s ease;
}

.package-container.show {
  max-height: 2000px;
}


.padding-20 {
  padding: 20px;
}

.cese-offr-old-price {
  display: inline-block;
  text-decoration: line-through;
  color: rgba(124, 124, 124, 1);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: -2px;
}

.pricing-ribbon-cese {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -32px;
  top: 16px;
  background: #D95A58;
  width: 116px;
  padding: 10px 25px;
  font-size: 7px;
  color: #fff;
  line-height: 0px;
  text-align: center;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.package_option ul {
  padding: 0;
  margin: 0;
}

.package_option li {
  padding: 8px 0;
  margin: 0;
  list-style: none;
}

.package_option li img {
  margin-right: 15px;
}

.subjects-covered {
  padding: 50px 0;
}

.sub-card {
  background: #FFFFFF;
  border: 1.5194px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 12.1552px;
  text-align: center;
}

/* .sub-card h3 { font-size: 27px; padding: 20px 0;} */
.sub-card .txt-subject {
  font-size: 27px;
  padding: 20px 0;
}

.sub-card .txt-syllabus {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 600;
}

.phy-box {
  background-color: #FFAD7A;
  height: auto;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.bio-box {
  background-color: #8EC478;
  height: auto;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.che-box {
  background-color: #DB576F;
  height: auto;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.mat-box {
  background-color: #278CAA;
  height: auto;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.highlight {
  padding: 40px 0;
  background: rgba(36, 124, 153, 0.05);
}

.highlight-card {
  background: #FFFFFF;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.highlight-card .txt-highlight {
  font-size: 14px;
  font-weight: 500;
  padding-top: 20px;
  color: #102048;
}

.padding-55 {
  padding: 20px 55px;
}

.p-25 {
  padding: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}


.btn-enroll {
  border: none;
  border-radius: 8px;
  background: #3C8DCB;
  color: #ffffff;
  padding: 15px 100px;
  margin-top: 30px;
}

.btn-cbsesyllabus {
  border: 1px solid #3FC1D3;
  border-radius: 8px;
  background: #ffffff;
  color: #3FC1D3;
  padding: 15px 100px;
  margin-top: 50px;
}

.contactus {
  padding: 40px 0;
}

.modal-hd {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}

.txt-otp {
  font-size: 11px;
  font-weight: 600;
  margin-top: 34px;
}

.success-hd {
  font-size: 24px;
  font-weight: 500;
}

.success-subhd {
  font-size: 20px;
  font-weight: 400;
}

.custom-close {
  color: #000000 !important;
  border: 1px solid !important;
  border-radius: 4px !important;
}


/* check box */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 500;
}

.styled-checkbox+label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 5px;
  ;
}

.styled-checkbox:hover+label:before {
  background: #69C738;
}

.styled-checkbox:focus+label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
  background: #69C738;
}

.styled-checkbox:disabled+label {
  color: #444444;
  cursor: auto;
}

.styled-checkbox:disabled+label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked+label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}


/* tab */


.project-tab {
  padding: 5px;
  margin-top: 0
}

.project-tab #tabs {
  background: #007b5e;
  color: #eee;
}

.project-tab #tabs h6.section-title {
  color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000000;
  background-color: transparent;
  border-color: transparent transparent #3FC1D3;
  border-bottom: 3px solid #3FC1D3 !important;
  font-size: 16px;
  font-weight: bold;
}

.project-tab .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #DCDCDC;
}

.project-tab .nav-link:hover {
  border: none;
}

.project-tab thead {
  background: #f3f3f3;
  color: #333;
}

.project-tab a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
}


/* accord*/

.nav-tabs {
  /* border-bottom: none; */
  margin-bottom: 30px;
}

#main {
  margin: 10px 0;
}

#main #faq .card {
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #ddd
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #ffffff;
  color: #444444;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #ffffff;
  color: #444444;
  border-bottom: 1px solid #dddddd
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #ffffff;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #ffffff;
  line-height: 30px;
  color: #222;
}

/* CBSE CSS ENDS */






.pr-banimg {
  width: 100%;
}

.rkresultbox {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  position: relative;
}

.lgtestboxcontent {
  padding: 20px;
  height: 140px;
  text-align: center;
}

.lgboxhead {
  color: #102048;
  font-size: 20px;
  font-weight: 600;
}

.lgboxrank {
  color: #2A445D;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.earnweb {
  width: 70px;
}



.form-style .UNFAPP-form-fld {
  margin-bottom: 10px;
}

.jregname {
  color: #2A445D;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

.regthnk-text {
  color: #263643;
  font-weight: 600;
  font-size: 20px;
}

.regthnk-head {
  color: #279977;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 50px;
}





.scat_reg {
  margin: 0px auto;
  max-width: 75%;
  margin-top: 30px;
  border: 1px solid #bd2e32;
  border-radius: 10px;
  margin-bottom: 30px;
}

.scat_login {
  margin: 0px auto;
  max-width: 40%;
  margin-top: 30px;
  border: 1px solid #bd2e32;
  border-radius: 10px;
  margin-bottom: 30px;
}

.scatreg_btn {
  border: none;
  width: 160px;
  height: 45px;
  background: #bd2e32;
  color: #fff;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 500;
}

.scatreg-fee {
  margin: 20px 0px;
  color: #bd2e32;
  font-size: 20px;
}

.sclabel {
  font-size: 14px;
  color: #1e2a36;
  margin-bottom: 10px !important;
  font-weight: 600;
}

.screg_head {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #bd2e32;
}

.checkfont {
  font-size: 12px;
}










section#score {
  margin-top: 100px;
  padding: 100px 0px 40px 0px;
}

.mobileNumber {
  max-width: 35%;
  margin: 0px auto;
  border-radius: 4px;
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 15%);
  border-radius: 10px;
}

.m-b-2 {
  margin-bottom: 20px;
}

.btn,
.form-control {
  font-size: 14px;
}

.top155 {
  padding-top: 120px;
}

.gray-bg {
  background: #fff;
}

.text-center {
  text-align: center;
}

.section-title h2 {
  font-size: 20px;
  background: #b94141;
  color: #fff;
  padding: 12px 0px;
  max-width: 40%;
  margin: 0px auto;
  border-radius: 10px;
}

.mb-50 {
  margin-bottom: 25px;
}

.print-btn {
  border: none;
  background: #bd2e32;
  color: #fff;
  width: 180px;
  height: 45px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
}


/* newly added css starts */
.websiteview {
  width: 100%;
}

.mobileview {
  display: none;
}

.resbanimg {
  width: 100% !important;
  border-radius: 10px;
}

.vidmb40 {
  margin-bottom: 40px;
}

/* Abouts us */
.aboutus_area {
  margin-top: 100px;
  padding: 60px 0px 80px 0px;
}

.caboutus_area {
  padding: 40px 0px 20px 0px;
}

.cns-registerarea {
  background: rgba(255, 226, 172, 0.2);
  padding: 40px 0px 40px 0px;
}

.sushma {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
  border-radius: 6px;
}

.tablectrbg {
  background: #b92d31;
  color: #fff;
  text-align: center;
}

.cusborder {
  border: 1px solid #bd2e32 !important;
  font-size: 16px;
}

.bct-skill-ontitle {
  font-size: 20px;
  margin-bottom: 70px;
  font-family: 'Poppins';
  font-weight: 600;
  color: #2e4d5b;
  text-decoration: underline;
}

.sus_speaks {
  font-size: 24px;
  margin-bottom: 25px;
  color: #080718;
}

.caboutscr_area {
  padding: 40px 0px 40px 0px;
}

.abtscore {
  width: 100%;
}

/* Abouts us */


.prev-slide {
  width: 51px;
  height: 64px;
  display: block;
  z-index: 9;
  background: url(/assets/images/score/pressleft.png) no-repeat center;
  position: absolute;
  top: 40%;
  left: -75px;
  text-indent: -200000px;
  border: inherit;
}

.next-slide {
  width: 51px;
  height: 64px;
  display: block;
  z-index: 9;
  background: url(/assets/images/score/pressright.png) no-repeat center;
  position: absolute;
  top: 40%;
  right: -35px;
  text-indent: -200000px;
  border: inherit;
}

.scresults {
  margin: 10px 35px 10px 0px;
  border-radius: 10px;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 15%);
  padding: 1px;
}



.syllabus_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.book {
  width: 75px;
  height: 75px;
}

.classv {
  background: #e1f7e1e0;
  padding: 35px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 5%);
  position: relative;
  cursor: pointer;
}

.classvi {
  background: #be151521;
  padding: 35px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 5%);
  position: relative;
  cursor: pointer;
}

.classvii {
  background: #f3e4f7;
  padding: 35px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 5%);
  position: relative;
  cursor: pointer;
}

.classviii {
  background: #be151521;
  padding: 35px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 5%);
  position: relative;
  cursor: pointer;
}

.classix {
  background: #dfe9f3;
  padding: 35px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 5%);
  position: relative;
  cursor: pointer;
}

.clstitle {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.clssylpatn {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.syllmiddle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.classv:hover .syllmiddle {
  opacity: 1;
}

.classvi:hover .syllmiddle {
  opacity: 1;
}

.classvii:hover .syllmiddle {
  opacity: 1;
}

.classviii:hover .syllmiddle {
  opacity: 1;
}

.classix:hover .syllmiddle {
  opacity: 1;
}

.bookarrow {
  width: 40px;
  height: 40px;
}

.otp-input {
  width: 36px !important;
  height: 36px !important;
  border-radius: 8px !important;
  border: solid 1px #c5c5c5 !important;
  text-align: center !important;
  font-size: 15px !important;
  /* margin-top: -15px; */
}
