/* line 4, ../sass/_mixins.scss */
.lg-container {
  max-width: 1395px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 10, ../sass/_mixins.scss */
.container {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 16, ../sass/_mixins.scss */
.md-container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 22, ../sass/_mixins.scss */
.sm-container {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 28, ../sass/_mixins.scss */
.small-container {
  max-width: 1010px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 34, ../sass/_mixins.scss */
.xs-container {
  max-width: 725px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 39, ../sass/_mixins.scss */
.xxs-container {
  max-width: 603px;
  padding: 0 15px;
  margin: 0 auto;
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url("../fonts/Gilroy-Regular.ttf") format("woff-variations");
}
@font-face {
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold.ttf");
}
@font-face {
  font-family: 'Gilroy-Medium';
  src: url("../fonts/Gilroy-Medium.ttf") format("woff-variations");
}
/* line 4, ../sass/jee_main_adv.scss */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* line 10, ../sass/jee_main_adv.scss */
html {
  scroll-behavior: smooth;
}

/* line 11, ../sass/jee_main_adv.scss */
#block-classroom-breadcrumbs {
  display: none;
}

/* line 14, ../sass/jee_main_adv.scss */
.top-clg {
  height: auto !important;
  margin-bottom: 0px !important;
}

/* line 22, ../sass/jee_main_adv.scss */
.top_section {
  background: linear-gradient(88deg, rgba(1, 110, 182, 0.8) -4.06%, rgba(34, 145, 219, 0.8) 51.27%, rgba(1, 110, 182, 0.8) 106.01%);
  padding: 10px;
  margin-bottom: 30px;
  height: 513px;
  transition: 1s ease height;
}
@media (max-width: 767px) {
  /* line 22, ../sass/jee_main_adv.scss */
  .top_section {
    margin-bottom: 111px;
    padding: 10px 0;
  }
}
/* line 33, ../sass/jee_main_adv.scss */
.top_section .breadcrumb-jee-block p {
  color: #fff;
  margin-bottom: 16px;
  font-size: 12px;
}
/* line 37, ../sass/jee_main_adv.scss */
.top_section .breadcrumb-jee-block p img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  /* line 33, ../sass/jee_main_adv.scss */
  .top_section .breadcrumb-jee-block p {
    font-size: 8px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.12px;
  }
}
/* line 46, ../sass/jee_main_adv.scss */
.top_section .breadcrumb-jee-block p a {
  color: #ffffff;
}
/* line 52, ../sass/jee_main_adv.scss */
.top_section .banner_form_section {
  display: flex;
  margin-top: 32px;
  justify-content: space-around;
}
@media (max-width: 767px) {
  /* line 52, ../sass/jee_main_adv.scss */
  .top_section .banner_form_section {
    flex-wrap: wrap;
    width: 100%;
  }
}
/* line 60, ../sass/jee_main_adv.scss */
.top_section .banner_form_section .banner_section {
  padding: 0 0px;
  margin-top: 80px;
  width: 617px;
}
@media (max-width: 767px) {
  /* line 60, ../sass/jee_main_adv.scss */
  .top_section .banner_form_section .banner_section {
    padding: 0 0px;
    width: 100%;
    margin-top: 0px;
  }
}
/* line 70, ../sass/jee_main_adv.scss */
.top_section .banner_form_section .banner_section h1 {
  color: #ffffff;
  font-size: 35px;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 70, ../sass/jee_main_adv.scss */
  .top_section .banner_form_section .banner_section h1 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 81, ../sass/jee_main_adv.scss */
.top_section .banner_form_section .banner_section p {
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  margin-bottom: 53px;
}
@media (max-width: 767px) {
  /* line 81, ../sass/jee_main_adv.scss */
  .top_section .banner_form_section .banner_section p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 93, ../sass/jee_main_adv.scss */
.top_section .banner_form_section .banner_section .fomo-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #E5F6FF;
  padding: 7px;
  border-radius: 10px;
  margin-bottom: 20px;
  max-width: 483px;
  width: 500px;
}
@media (max-width: 767px) {
  /* line 93, ../sass/jee_main_adv.scss */
  .top_section .banner_form_section .banner_section .fomo-section {
    margin-bottom: 10px;
    width: 100%;
  }
}
/* line 107, ../sass/jee_main_adv.scss */
.top_section .banner_form_section .banner_section .fomo-section .d-none {
  display: block;
}
@media (max-width: 767px) {
  /* line 107, ../sass/jee_main_adv.scss */
  .top_section .banner_form_section .banner_section .fomo-section .d-none {
    display: none;
  }
}
/* line 113, ../sass/jee_main_adv.scss */
.top_section .banner_form_section .banner_section .fomo-section .m-none {
  display: none;
}
@media (max-width: 767px) {
  /* line 113, ../sass/jee_main_adv.scss */
  .top_section .banner_form_section .banner_section .fomo-section .m-none {
    display: block;
  }
}
/* line 119, ../sass/jee_main_adv.scss */
.top_section .banner_form_section .banner_section .fomo-section p {
  margin: 0px;
  color: #008DC4;
  text-align: left;
  margin-left: 23px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  /* line 119, ../sass/jee_main_adv.scss */
  .top_section .banner_form_section .banner_section .fomo-section p {
    font-size: 11px;
    font-weight: 600;
  }
}
/* line 134, ../sass/jee_main_adv.scss */
.top_section .banner_section-college-listing {
  padding: 0 31px;
}
@media (max-width: 767px) {
  /* line 134, ../sass/jee_main_adv.scss */
  .top_section .banner_section-college-listing {
    padding: 0 0px;
  }
}
/* line 139, ../sass/jee_main_adv.scss */
.top_section .banner_section-college-listing h1 {
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  /* line 139, ../sass/jee_main_adv.scss */
  .top_section .banner_section-college-listing h1 {
    font-size: 16px;
    text-align: center;
  }
}
/* line 151, ../sass/jee_main_adv.scss */
.top_section .banner_section-college-listing p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  /* line 151, ../sass/jee_main_adv.scss */
  .top_section .banner_section-college-listing p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 00px;
  }
}
/* line 163, ../sass/jee_main_adv.scss */
.top_section .banner_section-college-listing h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  /* line 163, ../sass/jee_main_adv.scss */
  .top_section .banner_section-college-listing h6 {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 17px;
    margin-top: 17px;
  }
}
/* line 177, ../sass/jee_main_adv.scss */
.top_section .banner_section-college-listing h6 span {
  background: #FFF6E3;
  padding: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #D29822;
  border-radius: 4px;
}
@media (max-width: 767px) {
  /* line 177, ../sass/jee_main_adv.scss */
  .top_section .banner_section-college-listing h6 span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 6px;
  }
}
/* line 192, ../sass/jee_main_adv.scss */
.top_section .banner_section-college-listing ul {
  display: block;
  margin: 0px auto;
  background-color: #E5F6FF;
  border-radius: 4px;
  width: 66%;
  padding-left: 29px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 192, ../sass/jee_main_adv.scss */
  .top_section .banner_section-college-listing ul {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 192, ../sass/jee_main_adv.scss */
  .top_section .banner_section-college-listing ul {
    width: 100%;
  }
}
/* line 208, ../sass/jee_main_adv.scss */
.top_section .banner_section-college-listing ul li {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 21px;
  list-style: disc;
}
@media (max-width: 767px) {
  /* line 208, ../sass/jee_main_adv.scss */
  .top_section .banner_section-college-listing ul li {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }
}

/* line 223, ../sass/jee_main_adv.scss */
#form-wrapper {
  transition: 1s ease height;
  padding: 10px;
  position: relative;
  width: 460px;
}
@media (max-width: 767px) {
  /* line 223, ../sass/jee_main_adv.scss */
  #form-wrapper {
    height: 279px;
    margin-bottom: 163px;
    width: 100%;
    padding: 0px;
  }
}
/* line 237, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section {
  width: 460px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  transition: 1s ease height;
  margin: 0px auto;
  z-index: 9;
  position: absolute;
}
@media (max-width: 767px) {
  /* line 237, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section {
    padding: 20px;
    width: 100%;
  }
}
/* line 251, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section span.error {
  position: absolute;
  font-size: 11px;
  color: #DC2804;
  padding: 0;
}
/* line 256, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section span.error#marksError {
  bottom: -16px;
}
@media (max-width: 767px) {
  /* line 256, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section span.error#marksError {
    bottom: -16px;
  }
}
/* line 263, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .sub-heading-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  /* line 263, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .sub-heading-form {
    margin-bottom: 18px;
  }
}
/* line 271, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .sub-heading-form p {
  font-size: 20px;
  font-weight: 700;
  color: #545454;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 271, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .sub-heading-form p {
    font-size: 14px;
  }
}
/* line 280, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .sub-heading-form h6 {
  font-size: 14px;
  font-weight: 600;
  color: #00B0F5;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 280, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .sub-heading-form h6 {
    font-size: 10px;
  }
}
/* line 288, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .sub-heading-form h6 a {
  color: #00B0F5;
}
/* line 292, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .sub-heading-form .how-que-icon {
  background: #00B0F5;
  color: #fff;
  border-radius: 20px;
  padding: 1px 5px;
  font-size: 10px;
}
/* line 301, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .tabs-jee .tabs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  background: #E5F6FF;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 301, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .tabs-jee .tabs-list {
    padding: 10px;
    margin-bottom: 20px;
  }
}
/* line 312, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .tabs-jee .tabs-list li {
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  /* line 312, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .tabs-jee .tabs-list li {
    font-size: 12px;
  }
}
/* line 321, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .tabs-jee .tabs-list li.active {
  background: #ffffff;
  border-radius: 5px;
}
/* line 324, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .tabs-jee .tabs-list li.active a {
  color: #00B0F5;
}
/* line 328, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .tabs-jee .tabs-list li a {
  color: #333;
}
/* line 333, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .tabs-jee .tab {
  display: none;
}
/* line 335, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .tabs-jee .tab.active {
  display: block !important;
}
/* line 340, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .jee-marks-perc-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  position: relative;
}
/* line 345, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .jee-marks-perc-section input[type="text"] {
  width: 163px;
}
@media (max-width: 767px) {
  /* line 345, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .jee-marks-perc-section input[type="text"] {
    width: 100%;
  }
}
/* line 358, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .jee-marks-perc-section .form-group {
  position: relative;
}
/* line 360, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .jee-marks-perc-section .form-group p {
  position: absolute;
  right: 10px;
  top: 40px;
}
@media (max-width: 767px) {
  /* line 365, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .jee-marks-perc-section .form-group #jeeInputMarks {
    width: 120px;
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  /* line 371, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .jee-marks-perc-section .form-group #jeeInputPercentile {
    width: 130px;
    margin-left: 2px;
  }
}
@media (max-width: 360px) {
  /* line 371, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .jee-marks-perc-section .form-group #jeeInputPercentile {
    width: 120px;
    margin-left: 2px;
  }
}
/* line 383, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .jee-marks-perc-section .or-mp p {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #AFAFAF;
  margin-bottom: 0;
  padding-top: 7px;
}
@media (max-width: 767px) {
  /* line 383, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .jee-marks-perc-section .or-mp p {
    font-size: 12px;
  }
}
/* line 397, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 397, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group {
    margin-bottom: 20px;
  }
}
/* line 403, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group ::placeholder {
  color: #757575;
  opacity: 1;
}
/* line 404, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .jee-country {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  position: relative;
}
/* line 408, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .jee-country input[type="number"] {
  width: 100%;
  background: #fff;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Roboto';
  -moz-appearance: textfield;
  padding-left: 54px;
}
@media (max-width: 767px) {
  /* line 408, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group .jee-country input[type="number"] {
    height: 42px !important;
    font-size: 12px;
    padding-left: 44px;
  }
}
/* line 426, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .jee-country input::-webkit-outer-spin-button,
#form-wrapper .jee-form-section .form-group .jee-country input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 431, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .jee-country .otp-verified-tick {
  position: absolute;
  right: 8px;
  top: 20px;
}
/* line 435, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .jee-country .otp-verified-tick img {
  width: 22px;
}
/* line 439, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .jee-country .edit-number {
  position: absolute;
  right: 8px;
  top: 20px;
  cursor: pointer;
}
/* line 444, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .jee-country .edit-number img {
  width: 22px;
}
/* line 448, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .jee-country .countrycode-form {
  position: absolute;
  top: 22px;
  left: 11px;
}
/* line 458, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .jee-country .countrycode-form p {
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  /* line 458, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group .jee-country .countrycode-form p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 448, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group .jee-country .countrycode-form {
    padding: 1px 0 0px 3px;
  }
}
/* line 470, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group label {
  color: #545454;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 470, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group label {
    font-size: 12px;
  }
}
/* line 479, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group input[type="text"], #form-wrapper .jee-form-section .form-group input[type="number"] {
  height: 42px !important;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 10px;
  color: #333;
  font-weight: 500;
  -moz-appearance: textfield;
  font-size: 16px;
}
@media (max-width: 767px) {
  /* line 479, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group input[type="text"], #form-wrapper .jee-form-section .form-group input[type="number"] {
    height: 42px !important;
    font-size: 12px;
  }
}
/* line 495, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group input::-webkit-outer-spin-button,
#form-wrapper .jee-form-section .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 500, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group select {
  height: 42px !important;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 10px;
  color: #757575;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  /* line 500, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group select {
    height: 42px !important;
    font-size: 12px;
  }
}
/* line 514, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group #jeeInputCategory {
  color: #757575;
}
/* line 517, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group #jeeGradeCompletionState {
  color: #757575;
}
/* line 518, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .resend-otp {
  font-size: 14px;
  line-height: 29px;
  font-weight: 500;
  color: #545454;
  margin-top: 15px;
}
@media (max-width: 767px) {
  /* line 518, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group .resend-otp {
    font-size: 10px;
  }
}
/* line 528, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group #otpError {
  margin-bottom: 8px;
  position: absolute;
  font-size: 11px;
  color: #DC2804;
  padding: 0;
}
/* line 535, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group #otpErrorSuccess {
  position: absolute;
  font-size: 11px;
  color: #DC2804;
  padding: 0;
  margin-top: 6px;
}
/* line 542, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .resend-otpbtn {
  margin-top: 19px;
}
/* line 544, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .resend-otpbtn #resendOtp {
  color: #00B0F5;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 544, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group .resend-otpbtn #resendOtp {
    font-size: 10px;
  }
}
/* line 553, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .otp-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 4px;
  text-align: center;
}
/* line 557, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .otp-container input[type="text"] {
  width: 54px;
  height: 54px;
  margin-right: 10px;
  text-align: center;
  -moz-appearance: textfield;
}
@media (max-width: 767px) {
  /* line 557, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group .otp-container input[type="text"] {
    width: 38px;
    height: 38px !important;
    padding: 0;
  }
}
/* line 569, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .otp-container input::-webkit-outer-spin-button,
#form-wrapper .jee-form-section .form-group .otp-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 576, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .gender-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}
/* line 579, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .gender-section .form-check-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 580, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .gender-section .form-check-inline label {
  margin-bottom: 0;
  color: #757575;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  /* line 580, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group .gender-section .form-check-inline label {
    font-size: 13px;
  }
}
/* line 592, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .gender-section .me-0 {
  margin-right: 50px;
}
/* line 595, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .gender-section .custom-radio[type="radio"] {
  appearance: none;
  border: 1px solid #d3d3d3;
  width: 24px;
  height: 24px;
  content: none;
  outline: none;
  border-radius: 8px;
  margin: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  /* line 595, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group .gender-section .custom-radio[type="radio"] {
    width: 20px;
    height: 20px;
  }
}
/* line 611, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .gender-section .custom-radio[type="radio"]:checked {
  appearance: none;
  border-radius: 8px;
  outline: none;
  padding: 0;
  content: none;
  border: 1px solid #00B0F5;
  width: 24px;
  height: 24px;
  padding: 1px;
}
@media (max-width: 767px) {
  /* line 611, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group .gender-section .custom-radio[type="radio"]:checked {
    width: 20px;
    height: 20px;
  }
}
/* line 627, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-group .gender-section .custom-radio[type="radio"]:checked::before {
  position: absolute;
  background: #00B0F5;
  accent-color: blue;
  border-radius: 6px;
  color: white !important;
  content: "\00A0\2713\00A0" !important;
  font-weight: bolder;
  font-size: 14px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  /* line 627, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-group .gender-section .custom-radio[type="radio"]:checked::before {
    width: 16px;
    height: 16px;
    font-size: 11px;
  }
}
/* line 647, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .jee-form-btn button {
  width: 100%;
  background: #00B0F5;
  border-radius: 5px;
  height: 48px;
  padding: 8px 16px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 767px) {
  /* line 647, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .jee-form-btn button {
    font-size: 12px;
    font-weight: 500;
    height: 36px;
  }
}
/* line 662, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .jee-form-btn button:hover {
  color: #fff;
  border: none;
}
/* line 666, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .jee-form-btn button:disabled {
  cursor: not-allowed;
  background: #EDEDED;
  color: #AFAFAF;
}
/* line 675, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .jee-form-btn-next button {
  width: 100%;
  background: #00B0F5;
  border-radius: 5px;
  height: 48px;
  padding: 8px 16px;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 767px) {
  /* line 675, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .jee-form-btn-next button {
    font-size: 12px;
    font-weight: 500;
    height: 36px;
  }
}
/* line 690, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .jee-form-btn-next button:hover {
  color: #fff;
  border: none;
}
/* line 694, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .jee-form-btn-next button:disabled {
  cursor: not-allowed;
  background: #EDEDED;
  color: #AFAFAF;
}
/* line 703, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-tnc-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 0px;
}
/* line 707, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-tnc-section label {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  width: 90%;
}
/* line 712, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-tnc-section label a {
  color: #00B0F5;
}
@media (max-width: 767px) {
  /* line 707, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-tnc-section label {
    font-size: 10px;
    line-height: 16px;
  }
}
/* line 720, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-tnc-section .custom-radio[type="checkbox"] {
  appearance: none;
  border: 1px solid #d3d3d3;
  width: 24px;
  height: 24px;
  content: none;
  outline: none;
  border-radius: 8px;
  margin: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  /* line 720, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-tnc-section .custom-radio[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 6px;
  }
}
/* line 737, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-tnc-section .custom-radio[type="checkbox"]:checked {
  appearance: none;
  border-radius: 8px;
  outline: none;
  padding: 0;
  content: none;
  border: 1px solid #00B0F5;
  width: 24px;
  height: 24px;
  padding: 1px;
}
@media (max-width: 767px) {
  /* line 737, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-tnc-section .custom-radio[type="checkbox"]:checked {
    width: 20px;
    height: 20px;
    padding: 0px;
    border-radius: 6px;
  }
}
/* line 755, ../sass/jee_main_adv.scss */
#form-wrapper .jee-form-section .form-tnc-section .custom-radio[type="checkbox"]:checked::before {
  position: absolute;
  background: #00B0F5;
  accent-color: blue;
  border-radius: 6px;
  color: white !important;
  content: "\00A0\2713\00A0" !important;
  font-weight: bolder;
  font-size: 14px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  /* line 755, ../sass/jee_main_adv.scss */
  #form-wrapper .jee-form-section .form-tnc-section .custom-radio[type="checkbox"]:checked::before {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    font-size: 13px;
  }
}

/* line 779, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section {
  margin-bottom: 30px;
}
/* line 782, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section ul {
  list-style: disc;
  padding-left: 10px;
}
/* line 786, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section ul li {
  font-size: 16px;
  color: #333;
  line-height: 25.4px;
}
/* line 790, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section ul li strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 786, ../sass/jee_main_adv.scss */
  .main-wrapper-section .sub-section ul li {
    font-size: 12px;
    color: #333;
    line-height: 20.4px;
  }
}
/* line 801, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section h3 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 17px;
}
@media (max-width: 767px) {
  /* line 801, ../sass/jee_main_adv.scss */
  .main-wrapper-section .sub-section h3 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
    padding: 0 20px;
    line-height: 21px;
  }
}
/* line 821, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section h6 {
  font-size: 12px;
  color: #333;
  margin-bottom: 8px;
  font-weight: normal;
  margin-top: 0;
}
/* line 829, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section p {
  font-size: 16px;
  color: #333;
  line-height: 23px;
}
@media (max-width: 767px) {
  /* line 829, ../sass/jee_main_adv.scss */
  .main-wrapper-section .sub-section p {
    font-size: 12px;
    color: #333;
    line-height: 20.4px;
    font-weight: 400;
  }
}
/* line 843, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section .faq-jee {
  padding-bottom: 3.5rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 843, ../sass/jee_main_adv.scss */
  .main-wrapper-section .sub-section .faq-jee {
    padding-bottom: 3rem;
  }
}
/* line 851, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section .faq-jee p {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 851, ../sass/jee_main_adv.scss */
  .main-wrapper-section .sub-section .faq-jee p {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0;
  }
}
/* line 863, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section .faq-jee .views-row {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  /* line 863, ../sass/jee_main_adv.scss */
  .main-wrapper-section .sub-section .faq-jee .views-row {
    margin-bottom: 10px;
  }
}
/* line 871, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section .faq-jee .views-field-body {
  padding: 20px;
  border: 1px solid #dadada;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
  background: #ffff;
}
/* line 881, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section .faq-jee .views-field-body .field-content p {
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 20.4px;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 767px) {
  /* line 881, ../sass/jee_main_adv.scss */
  .main-wrapper-section .sub-section .faq-jee .views-field-body .field-content p {
    font-size: 12px;
  }
}
/* line 895, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section .faq-jee .class-faq-que-ans .views-row:first-child .views-field-body {
  display: block;
}
/* line 899, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section .faq-jee .class-faq-que-ans h2 {
  width: 100%;
  cursor: pointer;
  margin: 0px;
  background: #E5F6FF;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #545454;
  font-weight: 500;
  position: relative;
  padding: 13px 15px;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
@media (max-width: 767px) {
  /* line 899, ../sass/jee_main_adv.scss */
  .main-wrapper-section .sub-section .faq-jee .class-faq-que-ans h2 {
    width: 100%;
    cursor: pointer;
    margin: 0px;
    background: #E5F6FF;
    font-size: 12px;
    line-height: 1.2;
    color: #545454;
    font-weight: 600;
    position: relative;
    padding: 18px 32px 18px 15px;
    border: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
  }
}
/* line 932, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section .faq-jee .class-faq-que-ans h2:before {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: none;
}
/* line 951, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section .faq-jee .class-faq-que-ans h2:after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: auto;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out, -moz-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -moz-transform .2s ease-in-out;
}
/* line 980, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section .faq-jee .class-faq-que-ans h2.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 985, ../sass/jee_main_adv.scss */
.main-wrapper-section .sub-section .faq-jee .class-faq-que-ans h2.active:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: absolute;
  top: 35%;
  background-position: inherit;
}

/* line 1000, ../sass/jee_main_adv.scss */
.college-listing-wrapper .subheading p {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 1000, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .subheading p {
    font-size: 12px;
    font-weight: 500;
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  /* line 1000, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .subheading p {
    font-size: 12px;
  }
}
/* line 1016, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 767px) {
  /* line 1016, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing {
    flex-wrap: wrap;
  }
}
/* line 1023, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper {
  width: 28%;
  border-radius: 8px;
  padding: 0px;
  margin-bottom: 40px;
  background: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  /* line 1023, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .filter-wrapper {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 1023, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .filter-wrapper {
    width: 50%;
  }
}
/* line 1036, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new {
  background: #FFF;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
/* line 1040, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .filter-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
/* line 1047, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .filter-heading img {
  width: 16px;
}
/* line 1050, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .filter-heading h2 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
/* line 1056, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .filter-heading p {
  font-size: 16px;
  color: #AFAFAF;
  font-weight: 500;
  margin-bottom: 0;
  cursor: pointer;
}
/* line 1065, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .selected-filter-section ul {
  display: flex;
  flex-flow: wrap;
}
/* line 1068, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .selected-filter-section ul li {
  background: #00B0F5;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 31px 4px 11px;
  gap: 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-image: url("../../../../themes/classroom/images/radix-icons_cross-2.png");
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
  display: none;
}
/* line 1086, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .predictor_filter {
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
/* line 1091, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .predictor_filter h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
/* line 1097, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .predictor_filter ul {
  overflow-y: scroll;
  height: 185px;
}
/* line 1100, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .predictor_filter ul::-webkit-scrollbar {
  display: none;
}
/* line 1103, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .predictor_filter ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #545454;
  border: 1px solid #E2E2E2;
  padding: 8px 10px 8px 20px;
  cursor: pointer;
}
/* line 1114, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .instituetype-filter {
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
/* line 1119, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .instituetype-filter h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
/* line 1125, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .instituetype-filter ul {
  overflow-y: scroll;
  cursor: pointer;
}
/* line 1128, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .instituetype-filter ul::-webkit-scrollbar {
  display: none;
}
/* line 1131, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .filter-wrapper .filter-box-new .instituetype-filter ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #545454;
  border: 1px solid #E2E2E2;
  padding: 8px 10px 8px 20px;
  cursor: pointer;
}
/* line 1144, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper {
  display: none;
}
@media (max-width: 767px) {
  /* line 1144, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper {
    display: block;
    width: 100%;
  }
}
/* line 1151, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
/* line 1155, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter ul li {
  border-radius: 4px;
  border: 1px solid #CBCBCB;
  padding: 0px 5px;
  color: #757575;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
  margin-bottom: 10px;
  width: 40%;
}
/* line 1169, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter ul li:nth-child(1) {
  border: none;
  padding: 0;
  width: 11%;
  text-align: left;
  margin-right: 0;
}
/* line 1184, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter .stateselectedm, .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter .branchselectedm, .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter .instituteselectedm {
  background: #00B0F5;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 29px 0px 8px;
  gap: 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-image: url("../../../../themes/classroom/images/radix-icons_cross-2.png");
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
  display: none;
  border: 1px solid #00B0F5;
  width: auto;
}
/* line 1203, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0px;
  z-index: 999;
  background: #ffffff;
  display: none;
  width: 100%;
  box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.17);
  padding: 40px 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* line 1204, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .header-cover-mobile {
  height: 90px;
}
/* line 1221, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .season_tabs {
  position: relative;
  clear: both;
  margin: 12px 0;
  height: 100vh;
  background: #EEE;
}
/* line 1229, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .season_tab {
  display: flex;
}
/* line 1233, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .season_tab label {
  background: #eee;
  padding: 11px;
  border: 1px solid #E2E2E2;
  margin-left: -1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  left: 1px;
  height: 40px;
  display: table-cell;
  width: 33%;
  cursor: pointer;
}
/* line 1249, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .season_tab [type=radio] {
  display: none;
}
/* line 1252, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .season_content {
  position: absolute;
  top: 0;
  background: white;
  right: 0;
  bottom: 0;
  border: 1px solid #E2E2E2;
  width: 67%;
}
/* line 1262, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .season_content span {
  animation: 0.5s ease-out 0s 1;
}
/* line 1265, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter [type=radio]:checked ~ label {
  background: white;
  color: #00B0F5;
  z-index: 2;
  width: 33%;
}
/* line 1271, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter [type=radio]:checked ~ label ~ .season_content {
  z-index: 1;
}
/* line 1275, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .predictor_filter-mobile ul {
  height: 500px;
  overflow: scroll;
}
/* line 1278, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .predictor_filter-mobile ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  border: 1px solid #E2E2E2;
  padding: 8px 10px 8px 20px;
  border-top: none;
  border-left: none;
  cursor: pointer;
}
/* line 1291, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .filter-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0px 17px;
}
/* line 1298, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .filter-heading img {
  width: 11px;
}
/* line 1301, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .filter-heading h2 {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
/* line 1307, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .filter-heading p {
  font-size: 14px;
  color: #AFAFAF;
  font-weight: 500;
  margin-bottom: 0;
  cursor: pointer;
}
/* line 1335, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .close-apply-panel {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 999;
}
/* line 1341, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .close-apply-panel .close-button {
  background: #333;
  width: 33%;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding: 8px 16px;
  color: #fff;
  height: 36px;
  cursor: pointer;
}
/* line 1353, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .close-apply-panel .apply-button {
  width: 67%;
  padding: 8px 16px;
  background: #00B0F5;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #fff;
  height: 36px;
  cursor: pointer;
}
/* line 1371, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box {
  width: 438px;
  border-radius: 8px;
  min-height: 350px;
  max-height: 400px;
  background: #FFF;
  box-shadow: 0px 2px 12px 0px rgba(15, 15, 15, 0.08);
  padding: 16px 16px 10px 16px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1371, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
}
/* line 1386, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-img {
  position: relative;
}
@media (max-width: 767px) {
  /* line 1388, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-img img {
    width: 100%;
  }
}
/* line 1393, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-img .clg-rank {
  position: absolute;
  bottom: 12px;
  left: 10px;
  background: #fff;
  padding: 1px 6px;
  border-radius: 4px;
}
/* line 1403, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-img .clg-rank p {
  font-family: 'Roboto';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  line-height: 21px;
  color: #545454;
}
@media (max-width: 767px) {
  /* line 1403, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-img .clg-rank p {
    font-size: 10px;
    padding: 0px 1px;
    line-height: 19px;
  }
}
/* line 1416, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-img .clg-rank p span {
  color: #D29822;
}
/* line 1422, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-details {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  /* line 1422, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-details {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
/* line 1429, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-details h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #333;
  line-height: 19px;
}
@media (max-width: 767px) {
  /* line 1429, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-details h4 {
    font-size: 14px;
    height: auto;
  }
}
/* line 1442, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-details p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #757575;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  /* line 1442, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-details p {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
/* line 1454, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .sticty-clg-heading {
  position: sticky;
  top: 0px;
  background: #fff;
  padding-bottom: 1px;
  min-height: 47px;
  max-height: 80px;
}
/* line 1464, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .sticty-clg-heading-single_line {
  padding-top: 12px;
}
@media (max-width: 767px) {
  /* line 1464, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .sticty-clg-heading-single_line {
    padding-top: 0px;
  }
}
/* line 1470, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .mb-0 {
  margin-bottom: 0px !important;
}
/* line 1473, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .view-all-br {
  border-radius: 4px;
  border: 1px solid var(--Grey-20, #EEE);
  background: var(--White, #FFF);
  padding: 10px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  /* line 1473, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .view-all-br {
    padding: 6px 10px;
    margin-bottom: 12px;
  }
}
/* line 1483, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .view-all-br h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #333;
  margin: 0px;
  line-height: 19px;
}
@media (max-width: 767px) {
  /* line 1483, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .view-all-br h6 {
    font-size: 12px;
  }
}
/* line 1494, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .view-all-br p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #757575;
  margin: 0px;
  line-height: 18px;
}
@media (max-width: 767px) {
  /* line 1494, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .view-all-br p {
    font-size: 10px;
    font-weight: 500;
  }
}
/* line 1507, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .hide-data {
  overflow-y: hidden;
  max-height: 0px;
}
/* line 1511, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .min-height-liting {
  min-height: 86px;
}
/* line 1514, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .shift-to-top {
  position: relative;
  background-color: white;
  z-index: 3;
}
/* line 1519, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .pull-up {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: white;
  transition-property: height;
  transition-duration: 0;
  transition-timing-function: linear;
  transition-delay: 1s;
}
/* line 1529, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .full-data {
  overflow-y: auto;
  height: 250px;
  min-height: 80px;
}
/* line 1533, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .full-data::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  /* line 1529, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .full-data {
    max-height: 204px;
  }
}
/* line 1540, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-button {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
@media (max-width: 767px) {
  /* line 1540, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-button {
    display: block;
  }
}
/* line 1549, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-button .branch-btn {
  border-radius: 4px;
  border: 1px solid #CBCBCB;
  background: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #545454;
  padding: 16px;
  width: 195px;
  text-align: center;
  cursor: pointer;
  margin-right: 15px;
}
@media (max-width: 767px) {
  /* line 1549, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-button .branch-btn {
    font-size: 14px;
    width: 100%;
    padding: 10px;
  }
}
/* line 1567, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-button .branch-btn:hover {
  background: #E5F6FF;
  border: 1px solid #00B0F5;
  color: #00B0F5;
}
/* line 1573, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-button .full-branch-btn {
  border-radius: 4px;
  border: 1px solid #CBCBCB;
  background: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #545454;
  padding: 16px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 1573, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-button .full-branch-btn {
    font-size: 14px;
    width: 100%;
    padding: 10px;
  }
}
/* line 1591, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-button .clg-btn {
  border-radius: 4px;
  border: 1px solid #00B0F5;
  background: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #00B0F5;
  padding: 16px;
  width: 195px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 1591, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-button .clg-btn {
    font-size: 14px;
    width: 100%;
    display: block;
    margin-top: 10px;
    padding: 10px;
  }
}
/* line 1609, ../sass/jee_main_adv.scss */
.college-listing-wrapper .section-filter-listing .section-college-listing .listing-box .clg-button .clg-btn:hover {
  background: #00B0F5;
  color: #fff;
  border: 1px solid #00B0F5;
}
/* line 1620, ../sass/jee_main_adv.scss */
.college-listing-wrapper .predictor-not-found {
  padding: 30px;
  width: 75%;
  margin: 0px auto;
}
@media (max-width: 767px) {
  /* line 1620, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .predictor-not-found {
    padding: 25px 0;
    width: 100%;
    margin: 0px auto;
  }
}
/* line 1630, ../sass/jee_main_adv.scss */
.college-listing-wrapper .predictor-not-found .not-found-section {
  width: 100%;
}
/* line 1633, ../sass/jee_main_adv.scss */
.college-listing-wrapper .predictor-not-found .not-found-section img {
  margin: 0px auto;
  display: block;
  width: 270px;
}
@media (max-width: 767px) {
  /* line 1633, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .predictor-not-found .not-found-section img {
    width: 200px;
  }
}
/* line 1642, ../sass/jee_main_adv.scss */
.college-listing-wrapper .predictor-not-found h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #333;
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 1642, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .predictor-not-found h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 1656, ../sass/jee_main_adv.scss */
.college-listing-wrapper .predictor-not-found h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #008DC4;
  margin: 0;
  margin-top: 0px;
}
@media (max-width: 767px) {
  /* line 1656, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .predictor-not-found h5 {
    font-size: 12px;
    line-height: 20px;
  }
}
/* line 1670, ../sass/jee_main_adv.scss */
.college-listing-wrapper .predictor-not-found .gobckbtn-rank {
  text-align: center;
  background: #008DC4;
  width: 30%;
  margin: 0px auto;
  width: 375px;
  height: 48px;
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 5px;
}
/* line 1682, ../sass/jee_main_adv.scss */
.college-listing-wrapper .predictor-not-found .gobckbtn-rank a {
  color: #fff;
  width: 100%;
  height: 48px;
  line-height: 48px;
}
@media (max-width: 767px) {
  /* line 1670, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .predictor-not-found .gobckbtn-rank {
    text-align: center;
    background: #008DC4;
    width: 30%;
    margin: 0px auto;
    margin-top: 0px;
    width: 80%;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    margin-top: 10px;
  }
}
/* line 1705, ../sass/jee_main_adv.scss */
.college-listing-wrapper .predictor-not-found p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #757575;
  line-height: 30px;
}
/* line 1713, ../sass/jee_main_adv.scss */
.college-listing-wrapper .predictor-not-found p a {
  color: #00B0F5;
  text-decoration-line: underline;
}
@media (max-width: 767px) {
  /* line 1705, ../sass/jee_main_adv.scss */
  .college-listing-wrapper .predictor-not-found p {
    font-size: 11px;
    line-height: 18px;
    margin-top: 20px;
  }
}

/*neet rank predictor css start*/
/* line 1728, ../sass/jee_main_adv.scss */
.neet_rp {
  /* 1. Ensure this sits above everything when visible */
  /* 1. Ensure this sits above everything when visible */
}
/* line 1729, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section {
  margin-top: 30px;
}
/* line 1732, ../sass/jee_main_adv.scss */
.neet_rp .top-clg {
  height: auto !important;
  margin-bottom: 0px !important;
}
/* line 1736, ../sass/jee_main_adv.scss */
.neet_rp .top_section {
  background: linear-gradient(88deg, rgba(1, 110, 182, 0.8) -4.06%, rgba(34, 145, 219, 0.8) 51.27%, rgba(1, 110, 182, 0.8) 106.01%);
  padding: 10px;
  margin-bottom: 30px;
  height: 377px;
  transition: 1s ease height;
}
@media (max-width: 767px) {
  /* line 1736, ../sass/jee_main_adv.scss */
  .neet_rp .top_section {
    margin-bottom: 144px;
    padding: 10px 0;
  }
}
/* line 1747, ../sass/jee_main_adv.scss */
.neet_rp .top_section .breadcrumb-jee-block p {
  color: #fff;
  margin-bottom: 16px;
  font-size: 12px;
}
/* line 1751, ../sass/jee_main_adv.scss */
.neet_rp .top_section .breadcrumb-jee-block p img {
  vertical-align: text-top;
}
@media (max-width: 767px) {
  /* line 1751, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .breadcrumb-jee-block p img {
    width: 11px;
  }
}
@media (max-width: 767px) {
  /* line 1747, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .breadcrumb-jee-block p {
    font-size: 8px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.12px;
  }
}
/* line 1763, ../sass/jee_main_adv.scss */
.neet_rp .top_section .breadcrumb-jee-block p a {
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 1763, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .breadcrumb-jee-block p a {
    margin-right: 4px;
    margin-left: 4px;
  }
}
@media (max-width: 767px) {
  /* line 1770, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .breadcrumb-jee-block p .m-bread {
    margin-right: 4px;
    margin-left: 4px;
  }
}
/* line 1779, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_form_section {
  display: flex;
  margin-top: 32px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 1779, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_form_section {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }
}
/* line 1788, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_form_section .banner_section {
  padding: 0 0px;
  margin-top: 32px;
  width: 617px;
}
@media (max-width: 767px) {
  /* line 1788, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_form_section .banner_section {
    padding: 0 0px;
    width: 100%;
    margin-top: 0px;
  }
}
/* line 1798, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_form_section .banner_section h1 {
  color: #ffffff;
  font-size: 32px;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 1798, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_form_section .banner_section h1 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 1809, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_form_section .banner_section p {
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  margin-bottom: 53px;
}
@media (max-width: 767px) {
  /* line 1809, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_form_section .banner_section p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 18px;
    color: #eee;
    font-weight: 500;
  }
}
/* line 1824, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_form_section .banner_section .fomo-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #E5F6FF;
  padding: 7px;
  border-radius: 10px;
  margin-bottom: 20px;
  max-width: 483px;
  width: 500px;
  margin-top: -18px;
}
@media (max-width: 767px) {
  /* line 1824, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_form_section .banner_section .fomo-section {
    margin-bottom: 15px;
    width: 100%;
    margin-top: 5px;
  }
}
/* line 1840, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_form_section .banner_section .fomo-section .d-none {
  display: block;
}
@media (max-width: 767px) {
  /* line 1840, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_form_section .banner_section .fomo-section .d-none {
    display: none;
  }
}
/* line 1846, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_form_section .banner_section .fomo-section .m-none {
  display: none;
}
@media (max-width: 767px) {
  /* line 1846, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_form_section .banner_section .fomo-section .m-none {
    display: block;
  }
}
/* line 1852, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_form_section .banner_section .fomo-section p {
  margin: 0px;
  color: #008DC4;
  text-align: left;
  margin-left: 23px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  /* line 1852, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_form_section .banner_section .fomo-section p {
    font-size: 11px;
    font-weight: 600;
    line-height: 14.55px;
  }
}
/* line 1868, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_section-college-listing {
  padding: 0 31px;
}
@media (max-width: 767px) {
  /* line 1868, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_section-college-listing {
    padding: 0 0px;
  }
}
/* line 1873, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_section-college-listing h1 {
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  /* line 1873, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_section-college-listing h1 {
    font-size: 16px;
    text-align: center;
  }
}
/* line 1885, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_section-college-listing p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  /* line 1885, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_section-college-listing p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 00px;
  }
}
/* line 1897, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_section-college-listing h6 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  /* line 1897, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_section-college-listing h6 {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 17px;
    margin-top: 17px;
    line-height: 16px;
  }
}
/* line 1912, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_section-college-listing h6 span {
  background: #FFF6E3;
  padding: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #D29822;
  border-radius: 4px;
}
@media (max-width: 767px) {
  /* line 1912, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_section-college-listing h6 span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 6px;
  }
}
/* line 1927, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_section-college-listing ul {
  display: block;
  margin: 0px auto;
  background-color: #E5F6FF;
  border-radius: 4px;
  width: 61%;
  padding-left: 29px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 1927, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_section-college-listing ul {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 1927, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_section-college-listing ul {
    width: 100%;
  }
}
/* line 1943, ../sass/jee_main_adv.scss */
.neet_rp .top_section .banner_section-college-listing ul li {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 21px;
  list-style: disc;
}
@media (max-width: 767px) {
  /* line 1943, ../sass/jee_main_adv.scss */
  .neet_rp .top_section .banner_section-college-listing ul li {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }
}
/* line 1958, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper {
  transition: 1s ease height;
  padding: 0px;
  position: relative;
  width: 400px;
}
@media (max-width: 767px) {
  /* line 1958, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper {
    height: 279px;
    margin-bottom: 163px;
    width: 100%;
    padding: 0px;
  }
}
/* line 1972, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section {
  width: 400px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  transition: 1s ease height;
  margin: 0px auto;
  z-index: 9;
  position: absolute;
}
@media (max-width: 767px) {
  /* line 1972, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section {
    padding: 20px;
    width: 100%;
  }
}
/* line 1986, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section span.error {
  position: absolute;
  font-size: 11px;
  color: #DC2804;
  padding: 0;
}
/* line 1991, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section span.error#marksError {
  bottom: -16px;
}
@media (max-width: 767px) {
  /* line 1991, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section span.error#marksError {
    bottom: -16px;
  }
}
/* line 1998, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .sub-heading-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 1998, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .sub-heading-form {
    margin-bottom: 18px;
  }
}
/* line 2006, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .sub-heading-form p {
  font-size: 20px;
  font-weight: 600;
  color: #545454;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 2006, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .sub-heading-form p {
    font-size: 14px;
  }
}
/* line 2015, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .sub-heading-form h6 {
  font-size: 14px;
  font-weight: 500;
  color: #00B0F5;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 2015, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .sub-heading-form h6 {
    font-size: 10px;
  }
}
/* line 2023, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .sub-heading-form h6 a {
  color: #00B0F5;
}
/* line 2027, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .sub-heading-form .how-que-icon {
  background: #00B0F5;
  color: #fff;
  border-radius: 20px;
  padding: 1px 5px;
  font-size: 10px;
}
/* line 2035, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .jee-marks-perc-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  position: relative;
}
/* line 2040, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .jee-marks-perc-section input[type="text"] {
  width: 163px;
}
@media (max-width: 767px) {
  /* line 2040, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .jee-marks-perc-section input[type="text"] {
    width: 100%;
  }
}
/* line 2053, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .jee-marks-perc-section .form-group {
  position: relative;
}
/* line 2055, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .jee-marks-perc-section .form-group p {
  position: absolute;
  right: 10px;
  top: 40px;
}
/* line 2062, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .jee-marks-perc-section .or-mp p {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #AFAFAF;
  margin-bottom: 0;
  padding-top: 7px;
}
@media (max-width: 767px) {
  /* line 2062, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .jee-marks-perc-section .or-mp p {
    font-size: 12px;
  }
}
/* line 2076, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 2076, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group {
    margin-bottom: 20px;
  }
}
/* line 2082, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group ::placeholder {
  color: #545454;
  opacity: 1;
  font-weight: 400;
}
/* line 2083, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .jee-country {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  position: relative;
}
/* line 2087, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .jee-country input[type="number"] {
  width: 100%;
  background: #fff;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Roboto';
  -moz-appearance: textfield;
  padding-left: 65px !important;
}
@media (max-width: 767px) {
  /* line 2087, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group .jee-country input[type="number"] {
    height: 42px !important;
    font-size: 12px;
    padding-left: 44px;
  }
}
/* line 2105, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .jee-country input::-webkit-outer-spin-button,
.neet_rp #form-wrapper .jee-form-section .form-group .jee-country input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 2110, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .jee-country .otp-verified-tick {
  position: absolute;
  right: 8px;
  top: 11px;
}
/* line 2114, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .jee-country .otp-verified-tick img {
  width: 22px;
}
/* line 2118, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .jee-country .edit-number {
  position: absolute;
  right: 8px;
  top: 11px;
  cursor: pointer;
}
/* line 2123, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .jee-country .edit-number img {
  width: 22px;
}
/* line 2127, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .jee-country .countrycode-form {
  position: absolute;
  top: 12px;
  left: 19px;
}
/* line 2137, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .jee-country .countrycode-form p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #545454;
}
@media (max-width: 767px) {
  /* line 2137, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group .jee-country .countrycode-form p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 2127, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group .jee-country .countrycode-form {
    padding: 1px 0 0px 3px;
  }
}
/* line 2151, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group label {
  color: #545454;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: none;
}
@media (max-width: 767px) {
  /* line 2151, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group label {
    font-size: 12px;
  }
}
/* line 2161, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group input[type="text"], .neet_rp #form-wrapper .jee-form-section .form-group input[type="number"] {
  height: 42px !important;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  padding: 15px 20px !important;
  margin-top: 0px;
  color: #333;
  font-weight: 500;
  -moz-appearance: textfield;
  font-size: 16px;
}
@media (max-width: 767px) {
  /* line 2161, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group input[type="text"], .neet_rp #form-wrapper .jee-form-section .form-group input[type="number"] {
    height: 42px !important;
    font-size: 12px;
  }
}
/* line 2177, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group input::-webkit-outer-spin-button,
.neet_rp #form-wrapper .jee-form-section .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 2182, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group select {
  height: 42px !important;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  padding: 7px 20px !important;
  margin-top: 10px;
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  /* line 2182, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group select {
    height: 42px !important;
    font-size: 12px;
  }
}
/* line 2196, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group #contactNumberError {
  padding-top: 2px;
}
/* line 2199, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group select:required:invalid {
  color: #545454;
  font-weight: 400;
}
/* line 2203, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group option[value=""][disabled] {
  display: none;
}
/* line 2206, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group option {
  color: #333;
}
/* line 2209, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .opt-disabled-neet {
  color: #AFAFAF;
}
/* line 2216, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .resend-otp {
  font-size: 14px;
  line-height: 29px;
  font-weight: 500;
  color: #545454;
  margin-top: 15px;
}
@media (max-width: 767px) {
  /* line 2216, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group .resend-otp {
    font-size: 10px;
  }
}
/* line 2225, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .resend-otp #timer {
  color: #00B0F5;
}
/* line 2229, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group #otpError {
  margin-bottom: 8px;
  position: absolute;
  font-size: 11px;
  color: #DC2804 !important;
  padding: 0;
}
/* line 2236, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group #otpErrorSuccess {
  position: absolute;
  font-size: 11px;
  color: #DC2804;
  padding: 0;
  margin-top: 6px;
}
/* line 2243, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .resend-otpbtn {
  margin-top: 19px;
}
/* line 2245, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .resend-otpbtn #resendNeetOtp {
  color: #00B0F5;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 2245, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group .resend-otpbtn #resendNeetOtp {
    font-size: 10px;
  }
}
/* line 2254, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .otp-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 4px;
  text-align: center;
}
/* line 2258, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .otp-container input[type="text"] {
  width: 45px;
  height: 45px !important;
  margin-right: 10px;
  text-align: center;
  -moz-appearance: textfield;
  margin-top: 10px;
  padding: 0px !important;
}
@media (max-width: 767px) {
  /* line 2258, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group .otp-container input[type="text"] {
    width: 38px;
    height: 38px !important;
    padding: 0;
  }
}
/* line 2272, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .otp-container input::-webkit-outer-spin-button,
.neet_rp #form-wrapper .jee-form-section .form-group .otp-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 2279, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .gender-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}
/* line 2282, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .gender-section .form-check-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 2283, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .gender-section .form-check-inline label {
  margin-bottom: 0;
  color: #757575;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  /* line 2283, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group .gender-section .form-check-inline label {
    font-size: 13px;
  }
}
/* line 2295, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .gender-section .me-0 {
  margin-right: 50px;
}
/* line 2298, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .gender-section .custom-radio[type="radio"] {
  appearance: none;
  border: 1px solid #d3d3d3;
  width: 24px;
  height: 24px;
  content: none;
  outline: none;
  border-radius: 8px;
  margin: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  /* line 2298, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group .gender-section .custom-radio[type="radio"] {
    width: 20px;
    height: 20px;
  }
}
/* line 2314, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .gender-section .custom-radio[type="radio"]:checked {
  appearance: none;
  border-radius: 8px;
  outline: none;
  padding: 0;
  content: none;
  border: 1px solid #00B0F5;
  width: 24px;
  height: 24px;
  padding: 1px;
}
@media (max-width: 767px) {
  /* line 2314, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group .gender-section .custom-radio[type="radio"]:checked {
    width: 20px;
    height: 20px;
  }
}
/* line 2330, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-group .gender-section .custom-radio[type="radio"]:checked::before {
  position: absolute;
  background: #00B0F5;
  accent-color: blue;
  border-radius: 6px;
  color: white !important;
  content: "\00A0\2713\00A0" !important;
  font-weight: bolder;
  font-size: 14px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  /* line 2330, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-group .gender-section .custom-radio[type="radio"]:checked::before {
    width: 16px;
    height: 16px;
    font-size: 11px;
  }
}
/* line 2350, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .jee-form-btn button {
  width: 100%;
  background: #00B0F5;
  border-radius: 5px;
  height: 48px;
  padding: 8px 16px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 767px) {
  /* line 2350, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .jee-form-btn button {
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    margin-top: 20px;
  }
}
/* line 2366, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .jee-form-btn button:hover {
  color: #fff;
  border: none;
}
/* line 2370, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .jee-form-btn button:disabled {
  cursor: not-allowed;
  background: #EDEDED;
  color: #AFAFAF;
}
/* line 2379, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .jee-form-btn-next button {
  width: 100%;
  background: #00B0F5;
  border-radius: 5px;
  height: 48px;
  padding: 8px 16px;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 767px) {
  /* line 2379, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .jee-form-btn-next button {
    font-size: 12px;
    font-weight: 500;
    height: 36px;
  }
}
/* line 2394, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .jee-form-btn-next button:hover {
  color: #fff;
  border: none;
}
/* line 2398, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .jee-form-btn-next button:disabled {
  cursor: not-allowed;
  background: #EDEDED;
  color: #AFAFAF;
}
/* line 2407, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-tnc-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 0px;
}
/* line 2411, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-tnc-section label {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  width: 90%;
}
/* line 2416, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-tnc-section label a {
  color: #00B0F5;
}
@media (max-width: 767px) {
  /* line 2411, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-tnc-section label {
    font-size: 10px;
    line-height: 16px;
  }
}
/* line 2424, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-tnc-section .custom-radio[type="checkbox"] {
  appearance: none;
  border: 1px solid #d3d3d3;
  width: 24px;
  height: 24px;
  content: none;
  outline: none;
  border-radius: 8px;
  margin: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  /* line 2424, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-tnc-section .custom-radio[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 6px;
  }
}
/* line 2441, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-tnc-section .custom-radio[type="checkbox"]:checked {
  appearance: none;
  border-radius: 8px;
  outline: none;
  padding: 0;
  content: none;
  border: 1px solid #00B0F5;
  width: 24px;
  height: 24px;
  padding: 1px;
}
@media (max-width: 767px) {
  /* line 2441, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-tnc-section .custom-radio[type="checkbox"]:checked {
    width: 20px;
    height: 20px;
    padding: 0px;
    border-radius: 6px;
  }
}
/* line 2459, ../sass/jee_main_adv.scss */
.neet_rp #form-wrapper .jee-form-section .form-tnc-section .custom-radio[type="checkbox"]:checked::before {
  position: absolute;
  background: #00B0F5;
  accent-color: blue;
  border-radius: 6px;
  color: white !important;
  content: "\00A0\2713\00A0" !important;
  font-weight: bolder;
  font-size: 14px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  /* line 2459, ../sass/jee_main_adv.scss */
  .neet_rp #form-wrapper .jee-form-section .form-tnc-section .custom-radio[type="checkbox"]:checked::before {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    font-size: 13px;
  }
}
/* line 2483, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section {
  margin-bottom: 30px;
}
/* line 2486, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section ul {
  list-style: disc;
  padding-left: 10px;
}
/* line 2490, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section ul li {
  font-size: 16px;
  color: #333;
  line-height: 25.4px;
}
/* line 2494, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section ul li strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 2490, ../sass/jee_main_adv.scss */
  .neet_rp .main-wrapper-section .sub-section ul li {
    font-size: 12px;
    color: #333;
    line-height: 20.4px;
  }
}
/* line 2505, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section h3 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 17px;
}
@media (max-width: 767px) {
  /* line 2505, ../sass/jee_main_adv.scss */
  .neet_rp .main-wrapper-section .sub-section h3 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
    padding: 0 20px;
    line-height: 21px;
  }
}
/* line 2525, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section h6 {
  font-size: 12px;
  color: #333;
  margin-bottom: 8px;
  font-weight: normal;
  margin-top: 0;
}
/* line 2533, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section p {
  font-size: 16px;
  color: #333;
  line-height: 23px;
}
@media (max-width: 767px) {
  /* line 2533, ../sass/jee_main_adv.scss */
  .neet_rp .main-wrapper-section .sub-section p {
    font-size: 12px;
    color: #333;
    line-height: 20.4px;
    font-weight: 400;
  }
}
/* line 2547, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section .faq-jee {
  padding-bottom: 3.5rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 2547, ../sass/jee_main_adv.scss */
  .neet_rp .main-wrapper-section .sub-section .faq-jee {
    padding-bottom: 3rem;
  }
}
/* line 2555, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section .faq-jee p {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 2555, ../sass/jee_main_adv.scss */
  .neet_rp .main-wrapper-section .sub-section .faq-jee p {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0;
  }
}
/* line 2567, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section .faq-jee .views-row {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  /* line 2567, ../sass/jee_main_adv.scss */
  .neet_rp .main-wrapper-section .sub-section .faq-jee .views-row {
    margin-bottom: 10px;
  }
}
/* line 2575, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section .faq-jee .views-field-body {
  padding: 20px;
  border: 1px solid #dadada;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
  background: #ffff;
}
/* line 2585, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section .faq-jee .views-field-body .field-content p {
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 20.4px;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 767px) {
  /* line 2585, ../sass/jee_main_adv.scss */
  .neet_rp .main-wrapper-section .sub-section .faq-jee .views-field-body .field-content p {
    font-size: 12px;
  }
}
/* line 2599, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section .faq-jee .class-faq-que-ans .views-row:first-child .views-field-body {
  display: block;
}
/* line 2603, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section .faq-jee .class-faq-que-ans h2 {
  width: 100%;
  cursor: pointer;
  margin: 0px;
  background: #E5F6FF;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #545454;
  font-weight: 500;
  position: relative;
  padding: 13px 15px;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
@media (max-width: 767px) {
  /* line 2603, ../sass/jee_main_adv.scss */
  .neet_rp .main-wrapper-section .sub-section .faq-jee .class-faq-que-ans h2 {
    width: 100%;
    cursor: pointer;
    margin: 0px;
    background: #E5F6FF;
    font-size: 12px;
    line-height: 1.2;
    color: #545454;
    font-weight: 600;
    position: relative;
    padding: 18px 32px 18px 15px;
    border: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
  }
}
/* line 2636, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section .faq-jee .class-faq-que-ans h2:before {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: none;
}
/* line 2655, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section .faq-jee .class-faq-que-ans h2:after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: auto;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out, -moz-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -moz-transform .2s ease-in-out;
}
/* line 2684, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section .faq-jee .class-faq-que-ans h2.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 2689, ../sass/jee_main_adv.scss */
.neet_rp .main-wrapper-section .sub-section .faq-jee .class-faq-que-ans h2.active:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: absolute;
  top: 35%;
  background-position: inherit;
}
/* line 2703, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .na-noteligible {
  background: #F5F5F5;
  border-radius: 16px;
  padding: 24px;
  width: 50%;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  /* line 2703, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .na-noteligible {
    width: 100%;
    padding: 10px;
    margin: 16px auto 0;
    border-radius: 8px;
  }
}
/* line 2716, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .na-noteligible h4 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  /* line 2716, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .na-noteligible h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
/* line 2728, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .na-noteligible h4 a {
  color: #008DC4;
  text-decoration-line: underline;
}
/* line 2733, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .na-noteligible p {
  font-size: 18px;
  color: #545454;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  /* line 2733, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .na-noteligible p {
    font-size: 14px;
    line-height: 21px;
  }
}
/* line 2743, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .na-noteligible p a {
  color: #008DC4;
  text-decoration-line: underline;
}
/* line 2750, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .subheading p {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 2750, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .subheading p {
    font-size: 12px;
    font-weight: 500;
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  /* line 2750, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .subheading p {
    font-size: 12px;
  }
}
/* line 2766, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 767px) {
  /* line 2766, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing {
    flex-wrap: wrap;
  }
}
/* line 2773, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper {
  width: 28%;
  border-radius: 8px;
  background: none;
  box-shadow: none;
  padding: 0px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 2773, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 2773, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper {
    width: 50%;
  }
}
/* line 2786, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .filter-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
/* line 2793, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .filter-heading img {
  width: 16px;
}
/* line 2796, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .filter-heading h2 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
/* line 2802, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .filter-heading p {
  font-size: 16px;
  color: #AFAFAF;
  font-weight: 500;
  margin-bottom: 0;
  cursor: pointer;
}
/* line 2811, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .selected-filter-section ul {
  display: flex;
  flex-flow: wrap;
}
/* line 2814, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .selected-filter-section ul li {
  background: #00B0F5;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 31px 4px 11px;
  gap: 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-image: url("../../../../themes/classroom/images/radix-icons_cross-2.png");
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
  display: none;
}
/* line 2832, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .predictor_filter {
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  padding: 9.8px 10px;
  margin-bottom: 20px;
}
/* line 2837, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .predictor_filter h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
  margin-top: 4px;
}
/* line 2844, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .predictor_filter .accordion-filter {
  display: flex;
  justify-content: space-between;
}
/* line 2847, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .predictor_filter .accordion-filter .arrow-filter, .neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .predictor_filter .accordion-filter .arrow-filterspec, .neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .predictor_filter .accordion-filter .arrow-filterintut, .neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .predictor_filter .accordion-filter .arrow-filtersort {
  cursor: pointer;
  height: 25px;
}
/* line 2852, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .predictor_filter ul {
  overflow-y: scroll;
  height: auto;
  margin-top: 14px;
}
/* line 2856, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .predictor_filter ul#statelist {
  overflow-y: scroll;
  height: 207px;
  margin-top: 14px;
}
/* line 2860, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .predictor_filter ul#statelist::-webkit-scrollbar {
  display: none;
}
/* line 2863, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .predictor_filter ul#statelist li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #545454;
  border: 1px solid #E2E2E2;
  padding: 8px 10px 8px 20px;
  cursor: pointer;
}
/* line 2875, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .instituetype-filter {
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
/* line 2880, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .instituetype-filter h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
  margin-top: 4px;
}
/* line 2887, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .instituetype-filter ul {
  overflow-y: scroll;
  cursor: pointer;
}
/* line 2890, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .instituetype-filter ul::-webkit-scrollbar {
  display: none;
}
/* line 2893, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .filter-wrapper .instituetype-filter ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #545454;
  border: 1px solid #E2E2E2;
  padding: 8px 10px 8px 20px;
  cursor: pointer;
}
/* line 2906, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper {
  display: none;
}
@media (max-width: 767px) {
  /* line 2906, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper {
    display: block;
    width: 100%;
  }
}
/* line 2913, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter ul {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 10px;
  scroll-padding: 48px;
  padding-bottom: 10px;
}
/* line 2923, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter ul ::-webkit-scrollbar {
  display: none;
}
/* line 2926, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter ul li {
  display: inline;
  border-radius: 4px;
  border: 1px solid #CBCBCB;
  padding: 0px 10px;
  color: #757575;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  margin-right: 0px;
  cursor: pointer;
  margin-bottom: 10px;
  width: 40%;
  height: 28px;
}
/* line 2942, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter ul li:nth-child(1) {
  border: none;
  padding: 0;
  width: 11%;
  text-align: left;
  margin-right: 2px;
  line-height: 40px;
  margin-bottom: 0;
}
/* line 2959, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter .stateselectedm, .neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter .branchselectedm, .neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter .instituteselectedm, .neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter .specialisationselectedm, .neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .predictor-filter .sortbyselectedm {
  background: #00B0F5;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 29px 0px 8px;
  gap: 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 0px;
  background-image: url("../../../../themes/classroom/images/radix-icons_cross-2.png");
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
  display: none;
  border: 1px solid #00B0F5;
  width: auto;
  height: 28px;
}
/* line 2979, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0px;
  z-index: 999;
  background: #ffffff;
  display: none;
  width: 100%;
  box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.17);
  padding: 40px 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* line 2980, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .header-cover-mobile {
  height: 84px;
}
/* line 2997, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .season_tabs {
  position: relative;
  clear: both;
  margin: 12px 0;
  height: 100vh;
  background: #EEE;
}
/* line 3005, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .season_tab {
  display: flex;
}
/* line 3009, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .season_tab label {
  background: #eee;
  padding: 11px;
  border: 1px solid #E2E2E2;
  margin-left: -1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  left: 1px;
  height: 40px;
  display: table-cell;
  width: 33%;
  cursor: pointer;
}
/* line 3025, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .season_tab [type=radio] {
  display: none;
}
/* line 3028, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .season_content {
  position: absolute;
  top: 0;
  background: white;
  right: 0;
  bottom: 0;
  border: 1px solid #E2E2E2;
  width: 67%;
}
/* line 3038, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .season_content span {
  animation: 0.5s ease-out 0s 1;
}
/* line 3041, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter [type=radio]:checked ~ label {
  background: white;
  color: #00B0F5;
  z-index: 2;
  width: 33%;
}
/* line 3047, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter [type=radio]:checked ~ label ~ .season_content {
  z-index: 1;
}
/* line 3051, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .predictor_filter-mobile ul {
  height: 500px;
  overflow: scroll;
}
/* line 3054, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .predictor_filter-mobile ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  border: 1px solid #E2E2E2;
  padding: 8px 10px 8px 20px;
  border-top: none;
  border-left: none;
  cursor: pointer;
}
/* line 3067, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .filter-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0px 17px;
}
/* line 3074, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .filter-heading img {
  width: 11px;
}
/* line 3077, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .filter-heading h2 {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
/* line 3083, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .filter-heading p {
  font-size: 14px;
  color: #AFAFAF;
  font-weight: 500;
  margin-bottom: 0;
  cursor: pointer;
}
/* line 3111, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .close-apply-panel {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 999;
}
/* line 3117, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .close-apply-panel .close-button {
  background: #333;
  width: 33%;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding: 8px 16px;
  color: #fff;
  height: 36px;
  cursor: pointer;
}
/* line 3129, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .mobile-filter-wrapper .mobile-panel-filter .close-apply-panel .apply-button {
  width: 67%;
  padding: 8px 16px;
  background: #00B0F5;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #fff;
  height: 36px;
  cursor: pointer;
}
/* line 3146, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg {
  width: 80%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 3146, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg {
    width: 100%;
    display: block;
  }
}
/* line 3157, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  /* line 3157, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing {
    width: 100%;
    display: block;
  }
}
/* line 3166, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box {
  width: 438px;
  border-radius: 8px;
  min-height: 341.19px;
  max-height: 390px;
  background: #FFF;
  box-shadow: 0px 2px 12px 0px rgba(15, 15, 15, 0.08);
  padding: 16px 16px 10px 16px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 3166, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
}
/* line 3181, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-img {
  position: relative;
}
@media (max-width: 767px) {
  /* line 3183, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-img img {
    width: 100%;
  }
}
/* line 3188, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-img .clg-rank {
  position: absolute;
  bottom: 12px;
  left: 10px;
  background: #fff;
  padding: 1px 6px;
  border-radius: 4px;
}
/* line 3198, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-img .clg-rank p {
  font-family: 'Roboto';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  line-height: 21px;
  color: #D29822;
}
@media (max-width: 767px) {
  /* line 3198, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-img .clg-rank p {
    font-size: 10px;
    padding: 0px 1px;
    line-height: 19px;
  }
}
/* line 3211, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-img .clg-rank p span {
  color: #D29822;
}
/* line 3216, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-img .clg-year {
  position: absolute;
  bottom: 12px;
  right: 10px;
  background: #fff;
  padding: 1px 6px;
  border-radius: 4px;
}
/* line 3226, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-img .clg-year p {
  font-family: 'Roboto';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  line-height: 21px;
  color: #545454;
}
@media (max-width: 767px) {
  /* line 3226, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-img .clg-year p {
    font-size: 10px;
    padding: 0px 1px;
    line-height: 19px;
  }
}
/* line 3242, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-details {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  /* line 3242, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-details {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
/* line 3250, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-details h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #333;
  line-height: 19px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  /* line 3250, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-details h4 {
    font-size: 14px;
    height: auto;
  }
}
/* line 3264, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-details p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #757575;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  /* line 3264, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-details p {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
/* line 3278, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .mb-0 {
  margin-bottom: 0px !important;
}
/* line 3281, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .view-all-br {
  border-radius: 4px;
  border: 1px solid var(--Grey-20, #EEE);
  background: var(--White, #FFF);
  padding: 10px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  /* line 3281, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .view-all-br {
    padding: 6px 10px;
    margin-bottom: 12px;
  }
}
/* line 3291, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .view-all-br h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #333;
  margin: 0px;
  line-height: 19px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  /* line 3291, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .view-all-br h6 {
    font-size: 12px;
  }
}
/* line 3303, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .view-all-br p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #545454;
  margin: 0px;
  line-height: 18px;
}
@media (max-width: 767px) {
  /* line 3303, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .view-all-br p {
    font-size: 10px;
    font-weight: 500;
  }
}
/* line 3316, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .hide-data {
  overflow-y: hidden;
  max-height: 0px;
}
/* line 3320, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .min-height-liting {
  min-height: 86px;
}
/* line 3323, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-button {
  margin-top: 16px;
}
@media (max-width: 767px) {
  /* line 3323, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-button {
    display: block;
  }
}
/* line 3332, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-button .branch-btn {
  border-radius: 4px;
  border: 1px solid #CBCBCB;
  background: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #545454;
  padding: 16px;
  width: 195px;
  text-align: center;
  cursor: pointer;
  margin-right: 15px;
}
@media (max-width: 767px) {
  /* line 3332, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-button .branch-btn {
    font-size: 14px;
    width: 100%;
    padding: 10px;
  }
}
/* line 3350, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-button .branch-btn:hover {
  background: #E5F6FF;
  border: 1px solid #00B0F5;
  color: #00B0F5;
}
/* line 3356, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-button .full-branch-btn {
  border-radius: 4px;
  border: 1px solid #CBCBCB;
  background: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #545454;
  padding: 16px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 3356, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-button .full-branch-btn {
    font-size: 14px;
    width: 100%;
    padding: 10px;
  }
}
/* line 3374, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-button .clg-btn {
  border-radius: 4px;
  border: 1px solid #00B0F5;
  background: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #00B0F5;
  padding: 8px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 3374, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-button .clg-btn {
    font-size: 14px;
    width: 100%;
    display: block;
    margin-top: 10px;
    padding: 10px;
  }
}
/* line 3392, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .section-filter-listing .main-section-box-clg .section-college-listing .listing-box .clg-button .clg-btn:hover {
  background: #00B0F5;
  color: #fff;
  border: 1px solid #00B0F5;
}
/* line 3404, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .no-college-found {
  padding: 30px;
  width: 100%;
  margin: 0px auto;
  border-radius: 16px;
}
@media (max-width: 767px) {
  /* line 3404, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .no-college-found {
    padding: 10px 0;
    width: 100%;
    margin: 0px auto;
  }
}
/* line 3415, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .no-college-found .not-found-section {
  width: 100%;
}
/* line 3417, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .no-college-found .not-found-section img {
  margin: 0px auto;
  display: block;
  width: 270px;
}
@media (max-width: 767px) {
  /* line 3417, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .no-college-found .not-found-section img {
    width: 200px;
  }
}
/* line 3426, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .no-college-found h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #333;
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 3426, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .no-college-found h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 3440, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .no-college-found p {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: #757575;
  line-height: 30px;
}
@media (max-width: 767px) {
  /* line 3440, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .no-college-found p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 9px;
  }
}
/* line 3455, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .predictor-not-found {
  padding: 30px;
  width: 100%;
  margin: 0px auto;
  border-radius: 16px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 3455, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .predictor-not-found {
    padding: 10px 10px;
    width: 100%;
    margin: 10px auto;
    border-radius: 10px;
  }
}
/* line 3468, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .predictor-not-found .pre-section {
  width: 48.4%;
  background: #F5F5F5;
  margin: 0px auto;
  border-radius: 10px;
  padding: 24px;
}
@media (max-width: 767px) {
  /* line 3468, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .predictor-not-found .pre-section {
    padding: 10px 10px;
    width: 100%;
    margin: 10px auto;
    border-radius: 10px;
  }
}
/* line 3480, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .predictor-not-found .pre-section h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: #333;
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 3480, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .predictor-not-found .pre-section h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 3494, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .predictor-not-found .pre-section h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #333;
  margin: 0;
  margin-top: 0px;
}
@media (max-width: 767px) {
  /* line 3494, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .predictor-not-found .pre-section h5 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
/* line 3508, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .predictor-not-found .pre-section h5 img {
  width: 19px;
  vertical-align: text-top;
}
@media (max-width: 767px) {
  /* line 3508, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .predictor-not-found .pre-section h5 img {
    width: 13px;
    vertical-align: text-top;
  }
}
/* line 3517, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .predictor-not-found .pre-section .gobckbtn-rank {
  text-align: center;
  background: #00B0F5;
  margin: 0px auto;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
}
/* line 3530, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .predictor-not-found .pre-section .gobckbtn-rank a {
  color: #fff;
  width: 385px;
  height: 48px;
  line-height: 47px;
}
@media (max-width: 767px) {
  /* line 3517, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .predictor-not-found .pre-section .gobckbtn-rank {
    text-align: center;
    background: #00B0F5;
    width: 30%;
    margin: 0px auto;
    margin-top: 0px;
    width: 100%;
    height: 36px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
  }
}
/* line 3555, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .predictor-not-found .pre-section p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  color: #333;
  line-height: 30px;
}
/* line 3563, ../sass/jee_main_adv.scss */
.neet_rp .college-listing-wrapper .predictor-not-found .pre-section p a {
  color: #00B0F5;
  text-decoration-line: underline;
}
@media (max-width: 767px) {
  /* line 3555, ../sass/jee_main_adv.scss */
  .neet_rp .college-listing-wrapper .predictor-not-found .pre-section p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
}
/* line 3577, ../sass/jee_main_adv.scss */
.neet_rp .wrap-role {
  display: block;
  position: relative;
  margin-top: 0px;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 6px 11.8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 3577, ../sass/jee_main_adv.scss */
  .neet_rp .wrap-role {
    margin-top: 21px;
    margin-bottom: 21px;
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0 10px;
  }
}
/* line 3595, ../sass/jee_main_adv.scss */
.neet_rp .wrap-role .js-form-item-field-user-role-switch {
  position: relative;
  display: flex;
  height: 24px;
  margin: initial;
  margin: 0px auto;
  justify-content: center;
}
@media (max-width: 767px) {
  /* line 3595, ../sass/jee_main_adv.scss */
  .neet_rp .wrap-role .js-form-item-field-user-role-switch {
    width: 70%;
    align-items: center;
  }
}
/* line 3607, ../sass/jee_main_adv.scss */
.neet_rp .wrap-role .left {
  font-size: 16px;
  font-weight: 500;
  color: #00B0F5;
}
@media (max-width: 767px) {
  /* line 3607, ../sass/jee_main_adv.scss */
  .neet_rp .wrap-role .left {
    font-size: 12px;
    line-height: 21px;
  }
}
/* line 3617, ../sass/jee_main_adv.scss */
.neet_rp .wrap-role .right {
  display: flex;
  position: relative;
  margin-left: 60px;
  font-size: 16px;
  color: #757575;
  font-weight: 500;
}
@media (max-width: 767px) {
  /* line 3617, ../sass/jee_main_adv.scss */
  .neet_rp .wrap-role .right {
    font-size: 12px;
    line-height: 21px;
  }
}
/* line 3630, ../sass/jee_main_adv.scss */
.neet_rp .wrap-role .slider.round {
  position: absolute;
  width: 40px;
  height: 14px;
  top: 3px;
  background: #CCEFFD;
  border-radius: 102px;
  cursor: pointer;
}
/* line 3643, ../sass/jee_main_adv.scss */
.neet_rp .wrap-role .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: -3px;
  background-color: #00B0F5;
  -webkit-transition: .4s;
  transition: .4s;
}
/* line 3656, ../sass/jee_main_adv.scss */
.neet_rp .wrap-role .slider.round:before {
  border-radius: 50%;
}
/* line 3659, ../sass/jee_main_adv.scss */
.neet_rp .js-form-item-field-user-role-switch {
  position: relative;
  display: flex;
  height: 34px;
  margin: 0 auto;
}
/* line 3666, ../sass/jee_main_adv.scss */
.neet_rp .js-form-item-field-user-role-switch .right {
  display: flex;
  position: relative;
  margin-left: 60px;
}
/* line 3672, ../sass/jee_main_adv.scss */
.neet_rp .js-form-item-field-user-role-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* line 3677, ../sass/jee_main_adv.scss */
.neet_rp .js-form-item-field-user-role-switch input:checked + .slider:before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
/* line 3682, ../sass/jee_main_adv.scss */
.neet_rp .js-form-item-field-user-role-switch input + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* line 3688, ../sass/jee_main_adv.scss */
.neet_rp .js-form-item-field-user-role-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
/* line 3692, ../sass/jee_main_adv.scss */
.neet_rp .js-form-item-field-user-role-switch input:checked + .slider:before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
/* line 3699, ../sass/jee_main_adv.scss */
.neet_rp .perfect-clg-match .perfect-clg-match-section {
  background: #FFF6E3;
  padding: 16px;
  width: 65%;
  margin: 40px auto;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 3699, ../sass/jee_main_adv.scss */
  .neet_rp .perfect-clg-match .perfect-clg-match-section {
    width: 100%;
    margin: 30px auto;
    align-items: end;
    padding: 16px 0px 0px 16px;
    display: block;
  }
}
/* line 3714, ../sass/jee_main_adv.scss */
.neet_rp .perfect-clg-match .perfect-clg-match-section h6 {
  color: #705010;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  line-height: 30px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  /* line 3714, ../sass/jee_main_adv.scss */
  .neet_rp .perfect-clg-match .perfect-clg-match-section h6 {
    font-size: 16px;
  }
}
/* line 3726, ../sass/jee_main_adv.scss */
.neet_rp .perfect-clg-match .perfect-clg-match-section p {
  color: #545454;
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
  font-weight: normal;
}
/* line 3734, ../sass/jee_main_adv.scss */
.neet_rp .perfect-clg-match .perfect-clg-match-section .predict-clgbtn a {
  background: #00B0F5;
  color: #ffff;
  width: 171px;
  height: 36px;
  font-size: 16px;
  display: block;
  text-align: center;
  border-radius: 5px;
  line-height: 36px;
  margin-top: 18px;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 3733, ../sass/jee_main_adv.scss */
  .neet_rp .perfect-clg-match .perfect-clg-match-section .predict-clgbtn {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
/* line 3752, ../sass/jee_main_adv.scss */
.neet_rp .perfect-clg-match .perfect-clg-match-section .mobile-clg {
  display: flex;
  align-items: end;
}
/* line 3869, ../sass/jee_main_adv.scss */
.neet_rp .modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
}
/* line 3878, ../sass/jee_main_adv.scss */
.neet_rp .modal #talk-to-expert-btn {
  display: none;
}
/* line 3882, ../sass/jee_main_adv.scss */
.neet_rp .modal .modal-body {
  position: relative;
  padding: 30px 15px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 3882, ../sass/jee_main_adv.scss */
  .neet_rp .modal .modal-body {
    padding: 30px 0px 0px;
  }
}
/* line 3890, ../sass/jee_main_adv.scss */
.neet_rp .modal.is-visible {
  visibility: visible;
  display: block;
}
/* line 3895, ../sass/jee_main_adv.scss */
.neet_rp .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
/* line 3907, ../sass/jee_main_adv.scss */
.neet_rp .modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
/* line 3912, ../sass/jee_main_adv.scss */
.neet_rp .modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 2em;
  left: 50%;
  width: 46em;
  margin-left: -21em !important;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  overflow-y: scroll;
}
@media (max-width: 767px) {
  /* line 3912, ../sass/jee_main_adv.scss */
  .neet_rp .modal-wrapper {
    width: 100%;
    bottom: 0px;
    top: 21px;
  }
}
/* line 3929, ../sass/jee_main_adv.scss */
.neet_rp ::-webkit-scrollbar {
  display: none;
}
/* line 3932, ../sass/jee_main_adv.scss */
.neet_rp .modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
  margin: 0px auto;
  display: block;
}
/* line 3939, ../sass/jee_main_adv.scss */
.neet_rp .modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 3939, ../sass/jee_main_adv.scss */
  .neet_rp .modal.is-visible .modal-transition {
    left: 0%;
    margin-left: 0px !important;
  }
}
/* line 3947, ../sass/jee_main_adv.scss */
.neet_rp .modal-close {
  position: absolute;
  top: 22px;
  right: 9px;
  padding: 12px;
  background: #385672;
  border: 0;
  font-size: 0px;
  right: 158px;
  cursor: pointer;
  border-radius: 23px;
}
/* line 3958, ../sass/jee_main_adv.scss */
.neet_rp .modal-close img {
  width: 15px;
}
@media (max-width: 767px) {
  /* line 3947, ../sass/jee_main_adv.scss */
  .neet_rp .modal-close {
    right: 8px;
    top: 14px;
    padding: 9px;
    z-index: 999999999;
  }
}
/* line 3968, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing {
  background: #fff;
  border-radius: 20px;
  padding: 15px 16px;
  width: 400px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  /* line 3968, ../sass/jee_main_adv.scss */
  .neet_rp .neet-ranktabbing {
    width: 90%;
  }
}
/* line 3979, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing [data-tab-info] {
  display: none;
}
/* line 3983, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .active[data-tab-info] {
  display: block;
}
/* line 3987, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .tab-content {
  margin-top: 12px;
}
/* line 3991, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .tabs {
  background-color: #E5F6FF;
  font-size: 25px;
  color: black;
  display: flex;
  margin: 0;
  padding: 7px 10px;
  border-radius: 8px;
  cursor: pointer;
}
/* line 4001, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .tabs span {
  padding: 12px 13px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  font-weight: 500;
}
/* line 4010, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .tabs span:hover {
  cursor: pointer;
  color: #333;
}
/* line 4014, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .tabs__tab {
  display: none;
}
/* line 4018, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .tabs__tab.active {
  display: block;
}
/* line 4022, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .tab-link.active {
  font-weight: bold;
  background: #fff;
  color: #00B0F5;
}
/* line 4028, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .form-modal-wrapper .form-group {
  margin-bottom: 13px;
  position: relative;
}
/* line 4031, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .form-modal-wrapper .form-group .error {
  text-align: left;
  font-size: 11px;
}
/* line 4035, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .form-modal-wrapper .form-group input[type="text"], .neet_rp .neet-ranktabbing .form-modal-wrapper .form-group select {
  height: 40px !important;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  padding: 0px 20px !important;
  margin-top: 0px;
  color: #333;
  font-weight: 500;
  -moz-appearance: textfield;
  font-size: 12px;
  margin-bottom: 0px;
}
/* line 4047, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .form-modal-wrapper .form-group select:required:invalid {
  color: #545454;
  font-weight: 400;
}
/* line 4051, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .form-modal-wrapper .form-group option[value=""][disabled] {
  display: none;
}
/* line 4054, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .form-modal-wrapper .form-group option {
  color: #333;
}
/* line 4057, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .form-modal-wrapper .form-group .opt-disabled-neet {
  color: #AFAFAF;
}
/* line 4063, ../sass/jee_main_adv.scss */
.neet_rp .neet-ranktabbing .form-modal-wrapper .form-modal-btn button {
  width: 100%;
  text-transform: none;
}
/* line 4070, ../sass/jee_main_adv.scss */
.neet_rp .select-btn {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
  height: 42px !important;
  border: 1px solid #CBCBCB;
  font-size: 12px;
  margin-bottom: 19px;
}
/* line 4085, ../sass/jee_main_adv.scss */
.neet_rp .select-btn .btn-text {
  font-size: 12px;
  font-weight: 400;
  color: #545454;
  padding-left: 6px;
  text-align: left;
}
/* line 4092, ../sass/jee_main_adv.scss */
.neet_rp .select-btn .arrow-dwn {
  display: flex;
  height: 12px;
  width: 27px;
  color: #fff;
  transition: 0.3s;
  background: url("https://dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/arrow-down.png") no-repeat;
}
/* line 4103, ../sass/jee_main_adv.scss */
.neet_rp .list-items {
  position: absolute;
  margin-top: -20px;
  border-radius: 8px;
  padding: 16px 0;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
  width: 322px;
  height: auto;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  /* line 4103, ../sass/jee_main_adv.scss */
  .neet_rp .list-items {
    overflow-y: scroll;
  }
}
/* line 4118, ../sass/jee_main_adv.scss */
.neet_rp .select-btn.open ~ .list-items {
  display: block;
}
/* line 4121, ../sass/jee_main_adv.scss */
.neet_rp .list-items .item {
  display: flex;
  align-items: center;
  list-style: none;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 15px;
  border-bottom: 1px solid #F5F5F5;
}
/* line 4131, ../sass/jee_main_adv.scss */
.neet_rp .list-items .item:hover {
  background-color: #e7edfe;
}
/* line 4134, ../sass/jee_main_adv.scss */
.neet_rp .item .item-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
/* line 4139, ../sass/jee_main_adv.scss */
.neet_rp .item .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  margin-right: 12px;
  border: 1.5px solid #c0c0c0;
  transition: all 0.3s ease-in-out;
}
/* line 4150, ../sass/jee_main_adv.scss */
.neet_rp .item.checked .checkbox {
  background-color: #4070f4;
  border-color: #4070f4;
}
/* line 4154, ../sass/jee_main_adv.scss */
.neet_rp .checkbox .check-icon {
  color: #fff;
  font-size: 11px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
/* line 4160, ../sass/jee_main_adv.scss */
.neet_rp .item.checked .check-icon {
  transform: scale(1);
  background: url("https://dcx0p3on5z8dw.cloudfront.net/Aakash/s3fs-public/pdf_management_files/sm_sa/fi_check.png") no-repeat;
  width: 13px;
  height: 11px;
}

/* line 4167, ../sass/jee_main_adv.scss */
.neet-coun-download {
  display: flex;
  background: #E5F6FF;
  padding: 20px;
  width: 100%;
  justify-content: start;
  gap: 7rem;
  align-items: flex-end;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  flex-flow: nowrap;
}
@media (max-width: 767px) {
  /* line 4167, ../sass/jee_main_adv.scss */
  .neet-coun-download {
    flex-flow: wrap;
    gap: 1rem;
    padding: 10px;
  }
}
/* line 4184, ../sass/jee_main_adv.scss */
.neet-coun-download h3 {
  font-size: 20px;
  font-weight: 700;
  color: #008DC4;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 4184, ../sass/jee_main_adv.scss */
  .neet-coun-download h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
/* line 4194, ../sass/jee_main_adv.scss */
.neet-coun-download p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  /* line 4194, ../sass/jee_main_adv.scss */
  .neet-coun-download p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  /* line 4205, ../sass/jee_main_adv.scss */
  .neet-coun-download .main-dw {
    width: 100%;
  }
}
/* line 4211, ../sass/jee_main_adv.scss */
.neet-coun-download .main-dw a.download-btn-neet {
  background: #00B0F5;
  border-radius: 4px;
  height: 42px;
  width: 178px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 4211, ../sass/jee_main_adv.scss */
  .neet-coun-download .main-dw a.download-btn-neet {
    font-size: 14px;
    width: 100%;
  }
}
/* line 4227, ../sass/jee_main_adv.scss */
.neet-coun-download .main-dw a img {
  vertical-align: text-top;
}
@media (max-width: 767px) {
  /* line 4227, ../sass/jee_main_adv.scss */
  .neet-coun-download .main-dw a img {
    width: 15px;
  }
}

/* line 4238, ../sass/jee_main_adv.scss */
.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 4243, ../sass/jee_main_adv.scss */
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  gap: 24px;
}
@media (max-width: 767px) {
  /* line 4243, ../sass/jee_main_adv.scss */
  .pagination ul {
    gap: 7px;
  }
}
/* line 4251, ../sass/jee_main_adv.scss */
.pagination ul li {
  list-style: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  border: 1px solid #E2E2E2;
  color: #333;
}
@media (max-width: 767px) {
  /* line 4251, ../sass/jee_main_adv.scss */
  .pagination ul li {
    font-size: 14px;
    line-height: 14px;
  }
}
/* line 4265, ../sass/jee_main_adv.scss */
.pagination ul li.current-page {
  list-style: none;
  height: 40px;
  width: 49px;
  border-radius: 5px;
  line-height: 40px;
}
@media (max-width: 767px) {
  /* line 4265, ../sass/jee_main_adv.scss */
  .pagination ul li.current-page {
    width: 32px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
  }
}
/* line 4278, ../sass/jee_main_adv.scss */
.pagination ul li.current-page a {
  color: #333;
}
/* line 4282, ../sass/jee_main_adv.scss */
.pagination ul li.disable {
  border: 1px solid #AFAFAF !important;
  color: #AFAFAF;
}
/* line 4285, ../sass/jee_main_adv.scss */
.pagination ul li.disable a {
  color: #AFAFAF !important;
}
/* line 4289, ../sass/jee_main_adv.scss */
.pagination ul li.next-page {
  border-radius: 6px;
  border: 1px solid #00B0F5;
  color: #00B0F5;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 14px;
  width: 80px;
  height: 40px;
  line-height: 14px;
  margin-left: 24px;
}
@media (max-width: 767px) {
  /* line 4289, ../sass/jee_main_adv.scss */
  .pagination ul li.next-page {
    width: 48px;
    height: 38px;
    font-size: 14px;
    line-height: 12px;
    padding: 12px 9px;
    margin-left: 0px;
  }
}
/* line 4308, ../sass/jee_main_adv.scss */
.pagination ul li.next-page a {
  color: #00B0F5;
}
/* line 4312, ../sass/jee_main_adv.scss */
.pagination ul li.previous-page {
  border-radius: 6px;
  border: 1px solid #00B0F5;
  color: #00B0F5;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 14px;
  width: 80px;
  height: 40px;
  line-height: 14px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  /* line 4312, ../sass/jee_main_adv.scss */
  .pagination ul li.previous-page {
    width: 48px;
    height: 38px;
    font-size: 14px;
    line-height: 12px;
    padding: 12px 9px;
    margin-right: 0px;
  }
}
/* line 4331, ../sass/jee_main_adv.scss */
.pagination ul li.previous-page a {
  color: #00B0F5;
}
/* line 4335, ../sass/jee_main_adv.scss */
.pagination ul li.dots {
  cursor: default;
  height: 40px;
  width: 49px;
  border-radius: 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
}
@media (max-width: 767px) {
  /* line 4335, ../sass/jee_main_adv.scss */
  .pagination ul li.dots {
    width: 32px;
    height: 38px;
    font-size: 14px;
    line-height: 41px;
  }
}
/* line 4350, ../sass/jee_main_adv.scss */
.pagination ul li.dots a {
  color: #333;
}
/* line 4355, ../sass/jee_main_adv.scss */
.pagination ul li.active a {
  color: #00B0F5;
}

/* line 4362, ../sass/jee_main_adv.scss */
.pagination li.active,
.pagination ul li.numb:hover {
  border: 1px solid #00B0F5;
  color: #00B0F5;
  background: #E5F6FF;
}

/*jee fecliciation start*/
/* line 4372, ../sass/jee_main_adv.scss */
.jee-felicitation-strip {
  background: #E5F6FF;
  display: flex;
  padding: 10px 108px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  /* line 4372, ../sass/jee_main_adv.scss */
  .jee-felicitation-strip {
    padding: 10px 18px;
    align-items: center;
  }
}
/* line 4382, ../sass/jee_main_adv.scss */
.jee-felicitation-strip h4 {
  color: #008DC4;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  /* 233.333% */
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  /* line 4382, ../sass/jee_main_adv.scss */
  .jee-felicitation-strip h4 {
    font-size: 14px;
  }
}
/* line 4393, ../sass/jee_main_adv.scss */
.jee-felicitation-strip .register-btn {
  border-radius: 8px;
  background: #00B0F5;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  /* 210% */
  color: #fff;
  width: 144px;
  height: 40px;
  display: block;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 4393, ../sass/jee_main_adv.scss */
  .jee-felicitation-strip .register-btn {
    width: 78px;
    height: 26px;
    margin: 0px;
    font-size: 12px;
    border-radius: 5px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  /* line 4414, ../sass/jee_main_adv.scss */
  .jee-felicitation-strip .register-btn img {
    width: 16px;
  }
}

/* line 4421, ../sass/jee_main_adv.scss */
.d-block {
  display: block;
}
@media (max-width: 767px) {
  /* line 4421, ../sass/jee_main_adv.scss */
  .d-block {
    display: none;
  }
}

/* line 4427, ../sass/jee_main_adv.scss */
.m-block {
  display: none;
}
@media (max-width: 767px) {
  /* line 4427, ../sass/jee_main_adv.scss */
  .m-block {
    display: block;
  }
}

/* line 4436, ../sass/jee_main_adv.scss */
.jee-felicitation-banner {
  margin-bottom: 30px;
  cursor: pointer;
}
/* line 4439, ../sass/jee_main_adv.scss */
.jee-felicitation-banner .img-responsive {
  width: 100%;
  height: auto;
}
/* line 4443, ../sass/jee_main_adv.scss */
.jee-felicitation-banner .d-block {
  display: block;
}
@media (max-width: 767px) {
  /* line 4443, ../sass/jee_main_adv.scss */
  .jee-felicitation-banner .d-block {
    display: none;
  }
}
/* line 4449, ../sass/jee_main_adv.scss */
.jee-felicitation-banner .m-block {
  display: none;
}
@media (max-width: 767px) {
  /* line 4449, ../sass/jee_main_adv.scss */
  .jee-felicitation-banner .m-block {
    display: block;
  }
}

/* line 4457, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .pd-0 {
  padding-bottom: 0px !important;
}
@media (max-width: 767px) {
  /* line 4457, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .pd-0 {
    padding-bottom: 16px !important;
  }
}
/* line 4463, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .d-block {
  display: block;
}
@media (max-width: 767px) {
  /* line 4463, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .d-block {
    display: none;
  }
}
/* line 4469, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .m-block {
  display: none;
}
@media (max-width: 767px) {
  /* line 4469, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .m-block {
    display: block;
  }
}
/* line 4475, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main {
  background: #FFF6E3;
  border-radius: 16px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 40px;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  /* line 4475, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .jee-felic-main {
    flex-wrap: wrap;
    padding: 16px;
  }
}
/* line 4488, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main.align_center {
  align-items: center;
  margin-top: 104px;
}
@media (max-width: 767px) {
  /* line 4488, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .jee-felic-main.align_center {
    margin-top: 25px;
  }
}
/* line 4495, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-box1 {
  flex: 80%;
}
@media (max-width: 767px) {
  /* line 4495, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .jee-felic-main .felic-box1 {
    margin-top: 20px;
  }
}
/* line 4500, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-box1 h2 {
  color: #705010;
  font-size: 32px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 4500, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .jee-felic-main .felic-box1 h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/* line 4511, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-box1 h4 {
  color: #705010;
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  /* line 4511, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .jee-felic-main .felic-box1 h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/* line 4522, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-box1 span {
  color: #00B0F5;
}
/* line 4526, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-box1 p {
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  color: #545454;
  margin-right: 36px;
}
@media (max-width: 767px) {
  /* line 4526, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .jee-felic-main .felic-box1 p {
    font-size: 14px;
    line-height: 26px;
  }
}
/* line 4537, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-box1.mt-0 {
  margin-top: 0px !important;
}
/* line 4540, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-box1 .register-btn {
  border-radius: 8px;
  background: #00B0F5;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 53px;
  /* 210% */
  color: #fff;
  width: 202px;
  height: 55px;
  margin-top: 68px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 4540, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .jee-felic-main .felic-box1 .register-btn {
    margin-top: 20px;
    width: 194px;
    height: 32px;
    margin: 0px auto;
    font-size: 14px;
    border-radius: 5px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  /* line 4562, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .jee-felic-main .felic-box1 .register-btn img {
    width: 18px;
    vertical-align: middle;
  }
}
/* line 4570, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-box2 {
  flex: 47%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
/* line 4576, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-box2 .iframe-element {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}
/* line 4582, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-box2 h2 {
  color: #705010;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 4582, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .jee-felic-main .felic-box2 h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/* line 4593, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-box2 span {
  color: #00B0F5;
}
/* line 4597, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-register {
  flex: 404px;
  height: auto;
  background: #fff;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px 0px 32.4px 0px rgba(132, 132, 132, 0.15);
  margin-top: -107px;
}
@media (max-width: 767px) {
  /* line 4597, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .jee-felic-main .felic-register {
    margin-top: 0px;
    flex: 100%;
    width: 288px;
    height: auto;
    border-radius: 8px;
  }
}
/* line 4612, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-register .form-group {
  margin-bottom: 20px;
  position: relative;
}
/* line 4615, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-register .form-group input[type="text"], .jee-felicitation-wrapper .jee-felic-main .felic-register .form-group input[type="number"], .jee-felicitation-wrapper .jee-felic-main .felic-register .form-group select {
  height: 54px !important;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 15px 24px !important;
  margin-top: 0px;
  color: #333;
  font-weight: 500;
  -moz-appearance: textfield;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}
@media (max-width: 767px) {
  /* line 4615, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .jee-felic-main .felic-register .form-group input[type="text"], .jee-felicitation-wrapper .jee-felic-main .felic-register .form-group input[type="number"], .jee-felicitation-wrapper .jee-felic-main .felic-register .form-group select {
    height: 38px !important;
    font-size: 14px;
    padding: 5px 16px !important;
  }
}
/* line 4636, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-register .form-group select:required:invalid {
  color: #959595;
  opacity: 0.9;
}
/* line 4640, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-register .form-group option[value=""][disabled] {
  display: none;
}
/* line 4643, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-register .form-group option {
  color: grey;
}
/* line 4646, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-register .form-group ::placeholder {
  color: #959595;
  opacity: 0.9;
}
/* line 4647, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-register .form-group input::-webkit-outer-spin-button,
.jee-felicitation-wrapper .jee-felic-main .felic-register .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 4652, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-register .form-group span {
  position: absolute;
  font-size: 11px;
  line-height: 10px;
}
/* line 4658, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-register .blocker-success {
  color: green;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
/* line 4664, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-register .jee-felic-btn {
  border-radius: 8px;
  background: #00B0F5;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 210% */
  color: #fff;
  width: 317px;
  height: 44px;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 0px auto;
  border: none;
}
@media (max-width: 767px) {
  /* line 4664, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .jee-felic-main .felic-register .jee-felic-btn {
    width: 100%;
    font-size: 14px;
    height: 40px;
  }
}
/* line 4684, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-register .jee-felic-btn img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  /* line 4684, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .jee-felic-main .felic-register .jee-felic-btn img {
    width: 20px;
    vertical-align: middle;
  }
}
/* line 4692, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .jee-felic-main .felic-register button:disabled,
.jee-felicitation-wrapper .jee-felic-main .felic-register button[disabled] {
  background-color: #ddd;
  color: #fff;
}
/* line 4699, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section {
  background: #F8FBFE;
  margin-bottom: 25px;
  padding: 40px;
}
@media (max-width: 767px) {
  /* line 4699, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .feli_hightlight-section {
    padding: 10px;
    margin-bottom: 40px;
  }
}
/* line 4707, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .divider-jee {
  margin: 0px 33px;
}
@media (max-width: 767px) {
  /* line 4707, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .feli_hightlight-section .divider-jee {
    display: none;
  }
}
/* line 4713, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  /* line 4713, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .feli_hightlight-section .d-flex {
    flex-wrap: wrap;
  }
}
/* line 4720, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_highlight {
  flex: 23%;
  margin-right: 0px;
}
@media (max-width: 767px) {
  /* line 4720, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_highlight {
    flex: 100%;
    margin-right: 0px;
  }
}
/* line 4727, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_highlight h3 {
  color: #01202B;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 133.333% */
  letter-spacing: 0.054px;
  margin-bottom: 44.14px;
}
/* line 4735, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_highlight h3 span {
  color: #00B0F5;
}
@media (max-width: 767px) {
  /* line 4727, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_highlight h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
/* line 4743, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_highlight ul {
  background: #fff;
  border: 1px solid #23A6F0;
  border-radius: 10px;
  padding: 24px;
}
@media (max-width: 767px) {
  /* line 4743, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_highlight ul {
    padding: 20px;
  }
}
/* line 4751, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_highlight ul li {
  color: #545454;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 150% */
  letter-spacing: 0.2px;
  margin-bottom: 18px;
  background: url("https://dcx0p3on5z8dw.cloudfront.net/Aakash/s3fs-public/inline-images/jee-icon-circle.png") no-repeat;
  background-position: 0px 0px;
  padding-left: 36px;
}
@media (max-width: 767px) {
  /* line 4751, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_highlight ul li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 21px;
  }
}
/* line 4770, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_highlight .mb-0 {
  margin-bottom: 0px;
}
/* line 4774, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session {
  flex: 23%;
}
@media (max-width: 767px) {
  /* line 4774, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session {
    margin-top: 20px;
    flex: 100%;
  }
}
/* line 4780, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session h3 {
  color: #01202B;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 133.333% */
  letter-spacing: 0.054px;
  margin-bottom: 44.14px;
}
/* line 4788, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session h3 span {
  color: #00B0F5;
}
@media (max-width: 767px) {
  /* line 4780, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
/* line 4796, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session .session-wrapper {
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  padding: 24px;
}
@media (max-width: 767px) {
  /* line 4796, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session .session-wrapper {
    padding: 20px;
  }
}
/* line 4804, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session .session-wrapper .session-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
/* line 4807, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session .session-wrapper .session-details .pd-l {
  padding-right: 22px;
}
/* line 4810, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session .session-wrapper .session-details .w-100 {
  word-break: break-word;
}
@media (max-width: 767px) {
  /* line 4810, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session .session-wrapper .session-details .w-100 {
    width: 70%;
    word-break: break-word;
  }
}
/* line 4818, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session .session-wrapper .session-details ul li {
  color: #333;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  /* line 4818, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session .session-wrapper .session-details ul li {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
/* line 4831, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .feli_hightlight-section .d-flex .felic_session .session-wrapper .session-details .mb-0 {
  margin-bottom: 0px;
}
/* line 4839, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .champions-section {
  background: #F8FBFE;
  padding: 50px;
}
@media (max-width: 767px) {
  /* line 4839, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .champions-section {
    padding: 5px;
  }
}
/* line 4846, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .champions-section .champions-heading h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 133.333% */
  letter-spacing: 0.054px;
  color: #01202B;
  text-align: center;
  margin-bottom: 22px;
}
/* line 4855, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .champions-section .champions-heading h2 span {
  color: #00B0F5;
}
@media (max-width: 767px) {
  /* line 4846, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .champions-section .champions-heading h2 {
    font-size: 20px;
  }
}
/* line 4865, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .champions-section .student-champions .first-student .first-champion {
  margin: 0 auto;
  display: block;
  width: 45%;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 4865, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .champions-section .student-champions .first-student .first-champion {
    width: 100%;
  }
}
/* line 4875, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .champions-section .student-champions .topper-name {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  /* 150% */
  text-align: center;
}
@media (max-width: 767px) {
  /* line 4875, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .champions-section .student-champions .topper-name {
    font-size: 17px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 7px;
  }
}
/* line 4889, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .champions-section .student-champions .college {
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 31px;
  /* 150% */
}
@media (max-width: 767px) {
  /* line 4889, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .champions-section .student-champions .college {
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 4901, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .champions-section .student-champions .AIR {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  /* 150% */
  text-align: center;
}
@media (max-width: 767px) {
  /* line 4901, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .champions-section .student-champions .AIR {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}
/* line 4914, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .champions-section .student-champions .course {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-align: center;
}
@media (max-width: 767px) {
  /* line 4914, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .champions-section .student-champions .course {
    font-size: 15px;
    line-height: 24px;
  }
}
/* line 4927, ../sass/jee_main_adv.scss */
.jee-felicitation-wrapper .champions-section .student-champions ul li {
  text-align: center;
  margin: 0 10px 50px 10px;
  width: 30%;
  padding: 10px 0;
  height: 310px;
  float: left;
}
@media (max-width: 767px) {
  /* line 4927, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .champions-section .student-champions ul li {
    width: 42%;
    height: 273px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 4941, ../sass/jee_main_adv.scss */
  .jee-felicitation-wrapper .champions-section .student-champions ul li .topper-image img {
    width: 128px;
  }
}

/*jee fecliciation end*/
/* line 4955, ../sass/jee_main_adv.scss */
.perfect-clg-match .d-block {
  display: block;
}
@media (max-width: 767px) {
  /* line 4955, ../sass/jee_main_adv.scss */
  .perfect-clg-match .d-block {
    display: none;
  }
}
/* line 4961, ../sass/jee_main_adv.scss */
.perfect-clg-match .m-block {
  display: none;
}
@media (max-width: 767px) {
  /* line 4961, ../sass/jee_main_adv.scss */
  .perfect-clg-match .m-block {
    display: block;
  }
}

/* line 4968, ../sass/jee_main_adv.scss */
.modal-openlogin {
  overflow: hidden;
}

/* line 4972, ../sass/jee_main_adv.scss */
.m-block {
  display: none;
}
@media (max-width: 767px) {
  /* line 4972, ../sass/jee_main_adv.scss */
  .m-block {
    display: block;
  }
}
